:root {
    --bg-soft: #f8f3ec;
    --bg-cream: #f4ede4;
    --text-dark: #1e1814;
    --text-muted: #74685c;
    --gold: #b7925b;
    --gold-deep: #8e6d3f;
    --charcoal: #141210;
    --card: #ffffff;
    --border: rgba(30, 24, 20, 0.08);
    --shadow: 0 20px 50px rgba(20, 18, 16, 0.08);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    background: #fff;
    line-height: 1.6;
}

a {
    transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

h1, h2, h3, h4, h5, h6, .brand-mark, .section-title, .hero-title {
    font-family: 'Cormorant Garamond', serif;
}

.frontend-body {
    background: #fdfbf8;
    min-height: 100vh;
}

.site-header {
    background: rgba(18, 15, 13, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    z-index: 1030;
}

.site-header.is-scrolled {
    background: rgba(18, 15, 13, 0.92);
    box-shadow: 0 18px 40px rgba(20, 18, 16, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header .navbar {
    background: transparent;
    transition: padding 0.25s ease;
}

.site-header .container {
    position: relative;
}

.site-header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.brand-mark {
    font-size: 2rem;
    letter-spacing: 0.08em;
}

.brand-logo-shell {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.brand-logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-wordmark-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-wordmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #fff;
}

.brand-submark {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.35rem;
}

.navbar-dark .navbar-nav .nav-link,
.header-icon {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.header-icon:hover,
.header-icon:focus {
    color: #fff;
}

.site-nav .nav-link {
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
    background: rgba(255, 255, 255, 0.08);
}

.header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
}

.header-icon:hover,
.header-icon:focus {
    background: rgba(255, 255, 255, 0.08);
}

.header-pill,
.btn-gold {
    background: linear-gradient(135deg, var(--gold), #d6bc8b);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    box-shadow: 0 12px 30px rgba(183, 146, 91, 0.25);
}

.btn-gold:hover,
.header-pill:hover {
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    color: #fff;
}

.btn-dark,
.btn-outline-dark,
.page-link {
    border-radius: 999px;
}

.btn-dark {
    background: linear-gradient(135deg, #161210, #30261f);
    border-color: #161210;
    box-shadow: 0 14px 30px rgba(20, 18, 16, 0.18);
}

.btn-dark:hover,
.btn-dark:focus {
    background: linear-gradient(135deg, #30261f, #161210);
    border-color: #30261f;
}

.btn-outline-dark {
    border-color: rgba(20, 18, 16, 0.18);
    color: var(--text-dark);
    background: rgba(255, 255, 255, 0.7);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: rgba(20, 18, 16, 0.92);
    border-color: rgba(20, 18, 16, 0.92);
    color: #fff;
}

.hero-section {
    padding: 5.5rem 0 4.5rem;
    color: #fff;
}

.hero-layout-row {
    align-items: stretch;
}

.hero-copy-column,
.hero-slider-column {
    display: flex;
}

.hero-copy-panel {
    border-radius: 30px;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.hero-slider-shell {
    width: 100%;
}

.hero-copy-panel .eyebrow {
    margin-bottom: 0.85rem;
}

.hero-copy-surface {
    padding: 1.65rem 1.75rem 1.3rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: none;
}

.hero-copy-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(183, 146, 91, 0.12);
    margin-bottom: 1rem;
}

.hero-copy-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.hero-copy-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(20, 18, 16, 0.06);
    border: 1px solid rgba(30, 24, 20, 0.08);
    color: var(--text-dark);
    font-size: 0.82rem;
    font-weight: 600;
}

.hero-copy-footer {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.page-hero {
    padding: 4.5rem 0 3rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(18, 15, 13, 0.88), rgba(32, 26, 22, 0.72));
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(214, 188, 139, 0.2), transparent 28%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero .section-title {
    color: #fff;
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2rem, 3.2vw, 3.3rem);
    line-height: 1.02;
    margin-bottom: 0.9rem;
    color: var(--text-dark);
    max-width: 11ch;
}

.hero-copy,
.footer-copy {
    color: rgba(255, 255, 255, 0.78);
    max-width: 620px;
}

.hero-copy {
    font-size: 0.98rem;
    line-height: 1.75;
    max-width: 34rem;
    color: var(--text-muted);
}

.hero-cta-row {
    margin-top: 1.45rem;
}

.section-copy {
    color: var(--text-muted);
    max-width: 620px;
}

.page-hero .section-copy {
    color: rgba(255, 255, 255, 0.76);
}

.hero-card,
.feature-panel,
.product-card,
.filter-card,
.auth-card,
.panel-card,
.stat-card,
.detail-panel {
    background: var(--card);
    border-radius: 24px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.hero-card {
    padding: 2rem;
    min-height: 320px;
    background: transparent;
    color: #1f1a17;
}

.hero-slider-shell {
    position: relative;
}

.hero-carousel,
.hero-carousel-inner {
    height: 100%;
}

.hero-slide-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.hero-slide-media {
    position: relative;
    aspect-ratio: 5 / 2;
    background: transparent;
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.hero-slide-content {
    position: relative;
    padding: 1.65rem 1.75rem 1.8rem;
    color: #1f1a17;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.hero-slide-content h3 {
    font-size: clamp(2.1rem, 3vw, 3rem);
    margin-bottom: 0.75rem;
    color: #1f1a17;
}

.hero-slide-content p {
    max-width: 520px;
    color: var(--text-muted);
    margin-bottom: 1.2rem;
}

.hero-slide-actions {
    padding-top: 1rem;
    border-top: 1px solid rgba(30, 24, 20, 0.08);
}

.hero-carousel .carousel-indicators {
    margin-bottom: 1.2rem;
}

.hero-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.hero-metric-card,
.hero-promo-card,
.product-trust-card,
.product-meta-item,
.offer-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    border: 1px solid rgba(30, 24, 20, 0.08);
    box-shadow: 0 16px 34px rgba(20, 18, 16, 0.08);
}

.hero-metric-card {
    padding: 1rem 1.1rem;
    color: var(--text-dark);
}

.hero-metric-card span,
.product-trust-card span,
.product-meta-item span {
    display: block;
    color: var(--text-muted);
    font-size: 0.86rem;
    margin-bottom: 0.35rem;
}

.hero-metric-card strong,
.product-trust-card strong,
.product-meta-item strong {
    display: block;
}

.hero-promo-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 1rem 1.1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.brand-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.brand-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #f4ede4);
    border: 1px solid rgba(30, 24, 20, 0.08);
    color: var(--text-dark);
    box-shadow: 0 14px 28px rgba(20, 18, 16, 0.06);
}

.hero-rating {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.hero-badge,
.product-brand {
    color: var(--gold-deep);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1;
}

.section-head {
    position: relative;
}

.section-head .text-link {
    font-weight: 600;
}

.bg-soft {
    background: var(--bg-soft);
}

.feature-panel,
.filter-card,
.auth-card,
.panel-card,
.stat-card,
.detail-panel {
    padding: 1.5rem;
}

/* Equal height feature panels */
.feature-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-card {
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,243,236,0.95));
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 56px rgba(20, 18, 16, 0.12);
}

.product-media,
.product-gallery-main,
.gallery-thumb {
    background: linear-gradient(135deg, #efe5d7, #dac4a1);
}

.product-media {
    height: 260px;
}

.product-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(20, 18, 16, 0.08) 100%);
    pointer-events: none;
}

.product-media-link {
    display: block;
}

.product-media {
    position: relative;
    overflow: hidden;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-media img {
    transform: scale(1.05);
}

.product-gallery-main {
    height: 520px;
    border-radius: 28px;
}

.gallery-thumb {
    height: 110px;
    border-radius: 18px;
}

.product-body {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 260px);
}

.product-title {
    font-size: 1.6rem;
    margin: 0.45rem 0;
}

.product-title a,
.text-link,
.footer-link {
    color: var(--text-dark);
    text-decoration: none;
}

.product-title a:hover,
.text-link:hover,
.footer-link:hover {
    color: var(--gold-deep);
}

.product-price,
.product-price-lg {
    color: var(--gold-deep);
    font-weight: 700;
}

.product-price {
    font-size: 1.1rem;
}

.product-price-lg {
    font-size: 1.5rem;
}

.product-visual-card,
.product-summary-card,
.product-purchase-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.98));
    border: 1px solid rgba(30, 24, 20, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 48px rgba(20, 18, 16, 0.08);
}

.product-visual-card {
    padding: 1.25rem;
}

.product-detail-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    background: linear-gradient(135deg, #efe5d7, #dac4a1);
}

.product-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-detail-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.product-trust-card {
    padding: 1rem 1.05rem;
}

.product-summary-card,
.product-purchase-card {
    padding: 1.6rem;
}

.product-badge-stack {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(183, 146, 91, 0.12);
    color: var(--gold-deep);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.product-meta-item {
    padding: 1rem 1.1rem;
}

.offer-list {
    display: grid;
    gap: 0.9rem;
}

.offer-card {
    padding: 1rem 1.1rem;
}

.cart-thumb {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #efe5d7, #dac4a1);
    flex-shrink: 0;
}

.cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.site-footer {
    background:
        radial-gradient(circle at top left, rgba(183, 146, 91, 0.16), transparent 22%),
        linear-gradient(180deg, #120f0d 0%, #1a1512 100%);
    color: rgba(255,255,255,0.8);
}

.footer-brand-column,
.footer-links-column,
.footer-newsletter-column {
    position: relative;
}

.footer-brand-column {
    padding-right: 1.25rem;
}

.footer-newsletter-column .newsletter-box {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.footer-title,
.footer-heading {
    color: #fff;
}

.footer-link {
    display: block;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.5rem;
}

.newsletter-box .form-control,
.auth-card .form-control,
.auth-card .form-select,
.filter-card .form-control,
.filter-card .form-select {
    border-radius: 14px;
    min-height: 48px;
    border-color: rgba(30, 24, 20, 0.12);
    box-shadow: none;
}

.newsletter-box .form-control:focus,
.auth-card .form-control:focus,
.auth-card .form-select:focus,
.filter-card .form-control:focus,
.filter-card .form-select:focus,
.cart-panel .form-control:focus {
    border-color: rgba(183, 146, 91, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(183, 146, 91, 0.12);
}

.filter-card,
.panel-card,
.feature-panel,
.auth-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,243,236,0.96));
}

.shop-filter-card {
    position: sticky;
    top: 110px;
}

.shop-toolbar {
    padding: 1rem 1.2rem;
    border-radius: 22px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(30, 24, 20, 0.08);
    box-shadow: 0 18px 38px rgba(20, 18, 16, 0.06);
}

.shop-toolbar .form-select {
    min-height: 46px;
    border-radius: 999px;
    padding-inline: 1rem 2.6rem;
}

.cart-panel,
.cart-summary-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(248,243,236,0.97));
}

.cart-summary-card {
    position: sticky;
    top: 110px;
}

.cart-table {
    margin-bottom: 0;
}

.cart-table thead th {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom-width: 1px;
}

.cart-table > :not(caption) > * > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-color: rgba(30, 24, 20, 0.08);
}

.cart-table tbody tr:last-child td {
    border-bottom: 0;
}

.pagination {
    --bs-pagination-border-radius: 999px;
}

.page-link {
    border-color: rgba(30, 24, 20, 0.1);
    color: var(--text-dark);
    min-width: 44px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(20, 18, 16, 0.04);
}

.page-item.active .page-link {
    background: linear-gradient(135deg, var(--gold), #d6bc8b);
    border-color: transparent;
    color: #fff;
}

.page-link:hover,
.page-link:focus {
    background: rgba(183, 146, 91, 0.12);
    border-color: rgba(183, 146, 91, 0.3);
    color: var(--gold-deep);
}

.admin-body {
    background: #f6f2eb;
}

.admin-shell {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 100vh;
}

.admin-sidebar {
    background: #15110e;
    color: #fff;
    padding: 2rem;
    padding-right: 1rem;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: visible;
    width: 300px;
    box-sizing: border-box;
}

.admin-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
}

.admin-subtitle {
    color: rgba(255,255,255,0.7);
}

.admin-nav {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-right: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

/* Custom scrollbar for admin sidebar */
.admin-nav::-webkit-scrollbar {
    width: 12px;
}

.admin-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.admin-nav::-webkit-scrollbar-thumb {
    background: rgba(183, 146, 91, 0.7);
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.admin-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(183, 146, 91, 0.9);
}

.admin-link {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    padding: 0.9rem 1.5rem;
    border-radius: 14px;
    white-space: nowrap;
    overflow: visible;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.admin-link.active,
.admin-link:hover {
    background: rgba(183, 146, 91, 0.16);
    color: #fff;
}

.admin-content {
    padding: 2rem;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-page-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
}

.stat-card h3 {
    margin: 0.5rem 0 0;
    font-size: 2rem;
}

.admin-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.quick-tile {
    text-decoration: none;
    background: var(--bg-soft);
    border-radius: 18px;
    padding: 1rem;
    color: var(--text-dark);
    text-align: center;
    font-weight: 600;
}

.variant-btn.active {
    background: var(--charcoal);
    color: #fff;
}

@media (max-width: 991.98px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: relative;
        height: auto;
        min-height: auto;
        overflow-y: visible;
        padding: 1.5rem;
    }

    .admin-nav {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }

    .shop-filter-card,
    .cart-summary-card {
        position: static;
        top: auto;
    }

    .product-detail-image {
        min-height: 420px;
        height: 420px;
    }

    .hero-copy-panel {
        min-height: auto;
    }

    .hero-copy-surface {
        padding: 1.45rem 1.5rem 1.2rem;
    }

    .hero-copy-footer {
        padding: 1.1rem;
    }

    .hero-title {
        font-size: clamp(2rem, 6vw, 2.9rem);
        max-width: none;
    }

    .hero-slide-media {
        aspect-ratio: 16 / 9;
    }

    .product-trust-grid,
    .product-detail-panels,
    .product-meta-grid,
    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .brand-wordmark {
        font-size: 1.45rem;
    }

    .brand-submark {
        letter-spacing: 0.14em;
    }

    .site-header .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 20px;
        background: rgba(18, 15, 13, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header-actions {
        margin-top: 1rem;
        justify-content: flex-start;
    }

    .admin-sidebar {
        position: relative;
        height: auto;
    }

    .frontend-body {
        background: #fdfbf8;
    }
}

@media (max-width: 575.98px) {
    .brand-logo-shell {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .hero-slide-content {
        padding: 1.2rem;
    }

    .hero-title {
        font-size: 1.85rem;
    }

    .hero-copy {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .hero-copy-surface {
        padding: 1.25rem 1.25rem 1.1rem;
    }

    .hero-copy-footer {
        padding: 1rem;
    }

    .hero-copy-pills {
        gap: 0.5rem;
    }

    .hero-copy-pill {
        font-size: 0.76rem;
    }

    .hero-slide-media {
        aspect-ratio: 4 / 3;
    }

    .product-summary-card,
    .product-purchase-card,
    .product-visual-card {
        padding: 1.1rem;
    }

    .shop-toolbar {
        padding: 0.9rem 1rem;
    }

    .product-body {
        height: auto;
    }
}

/* Ensure modals appear above admin content */
.modal {
    z-index: 1050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

/* WhatsApp Chat Button Styles */
.whatsapp-link {
    color: #25D366 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    color: #128C7E !important;
    transform: translateY(-2px);
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: visible;
}

.whatsapp-float:hover {
    background: #128C7E;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-float i {
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
    
    .whatsapp-tooltip {
        display: none;
    }
}
