* { box-sizing: border-box; }
body { margin: 0; color: #12213f; background: #f8fbff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

:root {
    --blue: #0757d8;
    --blue-dark: #033992;
    --green: #12a150;
    --red: #e52535;
    --ink: #102142;
    --muted: #62708a;
    --line: #dfe7f3;
    --surface: #ffffff;
    --soft-blue: #eaf4ff;
}

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.top-strip { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 6vw, 86px); padding: 8px 18px; color: #fff; background: linear-gradient(90deg, var(--blue-dark), var(--blue)); font-size: .93rem; font-weight: 800; }
.top-strip span { position: relative; white-space: nowrap; }
.top-strip span { display: inline-flex; align-items: center; gap: 8px; }
.top-strip svg { width: 18px; height: 18px; stroke-width: 2.6; }
.top-strip span + span::before { content: ""; position: absolute; left: clamp(-43px, -3vw, -14px); top: 50%; width: 1px; height: 20px; transform: translateY(-50%); background: rgba(255,255,255,.45); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(12, 52, 112, .07); backdrop-filter: blur(14px); }
.header-main { width: min(1240px, calc(100% - 32px)); min-height: 96px; margin: 0 auto; display: grid; grid-template-columns: minmax(210px, 270px) minmax(280px, 1fr) auto; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 0; color: var(--blue); font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
.brand img { width: 62px; height: 62px; object-fit: contain; border-radius: 10px; }
.brand span:last-child { display: block; min-width: 0; font-size: clamp(1.28rem, 2.6vw, 2.15rem); line-height: .92; overflow-wrap: anywhere; }
.brand-mark { width: 62px; height: 62px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(7, 87, 216, .22); }

.header-search { display: grid; grid-template-columns: 1fr 68px; min-width: 0; border: 1px solid #cbd8eb; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.header-search input { width: 100%; min-height: 48px; border: 0; padding: 0 18px; outline: 0; color: var(--ink); }
.header-search button { display: grid; place-items: center; border: 0; background: var(--blue); color: #fff; font-size: 0; font-weight: 900; cursor: pointer; }
.header-search button svg { width: 27px; height: 27px; stroke-width: 2.3; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-action-form { margin: 0; }
.header-action-form button { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.header-action { position: relative; display: grid; grid-template-columns: 38px auto; align-items: center; gap: 8px; min-width: 112px; color: var(--ink); }
.header-action > svg { width: 34px; height: 34px; color: #0b1731; stroke-width: 1.9; }
.header-action strong { display: block; font-size: .94rem; line-height: 1.05; }
.header-action small { display: block; margin-top: 3px; color: #56647b; font-size: .82rem; font-weight: 500; }
.cart-summary { padding-left: 10px; }
.cart-summary em { position: absolute; left: -2px; top: -8px; min-width: 22px; height: 22px; display: grid; place-items: center; padding: 0 6px; border-radius: 999px; color: #fff; background: var(--blue); font-size: .78rem; font-style: normal; font-weight: 900; }
.nav-row { position: relative; width: min(1240px, calc(100% - 32px)); margin: 0 auto; min-height: 58px; display: flex; align-items: center; gap: 20px; overflow: visible; }
.nav-row a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 36px; padding: 0 14px; border-radius: 8px; color: #1f2a44; font-weight: 850; white-space: nowrap; }
.nav-row a svg { width: 20px; height: 20px; stroke-width: 2.1; }
.nav-row a.active { color: #fff; background: var(--blue); box-shadow: 0 8px 18px rgba(7, 87, 216, .22); }
.nav-row small { margin-left: -4px; padding: 2px 5px; border-radius: 4px; color: #fff; background: var(--blue); font-size: .58rem; line-height: 1; text-transform: uppercase; }
.nav-menu { position: relative; }
.nav-menu-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 16px; border: 1px solid transparent; border-radius: 10px 10px 0 0; color: #1f2a44; background: transparent; font-weight: 900; cursor: pointer; }
.nav-menu-button > svg:not(.chevron) { width: 20px; height: 20px; }
.nav-menu-button .chevron { width: 16px; height: 16px; transition: transform .2s ease; }
.nav-menu.is-open .nav-menu-button { color: var(--blue); border-color: #d9e6fb; background: #f4f8ff; box-shadow: 0 8px 18px rgba(7, 87, 216, .08); }
.nav-menu.is-open .chevron { transform: rotate(180deg); }
.mega-menu { position: absolute; left: 0; top: calc(100% + 10px); z-index: 50; width: min(1120px, calc(100vw - 32px)); display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 22px; padding: 28px; border: 1px solid #d7e2f1; border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 24px 55px rgba(15, 35, 75, .18); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-menu.is-open .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-label { position: absolute; left: 18px; top: 10px; padding: 4px 10px; border-radius: 8px; color: var(--blue); background: #eef4ff; font-size: .77rem; font-weight: 900; }
.mega-categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 20px; padding-top: 26px; }
.mega-category { min-width: 0; padding: 4px 16px 4px 0; border-right: 1px solid #e7edf6; }
.mega-heading { display: grid !important; grid-template-columns: 42px minmax(0, 1fr); gap: 10px !important; justify-content: start !important; min-height: auto !important; padding: 0 !important; white-space: normal !important; }
.mega-heading strong { align-self: center; color: var(--ink); font-size: 1rem; line-height: 1.2; }
.mega-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: #eef4ff; font-size: 1.45rem; }
.mega-subcategories { display: grid; gap: 9px; margin: 14px 0 12px 52px; }
.mega-subcategories a { justify-content: start !important; min-height: auto !important; padding: 0 !important; color: #334568 !important; font-weight: 500 !important; white-space: normal !important; }
.mega-all { justify-content: start !important; min-height: auto !important; padding: 0 !important; margin-left: 52px; color: var(--blue) !important; font-weight: 900 !important; }
.mega-all::after { content: "->"; margin-left: 8px; }
.mega-promos { display: grid; gap: 16px; padding-top: 12px; }
.mega-promo { min-height: 172px !important; display: grid !important; align-content: center; gap: 10px !important; padding: 22px !important; border-radius: 14px !important; background: linear-gradient(135deg, #eef7ff, #d9ecff) !important; color: #083a9d !important; white-space: normal !important; }
.mega-promo strong { font-size: 1.18rem; line-height: 1.25; }
.mega-promo span { color: #425577; line-height: 1.4; }
.mega-promo em { width: fit-content; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--blue); font-style: normal; font-weight: 900; }
.mega-promo.offer { background: linear-gradient(135deg, #fff8e8, #ffe0ae) !important; }

main { min-height: 72vh; }
.container { width: min(1240px, calc(100% - 32px)); margin: 0 auto; }
.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) 325px; gap: 20px; align-items: stretch; padding: 22px 0 18px; }
.hero-gallery { position: relative; min-height: 380px; border: 1px solid #cfe2fb; border-radius: 10px; background: linear-gradient(110deg, #f5fbff 0%, #e8f4ff 56%, #ffffff 100%); overflow: hidden; }
.hero-track { position: relative; min-height: 380px; }
.hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(280px, .9fr); align-items: center; gap: 16px; padding: clamp(28px, 4.5vw, 48px); opacity: 0; transform: translateX(28px); pointer-events: none; transition: opacity .35s ease, transform .35s ease; }
.hero-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.hero-eyebrow { display: inline-flex; width: fit-content; margin-bottom: 12px; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--blue); font-weight: 900; text-transform: uppercase; font-size: .78rem; }
.hero-copy h1 { max-width: 560px; margin: 0 0 16px; font-size: clamp(2.3rem, 4.8vw, 4.55rem); line-height: 1.02; color: #0d2a66; letter-spacing: 0; }
.hero-copy p { max-width: 570px; margin: 0; color: #344867; font-size: 1.06rem; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-actions .btn { gap: 9px; }
.hero-actions .btn svg { width: 19px; height: 19px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-weight: 900; cursor: pointer; box-shadow: 0 7px 16px rgba(7, 87, 216, .16); }
.btn.secondary { background: #fff; color: var(--blue); border: 1px solid var(--blue); box-shadow: none; }
.hero-media { min-height: 285px; display: grid; place-items: center; }
.hero-media img { width: 100%; max-height: 320px; object-fit: contain; display: block; }
.hero-media.product-showcase img { max-height: 300px; filter: drop-shadow(0 24px 28px rgba(8, 40, 92, .16)); }
.hero-dots { position: absolute; left: 50%; bottom: 18px; z-index: 2; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 999px; background: #9aa8bb; cursor: pointer; }
.hero-dots button.is-active { background: var(--blue); box-shadow: 0 0 0 4px rgba(7, 87, 216, .12); }
.basket-art { width: min(380px, 100%); min-height: 245px; display: grid; align-content: end; justify-items: center; padding: 22px; border-radius: 22px; background: linear-gradient(180deg, #eff7ff, #cce5ff); box-shadow: inset 0 -70px 0 var(--blue), 0 16px 30px rgba(12, 52, 112, .15); }
.basket-art strong { color: #fff; font-size: 1.35rem; text-align: center; overflow-wrap: anywhere; }
.basket-items { display: flex; align-items: end; gap: 12px; height: 125px; margin-bottom: 18px; }
.basket-items span { width: 42px; border-radius: 8px 8px 4px 4px; background: #fcbf49; box-shadow: 0 8px 0 rgba(0,0,0,.07); }
.basket-items span:nth-child(2) { height: 110px; background: #ef476f; }
.basket-items span:nth-child(1) { height: 84px; background: #43aa8b; }
.basket-items span:nth-child(3) { height: 124px; background: #f9c74f; }
.basket-items span:nth-child(4) { height: 96px; background: #90be6d; }
.product-code { min-height: 210px; align-content: center; box-shadow: inset 0 -56px 0 var(--blue), 0 16px 30px rgba(12, 52, 112, .15); }

.deal-card { display: grid; align-content: start; gap: 12px; min-height: 380px; padding: 0 20px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 14px 30px rgba(11, 41, 88, .12); overflow: hidden; }
.deal-kicker { margin: 0 -20px 4px; padding: 13px 18px; background: var(--blue-dark); color: #fff; font-weight: 950; text-transform: uppercase; }
.deal-card h2 { margin: 4px 0 0; font-size: 1.55rem; color: #14316a; }
.deal-card p { margin: 0; color: #51617b; }
.deal-card strong { color: var(--blue); font-size: 1.9rem; font-weight: 950; }
.deal-price-stack { display: grid; gap: 2px; }
.deal-price-stack span { color: #6f7d91; font-size: .92rem; font-weight: 800; text-decoration: line-through; }
.deal-price-stack em { color: #12813f; font-style: normal; font-weight: 950; }
.deal-image { min-height: 135px; display: grid; place-items: center; border-radius: 10px; background: #f4f8ff; color: #7d8ca4; font-weight: 950; overflow: hidden; }
.deal-image img { width: 100%; height: 150px; object-fit: contain; }

.section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 26px 0 14px; }
.section-title h2 { margin: 0; color: #183466; font-size: 1.5rem; letter-spacing: 0; }
.section-title a, .section-title span { color: var(--blue); font-weight: 900; }
.category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.category-card { min-height: 164px; display: grid; align-content: center; justify-items: center; gap: 8px; padding: 18px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 8px 18px rgba(18, 33, 63, .06); text-align: center; }
.category-card span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: radial-gradient(circle at 35% 30%, #7cc7ff, var(--blue)); font-size: 1.25rem; font-weight: 950; }
.category-card:nth-child(2n) span { background: radial-gradient(circle at 35% 30%, #97dd70, #2c9a3e); }
.category-card:nth-child(3n) span { background: radial-gradient(circle at 35% 30%, #ffc36d, #ff8b00); }
.category-card:nth-child(4n) span { background: radial-gradient(circle at 35% 30%, #ff8aa0, #e52535); }
.category-card strong { color: var(--ink); font-size: 1rem; }
.category-card small { color: var(--blue); font-weight: 850; }
.categoria-card { min-height: 164px; align-content: start; justify-items: start; padding: 20px; border-radius: 20px; box-shadow: 0 10px 25px rgba(15, 23, 42, .06); text-align: left; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.categoria-card:hover { transform: translateY(-4px); border-color: #cfe0fa; box-shadow: 0 18px 35px rgba(15, 23, 42, .10); }
.categoria-icono { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 6px; border-radius: 18px; color: #155eef; background: #eef4ff; font-size: 28px; }
.categoria-card h3 { margin: 0; color: #0f172a; font-size: 16px; font-weight: 800; line-height: 1.2; }
.categoria-card p { min-height: 38px; margin: 0; color: #64748b; font-size: 14px; line-height: 1.35; }
.categoria-card small { margin-top: auto; color: #155eef; font-weight: 800; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding-bottom: 18px; }
.product-card { position: relative; min-width: 0; min-height: 100%; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 20px rgba(18, 33, 63, .06); }
.product-image { aspect-ratio: 1 / .82; display: grid; place-items: center; padding: 14px; background: #fbfdff; color: #8794aa; font-weight: 950; }
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.product-body { min-width: 0; padding: 14px; display: grid; gap: 8px; flex: 1; }
.product-title { min-height: 42px; color: #1b2b4b; font-weight: 850; line-height: 1.25; }
.product-brand { color: #7a8799; font-size: .9rem; }
.price-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.price { color: var(--blue); font-weight: 950; font-size: 1.2rem; }
.promo-price { color: #12813f; }
.old-price { color: #73839a; font-size: .84rem; font-weight: 800; text-decoration: line-through; }
.promo-summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 10px; border: 1px solid #bbf7d0; border-radius: 7px; color: #14532d; background: #f0fdf4; font-size: .82rem; }
.promo-summary strong { white-space: nowrap; }
.promo-summary span { color: #15803d; font-weight: 900; text-align: right; }
.stock { margin-left: auto; color: var(--green); font-size: .88rem; font-weight: 850; white-space: nowrap; }
.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }
.badge-row.floating { position: absolute; left: 12px; top: 12px; z-index: 1; }
.badge { border-radius: 999px; padding: 5px 9px; color: #fff; background: var(--blue); font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.badge.offer { background: var(--red); }
.badge.new { background: var(--green); }
.badge.hot { background: #ff7a00; }
.product-card form { min-width: 0; }
.product-buy-row { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 8px; align-items: center; margin-top: 2px; }
.product-buy-row.has-whatsapp { grid-template-columns: 72px minmax(0, 1fr) 38px; }
.qty-pill { min-height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: #394861; font-weight: 850; }
.product-buy-row .btn { width: 100%; min-width: 0; min-height: 36px; padding: 0 10px; border-radius: 7px; }
.wa-mini { width: 38px; min-height: 36px; display: grid; place-items: center; border: 2px solid #22c55e; border-radius: 999px; color: #16a34a; font-size: .78rem; font-weight: 950; }

.promo-bands { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 0 12px; }
.promo-band { min-height: 168px; display: flex; align-items: center; padding: 26px; border-radius: 9px; overflow: hidden; }
.promo-band strong { display: block; margin-bottom: 6px; font-size: 1.75rem; color: #12316a; }
.promo-band p { margin: 0 0 16px; color: #43536e; }
.whatsapp-band { background: linear-gradient(100deg, #efffec, #d7f8df); }
.whatsapp-band .btn { background: #16a34a; box-shadow: none; }
.system-band { background: linear-gradient(100deg, #eaf4ff, #cfe8ff); }
.trust-section { padding: 0 0 16px; }
.trust-title { margin: 12px 0 10px; }
.trust-title h2 { display: inline-flex; align-items: center; gap: 8px; font-size: 1.08rem; }
.trust-title h2 svg { width: 18px; height: 18px; color: #233b70; stroke-width: 2.3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding-bottom: 0; }
.trust-card { min-height: 76px; display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 18px rgba(18, 33, 63, .05); }
.trust-card p { margin: 0; min-width: 0; }
.trust-card strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: .92rem; line-height: 1.15; }
.trust-card small { display: block; color: #64728a; font-size: .78rem; line-height: 1.3; }
.trust-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px; color: #1f7a43; background: #dff8e7; }
.trust-icon svg { width: 27px; height: 27px; stroke-width: 2.2; }
.trust-card.delivery .trust-icon { color: #0b62cf; background: #dcecff; }
.trust-card.stock .trust-icon { color: #d76d16; background: #ffe8cf; }
.trust-card.support .trust-icon { color: #fff; background: #17b84f; }

.category-page { padding: 22px 0 34px; background: #f5f7fb; }
.breadcrumb-line { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: #64748b; font-size: .92rem; }
.breadcrumb-line a { color: #51627f; }
.breadcrumb-line strong { color: #0f172a; }
.category-hero-row { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 22px; align-items: center; margin-bottom: 24px; }
.category-title-block { display: flex; align-items: center; gap: 20px; }
.category-title-icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 999px; color: #155eef; background: #e8f1ff; font-size: 2.05rem; }
.category-title-block h1 { margin: 0 0 7px; color: #0b2a67; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }
.category-title-block p { margin: 0; color: #334568; font-size: 1.05rem; }
.category-metrics { display: grid; grid-template-columns: 1fr 1fr; min-height: 86px; border-radius: 12px; background: linear-gradient(120deg, #f9fbff, #eef5ff); box-shadow: 0 10px 24px rgba(15, 23, 42, .05); }
.category-metrics div { display: grid; place-items: center; align-content: center; gap: 6px; text-align: center; }
.category-metrics div + div { border-left: 1px solid #dce7f7; }
.category-metrics strong { color: #155eef; font-size: 1.35rem; font-weight: 950; }
.category-metrics span { color: #334568; font-size: .9rem; }
.subcategory-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 28px; align-items: start; }
.category-filter { position: sticky; top: 168px; border: 1px solid #dbe4f2; border-radius: 10px; background: #fff; box-shadow: 0 10px 25px rgba(15, 23, 42, .05); overflow: hidden; }
.category-filter h2 { margin: 0; padding: 20px; border-bottom: 1px solid #e8edf5; color: #0b2a67; font-size: 1.15rem; }
.category-filter form { display: grid; gap: 14px; padding: 18px 20px; }
.category-filter label { color: #0f214d; font-weight: 850; font-size: .92rem; }
.filter-search { display: grid; grid-template-columns: 1fr 42px; border: 1px solid #cfd9e8; border-radius: 8px; overflow: hidden; background: #fff; }
.filter-search input { min-height: 42px; min-width: 0; border: 0; padding: 0 12px; outline: 0; }
.filter-search button { border: 0; color: #0b3b9e; background: #fff; cursor: pointer; }
.radio-list { display: grid; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid #edf1f7; }
.radio-list label, .check-row { display: flex; align-items: center; gap: 8px; color: #334568; font-weight: 600; }
.price-range { height: 5px; margin: 5px 0 8px; border-radius: 999px; background: #155eef; position: relative; }
.price-range::before, .price-range::after { content: ""; position: absolute; top: 50%; width: 16px; height: 16px; border-radius: 999px; background: #155eef; transform: translateY(-50%); }
.price-range::before { left: 0; }
.price-range::after { right: 0; }
.range-labels { display: flex; justify-content: space-between; color: #64748b; font-size: .86rem; }
.filter-btn { width: 100%; margin-top: 4px; }
.subcategory-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.subcategory-toolbar h2 { margin: 0; color: #0b2a67; font-size: 1.55rem; }
.subcategory-toolbar form { display: flex; align-items: center; gap: 10px; }
.subcategory-toolbar label { font-weight: 850; color: #0f214d; }
.subcategory-toolbar select { min-height: 42px; min-width: 210px; border: 1px solid #cfd9e8; border-radius: 8px; padding: 0 12px; color: #263957; background: #fff; }
.subcategory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.subcategory-card { min-height: 198px; padding: 18px; border: 1px solid #dbe3f0; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(15, 23, 42, .06); text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.subcategory-card:hover { transform: translateY(-4px); border-color: #bcd0ff; box-shadow: 0 16px 32px rgba(15, 23, 42, .10); }
.subcategory-icon { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border-radius: 22px; color: #155eef; background: #eef4ff; font-size: 34px; }
.subcategory-image { width: 86px; height: 72px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 18px; background: #f6f9fe; overflow: hidden; }
.subcategory-image img { width: 100%; height: 100%; object-fit: contain; }
.subcategory-media { width: 110px; height: 90px; margin: 0 auto 14px; border-radius: 22px; background: linear-gradient(135deg, #eef4ff, #f8fbff); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.subcategory-media img { max-width: 88px; max-height: 74px; object-fit: contain; display: block; }
.subcategory-card h3 { margin: 0 0 5px; color: #0f172a; font-size: 16px; font-weight: 800; }
.subcategory-card p { margin: 0 0 10px; color: #64748b; font-size: 13px; }
.subcategory-card a { color: #155eef; font-weight: 800; text-decoration: none; }
.subcategory-card a:hover { text-decoration: underline; }

.products-page { padding-top: 20px; }
.product-list-hero { margin-bottom: 22px; }
.product-category-image { overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #eef4ff, #f9fbff); }
.product-category-image img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.product-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 86px; border-radius: 12px; background: linear-gradient(120deg, #f9fbff, #eef5ff); box-shadow: 0 10px 24px rgba(15, 23, 42, .05); }
.product-metrics div { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 10px; padding: 0 22px; color: #0d2a66; }
.product-metrics div + div { border-left: 1px solid #dce7f7; }
.product-metrics i { grid-row: 1 / 3; align-self: center; color: #155eef; font-size: 1.65rem; }
.product-metrics strong { color: #155eef; font-size: 1.22rem; font-weight: 950; line-height: 1; }
.product-metrics span { color: #334568; font-size: .86rem; }
.product-list-layout { grid-template-columns: 270px minmax(0, 1fr); }
.product-list-content { min-width: 0; }
.product-list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; color: #334568; }
.product-list-toolbar > span { font-weight: 650; }
.product-list-toolbar form { display: flex; align-items: center; gap: 10px; }
.product-list-toolbar label { color: #0f214d; font-weight: 850; }
.product-list-toolbar select { min-height: 42px; min-width: 190px; border: 1px solid #cfd9e8; border-radius: 8px; padding: 0 12px; color: #263957; background: #fff; }
.view-toggle { display: flex; align-items: center; gap: 4px; padding: 3px; border: 1px solid #dce6f5; border-radius: 8px; background: #fff; }
.view-toggle button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 6px; color: #415371; background: transparent; cursor: pointer; }
.view-toggle button.active { color: #fff; background: #155eef; }
.products-list-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.products-list-grid .product-card { border-radius: 12px; box-shadow: 0 10px 24px rgba(15, 23, 42, .055); }
.products-list-grid .product-image { min-height: 190px; background: #fff; }
.product-empty { min-height: 320px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 34px; border: 1px solid #dbe4f2; border-radius: 14px; background: #fff; text-align: center; box-shadow: 0 10px 24px rgba(15, 23, 42, .05); }
.product-empty i { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; color: #155eef; background: #eef4ff; font-size: 2rem; }
.product-empty h2 { margin: 0; color: #0b2a67; }
.product-empty p { margin: 0 0 8px; color: #64748b; }

.product-detail-page { padding: 18px 0 42px; background: #fff; }
.product-breadcrumb { margin-bottom: 18px; }
.product-detail-layout { display: grid; grid-template-columns: minmax(360px, 420px) minmax(0, 1fr) 280px; gap: 34px; align-items: start; }
.product-gallery-card { position: sticky; top: 164px; min-width: 0; padding: 22px; border: 1px solid #dbe4f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(15, 23, 42, .06); }
.favorite-button { position: absolute; right: 22px; top: 22px; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #e1e8f3; border-radius: 999px; color: #0b2a67; background: #fff; font-size: 1.25rem; box-shadow: 0 8px 18px rgba(15, 23, 42, .08); cursor: pointer; }
.product-main-image { min-height: 380px; display: grid; place-items: center; padding: 18px; border-radius: 14px; background: #fff; overflow: hidden; }
.product-main-image img { width: 100%; max-height: 360px; object-fit: contain; display: block; }
.product-image-placeholder { width: 100%; min-height: 260px; display: grid; place-items: center; border-radius: 18px; color: #7b8aa3; background: #f4f8ff; font-weight: 950; }
.product-thumbnails { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.product-thumbnails button { height: 70px; display: grid; place-items: center; padding: 6px; border: 1px solid #d8e3f2; border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-thumbnails button:hover, .product-thumbnails button.is-active { border-color: #155eef; box-shadow: 0 8px 18px rgba(21, 94, 239, .16); transform: translateY(-1px); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-info-panel { min-width: 0; padding-top: 10px; }
.product-badge-row { min-height: 32px; display: flex; gap: 8px; margin-bottom: 8px; }
.product-info-panel h1 { margin: 0 0 8px; color: #0b2a67; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.05; letter-spacing: 0; }
.product-meta { margin: 0 0 12px; color: #52627d; }
.product-meta strong { color: #155eef; }
.rating-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-bottom: 14px; color: #3b4d6c; }
.stars { color: #f6a800; letter-spacing: 1px; font-size: 1.05rem; }
.availability { display: inline-flex; align-items: center; gap: 6px; margin-left: 10px; padding: 7px 12px; border-radius: 999px; font-style: normal; font-size: .86rem; font-weight: 900; }
.availability.available { color: #12813f; background: #dff8e7; }
.availability.empty { color: #b42318; background: #fee4e2; }
.availability::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: currentColor; }
.detail-price-row { display: flex; align-items: baseline; gap: 18px; margin-bottom: 6px; }
.detail-price-row strong { color: #d9151f; font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 950; line-height: 1; }
.detail-price-row span { color: #6f7d91; font-size: 1.18rem; text-decoration: line-through; }
.unit-price { margin: 0 0 18px; color: #5d6d86; font-weight: 600; }
.detail-promo-box { max-width: 620px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 0 14px; }
.detail-promo-box strong, .detail-promo-box span, .detail-promo-box em { display: grid; place-items: center; min-height: 64px; padding: 10px; border-radius: 10px; text-align: center; font-size: .92rem; }
.detail-promo-box strong { color: #0b4db3; background: #eef4ff; }
.detail-promo-box span { color: #52627d; background: #f7f9fc; text-decoration: line-through; }
.detail-promo-box em { color: #12813f; background: #ecfdf3; font-style: normal; font-weight: 950; }
.product-description { max-width: 620px; margin: 0 0 22px; color: #334568; line-height: 1.58; }
.detail-cart-form { display: grid; gap: 10px; margin-bottom: 12px; }
.detail-cart-form label { color: #0f214d; font-weight: 900; }
.detail-buy-row { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 14px; align-items: center; }
.detail-qty { display: grid; grid-template-columns: 42px 48px 42px; min-height: 48px; border: 1px solid #ccd8e8; border-radius: 9px; overflow: hidden; background: #fff; }
.detail-qty button, .detail-qty input { border: 0; background: #fff; color: #243654; text-align: center; font-weight: 900; }
.detail-qty button { cursor: pointer; font-size: 1.35rem; }
.detail-qty input { min-width: 0; outline: 0; }
.detail-qty input::-webkit-outer-spin-button, .detail-qty input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.cart-button { min-height: 48px; gap: 10px; border-radius: 9px; font-size: 1.02rem; }
.cart-button i, .whatsapp-detail-button i { font-size: 1.25rem; }
.whatsapp-detail-button { width: 100%; min-height: 48px; gap: 10px; border-radius: 9px; background: #16b84e; box-shadow: 0 10px 20px rgba(22, 184, 78, .18); }
.product-actions-row { display: flex; align-items: center; gap: 22px; padding-top: 10px; }
.product-actions-row button { display: inline-flex; align-items: center; gap: 8px; border: 0; color: #155eef; background: transparent; font-weight: 800; cursor: pointer; }
.product-side-panels { display: grid; gap: 22px; }
.service-panel, .seller-panel { border: 1px solid #dbe4f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(15, 23, 42, .06); overflow: hidden; }
.service-panel > div { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 20px; }
.service-panel > div + div { border-top: 1px solid #e8eef6; }
.service-panel span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 999px; color: #155eef; background: #eef4ff; font-size: 1.55rem; }
.service-panel p { margin: 0; min-width: 0; }
.service-panel strong, .seller-panel strong { display: block; color: #0b2a67; font-weight: 950; }
.service-panel small { display: block; margin-top: 3px; color: #445676; line-height: 1.35; }
.seller-panel { padding: 20px; }
.seller-panel small { color: #445676; font-weight: 700; }
.seller-panel strong { margin: 4px 0 14px; color: #155eef; font-size: 1.18rem; }
.seller-panel span { display: flex; align-items: center; gap: 8px; margin: 10px 0; color: #334568; font-size: .92rem; }
.seller-panel i { color: #155eef; }
.seller-panel a { display: inline-block; margin-top: 8px; color: #155eef; font-weight: 850; }
.product-tabs-panel { margin-top: 26px; border: 1px solid #dbe4f2; border-radius: 12px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, .05); overflow: hidden; }
.product-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #e6edf7; }
.product-tabs button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-bottom: 3px solid transparent; color: #263957; background: #fff; font-weight: 900; cursor: pointer; }
.product-tabs button.active { color: #155eef; border-bottom-color: #155eef; }
.product-tab-content { padding: 18px 28px; color: #334568; line-height: 1.5; }
.product-tab-content p { margin: 0 0 8px; }
.related-products { margin-top: 24px; }
.related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.cart-page-modern { padding: 20px 0 36px; background: #f5f7fb; }
.cart-title-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.cart-title-row h1 { margin: 0 0 4px; color: #0b2a67; font-size: clamp(2rem, 3.2vw, 2.7rem); line-height: 1; }
.cart-title-row p { margin: 0; color: #64748b; }
.cart-title-row > span { padding: 8px 12px; border-radius: 999px; color: #155eef; background: #eaf2ff; font-weight: 900; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 28px; align-items: start; }
.cart-items-panel, .cart-summary-panel, .cart-empty-state, .cart-recommendations { border: 1px solid #dbe4f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(15, 23, 42, .06); }
.cart-items-panel { padding: 12px; }
.cart-table-head { display: grid; grid-template-columns: minmax(270px, 1fr) 150px 180px 140px 36px; gap: 12px; padding: 0 12px 10px; color: #0f214d; font-size: .88rem; font-weight: 900; }
.cart-items-list { display: grid; gap: 10px; }
.cart-item-card { display: grid; grid-template-columns: minmax(270px, 1fr) 150px 180px 140px 36px; gap: 12px; align-items: center; min-height: 98px; padding: 12px; border: 1px solid #dfe8f5; border-radius: 12px; background: #fff; }
.cart-item-product { min-width: 0; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 14px; align-items: center; }
.cart-item-image { width: 118px; height: 72px; display: grid; place-items: center; border-radius: 10px; background: #f7faff; overflow: hidden; }
.cart-item-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.cart-item-image em { color: #7b8aa3; font-style: normal; font-weight: 900; }
.cart-item-product strong { display: block; color: #102142; font-size: 1.05rem; line-height: 1.2; }
.cart-item-product small { display: block; margin-top: 3px; color: #66758d; }
.stock-dot { display: inline-flex !important; align-items: center; gap: 6px; color: #12a150 !important; font-weight: 850; }
.stock-dot::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #12a150; }
.cart-promo-line { color: #12813f !important; font-weight: 900; }
.cart-unit-price, .cart-line-total { color: #102142; font-weight: 900; }
.cart-line-total { font-size: 1.05rem; }
.cart-qty-form { display: grid; grid-template-columns: 44px 58px 44px; align-items: stretch; width: 146px; min-height: 42px; border: 1px solid #cfd9e8; border-radius: 9px; overflow: hidden; background: #fff; }
.cart-qty-form form { display: contents; }
.cart-qty-form button, .cart-qty-form span { display: grid; place-items: center; border: 0; color: #102142; background: #fff; font-weight: 950; }
.cart-qty-form button { cursor: pointer; font-size: 1.2rem; }
.cart-qty-form span { border-left: 1px solid #e2e9f3; border-right: 1px solid #e2e9f3; }
.cart-remove-form button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 8px; color: #35455f; background: transparent; cursor: pointer; }
.cart-remove-form button:hover { color: #d9151f; background: #fff1f1; }
.cart-extra-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 10px; padding: 16px; border: 1px solid #dfe8f5; border-radius: 12px; background: #fff; }
.cart-extra-panel label { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: #0f214d; font-weight: 900; }
.cart-extra-panel input { width: 100%; min-height: 42px; border: 1px solid #cfd9e8; border-radius: 8px; padding: 0 12px; outline: 0; }
.cart-extra-panel small { display: block; margin-top: 4px; color: #7a8799; text-align: right; }
.coupon-row { display: grid; grid-template-columns: 1fr 84px; gap: 10px; }
.cart-actions-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; }
.btn.danger { color: #dc2626; background: #fff; border: 1px solid #ffb4b4; box-shadow: none; }
.cart-summary-panel { position: sticky; top: 166px; padding: 24px; }
.cart-summary-panel h2 { margin: 0 0 20px; color: #102142; font-size: 1.45rem; }
.summary-lines { display: grid; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid #dfe8f5; }
.summary-lines div, .summary-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.summary-lines span { color: #40516e; }
.summary-lines strong { color: #102142; }
.summary-total { padding: 16px 0; color: #102142; font-weight: 950; }
.summary-total span { font-size: 1.1rem; }
.summary-total strong { color: #0757d8; font-size: 2rem; line-height: 1; }
.delivery-note { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 12px; align-items: center; margin-bottom: 14px; padding: 14px; border-radius: 12px; background: #eef4ff; }
.delivery-note i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; color: #155eef; background: #dfeaff; font-size: 1.25rem; }
.delivery-note p { margin: 0; }
.delivery-note strong, .delivery-note small { display: block; }
.delivery-note small { margin-top: 3px; color: #52627d; }
.checkout-button, .whatsapp-cart-button { width: 100%; min-height: 48px; gap: 10px; border-radius: 9px; margin-bottom: 10px; font-size: 1.02rem; }
.whatsapp-cart-button { color: #16a34a; background: #fff; border: 1px solid #20c766; box-shadow: none; }
.cart-trust-list { display: grid; gap: 14px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #dfe8f5; }
.cart-trust-list p { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; margin: 0; color: #334568; }
.cart-trust-list i { color: #155eef; font-size: 1.35rem; }
.cart-trust-list p:nth-child(2) i { color: #16a34a; }
.cart-trust-list strong, .cart-trust-list small { display: block; }
.cart-trust-list small { color: #64748b; margin-top: 3px; }
.cart-empty-state { min-height: 340px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 34px; text-align: center; }
.cart-empty-state i { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 24px; color: #155eef; background: #eef4ff; font-size: 2.1rem; }
.cart-empty-state h2 { margin: 0; color: #0b2a67; }
.cart-empty-state p { margin: 0 0 8px; color: #64748b; }
.cart-recommendations { margin-top: 18px; padding: 14px; }
.cart-recommendations .section-title { margin: 0 0 12px; }
.cart-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-bottom: 0; }

.checkout-modern { padding: 20px 0 0; background: #f5f7fb; }
.checkout-modern h1 { margin: 0 0 18px; color: #0b2a67; font-size: clamp(2rem, 3vw, 2.65rem); line-height: 1; }
.checkout-steps { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; max-width: 720px; margin: 0 0 24px 58px; position: relative; }
.checkout-steps::before { content: ""; position: absolute; left: 58px; right: 58px; top: 18px; height: 2px; background: #d8e2f0; }
.checkout-steps div { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #64748b; font-weight: 800; }
.checkout-steps span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; color: #5a667a; background: #e5e9f0; font-weight: 950; }
.checkout-steps .active span { color: #fff; background: #0757d8; box-shadow: 0 8px 18px rgba(7, 87, 216, .22); }
.checkout-steps .active small { color: #0757d8; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 28px; align-items: start; padding-bottom: 24px; }
.checkout-main { display: grid; gap: 14px; min-width: 0; }
.checkout-login-card, .checkout-form-card, .checkout-summary-panel { border: 1px solid #dbe4f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(15, 23, 42, .06); }
.checkout-login-card { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px; }
.login-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 999px; color: #0757d8; background: #eef4ff; font-size: 1.75rem; }
.checkout-login-card strong { color: #0f214d; font-size: 1.05rem; }
.checkout-login-card p { margin: 4px 0 0; color: #64748b; }
.checkout-login-form { display: flex; align-items: center; gap: 10px; }
.checkout-login-form input { min-height: 42px; min-width: 220px; border: 1px solid #cfd9e8; border-radius: 8px; padding: 0 12px; outline: 0; }
.checkout-form-card { padding: 18px; }
.checkout-section { padding: 0 0 18px; border-bottom: 1px solid #e5ecf6; }
.checkout-section + .checkout-section { padding-top: 16px; }
.checkout-section:last-child { border-bottom: 0; padding-bottom: 0; }
.checkout-section h2 { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #0757d8; font-size: 1.08rem; }
.checkout-section h2 small { color: #64748b; font-weight: 700; }
.checkout-fields { display: grid; gap: 14px; }
.checkout-fields.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.checkout-fields .span-two { grid-column: span 2; }
.checkout-section .field label { color: #263957; font-size: .88rem; }
.checkout-section .field label span { color: #e52535; }
.checkout-section .field input, .checkout-section .field select, .checkout-section textarea { width: 100%; min-height: 42px; border: 1px solid #cfd9e8; border-radius: 8px; padding: 0 12px; color: #263957; background: #fff; outline: 0; }
.checkout-section textarea { min-height: 72px; padding: 12px; resize: vertical; }
.checkout-choice-grid, .checkout-payment-grid { display: grid; gap: 14px; }
.checkout-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checkout-payment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.checkout-choice, .checkout-payment { position: relative; min-height: 72px; display: grid; align-items: center; gap: 12px; border: 1px solid #d8e2f0; border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.checkout-choice { grid-template-columns: 28px minmax(0, 1fr) 48px; padding: 13px 16px; }
.checkout-payment { grid-template-columns: 46px minmax(0, 1fr); padding: 14px; }
.checkout-choice input, .checkout-payment input { position: absolute; opacity: 0; pointer-events: none; }
.choice-radio { width: 22px; height: 22px; border: 2px solid #c1cce0; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 5px #fff; }
.checkout-choice:has(input:checked), .checkout-payment:has(input:checked) { border-color: #0757d8; background: #f8fbff; box-shadow: 0 8px 18px rgba(7, 87, 216, .10); }
.checkout-choice:has(input:checked) .choice-radio { border-color: #0757d8; background: #0757d8; }
.checkout-choice strong, .checkout-payment strong { display: block; color: #102142; }
.checkout-choice small, .checkout-payment small { display: block; margin-top: 2px; color: #64748b; line-height: 1.35; }
.checkout-choice > i { color: #0757d8; font-size: 2rem; justify-self: end; }
.checkout-payment > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: #0757d8; background: #eef4ff; font-size: 1.35rem; }
.delivery-zone-field { margin-top: 12px; max-width: 420px; }
.delivery-zone-field.is-disabled { opacity: .55; pointer-events: none; }
.checkout-bank-box { display: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 12px; padding: 12px 14px; border: 1px solid #cfe0fa; border-radius: 10px; background: #f8fbff; }
.checkout-bank-box.is-visible { display: grid; }
.checkout-bank-box div { display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto; gap: 1px 9px; align-items: center; min-width: 0; }
.checkout-bank-box i { grid-row: 1 / span 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #0757d8; background: #eaf2ff; }
.checkout-bank-box span { color: #64748b; font-size: .78rem; font-weight: 800; }
.checkout-bank-box strong { min-width: 0; color: #102142; font-size: .92rem; overflow-wrap: anywhere; }
.checkout-transfer-box { display: none; margin-top: 12px; padding: 14px; border: 1px solid #cfe0fa; border-radius: 10px; background: #f8fbff; }
.checkout-transfer-box.is-visible { display: block; }
.checkout-transfer-head strong, .checkout-transfer-head small { display: block; }
.checkout-transfer-head small { margin-top: 3px; color: #64748b; }
.checkout-transfer-grid { display: grid; gap: 10px; margin-top: 12px; }
.checkout-bank-option { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; padding: 12px; border: 1px solid #dbe4f2; border-radius: 10px; background: #fff; cursor: pointer; }
.checkout-bank-option input { margin-top: 4px; accent-color: #0757d8; }
.checkout-bank-option span { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 2px 10px; min-width: 0; }
.checkout-bank-option i { grid-row: 1 / span 3; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: #0757d8; background: #eaf2ff; }
.checkout-bank-option strong { color: #102142; overflow-wrap: anywhere; }
.checkout-bank-option small { color: #40516e; overflow-wrap: anywhere; }
.checkout-transfer-empty { margin-top: 12px; padding: 12px; border: 1px solid #fde68a; border-radius: 9px; color: #854d0e; background: #fffbeb; font-weight: 800; }
.checkout-transfer-reference { margin-top: 12px; max-width: 520px; }
.checkout-proof-box { display: none; align-items: center; justify-content: space-between; gap: 14px; margin-top: 12px; padding: 12px 16px; border: 1px solid #cfe0fa; border-radius: 10px; background: #f5f9ff; }
.checkout-proof-box.is-visible { display: flex; }
.checkout-proof-box strong, .checkout-proof-box small { display: block; }
.checkout-proof-box small { color: #64748b; margin-top: 3px; }
.checkout-proof-box label { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 18px; border: 1px solid #0757d8; border-radius: 8px; color: #0757d8; background: #fff; font-weight: 900; cursor: pointer; }
.checkout-proof-box input { display: none; }
.textarea-counter { display: block; margin-top: 5px; color: #7a8799; text-align: right; }
.checkout-summary-panel { position: sticky; top: 166px; padding: 24px; }
.checkout-summary-panel h2 { margin: 0 0 16px; color: #102142; font-size: 1.45rem; }
.checkout-summary-items { display: grid; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5ecf6; }
.checkout-summary-items article { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.checkout-summary-items article > span { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid #e2e9f4; border-radius: 9px; background: #f8fbff; overflow: hidden; }
.checkout-summary-items img { width: 100%; height: 100%; object-fit: contain; display: block; }
.checkout-summary-items em { color: #7b8aa3; font-size: .78rem; font-style: normal; font-weight: 900; }
.checkout-summary-items p { margin: 0; min-width: 0; }
.checkout-summary-items strong, .checkout-summary-items small { display: block; }
.checkout-summary-items p strong { color: #102142; font-size: .9rem; line-height: 1.25; }
.checkout-summary-items small { margin-top: 4px; color: #64748b; }
.checkout-summary-items b { color: #102142; font-size: .9rem; }
.checkout-summary-lines { display: grid; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #e5ecf6; }
.checkout-summary-lines div, .checkout-final-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.checkout-summary-lines span { color: #40516e; }
.checkout-summary-lines strong { color: #102142; }
.checkout-summary-lines .discount { color: #16a34a; }
.checkout-final-total { padding: 16px 0; }
.checkout-final-total span { color: #102142; font-size: 1.15rem; font-weight: 950; }
.checkout-final-total strong { color: #0757d8; font-size: 2rem; line-height: 1; }
.checkout-delivery-note { margin-bottom: 14px; }
.checkout-confirm-button { width: 100%; min-height: 50px; gap: 10px; border-radius: 9px; margin-bottom: 10px; font-size: 1.03rem; }
.checkout-trust-band { padding: 18px 0 22px; border-top: 1px solid #dbe4f2; background: #fff; }
.checkout-trust-band .container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.checkout-trust-band div { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 14px; }
.checkout-trust-band i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 999px; color: #0757d8; background: #eef4ff; font-size: 1.5rem; }
.checkout-trust-band div:nth-child(3) i { color: #16a34a; background: #dcfce7; }
.checkout-trust-band p { margin: 0; }
.checkout-trust-band strong, .checkout-trust-band small { display: block; }
.checkout-trust-band small { color: #64748b; margin-top: 3px; }

.confirmation-modern { padding: 24px 0 38px; background: #f5f7fb; }
.confirmation-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 24px; align-items: start; }
.confirmation-main-card, .confirmation-summary-card, .next-steps-card { border: 1px solid #dbe4f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(15, 23, 42, .06); }
.confirmation-main-card { min-height: 360px; display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 28px; padding: 28px; }
.success-illustration { position: relative; min-height: 250px; display: grid; place-items: center; }
.success-illustration::before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 999px; background: linear-gradient(180deg, #e9f8ef, #d8f4e6); }
.success-circle { position: absolute; top: 32px; width: 86px; height: 86px; display: grid; place-items: center; border: 10px solid #16a34a; border-radius: 999px; color: #16a34a; background: #f8fffb; font-size: 3rem; z-index: 2; }
.confirmation-main-card.is-stopped { border-color: #fecaca; background: #fffafa; }
.confirmation-main-card.is-stopped .success-illustration::before { background: linear-gradient(180deg, #fff1f2, #fee2e2); }
.confirmation-main-card.is-stopped .success-circle { border-color: #ef4444; color: #dc2626; background: #fff1f2; }
.confirmation-main-card.is-stopped .confirmation-message h1 { color: #991b1b; }
.confirmation-main-card.is-rejected { border-color: #fecaca; background: #fffafa; }
.confirmation-main-card.is-rejected .success-illustration::before { background: linear-gradient(180deg, #fff7ed, #fee2e2); }
.confirmation-main-card.is-rejected .success-circle { border-color: #dc2626; color: #dc2626; background: #fff1f2; }
.confirmation-main-card.is-rejected .confirmation-message h1 { color: #991b1b; }
.success-basket { position: absolute; bottom: 38px; width: 150px; height: 78px; border-radius: 12px 12px 18px 18px; background: #0757d8; box-shadow: inset 0 -12px 0 rgba(0,0,0,.11); z-index: 2; }
.success-basket::before { content: ""; position: absolute; left: 16px; right: 16px; top: -11px; height: 18px; border-radius: 999px; background: #2f83ff; }
.success-basket span { position: absolute; bottom: 55px; width: 24px; border-radius: 8px 8px 0 0; background: #16a34a; }
.success-basket span:nth-child(1) { left: 34px; height: 52px; transform: rotate(-12deg); }
.success-basket span:nth-child(2) { left: 64px; height: 62px; background: #f97316; transform: rotate(10deg); }
.success-basket span:nth-child(3) { right: 36px; height: 72px; background: #fbbf24; transform: rotate(18deg); }
.confetti { position: absolute; width: 8px; height: 8px; border-radius: 3px; background: #0757d8; z-index: 3; }
.confetti.one { left: 30px; top: 46px; background: #f59e0b; }
.confetti.two { right: 46px; top: 72px; background: #16a34a; }
.confetti.three { left: 68px; bottom: 76px; background: #60a5fa; }
.confirmation-message { align-self: center; min-width: 0; }
.confirmation-message h1 { margin: 0 0 18px; color: #102142; font-size: clamp(2rem, 3.4vw, 2.85rem); line-height: 1; }
.confirmation-message p { max-width: 620px; margin: 0 0 14px; color: #263957; font-size: 1.05rem; line-height: 1.55; }
.confirmation-message strong { color: #0757d8; }
.order-progress { display: grid; grid-template-columns: repeat(var(--progress-count, 5), minmax(0, 1fr)); gap: 0; margin-top: 28px; }
.order-progress div { position: relative; display: grid; justify-items: center; gap: 10px; color: #263957; text-align: center; }
.order-progress div::before { content: ""; position: absolute; left: -50%; right: 50%; top: 18px; height: 3px; background: #d7e0ec; }
.order-progress div:first-child::before { display: none; }
.order-progress span { position: relative; z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border: 3px solid #cfd8e6; border-radius: 999px; color: #94a3b8; background: #fff; font-weight: 950; }
.order-progress .completed::after { content: ""; position: absolute; left: 50%; right: -50%; top: 18px; height: 3px; background: #16a34a; }
.order-progress div:last-child::after { display: none; }
.order-progress .active span { border-color: #16a34a; color: #fff; background: #16a34a; }
.order-progress .active small { color: #16a34a; font-weight: 900; }
.order-progress.is-rejected .current span { border-color: #dc2626; background: #dc2626; color: #fff; }
.order-progress.is-rejected .current small { color: #b91c1c; }
.order-progress small { max-width: 96px; font-size: .92rem; line-height: 1.25; }
.order-terminal-status { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 24px; padding: 14px; border: 1px solid #fecaca; border-radius: 12px; color: #991b1b; background: #fff1f2; }
.order-terminal-status i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: #ef4444; font-size: 1.35rem; }
.order-terminal-status strong, .order-terminal-status small { display: block; }
.order-terminal-status small { margin-top: 3px; color: #7f1d1d; line-height: 1.35; }
.payment-rejected-status { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 24px; padding: 14px; border: 1px solid #fecaca; border-radius: 12px; color: #991b1b; background: #fff1f2; }
.payment-rejected-status i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: #dc2626; font-size: 1.35rem; }
.payment-rejected-status strong, .payment-rejected-status small { display: block; }
.payment-rejected-status small { margin-top: 3px; color: #7f1d1d; line-height: 1.35; }
.notification-note { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 12px 18px; border: 1px solid #cfe0fa; border-radius: 10px; color: #0b3b9e; background: #f4f8ff; font-weight: 750; }
.confirmation-main-card.is-stopped .notification-note { border-color: #fecaca; color: #991b1b; background: #fff1f2; }
.confirmation-main-card.is-rejected .notification-note { border-color: #fecaca; color: #991b1b; background: #fff1f2; }
.notification-note i { font-size: 1.6rem; }
.payment-proof-message { grid-column: 1 / -1; padding: 12px 14px; border: 1px solid #bfdbfe; border-radius: 10px; background: #eff6ff; color: #1e40af; font-weight: 800; }
.payment-proof-retry { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid #facc15; border-radius: 10px; background: #fffbeb; }
.payment-proof-retry.is-proof-form { grid-template-columns: 1fr; align-items: stretch; }
.payment-proof-retry.is-rejected { border-color: #fca5a5; background: #fff7f7; }
.payment-proof-retry strong, .payment-proof-retry small { display: block; }
.payment-proof-retry small { color: #854d0e; margin-top: 3px; }
.payment-proof-retry form { margin: 0; display: contents; }
.payment-proof-intro strong { color: #991b1b; }
.payment-proof-intro small { color: #7f1d1d; }
.payment-proof-bank-list { display: grid; gap: 10px; }
.payment-proof-bank { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; padding: 12px; border: 1px solid #fecaca; border-radius: 10px; background: #fff; cursor: pointer; }
.payment-proof-bank input { margin-top: 5px; accent-color: #dc2626; }
.payment-proof-bank span { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 2px 10px; min-width: 0; }
.payment-proof-bank i { grid-row: 1 / span 3; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: #dc2626; background: #fee2e2; }
.payment-proof-bank strong { color: #102142; overflow-wrap: anywhere; }
.payment-proof-bank small { color: #40516e; overflow-wrap: anywhere; }
.payment-proof-empty { margin: 0; padding: 12px; border: 1px solid #fca5a5; border-radius: 9px; color: #991b1b; background: #fff1f2; font-weight: 850; }
.payment-proof-reference { display: grid; gap: 6px; }
.payment-proof-reference span { color: #334568; font-weight: 850; }
.payment-proof-reference input { width: 100%; min-height: 42px; border: 1px solid #fca5a5; border-radius: 8px; padding: 0 12px; background: #fff; }
.payment-proof-file { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 16px; border: 1px solid #0757d8; border-radius: 8px; color: #0757d8; background: #fff; font-weight: 900; cursor: pointer; white-space: nowrap; justify-self: start; }
.payment-proof-file input[type="file"] { display: none; }
.confirmation-summary-card { padding: 24px; }
.confirmation-summary-card h2, .next-steps-card h2 { margin: 0 0 18px; color: #102142; font-size: 1.35rem; }
.order-facts { display: grid; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #e3eaf4; }
.order-facts div { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.order-facts i { color: #102142; font-size: 1.05rem; }
.order-facts span { color: #334568; }
.order-facts strong { color: #102142; text-align: right; }
.order-facts div:first-child strong { color: #0757d8; }
.order-facts .is-payment-rejected { padding: 8px; border: 1px solid #fecaca; border-radius: 10px; background: #fff1f2; }
.order-facts .is-payment-rejected i, .order-facts .is-payment-rejected strong { color: #b91c1c; }
.confirmation-total-lines { display: grid; gap: 12px; padding: 18px 0; border-bottom: 1px solid #e3eaf4; }
.confirmation-total-lines div, .confirmation-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.confirmation-total-lines span { color: #334568; }
.confirmation-total-lines strong { color: #102142; }
.confirmation-total { padding-top: 16px; }
.confirmation-total span { color: #102142; font-size: 1.1rem; font-weight: 950; }
.confirmation-total strong { color: #0757d8; font-size: 1.8rem; line-height: 1; }
.confirmation-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; padding: 0 44px; }
.confirmation-actions .btn { min-width: 200px; gap: 9px; }
.next-steps-card { grid-column: 2; padding: 24px; }
.next-steps-card > div { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 0; }
.next-steps-card > div + div { border-top: 1px solid #edf2f7; }
.next-steps-card span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 999px; color: #0757d8; background: #eaf2ff; font-size: 1.35rem; }
.next-steps-card.is-stopped { border-color: #fecaca; background: #fffafa; }
.next-steps-card.is-stopped h2 { color: #991b1b; }
.next-steps-card.is-stopped span { color: #dc2626; background: #fee2e2; }
.next-steps-card.is-rejected { border-color: #fecaca; background: #fffafa; }
.next-steps-card.is-rejected h2 { color: #991b1b; }
.next-steps-card.is-rejected span { color: #dc2626; background: #fee2e2; }
.next-steps-card p { margin: 0; }
.next-steps-card strong, .next-steps-card small { display: block; }
.next-steps-card small { margin-top: 4px; color: #64748b; line-height: 1.35; }
.confirmation-recommendations { margin-top: 24px; }
.confirmation-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.cart-page, .checkout-page, .admin-page, .detail-page { padding: 32px 0 48px; }
.table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.table th, .table td { padding: 12px; border-bottom: 1px solid #edf2f7; text-align: left; vertical-align: middle; }
.table th { background: #f8fafc; color: #475569; font-size: .9rem; }
.total-box { margin-left: auto; width: min(420px, 100%); background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 18px; display: grid; gap: 10px; }
.total-row { display: flex; justify-content: space-between; gap: 16px; }
.total-row.final { font-size: 1.25rem; font-weight: 900; color: var(--brand); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: #475569; font-weight: 800; }
.search input, .field input, .field select, .field textarea { width: 100%; min-height: 44px; border: 1px solid #d9e0e6; border-radius: 8px; padding: 10px 12px; background: #fff; }
.validation-summary-errors { color: #b42318; background: #fff3f0; border: 1px solid #ffd6cc; padding: 12px; border-radius: 8px; }
.validation-summary-errors:empty { display: none; }
.account-strip { margin: 0 0 18px; padding: 14px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.account-strip strong, .account-strip span { display: block; }
.account-strip span { color: #64748b; margin-top: 3px; }
.account-login { display: flex; gap: 8px; align-items: center; }
.account-login input { min-height: 44px; border: 1px solid #d9e0e6; border-radius: 8px; padding: 10px 12px; background: #fff; min-width: 260px; }
.notice { padding: 12px 14px; border: 1px solid #fde68a; background: #fffbeb; color: #854d0e; border-radius: 8px; }
.confirmation { display: grid; place-items: center; min-height: 68vh; text-align: center; padding: 28px; }
.confirmation-card { max-width: 640px; background: #fff; border: 1px solid #e7e0d8; border-radius: 10px; padding: 28px; }

.account-login-page { padding: 24px 0 44px; background: linear-gradient(180deg, #f7fbff 0, #f5f7fb 100%); }
.account-login-heading { margin-bottom: 20px; }
.account-login-heading h1 { margin: 0 0 8px; color: #0b2a67; font-size: clamp(2.25rem, 4vw, 3.05rem); line-height: 1; }
.account-login-heading p { margin: 0; color: #62708a; font-size: 1.02rem; }
.account-login-layout { width: min(980px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .8fr); gap: 24px; align-items: stretch; }
.account-login-card, .account-benefits-card { border: 1px solid #dbe4f2; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(15, 23, 42, .08); }
.account-login-card { min-height: 455px; padding: clamp(24px, 4vw, 40px); }
.account-login-form { display: grid; gap: 22px; }
.account-login-field label { display: block; margin-bottom: 10px; color: #122653; font-weight: 900; }
.account-login-field div { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; min-height: 54px; border: 1px solid #cbd8eb; border-radius: 8px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.account-login-field div:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7, 87, 216, .10); }
.account-login-field i { display: grid; place-items: center; color: #475569; font-size: 1.25rem; }
.account-login-field input { width: 100%; min-height: 52px; border: 0; outline: 0; padding: 0 16px 0 2px; color: #12213f; background: transparent; }
.account-login-submit { width: 100%; min-height: 52px; margin-top: 4px; border-radius: 8px; box-shadow: 0 12px 24px rgba(7, 87, 216, .20); }
.account-login-terms { margin: 6px 0 0; color: #40516e; text-align: center; line-height: 1.45; }
.account-login-terms a { color: var(--blue); font-weight: 850; }
.account-switch { margin: 0 0 18px; color: #102142; text-align: center; font-weight: 650; }
.account-switch a, .account-check a { color: var(--blue); font-weight: 900; }
.account-check { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; color: #102142; line-height: 1.35; }
.account-check input { width: 18px; height: 18px; accent-color: var(--blue); }
.account-signed-card { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 18px; align-items: center; padding: 18px; border: 1px solid #dbeafe; border-radius: 12px; background: #f8fbff; }
.account-signed-card > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 999px; color: var(--blue); background: #eaf2ff; font-size: 2rem; }
.account-signed-card h2 { margin: 0 0 8px; color: #102142; font-size: 1.5rem; }
.account-signed-card p { margin: 0 0 5px; color: #40516e; }
.account-signed-card small { display: block; color: #64748b; line-height: 1.35; }
.account-login-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.account-text-button { margin-top: 18px; padding: 0; border: 0; color: var(--blue); background: transparent; font-weight: 900; cursor: pointer; }
.account-benefits-card { display: grid; align-content: start; justify-items: center; padding: 30px 38px; text-align: center; }
.account-benefits-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 999px; color: var(--blue); background: #eaf2ff; font-size: 1.8rem; }
.account-benefits-card h2 { margin: 0 0 8px; color: #0f214d; font-size: 1.35rem; }
.account-benefits-card > p { max-width: 290px; margin: 0 0 24px; color: #62708a; line-height: 1.45; }
.account-create-button { width: 100%; min-height: 50px; margin-bottom: 24px; border-radius: 8px; }
.account-logout-panel { width: 100%; margin: 0; }
.account-benefits-list { width: 100%; display: grid; gap: 18px; padding-top: 20px; border-top: 1px solid #dbe4f2; text-align: left; }
.account-benefits-list div { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: center; }
.account-benefits-list span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 999px; color: var(--blue); background: #eef4ff; font-size: 1.25rem; }
.account-benefits-list p { margin: 0; }
.account-benefits-list strong { display: block; margin-bottom: 4px; color: #102142; line-height: 1.2; }
.account-benefits-list small { display: block; color: #62708a; line-height: 1.35; }
.account-shopping-art { position: relative; width: 230px; height: 130px; display: grid; place-items: center; margin: 0 auto 20px; color: var(--blue); background: #eef4ff; border-radius: 999px 999px 30px 30px; }
.account-shopping-art > i { position: absolute; left: 28px; bottom: 20px; font-size: 3rem; color: #40516e; }
.account-shopping-art span { width: 92px; height: 78px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--blue); font-size: 2.2rem; box-shadow: 0 14px 24px rgba(7, 87, 216, .18); }

.otp-layout { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr); }
.otp-card { display: grid; align-content: start; gap: 14px; }
.otp-card h2 { margin: 4px 0 0; color: #102142; font-size: 1.7rem; }
.otp-copy { margin: 0; color: #52617a; }
.otp-secure-pill, .otp-status { width: fit-content; display: inline-flex; align-items: center; gap: 8px; border-radius: 8px; font-weight: 900; }
.otp-secure-pill { padding: 8px 14px; color: var(--blue); background: #eef4ff; }
.otp-status { margin: 2px 0 0; padding: 9px 13px; color: #118946; background: #e7f9ee; }
.otp-form { display: grid; gap: 16px; }
.otp-boxes { display: grid; grid-template-columns: repeat(6, minmax(0, 64px)); gap: 18px; }
.otp-boxes input { width: 64px; height: 64px; border: 1px solid #cbd8eb; border-radius: 8px; color: #102142; text-align: center; font-size: 1.8rem; font-weight: 900; outline: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.otp-boxes input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7, 87, 216, .12); }
.otp-meta { display: grid; gap: 12px; color: #52617a; }
.otp-meta p { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.otp-meta strong { color: var(--blue); }
.otp-link { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--blue); background: transparent; font-weight: 900; cursor: pointer; }
.otp-muted { display: inline-flex; align-items: center; gap: 8px; color: #64748b; font-weight: 750; }
.otp-divider { position: relative; display: grid; place-items: center; margin: 2px 0; color: #64748b; }
.otp-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #dbe4f2; }
.otp-divider span { position: relative; z-index: 1; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #dbe4f2; border-radius: 999px; background: #fff; font-weight: 900; }
.otp-back-button { width: 100%; margin: 0; }
.otp-used-for { display: grid; gap: 12px; margin-top: 10px; padding: 18px; border: 1px solid #dbe4f2; border-radius: 10px; background: #f8fbff; text-align: center; }
.otp-used-for span { color: #52617a; }
.otp-used-for div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.otp-used-for a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #cbd8eb; border-radius: 8px; color: var(--blue); background: #fff; font-weight: 900; }
.otp-phone-art { position: relative; width: 250px; height: 185px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--blue); background: #eef4ff; border-radius: 999px; }
.otp-phone-art > i { font-size: 6.2rem; color: #102142; }
.otp-phone-art span { position: absolute; left: 76px; top: 62px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: #22c55e; font-size: 1.9rem; }
.otp-phone-art em { position: absolute; right: 28px; top: 80px; padding: 10px 18px; border: 1px solid #cbd8eb; border-radius: 10px; color: var(--blue); background: #fff; font-style: normal; font-weight: 950; letter-spacing: 4px; box-shadow: 0 10px 22px rgba(15, 23, 42, .08); }
.otp-help-card h2 { margin-bottom: 14px; }
.otp-help-list { border-top: 0; padding-top: 0; }
.otp-help-list div { padding-bottom: 14px; border-bottom: 1px solid #e5ecf6; }
.otp-help-link { width: 100%; min-height: 70px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 22px; align-items: center; gap: 12px; margin-top: 20px; padding: 12px 14px; border: 1px solid #cbd8eb; border-radius: 10px; color: var(--blue); background: #f8fbff; text-align: left; }
.otp-help-link > i:first-child { color: #16a34a; font-size: 2rem; }
.otp-help-link strong, .otp-help-link small { display: block; }

.customer-orders-page { padding: 24px 0 44px; background: #f5f7fb; }
.customer-orders-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.customer-orders-heading h1 { margin: 0 0 8px; color: #0b2a67; font-size: clamp(2.25rem, 4vw, 3.05rem); line-height: 1; }
.customer-orders-heading p { max-width: 650px; margin: 0; color: #62708a; line-height: 1.45; }
.orders-month-filter { display: grid; grid-template-columns: auto 170px auto; align-items: end; gap: 10px; padding: 12px; border: 1px solid #dbe4f2; border-radius: 10px; background: #fff; box-shadow: 0 10px 22px rgba(15, 23, 42, .05); }
.orders-month-filter label { align-self: center; color: #102142; font-weight: 900; }
.orders-month-filter input { min-height: 42px; border: 1px solid #cbd8eb; border-radius: 8px; padding: 0 12px; color: #102142; outline: 0; }
.orders-month-filter .btn { min-height: 42px; }
.orders-account-strip { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-bottom: 18px; padding: 14px 18px; border: 1px solid #dbe4f2; border-radius: 10px; background: #fff; }
.orders-account-strip > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 999px; color: var(--blue); background: #eef4ff; font-size: 1.5rem; }
.orders-account-strip p { margin: 0; }
.orders-account-strip strong, .orders-account-strip small { display: block; }
.orders-account-strip small { margin-top: 3px; color: #62708a; }
.orders-account-strip em { justify-self: end; padding: 8px 12px; border-radius: 999px; color: var(--blue); background: #eef4ff; font-style: normal; font-weight: 900; }
.orders-empty-card { min-height: 360px; display: grid; align-content: center; justify-items: center; gap: 12px; padding: 30px; border: 1px solid #dbe4f2; border-radius: 12px; background: #fff; text-align: center; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
.orders-empty-card span { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 22px; color: var(--blue); background: #eef4ff; font-size: 2rem; }
.orders-empty-card h2 { margin: 0; color: #102142; }
.orders-empty-card p { margin: 0 0 10px; color: #62708a; }
.orders-list { display: grid; gap: 14px; }
.order-history-card { display: grid; grid-template-columns: minmax(280px, 1.1fr) minmax(360px, 1fr) auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid #dbe4f2; border-radius: 12px; background: #fff; box-shadow: 0 14px 30px rgba(15, 23, 42, .06); }
.order-history-main { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 14px; min-width: 0; }
.order-status-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 999px; color: var(--blue); background: #eef4ff; font-size: 1.45rem; }
.order-status-icon.is-pending { color: #0b62cf; background: #eaf2ff; }
.order-status-icon.is-active { color: #d97706; background: #fff4d8; }
.order-status-icon.is-done { color: #16a34a; background: #dcfce7; }
.order-status-icon.is-cancelled { color: #dc2626; background: #fee2e2; }
.order-status-icon.is-rejected { color: #dc2626; background: #fee2e2; }
.order-history-card.is-rejected { border-color: #fecaca; background: #fffafa; }
.order-history-main h2 { margin: 0 0 4px; color: #102142; font-size: 1.25rem; }
.order-history-main p { margin: 0; color: var(--blue); font-weight: 900; }
.order-history-card.is-rejected .order-history-main p { color: #b91c1c; }
.order-history-main small { display: block; margin-top: 5px; color: #62708a; }
.order-history-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.order-history-facts p { margin: 0; padding: 10px 12px; border: 1px solid #e5ecf6; border-radius: 8px; background: #fbfdff; }
.order-history-facts span, .order-history-facts strong { display: block; }
.order-history-facts span { margin-bottom: 4px; color: #62708a; font-size: .84rem; }
.order-history-facts strong { color: #102142; line-height: 1.25; }
.order-history-facts p.is-rejected { border-color: #fecaca; background: #fff1f2; }
.order-history-facts p.is-rejected strong { color: #b91c1c; }
.order-history-card > .btn { min-width: 120px; }

.customer-profile-page { padding: 24px 0 44px; background: #f5f7fb; }
.customer-profile-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.customer-profile-heading h1 { margin: 0 0 8px; color: #0b2a67; font-size: clamp(2.25rem, 4vw, 3.05rem); line-height: 1; }
.customer-profile-heading p { max-width: 680px; margin: 0; color: #62708a; line-height: 1.45; }
.customer-profile-heading form { margin: 0; }
.customer-profile-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 24px; align-items: start; }
.profile-form-card, .profile-summary-card { border: 1px solid #dbe4f2; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(15, 23, 42, .07); }
.profile-form-card { padding: clamp(22px, 3.5vw, 34px); }
.profile-card-title { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; align-items: center; margin-bottom: 22px; }
.profile-card-title > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 999px; color: var(--blue); background: #eef4ff; font-size: 1.5rem; }
.profile-card-title h2 { margin: 0 0 5px; color: #102142; font-size: 1.35rem; }
.profile-card-title p { margin: 0; color: #62708a; }
.profile-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.profile-form-grid .full { grid-column: 1 / -1; }
.profile-form-grid small { display: block; margin-top: 7px; color: #62708a; }
.account-login-field .is-readonly { background: #f8fbff; }
.account-login-field .is-readonly input { color: #52617a; }
.profile-save-button { grid-column: 1 / -1; justify-self: start; gap: 8px; min-width: 210px; }
.profile-summary-card { display: grid; justify-items: center; padding: 30px; text-align: center; }
.profile-summary-card h2 { margin: 0 0 8px; color: #102142; }
.profile-summary-card > p { margin: 0 0 24px; color: #62708a; }
.profile-summary-card a { color: var(--blue); font-weight: 900; }

.site-footer { margin-top: 0; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; padding: 28px max(24px, calc((100vw - 1240px) / 2)); background: linear-gradient(90deg, var(--blue-dark), var(--blue)); color: #fff; }
.site-footer strong { display: block; margin-bottom: 10px; font-size: 1.05rem; }
.site-footer p, .site-footer span, .site-footer a { display: block; margin: 0 0 7px; color: rgba(255,255,255,.88); line-height: 1.4; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 66px; height: 66px; display: grid; place-items: center; background: #22c55e; color: #fff; border: 5px solid #fff; border-radius: 999px; font-size: 0; font-weight: 900; box-shadow: 0 12px 26px rgba(0,0,0,.25); }
.whatsapp-float::before { content: "WA"; font-size: 1rem; }

.catalogo-whatsapp .btn, .catalogo-whatsapp .nav-row a.active { background: #16a34a; }
.delivery-rapido .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.delivery-rapido .product-image { aspect-ratio: 1.35 / 1; }
.corporativo-comercial { background: #f7f8fa; }
.promocional .price { color: #c2410c; }

@media (max-width: 1080px) {
    .header-main { grid-template-columns: 1fr; gap: 12px; padding: 14px 0; }
    .header-actions { justify-content: space-between; }
    .home-hero { grid-template-columns: 1fr; }
    .mega-menu { left: 50%; grid-template-columns: 1fr; width: min(760px, calc(100vw - 32px)); transform: translate(-50%, 10px); }
    .nav-menu.is-open .mega-menu { transform: translate(-50%, 0); }
    .mega-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mega-promos { grid-template-columns: 1fr 1fr; }
    .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .category-hero-row, .subcategory-layout { grid-template-columns: 1fr; }
    .category-filter { position: static; }
    .subcategory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .products-list-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-detail-layout { grid-template-columns: 1fr; }
    .product-gallery-card { position: static; }
    .product-side-panels { grid-template-columns: 1fr 1fr; }
    .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary-panel { position: static; }
    .cart-table-head { display: none; }
    .cart-item-card { grid-template-columns: minmax(0, 1fr) 130px 150px 120px 36px; }
    .cart-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .checkout-layout { grid-template-columns: 1fr; }
    .checkout-summary-panel { position: static; }
    .checkout-fields.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .checkout-payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .confirmation-layout { grid-template-columns: 1fr; }
    .confirmation-main-card { grid-template-columns: 280px minmax(0, 1fr); }
    .next-steps-card { grid-column: auto; }
    .confirmation-actions { padding: 0; }
    .confirmation-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .account-login-layout { grid-template-columns: 1fr; width: min(760px, 100%); }
    .otp-layout { grid-template-columns: 1fr; }
    .customer-orders-heading { align-items: stretch; flex-direction: column; }
    .orders-month-filter { width: fit-content; }
    .order-history-card { grid-template-columns: 1fr; align-items: stretch; }
    .customer-profile-heading { align-items: stretch; flex-direction: column; }
    .customer-profile-heading form { width: fit-content; }
    .customer-profile-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .top-strip { justify-content: flex-start; overflow-x: auto; }
    .top-strip span + span::before { display: none; }
    .header-actions { display: none; }
    .nav-row { gap: 8px; overflow-x: auto; }
    .mega-menu { position: fixed; left: 11px; right: 11px; top: 150px; width: auto; max-height: calc(100vh - 170px); overflow: auto; padding: 22px; transform: translateY(10px); }
    .nav-menu.is-open .mega-menu { transform: translateY(0); }
    .mega-categories, .mega-promos { grid-template-columns: 1fr; }
    .mega-category { border-right: 0; border-bottom: 1px solid #e7edf6; padding-bottom: 14px; }
    .home-hero { padding-top: 14px; }
    .hero-gallery, .hero-track { min-height: 620px; }
    .hero-slide { grid-template-columns: 1fr; min-height: 620px; padding: 24px; align-content: center; }
    .hero-copy h1 { font-size: 2.45rem; }
    .category-grid, .product-grid, .delivery-rapido .product-grid, .trust-grid, .promo-bands { grid-template-columns: 1fr 1fr; }
    .site-footer { grid-template-columns: 1fr 1fr; }
    .subcategory-toolbar { align-items: stretch; flex-direction: column; }
    .subcategory-toolbar form { justify-content: space-between; }
    .subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-metrics { grid-template-columns: 1fr; }
    .product-metrics div + div { border-left: 0; border-top: 1px solid #dce7f7; }
    .product-list-toolbar { align-items: stretch; flex-direction: column; }
    .product-list-toolbar form { justify-content: space-between; flex-wrap: wrap; }
    .products-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-main-image { min-height: 300px; }
    .product-main-image img { max-height: 280px; }
    .product-side-panels { grid-template-columns: 1fr; }
    .detail-buy-row { grid-template-columns: 1fr; }
    .detail-qty { width: 132px; }
    .product-tabs { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cart-title-row { align-items: flex-start; flex-direction: column; }
    .cart-item-card { grid-template-columns: 1fr 1fr; gap: 12px 14px; }
    .cart-item-product { grid-column: 1 / -1; }
    .cart-remove-form { justify-self: end; }
    .cart-extra-panel { grid-template-columns: 1fr; }
    .cart-actions-row { align-items: stretch; flex-direction: column; }
    .cart-actions-row .btn, .cart-actions-row form, .cart-actions-row button { width: 100%; }
    .cart-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .checkout-steps { margin-left: 0; max-width: none; }
    .checkout-login-card { grid-template-columns: 52px minmax(0, 1fr); }
    .checkout-login-card form { grid-column: 1 / -1; }
    .checkout-login-form { align-items: stretch; flex-direction: column; }
    .checkout-login-form input { min-width: 0; width: 100%; }
    .checkout-fields.three, .checkout-choice-grid, .checkout-payment-grid, .checkout-trust-band .container { grid-template-columns: 1fr; }
    .checkout-fields .span-two { grid-column: auto; }
    .checkout-bank-box { grid-template-columns: 1fr; }
    .checkout-proof-box { align-items: stretch; flex-direction: column; }
    .confirmation-main-card { grid-template-columns: 1fr; padding: 18px; }
    .success-illustration { min-height: 220px; }
    .order-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 8px; }
    .order-progress div::before, .order-progress .completed::after { display: none; }
    .confirmation-actions { align-items: stretch; flex-direction: column; }
    .confirmation-actions .btn { width: 100%; min-width: 0; }
    .confirmation-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .form-grid { grid-template-columns: 1fr; }
    .account-strip, .account-login { align-items: stretch; flex-direction: column; }
    .account-login input { min-width: 0; width: 100%; }
    .account-login-card { min-height: auto; }
    .account-benefits-card { padding: 24px; }
    .account-login-actions { align-items: stretch; flex-direction: column; }
    .account-login-actions .btn { width: 100%; }
    .otp-boxes { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
    .otp-boxes input { width: 100%; height: 58px; }
    .otp-used-for div { grid-template-columns: 1fr; }
    .orders-month-filter { width: 100%; grid-template-columns: 1fr; }
    .orders-account-strip { grid-template-columns: 48px minmax(0, 1fr); }
    .orders-account-strip em { grid-column: 1 / -1; justify-self: start; }
    .order-history-facts { grid-template-columns: 1fr; }
    .order-history-card > .btn { width: 100%; }
    .customer-profile-heading form, .customer-profile-heading button { width: 100%; }
    .profile-form-grid { grid-template-columns: 1fr; }
    .profile-save-button { width: 100%; justify-self: stretch; }
    .table { display: block; overflow-x: auto; }
}

@media (max-width: 520px) {
    .container, .header-main, .nav-row { width: min(100% - 22px, 1240px); }
    .brand img, .brand-mark { width: 50px; height: 50px; }
    .brand span:last-child { font-size: 1.3rem; }
    .header-search { grid-template-columns: 1fr 58px; }
    .hero-gallery, .hero-track { min-height: 570px; }
    .hero-slide { min-height: 570px; }
    .hero-copy h1 { font-size: 2.05rem; }
    .category-grid, .product-grid, .delivery-rapido .product-grid, .trust-grid, .promo-bands, .site-footer { grid-template-columns: 1fr; }
    .category-title-block { align-items: flex-start; flex-direction: column; }
    .category-metrics { grid-template-columns: 1fr; }
    .category-metrics div + div { border-left: 0; border-top: 1px solid #dce7f7; }
    .subcategory-grid { grid-template-columns: 1fr; }
    .subcategory-toolbar form { display: grid; }
    .subcategory-toolbar select { min-width: 0; width: 100%; }
    .products-list-grid { grid-template-columns: 1fr; }
    .product-list-toolbar form { display: grid; }
    .product-list-toolbar select { min-width: 0; width: 100%; }
    .product-gallery-card { padding: 14px; }
    .product-thumbnails { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-info-panel h1 { font-size: 2rem; }
    .detail-price-row { flex-wrap: wrap; }
    .product-actions-row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .related-grid { grid-template-columns: 1fr; }
    .cart-items-panel { padding: 10px; }
    .cart-item-card { grid-template-columns: 1fr; }
    .cart-item-product { grid-template-columns: 96px minmax(0, 1fr); }
    .cart-item-image { width: 96px; height: 66px; }
    .cart-qty-form { width: 100%; grid-template-columns: 44px 1fr 44px; }
    .cart-line-total, .cart-unit-price { display: flex; justify-content: space-between; }
    .cart-line-total::before { content: "Subtotal"; color: #64748b; font-weight: 700; }
    .cart-unit-price::before { content: "Precio unitario"; color: #64748b; font-weight: 700; }
    .coupon-row { grid-template-columns: 1fr; }
    .summary-total strong { font-size: 1.65rem; }
    .cart-related-grid { grid-template-columns: 1fr; }
    .checkout-modern { padding-top: 14px; }
    .checkout-form-card, .checkout-summary-panel { padding: 14px; }
    .checkout-steps::before { left: 38px; right: 38px; }
    .checkout-summary-items article { grid-template-columns: 54px minmax(0, 1fr); }
    .checkout-summary-items b { grid-column: 2; }
    .checkout-final-total strong { font-size: 1.65rem; }
    .account-login-page { padding-top: 16px; }
    .account-login-card, .account-benefits-card { border-radius: 10px; }
    .account-login-card { padding: 20px; }
    .account-signed-card { grid-template-columns: 1fr; justify-items: center; text-align: center; }
    .account-benefits-list div { grid-template-columns: 42px minmax(0, 1fr); }
    .account-benefits-list span { width: 40px; height: 40px; }
    .account-shopping-art, .otp-phone-art { width: 100%; max-width: 230px; }
    .otp-boxes { gap: 7px; }
    .otp-boxes input { height: 50px; font-size: 1.35rem; }
    .otp-help-link { grid-template-columns: 42px minmax(0, 1fr); }
    .otp-help-link > i:last-child { display: none; }
    .confirmation-message h1 { font-size: 2rem; }
    .notification-note { align-items: flex-start; text-align: left; }
    .payment-proof-retry { grid-template-columns: 1fr; }
    .order-facts div { grid-template-columns: 24px minmax(0, 1fr); }
    .order-facts strong { grid-column: 2; text-align: left; }
    .confirmation-related-grid { grid-template-columns: 1fr; }
    .product-buy-row { grid-template-columns: 64px 1fr 36px; }
    .product-buy-row:not(.has-whatsapp) { grid-template-columns: 64px 1fr; }
}
