* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    color: #2f2430;
    background: #fffaf4;
    font-family: "Poppins", Arial, sans-serif;
    overflow-x: hidden;
}

.topbar {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.86);
    background: #321f29;
    font-size: 0.82rem;
    font-weight: 500;
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.offer-strip {
    padding: 10px 0;
    color: #321f29;
    background: #fff0d9;
    border-bottom: 1px solid rgba(123, 31, 47, 0.1);
    font-size: 0.9rem;
}

.offer-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.offer-strip strong {
    color: #8f2435;
}

.offer-strip a {
    color: #0f6f67;
    font-weight: 700;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px 0;
    background: rgba(255, 250, 244, 0.96);
    border-bottom: 1px solid rgba(95, 31, 39, 0.12);
    backdrop-filter: blur(12px);
}

.brand-mark,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8f2435;
    font-family: "Great Vibes", Georgia, serif;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.brand-mark img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}

.brand-mark:hover,
.footer-brand:hover {
    color: #8f2435;
}

.nav-link {
    color: #4c3740;
    font-weight: 500;
}

.nav-link:hover {
    color: #9d2436;
}

.mega-menu {
    min-width: min(720px, 92vw);
    padding: 20px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(47, 36, 48, 0.14);
}

.mega-menu.show {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mega-menu h3 {
    margin-bottom: 10px;
    color: #321f29;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mega-menu a {
    display: block;
    padding: 6px 0;
    color: #5e4f56;
    font-weight: 600;
}

.mega-menu a:hover {
    color: #8f2435;
}

.cart-button {
    min-height: 38px;
    padding: 7px 12px;
    color: #4c3740;
    border: 1px solid rgba(123, 31, 47, 0.2);
    border-radius: 6px;
    background: #fffaf4;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.cart-button:hover {
    color: #8f2435;
    border-color: rgba(143, 36, 53, 0.45);
}

.cart-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 5px;
    color: #fff;
    background: #8f2435;
    border-radius: 999px;
    font-size: 0.78rem;
}

.btn-bahuraniji {
    color: #fff;
    background: #8f2435;
    border: 1px solid #8f2435;
    border-radius: 6px;
    font-weight: 600;
}

.btn-bahuraniji:hover {
    color: #fff;
    background: #6f1b2a;
    border-color: #6f1b2a;
}

.btn-outline-bahuraniji {
    color: #7b1f2f;
    border: 1px solid rgba(123, 31, 47, 0.35);
    border-radius: 6px;
    background: #fffaf4;
    font-weight: 600;
}

.btn-outline-bahuraniji:hover {
    color: #fff;
    background: #7b1f2f;
    border-color: #7b1f2f;
}

.hero-section {
    min-height: calc(100vh - 108px);
    padding: 50px 0 34px;
    background:
        linear-gradient(120deg, rgba(255, 250, 244, 0.92), rgba(255, 244, 230, 0.78)),
        radial-gradient(circle at 78% 22%, rgba(215, 145, 42, 0.22), transparent 32%),
        #fffaf4;
}

.catalog-hero {
    padding: 58px 0 42px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(50, 31, 41, 0.92), rgba(143, 36, 53, 0.82)),
        url("../uploads/products/image_ae306e4f.png") center 24% / cover;
}

.catalog-hero h1 {
    color: #fff;
    font-size: clamp(2.6rem, 6vw, 5rem);
}

.catalog-hero p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.policy-hero {
    padding: 58px 0 44px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(50, 31, 41, 0.94), rgba(143, 36, 53, 0.84)),
        url("../uploads/products/image_ae306e4f.png") center 30% / cover;
}

.policy-hero h1 {
    color: #fff;
    font-size: clamp(2.6rem, 6vw, 5rem);
}

.policy-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.8;
}

.eyebrow {
    margin-bottom: 12px;
    color: #a15d17;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2 {
    color: #321f29;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0;
}

h1 {
    max-width: 720px;
    font-size: clamp(2.5rem, 7vw, 5.7rem);
    line-height: 0.96;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
}

.hero-copy {
    max-width: 620px;
    margin: 24px 0;
    color: #5c4b52;
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-actions .btn {
    min-width: 168px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 580px;
}

.hero-stats div {
    padding: 16px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    background: rgba(255, 255, 255, 0.62);
    border-radius: 8px;
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    color: #7b1f2f;
    font-size: 1.2rem;
}

.hero-stats span {
    color: #6a5a60;
    font-size: 0.9rem;
}

.hero-image-wrap {
    position: relative;
    width: min(100%, 520px);
    margin-left: auto;
}

.hero-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(76, 35, 21, 0.22);
}

.hero-price {
    position: absolute;
    right: 18px;
    bottom: 18px;
    min-width: 172px;
    padding: 14px 16px;
    color: #fff;
    background: rgba(67, 28, 37, 0.9);
    border-radius: 8px;
}

.hero-price span,
.hero-price strong {
    display: block;
}

.hero-price span {
    font-size: 0.78rem;
    opacity: 0.82;
}

.hero-price strong {
    font-size: 1.35rem;
}

.trust-strip {
    padding: 22px 0;
    background: #7b1f2f;
    color: #fff;
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
}

.visual-strip {
    padding: 26px 0;
    background: #fff;
}

.visual-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.visual-tile {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    border-radius: 8px;
    background: #321f29;
}

.visual-tile img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    object-position: center top;
    opacity: 0.82;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.visual-tile span {
    position: absolute;
    inset: auto 12px 12px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.1;
}

.visual-tile:hover img {
    transform: scale(1.04);
    opacity: 0.95;
}

.section-pad {
    padding: 78px 0;
}

.section-heading {
    margin-bottom: 34px;
}

.shop-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 220px;
    gap: 14px;
    align-items: end;
    margin: -8px 0 28px;
    padding: 18px;
    border: 1px solid rgba(123, 31, 47, 0.1);
    border-radius: 8px;
    background: #fffaf4;
}

.catalog-toolbar {
    grid-template-columns: minmax(220px, 1fr) 220px auto auto;
}

.shop-toolbar label {
    display: block;
    margin-bottom: 6px;
    color: #5e4f56;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.form-control,
.form-select {
    min-height: 46px;
    border-color: rgba(123, 31, 47, 0.18);
    border-radius: 6px;
}

.form-control:focus,
.form-select:focus {
    border-color: #8f2435;
    box-shadow: 0 0 0 0.2rem rgba(143, 36, 53, 0.12);
}

.section-note {
    color: #66575e;
    line-height: 1.7;
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.collection-tile {
    min-height: 180px;
    display: flex;
    align-items: end;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    background: #7b1f2f;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.collection-tile:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(71, 37, 28, 0.14);
}

.collection-tile span {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.collection-tile.wedding {
    background: linear-gradient(135deg, #7b1f2f, #d4973b);
}

.collection-tile.festive {
    background: linear-gradient(135deg, #0f6f67, #c15b3a);
}

.collection-tile.cotton {
    background: linear-gradient(135deg, #365d4a, #d8a24a);
}

.collection-tile.silk {
    background: linear-gradient(135deg, #4b2b6f, #a92840);
}

.top-collection {
    background: #fffaf4;
}

.top-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.top-collection-grid a {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, #321f29, #8f2435);
}

.top-collection-grid a:nth-child(2) {
    background: linear-gradient(135deg, #0f6f67, #d4973b);
}

.top-collection-grid a:nth-child(3) {
    background: linear-gradient(135deg, #4b2b6f, #a92840);
}

.top-collection-grid a:nth-child(4) {
    background: linear-gradient(135deg, #365d4a, #d8a24a);
}

.top-collection-grid span {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.78;
}

.top-collection-grid strong {
    margin-top: 6px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.05;
}

.product-band {
    background: #fff;
}

.product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(71, 37, 28, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(71, 37, 28, 0.13);
}

.product-media {
    position: relative;
    background: #f6efe6;
}

.product-media img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
}

.product-media span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    color: #fff;
    background: #8f2435;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
}

.product-body {
    padding: 20px;
}

.product-body h3 {
    min-height: 58px;
    margin-bottom: 8px;
    color: #321f29;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.35;
}

.product-body h3 a {
    color: inherit;
}

.product-body h3 a:hover {
    color: #8f2435;
}

.product-body p {
    min-height: 24px;
    margin-bottom: 14px;
    color: #725f66;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 30px;
    margin-bottom: 14px;
}

.product-meta span {
    padding: 5px 8px;
    color: #5e4f56;
    background: #fff6ea;
    border: 1px solid rgba(123, 31, 47, 0.08);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 600;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.empty-results {
    display: none;
    margin-top: 22px;
    padding: 24px;
    color: #725f66;
    border: 1px dashed rgba(123, 31, 47, 0.22);
    border-radius: 8px;
    text-align: center;
}

.show-empty {
    display: block;
}

.catalog-count {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    color: #725f66;
    font-weight: 700;
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

.catalog-pagination a {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b1f2f;
    border: 1px solid rgba(123, 31, 47, 0.2);
    border-radius: 6px;
    background: #fff;
    font-weight: 800;
}

.catalog-pagination a.is-active,
.catalog-pagination a:hover {
    color: #fff;
    background: #8f2435;
    border-color: #8f2435;
}

.product-detail-section {
    padding: 44px 0 78px;
    background: #fffaf4;
}

.breadcrumb-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #725f66;
    font-size: 0.92rem;
}

.breadcrumb-line a {
    color: #8f2435;
    font-weight: 700;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: start;
}

.detail-gallery {
    position: sticky;
    top: 116px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.detail-thumbs {
    display: grid;
    gap: 10px;
    max-height: 78vh;
    overflow-y: auto;
    padding-right: 4px;
}

.detail-thumbs button {
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 6px;
    background: #fff;
}

.detail-thumbs button.is-active,
.detail-thumbs button:hover {
    border-color: #8f2435;
}

.detail-thumbs img {
    width: 74px;
    height: 92px;
    object-fit: cover;
    object-position: center top;
}

.detail-media {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(71, 37, 28, 0.11);
}

.detail-media img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    object-position: center;
    background: #fffaf4;
}

.detail-media span {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    color: #fff;
    background: #8f2435;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.detail-info {
    padding: 34px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(71, 37, 28, 0.08);
}

.detail-info h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
}

.detail-copy {
    margin: 18px 0 22px;
    color: #5e4f56;
    line-height: 1.8;
}

.detail-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.detail-price strong {
    color: #7b1f2f;
    font-size: 2rem;
}

.detail-price del {
    color: #9b8a90;
    font-size: 1.1rem;
}

.detail-price span {
    padding: 6px 10px;
    color: #0f6f67;
    background: rgba(15, 111, 103, 0.08);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.detail-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.detail-specs div {
    padding: 16px;
    border: 1px solid rgba(123, 31, 47, 0.1);
    border-radius: 8px;
    background: #fffaf4;
}

.detail-specs span,
.detail-specs strong {
    display: block;
}

.detail-specs span {
    color: #725f66;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-specs strong {
    margin-top: 5px;
    color: #321f29;
}

.detail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.product-promise-box {
    display: grid;
    gap: 9px;
    margin-bottom: 22px;
    padding: 14px;
    border: 1px solid rgba(123, 31, 47, 0.18);
    border-radius: 8px;
    background: #fffaf4;
}

.product-promise-box div {
    color: #5e2078;
    font-size: 0.92rem;
    font-weight: 800;
}

.product-promise-box div::before {
    content: "◆";
    margin-right: 8px;
    color: #8f2435;
    font-size: 0.78rem;
}

.service-icon-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.service-icon-row div {
    display: grid;
    justify-items: center;
    gap: 6px;
    color: #5e4f56;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}

.service-icon-row div:has(strong) {
    display: none;
}

.service-icon-row img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    padding: 6px;
    border: 1px solid rgba(15, 111, 103, 0.2);
    border-radius: 8px;
    background: #fff;
}

.service-icon-row strong {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #0f6f67;
    border-radius: 50%;
    background: #0f6f67;
    font-size: 1rem;
    position: relative;
    box-shadow: 0 8px 20px rgba(15, 111, 103, 0.16);
}

.service-icon-row strong::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
}

.service-icon-row strong span {
    position: relative;
    z-index: 1;
    font-size: 0.88rem;
    font-weight: 900;
}

.quantity-block {
    margin-bottom: 24px;
}

.quantity-block label {
    display: block;
    margin-bottom: 8px;
    color: #5e4f56;
    font-weight: 800;
}

.quantity-stepper {
    width: 150px;
    display: inline-flex;
    align-items: stretch;
    border: 1px solid rgba(123, 31, 47, 0.16);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.quantity-stepper button,
.quantity-stepper input {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 0;
    background: #fff;
    text-align: center;
}

.quantity-stepper button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b1f2f;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.quantity-stepper input {
    flex-basis: 62px;
    width: 62px;
    color: #321f29;
    font-weight: 800;
    cursor: default;
    pointer-events: none;
    user-select: none;
    border-left: 1px solid rgba(123, 31, 47, 0.12);
    border-right: 1px solid rgba(123, 31, 47, 0.12);
}

.quantity-stepper button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.detail-assurance {
    display: grid;
    gap: 10px;
}

.detail-assurance div {
    padding: 14px 16px;
    border-left: 3px solid #8f2435;
    background: #fff6ea;
    border-radius: 6px;
}

.detail-assurance strong,
.detail-assurance span {
    display: block;
}

.detail-assurance span {
    margin-top: 3px;
    color: #66575e;
    font-size: 0.92rem;
}

.mini-product {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
}

.mini-product img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
}

.mini-product div {
    padding: 16px;
}

.mini-product h3 {
    min-height: 48px;
    margin-bottom: 8px;
    color: #321f29;
    font-size: 1rem;
    font-weight: 700;
}

.mini-product p {
    margin-bottom: 8px;
    color: #7b1f2f;
    font-weight: 700;
}

.mini-product a {
    color: #8f2435;
    font-weight: 700;
}

.week-section {
    background: #fffaf4;
}

.week-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: center;
}

.week-media {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(71, 37, 28, 0.12);
}

.week-media img {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    background: #fff6ea;
}

.week-copy {
    padding: 34px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
}

.week-copy h3 {
    margin: 10px 0 14px;
    color: #7b1f2f;
    font-size: 1.35rem;
    font-weight: 800;
}

.week-copy p {
    color: #5e4f56;
    line-height: 1.8;
}

.stories-band {
    background: #fff;
}

.story-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.story-grid article,
.testimonial-grid blockquote {
    margin: 0;
    padding: 24px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fffaf4;
}

.story-grid span {
    color: #a15d17;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.story-grid h3 {
    margin: 10px 0;
    color: #321f29;
    font-size: 1.12rem;
    font-weight: 800;
}

.story-grid p,
.testimonial-grid blockquote {
    color: #5e4f56;
    line-height: 1.75;
}

.story-grid a {
    color: #8f2435;
    font-weight: 800;
}

.testimonials {
    background: #fffaf4;
}

.testimonial-grid cite {
    display: block;
    margin-top: 14px;
    color: #321f29;
    font-style: normal;
    font-weight: 800;
}

.price-row strong {
    color: #7b1f2f;
    font-size: 1.25rem;
}

.price-row del {
    color: #9b8a90;
}

.about-panel {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff6ea;
}

.about-panel p:last-of-type {
    margin: 0;
    color: #5e4f56;
    line-height: 1.75;
}

.site-footer {
    padding: 36px 0;
    color: rgba(255, 255, 255, 0.84);
    background: #2f2430;
}

.newsletter-panel {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 0.8fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 34px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.newsletter-panel h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.newsletter-panel form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.site-footer p {
    margin: 8px 0 0;
}

.site-footer h3 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.site-footer a:not(.footer-brand) {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
}

.site-footer a:not(.footer-brand):hover {
    color: #fff;
}

.footer-brand {
    color: #fff;
}

.footer-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 80;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(12, 93, 60, 0.28);
}

.floating-whatsapp svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.floating-whatsapp:hover {
    color: #fff;
    background: #128c7e;
    transform: translateY(-2px);
}

.cart-drawer .offcanvas-title {
    color: #321f29;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.7rem;
}

.cart-items {
    display: grid;
    gap: 14px;
}

.cart-line {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 12px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(123, 31, 47, 0.12);
}

.cart-line img {
    width: 68px;
    height: 82px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px;
}

.cart-line h3 {
    margin: 0 0 4px;
    color: #321f29;
    font-size: 0.98rem;
    font-weight: 700;
}

.cart-line p {
    margin: 0;
    color: #7b1f2f;
    font-weight: 600;
}

.cart-line small {
    display: block;
    margin-top: 3px;
    color: #725f66;
    font-size: 0.75rem;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-qty button {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(123, 31, 47, 0.22);
    border-radius: 6px;
    background: #fffaf4;
    color: #7b1f2f;
    font-weight: 700;
}

.cart-qty button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.cart-empty {
    display: grid;
    gap: 5px;
    padding: 28px 0;
    color: #725f66;
    text-align: center;
}

.cart-empty strong {
    color: #321f29;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(123, 31, 47, 0.14);
    font-size: 1.1rem;
}

.cart-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1080;
    padding: 12px 16px;
    color: #fff;
    background: #321f29;
    border-radius: 6px;
    box-shadow: 0 12px 34px rgba(47, 36, 48, 0.25);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.auth-card,
.table-card,
.checkout-form,
.order-summary,
.metric-card {
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(71, 37, 28, 0.08);
}

.policy-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.policy-nav,
.policy-card {
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(71, 37, 28, 0.08);
}

.policy-nav {
    position: sticky;
    top: 120px;
    padding: 12px;
}

.policy-nav a {
    display: block;
    padding: 12px 14px;
    color: #5e4f56;
    border-radius: 6px;
    font-weight: 800;
}

.policy-nav a:hover,
.policy-nav a.is-active {
    color: #fff;
    background: #8f2435;
}

.policy-card {
    padding: 30px;
}

.policy-section {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(123, 31, 47, 0.1);
}

.policy-section:first-child {
    padding-top: 0;
}

.policy-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.policy-section > span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #8f2435;
    border-radius: 50%;
    font-weight: 900;
}

.policy-section h2 {
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.policy-section p {
    margin: 0;
    color: #5e4f56;
    line-height: 1.8;
}

.policy-section.compact {
    padding: 14px 0;
}

.policy-section.compact h3 {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 800;
}

.return-form textarea {
    resize: vertical;
}

.return-request-list {
    display: grid;
    gap: 14px;
}

.return-request-card {
    padding: 16px;
    border: 1px solid rgba(123, 31, 47, 0.1);
    border-radius: 8px;
    background: #fffaf6;
}

.return-request-main {
    display: grid;
    grid-template-columns: 0.8fr 1.1fr 0.9fr 1.3fr;
    gap: 16px;
}

.return-request-main span {
    display: block;
    color: #725f66;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.return-request-main strong,
.return-request-main small,
.return-request-main a {
    display: block;
    margin-top: 4px;
    overflow-wrap: anywhere;
}

.return-request-main p {
    margin: 4px 0 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.return-update-form {
    display: grid;
    grid-template-columns: 150px minmax(220px, 1fr) auto;
    gap: 10px;
    align-items: stretch;
    margin-top: 14px;
}

.refund-fields,
.return-pickup-fields {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: minmax(180px, 0.5fr) minmax(260px, 1fr);
    gap: 10px;
}

.refund-fields.is-visible,
.return-pickup-fields.is-visible {
    display: grid;
}

.return-request-table {
    display: none;
}

.verified-order-box {
    display: grid;
    gap: 4px;
    margin-bottom: 22px;
    padding: 16px;
    color: #321f29;
    background: #fff6ea;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
}

.verified-order-box strong {
    color: #0f6f67;
}

.verified-order-box small {
    color: #6d5b63;
}

.admin-reason {
    min-width: 220px;
    max-width: 320px;
    white-space: normal;
}

.checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: -10px 0 28px;
}

.checkout-steps span {
    padding: 11px 14px;
    color: #725f66;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
    text-align: center;
}

.checkout-steps .is-active {
    color: #fff;
    background: #8f2435;
}

.auth-card {
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 32px;
}

.wide-card {
    width: min(100%, 900px);
}

.auth-card h1,
.panel-heading h1,
.checkout-form h2,
.order-summary h2,
.table-card h2 {
    margin-bottom: 20px;
}

.auth-note {
    margin: 18px 0 0;
    color: #725f66;
    font-size: 0.92rem;
}

.auth-note a {
    color: #8f2435;
    font-weight: 700;
}

.validation-list {
    margin: 8px 0 0;
    padding-left: 18px;
}

.panel-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.account-page .panel-heading h1 {
    max-width: 760px;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.account-page .panel-heading h1 span {
    display: inline-block;
}

.order-code-title {
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.metric-card {
    padding: 22px;
}

.metric-card span,
.metric-card strong {
    display: block;
}

.metric-card span {
    color: #725f66;
    font-weight: 600;
}

.metric-card strong {
    margin-top: 6px;
    color: #321f29;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.table-card {
    padding: 24px;
}

.empty-orders {
    padding: 16px 0 4px;
    color: #725f66;
}

.order-card-list {
    display: none;
}

.order-history-table th,
.order-history-table td {
    white-space: nowrap;
}

.status-pill {
    display: inline-flex;
    padding: 6px 10px;
    color: #fff;
    background: #8f2435;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.admin-warning-pill {
    display: inline-flex;
    margin-top: 5px;
    padding: 4px 8px;
    color: #8a5a00;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
}

.order-history-card {
    padding: 16px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fffaf6;
}

.order-history-card + .order-history-card {
    margin-top: 14px;
}

.order-history-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(123, 31, 47, 0.12);
}

.order-history-head span,
.order-history-grid span {
    display: block;
    color: #725f66;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.order-history-head strong {
    display: block;
    margin-top: 4px;
    color: #321f29;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.order-history-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-top: 14px;
}

.order-history-grid strong {
    display: block;
    margin-top: 4px;
    color: #321f29;
    font-size: 0.96rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.order-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 22px;
    align-items: start;
}

.order-detail-side {
    display: grid;
    gap: 18px;
}

.order-detail-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.order-detail-title span,
.detail-list span {
    display: block;
    color: #725f66;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.order-detail-title strong {
    display: block;
    margin-top: 4px;
    color: #321f29;
    font-size: 1.2rem;
}

.order-detail-items {
    display: grid;
    gap: 12px;
}

.order-detail-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(123, 31, 47, 0.1);
    border-radius: 8px;
    background: #fffaf6;
}

.order-detail-item img {
    width: 76px;
    height: 96px;
    object-fit: cover;
    border-radius: 6px;
}

.order-detail-item h3 {
    margin: 0 0 5px;
    color: #321f29;
    font-size: 1rem;
    line-height: 1.35;
}

.order-detail-item p {
    margin: 0;
    color: #725f66;
}

.order-detail-item strong {
    color: #7b1f2f;
    white-space: nowrap;
}

.detail-list {
    display: grid;
    gap: 13px;
}

.detail-list div {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(123, 31, 47, 0.1);
}

.detail-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-list strong {
    display: block;
    margin-top: 4px;
    color: #321f29;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.return-action-card p {
    margin: 0 0 14px;
    color: #725f66;
    line-height: 1.6;
}

.order-update-panel {
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(170px, 1fr) minmax(220px, 1.2fr) auto;
    gap: 12px;
    align-items: end;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(123, 31, 47, 0.12);
}

.order-flow-note {
    grid-column: 1 / -1;
    margin: -2px 0 0;
    color: #725f66;
    font-size: 0.86rem;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.checkout-form,
.order-summary {
    padding: 28px;
}

.payment-method-box {
    margin-top: 26px;
}

.payment-method-box h2 {
    margin-bottom: 6px;
}

.payment-method-box > p {
    margin-bottom: 14px;
    color: #725f66;
}

.payment-option {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(123, 31, 47, 0.16);
    background: #fffaf4;
    cursor: pointer;
}

.payment-option:first-of-type {
    border-radius: 8px 8px 0 0;
}

.payment-option:last-of-type {
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.payment-option input {
    width: 18px;
    height: 18px;
    accent-color: #8f2435;
}

.payment-option strong,
.payment-option small {
    display: block;
}

.payment-option strong {
    color: #321f29;
}

.payment-option small {
    margin-top: 3px;
    color: #725f66;
}

.pincode-status {
    padding: 10px 12px;
    color: #725f66;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 6px;
    background: #fffaf4;
    font-size: 0.86rem;
    font-weight: 600;
}

.pincode-status.is-loading {
    color: #7b1f2f;
    background: #fff6ea;
}

.pincode-status.is-success {
    color: #0f6f67;
    background: rgba(15, 111, 103, 0.08);
    border-color: rgba(15, 111, 103, 0.2);
}

.pincode-status.is-error {
    color: #8f2435;
    background: rgba(143, 36, 53, 0.08);
    border-color: rgba(143, 36, 53, 0.2);
}

.summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.summary-head h2 {
    margin: 0;
}

.summary-head span {
    padding: 6px 10px;
    color: #7b1f2f;
    background: #fff6ea;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

.checkout-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(123, 31, 47, 0.1);
}

.checkout-item img {
    width: 72px;
    height: 92px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px;
    background: #fff6ea;
}

.checkout-item h3 {
    margin: 0 0 5px;
    color: #321f29;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
}

.checkout-item p,
.checkout-item span {
    display: block;
    margin: 0;
    color: #725f66;
    font-size: 0.82rem;
}

.checkout-item strong {
    color: #7b1f2f;
    white-space: nowrap;
}

.coupon-box {
    margin: 18px 0;
    padding: 14px;
    border: 1px solid rgba(123, 31, 47, 0.12);
    border-radius: 8px;
    background: #fffaf4;
}

.coupon-box label {
    display: block;
    margin-bottom: 8px;
    color: #321f29;
    font-weight: 800;
}

.coupon-box div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.coupon-box p {
    margin: 8px 0 0;
    font-size: 0.86rem;
    font-weight: 700;
}

.coupon-box p.is-success {
    color: #0f6f67;
}

.coupon-box p.is-error {
    color: #8f2435;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(123, 31, 47, 0.1);
}

.summary-totals {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.summary-totals div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #66575e;
}

.summary-totals strong {
    color: #321f29;
}

.summary-totals .grand-total {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(123, 31, 47, 0.14);
    color: #321f29;
    font-size: 1.1rem;
    font-weight: 800;
}

.summary-totals .discount-row {
    color: #0f6f67;
}

.summary-totals .discount-row strong {
    color: #0f6f67;
}

.summary-totals .grand-total strong {
    color: #7b1f2f;
    font-size: 1.35rem;
}

.summary-service {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
}

.summary-service span {
    padding: 9px 8px;
    color: #5e4f56;
    background: #fffaf4;
    border: 1px solid rgba(123, 31, 47, 0.1);
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    text-align: center;
}

.secure-note {
    display: grid;
    gap: 4px;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid rgba(15, 111, 103, 0.18);
    border-radius: 8px;
    background: rgba(15, 111, 103, 0.06);
}

.secure-note strong {
    color: #0f6f67;
}

.secure-note span {
    color: #5e4f56;
    font-size: 0.92rem;
}

.admin-body {
    background: #fffaf4;
}

.admin-returns-page .panel-heading h1 {
    max-width: 720px;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 0.95;
}

.admin-navbar {
    background: #fff;
    border-bottom: 1px solid rgba(123, 31, 47, 0.12);
}

.admin-tabs {
    background: #fff;
    border-bottom: 1px solid rgba(123, 31, 47, 0.1);
}

.admin-tabs .container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.admin-tabs a {
    padding: 8px 12px;
    color: #5e4f56;
    border-radius: 6px;
    font-weight: 700;
}

.admin-tabs a:hover {
    color: #8f2435;
    background: #fff6ea;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-inline-fields {
    display: grid;
    grid-template-columns: 88px minmax(120px, 1fr);
    gap: 8px;
    min-width: 220px;
}

.admin-form-title {
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 18px;
}

.admin-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.admin-thumb {
    width: 58px;
    height: 70px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px;
}

.admin-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.admin-gallery-preview img {
    width: 72px;
    height: 92px;
    object-fit: cover;
    object-position: center top;
    border: 1px solid rgba(123, 31, 47, 0.14);
    border-radius: 6px;
}

.ship-form {
    display: grid;
    grid-template-columns: 120px 160px 210px auto;
    gap: 8px;
}

@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding-top: 42px;
    }

    .hero-image-wrap {
        margin: 0;
    }

    .collection-grid,
    .visual-grid,
    .top-collection-grid,
    .story-grid,
    .testimonial-grid,
    .about-panel,
    .dashboard-grid,
    .checkout-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .order-detail-layout,
    .order-update-panel {
        grid-template-columns: 1fr;
    }

    .return-request-main {
        grid-template-columns: 1fr 1fr;
    }

    .return-update-form {
        grid-template-columns: 1fr;
    }

    .refund-fields,
    .return-pickup-fields {
        grid-template-columns: 1fr;
    }

    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .week-grid,
    .newsletter-panel,
    .policy-layout {
        grid-template-columns: 1fr;
    }

    .policy-nav {
        position: static;
    }

    .detail-gallery {
        position: relative;
        top: auto;
    }

    .about-panel .btn {
        justify-self: start;
    }

    .ship-form {
        grid-template-columns: 1fr;
    }

    .catalog-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .site-navbar .navbar-collapse {
        margin-top: 12px;
        padding: 14px;
        border: 1px solid rgba(123, 31, 47, 0.12);
        border-radius: 8px;
        background: #fffaf4;
        box-shadow: 0 18px 36px rgba(47, 36, 48, 0.1);
    }

    .site-navbar .navbar-nav {
        align-items: stretch !important;
        gap: 4px;
    }

    .site-navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .site-navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .site-navbar .cart-button,
    .site-navbar .navbar-nav .nav-item:last-child .btn {
        width: 100%;
        justify-content: center;
    }

    .mega-menu {
        min-width: 100%;
        padding: 12px 14px;
        border-radius: 8px;
        box-shadow: none;
    }

    .mega-menu.show {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .topbar {
        padding: 6px 0;
        font-size: 0.76rem;
    }

    .topbar .container {
        flex-direction: column;
        gap: 2px;
        text-align: center;
    }

    .offer-strip {
        padding: 7px 0;
        font-size: 0.78rem;
    }

    .offer-strip .container {
        gap: 4px;
        line-height: 1.35;
    }

    .newsletter-panel form {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .offer-strip span {
        display: block;
        font-size: 0.76rem;
        color: #5e4f56;
    }

    .site-navbar {
        padding: 8px 0;
    }

    .navbar-toggler {
        padding: 8px 10px;
    }

    .site-navbar .navbar-nav {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .site-navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .site-navbar .navbar-nav .nav-item:nth-last-child(2),
    .site-navbar .navbar-nav .nav-item:last-child {
        display: block;
        width: 100%;
        margin: 4px 0 0;
    }

    .site-navbar .cart-button,
    .site-navbar .navbar-nav .nav-item:last-child .btn {
        min-height: 38px;
        padding: 7px 12px;
        margin: 0;
        white-space: nowrap;
        width: 100%;
    }

    .mega-menu.show {
        grid-template-columns: 1fr;
    }

    .brand-mark,
    .footer-brand {
        font-size: 1.8rem;
    }

    .brand-mark img {
        width: 38px;
        height: 38px;
    }

    .product-detail-section {
        padding: 28px 0 58px;
    }

    .breadcrumb-line {
        margin-bottom: 14px;
        font-size: 0.82rem;
    }

    .product-detail-grid {
        gap: 22px;
    }

    .hero-stats,
    .collection-grid,
    .visual-grid,
    .top-collection-grid,
    .story-grid,
    .testimonial-grid,
    .about-panel,
    .dashboard-grid,
    .shop-toolbar,
    .catalog-toolbar,
    .checkout-steps,
    .detail-specs,
    .detail-actions {
        grid-template-columns: 1fr;
    }

    .account-page .table-card {
        padding: 18px;
    }

    .order-card-list {
        display: block;
    }

    .order-history-table {
        display: none;
    }

    .order-history-grid {
        grid-template-columns: 1fr;
    }

    .return-request-main {
        grid-template-columns: 1fr;
    }

    .service-icon-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-gallery {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .detail-thumbs {
        display: flex;
        gap: 8px;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        order: 2;
        padding-bottom: 4px;
    }

    .detail-thumbs button {
        flex: 0 0 64px;
        width: 64px;
        height: 78px;
    }

    .detail-media img {
        height: min(520px, 68vh);
        max-height: none;
        object-fit: cover;
        object-position: center top;
    }

    .detail-media span {
        top: 16px;
        left: 16px;
        padding: 7px 10px;
    }

    .order-detail-item {
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: start;
    }

    .order-detail-item img {
        width: 64px;
        height: 82px;
    }

    .order-detail-item strong {
        grid-column: 2;
        white-space: normal;
    }

    .order-detail-title {
        flex-direction: column;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }

    .floating-whatsapp svg {
        width: 29px;
        height: 29px;
    }

    .catalog-count {
        flex-direction: column;
    }

    .checkout-item {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .checkout-item strong {
        grid-column: 2;
    }

    .summary-service {
        grid-template-columns: 1fr;
    }

    .coupon-box div {
        grid-template-columns: 1fr;
    }

    .policy-card {
        padding: 22px;
    }

    .policy-section {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .panel-heading {
        align-items: start;
        flex-direction: column;
    }

    .hero-price {
        position: static;
        margin-top: 12px;
        background: #431c25;
    }

    .section-pad {
        padding: 54px 0;
    }

    .collection-tile {
        min-height: 132px;
    }
}
