:root {
    --forest-950: #052d28;
    --forest-900: #073f36;
    --forest-800: #0a5145;
    --forest-700: #126d5c;
    --mint: #54e0b2;
    --mint-soft: #dff9ef;
    --coral: #ef5b61;
    --coral-soft: #ffe7e5;
    --bone: #f7f3eb;
    --paper: #fffdf8;
    --ink: #102e2a;
    --muted: #647d77;
    --line: rgba(7, 63, 54, .13);
    --shadow-sm: 0 10px 30px rgba(7, 63, 54, .08);
    --shadow-md: 0 24px 70px rgba(7, 63, 54, .15);
    --shell: min(1380px, calc(100vw - 64px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--bone);
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body.is-locked {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

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

img,
svg {
    display: block;
}

.store-shell {
    width: var(--shell);
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: -80px;
    right: 24px;
    z-index: 1000;
    padding: 13px 18px;
    border-radius: 10px;
    color: #fff;
    background: var(--forest-950);
    transition: top .2s ease;
}

.skip-link:focus {
    top: 18px;
}

.store-announcement {
    color: #fff;
    background: var(--forest-950);
    font-size: 13px;
}

.announcement-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement-inner p,
.announcement-inner div {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.announcement-inner div span {
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, .23);
}

.announcement-inner a {
    color: rgba(255, 255, 255, .78);
    transition: color .2s ease;
}

.announcement-inner a:hover {
    color: #fff;
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 5px rgba(84, 224, 178, .14);
}

.store-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 253, 248, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(20px);
}

.header-main {
    min-height: 92px;
    display: grid;
    grid-template-columns: auto auto minmax(280px, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.store-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    direction: ltr;
    line-height: 1;
    flex: none;
}

.store-brand-mark {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--forest-900);
    color: var(--coral);
}

.store-brand-mark svg {
    width: 30px;
    height: 30px;
}

.store-brand strong,
.store-brand small {
    display: block;
}

.store-brand strong {
    font: 800 20px/1 "Alexandria", sans-serif;
}

.store-brand small {
    margin-top: 7px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .3px;
}

.branch-selector {
    max-width: 210px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-right: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
    text-align: right;
}

.branch-pin {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-900);
    background: var(--mint-soft);
    font-size: 17px;
}

.branch-selector small,
.branch-selector strong {
    max-width: 125px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.branch-selector small {
    color: var(--muted);
    font-size: 10px;
}

.branch-selector strong {
    margin-top: 2px;
    font-size: 13px;
}

.chevron {
    color: var(--muted);
}

.store-search {
    height: 52px;
    min-width: 0;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.store-search:focus-within {
    border-color: rgba(7, 63, 54, .45);
    box-shadow: 0 0 0 4px rgba(84, 224, 178, .13);
}

.store-search svg {
    width: 21px;
    fill: none;
    stroke: var(--forest-900);
    stroke-width: 1.8;
}

.store-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
}

.store-search input::placeholder {
    color: #8ca09b;
}

.store-search kbd {
    padding: 4px 8px;
    border: 0;
    border-radius: 6px;
    color: var(--muted);
    background: var(--bone);
    font: 500 10px/1 "IBM Plex Sans Arabic", sans-serif;
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-tool,
.cart-trigger,
.mobile-search-toggle {
    min-height: 48px;
    padding: 7px 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    transition: background .2s ease;
}

.header-tool:hover,
.mobile-search-toggle:hover {
    background: rgba(7, 63, 54, .06);
}

.tool-icon {
    font-size: 22px;
}

.header-tool small,
.header-tool strong,
.cart-trigger small,
.cart-trigger strong {
    display: block;
}

.header-tool small,
.cart-trigger small {
    color: var(--muted);
    font-size: 10px;
}

.header-tool strong,
.cart-trigger strong {
    margin-top: 2px;
    font-size: 12px;
}

.cart-trigger {
    position: relative;
    padding-inline: 14px;
    color: #fff;
    background: var(--forest-900);
}

.cart-trigger:hover {
    background: var(--forest-800);
}

.cart-icon svg {
    width: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.cart-trigger > b {
    position: absolute;
    top: -7px;
    left: -6px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 3px solid var(--paper);
    border-radius: 50%;
    color: #fff;
    background: var(--coral);
    font-size: 10px;
}

.mobile-search-toggle {
    display: none;
    font-size: 23px;
}

.category-nav {
    min-height: 47px;
    display: flex;
    align-items: center;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
}

.category-nav::-webkit-scrollbar {
    display: none;
}

#header-categories {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-item,
.nav-rx {
    flex: none;
    padding: 8px 13px;
    border: 0;
    border-radius: 9px;
    color: #49665f;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.nav-item:hover,
.nav-item.is-active {
    color: var(--forest-900);
    background: rgba(7, 63, 54, .07);
}

.nav-rx {
    margin-right: auto;
    color: var(--coral);
    font-weight: 600;
}

.crescent-small {
    margin-left: 4px;
}

.mobile-search-panel {
    padding: 10px 14px 14px;
}

.store-hero {
    padding: 34px 0 0;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(300px, .72fr);
    gap: 18px;
}

.hero-primary,
.hero-rx-card {
    min-height: 510px;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}

.hero-primary {
    color: #fff;
    background: var(--forest-900);
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(to left, #000, transparent 78%);
}

.hero-primary::after {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    left: -160px;
    bottom: -225px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
}

.hero-copy {
    position: relative;
    z-index: 3;
    width: 59%;
    padding: 66px 60px 46px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--mint);
    font-weight: 600;
    font-size: 13px;
}

.hero-kicker i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 6px rgba(84, 224, 178, .14);
}

.hero-copy h1,
.hero-rx-card h2,
.store-section-heading h2,
.promo-copy h2,
.confidence-copy h2 {
    font-family: "Alexandria", sans-serif;
}

.hero-copy h1 {
    max-width: 620px;
    margin: 24px 0 18px;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1.12;
    letter-spacing: -3px;
}

.hero-copy h1 em {
    color: var(--mint);
    font-style: normal;
}

.hero-copy > p {
    max-width: 590px;
    margin: 0;
    color: rgba(255,255,255,.74);
    font-size: 18px;
    line-height: 1.9;
}

.hero-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.store-button {
    min-height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 0;
    border-radius: 13px;
    font-family: "Alexandria", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.store-button:hover {
    transform: translateY(-2px);
}

.store-button-light {
    color: var(--forest-950);
    background: var(--paper);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.store-button-dark {
    color: #fff;
    background: var(--forest-900);
}

.store-button-dark:hover {
    background: var(--forest-800);
    box-shadow: 0 16px 35px rgba(7,63,54,.18);
}

.store-button-coral {
    color: #fff;
    background: var(--coral);
}

.store-button-mint {
    color: var(--forest-950);
    background: var(--mint);
}

.store-text-button {
    padding: 9px 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

.store-text-button span {
    margin-right: 8px;
    color: var(--mint);
}

.hero-assurances {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
}

.hero-assurances b {
    color: var(--mint);
}

.hero-product-stack {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
}

.hero-pack {
    position: absolute;
    width: 235px;
    height: 315px;
    padding: 29px 25px;
    color: var(--forest-950);
    border-radius: 14px 14px 9px 9px;
    box-shadow: 0 35px 70px rgba(0,0,0,.22);
    transform-origin: bottom;
}

.hero-pack::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 8px;
    border-radius: 14px 14px 0 0;
}

.hero-pack span,
.hero-pack b,
.hero-pack small {
    display: block;
}

.hero-pack span {
    font: 700 12px/1 "Alexandria", sans-serif;
    letter-spacing: 1.6px;
}

.hero-pack b {
    margin-top: 90px;
    font: 800 30px/1 "Alexandria", sans-serif;
}

.hero-pack small {
    margin-top: 10px;
    opacity: .64;
}

.hero-pack-back {
    left: 205px;
    bottom: 42px;
    background: #fff0d5;
    transform: rotate(9deg) scale(.92);
}

.hero-pack-back::before {
    background: #f1b83d;
}

.hero-pack-front {
    left: 34px;
    bottom: -30px;
    background: #f4fff9;
    transform: rotate(-5deg);
}

.hero-pack-front::before {
    background: var(--mint);
}

.pack-crescent {
    position: absolute;
    left: 22px;
    bottom: 25px;
    color: var(--coral);
    font-size: 46px;
    font-style: normal;
}

.hero-pill {
    position: absolute;
    z-index: 4;
    width: 54px;
    height: 25px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--coral) 50%, #fff 50%);
    box-shadow: 0 16px 25px rgba(0,0,0,.2);
}

.pill-one {
    left: 300px;
    bottom: 56px;
    transform: rotate(38deg);
}

.pill-two {
    left: 18px;
    top: 90px;
    transform: rotate(-27deg) scale(.75);
}

.hero-rx-card {
    padding: 38px 36px;
    color: var(--forest-950);
    background: var(--coral-soft);
}

.hero-rx-card::before {
    content: "";
    position: absolute;
    inset: auto -120px -120px auto;
    width: 330px;
    height: 330px;
    border: 48px solid rgba(239,91,97,.12);
    border-radius: 50%;
}

.rx-orbit {
    position: absolute;
    width: 190px;
    height: 190px;
    top: -100px;
    left: -80px;
    border: 1px solid rgba(7,63,54,.15);
    border-radius: 50%;
}

.rx-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--forest-700);
    font-weight: 600;
    font-size: 13px;
}

.rx-symbol {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--coral);
    background: #fff;
    font-size: 24px;
}

.hero-rx-card h2 {
    position: relative;
    z-index: 1;
    margin: 40px 0 18px;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.8px;
}

.hero-rx-card p {
    position: relative;
    z-index: 1;
    color: #5b6c68;
    line-height: 1.9;
}

.hero-rx-card .store-button {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 23px;
    justify-content: space-between;
}

.rx-time {
    position: absolute;
    z-index: 1;
    right: 36px;
    bottom: 31px;
    color: #7c8c88;
    font-size: 10px;
}

.rx-time span {
    margin-left: 5px;
    color: var(--forest-900);
    font-weight: 700;
}

.service-band {
    margin-top: 18px;
}

.service-grid {
    min-height: 98px;
    padding: 14px 27px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
}

.service-grid > div {
    min-height: 52px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-left: 1px solid var(--line);
}

.service-grid > div:last-child {
    border-left: 0;
}

.service-icon {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    flex: none;
    border-radius: 12px;
    color: var(--forest-900);
    background: var(--mint-soft);
    font-size: 20px;
}

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

.service-grid strong {
    font-size: 13px;
}

.service-grid small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 10px;
}

.store-section {
    padding: 90px 0;
}

.categories-section {
    padding-bottom: 40px;
}

.store-section-heading {
    margin-bottom: 32px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.section-label {
    color: var(--forest-700);
    font-family: "Alexandria", sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.store-section-heading h2 {
    margin: 10px 0 0;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -1.3px;
}

.section-link {
    padding: 9px 0;
    border: 0;
    color: var(--forest-700);
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

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

.category-card {
    min-height: 186px;
    position: relative;
    padding: 22px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: right;
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(7,63,54,.17);
    box-shadow: var(--shadow-sm);
}

.category-card::after {
    content: "";
    position: absolute;
    left: -22px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    border: 26px solid rgba(7,63,54,.07);
    border-radius: 50%;
}

.category-card small,
.category-card strong {
    display: block;
}

.category-card small {
    color: #647771;
    font-size: 10px;
}

.category-card strong {
    margin-top: 11px;
    max-width: 140px;
    font: 700 18px/1.5 "Alexandria", sans-serif;
}

.category-icon {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-900);
    background: rgba(255,255,255,.72);
    font-size: 27px;
}

.category-arrow {
    position: absolute;
    left: 17px;
    top: 18px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-900);
    background: rgba(255,255,255,.6);
}

.category-skeleton,
.product-skeleton {
    min-height: 186px;
    border-radius: 20px;
    background: linear-gradient(100deg, rgba(7,63,54,.04) 30%, rgba(255,255,255,.65) 50%, rgba(7,63,54,.04) 70%);
    background-size: 300% 100%;
    animation: shimmer 1.25s infinite linear;
}

@keyframes shimmer {
    to { background-position: -150% 0; }
}

.products-section {
    padding-top: 55px;
}

.products-heading {
    align-items: center;
}

.product-controls {
    display: flex;
    align-items: center;
    gap: 22px;
}

.availability-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    cursor: pointer;
}

.availability-filter input {
    position: absolute;
    opacity: 0;
}

.availability-filter > span {
    width: 36px;
    height: 20px;
    position: relative;
    border-radius: 99px;
    background: #cbd5d2;
    transition: background .2s ease;
}

.availability-filter > span::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    transition: transform .2s ease;
}

.availability-filter input:checked + span {
    background: var(--forest-700);
}

.availability-filter input:checked + span::after {
    transform: translateX(-16px);
}

.sort-control {
    height: 42px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
    color: var(--muted);
    font-size: 12px;
}

.sort-control select {
    border: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
    font-weight: 600;
}

.active-query {
    width: fit-content;
    margin: -12px 0 22px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 9px;
    color: var(--forest-900);
    background: var(--mint-soft);
    font-size: 12px;
}

.active-query button {
    padding: 0;
    border: 0;
    color: var(--forest-700);
    background: transparent;
    cursor: pointer;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.product-card {
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 21px;
    background: var(--paper);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(7,63,54,.22);
    box-shadow: var(--shadow-md);
}

.product-visual {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border: 0;
    background: linear-gradient(145deg, #fbfcfb 0%, #f3f7f5 100%);
    cursor: pointer;
}

.product-visual::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: -75px;
    top: -105px;
    border: 1px solid color-mix(in srgb, var(--product-color, #e2f4ee) 70%, transparent);
    border-radius: 50%;
}

.product-photo {
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    position: absolute;
    inset: 17px;
    z-index: 1;
    object-fit: contain;
    filter: drop-shadow(0 17px 18px rgba(7,63,54,.11));
    transition: transform .3s ease, filter .3s ease;
}

.product-card:hover .product-photo {
    transform: translateY(-5px) scale(1.025);
    filter: drop-shadow(0 21px 23px rgba(7,63,54,.15));
}

.product-badge {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    min-height: 27px;
    padding: 0 9px;
    display: none;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    background: var(--coral);
    font-size: 9px;
}

.product-badge.is-visible {
    display: flex;
}

.product-pack {
    width: 145px;
    height: 190px;
    position: absolute;
    top: 44px;
    left: 50%;
    padding: 21px 18px;
    border-radius: 9px 9px 5px 5px;
    color: var(--forest-950);
    background: #fff;
    box-shadow: 0 28px 45px rgba(7,63,54,.16);
    transform: translateX(-50%) rotate(-3deg);
    text-align: right;
    transition: transform .3s ease;
}

.product-card:hover .product-pack {
    transform: translateX(-50%) rotate(0deg) translateY(-5px);
}

.product-pack::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 7px;
    border-radius: 9px 9px 0 0;
    background: var(--product-accent, var(--forest-700));
}

.product-pack small,
.product-pack b,
.product-pack span {
    display: block;
}

.product-pack small {
    min-height: 28px;
    color: var(--forest-700);
    font: 700 9px/1.3 "Alexandria", sans-serif;
    letter-spacing: .5px;
}

.product-pack b {
    margin-top: 31px;
    font: 800 17px/1.4 "Alexandria", sans-serif;
}

.product-pack i {
    width: 31px;
    height: 5px;
    margin-top: 9px;
    display: block;
    border-radius: 99px;
    background: var(--product-accent, var(--forest-700));
}

.product-pack span {
    margin-top: 13px;
    color: var(--muted);
    font-size: 9px;
}

.product-availability {
    position: absolute;
    left: 14px;
    bottom: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--forest-700);
    z-index: 3;
    padding: 5px 8px;
    border: 1px solid rgba(7,63,54,.08);
    border-radius: 99px;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(6px);
    font-size: 9px;
}

.product-availability i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mint);
}

.product-copy {
    padding: 18px 18px 17px;
}

.product-brand {
    color: var(--forest-700);
    font-size: 10px;
    font-weight: 600;
}

.product-name {
    max-width: 100%;
    margin-top: 8px;
    padding: 0;
    display: block;
    border: 0;
    overflow: hidden;
    color: var(--ink);
    background: transparent;
    font: 700 16px/1.5 "Alexandria", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.product-copy > p {
    height: 21px;
    margin: 4px 0 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.product-price strong,
.product-price del {
    display: block;
}

.product-price strong {
    font: 800 17px/1 "Alexandria", sans-serif;
}

.product-price del {
    min-height: 13px;
    margin-top: 6px;
    color: #96a7a3;
    font-size: 10px;
}

.quick-add {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--forest-900);
    font-size: 25px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.quick-add:hover {
    background: var(--coral);
    transform: rotate(90deg);
}

.quick-add.is-rx {
    font-size: 15px;
    background: var(--coral);
}

.product-skeleton {
    min-height: 430px;
}

.empty-products {
    min-height: 360px;
    padding: 70px 20px;
    border: 1px dashed rgba(7,63,54,.22);
    border-radius: 22px;
    text-align: center;
    background: var(--paper);
}

.empty-products > span {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-700);
    background: var(--mint-soft);
    font-size: 32px;
}

.empty-products h3 {
    margin: 19px 0 8px;
    font: 700 21px/1.4 "Alexandria", sans-serif;
}

.empty-products p {
    margin: 0 auto 23px;
    color: var(--muted);
}

.prescription-promo {
    padding-block: 40px;
}

.prescription-promo-inner {
    min-height: 580px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    background: var(--forest-950);
}

.promo-visual {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
        #0a4b41;
    background-size: 58px 58px;
}

.promo-visual::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -130px;
    bottom: -190px;
    border: 45px solid rgba(84,224,178,.1);
    border-radius: 50%;
}

.paper-sheet {
    width: 310px;
    height: 390px;
    position: absolute;
    top: 90px;
    right: 50%;
    padding: 30px 27px;
    border-radius: 10px;
    color: var(--forest-950);
    background: #fffdf8;
    box-shadow: 0 35px 80px rgba(0,0,0,.27);
    transform: translateX(50%) rotate(5deg);
}

.paper-sheet > span {
    width: 78%;
    height: 7px;
    margin-top: 34px;
    display: block;
    border-radius: 99px;
    background: #dce7e4;
}

.paper-sheet > span:nth-of-type(2) { width: 57%; }
.paper-sheet > span:nth-of-type(3) { width: 84%; }
.paper-sheet > span:nth-of-type(4) { width: 66%; }

.paper-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--forest-700);
    font: 800 11px/1 "Alexandria", sans-serif;
    letter-spacing: 1.3px;
}

.mini-crescent {
    color: var(--coral);
    font-size: 22px;
}

.paper-sheet > b {
    position: absolute;
    right: 25px;
    bottom: 22px;
    color: var(--coral);
    font: 700 35px/1 Georgia, serif;
    font-style: italic;
}

.review-badge {
    position: absolute;
    z-index: 2;
    left: 35px;
    bottom: 72px;
    min-width: 225px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 13px;
    color: var(--ink);
    background: #fff;
    box-shadow: var(--shadow-md);
}

.review-badge i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 6px rgba(84,224,178,.16);
}

.review-badge small,
.review-badge strong {
    display: block;
}

.review-badge small {
    color: var(--muted);
    font-size: 9px;
}

.review-badge strong {
    margin-top: 2px;
    font-size: 12px;
}

.promo-copy {
    padding: 84px 80px;
    align-self: center;
}

.section-label-light {
    color: var(--mint);
}

.promo-copy h2 {
    margin: 19px 0 20px;
    font-size: 59px;
    line-height: 1.15;
    letter-spacing: -2.8px;
}

.promo-copy > p {
    max-width: 610px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 17px;
    line-height: 1.95;
}

.promo-steps {
    margin: 31px 0;
    display: flex;
    gap: 10px;
}

.promo-steps span {
    min-width: 125px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 11px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
}

.promo-steps b {
    margin-left: 6px;
    color: var(--mint);
}

.confidence-section {
    padding-bottom: 120px;
}

.confidence-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 70px;
}

.confidence-copy {
    position: sticky;
    top: 180px;
    align-self: start;
}

.confidence-copy h2 {
    margin: 18px 0;
    font-size: 45px;
    line-height: 1.3;
    letter-spacing: -2px;
}

.confidence-copy p {
    max-width: 430px;
    color: var(--muted);
    line-height: 1.9;
}

.confidence-notes {
    border-top: 1px solid var(--line);
}

.confidence-notes article {
    min-height: 150px;
    padding: 29px 0;
    display: grid;
    grid-template-columns: 50px 180px 1fr;
    align-items: start;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.confidence-notes article > span {
    color: var(--coral);
    font: 700 12px/1 "Alexandria", sans-serif;
}

.confidence-notes h3 {
    margin: 0;
    font: 700 18px/1.5 "Alexandria", sans-serif;
}

.confidence-notes p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.store-footer {
    padding-top: 65px;
    color: #fff;
    background: var(--forest-950);
}

.footer-grid {
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: 1.6fr .75fr .75fr 1fr;
    gap: 60px;
}

.footer-brand {
    color: #fff;
}

.footer-brand small {
    color: rgba(255,255,255,.55);
}

.footer-grid > div:first-child p {
    max-width: 360px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.55);
    line-height: 1.8;
}

.footer-grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-grid > div > strong {
    margin-bottom: 8px;
    font: 700 13px/1 "Alexandria", sans-serif;
}

.footer-grid a,
.footer-grid button,
.footer-grid span,
.footer-grid small {
    padding: 0;
    border: 0;
    color: rgba(255,255,255,.57);
    background: transparent;
    font-size: 12px;
    text-align: right;
}

.footer-grid a:hover,
.footer-grid button:hover {
    color: #fff;
    cursor: pointer;
}

.footer-bottom {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.42);
    font-size: 11px;
}

.mobile-bottom-nav {
    display: none;
}

.branch-popover {
    position: fixed;
    z-index: 201;
    top: 116px;
    right: max(32px, calc((100vw - 1380px) / 2 + 115px));
    width: 370px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: var(--shadow-md);
}

.popover-title {
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

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

.popover-title small {
    color: var(--muted);
    font-size: 10px;
}

.popover-title strong {
    margin-top: 2px;
    font: 700 16px/1.4 "Alexandria", sans-serif;
}

.popover-title button,
.modal-close,
.drawer-head button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--muted);
    background: rgba(7,63,54,.06);
    font-size: 23px;
    cursor: pointer;
}

#branch-options {
    margin-top: 8px;
}

.branch-option {
    width: 100%;
    min-height: 64px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    text-align: right;
    cursor: pointer;
}

.branch-option:last-child {
    border-bottom: 0;
}

.branch-option:hover,
.branch-option.is-active {
    background: var(--mint-soft);
}

.branch-option > span:first-child {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: none;
    border-radius: 50%;
    color: var(--forest-700);
    background: #fff;
}

.branch-option p {
    min-width: 0;
    margin: 0;
}

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

.branch-option strong {
    font-size: 12px;
}

.branch-option small {
    max-width: 210px;
    margin-top: 3px;
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.branch-option b {
    margin-right: auto;
    color: var(--forest-700);
    font-size: 10px;
}

.popover-scrim,
.drawer-scrim {
    position: fixed;
    z-index: 190;
    inset: 0;
    background: rgba(5,45,40,.34);
    backdrop-filter: blur(4px);
}

.drawer-scrim {
    z-index: 300;
}

.cart-drawer {
    width: min(470px, 100vw);
    position: fixed;
    z-index: 310;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 27px;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    box-shadow: 25px 0 70px rgba(5,45,40,.2);
    transform: translateX(-102%);
    transition: transform .32s cubic-bezier(.2,.8,.2,1);
}

.cart-drawer.is-open {
    transform: translateX(0);
}

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

.drawer-head span {
    color: var(--forest-700);
    font-size: 10px;
}

.drawer-head h2 {
    margin: 4px 0 0;
    font: 700 23px/1.4 "Alexandria", sans-serif;
}

.drawer-head h2 b {
    margin-right: 5px;
    color: var(--coral);
    font-size: 14px;
}

.cart-branch-note {
    min-height: 63px;
    margin-top: 21px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--mint-soft);
}

.cart-branch-note > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-700);
    background: #fff;
}

.cart-branch-note p,
.cart-branch-note small,
.cart-branch-note strong {
    margin: 0;
    display: block;
}

.cart-branch-note small {
    color: var(--muted);
    font-size: 9px;
}

.cart-branch-note strong {
    margin-top: 2px;
    font-size: 11px;
}

.cart-branch-note button {
    margin-right: auto;
    padding: 0;
    border: 0;
    color: var(--forest-700);
    background: transparent;
    font-size: 10px;
    cursor: pointer;
}

.cart-lines {
    margin-top: 13px;
    overflow-y: auto;
}

.cart-line {
    position: relative;
    padding: 15px 0;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 13px;
    border-bottom: 1px solid var(--line);
}

.cart-line-pack {
    height: 79px;
    padding: 12px 9px;
    border-radius: 10px;
    background: var(--line-color, var(--mint-soft));
}

.cart-line-pack img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 7px 7px rgba(7,63,54,.1));
}

.cart-line-pack span,
.cart-line-pack b {
    display: block;
}

.cart-line-pack span {
    width: 34px;
    height: 5px;
    border-radius: 99px;
    background: var(--forest-700);
}

.cart-line-pack b {
    margin-top: 20px;
    font: 700 10px/1.3 "Alexandria", sans-serif;
}

.cart-line-copy {
    min-width: 0;
    padding-left: 22px;
}

.cart-line-copy > strong,
.cart-line-copy > small {
    display: block;
}

.cart-line-copy > strong {
    overflow: hidden;
    font: 700 12px/1.5 "Alexandria", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-line-copy > small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 9px;
}

.cart-line-bottom {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-qty {
    display: flex;
    align-items: center;
    gap: 9px;
}

.line-qty button {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.line-qty b {
    min-width: 15px;
    text-align: center;
}

.line-total {
    font: 700 12px/1 "Alexandria", sans-serif;
}

.line-remove {
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0;
    border: 0;
    color: #9baaa7;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.cart-empty {
    margin-block: auto;
    text-align: center;
}

.empty-bag {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-700);
    background: var(--mint-soft);
    font-size: 35px;
}

.cart-empty h3 {
    margin: 19px 0 7px;
    font: 700 19px/1.5 "Alexandria", sans-serif;
}

.cart-empty p {
    max-width: 270px;
    margin: 0 auto 19px;
    color: var(--muted);
    line-height: 1.7;
}

.cart-summary {
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid var(--line);
}

.cart-summary > div {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: 11px;
}

.cart-summary .cart-grand-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
    color: var(--ink);
}

.cart-grand-total strong {
    font: 800 20px/1 "Alexandria", sans-serif;
}

.checkout-trigger {
    width: 100%;
    margin-top: 16px;
    justify-content: space-between;
}

.secure-note {
    margin-top: 11px;
    display: block;
    color: var(--muted);
    text-align: center;
    font-size: 9px;
}

.modal-shell {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.modal-scrim {
    position: absolute;
    inset: 0;
    background: rgba(5,45,40,.7);
    backdrop-filter: blur(8px);
}

.product-modal-card,
.rx-modal-card,
.checkout-modal-card,
.orders-modal-card {
    position: relative;
    z-index: 1;
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 24px;
    background: var(--paper);
    box-shadow: 0 40px 110px rgba(0,0,0,.28);
}

.product-modal-card {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: .9fr 1.1fr;
}

.modal-close {
    position: absolute;
    z-index: 5;
    top: 17px;
    left: 17px;
}

.product-modal-visual {
    min-height: 570px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 18%, var(--modal-color, var(--mint-soft)) 0, transparent 34%),
        linear-gradient(145deg, #fff 0%, #f4f8f6 100%);
}

.modal-product-photo {
    width: min(84%, 520px);
    height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 30px 30px rgba(7,63,54,.16));
}

.modal-pack {
    width: 230px;
    height: 315px;
    position: relative;
    padding: 32px 27px;
    border-radius: 12px 12px 7px 7px;
    color: var(--forest-950);
    background: #fff;
    box-shadow: 0 40px 75px rgba(7,63,54,.2);
    transform: rotate(-4deg);
}

.modal-pack::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 9px;
    border-radius: 12px 12px 0 0;
    background: var(--modal-accent, var(--forest-700));
}

.modal-pack small,
.modal-pack b,
.modal-pack span {
    display: block;
}

.modal-pack small {
    color: var(--forest-700);
    font: 700 11px/1 "Alexandria", sans-serif;
}

.modal-pack b {
    margin-top: 85px;
    font: 800 27px/1.4 "Alexandria", sans-serif;
}

.modal-pack i {
    width: 55px;
    height: 7px;
    margin-top: 10px;
    display: block;
    border-radius: 99px;
    background: var(--modal-accent, var(--forest-700));
}

.modal-pack span {
    margin-top: 17px;
    color: var(--muted);
}

.product-modal-copy {
    padding: 74px 55px 45px;
}

.product-category {
    color: var(--forest-700);
    font-size: 11px;
    font-weight: 700;
}

.product-modal-copy h2 {
    margin: 14px 0 9px;
    font: 800 34px/1.35 "Alexandria", sans-serif;
    letter-spacing: -1px;
}

.product-meta {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.product-description {
    margin: 31px 0;
    padding-top: 25px;
    border-top: 1px solid var(--line);
    color: #526d66;
    line-height: 1.9;
}

.product-modal-notice {
    padding: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    color: #8a3b3e;
    background: var(--coral-soft);
}

.product-modal-notice > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: none;
    border-radius: 50%;
    color: var(--coral);
    background: #fff;
}

.product-modal-notice p,
.product-modal-notice strong,
.product-modal-notice small {
    margin: 0;
    display: block;
}

.product-modal-notice small {
    margin-top: 3px;
    color: #9b6062;
    font-size: 9px;
}

.product-modal-footer {
    margin-top: 38px;
    padding-top: 25px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 18px;
    border-top: 1px solid var(--line);
}

.modal-price strong,
.modal-price del {
    display: block;
}

.modal-price strong {
    font: 800 25px/1 "Alexandria", sans-serif;
}

.modal-price del {
    min-height: 15px;
    margin-top: 7px;
    color: #91a39e;
    font-size: 11px;
}

.quantity-control {
    height: 44px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 11px;
}

.quantity-control button {
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 7px;
    background: var(--bone);
    cursor: pointer;
}

.rx-modal-card {
    width: min(1050px, 100%);
    display: grid;
    grid-template-columns: .78fr 1.22fr;
}

.rx-modal-aside {
    min-height: 630px;
    padding: 60px 48px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--forest-950);
}

.rx-modal-aside::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: -130px;
    bottom: -150px;
    border: 40px solid rgba(84,224,178,.1);
    border-radius: 50%;
}

.rx-symbol-large {
    margin-bottom: 38px;
    color: var(--coral);
}

.rx-modal-aside h2 {
    margin: 17px 0 35px;
    font: 700 40px/1.35 "Alexandria", sans-serif;
    letter-spacing: -1.5px;
}

.rx-modal-aside ol {
    padding: 0;
    list-style: none;
}

.rx-modal-aside li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.72);
}

.rx-modal-aside li b {
    margin-left: 18px;
    color: var(--mint);
    font-size: 10px;
}

.rx-upload-form {
    padding: 55px;
}

.modal-form-head {
    margin-bottom: 23px;
}

.modal-form-head span {
    font: 700 22px/1.4 "Alexandria", sans-serif;
}

.modal-form-head p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.upload-zone {
    min-height: 165px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(7,63,54,.35);
    border-radius: 16px;
    background: rgba(84,224,178,.07);
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.upload-zone:hover,
.upload-zone.is-dragging {
    border-color: var(--forest-700);
    background: var(--mint-soft);
}

.upload-zone input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.upload-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--forest-900);
    font-size: 22px;
}

.upload-zone strong {
    margin-top: 12px;
    font-size: 12px;
}

.upload-zone small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 9px;
}

.form-field {
    margin-top: 17px;
    display: block;
}

.form-field > span {
    margin-bottom: 7px;
    display: block;
    color: #506a64;
    font-size: 11px;
    font-weight: 600;
}

.form-field > span small {
    color: #94a39f;
    font-weight: 400;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid var(--line);
    border-radius: 10px;
    outline: 0;
    color: var(--ink);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field textarea {
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: rgba(7,63,54,.48);
    box-shadow: 0 0 0 4px rgba(84,224,178,.13);
}

.consent-field {
    margin-top: 17px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--muted);
    cursor: pointer;
}

.consent-field input {
    position: absolute;
    opacity: 0;
}

.consent-field > span {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    flex: none;
    border: 1px solid rgba(7,63,54,.28);
    border-radius: 5px;
    background: #fff;
}

.consent-field input:checked + span {
    color: #fff;
    background: var(--forest-900);
}

.consent-field input:checked + span::after {
    content: "✓";
    font-size: 11px;
}

.consent-field p {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
}

.submit-rx {
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.form-alert {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 9px;
    color: #9b3e42;
    background: var(--coral-soft);
    font-size: 10px;
}

.form-alert.is-success {
    color: var(--forest-700);
    background: var(--mint-soft);
}

.rx-current-status {
    margin-top: 16px;
    padding: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--bone);
}

.rx-current-status i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f4b846;
}

.rx-current-status p,
.rx-current-status small,
.rx-current-status strong {
    margin: 0;
    display: block;
}

.rx-current-status small {
    color: var(--muted);
    font-size: 8px;
}

.rx-current-status strong {
    margin-top: 2px;
    font-size: 10px;
}

.rx-current-status button {
    margin-right: auto;
    border: 0;
    color: var(--forest-700);
    background: transparent;
    font-size: 9px;
    cursor: pointer;
}

.checkout-modal-card {
    width: min(1130px, 100%);
    display: grid;
    grid-template-columns: 360px 1fr;
}

.checkout-modal-card.is-auth-only {
    width: min(680px, 100%);
    grid-template-columns: 1fr;
}

.checkout-modal-card.is-auth-only .checkout-receipt {
    display: none;
}

.checkout-receipt {
    min-height: 680px;
    padding: 36px 30px;
    color: #fff;
    background: var(--forest-950);
}

.checkout-brand {
    color: #fff;
}

.checkout-brand small {
    color: rgba(255,255,255,.5);
}

#checkout-items {
    margin-top: 43px;
}

.receipt-line {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    gap: 13px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
    font-size: 11px;
}

.receipt-line strong {
    max-width: 190px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.receipt-total {
    margin-top: 24px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.2);
}

.receipt-total strong {
    color: var(--mint);
    font: 800 22px/1 "Alexandria", sans-serif;
}

.checkout-receipt > small {
    margin-top: 12px;
    display: block;
    color: rgba(255,255,255,.4);
    font-size: 9px;
    line-height: 1.6;
}

.checkout-flow {
    min-height: 680px;
    padding: 48px 62px;
    display: flex;
    flex-direction: column;
}

.checkout-progress {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.checkout-progress span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #899b97;
    background: #e8eeec;
    font-size: 10px;
    font-weight: 700;
}

.checkout-progress span.is-active,
.checkout-progress span.is-done {
    color: #fff;
    background: var(--forest-900);
}

.checkout-progress i {
    width: 58px;
    height: 1px;
    background: #dce4e2;
}

.checkout-step {
    width: 100%;
}

.checkout-step h2 {
    margin: 12px 0 6px;
    font: 800 30px/1.35 "Alexandria", sans-serif;
}

.checkout-step > p {
    margin: 0 0 20px;
    color: var(--muted);
}

.otp-row {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
}

.otp-row .form-field {
    margin-top: 0;
}

.otp-row button {
    height: 48px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--forest-700);
    cursor: pointer;
}

.demo-otp {
    margin-top: 11px;
    padding: 8px 11px;
    border-radius: 8px;
    color: var(--forest-700);
    background: var(--mint-soft);
    font-size: 10px;
}

#request-otp {
    width: 100%;
    margin-top: 21px;
    justify-content: space-between;
}

.choice-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.choice-row input {
    position: absolute;
    opacity: 0;
}

.choice-row label > span {
    min-height: 85px;
    padding: 14px;
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
}

.choice-row label > span > b {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-700);
    background: var(--mint-soft);
}

.choice-row label > span > strong {
    font-size: 12px;
}

.choice-row label > span > small {
    color: var(--muted);
    font-size: 9px;
}

.choice-row input:checked + span {
    border-color: var(--forest-700);
    box-shadow: 0 0 0 3px rgba(84,224,178,.14);
}

.details-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 10px;
}

.payment-line {
    min-height: 58px;
    margin-top: 16px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: 11px;
}

.payment-line span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-line span b {
    color: var(--mint);
}

.payment-line span strong {
    font-size: 11px;
}

.payment-line small {
    max-width: 230px;
    color: var(--muted);
    font-size: 8px;
}

.place-order-button {
    width: 100%;
    margin-top: 18px;
    justify-content: space-between;
}

.order-success {
    margin-block: auto;
    text-align: center;
}

.success-crescent {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--coral);
    background: var(--coral-soft);
    font-size: 44px;
}

.order-success h2 {
    font-size: 34px;
}

.order-success > p {
    margin: 18px 0 4px;
    color: var(--muted);
    font-size: 10px;
}

.order-number {
    direction: ltr;
    display: block;
    font: 800 23px/1 "Alexandria", sans-serif;
}

.success-details {
    max-width: 420px;
    margin: 28px auto;
    padding: 17px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 13px;
    background: var(--bone);
}

.success-details span + span {
    border-right: 1px solid var(--line);
}

.success-details small,
.success-details strong {
    display: block;
}

.success-details small {
    color: var(--muted);
    font-size: 9px;
}

.success-details strong {
    margin-top: 5px;
}

.order-success .store-button {
    margin-inline: auto;
}

.success-continue {
    margin: 15px auto 0;
    display: block;
    border: 0;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
}

.orders-modal-card {
    width: min(720px, 100%);
    min-height: 590px;
    padding: 52px;
}

.orders-head {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.orders-head h2 {
    margin: 10px 0 5px;
    font: 800 28px/1.4 "Alexandria", sans-serif;
}

.orders-head p {
    margin: 0;
    color: var(--muted);
}

.orders-auth {
    margin-top: 70px;
    text-align: center;
}

.orders-auth > span {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-700);
    background: var(--mint-soft);
    font-size: 30px;
}

.orders-auth h3 {
    margin: 19px 0 6px;
    font: 700 19px/1.5 "Alexandria", sans-serif;
}

.orders-auth p {
    margin: 0 0 18px;
    color: var(--muted);
}

.orders-list {
    margin-top: 20px;
}

.order-card {
    margin-bottom: 10px;
    padding: 17px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
}

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

.order-card strong {
    direction: ltr;
    text-align: right;
    font: 700 13px/1.4 "Alexandria", sans-serif;
}

.order-card small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 9px;
}

.order-status {
    padding: 7px 9px;
    align-self: start;
    border-radius: 7px;
    color: var(--forest-700);
    background: var(--mint-soft);
    font-size: 9px;
    font-weight: 700;
}

.order-card-footer {
    grid-column: 1 / -1;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
}

.order-card-footer b {
    color: var(--ink);
    font: 700 12px/1 "Alexandria", sans-serif;
}

.store-toast {
    position: fixed;
    z-index: 800;
    right: 50%;
    bottom: 28px;
    min-width: 300px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 12px;
    color: #fff;
    background: var(--forest-950);
    box-shadow: var(--shadow-md);
    transform: translate(50%, 130px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

.store-toast.is-visible {
    transform: translate(50%, 0);
    opacity: 1;
}

.store-toast > span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--forest-950);
    background: var(--mint);
}

.store-toast p {
    margin: 0;
    font-size: 11px;
}

.noscript {
    position: fixed;
    z-index: 9999;
    inset: 0;
    padding: 80px 20px;
    color: #fff;
    background: var(--forest-950);
    text-align: center;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1180px) {
    :root {
        --shell: min(100% - 38px, 1100px);
    }

    .header-main {
        grid-template-columns: auto minmax(240px, 1fr) auto;
    }

    .branch-selector {
        display: none;
    }

    .header-tool span:last-child {
        display: none;
    }

    .hero-layout {
        grid-template-columns: 1fr 330px;
    }

    .hero-copy {
        width: 65%;
        padding-inline: 42px;
    }

    .hero-product-stack {
        width: 42%;
        transform: scale(.86);
        transform-origin: bottom left;
    }

    .service-grid {
        padding-inline: 12px;
    }

    .service-grid > div {
        padding-inline: 12px;
    }

    .category-grid {
        grid-template-columns: repeat(5, minmax(160px, 1fr));
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    .category-grid::-webkit-scrollbar {
        display: none;
    }

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

    .promo-copy {
        padding: 65px 50px;
    }
}

@media (max-width: 900px) {
    :root {
        --shell: calc(100vw - 28px);
    }

    .store-announcement {
        display: none;
    }

    .header-main {
        min-height: 72px;
        grid-template-columns: auto 1fr auto;
        gap: 12px;
    }

    .store-brand-mark {
        width: 39px;
        height: 39px;
    }

    .store-brand-mark svg {
        width: 26px;
        height: 26px;
    }

    .store-brand strong {
        font-size: 16px;
    }

    .store-brand small {
        margin-top: 5px;
        font-size: 9px;
    }

    .header-main > .store-search {
        display: none;
    }

    .header-tool {
        display: none;
    }

    .cart-trigger {
        min-height: 42px;
        padding: 7px 10px;
    }

    .cart-trigger > span:nth-child(2) {
        display: none;
    }

    .mobile-search-toggle {
        display: grid;
    }

    .category-nav {
        min-height: 44px;
    }

    .nav-rx {
        margin-right: 0;
    }

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

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

    .hero-primary,
    .hero-rx-card {
        min-height: 540px;
    }

    .hero-copy {
        width: 70%;
        padding: 48px 35px;
    }

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

    .hero-product-stack {
        width: 47%;
    }

    .hero-rx-card {
        min-height: 350px;
    }

    .hero-rx-card h2 {
        margin-top: 24px;
    }

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

    .service-grid > div {
        min-height: 73px;
        border-bottom: 1px solid var(--line);
    }

    .service-grid > div:nth-child(2) {
        border-left: 0;
    }

    .service-grid > div:nth-child(3),
    .service-grid > div:nth-child(4) {
        border-bottom: 0;
    }

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

    .prescription-promo-inner {
        grid-template-columns: 1fr;
    }

    .promo-visual {
        min-height: 500px;
    }

    .promo-copy {
        padding: 55px 40px 65px;
    }

    .confidence-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .confidence-copy {
        position: static;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

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

    .product-modal-visual {
        min-height: 360px;
    }

    .rx-modal-card {
        grid-template-columns: 1fr;
    }

    .rx-modal-aside {
        min-height: auto;
        padding: 45px;
    }

    .rx-modal-aside ol {
        display: none;
    }

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

    .checkout-receipt {
        min-height: auto;
    }

    #checkout-items {
        display: none;
    }

    .checkout-flow {
        min-height: 650px;
    }
}

@media (max-width: 620px) {
    :root {
        --shell: calc(100vw - 24px);
    }

    html {
        scroll-padding-top: 115px;
    }

    body {
        padding-bottom: 68px;
    }

    .store-header {
        top: 0;
    }

    .header-main {
        min-height: 65px;
    }

    .store-brand small {
        display: none;
    }

    .cart-trigger {
        width: 42px;
        padding: 0;
        justify-content: center;
    }

    .cart-trigger > b {
        top: -5px;
        left: -7px;
    }

    .category-nav {
        width: 100%;
        padding-inline: 12px;
    }

    .hero-layout {
        gap: 12px;
    }

    .hero-primary {
        min-height: 650px;
        border-radius: 20px;
    }

    .hero-copy {
        width: 100%;
        padding: 38px 25px;
    }

    .hero-copy h1 {
        max-width: 330px;
        margin-top: 19px;
        font-size: 47px;
        letter-spacing: -2.3px;
    }

    .hero-copy > p {
        max-width: 350px;
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .store-button-light {
        width: 100%;
        justify-content: space-between;
    }

    .hero-assurances {
        gap: 10px;
        font-size: 10px;
    }

    .hero-product-stack {
        width: 100%;
        height: 305px;
        left: 0;
        transform: scale(.72);
        transform-origin: bottom left;
    }

    .hero-pack-back {
        left: 245px;
    }

    .hero-pack-front {
        left: 40px;
    }

    .hero-rx-card {
        min-height: 390px;
        padding: 30px 25px;
        border-radius: 20px;
    }

    .hero-rx-card h2 {
        font-size: 38px;
    }

    .rx-time {
        right: 25px;
    }

    .service-grid {
        padding: 5px;
        border-radius: 15px;
    }

    .service-grid > div {
        min-height: 78px;
        padding: 8px;
        gap: 8px;
    }

    .service-icon {
        width: 35px;
        height: 35px;
    }

    .service-grid small {
        display: none;
    }

    .store-section {
        padding: 65px 0;
    }

    .categories-section {
        padding-bottom: 25px;
    }

    .store-section-heading {
        margin-bottom: 22px;
        align-items: flex-start;
    }

    .store-section-heading h2 {
        font-size: 27px;
    }

    .section-link {
        font-size: 11px;
    }

    .category-grid {
        grid-template-columns: repeat(5, 158px);
    }

    .category-card {
        min-height: 165px;
        padding: 18px;
    }

    .product-controls {
        align-items: flex-end;
        flex-direction: column;
        gap: 9px;
    }

    .availability-filter {
        display: none;
    }

    .sort-control {
        height: 38px;
    }

    .sort-control > span {
        display: none;
    }

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

    .product-visual {
        height: 210px;
    }

    .product-pack {
        width: 112px;
        height: 148px;
        top: 35px;
        padding: 16px 13px;
    }

    .product-pack small {
        min-height: 23px;
        font-size: 7px;
    }

    .product-pack b {
        margin-top: 22px;
        font-size: 13px;
    }

    .product-pack span {
        margin-top: 8px;
        font-size: 7px;
    }

    .product-copy {
        padding: 13px 12px;
    }

    .product-name {
        font-size: 13px;
    }

    .product-price strong {
        font-size: 14px;
    }

    .quick-add {
        width: 36px;
        height: 36px;
    }

    .promo-visual {
        min-height: 390px;
    }

    .paper-sheet {
        width: 235px;
        height: 300px;
        top: 45px;
    }

    .review-badge {
        left: 15px;
        bottom: 40px;
        min-width: 190px;
    }

    .promo-copy {
        padding: 45px 26px 55px;
    }

    .promo-copy h2 {
        font-size: 43px;
    }

    .promo-copy > p {
        font-size: 14px;
    }

    .promo-steps {
        flex-direction: column;
    }

    .promo-steps span {
        min-width: 0;
    }

    .confidence-copy h2 {
        font-size: 37px;
    }

    .confidence-notes article {
        grid-template-columns: 35px 1fr;
    }

    .confidence-notes article p {
        grid-column: 2;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 22px;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }

    .footer-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }

    .mobile-bottom-nav {
        position: fixed;
        z-index: 150;
        right: 0;
        bottom: 0;
        left: 0;
        height: 66px;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border-top: 1px solid var(--line);
        background: rgba(255,253,248,.97);
        backdrop-filter: blur(18px);
    }

    .mobile-bottom-nav a,
    .mobile-bottom-nav button {
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border: 0;
        color: #748984;
        background: transparent;
        font-size: 8px;
    }

    .mobile-bottom-nav span {
        font-size: 20px;
    }

    .mobile-bottom-nav .is-active {
        color: var(--forest-900);
        font-weight: 700;
    }

    .mobile-bottom-nav b {
        position: absolute;
        top: 1px;
        left: calc(50% - 16px);
        width: 17px;
        height: 17px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: #fff;
        background: var(--coral);
        font-size: 7px;
    }

    .branch-popover {
        top: auto;
        right: 10px;
        bottom: 78px;
        left: 10px;
        width: auto;
    }

    .cart-drawer {
        width: 100%;
        padding: 21px 18px calc(22px + env(safe-area-inset-bottom));
    }

    .modal-shell {
        padding: 0;
        align-items: end;
    }

    .product-modal-card,
    .rx-modal-card,
    .checkout-modal-card,
    .orders-modal-card {
        width: 100%;
        max-height: 94vh;
        border-radius: 23px 23px 0 0;
    }

    .product-modal-visual {
        min-height: 290px;
    }

    .modal-product-photo {
        width: min(84%, 330px);
        height: 265px;
    }

    .modal-pack {
        transform: scale(.72) rotate(-4deg);
    }

    .product-modal-copy {
        padding: 33px 20px 27px;
    }

    .product-modal-copy h2 {
        font-size: 26px;
    }

    .product-description {
        margin-block: 20px;
    }

    .product-modal-footer {
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .product-modal-footer .store-button {
        grid-column: 1 / -1;
    }

    .rx-modal-aside {
        min-height: 220px;
        padding: 33px 25px;
    }

    .rx-symbol-large {
        margin-bottom: 18px;
    }

    .rx-modal-aside h2 {
        margin-bottom: 0;
        font-size: 31px;
    }

    .rx-upload-form {
        padding: 28px 20px 35px;
    }

    .upload-zone {
        min-height: 140px;
    }

    .checkout-modal-card {
        display: block;
    }

    .checkout-receipt {
        min-height: auto;
        padding: 20px;
    }

    .checkout-receipt .checkout-brand {
        display: none;
    }

    .receipt-total {
        margin-top: 0;
        padding-top: 0;
        border: 0;
    }

    .checkout-receipt > small {
        display: none;
    }

    .checkout-flow {
        min-height: 620px;
        padding: 30px 20px 35px;
    }

    .checkout-step h2 {
        font-size: 26px;
    }

    .choice-row {
        grid-template-columns: 1fr;
    }

    .choice-row label > span {
        min-height: 67px;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }

    .payment-line {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .orders-modal-card {
        min-height: 70vh;
        padding: 40px 20px;
    }

    .store-toast {
        right: 12px;
        bottom: 78px;
        left: 12px;
        min-width: 0;
        transform: translateY(130px);
    }

    .store-toast.is-visible {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
