:root {
    --primary-color: #69534f;
    --secondary-color2: #27180b;
    --secondary-color3: #6b4320;
    --secondary-color4: #3a1a0d;
    --secondary-color5: #834e32;
    --bs-white: #fff;
    --bodyFont: "Open Sans", sans-serif;
    --headingFont: "Open Sans", sans-serif;
}

.relative,
body,
html {
    position: relative;
}

body,
ul {
    margin: 0;
    padding: 0;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-weight: normal;
    line-height: 1.4 !important;
    font-size: 18px;
    font-weight: 400;
    font-weight: normal;
    font-family: var(--bodyFont);
    color: var(--primary-color);
    background: #fff;
    position: relative;
    z-index: 0;
    /* overflow-y: hidden;
  overflow-x: hidden; */
    min-height: 100%;
}

html {
    height: 100%;
}

ul {
    list-style: none;
}

.btn,
button {
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    display: inline-block;
    outline: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline-style: none;
}

.btn {
    text-align: center;
    padding: 0 64px;
    font-size: 16px;
    border-radius: 65px;
    display: block;
    line-height: 74px;
    height: 74px;
    font-weight: 600;
    border-width: 1px;
    border-color: var(--secondary-color3);
    background: linear-gradient(
        135deg,
        rgba(58, 26, 13, 1) 0%,
        rgba(137, 103, 90, 1) 100%
    );

    color: var(--bs-white);
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
}

.btn-outline {
    background: transparent;
    padding: 0 48px;
    border: var(--secondary-color4) 1px solid;
    color: var(--secondary-color4);
}

.btn.btn-outline:hover {
    background: var(--secondary-color3) !important;
    border-color: var(--secondary-color3) !important;
    color: var(--bs-white);
}

.btn:hover {
    background: linear-gradient(
        135deg,
        rgba(229, 201, 188, 1) 0%,
        rgba(58, 26, 13, 1) 56%
    );
    border-color: var(--secondary-color2) !important;
    color: var(--bs-white);
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: var(--secondary-color2);
    font-family: var(--headingFont);
}

h1 {
    font-size: 68px;
    font-weight: 800;

    span {
        font-weight: 400;
        font-size: 61px;
        color: var(--secondary-color3);

        span {
            display: inline-block;
            float: right;

            span {
                float: none;
            }

            img {
                position: relative;
                top: -22px;
            }
        }
    }
}

h2 {
    font-size: 48px;
    font-weight: 700;

    span {
        font-weight: 400;
        color: var(--secondary-color3);
    }
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 800;
    color: #292929;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 20px;
}

.p-v-75 {
    padding: 75px 0;
}

/* ════════════════════════════════
       NAVBAR WRAPPER
    ════════════════════════════════ */
.top-nav-wrap {
    padding: 46px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.nav-pill-wrap {
    background: #fffcf8;
    border-radius: 999px;
    padding: 16px 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

/* Logo */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 10px;

    img {
        height: 59px;
        object-fit: contain;
    }
}

.logo-badge {
    width: 38px;
    height: 38px;
    background: #2b1500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 1;
}

.logo-text-wrap {
    font-size: 13px;
    font-weight: 700;
    color: #2b1500;
    line-height: 1.25;
}

.logo-text-wrap small {
    display: block;
    font-size: 8.5px;
    font-weight: 400;
    color: #8a7a6a;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* ── StellarNav overrides to fit pill layout ── */
#main-nav {
    width: auto;
    flex-shrink: 0;
    z-index: auto;
    background: transparent !important;
}

/* reset stellarnav defaults for desktop */
#main-nav.stellarnav.light,
#main-nav.stellarnav.light ul ul {
    background: #fff;
}

#main-nav > ul {
    background: transparent !important;
    text-align: left;
}

#main-nav > ul > li > a {
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color) !important;
}

#main-nav > ul > li > a:hover,
#main-nav > ul > li.active > a {
    font-weight: 600;
}

/* active indicator underline */
#main-nav > ul > li.active > a {
    position: relative;
}

/* dropdown styling */
#main-nav ul ul {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0e8dd;
    top: 100%;
    padding-top: 4px;
}

#main-nav ul ul li a {
    font-size: 12.5px;
    color: #555 !important;
    padding: 10px 18px;
}

#main-nav ul ul li a:hover {
    background: #faf5ed;
    color: #1a0f00 !important;
}

/* hide arrows for clean pill look */
#main-nav.stellarnav li.has-sub > a:after,
#main-nav.stellarnav li li.has-sub > a:after {
    /* display: none; */
}

.stellarnav li.has-sub > a:after {
    content: "";
    margin-left: 0%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #834e32;
    display: inline-block;
    top: -2px;
    position: relative;
    right: -6px;
}

/* ── Products category dropdown & subcategory flyout ── */
#main-nav.stellarnav.desktop > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

#main-nav.stellarnav.desktop ul ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 300px;
}

.stellarnav.light a.dd-toggle .icon-plus:after,
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #fff;
}

#main-nav ul ul {
    min-width: 220px;
    padding: 6px 0;
}

#main-nav ul ul ul {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0e8dd;
    min-width: 200px;
    padding: 6px 0;
    top: -6px;
    left: 100%;
}

#main-nav ul ul li a {
    white-space: nowrap;
}

/* show a small arrow for categories that have subcategories */
#main-nav.stellarnav.desktop li li.has-sub > a:after {
    display: inline-block !important;
    content: "";
    margin-left: 10px;
    float: right;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #999;
    position: relative;
    top: 5px;
}

/* mobile hamburger toggle */
#main-nav .menu-toggle {
    color: #1a0f00;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    padding: 8px 10px;
}

#main-nav .menu-toggle span.bars span {
    background: #2b1500;
}

/* #main-nav.mobile > ul {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}

#main-nav.mobile > ul > li > a {
  border-bottom: 1px solid #f0e8dd;
  color: #1a0f00 !important;
} */

/* Search bar */
.nav-search {
    flex: 1;
    position: relative;
    margin: 0 0 0 30px;
    max-width: 388px;
    width: 100%;
    padding-right: 23px;
}

.nav-search input {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 144px;
    height: 54px;
    padding: 0px 40px 0 63px;
    font-size: 15px;
    background: transparent;
    color: #999;
    outline: none;
    -webkit-border-radius: 144px;
    -moz-border-radius: 144px;
    -ms-border-radius: 144px;
    -o-border-radius: 144px;

    &::placeholder {
        color: var(--primary-color);
    }
}

.searchBtn {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    font-size: 11px;
    background: none;
    border: none;
}

/* Icon buttons */
.nav-icons-wrap {
    display: flex;
    gap: 19px;
    flex-shrink: 0;
}

.nav-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--secondary-color3);
    display: flex;
    align-items: center;
    justify-content: center;

    &:first-child img {
        position: relative;
        left: 0;
    }

    img {
        position: relative;
        left: 1px;
    }

    &:hover {
        background: var(--primary-color);
    }
}

.nav-icon-btn.nav-avatar-btn {
    padding: 0;
    overflow: hidden;
    background: none;
}

.nav-icon-btn.nav-avatar-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0; /* Reset the left: 1px from .nav-icon-btn img */
}

/* ════════════════════════════════
       HERO
    ════════════════════════════════ */
.hero-section {
    position: relative;
    padding-top: 188px;
    font-size: 20px;
    min-height: 899px;

    hr {
        margin: 55px 0;
        color: inherit;
        border: 0;
        border-top: #d9cfc5 1px solid;
        opacity: 1;
        width: 50%;
        left: 0;
    }

    .hero-desc-txt {
        padding-right: 7%;
        margin-top: -40px;
        line-height: 1.8;
    }

    .htRight {
        left: auto;
        right: 0;
        margin: 160px 0 0 0;
    }

    .bannerMiddle {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 716px;
        width: 100%;
        bottom: 0;
        z-index: 1;
        text-align: center;
    }

    .banner-ply {
        position: relative;
        height: 642px;
        object-fit: cover;
    }

    .circles {
        position: absolute;
        top: 28%;
        right: -120px;
        margin: 0 auto;
        height: 257px;
        width: 320px;
        z-index: -1;
        object-fit: contain;
    }
}

.hero-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 280px 1fr 260px;
    gap: 0;
    align-items: start;
    padding-top: 48px;
}

/* —— Left —— */
.hero-feat-list {
    margin-top: 96px;
}

.hero-feat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    font-weight: 600;
    color: var(--primary-color);

    &:nth-child(2) {
        margin-left: 36px;
    }
}

.feat-ico {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* —— Center: image stack —— */
.hero-center-col {
    position: relative;
    height: 395px;
}

/* grey board - back left */
.ply-a {
    position: absolute;
    width: 118px;
    height: 188px;
    left: 30px;
    top: 18px;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transform: rotate(-7deg);
    z-index: 1;
}

/* —— Right —— */
.hero-right-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 400px;
    padding-top: 4px;
}

.hero-h1-right {
}

.hero-btns-wrap {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.p-v-80 {
    padding: 80px 0;
}

/* ════════════════════════════════
       TABS
    ════════════════════════════════ */
.tabs-wrap {
}

.tabs-ul {
    display: flex;
    justify-content: space-between;
    gap: 54px;
    max-width: 644px;
    list-style: none;
    padding: 0;
    margin: 0 auto 58px;
    border-bottom: 1px solid #6b4320;
}

.tabs-ul li a {
    display: block;
    padding: 0 0 43px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color2) !important;
    border-bottom: 4px solid transparent;
}

.tabs-ul li a.active {
    color: #1a0f00;
    font-weight: 600;
    border-bottom-color: #7b3f1a;
}

/* ════════════════════════════════
       MATERIALS
    ════════════════════════════════ */
.sec-materials {
}

.sec-subtext {
    text-align: center;
    color: var(--primary-color);
    line-height: 1.72;
    max-width: 722px;
    margin: auto;
    font-size: 20px;
    margin-bottom: 48px;
    margin-top: 12px;
}

.mat-outer {
    max-width: 830px;
    margin: 0 auto 36px;
}

.mat-top {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.mc {
    background: #faf5ed;
    padding: 37px 34px;
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;

    .btn {
        height: 58px;
        line-height: 58px;
        display: inline-block;
        margin-top: 14px;
    }
}

.mc img {
    width: 100%;
    height: 264px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.mc-title {
    font-size: 24px;
    color: var(--primary-color);
    margin: 12px 0;
    font-weight: 400;
    min-height: 55px;
}

.mc-sizes {
    font-size: 24px;
    margin: 11px 0;
}

.backcircle {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    margin: 0 auto;
    width: 675px;
    height: 661px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.mt-50 {
    margin-top: 50px;
}

/* ════════════════════════════════
       SPECS
    ════════════════════════════════ */
.sec-specs {
    background: #faf3ea;
    padding: 131px 0;

    .sec-subtext {
        line-height: 1.72;
        max-width: 732px;
        margin: auto;
        font-size: 20px;
        margin: 15px auto 48px;
    }
}

.specs-card {
    margin: 38px auto 0;
    background: var(--secondary-color5);
    padding: 65px 100px 65px 51px;
    position: relative;
    z-index: 1;
}

/* concave scallop bottom center */
.specs-card::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 662px;
    height: 178px;
    background: url(../images/home/shape.png) top no-repeat;
    z-index: -1;
}

.specs-r1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.specs-r2 {
    display: flex;
    position: relative;
    z-index: 1;
}

.spec-it {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 66px;
}

.spec-it:last-child {
    margin-bottom: 0;
}

.spec-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: #fff 2px solid;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ════════════════════════════════
       CONTACT
    ════════════════════════════════ */
.sec-contact {
    .sec-subtext {
        margin-bottom: 0;
    }

    .btn {
        min-width: 411px;
    }

    img {
        height: 692px;
        object-fit: contain;
    }
}

.contact-grid {
}

.cf-card {
    background: #f6e6d5;
    border-radius: 40px;
    padding: 66px 52px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.cf-field label {
    display: block;
    font-weight: 600;
    color: var(--primary-color);
}

.cf-field input,
.cf-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 0 15px;
    font-size: 15px;
    color: #919191;
    outline: none;

    &::placeholder {
        color: #919191;
    }
}

.cf-field textarea {
    resize: none;
    height: 114px;
}

.cf-1col {
    margin-bottom: 20px;
}

.btn-send-cta {
    margin-top: 22px;
    background: #2b1500;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 54px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    cursor: pointer;
}

.contact-img-panel {
    border-radius: 18px;
    overflow: hidden;
}

.contact-img-panel img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ════════════════════════════════
       FOOTER
    ════════════════════════════════ */
.site-footer {
    background: var(--secondary-color2);
    text-align: center;
    padding: 35px 0;
    color: rgba(255, 255, 255, 1);

    font-size: 20px;

    a {
        color: rgba(255, 255, 255, 1);

        &:hover {
            color: var(--secondary-color5);
        }
    }
}

/* ── PRODUCT GRID AREA ── */
.product-area {
    flex: 1;
    min-width: 0;
}

/* ── FOOTER ── */
footer {
    background: var(--wood-dark);
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 1.25rem;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-panel {
        flex: 0 0 180px;
    }
}

@media (max-width: 640px) {
    .content-row {
        flex-direction: column;
    }

    .filter-panel {
        position: static;
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-links {
        display: none;
    }
}

.product-card {
    background: #faf3ea;
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 27px 25px;
    overflow: hidden;
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.product-card:hover {
    box-shadow: 0 10px 36px rgba(60, 40, 20, 0.13);
    transform: translateY(-3px);
}

.productList .mc {
    background: #faf5ed;
    padding: 27px 25px;
    margin-top: 33px;
    margin-bottom: 0;
    border-radius: 9px;
    height: calc(100% - 20px);
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;

    .btn {
        height: 42px;
        line-height: 42px;
        display: inline-block;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 10px;
        font-size: 12px;
        padding: 0 33px;
        min-width: fit-content;
    }
}

.productList .mc img {
    height: 194px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.productList .mc-title,
.productList .mc-sizes {
    font-size: 17px;
    min-height: auto;
    font-weight: 400;
    margin-bottom: 0;
}

/* Wishlist heart */
.wish-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--bs-white);
    background: var(--secondary-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s;
    padding: 0;
}

.wish-btn:hover {
    background: var(--secondary-color5);
}

/* ─── CARD BODY ─────────────────────────────────────── */
.card-body-custom {
    padding: 14px 14px 16px;
}

.prod-name {
    font-family: "Lato", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: 0.01em;
    margin-bottom: 2px;
}

.prod-grade {
    font-family: "Lato", sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--text-mid);
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

.prod-sizes {
    font-family: "Lato", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-soft);
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    white-space: nowrap;
}

.prod-sizes span {
    margin: 0 4px;
    color: #ccc0b4;
}

/* Add To Cart button */
.btn-cart {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-family: "Lato", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: none;
    color: var(--btn-border);
    background: transparent;
    border: 1px solid var(--btn-border);
    border-radius: 5px;
    cursor: pointer;
    transition:
        background 0.2s,
        color 0.2s;
    text-align: center;
}

.btn-cart:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.page-wrapper {
    padding: 197px 0 80px;
}

.inner-main-title {
    font-size: 68px;
    margin-bottom: 36px;
    text-transform: capitalize;
}

/* ─── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 600px) {
    .cards-row {
        gap: 12px;
    }

    .product-card {
        width: 90%;
        max-width: 280px;
    }
}

/* ── FILTER SIDEBAR ── */
.filter-panel {
    background: var(--card-bg);
    border: 1px solid var(--secondary-color5);
    border-radius: 24px;
    padding: 35px 23px;
    position: sticky;
    top: 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.filter-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-primary);
    margin: 0 0 0.75rem;
}

/* Bootstrap Accordion overrides */
.filter-panel .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: var(--border);
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0.65rem;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0.25rem;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: var(--accent);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-color: var(--text-secondary);
    --bs-accordion-btn-active-color: var(--accent);
    margin-top: 18px;
}

.filter-panel .accordion-item {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--border);
}

.filter-panel .accordion-item:last-child {
    border-bottom: none;
}

.filter-panel .accordion-button {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #413e3e;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    margin-bottom: 8px;
}

.filter-panel .accordion-button:not(.collapsed) {
    color: var(--accent);
}

.filter-panel .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    filter: none;
}

.filter-options {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.3rem 0.4rem;
    padding-bottom: 0.5rem;
}

.filter-options.single-col {
    grid-template-columns: 1fr;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.filter-check-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 16px;
    color: #413e3e;
    cursor: pointer;
    transition: color 0.15s;
    user-select: none;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.filter-check-label:hover {
    color: var(--accent);
}

.filter-check-label input[type="checkbox"] {
    accent-color: var(--secondary-color5);
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

/* Nested category accordion inside "Category" section */
.filter-panel #categorySubAccordion {
    margin-top: 0;
}

.filter-panel .filter-nested-item {
    border-bottom: none;
}

.filter-panel .filter-nested-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    margin-bottom: 0;
}

.filter-panel .filter-nested-btn::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
}

/* Parent "All ..." label — slightly bolder */
.filter-parent-label {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-primary);
    padding-bottom: 2px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--border);
}

/* Child subcategory labels — indented, smaller */
.filter-child-label {
    padding-left: 6px;
    font-size: 14px;
}

/* Subcategory count badge next to parent accordion title */
.filter-cat-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--secondary-color5);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    padding: 0 5px;
    line-height: 1;
}

/* Limit category accordion body height with scrollbar for many subs */
.filter-panel .accordion-body .filter-options.single-col {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

/* Thin scrollbar for filter options */
.filter-panel .accordion-body .filter-options.single-col::-webkit-scrollbar {
    width: 4px;
}

.filter-panel
    .accordion-body
    .filter-options.single-col::-webkit-scrollbar-track {
    background: transparent;
}

.filter-panel
    .accordion-body
    .filter-options.single-col::-webkit-scrollbar-thumb {
    background: var(--secondary-color5);
    border-radius: 4px;
}

/* Mobile filter group toggle */
.mobile-filter-group {
    margin-bottom: 6px;
}

.mobile-filter-cat-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 4px 0;
    border-bottom: 1px solid var(--border);
    user-select: none;
}

.mobile-filter-cat-title .mobile-chevron {
    transition: transform 0.2s;
}

.mobile-filter-cat-title.open .mobile-chevron {
    transform: rotate(180deg);
}

.mobile-filter-sub {
    padding-left: 4px;
    padding-bottom: 4px;
}

.mobile-filter-sub .filter-check-label {
    font-size: 12px;
}

/* ── PRODUCT GRID AREA ── */
.product-area {
    flex: 1;
    min-width: 0;
}

.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-count {
    color: #292929;
}

.toolbar-controls {
    display: flex;
    gap: 0.6rem;
}

/* Bootstrap select overrides */
.form-select {
    font-size: 16px;
    color: var(--text-secondary);
    border: 1px solid #d0d0d0;
    border-radius: 86px;
    background-color: transparent;
    padding: 0 23px;
    cursor: pointer;
    height: 47px;
    min-width: 290px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
}

.form-select.sm-select {
    min-width: 181px;
}

.toolbar-select.form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(139, 94, 60, 0.1);
}

/* ── BREADCRUMB ── */
.breadcrumb-wrap {
    color: #292929;
}

.breadcrumb-wrap a {
    color: var(--muted);
    text-decoration: none;
}

.breadcrumb-wrap a:hover {
    color: var(--brown);
}

/* ── PRODUCT SECTION ── */
.product-section {
    padding: 32px 0 48px;
}

/* ── SWIPER MAIN ── */
.swiper-main-wrap {
    padding: 103px 70px;
    background: #f5f6f8;
    position: relative;
    margin-bottom: 30px;
    margin-top: 45px;
}

.swiper-main .swiper-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.wishlist-btn-main {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--secondary-color3);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    cursor: pointer;
    font-size: 16px;
}

.wishlist-btn-main:hover {
    color: #c0392b;
}

/* ── SWIPER THUMB ── */
.swiper-thumbs {
    margin-top: 12px;
}

.swiper-thumbs .swiper-slide {
    border: 1px solid #dcdcdc;
    border-radius: 9.87px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition:
        opacity 0.2s,
        border-color 0.2s;
    -webkit-border-radius: 9.87px;
    -moz-border-radius: 9.87px;
    -ms-border-radius: 9.87px;
    -o-border-radius: 9.87px;
    padding: 22px 23px;
}

.swiper-thumbs .swiper-slide-thumb-active {
    border-color: var(--secondary-color3);
    opacity: 1;
}

.swiper-thumbs .swiper-slide img {
    width: 100%;
    height: 58px;
    object-fit: cover;
}

/* ── PRODUCT INFO ── */
.product-price {
    font-size: 30px;
    font-weight: 800;
    color: var(--secondary-color2);
}

.option-select {
    padding: 0 28px 0 0;
    font-size: 16px;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.optionMain {
    border: 1px solid #d0d0d0;
    border-radius: 86px;
    background-color: transparent;
    padding: 0 23px;
    padding-right: 0;
    cursor: pointer;
    height: 47px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
}

.option-label {
    font-size: 16px;
}

.product-desc {
    font-size: 20px;
    color: var(--primary-color);
}

.removeList {
    border: none;
}

.productDetails .variation-selector {
    min-width: auto;
    padding-right: 40px;
    margin-right: 9px;
    font-size: 14px;
    margin-bottom: 9px;
    background-color: var(--bs-white);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #929292;
}

#stock-info {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.productDetails .btn {
    min-width: 412px;
    margin-top: 61px;
}

.btn-add-cart {
    background: var(--brown);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}

.btn-add-cart:hover {
    background: var(--brown-md);
    color: #fff;
}

.productDetails .inner-main-title {
    font-size: 40px;
    margin-bottom: 10px;
}

.productDetails h3 {
    font-weight: 700;
    text-transform: capitalize;
}

.price-options-wrap {
    background: #faf3ea;
    border-radius: 9px;
    padding: 28px 33px;
    margin-bottom: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    margin-top: 24px;
}

/* ── COMPATIBILITY TABLE ── */
.compat-section {
}

.compat-table-wrap {
    background: #f6e6d5;
    border-radius: 23px;
    /* padding: 28px 43px; */
    overflow: hidden;
    margin: 45px 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.compat-table {
    width: 100%;
    border-collapse: collapse;
}

.compat-table th {
    background: var(--cream);
    color: var(--text);
    font-size: 20px;
    font-weight: 700;
    padding: 28px 43px 24px;
    border-bottom: 1px solid #dfc6ab;
    border-right: 1px solid #dfc6ab;
}

.compat-table td {
    padding: 18px 43px;
    font-size: 20px;
    vertical-align: top;
    border-bottom: 1px solid #dfc6ab;
    border-right: 1px solid #dfc6ab;
}

.compat-table tr:last-child td {
    border-bottom: none;
}

.compat-table tr td:last-child,
.compat-table tr th:last-child {
    border-right: none;
}

.compat-table td:nth-child(3) {
    color: var(--muted);
    line-height: 1.7;
}

.explore-section h3 {
    margin-bottom: 19px;
}

.explore-section p {
    margin-bottom: 25px;
    line-height: 1.6;
}

/* cart */
.continue-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--text);
    text-decoration: none;
    font-weight: 400;
}

.continue-link .arrow-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.continue-link:hover {
    color: var(--brown-md);
}

.continue-link:hover .arrow-circle {
    border-color: var(--brown-md);
}

/* ══ CART ITEMS ══ */
.cart-section {
    padding-bottom: 60px;
}

.cart-item-card {
    background: #f5f6f8;
    border-radius: 13.87px;
    border: #d0d0d0 1px solid;
    padding: 20px 24px;
    margin-top: 23px;
    display: flex;
    gap: 20px;
    -webkit-border-radius: 13.87px;
    -moz-border-radius: 13.87px;
    -ms-border-radius: 13.87px;
    -o-border-radius: 13.87px;
}

/* Cart item image */
.cart-img-wrap {
    width: 178px;
    flex: 0 0 178px;
    height: 154px;
    border-radius: 18.49px;
    padding: 27px 22px;
    overflow: hidden;
    background: var(--bs-white);
    -webkit-border-radius: 18.49px;
    -moz-border-radius: 18.49px;
    -ms-border-radius: 18.49px;
    -o-border-radius: 18.49px;
}

.cart-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.wish-btn {
    border: none;
    line-height: 0.3;
}

.cart-item-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;

    a {
        color: var(--primary-color);
    }
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-white);
    background-color: var(--secondary-color2);
    border-color: var(--secondary-color2);
}

.page-link {
    color: var(--primary-color);
    box-shadow: none !important;
}

#product-results .btn.btn-sm {
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 54px;
    height: 54px;
}

.pagination {
    margin-left: 15px;
}

.cart-item-spec {
    font-size: 16px;
    margin-bottom: 12px;
    color: #565656;
}

.cart-item-price {
    font-size: 20px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 12px;
}

.mobileSearch {
    display: none;
}

/* Qty stepper */
.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}

.qty-btn {
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text);
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

.qty-btn:hover {
    background: var(--cream);
}

.qty-val {
    min-width: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    user-select: none;
}

.remove-btn {
    font-size: 16px;
    color: #1b3042;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-self: flex-start;
    white-space: nowrap;
    transition: color 0.15s;
}

.remove-btn:hover {
    color: #c0392b;
}

/* ══ PAYMENT INFO ══ */
.payment-card {
    border: 1.5px solid var(--secondary-color5);
    border-radius: 27.74px;
    padding: 26px;
    background: #fff;
    position: sticky;
    top: 20px;
    -webkit-border-radius: 27.74px;
    -moz-border-radius: 27.74px;
    -ms-border-radius: 27.74px;
    -o-border-radius: 27.74px;
}

.payment-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #191818;
    margin-bottom: 15px;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d0d0d0;
}

.payment-row:last-of-type {
    border-bottom: none;
}

.payment-row .label {
    color: #606060;
}

.payment-row .value {
    font-weight: 700;
    color: #1b3042;
}

.payment-row.total-row {
    margin-top: 4px;
}

.payment-row.total-row .label {
    font-size: 15px;
    font-weight: 400;
}

.payment-row.total-row .value {
    font-size: 16px;
    font-weight: 700;
}

.cart .btn {
    font-size: 14px;
    line-height: 53px;
    height: 53px;
    margin-top: 38px;
}

.cart .inner-main-title {
    font-size: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.headLight {
    font-weight: 400;
    color: var(--secondary-color3);
}

.about h2 {
    text-align: left;
}

.about .hero-right p {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.6;
}

/* ════════════════════════════════
       STATS BAND
    ════════════════════════════════ */
.stats-band {
    margin-bottom: 0;
}

.stats-band .row {
    --bs-gutter-x: 0;
}

.stats-cream {
    background: #f6e6d5;
    border-radius: 10px 10px 0 0;
    padding: 34px 26px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    position: absolute;
    max-width: 389px;
    width: 100%;
    left: 27px;
    top: -60px;
}

.stats-cream h3 {
    font-weight: 700;
    color: var(--secondary-color2);
    line-height: 1.4;
    margin: 0 0 12px;
}

.stats-cream p {
    font-size: 20px;
    color: #69534f;
    line-height: 1.75;
    margin: 0;
}

.stats-brown {
    background: var(--secondary-color5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

    .col-md-3 {
        border-right: 1px solid #fff;
        padding-top: 50px;
        padding-bottom: 50px;

        &:last-child {
            border-right: none;
        }
    }
}

.stat-col:last-child {
    border-right: none;
}

.stat-num {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    display: block;
}

.stat-lbl {
    font-size: 24px;
    color: var(--bs-white);
    font-weight: 600;
    margin-top: 7px;
    display: block;
}

.ps-8 {
    padding-left: 7rem !important;
}

/* ════════════════════════════════
       WHO WE ARE
    ════════════════════════════════ */
.who-section p {
    font-size: 20px;
    line-height: 1.8;
    margin: 20px 0;
}

.who-section {
    img {
        height: 684px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}

.who-section h3 {
    font-weight: 700;
}

.who-feat {
    margin-bottom: 16px;
}

.badges {
    position: absolute;
    left: 20px;
    top: -40px;
    width: 257px;
    height: auto !important;
    object-fit: contain !important;
}

/* Circular trust badge */
.trust-badge {
    position: absolute;
    top: -36px;
    left: -36px;
    width: 118px;
    height: 118px;
    z-index: 3;
}

.trust-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 118px;
}

.trust-badge .badge-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.trust-badge .pct {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: var(--brown);
    display: block;
    line-height: 1;
}

/* ════════════════════════════════
       TESTIMONIALS
    ════════════════════════════════ */

.review-card {
    background: #f6e6d5;
    border-radius: 20px;
    padding: 55px 33px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.reviewer-row {
    display: flex;
    align-items: center;
    gap: 22px;
}

.reviewer-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: #e5c9bc 4px solid;
}

.reviewer-name {
    font-size: 20px;
    color: #000000;
    margin: 0 0 8px;
}

.stars {
    display: flex;
}

.stars a {
    color: #f4aa20;
    font-size: 18px;
    margin: 0 8px 0 0;
}

.quote-mark {
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    top: 25px;
}

.review-body {
    font-size: 20px;
    line-height: 1.78;
    margin: 0;
}

.login-wrapper {
    border: 1px solid #f4aa20;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    .btn {
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
        font-weight: 700;
        height: 70px;
        line-height: 70px;
        margin-top: 58px;
    }
}

.login-left {
    padding: 30px 10px 0;

    p {
        font-size: 16px;
        margin: 8px 0 30px;
    }
}

.google-btn {
    border: 1px solid var(--secondary-color5);
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15.14px;
    margin: 30px 0;
}

.google-btn:hover {
    background: #f7f2ee;
}

.divider {
    text-align: center;
    margin: 0 0 20px 0;
    color: #000;
    font-size: 15.14px;
}

.form-label {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 0;
}

.form-control {
    border: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    padding-left: 0;
    color: #919191;
    font-size: 16px;
    padding-bottom: 12px;
    background: transparent !important;
    padding-right: 30px;
}

span.input-group-text.material-symbols-outlined {
    position: absolute;
    right: -11px;
    top: 18px;
    z-index: 5;
    font-size: 20px;
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 0.2em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #6b4320;
    -webkit-print-color-adjust: exact;
    border-radius: 1.89px;
    -webkit-border-radius: 1.89px;
    -moz-border-radius: 1.89px;
    -ms-border-radius: 1.89px;
    -o-border-radius: 1.89px;
    margin-right: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #c97d4d;
}

.input-group-text {
    background: none;
    border: none;
}

.login-btn:hover {
    opacity: 0.9;
}

.login-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.remember {
    font-size: 16px;
}

.forgot {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 300;
    font-style: italic;
    text-decoration: none;
}

.forgot:hover {
    text-decoration: underline;
}

.logRight {
    border-radius: 0 18.93px 18.93px 0;
    -webkit-border-radius: 0 18.93px 18.93px 0;
    -moz-border-radius: 0 18.93px 18.93px 0;
    -ms-border-radius: 0 18.93px 18.93px 0;
    -o-border-radius: 0 18.93px 18.93px 0;
    height: 100%;
    object-fit: cover;
}

.login h2 {
    font-size: 20px;
}

/* otp */
/* ── Typography ───────────────────────────────────── */
.otp h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0;
    color: var(--secondary-color2);
}

.otp-card {
    background: #f9e5c4;
    padding: 41px 72px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

p.otp-subtext {
    font-size: 20px;
    line-height: 1.6;
}

/* ── OTP inputs ───────────────────────────────────── */
.otp-input-group {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
    margin-bottom: 1.4rem;

    .form-control {
        width: 75px;
        height: 75px;
        border: 1px solid var(--secondary-color5);
        border-radius: 11px;
        background: transparent;
        text-align: center;
        font-size: 16px;
        padding: 0;
        outline: none;
        color: var(--secondary-color2);
        transition:
            border-color 0.2s,
            box-shadow 0.2s;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
    }
}

/* ── Resend section ───────────────────────────────── */
.resend-section {
    font-size: 20px;
}

.resend-section a {
    color: var(--primary-color);
    font-weight: 700;
    font-style: italic;
}

.resend-section a:hover {
    text-decoration: underline;
}

.otp {
    .btn {
        text-align: center;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 65px;
        line-height: 74px;
        height: 74px;
        max-width: 413px;
        width: 100%;
    }
}

.accounts {
    color: #000;

    a {
        color: var(--primary-color);

        &:hover {
            color: var(--secondary-color2);
        }
    }
}

.wishlist .inner-main-title {
    font-size: 60px;
    margin-bottom: 36px;
    text-transform: capitalize;
}

.addInlist {
    color: #ff1414;
}

.removeList {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: var(--bs-white);
    font-size: 18px;

    &:hover {
        background: #ff1414;
    }
}

.wishlist .productList .mc {
    padding: 37px 33px;
    border: #6b432052 1px solid;

    .wish-btn {
        position: absolute;
        top: 26px;
        right: 25px;
        border: none;
    }

    .btn {
        height: 57px;
        line-height: 57px;
        display: inline-block;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 0;
        font-size: 12px;
        padding: 0 33px;
        min-width: fit-content;
    }
}

/* CONTACT */
/* ══════════════════════════════
       LEFT PANEL – form card
    ══════════════════════════════ */
.form-card {
    background: #fdefd5;
    border-radius: 40px;
    padding: 44px 31px 32px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;

    h2 {
        font-size: 48px;
        font-weight: 800;
        line-height: 0.9;
        margin-bottom: 30px;
    }
}

textarea {
    height: 100px;
    resize: none;
}

.field-group {
    margin-bottom: 56px;
}

.contact {
    h1 {
        font-size: 68px;
        margin-bottom: 50px;
    }

    .btn {
        max-width: 411px;
        width: 100%;
    }

    /* ══════════════════════════════
       RIGHT PANEL – info card
    ══════════════════════════════ */
    .info-card {
        background: var(--secondary-color3);
        border-radius: 40px;
        padding: 68px 25px 0;
        flex: 0 0 320px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    .info-card h2 {
        color: #fff;
        font-weight: 800;
        margin-bottom: 1.5rem;
        line-height: 0.9;
        padding-left: 15px;
    }

    /* inner darker box */
    .info-details {
        background: rgba(244, 172, 32, 0.22);
        border-radius: 20px;
        padding: 21px 25px;
        display: flex;
        flex-direction: column;
        gap: 1.1rem;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .info-item {
        display: flex;
        align-items: flex-start;
        gap: 0.85rem;
        color: #fff;
        margin: 0;
        font-size: 20px;

        &:hover {
            color: #ddd;
        }
    }

    .info-icon {
        width: 39px;
        height: 39px;
        /* border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        /* font-size: 0.95rem; */
    }

    .info-text {
        line-height: 1.5;
        padding-top: 0.35rem;
    }

    /* person image pinned at bottom */
    .info-person {
        margin-top: auto;
        text-align: right;
        line-height: 0;
        position: relative;
        right: -44px;
    }

    .info-person img {
        max-width: 100%;
        height: 277px;
        margin-top: 20px;
        object-fit: contain;
        object-position: bottom;
        display: inline-block;
    }
}

.notFound {
    font-size: 20px;

    h1 {
        color: var(--secondary-color3);
        opacity: 0.21;
        font-size: 30vw;
        line-height: 0.9;
    }

    & h2 {
        position: relative;
        font-weight: 600;
        color: var(--secondary-color3);
        margin-top: -20%;
        margin-bottom: 24px;
    }

    p {
        padding: 0 15px;
    }

    .btn {
        max-width: 413px;
        display: inline-block;
        width: 100%;
    }
}

.account {
    font-size: 16px;

    h1 {
        color: #27180b;
        font-size: 68px;
        line-height: 0.9;
        margin-bottom: 21px;
    }

    .w307 {
        max-width: 307px;
        width: 100%;
        margin-bottom: 36px;
    }

    /* ─────────────────────────────────
       SIDEBAR
    ───────────────────────────────── */
    .sidebar {
        flex-shrink: 0;
        -webkit-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        -ms-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }

    .sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar ul li a,
    .sidebar-logout-btn {
        display: flex;
        align-items: center;
        gap: 32px;
        padding: 16px 26px;
        font-weight: 400;
        margin-bottom: 6px;
        color: #000;
        text-decoration: none;
        background: transparent;
        transition: background 0.15s;
        line-height: 1.4;
        border-radius: 7px;
        border: rgba(244, 170, 32, 0.38) 1px solid;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

    .sidebar ul li a:hover,
    .sidebar-logout-btn:hover {
        background: rgba(244, 170, 32, 0.19);
        border-color: transparent;
    }

    /* Active row — full-width warm cream fill, no border-radius */
    .sidebar ul li.active > a {
        background: rgba(244, 170, 32, 0.19);
        border-color: transparent;
    }

    .sidebar ul li a i {
        font-size: 0.95rem;
        color: #999;
        flex-shrink: 0;
        width: 16px;
        text-align: center;
    }

    /* ─────────────────────────────────
       MAIN CONTENT
    ───────────────────────────────── */
    .main-content {
        flex: 1;
        min-width: 0;
    }

    /* ── Tab pills ── */
    .orders-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 41px;
        list-style: none;
        padding: 0;
    }

    .orders-tabs .nav-link {
        border: 1.5px solid var(--secondary-color3);
        border-radius: 40px;
        padding: 20px 35px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        background: transparent;
        transition: all 0.18s;
        cursor: pointer;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    .orders-tabs .nav-link:hover {
        border-color: var(--secondary-color3);
    }

    .orders-tabs .nav-link.active {
        background: var(--secondary-color3);
        border-color: var(--secondary-color3);
        color: #fff;
    }

    /* ── Order card (accordion) ── */
    .order-card {
        margin-bottom: 16px;
        border: 1px solid #e8e0d8;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }

    .order-card-header {
        padding: 18px 22px;
        cursor: pointer;
        user-select: none;
        transition: background 0.2s;
    }

    .order-card-header:hover {
        background: #faf7f4;
    }

    .order-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .order-number {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .order-status {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        padding: 4px 12px;
        border-radius: 20px;
        background: #f0ebe4;
    }

    .order-chevron {
        font-size: 14px;
        transition: transform 0.25s ease;
        color: #888;
    }

    .order-card-header[aria-expanded="true"] .order-chevron {
        transform: rotate(180deg);
    }

    .order-card-summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 6px;
    }

    .order-price {
        font-size: 18px;
        font-weight: 700;
        color: #292929;
    }

    /* ── Expanded items list ── */
    .order-items-list {
        border-top: 1px solid #e8e0d8;
        padding: 0 22px;
    }

    .order-item-row {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 0;
        border-bottom: 1px solid #f2ece4;
    }

    .order-item-row:last-of-type {
        border-bottom: none;
    }

    .img-grid img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }

    .order-item-details {
        flex: 1;
    }

    .order-name {
        font-size: 16px;
        font-weight: 500;
        color: #292929;
    }

    .order-variant {
        font-size: 14px;
        font-weight: 400;
        color: #565656;
    }

    .order-item-price {
        font-size: 16px;
        font-weight: 600;
        color: #292929;
        white-space: nowrap;
    }

    .order-item-actions {
        padding: 14px 0;
        border-top: 1px solid #f2ece4;
        display: flex;
        justify-content: flex-end;
    }

    .btn {
        padding: 0 42px;
        font-size: 16px;
        border-radius: 65px;
        display: block;
        line-height: 58px;
        height: 58px;
    }

    .empty-state {
        text-align: center;
        padding: 3rem 1rem;
        color: var(--primary-color);
        font-size: 18px;
    }

    .empty-state i {
        font-size: 45px;
        display: block;
        margin-bottom: 10px;
        color: var(--secondary-color5);
    }

    .account-header {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 2.2rem;
    }

    /* Avatar wrapper — circle, slightly clipped right like Figma */
    .avatar-wrap {
        position: relative;
        width: 90px;
        height: 90px;
        flex-shrink: 0;
    }

    /* The circle image */
    .avatar-wrap img#avatarImg {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center top;
        display: block;
        background: var(--primary-color);
    }

    /* Hidden real file input */
    .avatar-wrap input[type="file"] {
        display: none;
    }

    /* Camera badge — clickable label over the bottom-right of the circle */
    .avatar-wrap label.camera-badge {
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: #797575;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
        cursor: pointer;
        transition: background 0.15s;
        z-index: 2;
    }

    .avatar-wrap label.camera-badge:hover {
        background: #f0e8dc;
    }

    /* h1 */
    .account-header h2 {
        font-size: 48px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0;
        line-height: 1.15;
    }

    .field-group {
        margin-bottom: 30px;
    }
}

.changePass h2 {
    font-weight: 600;
    color: #000;
}

/* dashboard */
.stat-card {
    border: none;
    border-radius: 20px;
    padding: 27px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
    height: 100%;
    gap: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

    svg {
        opacity: 0.4;
    }
}

.stat-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 89px;
    height: 89px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.card-content h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--primary-color);
    display: inline-block;
    padding-bottom: 0px;
}

.card-content p {
    margin: 0px 0 0;
    color: var(--primary-color);
    font-size: 20px;
}

/* Card Variations */
.bg-blue {
    background-color: #d5e5fd;
}

.bg-pink {
    background-color: #f9ccc8;
}

.bg-orange {
    background-color: #fdefd5;
}

.bg-green {
    background-color: #dcfdd5;
}

/* Icon Colors */
.text-blue {
    color: #427fda;
}

.text-pink {
    color: #f86a46;
}

.text-orange {
    color: #f0a10d;
}

.text-green {
    color: #2caa13;
}

.form-select.sm {
    line-height: 47px;
    min-width: 126px;
    position: relative;
    display: none;
}

.form-select.sm .filter-panel {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #fff;
    padding: 20px 20px;
    min-width: 230px;
    border: #ddd 1px solid;
}

.form-select.sm .filter-check-label {
    font-size: 13px;
    line-height: normal;
}

.form-select.sm h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.mobileDash {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    background: var(--secondary-color3);
    position: absolute;
    top: 0;
    right: 12px;
    cursor: pointer;
    display: none;
}

.login span.input-group-text.material-symbols-outlined {
    top: 2px;
}

.form-check-label a {
    color: var(--primary-color);
    text-decoration: underline;

    &:hover {
        color: var(--secondary-color2);
    }
}

.gen_content {
    min-height: 600px;
}

.top-nav-wrap.fixed {
    .container {
        padding-inline: 0;
    }

    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fffcf8;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 12px;

    .nav-pill-wrap {
        padding: 6px 11px;
        border-radius: 0;
        box-shadow: none;
    }
}

.changePass span.input-group-text.material-symbols-outlined {
    top: 0;
}

.clear-btn {
    display: none;
    position: absolute;
    right: 37px;
    top: 48%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 23px;
    color: var(--secondary-color4);
}

.modal .clear-btn {
    right: 19px;
}

.togglePassword.bi-eye svg {
    display: none;
}

.bi-eye {
    color: var(--primary-color);
}

.login .togglePassword.icon-lock::before {
    display: none;
}
.cart {
    min-height: 100vh;
}
.account h2 {
    font-weight: 600;
}
