:root {
  --brand: #009b3a; --brand-dark: #007c2e; --brand-soft: #eaf8ef; --accent: #ffde59;
  --ink: #172033; --muted: #667085; --line: #e4e9e6; --surface: #fff; --page: #f6f8f7;
  --radius-sm: 12px; --radius: 18px; --panel-radius: 18px; --section-space: 48px; --content-width: 1200px; --shadow: 0 12px 34px rgba(23,32,51,.08);
}
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--page); font-family: var(--website-font,Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-container { width: min(var(--content-width),calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--brand-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-storebar { position: relative; z-index: 1010; overflow: visible; color: #fff; background: linear-gradient(105deg,var(--brand-dark),var(--brand)); border-bottom: 1px solid color-mix(in srgb,var(--brand-dark) 36%,transparent); box-shadow: inset 0 -1px rgba(255,255,255,.08); }
.site-storebar > .site-container { display: flex; min-height: 0; align-items: center; justify-content: space-between; gap: 20px; padding-block: 4px; }
.site-storebar__inner--picker-only { justify-content: flex-end !important; }
.site-storebar__tagline { min-width: 0; font-size: .84rem; font-weight: 700; line-height: 1.35; letter-spacing: .01em; }
.site-storebar__tagline:empty { display: none; }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(228,233,230,.9); box-shadow: 0 4px 18px rgba(23,32,51,.04); backdrop-filter: blur(14px); }
.site-toast-region { position: fixed; z-index: 4000; top: 18px; right: 18px; display: grid; width: min(390px,calc(100vw - 36px)); gap: 10px; pointer-events: none; }
.site-toast { display: grid; grid-template-columns: 34px minmax(0,1fr) 32px; align-items: center; gap: 10px; padding: 11px 10px 11px 12px; color: #8a4b08; background: #fff9e8; border: 1px solid #f5c45c; border-radius: 14px; box-shadow: 0 16px 38px rgba(15,23,42,.2); pointer-events: auto; opacity: 0; transform: translateX(calc(100% + 24px)); animation: site-toast-enter .28s ease-out forwards; }
.site-toast.is-leaving { animation: site-toast-leave .25s ease-in forwards; }
.site-toast__icon { display: grid; width: 34px; height: 34px; place-items: center; color: #a35b08; background: #ffedbd; border-radius: 10px; }
.site-toast__icon svg { width: 20px; height: 20px; }
.site-toast__message { min-width: 0; font-size: .88rem; font-weight: 650; line-height: 1.45; }
.site-toast__close { display: grid; width: 32px; height: 32px; padding: 0; place-items: center; color: currentColor; background: transparent; border: 0; border-radius: 9px; cursor: pointer; }
.site-toast__close:hover,.site-toast__close:focus-visible { background: rgba(138,75,8,.1); outline: none; }
.site-toast__close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.site-toast--success { color: #08783f; background: #effcf5; border-color: #8bdfb4; }
.site-toast--success .site-toast__icon { color: #078447; background: #d9f7e7; }
.site-toast--success .site-toast__close:hover,.site-toast--success .site-toast__close:focus-visible { background: rgba(7,132,71,.1); }
.site-toast--error { color: #b42318; background: #fff2f0; border-color: #f5a59e; }
.site-toast--error .site-toast__icon { color: #d92d20; background: #fee4e2; }
.site-toast--error .site-toast__close:hover,.site-toast--error .site-toast__close:focus-visible { background: rgba(217,45,32,.1); }
@keyframes site-toast-enter { to { opacity: 1; transform: translateX(0); } }
@keyframes site-toast-leave { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(calc(100% + 24px)); } }
.site-navbar { min-height: 64px; padding: 7px 0; }
.site-navbar > .site-container { display: flex; flex-wrap: wrap; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.site-brand__mark { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: linear-gradient(145deg,var(--brand),var(--brand-dark)); border: 3px solid var(--accent); border-radius: 14px; font-size: 1.55rem; font-weight: 900; line-height: 1; transform: rotate(-3deg); }
.site-brand__copy { display: grid; line-height: 1.2; }
.site-brand__copy strong { color: var(--brand-dark); font-size: 1.25rem; letter-spacing: .02em; }
.site-brand__copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.25; }
.site-navbar .nav-link { margin-left: 4px; padding: 8px 11px !important; color: #344054; border-radius: 10px; font-weight: 650; }
.site-navbar .nav-link:hover,.site-navbar .nav-link:focus,.site-navbar .nav-link.is-active { color: var(--brand-dark); background: var(--brand-soft); }
.site-navbar .nav-link.is-active { box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--brand) 14%,transparent); }
.nav-link--cart { display: inline-flex !important; align-items: center; gap: 6px; }
.nav-link__icon { flex: 0 0 19px; width: 19px; height: 19px; }
.site-navbar__toggle { display: grid; position: relative; width: 44px; height: 44px; padding: 10px; gap: 4px; place-content: center; overflow: visible; border: 1px solid var(--line); border-radius: 12px; box-shadow: none !important; }
.site-navbar__toggle .site-navbar__bar { display: block; width: 20px; height: 2px; background: var(--brand-dark); border-radius: 999px; }
.site-navbar__cart-count { position: absolute; z-index: 2; top: -8px; right: -8px; display: grid; min-width: 21px; height: 21px; padding: 0 5px; place-items: center; color: #fff; background: #dc2626; border: 2px solid #fff; border-radius: 999px; box-shadow: 0 3px 8px rgba(15,23,42,.18); font-size: .65rem; font-weight: 850; line-height: 1; }
@media (min-width: 992px) { .site-navbar__cart-count { display: none !important; } }
.store-picker { display: flex; align-items: center; gap: 8px; margin-left: 10px; }
.store-picker label { color: var(--muted); font-size: .72rem; font-weight: 700; }
.store-picker select { max-width: 190px; min-height: 40px; padding: 7px 34px 7px 11px; color: var(--ink); background-color: #fff; border: 1px solid var(--line); border-radius: 11px; font-weight: 650; }
.store-picker--top { width: auto; margin-left: 0; padding: 4px 5px 4px 11px; justify-content: flex-end; gap: 9px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 13px; box-shadow: 0 5px 16px rgba(0,70,35,.13); backdrop-filter: blur(8px); }
.store-picker--top label { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 5px; color: #fff; font-size: .76rem; font-weight: 750; white-space: nowrap; }
.store-picker__pin { display: grid; width: 20px; height: 20px; place-items: center; color: var(--brand-dark); background: rgba(255,255,255,.92); border-radius: 7px; font-size: .8rem; line-height: 1; }
.store-picker--top select { width: clamp(210px,24vw,320px); max-width: 320px; min-height: 36px; padding-block: 5px; border: 0; border-radius: 9px; box-shadow: 0 1px 3px rgba(15,23,42,.12); text-overflow: ellipsis; outline: none; }
.store-picker--top select:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.32); }
.store-picker--top { position: relative; display: block; box-sizing: border-box; width: clamp(250px,22vw,330px); height: 46px; min-height: 46px; padding: 0; color: var(--ink); background: #fff; border: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 16%,var(--line)); border-radius: 10px; box-shadow: 0 5px 14px rgba(15,23,42,.1); backdrop-filter: none; transition: border-color .18s ease,box-shadow .18s ease; }
.store-picker--top:hover { border-color: color-mix(in srgb,var(--website-primary,var(--brand)) 38%,var(--line)); }
.store-picker--top:focus-within { border-color: var(--website-primary,var(--brand)); box-shadow: 0 0 0 3px color-mix(in srgb,var(--website-primary,var(--brand)) 20%,transparent),0 8px 22px rgba(15,23,42,.12); }
.store-picker__icon { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: linear-gradient(145deg,var(--website-primary,var(--brand)),color-mix(in srgb,var(--website-primary,var(--brand)) 78%,#063)); border-radius: 8px; box-shadow: inset 0 1px rgba(255,255,255,.24); }
.store-picker__icon svg { width: 19px; height: 19px; }
.store-picker__copy { display: grid; min-width: 0; gap: 1px; line-height: 1.05; }
.store-picker__copy small { color: var(--website-primary,var(--brand)); font-size: .61rem; font-weight: 750; }
.store-picker__copy strong { overflow: hidden; color: var(--ink); font-size: .8rem; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.store-picker__chevron { display: grid; place-items: center; color: var(--ink); }
.store-picker__chevron svg { width: 17px; height: 17px; fill: currentColor; }
.store-picker-form { position: relative; margin: 0; }
.store-picker--top > summary { display: grid; box-sizing: border-box; width: 100%; height: 100%; grid-template-columns: 34px minmax(0,1fr) 16px; align-items: center; gap: 8px; padding: 5px 10px 5px 5px; cursor: pointer; list-style: none; outline: none; }
.store-picker--top > summary::-webkit-details-marker { display: none; }
.store-picker--top[open] .store-picker__chevron { transform: rotate(180deg); }
.store-picker__menu { position: absolute; z-index: 1100; top: calc(100% + 7px); right: 0; left: 0; display: grid; gap: 3px; padding: 6px; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 14px 32px rgba(15,23,42,.17); }
.store-picker__option { display: flex; width: 100%; min-height: 36px; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 10px; color: var(--ink); background: transparent; border: 0; border-radius: 8px; text-align: left; font-size: .84rem; font-weight: 650; cursor: pointer; }
.store-picker__option:hover,.store-picker__option:focus-visible { color: var(--website-primary,var(--brand)); background: var(--brand-soft); outline: none; }
.store-picker__option.is-selected { color: #fff; background: var(--website-primary,var(--brand)); }
.store-picker__check { font-size: 1rem; font-weight: 900; }
.nav-link--cart { white-space: nowrap; }
.add-to-cart { display: grid; grid-template-columns: auto max-content minmax(180px,1fr); align-items: center; gap: 10px; margin: 20px 0 12px; }
.add-to-cart label { font-weight: 700; }
.add-to-cart input { width: 88px; min-height: 48px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 12px; text-align: center; }
.cart-page { min-height: 60vh; padding: 46px 0 70px; background: var(--website-background); }
.cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 22px; align-items: start; }
.cart-list,.cart-summary { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); }
.cart-store-card { display: flex; gap: 13px; align-items: center; padding: 16px 20px; color: var(--ink); background: linear-gradient(100deg,var(--brand-soft),#fff); border-bottom: 1px solid var(--line); border-radius: 20px 20px 0 0; }
.cart-store-card__icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; color: var(--brand-dark); background: #fff; border: 1px solid color-mix(in srgb,var(--brand) 24%,var(--line)); border-radius: 12px; font-size: 1.2rem; }
.cart-store-card div { display: grid; gap: 2px; }
.cart-store-card small,.cart-store-card span { color: var(--muted); font-size: .76rem; }
.cart-store-card strong { color: var(--brand-dark); font-size: 1rem; }
.cart-item { position: relative; display: grid; grid-template-columns: 78px minmax(0,1fr) auto minmax(142px,auto); gap: 16px; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); transition: opacity .18s ease,transform .18s ease,background-color .18s ease,box-shadow .18s ease; }
.cart-item:last-child { border-bottom: 0; }
.cart-item:hover { z-index: 1; background: #fbfefc; box-shadow: inset 3px 0 0 color-mix(in srgb,var(--brand) 65%,transparent); }
.cart-item.is-updating { background: #f8fcfa; opacity: .68; pointer-events: none; }
.cart-item.is-removing { opacity: 0; transform: translateX(14px); }
.cart-item__loader { position: absolute; z-index: 3; top: 50%; right: 15px; display: none; width: 22px; height: 22px; margin-top: -11px; background: #fff; border: 3px solid #cfeada; border-top-color: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.82); animation: cart-spin .7s linear infinite; }
.cart-item.is-updating .cart-item__loader { display: block; }
@keyframes cart-spin { to { transform: rotate(360deg); } }
.cart-item__media { display: grid; width: 72px; height: 72px; place-items: center; overflow: hidden; background: #f7faf8; border: 1px solid var(--line); border-radius: 15px; }
.cart-item__media img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.cart-item__info { display: grid; min-width: 0; gap: 3px; }
.cart-item__info > a { display: -webkit-box; overflow: hidden; color: var(--ink); font-weight: 750; line-height: 1.35; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cart-item__info > a:hover { color: var(--brand); }
.cart-item__info small { overflow: hidden; color: var(--muted); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.cart-item__unit-price { color: var(--brand-dark); font-size: .88rem; font-weight: 750; }
.cart-quantity { display: grid; grid-template-columns: 36px minmax(42px,auto) 36px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.cart-quantity button { display: grid; width: 36px; min-height: 36px; padding: 0; place-items: center; color: var(--brand); background: transparent; border: 0; font-size: 1.1rem; font-weight: 800; cursor: pointer; }
.cart-quantity button:first-of-type { border-right: 1px solid var(--line); color: var(--muted); }
.cart-quantity button:last-of-type { border-left: 1px solid var(--line); }
.cart-quantity button:hover { background: var(--brand-soft); }
.cart-quantity button:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--brand); outline-offset: -2px; }
.cart-quantity input[data-item-quantity] { width: 48px; min-width: 42px; min-height: 36px; padding: 0 4px; color: var(--ink); background: #fff; border: 0; border-radius: 0; outline: 0; font-size: .9rem; font-weight: 800; text-align: center; appearance: textfield; }
.cart-quantity input[data-item-quantity]::-webkit-inner-spin-button,.cart-quantity input[data-item-quantity]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.cart-quantity input[data-item-quantity]:focus { position: relative; z-index: 1; box-shadow: inset 0 0 0 2px var(--brand); }
.cart-item__total { display: grid; gap: 2px; text-align: right; white-space: nowrap; }
.cart-item__total small { color: var(--muted); font-size: .72rem; font-weight: 500; }
.cart-item__total strong { color: var(--ink); }
.cart-item__actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.cart-remove { flex: 0 0 auto; margin: 0; }
.cart-remove button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: #d92d20; background: #fff1f0; border: 1px solid #ffc9c5; border-radius: 11px; cursor: pointer; transition: background-color .16s ease,color .16s ease,transform .16s ease; }
.cart-remove button:hover,.cart-remove button:focus-visible { color: #fff; background: #e5483f; outline: none; transform: translateY(-1px); }
.cart-remove button:disabled { cursor: wait; opacity: .6; }
.cart-remove svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cart-summary { position: sticky; top: 18px; padding: 22px; overflow: hidden; }
.cart-summary h2 { margin: 0 0 16px; font-size: 1.2rem; }
.cart-summary div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; }
.cart-summary .cart-summary__heading { align-items: center; justify-content: flex-start; gap: 11px; margin-bottom: 8px; padding: 0 0 14px; border-bottom: 1px solid var(--line); }
.cart-summary__heading > div { display: grid; justify-content: start; gap: 1px; padding: 0; }
.cart-summary__heading small { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 650; }
.cart-summary__heading h2 { margin: 0; font-size: 1.08rem; }
.cart-summary__heading-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 12px; }
.cart-summary__heading-icon svg,.cart-order-bar__button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cart-summary__total { margin-top: 8px; padding-top: 16px !important; border-top: 1px solid var(--line); font-size: 1.12rem; }
.cart-summary .button { width: 100%; margin-top: 16px; }
.cart-summary small { display: block; margin-top: 10px; color: var(--muted); line-height: 1.45; }
.cart-order-bar__button { display: flex; align-items: center; justify-content: center; gap: 8px; }
.cart-order-bar__button svg { width: 18px; height: 18px; transition: transform .16s ease; }
.cart-order-bar__button:hover svg { transform: translateX(3px); }
.cart-message { margin-bottom: 16px; padding: 12px 15px; color: var(--brand-dark); background: var(--brand-soft); border: 1px solid #b7e7c8; border-radius: 12px; }
.checkout-page { min-height: 65vh; padding: 42px 0 70px; background: var(--website-background); }
.checkout-progress { display: grid; grid-template-columns: repeat(4,1fr); max-width: 760px; margin: 0 auto 24px; }
.checkout-progress a { position: relative; display: grid; gap: 6px; justify-items: center; color: var(--muted); text-decoration: none; font-size: .78rem; }
.checkout-progress a::before { position: absolute; z-index: 0; top: 16px; right: 50%; width: 100%; height: 2px; content: ""; background: var(--line); }
.checkout-progress a:first-child::before { display: none; }
.checkout-progress a span { z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; background: #fff; border: 2px solid var(--line); border-radius: 50%; font-weight: 800; }
.checkout-progress a.is-active { color: var(--brand-dark); }
.checkout-progress a.is-active span { color: #fff; background: var(--brand); border-color: var(--brand); box-shadow: 0 0 0 5px var(--brand-soft); }
.checkout-progress a.is-active::before { background: var(--brand); }
.checkout-state { display: grid; gap: 5px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.checkout-state--error { color: #9f261b; background: #fff5f4; border-color: #f3b8b2; }
.checkout-state a { justify-self: start; margin-top: 6px; color: inherit; font-weight: 750; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 22px; align-items: start; }
.checkout-form { display: grid; gap: 16px; }
.checkout-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.checkout-card > header { display: flex; gap: 11px; align-items: center; margin-bottom: 18px; }
.checkout-card > header > span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 10px; font-weight: 850; }
.checkout-card > header div { display: grid; gap: 2px; }
.checkout-card h2 { margin: 0; font-size: 1.15rem; }
.checkout-card header small { color: var(--muted); font-size: .76rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1/-1; }
.field label,.checkout-card > label { font-size: .84rem; font-weight: 700; }
.field input,.field textarea,.checkout-card > textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; }
.field input:focus,.field textarea:focus,.checkout-card > textarea:focus { border-color: var(--website-primary); box-shadow: 0 0 0 3px var(--brand-soft); }
.field span,.checkout-card [data-valmsg-for] { min-height: 0; color: #c43224; font-size: .78rem; line-height: 1.3; }
.field input.input-validation-error,.field textarea.input-validation-error,.field select.input-validation-error { border-color: #e45345; background: #fffafa; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.choice-card { display: flex; gap: 11px; align-items: flex-start; padding: 15px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.choice-card:has(input:checked) { border-color: var(--website-primary); background: var(--brand-soft); }
.choice-card input { margin-top: 4px; accent-color: var(--website-primary); }
.choice-card span { display: grid; gap: 3px; }
.choice-card small { color: var(--muted); line-height: 1.35; }
.delivery-address { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.is-hidden { display: none !important; }
.checkout-summary p { color: var(--muted); }
.checkout-summary { top: 82px; max-height: calc(100vh - 104px); overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: color-mix(in srgb,var(--brand) 35%,transparent) transparent; }
.checkout-summary__store { display: grid !important; gap: 3px !important; margin: -5px -5px 16px; padding: 12px 14px !important; background: var(--brand-soft); border: 1px solid color-mix(in srgb,var(--brand) 20%,var(--line)) !important; border-radius: 12px; }
.checkout-summary__store small { margin: 0; }
.checkout-summary__store strong { color: var(--brand-dark); }
.checkout-summary > div { align-items: start; border-bottom: 1px dashed var(--line); }
.checkout-summary > div span { max-width: 70%; }
.checkout-back { display: block; margin-top: 14px; color: var(--muted); text-align: center; text-decoration: none; }
.checkout-processing { margin: 10px 0 0; padding: 10px 11px; color: var(--brand-dark) !important; background: var(--brand-soft); border-radius: 10px; font-size: .76rem; line-height: 1.4; }
.checkout-submit-spinner { display: none; width: 16px; height: 16px; margin-left: 8px; border: 2px solid rgba(255,255,255,.5); border-top-color: #fff; border-radius: 50%; animation: checkout-spin .7s linear infinite; }
.checkout-summary button.is-processing .checkout-submit-spinner { display: inline-block; }
@keyframes checkout-spin { to { transform: rotate(360deg); } }
.order-success { min-height: 68vh; padding: 60px 0; background: var(--website-background); }
.order-success__card { max-width: 620px; margin: auto; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); text-align: center; }
.order-success__icon { display: grid; width: 68px; height: 68px; margin: 0 auto 18px; place-items: center; color: #fff; background: var(--website-primary); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.order-success__card h1 { margin-bottom: 8px; }
.order-success__card > p { color: var(--muted); }
.order-success dl { margin: 24px 0; text-align: left; }
.order-success dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.order-success dd { margin: 0; text-align: right; }
.order-success__actions { display: flex; gap: 10px; justify-content: center; margin-top: 20px; }
.order-success__transfer { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; margin: 22px 0 18px; padding: 18px; color: #713f12; background: #fffbeb; border: 1px solid #f4c95d; border-radius: 16px; text-align: left; }
.order-success__transfer-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: #d97706; border-radius: 50%; font-size: 1.2rem; font-weight: 900; }
.order-success__transfer h2 { margin: 0 0 6px; color: #78350f; font-size: 1.05rem; }
.order-success__transfer p { margin: 0 0 9px; }
.order-success__transfer ol { margin: 0; padding-left: 20px; }
.order-success__transfer li + li { margin-top: 5px; }
.order-success__lookup-note { margin: 16px 0 14px; color: var(--muted); font-size: .9rem; }
.lookup-page { min-height: 65vh; padding: 36px 0 70px; background: var(--website-background); }
.lookup-heading { max-width: 760px; margin-bottom: 20px; }
.lookup-heading h1 { margin: 5px 0 7px; font-size: clamp(1.75rem,3vw,2.45rem); }
.lookup-heading p { margin: 0; color: var(--muted); line-height: 1.55; }
.lookup-form { display: grid; grid-template-columns: minmax(200px,1fr) minmax(220px,1fr) auto; gap: 14px; align-items: end; margin-bottom: 22px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.lookup-form .site-alert { grid-column: 1/-1; }
.lookup-submit { min-width: 132px; }
.lookup-submit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-spinner { display: none; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.5); border-top-color: currentColor; border-radius: 50%; animation: checkout-spin .7s linear infinite; }
[data-submit-once].is-submitting .button-spinner { display: inline-block; }
.form-processing { display: none; grid-column: 1/-1; margin: 0; color: var(--website-primary); font-size: .78rem; }
[data-submit-once].is-submitting .form-processing { display: block; }
.order-detail { display: grid; gap: 18px; }
.order-detail__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; color: #fff; background: var(--website-primary); border-radius: 18px; }
.order-detail__header span,.order-detail__header small { opacity: .82; }
.order-detail__header h2 { margin: 2px 0; font-size: 1.25rem; }
.order-status { padding: 8px 12px; color: var(--website-primary); background: #fff; border-radius: 999px; white-space: nowrap; }
.order-status--success { color: #08783f; background: #e8fff2; }
.order-status--danger { color: #b42318; background: #fff0ef; }
.order-status--pending { color: #8a5700; background: #fff8df; }
.order-detail__grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 16px; }
.lookup-item { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.lookup-item:last-child { border-bottom: 0; }
.lookup-item > div { display: grid; gap: 4px; }
.lookup-item small { color: var(--muted); }
.order-products-card h2 { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.order-products-card h2 small { color: var(--muted); font-size: .72rem; font-weight: 600; }
.order-totals div { display: flex; justify-content: space-between; gap: 15px; padding: 7px 0; }
.order-totals p { margin: 15px 0 0; color: var(--muted); }
.order-timeline { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.order-timeline li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; padding-bottom: 16px; }
.order-timeline li { position: relative; }
.order-timeline li:not(:last-child)::before { position: absolute; top: 15px; bottom: -1px; left: 4px; width: 2px; content: ""; background: color-mix(in srgb,var(--website-primary) 25%,white); }
.order-timeline li > span { position: relative; z-index: 1; width: 10px; height: 10px; margin-top: 5px; background: var(--website-primary); border-radius: 50%; box-shadow: 0 0 0 4px var(--brand-soft); }
.order-timeline li div { display: grid; gap: 3px; }
.order-timeline small { color: var(--muted); }
.order-timeline p { margin: 2px 0 0; }
.order-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.order-actions form { display: grid; align-content: start; gap: 12px; }
.order-actions .button { width: 100%; }
.recipient-card dl { display: grid; gap: 10px; margin: 0; }
.recipient-card dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.recipient-card dt { color: var(--muted); }
.recipient-card dd { margin: 0; overflow-wrap: anywhere; }
.order-note,.order-policy-note { margin-top: 14px; }
.shipping-card,.order-end-reason { grid-column: 1/-1; }
.shipping-attempt + .shipping-attempt { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.shipping-attempt header { display: grid; gap: 4px; margin-bottom: 15px; }
.shipping-attempt header small { color: var(--muted); }
.button--danger { color: #fff; background: #d92d20; border: 1px solid #d92d20; }
.cancel-form { border-color: #f4b4ae; }
.nav-link--account { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-page { min-height: 70vh; display: grid; place-items: center; padding: 48px 12px; background: var(--website-background); }
.account-card { width: min(100%,480px); padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.account-card h1 { margin: 8px 0; }
.account-card > p { color: var(--muted); }
.account-card form { display: grid; gap: 15px; margin: 22px 0; }
.account-card .button { width: 100%; }
.account-login-page { position: relative; overflow: hidden; }
.account-login-page::before,.account-login-page::after { position: absolute; width: 320px; height: 320px; content: ""; background: color-mix(in srgb,var(--website-primary) 9%,transparent); border-radius: 50%; pointer-events: none; }
.account-login-page::before { top: -190px; left: -130px; }
.account-login-page::after { right: -170px; bottom: -210px; }
.account-login-card { position: relative; z-index: 1; width: min(100%,500px); padding: 32px; }
.account-card__header { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 15px; align-items: start; }
.account-card__header h1 { margin: 2px 0 5px; font-size: 1.75rem; }
.account-card__header p { margin: 0; color: var(--muted); line-height: 1.5; }
.account-card__icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--website-primary); background: var(--brand-soft); border-radius: 16px; }
.account-card__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-login-form { gap: 16px !important; margin: 25px 0 20px !important; }
.account-input { position: relative; display: flex; align-items: center; }
.account-input > svg { position: absolute; z-index: 1; left: 14px; width: 19px; height: 19px; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.account-field .account-input input { min-height: 48px; padding: 11px 44px; background: #fff; }
.account-field .account-input input:focus { border-color: var(--website-primary); box-shadow: 0 0 0 3px var(--brand-soft); }
.password-toggle { position: absolute; z-index: 2; right: 7px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: var(--muted); background: transparent; border: 0; border-radius: 9px; cursor: pointer; }
.password-toggle:hover,.password-toggle:focus-visible { color: var(--website-primary); background: var(--brand-soft); outline: 0; }
.password-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.password-toggle__hide { display: none; }
.password-toggle[aria-pressed="true"] .password-toggle__show { display: none; }
.password-toggle[aria-pressed="true"] .password-toggle__hide { display: block; }
.account-login-submit { min-height: 48px; margin-top: 2px; font-weight: 800; }
.account-login-submit { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.account-login-form.is-submitting .account-login-submit { cursor: wait; opacity: .82; }
.account-login-processing { margin-top: -7px; text-align: center; font-weight: 700; }
.account-forgot-link { justify-self: end; margin-top: -3px; color: var(--website-primary); font-size: .88rem; font-weight: 750; text-decoration: none; }
.account-forgot-link:hover { text-decoration: underline; }
.account-remember { display: inline-flex; width: fit-content; gap: 9px; align-items: center; color: var(--text); font-size: .86rem; cursor: pointer; }
.account-remember input { width: 18px; height: 18px; margin: 0; accent-color: var(--website-primary); cursor: pointer; }
.account-field > span:not(:empty) { display: block; margin-top: 6px; color: #c43226; font-size: .78rem; font-weight: 650; }
.account-login-form .validation-summary-valid { display: none; }
.account-login-form .validation-summary-errors { margin: 0; padding: 11px 13px; color: #b42318; background: #fff3f2; border: 1px solid #f3b7b1; border-radius: 11px; font-size: .82rem; }
.account-login-form .validation-summary-errors ul { margin: 0; padding-left: 18px; }
.account-card__footer { display: flex; gap: 5px; justify-content: center; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.account-card__footer a,.account-back-link { color: var(--website-primary); font-weight: 750; text-decoration: none; }
.account-card__footer a:hover,.account-back-link:hover { text-decoration: underline; }
.account-back-link { display: block; margin-top: 15px; text-align: center; font-size: .82rem; }
@media (max-width: 600px) {
  .account-page { min-height: calc(100dvh - 112px); padding: 24px 12px; }
  .account-login-page::before,.account-login-page::after { width: 220px; height: 220px; }
  .account-login-page::before { top: -145px; left: -105px; }
  .account-login-page::after { right: -120px; bottom: -155px; }
  .account-login-card { padding: 24px 18px; border-radius: 18px; }
  .account-card__header { grid-template-columns: 46px minmax(0,1fr); gap: 12px; }
  .account-card__icon { width: 46px; height: 46px; border-radius: 14px; }
  .account-card__icon svg { width: 23px; height: 23px; }
  .account-card__header h1 { font-size: 1.5rem; }
  .account-card__header p { font-size: .86rem; }
  .account-login-form { margin-top: 21px !important; }
  .account-card__footer { flex-wrap: wrap; }
}
.account-orders { min-height: 68vh; padding: 42px 0 70px; background: var(--website-background); }
.account-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.account-heading h1 { margin: 4px 0; }
.account-heading p,.account-heading span { color: var(--muted); }
.customer-orders { display: grid; gap: 10px; }
.customer-orders article { display: grid; grid-template-columns: minmax(220px,1fr) minmax(130px,.5fr) minmax(130px,.5fr) 130px auto; gap: 16px; align-items: center; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.customer-orders article > div { display: grid; gap: 4px; }
.customer-orders small { color: var(--muted); }
.order-summary-status span { color: var(--muted); font-size: .72rem; }
.order-summary-status strong { font-size: .82rem; }
.customer-orders__total { color: var(--website-primary); white-space: nowrap; }
.customer-orders__actions { display: flex !important; align-items: center; justify-content: flex-end; gap: 8px; }
.order-cancel-popover { position: relative; }
.order-cancel-popover > summary { list-style: none; cursor: pointer; white-space: nowrap; }
.order-cancel-popover > summary::-webkit-details-marker { display: none; }
.order-cancel-popover form { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; width: min(360px, calc(100vw - 40px)); display: grid; gap: 12px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 42px rgba(15,23,42,.18); }
.order-cancel-popover label { display: grid; gap: 6px; color: var(--text); font-size: .88rem; font-weight: 700; }
.order-cancel-popover input,.order-cancel-popover textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font: inherit; font-weight: 400; resize: vertical; }
.button--danger { color: #c62828; background: #fff3f2; border: 1px solid #ffc9c5; }
.button--danger:hover { color: #fff; background: #d93636; border-color: #d93636; }
.account-cancel-form { margin-top: 16px; border-color: #ffd4d1; }
.account-cancel-form__heading span { color: #c62828; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.account-cancel-form__heading h2 { margin: 4px 0; }
.account-cancel-form__heading p { margin: 0 0 12px; color: var(--muted); }
.account-cancel-note { margin-top: 16px; display: grid; gap: 4px; padding: 14px 16px; color: #8a5a00; background: #fff8e8; border: 1px solid #f3d38b; border-radius: 12px; }
.order-state-overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 16px 0; }
.order-state-overview > div { display: grid; gap: 5px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.order-state-overview span,.order-state-overview small { color: var(--muted); font-size: .74rem; }
.order-state-overview strong { color: var(--website-primary); }
.account-detail-grid { margin-top: 18px; }
.account-heading__actions { display: flex; gap: 10px; align-items: center; }
.address-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: 20px; align-items: start; }
.address-list { display: grid; gap: 12px; }
.address-card { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.address-card__title { display: flex; justify-content: space-between; gap: 12px; }
.address-card__title span { padding: 4px 9px; color: var(--website-primary); background: var(--brand-soft); border-radius: 999px; font-size: .75rem; font-weight: 750; }
.address-card h2 { margin: 10px 0 6px; font-size: 1rem; }
.address-card p { margin: 0; color: var(--muted); line-height: 1.5; }
.address-actions,.address-form__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.address-actions form { display: inline-flex; }
.address-form { position: sticky; top: 18px; display: grid; gap: 14px; }
.default-check { display: flex; gap: 8px; align-items: center; }
.default-check input { accent-color: var(--website-primary); }
.saved-address { margin-bottom: 16px; }
.saved-address select { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; }
.saved-address a { color: var(--website-primary); font-size: .82rem; }
main { min-height: 58vh; }
.page-section { padding: 48px 0; }
.page-section--white { background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h1,.section-heading h2 { margin: 0; font-weight: 800; letter-spacing: -.025em; }
.section-heading p { max-width: 620px; margin: 7px 0 0; color: var(--muted); }
.section-heading__copy { min-width: 0; }
.section-heading__link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 38px; padding: 8px 15px; color: #fff; background: var(--website-primary,var(--brand)); border: 1px solid var(--website-primary,var(--brand)); border-radius: 999px; box-shadow: 0 6px 16px color-mix(in srgb,var(--website-primary,var(--brand)) 18%,transparent); font-size: .8rem; font-weight: 800; text-decoration: none; transition: filter .18s ease,transform .18s ease,box-shadow .18s ease; }
.section-heading__link:hover { color: #fff; filter: brightness(.92); transform: translateY(-1px); box-shadow: 0 8px 20px color-mix(in srgb,var(--website-primary,var(--brand)) 24%,transparent); }
.home-block__view-all { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.home-block__view-all::before,.home-block__view-all::after { height: 1px; flex: 1 1 auto; content: ""; background: var(--line); }
.home-block__view-all a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 34px; padding: 7px 20px; color: #fff; background: var(--website-primary,var(--brand)); border: 1px solid var(--website-primary,var(--brand)); border-radius: 999px; box-shadow: 0 6px 16px color-mix(in srgb,var(--website-primary,var(--brand)) 18%,transparent); font-size: .78rem; font-weight: 800; line-height: 1; text-decoration: none; transition: transform .18s ease,box-shadow .18s ease,filter .18s ease; }
.home-block__view-all a:hover { filter: brightness(.92); transform: translateY(-1px); box-shadow: 0 8px 20px color-mix(in srgb,var(--website-primary,var(--brand)) 24%,transparent); }
.home-block__view-all a:focus-visible { outline: 3px solid color-mix(in srgb,var(--website-primary,var(--brand)) 28%,transparent); outline-offset: 3px; }
.category-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.category-chip { display: inline-flex; gap: 8px; padding: 10px 14px; color: var(--brand-dark); background: var(--brand-soft); border: 1px solid #ccebd7; border-radius: 999px; font-weight: 650; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(23,32,51,.05); transition: transform .2s ease,box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card__media { display: grid; aspect-ratio: 1/.82; place-items: center; padding: 16px; background: linear-gradient(145deg,#fff,#f2f6f3); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.product-card__placeholder { display: grid; width: 72px; height: 72px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 22px; font-size: 2rem; font-weight: 800; }
.product-card__body { padding: 16px; }
.product-card__category { color: var(--brand); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.product-card h3 { min-height: 2.7em; margin: 7px 0 12px; overflow: hidden; font-size: 1rem; font-weight: 700; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-card__meta { display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.product-card__price { color: var(--brand-dark); font-size: 1.08rem; font-weight: 800; }
.product-card__old-price { color: #94a3b8; font-size: .82rem; text-decoration: line-through; }
.product-card__unit { color: var(--muted); font-size: .78rem; }
.site-alert { padding: 16px 18px; color: #854d0e; background: #fff8e1; border: 1px solid #f6d883; border-radius: var(--radius-sm); }
.site-footer { padding: 34px 0 16px; color: #dce8df; background: #102b1a; }
.site-footer__grid { display: grid; grid-template-columns: minmax(260px,1.45fr) repeat(3,minmax(150px,1fr)); gap: 30px; }
.site-brand--footer .site-brand__copy strong { color: #fff; }
.site-brand--footer .site-brand__copy small { color: #b8c9bd; }
.site-footer__description { max-width: 410px; margin: 18px 0 0; color: #b8c9bd; line-height: 1.7; }
.site-footer h2 { margin: 6px 0 12px; color: #fff; font-size: .92rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.site-footer__group { min-width: 0; }
.site-footer__group summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 6px 0 12px; color: #fff; cursor: default; list-style: none; font-size: .92rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.site-footer__group summary::-webkit-details-marker { display: none; }
.site-footer__group-content { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer__chevron { display: none; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.site-footer a { color: #dce8df; text-decoration: none; }
.site-footer a:hover { color: var(--accent); }
.site-footer__grid span { color: #b8c9bd; }
.site-footer__brand-column { min-width: 0; }
.site-footer__contact-line { display: flex; align-items: flex-start; gap: 9px; margin: 14px 0 0; color: #dce8df; line-height: 1.55; }
.footer-icon { display: inline-grid; flex: 0 0 23px; width: 23px; height: 23px; place-items: center; color: #fff !important; background: rgba(255,255,255,.12); border-radius: 7px; font-size: .78rem; font-weight: 800; }
.footer-icon--zalo { color: #fff !important; background: #0879e5; }
.footer-icon--facebook { color: #fff !important; background: #1877f2; font-family: Arial,sans-serif; font-size: 1rem; }
.site-footer__map { position: relative; overflow: hidden; width: 100%; max-width: 390px; height: 155px; margin-top: 14px; background: #dce8df; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.site-footer__map iframe { width: 100%; height: 100%; border: 0; }
.site-footer__map > a { position: absolute; right: 9px; bottom: 9px; padding: 7px 10px; color: #102b1a; background: rgba(255,255,255,.94); border-radius: 8px; box-shadow: 0 3px 12px rgba(0,0,0,.16); font-size: .75rem; font-weight: 750; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 14px; color: #91a596; border-top: 1px solid rgba(255,255,255,.11); font-size: .82rem; }
:focus-visible { outline: 3px solid rgba(0,155,58,.28); outline-offset: 2px; }
.home-hero { position: relative; overflow: hidden; padding: 70px 0 78px; background: linear-gradient(125deg,#f4fbf6 0%,#fff 54%,#fff8d9 100%); }
.home-hero::before { position: absolute; width: 420px; height: 420px; top: -260px; left: -150px; content: ""; background: rgba(0,155,58,.08); border-radius: 50%; }
.home-hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.home-eyebrow,.section-kicker { color: var(--brand-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(255,255,255,.78); border: 1px solid #d9ecdf; border-radius: 999px; }
.home-eyebrow span { width: 8px; height: 8px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,155,58,.1); }
.home-hero h1 { max-width: 710px; margin: 19px 0 20px; font-size: clamp(2.35rem,5vw,4.35rem); font-weight: 850; line-height: 1.04; letter-spacing: -.055em; }
.home-hero h1 em { color: var(--brand); font-style: normal; }
.home-hero__content > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; text-decoration: none; transition: transform .18s ease,background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--brand); box-shadow: 0 10px 24px rgba(0,155,58,.2); }
.button--primary:hover { color: #fff; background: var(--brand-dark); }
.button--secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button--secondary:hover { color: var(--brand-dark); background: var(--brand-soft); }
.home-hero__stats { display: flex; gap: 32px; margin: 34px 0 0; }
.home-hero__stats div { padding-right: 28px; border-right: 1px solid var(--line); }
.home-hero__stats div:last-child { padding-right: 0; border: 0; }
.home-hero__stats dt { color: var(--brand-dark); font-size: 1.35rem; font-weight: 850; }
.home-hero__stats dd { margin: 2px 0 0; color: var(--muted); font-size: .78rem; }
.home-hero__visual { position: relative; display: grid; min-height: 440px; place-items: center; }
.home-hero__glow { position: absolute; inset: 11% 4%; background: var(--accent); border-radius: 45% 55% 48% 52%; opacity: .62; transform: rotate(-8deg); }
.home-showcase { position: relative; z-index: 2; display: grid; width: min(340px,78%); min-height: 390px; align-content: start; padding: 20px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 32px; box-shadow: 0 28px 70px rgba(23,32,51,.16); transform: rotate(3deg); }
.home-showcase__label { justify-self: start; padding: 7px 10px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; font-size: .7rem; font-weight: 750; }
.home-showcase img { width: 100%; height: 230px; margin: 8px 0; object-fit: contain; }
.home-showcase strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.home-showcase > span:last-child { margin-top: 5px; color: var(--brand-dark); font-size: 1.15rem; font-weight: 850; }
.home-showcase__fallback { display: grid; height: 230px; margin: 8px 0; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 22px; font-size: 5rem; font-weight: 900; }
.home-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); font-size: .76rem; line-height: 1.25; }
.home-float-card b { display: grid; width: 35px; height: 35px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 11px; font-size: 1rem; }
.home-float-card--top { top: 20%; right: -2%; }
.home-float-card--bottom { bottom: 14%; left: 0; }
.home-benefits { position: relative; z-index: 4; margin-top: -25px; overflow: hidden; background: color-mix(in srgb,var(--website-primary,var(--brand)) 4%,#f8faf9); }
.home-benefits > .site-container { position: relative; z-index: 2; }
.home-benefits__grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 4px 0; background: transparent; }
.home-benefits__grid--four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-benefits article { display: flex; min-width: 0; align-items: center; gap: 14px; padding: 16px 22px; border-right: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 12%,var(--line)); }
.home-benefits article:nth-child(3n),.home-benefits article:last-child { border-right: 0; }
.home-benefits__grid--four article:nth-child(3n) { border-right: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 12%,var(--line)); }
.home-benefits__grid--four article:nth-child(4n) { border-right: 0; }
.home-benefits article:nth-child(n+4) { border-top: 1px solid var(--line); }
.home-benefits__grid--four article:nth-child(n+4) { border-top: 0; }
.home-benefits.home-block--slider article:nth-child(n+4) { border-top: 0; }
.feature-icon { position: relative; display: grid; flex: 0 0 50px; width: 50px; height: 50px; place-items: center; color: var(--website-primary,var(--brand-dark)); background: linear-gradient(145deg,rgba(255,255,255,.95),color-mix(in srgb,var(--website-primary,var(--brand)) 11%,#fff)); border: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 18%,#fff); border-radius: 16px; box-shadow: 0 8px 20px color-mix(in srgb,var(--website-primary,var(--brand)) 11%,transparent); text-decoration: none; transition: color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease; }
.feature-icon::after { position: absolute; right: 5px; bottom: 5px; width: 7px; height: 7px; content: ""; background: var(--website-primary,var(--brand)); border: 2px solid rgba(255,255,255,.92); border-radius: 50%; }
.feature-icon[href]:hover { color: #fff; background: linear-gradient(145deg,var(--website-primary),color-mix(in srgb,var(--website-primary) 75%,#063)); box-shadow: 0 12px 26px color-mix(in srgb,var(--website-primary) 24%,transparent); transform: translateY(-3px) scale(1.03); }
.commitment-icon { display: block; width: 35px; height: 35px; stroke-width: 1.9; }
.home-benefits article h2 { margin: 0 0 3px; font-size: .92rem; font-weight: 800; }
.home-benefits article p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.home-benefits__wave { position: absolute; z-index: 1; right: 0; bottom: -1px; left: 0; display: block; width: 100%; height: 64px; pointer-events: none; }
.home-benefits__wave path { fill: var(--website-background,#fff); }
@media (min-width: 768px) {
  .home-benefits__grid { gap: 14px; padding: 6px 2px 18px; }
  .home-benefits article,.home-benefits__grid--four article:nth-child(3n),.home-benefits__grid--four article:nth-child(4n),.home-benefits article:nth-child(n+4),.home-benefits.home-block--slider article:nth-child(n+4) { min-height: 92px; padding: 18px; border-radius: 17px; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
  .home-benefits article:hover { transform: translateY(-3px); }
  .home-benefits article > div { min-width: 0; }
  .home-benefits article h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
.home-benefits article { color: #fff; background: linear-gradient(145deg,var(--website-primary,var(--brand)),color-mix(in srgb,var(--website-primary,var(--brand)) 80%,#063)); border: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 72%,#fff); border-radius: 17px; box-shadow: 0 10px 24px color-mix(in srgb,var(--website-primary,var(--brand)) 20%,transparent); }
.home-benefits article:hover { border-color: rgba(255,255,255,.58); box-shadow: 0 15px 32px color-mix(in srgb,var(--website-primary,var(--brand)) 30%,transparent); }
.home-benefits article h2 { color: #fff; }
.home-benefits article p { color: rgba(255,255,255,.8); }
.home-benefits article .feature-icon { color: var(--website-primary,var(--brand)); background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.72); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.section-kicker { display: block; margin-bottom: 7px; }
.section-count { padding: 8px 12px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; font-size: .8rem; font-weight: 750; white-space: nowrap; }
.home-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-category-card { position: relative; display: flex; min-height: 0; aspect-ratio: 16/9; overflow: hidden; background: #eef8f1; border: 1px solid rgba(15,23,42,.1); border-radius: 18px; box-shadow: 0 7px 20px rgba(15,23,42,.055); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.home-category-card:hover { border-color: #a7d8b8; box-shadow: 0 14px 32px rgba(15,95,52,.1); transform: translateY(-3px); }
.home-category-card--content-phai { align-items: stretch; justify-content: flex-end; }
.home-category-card--content-trai { align-items: stretch; justify-content: flex-start; }
.home-category-card--content-tren { align-items: flex-start; }
.home-category-card--content-duoi { align-items: flex-end; }
.home-category-card__media { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: #eef8f1; }
.home-category-card__media img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-category-card:hover .home-category-card__media img { transform: scale(1.045); }
.home-category-card__media--fallback { isolation: isolate; color: #087f3c; background: radial-gradient(circle at 24% 24%,rgba(255,255,255,.9) 0 7%,transparent 8%),linear-gradient(145deg,#effaf2 0%,#d9f1e1 55%,#c7e8d3 100%); }
.home-category-card__media--fallback::before,.home-category-card__media--fallback::after { position: absolute; z-index: -1; width: 92px; height: 92px; content: ""; border: 1px solid rgba(0,153,68,.13); border-radius: 28px; transform: rotate(28deg); }
.home-category-card__media--fallback::before { top: -44px; right: -28px; }
.home-category-card__media--fallback::after { bottom: -55px; left: -30px; width: 112px; height: 112px; }
.home-category-card__orb { position: absolute; top: 50%; left: 50%; width: 72px; height: 72px; background: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.85); border-radius: 24px; box-shadow: 0 12px 28px rgba(0,106,48,.09); transform: translate(-50%,-50%); }
.home-category-card__initial { position: absolute; top: 50%; left: 50%; font-size: 2rem; font-weight: 900; text-transform: uppercase; transform: translate(-50%,-50%); }
.home-category-card--content-trai .home-category-card__media--fallback .home-category-card__orb,.home-category-card--content-trai .home-category-card__media--fallback .home-category-card__initial { left: 75%; }
.home-category-card--content-phai .home-category-card__media--fallback .home-category-card__orb,.home-category-card--content-phai .home-category-card__media--fallback .home-category-card__initial { left: 25%; }
.home-category-card--content-tren .home-category-card__media--fallback .home-category-card__orb,.home-category-card--content-tren .home-category-card__media--fallback .home-category-card__initial { top: 75%; }
.home-category-card--content-duoi .home-category-card__media--fallback .home-category-card__orb,.home-category-card--content-duoi .home-category-card__media--fallback .home-category-card__initial { top: 25%; }
.home-category-card__content { position: relative; z-index: 2; display: flex; width: calc(50% - 18px); min-width: 0; min-height: 0; margin: 10px; padding: 4px; align-self: stretch; justify-content: flex-start; align-items: flex-start; gap: 14px; flex-direction: column; color: #fff; background: transparent; }
.home-category-card--content-tren .home-category-card__content,.home-category-card--content-duoi .home-category-card__content { width: calc(100% - 20px); min-height: calc(50% - 10px); }
.home-category-card h3 { position: relative; z-index: 2; display: block; flex: 1 1 auto; width: 100%; max-width: 100%; min-height: 0; margin: 0; padding: 3px 1px; overflow: visible; color: #008000; font-size: clamp(.92rem,1.08vw,1.08rem); font-weight: 900; line-height: 1.16; letter-spacing: -.025em; text-transform: uppercase; background: transparent; border: 0; border-radius: 0; box-shadow: none; text-shadow: 0 2px 2px rgba(0,80,0,.3); -webkit-text-stroke: 1.5px #fff; paint-order: stroke fill; }
.home-category-card h3 > span { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; line-height: inherit; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-category-card__title--has-tooltip { cursor: help; }
.home-category-card__title--has-tooltip::after { position: absolute; z-index: 10; top: calc(100% + 8px); left: 0; width: max-content; max-width: min(230px,calc(100vw - 44px)); padding: 8px 10px; color: #172033; font-size: .76rem; font-weight: 700; line-height: 1.35; text-align: left; text-shadow: none; white-space: normal; pointer-events: none; visibility: hidden; content: attr(data-tooltip); background: rgba(255,255,255,.98); border: 1px solid rgba(0,153,68,.24); border-radius: 10px; box-shadow: 0 10px 24px rgba(15,23,42,.28); opacity: 0; transform: translateY(-3px); transition: opacity .16s ease,transform .16s ease,visibility .16s ease; -webkit-text-stroke: 0; }
.home-category-card__title--has-tooltip:hover::after,.home-category-card__title--has-tooltip:focus-visible::after { visibility: visible; opacity: 1; transform: translateY(0); }
.home-category-card p { display: -webkit-box; margin: 6px 0 9px; overflow: hidden; color: #526071; font-size: .76rem; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-category-card__content strong { display: inline-flex; flex: 0 0 auto; width: 100%; max-width: 100%; padding: 6px 9px; color: #8cf5b7; font-size: .7rem; font-weight: 850; line-height: 1.2; background: rgba(8,63,38,.7); border: 1px solid rgba(140,245,183,.28); border-radius: 9px; box-shadow: 0 6px 15px rgba(15,23,42,.12); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.home-category-card__content h3 + strong { margin-top: 0; }
.product-card__media { position: relative; }
.product-card__quick-add { position: absolute; z-index: 3; right: 12px; bottom: 12px; margin: 0; transform: translateX(calc(100% + 24px)); opacity: 0; transition: transform .28s cubic-bezier(.2,.8,.2,1),opacity .18s ease; }
.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add { transform: translate(0,0); opacity: 1; }
.product-card__quick-add button { position: relative; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; color: #fff; background: var(--brand); border: 0; border-radius: 50%; box-shadow: 0 8px 20px rgba(0,153,68,.3); cursor: pointer; transition: background .18s ease,transform .18s ease; }
.product-card__quick-add button:hover { background: var(--brand-dark); transform: scale(1.05); }
.product-card__quick-add button:disabled { cursor: wait; opacity: .68; }
.product-card__quick-add svg { width: 23px; height: 23px; }
.product-card__quick-count { position: absolute; top: -6px; right: -7px; display: grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; color: #fff; background: #dc2626; border: 2px solid #fff; border-radius: 999px; font-size: .65rem; font-weight: 800; line-height: 1; }
.nav-cart-icon { position: relative; display: inline-flex; }
.nav-cart-count { position: absolute; top: -9px; right: -12px; display: grid; min-width: 18px; height: 18px; padding: 0 5px; place-items: center; color: #fff; background: #dc2626; border: 2px solid #fff; border-radius: 999px; font-size: .61rem; font-weight: 800; line-height: 1; }
@media (hover: none) {
  .product-card__quick-add { transform: translate(0,0); opacity: 1; }
  .product-card__quick-add button { width: 39px; height: 39px; }
  .product-card__quick-add svg { width: 20px; height: 20px; }
}
.product-card__badge { position: absolute; top: 12px; left: 12px; padding: 5px 8px; color: var(--brand-dark); background: rgba(234,248,239,.94); border-radius: 999px; font-size: .62rem; font-weight: 750; }
.product-card__sku { display: block; margin: -5px 0 10px; overflow: hidden; color: #98a2b3; font-size: .7rem; white-space: nowrap; text-overflow: ellipsis; }
.home-about { padding: 72px 0; background: #fff; }
.home-about__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.home-about__visual { position: relative; display: grid; min-height: 370px; place-items: center; overflow: hidden; background: linear-gradient(145deg,var(--brand),var(--brand-dark)); border-radius: 34px; }
.home-about__visual::before,.home-about__visual::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.home-about__visual::before { width: 290px; height: 290px; }
.home-about__visual::after { width: 390px; height: 390px; }
.home-about__visual > span { position: relative; z-index: 2; display: grid; width: 150px; height: 150px; place-items: center; color: var(--brand-dark); background: var(--accent); border: 10px solid #fff; border-radius: 42px; box-shadow: 0 18px 48px rgba(0,0,0,.2); font-size: 5rem; font-weight: 900; transform: rotate(-5deg); }
.home-about h2 { max-width: 600px; margin: 10px 0 18px; font-size: clamp(2rem,4vw,3.15rem); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.home-about__content > p { color: var(--muted); line-height: 1.75; }
.home-about ul { display: grid; gap: 11px; margin: 23px 0 28px; padding: 0; list-style: none; }
.home-about li { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.home-about li span { display: grid; width: 25px; height: 25px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 50%; font-size: .75rem; }
.catalog-hero { padding: 30px 0 28px; color: #fff; background: linear-gradient(115deg,var(--brand-dark),var(--brand)); }
.catalog-hero .section-kicker { color: #c9f1d6; }
.catalog-hero h1 { margin: 5px 0 6px; font-size: clamp(1.85rem,3.4vw,2.75rem); font-weight: 850; letter-spacing: -.04em; }
.catalog-hero p { margin: 0; color: #daf2e2; font-size: .95rem; }
.catalog-page { padding: 26px 0 56px; }
.catalog-layout { display: grid; grid-template-columns: 248px minmax(0,1fr); align-items: start; gap: 22px; }
.catalog-filter { position: sticky; z-index: 24; top: 112px; overflow: visible; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 7px 24px rgba(23,32,51,.05); }
.catalog-filter__heading { display: flex; align-items: center; justify-content: space-between; padding: 14px 15px; border-bottom: 1px solid var(--line); }
.catalog-filter__heading > div { display: flex; align-items: center; gap: 9px; }
.catalog-filter__heading h2 { margin: 0; font-size: 1rem; font-weight: 800; }
.catalog-filter__heading a { color: var(--brand); font-size: .76rem; font-weight: 700; text-decoration: none; }
.filter-symbol { display: grid; width: 28px; height: 28px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 8px; font-weight: 900; }
.catalog-filter__form { display: grid; gap: 7px; padding: 14px 15px 15px; }
.catalog-filter__form > label,.catalog-filter__label,.catalog-filter legend { margin: 6px 0 0; color: #475467; font-size: .73rem; font-weight: 750; }
.catalog-filter input,.catalog-filter select,.sort-form select { width: 100%; min-height: 40px; padding: 8px 10px; color: var(--ink); background: #fff; border: 1px solid #d5ddd8; border-radius: 10px; outline: 0; font-size: .86rem; }
.catalog-filter input:focus,.catalog-filter select:focus,.sort-form select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,155,58,.1); }
.search-control { position: relative; }
.search-control span { position: absolute; top: 50%; left: 12px; color: var(--muted); transform: translateY(-50%); }
.search-control input { padding-left: 35px; }
.catalog-filter fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.price-range { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: 7px; }
.price-range label { display: block; margin-bottom: 5px; color: var(--muted); font-size: .68rem; }
.price-range input { min-width: 0; }
.catalog-filter__submit { width: 100%; min-height: 42px; margin-top: 8px; }
.catalog-results { min-width: 0; }
.catalog-toolbar { display: flex; position: relative; z-index: 23; min-height: 44px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.catalog-toolbar > div { display: flex; flex-wrap: wrap; gap: 6px; }
.catalog-toolbar > div span { color: var(--muted); }
.sort-form { display: flex; align-items: center; gap: 9px; }
.sort-form label { color: var(--muted); font-size: .78rem; white-space: nowrap; }
.sort-form select { width: auto; min-width: 170px; }
.catalog-category-dropdown,.catalog-sort-dropdown { position: relative; min-width: 0; }
.catalog-category-dropdown summary,.catalog-sort-dropdown summary { display: flex; min-height: 40px; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px 8px 12px; color: var(--ink); background: #fff; border: 1px solid #d5ddd8; border-radius: 11px; cursor: pointer; list-style: none; font-size: .84rem; }
.catalog-category-dropdown summary::-webkit-details-marker,.catalog-sort-dropdown summary::-webkit-details-marker { display: none; }
.catalog-category-dropdown summary svg,.catalog-sort-dropdown summary svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform .16s ease; }
.catalog-category-dropdown[open] summary,.catalog-sort-dropdown[open] summary { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,155,58,.1); }
.catalog-category-dropdown[open] summary svg,.catalog-sort-dropdown[open] summary svg { transform: rotate(180deg); }
.catalog-category-dropdown__menu,.catalog-sort-dropdown__menu { position: absolute; z-index: 120; top: calc(100% + 6px); right: 0; left: 0; max-height: 310px; overflow-y: auto; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 14px 34px rgba(15,23,42,.15); }
.catalog-category-dropdown__menu a,.catalog-sort-dropdown__menu a { display: block; padding: 9px 10px; color: var(--ink); border-radius: 8px; font-size: .82rem; line-height: 1.35; text-decoration: none; }
.catalog-category-dropdown__menu a:hover,.catalog-category-dropdown__menu a.active,.catalog-sort-dropdown__menu a:hover,.catalog-sort-dropdown__menu a.active { color: var(--website-primary,var(--brand)); background: var(--brand-soft); font-weight: 750; }
.catalog-sort-dropdown { min-width: 170px; }
.product-grid--catalog { grid-template-columns: repeat(3,minmax(0,1fr)); }
.catalog-empty { display: grid; min-height: 390px; place-items: center; align-content: center; padding: 30px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.catalog-empty > span { display: grid; width: 64px; height: 64px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 20px; font-size: 2rem; }
.catalog-empty h2 { margin: 17px 0 5px; font-size: 1.25rem; }
.catalog-empty p { margin: 0 0 20px; color: var(--muted); }
.catalog-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin-top: 32px; }
.catalog-page .site-container { width: min(var(--content-width),calc(100% - 32px)); }
.catalog-mobile-toolbar,.catalog-filter-toggle,.catalog-filter-backdrop { display: none; }
.catalog-filter__actions { display: flex; align-items: center; gap: 10px; }
.catalog-filter__actions > button { display: none; width: 36px; height: 36px; padding: 0; color: var(--ink); background: #f5f7f6; border: 1px solid var(--line); border-radius: 10px; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.product-grid--catalog { grid-template-columns: repeat(4,minmax(0,1fr)); }
.product-grid--catalog .product-card { display: flex; min-width: 0; flex-direction: column; }
.product-grid--catalog .product-card__body { display: flex; flex: 1; flex-direction: column; }
.product-grid--catalog .product-card__meta { justify-content: flex-start; margin-top: auto; }
.product-card__badge--danger { color: #b42318; background: #fff0ee; }
.product-card__badge--muted { color: #475467; background: rgba(242,244,247,.96); }
.catalog-skeleton { display: none; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.catalog-results.is-loading [data-catalog-products],.catalog-results.is-loading .catalog-pagination { display: none; }
.catalog-results.is-loading .catalog-skeleton { display: grid; }
.product-skeleton { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.product-skeleton span,.product-skeleton i,.product-skeleton b,.product-skeleton em { display: block; background: linear-gradient(90deg,#edf1ef 25%,#f8faf9 45%,#edf1ef 65%); background-size: 220% 100%; animation: catalog-skeleton 1.25s ease-in-out infinite; }
.product-skeleton span { aspect-ratio: 1/.82; }
.product-skeleton i { width: 35%; height: 10px; margin: 15px 14px 9px; border-radius: 999px; }
.product-skeleton b { width: calc(100% - 28px); height: 34px; margin: 0 14px 11px; border-radius: 8px; }
.product-skeleton em { width: 48%; height: 18px; margin: 0 14px 16px; border-radius: 999px; }
@keyframes catalog-skeleton { to { background-position: -220% 0; } }
@media (min-width: 1480px) {
  .product-grid--catalog,.catalog-skeleton { grid-template-columns: repeat(5,minmax(0,1fr)); }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .product-grid--catalog,.catalog-skeleton { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
  .catalog-page .site-container { width: min(100% - 24px,var(--content-width)); }
  .catalog-mobile-toolbar { display: grid; position: sticky; z-index: 12; top: 76px; grid-column: 1/-1; grid-template-columns: minmax(0,1fr) 44px; align-items: center; gap: 8px; width: 100%; margin-bottom: 2px; padding: 5px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(15,23,42,.06); backdrop-filter: blur(8px); }
  .catalog-mobile-search { min-width: 0; }
  .catalog-mobile-search input { width: 100%; min-width: 0; min-height: 44px; padding: 10px 12px 10px 36px; background: #fff; border: 0; border-radius: 10px; outline: 0; }
  .catalog-mobile-search input:focus { box-shadow: 0 0 0 3px rgba(0,153,68,.14); }
  .catalog-mobile-filter-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--brand); background: var(--brand-soft); border: 1px solid rgba(0,153,68,.2); border-radius: 11px; cursor: pointer; }
  .catalog-mobile-filter-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .catalog-filter__search-label,.catalog-filter__search-control { display: none; }
  .catalog-filter-backdrop { position: fixed; z-index: 1090; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(15,23,42,.5); border: 0; }
  body.catalog-filter-open { overflow: hidden; }
  body.catalog-filter-open .catalog-filter-backdrop { display: block; }
  .catalog-filter { position: fixed; z-index: 1100; top: 0; right: 0; bottom: 0; width: min(88vw,360px); overflow-y: auto; border: 0; border-radius: 22px 0 0 22px; box-shadow: -18px 0 50px rgba(15,23,42,.2); transform: translateX(105%); transition: transform .24s ease; }
  body.catalog-filter-open .catalog-filter { transform: translateX(0); }
  .catalog-filter__heading { position: sticky; z-index: 2; top: 0; background: #fff; }
  .catalog-filter__actions > button { display: grid; place-items: center; }
  .product-grid--catalog,.catalog-skeleton { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-grid--catalog .product-card__media { padding: 8px; }
  .product-grid--catalog .product-card__body { padding: 10px; }
  .product-grid--catalog .product-card__category { overflow: hidden; font-size: .64rem; white-space: nowrap; text-overflow: ellipsis; }
  .product-grid--catalog .product-card h3 { min-height: 2.7em; margin: 5px 0 8px; font-size: .88rem; -webkit-line-clamp: 2; }
  .product-grid--catalog .product-card__sku { margin: -2px 0 8px; font-size: .61rem; }
  .product-grid--catalog .product-card__badge { top: 7px; left: 7px; max-width: calc(100% - 14px); padding: 4px 6px; overflow: hidden; font-size: .56rem; white-space: nowrap; text-overflow: ellipsis; }
  .product-grid--catalog .product-card__price { font-size: .94rem; }
  .product-grid--catalog .product-card__unit { font-size: .66rem; }
  .catalog-toolbar { gap: 10px; margin-bottom: 14px; }
  .catalog-toolbar > div { font-size: .86rem; }
}
@media (prefers-reduced-motion: reduce) {
  .product-skeleton span,.product-skeleton i,.product-skeleton b,.product-skeleton em { animation: none; }
  .catalog-filter { transition: none; }
}
.page-button { display: grid; min-width: 40px; height: 40px; padding: 0 8px; place-items: center; color: #344054; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 2px 7px rgba(15,23,42,.035); font-size: .84rem; font-weight: 750; line-height: 1; text-decoration: none; transition: color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease; }
.page-button:hover { color: var(--brand-dark); background: var(--brand-soft); border-color: #9ed4b1; box-shadow: 0 5px 13px rgba(15,23,42,.08); transform: translateY(-1px); }
.page-button.active { color: #fff; background: var(--brand); border-color: var(--brand); box-shadow: 0 7px 16px color-mix(in srgb,var(--brand) 24%,transparent); }
.page-button.active:hover { color: #fff; background: var(--brand-dark); transform: none; }
.page-button.disabled { cursor: not-allowed; pointer-events: none; color: #a8b0ac; background: #f0f2f1; border-color: #e2e7e4; box-shadow: none; }
.page-button--direction { padding: 0; }
.page-button--direction svg { width: 19px; height: 19px; }
.page-ellipsis { display: grid; min-width: 24px; height: 40px; place-items: center; color: var(--muted); font-weight: 750; }
@media (max-width: 479.98px) {
  .catalog-pagination { gap: 5px; margin-top: 24px; }
  .page-button { min-width: 36px; height: 36px; padding: 0 6px; border-radius: 10px; font-size: .78rem; }
  .page-button--direction svg { width: 18px; height: 18px; }
  .page-ellipsis { min-width: 14px; height: 36px; }
}
.product-card__media-link { display: grid; width: 100%; height: 100%; place-items: center; text-decoration: none; }
.product-card h3 a { color: inherit; text-decoration: none; }
.product-card h3 a:hover { color: var(--brand-dark); }
.breadcrumb-bar { padding: 14px 0; background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb-bar .site-container { display: flex; min-width: 0; align-items: center; gap: 9px; color: var(--muted); font-size: .78rem; }
.breadcrumb-bar a { color: var(--brand-dark); text-decoration: none; }
.breadcrumb-bar strong { overflow: hidden; color: #475467; white-space: nowrap; text-overflow: ellipsis; }
.product-detail { padding: 48px 0 58px; background: #fff; }
.product-detail__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); align-items: start; gap: 58px; }
.product-gallery { display: grid; gap: 13px; min-width: 0; }
.product-gallery__main { position: relative; display: grid; width: 100%; aspect-ratio: 1/.82; place-items: center; padding: 28px; overflow: hidden; background: linear-gradient(145deg,#fff,#f3f7f4); border: 1px solid var(--line); border-radius: 26px; cursor: zoom-in; }
.product-gallery__main:disabled { cursor: default; }
.product-gallery__main > img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery__zoom-hint { position: absolute; right: 14px; bottom: 14px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--brand-dark); background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 8px 22px rgba(15,23,42,.12); }
.product-gallery__zoom-hint svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.product-gallery__placeholder { display: grid; width: 150px; height: 150px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 40px; font-size: 5rem; font-weight: 900; }
.product-gallery__thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 2px; }
.product-thumb { flex: 0 0 76px; width: 76px; height: 76px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.product-thumb.active { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(0,155,58,.12); }
.product-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-summary { padding-top: 8px; }
.product-summary__category { display: inline-flex; padding: 7px 10px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; font-size: .72rem; font-weight: 750; }
.product-summary h1 { margin: 17px 0 13px; font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 850; line-height: 1.12; letter-spacing: -.035em; }
.product-summary__codes { display: flex; flex-wrap: wrap; gap: 8px 24px; color: var(--muted); font-size: .82rem; }
.product-summary__codes strong { color: #475467; }
.product-summary__price { margin: 25px 0 8px; color: var(--brand-dark); font-size: clamp(2rem,4vw,3rem); font-weight: 900; letter-spacing: -.035em; }
.product-summary__price small { font-size: .55em; }
.product-purchase-info { margin: 24px 0; overflow: hidden; background: #f8fbf9; border: 1px solid var(--line); border-radius: 18px; }
.product-purchase-info__price { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 17px 19px; background: var(--brand-soft); border-bottom: 1px solid color-mix(in srgb,var(--brand) 14%,var(--line)); }
.product-purchase-info__price small { color: var(--muted); font-weight: 700; }
.product-purchase-info__price strong { color: var(--brand-dark); font-size: clamp(1.45rem,3vw,2rem); line-height: 1; }
.product-purchase-info dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 6px 18px; }
.product-purchase-info dl div { display: grid; gap: 3px; padding: 12px 0; border-bottom: 1px solid #e7ece9; }
.product-purchase-info dl div:nth-last-child(-n+2) { border-bottom: 0; }
.product-purchase-info dt { color: var(--muted); font-size: .72rem; font-weight: 600; }
.product-purchase-info dd { margin: 0; overflow: hidden; font-size: .86rem; font-weight: 750; white-space: nowrap; text-overflow: ellipsis; }
.product-purchase-info dd.is-available { color: #087b36; }
.product-purchase-info dd.is-unavailable { color: #b42318; }
.product-summary__tax { display: flex; align-items: center; gap: 8px; color: #37734a; font-size: .82rem; font-weight: 650; }
.product-summary__tax span { display: grid; width: 22px; height: 22px; place-items: center; background: var(--brand-soft); border-radius: 50%; font-size: .68rem; }
.product-summary__description { margin: 25px 0; color: var(--muted); line-height: 1.75; }
.product-summary__note { display: flex; gap: 12px; margin-bottom: 25px; padding: 15px; background: #fff9df; border: 1px solid #f3df8d; border-radius: 14px; }
.product-summary__note > span { display: grid; flex: 0 0 28px; height: 28px; place-items: center; color: #795d00; background: var(--accent); border-radius: 50%; font-weight: 850; }
.product-summary__note strong { font-size: .83rem; }
.product-summary__note p { margin: 3px 0 0; color: #735f24; font-size: .75rem; line-height: 1.5; }
.quantity-stepper { display: grid; grid-template-columns: 42px 56px 42px; width: max-content; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.quantity-stepper button,.quantity-stepper input { min-width: 0; min-height: 46px; margin: 0; padding: 0; color: var(--ink); background: #fff; border: 0; text-align: center; }
.quantity-stepper button { color: var(--brand-dark); font-size: 1.15rem; font-weight: 750; cursor: pointer; }
.quantity-stepper button:hover:not(:disabled) { background: var(--brand-soft); }
.quantity-stepper button:disabled { color: #adb5bd; cursor: not-allowed; }
.quantity-stepper input { width: auto; border-right: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 0; font-weight: 750; appearance: textfield; }
.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.product-zoom[hidden] { display: none; }
.product-zoom { position: fixed; z-index: 1100; inset: 0; display: grid; padding: clamp(18px,4vw,48px); place-items: center; }
.product-zoom__backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.78); border: 0; }
.product-zoom__dialog { position: relative; display: grid; width: min(100%,1100px); height: min(88vh,850px); place-items: center; padding: 28px; background: #fff; border-radius: 24px; box-shadow: 0 26px 80px rgba(0,0,0,.3); }
.product-zoom__dialog img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-zoom__close { position: absolute; z-index: 1; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 50%; font-size: 1.75rem; line-height: 1; cursor: pointer; }
body.product-zoom-open { overflow: hidden; }
.product-html-content { max-width: 100%; overflow: hidden; overflow-wrap: anywhere; }
.product-html-content img,.product-information article img { max-width: 100%; height: auto; }
.product-html-content table,.product-information article table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.product-html-content iframe,.product-html-content video,.product-information article iframe,.product-information article video { display: block; width: 100%; max-width: 100%; aspect-ratio: 16/9; height: auto; border: 0; }
.product-related-slider .home-block__items { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(240px,calc((100% - 54px)/4)); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 3px 1px 12px; }
.product-related-slider .home-block__items::-webkit-scrollbar { display: none; }
.product-related-slider .home-block__items > * { min-width: 0; scroll-snap-align: start; }
.product-information { padding: 56px 0; background: var(--page); }
.product-information__grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: start; gap: 24px; }
.product-information__grid--single { grid-template-columns: 1fr; }
.product-information article,.product-information aside { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.product-information h2 { margin: 7px 0 20px; font-size: 1.35rem; font-weight: 850; }
.product-information__description { margin-bottom: 10px; padding: 18px 20px; color: var(--text); background: var(--page); border: 1px solid var(--line); border-radius: 14px; }
.product-information__description h3 { margin: 0 0 8px; font-size: 1rem; font-weight: 800; }
.product-information__description p { margin: 0; color: var(--muted); line-height: 1.7; white-space: pre-line; }
.product-specs { margin: 0; }
.product-specs div { display: grid; grid-template-columns: minmax(120px,.45fr) 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid #edf0ee; }
.product-specs div:last-child { border: 0; }
.product-specs dt { color: var(--muted); font-weight: 600; }
.product-specs dd { margin: 0; font-weight: 700; }
.product-information aside > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 15px; font-size: 1.25rem; font-weight: 900; }
.product-information aside p { margin: 0; color: var(--muted); line-height: 1.7; }
.detail-state { display: grid; min-height: 62vh; place-items: center; padding: 60px 0; text-align: center; background: #fff; }
.detail-state .site-container > span { display: grid; width: 88px; height: 88px; margin: 0 auto 20px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 26px; font-size: 1.8rem; font-weight: 900; }
.detail-state h1 { margin: 0 0 9px; font-weight: 850; }
.detail-state p { margin: 0 auto 24px; color: var(--muted); }
.error-reference { display: block; margin-top: 20px; color: var(--muted); }
.image-fallback { padding: 0 !important; object-fit: cover !important; }
@media (max-width: 991.98px) { .site-navbar .navbar-collapse { width: 100%; padding: 10px 0 4px; } .site-navbar .nav-link { margin: 2px 0; } .store-picker { margin: 8px 0 0; justify-content: space-between; } .store-picker select { flex: 1; max-width: none; } .home-hero__grid { grid-template-columns: 1fr; gap: 34px; } .home-hero__content { text-align: center; } .home-hero__content > p { margin-inline: auto; } .home-hero__actions,.home-hero__stats { justify-content: center; } .home-hero__visual { min-height: 390px; } .home-category-grid,.product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } .home-about__grid { gap: 40px; } .catalog-layout { grid-template-columns: 230px minmax(0,1fr); gap: 18px; } .product-grid--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); } .product-detail__grid { gap: 32px; } .product-information__grid { grid-template-columns: 1fr; } .site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 768px) and (max-width: 991.98px) { .home-benefits__grid--four { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767.98px) { .site-container { width: min(100% - 24px,1180px); } .site-navbar { min-height: 68px; } .site-brand__mark { width: 41px; height: 41px; border-radius: 12px; font-size: 1.35rem; } .site-brand__copy strong { font-size: 1.1rem; } .home-hero { padding: 48px 0 58px; } .home-hero h1 { font-size: clamp(2.2rem,12vw,3.2rem); } .home-hero__stats { gap: 14px; } .home-hero__stats div { padding-right: 14px; } .home-hero__visual { min-height: 340px; } .home-showcase { min-height: 320px; } .home-showcase img,.home-showcase__fallback { height: 175px; } .home-float-card--top { right: 0; } .home-benefits { margin-top: -16px; } .home-benefits__grid,.home-benefits__grid--four { grid-template-columns: 1fr; } .home-benefits article,.home-benefits__grid--four article:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--line); } .page-section { padding: 40px 0; } .section-heading { align-items: start; flex-direction: column; } .home-category-grid { grid-template-columns: 1fr; } .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } .product-card__body { padding: 13px; } .home-about { padding: 48px 0; } .home-about__grid { grid-template-columns: 1fr; gap: 34px; } .home-about__visual { min-height: 280px; } .catalog-hero { padding: 36px 0 32px; } .catalog-page { padding: 20px 0 48px; } .catalog-layout { grid-template-columns: minmax(0,1fr); min-width: 0; } .catalog-toolbar { align-items: stretch; flex-direction: column; } .sort-form { justify-content: space-between; } .sort-form select { flex: 1; min-width: 0; } .product-detail { padding: 28px 0 40px; } .product-detail__grid { grid-template-columns: 1fr; gap: 28px; } .product-gallery__main { padding: 18px; border-radius: 20px; } .product-summary h1 { font-size: 1.8rem; } .product-information { padding: 40px 0; } .product-information article,.product-information aside { padding: 20px; } .product-specs div { grid-template-columns: 110px 1fr; } .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; } .site-footer__grid > div:first-child { grid-column: 1/-1; } .site-footer__bottom { flex-direction: column; gap: 7px; } }
@media (max-width: 767.98px) {
  .product-purchase-info dl { grid-template-columns: 1fr 1fr; padding-inline: 14px; }
  .product-purchase-info__price { padding: 14px; }
  .product-mobile-purchase { position: sticky; z-index: 20; bottom: max(8px,env(safe-area-inset-bottom)); grid-template-columns: auto 1fr; gap: 8px; margin: 18px -4px 12px; padding: 9px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 14px 36px rgba(15,23,42,.18); backdrop-filter: blur(12px); }
  .product-mobile-purchase > label { display: none; }
  .product-mobile-purchase .quantity-stepper { grid-template-columns: 38px 48px 38px; }
  .product-mobile-purchase .quantity-stepper button,.product-mobile-purchase .quantity-stepper input { min-height: 44px; }
  .product-mobile-purchase .button { width: 100%; min-width: 0; padding-inline: 12px; }
  .product-zoom { padding: 12px; }
  .product-zoom__dialog { height: min(82vh,680px); padding: 16px; border-radius: 18px; }
  .product-related-slider .home-block__items { grid-auto-columns: minmax(220px,82%); gap: 12px; }
}
@media (max-width: 767.98px) {
  .site-storebar > .site-container { min-height: 0; align-items: stretch; flex-direction: column; gap: 7px; padding-block: 7px; }
  .site-storebar__inner--picker-only { align-items: flex-end; }
  .site-storebar__tagline { text-align: center; }
  .store-picker--top { width: min(100%,430px); justify-content: space-between; }
  .store-picker--top select { min-width: 0; width: min(70vw,320px); max-width: none; }
}
@media (max-width: 380px) { .site-brand__copy small { display: none; } .product-grid { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .cart-layout { grid-template-columns: 1fr; } .cart-summary { position: static; } .cart-item { grid-template-columns: 70px minmax(0,1fr) auto; } .cart-item__actions { grid-column: 3; } }
@media (max-width: 900px) { .cart-page:has(.cart-order-bar) { padding-bottom: calc(132px + env(safe-area-inset-bottom)); } .cart-order-bar { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; top: auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(185px,240px); gap: 8px 16px; align-items: center; width: 100%; padding: 12px max(18px,calc((100vw - var(--content-width))/2)) calc(12px + env(safe-area-inset-bottom)); overflow: visible; background: rgba(255,255,255,.96); border: 1px solid color-mix(in srgb,var(--brand) 14%,var(--line)); border-width: 1px 0 0; border-radius: 20px 20px 0 0; box-shadow: 0 -14px 34px rgba(23,32,51,.15); backdrop-filter: blur(16px); } .cart-order-bar .cart-summary__heading,.cart-order-bar .cart-summary__row,.cart-order-bar .cart-summary__note { display: none; } .cart-order-bar .cart-summary__total { display: grid; grid-column: 1; grid-row: 1; gap: 1px; margin: 0; padding: 0 !important; border: 0; } .cart-order-bar .cart-summary__total span { color: var(--muted); font-size: .74rem; font-weight: 650; } .cart-order-bar .cart-summary__total strong { overflow: hidden; color: var(--brand-dark); font-size: 1.25rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; } .cart-order-bar .cart-order-bar__button { grid-column: 2; grid-row: 1; min-height: 48px; margin: 0; border-radius: 14px; box-shadow: 0 8px 18px color-mix(in srgb,var(--brand) 20%,transparent); } }
@media (max-width: 900px) { .checkout-layout { grid-template-columns: 1fr; padding-bottom: calc(128px + env(safe-area-inset-bottom)); } .checkout-summary { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; top: auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(165px,230px); gap: 8px 14px; width: 100%; max-height: none; padding: 12px max(16px,calc((100vw - var(--content-width))/2)) calc(12px + env(safe-area-inset-bottom)); overflow: visible; background: rgba(255,255,255,.96); border: 1px solid color-mix(in srgb,var(--brand) 14%,var(--line)); border-width: 1px 0 0; border-radius: 18px 18px 0 0; box-shadow: 0 -12px 30px rgba(23,32,51,.14); backdrop-filter: blur(16px); } .checkout-summary h2,.checkout-summary__store,.checkout-summary > div:not(.cart-summary__total),.checkout-summary .checkout-back,.checkout-summary .cart-summary__note { display: none !important; } .checkout-summary .cart-summary__total { display: grid; grid-column: 1; grid-row: 1; gap: 1px; margin: 0; padding: 0 !important; border: 0; } .checkout-summary .cart-summary__total span { color: var(--muted); font-size: .72rem; font-weight: 650; } .checkout-summary .cart-summary__total strong { overflow: hidden; color: var(--brand-dark); font-size: 1.12rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; } .checkout-summary .button { grid-column: 2; grid-row: 1; min-height: 48px; margin: 0; align-self: center; border-radius: 14px; box-shadow: 0 8px 18px color-mix(in srgb,var(--brand) 20%,transparent); } .checkout-processing { grid-column: 1/-1; grid-row: 2; margin: 0; } }
@media (max-width: 900px) { .order-detail__grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .add-to-cart { grid-template-columns: auto 80px; } .add-to-cart .button { grid-column: 1/-1; width: 100%; } .cart-item { grid-template-columns: 62px minmax(0,1fr) auto; gap: 10px; padding: 13px; } .cart-item__media { width: 58px; height: 58px; } .cart-item__info { grid-column: 2/-1; } .cart-quantity { grid-column: 2; justify-self: start; margin-top: 3px; } .cart-item__actions { grid-column: 3; align-self: center; gap: 7px; } .cart-item__total { text-align: right; } .cart-item__total small { display: none; } .cart-remove button { width: 34px; height: 34px; border-radius: 10px; } }
@media (max-width: 600px) { .cart-page:has(.cart-order-bar) { padding-bottom: calc(120px + env(safe-area-inset-bottom)); } .cart-order-bar { grid-template-columns: minmax(105px,.8fr) minmax(170px,1.2fr); gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-radius: 17px 17px 0 0; } .cart-order-bar .cart-summary__total strong { font-size: 1.08rem; } .cart-order-bar .cart-order-bar__button { min-height: 46px; padding: 10px 13px; font-size: .86rem; } }
@media (max-width: 390px) { .cart-item { grid-template-columns: 54px minmax(0,1fr); } .cart-item__media { width: 52px; height: 52px; } .cart-item__info { grid-column: 2; } .cart-item__info small { max-width: 190px; } .cart-quantity { grid-column: 2; } .cart-item__actions { grid-column: 1/-1; justify-content: space-between; padding-left: 64px; } .cart-order-bar { grid-template-columns: minmax(92px,.72fr) minmax(162px,1.28fr); } .cart-order-bar .cart-order-bar__button { font-size: .8rem; } }
@media (prefers-reduced-motion: reduce) { .cart-item,.cart-remove button,.cart-order-bar__button svg { transition: none; } .cart-item__loader { animation-duration: 1.4s; } }
@media (max-width: 600px) { .form-grid,.choice-grid { grid-template-columns: 1fr; } .field--full { grid-column: auto; } .checkout-card { padding: 17px; border-radius: 16px; } .checkout-progress { margin-bottom: 18px; } .checkout-progress a strong { max-width: 68px; font-size: .68rem; line-height: 1.25; text-align: center; } .checkout-progress a span { width: 30px; height: 30px; } .checkout-progress a::before { top: 14px; } .checkout-summary { grid-template-columns: minmax(0,.82fr) minmax(160px,1.18fr); padding-right: 12px; padding-left: 12px; } .checkout-summary .cart-summary__total strong { font-size: 1rem; } .checkout-summary .button { padding-right: 10px; padding-left: 10px; font-size: .84rem; } .order-success__card { padding: 25px 18px; } .order-success__actions { flex-direction: column; } }
@media (max-width: 390px) { .checkout-layout { padding-bottom: calc(126px + env(safe-area-inset-bottom)); } .checkout-summary { grid-template-columns: minmax(92px,.72fr) minmax(158px,1.28fr); gap: 8px; } .checkout-summary .cart-summary__total span { font-size: .68rem; } .checkout-summary .cart-summary__total strong { font-size: .94rem; } .checkout-summary .button { min-height: 44px; font-size: .78rem; } }
@media (max-width: 700px) {
 .lookup-page { padding: 24px 0 48px; }
 .lookup-form,.order-actions { grid-template-columns: 1fr; }
 .lookup-form { padding: 16px; border-radius: 15px; }
 .lookup-submit { width: 100%; }
 .order-detail__header { align-items: flex-start; flex-direction: column; padding: 18px; }
 .order-status { align-self: flex-start; }
 .lookup-item { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 8px; }
 .lookup-item > strong { white-space: nowrap; }
 .recipient-card dl > div { grid-template-columns: 76px 1fr; }
}
@media (max-width: 800px) { .customer-orders article { grid-template-columns: 1fr auto; } .customer-orders article > span,.customer-orders article > strong { grid-column: auto; } .account-heading { align-items: flex-start; flex-direction: column; } }
@media (max-width: 900px) { .address-layout { grid-template-columns: 1fr; } .address-form { position: static; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
/* Màu thương hiệu được lấy từ phiên bản giao diện website đã xuất bản. */
:root {
  --website-primary: #009b3a;
  --website-secondary: #16c79a;
  --website-accent: #ffde59;
  --website-background: #f6f8f7;
  --website-text: #172033;
}

.site-brand__logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 5px;
}
.site-brand__mark, .button--primary { background: var(--website-primary) !important; }
.site-storebar { background: var(--website-primary) !important; }
.site-header, .site-footer { border-color: color-mix(in srgb, var(--website-primary) 18%, transparent); }
body { background-color: var(--website-background); color: var(--website-text); }
.content-hero { padding: 52px 0 46px; color: #fff; background: linear-gradient(120deg,var(--website-primary),var(--website-secondary)); }
.content-hero h1 { max-width: 850px; margin: 8px 0 10px; font-size: clamp(2rem,5vw,3.6rem); font-weight: 850; letter-spacing: -.04em; }
.content-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.86); font-size: 1.05rem; line-height: 1.65; }
.content-page { padding: 48px 0 72px; }
.rich-content { max-width: 920px; margin: 0 auto; padding: clamp(24px,5vw,56px); overflow-wrap: anywhere; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 36px rgba(23,32,51,.06); color: var(--ink); font-size: 1rem; line-height: 1.8; }
.rich-content img { max-width: 100%; height: auto; border-radius: 15px; }
.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4 { margin: 1.7em 0 .65em; font-weight: 820; line-height: 1.25; }
.rich-content h1:first-child,.rich-content h2:first-child,.rich-content h3:first-child { margin-top: 0; }
.rich-content p,.rich-content ul,.rich-content ol,.rich-content blockquote { margin: 0 0 1.2em; }
.rich-content ul,.rich-content ol { padding-left: 1.5em; }
.rich-content li + li { margin-top: .35em; }
.rich-content blockquote { padding: 14px 18px; color: var(--muted); background: var(--brand-soft); border-left: 4px solid var(--website-primary); border-radius: 0 12px 12px 0; }
.rich-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.rich-content th,.rich-content td { min-width: 120px; padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.rich-content iframe,.rich-content video { max-width: 100%; }
.rich-content a { color: var(--website-primary); }
.article-page { padding: 40px 0 72px; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); align-items: start; gap: 28px; }
.article-filter { position: sticky; z-index: 24; top: 100px; overflow: visible; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 7px 24px rgba(23,32,51,.05); }
.article-filter__heading { display: flex; align-items: center; justify-content: space-between; padding: 14px 15px; border-bottom: 1px solid var(--line); }
.article-filter__heading > div,.article-filter__actions,.article-filter__reset { display: flex; align-items: center; }
.article-filter__heading > div { gap: 9px; }
.article-filter__heading h2 { margin: 0; font-size: 1rem; font-weight: 800; }
.article-filter__actions { gap: 8px; }
.article-filter__actions > button { display: none; width: 36px; height: 36px; padding: 0; place-items: center; color: var(--ink); background: #f5f7f6; border: 1px solid var(--line); border-radius: 10px; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.article-filter form { display: grid; gap: 10px; padding: 14px 15px 16px; }
.article-filter label,.article-filter__label { margin-top: 5px; color: var(--muted); font-size: .76rem; font-weight: 750; }
.article-filter input,.article-filter select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #d5ddd8; border-radius: 11px; }
.article-filter .search-control input { padding-left: 35px; }
.article-filter__reset { gap: 5px; color: var(--brand-dark); font-size: .76rem; font-weight: 750; text-decoration: none; }
.article-filter__reset svg { width: 16px; height: 16px; }
.article-filter__hint { margin: 1px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.article-category-dropdown { position: relative; min-width: 0; }
.article-category-dropdown summary { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px 9px 12px; color: var(--ink); background: #fff; border: 1px solid #d5ddd8; border-radius: 11px; cursor: pointer; list-style: none; }
.article-category-dropdown summary::-webkit-details-marker { display: none; }
.article-category-dropdown summary svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform .16s ease; }
.article-category-dropdown[open] summary { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,155,58,.1); }
.article-category-dropdown[open] summary svg { transform: rotate(180deg); }
.article-category-dropdown__menu { position: absolute; z-index: 120; top: calc(100% + 6px); right: 0; left: 0; max-height: 310px; overflow-y: auto; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 14px 34px rgba(15,23,42,.15); }
.article-category-dropdown__menu a { display: flex; align-items: center; gap: 5px; padding: 9px 10px 9px calc(10px + var(--category-depth,0) * 15px); color: var(--ink); border-radius: 8px; font-size: .82rem; line-height: 1.35; text-decoration: none; }
.article-category-dropdown__menu a span { color: var(--muted); }
.article-category-dropdown__menu a:hover,.article-category-dropdown__menu a.active { color: var(--website-primary,var(--brand)); background: var(--brand-soft); font-weight: 750; }
.article-filter-toggle,.article-filter-backdrop { display: none; }
.article-results { min-width: 0; }
.article-toolbar { display: flex; position: relative; z-index: 23; min-height: 48px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding: 7px 9px 7px 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.article-toolbar__summary,.article-toolbar__actions,.article-sort-form { display: flex; align-items: center; }
.article-toolbar__summary { flex-wrap: wrap; gap: 7px; }
.article-toolbar__summary > span { color: var(--muted); font-size: .82rem; }
.article-toolbar__actions { gap: 10px; }
.article-sort-form { gap: 8px; }
.article-sort-form__label { color: var(--muted); font-size: .76rem; white-space: nowrap; }
.article-sort-dropdown { position: relative; min-width: 130px; }
.article-sort-dropdown summary { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 10px 7px 12px; color: var(--ink); background: #fff; border: 1px solid #d5ddd8; border-radius: 11px; cursor: pointer; list-style: none; font-size: .84rem; }
.article-sort-dropdown summary::-webkit-details-marker { display: none; }
.article-sort-dropdown summary svg { width: 18px; height: 18px; transition: transform .16s ease; }
.article-sort-dropdown[open] summary { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,155,58,.1); }
.article-sort-dropdown[open] summary svg { transform: rotate(180deg); }
.article-sort-dropdown__menu { position: absolute; z-index: 120; top: calc(100% + 6px); right: 0; left: 0; overflow: hidden; padding: 5px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 28px rgba(15,23,42,.14); }
.article-sort-dropdown__menu a { display: block; padding: 9px 10px; color: var(--ink); border-radius: 8px; font-size: .84rem; text-decoration: none; }
.article-sort-dropdown__menu a:hover,.article-sort-dropdown__menu a.active { color: var(--website-primary,var(--brand)); background: var(--brand-soft); font-weight: 750; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.article-skeleton { display: none; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.article-results.is-loading [data-article-list],.article-results.is-loading [data-article-pagination],.article-results.is-loading [data-article-state] { display: none; }
.article-results.is-loading .article-skeleton { display: grid; }
.article-skeleton__card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.article-skeleton__card span,.article-skeleton__card i,.article-skeleton__card b,.article-skeleton__card em { display: block; background: linear-gradient(90deg,#edf1ef 25%,#f8faf9 45%,#edf1ef 65%); background-size: 220% 100%; animation: catalog-skeleton 1.25s ease-in-out infinite; }
.article-skeleton__card span { aspect-ratio: 16/9; }
.article-skeleton__card i { width: 32%; height: 10px; margin: 17px 18px 9px; border-radius: 999px; }
.article-skeleton__card b { width: calc(100% - 36px); height: 42px; margin: 0 18px 10px; border-radius: 8px; }
.article-skeleton__card em { width: calc(82% - 36px); height: 32px; margin: 0 18px 18px; border-radius: 8px; }
.article-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; cursor: pointer; transition: transform .18s ease,box-shadow .18s ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(23,32,51,.09); }
.article-card > a { display: block; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: var(--brand-soft); }
.article-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .25s ease; }
.article-card__placeholder { display: grid !important; place-items: center; color: var(--website-primary,var(--brand)); background: linear-gradient(145deg,var(--brand-soft),#f7faf8) !important; }
.article-card__placeholder svg { width: 46px; height: 46px; fill: currentColor; opacity: .72; }
.article-card:hover img { transform: scale(1.025); }
.article-card > div { padding: 18px; }
.article-card__date { position: absolute; z-index: 2; top: 0; left: 0; display: grid; min-width: 78px; min-height: 70px; align-content: center; justify-items: center; padding: 8px 14px 13px 10px; overflow: hidden; color: #fff; background: color-mix(in srgb,var(--website-primary,var(--brand)) 78%,#102b1a); border-radius: 17px 0 44px 0; box-shadow: 0 8px 20px rgba(15,23,42,.16); font-style: normal; line-height: 1; pointer-events: none; }
.article-card__date strong { font-size: 1.2rem; font-weight: 850; }
.article-card__date span { margin-top: 5px; font-size: .68rem; font-weight: 750; }
.article-card__category { display: block; margin-bottom: 7px; overflow: hidden; color: var(--website-primary,var(--brand)); font-size: .72rem; font-weight: 800; line-height: 1.25; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.article-card h2 { display: -webkit-box; min-height: 2.76em; margin: 0 0 9px; overflow: hidden; font-size: 1.08rem; font-weight: 820; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-card h2 a { color: var(--ink); text-decoration: none; }
.article-card h2 a::after { position: absolute; z-index: 1; inset: 0; content: ""; }
.article-card h2 a:focus-visible { outline: none; }
.article-card:has(h2 a:focus-visible) { outline: 3px solid color-mix(in srgb,var(--website-primary,var(--brand)) 30%,transparent); outline-offset: 3px; }
.article-card p { display: -webkit-box; min-height: 3.2em; margin: 0 0 14px; overflow: hidden; color: var(--muted); font-size: .82rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-card__link { color: var(--website-primary); font-size: .8rem; font-weight: 800; text-decoration: none; }
.home-article-grid { grid-template-columns: repeat(auto-fit,minmax(250px,300px)); justify-content: start; gap: 18px; }
.home-article-card { align-self: start; border-radius: 16px; }
.home-article-card > div { padding: 14px 15px 15px; }
.home-article-card .article-card__date { min-width: 66px; min-height: 60px; padding: 7px 12px 11px 8px; border-radius: 15px 0 38px 0; }
.home-article-card .article-card__date strong { font-size: 1.05rem; }
.home-article-card .article-card__date span { font-size: .62rem; }
.home-article-card .article-card__category { margin-bottom: 5px; font-size: .68rem; }
.home-article-card h2 { min-height: 0; margin-bottom: 7px; font-size: .96rem; line-height: 1.35; }
.home-article-card p { min-height: 0; margin: 0; font-size: .77rem; line-height: 1.5; }
.home-block--slider .home-article-grid { justify-content: normal; }
@media (max-width: 767.98px) {
  .home-article-grid { grid-template-columns: minmax(0,1fr); }
  .home-article-card { display: flex; height: 100%; align-self: stretch; flex-direction: column; }
  .home-article-card > div { display: flex; flex: 1; flex-direction: column; }
  .home-article-card h2 { min-height: 2.7em; }
  .home-article-card p { min-height: 3em; }
}
.article-detail { padding-bottom: 72px; }
.article-detail__header { padding: 48px 0; text-align: center; background: linear-gradient(180deg,#fff,var(--website-background)); }
.article-detail__header .site-container { max-width: 900px; }
.article-detail__header > div > a { color: var(--website-primary); font-size: .82rem; font-weight: 750; text-decoration: none; }
.article-detail__category { display: table; margin: 14px auto 0; padding: 6px 11px; background: var(--brand-soft); border-radius: 999px; }

/* Các khối trang chủ được dựng theo cấu hình đã xuất bản. */
.home-state,.home-empty { min-height: 58vh; padding: 72px 0; }
.home-block { padding-block: clamp(34px,4vw,50px); }
.home-block + .home-block { border-top: 1px solid color-mix(in srgb,var(--line) 72%,transparent); }
.home-block .section-heading { align-items: end; gap: 18px; margin-bottom: 18px; }
.home-block .section-heading h2 { font-size: clamp(1.45rem,2.2vw,2rem); line-height: 1.18; }
.home-block .section-heading p { font-size: .9rem; line-height: 1.55; }
.home-empty .site-container { max-width: 720px; text-align: center; }
.home-empty h1 { margin: 10px 0; font-size: clamp(2rem,5vw,3.5rem); }
.home-empty p { color: var(--muted); }
.home-dynamic-banner { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 20%,color-mix(in srgb,var(--website-secondary,#ffde59) 22%,transparent),transparent 34%),color-mix(in srgb,var(--website-primary,var(--brand)) 4%,#f8faf9); }
.home-dynamic-banner__viewport { overflow: hidden; touch-action: pan-y; }
.home-dynamic-banner__track { display: flex; width: 100%; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.home-dynamic-banner__slide { flex: 0 0 100%; min-width: 0; padding: 28px 0 54px; }
.home-dynamic-banner__item { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr); align-items: center; gap: clamp(28px,4vw,54px); min-height: 360px; }
.home-dynamic-banner__content h1 { max-width: 680px; margin: 12px 0; font-size: clamp(2.15rem,4.4vw,3.85rem); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.home-dynamic-banner__content p { max-width: 650px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.home-dynamic-banner__media { display: grid; min-height: 0; aspect-ratio: 16/9; place-items: center; overflow: hidden; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.home-dynamic-banner__media img { width: 100%; height: 100%; object-fit: cover; }
.home-dynamic-banner__image-link { display: block; width: 100%; color: inherit; text-decoration: none; }
.home-dynamic-banner--overlay .home-dynamic-banner__slide { padding: 28px 0 62px; }
.home-dynamic-banner--overlay .home-dynamic-banner__item { position: relative; display: block; min-height: 0; }
.home-dynamic-banner--overlay .home-dynamic-banner__media { min-height: 0; aspect-ratio: 21/8; border-radius: 24px; }
.home-dynamic-banner--overlay .home-dynamic-banner__media img { height: 100%; object-fit: cover; }
.home-dynamic-banner--overlay .home-dynamic-banner__content { position: absolute; z-index: 1; bottom: 18px; left: 18px; width: min(330px,calc(100% - 156px)); padding: 13px 15px; color: #fff; background: linear-gradient(135deg,rgba(15,23,42,.62),rgba(15,23,42,.27)); border: 1px solid rgba(255,255,255,.24); border-radius: 15px; backdrop-filter: blur(5px); }
.home-dynamic-banner--overlay .home-dynamic-banner__content .section-kicker { font-size: .68rem; letter-spacing: .08em; }
.home-dynamic-banner--overlay .home-dynamic-banner__content h1 { margin: 4px 0; font-size: clamp(1.2rem,2vw,1.7rem); line-height: 1.12; letter-spacing: -.015em; }
.home-dynamic-banner--overlay .home-dynamic-banner__content p { margin: 4px 0 11px; color: rgba(255,255,255,.86); font-size: .82rem; line-height: 1.45; }
.home-dynamic-banner--overlay .home-dynamic-banner__content .button { min-height: 36px; padding: 8px 14px; font-size: .8rem; }
.home-dynamic-banner--overlay .home-dynamic-banner__overlay-action { position: absolute; z-index: 2; right: 18px; bottom: 18px; min-height: 36px; padding: 8px 14px; font-size: .78rem; box-shadow: 0 10px 24px rgba(15,23,42,.22); }
.home-dynamic-banner--image-only { background: color-mix(in srgb,var(--website-primary,var(--brand)) 4%,#f8faf9); }
.home-dynamic-banner--image-only .home-dynamic-banner__slide { padding: 24px 0 58px; }
.home-dynamic-banner--image-only .home-dynamic-banner__item { display: block; min-height: 0; }
.home-dynamic-banner--image-only .home-dynamic-banner__media { min-height: 0; aspect-ratio: 21/8; border-radius: 24px; }
.home-dynamic-banner--image-only .home-dynamic-banner__media img { height: 100%; max-height: none; object-fit: cover; }
.home-dynamic-banner__arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; transform: translateY(-50%); color: var(--ink); font-size: 2rem; line-height: 1; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 8px 24px rgba(15,23,42,.13); cursor: pointer; transition: background .18s ease,transform .18s ease; }
.home-dynamic-banner__arrow:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.home-dynamic-banner__arrow--previous { left: max(12px,calc((100vw - var(--content-width))/2 + 12px)); }
.home-dynamic-banner__arrow--next { right: max(12px,calc((100vw - var(--content-width))/2 + 12px)); }
.home-dynamic-banner__dots { position: absolute; z-index: 2; right: auto; bottom: 17px; left: 50%; display: flex; justify-content: center; align-items: center; gap: 7px; padding: 6px 9px; transform: translateX(-50%); background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; backdrop-filter: blur(7px); }
.home-dynamic-banner__dot { width: 9px; height: 9px; padding: 0; background: color-mix(in srgb,var(--website-primary) 28%,white); border: 0; border-radius: 999px; cursor: pointer; transition: width .2s ease,background .2s ease; }
.home-dynamic-banner__dot.is-active { width: 28px; background: var(--website-primary); }
.home-block--list .home-block__items { grid-template-columns: 1fr; }
.home-block--list .product-card { display: grid; grid-template-columns: 180px minmax(0,1fr); }
.content-slider { position: relative; }
.home-block--slider .home-block__items { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(250px,calc((100% - 54px)/4)); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 3px 1px 12px; }
.home-block--slider .home-block__items::-webkit-scrollbar { display: none; }
.home-block--slider .home-block__items > * { min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.content-slider__arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; padding: 0 0 4px; color: var(--website-primary,var(--brand)); background: rgba(255,255,255,.96); border: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 24%,#dbe4df); border-radius: 999px; box-shadow: 0 10px 28px rgba(15,23,42,.14); font-size: 2rem; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: opacity .18s ease,transform .18s ease,background .18s ease; }
.content-slider__arrow:hover:not(:disabled) { color: #fff; background: var(--website-primary,var(--brand)); transform: translateY(-50%) scale(1.06); }
.content-slider__arrow:focus-visible { outline: 3px solid color-mix(in srgb,var(--website-primary,var(--brand)) 30%,transparent); outline-offset: 2px; }
.content-slider__arrow:disabled { opacity: 0; pointer-events: none; }
.content-slider__arrow--previous { left: -22px; }
.content-slider__arrow--next { right: -22px; }
@media (min-width: 768px) and (max-width: 1100px) {
  .home-block--slider .home-block__items { grid-auto-columns: minmax(245px,calc((100% - 36px)/3)); }
}
.home-category-card { color: inherit; text-decoration: none; }
.home-benefits.home-block { margin-top: 0; padding: 30px 0 78px; }
.home-benefits.home-block .section-heading { margin-bottom: 18px; }
@media (max-width: 767.98px) {
  .home-block__view-all { gap: 10px; margin-top: 17px; }
  .home-block__view-all a { min-height: 32px; padding: 7px 17px; font-size: .74rem; }
  .home-benefits__grid,.home-benefits__grid--four { gap: 12px; padding: 4px 2px 16px; }
  .home-benefits article,.home-benefits__grid--four article:nth-child(3n),.home-benefits article:last-child,.home-benefits.home-block--slider article:last-child { min-height: 84px; padding: 15px 16px; border: 1px solid color-mix(in srgb,var(--website-primary,var(--brand)) 72%,#fff) !important; border-radius: 16px; }
  .home-benefits article:nth-child(n+4) { border-top: 0; }
  .home-benefits.home-block { padding: 26px 0 50px; }
  .home-benefits__wave { height: 34px; }
}
@media (max-width: 767.98px) {
  .home-block { padding-block: 30px; }
  .home-block .section-heading { flex-direction: row; align-items: end; gap: 12px; margin-bottom: 16px; }
  .home-block .section-heading h2 { font-size: 1.35rem; }
  .home-block .section-heading p { margin-top: 5px; font-size: .8rem; }
  .section-heading__link { min-height: 34px; padding: 7px 10px; font-size: .72rem; }
  .home-dynamic-banner__slide { padding: 16px 0 46px; }
  .home-dynamic-banner__item { grid-template-columns: 1fr; gap: 16px; min-height: 0; }
  .home-dynamic-banner__content h1 { margin: 8px 0; font-size: clamp(1.7rem,9vw,2.45rem); }
  .home-dynamic-banner__content p { margin: 0 0 14px; font-size: .88rem; line-height: 1.5; }
  .home-dynamic-banner__media,.home-dynamic-banner__media img { min-height: 0; height: auto; aspect-ratio: 16/9; border-radius: 18px; }
  .home-dynamic-banner--overlay .home-dynamic-banner__item,.home-dynamic-banner--overlay .home-dynamic-banner__media { min-height: 0; aspect-ratio: 16/9; }
  .home-dynamic-banner--overlay .home-dynamic-banner__media img { height: 100%; }
  .home-dynamic-banner--overlay .home-dynamic-banner__content { bottom: 10px; left: 10px; width: min(210px,calc(100% - 126px)); padding: 10px 12px; border-radius: 12px; }
  .home-dynamic-banner--overlay .home-dynamic-banner__content h1 { font-size: 1.18rem; }
  .home-dynamic-banner--overlay .home-dynamic-banner__content p { margin-bottom: 9px; font-size: .76rem; }
  .home-dynamic-banner--overlay .home-dynamic-banner__content .button { min-height: 34px; padding: 7px 12px; font-size: .76rem; }
  .home-dynamic-banner--overlay .home-dynamic-banner__overlay-action { right: 10px; bottom: 10px; min-height: 32px; padding: 6px 11px; font-size: .72rem; }
  .home-dynamic-banner--image-only .home-dynamic-banner__media { min-height: 0; height: auto; aspect-ratio: 16/9; }
  .home-dynamic-banner--image-only .home-dynamic-banner__media img { min-height: 0; height: 100%; max-height: none; }
  .home-dynamic-banner__arrow { top: auto; bottom: 12px; width: 36px; height: 36px; transform: none; font-size: 1.6rem; }
  .home-dynamic-banner__arrow:hover { transform: scale(1.05); }
  .home-dynamic-banner__arrow--previous { left: 16px; }
  .home-dynamic-banner__arrow--next { right: 16px; }
  .home-dynamic-banner__dots { bottom: 20px; padding: 5px 8px; }
  .home-block--slider .home-block__items { grid-auto-columns: minmax(245px,82%); gap: 12px; }
  .home-category-card h3 { font-size: clamp(1.02rem,4.4vw,1.16rem); }
  .content-slider__arrow { width: 38px; height: 38px; font-size: 1.7rem; }
  .content-slider__arrow--previous { left: -8px; }
  .content-slider__arrow--next { right: -8px; }
  .home-block--list .product-card { grid-template-columns: 110px minmax(0,1fr); }
  .article-card > a { width: 100%; aspect-ratio: 16/9; }
}
@media (prefers-reduced-motion: reduce) { .home-dynamic-banner__track { transition: none; } .home-block--slider .home-block__items { scroll-behavior: auto; } }
@media (max-width: 600px) {
  .add-to-cart.product-mobile-purchase { grid-template-columns: auto minmax(0,1fr); }
  .add-to-cart.product-mobile-purchase .button { grid-column: auto; }
}
.article-detail__header h1 { margin: 18px 0 14px; font-size: clamp(2rem,5vw,3.8rem); font-weight: 880; line-height: 1.08; letter-spacing: -.045em; }
.article-detail__header p { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.article-detail__meta { display: flex; justify-content: center; gap: 18px; color: var(--muted); font-size: .78rem; }
.article-detail__cover { max-width: 1050px; margin-bottom: 34px; }
.article-detail__cover img { width: 100%; max-height: 560px; object-fit: cover; border-radius: 24px; }
.article-detail__body { margin-top: 0; }
.article-share { display: flex; max-width: 920px; margin: 0 auto 14px; gap: 8px; align-items: center; flex-wrap: wrap; }
.article-share > span { margin-right: 4px; color: var(--muted); font-size: .78rem; font-weight: 750; }
.article-share__button { padding: 8px 12px; color: var(--website-primary); background: #fff; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: .76rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.detail-state--compact { min-height: 360px; border: 1px solid var(--line); border-radius: var(--radius); }
.article-related { padding: 42px 0; }
.article-related + .article-related { border-top: 1px solid var(--line); }
.article-related--categories { padding-top: 0; }
@media (max-width: 991.98px) { .article-grid,.article-skeleton { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767.98px) { .content-hero { padding: 38px 0 34px; } .content-page,.article-page { padding: 24px 0 48px; } .rich-content { padding: 22px 18px; border-radius: 18px; } .article-layout { grid-template-columns: 1fr; } .article-filter { position: static; } .article-grid,.article-skeleton { grid-template-columns: 1fr; } .article-detail__header { padding: 34px 0; } .article-detail__cover img { border-radius: 16px; } .order-state-overview { grid-template-columns: 1fr; } }

@media (max-width: 767.98px) {
  .article-filter-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; padding: 7px 11px; }
  .article-filter-toggle svg { width: 19px; height: 19px; }
  .article-filter-backdrop { position: fixed; z-index: 1090; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(15,23,42,.5); border: 0; }
  body.article-filter-open { overflow: hidden; }
  body.article-filter-open .article-filter-backdrop { display: block; }
  .article-filter { position: fixed; z-index: 1100; top: 0; right: 0; bottom: 0; width: min(88vw,360px); overflow-y: auto; border: 0; border-radius: 22px 0 0 22px; box-shadow: -18px 0 50px rgba(15,23,42,.2); transform: translateX(105%); transition: transform .24s ease; }
  body.article-filter-open .article-filter { transform: translateX(0); }
  .article-filter__heading { position: sticky; z-index: 2; top: 0; background: #fff; }
  .article-filter__actions > button { display: grid; }
  .article-toolbar { position: sticky; z-index: 12; top: 76px; align-items: stretch; padding: 9px; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
  .article-toolbar__summary { min-width: 0; flex: 1; align-content: center; }
  .article-toolbar__summary strong { width: 100%; font-size: .84rem; }
  .article-toolbar__summary > span { font-size: .72rem; }
  .article-toolbar__summary > span[aria-hidden] { display: none; }
  .article-toolbar__actions { flex-shrink: 0; }
  .article-sort-form__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .article-sort-dropdown { min-width: 104px; }
}
@media (prefers-reduced-motion: reduce) { .article-skeleton__card span,.article-skeleton__card i,.article-skeleton__card b,.article-skeleton__card em { animation: none; } }

/* Nút liên hệ nổi: chỉ hiển thị khi WPF đã cấu hình URL tương ứng. */
.floating-social {
  position: fixed;
  z-index: 1040;
  right: max(18px,env(safe-area-inset-right));
  bottom: max(22px,env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 11px;
  transition: bottom .2s ease;
}
.floating-social__button {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.95);
  border-radius: 50%;
  box-shadow: 0 9px 25px rgba(15,23,42,.2);
  transition: transform .18s ease,box-shadow .18s ease;
}
.floating-social__button:hover,.floating-social__button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 13px 30px rgba(15,23,42,.27);
}
.floating-social__button svg { width: 31px; height: 31px; }
.floating-social__button--facebook { color: #fff; background: #1877f2; }
.floating-social__button--facebook svg { fill: currentColor; }
.floating-social__button--zalo { color: #fff; background: #0998d5; }
.floating-social__button--zalo svg path { fill: #fff; }
.floating-social__button--zalo svg text {
  fill: #087eb6;
  font: 700 7px Arial,sans-serif;
}
@media (max-width: 767.98px) {
  :root { --section-space: 36px; }
  .site-container { width: min(100% - 24px,var(--content-width)); }
  .site-toast-region { top: 10px; right: 10px; width: calc(100vw - 20px); }
  .site-storebar > .site-container { align-items: stretch; gap: 4px; padding-block: 4px; }
  .site-storebar__tagline { overflow: hidden; max-width: 100%; text-align: center; text-overflow: ellipsis; white-space: nowrap; font-size: .72rem; opacity: .88; }
  .store-picker--top { width: 100%; min-width: 0; height: 46px; min-height: 46px; margin: 0; padding: 0; }
  .store-picker__icon { width: 34px; height: 34px; border-radius: 8px; }
  .store-picker__icon svg { width: 19px; height: 19px; }
  .store-picker__copy strong { font-size: .8rem; }
  .store-picker__menu { top: calc(100% + 6px); }
  .site-navbar { min-height: 50px; padding-block: 0; }
  .site-brand__copy small { display: none; }
  .site-navbar .navbar-collapse { max-height: calc(100vh - 130px); overflow-y: auto; }
  .site-navbar .nav-link { display: flex !important; margin: 2px 0; padding: 9px 11px !important; }
  .site-footer { padding: 26px 0 14px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 13px; }
  .site-footer__grid > .site-footer__brand-column { grid-column: auto; }
  .site-footer__map { height: 145px; }
  .site-footer__group { border-top: 1px solid rgba(255,255,255,.12); }
  .site-footer__group summary { min-height: 44px; margin: 0; cursor: pointer; }
  .site-footer__group-content { padding: 0 0 12px; }
  .site-footer__chevron { display: block; }
  .site-footer__group[open] .site-footer__chevron { transform: rotate(225deg); }
  .site-footer__bottom { margin-top: 14px; padding-top: 12px; }
  .floating-social { right: max(12px,env(safe-area-inset-right)); bottom: max(14px,env(safe-area-inset-bottom)); gap: 8px; }
  .floating-social__button { width: 44px; height: 44px; border-width: 2px; }
  .floating-social__button svg { width: 25px; height: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .floating-social__button { transition: none; }
}

/* Khung điều hướng dùng chung: đặt cuối tệp để thay thế an toàn các quy tắc cũ. */
.site-header { z-index: 1040; }
.site-storebar { z-index: 1080; }
.store-picker-form { z-index: 1; }
.site-navbar { min-height: 60px; padding-block: 5px; }
.site-brand { min-width: 0; }
.site-brand__logo { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; }
.site-brand__copy { min-width: 0; }
.site-brand__copy strong,
.site-brand__copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-brand__copy strong { padding-block: .08em; line-height: 1.24; }
.site-storebar { min-height: 54px; }
.site-storebar > .site-container { min-height: 54px; gap: 14px; }
.site-storebar__tagline { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.store-picker--top { width: clamp(238px, 25vw, 316px); min-width: 0; min-height: 44px; padding: 4px 8px 4px 5px; }
.store-picker__summary { min-width: 0; }
.store-picker__copy { min-width: 0; }
.store-picker__copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.store-picker__menu { max-height: min(320px, 52vh); overflow-y: auto; overscroll-behavior: contain; }
.site-toast-region {
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  z-index: 1200;
}

@media (max-width: 991.98px) {
  .site-navbar { position: relative; min-height: 54px; }
  .site-navbar__toggle { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; }
  .site-navbar__toggle .navbar-toggler-icon { transition: transform .18s ease; }
  .site-navbar__toggle[aria-expanded="true"] .navbar-toggler-icon { transform: rotate(90deg); }
  .site-navbar .navbar-collapse {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 7px);
    right: 12px;
    left: 12px;
    padding: 10px;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
  }
  .site-navbar .navbar-nav { gap: 3px; }
  .site-navbar .nav-link { display: flex; min-height: 42px; align-items: center; border-radius: 10px; }
  .site-navbar .nav-link.active { background: color-mix(in srgb, var(--primary) 11%, #fff); }
}

@media (max-width: 767.98px) {
  .site-storebar > .site-container { min-height: 50px; align-items: center; padding-block: 4px; }
  .site-storebar__tagline { flex: 1 1 auto; text-align: left; }
  .store-picker--top { flex: 0 1 270px; width: min(270px, 62vw); min-height: 42px; height: 42px; }
  .store-picker__icon { width: 32px; height: 32px; flex-basis: 32px; }
  .store-picker__copy small { font-size: .63rem; }
  .store-picker__copy strong { font-size: .78rem; }
  .site-brand__logo { width: 36px; height: 36px; flex-basis: 36px; }
  .site-navbar { min-height: 50px; }
  .site-toast-region { top: max(10px, env(safe-area-inset-top)); right: 10px; width: calc(100vw - 20px); }
}

@media (max-width: 519.98px) {
  .site-storebar > .site-container { flex-wrap: wrap; gap: 3px; }
  .site-storebar__tagline { flex-basis: 100%; text-align: center; font-size: .68rem; }
  .store-picker--top { width: 100%; max-width: none; flex-basis: 100%; }
  .store-picker__menu {
    position: absolute;
    z-index: 1210;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    width: auto;
    transform: none;
    max-height: 55vh;
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .28);
  }
}

/* Catalog 2026: thanh tìm kiếm cố định phía trên và bộ lọc nâng cao dạng popup. */
.catalog-layout { display: block; }
.catalog-toolbar {
  position: sticky;
  z-index: 30;
  top: 104px;
  display: grid;
  grid-template-columns: minmax(150px,auto) minmax(280px,620px) minmax(210px,auto);
  align-items: center;
  gap: 16px;
  min-height: 68px;
  margin-bottom: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,.97);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  backdrop-filter: blur(10px);
}
.catalog-toolbar__count { display: flex; min-width: 0; flex-wrap: wrap; gap: 6px; }
.catalog-toolbar__search { display: grid; grid-template-columns: minmax(0,1fr) 46px; gap: 8px; min-width: 0; }
.catalog-toolbar__search .search-control { min-width: 0; }
.catalog-toolbar__search input {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 10px 14px 10px 38px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  outline: 0;
}
.catalog-toolbar__search input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,155,58,.1); }
.catalog-filter-button {
  display: grid;
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border: 1px solid rgba(0,153,68,.25);
  border-radius: 12px;
  cursor: pointer;
}
.catalog-filter-button:hover { color: #fff; background: var(--brand); }
.catalog-filter-button svg,.filter-symbol svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.catalog-filter-button > span { position: absolute; top: 5px; right: 5px; width: 8px; height: 8px; background: #d92d20; border: 2px solid #fff; border-radius: 50%; }
.catalog-toolbar .sort-form { justify-self: end; white-space: nowrap; }
.catalog-filter-backdrop { position: fixed; z-index: 1190; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(15,23,42,.52); border: 0; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.catalog-filter {
  position: fixed;
  z-index: 1200;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(92vw,520px);
  max-height: min(84vh,680px);
  overflow-y: auto;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(15,23,42,.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%,-46%) scale(.97);
  transition: opacity .18s ease,transform .18s ease;
}
body.catalog-filter-open { overflow: hidden; }
body.catalog-filter-open .catalog-filter-backdrop { display: block; opacity: 1; pointer-events: auto; }
body.catalog-filter-open .catalog-filter { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }
.catalog-filter__heading { position: sticky; z-index: 2; top: 0; padding: 17px 18px; background: #fff; }
.catalog-filter__heading > button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: var(--ink); background: #f5f7f6; border: 1px solid var(--line); border-radius: 10px; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.catalog-filter__form { padding: 16px 18px 18px; }
.catalog-filter__footer { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; margin-top: 10px; }
.catalog-filter__footer .button { width: 100%; min-height: 46px; justify-content: center; }
.catalog-filter__submit { margin-top: 0; }

@media (max-width: 991.98px) {
  .catalog-toolbar { top: 88px; grid-template-columns: minmax(0,1fr) auto; }
  .catalog-toolbar__count { grid-column: 1/-1; }
  .catalog-toolbar__search { grid-column: 1; }
  .catalog-toolbar .sort-form { grid-column: 2; }
}

@media (max-width: 767.98px) {
  .catalog-toolbar { top: 74px; display: grid; grid-template-columns: minmax(0,1fr); gap: 9px; padding: 9px; }
  .catalog-toolbar__count { grid-column: 1; }
  .catalog-toolbar__search { grid-column: 1; }
  .catalog-toolbar .sort-form { grid-column: 1; width: 100%; justify-self: stretch; justify-content: space-between; }
  .catalog-filter { top: 50%; right: auto; bottom: auto; left: 50%; width: min(calc(100vw - 24px),520px); max-width: none; max-height: calc(100vh - 32px); border-radius: 18px; transform: translate(-50%,-46%) scale(.97); }
  body.catalog-filter-open .catalog-filter { transform: translate(-50%,-50%) scale(1); }
}

@media (max-width: 479.98px) {
  .catalog-toolbar { position: relative; top: auto; }
  .catalog-filter__footer { grid-template-columns: 1fr; }
}

/* Bộ chọn cửa hàng: chỉ summary chịu trách nhiệm bố cục để không phát sinh
   khoảng trắng lệch do padding lồng nhau ở các breakpoint. */
.store-picker--top {
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  padding: 0;
}

.store-picker--top > summary {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  align-items: center;
  column-gap: 8px;
  padding: 5px 10px 5px 5px;
}

.store-picker__icon,
.store-picker__chevron {
  align-self: center;
  justify-self: center;
}

.store-picker__copy {
  display: flex;
  min-width: 0;
  height: 34px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 1px;
  line-height: 1;
}

.store-picker__copy small,
.store-picker__copy strong {
  display: block;
  margin: 0;
}

.store-picker__copy small { line-height: 1.05; }
.store-picker__copy strong { line-height: 1.15; }

@media (max-width: 519.98px) {
  .store-picker--top {
    height: 42px;
    min-height: 42px;
    padding: 0;
  }

  .store-picker--top > summary {
    grid-template-columns: 30px minmax(0, 1fr) 16px;
    padding: 4px 9px 4px 4px;
  }

  .store-picker__copy { height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-navbar__toggle .navbar-toggler-icon { transition: none; }
}

/* Polish đồng bộ: bài viết, nội dung, tài khoản và đơn hàng. */
.content-hero {
  padding: clamp(42px, 6vw, 72px) 0 clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--website-secondary, #ffde59) 24%, transparent), transparent 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--website-primary, var(--brand)) 8%, #fff), #fff);
  border-bottom: 1px solid var(--line);
}
.content-hero .site-container { max-width: 980px; }
.content-hero h1 { max-width: 820px; margin: 8px 0 12px; font-size: clamp(2rem, 4.5vw, 3.35rem); line-height: 1.08; letter-spacing: -.04em; }
.content-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.content-page { padding: clamp(28px, 4vw, 56px) 0 clamp(52px, 7vw, 86px); }
.content-page .site-container { max-width: 1040px; }
.rich-content {
  color: #253044;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .055);
}
.rich-content > :first-child { margin-top: 0; }
.rich-content > :last-child { margin-bottom: 0; }
.rich-content h2, .rich-content h3, .rich-content h4 { color: var(--ink); line-height: 1.25; letter-spacing: -.02em; }
.rich-content h2 { margin-top: 2em; padding-bottom: .45em; border-bottom: 1px solid var(--line); }
.rich-content p, .rich-content li { line-height: 1.78; }
.rich-content img, .rich-content video, .rich-content iframe { display: block; max-width: 100%; height: auto; margin: 24px auto; border-radius: 16px; }
.rich-content iframe { width: 100%; aspect-ratio: 16 / 9; }
.rich-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.rich-content th, .rich-content td { min-width: 120px; padding: 11px 13px; border: 1px solid var(--line); }
.rich-content blockquote { margin: 24px 0; padding: 16px 20px; color: var(--muted); background: color-mix(in srgb, var(--website-primary, var(--brand)) 6%, #fff); border-left: 4px solid var(--website-primary, var(--brand)); border-radius: 0 14px 14px 0; }

.article-detail__header { padding: clamp(38px, 6vw, 72px) 0 34px; background: linear-gradient(180deg, color-mix(in srgb, var(--website-primary, var(--brand)) 6%, #fff), #fff); border-bottom: 1px solid var(--line); }
.article-detail__header .site-container { max-width: 920px; text-align: center; }
.article-detail__header > .site-container > a:first-child { display: inline-flex; margin-bottom: 16px; color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.article-detail__category { display: table; margin: 0 auto 4px; padding: 7px 12px; color: var(--website-primary, var(--brand)); background: color-mix(in srgb, var(--website-primary, var(--brand)) 9%, #fff); border-radius: 999px; font-size: .72rem; font-weight: 800; text-decoration: none; }
.article-detail__meta span, .article-detail__meta time { display: inline-flex; align-items: center; gap: 5px; }
.article-detail__cover { margin-top: 30px; }
.article-detail__cover img { aspect-ratio: 16 / 8.5; box-shadow: 0 18px 50px rgba(15, 23, 42, .12); }
.article-detail__body { max-width: 920px; }
.article-related .section-heading { align-items: end; }
.article-related .product-card, .article-related .article-card { height: 100%; }

.account-page, .account-orders { background: linear-gradient(180deg, #f7faf8 0, #fff 380px); }
.account-orders { padding-top: clamp(28px, 4vw, 48px); }
.account-orders > .site-container { max-width: 1240px; }
.account-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
}
.account-heading span { color: var(--website-primary, var(--brand)); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.account-heading h1 { margin: 3px 0 2px; font-size: clamp(1.4rem, 3vw, 2rem); }
.account-heading p { margin: 0; color: var(--muted); }
.account-card { border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(15, 23, 42, .08); }
.account-card .field input, .account-card .field select, .account-card .field textarea,
.account-transfer-form input, .account-transfer-form textarea,
.account-cancel-form input, .account-cancel-form textarea { border-radius: 12px; }

.customer-orders { display: grid; gap: 12px; }
.customer-orders article {
  position: relative;
  grid-template-columns: minmax(230px, 1.35fr) minmax(120px, .55fr) minmax(130px, .5fr) auto;
  gap: 18px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.customer-orders article:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--website-primary, var(--brand)) 25%, var(--line)); box-shadow: 0 15px 34px rgba(15, 23, 42, .08); }
.customer-orders article > div:first-child { display: grid; gap: 5px; min-width: 0; }
.customer-orders article > div:first-child strong { overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; }
.customer-orders article small { color: var(--muted); line-height: 1.45; }
.customer-orders article > span { justify-self: start; padding: 6px 10px; color: var(--website-primary, var(--brand)); background: color-mix(in srgb, var(--website-primary, var(--brand)) 9%, #fff); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.customer-orders__total { color: var(--website-primary, var(--brand)); font-size: 1.02rem; white-space: nowrap; }
.customer-orders__actions { display: flex; justify-content: flex-end; gap: 8px; }
.customer-orders__actions .button { min-height: 38px; padding: 8px 13px; }
.order-cancel-popover { position: relative; }
.order-cancel-popover > summary { list-style: none; }
.order-cancel-popover > summary::-webkit-details-marker { display: none; }
.order-cancel-popover form { z-index: 20; border-radius: 16px; box-shadow: 0 22px 55px rgba(15, 23, 42, .2); }

.checkout-back { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 16px; color: var(--muted); font-size: .82rem; font-weight: 750; text-decoration: none; }
.checkout-back:hover { color: var(--website-primary, var(--brand)); }
.order-detail__header {
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(135deg, var(--website-primary, var(--brand)), color-mix(in srgb, var(--website-primary, var(--brand)) 78%, #052e1b));
  border-radius: 22px;
  box-shadow: 0 16px 38px color-mix(in srgb, var(--website-primary, var(--brand)) 20%, transparent);
}
.order-detail__header h1 { overflow-wrap: anywhere; font-size: clamp(1.55rem, 4vw, 2.25rem); }
.order-detail__header small { color: rgba(255,255,255,.78); }
.order-status { flex-shrink: 0; padding: 8px 12px; border-radius: 999px; }
.order-detail__grid.account-detail-grid { gap: 16px; margin-top: 16px; }
.order-detail__grid .checkout-card {
  margin: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(15, 23, 42, .045);
}
.order-detail__grid .checkout-card h2 { margin: 0 0 16px; font-size: 1.02rem; }
.lookup-item { gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.lookup-item:last-child { border-bottom: 0; }
.lookup-item small { display: block; margin-top: 4px; color: var(--muted); }
.order-totals > div { gap: 16px; padding-block: 7px; }
.order-timeline { margin-bottom: 0; }
.order-timeline li { min-height: 48px; }
.order-timeline li > div { display: grid; gap: 2px; }
.order-timeline small { color: var(--muted); }
.shipping-attempt { padding: 14px; background: #f8faf9; border: 1px solid var(--line); border-radius: 14px; }
.shipping-attempt + .shipping-attempt { margin-top: 12px; }
.account-transfer-form, .account-cancel-form, .account-cancel-note { max-width: none; margin-top: 16px; border-radius: 18px; }
.account-transfer-form, .account-cancel-form { display: grid; gap: 14px; }
.account-transfer-form > h2, .account-cancel-form h2 { margin-bottom: 0; }
.account-transfer-form > p, .account-cancel-form p { margin: 0; color: var(--muted); }
.account-cancel-note { display: grid; gap: 4px; padding: 16px 18px; color: #8a4b00; background: #fff8e8; border: 1px solid #f3cf83; }

.address-layout { align-items: start; gap: 20px; }
.address-card { position: relative; overflow: hidden; border-radius: 18px; box-shadow: 0 8px 25px rgba(15, 23, 42, .045); }
.address-card::before { position: absolute; top: 0; bottom: 0; left: 0; width: 4px; content: ""; background: var(--website-primary, var(--brand)); opacity: .75; }

@media (max-width: 991.98px) {
  .customer-orders article { grid-template-columns: minmax(0, 1fr) auto; }
  .customer-orders article > span, .customer-orders__total { justify-self: end; }
  .customer-orders__actions { grid-column: 1 / -1; justify-content: flex-end; padding-top: 10px; border-top: 1px solid var(--line); }
  .order-detail__grid.account-detail-grid { grid-template-columns: 1fr; }
  .address-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .content-hero { padding: 30px 0 28px; }
  .content-hero h1 { font-size: 1.85rem; }
  .content-page { padding: 20px 0 44px; }
  .rich-content { padding: 20px 16px; border-radius: 16px; box-shadow: none; }
  .rich-content h2 { font-size: 1.35rem; }
  .article-detail__header { padding: 28px 0 26px; }
  .article-detail__header h1 { font-size: clamp(1.75rem, 9vw, 2.35rem); }
  .article-detail__meta { flex-wrap: wrap; gap: 8px 14px; }
  .article-detail__cover { width: 100%; margin-top: 0; padding: 0; }
  .article-detail__cover img { aspect-ratio: 16 / 10; border-radius: 0; box-shadow: none; }
  .article-share { margin-top: 16px; }
  .account-orders { padding: 22px 0 48px; }
  .account-heading { align-items: flex-start; padding: 18px; border-radius: 16px; }
  .account-heading form { flex-shrink: 0; }
  .customer-orders article { gap: 11px; padding: 16px; border-radius: 16px; }
  .customer-orders article > span { align-self: start; }
  .customer-orders__total { grid-column: 2; }
  .customer-orders__actions { justify-content: stretch; }
  .customer-orders__actions > *, .customer-orders__actions .button { flex: 1; }
  .customer-orders__actions .button { width: 100%; justify-content: center; }
  .order-cancel-popover form { position: fixed; z-index: 1220; right: 12px; bottom: 12px; left: 12px; width: auto; max-height: 70vh; overflow-y: auto; }
  .order-detail__header { align-items: flex-start; gap: 14px; padding: 20px 17px; border-radius: 18px; }
  .order-detail__header h1 { font-size: 1.38rem; }
  .order-detail__grid .checkout-card { padding: 17px; border-radius: 16px; }
  .lookup-item { align-items: flex-start; }
  .lookup-item > strong { white-space: nowrap; }
  .account-transfer-form, .account-cancel-form { padding: 18px; }
}

@media (max-width: 479.98px) {
  .account-heading { display: grid; }
  .account-heading form, .account-heading .button { width: 100%; }
  .customer-orders article { grid-template-columns: minmax(0, 1fr) auto; }
  .customer-orders__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .order-detail__header { display: grid; }
  .order-status { justify-self: start; }
}

/* Sửa bố cục mobile: drawer bộ lọc không tham gia luồng trang và trạng thái
   trang chủ rỗng không kéo một khoảng trắng quá lớn. */
@media (max-width: 767.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .catalog-page,
  .catalog-page .site-container,
  .catalog-layout,
  .catalog-results {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .catalog-page .site-container {
    width: min(100% - 24px, var(--content-width));
  }

  .home-state,
  .home-empty {
    min-height: 0;
    padding: 56px 0 64px;
  }

  .home-empty .site-container {
    width: min(100% - 32px, 620px);
  }

  .home-empty h1 {
    margin: 8px 0;
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .home-empty p {
    margin: 0 auto 20px;
    max-width: 32rem;
    font-size: .98rem;
    line-height: 1.55;
  }
}

@media (max-width: 519.98px) {
  .site-storebar > .site-container {
    gap: 2px;
    padding-block: 3px;
  }

  .site-storebar__tagline {
    line-height: 1.2;
  }

  .store-picker--top {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0;
    border-radius: 11px;
  }

  .store-picker--top > summary,
  .store-picker__summary {
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    grid-template-columns: 30px minmax(0, 1fr) 16px;
    align-items: center;
    column-gap: 8px;
    padding: 4px 9px 4px 4px;
  }

  .store-picker__icon {
    width: 30px;
    height: 30px;
    place-self: center;
    border-radius: 8px;
  }

  .store-picker__icon svg {
    width: 17px;
    height: 17px;
  }

  .store-picker__copy {
    align-content: center;
    gap: 0;
    line-height: 1;
  }

  .store-picker__copy small {
    font-size: .58rem;
    line-height: 1.05;
  }

  .store-picker__copy strong {
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.15;
  }

  .store-picker__chevron {
    width: 16px;
    height: 16px;
    place-self: center;
  }

  .store-picker__chevron svg {
    width: 14px;
    height: 14px;
  }

  .site-navbar,
  .site-navbar > .site-container {
    min-height: 48px;
  }

  .site-brand__logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

/* Menu mobile: căn nút mở menu về mép phải và giữ menu trong viewport. */
@media (max-width: 991.98px) {
  .site-navbar > .site-container {
    position: relative;
    display: flex;
    width: min(100% - 24px, var(--content-width));
    max-width: calc(100vw - 24px);
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .site-navbar .site-brand {
    min-width: 0;
    max-width: calc(100% - 54px);
    flex: 0 1 auto;
  }

  .site-navbar__toggle {
    box-sizing: border-box;
    margin: 0 0 0 auto;
    flex: 0 0 42px;
  }

  .site-navbar .navbar-collapse {
    box-sizing: border-box;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    max-height: min(70dvh, calc(100dvh - 130px));
  }

  .site-navbar .navbar-nav,
  .site-navbar .nav-item,
  .site-navbar .nav-link {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

  .site-navbar .navbar-nav {
    margin: 0 !important;
    padding: 0;
  }

  .site-navbar .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 519.98px) {
  .site-navbar .site-brand {
    max-width: calc(100% - 50px);
  }

  .site-navbar__toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .site-navbar .navbar-collapse {
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .2);
  }
}

/* Căn quang học bộ chọn cửa hàng trên điện thoại.
   Dùng một hộp cao cố định; summary chịu toàn bộ việc căn giữa để tránh
   khoảng trắng dưới do line-box của details/strong. */
@media (max-width: 519.98px) {
  .site-storebar > .site-container {
    padding-block: 3px;
  }

  .store-picker-form {
    display: block;
    width: 100%;
    line-height: 1;
  }

  .store-picker--top {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0;
    overflow: visible;
  }

  .store-picker--top > summary,
  .store-picker__summary {
    display: grid;
    width: 100%;
    height: 40px;
    min-height: 40px;
    grid-template-columns: 28px minmax(0, 1fr) 16px;
    align-items: center;
    column-gap: 7px;
    padding: 3px 9px 3px 4px;
    overflow: hidden;
  }

  .store-picker__icon {
    width: 28px;
    height: 28px;
    margin: 0;
    place-self: center;
  }

  .store-picker__copy {
    display: flex;
    min-width: 0;
    height: 28px;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 1px;
    transform: translateY(-1px);
  }

  .store-picker__copy small,
  .store-picker__copy strong {
    display: block;
    margin: 0;
    padding: 0;
  }

  .store-picker__chevron {
    margin: 0;
    place-self: center;
  }
}

/* Article catalog: đồng bộ thanh tìm kiếm và popup lọc với trang sản phẩm. */
.article-layout { display: block; }
.article-toolbar {
  position: sticky;
  z-index: 30;
  top: 104px;
  display: grid;
  grid-template-columns: minmax(140px,auto) minmax(280px,620px) minmax(190px,auto);
  align-items: center;
  gap: 16px;
  min-height: 68px;
  margin-bottom: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  backdrop-filter: blur(10px);
}
.article-toolbar__search { display: grid; grid-template-columns: minmax(0,1fr) 46px; gap: 8px; min-width: 0; }
.article-toolbar__search input { box-sizing: border-box; width: 100%; height: 46px; padding: 10px 14px 10px 38px; color: var(--ink); background: #fff; border: 1px solid #d0d5dd; border-radius: 12px; outline: 0; }
.article-toolbar__search input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,155,58,.1); }
.article-filter-button { display: grid; position: relative; width: 46px; height: 46px; padding: 0; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border: 1px solid rgba(0,153,68,.25); border-radius: 12px; cursor: pointer; }
.article-filter-button:hover { color: #fff; background: var(--brand); }
.article-filter-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.article-filter-button > span { position: absolute; top: 5px; right: 5px; width: 8px; height: 8px; background: #d92d20; border: 2px solid #fff; border-radius: 50%; }
.article-toolbar__actions { justify-self: end; }
.article-filter-backdrop { position: fixed; z-index: 1190; inset: 0; display: block; width: 100%; height: 100%; padding: 0; background: rgba(15,23,42,.52); border: 0; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.article-filter { position: fixed; z-index: 1200; top: 50%; right: auto; bottom: auto; left: 50%; width: min(92vw,520px); max-height: min(84vh,680px); overflow-y: auto; border-radius: 20px; box-shadow: 0 24px 70px rgba(15,23,42,.28); opacity: 0; pointer-events: none; transform: translate(-50%,-46%) scale(.97); transition: opacity .18s ease,transform .18s ease; }
body.article-filter-open { overflow: hidden; }
body.article-filter-open .article-filter-backdrop { display: block; opacity: 1; pointer-events: auto; }
body.article-filter-open .article-filter { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }
.article-filter__heading { position: sticky; z-index: 2; top: 0; padding: 17px 18px; background: #fff; }
.article-filter__heading > button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: var(--ink); background: #f5f7f6; border: 1px solid var(--line); border-radius: 10px; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.article-filter form { padding: 16px 18px 18px; }
.article-filter__footer { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; margin-top: 10px; }
.article-filter__footer .button { width: 100%; min-height: 46px; justify-content: center; }

@media (max-width: 991.98px) {
  .article-toolbar { top: 88px; grid-template-columns: minmax(0,1fr) auto; }
  .article-toolbar__summary { grid-column: 1/-1; }
  .article-toolbar__search { grid-column: 1; }
  .article-toolbar__actions { grid-column: 2; }
}

@media (max-width: 767.98px) {
  .article-toolbar { top: 74px; display: grid; grid-template-columns: minmax(0,1fr); gap: 9px; padding: 9px; }
  .article-toolbar__summary,.article-toolbar__search,.article-toolbar__actions { grid-column: 1; }
  .article-toolbar__actions { width: 100%; justify-self: stretch; }
  .article-sort-form { width: 100%; justify-content: space-between; }
  .article-sort-form__label { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  .article-filter { top: 50%; right: auto; bottom: auto; left: 50%; width: min(calc(100vw - 24px),520px); max-height: calc(100vh - 32px); border-radius: 18px; transform: translate(-50%,-46%) scale(.97); }
  body.article-filter-open .article-filter { transform: translate(-50%,-50%) scale(1); }
}

@media (max-width: 479.98px) {
  .article-toolbar { position: relative; top: auto; }
  .article-filter__footer { grid-template-columns: 1fr; }
}

/* Căn thanh công cụ sản phẩm: desktop gom điều khiển về phải; mobile chia 2 hàng. */
@media (min-width: 992px) {
  .catalog-toolbar { grid-template-columns: minmax(0,1fr) minmax(360px,568px) auto; }
  .catalog-toolbar__count { justify-self: start; }
  .catalog-toolbar__search,.catalog-toolbar .sort-form { justify-self: end; }
  .catalog-toolbar__search { width: 100%; }
}

@media (max-width: 767.98px) {
  .catalog-toolbar { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
  .catalog-toolbar__search { grid-column: 1/-1; grid-row: 1; }
  .catalog-toolbar__count { grid-column: 1; grid-row: 2; align-self: center; }
  .catalog-toolbar .sort-form { grid-column: 2; grid-row: 2; width: auto; justify-self: end; }
  .catalog-sort-dropdown { min-width: 132px; }
}
