:root {
    --brand: #008c79;
    --brand-dark: #006a62;
    --ink: #20242c;
    --muted: #757b85;
    --line: #e8e8e8;
    --soft: #f7f7f7;
    --panel: #ffffff;
    --shadow: 0 18px 48px rgba(32, 36, 44, 0.08);
}

/* Sellzy-inspired health ecommerce homepage */
body {
    background: #ffffff;
}

.main-header {
    position: sticky;
    background: #fff !important;
    border-bottom: 1px solid #e8f1ef;
    box-shadow: 0 8px 24px rgba(0, 106, 98, .05);
}

.main-header::before {
    content: "World's Special Health Store";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding-left: clamp(18px, 7vw, 120px);
    color: rgba(255, 255, 255, .88);
    background: #007f72;
    font-size: 12px;
    font-weight: 700;
}

.main-header .navbar {
    min-height: 104px;
    align-items: end;
    padding-top: 34px !important;
    padding-bottom: 12px !important;
}

.brand-mark strong {
    color: var(--brand);
    font-size: 31px;
}

.brand-icon {
    background: var(--brand);
}

.navbar-nav .nav-link {
    color: #22313d;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--brand);
}

.header-search {
    width: min(360px, 26vw);
    background: #f5faf9;
    border: 1px solid #e5f0ee;
    border-radius: 999px;
}

.header-search input {
    width: 100%;
    font-size: 13px;
}

.header-search:hover input,
.header-search:focus-within input {
    width: 100%;
}

.header-actions a,
.header-actions button {
    width: 38px;
    height: 38px;
    color: #33434d;
    background: #f5faf9;
    font-size: 18px;
}

.header-actions em {
    background: #ffcf32;
    color: #24323a;
}

.sellzy-hero {
    padding: 26px 0 16px;
    background: #fff;
}

.sellzy-hero-shell {
    overflow: hidden;
    border-radius: 8px;
    background: #00666b;
}

.sellzy-hero-carousel .carousel-control-prev,
.sellzy-hero-carousel .carousel-control-next {
    width: 54px;
    opacity: 1;
}

.sellzy-hero-carousel .carousel-control-prev span,
.sellzy-hero-carousel .carousel-control-next span,
.sellzy-section-head.with-controls button,
.sellzy-panel-footer span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    color: #496067;
    background: rgba(255, 255, 255, .72);
    border-radius: 50%;
    font-size: 14px;
}

.sellzy-hero-carousel .carousel-indicators {
    bottom: 16px;
    gap: 8px;
    margin-bottom: 0;
}

.sellzy-hero-carousel .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 6px;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, .55);
    opacity: 1;
}

.sellzy-hero-carousel .carousel-indicators .active {
    width: 54px;
    background: #00a994;
}

.sellzy-hero-slide {
    min-height: 382px;
    display: flex;
    align-items: center;
    padding: clamp(32px, 5vw, 72px);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.sellzy-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 50, 50, var(--hero-overlay-opacity, .55));
    z-index: 1;
}

.sellzy-hero-copy {
    max-width: 560px;
    position: relative;
    z-index: 2;
}

.sellzy-hero-copy.hero-copy-center {
    margin-inline: auto;
    text-align: center;
}

.sellzy-hero-copy.hero-copy-center h1,
.sellzy-hero-copy.hero-copy-center p {
    margin-inline: auto;
}

.sellzy-hero-copy.hero-copy-right {
    margin-left: auto;
    text-align: right;
}

.sellzy-hero-copy.hero-copy-right h1,
.sellzy-hero-copy.hero-copy-right p {
    margin-left: auto;
}

.sellzy-hero-copy span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 800;
}

.sellzy-hero-copy b {
    padding: 2px 8px;
    color: #28313a;
    background: #ffcf32;
    border-radius: 999px;
    font-size: 10px;
    text-transform: uppercase;
}

.sellzy-hero-copy h1 {
    max-width: 510px;
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: 0;
}

.sellzy-hero-copy p {
    max-width: 470px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.65;
}

.sellzy-hero-product {
    display: none;
}

.sellzy-hero-product img {
    display: none;
}

.sellzy-pill-link,
.sellzy-cart-btn,
.sellzy-mini-product button,
.sellzy-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--brand);
    font-size: 12px;
    font-weight: 900;
}

.sellzy-pill-link {
    background: #fff;
    color: var(--brand-dark);
}

.sellzy-pill-link.dark {
    color: #fff;
    background: var(--brand);
}

.sellzy-service-strip,
.sellzy-section,
.sellzy-feature-panel,
.sellzy-top-selling,
.sellzy-promos,
.sellzy-newsletter {
    padding: 24px 0;
}

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

.sellzy-service-card {
    min-height: 116px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 7px;
    padding: 18px;
    border: 1px solid #e7f0ee;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.sellzy-service-card i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #b98b00;
    background: #fff8d9;
    border-radius: 50%;
    font-size: 17px;
}

.sellzy-service-card strong {
    font-size: 15px;
}

.sellzy-service-card span {
    max-width: 220px;
    color: #7b8c92;
    font-size: 12px;
    line-height: 1.45;
}

.sellzy-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.sellzy-section-head h2,
.sellzy-floating-heading h2 {
    margin: 0;
    color: #26323a;
    font-size: clamp(21px, 2.3vw, 28px);
    font-weight: 900;
    line-height: 1.15;
}

.sellzy-section-head h2::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 9px;
    background: #ffcf32;
    border-radius: 99px;
}

.sellzy-section-head.with-tabs {
    align-items: end;
}

.sellzy-section-head.with-controls div {
    display: inline-flex;
    gap: 8px;
}

.sellzy-section-head > a {
    color: #26323a;
    font-size: 13px;
    font-weight: 900;
}

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

.sellzy-product-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 18px;
}

.sellzy-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e9f0ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(27, 50, 53, .055);
}

.sellzy-product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    color: #fff;
    background: #ff3158;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 900;
}

.sellzy-product-media {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    margin: 8px;
    border-radius: 7px;
    background: #f7faf9;
}

.sellzy-product-media img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    transition: transform .2s ease;
}

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

.sellzy-product-info {
    display: grid;
    gap: 6px;
    padding: 0 12px 12px;
}

.sellzy-product-info > span {
    color: #96a3a8;
    font-size: 10px;
    font-weight: 800;
}

.sellzy-product-info h3 {
    min-height: 34px;
    margin: 0;
    color: #24323a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
}

.sellzy-stars {
    display: inline-flex;
    gap: 2px;
    color: #ffb700;
    font-size: 10px;
}

.sellzy-price-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

.sellzy-price-row strong,
.sellzy-mini-product strong {
    color: #26323a;
    font-size: 13px;
    font-weight: 900;
}

.sellzy-price-row del {
    color: #aab6ba;
    font-size: 11px;
}

.sellzy-card-actions {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    margin-top: 3px;
}

.sellzy-card-actions form {
    margin: 0;
}

.sellzy-icon-btn {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #dde8e6;
    border-radius: 50%;
    color: #789096;
    background: #fff;
}

.sellzy-cart-btn {
    width: 100%;
    min-height: 32px;
    padding: 0 10px;
    background: var(--brand);
    font-size: 10px;
}

.sellzy-feature-panel .site-container,
.sellzy-top-selling .site-container {
    max-width: 1260px;
}

.sellzy-panel-inner,
.sellzy-top-shell {
    position: relative;
    padding: 72px 34px 32px;
    border-radius: 24px;
}

.sellzy-green-panel .sellzy-panel-inner {
    background: #9beb75;
}

.sellzy-aqua-panel .sellzy-panel-inner {
    background: #9ee2df;
}

.sellzy-floating-heading {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: min(330px, 74%);
    padding: 14px 24px;
    background: #fff;
    border-radius: 0 0 24px 24px;
    text-align: center;
    transform: translateX(-50%);
}

.sellzy-floating-heading p {
    margin: 5px 0 0;
    color: #7f9096;
    font-size: 12px;
}

.sellzy-panel-dots,
.sellzy-panel-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
}

.sellzy-panel-dots span {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border-radius: 50%;
}

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

.sellzy-category-tile {
    display: grid;
    justify-items: center;
    gap: 9px;
    min-height: 126px;
    padding: 12px 8px;
    border: 1px solid #e9f0ef;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.sellzy-category-tile img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.sellzy-category-tile span {
    color: #26323a;
    font-size: 12px;
    font-weight: 900;
}

.sellzy-top-shell {
    display: grid;
    grid-template-columns: minmax(230px, .75fr) minmax(0, 1.65fr);
    gap: 26px;
    padding-top: 74px;
    background: #ffe661;
}

.sellzy-stay-card {
    align-self: stretch;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.sellzy-stay-card img {
    width: min(230px, 90%);
    height: 210px;
    object-fit: contain;
}

.sellzy-stay-card h3 {
    margin: 0;
    color: #26323a;
    font-size: 26px;
    font-weight: 900;
}

.sellzy-stay-card p {
    margin: 0;
    color: #7d8d93;
    font-size: 13px;
}

.sellzy-mini-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sellzy-mini-column {
    display: grid;
    gap: 10px;
    align-content: start;
}

.sellzy-list-title {
    display: flex;
    justify-content: space-between;
    color: #26323a;
    font-size: 14px;
    font-weight: 900;
}

.sellzy-list-title span {
    display: inline-flex;
    gap: 10px;
    color: #87979d;
}

.sellzy-mini-product {
    min-width: 0;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}

.sellzy-mini-product img {
    width: 78px;
    height: 70px;
    object-fit: contain;
    border-radius: 7px;
    background: #f7faf9;
}

.sellzy-mini-product h3 {
    margin: 0 0 4px;
    color: #26323a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
}

.sellzy-mini-product form {
    margin: 0;
}

.sellzy-mini-product button {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
}

.product-tabs {
    justify-content: flex-end;
    gap: 8px;
}

.product-tabs button {
    min-height: 30px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    color: #617278;
    background: #f3f8f7;
    font-size: 11px;
    font-weight: 900;
    text-transform: none;
}

.product-tabs button.active,
.product-tabs button:hover {
    color: #fff;
    background: var(--brand);
}

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

.sellzy-promo-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sellzy-promo-card {
    position: relative;
    min-height: 172px;
    overflow: hidden;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 24px;
    border-radius: 8px;
    color: #26323a;
}

.sellzy-promo-card.mint {
    background: #9ee2df;
}

.sellzy-promo-card.yellow {
    background: #ffe660;
}

.sellzy-promo-card.green {
    background: #9beb75;
}

.sellzy-promo-card span,
.sellzy-promo-card strong,
.sellzy-promo-card em {
    position: relative;
    z-index: 2;
    max-width: 58%;
}

.sellzy-promo-card span {
    font-size: 11px;
    font-weight: 900;
}

.sellzy-promo-card strong {
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.18;
}

.sellzy-promo-card em {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: var(--brand-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.sellzy-promo-card img {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 42%;
    height: 84%;
    object-fit: contain;
}

.sellzy-panel-footer {
    justify-content: space-between;
}

.sellzy-panel-footer a {
    margin-left: auto;
    color: #fff;
    background: var(--brand);
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 11px;
    font-weight: 900;
}

.sellzy-weekly-grid {
    display: grid;
    grid-template-columns: minmax(230px, .7fr) minmax(0, 1.45fr);
    gap: 28px;
    align-items: center;
}

.sellzy-weekly-copy span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 900;
}

.sellzy-weekly-copy h2 {
    margin: 8px 0 10px;
    color: #26323a;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.05;
}

.sellzy-weekly-copy p {
    margin: 0 0 18px;
    color: #7a8b91;
    font-size: 13px;
    line-height: 1.6;
}

.sellzy-countdown {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.sellzy-countdown b {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #ff3158;
    background: #fff4f6;
    border-radius: 6px;
    font-size: 15px;
}

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

.sellzy-blog-card {
    overflow: hidden;
    border: 1px solid #e9f0ef;
    border-radius: 8px;
    background: #fff;
}

.sellzy-blog-card img {
    width: 100%;
    aspect-ratio: 1.35 / 1;
    object-fit: contain;
    background: #d8f1f1;
    padding: 14px;
}

.sellzy-blog-card span,
.sellzy-blog-card h3,
.sellzy-blog-card p,
.sellzy-blog-card a {
    margin-left: 16px;
    margin-right: 16px;
}

.sellzy-blog-card span {
    display: block;
    margin-top: 14px;
    color: #7c8f95;
    font-size: 10px;
    font-weight: 900;
}

.sellzy-blog-card h3 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #26323a;
    font-size: 16px;
    font-weight: 900;
}

.sellzy-blog-card p {
    color: #7d8d93;
    font-size: 12px;
    line-height: 1.55;
}

.sellzy-blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 900;
}

.sellzy-newsletter {
    padding-bottom: 0;
}

.sellzy-newsletter-box {
    max-width: 720px;
    display: grid;
    justify-items: center;
    gap: 9px;
    margin: 0 auto -54px;
    padding: 28px 32px 34px;
    border-radius: 90px 90px 0 0;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.sellzy-newsletter-box h2 {
    margin: 0;
    color: #26323a;
    font-size: 24px;
    font-weight: 900;
}

.sellzy-newsletter-box p {
    margin: 0;
    color: #7d8d93;
    font-size: 13px;
}

.sellzy-newsletter form {
    width: min(430px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 8px;
}

.sellzy-newsletter input {
    min-height: 38px;
    border: 1px solid #dfe9e7;
    border-radius: 999px;
    padding: 0 16px;
    outline: 0;
}

.site-footer {
    padding-top: 96px;
    background: var(--footer-bg, #005d62);
}

.site-footer,
.site-footer .footer-text,
.site-footer .footer-contact-line,
.site-footer .footer-bottom {
    color: var(--footer-text, #e5ffff);
}

.site-footer h3 {
    color: var(--footer-heading, #fff);
}

.site-footer .footer-grid a:not(.brand-mark),
.site-footer .footer-contact-line a {
    color: var(--footer-link, #d4f5f2);
}

.site-footer .brand-mark strong {
    color: var(--footer-accent, #ffdf45);
}

.sellzy-hero-shell,
.sellzy-hero-slide,
.sellzy-hero-copy {
    min-width: 0;
    max-width: 100%;
}

.sellzy-hero-slide {
    overflow: hidden;
}

.sellzy-hero-copy h1,
.sellzy-hero-copy p {
    overflow-wrap: anywhere;
}

.footer-bottom {
    border-top-color: rgba(255, 255, 255, .13);
}

@media (max-width: 1199px) {
    .sellzy-product-row,
    .sellzy-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sellzy-category-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .main-header::before {
        display: none;
    }

    .main-header .navbar {
        min-height: 72px;
        padding-top: 12px !important;
    }

    .header-search {
        width: 100%;
        margin: 10px 0;
    }

    .sellzy-hero-slide {
        min-height: 320px;
    }

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

    .sellzy-mini-lists,
    .sellzy-promo-grid,
    .sellzy-promo-grid.two {
        grid-template-columns: 1fr;
    }

    .sellzy-section-head.with-tabs {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-tabs {
        justify-content: flex-start;
    }

    .sellzy-hero-slide {
        min-height: 280px;
        padding: 24px 18px 50px;
    }

    .sellzy-hero-copy {
        width: 100%;
    }

    .sellzy-hero-product img {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .sellzy-hero-slide {
        padding: 30px 22px 58px;
    }

    .sellzy-hero-copy h1 {
        font-size: 34px;
    }

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

    .sellzy-panel-inner,
    .sellzy-top-shell {
        padding: 86px 14px 18px;
        border-radius: 18px;
    }

    .sellzy-floating-heading {
        min-width: 86%;
    }

    .sellzy-mini-product {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .sellzy-mini-product form {
        grid-column: 2;
    }

    .sellzy-promo-card span,
    .sellzy-promo-card strong,
    .sellzy-promo-card em {
        max-width: 68%;
    }

    .sellzy-newsletter-box {
        border-radius: 34px 34px 0 0;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 480px) {
    .sellzy-service-grid,
    .sellzy-product-row,
    .sellzy-product-grid,
    .sellzy-category-grid,
    .sellzy-blog-grid {
        grid-template-columns: 1fr;
    }

    .sellzy-card-actions {
        grid-template-columns: 34px minmax(0, 1fr);
    }

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

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fbfaf8;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.site-container {
    max-width: 1320px;
}

.narrow-container {
    max-width: 1260px;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .92) !important;
    border-bottom: 1px solid rgba(232, 232, 232, .82);
    box-shadow: 0 10px 30px rgba(32, 36, 44, .04);
    backdrop-filter: blur(18px);
}

.main-header .navbar {
    min-height: 76px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.brand-logo-image {
    display: block;
    width: auto;
    max-width: 150px;
    height: 44px;
    object-fit: contain;
}

.brand-icon {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--brand);
    clip-path: polygon(0 0, 50% 48%, 100% 0, 100% 100%, 0 100%);
}

.brand-icon i {
    display: none;
}

.brand-mark strong {
    display: block;
    color: #333;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.navbar-nav .nav-link {
    color: #121720;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--brand);
}

.category-menu {
    position: relative;
}

.category-dropdown,
.subcategory-dropdown {
    position: absolute;
    min-width: 220px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #edf0f4;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 120;
}

.category-dropdown {
    left: 0;
    top: calc(100% + 18px);
}

.category-menu:hover > .category-dropdown,
.category-menu:focus-within > .category-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-dropdown-item {
    position: relative;
}

.category-dropdown a,
.subcategory-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
    color: #121720;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.category-dropdown a:hover,
.subcategory-dropdown a:hover {
    color: var(--brand);
    background: #faf7f3;
}

.subcategory-dropdown {
    left: 100%;
    top: -10px;
    transform: translateX(10px);
}

.category-dropdown-item:hover > .subcategory-dropdown,
.category-dropdown-item:focus-within > .subcategory-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.category-empty {
    color: #6b7280 !important;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.header-actions a,
.header-actions button {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    color: #111827;
    background: transparent;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.header-actions a:hover,
.header-actions button:hover {
    color: var(--brand-dark);
    background: #f7efe7;
    transform: translateY(-1px);
}

.header-actions em {
    position: absolute;
    right: 0;
    top: 1px;
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--brand);
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.header-search {
    align-items: center;
    height: 42px;
    padding-left: 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f7f4ef;
}

.header-search input {
    width: 168px;
    border: 0;
    outline: 0;
    padding: 0 8px;
    color: var(--ink);
    background: transparent;
    transition: width .2s ease, opacity .2s ease;
}

.header-search:focus-within,
.header-search:hover {
    border-color: #ead8c7;
    background: #fff;
}

.header-search:focus-within input,
.header-search:hover input {
    width: 190px;
    padding: 0 8px;
}

.header-search button {
    font-size: 22px;
}

.account-section {
    padding: 54px 0 80px;
    background: #fafafa;
}

.account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.account-header h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
}

.account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.account-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.account-menu {
    display: grid;
    gap: 8px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.account-menu-link {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 58px;
    padding: 0 18px;
    color: #8b96a3;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.account-menu-link i {
    width: 24px;
    color: #b7c0ca;
    font-size: 23px;
    text-align: center;
}

.account-menu-link:hover,
.account-menu-link.active {
    color: #a83f51;
    background: #fff0f2;
    transform: translateX(2px);
}

.account-menu-link:hover i,
.account-menu-link.active i {
    color: #bd4a61;
}

.account-main {
    min-width: 0;
}

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

.account-summary div,
.account-panel,
.account-form {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.account-summary div {
    padding: 20px;
}

.account-summary span {
    display: block;
    color: var(--muted);
    font-size: 14px;
}

.account-summary strong {
    display: block;
    margin-top: 8px;
    font-size: 28px;
    line-height: 1;
}

.account-panel {
    overflow: hidden;
}

.account-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
}

.account-panel-head h2,
.account-panel-head p {
    margin: 0;
}

.account-panel-head h2 {
    color: var(--ink);
    font-size: 24px;
    font-weight: 800;
}

.account-panel-head p {
    margin-top: 3px;
    color: var(--muted);
}

.account-feature-body {
    padding: 24px;
}

.account-feature-grid {
    display: grid;
    gap: 14px;
}

.account-feature-item,
.account-track-item,
.account-coupon {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.account-feature-item img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
}

.account-feature-item div,
.account-track-item {
    flex: 1;
}

.account-feature-item strong,
.account-feature-item span,
.account-track-item strong,
.account-track-item span,
.account-track-item small,
.account-coupon strong,
.account-coupon span,
.account-coupon small {
    display: block;
}

.account-feature-item span,
.account-track-item small,
.account-coupon small {
    color: var(--muted);
}

.account-track-item span {
    width: fit-content;
    margin: 7px 0;
    padding: 5px 10px;
    color: var(--brand-dark);
    background: rgba(201, 147, 93, .12);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.track-order-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

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

.track-order-top h3,
.track-order-top p {
    margin: 0;
}

.track-order-top h3 {
    color: var(--ink);
    font-size: 24px;
    font-weight: 800;
}

.track-order-top h3 span {
    display: inline-flex;
    margin-left: 10px;
    padding: 5px 12px;
    color: #8a6219;
    background: #fff1bd;
    border-radius: 999px;
    font-size: 13px;
    vertical-align: middle;
}

.track-order-top p {
    margin-top: 6px;
    color: var(--muted);
}

.track-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--line);
    color: #7a8492;
    font-weight: 800;
}

.track-tabs span,
.track-tabs strong {
    padding-bottom: 14px;
}

.track-tabs strong {
    color: #a83f51;
    border-bottom: 3px solid #a83f51;
}

.track-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 58px 20px 54px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.track-step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
    z-index: 1;
}

.track-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 36px;
    left: calc(50% + 38px);
    width: calc(100% - 62px);
    border-top: 3px dashed #e8ebf0;
}

.track-step.done:not(:last-child)::after {
    border-color: #c55368;
}

.track-step-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: #b9c2cc;
    background: #f7f8fb;
    border-radius: 8px;
    font-size: 28px;
}

.track-step.done .track-step-icon {
    color: #a83f51;
    background: #fff5f7;
}

.track-step strong {
    color: var(--ink);
    line-height: 1.25;
}

.track-step small {
    color: var(--muted);
    line-height: 1.35;
}

.account-coupon {
    align-items: flex-start;
    flex-direction: column;
    border-color: #f0d8c2;
    background: #fffaf5;
}

.account-empty {
    padding: 42px 20px;
    text-align: center;
}

.account-empty i {
    color: #b7c0ca;
    font-size: 46px;
}

.account-empty h3 {
    margin: 16px 0 6px;
}

.account-empty p {
    color: var(--muted);
}

.account-status {
    display: inline-flex;
    padding: 6px 10px;
    color: var(--brand-dark);
    background: rgba(201, 147, 93, .12);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.account-form {
    max-width: 620px;
    padding: 24px;
}

.account-settings-stack {
    display: grid;
    gap: 20px;
}

.account-settings-stack .account-form {
    width: 100%;
}

.account-form-title {
    margin: 0;
    color: var(--ink);
    font-size: 22px;
    font-weight: 800;
}

.account-form-intro {
    margin: 5px 0 20px;
    color: var(--muted);
    font-size: 14px;
}

@media (max-width: 767px) {
    .account-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-shell {
        grid-template-columns: 1fr;
    }

    .account-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-menu-link {
        min-height: 52px;
        padding: 0 12px;
        font-size: 14px;
        gap: 10px;
    }

    .account-menu-link i {
        font-size: 18px;
    }

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

    .track-order-top {
        flex-direction: column;
    }

    .track-steps {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .track-step {
        justify-items: start;
        grid-template-columns: 58px 1fr;
        text-align: left;
    }

    .track-step-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .track-step:not(:last-child)::after {
        top: 52px;
        left: 26px;
        width: 0;
        height: 30px;
        border-top: 0;
        border-left: 3px dashed #e8ebf0;
    }

    .track-step small {
        grid-column: 2;
    }

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

.hero-section {
    padding: 48px 0 40px;
    background: #fafafa;
}

.hero-showcase {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 1fr);
    gap: 20px;
}

.hero-carousel,
.hero-slide,
.promo-card {
    min-height: 438px;
}

.hero-carousel {
    overflow: hidden;
}

.hero-slide,
.promo-card {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.hero-slide::before,
.promo-card::before,
.category-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .34);
}

.hero-slide-one {
    background-image: linear-gradient(rgba(20, 20, 20, .20), rgba(20, 20, 20, .20)), url("../images/fashion-hero-1.jpg");
}

.hero-slide-two {
    background-image: linear-gradient(rgba(20, 20, 20, .20), rgba(20, 20, 20, .20)), url("../images/fashion-hero-2.jpg");
}

.hero-slide-three {
    background-image: linear-gradient(rgba(20, 20, 20, .20), rgba(20, 20, 20, .20)), url("../images/fashion-hero-3.jpg");
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(520px, 76%);
    padding-left: clamp(42px, 8vw, 90px);
    color: #fff;
}

.hero-copy p {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1.2;
}

.hero-copy h1 {
    margin: 0 0 22px;
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.outline-button,
.promo-card em,
.solid-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 24px;
    border: 1px solid currentColor;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.solid-button {
    border-color: var(--brand);
    background: var(--brand);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 64px;
    opacity: 1;
}

.hero-carousel .carousel-control-prev span,
.hero-carousel .carousel-control-next span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 30px;
}

.hero-carousel .carousel-indicators {
    bottom: 18px;
    margin-bottom: 0;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.hero-carousel .carousel-indicators .active {
    background: #fff;
}

.promo-stack {
    display: grid;
    gap: 20px;
}

.promo-card {
    min-height: 209px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 42px 40px;
    overflow: hidden;
    color: #fff;
}

.promo-card > * {
    position: relative;
    z-index: 2;
}

.promo-card span,
.promo-card strong,
.promo-card b {
    display: block;
    width: min(230px, 100%);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.promo-card span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.promo-card strong,
.promo-card b {
    font-size: 18px;
    line-height: 1.25;
}

.promo-card em {
    width: fit-content;
    margin-top: 16px;
    text-shadow: none;
}

.promo-style {
    background-image: url("../images/fashion-promo-jackets.jpg");
}

.promo-light {
    background-image: url("../images/fashion-promo-accessories.jpg");
}

.brand-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
    align-items: center;
    padding: 58px 30px 10px;
    color: #adadad;
    text-align: center;
}

.brand-strip span {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    opacity: .88;
}

.brand-strip span:nth-child(2) {
    font-family: Georgia, serif;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 0;
}

.products-section,
.arrival-section,
.category-section,
.product-lists-section,
.service-section,
.product-detail-section,
.cart-section,
.checkout-section {
    padding: clamp(48px, 7vw, 84px) 0;
}

.products-section,
.arrival-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.center-heading {
    text-align: center;
    margin-bottom: 42px;
}

.center-heading h2,
.section-heading h2 {
    margin: 0 0 22px;
    color: var(--ink);
    font-size: clamp(27px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.15;
}

.product-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.product-tabs button {
    border: 0;
    border-bottom: 1px solid transparent;
    color: #66707d;
    background: transparent;
    padding: 0 0 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-tabs button.active,
.product-tabs button:hover {
    color: var(--brand);
    border-color: var(--brand);
}

.product-filter-bar {
    width: min(1204px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr)) auto;
    gap: 12px;
    align-items: end;
    margin: 0 auto;
    padding: 14px;
    background: #fff;
    border: 1px solid #eee7df;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(32, 36, 44, .06);
}

.product-filter-bar label {
    display: grid;
    gap: 6px;
    margin: 0;
    text-align: left;
}

.product-filter-bar span {
    color: #7b8491;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-filter-bar select,
.product-filter-bar button {
    min-height: 42px;
    border: 1px solid #e4ded6;
    border-radius: 8px;
    background: #fbfaf8;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
}

.product-filter-bar select {
    width: 100%;
    padding: 0 12px;
}

.product-filter-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.product-filter-bar button:hover {
    color: #fff;
    border-color: var(--brand);
    background: var(--brand);
}

.product-empty-message {
    margin-top: 28px;
    padding: 24px;
    color: var(--muted);
    background: #fff;
    border: 1px solid #eee7df;
    border-radius: 8px;
    text-align: center;
    font-weight: 800;
}

.featured-row,
.arrival-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(230px, 1fr));
    gap: clamp(22px, 2.4vw, 34px);
}

.arrival-grid {
    row-gap: clamp(24px, 3vw, 38px);
}

.trendy-grid {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
}

.product-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.product-pagination button {
    min-width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    color: var(--ink);
    background: #fff;
    border-radius: 8px;
    font-weight: 800;
}

.product-pagination button.active,
.product-pagination button:hover {
    color: #fff;
    border-color: var(--brand);
    background: var(--brand);
}

.product-card {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee7df;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 16px 36px rgba(32, 36, 44, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
    border-color: #dfc4a9;
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(32, 36, 44, .12);
}

.product-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, #f6f5f2 0%, #ece9e4 100%);
}

.product-img {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: transparent;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    padding: 16px;
    filter: saturate(.92);
    transition: transform .25s ease, filter .25s ease;
}

.product-card:hover .product-img img {
    filter: saturate(1);
    transform: scale(1.035);
}

.product-actions {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 1;
    transform: none;
    transition: opacity .22s ease, transform .22s ease;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.product-actions a,
.product-actions button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .13);
}

.product-actions button {
    border: 0;
    padding: 0;
}

.product-actions a:hover,
.product-actions button:hover {
    color: #fff;
    background: var(--brand);
}

.product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    right: auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 11px;
    color: #fff;
    background: var(--brand);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.product-card:nth-child(4n) .product-badge {
    background: #8b9f68;
}

.product-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    margin-bottom: 8px;
    padding: 0 10px;
    color: var(--brand-dark);
    background: #f8efe6;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-label-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.product-label-row .product-category {
    margin-bottom: 0;
}

.delivery-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    color: #146c43;
    background: #e9f8f0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-body h3 {
    margin: 0 0 12px;
    color: #1e2430;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    min-height: 42px;
}

.product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 4px 0;
}

.product-meta,
.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-meta {
    padding-bottom: 16px;
}

.price strong {
    color: #1e2430;
    font-size: 18px;
    font-weight: 900;
}

.price del {
    margin-left: 6px;
    color: #b3b3b3;
    font-weight: 400;
}

.product-card:nth-child(4n) .price strong {
    color: var(--brand-dark);
}

.swatches {
    display: flex;
    justify-content: center;
    gap: 7px;
    min-height: 18px;
    margin-top: 0;
}

.swatches span {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #393939;
    box-shadow: 0 0 0 1px #cfcfcf;
}

.swatches span + span {
    background: #e1dfd6;
}

.product-body form {
    margin: 0;
}

.product-card-footer {
    min-height: 50px;
    margin: auto -2px 0;
    padding: 8px 8px 8px 14px;
    background: #181b22;
    border-radius: 8px;
}

.product-card-footer > span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-body button {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--line);
    color: var(--ink);
    background: #fff;
    border-radius: 50%;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.product-body button:hover {
    color: #fff;
    background: var(--brand);
    border-color: var(--brand);
    transform: translateY(-2px);
}

.section-rule {
    height: 1px;
    margin-bottom: 58px;
    background: var(--line);
}

.category-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 260px);
    gap: 20px;
}

.category-tile {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.category-tile strong {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.category-tall {
    grid-row: span 2;
}

.category-tile:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.category-tile:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.collection-banner {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: clamp(30px, 5vw, 58px);
    color: #fff;
    background-image: linear-gradient(90deg, rgba(35, 35, 35, .75), rgba(35, 35, 35, .28)), url("../images/fashion-hero-3.jpg");
    background-size: cover;
    background-position: center;
}

.collection-banner span {
    color: #f1c69d;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.collection-banner h2 {
    max-width: 700px;
    margin: 8px 0 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
}

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

.service-grid > div {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 20px;
    background: var(--soft);
}

.service-grid i {
    color: var(--brand);
    font-size: 30px;
}

.service-grid strong,
.service-grid small {
    display: block;
}

.service-grid small {
    color: var(--muted);
}

.product-detail-grid,
.checkout-layout,
.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: start;
}

.product-detail-grid {
    grid-template-columns: minmax(320px, 620px) minmax(320px, 1fr);
    justify-content: center;
}

.product-detail-media,
.cart-table-wrap,
.checkout-form,
.cart-summary,
.empty-cart {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.product-detail-media {
    position: relative;
    width: 100%;
    max-width: 650px;
    padding: 18px;
    border-radius: 18px;
}

.product-main-image {
    overflow: hidden;
    border-radius: 14px;
    background: #f7f7f7;
}

.product-main-image img {
    width: 100%;
    max-height: 560px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
}

.product-thumb-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.product-info-tabs {
    margin-top: 26px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.product-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    border-bottom: 1px solid var(--line);
}

.product-tab-buttons button {
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 0 0 13px;
    color: #6b7280;
    background: transparent;
    font-weight: 800;
}

.product-tab-buttons button.active,
.product-tab-buttons button:hover {
    color: var(--brand-dark);
    border-color: var(--brand);
}

.product-tab-panel {
    display: none;
    padding-top: 20px;
    color: var(--muted);
}

.product-tab-panel.active {
    display: block;
}

.product-tab-panel h2 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 24px;
}

.product-tab-panel ul {
    margin: 16px 0 0;
    padding-left: 18px;
}

.review-summary {
    display: grid;
    gap: 5px;
    margin-bottom: 18px;
}

.review-summary strong {
    color: var(--ink);
    font-size: 34px;
    line-height: 1;
}

.review-summary span {
    color: #f2a51a;
}

.review-summary p,
.review-item p {
    margin: 0;
}

.review-item {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fbfaf8;
}

.review-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
}

.review-list {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
}

.review-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.review-item-head strong {
    margin-bottom: 0;
}

.review-item-stars {
    color: #f2a51a;
    font-size: 13px;
    white-space: nowrap;
}

.review-form-wrap {
    max-width: 520px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}

.review-form-wrap h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 18px;
}

.review-form-row {
    margin-bottom: 14px;
}

.review-form-row label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--ink);
}

.review-rating-input {
    display: flex;
    gap: 4px;
}

.review-rating-input button {
    border: 0;
    background: transparent;
    padding: 2px;
    font-size: 20px;
    color: #d9d9d9;
    line-height: 1;
}

.review-rating-input button.active {
    color: #f2a51a;
}

.product-thumb-row button {
    display: block;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #f7f7f7;
    transition: border-color .2s ease, transform .2s ease;
}

.product-thumb-row button.active,
.product-thumb-row button:hover,
.product-thumb-row button:focus-visible {
    border-color: var(--brand);
    transform: translateY(-2px);
    outline: 0;
}

.product-thumb-row img {
    width: 100%;
    height: 104px;
    object-fit: cover;
    object-position: center top;
}

.product-detail-copy h1 {
    margin: 14px 0 16px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
}

.product-detail-copy p {
    color: var(--muted);
}

.rating {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f6b01e;
    font-size: 14px;
    margin-bottom: 16px;
}

.rating span {
    color: var(--muted);
    margin-left: 6px;
}

.vendor a {
    color: var(--brand-dark);
    font-weight: 700;
}

.detail-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin: 22px 0;
}

.detail-price strong {
    color: var(--brand-dark);
    font-size: 34px;
}

.detail-price del {
    color: #9aa3ab;
    font-size: 20px;
}

.detail-cart-form {
    display: grid;
    gap: 12px;
}

.detail-option-group {
    display: grid;
    gap: 9px;
}

.detail-option-group > span {
    color: var(--ink);
    font-weight: 800;
}

.detail-color-options,
.detail-size-options,
.detail-purchase-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.detail-color-options button {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    background: var(--option-color);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d8dee8;
}

.detail-color-options button.active {
    box-shadow: 0 0 0 2px var(--brand);
}

.detail-size-options button {
    min-width: 44px;
    height: 38px;
    border: 1px solid #d8dee8;
    color: var(--ink);
    background: #fff;
    border-radius: 8px;
    font-weight: 800;
}

.detail-size-options button.active,
.detail-size-options button:hover {
    color: #fff;
    border-color: var(--brand);
    background: var(--brand);
}

.detail-cart-form input {
    width: 94px;
    min-height: 38px;
}

.btn-success,
.btn-outline-success:hover {
    background-color: var(--brand);
    border-color: var(--brand);
}

.btn-outline-success {
    color: var(--brand-dark);
    border-color: var(--brand);
}

.cart-table-wrap {
    overflow-x: auto;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
}

.cart-product img {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.cart-qty-form {
    display: flex;
    gap: 8px;
    min-width: 150px;
}

.cart-qty-form input {
    width: 78px;
}

.wishlist-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 170px;
}

.cart-summary,
.checkout-form,
.empty-cart {
    padding: 24px;
}

.checkout-form {
    position: relative;
    overflow: hidden;
}

.checkout-form::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), #20a386, #111827);
}

.checkout-form-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding: 16px;
    background: #fbfaf8;
    border: 1px solid #f0e4d8;
    border-radius: 8px;
}

.checkout-form-head > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--brand);
    border-radius: 8px;
    font-size: 22px;
}

.checkout-form-head h3,
.checkout-form-head p {
    margin: 0;
}

.checkout-form-head h3 {
    color: var(--ink);
    font-size: 26px;
}

.checkout-form-head p {
    margin-top: 3px;
    color: var(--muted);
}

.checkout-fields .form-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.checkout-fields .form-label i {
    color: var(--brand);
}

.checkout-fields .form-control,
.checkout-fields .form-select {
    min-height: 46px;
    border-color: #dbe3ef;
    background-color: #fff;
    border-radius: 8px;
}

.checkout-fields textarea.form-control {
    min-height: 118px;
}

.checkout-fields .form-control:focus,
.checkout-fields .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 .2rem rgba(201, 147, 93, .16);
}

.payment-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.shipping-option-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.payment-method-card,
.shipping-option-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr 18px;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 14px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.payment-method-card:hover,
.payment-method-card.is-selected,
.shipping-option-card:hover,
.shipping-option-card.is-selected {
    border-color: var(--brand);
    box-shadow: 0 14px 34px rgba(201, 147, 93, .18);
    transform: translateY(-1px);
}

.shipping-option-card {
    grid-template-columns: 42px 1fr auto 18px;
}

.payment-method-card input,
.shipping-option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-method-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--brand-dark);
    background: #faf7f3;
    border-radius: 8px;
    font-size: 20px;
}

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

.payment-method-card strong,
.shipping-option-card strong {
    color: var(--ink);
    line-height: 1.2;
}

.payment-method-card small,
.shipping-option-card small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.25;
}

.shipping-option-card b {
    color: var(--brand-dark);
    font-size: 14px;
    white-space: nowrap;
}

.payment-method-check {
    color: var(--brand);
    opacity: 0;
    transition: opacity .18s ease;
}

.payment-method-card.is-selected .payment-method-check,
.shipping-option-card.is-selected .payment-method-check {
    opacity: 1;
}

.payment-instruction {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    background: #ecfeff;
}

.payment-instruction span,
.payment-instruction strong {
    display: block;
}

.payment-instruction span {
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.payment-instruction strong {
    margin-top: 4px;
    color: #0f172a;
}

.cart-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
}

.cart-summary .cart-total {
    font-size: 20px;
    border-bottom: 0;
}

.empty-cart {
    text-align: center;
}

.site-footer {
    position: relative;
    padding: 48px 0 24px;
    background: #fafafa;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 34px;
    align-items: start;
}

.footer-grid h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 800;
}

.footer-grid a:not(.brand-mark) {
    display: block;
    color: var(--muted);
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-text,
.footer-contact-line {
    color: var(--muted);
    line-height: 1.7;
}

.footer-tagline {
    max-width: 310px;
    margin: 20px 0 0;
}

.footer-contact-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 9px;
}

.footer-contact-line i {
    color: var(--brand);
    margin-top: 3px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.footer-bottom p {
    margin: 0;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials a {
    width: 32px;
    height: 32px;
    display: grid !important;
    place-items: center;
    color: #fff !important;
    background: var(--brand);
    border-radius: 50%;
    margin: 0 !important;
}

.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #cfd3d7;
    background: #fff;
    border: 0;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .05);
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 78px;
    z-index: 99;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(20, 110, 60, .28);
    font-size: 21px;
}

.whatsapp-float:hover {
    color: #fff;
    background: #1fb65a;
}

@media (max-width: 1199px) {
    .featured-row,
    .arrival-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brand-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 991px) {
    .main-header {
        position: static;
    }

    .main-header .site-container {
        flex-wrap: wrap;
    }

    .navbar-collapse {
        order: 5;
        flex-basis: 100%;
    }

    .category-dropdown,
    .subcategory-dropdown {
        position: static;
        min-width: 0;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 14px;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
    }

    .subcategory-dropdown {
        padding-left: 18px;
    }

    .category-dropdown a,
    .subcategory-dropdown a {
        padding: 8px 0;
    }

    .header-actions a[aria-label="Wishlist"],
    .header-actions a[aria-label="Account"] {
        display: none;
    }

    .hero-showcase,
    .product-detail-grid,
    .checkout-layout,
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .hero-carousel,
    .hero-slide {
        min-height: 410px;
    }

    .promo-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, 230px);
    }

    .category-tile:nth-child(3),
    .category-tile:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .collection-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .main-header .navbar {
        min-height: 70px;
    }

    .main-header .site-container {
        justify-content: space-between;
    }

    .brand-logo-image {
        max-width: 92px;
        height: 40px;
    }

    .navbar-toggler {
        width: 44px;
        height: 40px;
        padding: 0;
    }

    .brand-mark strong {
        font-size: 25px;
    }

    .header-actions {
        display: none;
    }

    .header-actions a,
    .header-actions button {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .header-actions em {
        right: -2px;
        top: -4px;
        min-width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .payment-method-grid,
    .shipping-option-grid,
    .payment-instruction {
        grid-template-columns: 1fr;
    }

    .checkout-form-head {
        align-items: flex-start;
        padding: 14px;
    }

    .checkout-form-head h3 {
        font-size: 22px;
    }

    .hero-section {
        padding-top: 28px;
    }

    .hero-carousel,
    .hero-slide {
        min-height: 380px;
    }

    .hero-copy {
        width: 100%;
        padding: 0 26px;
    }

    .hero-copy p {
        font-size: 18px;
    }

    .hero-copy h1 {
        font-size: 38px;
    }

    .promo-stack,
    .featured-row,
    .arrival-grid,
    .service-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .product-filter-bar {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .promo-card {
        min-height: 220px;
    }

    .brand-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 34px 0 0;
    }

    .category-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .category-tile {
        min-height: 230px;
    }

    .category-tall {
        grid-row: auto;
    }

    .category-tile:nth-child(3),
    .category-tile:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .site-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-carousel,
    .hero-slide {
        min-height: 340px;
    }

    .outline-button,
    .promo-card em,
    .solid-button {
        width: 100%;
    }

    .product-tabs {
        gap: 14px;
    }
}

/* Final Sellzy overrides: keep the health-store homepage ahead of legacy fashion styles. */
html,
body {
    overflow-x: hidden;
}

body {
    background: #fff;
}

.main-header {
    background: #fff !important;
    border-bottom: 1px solid #e8f1ef;
    box-shadow: 0 8px 24px rgba(0, 106, 98, .05);
}

.main-header::before {
    content: "World's Special Health Store";
    position: absolute;
    inset: 0 0 auto;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding-left: clamp(18px, 7vw, 120px);
    color: rgba(255, 255, 255, .88);
    background: #007f72;
    font-size: 12px;
    font-weight: 700;
}

.main-header .navbar {
    min-height: 104px;
    align-items: end;
    padding-top: 34px !important;
    padding-bottom: 12px !important;
}

.brand-mark strong {
    color: var(--brand);
}

.navbar-nav .nav-link {
    text-transform: none;
}

.header-search {
    width: min(360px, 26vw);
    background: #f5faf9;
    border: 1px solid #e5f0ee;
    border-radius: 999px;
}

.header-search input,
.header-search:hover input,
.header-search:focus-within input {
    width: 100%;
}

.header-actions a,
.header-actions button {
    width: 38px;
    height: 38px;
    color: #33434d;
    background: #f5faf9;
    font-size: 18px;
}

.header-actions em {
    color: #24323a;
    background: #ffcf32;
}

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

.sellzy-service-grid.row,
.sellzy-product-row.row,
.sellzy-product-grid.row,
.sellzy-product-grid.arrival-grid.row,
.sellzy-category-grid.row,
.sellzy-promo-grid.row,
.sellzy-blog-grid.row,
.sellzy-top-shell.row,
.sellzy-mini-lists.row,
.sellzy-weekly-grid.row {
    display: flex;
    grid-template-columns: none;
}

.sellzy-product-row.row,
.sellzy-product-grid.row,
.sellzy-product-grid.arrival-grid.row,
.sellzy-category-grid.row,
.sellzy-promo-grid.row,
.sellzy-blog-grid.row {
    gap: 0;
}

.sellzy-product-row.row > .col,
.sellzy-product-grid.row > .col,
.sellzy-product-grid.arrival-grid.row > .col {
    display: flex;
}

.sellzy-product-row.row .sellzy-product-card,
.sellzy-product-grid.row .sellzy-product-card {
    width: 100%;
}

.sellzy-service-grid.row > .col,
.sellzy-category-grid.row > .col,
.sellzy-promo-grid.row > .col,
.sellzy-blog-grid.row > .col {
    display: flex;
}

.sellzy-service-grid.row .sellzy-service-card,
.sellzy-category-grid.row .sellzy-category-tile,
.sellzy-promo-grid.row .sellzy-promo-card,
.sellzy-blog-grid.row .sellzy-blog-card {
    width: 100%;
}

.sellzy-product-grid.arrival-grid {
    row-gap: 18px;
}

.product-tabs {
    justify-content: flex-end;
    gap: 8px;
}

.product-tabs button {
    min-height: 30px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    color: #617278;
    background: #f3f8f7;
    font-size: 11px;
    font-weight: 900;
    text-transform: none;
}

.product-tabs button.active,
.product-tabs button:hover {
    color: #fff;
    background: var(--brand);
}

.site-footer {
    padding-top: 96px;
    background: var(--footer-bg, #005d62);
}

.site-footer,
.site-footer .footer-text,
.site-footer .footer-contact-line,
.site-footer .footer-bottom {
    color: var(--footer-text, #e5ffff);
}

.site-footer h3 {
    color: var(--footer-heading, #fff);
}

.site-footer .footer-grid a:not(.brand-mark),
.site-footer .footer-contact-line a {
    color: var(--footer-link, #d4f5f2);
}

.site-footer .brand-mark strong {
    color: var(--footer-accent, #ffdf45);
}

@media (max-width: 1199px) {
    .sellzy-product-row,
    .sellzy-product-grid,
    .sellzy-product-grid.arrival-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sellzy-product-row.row,
    .sellzy-product-grid.row,
    .sellzy-product-grid.arrival-grid.row {
        grid-template-columns: none;
    }
}

@media (max-width: 991px) {
    .main-header::before {
        display: none;
    }

    .main-header .navbar {
        min-height: 72px;
        padding-top: 12px !important;
    }

    .header-search {
        width: 100%;
    }

    .product-tabs {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .sellzy-product-row,
    .sellzy-product-grid,
    .sellzy-product-grid.arrival-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sellzy-product-row.row,
    .sellzy-product-grid.row,
    .sellzy-product-grid.arrival-grid.row {
        grid-template-columns: none;
    }

    .sellzy-hero {
        padding-top: 16px;
    }

    .sellzy-hero-slide {
        padding: 30px 22px 58px;
    }

    .sellzy-hero-copy h1 {
        font-size: 34px;
        line-height: 1.08;
        max-width: 330px;
    }

    .sellzy-hero-copy p {
        font-size: 14px;
        max-width: 330px;
    }
}

@media (max-width: 480px) {
    .sellzy-product-row,
    .sellzy-product-grid,
    .sellzy-product-grid.arrival-grid {
        grid-template-columns: 1fr;
    }

    .sellzy-product-row.row,
    .sellzy-product-grid.row,
    .sellzy-product-grid.arrival-grid.row {
        grid-template-columns: none;
    }

    .sellzy-hero-copy h1 {
        font-size: 30px;
        max-width: 300px;
    }

    .sellzy-hero-copy p {
        max-width: 300px;
    }

    .sellzy-hero-product img {
        display: none;
    }
}

/* UI polish: responsive fallbacks and icon-safe rendering */
.sellzy-service-grid.row,
.sellzy-product-row.row,
.sellzy-product-grid.row,
.sellzy-category-grid.row,
.sellzy-promo-grid.row,
.sellzy-blog-grid.row {
    margin-left: calc(var(--bs-gutter-x, 1rem) * -.5);
    margin-right: calc(var(--bs-gutter-x, 1rem) * -.5);
}

.sellzy-service-grid.row > .col,
.sellzy-product-row.row > .col,
.sellzy-product-grid.row > .col,
.sellzy-category-grid.row > .col,
.sellzy-promo-grid.row > .col,
.sellzy-blog-grid.row > .col {
    padding-left: calc(var(--bs-gutter-x, 1rem) * .5);
    padding-right: calc(var(--bs-gutter-x, 1rem) * .5);
    margin-top: var(--bs-gutter-y, 1rem);
}

.sellzy-service-grid.row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px;
    margin-left: 0;
    margin-right: 0;
}

.sellzy-product-row.row,
.sellzy-product-grid.row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 18px;
}

.sellzy-service-grid.row > .col {
    width: auto;
    max-width: none;
    flex: none;
    padding: 0;
    margin-top: 0;
}

.sellzy-product-row.row > .col,
.sellzy-product-grid.row > .col {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.sellzy-category-grid.row > .col {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.sellzy-promo-grid.row > .col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.sellzy-promo-grid.two.row > .col {
    flex: 0 0 50%;
    max-width: 50%;
}

.sellzy-blog-grid.row > .col {
    flex: 0 0 25%;
    max-width: 25%;
}

.sellzy-product-card {
    width: 100%;
}

.sellzy-product-media {
    min-height: 168px;
    overflow: hidden;
}

.sellzy-product-media img {
    max-height: 100%;
}

.sellzy-product-info {
    min-height: 176px;
}

.sellzy-card-actions {
    margin-top: auto;
}

.sellzy-cart-btn i,
.sellzy-mini-product button i {
    display: none;
}

.sellzy-service-card i::before,
.sellzy-hero-carousel .carousel-control-prev i::before,
.sellzy-hero-carousel .carousel-control-next i::before,
.sellzy-icon-btn i::before {
    font-family: inherit !important;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.sellzy-service-card i.bi-truck::before {
    content: "↦";
}

.sellzy-service-card i.bi-shield-check::before {
    content: "✓";
}

.sellzy-service-card i.bi-arrow-repeat::before {
    content: "↻";
}

.sellzy-service-card i.bi-headset::before {
    content: "24";
    font-size: 11px;
}

.sellzy-hero-carousel .carousel-control-prev i::before {
    content: "‹";
    font-size: 28px;
}

.sellzy-hero-carousel .carousel-control-next i::before {
    content: "›";
    font-size: 28px;
}

.sellzy-icon-btn i::before {
    content: "♡";
    font-size: 20px;
}

.header-actions a > i,
.header-actions button > i,
.header-search button > i {
    font-family: "bootstrap-icons" !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler {
    display: inline-grid;
    place-items: center;
    border: 1px solid #dcebea;
    border-radius: 8px;
    color: var(--brand);
    background: #f5faf9;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
    background-image: none !important;
}

.navbar-toggler-icon::before {
    content: "☰";
    display: block;
    font-family: inherit;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.main-header .site-container {
    display: flex !important;
    align-items: center;
}

.main-header .navbar-brand {
    margin-right: auto;
}

.main-header .navbar-toggler {
    margin-left: auto;
}

.mobile-menu-button {
    width: 42px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-left: 12px;
    color: var(--brand);
    background: #f5faf9;
    border: 1px solid #dcebea;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.sellzy-hero-carousel .carousel-control-prev span,
.sellzy-hero-carousel .carousel-control-next span {
    background: rgba(255, 255, 255, .78);
}

.sellzy-category-tile {
    align-content: center;
}

.sellzy-category-tile img {
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .sellzy-product-row.row > .col,
    .sellzy-product-grid.row > .col {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sellzy-category-grid.row > .col {
        flex-basis: 16.6667%;
        max-width: 16.6667%;
    }
}

@media (max-width: 991px) {
    .mobile-menu-button {
        position: static;
        z-index: 260;
        width: 42px;
        height: 38px;
        display: grid;
        place-items: center;
        margin-left: 12px;
        color: var(--brand);
        background: #f5faf9;
        border: 1px solid #dcebea;
        border-radius: 8px;
        font-size: 22px;
        font-weight: 900;
        line-height: 1;
    }

    .main-header .navbar-expand-lg .navbar-toggler,
    .main-header .navbar-toggler {
        display: none !important;
        position: fixed !important;
        right: 14px;
        top: 16px;
        z-index: 250;
        width: 44px;
        height: 40px;
    }

    .sellzy-product-row.row > .col,
    .sellzy-product-grid.row > .col,
    .sellzy-blog-grid.row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

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

    .sellzy-category-grid.row > .col {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sellzy-promo-grid.row > .col,
    .sellzy-promo-grid.two.row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .mobile-menu-button {
        display: none !important;
    }

    .main-header .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .sellzy-product-row.row > .col,
    .sellzy-product-grid.row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sellzy-blog-grid.row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sellzy-service-grid.row {
        grid-template-columns: 1fr !important;
    }

    .sellzy-category-grid.row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sellzy-product-media {
        min-height: 150px;
    }

    .sellzy-product-info {
        min-height: auto;
    }
}

/* Checkout stages */
.checkout-form {
    position: relative;
    overflow: hidden;
    border: 1px solid #d8e7e2;
    background: #fff;
    box-shadow: 0 18px 46px rgba(17, 70, 60, .08);
}

.checkout-form::before {
    inset: 0 auto 0 0;
    width: 6px;
    height: 100%;
    background: var(--brand);
}

.checkout-form-head {
    background: #eef9f5;
    border-color: #cce8df;
}

.checkout-form-head > span {
    box-shadow: 0 8px 20px rgba(0, 143, 122, .2);
}

.checkout-stage-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0 2px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e5eeeb;
}

.checkout-stage-title > span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #123c36;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.checkout-stage-title strong,
.checkout-stage-title small {
    display: block;
}

.checkout-stage-title strong {
    color: #173b34;
    font-size: 15px;
}

.checkout-stage-title small {
    margin-top: 1px;
    color: #71847e;
    font-size: 11px;
}

.checkout-fields .form-control:focus,
.checkout-fields .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 .2rem rgba(0, 143, 122, .12);
}

.payment-method-card:hover,
.shipping-option-card:hover {
    box-shadow: 0 12px 28px rgba(0, 143, 122, .12);
}

.payment-method-card.is-selected,
.shipping-option-card.is-selected {
    background: #f0faf7;
    box-shadow: inset 0 0 0 1px var(--brand), 0 12px 28px rgba(0, 143, 122, .12);
}

.checkout-submit {
    width: 100%;
    min-height: 52px;
    display: grid;
    grid-template-columns: 22px 1fr 22px;
    align-items: center;
    padding-inline: 18px;
    font-weight: 800;
}

.checkout-submit span {
    text-align: center;
}

/* Footer/newsletter polish */
.sellzy-newsletter {
    padding: 64px 16px 0;
    background: #fff;
}

.sellzy-newsletter .site-container {
    max-width: 1180px;
}

.sellzy-newsletter-box {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px 32px 32px;
    border: 1px solid #e1eeec;
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 93, 98, .1);
}

.sellzy-newsletter form {
    width: min(520px, 100%);
}

.site-footer {
    margin-top: 64px;
    padding: 64px 0 28px;
}

.footer-bottom {
    border-top-color: rgba(255, 255, 255, .58);
}

.footer-contact-line i {
    color: var(--footer-accent, #ffdf45);
}

.back-to-top {
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    color: #fff !important;
    background: var(--brand);
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(0, 93, 98, .24);
}

@media (max-width: 767px) {
    .sellzy-newsletter {
        padding: 40px 12px 0;
    }

    .sellzy-newsletter-box {
        padding: 24px 18px;
    }

    .site-footer {
        margin-top: 44px;
        padding-top: 44px;
    }
}

/* Feature product panels */
.sellzy-feature-panel .sellzy-panel-inner {
    padding: 26px 34px 32px;
}

.sellzy-feature-panel .sellzy-floating-heading {
    position: static;
    width: min(420px, 100%);
    min-width: 0;
    margin: 0 auto 22px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    transform: none;
}

.sellzy-feature-panel .sellzy-floating-heading h2 {
    margin-bottom: 5px;
    color: #1f3139;
}

.sellzy-feature-panel .sellzy-floating-heading h2::after {
    display: none;
}

.sellzy-feature-panel .sellzy-floating-heading p {
    margin: 0;
    color: rgba(31, 49, 57, .58);
}

.sellzy-feature-panel .sellzy-product-row {
    align-items: stretch;
}

.sellzy-feature-panel .sellzy-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sellzy-feature-panel .sellzy-product-media {
    min-height: 0;
    margin: 8px;
}

.sellzy-feature-panel .sellzy-product-info {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sellzy-feature-panel .sellzy-card-actions {
    margin-top: auto;
}

.sellzy-feature-panel .sellzy-panel-dots span {
    width: 12px;
    height: 12px;
    opacity: .95;
}

@media (max-width: 767px) {
    .sellzy-feature-panel .sellzy-panel-inner {
        padding: 22px 16px 24px;
        border-radius: 18px;
    }
}

/* Hero carousel polish */
.sellzy-hero-carousel,
.sellzy-hero-carousel .carousel-inner {
    overflow: hidden;
    border-radius: inherit;
}

.sellzy-hero-carousel.carousel-fade .carousel-item {
    transition: opacity .45s ease;
}

.sellzy-hero-product {
    display: none;
}

.sellzy-hero-product img {
    display: none;
}

@media (max-width: 991px) {
    .sellzy-hero-product {
        display: none;
    }

    .sellzy-hero-product img {
        display: none;
    }
}

/* Keep header fixed while scrolling */
body {
    padding-top: 104px;
}

.main-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 10px 30px rgba(0, 74, 70, .08);
    backdrop-filter: blur(14px);
}

@media (max-width: 991px) {
    body {
        padding-top: 72px;
    }

    .main-header {
        position: fixed !important;
        top: 0;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }
}

/* Mobile right-side menu drawer */
.mobile-menu-close {
    display: none;
}

@media (max-width: 991px) {
    .main-header .navbar-collapse {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1200;
        width: min(330px, 86vw);
        height: 100vh;
        display: block !important;
        flex-basis: auto;
        order: initial;
        padding: 76px 22px 28px;
        overflow-y: auto;
        background: #fff;
        border-left: 1px solid #e4efed;
        box-shadow: -18px 0 46px rgba(9, 50, 50, .18);
        transform: translateX(105%);
        transition: transform .24s ease;
        visibility: hidden;
    }

    .main-header .navbar-collapse.show,
    .main-header .navbar-collapse.collapsing {
        transform: translateX(0);
        visibility: visible;
    }

    .main-header .navbar-collapse.collapsing {
        height: 100vh !important;
    }

    .mobile-menu-close {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        color: #163238;
        background: #f4faf9;
        border: 1px solid #dcebea;
        border-radius: 50%;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
    }

    .main-header .navbar-nav {
        align-items: stretch !important;
        gap: 0 !important;
        margin-left: 0 !important;
    }

    .main-header .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 11px 0;
        border-bottom: 1px solid #eef5f3;
        font-size: 15px;
    }

    .main-header .category-dropdown,
    .main-header .subcategory-dropdown {
        padding-left: 12px;
    }
}

/* Newly launched product carousel */
.sellzy-launch-carousel.row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sellzy-launch-carousel.row::-webkit-scrollbar {
    display: none;
}

.sellzy-launch-carousel.row > .col {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    scroll-snap-align: start;
}

.sellzy-launch-controls {
    display: flex;
    align-items: center;
    gap: 9px;
}

.sellzy-launch-controls button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #168982;
    background: rgba(255, 255, 255, .82);
    border: 0;
    border-radius: 50%;
    transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}

.sellzy-launch-controls button:hover:not(:disabled) {
    color: #fff;
    background: var(--brand);
    transform: translateY(-1px);
}

.sellzy-launch-controls button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

@media (max-width: 1199px) {
    .sellzy-launch-carousel.row > .col {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .sellzy-launch-carousel.row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .sellzy-launch-carousel.row > .col {
        flex-basis: 82%;
        max-width: 82%;
    }

    .sellzy-panel-footer {
        gap: 14px;
    }
}

/* Shared responsive hardening */
@media (max-width: 767px) {
    .section-heading,
    .sellzy-section-head {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .section-heading h1,
    .section-heading h2,
    .account-header h1 {
        overflow-wrap: anywhere;
    }

    .cart-table-wrap {
        overflow: visible;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .cart-table-wrap table,
    .cart-table-wrap tbody,
    .cart-table-wrap tr,
    .cart-table-wrap td {
        display: block;
        width: 100%;
    }

    .cart-table-wrap thead {
        display: none;
    }

    .cart-table-wrap tbody {
        display: grid;
        gap: 14px;
    }

    .cart-table-wrap tr {
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(32, 36, 44, 0.06);
    }

    .cart-table-wrap td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 0;
        border: 0;
        border-bottom: 1px solid #edf2f7;
        text-align: right;
    }

    .cart-table-wrap td::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 12px;
        font-weight: 800;
        text-align: left;
        text-transform: uppercase;
    }

    .cart-table-wrap td:first-child {
        padding-top: 0;
    }

    .cart-table-wrap td:first-child::before {
        display: none;
    }

    .cart-table-wrap td:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .cart-product {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .cart-product img {
        flex: 0 0 58px;
    }

    .cart-qty-form {
        min-width: 0;
    }

    .checkout-form,
    .cart-summary,
    .empty-cart,
    .account-form {
        padding: 18px;
    }

    .detail-purchase-row > * {
        flex: 1 1 140px;
    }

    .detail-cart-form input {
        width: 100%;
    }

    .account-panel .table-responsive {
        overflow: visible;
    }

    .account-panel table,
    .account-panel tbody,
    .account-panel tr,
    .account-panel td {
        display: block;
        width: 100%;
    }

    .account-panel thead {
        display: none;
    }

    .account-panel tbody {
        display: grid;
        gap: 14px;
        padding: 14px;
    }

    .account-panel tr {
        padding: 12px 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
    }

    .account-panel td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 9px 0;
        border: 0;
        border-bottom: 1px solid var(--line);
        text-align: right;
    }

    .account-panel td::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 12px;
        font-weight: 800;
        text-align: left;
        text-transform: uppercase;
    }

    .account-panel td:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .sellzy-product-row.row,
    .sellzy-product-grid.row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .sellzy-product-info {
        padding: 0 9px 10px;
    }

    .sellzy-product-info h3 {
        font-size: 13px;
    }

    .sellzy-card-actions {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .sellzy-cart-btn {
        min-width: 0;
        padding-inline: 8px;
        font-size: 11px;
    }

    .checkout-form-head {
        gap: 10px;
        padding: 12px;
    }

    .checkout-form-head > span {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .checkout-form-head h3 {
        font-size: 19px;
    }

    .checkout-form-head p {
        font-size: 13px;
    }

    .payment-method-card {
        grid-template-columns: 38px minmax(0, 1fr) 18px;
        gap: 9px;
        padding: 12px;
    }

    .payment-method-icon {
        width: 38px;
        height: 38px;
    }

    .account-menu {
        gap: 6px;
        padding: 8px;
    }

    .account-menu-link {
        min-width: 0;
    }

    .account-menu-link span {
        overflow-wrap: anywhere;
    }

    .account-panel-head,
    .account-feature-body {
        padding: 18px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 70px;
    }

    .back-to-top {
        right: 14px;
        bottom: 14px;
    }
}
