:root {
    --paper: #f7f1e8;
    --paper-strong: #efe4d2;
    --ink: #231b1a;
    --muted: #65554f;
    --accent: #e9772b;
    --accent-dark: #201815;
    --sage: #b8cc8a;
    --line: rgba(35, 27, 26, 0.12);
    --card: #fffdf8;
    --shadow: 0 22px 55px rgba(37, 26, 19, 0.1);
}





.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 2rem;
    border-bottom: 1px solid var(--line);
    background: rgba(252, 248, 241, 0.85);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 10;
}

.site-header nav {
    display: flex;
    gap: 1.25rem;
    font-weight: 700;
}

.brand-lockup {
    display: flex;
    gap: 0.9rem;
    align-items: center;
}



.brand-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--accent);
    color: white;
    font-weight: 800;
}

.brand-lockup span,
.product-meta,
.variant-list,
.section-head p,
.cms-table,
.cms-card label span,
.login-copy p,
.account-panel p,
.blog-copy p,
.blog-detail .lead {
    color: var(--muted);
}

.page-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem;
}

.hero-shell,
.product-grid,
.blog-grid,
.newsletter-panel,
.banner-panel,
.cms-grid,
.cms-listing {
    display: grid;
    gap: 1.5rem;
}

.hero-shell {
    grid-template-columns: 1.25fr 1fr;
    align-items: stretch;
    margin-bottom: 2rem;
}

.hero-sale,
.gallery-card,
.product-card,
.blog-card,
.newsletter-panel,
.banner-panel,
.video-panel,
.cms-card,
.account-panel,
.login-form,
.login-copy,
.blog-detail {
    border-radius: 28px;
    background: var(--card);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-sale {
    min-height: 420px;
    padding: 3rem;
    background:
        linear-gradient(150deg, rgba(239, 228, 210, 0.95), rgba(252, 248, 241, 0.95)),
        linear-gradient(90deg, transparent 0%, rgba(233, 119, 43, 0.15) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-sale h1,
.section-head h2,
.banner-panel h2,
.newsletter-panel h2,
.cms-header h1,
.login-copy h1,
.account-panel h1,
.blog-detail h1 {
    font-size: clamp(2rem, 4vw, 4.4rem);
    line-height: 0.95;
    margin: 0.4rem 0 1rem;
}

.kicker {
    display: inline-flex;
    width: fit-content;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(233, 119, 43, 0.12);
    color: var(--accent);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.hero-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.gallery-card {
    overflow: hidden;
}

.gallery-card img,
.product-card img,
.blog-card img,
.blog-detail-image {
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
}

.gallery-card div,
.product-copy,
.blog-copy,
.blog-detail,
.login-copy,
.login-form,
.cms-card,
.account-panel {
    padding: 1.2rem;
}

.section-head,
.cms-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin: 2rem 0 1rem;
}

.product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-grid.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.blog-card {
    overflow: hidden;
}

.product-meta,
.variant-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
}

.color-swatch-row {
    display: flex;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.color-swatch {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(35, 27, 26, 0.18);
}

.color-image-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.color-image-row img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
}

.primary-link,
button.primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.9rem 1.3rem;
    border-radius: 999px;
    background: var(--accent);
    color: white;
    border: none;
    font-weight: 800;
    cursor: pointer;
}

.primary-link.dark {
    background: var(--accent-dark);
}

.subtle-link {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2rem;
}

.banner-panel {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 2rem;
    background: linear-gradient(90deg, rgba(184, 204, 138, 0.95), rgba(230, 239, 206, 0.95));
    align-items: center;
}

.banner-visual {
    min-height: 260px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 65% 25%, rgba(255,255,255,0.75), transparent 22%),
        linear-gradient(140deg, rgba(53, 78, 52, 0.2), rgba(255,255,255,0.18)),
        url('/images/placeholders/banner-model.svg') center/cover no-repeat;
}

.blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-panel {
    min-height: 360px;
    margin: 2rem 0;
    background:
        linear-gradient(180deg, rgba(25, 18, 17, 0.18), rgba(25, 18, 17, 0.65)),
        url('/images/placeholders/video-scene.svg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-overlay {
    width: 108px;
    height: 108px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.88);
    font-weight: 800;
    text-align: center;
}

.newsletter-panel {
    grid-template-columns: 1fr auto;
    padding: 2rem;
    align-items: center;
}

.newsletter-actions,
.cms-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.category-tabs-shell {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.category-tab-list {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.category-tab-button {
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.5);
    color: var(--ink);
    border-radius: 999px;
    padding: 0.8rem 1.1rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.category-tab-button.active {
    background: var(--accent-dark);
    color: white;
    border-color: var(--accent-dark);
}

.category-tab-panel {
    display: none;
}

.category-tab-panel.active {
    display: block;
}

.tenant-strip {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.tenant-pill {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(35, 27, 26, 0.06);
    font-weight: 700;
}

.tenant-pill.active {
    background: var(--accent);
    color: white;
}

.cms-grid,
.cms-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.cms-card form,
.login-form {
    display: grid;
    gap: 0.9rem;
}

.color-editor {
    display: grid;
    gap: 0.9rem;
}

.color-card {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(35, 27, 26, 0.04);
    border: 1px solid var(--line);
    display: grid;
    gap: 0.75rem;
}

.color-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.secondary-button,
.text-button {
    font: inherit;
    cursor: pointer;
}

.secondary-button {
    width: fit-content;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: transparent;
    padding: 0.8rem 1.1rem;
    font-weight: 700;
}

.text-button {
    background: transparent;
    border: none;
    color: var(--accent);
    font-weight: 700;
}

.cms-card label,
.login-form label {
    display: grid;
    gap: 0.35rem;
}

.cms-card input,
.cms-card textarea,
.login-form input {
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 0.9rem 1rem;
    font: inherit;
    background: #fff;
}

.cms-table {
    width: 100%;
    border-collapse: collapse;
}

.cms-table th,
.cms-table td {
    text-align: left;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

.login-shell {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 1.5rem;
}

.login-helper {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-error {
    color: #b43434;
    font-weight: 700;
}

.blog-detail {
    max-width: 900px;
    margin: 0 auto;
}

.blog-body {
    margin-top: 1rem;
    line-height: 1.8;
}

@media (max-width: 1100px) {
    .hero-shell,
    .product-grid,
    .product-grid.compact,
    .blog-grid,
    .cms-grid,
    .cms-listing,
    .banner-panel,
    .newsletter-panel,
    .login-shell {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .site-header,
    .section-head,
    .cms-header,
    .newsletter-panel {
        flex-direction: column;
        align-items: start;
    }

    .hero-shell,
    .hero-gallery,
    .product-grid,
    .product-grid.compact,
    .blog-grid,
    .cms-grid,
    .cms-listing,
    .banner-panel,
    .newsletter-panel,
    .login-shell {
        grid-template-columns: 1fr;
    }

    .page-shell,
    .site-header {
        padding: 1rem;
    }

    .hero-sale {
        padding: 1.5rem;
        min-height: auto;
    }
}


.storefront-shell {
    background:
        radial-gradient(circle at top left, rgba(202, 169, 119, 0.2), transparent 20%),
        linear-gradient(180deg, #f8f5ee 0%, #f0eadf 100%);
}

.storefront-container {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.storefront-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(248, 245, 238, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
}

.storefront-header-row {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0;
}

.storefront-brand img,
.footer-logo {
    width: 90px;
    height: auto;
}

.storefront-links,
.storefront-actions,
.payment-icons,
.social-icons,
.footer-links-group ul,
.color-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.storefront-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.storefront-links a {
    font-size: 0.98rem;
    font-weight: 700;
    color: #3b332b;
}

.storefront-links a.active {
    color: #c07d3a;
}

.storefront-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.icon-button,
.user-link,
.hamburger button,
.mobile-close {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.icon-button img,
.user-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.icon-badge {
    position: relative;
}

.icon-badge span {
    position: absolute;
    top: -7px;
    right: -8px;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #1f1f1f;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.65rem;
}

.hamburger {
    display: none;
}

.hamburger button {
    display: grid;
    gap: 4px;
}

.hamburger span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #1f1f1f;
    display: block;
}

.mobile-nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(280px, 80vw);
    background: #f4efe6;
    box-shadow: 18px 0 40px rgba(31, 31, 31, 0.14);
    padding: 1.5rem;
    display: grid;
    align-content: start;
    gap: 1rem;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    z-index: 60;
}

.mobile-nav.open {
    transform: translateX(0);
}

.mobile-nav a,
.mobile-close {
    font-weight: 700;
}

.mobile-close {
    justify-self: end;
    font-size: 1.1rem;
}

.hero-section,
.product-display,
.blog-display {
    padding: 2rem 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 1.5rem;
}

.hero-card,
.promo-banner,
.product-card-vvti,
.blog-card-vvti,
.newsletter-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 31, 31, 0.08);
    box-shadow: 0 24px 60px rgba(68, 49, 26, 0.08);
}

.hero-card {
    position: relative;
    min-height: 640px;
    border-radius: 28px;
    overflow: hidden;
}

.hero-primary img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-copy {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2rem;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 18, 12, 0.72) 60%, rgba(26, 18, 12, 0.9) 100%);
}

.hero-eyebrow,
.section-headline h3,
.blog-title,
.footer-links-group h4 {
    font-family: "Cormorant Garamond", serif;
}

.hero-eyebrow {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.6rem, 5vw, 4.75rem);
    line-height: 0.95;
}

.hero-copy p {
    max-width: 34rem;
    font-size: 1rem;
}

.hero-promos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.promo-banner {
    min-height: 310px;
    border-radius: 24px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.promo-banner p {
    margin: 0.2rem 0;
    max-width: 14rem;
}

.banner-two {
    background: linear-gradient(180deg, rgba(84, 45, 23, 0.12), rgba(84, 45, 23, 0.76)), url('/images/placeholders/product-coral.svg') center/cover no-repeat;
}

.banner-three {
    background: linear-gradient(180deg, rgba(40, 67, 84, 0.08), rgba(40, 67, 84, 0.76)), url('/images/placeholders/product-blue.svg') center/cover no-repeat;
}

.banner-four {
    background: linear-gradient(180deg, rgba(42, 78, 55, 0.08), rgba(42, 78, 55, 0.76)), url('/images/placeholders/product-mint.svg') center/cover no-repeat;
}

.banner-five {
    background: linear-gradient(180deg, rgba(68, 74, 96, 0.08), rgba(68, 74, 96, 0.76)), url('/images/placeholders/product-slate.svg') center/cover no-repeat;
}


.section-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.section-headline h3 {
    margin: 0;
    font-size: 2.3rem;
    font-weight: 700;
}

.head-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.arrow-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(31, 31, 31, 0.08);
    display: grid;
    place-items: center;
}

.arrow-icon img,
.txt-btn img {
    width: 15px;
}

.arrow-next img {
    transform: rotate(180deg);
}

.txt-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
}

.product-grid-vvti {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.product-card-vvti {
    border-radius: 24px;
    overflow: hidden;
}

.product-image-wrap {
    position: relative;
    background: #ebe4d7;
}

.product-image-wrap img {
    width: 100%;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
}

.product-card-options {
    position: absolute;
    inset: 1rem 1rem auto 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.label,
.offer,
.blog-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.36rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
}

.label {
    background: #fff;
    color: #1f1f1f;
}

.card-actions-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.offer {
    background: #1f1f1f;
    color: #fff;
}

.fav-badge {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
}

.product-card-body,
.blog-card-vvti {
    padding: 1.15rem;
}

.product-name {
    margin: 0 0 0.7rem;
    font-size: 1rem;
    font-weight: 700;
}

.rating-row,
.rating-value,
.blog-meta,
.footer-bottom {
    display: flex;
    align-items: center;
}

.rating-row {
    justify-content: space-between;
    gap: 0.75rem;
}

.stars {
    display: flex;
    gap: 0.1rem;
    color: #d39d39;
    font-size: 0.95rem;
}

.star-empty {
    color: #cfcbc3;
}

.rating-value {
    gap: 0.18rem;
    font-size: 0.9rem;
}

.price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: baseline;
    margin-top: 0.8rem;
}

.price-row h4 {
    margin: 0;
}



.options-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1rem;
}

.option-title {
    margin: 0 0 0.45rem;
    color: #72685e;
    font-size: 0.8rem;
    font-weight: 700;
}

.color-options ul {
    display: flex;
    gap: 0.45rem;
}

.color-chip {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    display: inline-block;
}

.size-options p:last-child {
    margin: 0;
    font-size: 0.86rem;
    color: #4d463f;
}

.card-buttons {
    margin-top: 1rem;
}

.card-buttons .btn-primary {
    width: 100%;
}

.blog-grid-vvti {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.blog-card-vvti {
    border-radius: 24px;
}

.blog-thumb {
    position: relative;
    margin: -1.15rem -1.15rem 1rem;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.blog-thumb img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.blog-tags {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: flex;
    gap: 0.45rem;
}

.blog-tag {
    background: rgba(255, 255, 255, 0.9);
    color: #1f1f1f;
}

.blog-title {
    margin: 0 0 0.75rem;
    font-size: 1.8rem;
    line-height: 0.95;
}

.blog-meta {
    gap: 0.55rem;
    color: #6e655c;
    font-size: 0.85rem;
}

.author-badge {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #c8a882;
    display: inline-block;
}

.divider {
    width: 1px;
    height: 14px;
    background: rgba(31, 31, 31, 0.14);
}



.video-banner {
    padding: 0;
}

.video-frame-wrap iframe {
    width: 100%;
    min-height: 600px;
    border: 0;
}



.newsletter-card {
    width: min(1240px, 100%);
    margin: 0 auto;
    border-radius: 28px;
    background: linear-gradient(90deg, #151515 0%, #2d2d2d 100%);
    color: #fff;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1rem;
}

.newsletter-copy {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 0.95;
}




.social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-icons img,
.payment-icons img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}


.payment-icons {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

@media (max-width: 1100px) {
    .product-grid-vvti {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid-vvti,
    .footer-content,
    .newsletter-card,
    .hero-grid {
        grid-template-columns: 1fr;
    }


}

@media (max-width: 780px) {
    .storefront-header-row {
        grid-template-columns: 1fr auto;
    }

    .storefront-links {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .product-grid-vvti {
        grid-template-columns: 1fr;
    }

    .hero-promos,
    .options-row {
        grid-template-columns: 1fr;
    }

    .section-headline,
    .footer-bottom {
        flex-direction: column;
        align-items: start;
    }

    .video-frame-wrap iframe {
        min-height: 360px;
    }

    .newsletter-card {
        padding: 1.5rem;
    }

    .input-text {
        min-width: 0;
        width: 100%;
    }

  
}


.catalog-shell {
    padding: 1rem 0 2rem;
}

.catalog-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
}

.filter-panel {
    position: sticky;
    top: 88px;
    align-self: start;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 31, 31, 0.08);
    box-shadow: 0 24px 60px rgba(68, 49, 26, 0.08);
    padding: 1.25rem;
}

.filter-header,
.account-line,
.account-line-actions,
.checkout-panel,
.order-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.filter-header {
    align-items: center;
    margin-bottom: 1rem;
}

.filter-form {
    display: grid;
    gap: 0.9rem;
}

.filter-form label,
.review-form label {
    display: grid;
    gap: 0.35rem;
}

.filter-form select,
.review-form select,
.review-form textarea,
.account-line input[type="number"] {
    border-radius: 14px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    padding: 0.8rem 0.9rem;
    font: inherit;
    background: #fff;
}

.checkbox-line {
    display: flex !important;
    align-items: center;
    gap: 0.6rem;
}

.catalog-content {
    display: grid;
    gap: 2rem;
}

.pill-note {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 31, 31, 0.08);
    font-size: 0.85rem;
    font-weight: 700;
}

.stock-copy {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: #2d6e36;
    font-weight: 700;
}

.product-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.45rem 0 0.8rem;
    border: 0;
    background: transparent;
    padding: 0;
    color: #1f1f1f;
    cursor: pointer;
    font: inherit;
}

.product-rating-summary strong {
    font-size: 1.1rem;
}

.product-rating-summary span {
    color: #f5a400;
    letter-spacing: 0;
}

.pincode-checker {
    display: grid;
    gap: 0.45rem;
    margin-top: 1rem;
}

.pincode-checker > div {
    display: flex;
    gap: 0.5rem;
}

.pincode-checker input {
    min-height: 42px;
    border: 1px solid rgba(31, 31, 31, 0.14);
    border-radius: 10px;
    padding: 0.65rem 0.8rem;
}

.review-modal[hidden] {
    display: none;
}

.review-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.42);
}

.review-modal-panel {
    width: min(820px, 100%);
    max-height: 84vh;
    overflow: auto;
    border-radius: 12px;
    background: #fff;
    padding: 24px;
}

.review-modal-close {
    float: right;
}

.review-score-layout {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: center;
    margin: 1rem 0;
}

.review-score-big strong {
    font-size: 4rem;
    line-height: 1;
}

.review-bars {
    display: grid;
    gap: 0.5rem;
}

.review-bars div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.65rem;
    align-items: center;
}

.review-bars i {
    height: 8px;
    border-radius: 999px;
    background: rgba(31, 31, 31, 0.08);
    overflow: hidden;
}

.review-bars b {
    display: block;
    height: 100%;
    background: #1f1f1f;
}

.out-of-stock {
    color: #a12626;
}

.wishlist-button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    font-size: 1.15rem;
}

.wishlist-button.active {
    color: #ad1f46;
}

.card-buttons.stack {
    display: grid;
}

.review-panel {
    margin-top: 1rem;
    border-top: 1px solid rgba(31, 31, 31, 0.08);
    padding-top: 0.9rem;
}

.review-panel summary {
    cursor: pointer;
    font-weight: 700;
}


.review-card {
    border-radius: 16px;
    background: rgba(31, 31, 31, 0.04);
    padding: 0.85rem;
}

.review-card p,
.review-note {
    margin: 0.4rem 0 0;
    color: #5d544d;
}

.secondary-tone {
    background: #6f5240;
}

.account-shell,
.account-grid {
    display: grid;
    gap: 1.5rem;
}

.account-grid {
    grid-template-columns: 1.25fr 0.75fr;
}

.account-list {
    display: grid;
    gap: 1rem;
}

.account-line {
    align-items: start;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    padding-bottom: 1rem;
}

.account-line.compact {
    align-items: center;
}

.account-product-row,
.order-item-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.account-item-thumb {
    width: 64px;
    height: 78px;
    flex: 0 0 auto;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(31, 31, 31, 0.05);
}

.account-line p,
.order-items p {
    margin: 0.35rem 0 0;
    color: #5e554d;
}

.account-line-actions {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.account-line-actions form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.account-line-actions form input[type="number"] {
    width: 82px;
}

.account-product-link {
    display: inline-block;
    margin-bottom: 0.2rem;
}

.account-section-tabs {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.account-section-tabs .primary-link {
    min-width: 110px;
}

.checkout-panel {
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(31, 31, 31, 0.08);
}

.order-card {
    border-radius: 18px;
    background: rgba(31, 31, 31, 0.04);
    padding: 1rem;
}

.order-header {
    flex-wrap: wrap;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .catalog-grid,
    .account-grid {
        grid-template-columns: 1fr;
    }

    .filter-panel {
        position: static;
    }
}

.input-select {
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 0.9rem 1rem;
    font: inherit;
    background: #fff;
}

.auth-step-shell,
.auth-step-panel {
    display: grid;
    gap: 1rem;
}

.auth-step-panel {
    display: none;
}

.auth-step-panel.is-active {
    display: grid;
}

.auth-step-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.auth-back-button {
    min-width: 140px;
}

.social-choice-row {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.user-link {
    font-weight: 700;
}

.color-chip-button,
.detail-color-button,
.thumb-button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.card-buttons .secondary-button,
.card-buttons .btn-primary,
.card-buttons .product-link-button,
.card-buttons .wishlist-inline-button {
    width: 100%;
}

.wishlist-inline-button.active {
    background: #1f1f1f;
    color: #fff;
}

.out-of-stock-card {
    opacity: 0.72;
}

.filter-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(19, 16, 12, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 50;
}

.filter-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 92vw);
    height: 100vh;
    background: #f8f4ec;
    box-shadow: -16px 0 42px rgba(31, 31, 31, 0.18);
    padding: 1.4rem;
    transform: translateX(105%);
    transition: transform 0.22s ease;
    z-index: 60;
    overflow-y: auto;
}

.filter-drawer.open {
    transform: translateX(0);
}

.filter-drawer.open ~ .filter-drawer-backdrop,
.filter-drawer-backdrop.open {
    opacity: 1;
    pointer-events: auto;
}

.filter-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.review-dialog {
    border: none;
    border-radius: 24px;
    width: min(640px, 92vw);
    padding: 1.2rem;
}

.review-dialog::backdrop {
    background: rgba(17, 14, 10, 0.36);
}

.review-dialog-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.inline-banner-row {
    padding: 0 0 2rem;
}

.inline-banner-card {
    position: relative;
    display: block;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(68, 49, 26, 0.08);
}

.inline-banner-card img {
    aspect-ratio: 16 / 4;
    object-fit: cover;
}

.inline-banner-copy {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.5rem;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 16, 13, 0.85) 100%);
}

.product-detail-shell {
    padding: 2rem 0 3rem;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.5rem;
    align-items: start;
}

.product-gallery-panel,
.product-info-panel {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    padding: 1.4rem;
    border: 1px solid rgba(31, 31, 31, 0.08);
    box-shadow: 0 24px 60px rgba(68, 49, 26, 0.08);
}

.product-zoom-frame {
    overflow: hidden;
    border-radius: 22px;
    background: #efe6d8;
}

.product-zoom-frame img {
    width: 100%;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.product-zoom-frame:hover img {
    transform: scale(1.08);
}

.product-thumb-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    margin-top: 1rem;
}

.thumb-button img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
}

.product-detail-copy {
    color: #5f554d;
    line-height: 1.8;
}

.detail-price-row {
    margin-top: 1rem;
}

.detail-meta-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.detail-color-row,
.detail-size-row,
.detail-action-stack {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.detail-color-button {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    background: #fff;
}

.detail-color-button.active,
.color-chip-button.active,
.detail-size-button.active {
    border-color: #1f1f1f;
    box-shadow: 0 0 0 2px rgba(31, 31, 31, 0.08);
}

.detail-size-row.compact {
    gap: 0.45rem;
}

.color-chip-button {
    border-radius: 999px;
    border: 1px solid rgba(31, 31, 31, 0.14);
    background: #fff;
    padding: 0.25rem;
}

.detail-inline-form {
    display: flex;
}

.detail-size-button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    filter: grayscale(1);
    background: rgba(31, 31, 31, 0.08);
}

.cms-dashboard-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.cms-dashboard-nav {
    background: linear-gradient(180deg, #241a49 0%, #13122d 100%);
    color: #fff;
    padding: 1.4rem;
    display: grid;
    align-content: start;
    gap: 0.9rem;
    border-radius: 24px;
}

.cms-dashboard-nav a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.status-chip {
    width: fit-content;
    margin-top: 1rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(126, 221, 115, 0.16);
    color: #88f280;
    font-size: 0.85rem;
    font-weight: 700;
}

.cms-dashboard-content {
    display: grid;
    gap: 1.5rem;
}

.cms-stat-grid,
.cms-dashboard-panels,
.cms-form-grid,
.cms-color-grid {
    display: grid;
    gap: 1rem;
}

.cms-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cms-stat-card {
    background: rgba(255, 255, 255, 0.82);
    padding: 1.3rem;
    box-shadow: var(--shadow);
    border-radius: 24px;
}

.cms-stat-card strong {
    display: block;
    font-size: 2rem;
    margin: 0.55rem 0;
}

.ring-shell {
    width: 82px;
    height: 82px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 8px solid rgba(111, 66, 193, 0.18);
    border-top-color: #6f42c1;
    margin-top: 0.75rem;
}

.cms-dashboard-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.notification-stack,
.activity-stack,
.banner-editor-stack,
.cms-color-edit-list {
    display: grid;
    gap: 0.9rem;
}

.notification-row,
.activity-row {
    padding: 0.9rem 1rem;
    background: rgba(35, 27, 26, 0.05);
    display: grid;
    gap: 0.35rem;
    border-radius: 24px;
}

.notification-row.high {
    background: rgba(235, 89, 89, 0.12);
}

.notification-row.low {
    background: rgba(74, 198, 112, 0.12);
}

.activity-row {
    grid-template-columns: 44px 1fr auto;
    align-items: center;
}

.activity-row strong {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #6f42c1;
    color: #fff;
}

.cms-subsection {
    margin: 1rem 0;
}



.cms-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.color-picker {
    padding: 0;
    min-height: 48px;
}

.discount-cell {
    font-weight: 700;
}

.banner-preview-thumb {
    overflow: hidden;
    background: rgba(35, 27, 26, 0.05);
    border-radius: 24px;
}

.banner-preview-thumb img {
    width: 100%;
    aspect-ratio: 16 / 5;
    object-fit: cover;
}

.banner-preview-thumb.small img {
    aspect-ratio: 1 / 1;
}

.cms-section-title {
    margin: 0.35rem 0 0;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
}

.existing-image-grid,
.campaign-recipient-list {
    display: grid;
    gap: 0.9rem;
}

.existing-image-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.existing-image-card,
.campaign-recipient-card {
    display: grid;
    gap: 0.45rem;
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(35, 27, 26, 0.05);
}

.existing-image-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
}

@media (max-width: 1100px) {
    .product-detail-grid,
    .cms-dashboard-grid,
    .cms-stat-grid,
    .cms-dashboard-panels,
    .cms-form-grid,
    .cms-color-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .product-thumb-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .account-section-tabs,
    .auth-step-actions,
    .account-line,
    .account-line-actions,
    .checkout-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .account-section-tabs .primary-link,
    .auth-step-actions .btn-primary,
    .auth-step-actions .btn-secondary {
        width: 100%;
    }
}
