:root{--fd-accent:#129ba3;--fd-accent-alt:#f2a536;--fd-ink:#13252a;--fd-muted:#6c7a7e;--fd-line:#e7ecee;--fd-soft:#f7f9f9;--fd-warm:#fff9f0;--fd-radius:18px;--fd-shadow:0 16px 46px rgba(19,37,42,.07);--fd-container:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:#fff;color:var(--fd-ink);font-family:var(--fd-font-family,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif);line-height:1.65;text-rendering:optimizeLegibility}body.fd-scroll-lock{overflow:hidden}img{max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}.fd-shell-container{width:min(var(--fd-container),calc(100% - 36px));margin-inline:auto}.fd-skip-link{position:fixed;inset-inline-start:14px;top:-90px;z-index:9999;padding:10px 14px;border-radius:10px;background:#111;color:#fff;text-decoration:none}.fd-skip-link:focus{top:14px}.fd-announcement{background:var(--fd-accent);color:#fff;font-size:13px}.fd-announcement a,.fd-announcement span{display:block;text-align:center;padding:8px 14px;text-decoration:none;font-weight:750}.fd-announcement a:hover{text-decoration:underline}.fd-site-header{position:relative;z-index:70;background:rgba(255,255,255,.98);border-bottom:1px solid var(--fd-line)}.fd-site-header.is-sticky{position:sticky;top:0}.fd-header-main{min-height:82px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:24px;align-items:center}.fd-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;min-width:max-content}.fd-logo img{display:block;height:auto;object-fit:contain;object-position:center}.fd-site-header .fd-logo img{width:var(--fd-logo-desktop,210px);max-height:68px}.fd-site-footer .fd-logo img{width:min(var(--fd-logo-desktop,210px),190px);max-height:64px}.fd-logo-mark{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--fd-accent),#36bcc2);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:950;box-shadow:0 8px 20px rgba(18,155,163,.18)}.fd-logo-copy{display:grid;line-height:1.15}.fd-logo-copy strong{font-size:15px}.fd-logo-copy small{font-size:9px;color:var(--fd-muted);margin-top:4px}.fd-header-search{position:relative;display:flex;align-items:center}.fd-header-search input{width:100%;height:48px;border:1px solid #d7dfe1;border-radius:15px;background:#fff;padding:0 48px 0 16px;outline:0;transition:border-color .18s,box-shadow .18s}.fd-header-search input:focus{border-color:var(--fd-accent);box-shadow:0 0 0 4px rgba(18,155,163,.1)}.fd-header-search svg{position:absolute;inset-inline-start:16px;width:20px;height:20px;color:#6e7c80;pointer-events:none}.fd-header-actions{display:flex;align-items:center;gap:5px}.fd-icon-action{position:relative;display:grid;place-items:center;width:45px;height:45px;border:0;background:transparent;border-radius:13px;color:var(--fd-ink);cursor:pointer;text-decoration:none}.fd-icon-action:hover,.fd-icon-action:focus-visible{background:var(--fd-soft);outline:0}.fd-icon-action svg{width:23px;height:23px}.fd-cart-badge{position:absolute;top:1px;inset-inline-end:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef6670;color:#fff;border:2px solid #fff;font-size:10px;font-weight:900;display:grid;place-items:center}.fd-cart-badge[data-count="0"]{background:#d9e0e2;color:#4f5f63}.fd-account-name{display:none}.fd-menu-button{display:none}.fd-header-nav{border-top:1px solid #f1f3f4}.fd-nav-row{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px}.fd-primary-nav>ul,.fd-utility-nav>ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:4px}.fd-primary-nav li{position:relative}.fd-primary-nav a,.fd-utility-nav a{display:flex;align-items:center;gap:5px;padding:9px 11px;border-radius:10px;text-decoration:none;font-size:13px;font-weight:750}.fd-primary-nav>ul>li>a:hover,.fd-primary-nav>ul>li:focus-within>a{background:var(--fd-soft);color:var(--fd-accent)}.fd-primary-nav .has-children>a:after{content:"⌄";font-size:11px;color:#849195}.fd-primary-nav .fd-submenu{display:none;position:absolute;top:calc(100% + 3px);inset-inline-start:0;min-width:220px;list-style:none;margin:0;padding:7px;background:#fff;border:1px solid var(--fd-line);border-radius:14px;box-shadow:var(--fd-shadow);z-index:80}.fd-primary-nav .fd-submenu a{font-size:12px;font-weight:650;padding:9px 10px}.fd-primary-nav .fd-submenu a:hover{background:var(--fd-soft)}.fd-primary-nav .fd-submenu .fd-submenu{top:-7px;inset-inline-start:100%}.fd-primary-nav li:hover>.fd-submenu,.fd-primary-nav li:focus-within>.fd-submenu{display:block}.fd-utility-nav a{font-size:11px;color:var(--fd-muted);font-weight:650}.fd-main{min-height:42vh}.fd-overlay{position:fixed;inset:0;background:rgba(16,29,33,.38);z-index:110;opacity:0;pointer-events:none;transition:opacity .2s}.fd-overlay.is-open{opacity:1;pointer-events:auto}.fd-panel{position:fixed;z-index:120;background:#fff;box-shadow:0 20px 70px rgba(8,25,29,.22);transition:transform .26s ease,visibility 0s linear .26s;display:flex;flex-direction:column;visibility:hidden;pointer-events:none}.fd-panel.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.fd-side-panel{top:0;bottom:0;inset-inline-start:0;width:min(430px,92vw);transform:translateX(-105%)}[dir=rtl] .fd-side-panel{transform:translateX(105%)}.fd-side-panel.is-open{transform:translateX(0)}.fd-menu-panel{top:0;bottom:0;inset-inline-end:0;width:min(360px,92vw);transform:translateX(105%)}[dir=rtl] .fd-menu-panel{transform:translateX(-105%)}.fd-menu-panel.is-open{transform:translateX(0)}.fd-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 13px;border-bottom:1px solid var(--fd-line)}.fd-panel-head h2{font-size:16px;margin:0}.fd-panel-close{width:38px;height:38px;border:0;border-radius:11px;background:var(--fd-soft);cursor:pointer;display:grid;place-items:center}.fd-panel-close svg{width:20px}.fd-panel-body{overflow:auto;padding:16px;overscroll-behavior:contain}.fd-panel-foot{margin-top:auto;border-top:1px solid var(--fd-line);padding:14px 16px;background:#fff}.fd-mobile-menu{list-style:none;margin:0;padding:0}.fd-mobile-menu>li{border-bottom:1px solid #eef1f2}.fd-mobile-menu a{display:block;padding:12px 4px;text-decoration:none;font-weight:750;font-size:14px}.fd-mobile-menu details summary{list-style:none;padding:12px 4px;font-weight:800;cursor:pointer}.fd-mobile-menu details summary::-webkit-details-marker{display:none}.fd-mobile-menu .fd-submenu{list-style:none;margin:0 10px 9px;padding:0 10px;border-inline-start:2px solid #e7eeee}.fd-mobile-menu .fd-submenu a{font-size:13px;padding:9px 0}.fd-account-panel-copy{margin-bottom:12px}.fd-account-panel-copy strong{display:block;font-size:17px}.fd-account-panel-copy span{display:block;color:var(--fd-muted);font-size:12px}.fd-account-links{display:grid;gap:7px}.fd-account-links a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;padding:11px 12px;border:1px solid var(--fd-line);border-radius:12px;font-size:13px;font-weight:750}.fd-account-guest{display:grid;gap:12px}.fd-account-guest p{margin:0;color:var(--fd-muted);font-size:13px}.fd-quick-login{display:grid;gap:8px}.fd-quick-login label{font-size:11px;font-weight:800}.fd-quick-login input{width:100%;padding:11px 12px;border:1px solid #dce2e4;border-radius:11px;direction:ltr}.fd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid transparent;border-radius:12px;background:var(--fd-accent);color:#fff;text-decoration:none;font-weight:850;cursor:pointer}.fd-btn:hover{filter:brightness(.97)}.fd-btn-secondary{background:#fff;color:var(--fd-ink);border-color:var(--fd-line)}.fd-btn-soft{background:#eefafa;color:#0d7d84;border-color:#d9f1f2}.fd-btn-block{width:100%}.fd-cart-drawer-empty{text-align:center;padding:34px 12px;color:var(--fd-muted)}.fd-cart-drawer-items{display:grid;gap:10px}.fd-cart-mini-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:11px;padding:10px;border:1px solid var(--fd-line);border-radius:14px}.fd-cart-mini-item img,.fd-cart-mini-placeholder{width:64px;height:64px;border-radius:11px;object-fit:cover;background:#f2f5f5}.fd-cart-mini-item a{text-decoration:none;font-size:12px;font-weight:800;line-height:1.45}.fd-cart-mini-meta{font-size:11px;color:var(--fd-muted);margin-top:4px}.fd-cart-mini-price{font-size:12px;font-weight:850;margin-top:4px}.fd-cart-drawer-total{display:flex;justify-content:space-between;gap:10px;margin-bottom:11px}.fd-cart-drawer-total strong{font-size:16px}.fd-cart-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fd-home{overflow:hidden}.fd-hero{padding:58px 0 36px;background:linear-gradient(180deg,#fff 0,#fbfdfd 100%)}.fd-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.82fr);gap:46px;align-items:center}.fd-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #d9eeee;border-radius:999px;background:#f7fdfd;color:#0d767c;font-size:12px;font-weight:800}.fd-hero-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--fd-accent-alt)}.fd-hero h1{font-size:clamp(34px,5.4vw,64px);line-height:1.12;letter-spacing:-1.4px;margin:17px 0 15px;max-width:780px}.fd-hero-copy{max-width:680px;color:var(--fd-muted);font-size:17px;margin:0}.fd-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.fd-hero-trust{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px;color:#5f7074;font-size:11px}.fd-hero-trust span{display:flex;align-items:center;gap:6px}.fd-hero-trust span:before{content:"✓";width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#eaf7f2;color:#16845c;font-weight:900}.fd-hero-visual{position:relative;min-height:420px;display:grid;place-items:center}.fd-visual-card{position:relative;width:min(430px,100%);aspect-ratio:1/.9;border:1px solid #e4eeee;border-radius:32px;background:linear-gradient(145deg,#effbfb,#fff9ef);box-shadow:0 30px 90px rgba(28,96,102,.09);overflow:hidden}.fd-visual-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.fd-visual-orb.one{width:210px;height:210px;background:rgba(18,155,163,.12);top:-45px;inset-inline-end:-35px}.fd-visual-orb.two{width:170px;height:170px;background:rgba(242,165,54,.12);bottom:-40px;inset-inline-start:-20px}.fd-visual-ui{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:78%;display:grid;gap:12px}.fd-visual-top{display:grid;grid-template-columns:44px 1fr 62px;gap:9px;align-items:center}.fd-visual-chip,.fd-visual-line,.fd-visual-square{background:#fff;border:1px solid #e8eeee;box-shadow:0 10px 30px rgba(20,64,69,.06)}.fd-visual-square{height:44px;border-radius:13px}.fd-visual-line{height:44px;border-radius:13px}.fd-visual-chip{height:44px;border-radius:13px;background:var(--fd-accent);border-color:var(--fd-accent)}.fd-visual-main{display:grid;grid-template-columns:1.1fr .7fr;gap:12px}.fd-visual-panel{min-height:155px;border:1px solid #e6ecee;border-radius:18px;background:#fff;padding:14px}.fd-visual-panel strong{display:block;font-size:12px}.fd-visual-panel p{height:7px;border-radius:9px;background:#edf1f1;margin:9px 0 0}.fd-visual-panel p:nth-child(3){width:72%}.fd-section{padding:44px 0}.fd-section-soft{background:#fafcfc}.fd-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.fd-section-head h2{margin:0;font-size:clamp(24px,3.2vw,36px);line-height:1.25}.fd-section-head p{margin:6px 0 0;color:var(--fd-muted);font-size:13px}.fd-section-head a{text-decoration:none;color:var(--fd-accent);font-size:12px;font-weight:850}.fd-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fd-category-card{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--fd-line);border-radius:16px;text-decoration:none;background:#fff;transition:transform .18s,border-color .18s}.fd-category-card:hover{transform:translateY(-2px);border-color:#cfe4e6}.fd-category-image,.fd-category-icon{width:54px;height:54px;border-radius:14px;object-fit:cover;background:linear-gradient(145deg,#eaf9fa,#fff4e4)}.fd-category-icon{display:grid;place-items:center;font-weight:950;color:var(--fd-accent)}.fd-category-card strong{font-size:13px;display:block}.fd-category-card span{font-size:10px;color:var(--fd-muted);display:block;margin-top:2px}.fd-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fd-product-card-v1{border:1px solid var(--fd-line);border-radius:18px;overflow:hidden;background:#fff;min-width:0;transition:transform .18s,border-color .18s,box-shadow .18s}.fd-product-card-v1:hover{transform:translateY(-3px);border-color:#d6e5e6;box-shadow:0 14px 34px rgba(19,37,42,.06)}.fd-product-card-image{display:block;position:relative;aspect-ratio:1/1;background:#f5f7f7;overflow:hidden}.fd-product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.fd-product-card-v1:hover .fd-product-card-image img{transform:scale(1.025)}.fd-product-card-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#8ba0a4;font-size:12px;background:linear-gradient(135deg,#eef8f8,#fbf6ef)}.fd-product-badge{position:absolute;top:10px;inset-inline-start:10px;padding:5px 8px;border-radius:999px;background:#13252a;color:#fff;font-size:10px;font-weight:850}.fd-product-type{position:absolute;bottom:10px;inset-inline-start:10px;padding:4px 7px;border-radius:8px;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);font-size:9px;font-weight:800;color:#526469}.fd-product-card-body{padding:13px}.fd-product-card-brand{font-size:9px;color:var(--fd-muted);text-decoration:none}.fd-product-card-title{font-size:14px;line-height:1.45;margin:4px 0 7px;min-height:41px}.fd-product-card-title a{text-decoration:none}.fd-product-card-desc{font-size:11px;color:var(--fd-muted);margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.fd-product-card-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.fd-product-card-price strong{font-size:14px}.fd-product-card-price del{font-size:10px;color:#9aa5a8}.fd-value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fd-value-card{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--fd-line)}.fd-value-icon{width:40px;height:40px;border-radius:12px;background:#eef9fa;color:var(--fd-accent);display:grid;place-items:center;font-weight:900}.fd-value-card h3{font-size:14px;margin:12px 0 4px}.fd-value-card p{font-size:11px;color:var(--fd-muted);margin:0}.fd-store-page{padding:38px 0 56px}.fd-store-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.fd-store-intro h1{font-size:clamp(30px,4vw,46px);margin:0;line-height:1.2}.fd-store-intro p{margin:8px 0 0;color:var(--fd-muted);font-size:13px}.fd-store-search-mobile{display:none;margin-bottom:18px}.fd-store-search-mobile input{width:100%;padding:12px 14px;border:1px solid #dbe3e5;border-radius:13px}.fd-taxonomy-hero{display:flex;gap:14px;align-items:center;margin-bottom:18px}.fd-taxonomy-hero img{width:76px;height:76px;border-radius:17px;object-fit:cover}.fd-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:26px}.fd-pagination a,.fd-pagination span{padding:8px 11px;border:1px solid var(--fd-line);border-radius:10px;text-decoration:none;font-size:11px}.fd-pagination span{background:var(--fd-soft)}.fd-empty{padding:44px 20px;border:1px dashed #d7e0e2;border-radius:18px;text-align:center;color:var(--fd-muted)}.fd-product-page-v1{padding:34px 0 60px}.fd-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:10px;color:#7b8a8d;margin-bottom:16px}.fd-breadcrumb a{text-decoration:none}.fd-product-grid-v1{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:42px;align-items:start}.fd-product-gallery-v1{position:sticky;top:115px}.fd-product-main-image{display:block;aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:#f4f7f7;border:1px solid var(--fd-line)}.fd-product-main-image img{width:100%;height:100%;object-fit:cover}.fd-gallery-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:9px}.fd-gallery-strip img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:11px;border:1px solid var(--fd-line)}.fd-product-detail{padding-top:6px}.fd-product-kicker{font-size:11px;color:var(--fd-accent);font-weight:850}.fd-product-detail h1{font-size:clamp(29px,4vw,46px);line-height:1.18;margin:7px 0 11px}.fd-product-short-v1{color:var(--fd-muted);font-size:14px;margin:0}.fd-price-v1{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0}.fd-price-v1 strong{font-size:24px}.fd-price-v1 del{color:#9aa5a8;font-size:13px}.fd-stock-v1{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf8f1;color:#24734d;font-size:10px;font-weight:800}.fd-promo-v1{margin:12px 0;padding:11px 12px;border:1px solid #d9efdf;background:#f5fcf7;border-radius:12px;font-size:11px}.fd-config-v1{margin-top:22px;padding-top:18px;border-top:1px solid var(--fd-line)}.fd-config-v1 h2{font-size:15px;margin:0 0 12px}.fd-config-group{margin:12px 0}.fd-config-group>label{display:block;font-size:11px;font-weight:850;margin-bottom:6px}.fd-config-v1 input[type=text],.fd-config-v1 input[type=number],.fd-config-v1 input[type=url],.fd-config-v1 input[type=email],.fd-config-v1 input[type=file],.fd-config-v1 input[type=date],.fd-config-v1 select,.fd-config-v1 textarea{width:100%;padding:10px 11px;border:1px solid #d9e1e3;border-radius:11px;background:#fff}.fd-config-v1 textarea{min-height:92px}.fd-choice-list{display:grid;gap:6px}.fd-choice-list label,.fd-inline-check{display:flex;align-items:center;gap:7px;font-size:12px}.fd-image-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.fd-image-choice label{border:1px solid var(--fd-line);border-radius:12px;padding:6px}.fd-image-choice img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px;margin:5px 0}.fd-help{display:block;color:var(--fd-muted);font-size:10px;margin-top:5px}.fd-buy-card{margin-top:22px;border:1px solid var(--fd-line);border-radius:16px;padding:13px;background:#fbfdfd;display:grid;grid-template-columns:104px 1fr;gap:9px;align-items:end}.fd-buy-card label{font-size:10px;font-weight:800}.fd-buy-card input[type=number]{display:block;width:100%;margin-top:5px;padding:10px;border:1px solid #d8e0e2;border-radius:10px}.fd-buy-card .fd-btn{min-height:43px}.fd-cart-message{grid-column:1/-1;min-height:18px;font-size:11px}.fd-cart-success{color:#14764f}.fd-cart-error{color:#b23a42}.fd-product-meta-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.fd-product-meta-links a{padding:5px 8px;border:1px solid var(--fd-line);border-radius:999px;text-decoration:none;font-size:9px}.fd-product-description-v1{width:min(900px,calc(100% - 36px));margin:44px auto 0;line-height:1.9}.fd-product-description-v1 h2{font-size:23px}.fd-site-footer{margin-top:58px;background:#fafbfb;border-top:1px solid var(--fd-line)}.fd-footer-top{padding:44px 0 30px;display:grid;grid-template-columns:minmax(250px,1.3fr) repeat(3,minmax(150px,.7fr));gap:28px}.fd-footer-brand{max-width:360px}.fd-footer-brand .fd-logo{margin-bottom:14px}.fd-footer-brand p{font-size:12px;color:var(--fd-muted);margin:0 0 13px}.fd-footer-contact{display:grid;gap:7px;font-size:11px}.fd-footer-contact a{text-decoration:none}.fd-socials{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.fd-socials a{width:36px;height:36px;border-radius:50%;border:1px solid var(--fd-line);display:grid;place-items:center;background:#fff;text-decoration:none;font-size:10px;font-weight:850}.fd-footer-col h2{font-size:13px;margin:0 0 11px}.fd-footer-menu{list-style:none;padding:0;margin:0;display:grid;gap:7px}.fd-footer-menu a{text-decoration:none;font-size:11px;color:#53666a}.fd-footer-menu .fd-submenu{list-style:none;padding:4px 10px 0;margin:0;display:grid;gap:5px}.fd-footer-mobile-details{display:none}.fd-footer-bottom{border-top:1px solid var(--fd-line);padding:14px 0}.fd-footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:10px;color:#78878a}.fd-footer-legal{display:flex;gap:12px;flex-wrap:wrap}.fd-whatsapp-float{position:fixed;z-index:90;bottom:18px;inset-inline-end:18px;width:48px;height:48px;border-radius:50%;background:#20bd65;color:#fff;display:grid;place-items:center;text-decoration:none;box-shadow:0 12px 30px rgba(32,189,101,.25)}.fd-whatsapp-float svg{width:23px;height:23px}.fd-no-image{display:grid;place-items:center;color:#91a0a3;background:linear-gradient(135deg,#edf8f8,#fff6e9)}
@media(max-width:1020px){.fd-header-main{grid-template-columns:auto 1fr auto;gap:14px}.fd-header-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.fd-header-main{padding-top:10px}.fd-nav-row{min-height:46px}.fd-primary-nav>ul{gap:1px}.fd-primary-nav a{font-size:12px;padding:8px 9px}.fd-hero-grid{grid-template-columns:1fr .78fr;gap:24px}.fd-hero-visual{min-height:350px}.fd-products-grid{grid-template-columns:repeat(3,1fr)}.fd-categories-grid{grid-template-columns:repeat(3,1fr)}.fd-footer-top{grid-template-columns:1.15fr repeat(2,.7fr)}.fd-footer-col:last-child{grid-column:2/3}.fd-product-grid-v1{gap:26px}}
@media(max-width:780px){.fd-shell-container{width:min(var(--fd-container),calc(100% - 28px))}.fd-announcement{font-size:11px}.fd-announcement a,.fd-announcement span{padding:7px 10px}.fd-site-header.is-sticky{top:0}.fd-header-main{min-height:62px;grid-template-columns:auto 1fr auto;gap:5px;padding:7px 0 8px}.fd-logo{justify-self:center}.fd-site-header .fd-logo img{width:var(--fd-logo-mobile,145px);max-height:50px}.fd-site-footer .fd-logo img{width:min(var(--fd-logo-mobile,145px),160px);max-height:54px}.fd-logo-mark{width:38px;height:38px;border-radius:12px;font-size:14px}.fd-logo-copy strong{font-size:12px}.fd-logo-copy small{display:none}.fd-header-search{grid-column:1/-1;grid-row:2;margin:2px 0 0}.fd-header-search input{height:42px;border-radius:12px;font-size:12px}.fd-menu-button{display:grid}.fd-icon-action{width:40px;height:40px}.fd-icon-action svg{width:21px;height:21px}.fd-header-nav{display:none}.fd-header-actions{gap:0}.fd-hero{padding:34px 0 24px}.fd-hero-grid{grid-template-columns:1fr;gap:20px}.fd-hero h1{font-size:clamp(32px,10vw,46px);letter-spacing:-.8px}.fd-hero-copy{font-size:14px}.fd-hero-actions .fd-btn{flex:1;min-width:135px}.fd-hero-trust{gap:10px;font-size:10px}.fd-hero-visual{min-height:260px}.fd-visual-card{width:min(340px,94%);border-radius:25px}.fd-section{padding:34px 0}.fd-section-head{align-items:flex-start}.fd-categories-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px;margin-inline:-14px;padding-inline:14px;scrollbar-width:none}.fd-categories-grid::-webkit-scrollbar{display:none}.fd-category-card{min-width:205px;scroll-snap-align:start}.fd-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fd-product-card-body{padding:10px}.fd-product-card-title{font-size:12px;min-height:36px}.fd-product-card-desc{display:none}.fd-product-card-price strong{font-size:12px}.fd-product-type{display:none}.fd-value-strip{grid-template-columns:1fr}.fd-value-card{display:grid;grid-template-columns:40px 1fr;gap:0 11px;align-items:center;padding:13px}.fd-value-card h3{margin:0}.fd-value-card p{grid-column:2;margin-top:3px}.fd-store-page{padding:27px 0 42px}.fd-store-intro{align-items:flex-start}.fd-store-search-mobile{display:block}.fd-product-grid-v1{grid-template-columns:1fr;gap:22px}.fd-product-gallery-v1{position:static}.fd-product-detail h1{font-size:30px}.fd-buy-card{position:sticky;bottom:8px;z-index:25;box-shadow:0 10px 35px rgba(19,37,42,.12);background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}.fd-footer-top{grid-template-columns:1fr;padding:34px 0 22px;gap:14px}.fd-footer-col{display:none}.fd-footer-mobile-details{display:block;border-top:1px solid var(--fd-line)}.fd-footer-mobile-details details{border-bottom:1px solid var(--fd-line)}.fd-footer-mobile-details summary{padding:13px 0;font-size:12px;font-weight:850;cursor:pointer;list-style:none}.fd-footer-mobile-details summary::-webkit-details-marker{display:none}.fd-footer-mobile-details summary:after{content:"+";float:left}.fd-footer-mobile-details details[open] summary:after{content:"−"}.fd-footer-mobile-details .fd-footer-menu{padding-bottom:13px}.fd-whatsapp-float{width:44px;height:44px;bottom:14px;inset-inline-end:14px}.fd-side-panel,.fd-menu-panel{top:auto;bottom:0;inset-inline:0;width:100%;max-height:88vh;border-radius:22px 22px 0 0;transform:translateY(105%)}[dir=rtl] .fd-side-panel,[dir=rtl] .fd-menu-panel{transform:translateY(105%)}.fd-side-panel.is-open,.fd-menu-panel.is-open{transform:translateY(0)}.fd-panel-head{padding:14px 15px 10px}.fd-panel-body{padding:14px}.fd-cart-drawer-actions{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.fd-shell-container{width:calc(100% - 22px)}.fd-header-main{gap:1px}.fd-logo-mark{width:35px;height:35px}.fd-logo-copy{display:none}.fd-site-header .fd-logo img{width:var(--fd-logo-mobile,145px)}.fd-icon-action{width:38px;height:38px}.fd-hero h1{font-size:31px}.fd-products-grid{gap:8px}.fd-product-card-image{aspect-ratio:1/1}.fd-product-card-title{font-size:11px}.fd-product-card-price strong{font-size:11px}.fd-footer-bottom-row{display:grid;justify-content:stretch;text-align:center}.fd-footer-legal{justify-content:center}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Phase 8F.3A.3 — centered Salla-inspired customer authentication flow */
[hidden]{display:none!important}
body.fd-auth-open .fd-overlay{background:rgba(18,31,36,.32);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.fd-auth-panel{inset:0;margin:auto;width:min(390px,calc(100% - 34px));height:max-content;max-height:calc(100vh - 42px);border-radius:8px;transform:translateY(14px) scale(.985);opacity:0;overflow:auto;background:#fff;box-shadow:0 24px 85px rgba(8,25,29,.22);transition:opacity .18s ease,transform .2s ease,visibility 0s linear .2s}
.fd-auth-panel.is-open{transform:translateY(0) scale(1);opacity:1;transition-delay:0s}
.fd-auth-close{position:absolute;top:14px;left:14px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:#f7f8f8;color:var(--fd-ink);cursor:pointer;z-index:2}
.fd-auth-close svg{width:19px;height:19px}
.fd-auth-card{padding:22px 22px 24px;text-align:center}
.fd-auth-avatar{width:72px;height:72px;margin:0 auto 13px;border-radius:50%;border:1px solid #e5e9eb;display:grid;place-items:center;color:#9aa5aa;background:#fff}
.fd-auth-avatar svg{width:27px;height:27px}
.fd-auth-view{position:relative}
.fd-auth-view h2{font-size:21px;line-height:1.3;margin:0;font-weight:900}
.fd-auth-subtitle{font-size:12px;color:var(--fd-muted);margin:8px 0 17px;line-height:1.7}
.fd-auth-error{padding:10px 12px;border-radius:10px;background:#fff1f1;border:1px solid #f2cccc;color:#9d3030;font-size:11px;text-align:right;margin:0 0 12px;line-height:1.6}
.fd-auth-form{display:grid;gap:9px;text-align:right}
.fd-auth-form label{font-size:11px;font-weight:850}
.fd-auth-form small{font-size:9.5px;color:#849195;margin-top:-3px}
.fd-auth-text-input,.fd-auth-phone-field{height:46px;border:1px solid #d8dfe2;border-radius:7px;background:#fff;transition:border-color .15s,box-shadow .15s}
.fd-auth-text-input{width:100%;padding:0 12px;outline:0;direction:ltr;text-align:left}
.fd-auth-text-input:focus,.fd-auth-phone-field:focus-within{border-color:var(--fd-accent);box-shadow:0 0 0 3px rgba(18,155,163,.09)}
.fd-auth-phone-field{display:flex;align-items:center;overflow:hidden}
.fd-auth-phone-field>span{height:100%;display:flex;align-items:center;padding:0 13px;border-right:1px solid #e5e9eb;color:#53656a;font-size:13px;font-weight:700;background:#fbfcfc;direction:ltr}
.fd-auth-phone-field input{border:0;outline:0;min-width:0;flex:1;height:100%;padding:0 12px;background:transparent;direction:ltr;text-align:left;font-size:14px;letter-spacing:.35px}
.fd-auth-panel .fd-btn{border-radius:6px;min-height:45px;font-size:13px;margin-top:2px}
.fd-auth-switch{width:100%;min-height:43px;margin-top:14px;border:1px solid var(--fd-accent);border-radius:6px;background:#fff;color:var(--fd-accent);font-size:12px;font-weight:800;cursor:pointer}
.fd-auth-divider{display:flex;align-items:center;gap:11px;margin:20px 0 15px;color:#7f8b8f;font-size:10px}
.fd-auth-divider:before,.fd-auth-divider:after{content:"";height:1px;background:#e7ebed;flex:1}
.fd-auth-socials{display:flex;justify-content:center;gap:12px}
.fd-auth-socials a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fafbfb;border:1px solid #f0f2f3;text-decoration:none;font-size:18px;font-weight:900;transition:transform .15s,background .15s}
.fd-auth-socials a:hover,.fd-auth-socials a:focus-visible{background:#f2f6f6;transform:translateY(-1px);outline:0}
.fd-auth-socials a[title="Facebook"]{color:#1877f2}.fd-google-mark{color:#4285f4}.fd-auth-socials a[title="X"]{color:#111}
.fd-auth-back{position:absolute;top:-3px;right:0;width:36px;height:36px;border:0;border-radius:50%;background:#f8f9f9;display:grid;place-items:center;cursor:pointer;font-size:18px}
.fd-auth-otp-copy{font-size:11px;color:#78868a;line-height:1.85;margin:16px 0 19px}.fd-auth-otp-copy strong{color:var(--fd-ink);font-size:12px}
.fd-auth-otp-form{display:grid;gap:14px}.fd-auth-code{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.fd-auth-code input{width:100%;height:48px;border:1px solid #dbe1e4;border-radius:6px;background:#fff;text-align:center;font-size:21px;font-weight:800;outline:0}.fd-auth-code input:focus{border-color:var(--fd-accent);box-shadow:0 0 0 2px rgba(18,155,163,.08)}
.fd-auth-resend{min-height:29px;margin-top:13px;color:#7d898e;font-size:10px}.fd-auth-resend strong{color:#3f4e53;font-variant-numeric:tabular-nums}.fd-auth-resend button{border:0;background:transparent;color:var(--fd-accent);font-weight:850;cursor:pointer;padding:4px 7px}
.fd-auth-panel.is-busy:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.52);cursor:progress}.fd-auth-panel.is-busy button,.fd-auth-panel.is-busy input{pointer-events:none}
@media(max-width:780px){
  .fd-auth-panel{top:auto;bottom:0;left:0;right:0;margin:0;width:100%;max-height:min(92vh,720px);border-radius:22px 22px 0 0;transform:translateY(105%);opacity:1;padding-bottom:env(safe-area-inset-bottom)}
  .fd-auth-panel.is-open{transform:translateY(0)}
  .fd-auth-card{padding:27px 21px 25px}
  .fd-auth-close{top:13px;left:13px}
  .fd-auth-avatar{width:66px;height:66px}
  .fd-auth-view h2{font-size:20px}
  .fd-auth-phone-field,.fd-auth-text-input{height:49px}
  .fd-auth-panel .fd-btn{min-height:48px}
  .fd-auth-code input{height:52px}
}

/* Phase 8F.3B — Customer account, orders, product detail and verified reviews */
.fd-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#718085;font-size:12px;margin-bottom:18px}.fd-breadcrumb a{text-decoration:none}.fd-breadcrumb a:hover{color:var(--fd-accent)}.fd-account-page{background:linear-gradient(180deg,#fbfcfc 0,#fff 210px);padding:34px 0 62px}.fd-account-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.fd-account-title h1{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:4px 0 6px}.fd-account-title p{margin:0;color:var(--fd-muted);font-size:14px}.fd-eyebrow{display:inline-flex;color:#0f838a;font-weight:850;font-size:11px}.fd-account-title-stat{min-width:150px;padding:13px 16px;border:1px solid #dceced;border-radius:16px;background:#f8fdfd;text-align:center}.fd-account-title-stat strong{display:block;font-size:24px;color:var(--fd-accent);line-height:1.15}.fd-account-title-stat span{font-size:11px;color:var(--fd-muted)}.fd-account-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}.fd-account-nav{position:sticky;top:116px;border:1px solid var(--fd-line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(22,49,55,.055);overflow:hidden}.fd-account-nav-head{display:flex;align-items:center;gap:11px;padding:17px;border-bottom:1px solid var(--fd-line)}.fd-account-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#daf5f4,#fff1d8);color:#0c7d84;font-weight:950;font-size:18px;border:1px solid #d9eded}.fd-account-nav-head strong,.fd-account-nav-head small{display:block}.fd-account-nav-head strong{font-size:14px}.fd-account-nav-head small{font-size:10px;color:var(--fd-muted);margin-top:2px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fd-account-nav-list{padding:8px}.fd-account-nav-list a{display:flex;align-items:center;gap:10px;min-height:43px;padding:9px 11px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:720;color:#536166}.fd-account-nav-list a:hover{background:#f7fafa;color:var(--fd-ink)}.fd-account-nav-list a.is-active{background:#eaf8f8;color:#087b82}.fd-account-nav-list svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}.fd-account-logout{padding:8px;border-top:1px solid var(--fd-line)}.fd-account-logout button{width:100%;border:0;background:transparent;color:#d64c4c;padding:10px 12px;text-align:start;cursor:pointer;font-weight:800}.fd-account-content{min-width:0}.fd-account-card,.fd-surface-card{border:1px solid var(--fd-line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(22,49,55,.045)}.fd-account-card{padding:20px;margin-bottom:16px}.fd-account-card-head>div{display:flex;align-items:flex-start;gap:11px}.fd-account-card-head h2{font-size:18px;margin:0 0 3px}.fd-account-card-head p{margin:0;color:var(--fd-muted);font-size:12px}.fd-account-section-icon{width:36px;height:36px;border-radius:11px;background:#eaf8f8;color:#0a858c;display:grid;place-items:center;font-weight:900;flex:none}.fd-account-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.fd-account-field{min-height:76px;padding:12px 14px;border:1px solid #e3e9ea;border-radius:14px;background:#fcfdfd}.fd-account-field span,.fd-account-field strong,.fd-account-field a{display:block}.fd-account-field span{font-size:11px;color:var(--fd-muted);margin-bottom:4px}.fd-account-field strong{font-size:13px;overflow-wrap:anywhere}.fd-account-field a{margin-top:5px;color:var(--fd-accent);font-size:11px;text-decoration:none;font-weight:800}.fd-account-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.fd-account-quick{padding:16px;border:1px solid var(--fd-line);border-radius:17px;background:#fff;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s}.fd-account-quick:hover{transform:translateY(-2px);border-color:#cfe7e8;box-shadow:0 10px 28px rgba(18,155,163,.07)}.fd-account-quick span,.fd-account-quick strong,.fd-account-quick small{display:block}.fd-account-quick span{font-size:11px;color:var(--fd-muted)}.fd-account-quick strong{font-size:19px;margin:4px 0;color:#0a838a}.fd-account-quick small{font-size:10px;color:#788589}.fd-login-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}.fd-login-method{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:11px 12px;border:1px solid #e4e9ea;border-radius:13px;background:#fbfcfc}.fd-login-method strong,.fd-login-method small{display:block}.fd-login-method strong{font-size:12px}.fd-login-method small{font-size:10px;color:var(--fd-muted)}.fd-login-method>span{color:#9ba6a9;font-weight:900}.fd-login-method.is-linked{border-color:#d2ebdf;background:#f6fcf8}.fd-login-method.is-linked>span{color:#18915f}.fd-account-link-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.fd-account-banner{display:flex;align-items:center;justify-content:space-between;gap:14px}.fd-account-banner h2{margin:0 0 4px;font-size:16px}.fd-account-banner p{margin:0;color:var(--fd-muted);font-size:12px}.fd-orders-notice{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;padding:14px 16px;border:1px solid #cde9e9;border-radius:16px;background:#f2fbfb;color:#2b5d61;margin-bottom:13px}.fd-orders-notice strong{color:#0b8389;font-size:13px}.fd-orders-notice span{font-size:11px}.fd-order-tabs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--fd-line);background:#fff;border-radius:16px;padding:5px;margin-bottom:13px}.fd-order-tabs a{display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;padding:10px 6px;border-radius:11px;font-size:11px;font-weight:750;color:#657276}.fd-order-tabs a b{min-width:22px;padding:1px 5px;border-radius:999px;background:#f0f4f4;font-size:9px}.fd-order-tabs a.is-active{background:#eaf8f8;color:#078088}.fd-order-tabs a.is-active b{background:#fff;color:#078088}.fd-orders-table{border:1px solid var(--fd-line);border-radius:18px;background:#fff;overflow:hidden}.fd-orders-head,.fd-order-row{display:grid;grid-template-columns:1.05fr 1fr .9fr 1.15fr .78fr;gap:12px;align-items:center}.fd-orders-head{padding:11px 16px;background:#f8fafa;color:#718084;font-size:10px;font-weight:800;border-bottom:1px solid var(--fd-line)}.fd-order-row{padding:15px 16px;border-bottom:1px solid #edf0f1}.fd-order-row:last-child{border-bottom:0}.fd-order-row>div{min-width:0}.fd-order-row strong{font-size:13px}.fd-order-row small{display:block;color:var(--fd-muted);font-size:9px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fd-order-row span{font-size:11px}.fd-status-pill{display:inline-flex!important;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;font-size:10px!important;font-weight:850;white-space:nowrap}.fd-status-pill.is-success{background:#eaf8ef;color:#167143}.fd-status-pill.is-warn{background:#fff5df;color:#9c6800}.fd-status-pill.is-info{background:#edf6ff;color:#276aa3}.fd-status-pill.is-purple{background:#f4edff;color:#7752a5}.fd-status-pill.is-muted{background:#f0f2f3;color:#69777b}.fd-order-action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 11px;border:1px solid #bfe1e2;border-radius:10px;color:#0a838a;text-decoration:none;font-size:10px;font-weight:850}.fd-order-action:hover{background:#eaf8f8}.fd-account-empty{text-align:center;padding:48px 18px;border:1px dashed #d8e1e2;border-radius:18px;background:#fff}.fd-account-empty strong{font-size:16px}.fd-account-empty p{color:var(--fd-muted);font-size:12px}.fd-account-pagination{display:flex;justify-content:center;gap:6px;margin-top:16px}.fd-account-pagination a{width:36px;height:36px;display:grid;place-items:center;text-decoration:none;border:1px solid var(--fd-line);border-radius:10px;font-size:11px}.fd-account-pagination a.is-active{background:var(--fd-accent);border-color:var(--fd-accent);color:#fff}
.fd-product-detail-page{padding:28px 0 64px;background:linear-gradient(180deg,#fff 0,#fbfcfc 480px,#fff 100%)}.fd-product-breadcrumb{margin-bottom:15px}.fd-product-detail-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.76fr);gap:20px;align-items:start}.fd-product-gallery-card,.fd-product-purchase-card{position:relative;border:1px solid var(--fd-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(20,48,54,.045)}.fd-product-gallery-card{padding:15px}.fd-product-ribbon{position:absolute;top:27px;inset-inline-start:27px;z-index:2;background:var(--fd-accent);color:#fff;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900}.fd-product-main-media{aspect-ratio:1.28/1;display:grid;place-items:center;overflow:hidden;border-radius:17px;background:#f5f8f8}.fd-product-main-media img{width:100%;height:100%;object-fit:contain}.fd-product-media-placeholder span{width:86px;height:86px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,var(--fd-accent),#44c2c8);color:#fff;font-size:27px;font-weight:950}.fd-product-thumbnails{display:flex;gap:8px;overflow:auto;padding-top:10px;scrollbar-width:thin}.fd-product-thumbnails button{width:74px;height:58px;padding:2px;border:1px solid #e1e7e8;border-radius:10px;background:#fff;cursor:pointer;flex:none;overflow:hidden}.fd-product-thumbnails button.is-active{border:2px solid var(--fd-accent)}.fd-product-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:7px}.fd-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.fd-product-benefits>span{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:3px 8px;padding:10px;border-radius:13px;background:#f8fafa}.fd-product-benefits b{grid-row:1/3;width:31px;height:31px;border-radius:10px;background:#e7f7f7;color:#0b858c;display:grid;place-items:center}.fd-product-benefits strong,.fd-product-benefits small{display:block}.fd-product-benefits strong{font-size:11px}.fd-product-benefits small{font-size:9px;color:var(--fd-muted)}.fd-product-purchase-card{padding:22px}.fd-product-brand{display:inline-block;color:#0d858c;font-size:10px;text-decoration:none;font-weight:800}.fd-product-purchase-card h1{font-size:clamp(27px,3vw,40px);line-height:1.25;margin:5px 0 8px;letter-spacing:-.5px}.fd-product-short{margin:0;color:var(--fd-muted);font-size:13px;line-height:1.8}.fd-product-rating-line{display:flex;align-items:center;gap:7px;margin-top:12px;text-decoration:none;width:max-content;max-width:100%}.fd-stars{color:#f4ad22;letter-spacing:1px;white-space:nowrap}.fd-product-rating-line .fd-stars{font-size:15px}.fd-product-rating-line strong{font-size:12px;color:var(--fd-ink)}.fd-product-rating-line small{font-size:10px;color:var(--fd-muted)}.fd-product-promotion{display:grid;gap:2px;margin-top:13px;padding:10px 12px;border:1px solid #d6eadb;background:#f3fbf5;border-radius:12px}.fd-product-promotion strong{font-size:12px}.fd-product-promotion span{font-size:10px;color:#52665a}.fd-product-price{display:flex;align-items:baseline;gap:10px;margin:15px 0}.fd-product-price strong{font-size:27px;color:#07828a}.fd-product-price del{font-size:13px;color:#98a2a5}.fd-product-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.fd-product-trust-grid>div{display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid #e3eaea;border-radius:13px;background:#fbfdfd}.fd-product-trust-grid>div>span{width:31px;height:31px;border-radius:10px;background:#e8f8f8;color:#0a858c;display:grid;place-items:center;font-size:14px}.fd-product-trust-grid p{margin:0}.fd-product-trust-grid strong,.fd-product-trust-grid small{display:block}.fd-product-trust-grid strong{font-size:10px}.fd-product-trust-grid small{font-size:9px;color:var(--fd-muted);margin-top:1px}.fd-config{border-top:1px solid #e9eeee;margin-top:17px;padding-top:14px}.fd-config h2{font-size:14px;margin:0 0 9px}.fd-config-group{margin:11px 0}.fd-config-group>label{display:block;font-size:11px;font-weight:800;margin-bottom:5px}.fd-config input[type=text],.fd-config input[type=number],.fd-config input[type=url],.fd-config input[type=email],.fd-config input[type=file],.fd-config input[type=date],.fd-config select,.fd-config textarea{width:100%;min-height:42px;padding:9px 10px;border:1px solid #d6dfe0;border-radius:11px;background:#fff;outline:0}.fd-config textarea{min-height:90px;resize:vertical}.fd-config input:focus,.fd-config select:focus,.fd-config textarea:focus{border-color:var(--fd-accent);box-shadow:0 0 0 3px rgba(18,155,163,.09)}.fd-choice-list{display:grid;gap:6px}.fd-choice-list label,.fd-inline-check{display:flex;align-items:center;gap:7px;font-size:11px}.fd-image-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fd-image-choice label{padding:6px;border:1px solid var(--fd-line);border-radius:12px;font-size:10px}.fd-image-choice img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;margin:5px 0}.fd-help{display:block;color:var(--fd-muted);font-size:9px;margin-top:4px}.fd-buy-box{border-top:1px solid #e9eeee;margin-top:17px;padding-top:15px}.fd-qty-label{display:grid;grid-template-columns:auto 78px;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:800}.fd-qty-label input{width:78px;padding:8px;border:1px solid #d6dfe0;border-radius:10px;text-align:center}.fd-product-buy-actions{display:grid;grid-template-columns:1.15fr .85fr;gap:8px;margin-top:10px}.fd-product-buy-actions button{min-height:45px;border:1px solid var(--fd-accent);border-radius:12px;background:var(--fd-accent);color:#fff;font-weight:900;cursor:pointer}.fd-product-buy-actions .fd-buy-now{background:#fff;color:#0a858c}.fd-product-buy-actions button:disabled{opacity:.55;cursor:wait}.fd-cart-message{min-height:20px;margin-top:7px;font-size:10px}.fd-cart-success{color:#087b40}.fd-cart-error,.fd-product-unavailable{color:#b42318}.fd-tax-list{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:14px}.fd-tax-list span{font-size:9px;color:var(--fd-muted)}.fd-tax-list a{text-decoration:none;padding:4px 8px;border:1px solid #e1e7e8;border-radius:999px;font-size:9px}.fd-product-lower-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:20px;margin-top:20px;align-items:start}.fd-product-description,.fd-product-reviews{padding:22px}.fd-section-heading>span{color:#0b858c;font-size:10px;font-weight:850}.fd-section-heading h2{margin:3px 0 0;font-size:20px}.fd-product-richtext{margin-top:14px;font-size:13px;line-height:1.95;color:#415156}.fd-product-richtext h2,.fd-product-richtext h3{color:var(--fd-ink);line-height:1.4}.fd-product-richtext img{border-radius:14px}.fd-reviews-heading{display:flex;justify-content:space-between;align-items:center;gap:10px}.fd-review-summary-grid{display:grid;grid-template-columns:150px 1fr;gap:18px;margin-top:17px;padding:15px;border:1px solid #e4eaea;border-radius:16px;background:#fbfdfd}.fd-review-score{text-align:center;border-inline-end:1px solid #e5eaea;padding-inline-end:15px}.fd-review-score>strong{display:block;font-size:34px;line-height:1}.fd-review-score .fd-stars{font-size:15px;margin:7px 0 3px}.fd-review-score span{font-size:9px;color:var(--fd-muted)}.fd-rating-bars{display:grid;gap:7px}.fd-rating-bars>div{display:grid;grid-template-columns:34px 1fr 22px;align-items:center;gap:8px;font-size:9px}.fd-rating-bars i{height:7px;background:#e9eeee;border-radius:999px;overflow:hidden}.fd-rating-bars b{display:block;height:100%;border-radius:inherit;background:var(--fd-accent)}.fd-rating-bars small{color:var(--fd-muted)}.fd-review-flash{margin-top:12px;padding:10px 12px;border-radius:11px;background:#f1f5f5;color:#526064;font-size:10px}.fd-review-flash.is-success{background:#edf9f2;color:#176b43}.fd-review-flash.is-error{background:#fff0f0;color:#9d3d3d}.fd-review-form{margin-top:15px;padding:15px;border:1px solid #dce8e8;border-radius:16px;background:#fafdFD}.fd-review-form h3{margin:0;font-size:15px}.fd-review-form>p{margin:3px 0 12px;font-size:9px;color:var(--fd-muted)}.fd-review-form fieldset{border:0;padding:0;margin:0 0 10px}.fd-review-form legend,.fd-review-form>label{font-size:10px;font-weight:800}.fd-review-form>label{display:grid;gap:5px;margin-top:9px}.fd-review-form input[type=text],.fd-review-form textarea{width:100%;border:1px solid #d9e1e2;border-radius:10px;padding:9px 10px;outline:0}.fd-review-form textarea{resize:vertical}.fd-star-input{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end}.fd-star-input input{position:absolute;opacity:0;pointer-events:none}.fd-star-input label{font-size:26px;color:#d6dddd;cursor:pointer;line-height:1}.fd-star-input label:hover,.fd-star-input label:hover~label,.fd-star-input input:checked~label{color:#f4ad22}.fd-review-login{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding:12px;border:1px dashed #d9e4e4;border-radius:14px}.fd-review-login p{margin:0;font-size:10px;color:var(--fd-muted)}.fd-review-list{display:grid;gap:9px;margin-top:15px}.fd-review-item{padding:13px;border:1px solid #e4e9ea;border-radius:14px}.fd-review-item header{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px}.fd-review-avatar{width:34px;height:34px;border-radius:50%;background:#eaf8f8;color:#0b858c;display:grid;place-items:center;font-weight:900}.fd-review-item header strong,.fd-review-item header span{display:block}.fd-review-item header strong{font-size:11px}.fd-review-item header span{font-size:8px;color:#198660}.fd-review-item header .fd-stars{font-size:11px}.fd-review-item h3{font-size:12px;margin:9px 0 4px}.fd-review-item p{margin:0;color:#536367;font-size:10px;line-height:1.8}.fd-review-item time{display:block;color:#93a0a3;font-size:8px;margin-top:7px}
@media(max-width:980px){.fd-account-layout{grid-template-columns:1fr}.fd-account-nav{position:static;top:auto}.fd-account-nav-head{display:none}.fd-account-nav-list{display:flex;overflow:auto;gap:5px}.fd-account-nav-list a{flex:none}.fd-account-logout{display:none}.fd-product-detail-grid,.fd-product-lower-grid{grid-template-columns:1fr}.fd-product-purchase-card{order:-1}.fd-product-main-media{aspect-ratio:1.12/1}}
@media(max-width:720px){.fd-account-page{padding-top:20px}.fd-account-title{align-items:center}.fd-account-title-stat{min-width:105px;padding:10px}.fd-account-title-stat strong{font-size:19px}.fd-account-fields{grid-template-columns:1fr}.fd-account-quick-grid{grid-template-columns:1fr 1fr}.fd-login-methods{grid-template-columns:1fr 1fr}.fd-orders-head{display:none}.fd-order-row{grid-template-columns:1fr 1fr;gap:10px;padding:13px}.fd-order-row>div{display:grid;gap:2px}.fd-order-row>div:before{content:attr(data-label);font-size:8px;color:#879397}.fd-order-row>div:first-child{grid-column:1/-1}.fd-order-row>div:last-child{align-self:end}.fd-order-action{width:100%}.fd-product-benefits{grid-template-columns:1fr}.fd-product-benefits>span{grid-template-columns:31px 1fr}.fd-product-purchase-card,.fd-product-gallery-card,.fd-product-description,.fd-product-reviews{border-radius:17px}.fd-product-main-media{aspect-ratio:1/1}.fd-review-summary-grid{grid-template-columns:1fr}.fd-review-score{border-inline-end:0;border-bottom:1px solid #e5eaea;padding:0 0 12px}.fd-reviews-heading{align-items:flex-start}.fd-review-login{align-items:flex-start;flex-direction:column}.fd-review-login .fd-btn{width:100%}}
@media(max-width:520px){.fd-shell-container{width:min(var(--fd-container),calc(100% - 24px))}.fd-account-title{display:block}.fd-account-title-stat{display:flex;align-items:center;gap:6px;width:max-content;margin-top:10px}.fd-account-title-stat strong{font-size:16px}.fd-account-quick-grid{grid-template-columns:1fr}.fd-login-methods{grid-template-columns:1fr}.fd-order-tabs{grid-template-columns:repeat(2,1fr)}.fd-order-row{grid-template-columns:1fr}.fd-order-row>div:first-child{grid-column:auto}.fd-product-detail-page{padding-top:16px}.fd-product-purchase-card{padding:16px}.fd-product-purchase-card h1{font-size:26px}.fd-product-gallery-card{padding:10px}.fd-product-main-media{border-radius:13px}.fd-product-thumbnails button{width:62px;height:50px}.fd-product-trust-grid{grid-template-columns:1fr}.fd-product-buy-actions{grid-template-columns:1fr}.fd-product-benefits{display:none}.fd-product-lower-grid{margin-top:12px;gap:12px}.fd-product-description,.fd-product-reviews{padding:16px}.fd-review-item header{grid-template-columns:32px minmax(0,1fr)}.fd-review-item header .fd-stars{grid-column:2}}

/* Phase 8F.3B — catalog rating summary */
.fd-product-card-rating{display:inline-flex;align-items:center;gap:5px;width:max-content;color:#6f7780;text-decoration:none;font-size:12px;line-height:1}.fd-product-card-rating span{color:#f2a900;font-size:15px}.fd-product-card-rating strong{color:var(--fd-text,#17272b);font-size:12px}.fd-product-card-rating small{color:#7c8790}.fd-product-card-rating:hover strong{color:var(--fd-primary,#159fa6)}

/* Phase 8F.3B — themed customer order detail */
.fd-order-detail-title{align-items:center}.fd-order-alert{padding:13px 15px;border-radius:14px;border:1px solid var(--fd-border,#e3eaec);background:#f8fbfc;color:#42565c;font-size:14px}.fd-order-alert.is-success{background:#eefaf5;border-color:#ccebdd;color:#176447}.fd-order-alert.is-info{background:#effafa;border-color:#cfeaed;color:#23646a}.fd-order-overview-card{display:grid;gap:16px}.fd-order-status-grid,.fd-order-money-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fd-order-status-grid>div,.fd-order-money-grid>div{padding:14px;border:1px solid var(--fd-border,#e5ebed);border-radius:14px;background:#fbfcfd;min-width:0}.fd-order-status-grid span,.fd-order-money-grid span{display:block;color:var(--fd-muted,#738087);font-size:12px;margin-bottom:6px}.fd-order-status-grid strong,.fd-order-money-grid strong{font-size:15px}.fd-order-money-grid .is-due{background:#fff8eb;border-color:#f1d49a}.fd-order-money-grid .is-credit{background:#eef9ff;border-color:#c9e4f1}.fd-order-action-callout,.fd-order-digital-callout{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;border-radius:16px;background:linear-gradient(135deg,rgba(20,160,167,.09),rgba(20,160,167,.02));border:1px solid rgba(20,160,167,.16)}.fd-order-action-callout p,.fd-order-digital-callout p{margin:4px 0 0;color:var(--fd-muted,#738087);font-size:13px}.fd-order-digital-callout>div{display:flex;align-items:center;gap:12px}.fd-order-digital-callout h2{margin:0;font-size:17px}.fd-order-item-list{display:grid;gap:11px}.fd-order-item-card{border:1px solid var(--fd-border,#e4eaec);border-radius:16px;padding:15px;background:#fff}.fd-order-item-main{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.fd-order-item-main p{margin:5px 0 0;color:var(--fd-muted,#738087);font-size:13px}.fd-order-item-total{white-space:nowrap}.fd-order-item-digital{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:10px 12px;border-radius:12px;background:#f1faf6;color:#28684f;font-size:13px}.fd-order-item-digital a{color:var(--fd-primary,#159fa6);font-weight:700}.fd-order-item-card details{margin-top:10px;border-top:1px dashed var(--fd-border,#e4eaec);padding-top:10px}.fd-order-item-card summary{cursor:pointer;color:#5d6c72;font-size:13px}.fd-order-item-details{display:grid;gap:5px;margin-top:8px;color:#637178;font-size:13px}.fd-order-doc-actions{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}.fd-order-doc-list,.fd-order-refund-list{display:grid;gap:9px}.fd-order-doc-list>a,.fd-order-refund-list>div{display:flex;justify-content:space-between;align-items:center;gap:14px;border:1px solid var(--fd-border,#e4eaec);border-radius:14px;padding:12px 14px;text-decoration:none;color:inherit;background:#fff}.fd-order-doc-list small,.fd-order-refund-list small{display:block;color:var(--fd-muted,#738087);margin-top:4px;font-size:12px}.fd-order-doc-list>a:hover{border-color:rgba(20,160,167,.42);background:#fbffff}
@media(max-width:980px){.fd-order-status-grid,.fd-order-money-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.fd-order-detail-title{align-items:flex-start}.fd-order-detail-title>.fd-btn{width:100%;text-align:center}.fd-order-status-grid,.fd-order-money-grid{grid-template-columns:1fr 1fr}.fd-order-action-callout,.fd-order-digital-callout{align-items:stretch;flex-direction:column}.fd-order-action-callout .fd-btn,.fd-order-digital-callout .fd-btn{width:100%;text-align:center}.fd-order-item-main{flex-direction:column}.fd-order-item-total{font-size:17px}.fd-order-doc-list>a,.fd-order-refund-list>div{align-items:flex-start;flex-direction:column}}
@media(max-width:390px){.fd-order-status-grid,.fd-order-money-grid{grid-template-columns:1fr}}

/* Phase 8F.3C — richer product merchandising, social proof and favorites */
.fd-product-detail-page-v2{padding:24px 0 58px;background:#fff}.fd-product-detail-grid-v2{grid-template-columns:minmax(0,1.24fr) minmax(360px,.76fr);gap:34px;align-items:start}.fd-product-gallery-v2{padding:0;border:0;box-shadow:none;background:transparent}.fd-product-gallery-v2 .fd-product-main-media{border:1px solid var(--fd-line);border-radius:22px;background:#fafcfc;overflow:hidden;aspect-ratio:1/1}.fd-product-gallery-v2 .fd-product-main-media img{width:100%;height:100%;object-fit:contain}.fd-product-gallery-v2 .fd-product-thumbnails{justify-content:flex-start;padding-top:11px}.fd-product-gallery-v2 .fd-product-thumbnails button{width:78px;height:64px}.fd-product-purchase-v2{position:sticky;top:112px;padding:6px 0 0;border:0;box-shadow:none;background:transparent}.fd-product-purchase-v2 h1{font-size:clamp(30px,3.2vw,46px);line-height:1.25;margin:10px 0 9px;letter-spacing:-.5px}.fd-product-top-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px}.fd-product-icon-actions{display:flex;align-items:center;gap:7px}.fd-favorite-form{margin:0}.fd-round-action{width:44px;height:44px;border:1px solid #dfe6e8;border-radius:50%;background:#fff;color:#25383d;display:grid;place-items:center;cursor:pointer;transition:.18s ease}.fd-round-action:hover{border-color:#b8d7da;background:#f6fbfb}.fd-round-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.fd-round-action.is-active{color:#e84f62;border-color:#f1c3ca;background:#fff7f8}.fd-round-action.is-active svg{fill:currentColor}.fd-round-action.is-done{color:#178a61;border-color:#b8e2d2}.fd-merch-badge{display:inline-flex;align-items:center;min-height:34px;padding:6px 13px;border-radius:999px;background:#0ba568;color:#fff;font-size:13px;font-weight:850}.fd-product-social-proof{display:flex;align-items:center;gap:12px 16px;flex-wrap:wrap;margin:8px 0 17px}.fd-product-social-proof .fd-product-rating-line{margin:0}.fd-purchased-count,.fd-favorite-count{font-size:12px;color:#52656a;white-space:nowrap}.fd-purchased-count{font-weight:750}.fd-product-short-v2{font-size:15px;line-height:1.9;color:#43575c;margin:0 0 18px;max-width:620px}.fd-product-price-v2{display:flex;align-items:baseline;gap:12px;margin:19px 0}.fd-product-price-v2 strong{font-size:30px}.fd-product-price-v2 del{font-size:15px;color:#909a9d}.fd-product-trust-v2{margin:4px 0 14px}.fd-product-trust-v2>div{background:#fafcfc}.fd-config-note{background:#f7fbfb}.fd-buy-box-v2{border-top:1px solid var(--fd-line);margin-top:18px;padding-top:18px}.fd-product-lower-v2{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:18px;margin-top:34px}.fd-product-lower-v2 .fd-product-description,.fd-product-lower-v2 .fd-product-reviews{box-shadow:none;border-color:#e8edef}.fd-favorites-grid{padding:0}.fd-empty-state{text-align:center;padding:40px 24px}.fd-empty-state h2{margin:0 0 7px}.fd-empty-state p{color:var(--fd-muted);margin:0 0 16px}
@media(max-width:980px){.fd-product-detail-grid-v2{grid-template-columns:1fr}.fd-product-purchase-v2{position:static;top:auto;order:-1}.fd-product-lower-v2{grid-template-columns:1fr}.fd-product-gallery-v2 .fd-product-main-media{aspect-ratio:1/1}}
@media(max-width:720px){.fd-product-detail-page-v2{padding-top:14px}.fd-product-detail-grid-v2{gap:18px}.fd-product-purchase-v2{padding:0}.fd-product-top-actions{min-height:40px}.fd-round-action{width:40px;height:40px}.fd-merch-badge{font-size:11px;min-height:30px;padding:5px 10px}.fd-product-purchase-v2 h1{font-size:29px;margin-top:8px}.fd-product-social-proof{gap:8px 12px;margin-bottom:13px}.fd-purchased-count,.fd-favorite-count{font-size:11px}.fd-product-short-v2{font-size:13px;line-height:1.8}.fd-product-price-v2 strong{font-size:25px}.fd-product-gallery-v2 .fd-product-main-media{border-radius:16px;aspect-ratio:1/1}.fd-product-gallery-v2 .fd-product-thumbnails{overflow:auto;flex-wrap:nowrap;scrollbar-width:none}.fd-product-gallery-v2 .fd-product-thumbnails::-webkit-scrollbar{display:none}.fd-product-gallery-v2 .fd-product-thumbnails button{flex:none;width:66px;height:56px}.fd-product-lower-v2{margin-top:20px}}
@media(max-width:430px){.fd-product-purchase-v2 h1{font-size:26px}.fd-product-social-proof{display:grid;grid-template-columns:auto 1fr}.fd-product-social-proof .fd-product-rating-line{grid-column:1/-1}.fd-product-price-v2{margin:15px 0}.fd-product-price-v2 strong{font-size:23px}}

/* Phase 8F.3C.1 — wide desktop scale + clearer centered storefront header */
:root{--fd-container:1460px}
@media(min-width:1180px){
  .fd-header-main{min-height:92px;grid-template-columns:minmax(225px,.78fr) minmax(440px,1.45fr) minmax(300px,.9fr);gap:30px}
  .fd-header-search input{height:54px;border-radius:16px;padding-inline-start:52px;font-size:15px}
  .fd-header-search svg{width:22px;height:22px;inset-inline-start:17px;stroke-width:2}
  .fd-header-actions{gap:4px;justify-content:flex-end}
  .fd-header-actions .fd-icon-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:auto;min-width:54px;height:50px;padding:0 9px;border-radius:14px;font-weight:800}
  .fd-header-actions .fd-icon-action::after{content:attr(aria-label);font-size:12px;line-height:1;color:#405257;white-space:nowrap}
  .fd-header-actions .fd-icon-action svg{width:25px;height:25px;stroke-width:2.05;flex:none}
  .fd-header-actions .fd-icon-action:hover::after,.fd-header-actions .fd-icon-action:focus-visible::after{color:var(--fd-accent)}
  .fd-header-actions .fd-cart-badge{top:-1px;inset-inline-end:auto;inset-inline-start:23px;min-width:19px;height:19px;font-size:10px}
  .fd-header-nav{border-top:1px solid #eef2f3;border-bottom:1px solid #f3f5f5}
  .fd-nav-row{position:relative;min-height:58px;justify-content:center}
  .fd-primary-nav{margin-inline:auto;max-width:calc(100% - 220px)}
  .fd-primary-nav>ul{justify-content:center;gap:7px;flex-wrap:wrap}
  .fd-primary-nav a{font-size:15px;padding:10px 14px;border-radius:11px}
  .fd-primary-nav .fd-submenu a{font-size:13px;padding:10px 12px}
  .fd-utility-nav{position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%)}
  .fd-utility-nav a{font-size:12px;padding:8px 9px}
  .fd-announcement{font-size:14px}
  .fd-announcement a,.fd-announcement span{padding:9px 14px}
}
@media(min-width:1440px){
  .fd-product-detail-page-v2{padding-top:32px}
  .fd-product-detail-grid-v2{grid-template-columns:minmax(0,1.28fr) minmax(480px,.72fr);gap:48px}
  .fd-product-gallery-v2 .fd-product-main-media{border-radius:24px}
  .fd-product-gallery-v2 .fd-product-thumbnails{gap:10px;padding-top:14px}
  .fd-product-gallery-v2 .fd-product-thumbnails button{width:88px;height:72px;border-radius:13px}
  .fd-product-purchase-v2{top:134px;padding-top:10px}
  .fd-product-top-actions{min-height:50px}
  .fd-round-action{width:48px;height:48px}
  .fd-round-action svg{width:23px;height:23px}
  .fd-merch-badge{min-height:36px;padding:7px 14px;font-size:14px}
  .fd-product-purchase-v2 h1{font-size:clamp(38px,2.7vw,50px);margin:14px 0 10px}
  .fd-product-social-proof{gap:14px 20px;margin:10px 0 20px}
  .fd-product-social-proof .fd-stars{font-size:19px}
  .fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:13px}
  .fd-product-rating-line small{font-size:11px}
  .fd-product-short-v2{font-size:17px;line-height:2;max-width:700px;margin-bottom:21px}
  .fd-product-promotion{padding:13px 15px;border-radius:14px}
  .fd-product-promotion strong{font-size:13px}.fd-product-promotion span{font-size:11px}
  .fd-product-price-v2{margin:22px 0}.fd-product-price-v2 strong{font-size:36px}.fd-product-price-v2 del{font-size:17px}
  .fd-product-trust-grid{gap:11px}.fd-product-trust-grid>div{padding:13px 14px;border-radius:15px}.fd-product-trust-grid>div>span{width:37px;height:37px;font-size:16px}.fd-product-trust-grid strong{font-size:12px}.fd-product-trust-grid small{font-size:10.5px}
  .fd-config{margin-top:21px;padding-top:18px}.fd-config h2{font-size:16px}.fd-config-group>label{font-size:12.5px}.fd-config input[type=text],.fd-config input[type=number],.fd-config input[type=url],.fd-config input[type=email],.fd-config input[type=file],.fd-config input[type=date],.fd-config select,.fd-config textarea{min-height:47px;font-size:14px}
  .fd-buy-box-v2{margin-top:22px;padding-top:20px}.fd-qty-label{font-size:13px}.fd-qty-label input{width:88px;min-height:43px;font-size:14px}.fd-product-buy-actions{gap:11px;margin-top:13px}.fd-product-buy-actions button{min-height:52px;font-size:15px;border-radius:13px}
  .fd-cart-message{font-size:12px}
  .fd-product-lower-v2{gap:24px;margin-top:42px}.fd-product-description,.fd-product-reviews{padding:27px}.fd-section-heading>span{font-size:11px}.fd-section-heading h2{font-size:24px}.fd-product-richtext{font-size:15px;line-height:2}
  .fd-review-summary-grid{grid-template-columns:180px 1fr;padding:18px}.fd-review-score>strong{font-size:40px}.fd-review-score .fd-stars{font-size:18px}.fd-review-score span{font-size:10px}.fd-rating-bars>div{grid-template-columns:38px 1fr 26px;font-size:10.5px}.fd-rating-bars i{height:9px}
}
@media(min-width:1800px){
  :root{--fd-container:1540px}
  .fd-site-header .fd-logo img{max-height:74px}
  .fd-product-detail-grid-v2{gap:56px}
}
@media(min-width:1180px) and (max-width:1320px){
  .fd-header-actions .fd-icon-action::after{display:none}
  .fd-header-actions .fd-icon-action{width:48px;min-width:48px;padding:0}
  .fd-header-actions .fd-cart-badge{inset-inline-start:auto;inset-inline-end:0}
  .fd-primary-nav a{font-size:14px;padding-inline:11px}
}

/* Phase 8F.3C.2 — mobile product flow: gallery before purchase details */
@media (max-width: 980px) {
  .fd-product-detail-grid-v2 .fd-product-gallery-v2 {
    order: -1;
  }

  .fd-product-detail-grid-v2 .fd-product-purchase-v2,
  .fd-product-detail-grid-v2 .fd-product-purchase-card {
    order: 0;
  }
}

/* Phase 8F.3C.5 — balanced storefront width + readability-first typography
   Goal: Salla-like visual density without copying a theme. Keep the canvas compact
   on large screens, while making Arabic text, controls and secondary information
   comfortably readable for a broad age range. */
:root{
  --fd-container:1320px;
  --fd-reading-sm:13px;
  --fd-reading-md:15px;
  --fd-reading-base:16px;
}
body{font-size:16px;line-height:1.75;font-weight:400}
.fd-btn{font-size:15px;font-weight:700;line-height:1.45}
.fd-announcement{font-size:14px}
.fd-announcement a,.fd-announcement span{font-weight:700}
.fd-header-search input{font-size:15px;font-weight:400}
.fd-primary-nav a,.fd-utility-nav a{font-weight:700}
.fd-panel-head h2,.fd-account-panel-copy strong{font-weight:700}
.fd-account-links a,.fd-mobile-menu a,.fd-mobile-menu details summary{font-weight:700}

/* Home / catalog reading hierarchy */
.fd-hero h1,.fd-section-head h2,.fd-store-intro h1,.fd-account-title h1{font-weight:700;letter-spacing:0}
.fd-hero h1{font-size:clamp(38px,4vw,54px);line-height:1.24}
.fd-hero-copy{font-size:17px;line-height:1.9}
.fd-hero-badge{font-size:13px;font-weight:700}
.fd-hero-trust{font-size:13px}
.fd-section-head h2{font-size:clamp(27px,2.6vw,34px);line-height:1.35}
.fd-section-head p{font-size:15px;line-height:1.8}
.fd-section-head a{font-size:14px;font-weight:700}
.fd-category-card strong{font-size:15px;font-weight:700}
.fd-category-card span{font-size:12.5px;line-height:1.6}
.fd-product-card-brand{font-size:12px}
.fd-product-card-title{font-size:16px;line-height:1.6;min-height:50px;font-weight:700}
.fd-product-card-desc{font-size:13.5px;line-height:1.75;min-height:47px}
.fd-product-card-price strong{font-size:17px;font-weight:700}
.fd-product-card-price del{font-size:12.5px}
.fd-product-card-rating,.fd-product-card-rating strong{font-size:13px}
.fd-product-card-rating small{font-size:12px}
.fd-product-badge{font-size:11.5px;font-weight:700}
.fd-product-type{font-size:11px;font-weight:700}
.fd-value-card h3{font-size:16px;font-weight:700}
.fd-value-card p{font-size:13.5px;line-height:1.75}
.fd-store-intro p{font-size:15px;line-height:1.8}
.fd-pagination a,.fd-pagination span{font-size:13px}

/* Product page — make secondary information as readable as the headline */
.fd-breadcrumb,.fd-product-breadcrumb{font-size:13px;line-height:1.7}
.fd-product-purchase-v2 h1{font-weight:700;letter-spacing:0;line-height:1.32}
.fd-merch-badge{font-size:14px;font-weight:700}
.fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:14px}
.fd-product-rating-line small{font-size:12.5px}
.fd-purchased-count{font-weight:600}
.fd-product-short-v2{font-size:16.5px;line-height:1.95;font-weight:500;color:#34494e}
.fd-product-promotion strong{font-size:15px;font-weight:700}
.fd-product-promotion span{font-size:13.5px;line-height:1.7}
.fd-product-price-v2 strong{font-weight:700}
.fd-product-price-v2 del{font-size:16px}
.fd-product-trust-grid strong{font-size:14px;font-weight:700}
.fd-product-trust-grid small{font-size:12.5px;line-height:1.6}
.fd-config h2{font-size:18px;font-weight:700}
.fd-config-group>label{font-size:14.5px;font-weight:700}
.fd-choice-list label,.fd-inline-check{font-size:14px;line-height:1.65}
.fd-image-choice label{font-size:13px}
.fd-help{font-size:12.5px;line-height:1.7}
.fd-config input[type=text],.fd-config input[type=number],.fd-config input[type=url],.fd-config input[type=email],.fd-config input[type=file],.fd-config input[type=date],.fd-config select,.fd-config textarea{font-size:16px;line-height:1.55}
.fd-qty-label{font-size:14.5px;font-weight:700}
.fd-qty-label input{font-size:16px}
.fd-product-buy-actions button{font-size:16px;font-weight:700}
.fd-cart-message{font-size:13px}
.fd-tax-list span,.fd-tax-list a{font-size:12.5px}
.fd-section-heading>span{font-size:12.5px;font-weight:700}
.fd-section-heading h2{font-size:25px;font-weight:700;line-height:1.4}
.fd-product-richtext{font-size:16px;line-height:2;color:#34494e}
.fd-review-score span{font-size:12px}
.fd-rating-bars>div{font-size:12px}
.fd-review-item header strong{font-size:14px}
.fd-review-item header span{font-size:11.5px}
.fd-review-item header .fd-stars{font-size:14px}
.fd-review-item h3{font-size:15px}
.fd-review-item p{font-size:14px;line-height:1.85}
.fd-review-item time{font-size:11.5px}

/* Account areas share the same readability floor. Structural redesign remains separate. */
.fd-eyebrow{font-size:13px;font-weight:700}
.fd-account-title p{font-size:15px;line-height:1.8}
.fd-account-title-stat span{font-size:12.5px}
.fd-account-nav-head strong{font-size:15px;font-weight:700}
.fd-account-nav-head small{font-size:12px}
.fd-account-nav-list a{font-size:14px;font-weight:700}
.fd-account-card-head h2{font-size:20px;font-weight:700}
.fd-account-card-head p{font-size:14px;line-height:1.75}
.fd-account-field span{font-size:13px}
.fd-account-field strong{font-size:15px}
.fd-account-field a{font-size:13px;font-weight:700}
.fd-account-quick span{font-size:13px}
.fd-account-quick small{font-size:12px}
.fd-login-method strong{font-size:14px}
.fd-login-method small{font-size:12px}
.fd-account-banner p{font-size:14px}
.fd-orders-notice strong{font-size:14px}.fd-orders-notice span{font-size:13px}
.fd-order-tabs a{font-size:13px;font-weight:700}
.fd-orders-head{font-size:12px}
.fd-order-row strong{font-size:14px}.fd-order-row small{font-size:12px}.fd-order-row span{font-size:13px}
.fd-status-pill{font-size:12px!important;font-weight:700}
.fd-order-action{font-size:13px;font-weight:700}

/* Footer should not look like legal fine print. */
.fd-footer-brand p{font-size:14px;line-height:1.8}
.fd-footer-contact{font-size:13.5px}
.fd-footer-col h2{font-size:15px;font-weight:700}
.fd-footer-menu a{font-size:13.5px;line-height:1.65}
.fd-footer-bottom-row{font-size:12px}

@media(min-width:1180px){
  .fd-shell-container{width:min(var(--fd-container),calc(100% - 48px))}
  .fd-header-main{min-height:86px;grid-template-columns:minmax(210px,.8fr) minmax(420px,1.25fr) minmax(275px,.9fr);gap:24px}
  .fd-header-search input{height:52px;border-radius:15px;padding-inline-start:50px;font-size:16px}
  .fd-header-search svg{width:22px;height:22px}
  .fd-header-actions{gap:3px}
  .fd-header-actions .fd-icon-action{min-width:50px;height:48px;padding:0 8px;font-weight:700}
  .fd-header-actions .fd-icon-action::after{font-size:13.5px;font-weight:600;color:#34494e}
  .fd-header-actions .fd-icon-action svg{width:24px;height:24px;stroke-width:2}
  .fd-nav-row{min-height:56px}
  .fd-primary-nav{max-width:calc(100% - 230px)}
  .fd-primary-nav>ul{gap:5px}
  .fd-primary-nav a{font-size:16px;padding:10px 13px;font-weight:700}
  .fd-primary-nav .fd-submenu a{font-size:14px;line-height:1.6}
  .fd-utility-nav a{font-size:13px}
  .fd-announcement a,.fd-announcement span{padding:8px 14px}

  .fd-products-grid{gap:18px}
  .fd-product-card-body{padding:16px}

  .fd-product-detail-page-v2{padding-top:28px}
  .fd-product-detail-grid-v2{grid-template-columns:minmax(0,1.18fr) minmax(460px,.82fr);gap:44px}
  .fd-product-gallery-v2 .fd-product-main-media{border-radius:22px;aspect-ratio:1/1}
  .fd-product-gallery-v2 .fd-product-thumbnails{gap:9px;padding-top:12px}
  .fd-product-gallery-v2 .fd-product-thumbnails button{width:82px;height:68px}
  .fd-product-purchase-v2{top:126px;padding-top:8px}
  .fd-product-top-actions{min-height:48px}
  .fd-round-action{width:46px;height:46px}
  .fd-round-action svg{width:22px;height:22px}
  .fd-product-purchase-v2 h1{font-size:clamp(34px,2.2vw,40px);margin:13px 0 10px}
  .fd-product-social-proof{gap:12px 18px;margin:9px 0 18px}
  .fd-product-social-proof .fd-stars{font-size:19px}
  .fd-product-short-v2{max-width:590px;margin-bottom:20px}
  .fd-product-promotion{padding:13px 15px;border-radius:14px}
  .fd-product-price-v2{margin:20px 0}
  .fd-product-price-v2 strong{font-size:34px}
  .fd-product-trust-grid{gap:11px}
  .fd-product-trust-grid>div{padding:14px 15px;border-radius:15px}
  .fd-product-trust-grid>div>span{width:39px;height:39px;font-size:17px}
  .fd-config{margin-top:22px;padding-top:19px}
  .fd-config input[type=text],.fd-config input[type=number],.fd-config input[type=url],.fd-config input[type=email],.fd-config input[type=file],.fd-config input[type=date],.fd-config select,.fd-config textarea{min-height:49px}
  .fd-qty-label input{width:90px;min-height:45px}
  .fd-product-buy-actions{gap:11px;margin-top:13px}
  .fd-product-buy-actions button{min-height:52px;border-radius:13px}
  .fd-product-lower-v2{gap:24px;margin-top:38px}
  .fd-product-description,.fd-product-reviews{padding:28px}
  .fd-review-summary-grid{grid-template-columns:180px 1fr;padding:18px}

  .fd-account-layout{grid-template-columns:260px minmax(0,1fr);gap:24px}
}

@media(min-width:1321px){
  .fd-header-actions .fd-icon-action::after{display:inline}
}

@media(min-width:1440px){
  /* Do not keep scaling the canvas with the monitor. Extra screen width becomes calm whitespace. */
  :root{--fd-container:1320px}
  .fd-product-detail-grid-v2{grid-template-columns:minmax(0,1.18fr) minmax(460px,.82fr);gap:44px}
  .fd-product-purchase-v2 h1{font-size:40px}
  .fd-product-price-v2 strong{font-size:34px}
  .fd-product-short-v2{font-size:16.5px;line-height:1.95}
  .fd-product-richtext{font-size:16px}
}

@media(min-width:1800px){
  :root{--fd-container:1320px}
  .fd-site-header .fd-logo img{max-height:68px}
  .fd-product-detail-grid-v2{gap:44px}
}

@media(max-width:780px){
  /* Mobile remains compact, but no essential storefront text should feel miniature. */
  .fd-announcement{font-size:12.5px}
  .fd-header-search input{font-size:14px}
  .fd-hero h1{font-size:clamp(31px,9vw,42px);line-height:1.28;letter-spacing:0}
  .fd-hero-copy{font-size:15px;line-height:1.85}
  .fd-hero-trust{font-size:12px}
  .fd-section-head h2{font-size:27px}
  .fd-section-head p{font-size:14px}
  .fd-section-head a{font-size:13px}
  .fd-category-card strong{font-size:14.5px}
  .fd-category-card span{font-size:12px}
  .fd-product-card-title{font-size:15.5px;min-height:48px}
  .fd-product-card-desc{font-size:13px;min-height:44px}
  .fd-product-card-price strong{font-size:16px}
  .fd-product-card-brand{font-size:11.5px}
  .fd-product-card-rating,.fd-product-card-rating strong{font-size:12.5px}
  .fd-store-intro p{font-size:14px}

  .fd-breadcrumb,.fd-product-breadcrumb{font-size:12px}
  .fd-merch-badge{font-size:12.5px;font-weight:700}
  .fd-product-purchase-v2 h1{font-size:28px;line-height:1.35}
  .fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:12.5px}
  .fd-product-rating-line small{font-size:11.5px}
  .fd-product-short-v2{font-size:15px;line-height:1.9}
  .fd-product-promotion strong{font-size:14px}
  .fd-product-promotion span{font-size:12.5px}
  .fd-product-price-v2 strong{font-size:27px}
  .fd-product-price-v2 del{font-size:14px}
  .fd-product-trust-grid strong{font-size:13.5px}
  .fd-product-trust-grid small{font-size:12px}
  .fd-config h2{font-size:17px}
  .fd-config-group>label{font-size:14px}
  .fd-choice-list label,.fd-inline-check{font-size:13.5px}
  .fd-help{font-size:12px}
  .fd-config input[type=text],.fd-config input[type=number],.fd-config input[type=url],.fd-config input[type=email],.fd-config input[type=file],.fd-config input[type=date],.fd-config select,.fd-config textarea{font-size:16px}
  .fd-qty-label{font-size:14px}
  .fd-product-buy-actions button{font-size:15.5px}
  .fd-product-richtext{font-size:15px;line-height:1.95}
  .fd-review-item p{font-size:13.5px}

  .fd-account-title p{font-size:14px}
  .fd-account-nav-list a{font-size:14px}
  .fd-account-card-head p{font-size:13.5px}
  .fd-account-field span{font-size:12.5px}.fd-account-field strong{font-size:14px}
  .fd-order-row strong{font-size:14px}.fd-order-row small{font-size:11.5px}.fd-order-row span{font-size:12.5px}
  .fd-footer-brand p{font-size:13.5px}.fd-footer-menu a{font-size:13.5px}.fd-footer-contact{font-size:13px}
}

@media(max-width:430px){
  .fd-product-purchase-v2 h1{font-size:26px}
  .fd-product-short-v2{font-size:14.5px}
  .fd-product-price-v2 strong{font-size:25px}
}

/* Phase 8F.3C.6 — header refinement + product balance + responsive trust footer
   Keep the 1320px storefront canvas, restore the calmer product proportions from
   before 8F.3C.5, and improve legibility through hierarchy instead of more width. */

/* Header: compact, centered search, clearer actions, calmer navigation. */
.fd-site-header{box-shadow:0 1px 0 rgba(25,52,58,.02)}
.fd-header-actions .fd-icon-action::after{content:none!important;display:none!important}
.fd-header-action-label{display:none;white-space:nowrap;font-size:12.5px;font-weight:650;line-height:1;color:#34494e}
.fd-header-actions .fd-icon-action:hover .fd-header-action-label,.fd-header-actions .fd-icon-action:focus-visible .fd-header-action-label{color:var(--fd-accent)}
.fd-primary-nav .fd-submenu{min-width:235px;padding:8px;border-radius:12px;box-shadow:0 16px 42px rgba(27,49,55,.12);border-color:#e8edef}
.fd-primary-nav .fd-submenu a{font-size:13.5px;line-height:1.55;padding:10px 12px;border-radius:8px}

/* Product: retain the previous visual balance, only lift typography where needed. */
.fd-product-purchase-v2 h1{font-size:clamp(32px,2.25vw,38px);font-weight:700;line-height:1.3;margin:11px 0 9px}
.fd-product-brand{font-size:12.5px;font-weight:700}
.fd-product-social-proof{margin:8px 0 16px;gap:10px 15px}
.fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:13.5px}
.fd-product-rating-line small{font-size:12px}
.fd-product-short-v2{font-size:15.5px;line-height:1.9;font-weight:500;max-width:610px;margin-bottom:18px}
.fd-product-promotion strong{font-size:14px}.fd-product-promotion span{font-size:12.5px}
.fd-product-price-v2{margin:18px 0}.fd-product-price-v2 strong{font-size:32px}.fd-product-price-v2 del{font-size:15px}
.fd-product-trust-grid>div{padding:12px 13px}.fd-product-trust-grid>div>span{width:36px;height:36px}
.fd-product-trust-grid strong{font-size:13px}.fd-product-trust-grid small{font-size:11.5px}
.fd-config h2{font-size:17px}.fd-config-group>label{font-size:14px}.fd-help{font-size:12px}
.fd-section-heading h2{font-size:23px}.fd-product-richtext{font-size:15.5px;line-height:1.95}

/* Footer v2: trust strip + brand/contact + navigation. */
.fd-site-footer{margin-top:40px;background:#fff;border-top:1px solid #e9eeee;color:#24393e}
.fd-footer-trust-wrap{background:#f7faf9;border-bottom:1px solid #e8eeee}
.fd-footer-trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;padding-top:16px;padding-bottom:16px}
.fd-footer-trust-item{min-width:0;display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid #e0e9e8;border-radius:14px;background:#fff;text-decoration:none;color:inherit;transition:border-color .18s,box-shadow .18s,transform .18s}
a.fd-footer-trust-item:hover{border-color:#bcd8d8;box-shadow:0 8px 22px rgba(20,55,60,.06);transform:translateY(-1px)}
.fd-footer-trust-icon{width:42px;height:42px;border-radius:12px;background:#eaf8f7;color:var(--fd-accent);display:grid;place-items:center;flex:none}
.fd-footer-trust-icon svg{width:22px;height:22px}
.fd-footer-trust-item>span:last-child{min-width:0;display:grid;gap:2px}
.fd-footer-trust-item strong{font-size:14px;font-weight:750;line-height:1.35}
.fd-footer-trust-item small{font-size:11.5px;color:#728084;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;direction:auto}
.fd-footer-main{padding:40px 0 32px;display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(0,1.95fr);gap:54px;align-items:start}
.fd-footer-brand{max-width:390px}.fd-footer-brand .fd-logo{margin-bottom:15px}.fd-footer-brand p{max-width:380px;margin:0 0 18px;color:#607176;font-size:13.5px;line-height:1.9}
.fd-site-footer .fd-logo img{width:min(var(--fd-logo-desktop,210px),180px);max-height:58px}
.fd-footer-contact{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}
.fd-footer-contact a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:7px 10px;border:1px solid #e3e9e9;border-radius:11px;background:#fff;text-decoration:none;color:#364a4f;font-size:12.5px}
.fd-footer-contact a:hover{border-color:#bad7d8;color:var(--fd-accent)}
.fd-footer-contact a>span{width:22px;height:22px;display:grid;place-items:center;color:var(--fd-accent)}.fd-footer-contact svg{width:18px;height:18px}.fd-footer-contact b{font-weight:650}
.fd-socials{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:15px}.fd-socials a{width:auto;height:32px;padding:0 10px;border-radius:999px;border:1px solid #e3e9e9;background:#fff;color:#53656a;font-size:10.5px;font-weight:700}.fd-socials a:hover{color:var(--fd-accent);border-color:#bad7d8;background:#f8fbfb}
.fd-footer-links-desktop{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.fd-footer-col h2{margin:0 0 14px;font-size:14px;font-weight:750;color:#1f3439}
.fd-footer-menu{gap:8px}.fd-footer-menu a{font-size:13px;line-height:1.65;color:#607176;transition:color .15s}.fd-footer-menu a:hover{color:var(--fd-accent)}
.fd-footer-menu .fd-submenu{padding-inline-start:10px}
.fd-footer-mobile-details{display:none}
.fd-footer-bottom{border-top:1px solid #e9eeee;padding:15px 0;background:#fbfcfc}
.fd-footer-bottom-row{font-size:11.5px;color:#718085}.fd-footer-security-note{display:inline-flex;align-items:center;gap:6px}.fd-footer-security-note svg{width:17px;height:17px;color:var(--fd-accent)}

@media(min-width:1180px){
  .fd-header-main{min-height:82px;grid-template-columns:minmax(190px,220px) minmax(420px,700px) minmax(245px,1fr);gap:24px}
  .fd-site-header .fd-logo img{max-height:60px}
  .fd-header-search{width:100%;max-width:700px;justify-self:center}
  .fd-header-search input{height:50px;border-radius:14px;border-color:#cfd9dc;font-size:15px;padding-inline-start:48px}
  .fd-header-search svg{width:21px;height:21px}
  .fd-header-actions{justify-content:flex-end;gap:2px}
  .fd-header-actions .fd-icon-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:48px;width:auto;height:46px;padding:0 8px;border-radius:12px}
  .fd-header-actions .fd-icon-action svg{width:23px;height:23px;stroke-width:1.95}
  .fd-header-action-label{display:inline}
  .fd-header-actions .fd-cart-badge{top:0;inset-inline-start:22px;inset-inline-end:auto}
  .fd-nav-row{min-height:52px;justify-content:center}
  .fd-primary-nav{max-width:calc(100% - 190px);margin-inline:auto}
  .fd-primary-nav>ul{gap:4px;justify-content:center}
  .fd-primary-nav a{font-size:15px;font-weight:700;padding:9px 12px}
  .fd-utility-nav a{font-size:12px}

  .fd-product-detail-page-v2{padding-top:26px}
  .fd-product-detail-grid-v2{grid-template-columns:minmax(0,1.24fr) minmax(390px,.76fr);gap:34px}
  .fd-product-gallery-v2 .fd-product-main-media{border-radius:21px;aspect-ratio:1/1}
  .fd-product-gallery-v2 .fd-product-thumbnails button{width:78px;height:64px}
  .fd-product-purchase-v2{top:118px;padding-top:6px}
  .fd-round-action{width:44px;height:44px}.fd-round-action svg{width:21px;height:21px}
  .fd-product-purchase-v2 h1{font-size:38px}
  .fd-product-price-v2 strong{font-size:32px}
  .fd-product-lower-v2{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:20px;margin-top:34px}
  .fd-product-description,.fd-product-reviews{padding:25px}
}

@media(min-width:1440px){
  :root{--fd-container:1320px}
  .fd-product-detail-grid-v2{grid-template-columns:minmax(0,1.24fr) minmax(400px,.76fr);gap:36px}
  .fd-product-purchase-v2 h1{font-size:38px}
}

@media(max-width:1179px) and (min-width:781px){
  .fd-header-action-label{display:none}
  .fd-footer-main{grid-template-columns:1fr;gap:28px}
  .fd-footer-brand{max-width:none}
  .fd-footer-links-desktop{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:780px){
  .fd-header-action-label{display:none!important}
  .fd-site-header .fd-logo img{max-height:48px}
  .fd-header-search input{font-size:15px;height:44px}
  .fd-primary-nav .fd-submenu{box-shadow:none}

  .fd-product-purchase-v2 h1{font-size:27px}.fd-product-short-v2{font-size:14.5px;line-height:1.85}.fd-product-price-v2 strong{font-size:25px}
  .fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:12.5px}.fd-product-rating-line small{font-size:11.5px}
  .fd-product-trust-grid strong{font-size:13px}.fd-product-trust-grid small{font-size:11.5px}

  .fd-site-footer{margin-top:30px}
  .fd-footer-trust-strip{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding-top:12px;padding-bottom:12px;gap:8px}
  .fd-footer-trust-item{padding:10px;border-radius:12px;gap:9px}.fd-footer-trust-icon{width:38px;height:38px;border-radius:11px}.fd-footer-trust-icon svg{width:20px;height:20px}.fd-footer-trust-item strong{font-size:13px}.fd-footer-trust-item small{font-size:10.5px}
  .fd-footer-main{display:block;padding:29px 0 18px}.fd-footer-brand{max-width:none}.fd-footer-brand p{font-size:13px;line-height:1.85;max-width:none}.fd-site-footer .fd-logo img{width:min(var(--fd-logo-mobile,145px),150px);max-height:50px}
  .fd-footer-contact{display:grid;grid-template-columns:1fr 1fr;gap:7px}.fd-footer-contact a{justify-content:flex-start;min-width:0;font-size:12px;overflow:hidden}.fd-footer-contact a b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .fd-socials{margin-top:13px}.fd-socials a{font-size:10px;height:30px;padding-inline:9px}
  .fd-footer-links-desktop{display:none}.fd-footer-mobile-details{display:block;border-top:1px solid #e9eeee}.fd-footer-mobile-details details{border-bottom:1px solid #e9eeee}.fd-footer-mobile-details summary{padding:14px 0;font-size:13px;font-weight:750}.fd-footer-mobile-details .fd-footer-menu{padding-bottom:14px}.fd-footer-mobile-details .fd-footer-menu a{font-size:13px}
  .fd-footer-bottom{padding:13px 0}.fd-footer-bottom-row{font-size:11px;justify-content:center;text-align:center}.fd-footer-security-note{justify-content:center}
}

@media(max-width:430px){
  .fd-footer-trust-strip{grid-template-columns:1fr}.fd-footer-contact{grid-template-columns:1fr}.fd-footer-bottom-row{display:grid;gap:7px}
}

/* Phase 8F.3C.7 — logo freedom, Arabic readability pass, Salla-density footer v3
   The uploaded logo is controlled by width only; do not squeeze wide marks through max-height.
   Typography keeps the storefront canvas compact while lifting small Arabic UI text. */
body{font-size:16px;line-height:1.78;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.fd-site-header .fd-logo img,.fd-site-footer .fd-logo img{height:auto!important;max-height:none!important;object-fit:contain}
.fd-site-header .fd-logo img{width:var(--fd-logo-desktop,210px);max-width:100%}
.fd-announcement{font-size:14px}.fd-announcement a,.fd-announcement span{font-weight:700;line-height:1.55}
.fd-header-search input{font-size:16px;line-height:1.4}
.fd-header-action-label{font-size:13.5px;font-weight:700}
.fd-primary-nav a{font-size:15.5px;font-weight:700;line-height:1.5}
.fd-primary-nav .fd-submenu a{font-size:14px;font-weight:600;line-height:1.65}
.fd-utility-nav a{font-size:13px;font-weight:600}
.fd-btn{font-size:16px;font-weight:700}
.fd-account-links a,.fd-mobile-menu a,.fd-mobile-menu details summary{font-size:14.5px;font-weight:700}
.fd-account-panel-copy span,.fd-account-guest p{font-size:13.5px}
.fd-cart-mini-item a,.fd-cart-mini-price{font-size:13.5px}.fd-cart-mini-meta{font-size:12.5px}
.fd-breadcrumb,.fd-product-breadcrumb{font-size:13.5px}
.fd-product-brand{font-size:13.5px}.fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:14px}
.fd-product-rating-line small{font-size:12.5px}.fd-product-short-v2{font-size:16px;font-weight:500;line-height:1.95}
.fd-product-trust-grid strong{font-size:14px}.fd-product-trust-grid small{font-size:12.5px}
.fd-help{font-size:12.5px}.fd-tax-list span,.fd-tax-list a{font-size:13px}
.fd-product-card-brand{font-size:12.5px}.fd-product-card-title{font-size:16px;font-weight:700}.fd-product-card-desc{font-size:13.5px}
.fd-product-card-rating,.fd-product-card-rating strong{font-size:13px}.fd-product-card-rating small{font-size:12px}

/* Footer v3 — airy desktop columns, reference-like stacked mobile composition. */
.fd-site-footer{margin-top:54px;background:#fff;border-top:1px solid #edf0f1;color:#1f3439}
.fd-footer-backtop{display:flex;justify-content:center;padding-top:28px}
.fd-footer-backtop a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:14px;font-weight:600;color:#26383d;padding:8px 12px;border-radius:10px}
.fd-footer-backtop a:hover{background:#f6f8f8;color:var(--fd-accent)}
.fd-footer-backtop a span{font-size:20px;line-height:1}
.fd-footer-social-row{display:flex;justify-content:center;align-items:center;gap:10px;padding:19px 0 26px}
.fd-footer-social-row a{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f7f8f8;color:#12191b;text-decoration:none;transition:transform .16s ease,background .16s ease,color .16s ease}
.fd-footer-social-row a:hover{transform:translateY(-1px);background:#eef8f8;color:var(--fd-accent)}
.fd-footer-social-row svg{width:21px;height:21px}
.fd-footer-separator{height:1px;background:#e8ecee}
.fd-footer-main-v3{padding:34px 0 32px;display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(360px,1.4fr) minmax(190px,.75fr) minmax(190px,.8fr);gap:34px;align-items:start}
.fd-footer-brand-v3 .fd-logo{display:inline-flex;margin-bottom:15px}.fd-footer-brand-v3 .fd-logo img{width:min(var(--fd-logo-desktop,210px),220px)}
.fd-footer-brand-v3 p{margin:0;max-width:390px;font-size:14.5px;line-height:1.95;color:#3e5055}
.fd-footer-links-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.fd-footer-col-v3 h2,.fd-footer-service-v3 h2{margin:0 0 14px;color:var(--fd-accent);font-size:16px;font-weight:700}
.fd-footer-menu-v3{list-style:none;padding:0;margin:0;display:grid;gap:8px}.fd-footer-menu-v3 a{text-decoration:none;color:#26383d;font-size:14px;line-height:1.65;font-weight:500}.fd-footer-menu-v3 a:hover{color:var(--fd-accent)}
.fd-footer-menu-v3 .fd-submenu{list-style:none;padding:5px 10px 0;margin:0;display:grid;gap:6px}
.fd-footer-contact-icons{display:flex;gap:9px;flex-wrap:wrap}.fd-footer-contact-icons a{width:48px;height:48px;display:grid;place-items:center;border-radius:11px;background:#f7f8f8;color:#111b1d;text-decoration:none;border:1px solid #f1f3f3}.fd-footer-contact-icons a:hover{background:#edf8f8;color:var(--fd-accent);border-color:#d6ecec}.fd-footer-contact-icons svg{width:24px;height:24px}
.fd-footer-docs-v3{display:grid;gap:10px}.fd-footer-docs-v3>a,.fd-footer-docs-v3>div{display:flex;align-items:center;gap:10px;text-decoration:none;color:#26383d;padding:9px 0}.fd-footer-doc-icon{width:38px;height:38px;display:grid;place-items:center;flex:none;color:var(--fd-accent)}.fd-footer-doc-icon svg{width:28px;height:28px}.fd-footer-docs-v3 strong{display:block;font-size:13.5px;font-weight:600;line-height:1.5}.fd-footer-docs-v3 small{display:block;margin-top:2px;font-size:12.5px;direction:ltr;text-align:right;color:#516268}
.fd-footer-trust-bottom{border-top:1px solid #e8ecee;border-bottom:1px solid #eef1f2;background:#fff}
.fd-footer-trust-bottom-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:11px;padding-bottom:11px}
.fd-footer-verification-v3 a,.fd-footer-safe-v3{display:flex;align-items:center;gap:10px;color:#53646a;text-decoration:none}.fd-footer-verification-v3>a>svg,.fd-footer-safe-v3>svg{width:38px;height:38px;color:var(--fd-accent)}.fd-footer-verification-v3 strong,.fd-footer-safe-v3 strong{display:block;font-size:13.5px;font-weight:700;color:#36494e}.fd-footer-verification-v3 small,.fd-footer-safe-v3 small{display:block;font-size:11.5px;color:#8a979b;margin-top:1px}
.fd-footer-payment-v3{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.fd-pay-badge{min-height:34px;padding:6px 10px;border:1px solid #eceff0;border-radius:6px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;font-weight:700;color:#45575c;white-space:nowrap}.fd-pay-badge svg{width:17px;height:17px}.fd-pay-secure{background:#f8fbfb;color:#356267}
.fd-footer-bottom{border-top:0;background:#fff;padding:13px 0 17px}.fd-footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#a0aaad;font-size:12px;line-height:1.5}

@media(min-width:1180px){
  .fd-header-main{grid-template-columns:minmax(220px,auto) minmax(420px,700px) auto;gap:28px}
  .fd-header-search{width:100%;max-width:700px;justify-self:center}
  .fd-header-actions{min-width:max-content}
}
@media(max-width:1179px) and (min-width:781px){
  .fd-footer-main-v3{grid-template-columns:1fr 1.4fr;gap:28px 38px}.fd-footer-links-v3{grid-template-columns:repeat(3,minmax(0,1fr))}.fd-footer-service-v3,.fd-footer-docs-v3{grid-row:2}
}
@media(max-width:780px){
  .fd-site-header .fd-logo img{width:clamp(160px,var(--fd-logo-mobile,160px),210px);max-width:100%}
  .fd-header-main{grid-template-columns:42px minmax(0,1fr) auto;gap:4px}
  .fd-header-actions .fd-icon-action{width:38px;height:38px}.fd-header-actions .fd-icon-action svg{width:21px;height:21px}
  .fd-header-search input{font-size:16px;height:44px}
  .fd-site-footer{margin-top:38px}.fd-footer-backtop{padding-top:22px}.fd-footer-backtop a{font-size:14px}
  .fd-footer-social-row{padding:17px 0 25px}.fd-footer-social-row a{width:42px;height:42px}.fd-footer-separator{width:100%}
  .fd-footer-main-v3{display:flex;flex-direction:column;padding:27px 0 24px;gap:23px;text-align:center}
  .fd-footer-brand-v3{order:1;width:100%}.fd-footer-brand-v3 .fd-logo{justify-content:center;margin-bottom:14px}.fd-footer-brand-v3 .fd-logo img{width:min(190px,80vw)}.fd-footer-brand-v3 p{max-width:520px;margin-inline:auto;font-size:14.5px;line-height:1.95;color:#283b40}
  .fd-footer-links-v3{order:2;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 25px;text-align:right}.fd-footer-col-v3 h2{font-size:16px;text-align:center;margin-bottom:11px}.fd-footer-menu-v3{gap:7px}.fd-footer-menu-v3 a{font-size:14px;line-height:1.6}
  .fd-footer-col-v3:nth-child(3){grid-column:1/-1}.fd-footer-col-v3:nth-child(3) .fd-footer-menu-v3{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px}
  .fd-footer-service-v3{order:3;width:100%}.fd-footer-service-v3 h2{text-align:center;font-size:16px;margin-bottom:12px}.fd-footer-contact-icons{justify-content:center}.fd-footer-contact-icons a{width:48px;height:48px}
  .fd-footer-docs-v3{order:4;width:100%;display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap}.fd-footer-docs-v3>a,.fd-footer-docs-v3>div{padding:5px 0;text-align:right}.fd-footer-docs-v3 strong{font-size:13.5px}.fd-footer-docs-v3 small{font-size:12px}
  .fd-footer-trust-bottom-inner{min-height:0;display:flex;flex-direction:column;justify-content:center;padding-top:20px;padding-bottom:16px;gap:15px;text-align:center}.fd-footer-verification-v3 a,.fd-footer-safe-v3{justify-content:center}.fd-footer-verification-v3 small,.fd-footer-safe-v3 small{font-size:11.5px}.fd-footer-payment-v3{justify-content:center}.fd-pay-badge{font-size:11px;min-height:32px;padding:5px 8px}
  .fd-footer-bottom{padding:12px 0 20px}.fd-footer-bottom-row{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:4px;font-size:12px}
  .fd-product-card-title{font-size:15.5px}.fd-product-card-brand{font-size:12px}.fd-product-card-rating small{font-size:11.5px}
}
@media(max-width:430px){
  .fd-site-header .fd-logo img{width:clamp(158px,var(--fd-logo-mobile,160px),190px)}
  .fd-header-main{grid-template-columns:39px minmax(0,1fr) auto}.fd-header-actions .fd-icon-action{width:36px;height:36px}
  .fd-footer-main-v3{padding-top:25px}.fd-footer-brand-v3 .fd-logo img{width:min(180px,72vw)}.fd-footer-brand-v3 p{font-size:14px}
  .fd-footer-links-v3{gap:16px 18px}.fd-footer-menu-v3 a{font-size:13.5px}.fd-footer-docs-v3{gap:12px}.fd-footer-doc-icon{width:34px;height:34px}.fd-footer-doc-icon svg{width:25px;height:25px}
}

/* Phase 8F.3C.8 — live search after 3 chars + compact mobile header actions. */
.fd-mobile-search-button{display:none}
.fd-header-search{z-index:92}
.fd-header-search>svg{z-index:2}
.fd-search-clear{position:absolute;z-index:3;inset-inline-end:10px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;border-radius:9px;background:transparent;color:#89979b;display:grid;place-items:center;cursor:pointer}
.fd-search-clear:hover,.fd-search-clear:focus-visible{background:#f2f6f6;color:#34494e;outline:0}
.fd-search-clear svg{position:static!important;inset:auto!important;width:17px!important;height:17px!important;pointer-events:none}
.fd-search-clear[hidden]{display:none!important}
.fd-header-search:has(.fd-search-clear:not([hidden])) input{padding-inline-end:48px}
.fd-live-search-results{position:absolute;top:calc(100% + 8px);inset-inline:0;z-index:95;background:#fff;border:1px solid #e2e8ea;border-radius:16px;box-shadow:0 18px 48px rgba(15,38,44,.14);overflow:hidden;text-align:start;color:#26393e}
.fd-live-search-results[hidden]{display:none!important}
.fd-live-search-list{max-height:390px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
.fd-live-search-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;padding:10px 12px;text-decoration:none;border-bottom:1px solid #f0f3f4;transition:background .15s ease}
.fd-live-search-item:hover,.fd-live-search-item:focus-visible{background:#f8fbfb;outline:0}
.fd-live-search-item img,.fd-live-search-placeholder{width:72px;height:58px;border-radius:10px;object-fit:cover;background:#f1f5f5;display:grid;place-items:center;color:#8b999d;font-size:11px;font-weight:800}
.fd-live-search-copy{min-width:0;display:grid;gap:6px}
.fd-live-search-copy>strong{font-size:14px;font-weight:700;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fd-live-search-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;line-height:1.3}
.fd-live-search-price b{font-size:13px;color:var(--fd-accent);font-weight:800}
.fd-live-search-price del{color:#9aa5a8;font-size:11.5px}
.fd-live-search-all{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 14px;background:#fbfdfd;text-decoration:none;font-size:13px;font-weight:700;color:#405459}
.fd-live-search-all:hover{color:var(--fd-accent);background:#f5fbfb}
.fd-live-search-loading,.fd-live-search-empty{padding:22px 16px;text-align:center;color:#718085;font-size:13px;line-height:1.7}
.fd-live-search-empty strong{color:#3f5358}

@media(max-width:780px){
  .fd-mobile-search-button{display:flex!important}
  .fd-header-main{align-items:center}
  .fd-header-search{display:none;grid-column:1/-1;grid-row:2;margin:3px 0 2px;width:100%;max-width:none}
  .fd-header-search.is-mobile-open{display:flex}
  .fd-header-search input{height:46px!important;border-radius:13px;font-size:16px!important;padding-inline-start:46px}
  .fd-header-search>svg{inset-inline-start:15px;width:20px;height:20px}
  .fd-live-search-results{top:calc(100% + 6px);border-radius:13px;max-height:min(62vh,430px)}
  .fd-live-search-list{max-height:min(52vh,350px)}
  .fd-live-search-item{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:9px 10px}
  .fd-live-search-item img,.fd-live-search-placeholder{width:64px;height:52px;border-radius:9px}
  .fd-live-search-copy>strong{font-size:13.5px}
  .fd-live-search-price b{font-size:12.5px}.fd-live-search-price del{font-size:11px}
  .fd-header-actions{gap:0;align-self:center}
  .fd-header-actions .fd-icon-action{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:39px!important;min-width:39px!important;height:49px!important;padding:0!important;border-radius:10px}
  .fd-header-actions .fd-icon-action svg{width:21px;height:21px;flex:none}
  .fd-header-actions .fd-header-action-label{display:block!important;font-size:8.5px!important;font-weight:650!important;line-height:1.05;color:#647479;max-width:39px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .fd-header-actions .fd-cart-badge{top:0!important;inset-inline-end:0!important;inset-inline-start:auto!important}
}
@media(max-width:380px){
  .fd-site-header .fd-logo img{width:min(var(--fd-logo-mobile,160px),148px)!important}
  .fd-header-main{grid-template-columns:36px minmax(0,1fr) auto;gap:1px}
  .fd-menu-button{width:36px!important;height:42px!important}
  .fd-header-actions .fd-icon-action{width:34px!important;min-width:34px!important;height:47px!important}
  .fd-header-actions .fd-icon-action svg{width:20px;height:20px}
  .fd-header-actions .fd-header-action-label{font-size:8px!important;max-width:34px}
}

/* Phase 8F.3C.9 — desktop search field, mobile full-screen search overlay, product brand card. */
.fd-mobile-search-overlay-head{display:none}
.fd-search-input-shell{position:relative;display:flex;align-items:center;width:100%}
.fd-search-input-shell>svg{position:absolute;inset-inline-start:16px;width:20px;height:20px;color:#6e7c80;pointer-events:none;z-index:2}
.fd-search-input-shell .fd-search-clear{top:50%}
.fd-header-search:has(.fd-search-clear:not([hidden])) input{padding-inline-end:48px}
.fd-product-brand-card{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px;margin:14px 0 4px;padding:12px 14px;border:1px solid #dfe6e8;border-radius:13px;background:#fff;text-decoration:none;color:var(--fd-ink);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.fd-product-brand-card:hover,.fd-product-brand-card:focus-visible{border-color:#b8dbdd;box-shadow:0 9px 24px rgba(17,79,84,.07);transform:translateY(-1px);outline:0}
.fd-product-brand-logo{width:56px;height:48px;border-radius:10px;background:#f8fafa;display:grid;place-items:center;overflow:hidden}
.fd-product-brand-logo img{width:100%;height:100%;object-fit:contain;padding:3px}
.fd-product-brand-logo strong{font-size:20px;color:var(--fd-accent);font-weight:800}
.fd-product-brand-copy{min-width:0;display:grid;gap:2px}
.fd-product-brand-copy>strong{font-size:14px;line-height:1.45;color:var(--fd-accent);font-weight:750}
.fd-product-brand-copy>span{font-size:12.5px;line-height:1.65;color:#53666b}
.fd-product-brand-copy u{color:var(--fd-accent);text-underline-offset:3px;text-decoration-thickness:1px}

@media(min-width:781px){
  .fd-mobile-search-button{display:none!important}
  .fd-header-search{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important}
}

@media(max-width:780px){
  body.fd-mobile-search-open{overflow:hidden;touch-action:none}
  .fd-header-search{
    display:flex!important;position:fixed!important;inset:0!important;z-index:320!important;
    width:100%!important;max-width:none!important;margin:0!important;padding:max(20px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom))!important;
    background:rgba(255,255,255,.965);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
    flex-direction:column;align-items:stretch;justify-content:flex-start;gap:14px;
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-14px) scale(.995);
    transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility 0s linear .28s;
    overflow-y:auto;overscroll-behavior:contain;
  }
  .fd-header-search.is-mobile-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);transition-delay:0s}
  .fd-mobile-search-overlay-head{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;min-height:54px;margin-bottom:1px}
  .fd-mobile-search-overlay-head h2{grid-column:2;margin:0;text-align:center;font-size:20px;line-height:1.4;font-weight:750;color:#202d31}
  .fd-mobile-search-close{grid-column:1;grid-row:1;width:38px;height:38px;border:0;background:transparent;color:#ef4f4f;border-radius:12px;display:grid;place-items:center;cursor:pointer;transition:background .16s ease,transform .16s ease}
  .fd-mobile-search-close:hover,.fd-mobile-search-close:focus-visible{background:#fff1f1;outline:0;transform:rotate(2deg)}
  .fd-mobile-search-close svg{position:static!important;width:27px!important;height:27px!important;stroke-width:1.55!important}
  .fd-search-input-shell{flex:none}
  .fd-header-search .fd-search-input-shell input{height:52px!important;border-radius:10px!important;border:1px solid #edf0f1!important;background:#fff!important;font-size:16px!important;padding-inline-start:48px!important;padding-inline-end:42px!important;box-shadow:0 5px 18px rgba(25,44,49,.025)!important}
  .fd-header-search .fd-search-input-shell input:focus{border-color:#cfe5e6!important;box-shadow:0 0 0 4px rgba(18,155,163,.07)!important}
  .fd-search-input-shell>svg{inset-inline-start:16px;width:21px;height:21px;color:#8b9699}
  .fd-search-clear{inset-inline-end:8px;width:34px;height:34px}
  .fd-live-search-results{position:relative!important;top:auto!important;inset:auto!important;width:100%;max-height:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;overflow:visible!important;margin-top:2px}
  .fd-live-search-list{max-height:none!important;overflow:visible!important;display:grid;gap:0;background:#fff;border:1px solid #eef1f2;border-radius:13px;overflow:hidden!important}
  .fd-live-search-item{grid-template-columns:70px minmax(0,1fr);gap:12px;padding:11px 10px;background:#fff}
  .fd-live-search-item:last-child{border-bottom:0}
  .fd-live-search-item img,.fd-live-search-placeholder{width:70px;height:56px;border-radius:9px}
  .fd-live-search-copy>strong{font-size:14px;line-height:1.55}
  .fd-live-search-price b{font-size:13px}.fd-live-search-price del{font-size:11.5px}
  .fd-live-search-all{margin-top:10px;border:1px solid #e5ebec;border-radius:11px;background:#fff;min-height:44px}
  .fd-live-search-loading,.fd-live-search-empty{margin-top:18px;padding:30px 14px;border-radius:12px;background:#fbfcfc;font-size:14px}
  .fd-product-brand-card{grid-template-columns:50px minmax(0,1fr);padding:11px 12px;gap:10px;margin-top:13px}
  .fd-product-brand-logo{width:50px;height:44px}
  .fd-product-brand-copy>strong{font-size:13.5px}.fd-product-brand-copy>span{font-size:12px}
}

@media(prefers-reduced-motion:reduce){
  .fd-header-search,.fd-product-brand-card{transition:none!important}
}

/* Phase 8G — cart drawer, cart, checkout review and payment experience. */
.fd-commerce-page{background:linear-gradient(180deg,#fbfcfc 0,#fff 280px);padding:34px 0 64px;color:var(--fd-ink)}
.fd-commerce-shell{max-width:1180px}
.fd-commerce-steps,.fd-payment-steps{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 28px;color:#8a979b;font-size:12.5px;font-weight:700}
.fd-commerce-steps span,.fd-payment-steps span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.fd-commerce-steps b,.fd-payment-steps b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;border:1px solid #dce4e6;background:#fff;font-size:11px}.fd-commerce-steps i,.fd-payment-steps i{width:54px;height:1px;background:#dfe6e8}.fd-commerce-steps .is-active,.fd-payment-steps .is-active{color:var(--fd-ink)}.fd-commerce-steps .is-active b,.fd-payment-steps .is-active b{background:var(--fd-accent);border-color:var(--fd-accent);color:#fff}.fd-commerce-steps .is-done,.fd-payment-steps .is-done{color:#17804a}.fd-commerce-steps .is-done b,.fd-payment-steps .is-done b{background:#e9f8ef;border-color:#bfe7cf;color:#17804a}
.fd-commerce-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.fd-commerce-eyebrow{display:block;color:var(--fd-accent);font-size:12px;font-weight:750;margin-bottom:3px}.fd-commerce-heading h1{margin:0;font-size:clamp(28px,3.3vw,40px);line-height:1.3;font-weight:800}.fd-commerce-heading p{margin:6px 0 0;color:#68787c;font-size:14px}.fd-commerce-back,.fd-cart-continue-v2{color:#53676b;text-decoration:none;font-weight:700;font-size:13px}.fd-commerce-back:hover,.fd-cart-continue-v2:hover{color:var(--fd-accent)}.fd-commerce-text-danger{border:0;background:transparent;color:#b33b3b;font:inherit;font-size:13px;font-weight:700;cursor:pointer;padding:8px}
.fd-commerce-alert{border-radius:13px;padding:12px 14px;margin:0 0 16px;font-size:13.5px;line-height:1.7;border:1px solid transparent}.fd-commerce-alert.is-error{background:#fff5f4;border-color:#f5d1cd;color:#92352c}.fd-commerce-alert.is-success{background:#effaf3;border-color:#caead5;color:#176d3c}.fd-commerce-alert ul{margin:7px 0 0;padding-inline-start:20px}.fd-commerce-alert p{margin:5px 0 0}
.fd-commerce-empty{max-width:650px;margin:18px auto 0;text-align:center;padding:64px 26px;border:1px solid #e7ecee;border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(30,60,66,.04)}.fd-commerce-empty-icon{width:70px;height:70px;border-radius:22px;background:#edf9f9;display:grid;place-items:center;font-size:30px;margin:0 auto 14px}.fd-commerce-empty h2{font-size:23px;margin:0 0 7px}.fd-commerce-empty p{max-width:480px;margin:0 auto 20px;color:#6f7d81;font-size:14px}
.fd-cart-layout-v2,.fd-checkout-review-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}.fd-cart-list-v2{display:grid;gap:12px}.fd-cart-line-v2{display:grid;grid-template-columns:120px minmax(0,1fr);gap:16px;padding:15px;background:#fff;border:1px solid #e5eaec;border-radius:17px;box-shadow:0 4px 18px rgba(24,49,54,.025)}.fd-cart-line-v2.is-invalid{border-color:#efc5c0}.fd-cart-line-image{display:block;width:120px;height:120px;border-radius:13px;overflow:hidden;background:#f4f7f7}.fd-cart-line-image img,.fd-cart-line-image .fd-no-image{width:100%;height:100%;object-fit:cover}.fd-cart-line-content{min-width:0;display:flex;flex-direction:column}.fd-cart-line-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.fd-cart-line-title{display:block;text-decoration:none;font-size:16px;line-height:1.55;font-weight:800;color:#26383d}.fd-cart-line-title:hover{color:var(--fd-accent)}.fd-cart-line-unit{display:block;margin-top:2px;color:#7b898d;font-size:12px}.fd-cart-remove-v2{border:0;background:#fff3f2;color:#a54139;border-radius:9px;padding:7px 10px;font:inherit;font-size:11.5px;font-weight:700;cursor:pointer}.fd-cart-line-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.fd-cart-line-tags span{background:#f5f8f8;border-radius:8px;padding:5px 8px;color:#5f7074;font-size:11.5px}.fd-cart-line-tags b{color:#394d52}.fd-commerce-details{margin-top:8px}.fd-commerce-details summary{cursor:pointer;font-size:12px;font-weight:750;color:#52676b}.fd-commerce-details dl{margin:8px 0 0;display:grid;gap:5px;background:#f8fafa;padding:9px;border-radius:9px}.fd-commerce-details dl div{display:flex;gap:6px;font-size:11.5px}.fd-commerce-details dt{font-weight:750}.fd-commerce-details dd{margin:0;color:#67767a}.fd-commerce-inline-warning{margin-top:9px;border-radius:10px;background:#fff3ef;color:#984333;padding:9px 11px;font-size:12.5px;line-height:1.6}.fd-cart-line-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:12px}.fd-cart-quantity-v2{display:flex;align-items:flex-end;gap:7px}.fd-cart-quantity-v2 label span{display:block;font-size:10.5px;color:#6d7c80;font-weight:700;margin-bottom:3px}.fd-cart-quantity-v2 input{width:68px;height:36px;border:1px solid #d8e0e2;border-radius:9px;padding:0 8px;text-align:center;font-size:14px}.fd-cart-quantity-v2 button{height:36px;border:1px solid #d8e0e2;border-radius:9px;background:#fff;padding:0 11px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.fd-cart-line-price{display:grid;text-align:end;gap:1px}.fd-cart-line-price del{color:#9aa5a8;font-size:11px}.fd-cart-line-price strong{font-size:16px;font-weight:850;color:#173d42}.fd-cart-continue-v2{justify-self:start;padding:9px 2px;margin-top:3px}
.fd-commerce-summary{position:sticky;top:92px;background:#fff;border:1px solid #e2e8ea;border-radius:18px;padding:18px;box-shadow:0 10px 32px rgba(25,53,59,.055)}.fd-commerce-summary-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #edf1f2}.fd-commerce-summary-title>div{display:grid;gap:1px}.fd-commerce-summary-title span{font-size:16px;font-weight:800}.fd-commerce-summary-title small{font-size:11px;color:#7d8a8e}.fd-commerce-lock{width:37px;height:37px;border-radius:11px;background:#eefafa;display:grid!important;place-items:center;font-size:16px!important}.fd-commerce-summary-rows{padding:9px 0}.fd-commerce-summary-rows>div{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:7px 0;font-size:12.5px;color:#65757a}.fd-commerce-summary-rows strong{font-size:13px;color:#263b40;text-align:end}.fd-commerce-summary-rows .is-discount span,.fd-commerce-summary-rows .is-discount strong{color:#16844c}.fd-commerce-grand{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding:15px 0 13px;border-top:1px solid #e8edef}.fd-commerce-grand>span{font-weight:800;font-size:14px}.fd-commerce-grand>strong{font-size:24px;line-height:1.1;color:var(--fd-accent);font-weight:850}.fd-commerce-grand small{font-size:11px;color:#6c7b7f}.fd-commerce-primary{width:100%;min-height:48px;border:0;border-radius:12px;background:var(--fd-accent);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(18,155,163,.16);transition:transform .15s ease,filter .15s ease}.fd-commerce-primary:hover{filter:brightness(.97);transform:translateY(-1px)}.fd-commerce-primary:disabled,.fd-commerce-primary.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none;box-shadow:none}.fd-commerce-trust{list-style:none;margin:13px 0 0;padding:0;display:grid;gap:6px;color:#788589;font-size:10.5px}.fd-commerce-trust li:before{content:"✓";color:#1b9b59;margin-inline-end:6px;font-weight:900}
.fd-commerce-coupon{border-top:1px solid #edf1f2;padding:13px 0 4px}.fd-commerce-coupon form>label{display:block;font-size:11.5px;font-weight:750;color:#53676b;margin-bottom:6px}.fd-commerce-coupon form>div{display:flex;gap:6px}.fd-commerce-coupon input{min-width:0;flex:1;height:39px;border:1px solid #dbe2e4;border-radius:9px;padding:0 10px;font-size:13px}.fd-commerce-coupon button{height:39px;border:0;border-radius:9px;background:#eef5f5;color:#365157;padding:0 12px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.fd-commerce-coupon-applied{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;background:#f0faf4;padding:9px 10px;border-radius:10px}.fd-commerce-coupon-applied>div{display:grid}.fd-commerce-coupon-applied span{font-size:10px;color:#588068}.fd-commerce-coupon-applied strong{font-size:13px;color:#176d3c}.fd-commerce-coupon-applied small.is-error{color:#9d4238;font-size:10px}
.fd-commerce-card{background:#fff;border:1px solid #e4e9eb;border-radius:17px;padding:18px;margin-bottom:13px}.fd-commerce-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:16px}.fd-commerce-card-head>div{display:flex;align-items:flex-start;gap:10px}.fd-commerce-card-head h2{font-size:17px;margin:0;line-height:1.45}.fd-commerce-card-head p{font-size:11.5px;margin:3px 0 0;color:#78868a}.fd-commerce-card-head>a{font-size:11.5px;color:var(--fd-accent);font-weight:700}.fd-commerce-step-badge{flex:none;width:30px;height:30px;border-radius:10px;background:#eaf8f8;color:var(--fd-accent);display:grid;place-items:center;font-size:12px;font-weight:850}.fd-commerce-status{font-size:10px;font-weight:800;padding:5px 8px;border-radius:999px}.fd-commerce-status.is-ok{background:#eaf8ef;color:#197044}.fd-commerce-status.is-warn{background:#fff6df;color:#8a661e}.fd-commerce-field{display:grid;gap:6px}.fd-commerce-field>span{font-size:12px;font-weight:750}.fd-commerce-field input{width:100%;height:44px;border:1px solid #d8e0e2;border-radius:10px;padding:0 12px;font-size:14px;outline:0}.fd-commerce-field input:focus{border-color:var(--fd-accent);box-shadow:0 0 0 3px rgba(18,155,163,.08)}.fd-checkout-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.fd-checkout-contact{border:1px solid #e7ecee;background:#fbfcfc;border-radius:11px;padding:10px 11px;display:grid;gap:2px}.fd-checkout-contact>span{font-size:10px;color:#7d8a8e}.fd-checkout-contact>strong{font-size:12.5px;overflow-wrap:anywhere}.fd-checkout-contact small,.fd-checkout-contact a{font-size:10.5px}.fd-checkout-contact .is-ok{color:#16804a}.fd-checkout-contact a{color:var(--fd-accent);font-weight:700}.fd-checkout-products-v2{display:grid}.fd-checkout-product-v2{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:11px;align-items:start;padding:12px 0;border-top:1px solid #edf1f2}.fd-checkout-product-v2:first-child{border-top:0;padding-top:0}.fd-checkout-product-v2:last-child{padding-bottom:0}.fd-checkout-product-image,.fd-checkout-product-image img,.fd-checkout-product-image .fd-no-image{width:70px;height:70px;border-radius:10px;object-fit:cover}.fd-checkout-product-copy{display:grid;gap:2px}.fd-checkout-product-copy>strong{font-size:13.5px;line-height:1.55}.fd-checkout-product-copy>span{font-size:10.5px;color:#78868a}.fd-checkout-product-options{display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:3px}.fd-checkout-product-options small{font-size:10.5px;color:#5e7074}.fd-checkout-product-copy .fd-commerce-details{margin-top:3px}.fd-checkout-product-copy .fd-commerce-details>div{display:grid;gap:3px;margin-top:5px}.fd-checkout-product-copy .fd-commerce-details small{font-size:10.5px;color:#607176}.fd-checkout-product-price{display:grid;gap:1px;text-align:end}.fd-checkout-product-price del{font-size:10px;color:#9aa5a8}.fd-checkout-product-price strong{font-size:13px;white-space:nowrap}.fd-checkout-next-card{display:flex;gap:10px;align-items:flex-start}.fd-checkout-next-card h2{margin:0;font-size:15px}.fd-checkout-next-card p{margin:3px 0 0;color:#6f7f83;font-size:11.5px;line-height:1.7}.fd-commerce-secure-note{color:#78868a;font-size:10.5px;line-height:1.75;margin:10px 0 0}

/* Cart drawer v2 */
.fd-cart-panel-v2{width:min(450px,94vw)}.fd-cart-panel-head-v2>div{display:grid;gap:1px}.fd-cart-panel-head-v2 h2{font-size:18px}.fd-cart-panel-head-v2 span{font-size:10.5px;color:#7d8a8e}.fd-cart-panel-head-v2 b{color:var(--fd-accent)}.fd-cart-drawer-empty{display:grid;place-items:center;gap:4px;padding:54px 18px}.fd-cart-drawer-empty strong{color:#3b4f54;font-size:15px}.fd-cart-drawer-empty span{font-size:11.5px;color:#829095}.fd-cart-drawer-items{gap:9px}.fd-cart-mini-item{position:relative;grid-template-columns:74px minmax(0,1fr) 26px;gap:10px;padding:10px;border-radius:13px;background:#fff}.fd-cart-mini-item img,.fd-cart-mini-placeholder{width:74px;height:74px;border-radius:10px}.fd-cart-mini-placeholder{font-size:12px;font-weight:800;color:#829095;display:grid;place-items:center}.fd-cart-mini-copy{min-width:0}.fd-cart-mini-copy>a{display:block;font-size:12.5px;line-height:1.5;padding-inline-end:2px}.fd-cart-mini-meta{font-size:10.5px}.fd-cart-mini-price{display:flex;align-items:center;gap:6px;margin-top:4px}.fd-cart-mini-price del{font-size:9.5px;color:#9ca7aa}.fd-cart-mini-price strong{font-size:12px;color:var(--fd-accent)}.fd-cart-mini-remove{width:26px;height:26px;border:0;border-radius:8px;background:#fff3f2;color:#b54840;font-size:18px;line-height:1;cursor:pointer}.fd-cart-mini-remove:disabled{opacity:.4}.fd-cart-mini-warning{margin-top:5px;font-size:9.5px;line-height:1.45;color:#9b4439}.fd-cart-mini-item.is-invalid{border-color:#efcac6}.fd-cart-panel-foot-v2 .fd-cart-drawer-total{margin:0 0 9px}.fd-cart-panel-foot-v2 .fd-cart-drawer-total span{font-size:12px}.fd-cart-panel-foot-v2 .fd-cart-drawer-total strong{font-size:19px;color:var(--fd-accent)}.fd-cart-panel-foot-v2>p{margin:0 0 8px;padding:7px 9px;border-radius:8px;background:#fff3ef;color:#984333;font-size:10.5px}.fd-cart-panel-foot-v2>small{display:block;text-align:center;color:#8b979a;font-size:9px;margin-top:7px}.fd-cart-panel-foot-v2 .fd-btn.is-disabled{opacity:.45;pointer-events:none}

/* Standalone payment page v2 */
body.fd-payment-page{margin:0;background:#f6f8f9;color:#22363b;font-family:var(--fd-font-family,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif);line-height:1.65}.fd-payment-shell{width:min(1120px,calc(100% - 30px));margin:0 auto;padding:18px 0 50px}.fd-payment-brandbar{min-height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:12px}.fd-payment-logo{justify-self:start;display:inline-flex;align-items:center;text-decoration:none}.fd-payment-logo img{display:block;width:min(190px,30vw);max-height:58px;object-fit:contain}.fd-payment-logo strong{font-size:19px;color:var(--fd-accent)}.fd-payment-safe{display:flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #e1e8ea;background:#fff;border-radius:11px}.fd-payment-safe>span{font-size:16px}.fd-payment-safe div{display:grid}.fd-payment-safe strong{font-size:11px}.fd-payment-safe small{font-size:8.5px;color:#7d8b8f}.fd-payment-back{justify-self:end;text-decoration:none;color:#5e7074;font-size:11.5px;font-weight:700}.fd-payment-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin:25px 0 16px}.fd-payment-heading>div>span{font-size:11px;color:var(--fd-accent);font-weight:750}.fd-payment-heading h1{margin:1px 0 0;font-size:clamp(27px,3.2vw,38px);line-height:1.3}.fd-payment-heading p{margin:5px 0 0;color:#728185;font-size:12.5px}.fd-payment-sandbox{padding:5px 9px;border-radius:999px;background:#fff3d6;color:#846218;font-size:10px;font-weight:800}.fd-payment-notice{padding:11px 13px;border-radius:11px;margin:9px 0;border:1px solid transparent;font-size:12px;line-height:1.65}.fd-payment-notice.is-error{background:#fff3f2;border-color:#f3d0cc;color:#963b32}.fd-payment-notice.is-info{background:#eef8fb;border-color:#d3e9ee;color:#326674}.fd-payment-notice.is-success{background:#eef9f2;border-color:#cce8d4;color:#1c7041}.fd-payment-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.fd-payment-main{display:grid;gap:13px}.fd-payment-card,.fd-payment-summary{background:#fff;border:1px solid #e2e8ea;border-radius:17px;padding:18px}.fd-payment-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}.fd-payment-card-head>div{display:flex;gap:10px;align-items:flex-start}.fd-payment-card-head h2{margin:0;font-size:16px;line-height:1.45}.fd-payment-card-head p{margin:3px 0 0;font-size:10.5px;color:#7b898d}.fd-payment-card-icon{flex:none;width:34px;height:34px;border-radius:10px;background:#eef8f8;color:var(--fd-accent);display:grid;place-items:center;font-size:15px;font-weight:800}.fd-wallet-available{text-align:end;display:grid}.fd-wallet-available span{font-size:9.5px;color:#7e8b8f}.fd-wallet-available strong{font-size:17px;color:#244247}.fd-wallet-applied{display:flex;align-items:flex-start;gap:8px;background:#eef9f2;border-radius:11px;padding:10px 11px;margin-bottom:10px}.fd-wallet-applied>span{color:#178249;font-weight:900}.fd-wallet-applied>div{display:grid}.fd-wallet-applied strong{font-size:12px;color:#1a6f40}.fd-wallet-applied small{font-size:10px;color:#60806b}.fd-wallet-actions-v2{display:flex;gap:7px;flex-wrap:wrap}.fd-payment-btn{min-height:39px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:8px 12px;border:1px solid #dce4e6;background:#fff;color:#334a4f;text-decoration:none;font:inherit;font-size:11.5px;font-weight:750;cursor:pointer}.fd-payment-btn.is-accent{background:var(--fd-accent);border-color:var(--fd-accent);color:#fff}.fd-payment-btn.is-secondary{background:#fff}.fd-payment-btn.is-danger{background:#fff4f3;border-color:#efceca;color:#a34238}.fd-payment-btn:disabled{opacity:.5;cursor:not-allowed}.fd-wallet-custom-v2{margin-top:9px}.fd-wallet-custom-v2 summary{cursor:pointer;font-size:10.5px;color:#5c6f73;font-weight:700}.fd-wallet-custom-v2 form{display:flex;align-items:flex-end;gap:7px;flex-wrap:wrap;margin-top:8px}.fd-wallet-custom-v2 label{display:grid;gap:3px}.fd-wallet-custom-v2 label span{font-size:9.5px}.fd-wallet-custom-v2 input{height:39px;width:160px;border:1px solid #d7e0e2;border-radius:9px;padding:0 9px;font:inherit}.fd-payment-help{font-size:10.5px;color:#748286;line-height:1.7;margin:9px 0 0}.fd-payment-help a{color:var(--fd-accent);font-weight:700}.fd-payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:9px}.fd-payment-method{min-height:70px;display:grid;grid-template-columns:37px minmax(0,1fr) 15px;align-items:center;gap:9px;border:1.5px solid #e2e8ea;border-radius:12px;padding:10px;text-decoration:none;color:#30464b;transition:border-color .15s ease,background .15s ease}.fd-payment-method:hover{border-color:#b7d6d8}.fd-payment-method.is-active{border-color:var(--fd-accent);background:#f3fbfb}.fd-payment-method.is-disabled{opacity:.5}.fd-payment-method-icon{width:37px;height:37px;border-radius:10px;background:#f2f6f6;display:grid;place-items:center;font-size:15px}.fd-payment-method div{display:grid;gap:2px}.fd-payment-method strong{font-size:12px}.fd-payment-method small{font-size:9.5px;color:#778589;line-height:1.5}.fd-payment-method>b{font-size:20px;color:#8d9a9e}.fd-payment-choice{margin-top:11px;padding:11px;border-radius:10px;background:#f7f9f9;color:#718084;font-size:11px;text-align:center}.fd-payment-method-detail{margin-top:12px;padding-top:13px;border-top:1px solid #edf1f2}.fd-payment-method-detail-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.fd-payment-method-detail-head h3{font-size:14px;margin:0}.fd-payment-method-detail-head p{font-size:10px;color:#7b898d;margin:2px 0 0}.fd-payment-method-detail-head>span{font-size:9px;background:#f1f5f5;border-radius:7px;padding:5px 7px;color:#607176}.fd-payment-gateway{min-height:185px;border:1px solid #e0e7e9;border-radius:12px;overflow:hidden;background:#fff}.fd-payment-gateway.is-finished{min-height:0;border:0}.fd-payment-loader{padding:34px;text-align:center;color:#748286;font-size:11px}.fd-payment-runtime-status{display:none}.fd-payment-runtime-status.is-show{display:block}.fd-payment-retry{display:none;margin-top:10px;background:#fff8e7;border:1px solid #edd69c;border-radius:11px;padding:11px}.fd-payment-retry.is-show{display:block}.fd-payment-retry p{font-size:10.5px;margin:0 0 7px;color:#6e5b29}.fd-payment-test{margin-top:11px;border:1px dashed #ddc37b;border-radius:11px;padding:10px;background:#fffaf0}.fd-payment-test>strong{font-size:11px}.fd-payment-test>div{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;margin-top:6px;font-size:10px}.fd-payment-test b{font-weight:650}.fd-payment-test small{display:block;margin-top:6px;color:#7e6c3f;font-size:9.5px}.fd-bank-accounts-v2{display:grid;gap:8px}.fd-bank-account-v2{display:block;border:1.5px solid #e2e8ea;border-radius:12px;padding:11px;cursor:pointer}.fd-bank-account-v2:has(input:checked){border-color:var(--fd-accent);background:#f5fbfb}.fd-bank-account-radio{display:flex;align-items:center;gap:8px}.fd-bank-account-radio input{accent-color:var(--fd-accent)}.fd-bank-account-radio>div{display:grid}.fd-bank-account-radio strong{font-size:11.5px}.fd-bank-account-radio small{font-size:9.5px;color:#7b898d}.fd-bank-account-v2 dl{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:9px 0 0}.fd-bank-account-v2 dl div{min-width:0}.fd-bank-account-v2 dt{font-size:9px;color:#839094}.fd-bank-account-v2 dd{margin:0;font-size:10.5px;font-weight:650;overflow-wrap:anywhere}.fd-bank-account-v2>p{font-size:9.5px;color:#748286;margin:7px 0 0}.fd-bank-form-v2{display:grid;gap:9px}.fd-bank-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fd-bank-form-v2 label{display:grid;gap:4px}.fd-bank-form-v2 label>span{font-size:10.5px;font-weight:700}.fd-bank-form-v2 label small{font-size:9px;color:#849195;font-weight:500}.fd-bank-form-v2 input[type="text"],.fd-bank-form-v2 input[type="file"],.fd-bank-form-v2 textarea{width:100%;border:1px solid #d8e0e2;border-radius:9px;padding:9px;font:inherit;font-size:11px}.fd-bank-form-v2 textarea{min-height:70px;resize:vertical}.fd-payment-status-pill{font-size:9.5px;padding:5px 8px;border-radius:999px;font-weight:800}.fd-payment-status-pill.is-pending{background:#fff5da;color:#83631b}.fd-bank-pending-amount{display:block;font-size:25px;color:#624e20;margin:2px 0 12px}.fd-payment-keyvals{display:grid;gap:7px}.fd-payment-keyvals>div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #f0f3f4;padding-bottom:7px;font-size:10.5px}.fd-payment-keyvals span{color:#778589}.fd-payment-keyvals strong{text-align:end}.fd-payment-summary{position:sticky;top:18px}.fd-payment-summary-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid #edf1f2}.fd-payment-summary-head>div{display:grid}.fd-payment-summary-head span{font-size:15px;font-weight:800}.fd-payment-summary-head small{font-size:9.5px;color:#7c898d}.fd-payment-summary-rows{padding:8px 0}.fd-payment-summary-rows>div,.fd-payment-external{display:flex;justify-content:space-between;gap:12px;padding:6px 0;font-size:11px;color:#6d7c80}.fd-payment-summary-rows strong,.fd-payment-external strong{font-size:11.5px;color:#2f474c}.fd-payment-summary-rows .is-wallet span,.fd-payment-summary-rows .is-wallet strong{color:#18804a}.fd-payment-due{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:13px 0;border-top:1px solid #e9edef}.fd-payment-due span{font-size:12px;font-weight:750}.fd-payment-due strong{font-size:23px;color:var(--fd-accent);line-height:1}.fd-payment-due small{font-size:9.5px;color:#778589}.fd-payment-external{padding-top:0}.fd-payment-summary>p{font-size:9.5px;line-height:1.7;color:#819094;margin:9px 0}.fd-payment-summary>a{font-size:10.5px;color:#65787c;font-weight:700}

@media(max-width:900px){.fd-cart-layout-v2,.fd-checkout-review-grid,.fd-payment-grid{grid-template-columns:1fr}.fd-commerce-summary,.fd-payment-summary{position:static}.fd-checkout-summary-v2{order:-1}.fd-payment-summary{order:-1}.fd-payment-grid{display:flex;flex-direction:column}.fd-payment-main,.fd-payment-summary{width:100%}}
@media(max-width:780px){.fd-commerce-page{padding:22px 0 42px}.fd-commerce-shell{width:min(100% - 24px,var(--fd-container))}.fd-commerce-steps,.fd-payment-steps{gap:6px;margin-bottom:20px;font-size:10px}.fd-commerce-steps i,.fd-payment-steps i{width:24px}.fd-commerce-steps b,.fd-payment-steps b{width:22px;height:22px;font-size:9px}.fd-commerce-heading{align-items:flex-start;margin-bottom:17px}.fd-commerce-heading h1{font-size:28px}.fd-commerce-heading p{font-size:12px}.fd-cart-line-v2{grid-template-columns:90px minmax(0,1fr);gap:11px;padding:11px}.fd-cart-line-image{width:90px;height:90px}.fd-cart-line-title{font-size:14px}.fd-cart-line-unit{font-size:10.5px}.fd-cart-line-tags{display:none}.fd-cart-line-foot{grid-column:1/-1}.fd-commerce-summary{padding:15px}.fd-commerce-grand>strong{font-size:22px}.fd-checkout-contact-grid{grid-template-columns:1fr}.fd-checkout-review-page .fd-commerce-heading{display:block}.fd-checkout-review-page .fd-commerce-back{display:inline-block;margin-top:9px}.fd-cart-panel-v2{max-height:91vh}.fd-cart-panel-foot-v2{padding-bottom:max(14px,env(safe-area-inset-bottom))}.fd-payment-shell{width:min(100% - 20px,1120px);padding-top:10px}.fd-payment-brandbar{grid-template-columns:1fr auto;min-height:56px}.fd-payment-logo img{width:min(165px,48vw);max-height:50px}.fd-payment-safe{display:none}.fd-payment-back{font-size:10px}.fd-payment-heading{margin-top:18px}.fd-payment-heading h1{font-size:28px}.fd-payment-heading p{font-size:11px}.fd-payment-card,.fd-payment-summary{padding:14px;border-radius:14px}.fd-payment-methods{grid-template-columns:1fr}.fd-bank-form-grid,.fd-bank-account-v2 dl{grid-template-columns:1fr}.fd-payment-steps{margin-top:6px}}
@media(max-width:520px){.fd-commerce-heading{display:block}.fd-commerce-heading form{margin-top:7px}.fd-cart-line-v2{grid-template-columns:78px minmax(0,1fr)}.fd-cart-line-image{width:78px;height:78px}.fd-cart-line-head{gap:7px}.fd-cart-remove-v2{padding:6px 8px;font-size:10px}.fd-cart-line-foot{flex-direction:row;align-items:flex-end}.fd-cart-quantity-v2 input{width:58px}.fd-cart-quantity-v2 button{padding:0 8px}.fd-cart-line-price strong{font-size:14px}.fd-commerce-card{padding:14px}.fd-commerce-card-head h2{font-size:15px}.fd-checkout-product-v2{grid-template-columns:58px minmax(0,1fr)}.fd-checkout-product-image,.fd-checkout-product-image img,.fd-checkout-product-image .fd-no-image{width:58px;height:58px}.fd-checkout-product-price{grid-column:2;justify-self:end}.fd-checkout-next-card{padding:13px}.fd-cart-drawer-actions .fd-btn{font-size:12px;padding-inline:9px}.fd-payment-brandbar{gap:8px}.fd-payment-logo img{width:min(150px,50vw)}.fd-payment-heading{display:block}.fd-payment-sandbox{display:inline-flex;margin-top:7px}.fd-payment-card-head h2{font-size:14.5px}.fd-wallet-available strong{font-size:15px}.fd-wallet-actions-v2{display:grid}.fd-wallet-actions-v2 form,.fd-wallet-actions-v2 .fd-payment-btn{width:100%}.fd-wallet-custom-v2 form{display:grid}.fd-wallet-custom-v2 input{width:100%}.fd-payment-due strong{font-size:21px}}

/* Phase 8H.1 — Unified customer account experience */
.fd-money{display:inline-flex;align-items:baseline;gap:.32em;white-space:nowrap;font-variant-numeric:tabular-nums}.fd-money-value{font-weight:inherit}.fd-money-code{font-size:.72em;font-weight:700;color:currentColor;opacity:.72;letter-spacing:.01em}.fd-money.is-strong{font-weight:800;color:var(--fd-ink)}
.fd-account-page{padding:32px 0 68px;background:linear-gradient(180deg,#f8fbfb 0,#fff 260px)}.fd-account-title{margin-bottom:22px}.fd-account-title h1{font-size:clamp(30px,3.6vw,42px);font-weight:700}.fd-account-title-stat{min-width:165px;background:#fff;box-shadow:0 8px 24px rgba(26,59,64,.035)}.fd-account-title-stat .fd-money{font-size:22px;color:var(--fd-accent)}
.fd-account-layout{grid-template-columns:250px minmax(0,1fr);gap:22px}.fd-account-nav{top:108px}.fd-account-nav-list{display:grid}.fd-account-nav-list a{font-size:13.5px;min-height:44px}.fd-account-content,.fd-account-main{min-width:0}.fd-account-quick-grid-v2{grid-template-columns:repeat(3,1fr)}
.fd-account-alert{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border:1px solid;border-radius:15px;margin-bottom:13px;font-size:13px;line-height:1.75}.fd-account-alert.is-success{background:#f1faf4;border-color:#cce9d5;color:#226a42}.fd-account-alert.is-info{background:#f0f9fb;border-color:#cde8ec;color:#2c626a}.fd-account-alert.is-warn{background:#fff9eb;border-color:#f1dfaa;color:#775a1c}.fd-account-alert.is-error{background:#fff3f2;border-color:#efcfcc;color:#943c35}.fd-account-alert .fd-btn{flex:none}
.fd-order-status-grid,.fd-order-money-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.fd-order-status-grid>div,.fd-order-money-grid>div{min-height:76px;border:1px solid #e3e9ea;border-radius:14px;padding:12px 13px;background:#fbfdfd}.fd-order-status-grid span,.fd-order-money-grid span{display:block;font-size:11.5px;color:var(--fd-muted);margin-bottom:5px}.fd-order-status-grid strong,.fd-order-money-grid strong{font-size:14px}.fd-order-money-grid>div.is-due{background:#fff9ec;border-color:#efdda9}.fd-order-money-grid>div.is-due strong{color:#93620b}.fd-order-money-grid>div.is-credit{background:#f1f9ff;border-color:#cce4f3}.fd-order-money-grid>div.is-credit strong{color:#276c9f}
.fd-order-items-v2{display:grid;gap:10px;margin-top:17px}.fd-order-item-v2{border:1px solid #e5eaeb;border-radius:15px;padding:14px;background:#fff}.fd-order-item-v2-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.fd-order-item-v2-head>div:first-child{min-width:0}.fd-order-item-v2-head strong{display:block;font-size:14.5px}.fd-order-item-v2-head small{display:block;color:var(--fd-muted);font-size:12px;margin-top:4px}.fd-order-item-price{text-align:end;flex:none}.fd-order-item-price del{display:block;color:#929da0;font-size:11px}.fd-order-item-price strong{font-size:14px}.fd-inline-note{margin-top:9px;padding:8px 10px;border-radius:10px;background:#fff9e9;color:#755a21;font-size:11.5px;line-height:1.7}.fd-order-item-meta{display:flex;gap:7px 14px;flex-wrap:wrap;margin-top:10px;color:#667579;font-size:12px}.fd-order-item-meta b{color:#3b5054}.fd-order-details{margin-top:10px;border-top:1px dashed #e1e7e8;padding-top:9px}.fd-order-details summary{cursor:pointer;font-size:12px;font-weight:700;color:#506469}.fd-order-details>div{display:grid;gap:4px;margin-top:8px;color:#667579;font-size:11.5px}.fd-digital-inline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px;padding:10px 11px;border-radius:12px;background:#f1faf5;border:1px solid #d3ebdc}.fd-digital-inline strong,.fd-digital-inline small{display:block}.fd-digital-inline strong{font-size:12.5px;color:#287149}.fd-digital-inline small{font-size:11px;color:#668071;margin-top:2px}.fd-order-totals-v2{margin-top:16px;padding-top:10px;border-top:1px solid #e8edee}.fd-order-totals-v2>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 2px;font-size:12.5px}.fd-order-totals-v2>div.is-discount{color:#278452}.fd-order-totals-v2>div.is-total{margin-top:7px;padding-top:13px;border-top:1px solid #e8edee;font-size:16px}.fd-order-totals-v2>div.is-total strong{font-size:19px;color:var(--fd-accent)}
.fd-document-list{display:grid;gap:8px;margin-top:16px}.fd-document-list.is-card{border:1px solid var(--fd-line);border-radius:19px;background:#fff;padding:8px}.fd-document-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #e8edef;border-radius:13px;background:#fff}.fd-document-list.is-card article{grid-template-columns:36px minmax(0,1fr) auto auto;border:0;border-bottom:1px solid #edf1f2;border-radius:0}.fd-document-list.is-card article:last-child{border-bottom:0}.fd-document-list article strong,.fd-document-list article small{display:block}.fd-document-list article strong{font-size:13.5px}.fd-document-list article small{font-size:11.5px;color:var(--fd-muted);margin-top:3px;line-height:1.65}.fd-document-list article>a{color:var(--fd-accent);font-size:12px;font-weight:800;text-decoration:none}.fd-document-icon{width:34px;height:34px;border-radius:10px;background:#eef8f8;color:var(--fd-accent);display:grid;place-items:center;font-weight:900}.fd-document-amount{text-align:end;font-size:14px;font-weight:800}
.fd-wallet-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.fd-wallet-stats article{border:1px solid var(--fd-line);border-radius:18px;background:#fff;padding:17px;box-shadow:0 9px 28px rgba(22,49,55,.035)}.fd-wallet-stats article.is-accent{background:linear-gradient(135deg,#f2fbfb,#fff);border-color:#cde7e8}.fd-wallet-stats span,.fd-wallet-stats strong,.fd-wallet-stats small{display:block}.fd-wallet-stats span{font-size:12px;color:var(--fd-muted)}.fd-wallet-stats strong{font-size:22px;color:#294449;margin:5px 0}.fd-wallet-stats article.is-accent strong{color:var(--fd-accent)}.fd-wallet-stats small{font-size:11px;color:#7b898d}.fd-wallet-redeem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:17px}.fd-wallet-redeem label{display:grid;gap:5px}.fd-wallet-redeem label span{font-size:12px;font-weight:700}.fd-wallet-redeem input{width:100%;min-height:46px;border:1px solid #d8e1e3;border-radius:11px;padding:0 12px;font:inherit;font-size:14px;background:#fff}.fd-wallet-history{display:grid;margin-top:15px}.fd-wallet-history article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f2}.fd-wallet-history article:last-child{border-bottom:0}.fd-wallet-history-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-weight:900}.fd-wallet-history-icon.is-credit{background:#edf9f2;color:#25804d}.fd-wallet-history-icon.is-debit{background:#fff2f1;color:#a44b43}.fd-wallet-history-copy strong,.fd-wallet-history-copy small,.fd-wallet-history-copy time{display:block}.fd-wallet-history-copy strong{font-size:13.5px}.fd-wallet-history-copy small,.fd-wallet-history-copy time{font-size:11px;color:var(--fd-muted);margin-top:2px}.fd-wallet-history-money{text-align:end}.fd-wallet-history-money strong,.fd-wallet-history-money small,.fd-wallet-history-money a{display:block}.fd-wallet-history-money strong{font-size:13px}.fd-wallet-history-money.is-credit strong{color:#22814d}.fd-wallet-history-money.is-debit strong{color:#9b443e}.fd-wallet-history-money small{font-size:10.5px;color:var(--fd-muted);margin-top:2px}.fd-wallet-history-money a{font-size:10.5px;color:var(--fd-accent);text-decoration:none;margin-top:3px}
.fd-digital-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fd-digital-card{border:1px solid var(--fd-line);border-radius:18px;background:#fff;padding:17px;box-shadow:0 10px 30px rgba(22,49,55,.035)}.fd-digital-card.is-locked{background:#fafbfb;opacity:.84}.fd-digital-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.fd-digital-card-head h2{font-size:16px;line-height:1.5;margin:8px 0 0}.fd-digital-project-count{font-size:11px;color:var(--fd-muted);white-space:nowrap}.fd-digital-project-count b{font-size:17px;color:#3c555a}.fd-digital-meta{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;padding:12px 0;margin-top:10px;border-top:1px solid #edf1f2;border-bottom:1px solid #edf1f2;font-size:11.5px;color:#6b797d}.fd-digital-meta b{color:#344b50;margin-inline-end:4px}.fd-digital-message{min-height:38px;margin:11px 0;color:#667579;font-size:11.5px;line-height:1.75}.fd-digital-actions{display:flex;align-items:center;gap:8px}.fd-digital-actions form{margin:0}.fd-digital-disabled{font-size:11.5px;color:#7f8c90}.fd-project-list{display:grid;margin-top:15px}.fd-project-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f2}.fd-project-list article:last-child{border-bottom:0}.fd-project-list strong,.fd-project-list small{display:block}.fd-project-list strong{font-size:13.5px}.fd-project-list small{font-size:11px;color:var(--fd-muted);margin-top:3px}
.fd-refund-list{display:grid;gap:11px}.fd-refund-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.fd-refund-row h2{font-size:20px;margin:8px 0 2px}.fd-refund-row p{font-size:11.5px;color:var(--fd-muted);margin:0}.fd-refund-split{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.fd-refund-split>div{border:1px solid #e6ebec;border-radius:12px;padding:10px}.fd-refund-split span,.fd-refund-split strong{display:block}.fd-refund-split span{font-size:11px;color:var(--fd-muted)}.fd-refund-split strong{font-size:13px;margin-top:3px}.fd-refund-completed{display:block;color:var(--fd-muted);font-size:10.5px;margin-top:10px}
.fd-affiliate-link{padding:12px 13px;border:1px solid #dbe4e5;border-radius:12px;background:#f8fbfb;overflow-wrap:anywhere;margin-top:16px;font:600 12px ui-monospace,SFMono-Regular,Menlo,monospace}.fd-account-help{font-size:11.5px;color:var(--fd-muted);line-height:1.75}.fd-affiliate-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.fd-affiliate-stats article{border:1px solid var(--fd-line);border-radius:15px;background:#fff;padding:13px}.fd-affiliate-stats span,.fd-affiliate-stats strong{display:block}.fd-affiliate-stats span{font-size:10.5px;color:var(--fd-muted)}.fd-affiliate-stats strong{font-size:16px;margin-top:4px}.fd-simple-table{margin-top:15px;border:1px solid #e5eaeb;border-radius:14px;overflow:hidden}.fd-simple-table-head,.fd-simple-table-row{display:grid;grid-template-columns:1fr 1fr 1fr .8fr;gap:10px;align-items:center}.fd-simple-table-head{padding:9px 12px;background:#f7fafa;color:#788589;font-size:10.5px;font-weight:800}.fd-simple-table-row{padding:11px 12px;border-top:1px solid #edf1f2;font-size:12px}.fd-simple-table-row small{color:var(--fd-muted)}
.fd-account-empty.is-inline{padding:28px 12px;border:0;background:#fafcfc}.fd-status-pill.is-error{background:#fff0f0;color:#963c36}
@media(max-width:980px){.fd-account-layout{grid-template-columns:1fr}.fd-account-nav{position:static}.fd-account-nav-list{display:flex;overflow:auto;scrollbar-width:none}.fd-account-nav-list::-webkit-scrollbar{display:none}.fd-account-nav-list a{flex:none}.fd-account-logout{display:none}.fd-digital-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.fd-account-page{padding:22px 0 50px}.fd-account-title{align-items:flex-start}.fd-account-title h1{font-size:30px}.fd-account-title-stat{min-width:130px}.fd-account-quick-grid-v2{grid-template-columns:1fr 1fr}.fd-order-status-grid,.fd-order-money-grid{grid-template-columns:1fr 1fr}.fd-wallet-stats{grid-template-columns:1fr}.fd-wallet-redeem{grid-template-columns:1fr}.fd-wallet-redeem .fd-btn{width:100%}.fd-digital-grid{grid-template-columns:1fr}.fd-document-list.is-card article{grid-template-columns:34px minmax(0,1fr) auto}.fd-document-list.is-card .fd-document-amount{grid-column:2}.fd-document-list.is-card .fd-order-action{grid-column:3;grid-row:1/3}.fd-affiliate-stats{grid-template-columns:1fr 1fr}.fd-simple-table-head{display:none}.fd-simple-table-row{grid-template-columns:1fr 1fr}.fd-simple-table-row>span:before{display:block;font-size:9px;color:#899598}.fd-project-list article{grid-template-columns:minmax(0,1fr) auto}.fd-project-list .fd-order-action{grid-column:1/-1;width:100%}}
@media(max-width:520px){.fd-account-title{display:block}.fd-account-title-stat{margin-top:11px}.fd-account-quick-grid-v2{grid-template-columns:1fr}.fd-order-status-grid,.fd-order-money-grid{grid-template-columns:1fr 1fr}.fd-account-alert{align-items:flex-start;flex-direction:column}.fd-account-alert .fd-btn{width:100%}.fd-order-item-v2-head{display:block}.fd-order-item-price{text-align:start;margin-top:8px}.fd-digital-inline{align-items:flex-start;flex-direction:column}.fd-digital-inline .fd-btn{width:100%}.fd-refund-row{display:block}.fd-refund-row .fd-order-action{margin-top:10px;width:100%}.fd-refund-split{grid-template-columns:1fr}.fd-wallet-history article{grid-template-columns:34px minmax(0,1fr)}.fd-wallet-history-money{grid-column:2;text-align:start}.fd-document-list.is-card article{grid-template-columns:32px minmax(0,1fr)}.fd-document-list.is-card .fd-document-amount,.fd-document-list.is-card .fd-order-action{grid-column:2;grid-row:auto;text-align:start;width:max-content}.fd-affiliate-stats{grid-template-columns:1fr 1fr}.fd-simple-table-row{grid-template-columns:1fr}.fd-order-status-grid,.fd-order-money-grid{grid-template-columns:1fr}.fd-digital-meta{grid-template-columns:1fr}}
.fd-profile-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:16px;padding:14px;border:1px solid #e4eaeb;border-radius:15px;background:#fafcfc}.fd-profile-form label{display:grid;gap:6px}.fd-profile-form label span{font-size:12px;font-weight:800;color:#51666b}.fd-profile-form input{width:100%;min-height:46px;border:1px solid #d5dfe1;border-radius:11px;background:#fff;padding:0 13px;font:inherit;font-size:15px;color:#263e43;outline:0}.fd-profile-form input:focus{border-color:color-mix(in srgb,var(--fd-accent) 58%,#d5dfe1);box-shadow:0 0 0 3px color-mix(in srgb,var(--fd-accent) 10%,transparent)}.fd-account-fields-profile{margin-top:14px}.fd-account-alert.is-error{border-color:#f0d0cd;background:#fff7f6;color:#873f39}.fd-account-alert.is-success{border-color:#cfe9d9;background:#f5fcf7;color:#276d45}
@media(max-width:620px){.fd-profile-form{grid-template-columns:1fr}.fd-profile-form .fd-btn{width:100%}}
.fd-account-flow-card{max-width:620px}.fd-account-flow-form{display:grid;gap:13px;margin-top:4px}.fd-account-flow-form label{display:grid;gap:7px}.fd-account-flow-form label>span{font-size:12.5px;font-weight:800;color:#4f656a}.fd-account-flow-form input{width:100%;min-height:49px;border:1px solid #d5dfe1;border-radius:12px;background:#fff;padding:0 14px;font:inherit;font-size:16px;color:#263e43;outline:0}.fd-account-flow-form input:focus{border-color:var(--fd-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fd-accent) 10%,transparent)}.fd-account-flow-form .fd-otp-input{text-align:center;letter-spacing:.32em;font-size:24px;font-weight:800}.fd-account-flow-destination{padding:12px 14px;border-radius:12px;background:#f5f9f9;color:#455b60;font-weight:700;text-align:center;margin:0 0 14px}.fd-account-flow-back{display:inline-block;margin-top:14px;color:var(--fd-muted);font-size:12px;font-weight:700;text-decoration:none}.fd-account-flow-back:hover{color:var(--fd-accent)}

/* Phase 8H.2 - Wallet recharge protection + clearer balances */
.fd-wallet-title-balance{min-width:178px;padding:15px 18px}.fd-wallet-title-balance .fd-money{direction:ltr;unicode-bidi:isolate;font-size:27px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.fd-wallet-title-balance .fd-money-code{font-size:.48em;font-weight:750;opacity:.68}.fd-wallet-title-balance>span{margin-top:7px;font-size:11.5px}
.fd-wallet-stats article{min-height:126px;display:flex;flex-direction:column;justify-content:center}.fd-wallet-stats strong{margin:7px 0 9px}.fd-wallet-stats strong .fd-money{direction:ltr;unicode-bidi:isolate;font-size:clamp(27px,2.15vw,32px);font-weight:800;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.025em}.fd-wallet-stats strong .fd-money-code{font-size:.43em;font-weight:750;opacity:.64;letter-spacing:0}.fd-wallet-stats small{font-size:11.5px;line-height:1.55}
.fd-wallet-security{display:flex;align-items:flex-start;gap:10px;margin-top:15px;padding:12px 13px;border:1px solid #d8ecec;border-radius:13px;background:#f5fbfb;color:#315c61}.fd-wallet-security-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;flex:none;background:#e4f6f6;color:#0a858c;font-size:17px;font-weight:900}.fd-wallet-security strong,.fd-wallet-security p{display:block}.fd-wallet-security strong{font-size:12.5px;color:#175b61}.fd-wallet-security p{margin:3px 0 0;font-size:11px;line-height:1.65;color:#617579}.fd-wallet-security.is-blocked{border-color:#f0d4d0;background:#fff7f5;color:#804a43}.fd-wallet-security.is-blocked .fd-wallet-security-icon{background:#fde9e6;color:#c95a4f}.fd-wallet-security.is-blocked strong{color:#a34239}.fd-wallet-redeem .fd-btn:disabled,.fd-wallet-redeem input:disabled{cursor:not-allowed;opacity:.55}.fd-wallet-history-money strong .fd-money{direction:ltr;unicode-bidi:isolate;font-size:15px;font-weight:800;font-variant-numeric:tabular-nums}.fd-wallet-history-money small .fd-money{direction:ltr;unicode-bidi:isolate;font-weight:700;font-variant-numeric:tabular-nums}
@media(max-width:760px){.fd-wallet-title-balance{min-width:145px}.fd-wallet-title-balance .fd-money{font-size:24px}.fd-wallet-stats article{min-height:112px}.fd-wallet-stats strong .fd-money{font-size:29px}.fd-wallet-security{padding:11px}.fd-wallet-security p{font-size:10.5px}}
@media(max-width:520px){.fd-wallet-title-balance{width:100%;text-align:center}.fd-wallet-title-balance .fd-money{font-size:26px}.fd-wallet-stats strong .fd-money{font-size:30px}.fd-wallet-redeem{margin-top:13px}}

/* Phase 8J.1 — storefront polish: home, catalog, blog and final visual consistency.
   Keep the 1320px canvas calm on large displays; improve discovery and hierarchy
   without touching checkout/order/payment logic. */
.fd-home-v4{background:#fff}.fd-hero-v4{padding:52px 0 46px;background:linear-gradient(180deg,#fff 0,#fbfefe 70%,#fff 100%)}
.fd-hero-grid-v4{grid-template-columns:minmax(0,.92fr) minmax(430px,.78fr);gap:56px;align-items:center}.fd-hero-copy-wrap{position:relative;z-index:2}.fd-hero-v4 h1{max-width:700px;font-size:clamp(40px,4vw,56px);line-height:1.24;margin:15px 0 14px}.fd-hero-v4 .fd-hero-copy{max-width:650px;font-size:17px;line-height:1.95;color:#586b70}.fd-btn-hero svg,.fd-section-link svg{width:18px;height:18px;transform:scaleX(-1)}.fd-hero-v4 .fd-hero-actions{margin-top:25px}.fd-hero-v4 .fd-hero-trust{margin-top:22px;gap:12px 20px;font-size:13px}
.fd-hero-showcase{position:relative;min-height:485px;display:grid;place-items:center;padding:22px}.fd-hero-showcase:before{content:"";position:absolute;inset:7% 4% 5%;border-radius:42px;background:radial-gradient(circle at 74% 22%,color-mix(in srgb,var(--fd-accent-alt) 14%,transparent),transparent 35%),linear-gradient(145deg,#effafa,#fff9ef);border:1px solid #e2eeee;box-shadow:0 30px 85px rgba(22,89,94,.08)}.fd-hero-product{position:relative;z-index:2;display:block;width:min(390px,82%);text-decoration:none;border-radius:26px;overflow:hidden;background:#fff;border:1px solid rgba(219,232,233,.95);box-shadow:0 22px 55px rgba(18,75,80,.13);transition:transform .22s ease,box-shadow .22s ease}.fd-hero-product:hover{transform:translateY(-4px);box-shadow:0 28px 65px rgba(18,75,80,.16)}.fd-hero-product-media{display:block;aspect-ratio:1/1;background:#f4f7f7;overflow:hidden}.fd-hero-product-media picture,.fd-hero-product-media img{width:100%;height:100%;display:block}.fd-hero-product-media img{object-fit:cover}.fd-hero-product-caption{display:grid;gap:2px;padding:13px 15px 15px}.fd-hero-product-caption small{font-size:11px;color:#76878b}.fd-hero-product-caption strong{font-size:15px;line-height:1.5}.fd-hero-float{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;border:1px solid #e3eded;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 12px 35px rgba(20,73,78,.10);border-radius:16px;padding:10px 12px;text-decoration:none}.fd-hero-float>svg{width:29px;height:29px;color:var(--fd-accent);flex:none}.fd-hero-float span{display:grid;line-height:1.3}.fd-hero-float strong{font-size:12.5px}.fd-hero-float small{font-size:10px;color:#77868a;margin-top:3px}.fd-hero-float-secure{inset-inline-start:1%;top:17%}.fd-hero-float-product{inset-inline-end:0;bottom:14%;max-width:210px}.fd-hero-float-product img{width:48px;height:48px;object-fit:cover;border-radius:11px;background:#f3f6f6;flex:none}.fd-hero-showcase-fallback{position:relative;z-index:1;width:min(390px,82%);aspect-ratio:1/1;border-radius:28px;background:#fff;border:1px solid #e4eeee;display:grid;place-items:center}.fd-hero-showcase-fallback span{position:absolute;border-radius:999px;background:linear-gradient(135deg,var(--fd-accent),#59c6ca);opacity:.14}.fd-hero-showcase-fallback span:nth-child(1){width:52%;height:52%}.fd-hero-showcase-fallback span:nth-child(2){width:25%;height:25%;inset-inline-start:10%;top:12%}.fd-hero-showcase-fallback span:nth-child(3){width:18%;height:18%;inset-inline-end:12%;bottom:14%;background:var(--fd-accent-alt)}
.fd-home-trust-strip{border-block:1px solid #edf2f2;background:#fff}.fd-home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:92px}.fd-home-trust-grid>div{display:flex;align-items:center;justify-content:center;gap:11px;padding:16px 18px;border-inline-start:1px solid #edf2f2}.fd-home-trust-grid>div:last-child{border-inline-start:0}.fd-home-trust-grid svg{width:28px;height:28px;color:var(--fd-accent);flex:none}.fd-home-trust-grid span{display:grid;line-height:1.35}.fd-home-trust-grid strong{font-size:13.5px}.fd-home-trust-grid small{font-size:11px;color:#7a898d;margin-top:4px}
.fd-home-v4 .fd-section{padding:52px 0}.fd-home-v4 .fd-section-soft{background:#f8fbfb}.fd-section-kicker,.fd-store-kicker{display:block;margin-bottom:5px;color:var(--fd-accent);font-size:12px;font-weight:800}.fd-home-v4 .fd-section-head{align-items:flex-end;margin-bottom:22px}.fd-home-v4 .fd-section-head h2{font-size:clamp(26px,2.4vw,34px);margin:0}.fd-home-v4 .fd-section-head p{margin:5px 0 0;color:#708085}.fd-section-head-compact{margin-bottom:15px!important}.fd-section-link{display:inline-flex!important;align-items:center;gap:6px;text-decoration:none;color:#3f555a;font-weight:750!important;white-space:nowrap}.fd-section-link:hover{color:var(--fd-accent)}
.fd-categories-grid-v4{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.fd-category-card-v4{position:relative;min-height:94px;padding:14px 15px;border-radius:18px;gap:12px;box-shadow:0 4px 18px rgba(27,70,74,.025)}.fd-category-card-v4:hover{transform:translateY(-3px);border-color:#cde4e5;box-shadow:0 13px 28px rgba(27,70,74,.07)}.fd-category-media{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:#f1f8f8;overflow:hidden;flex:none}.fd-category-media img{width:100%;height:100%;object-fit:cover}.fd-category-media .fd-category-icon{width:100%;height:100%;display:grid;place-items:center;font-size:21px;font-weight:800;color:#0e8289;background:linear-gradient(145deg,#e9fafa,#fff7e8)}.fd-category-copy{display:grid;gap:3px;min-width:0}.fd-category-copy strong{font-size:14.5px;line-height:1.4}.fd-category-copy small{font-size:11.5px;line-height:1.55;color:#77868a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fd-category-arrow{margin-inline-start:auto;color:#9aabad;font-size:17px;transition:transform .18s,color .18s}.fd-category-card-v4:hover .fd-category-arrow{color:var(--fd-accent);transform:translateX(-3px)}
.fd-products-grid-v4{gap:17px}.fd-product-card-v4{border-radius:19px;box-shadow:0 3px 16px rgba(21,64,68,.025);display:flex;flex-direction:column}.fd-product-card-v4:hover{transform:translateY(-4px);border-color:#d4e4e5;box-shadow:0 16px 34px rgba(21,64,68,.08)}.fd-product-card-v4 .fd-product-card-image{aspect-ratio:1/1;border-bottom:1px solid #eef2f2}.fd-product-card-v4 .fd-product-card-image img{transition:transform .28s ease}.fd-product-card-v4:hover .fd-product-card-image img{transform:scale(1.025)}.fd-product-card-badges{position:absolute;top:10px;inset-inline-start:10px;display:flex;gap:6px;z-index:2}.fd-product-card-v4 .fd-product-badge{position:static;box-shadow:0 4px 12px rgba(0,0,0,.06)}.fd-product-card-v4 .fd-product-type{top:10px;bottom:auto;inset-inline-end:10px;background:rgba(255,255,255,.92);color:#52666a;border:1px solid rgba(220,230,231,.9);backdrop-filter:blur(7px)}.fd-product-card-v4 .fd-product-card-body{display:flex;flex-direction:column;flex:1;padding:15px}.fd-product-card-topline{min-height:23px;display:flex;align-items:center;justify-content:space-between;gap:8px}.fd-product-card-v4 .fd-product-card-brand{font-size:11.5px;font-weight:700;color:#718186;text-decoration:none;max-width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fd-product-card-v4 .fd-product-card-brand:hover{color:var(--fd-accent)}.fd-product-card-v4 .fd-product-card-rating{margin:0;font-size:12px}.fd-product-card-v4 .fd-product-card-title{font-size:15.5px;line-height:1.55;min-height:48px;margin:5px 0 6px}.fd-product-card-v4 .fd-product-card-title a{text-decoration:none}.fd-product-card-v4 .fd-product-card-desc{font-size:12.5px;line-height:1.7;min-height:43px;margin-bottom:13px}.fd-product-card-foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #eef2f2}.fd-product-card-v4 .fd-product-card-price{display:grid;gap:2px}.fd-product-card-v4 .fd-product-card-price del{line-height:1.2}.fd-product-card-v4 .fd-product-card-price strong{font-size:17px;line-height:1.2;color:#087d84}.fd-product-card-v4 .fd-money{display:inline-flex;align-items:baseline;gap:4px;direction:ltr;unicode-bidi:isolate}.fd-product-card-v4 .fd-money-code{font-size:.62em;font-weight:700;color:#65777b}.fd-product-card-open{width:38px;height:38px;display:grid;place-items:center;flex:none;border:1px solid #d9e6e7;border-radius:12px;color:#237e84;text-decoration:none;background:#f8fcfc;transition:background .18s,color .18s,border-color .18s}.fd-product-card-open:hover{background:var(--fd-accent);color:#fff;border-color:var(--fd-accent)}.fd-product-card-open svg{width:18px;height:18px;transform:scaleX(-1)}
.fd-brand-strip{display:flex;align-items:center;gap:10px;overflow:auto;padding:2px 1px 8px;scrollbar-width:none}.fd-brand-strip::-webkit-scrollbar{display:none}.fd-brand-strip a{flex:0 0 150px;height:74px;display:grid;place-items:center;padding:12px;border:1px solid var(--fd-line);border-radius:16px;background:#fff;text-decoration:none;transition:border-color .18s,transform .18s}.fd-brand-strip a:hover{transform:translateY(-2px);border-color:#cbe2e3}.fd-brand-strip img{max-width:110px;max-height:44px;object-fit:contain}.fd-brand-strip strong{font-size:14px}
.fd-home-journey{background:linear-gradient(180deg,#fff,#fbfdfd)}.fd-value-strip-v4{counter-reset:journey;gap:14px}.fd-value-strip-v4 .fd-value-card{position:relative;padding:21px 20px 20px;border-radius:19px;overflow:hidden}.fd-value-strip-v4 .fd-value-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:color-mix(in srgb,var(--fd-accent) 7%,transparent);inset-inline-end:-34px;top:-36px}.fd-value-strip-v4 .fd-value-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#e9f8f8;color:#0b858c;font-size:13px;font-weight:850}.fd-value-strip-v4 h3{margin:12px 0 5px;font-size:16px}.fd-value-strip-v4 p{margin:0;color:#6c7d81;font-size:13px;line-height:1.75}
.fd-home-blog{background:#f8fbfb}.fd-home-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.fd-home-post-grid.is-single{grid-template-columns:minmax(0,520px)}.fd-home-post-grid.is-double{grid-template-columns:repeat(2,minmax(0,1fr));max-width:880px}.fd-home-post-card{overflow:hidden;border:1px solid var(--fd-line);border-radius:19px;background:#fff;transition:transform .18s,box-shadow .18s,border-color .18s}.fd-home-post-card:hover{transform:translateY(-3px);border-color:#d3e4e5;box-shadow:0 15px 32px rgba(24,66,70,.07)}.fd-home-post-media{display:block;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(145deg,#edfafa,#fff7e8)}.fd-home-post-media picture,.fd-home-post-media img{display:block;width:100%;height:100%}.fd-home-post-media img{object-fit:cover;transition:transform .25s}.fd-home-post-card:hover .fd-home-post-media img{transform:scale(1.025)}.fd-home-post-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#0f8b92;font-size:34px;font-weight:850}.fd-home-post-body{padding:16px}.fd-home-post-body>small{color:#839094;font-size:11px}.fd-home-post-body h3{font-size:17px;line-height:1.55;margin:6px 0}.fd-home-post-body h3 a{text-decoration:none}.fd-home-post-body p{font-size:12.5px;line-height:1.75;color:#6f7e82;margin:0 0 11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fd-home-post-more{font-size:12px;font-weight:750;color:#167d83;text-decoration:none}.fd-home-post-more:hover{text-decoration:underline}
.fd-home-cta{padding:26px 0 60px}.fd-home-cta-card{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:28px 30px;border:1px solid #dceced;border-radius:24px;background:linear-gradient(135deg,#eefbfb,#fffaf0);box-shadow:0 12px 35px rgba(29,81,85,.05)}.fd-home-cta-card h2{font-size:clamp(24px,2.2vw,32px);line-height:1.4;margin:2px 0 7px}.fd-home-cta-card p{margin:0;color:#65777b;font-size:14px}.fd-home-cta-card>div:last-child{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
/* Catalog discovery */
.fd-store-page-v4{padding:38px 0 60px}.fd-store-intro-v4{align-items:center;margin-bottom:20px;padding:4px 0}.fd-store-intro-v4 h1,.fd-taxonomy-hero-v4 h1{font-size:clamp(30px,3vw,40px);line-height:1.3;margin:0}.fd-store-intro-v4 p,.fd-taxonomy-hero-v4 p{margin:5px 0 0;color:#6e7f83;font-size:14.5px}.fd-store-count{min-width:96px;min-height:72px;display:grid;place-items:center;align-content:center;border:1px solid #dce7e8;border-radius:17px;background:#fbfdfd}.fd-store-count strong{font-size:22px;line-height:1}.fd-store-count small{font-size:10.5px;color:#7d8b8e;margin-top:5px}.fd-taxonomy-hero-v4{padding:18px;border:1px solid #e0e9ea;border-radius:20px;background:linear-gradient(135deg,#f8fcfc,#fff);margin-bottom:20px}.fd-taxonomy-hero-v4 picture{width:82px;height:82px;display:grid;place-items:center;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #edf1f2;flex:none}.fd-taxonomy-hero-v4 img{width:100%;height:100%;object-fit:contain}.fd-taxonomy-hero-v4 small{display:block;margin-top:7px;color:#8a9699;font-size:11px}.fd-catalog-toolbar{display:grid;grid-template-columns:minmax(280px,410px) minmax(0,1fr);gap:13px;align-items:center;padding:13px;border:1px solid #e2e9ea;border-radius:18px;background:#fff;margin-bottom:12px}.fd-store-search-v4{position:relative;display:block!important;margin:0!important}.fd-store-search-v4 svg{position:absolute;width:19px;height:19px;inset-inline-start:14px;top:50%;transform:translateY(-50%);color:#718085;pointer-events:none}.fd-store-search-v4 input{width:100%;height:45px;border:1px solid #dbe3e4;border-radius:12px;background:#fafcfc;padding:0 44px 0 38px;font-size:14px;outline:0}.fd-store-search-v4 input:focus{border-color:var(--fd-accent);box-shadow:0 0 0 3px rgba(18,155,163,.08);background:#fff}.fd-store-search-v4>a{position:absolute;inset-inline-end:9px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:9px;display:grid;place-items:center;text-decoration:none;color:#718085;background:#eef3f3}.fd-catalog-chips{display:flex;align-items:center;gap:7px;overflow:auto;scrollbar-width:none;padding:1px}.fd-catalog-chips::-webkit-scrollbar{display:none}.fd-catalog-chips a{flex:none;display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid #e0e7e8;border-radius:999px;background:#fff;text-decoration:none;font-size:12px;font-weight:700;color:#55696d}.fd-catalog-chips a:hover,.fd-catalog-chips .is-all{border-color:#cde5e6;background:#f1fbfb;color:#087f86}.fd-catalog-brands{display:flex;align-items:center;gap:12px;margin-bottom:21px;padding:0 2px}.fd-catalog-brands>span{font-size:11.5px;font-weight:800;color:#78878b;white-space:nowrap}.fd-catalog-brands>div{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.fd-catalog-brands>div::-webkit-scrollbar{display:none}.fd-catalog-brands a{flex:none;display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:11px;background:#f7fafa;text-decoration:none;border:1px solid #edf1f2}.fd-catalog-brands img{width:28px;height:22px;object-fit:contain}.fd-catalog-brands strong{font-size:11.5px}.fd-search-summary{display:flex;align-items:center;gap:6px;margin:4px 0 16px;color:#68797d;font-size:13px}.fd-search-summary span{margin-inline-start:auto;font-size:11px;color:#899699}.fd-empty-v4{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #dbe4e5;border-radius:20px;background:#fbfdfd;color:#66787c;text-align:center}.fd-empty-v4>span{font-size:32px;color:#9aabad}.fd-empty-v4 strong{font-size:17px;color:#344b50}.fd-empty-v4 p{margin:0 0 7px;font-size:13px}.fd-pagination-v4{justify-content:center;align-items:center;margin-top:30px}.fd-pagination-v4 a,.fd-pagination-v4 span{min-height:40px;display:flex;align-items:center;padding:8px 13px;border:1px solid #dfe6e7;border-radius:11px;background:#fff;text-decoration:none}.fd-pagination-v4 span{color:#708085;background:#f8fafa}
/* Blog gets the same storefront language instead of standalone inline styles. */
.fd-blog-v4{padding:44px 0 62px}.fd-blog-head-v4{max-width:760px;margin-bottom:24px}.fd-blog-head-v4 h1{font-size:clamp(32px,4vw,46px);line-height:1.3;margin:0}.fd-blog-head-v4 p{margin:7px 0 0;color:#6d7d81;font-size:15px;line-height:1.8}.fd-blog-head-v4>small{display:inline-block;margin-top:9px;color:#8a979a;font-size:11px}.fd-blog-grid-v4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.fd-post-card-v4{overflow:hidden;border:1px solid var(--fd-line);border-radius:19px;background:#fff;transition:transform .18s,box-shadow .18s}.fd-post-card-v4:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(24,66,70,.07)}.fd-post-card-media{display:block;aspect-ratio:16/9;background:linear-gradient(145deg,#edfafa,#fff7e8);overflow:hidden}.fd-post-card-media picture,.fd-post-card-media img{width:100%;height:100%;display:block}.fd-post-card-media img{object-fit:cover}.fd-post-card-v4 .fd-post-card-body{padding:16px}.fd-post-card-v4 .fd-post-meta{font-size:11px;color:#829094}.fd-post-card-v4 h2{font-size:18px;line-height:1.55;margin:6px 0}.fd-post-card-v4 h2 a{text-decoration:none}.fd-post-card-v4 p{font-size:13px;line-height:1.8;color:#6b7b7f;margin:0 0 12px}.fd-article-v4{padding:42px 0 64px}.fd-article-v4 .fd-article-inner{width:min(900px,calc(100% - 36px));margin:auto}.fd-article-v4 .fd-article-head{text-align:start;margin-bottom:27px}.fd-article-back{display:inline-flex;margin-bottom:17px;color:#6f7e82;font-size:12px;font-weight:700;text-decoration:none}.fd-article-back:hover{color:var(--fd-accent)}.fd-article-v4 .fd-article-meta{font-size:12px;color:#849195}.fd-article-v4 h1{font-size:clamp(34px,4.8vw,54px);line-height:1.35;margin:9px 0 10px}.fd-article-v4 .fd-article-excerpt{font-size:17px;line-height:1.9;color:#5f7276;margin:0;max-width:800px}.fd-article-v4 .fd-tax-links{justify-content:flex-start;margin-top:15px}.fd-article-v4 .fd-tax-links a,.fd-article-v4 .fd-article-tags a{border:1px solid #dfe7e8;border-radius:999px;padding:5px 10px;text-decoration:none;font-size:11.5px;background:#fff}.fd-article-v4 .fd-article-image{width:100%;max-height:540px;object-fit:cover;border-radius:20px;margin-bottom:30px}.fd-article-v4 .fd-article-content{font-size:17px;line-height:2;color:#31484d}.fd-article-v4 .fd-article-content h2{font-size:28px;line-height:1.5;margin:38px 0 10px}.fd-article-v4 .fd-article-content h3{font-size:22px;line-height:1.5;margin:30px 0 9px}.fd-article-v4 .fd-article-content p{margin:0 0 20px}.fd-article-v4 .fd-article-tags{display:flex;align-items:center;gap:7px;flex-wrap:wrap;border-top:1px solid #e8eded;padding-top:20px;margin-top:36px}
/* Final restraint: header/product keep their successful 8F/8H proportions, with only subtle polish. */
@media(min-width:981px){.fd-site-header.is-sticky{box-shadow:0 7px 24px rgba(24,58,62,.035)}.fd-primary-nav>ul>li>a{transition:background .16s,color .16s}.fd-product-detail-grid-v2{align-items:start}.fd-product-brand-card{border-radius:15px}}
@media(max-width:1100px){.fd-hero-grid-v4{grid-template-columns:minmax(0,1fr) minmax(370px,.72fr);gap:30px}.fd-hero-showcase{min-height:440px}.fd-home-trust-grid{grid-template-columns:repeat(2,1fr)}.fd-home-trust-grid>div:nth-child(3){border-top:1px solid #edf2f2}.fd-home-trust-grid>div:nth-child(4){border-top:1px solid #edf2f2}.fd-categories-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-products-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr))}.fd-catalog-toolbar{grid-template-columns:1fr}.fd-blog-grid-v4,.fd-home-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.fd-hero-v4{padding:30px 0 28px}.fd-hero-grid-v4{display:flex;flex-direction:column;gap:24px}.fd-hero-copy-wrap{width:100%}.fd-hero-v4 h1{font-size:clamp(31px,9vw,42px);line-height:1.3}.fd-hero-v4 .fd-hero-copy{font-size:15px;line-height:1.85}.fd-hero-v4 .fd-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fd-hero-v4 .fd-hero-actions .fd-btn{min-width:0;padding-inline:10px;font-size:13px}.fd-hero-v4 .fd-hero-trust{gap:8px 14px;font-size:11.5px}.fd-hero-showcase{width:100%;min-height:auto;padding:17px 14px 26px}.fd-hero-showcase:before{inset:0;border-radius:28px}.fd-hero-product{width:min(330px,78%);border-radius:20px}.fd-hero-product-caption{padding:10px 12px}.fd-hero-product-caption strong{font-size:13px}.fd-hero-float{padding:8px 9px;border-radius:13px}.fd-hero-float-secure{inset-inline-start:0;top:13%}.fd-hero-float-product{inset-inline-end:0;bottom:8%;max-width:170px}.fd-hero-float-product img{width:39px;height:39px}.fd-hero-float strong{font-size:10.5px}.fd-hero-float small{font-size:9px}.fd-hero-float>svg{width:24px;height:24px}.fd-home-trust-grid{grid-template-columns:1fr 1fr;min-height:0}.fd-home-trust-grid>div{justify-content:flex-start;padding:13px 10px;gap:8px}.fd-home-trust-grid svg{width:23px;height:23px}.fd-home-trust-grid strong{font-size:11.5px}.fd-home-trust-grid small{font-size:9.5px}.fd-home-v4 .fd-section{padding:36px 0}.fd-home-v4 .fd-section-head{align-items:flex-end;margin-bottom:16px}.fd-home-v4 .fd-section-head h2{font-size:25px}.fd-home-v4 .fd-section-head p{font-size:12.5px;line-height:1.7}.fd-section-link{font-size:11.5px!important}.fd-section-link svg{width:15px;height:15px}.fd-categories-grid-v4{grid-template-columns:1fr 1fr;gap:8px}.fd-category-card-v4{display:grid;grid-template-columns:46px minmax(0,1fr);min-height:76px;padding:10px;border-radius:14px;gap:9px}.fd-category-media{width:46px;height:46px;border-radius:12px}.fd-category-copy strong{font-size:12px}.fd-category-copy small{font-size:9.5px;-webkit-line-clamp:1}.fd-category-arrow{display:none}.fd-products-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fd-product-card-v4{border-radius:14px}.fd-product-card-v4 .fd-product-card-body{padding:10px}.fd-product-card-v4 .fd-product-card-title{font-size:13px;line-height:1.55;min-height:40px;margin:4px 0 6px}.fd-product-card-v4 .fd-product-card-desc{display:none}.fd-product-card-topline{min-height:19px}.fd-product-card-v4 .fd-product-card-brand{font-size:9.5px}.fd-product-card-v4 .fd-product-card-rating{font-size:10px}.fd-product-card-v4 .fd-product-card-rating small{font-size:9px}.fd-product-card-foot{padding-top:9px}.fd-product-card-v4 .fd-product-card-price strong{font-size:14px}.fd-product-card-v4 .fd-product-card-price del{font-size:9.5px}.fd-product-card-open{width:33px;height:33px;border-radius:10px}.fd-product-card-open svg{width:15px}.fd-product-card-v4 .fd-product-badge,.fd-product-card-v4 .fd-product-type{font-size:9px}.fd-brand-strip a{flex-basis:125px;height:62px}.fd-value-strip-v4{grid-template-columns:1fr;gap:8px}.fd-value-strip-v4 .fd-value-card{padding:15px 16px}.fd-value-strip-v4 h3{font-size:14px;margin-top:8px}.fd-value-strip-v4 p{font-size:11.5px}.fd-home-post-grid,.fd-blog-grid-v4{grid-template-columns:1fr;gap:10px}.fd-home-post-card{display:grid;grid-template-columns:112px minmax(0,1fr);border-radius:14px}.fd-home-post-media{aspect-ratio:1/1;height:100%}.fd-home-post-body{padding:11px}.fd-home-post-body h3{font-size:14px;margin:3px 0 5px}.fd-home-post-body p{display:none}.fd-home-post-more{font-size:10.5px}.fd-home-cta{padding:8px 0 40px}.fd-home-cta-card{display:block;padding:20px;border-radius:19px}.fd-home-cta-card h2{font-size:22px}.fd-home-cta-card p{font-size:12px}.fd-home-cta-card>div:last-child{display:grid;grid-template-columns:1fr 1fr;margin-top:15px}.fd-home-cta-card .fd-btn{font-size:12px;padding-inline:10px}.fd-store-page-v4{padding:24px 0 45px}.fd-store-intro-v4{align-items:flex-start}.fd-store-intro-v4 h1,.fd-taxonomy-hero-v4 h1{font-size:29px}.fd-store-intro-v4 p,.fd-taxonomy-hero-v4 p{font-size:12.5px}.fd-store-count{min-width:75px;min-height:62px}.fd-store-count strong{font-size:19px}.fd-taxonomy-hero-v4{padding:12px;border-radius:16px}.fd-taxonomy-hero-v4 picture{width:66px;height:66px;border-radius:13px}.fd-catalog-toolbar{padding:9px;border-radius:14px;gap:9px}.fd-store-search-v4 input{height:43px;font-size:16px}.fd-catalog-chips a{font-size:10.5px;min-height:33px;padding:6px 10px}.fd-catalog-brands{display:block;margin-bottom:15px}.fd-catalog-brands>span{display:block;margin-bottom:6px}.fd-catalog-brands strong{font-size:10px}.fd-search-summary{font-size:11.5px}.fd-empty-v4{min-height:220px}.fd-pagination-v4{gap:6px}.fd-pagination-v4 a,.fd-pagination-v4 span{font-size:11px;padding:7px 9px}.fd-blog-v4{padding:28px 0 48px}.fd-blog-head-v4 h1{font-size:31px}.fd-blog-head-v4 p{font-size:13px}.fd-post-card-v4{display:grid;grid-template-columns:112px minmax(0,1fr);border-radius:14px}.fd-post-card-media{aspect-ratio:1/1;height:100%}.fd-post-card-v4 .fd-post-card-body{padding:11px}.fd-post-card-v4 h2{font-size:14px;margin:3px 0}.fd-post-card-v4 p{display:none}.fd-article-v4{padding:26px 0 48px}.fd-article-v4 .fd-article-inner{width:calc(100% - 24px)}.fd-article-v4 h1{font-size:31px}.fd-article-v4 .fd-article-excerpt{font-size:15px}.fd-article-v4 .fd-article-image{border-radius:14px;margin-bottom:22px}.fd-article-v4 .fd-article-content{font-size:16px;line-height:1.95}.fd-article-v4 .fd-article-content h2{font-size:24px}.fd-article-v4 .fd-article-content h3{font-size:20px}}
@media(max-width:390px){.fd-hero-v4 .fd-hero-actions{grid-template-columns:1fr}.fd-hero-product{width:76%}.fd-hero-float-product{max-width:145px}.fd-home-trust-grid>div{padding:11px 8px}.fd-home-trust-grid small{display:none}.fd-categories-grid-v4{grid-template-columns:1fr}.fd-category-card-v4{grid-template-columns:44px minmax(0,1fr)}.fd-products-grid-v4{gap:7px}.fd-product-card-v4 .fd-product-card-body{padding:9px}.fd-product-card-v4 .fd-product-card-title{font-size:12.5px}.fd-product-card-v4 .fd-product-card-price strong{font-size:13px}.fd-home-cta-card>div:last-child{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.fd-hero-product,.fd-category-card-v4,.fd-product-card-v4,.fd-home-post-card,.fd-post-card-v4,.fd-brand-strip a{transition:none!important}.fd-product-card-v4 .fd-product-card-image img,.fd-home-post-media img{transition:none!important}}


/* Phase 8J.2 — iOS typography normalization, cleaner product cards, mobile cart drawer fit. */
html,body,button,input,select,textarea{font-style:normal;font-synthesis:weight;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-synthesis-style:none}
.fd-product-card-v4 .fd-product-card-title{margin-bottom:9px}
@media(max-width:780px){
  .fd-cart-panel-v2{inset-inline-start:0;inset-inline-end:0;width:auto;max-width:none;margin:0;border-radius:22px 22px 0 0}
  .fd-cart-panel-v2 .fd-panel-body,.fd-cart-panel-v2 .fd-panel-foot{width:100%;min-width:0}
  .fd-cart-panel-v2 .fd-cart-drawer-items,.fd-cart-panel-v2 .fd-cart-mini-item{min-width:0}
}


/* Phase 9.1 — final mobile, accessibility, performance & SEO UX pass */
.fd-error-page{min-height:58vh;display:grid;place-items:center;padding:54px 0}.fd-error-card{width:min(620px,calc(100% - 28px));padding:42px 34px;text-align:center;background:var(--fd-card);border:1px solid var(--fd-line);border-radius:24px;box-shadow:var(--fd-shadow)}.fd-error-kicker{display:inline-flex;align-items:center;justify-content:center;min-width:78px;height:42px;padding:0 16px;border-radius:999px;background:var(--fd-soft);color:var(--fd-accent);font-size:20px;font-weight:850;font-variant-numeric:tabular-nums}.fd-error-card h1{margin:18px 0 8px;font-size:clamp(28px,4vw,42px)}.fd-error-card p{margin:0 auto;max-width:500px;color:var(--fd-muted);line-height:1.9}.fd-error-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.fd-error-actions .fd-btn{min-width:150px}

:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #129ba3;outline:3px solid color-mix(in srgb,var(--fd-accent) 42%,#fff);outline-offset:3px}
.fd-icon-action:focus-visible,.fd-panel-close:focus-visible,.fd-auth-close:focus-visible,.fd-auth-back:focus-visible,.fd-search-clear:focus-visible,.fd-mobile-search-close:focus-visible{outline:3px solid #129ba3;outline:3px solid color-mix(in srgb,var(--fd-accent) 42%,#fff);outline-offset:2px;background:var(--fd-soft)}
.fd-panel{max-height:100dvh}.fd-panel-body{min-width:0}.fd-panel-foot{padding-bottom:max(14px,env(safe-area-inset-bottom))}
.fd-menu-panel,.fd-side-panel{padding-top:env(safe-area-inset-top)}
.fd-whatsapp-float{bottom:max(18px,calc(env(safe-area-inset-bottom) + 10px))}
.fd-money{display:inline-flex;align-items:baseline;gap:.28em;white-space:nowrap;font-variant-numeric:tabular-nums}.fd-money-code{font-size:.72em;font-weight:750;letter-spacing:0}
.fd-product-card-title,.fd-cart-mini-copy,.fd-account-content,.fd-article-content{overflow-wrap:anywhere}
.fd-section[id],#reviews{scroll-margin-top:120px}
@media(max-width:780px){
  .fd-shell-container{width:min(var(--fd-container),calc(100% - 24px))}
  .fd-icon-action,.fd-menu-button{min-width:44px;min-height:44px}
  .fd-panel{height:100dvh;max-height:100dvh}
  .fd-panel-head{padding-top:max(14px,env(safe-area-inset-top))}
  .fd-cart-panel-v2 .fd-panel-foot{padding-bottom:max(14px,calc(env(safe-area-inset-bottom) + 10px))}
  .fd-header-search.is-mobile-open{padding-top:max(14px,env(safe-area-inset-top));padding-bottom:max(18px,env(safe-area-inset-bottom))}
  .fd-product-card-open,.fd-footer-social-row a,.fd-footer-contact-icons a{min-width:44px;min-height:44px}
}
@media(max-width:390px){
  .fd-shell-container{width:calc(100% - 20px)}
  .fd-header-main{gap:6px}
  .fd-header-actions{gap:1px}
  .fd-product-card-v4 .fd-product-card-body{padding:9px}
}
@media(max-width:360px){
  .fd-header-action-label{font-size:8px}
  .fd-products-grid-v4{gap:7px}
}

/* Phase 9.3 — iPhone/Safari product-page responsive final pass. */
@media (max-width: 780px) {
  .fd-site-header{background:#fff;box-shadow:0 2px 14px rgba(18,43,48,.045)}
  .fd-header-main{min-height:72px;padding-block:6px;grid-template-columns:44px minmax(0,1fr) auto;gap:4px}
  .fd-menu-button{width:44px!important;height:44px!important;padding:0!important}
  .fd-site-header .fd-logo{min-width:0;justify-self:center;max-width:100%}
  .fd-site-header .fd-logo img{width:clamp(145px,40vw,170px)!important;max-width:100%!important;height:auto!important;max-height:none!important}
  .fd-header-actions{gap:0;min-width:0}
  .fd-header-actions .fd-icon-action{width:40px!important;min-width:40px!important;height:44px!important;gap:0!important}
  .fd-header-actions .fd-icon-action svg{width:23px;height:23px}
  .fd-header-actions .fd-header-action-label{display:none!important}
  .fd-header-actions .fd-cart-badge{top:-1px!important;inset-inline-end:-1px!important}

  .fd-product-detail-page-v2{padding-top:12px}
  .fd-product-detail-grid-v2{gap:15px}
  .fd-product-purchase-v2{padding-inline:2px}
  .fd-product-top-actions{min-height:42px;margin-bottom:2px}
  .fd-round-action{width:42px;height:42px}
  .fd-merch-badge{min-height:31px;padding:5px 11px;font-size:11.5px}
  .fd-product-purchase-v2 h1{font-size:clamp(24px,6.6vw,29px)!important;line-height:1.38!important;font-weight:700;margin:8px 0 8px;letter-spacing:0}
  .fd-product-social-proof{gap:7px 12px;margin:6px 0 13px}
  .fd-product-social-proof .fd-stars{font-size:17px}
  .fd-product-rating-line strong,.fd-purchased-count,.fd-favorite-count{font-size:12.5px!important;line-height:1.6}
  .fd-product-rating-line small{font-size:11.5px!important}
  .fd-product-short-v2{font-size:15px!important;line-height:1.82!important;font-weight:500;margin:0 0 14px;max-width:none}
  .fd-product-brand-card{grid-template-columns:50px minmax(0,1fr);gap:10px;margin:11px 0 3px;padding:10px 12px;border-radius:13px}
  .fd-product-brand-logo{width:50px;height:44px}
  .fd-product-brand-copy>strong{font-size:13.5px}.fd-product-brand-copy>span{font-size:12px;line-height:1.55}
  .fd-product-price-v2{margin:14px 0 15px;gap:9px}
  .fd-product-price-v2 strong{font-size:25px!important;line-height:1.15}
  .fd-product-price-v2 del{font-size:13.5px!important}
  .fd-product-trust-grid{gap:8px}
  .fd-product-trust-grid>div{padding:11px 12px;border-radius:13px;min-width:0}
  .fd-product-trust-grid>div>span{width:36px;height:36px;font-size:16px}
  .fd-product-trust-grid strong{font-size:13px!important}.fd-product-trust-grid small{font-size:11.5px!important;line-height:1.5}
  .fd-buy-box-v2{margin-top:15px;padding-top:15px}
  .fd-product-buy-actions button{min-height:48px;font-size:15px!important}
  .fd-product-lower-v2{margin-top:18px;gap:14px}
  .fd-product-description,.fd-product-reviews{padding:18px}
  .fd-section-heading h2{font-size:20px}
  .fd-product-richtext{font-size:15px!important;line-height:1.85!important}
}

@media (max-width: 430px) {
  .fd-shell-container{width:calc(100% - 20px)}
  .fd-header-main{min-height:68px;grid-template-columns:42px minmax(0,1fr) auto;gap:2px}
  .fd-menu-button{width:42px!important;min-width:42px!important}
  .fd-site-header .fd-logo img{width:clamp(142px,39vw,162px)!important}
  .fd-header-actions .fd-icon-action{width:38px!important;min-width:38px!important;height:42px!important}
  .fd-header-actions .fd-icon-action svg{width:22px;height:22px}
  .fd-product-gallery-v2 .fd-product-thumbnails button{width:62px;height:52px}
  .fd-product-purchase-v2 h1{font-size:clamp(23px,6.4vw,27px)!important}
  .fd-product-short-v2{font-size:14.75px!important;line-height:1.8!important}
  .fd-product-price-v2 strong{font-size:24px!important}
}

@media (max-width: 375px) {
  .fd-header-main{grid-template-columns:40px minmax(0,1fr) auto;gap:1px}
  .fd-menu-button{width:40px!important;min-width:40px!important}
  .fd-site-header .fd-logo img{width:142px!important}
  .fd-header-actions .fd-icon-action{width:36px!important;min-width:36px!important}
  .fd-header-actions .fd-icon-action svg{width:21px;height:21px}
  .fd-product-purchase-v2 h1{font-size:23px!important}
  .fd-product-short-v2{font-size:14.5px!important}
  .fd-product-price-v2 strong{font-size:23px!important}
}


/* Phase 9.4 — iOS font hardening, compact product cards, official Riyal SVG display, and price hierarchy. */
.fd-riyal-symbol{display:inline-block;width:.82em;height:1.05em;object-fit:contain;vertical-align:-.12em;flex:none}.fd-money{gap:.25em}.fd-money>.fd-riyal-symbol+.fd-money-value{margin-inline-start:.02em}
.fd-product-card-v4 .fd-product-card-badges{max-width:72%;align-items:flex-start;flex-wrap:wrap}.fd-product-card-v4 .fd-product-badge{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 9px;border-radius:999px}.fd-product-card-v4 .fd-product-badge.is-merch{background:#149d67;color:#fff}.fd-product-card-v4 .fd-product-badge.is-discount,.fd-product-card-v4 .fd-product-badge.is-offer{background:#173036;color:#fff}.fd-product-card-v4 .fd-product-type{background:#173036;color:#fff;border-color:#173036;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.fd-products-grid-v4{align-items:start}.fd-product-card-v4{align-self:start}.fd-product-card-v4 .fd-product-card-body{display:grid;grid-template-rows:auto auto auto;align-content:start}.fd-product-card-v4 .fd-product-card-title{min-height:0;margin:5px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fd-product-card-v4 .fd-product-card-foot{margin-top:9px;padding-top:9px}.fd-product-card-v4 .fd-product-card-price{min-height:41px;align-content:end}
.fd-product-price-v2{align-items:baseline}.fd-product-price-v2 strong{order:2}.fd-product-price-v2 del{order:1}.fd-product-price-v2 del .fd-riyal-symbol{opacity:.68}
@supports (-webkit-touch-callout:none){
  @media(max-width:780px){
    html,body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,"SF Arabic","Geeza Pro","Segoe UI",Tahoma,Arial,sans-serif!important;font-style:normal!important;font-synthesis:none!important}
  }
}
@media(max-width:780px){
  .fd-product-card-v4 .fd-product-card-badges{top:8px;inset-inline-start:8px;gap:4px;max-width:68%}.fd-product-card-v4 .fd-product-badge{font-size:9.5px!important;padding:4px 7px}.fd-product-card-v4 .fd-product-type{top:8px;inset-inline-end:8px;font-size:9.5px!important;padding:4px 7px;border-radius:999px}.fd-product-card-v4 .fd-product-card-topline{min-height:17px}.fd-product-card-v4 .fd-product-card-title{min-height:0!important;margin:3px 0 0!important;line-height:1.48}.fd-product-card-v4 .fd-product-card-foot{margin-top:7px;padding-top:8px}.fd-product-card-v4 .fd-product-card-price{min-height:36px;gap:1px}.fd-product-card-v4 .fd-product-card-price strong{font-size:15px}.fd-product-card-v4 .fd-product-card-price del{font-size:10px}
}


/* Phase 9.5 — Saudi Riyal official placement rules.
   Arabic storefront rule: official Riyal symbol sits on the visual LEFT of every amount,
   with stable spacing and undistorted proportions regardless of inherited RTL/LTR context. */
.fd-money[data-has-riyal-symbol="1"]{
  direction:ltr!important;
  flex-direction:row!important;
  unicode-bidi:isolate;
  align-items:baseline;
  gap:.28em;
}
.fd-money[data-has-riyal-symbol="1"] .fd-money-value{
  direction:ltr;
  unicode-bidi:isolate;
}
.fd-money[data-has-riyal-symbol="1"] .fd-riyal-symbol{
  display:block;
  width:auto;
  height:.92em;
  max-width:1.05em;
  min-width:.68em;
  object-fit:contain;
  object-position:center;
  vertical-align:baseline;
  transform:none!important;
  rotate:0deg!important;
  flex:0 0 auto;
}
.fd-money[data-has-riyal-symbol="1"] .fd-money-code{
  direction:ltr;
  unicode-bidi:isolate;
}
/* Neutralize older context-specific LTR money rules so the Riyal mark remains on the left. */
.fd-product-card-v4 .fd-money[data-has-riyal-symbol="1"],
.fd-wallet-title-balance .fd-money[data-has-riyal-symbol="1"],
.fd-wallet-stats strong .fd-money[data-has-riyal-symbol="1"],
.fd-wallet-history-money .fd-money[data-has-riyal-symbol="1"]{
  direction:ltr!important;
  flex-direction:row!important;
}


/* Phase 9.6 — Product card badge simplification.
   Keep only the configured green merchandising badge over the product image. */
.fd-product-card-v4 .fd-product-type{display:none!important}
.fd-product-card-v4 .fd-product-card-badges{inset-inline-start:auto!important;inset-inline-end:10px!important;max-width:calc(100% - 20px)!important}
.fd-product-card-v4 .fd-product-badge.is-merch{background:#149d67!important;color:#fff!important;border:0!important;box-shadow:0 4px 12px rgba(20,157,103,.16)!important}
@media(max-width:780px){
  .fd-product-card-v4 .fd-product-card-badges{inset-inline-end:8px!important;max-width:calc(100% - 16px)!important}
}

/* Phase 9.7 — professional footer V4. */
.fd-site-footer-v4{margin-top:52px;background:#fff;border-top:1px solid #edf1f2;color:#24383d}
.fd-footer-benefits{background:linear-gradient(180deg,#f8fbfb 0%,#fff 100%);border-bottom:1px solid #edf1f2}
.fd-footer-benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.fd-footer-benefit{min-height:96px;display:flex;align-items:center;gap:14px;padding:18px 24px;border-inline-start:1px solid #e9eeee}
.fd-footer-benefit:first-child{border-inline-start:0}.fd-footer-benefit-icon{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;background:#eaf8f8;color:var(--fd-accent);font-size:23px;font-weight:900}
.fd-footer-benefit strong{display:block;font-size:14.5px;font-weight:800;color:#173136}.fd-footer-benefit small{display:block;margin-top:3px;font-size:12px;color:#78878b;line-height:1.6}
.fd-site-footer-v4 .fd-footer-backtop{padding-top:18px;padding-bottom:2px}
.fd-footer-main-v4{padding:30px 0 34px;display:grid;grid-template-columns:minmax(250px,1.15fr) minmax(390px,1.65fr) minmax(210px,.9fr) minmax(240px,1fr);gap:38px;align-items:start}
.fd-footer-brand-v4 .fd-logo{margin-bottom:14px}.fd-footer-brand-v4 .fd-logo img{width:min(var(--fd-logo-desktop,210px),220px)}
.fd-footer-brand-v4>p{margin:0;max-width:380px;color:#52656a;font-size:14px;line-height:1.95}
.fd-footer-social-v4{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px}
.fd-footer-social-v4 a{width:44px;height:44px;border:1px solid #dfe7e8;border-radius:50%;display:grid;place-items:center;color:#20353a;background:#fff;text-decoration:none;transition:.18s ease}
.fd-footer-social-v4 a:hover,.fd-footer-social-v4 a:focus-visible{transform:translateY(-1px);border-color:#bcd9da;color:var(--fd-accent);outline:0}.fd-footer-social-v4 svg{width:21px;height:21px}
.fd-footer-social-v4 a.is-whatsapp{width:52px;height:52px;background:#25d366;color:#fff;border-color:#25d366;box-shadow:0 10px 24px rgba(37,211,102,.2)}.fd-footer-social-v4 a.is-whatsapp svg{width:27px;height:27px}
.fd-footer-whatsapp-cta{margin-top:15px;display:inline-flex;align-items:center;gap:10px;padding:10px 13px;border-radius:14px;background:#f1fff6;border:1px solid #d8f4e2;color:#168a44;text-decoration:none;max-width:280px}
.fd-footer-whatsapp-cta>svg{width:25px;height:25px;flex:0 0 25px}.fd-footer-whatsapp-cta strong{display:block;font-size:13px}.fd-footer-whatsapp-cta small{display:block;font-size:10.5px;color:#66a37b;margin-top:1px}
.fd-footer-links-v4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.fd-footer-col-v4 h2,.fd-footer-service-v4 h2,.fd-footer-credentials-v4 h2{margin:0 0 15px;font-size:15px;font-weight:800;color:#183137;position:relative;padding-bottom:9px}
.fd-footer-col-v4 h2:after,.fd-footer-service-v4 h2:after,.fd-footer-credentials-v4 h2:after{content:"";position:absolute;inset-inline-start:0;bottom:0;width:32px;height:2px;border-radius:999px;background:var(--fd-accent)}
.fd-footer-menu-v4{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fd-footer-menu-v4 a{font-size:13px;line-height:1.65;color:#52636a;text-decoration:none;font-weight:600}.fd-footer-menu-v4 a:hover{color:var(--fd-accent)}.fd-footer-menu-v4 .fd-submenu{list-style:none;margin:4px 0 0;padding-inline-start:10px;display:grid;gap:6px}
.fd-footer-contact-list{display:grid;gap:9px}.fd-footer-contact-list a{display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e6ecee;border-radius:13px;text-decoration:none;color:#354b51;background:#fbfcfc;min-width:0}.fd-footer-contact-list a>svg{width:21px;height:21px;color:var(--fd-accent);flex:0 0 21px}.fd-footer-contact-list span{min-width:0}.fd-footer-contact-list small{display:block;font-size:10.5px;color:#89969a}.fd-footer-contact-list strong{display:block;font-size:12.5px;margin-top:1px;overflow-wrap:anywhere}
.fd-footer-credentials-v4{display:grid;gap:10px}.fd-footer-credentials-v4 h2{margin-bottom:4px}.fd-footer-credential-card{display:flex;align-items:center;gap:12px;border:1px solid #e2e8ea;border-radius:14px;background:#fff;padding:11px 12px;text-decoration:none;color:#2c4248;min-height:90px;transition:.18s ease}.fd-footer-credential-card:hover{border-color:#bfd9da;box-shadow:0 8px 22px rgba(22,72,77,.07)}
.fd-footer-credential-card img{width:88px;max-height:62px;object-fit:contain;flex:0 0 88px}.fd-footer-credential-verified img{width:76px;flex-basis:76px}.fd-footer-credential-card span{min-width:0}.fd-footer-credential-card strong{display:block;font-size:13.5px;font-weight:800}.fd-footer-credential-card small{display:block;font-size:11.5px;color:#66777c;margin-top:2px;direction:ltr;text-align:right}.fd-footer-credential-card em{display:block;font-style:normal;color:var(--fd-accent);font-size:10.5px;margin-top:5px;font-weight:700}
.fd-footer-register-v4{display:flex;align-items:center;gap:10px;padding:8px 10px;color:#617176}.fd-footer-register-v4>svg{width:24px;height:24px;color:var(--fd-accent)}.fd-footer-register-v4 strong{display:block;font-size:12px}.fd-footer-register-v4 small{display:block;font-size:11px;direction:ltr;text-align:right;margin-top:1px}
.fd-footer-payments-v4{border-top:1px solid #e9eeee;background:#fbfcfc}.fd-footer-payments-v4-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:12px;padding-bottom:12px}.fd-footer-payment-title{display:flex;align-items:center;gap:9px;color:#30474d}.fd-footer-payment-title>svg{width:25px;height:25px;color:var(--fd-accent)}.fd-footer-payment-title strong{display:block;font-size:13px}.fd-footer-payment-title small{display:block;font-size:10.5px;color:#859397;margin-top:1px}.fd-footer-payment-v4{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.fd-footer-bottom-v4{background:#123d42;color:#dce8e9}.fd-footer-bottom-v4-row{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11.5px}
@media(max-width:1179px){.fd-footer-main-v4{grid-template-columns:1fr 1.4fr;gap:30px}.fd-footer-service-v4,.fd-footer-credentials-v4{grid-row:2}.fd-footer-benefit{padding-inline:16px}}
@media(max-width:780px){
  .fd-site-footer-v4{margin-top:38px}.fd-footer-benefits-grid{grid-template-columns:1fr 1fr}.fd-footer-benefit{min-height:82px;padding:14px 12px}.fd-footer-benefit:nth-child(3){border-top:1px solid #e9eeee}.fd-footer-benefit:nth-child(4){border-top:1px solid #e9eeee}.fd-footer-benefit-icon{width:42px;height:42px;flex-basis:42px;font-size:20px}.fd-footer-benefit strong{font-size:13px}.fd-footer-benefit small{font-size:10.5px}
  .fd-footer-main-v4{display:flex;flex-direction:column;gap:24px;padding:24px 0 27px;text-align:center}.fd-footer-brand-v4{width:100%}.fd-footer-brand-v4 .fd-logo{justify-content:center}.fd-footer-brand-v4 .fd-logo img{width:min(190px,72vw)}.fd-footer-brand-v4>p{margin-inline:auto;max-width:560px;font-size:14px}.fd-footer-social-v4{justify-content:center}.fd-footer-whatsapp-cta{margin-inline:auto;justify-content:center;text-align:right;width:min(100%,300px)}
  .fd-footer-links-v4{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 20px;text-align:right}.fd-footer-col-v4:nth-child(3){grid-column:1/-1}.fd-footer-col-v4:nth-child(3) .fd-footer-menu-v4{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px}.fd-footer-col-v4 h2,.fd-footer-service-v4 h2,.fd-footer-credentials-v4 h2{text-align:center;font-size:15px}.fd-footer-col-v4 h2:after,.fd-footer-service-v4 h2:after,.fd-footer-credentials-v4 h2:after{inset-inline-start:50%;transform:translateX(50%)}
  .fd-footer-service-v4{width:100%}.fd-footer-contact-list{grid-template-columns:1fr 1fr}.fd-footer-contact-list a{text-align:right}.fd-footer-credentials-v4{width:100%;max-width:520px;margin-inline:auto}.fd-footer-credential-card{text-align:right}.fd-footer-payments-v4-inner{flex-direction:column;text-align:center;padding-top:17px;padding-bottom:17px}.fd-footer-payment-title{justify-content:center}.fd-footer-payment-v4{justify-content:center}.fd-footer-bottom-v4-row{min-height:58px;flex-direction:column;justify-content:center;gap:3px;text-align:center;font-size:11px}
}
@media(max-width:430px){.fd-footer-benefits-grid{grid-template-columns:1fr}.fd-footer-benefit{border-inline-start:0!important;border-top:1px solid #e9eeee!important;min-height:72px}.fd-footer-benefit:first-child{border-top:0!important}.fd-footer-links-v4{gap:18px 14px}.fd-footer-menu-v4 a{font-size:13px}.fd-footer-contact-list{grid-template-columns:1fr}.fd-footer-credential-card{padding:10px}.fd-footer-credential-card img{width:76px;flex-basis:76px}.fd-footer-credential-verified img{width:68px;flex-basis:68px}.fd-footer-social-v4 a{width:42px;height:42px}.fd-footer-social-v4 a.is-whatsapp{width:50px;height:50px}}

/* Phase 9.8 — Newsletter + unified credentials + accepted payments */
.fd-footer-newsletter-v5 h2{margin:0 0 15px;font-size:15px;font-weight:800;color:#183137;position:relative;padding-bottom:9px}.fd-footer-newsletter-v5 h2:after{content:"";position:absolute;inset-inline-start:0;bottom:0;width:32px;height:2px;border-radius:999px;background:var(--fd-accent)}.fd-footer-newsletter-v5>p{margin:0 0 14px;color:#66777c;font-size:12.5px;line-height:1.8}.fd-footer-newsletter-form{display:flex;gap:8px;align-items:center}.fd-footer-newsletter-form input{min-width:0;flex:1;height:44px;border:1px solid #dfe7e8;border-radius:13px;padding:0 13px;background:#fff;color:#243b40;font:inherit;font-size:13px}.fd-footer-newsletter-form input:focus{outline:2px solid color-mix(in srgb,var(--fd-accent) 24%,transparent);border-color:var(--fd-accent)}.fd-footer-newsletter-form button{height:44px;border:0;border-radius:13px;padding:0 16px;background:var(--fd-accent);color:#fff;font:inherit;font-size:12.5px;font-weight:800;cursor:pointer;white-space:nowrap}.fd-footer-newsletter-form button:disabled,.fd-footer-newsletter-form input:disabled{opacity:.62;cursor:not-allowed}.fd-footer-newsletter-v5>small{display:block;margin-top:8px;color:#94a0a3;font-size:10.5px;line-height:1.6}
.fd-footer-trust-v5{border-top:1px solid #e8eeee;background:#fff}.fd-footer-trust-v5-row{min-height:112px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0;padding-top:15px;padding-bottom:15px}.fd-trust-item-v5{display:flex;align-items:center;justify-content:center;gap:15px;min-width:0;padding:10px 24px;color:#284047;text-decoration:none;border-inline-start:1px solid #e8eeee}.fd-trust-item-v5:first-child{border-inline-start:0}.fd-trust-item-v5 img{width:82px;height:60px;object-fit:contain;flex:0 0 82px}.fd-trust-item-v5 span{min-width:0}.fd-trust-item-v5 small{display:block;font-size:11.5px;color:#78878b;margin-bottom:3px}.fd-trust-item-v5 strong{display:block;font-size:14px;font-weight:850;color:#183137;overflow-wrap:anywhere}.fd-trust-item-v5 em{display:block;font-style:normal;font-size:10.5px;color:#738287;margin-top:3px}.fd-trust-item-v5:hover{background:#fbfdfd}.fd-trust-item-v5:focus-visible{outline:2px solid var(--fd-accent);outline-offset:-2px}.fd-trust-item-v5 img[alt*="العمل الحر"]{width:96px;flex-basis:96px}.fd-trust-item-v5 img[alt*="ضريبة"]{width:66px;flex-basis:66px}.fd-trust-item-v5 img[alt*="موثوق"]{width:72px;flex-basis:72px}
.fd-footer-payment-logos-v5{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.fd-payment-logo-v5{height:38px;min-width:64px;padding:5px 10px;border:1px solid #e3e9ea;border-radius:10px;background:#fff;display:grid;place-items:center}.fd-payment-logo-v5 img{display:block;max-width:72px;max-height:25px;width:auto;height:auto;object-fit:contain}.fd-payment-logo-wallet img{max-width:28px;max-height:28px}.fd-payment-logo-stcpay img{max-width:64px}
@media(max-width:899px){.fd-footer-newsletter-v5{width:100%;max-width:520px;margin-inline:auto;text-align:center}.fd-footer-newsletter-v5 h2{text-align:center}.fd-footer-newsletter-v5 h2:after{inset-inline-start:50%;transform:translateX(50%)}.fd-footer-trust-v5-row{grid-template-columns:1fr;gap:0;padding-top:8px;padding-bottom:8px}.fd-trust-item-v5{justify-content:flex-start;text-align:right;border-inline-start:0;border-top:1px solid #edf1f2;min-height:86px;padding:10px 18px}.fd-trust-item-v5:first-child{border-top:0}.fd-footer-payment-logos-v5{justify-content:center}}
@media(max-width:430px){.fd-footer-newsletter-form{display:grid;grid-template-columns:1fr}.fd-footer-newsletter-form button{width:100%}.fd-trust-item-v5{gap:12px}.fd-trust-item-v5 img{width:68px;flex-basis:68px}.fd-trust-item-v5 img[alt*="العمل الحر"]{width:82px;flex-basis:82px}.fd-payment-logo-v5{min-width:58px;height:36px;padding:5px 8px}.fd-payment-logo-v5 img{max-width:62px;max-height:23px}}

/* Phase 9.9 — footer final alignment */
.fd-footer-contact-whatsapp{border-color:#d8f4e2!important;background:#f5fff8!important}.fd-footer-contact-whatsapp>svg{color:#25d366!important;width:24px!important;height:24px!important}.fd-footer-contact-whatsapp strong{direction:ltr;text-align:right}
.fd-footer-trust-v5-row{display:flex!important;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:0!important}.fd-trust-item-v5{flex:0 1 390px;max-width:420px;width:100%}.fd-trust-item-v5:first-child{border-inline-start:0}.fd-footer-payments-v4-inner{min-height:72px;justify-content:center!important}.fd-footer-payment-logos-v5{justify-content:center!important;width:100%}.fd-footer-bottom-v4-row{justify-content:flex-start!important;text-align:right}.fd-footer-social-v4 a svg{width:22px;height:22px}
@media(max-width:899px){.fd-footer-trust-v5-row{display:flex!important;flex-direction:column;align-items:stretch}.fd-trust-item-v5{flex:1 1 auto;max-width:none}.fd-footer-payments-v4-inner{padding-top:14px;padding-bottom:14px}.fd-footer-bottom-v4-row{align-items:flex-start!important;text-align:right!important}}

/* Phase 9.10 — mobile footer menu alignment */
@media(max-width:899px){
  .fd-footer-links-v4{text-align:right!important}
  .fd-footer-col-v4 h2,.fd-footer-service-v4 h2,.fd-footer-newsletter-v5 h2{ text-align:right!important }
  .fd-footer-col-v4 h2:after,.fd-footer-service-v4 h2:after,.fd-footer-newsletter-v5 h2:after{inset-inline-start:auto!important;inset-inline-end:0!important;transform:none!important}
  .fd-footer-menu-v4{text-align:right!important}
  .fd-footer-menu-v4 a{display:block;text-align:right!important}
}
@media(max-width:600px){
  .fd-footer-links-v4{grid-template-columns:1fr!important;gap:22px!important}
  .fd-footer-col-v4,.fd-footer-col-v4:nth-child(3){grid-column:auto!important;width:100%}
  .fd-footer-col-v4:nth-child(3) .fd-footer-menu-v4{grid-template-columns:1fr!important;gap:7px!important}
  .fd-footer-col-v4 h2{margin-bottom:12px!important}
  .fd-footer-menu-v4{gap:8px!important}
}

/* Phase 9.11 — iOS mobile footer heading underline hard RTL alignment */
@media(max-width:899px){
  .fd-footer-col-v4 h2,
  .fd-footer-service-v4 h2,
  .fd-footer-newsletter-v5 h2{
    direction:rtl!important;
    text-align:right!important;
  }
  .fd-footer-col-v4 h2::after,
  .fd-footer-service-v4 h2::after,
  .fd-footer-newsletter-v5 h2::after{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:auto!important;
    transform:none!important;
  }
}

/* Phase 9.12 — mobile footer heading underline follows the heading text width. */
@media(max-width:899px){
  .fd-footer-col-v4 h2,
  .fd-footer-service-v4 h2,
  .fd-footer-newsletter-v5 h2{
    display:block!important;
    width:fit-content!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:0!important;
  }
  .fd-footer-col-v4 h2::after,
  .fd-footer-service-v4 h2::after,
  .fd-footer-newsletter-v5 h2::after{
    right:0!important;
    left:auto!important;
  }
}
/* Phase 9.13 — compact mobile copyright bar + iPhone safe area */
@media(max-width:780px){
  .fd-footer-bottom-v4{padding-bottom:env(safe-area-inset-bottom,0px)}
  .fd-footer-bottom-v4-row{min-height:42px!important;padding-top:8px!important;padding-bottom:8px!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:0!important;text-align:right!important;line-height:1.45}
  .fd-footer-bottom-v4-row>span{display:block;width:100%;margin:0;text-align:right}
  .fd-whatsapp-float{bottom:max(16px,calc(env(safe-area-inset-bottom) + 12px))}
}

/* ================================================================
   Saudi National Day — audi-national-day
   Seasonal presentation layer for FDserv. No external assets/CDNs.
   ================================================================ */
.fd-theme-national-day{
  --snd-green-950:#00343a;
  --snd-green-900:#004b43;
  --snd-green-800:#006d47;
  --snd-green-700:#00894a;
  --snd-green-600:#009b54;
  --snd-green-500:#11aa62;
  --snd-green-150:#d8eee3;
  --snd-green-100:#e9f7f0;
  --snd-green-050:#f5fbf8;
  --snd-ivory:#f8faf9;
  --snd-sand:#7c5d21;
  --snd-sand-soft:#f3eee4;
  --snd-ink:#073b37;
  --snd-muted:#60736f;
  --snd-line:#dbe7e3;
  --snd-white:#fff;
  --snd-danger:#971a4d;
  --snd-success:#16744a;
  --snd-deep:#00343a;
  --snd-green:#00894a;
  --snd-blue:#0050af;
  --snd-magenta:#971a4d;
  --snd-lime:#5aba1c;
  --snd-olive:#607c4f;
  --snd-purple:#6565e0;
  --snd-gold:#7c5d21;
  --snd-shadow-sm:0 8px 24px rgba(4,52,31,.07);
  --snd-shadow-md:0 18px 50px rgba(4,52,31,.10);
  --snd-shadow-lg:0 30px 80px rgba(4,52,31,.13);
  --snd-radius-sm:12px;
  --snd-radius-md:18px;
  --snd-radius-lg:28px;
  --fd-accent:var(--snd-green-700);
  --fd-accent-alt:var(--snd-sand);
  --fd-ink:var(--snd-ink);
  --fd-muted:var(--snd-muted);
  --fd-line:var(--snd-line);
  --fd-soft:var(--snd-green-050);
  --fd-warm:var(--snd-sand-soft);
  --fd-shadow:var(--snd-shadow-md);
  color:var(--snd-ink);
  background:var(--snd-white);
}
.fd-theme-national-day ::selection{background:var(--snd-green-150);color:var(--snd-green-950)}
.fd-theme-national-day :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(0,137,74,.22);outline-offset:2px}
.fd-theme-national-day .fd-skip-link{background:var(--snd-green-950);box-shadow:var(--snd-shadow-sm)}

/* Announcement + header + navigation */
.fd-theme-national-day .fd-announcement{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,var(--snd-green-950),var(--snd-green-700) 48%,var(--snd-green-900));
  border-bottom:1px solid rgba(255,255,255,.14);
}
.fd-theme-national-day .fd-announcement:before,
.fd-theme-national-day .fd-announcement:after{
  content:"";position:absolute;top:50%;width:130px;height:130px;transform:translateY(-50%) rotate(45deg);
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0 7px,transparent 7px 14px);pointer-events:none
}
.fd-theme-national-day .fd-announcement:before{inset-inline-start:-86px}.fd-theme-national-day .fd-announcement:after{inset-inline-end:-86px}
.fd-theme-national-day .fd-announcement a,.fd-theme-national-day .fd-announcement span{position:relative;z-index:1;letter-spacing:.01em}
.fd-theme-national-day .fd-site-header{background:rgba(255,253,248,.96);border-bottom-color:rgba(0,52,58,.12);backdrop-filter:saturate(1.2) blur(14px);-webkit-backdrop-filter:saturate(1.2) blur(14px)}
.fd-theme-national-day .fd-header-nav{border-top-color:rgba(0,52,58,.08)}
.fd-theme-national-day .fd-logo-mark{background:linear-gradient(145deg,var(--snd-green-700),var(--snd-green-950));box-shadow:0 10px 28px rgba(0,137,74,.22);border:1px solid rgba(255,255,255,.32)}
.fd-theme-national-day .fd-logo-copy small{color:var(--snd-green-700)}
.fd-theme-national-day .fd-header-search input{border-color:var(--snd-line);background:rgba(255,255,255,.86);box-shadow:inset 0 1px rgba(255,255,255,.7)}
.fd-theme-national-day .fd-header-search input:focus{border-color:var(--snd-green-600);box-shadow:0 0 0 4px rgba(0,137,74,.09);background:var(--snd-white)}
.fd-theme-national-day .fd-header-search svg{color:var(--snd-green-700)}
.fd-theme-national-day .fd-icon-action{color:var(--snd-green-950)}
.fd-theme-national-day .fd-icon-action:hover,.fd-theme-national-day .fd-icon-action:focus-visible{background:var(--snd-green-100);color:var(--snd-green-700)}
.fd-theme-national-day .fd-cart-badge{background:var(--snd-sand);color:var(--snd-green-950);border-color:var(--snd-ivory)}
.fd-theme-national-day .fd-primary-nav>ul>li>a:hover,.fd-theme-national-day .fd-primary-nav>ul>li:focus-within>a{background:var(--snd-green-100);color:var(--snd-green-700)}
.fd-theme-national-day .fd-primary-nav .fd-submenu{border-color:var(--snd-line);box-shadow:var(--snd-shadow-md);background:var(--snd-ivory)}
.fd-theme-national-day .fd-primary-nav .fd-submenu a:hover{background:var(--snd-green-100);color:var(--snd-green-800)}
.fd-theme-national-day .fd-panel{background:var(--snd-ivory);box-shadow:var(--snd-shadow-lg)}
.fd-theme-national-day .fd-panel-head,.fd-theme-national-day .fd-panel-foot{border-color:var(--snd-line);background:var(--snd-ivory)}
.fd-theme-national-day .fd-panel-close{background:var(--snd-green-100);color:var(--snd-green-800)}
.fd-theme-national-day .fd-account-links a:hover{border-color:rgba(0,137,74,.28);background:var(--snd-green-050);color:var(--snd-green-800)}

/* Buttons, badges and form controls */
.fd-theme-national-day .fd-btn,
.fd-theme-national-day .fd-commerce-primary,
.fd-theme-national-day .fd-payment-btn{
  background:linear-gradient(135deg,var(--snd-green-700),var(--snd-green-900));
  border-color:transparent;color:#fff;box-shadow:0 9px 22px rgba(0,137,74,.16);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,border-color .18s ease
}
.fd-theme-national-day .fd-btn:hover,.fd-theme-national-day .fd-commerce-primary:hover,.fd-theme-national-day .fd-payment-btn:hover{filter:none;transform:translateY(-1px);box-shadow:0 13px 28px rgba(0,137,74,.21)}
.fd-theme-national-day .fd-btn:active,.fd-theme-national-day .fd-commerce-primary:active,.fd-theme-national-day .fd-payment-btn:active{transform:translateY(0);box-shadow:0 6px 15px rgba(0,137,74,.15)}
.fd-theme-national-day .fd-btn-secondary{background:var(--snd-white);color:var(--snd-green-900);border-color:rgba(0,137,74,.20);box-shadow:none}
.fd-theme-national-day .fd-btn-secondary:hover{background:var(--snd-green-050);border-color:rgba(0,137,74,.34)}
.fd-theme-national-day .fd-btn-soft{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150);box-shadow:none}
.fd-theme-national-day :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea){border-color:var(--snd-line)}
.fd-theme-national-day :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus{border-color:var(--snd-green-600);box-shadow:0 0 0 4px rgba(0,137,74,.08);outline:0}
.fd-theme-national-day :where(.fd-product-badge,.fd-product-type,.fd-merch-badge,.fd-product-ribbon,.fd-payment-status-pill,.fd-commerce-status){border-color:rgba(0,137,74,.15)}
.fd-theme-national-day .fd-merch-badge,.fd-theme-national-day .fd-product-badge{background:var(--snd-green-100);color:var(--snd-green-800)}
.fd-theme-national-day .fd-product-ribbon{background:var(--snd-green-900);color:#fff}
.fd-theme-national-day :where(.fd-account-alert.is-success,.fd-cart-success,.fd-review-flash.is-success,.fd-commerce-alert.is-success){background:var(--snd-green-100);border-color:rgba(22,116,74,.24);color:var(--snd-success)}
.fd-theme-national-day :where(.fd-account-alert.is-error,.fd-cart-error,.fd-commerce-alert.is-error){background:#fff5f4;border-color:rgba(185,71,71,.20);color:var(--snd-danger)}

/* Home / hero */
.fd-theme-national-day .fd-home{background:linear-gradient(180deg,var(--snd-ivory) 0,#fff 44%)}
.fd-theme-national-day .fd-hero-v4{position:relative;isolation:isolate;overflow:hidden;background:
  radial-gradient(circle at 14% 22%,rgba(185,151,85,.15),transparent 27%),
  radial-gradient(circle at 84% 32%,rgba(0,137,74,.13),transparent 31%),
  linear-gradient(155deg,var(--snd-ivory) 0,var(--snd-green-050) 58%,#fff 100%)}
.fd-theme-national-day .fd-hero-v4:before{content:"";position:absolute;z-index:-1;inset:-90px -50px auto auto;width:430px;height:430px;border-radius:50%;opacity:.55;background:repeating-conic-gradient(from 45deg,rgba(0,137,74,.08) 0 8deg,transparent 8deg 18deg);-webkit-mask:radial-gradient(circle,transparent 0 34%,#000 35% 67%,transparent 68%);mask:radial-gradient(circle,transparent 0 34%,#000 35% 67%,transparent 68%)}
.fd-theme-national-day .fd-national-day-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:11px;color:var(--snd-green-800);font-size:12px;font-weight:900;letter-spacing:.02em}
.fd-theme-national-day .fd-national-day-kicker:before{content:"";width:32px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--snd-sand),var(--snd-green-700))}
.fd-theme-national-day .fd-hero-badge{background:rgba(255,255,255,.74);border-color:rgba(0,137,74,.16);color:var(--snd-green-800);box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-hero-badge:before{background:var(--snd-sand);box-shadow:0 0 0 4px rgba(185,151,85,.13)}
.fd-theme-national-day .fd-hero-v4 h1{color:var(--snd-green-950);text-wrap:balance}
.fd-theme-national-day .fd-hero-v4 h1::first-line{color:var(--snd-green-900)}
.fd-theme-national-day .fd-hero-copy{color:#526b61}
.fd-theme-national-day .fd-hero-trust span:before{background:var(--snd-green-100);color:var(--snd-green-700);border:1px solid var(--snd-green-150)}
.fd-theme-national-day .fd-hero-showcase:before{background:
  linear-gradient(145deg,rgba(255,255,255,.88),rgba(234,246,239,.88)),
  repeating-linear-gradient(45deg,transparent 0 14px,rgba(0,137,74,.04) 14px 15px);border:1px solid rgba(0,137,74,.12);box-shadow:var(--snd-shadow-lg)}
.fd-theme-national-day .fd-hero-product{border-color:rgba(0,137,74,.12);box-shadow:0 22px 55px rgba(4,52,31,.13)}
.fd-theme-national-day .fd-hero-product-caption{background:rgba(255,253,248,.94);border-top-color:var(--snd-line)}
.fd-theme-national-day .fd-hero-product-caption small{color:var(--snd-green-700)}
.fd-theme-national-day .fd-hero-float{background:rgba(255,253,248,.94);border-color:rgba(0,137,74,.12);box-shadow:var(--snd-shadow-md)}
.fd-theme-national-day .fd-hero-float>svg{color:var(--snd-green-700)}
.fd-theme-national-day .fd-home-trust-strip{background:var(--snd-green-950);border:0;color:#fff}
.fd-theme-national-day .fd-home-trust-grid>div{border-color:rgba(255,255,255,.10)}
.fd-theme-national-day .fd-home-trust-grid svg{color:#dcefe5}.fd-theme-national-day .fd-home-trust-grid small{color:rgba(255,255,255,.68)}
.fd-theme-national-day .fd-section-kicker{color:var(--snd-green-700)}
.fd-theme-national-day .fd-section-soft{background:linear-gradient(180deg,var(--snd-green-050),#f9fcfa)}

/* Categories, catalog and cards */
.fd-theme-national-day .fd-category-card-v4{border-color:var(--snd-line);background:linear-gradient(145deg,#fff,var(--snd-ivory));box-shadow:0 8px 20px rgba(4,52,31,.035);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.fd-theme-national-day .fd-category-card-v4:hover{transform:translateY(-3px);border-color:rgba(0,137,74,.24);box-shadow:var(--snd-shadow-md)}
.fd-theme-national-day .fd-category-media{background:var(--snd-green-100);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-category-icon{color:var(--snd-green-800)}
.fd-theme-national-day .fd-category-arrow{color:var(--snd-green-700)}
.fd-theme-national-day .fd-product-card-v4{border-color:var(--snd-line);background:#fff;box-shadow:0 9px 26px rgba(4,52,31,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.fd-theme-national-day .fd-product-card-v4:hover{transform:translateY(-4px);border-color:rgba(0,137,74,.22);box-shadow:var(--snd-shadow-md)}
.fd-theme-national-day .fd-product-card-media{background:linear-gradient(145deg,var(--snd-green-050),var(--snd-ivory))}
.fd-theme-national-day .fd-product-card-brand,.fd-theme-national-day .fd-product-card-rating{color:var(--snd-green-700)}
.fd-theme-national-day .fd-product-card-title a:hover{color:var(--snd-green-700)}
.fd-theme-national-day .fd-product-card-open{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-product-card-open:hover{background:var(--snd-green-700);color:#fff}
.fd-theme-national-day .fd-brand-strip a{border-color:var(--snd-line);background:var(--snd-ivory)}
.fd-theme-national-day .fd-brand-strip a:hover{border-color:rgba(0,137,74,.24);box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-value-card{border-color:var(--snd-line);background:#fff}
.fd-theme-national-day .fd-value-icon{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-home-cta-card{position:relative;overflow:hidden;background:linear-gradient(125deg,var(--snd-green-950),var(--snd-green-700));color:#fff;border-color:transparent;box-shadow:var(--snd-shadow-lg)}
.fd-theme-national-day .fd-home-cta-card:after{content:"";position:absolute;inset:auto -65px -95px auto;width:270px;height:270px;border-radius:50%;border:34px double rgba(255,255,255,.07);pointer-events:none}
.fd-theme-national-day .fd-home-cta-card p,.fd-theme-national-day .fd-home-cta-card .fd-section-kicker{color:rgba(255,255,255,.76)}
.fd-theme-national-day .fd-home-cta-card .fd-btn{background:#fff;color:var(--snd-green-900);box-shadow:none}
.fd-theme-national-day .fd-home-cta-card .fd-btn-secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}
.fd-theme-national-day .fd-store-page-v4{background:linear-gradient(180deg,var(--snd-ivory),#fff 240px)}
.fd-theme-national-day .fd-store-count,.fd-theme-national-day .fd-taxonomy-hero-v4,.fd-theme-national-day .fd-catalog-toolbar{border-color:var(--snd-line);background:rgba(255,255,255,.88);box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-store-count strong{color:var(--snd-green-800)}
.fd-theme-national-day .fd-store-search-v4 input{background:var(--snd-green-050);border-color:var(--snd-line)}
.fd-theme-national-day .fd-catalog-chips a{border-color:var(--snd-line);background:#fff;color:#4f665c}
.fd-theme-national-day .fd-catalog-chips a:hover,.fd-theme-national-day .fd-catalog-chips .is-all{border-color:var(--snd-green-150);background:var(--snd-green-100);color:var(--snd-green-800)}

/* Product detail */
.fd-theme-national-day .fd-product-detail-page-v2{background:linear-gradient(180deg,var(--snd-ivory) 0,#fff 270px)}
.fd-theme-national-day :where(.fd-product-gallery-card,.fd-product-purchase-card,.fd-product-brand-card,.fd-surface-card,.fd-product-reviews){border-color:var(--snd-line);box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-product-gallery-card{background:linear-gradient(150deg,var(--snd-green-050),#fff)}
.fd-theme-national-day .fd-product-main-media{background:var(--snd-ivory)}
.fd-theme-national-day .fd-product-thumbnails button:hover,.fd-theme-national-day .fd-product-thumbnails button.is-active{border-color:var(--snd-green-600);box-shadow:0 0 0 3px rgba(0,137,74,.08)}
.fd-theme-national-day .fd-product-short-v2{color:#566d63}
.fd-theme-national-day .fd-product-rating-line,.fd-theme-national-day .fd-product-social-proof{color:var(--snd-green-700)}
.fd-theme-national-day .fd-product-price-v2 strong,.fd-theme-national-day .fd-config-price{color:var(--snd-green-900)}
.fd-theme-national-day .fd-product-purchase-v2{background:linear-gradient(180deg,#fff,var(--snd-green-050));border-color:var(--snd-line)}
.fd-theme-national-day .fd-config-group{border-color:var(--snd-line)}
.fd-theme-national-day .fd-choice-list label:hover,.fd-theme-national-day .fd-image-choice:hover{border-color:rgba(0,137,74,.28);background:var(--snd-green-050)}
.fd-theme-national-day .fd-product-trust-v2>div{background:var(--snd-green-050);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-round-action:hover{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-review-score{background:linear-gradient(145deg,var(--snd-green-950),var(--snd-green-700));color:#fff}
.fd-theme-national-day .fd-review-avatar{background:var(--snd-green-100);color:var(--snd-green-800)}

/* Cart + checkout */
.fd-theme-national-day .fd-commerce-page{background:linear-gradient(180deg,var(--snd-ivory),#f8fbf9 220px,#fff)}
.fd-theme-national-day .fd-commerce-eyebrow{color:var(--snd-green-700)}
.fd-theme-national-day .fd-commerce-steps span.is-active,.fd-theme-national-day .fd-commerce-step-badge{background:var(--snd-green-700);color:#fff;border-color:var(--snd-green-700)}
.fd-theme-national-day :where(.fd-cart-line-v2,.fd-commerce-card,.fd-commerce-summary,.fd-checkout-product-v2,.fd-payment-card,.fd-payment-summary){border-color:var(--snd-line);background:#fff;box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-cart-line-v2:hover,.fd-theme-national-day .fd-checkout-product-v2:hover{border-color:rgba(0,137,74,.20)}
.fd-theme-national-day .fd-cart-line-image,.fd-theme-national-day .fd-checkout-product-image{background:var(--snd-green-050);border-color:var(--snd-line)}
.fd-theme-national-day .fd-cart-line-title a:hover{color:var(--snd-green-700)}
.fd-theme-national-day .fd-cart-line-tags span{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-cart-remove-v2{color:var(--snd-danger)}
.fd-theme-national-day .fd-commerce-summary{background:linear-gradient(180deg,#fff,var(--snd-green-050));border-top:3px solid var(--snd-green-700)}
.fd-theme-national-day .fd-commerce-grand{border-color:var(--snd-line)}
.fd-theme-national-day .fd-commerce-grand strong{color:var(--snd-green-900)}
.fd-theme-national-day .fd-commerce-lock{background:var(--snd-green-100);color:var(--snd-green-800)}
.fd-theme-national-day .fd-commerce-secure-note{color:#63786f;background:var(--snd-green-050);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-commerce-coupon-applied{background:var(--snd-green-100);border-color:var(--snd-green-150);color:var(--snd-green-800)}

/* Payment */
.fd-theme-national-day .fd-payment-page{background:linear-gradient(180deg,var(--snd-ivory),#f8fbf9 280px,#fff)}
.fd-theme-national-day .fd-payment-brandbar{background:linear-gradient(125deg,var(--snd-green-950),var(--snd-green-700));color:#fff;border:0;box-shadow:var(--snd-shadow-md)}
.fd-theme-national-day .fd-payment-brandbar :where(small,span){color:rgba(255,255,255,.72)}
.fd-theme-national-day .fd-payment-card-icon,.fd-theme-national-day .fd-payment-method-icon{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-payment-choice:hover,.fd-theme-national-day .fd-payment-method:hover{border-color:rgba(0,137,74,.26);background:var(--snd-green-050)}
.fd-theme-national-day .fd-payment-choice:has(input:checked),.fd-theme-national-day .fd-payment-method:has(input:checked){border-color:var(--snd-green-600);background:var(--snd-green-050);box-shadow:0 0 0 3px rgba(0,137,74,.07)}
.fd-theme-national-day .fd-wallet-applied,.fd-theme-national-day .fd-wallet-available{background:var(--snd-green-100);border-color:var(--snd-green-150);color:var(--snd-green-800)}
.fd-theme-national-day .fd-payment-safe{background:var(--snd-green-050);border-color:var(--snd-green-150)}

/* Customer account */
.fd-theme-national-day .fd-account-page{background:linear-gradient(180deg,var(--snd-ivory),#fff 260px)}
.fd-theme-national-day .fd-account-title .fd-eyebrow{color:var(--snd-green-700)}
.fd-theme-national-day .fd-account-title-stat{background:linear-gradient(145deg,var(--snd-green-950),var(--snd-green-700));color:#fff;border:0;box-shadow:var(--snd-shadow-md)}
.fd-theme-national-day .fd-account-title-stat span{color:rgba(255,255,255,.72)}
.fd-theme-national-day .fd-account-nav{border-color:var(--snd-line);box-shadow:var(--snd-shadow-sm);background:#fff}
.fd-theme-national-day .fd-account-avatar{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-account-nav-list a:hover{background:var(--snd-green-050);color:var(--snd-green-800)}
.fd-theme-national-day .fd-account-nav-list a.is-active{background:var(--snd-green-100);color:var(--snd-green-900);box-shadow:inset -3px 0 var(--snd-green-700)}
.fd-theme-national-day .fd-account-card{border-color:var(--snd-line);box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-account-section-icon{background:var(--snd-green-100);color:var(--snd-green-800);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-account-quick{border-color:var(--snd-line);background:linear-gradient(145deg,#fff,var(--snd-ivory))}
.fd-theme-national-day .fd-account-quick:hover{border-color:rgba(0,137,74,.24);box-shadow:var(--snd-shadow-sm);transform:translateY(-2px)}
.fd-theme-national-day .fd-account-quick strong{color:var(--snd-green-800)}
.fd-theme-national-day .fd-login-method.is-linked{background:var(--snd-green-050);border-color:var(--snd-green-150)}
.fd-theme-national-day .fd-account-banner{background:linear-gradient(120deg,var(--snd-green-950),var(--snd-green-700));color:#fff;border:0}
.fd-theme-national-day .fd-account-banner p{color:rgba(255,255,255,.74)}
.fd-theme-national-day .fd-account-banner .fd-btn{background:#fff;color:var(--snd-green-900);box-shadow:none}

/* Blog / generic surfaces */
.fd-theme-national-day .fd-post-card-v4,.fd-theme-national-day .fd-home-post-card{border-color:var(--snd-line);box-shadow:var(--snd-shadow-sm)}
.fd-theme-national-day .fd-post-card-v4:hover,.fd-theme-national-day .fd-home-post-card:hover{border-color:rgba(0,137,74,.22);box-shadow:var(--snd-shadow-md)}
.fd-theme-national-day .fd-article-v4 .fd-article-content a{color:var(--snd-green-700)}
.fd-theme-national-day .fd-breadcrumb a:hover{color:var(--snd-green-700)}
.fd-theme-national-day .fd-empty-v4,.fd-theme-national-day .fd-empty-state{background:var(--snd-green-050);border-color:var(--snd-line)}

/* Footer */
.fd-theme-national-day .fd-site-footer{position:relative;background:var(--snd-ivory);border-top-color:var(--snd-line)}
.fd-theme-national-day .fd-footer-benefits-v4{background:var(--snd-green-950);border:0;color:#fff}
.fd-theme-national-day .fd-footer-benefit{border-color:rgba(255,255,255,.10)}
.fd-theme-national-day .fd-footer-benefit-icon{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.10)}
.fd-theme-national-day .fd-footer-benefit small{color:rgba(255,255,255,.66)}
.fd-theme-national-day .fd-footer-main-v4{background:
  linear-gradient(rgba(255,253,248,.96),rgba(255,253,248,.96)),
  repeating-linear-gradient(45deg,var(--snd-green-100) 0 1px,transparent 1px 18px)}
.fd-theme-national-day .fd-footer-col-v4 h2:after,.fd-theme-national-day .fd-footer-service-v4 h2:after,.fd-theme-national-day .fd-footer-newsletter-v5 h2:after{background:linear-gradient(90deg,var(--snd-green-700),var(--snd-sand))}
.fd-theme-national-day .fd-footer-social-v4 a{border-color:var(--snd-line);background:#fff;color:var(--snd-green-800)}
.fd-theme-national-day .fd-footer-social-v4 a:hover{background:var(--snd-green-700);color:#fff;border-color:var(--snd-green-700);transform:translateY(-2px)}
.fd-theme-national-day .fd-footer-contact-whatsapp{background:var(--snd-green-050)!important;border-color:var(--snd-green-150)!important}
.fd-theme-national-day .fd-footer-newsletter-form button{background:linear-gradient(135deg,var(--snd-green-700),var(--snd-green-900))}
.fd-theme-national-day .fd-footer-newsletter-form input{background:#fff;border-color:var(--snd-line)}
.fd-theme-national-day .fd-footer-trust-v5,.fd-theme-national-day .fd-footer-payments-v4{background:#fff;border-color:var(--snd-line)}
.fd-theme-national-day .fd-trust-item-v5{border-color:var(--snd-line)}
.fd-theme-national-day .fd-trust-item-v5:hover{background:var(--snd-green-050)}
.fd-theme-national-day .fd-payment-logo-v5{border-color:var(--snd-line);background:#fff}
.fd-theme-national-day .fd-footer-bottom-v4{background:var(--snd-green-950);color:rgba(255,255,255,.82);border:0}
.fd-theme-national-day .fd-whatsapp-float{box-shadow:0 14px 35px rgba(4,52,31,.24)}

/* Responsive polish */
@media(max-width:899px){
  .fd-theme-national-day .fd-site-header{background:rgba(255,253,248,.985)}
  .fd-theme-national-day .fd-menu-button{color:var(--snd-green-900)}
  .fd-theme-national-day .fd-mobile-menu>li{border-color:var(--snd-line)}
  .fd-theme-national-day .fd-hero-v4:before{width:290px;height:290px;inset:-65px -105px auto auto;opacity:.42}
  .fd-theme-national-day .fd-national-day-kicker{font-size:11px;margin-bottom:8px}
  .fd-theme-national-day .fd-commerce-summary{border-top-width:2px}
}
@media(max-width:600px){
  .fd-theme-national-day .fd-announcement a,.fd-theme-national-day .fd-announcement span{padding-block:7px;font-size:11.5px}
  .fd-theme-national-day .fd-hero-v4{background:linear-gradient(165deg,var(--snd-ivory),var(--snd-green-050) 70%,#fff)}
  .fd-theme-national-day .fd-hero-v4 h1{text-wrap:pretty}
  .fd-theme-national-day .fd-category-card-v4:hover,.fd-theme-national-day .fd-product-card-v4:hover,.fd-theme-national-day .fd-account-quick:hover{transform:none}
  .fd-theme-national-day .fd-btn,.fd-theme-national-day .fd-commerce-primary,.fd-theme-national-day .fd-payment-btn{box-shadow:0 7px 18px rgba(0,137,74,.14)}
}
@media(prefers-reduced-motion:reduce){
  .fd-theme-national-day *,.fd-theme-national-day *:before,.fd-theme-national-day *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* Standalone payment document uses both theme and page classes on <body>. */
.fd-theme-national-day.fd-payment-page{background:linear-gradient(180deg,var(--snd-ivory),#f8fbf9 280px,#fff);color:var(--snd-ink)}

/* ================================================================
   SND guideline refinement — official palette + identity system
   Based on SND-GUIDELINE supplied by the project owner.
   ================================================================ */
.fd-theme-national-day{
  background:#fff;
  --snd-trait-vision:var(--snd-gold);
  --snd-trait-courage:var(--snd-olive);
  --snd-trait-determination:var(--snd-magenta);
  --snd-trait-authenticity:var(--snd-lime);
  --snd-trait-generosity:var(--snd-blue);
  --snd-trait-giving:var(--snd-purple);
}
.fd-theme-national-day :where(a,button,input,select,textarea,summary):focus-visible{
  outline-color:rgba(0,137,74,.3);
}

/* Header: clean brand surface with woven six-color edge. */
.fd-theme-national-day .fd-site-header{
  background:rgba(255,255,255,.97);
  border-bottom-color:rgba(0,52,58,.1);
}
.fd-theme-national-day .fd-site-header:after{
  content:"";display:block;height:3px;
  background:linear-gradient(90deg,
    var(--snd-gold) 0 16.66%,
    var(--snd-olive) 16.66% 33.32%,
    var(--snd-magenta) 33.32% 49.98%,
    var(--snd-lime) 49.98% 66.64%,
    var(--snd-blue) 66.64% 83.3%,
    var(--snd-purple) 83.3% 100%);
}
.fd-theme-national-day .fd-announcement{
  background:
    linear-gradient(rgba(0,52,58,.94),rgba(0,52,58,.94)),
    repeating-linear-gradient(45deg,rgba(0,137,74,.18) 0 8px,transparent 8px 16px);
}
.fd-theme-national-day .fd-cart-badge{background:var(--snd-magenta);color:#fff}
.fd-theme-national-day .fd-header-search input{background:#fff}
.fd-theme-national-day .fd-logo-copy small{color:var(--snd-green)}

/* Hero: official deep-green foundation with clear seasonal mark and textile geometry. */
.fd-theme-national-day .fd-hero-v4{
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,52,58,.97),rgba(0,52,58,.86)),
    repeating-linear-gradient(0deg,transparent 0 34px,rgba(0,137,74,.12) 34px 35px),
    repeating-linear-gradient(90deg,transparent 0 34px,rgba(0,137,74,.12) 34px 35px);
  border-bottom:0;
}
.fd-theme-national-day .fd-hero-v4:before{
  width:520px;height:520px;inset:-170px auto auto -150px;opacity:.55;border-radius:0;
  background:
    radial-gradient(circle at center,transparent 0 38%,rgba(90,186,28,.2) 39% 40%,transparent 41%),
    repeating-conic-gradient(from 45deg,rgba(101,101,224,.16) 0 6deg,transparent 6deg 14deg);
  -webkit-mask:none;mask:none;
}
.fd-theme-national-day .fd-hero-v4:after{
  content:"";position:absolute;z-index:0;inset:auto 0 0;height:8px;
  background:linear-gradient(90deg,var(--snd-gold),var(--snd-olive),var(--snd-magenta),var(--snd-lime),var(--snd-blue),var(--snd-purple));
}
.fd-theme-national-day .fd-hero-grid-v4{position:relative;z-index:1}
.fd-theme-national-day .fd-national-day-brand{
  width:min(590px,100%);margin:0 0 20px;padding:14px 16px;
  border:1px solid rgba(255,255,255,.13);border-radius:16px;
  background:rgba(0,52,58,.58);
  box-shadow:0 18px 42px rgba(0,0,0,.13);
}
.fd-theme-national-day .fd-national-day-brand img{display:block;width:100%;height:auto}
.fd-theme-national-day .fd-national-day-kicker{color:#a7e48d;margin-bottom:7px}
.fd-theme-national-day .fd-national-day-kicker:before{background:linear-gradient(90deg,var(--snd-lime),var(--snd-green))}
.fd-theme-national-day .fd-hero-badge{
  color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);box-shadow:none
}
.fd-theme-national-day .fd-hero-badge:before{background:var(--snd-lime);box-shadow:0 0 0 4px rgba(90,186,28,.15)}
.fd-theme-national-day .fd-hero-v4 h1,.fd-theme-national-day .fd-hero-v4 h1::first-line{color:#fff}
.fd-theme-national-day .fd-hero-v4 .fd-hero-copy{color:rgba(255,255,255,.76)}
.fd-theme-national-day .fd-hero-v4 .fd-btn-hero{
  background:var(--snd-green);box-shadow:0 11px 25px rgba(0,0,0,.18)
}
.fd-theme-national-day .fd-hero-v4 .fd-btn-secondary{
  background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.22);box-shadow:none
}
.fd-theme-national-day .fd-hero-v4 .fd-btn-secondary:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.34)}
.fd-theme-national-day .fd-hero-v4 .fd-hero-trust{color:rgba(255,255,255,.78)}
.fd-theme-national-day .fd-hero-v4 .fd-hero-trust span:before{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.14)}
.fd-theme-national-day .fd-hero-showcase:before{
  background:
    linear-gradient(rgba(255,255,255,.95),rgba(255,255,255,.95)),
    repeating-linear-gradient(45deg,rgba(0,137,74,.08) 0 8px,transparent 8px 16px);
  border-color:rgba(255,255,255,.18);
}
.fd-theme-national-day .fd-hero-product-caption{background:#fff}
.fd-theme-national-day .fd-hero-float{background:rgba(255,255,255,.96)}

/* Trust strip: keeps commerce clarity while echoing all six traits. */
.fd-theme-national-day .fd-home-trust-strip{
  position:relative;background:#fff;color:var(--snd-ink);
  border-bottom:1px solid var(--snd-line)
}
.fd-theme-national-day .fd-home-trust-strip:before{
  content:"";position:absolute;inset:0 0 auto;height:4px;
  background:linear-gradient(90deg,var(--snd-gold),var(--snd-olive),var(--snd-magenta),var(--snd-lime),var(--snd-blue),var(--snd-purple))
}
.fd-theme-national-day .fd-home-trust-grid>div{border-color:var(--snd-line)}
.fd-theme-national-day .fd-home-trust-grid svg{color:var(--snd-green)}
.fd-theme-national-day .fd-home-trust-grid small{color:var(--snd-muted)}

/* The six identity traits defined by the guideline. */
.fd-national-traits{padding:30px 0;background:#f7faf9;border-bottom:1px solid var(--snd-line)}
.fd-national-traits-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}
.fd-national-traits-head span{font-size:12px;font-weight:900;color:var(--snd-green);letter-spacing:.02em}
.fd-national-traits-head strong{font-size:16px;color:var(--snd-deep)}
.fd-national-weave{display:block;width:100%;height:10px;object-fit:cover;border-radius:999px;margin:0 0 12px;box-shadow:inset 0 0 0 1px rgba(0,52,58,.06)}
.fd-national-traits-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.fd-national-trait{
  --trait:var(--snd-green);position:relative;overflow:hidden;min-height:82px;
  display:flex;align-items:flex-end;padding:13px 12px;border-radius:13px;
  color:#fff;background:var(--trait);box-shadow:0 9px 24px rgba(0,52,58,.08)
}
.fd-national-trait:before,.fd-national-trait:after{content:"";position:absolute;pointer-events:none}
.fd-national-trait:before{
  inset:-26px -12px auto auto;width:86px;height:86px;transform:rotate(45deg);
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.2) 0 7px,transparent 7px 14px)
}
.fd-national-trait:after{inset:auto 0 0;height:5px;background:rgba(0,52,58,.28)}
.fd-national-trait i{position:absolute;inset:11px auto auto 11px;width:15px;height:15px;border:3px solid rgba(255,255,255,.76);transform:rotate(45deg)}
.fd-national-trait span{position:relative;z-index:1;font-size:12px;font-weight:900;line-height:1.45}
.fd-national-trait.is-vision{--trait:var(--snd-gold)}
.fd-national-trait.is-courage{--trait:var(--snd-olive)}
.fd-national-trait.is-determination{--trait:var(--snd-magenta)}
.fd-national-trait.is-authenticity{--trait:var(--snd-lime);color:#17351f}
.fd-national-trait.is-authenticity i{border-color:rgba(0,52,58,.6)}
.fd-national-trait.is-generosity{--trait:var(--snd-blue)}
.fd-national-trait.is-giving{--trait:var(--snd-purple)}

/* Sections and cards use the complete official palette as controlled accents. */
.fd-theme-national-day .fd-section-kicker,.fd-theme-national-day .fd-store-kicker{color:var(--snd-green)}
.fd-theme-national-day .fd-home-v4 .fd-section-soft{background:#f7faf9}
.fd-theme-national-day .fd-category-card-v4{position:relative;overflow:hidden;border-top:3px solid var(--snd-green)}
.fd-theme-national-day .fd-categories-grid-v4>:nth-child(6n+1){border-top-color:var(--snd-gold)}
.fd-theme-national-day .fd-categories-grid-v4>:nth-child(6n+2){border-top-color:var(--snd-olive)}
.fd-theme-national-day .fd-categories-grid-v4>:nth-child(6n+3){border-top-color:var(--snd-magenta)}
.fd-theme-national-day .fd-categories-grid-v4>:nth-child(6n+4){border-top-color:var(--snd-lime)}
.fd-theme-national-day .fd-categories-grid-v4>:nth-child(6n+5){border-top-color:var(--snd-blue)}
.fd-theme-national-day .fd-categories-grid-v4>:nth-child(6n+6){border-top-color:var(--snd-purple)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4{border-top:3px solid var(--snd-green)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4:nth-child(6n+1){border-top-color:var(--snd-gold)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4:nth-child(6n+2){border-top-color:var(--snd-olive)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4:nth-child(6n+3){border-top-color:var(--snd-magenta)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4:nth-child(6n+4){border-top-color:var(--snd-lime)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4:nth-child(6n+5){border-top-color:var(--snd-blue)}
.fd-theme-national-day .fd-products-grid-v4>.fd-product-card-v4:nth-child(6n+6){border-top-color:var(--snd-purple)}
.fd-theme-national-day .fd-product-card-open{background:#eef8f3;color:var(--snd-green);border-color:#d8eee3}
.fd-theme-national-day .fd-product-card-open:hover{background:var(--snd-green);color:#fff}
.fd-theme-national-day .fd-value-strip-v4 .fd-value-card:nth-child(1){border-top:3px solid var(--snd-blue)}
.fd-theme-national-day .fd-value-strip-v4 .fd-value-card:nth-child(2){border-top:3px solid var(--snd-gold)}
.fd-theme-national-day .fd-value-strip-v4 .fd-value-card:nth-child(3){border-top:3px solid var(--snd-purple)}

/* Store/product surfaces: neutral-first with woven accents. */
.fd-theme-national-day .fd-store-page-v4,
.fd-theme-national-day .fd-product-page-v4,
.fd-theme-national-day .fd-blog-page-v4,
.fd-theme-national-day .fd-article-v4{background:#fff}
.fd-theme-national-day .fd-taxonomy-hero-v4{
  background:
    linear-gradient(rgba(247,250,249,.95),rgba(247,250,249,.95)),
    repeating-linear-gradient(45deg,rgba(0,137,74,.08) 0 8px,transparent 8px 16px)
}
.fd-theme-national-day .fd-product-detail-v4,
.fd-theme-national-day .fd-product-buybox-v4{border-top:3px solid var(--snd-green)}
.fd-theme-national-day .fd-review-score{background:linear-gradient(145deg,var(--snd-deep),var(--snd-blue))}

/* Cart and checkout: commerce semantics stay clear; seasonal colors are secondary. */
.fd-theme-national-day .fd-commerce-page{
  background:
    linear-gradient(180deg,#f7faf9 0,#fff 250px),
    repeating-linear-gradient(90deg,transparent 0 48px,rgba(0,137,74,.04) 48px 49px)
}
.fd-theme-national-day .fd-commerce-steps span.is-active,
.fd-theme-national-day .fd-commerce-step-badge{background:var(--snd-green);border-color:var(--snd-green)}
.fd-theme-national-day .fd-commerce-summary{border-top-color:var(--snd-green)}
.fd-theme-national-day .fd-commerce-grand strong{color:var(--snd-deep)}
.fd-theme-national-day .fd-checkout-customer-card{border-top:3px solid var(--snd-blue)}
.fd-theme-national-day .fd-checkout-next-card{border-top:3px solid var(--snd-purple)}

/* Standalone payment document. */
.fd-theme-national-day.fd-payment-page{
  background:
    linear-gradient(180deg,#f7faf9,#fff 290px),
    repeating-linear-gradient(90deg,transparent 0 54px,rgba(0,137,74,.04) 54px 55px);
  color:var(--snd-ink)
}
.fd-theme-national-day .fd-payment-brandbar{
  position:relative;overflow:hidden;
  background:var(--snd-deep);color:#fff;border:0
}
.fd-theme-national-day .fd-payment-brandbar:after{
  content:"";position:absolute;inset:auto 0 0;height:4px;
  background:linear-gradient(90deg,var(--snd-gold),var(--snd-olive),var(--snd-magenta),var(--snd-lime),var(--snd-blue),var(--snd-purple))
}
.fd-theme-national-day .fd-payment-brand-duo{display:flex;align-items:center;gap:16px;min-width:0}
.fd-theme-national-day .fd-payment-national-day-logo{display:block;width:min(236px,30vw);height:auto;flex:none}
.fd-theme-national-day .fd-payment-brand-duo .fd-payment-logo{padding-inline-start:15px;border-inline-start:1px solid rgba(255,255,255,.18)}
.fd-theme-national-day .fd-payment-brand-duo .fd-payment-logo img{max-width:118px;max-height:38px;object-fit:contain}
.fd-theme-national-day .fd-wallet-payment-card .fd-payment-card-icon{background:#edf4ff;color:var(--snd-blue);border-color:#d8e6f8}
.fd-theme-national-day .fd-bank-account-v2:has(input:checked){border-color:var(--snd-gold);box-shadow:0 0 0 3px rgba(124,93,33,.08)}
.fd-theme-national-day .fd-payment-summary{border-top:3px solid var(--snd-purple)}
.fd-theme-national-day .fd-payment-due strong{color:var(--snd-deep)}

/* Customer account: subtle identity coding without recoloring business data. */
.fd-theme-national-day .fd-account-page{background:linear-gradient(180deg,#f7faf9,#fff 280px)}
.fd-theme-national-day .fd-account-title-stat{background:linear-gradient(145deg,var(--snd-deep),var(--snd-green))}
.fd-theme-national-day .fd-account-quick:nth-child(6n+1){border-top:3px solid var(--snd-gold)}
.fd-theme-national-day .fd-account-quick:nth-child(6n+2){border-top:3px solid var(--snd-olive)}
.fd-theme-national-day .fd-account-quick:nth-child(6n+3){border-top:3px solid var(--snd-magenta)}
.fd-theme-national-day .fd-account-quick:nth-child(6n+4){border-top:3px solid var(--snd-lime)}
.fd-theme-national-day .fd-account-quick:nth-child(6n+5){border-top:3px solid var(--snd-blue)}
.fd-theme-national-day .fd-account-quick:nth-child(6n+6){border-top:3px solid var(--snd-purple)}

/* Footer: dark foundation plus woven palette band. */
.fd-theme-national-day .fd-site-footer{position:relative;background:#fff}
.fd-theme-national-day .fd-site-footer:before{
  content:"";display:block;height:8px;
  background:linear-gradient(90deg,var(--snd-gold),var(--snd-olive),var(--snd-magenta),var(--snd-lime),var(--snd-blue),var(--snd-purple))
}
.fd-theme-national-day .fd-footer-benefits{background:var(--snd-deep);color:#fff;border:0}
.fd-theme-national-day .fd-footer-benefits .fd-footer-benefit{border-color:rgba(255,255,255,.1)}
.fd-theme-national-day .fd-footer-benefits .fd-footer-benefit-icon{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}
.fd-theme-national-day .fd-footer-benefits small{color:rgba(255,255,255,.66)}
.fd-theme-national-day .fd-footer-main-v4{
  background:
    linear-gradient(rgba(255,255,255,.975),rgba(255,255,255,.975)),
    repeating-linear-gradient(45deg,rgba(0,137,74,.08) 0 8px,transparent 8px 16px)
}
.fd-theme-national-day .fd-footer-bottom-v4{background:var(--snd-deep)}

/* Mobile / iPhone / tablet tuning. */
@media(max-width:980px){
  .fd-national-traits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fd-theme-national-day .fd-payment-national-day-logo{width:min(205px,34vw)}
}
@media(max-width:780px){
  .fd-theme-national-day .fd-national-day-brand{width:min(470px,100%);padding:10px 11px;border-radius:13px;margin-bottom:15px}
  .fd-theme-national-day .fd-hero-v4{
    background:
      linear-gradient(rgba(0,52,58,.97),rgba(0,52,58,.94)),
      repeating-linear-gradient(0deg,transparent 0 28px,rgba(0,137,74,.1) 28px 29px),
      repeating-linear-gradient(90deg,transparent 0 28px,rgba(0,137,74,.1) 28px 29px)
  }
  .fd-national-traits{padding:24px 0}
  .fd-national-traits-head{display:block}
  .fd-national-traits-head strong{display:block;margin-top:3px;font-size:14px}
  .fd-national-traits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .fd-national-trait{min-height:70px;padding:11px}
  .fd-theme-national-day .fd-payment-brandbar{gap:10px}
  .fd-theme-national-day .fd-payment-brand-duo{gap:8px}
  .fd-theme-national-day .fd-payment-national-day-logo{width:150px}
  .fd-theme-national-day .fd-payment-brand-duo .fd-payment-logo{padding-inline-start:8px}
  .fd-theme-national-day .fd-payment-brand-duo .fd-payment-logo img{max-width:82px;max-height:30px}
}
@media(max-width:480px){
  .fd-theme-national-day .fd-national-day-brand{margin-inline:-2px}
  .fd-national-traits-grid{grid-template-columns:1fr 1fr}
  .fd-national-trait{min-height:64px;border-radius:11px}
  .fd-national-trait span{font-size:11px}
  .fd-theme-national-day .fd-site-header:after{height:2px}
  .fd-theme-national-day .fd-payment-national-day-logo{width:126px}
}

/* ================================================================
   Dark Celebration / Conversion hierarchy — v3
   Ethical conversion layer: stronger hierarchy, clearer CTAs,
   higher trust/readability. No fake scarcity or hidden persuasion.
   ================================================================ */
.fd-theme-national-day{
  --snd-night:#061916;
  --snd-night-2:#09231e;
  --snd-surface:#0d2b25;
  --snd-surface-2:#12352e;
  --snd-surface-3:#173f36;
  --snd-surface-soft:#0a241f;
  --snd-text:#f6fbf8;
  --snd-text-soft:#b7cbc4;
  --snd-text-faint:#829d95;
  --snd-line-dark:rgba(255,255,255,.105);
  --snd-line-strong:rgba(255,255,255,.17);
  --snd-glow-green:0 16px 38px rgba(0,137,74,.24);
  --snd-glow-lime:0 16px 38px rgba(90,186,28,.22);
  --snd-shadow-dark:0 20px 55px rgba(0,0,0,.28);
  --fd-ink:var(--snd-text);
  --fd-muted:var(--snd-text-soft);
  --fd-line:var(--snd-line-dark);
  --fd-soft:var(--snd-surface-2);
  --fd-warm:var(--snd-surface-3);
  --fd-shadow:var(--snd-shadow-dark);
  color:var(--snd-text);
  background:var(--snd-night);
  color-scheme:dark;
}
.fd-theme-national-day ::selection{background:var(--snd-lime);color:var(--snd-night)}
.fd-theme-national-day :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(90,186,28,.5);outline-offset:3px}
.fd-theme-national-day .fd-main{background:var(--snd-night);color:var(--snd-text)}
.fd-theme-national-day :where(h1,h2,h3,h4,strong){color:var(--snd-text)}
.fd-theme-national-day :where(p,small,.fd-help,.fd-muted){color:var(--snd-text-soft)}

/* Header / search / navigation: dark glass, high legibility. */
.fd-theme-national-day .fd-announcement{
  background:
    linear-gradient(90deg,rgba(0,52,58,.96),rgba(0,137,74,.96) 48%,rgba(0,52,58,.96)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 7px,transparent 7px 14px);
  color:#fff;border-bottom-color:rgba(255,255,255,.1)
}
.fd-theme-national-day .fd-site-header,
.fd-theme-national-day .fd-site-header.is-sticky{
  background:rgba(6,25,22,.93);border-bottom-color:var(--snd-line-dark);
  box-shadow:0 10px 28px rgba(0,0,0,.15);
  backdrop-filter:saturate(1.25) blur(18px);-webkit-backdrop-filter:saturate(1.25) blur(18px)
}
.fd-theme-national-day .fd-header-nav{border-top-color:rgba(255,255,255,.065)}
.fd-theme-national-day .fd-logo-copy strong{color:#fff}
.fd-theme-national-day .fd-logo-copy small{color:#8edc9d}
.fd-theme-national-day .fd-header-search input,
.fd-theme-national-day .fd-store-search-v4 input,
.fd-theme-national-day .fd-store-search-mobile input{
  color:var(--snd-text);background:rgba(255,255,255,.055);border-color:var(--snd-line-dark);
  box-shadow:inset 0 1px rgba(255,255,255,.025)
}
.fd-theme-national-day :where(.fd-header-search,.fd-store-search-v4,.fd-store-search-mobile) input::placeholder{color:#829b94}
.fd-theme-national-day .fd-header-search input:focus,
.fd-theme-national-day .fd-store-search-v4 input:focus,
.fd-theme-national-day .fd-store-search-mobile input:focus{
  color:#fff;background:rgba(255,255,255,.075);border-color:rgba(90,186,28,.65);box-shadow:0 0 0 4px rgba(90,186,28,.09)
}
.fd-theme-national-day .fd-header-search svg{color:#8edc9d}
.fd-theme-national-day .fd-icon-action,.fd-theme-national-day .fd-menu-button{color:#eaf5ef}
.fd-theme-national-day .fd-icon-action:hover,.fd-theme-national-day .fd-icon-action:focus-visible{background:rgba(255,255,255,.075);color:var(--snd-lime)}
.fd-theme-national-day .fd-cart-badge{background:var(--snd-magenta);color:#fff;border-color:var(--snd-night)}
.fd-theme-national-day .fd-primary-nav a{color:#deebe6}
.fd-theme-national-day .fd-utility-nav a{color:#9fb4ad}
.fd-theme-national-day .fd-primary-nav>ul>li>a:hover,.fd-theme-national-day .fd-primary-nav>ul>li:focus-within>a{background:rgba(90,186,28,.08);color:#b9ef8f}
.fd-theme-national-day .fd-primary-nav .has-children>a:after{color:#7f9a92}
.fd-theme-national-day .fd-primary-nav .fd-submenu{
  background:#0b2822;border-color:var(--snd-line-strong);box-shadow:0 24px 60px rgba(0,0,0,.36)
}
.fd-theme-national-day .fd-primary-nav .fd-submenu a{color:#e2eee9}
.fd-theme-national-day .fd-primary-nav .fd-submenu a:hover{background:rgba(90,186,28,.09);color:#c6f2a4}

/* Drawers, overlays and login panels. */
.fd-theme-national-day .fd-overlay{background:rgba(0,10,8,.72);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.fd-theme-national-day .fd-panel,
.fd-theme-national-day .fd-panel-head,
.fd-theme-national-day .fd-panel-foot,
.fd-theme-national-day .fd-auth-panel,
.fd-theme-national-day .fd-auth-card{background:var(--snd-surface);color:var(--snd-text);border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-panel{box-shadow:0 28px 80px rgba(0,0,0,.46)}
.fd-theme-national-day .fd-panel-close,.fd-theme-national-day .fd-auth-close{background:rgba(255,255,255,.07);color:#fff}
.fd-theme-national-day .fd-mobile-menu>li{border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-mobile-menu a,.fd-theme-national-day .fd-mobile-menu details summary{color:#e9f3ef}
.fd-theme-national-day .fd-mobile-menu .fd-submenu{border-inline-start-color:rgba(90,186,28,.28)}
.fd-theme-national-day .fd-account-links a{background:rgba(255,255,255,.025);border-color:var(--snd-line-dark);color:#eaf4ef}
.fd-theme-national-day .fd-account-links a:hover{background:rgba(90,186,28,.08);border-color:rgba(90,186,28,.3);color:#c5f29f}

/* Form controls: clear dark controls, consistent on Safari/iPhone. */
.fd-theme-national-day :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea){
  color:var(--snd-text);background:#0a241f;border-color:var(--snd-line-strong);-webkit-appearance:none;appearance:none
}
.fd-theme-national-day :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea)::placeholder{color:#79948c}
.fd-theme-national-day :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus{
  color:#fff;background:#0d2c26;border-color:rgba(90,186,28,.66);box-shadow:0 0 0 4px rgba(90,186,28,.09)
}
.fd-theme-national-day select{background-image:none}
.fd-theme-national-day input:-webkit-autofill,
.fd-theme-national-day input:-webkit-autofill:hover,
.fd-theme-national-day input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px #0a241f inset;transition:background-color 9999s ease-out 0s}
.fd-theme-national-day :where(input[type="checkbox"],input[type="radio"]){accent-color:var(--snd-lime)}

/* Buttons: one obvious action, secondary choices remain calm. */
.fd-theme-national-day .fd-btn,
.fd-theme-national-day .fd-commerce-primary,
.fd-theme-national-day .fd-payment-btn{
  background:linear-gradient(135deg,var(--snd-green),#007442);color:#fff;border-color:rgba(255,255,255,.06);
  box-shadow:var(--snd-glow-green);text-shadow:0 1px rgba(0,0,0,.12)
}
.fd-theme-national-day .fd-btn:hover,.fd-theme-national-day .fd-commerce-primary:hover,.fd-theme-national-day .fd-payment-btn:hover{transform:translateY(-2px);box-shadow:0 19px 44px rgba(0,137,74,.31)}
.fd-theme-national-day .fd-btn-secondary{
  background:rgba(255,255,255,.055);color:#e8f3ee;border-color:var(--snd-line-strong);box-shadow:none
}
.fd-theme-national-day .fd-btn-secondary:hover{background:rgba(255,255,255,.09);color:#fff;border-color:rgba(90,186,28,.32)}
.fd-theme-national-day .fd-btn-soft{background:rgba(0,137,74,.12);color:#9ce0ad;border-color:rgba(0,137,74,.26)}

/* Hero: richer, darker celebration with controlled six-color light. */
.fd-theme-national-day .fd-home{background:var(--snd-night)}
.fd-theme-national-day .fd-hero-v4{
  color:#fff;
  background:
    radial-gradient(circle at 14% 20%,rgba(151,26,77,.22),transparent 24%),
    radial-gradient(circle at 84% 18%,rgba(101,101,224,.22),transparent 28%),
    radial-gradient(circle at 76% 78%,rgba(0,80,175,.18),transparent 27%),
    radial-gradient(circle at 26% 85%,rgba(124,93,33,.2),transparent 24%),
    linear-gradient(135deg,#041713 0,#073028 52%,#061c18 100%);
  border-bottom:1px solid var(--snd-line-dark)
}
.fd-theme-national-day .fd-hero-v4:before{
  opacity:.82;background:
    radial-gradient(circle at center,transparent 0 38%,rgba(90,186,28,.19) 39% 40%,transparent 41%),
    repeating-conic-gradient(from 45deg,rgba(101,101,224,.13) 0 6deg,transparent 6deg 14deg)
}
.fd-theme-national-day .fd-national-day-brand{background:rgba(0,38,34,.7);border-color:rgba(255,255,255,.14);box-shadow:0 24px 55px rgba(0,0,0,.28)}
.fd-theme-national-day .fd-national-day-kicker{color:#a8e88d}
.fd-theme-national-day .fd-hero-badge{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:#eef7f2}
.fd-theme-national-day .fd-hero-v4 h1{font-weight:950;letter-spacing:-1px;text-shadow:0 10px 35px rgba(0,0,0,.18)}
.fd-theme-national-day .fd-hero-v4 .fd-hero-copy{color:#bfd0ca}
.fd-theme-national-day .fd-hero-v4 .fd-btn-hero{
  background:var(--snd-lime);color:#09231e;border-color:transparent;box-shadow:var(--snd-glow-lime);text-shadow:none
}
.fd-theme-national-day .fd-hero-v4 .fd-btn-hero:hover{background:#67c72b;box-shadow:0 20px 46px rgba(90,186,28,.3)}
.fd-theme-national-day .fd-hero-v4 .fd-btn-secondary{background:rgba(255,255,255,.065);color:#fff;border-color:rgba(255,255,255,.18)}
.fd-theme-national-day .fd-hero-v4 .fd-hero-trust{color:#b8cbc4}
.fd-theme-national-day .fd-hero-v4 .fd-hero-trust span:before{background:rgba(90,186,28,.12);color:#b8f38e;border-color:rgba(90,186,28,.18)}
.fd-theme-national-day .fd-hero-showcase:before{
  background:
    linear-gradient(rgba(11,42,35,.94),rgba(8,31,27,.96)),
    repeating-linear-gradient(45deg,rgba(90,186,28,.08) 0 8px,transparent 8px 16px);
  border-color:rgba(255,255,255,.1);box-shadow:0 32px 80px rgba(0,0,0,.34)
}
.fd-theme-national-day .fd-hero-product{border-color:rgba(255,255,255,.12);box-shadow:0 24px 55px rgba(0,0,0,.32)}
.fd-theme-national-day .fd-hero-product-caption{background:rgba(9,35,30,.96);border-top-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-hero-product-caption small{color:#8edc9d}.fd-theme-national-day .fd-hero-product-caption strong{color:#fff}
.fd-theme-national-day .fd-hero-float{background:rgba(12,45,38,.96);border-color:rgba(255,255,255,.11);box-shadow:0 18px 42px rgba(0,0,0,.28);color:#fff}
.fd-theme-national-day .fd-hero-float small{color:#9fb7af}.fd-theme-national-day .fd-hero-float>svg{color:var(--snd-lime)}

/* Trust/value bands: readable reassurance, not exaggerated claims. */
.fd-theme-national-day .fd-home-trust-strip{background:#081f1b;color:#fff;border-bottom-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-home-trust-grid>div{border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-home-trust-grid svg{color:var(--snd-lime)}
.fd-theme-national-day .fd-home-trust-grid>div:nth-child(2) svg{color:#8f8ff2}
.fd-theme-national-day .fd-home-trust-grid>div:nth-child(3) svg{color:#2c79ce}
.fd-theme-national-day .fd-home-trust-grid>div:nth-child(4) svg{color:#c08ba1}
.fd-theme-national-day .fd-home-trust-grid small{color:#92aaa2}
.fd-national-traits{background:#0a241f;border-bottom-color:var(--snd-line-dark)}
.fd-national-traits-head span{color:#9fe57c}.fd-national-traits-head strong{color:#f4faf7}
.fd-national-weave{opacity:.86;box-shadow:0 0 28px rgba(0,137,74,.12)}
.fd-national-trait{box-shadow:0 14px 34px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}
.fd-national-trait:hover{transform:translateY(-2px);filter:saturate(1.06) brightness(1.04)}

/* Global section rhythm. */
.fd-theme-national-day .fd-section{background:var(--snd-night);color:var(--snd-text)}
.fd-theme-national-day .fd-home-v4 .fd-section-soft{background:#081f1b}
.fd-theme-national-day .fd-section-head h2,.fd-theme-national-day .fd-section-heading h2{color:#f6fbf8}
.fd-theme-national-day .fd-section-head p{color:#9fb5ae}
.fd-theme-national-day .fd-section-kicker,.fd-theme-national-day .fd-store-kicker{color:#8fdf79}
.fd-theme-national-day .fd-section-link{color:#a8e88d}
.fd-theme-national-day .fd-section-link:hover{color:#c8f4ad}

/* Cards: tactile dark surfaces, vivid but disciplined accents. */
.fd-theme-national-day :where(
  .fd-category-card-v4,.fd-product-card-v4,.fd-value-card,.fd-home-post-card,.fd-post-card-v4,
  .fd-surface-card,.fd-commerce-card,.fd-commerce-summary,.fd-checkout-customer-card,.fd-checkout-next-card,
  .fd-account-card,.fd-account-quick,.fd-digital-card,.fd-order-item-v2,.fd-wallet-payment-card,
  .fd-payment-card,.fd-bank-account-v2,.fd-auth-card,.fd-cart-panel-v2,.fd-cart-summary-v2
){
  background:linear-gradient(145deg,var(--snd-surface),#0a251f);border-color:var(--snd-line-dark);color:var(--snd-text);
  box-shadow:0 14px 36px rgba(0,0,0,.18)
}
.fd-theme-national-day :where(.fd-category-card-v4,.fd-product-card-v4,.fd-home-post-card,.fd-post-card-v4,.fd-account-quick):hover{
  border-color:rgba(90,186,28,.25);box-shadow:0 22px 50px rgba(0,0,0,.27);transform:translateY(-3px)
}
.fd-theme-national-day .fd-category-card-v4 strong,.fd-theme-national-day .fd-product-card-title a{color:#f5faf7}
.fd-theme-national-day .fd-category-card-v4 small{color:#94aaa3}
.fd-theme-national-day .fd-category-arrow{color:#8fdf79}
.fd-theme-national-day .fd-category-media,.fd-theme-national-day .fd-category-icon{background:rgba(255,255,255,.055);border-color:var(--snd-line-dark);color:#b6ef92}

/* Product cards: price and next action are immediate scanning anchors. */
.fd-theme-national-day .fd-product-card-v4{background:linear-gradient(160deg,#0f3029,#0a241f);overflow:hidden}
.fd-theme-national-day .fd-product-card-image{background:#081f1b}
.fd-theme-national-day .fd-product-card-image img{transition:transform .28s ease,filter .28s ease;filter:saturate(1.03) contrast(1.02)}
.fd-theme-national-day .fd-product-card-v4:hover .fd-product-card-image img{transform:scale(1.025);filter:saturate(1.08) contrast(1.04)}
.fd-theme-national-day .fd-product-card-brand{color:#8edc9d}
.fd-theme-national-day .fd-product-card-rating{color:#d8bc70}
.fd-theme-national-day .fd-product-card-rating small{color:#8fa69f}
.fd-theme-national-day .fd-product-card-price strong{color:#a7e884;font-weight:950}
.fd-theme-national-day .fd-product-card-price del{color:#748c85}
.fd-theme-national-day .fd-product-card-open{
  background:var(--snd-lime);color:#09231e;border-color:transparent;box-shadow:0 10px 24px rgba(90,186,28,.18)
}
.fd-theme-national-day .fd-product-card-open:hover{background:#67c72b;color:#061916;transform:translateX(-2px);box-shadow:0 13px 28px rgba(90,186,28,.25)}
.fd-theme-national-day .fd-product-badge.is-discount{background:var(--snd-magenta);color:#fff;border-color:rgba(255,255,255,.1)}
.fd-theme-national-day .fd-product-badge.is-offer{background:var(--snd-gold);color:#fff;border-color:rgba(255,255,255,.1)}
.fd-theme-national-day .fd-product-badge.is-merch{background:var(--snd-blue);color:#fff;border-color:rgba(255,255,255,.1)}
.fd-theme-national-day .fd-product-card-placeholder,.fd-theme-national-day .fd-no-image{background:#0a211d;color:#8ba49c}

/* Store / taxonomy / search. */
.fd-theme-national-day .fd-store-page-v4,
.fd-theme-national-day .fd-product-page-v4,
.fd-theme-national-day .fd-blog-page-v4,
.fd-theme-national-day .fd-article-v4{background:var(--snd-night);color:var(--snd-text)}
.fd-theme-national-day .fd-taxonomy-hero-v4{
  background:
    radial-gradient(circle at 12% 50%,rgba(101,101,224,.12),transparent 26%),
    linear-gradient(rgba(8,33,28,.96),rgba(8,33,28,.96)),
    repeating-linear-gradient(45deg,rgba(90,186,28,.07) 0 8px,transparent 8px 16px);
  border-color:var(--snd-line-dark)
}
.fd-theme-national-day .fd-taxonomy-hero-v4 h1,.fd-theme-national-day .fd-store-intro-v4 h1{color:#fff}
.fd-theme-national-day .fd-taxonomy-hero-v4 p,.fd-theme-national-day .fd-store-intro-v4 p,.fd-theme-national-day .fd-search-summary{color:#9eb4ad}
.fd-theme-national-day .fd-catalog-chips a,.fd-theme-national-day .fd-tax-links a{background:rgba(255,255,255,.045);border-color:var(--snd-line-dark);color:#d8e7e1}
.fd-theme-national-day .fd-catalog-chips a:hover,.fd-theme-national-day .fd-tax-links a:hover{background:rgba(90,186,28,.09);border-color:rgba(90,186,28,.28);color:#bdf09a}

/* Product page: make price, proof and purchase path visually obvious. */
.fd-theme-national-day .fd-product-detail-page,.fd-theme-national-day .fd-product-detail-page-v2{background:var(--snd-night)}
.fd-theme-national-day .fd-product-gallery-card,.fd-theme-national-day .fd-product-purchase-card,
.fd-theme-national-day .fd-product-description,.fd-theme-national-day .fd-product-reviews{
  background:linear-gradient(145deg,var(--snd-surface),#0a241f);border-color:var(--snd-line-dark);box-shadow:0 18px 44px rgba(0,0,0,.2)
}
.fd-theme-national-day .fd-product-main-media{background:#071f1b}
.fd-theme-national-day .fd-product-thumbnails button{background:#0a241f;border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-product-thumbnails button.is-active{border-color:var(--snd-lime);box-shadow:0 0 0 2px rgba(90,186,28,.1)}
.fd-theme-national-day .fd-product-breadcrumb,.fd-theme-national-day .fd-product-breadcrumb a{color:#8da79f}
.fd-theme-national-day .fd-product-breadcrumb a:hover{color:#b8ef94}
.fd-theme-national-day .fd-product-short,.fd-theme-national-day .fd-product-short-v2{color:#a8bdb6}
.fd-theme-national-day .fd-product-price-v2 strong,.fd-theme-national-day .fd-product-price strong{color:#a8eb84;font-weight:950;text-shadow:0 0 26px rgba(90,186,28,.09)}
.fd-theme-national-day .fd-product-price-v2 del,.fd-theme-national-day .fd-product-price del{color:#718a82}
.fd-theme-national-day .fd-product-social-proof,.fd-theme-national-day .fd-product-trust-grid>div{background:rgba(255,255,255,.035);border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-product-trust-grid svg{color:#9ee27b}
.fd-theme-national-day .fd-config-group{background:rgba(255,255,255,.025);border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-choice-list label,.fd-theme-national-day .fd-image-choice{background:#0a241f;border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-choice-list label:has(input:checked),.fd-theme-national-day .fd-image-choice:has(input:checked){border-color:var(--snd-lime);box-shadow:0 0 0 3px rgba(90,186,28,.08);background:rgba(90,186,28,.055)}
.fd-theme-national-day .fd-buy-box{background:#081f1b;border-color:rgba(90,186,28,.18);box-shadow:inset 0 0 0 1px rgba(90,186,28,.025)}
.fd-theme-national-day .fd-product-buy-actions>button:not(.fd-buy-now){background:var(--snd-green);color:#fff;border:1px solid rgba(255,255,255,.06);box-shadow:0 12px 28px rgba(0,137,74,.18)}
.fd-theme-national-day .fd-product-buy-actions .fd-buy-now{
  background:var(--snd-lime);color:#09231e;border:1px solid transparent;font-weight:950;
  box-shadow:0 16px 38px rgba(90,186,28,.25);position:relative
}
.fd-theme-national-day .fd-product-buy-actions .fd-buy-now:hover{background:#67c72b;transform:translateY(-2px);box-shadow:0 21px 46px rgba(90,186,28,.32)}
.fd-theme-national-day .fd-product-buy-actions button:disabled{opacity:.55;box-shadow:none;transform:none}
.fd-theme-national-day .fd-review-score{background:linear-gradient(145deg,#004438,var(--snd-blue));color:#fff}
.fd-theme-national-day .fd-rating-bars i{background:rgba(255,255,255,.07)}
.fd-theme-national-day .fd-rating-bars i b{background:var(--snd-lime)}
.fd-theme-national-day .fd-review-item{border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-review-avatar{background:rgba(90,186,28,.12);color:#baf096}
.fd-theme-national-day .fd-stars{color:#d3b462}
.fd-theme-national-day .fd-product-richtext{color:#c2d1cc}

/* Cart / checkout: low-friction dark path with one highlighted forward action. */
.fd-theme-national-day .fd-commerce-page,
.fd-theme-national-day .fd-cart-page-v2,
.fd-theme-national-day .fd-checkout-review-page{
  background:
    radial-gradient(circle at 88% 5%,rgba(0,80,175,.10),transparent 26%),
    linear-gradient(180deg,#071e19 0,var(--snd-night) 300px);
  color:var(--snd-text)
}
.fd-theme-national-day .fd-commerce-eyebrow{color:#99df80}
.fd-theme-national-day .fd-commerce-heading h1{color:#fff}
.fd-theme-national-day .fd-commerce-heading p{color:#9bb1aa}
.fd-theme-national-day .fd-commerce-steps{color:#8fa69f}
.fd-theme-national-day .fd-commerce-steps span{background:#0b2a24;border-color:var(--snd-line-dark);color:#9db3ac}
.fd-theme-national-day .fd-commerce-steps span.is-active,.fd-theme-national-day .fd-commerce-step-badge{background:var(--snd-green);border-color:var(--snd-green);color:#fff}
.fd-theme-national-day .fd-cart-line-v2,.fd-theme-national-day .fd-checkout-product-v2{background:rgba(255,255,255,.025);border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-cart-line-title,.fd-theme-national-day .fd-checkout-product-copy strong{color:#f6fbf8}
.fd-theme-national-day .fd-cart-line-tags span,.fd-theme-national-day .fd-checkout-product-options span{background:rgba(255,255,255,.045);border-color:var(--snd-line-dark);color:#a9beb7}
.fd-theme-national-day .fd-cart-quantity-v2{background:#081f1b;border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-cart-remove-v2{color:#d990aa}
.fd-theme-national-day .fd-commerce-summary{border-top-color:var(--snd-lime)}
.fd-theme-national-day .fd-commerce-summary-rows,.fd-theme-national-day .fd-payment-summary-rows{color:#a8bdb6}
.fd-theme-national-day .fd-commerce-grand{border-top-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-commerce-grand strong,.fd-theme-national-day .fd-payment-due strong{color:#a8eb84}
.fd-theme-national-day .fd-commerce-primary{
  background:var(--snd-lime);color:#08211d;text-shadow:none;font-weight:950;box-shadow:var(--snd-glow-lime)
}
.fd-theme-national-day .fd-commerce-primary:hover{background:#67c72b;box-shadow:0 20px 45px rgba(90,186,28,.31)}
.fd-theme-national-day .fd-commerce-secure-note,.fd-theme-national-day .fd-commerce-trust{color:#8fa79f}
.fd-theme-national-day .fd-commerce-lock{color:#9fe27d}
.fd-theme-national-day .fd-commerce-coupon{border-color:var(--snd-line-dark);background:rgba(255,255,255,.02)}

/* Standalone payment page. */
.fd-theme-national-day.fd-payment-page{
  background:
    radial-gradient(circle at 12% 0,rgba(101,101,224,.13),transparent 27%),
    linear-gradient(180deg,#071e19,var(--snd-night) 310px);
  color:var(--snd-text)
}
.fd-theme-national-day .fd-payment-brandbar{background:#041b17;color:#fff;border-bottom:1px solid var(--snd-line-dark)}
.fd-theme-national-day .fd-payment-main{color:var(--snd-text)}
.fd-theme-national-day .fd-payment-heading h1{color:#fff}.fd-theme-national-day .fd-payment-heading p{color:#9db2ab}
.fd-theme-national-day .fd-payment-method,.fd-theme-national-day .fd-payment-choice{background:rgba(255,255,255,.025);border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-payment-method:hover{border-color:rgba(90,186,28,.28);background:rgba(90,186,28,.045)}
.fd-theme-national-day .fd-payment-method-icon,.fd-theme-national-day .fd-payment-card-icon{background:rgba(255,255,255,.055);border-color:var(--snd-line-dark);color:#a8e88d}
.fd-theme-national-day .fd-wallet-payment-card .fd-payment-card-icon{background:rgba(0,80,175,.13);color:#72a9e7;border-color:rgba(0,80,175,.28)}
.fd-theme-national-day .fd-bank-account-v2:has(input:checked){border-color:var(--snd-lime);box-shadow:0 0 0 3px rgba(90,186,28,.085)}
.fd-theme-national-day .fd-payment-summary{border-top-color:var(--snd-purple)}
.fd-theme-national-day .fd-payment-btn{background:var(--snd-lime);color:#08211d;text-shadow:none;font-weight:950;box-shadow:var(--snd-glow-lime)}
.fd-theme-national-day .fd-payment-btn:hover{background:#67c72b;box-shadow:0 20px 45px rgba(90,186,28,.31)}
.fd-theme-national-day .fd-payment-safe,.fd-theme-national-day .fd-payment-help{color:#92aaa2}

/* Account / orders / wallet: dark, calm, information-first. */
.fd-theme-national-day .fd-account-page{background:linear-gradient(180deg,#071e19,var(--snd-night) 300px);color:var(--snd-text)}
.fd-theme-national-day .fd-account-nav,.fd-theme-national-day .fd-account-card,.fd-theme-national-day .fd-account-profile-card{
  background:linear-gradient(145deg,var(--snd-surface),#0a241f);border-color:var(--snd-line-dark);box-shadow:0 14px 34px rgba(0,0,0,.18)
}
.fd-theme-national-day .fd-account-title h1{color:#fff}.fd-theme-national-day .fd-account-title p{color:#9eb4ad}
.fd-theme-national-day .fd-account-title-stat{background:linear-gradient(145deg,#004438,var(--snd-green));box-shadow:0 18px 44px rgba(0,137,74,.17)}
.fd-theme-national-day .fd-account-avatar{background:rgba(90,186,28,.1);color:#baf096;border-color:rgba(90,186,28,.2)}
.fd-theme-national-day .fd-account-nav-list a{color:#b9cac5}
.fd-theme-national-day .fd-account-nav-list a:hover{background:rgba(255,255,255,.045);color:#fff}
.fd-theme-national-day .fd-account-nav-list a.is-active{background:rgba(90,186,28,.09);color:#baf096;box-shadow:inset -3px 0 var(--snd-lime)}
.fd-theme-national-day .fd-account-section-icon{background:rgba(90,186,28,.1);color:#baf096;border-color:rgba(90,186,28,.2)}
.fd-theme-national-day .fd-account-quick strong{color:#f5faf7}
.fd-theme-national-day .fd-account-banner{background:linear-gradient(120deg,#004438,#006b43);box-shadow:0 18px 42px rgba(0,137,74,.14)}
.fd-theme-national-day .fd-account-banner .fd-btn{background:var(--snd-lime);color:#08211d}
.fd-theme-national-day .fd-simple-table-head,.fd-theme-national-day .fd-simple-table-row,.fd-theme-national-day .fd-order-row,.fd-theme-national-day .fd-wallet-history>div{border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-order-tabs a{background:rgba(255,255,255,.035);border-color:var(--snd-line-dark);color:#a8bbb5}
.fd-theme-national-day .fd-order-tabs a.is-active{background:rgba(90,186,28,.1);border-color:rgba(90,186,28,.23);color:#c2f2a0}

/* Blog / article / generic content. */
.fd-theme-national-day .fd-blog,.fd-theme-national-day .fd-article{background:var(--snd-night)}
.fd-theme-national-day .fd-post-card-v4,.fd-theme-national-day .fd-home-post-card{background:linear-gradient(145deg,var(--snd-surface),#0a241f);border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-post-card-body h2 a,.fd-theme-national-day .fd-home-post-body h3 a,.fd-theme-national-day .fd-article-head h1{color:#f5faf7}
.fd-theme-national-day .fd-post-meta,.fd-theme-national-day .fd-article-meta,.fd-theme-national-day .fd-article-excerpt{color:#94aaa3}
.fd-theme-national-day .fd-article-content{color:#c3d2cd}
.fd-theme-national-day .fd-article-v4 .fd-article-content a{color:#9fe27d}
.fd-theme-national-day .fd-empty-v4,.fd-theme-national-day .fd-empty-state,.fd-theme-national-day .fd-commerce-empty{background:#0a241f;border-color:var(--snd-line-dark);color:#a8bbb5}

/* Alerts and status colors on dark backgrounds. */
.fd-theme-national-day :where(.fd-account-alert.is-success,.fd-cart-success,.fd-review-flash.is-success,.fd-commerce-alert.is-success){background:rgba(90,186,28,.09);border-color:rgba(90,186,28,.22);color:#b9ef96}
.fd-theme-national-day :where(.fd-account-alert.is-error,.fd-cart-error,.fd-commerce-alert.is-error,.fd-auth-error){background:rgba(151,26,77,.13);border-color:rgba(151,26,77,.3);color:#f1a9c4}
.fd-theme-national-day .fd-commerce-inline-warning,.fd-theme-national-day .fd-bank-pending{background:rgba(124,93,33,.14);border-color:rgba(124,93,33,.34);color:#e0c98f}
.fd-theme-national-day :where(.fd-product-ribbon,.fd-payment-status-pill,.fd-commerce-status,.fd-status-pill){border-color:var(--snd-line-dark)}

/* Footer becomes a true dark closing surface. */
.fd-theme-national-day .fd-site-footer{background:#041713;border-top-color:var(--snd-line-dark);color:#dceae5}
.fd-theme-national-day .fd-footer-benefits,.fd-theme-national-day .fd-footer-benefits-v4{background:#07221d;color:#fff}
.fd-theme-national-day .fd-footer-main-v4{
  background:
    linear-gradient(rgba(6,25,22,.965),rgba(6,25,22,.965)),
    repeating-linear-gradient(45deg,rgba(90,186,28,.08) 0 8px,transparent 8px 16px);
  color:#dceae5
}
.fd-theme-national-day .fd-footer-col-v4 h2,.fd-theme-national-day .fd-footer-service-v4 h2,.fd-theme-national-day .fd-footer-newsletter-v5 h2{color:#fff}
.fd-theme-national-day .fd-footer-links-v4 a,.fd-theme-national-day .fd-footer-contact-list a{color:#a9beb7}
.fd-theme-national-day .fd-footer-links-v4 a:hover,.fd-theme-national-day .fd-footer-contact-list a:hover{color:#bdf09a}
.fd-theme-national-day .fd-footer-social-v4 a{background:rgba(255,255,255,.045);border-color:var(--snd-line-dark);color:#dceae5}
.fd-theme-national-day .fd-footer-social-v4 a:hover{background:var(--snd-green);color:#fff;border-color:var(--snd-green)}
.fd-theme-national-day .fd-footer-contact-whatsapp{background:rgba(0,137,74,.09)!important;border-color:rgba(0,137,74,.22)!important;color:#a5e6b4!important}
.fd-theme-national-day .fd-footer-newsletter-form input{background:#09231e;border-color:var(--snd-line-dark);color:#fff}
.fd-theme-national-day .fd-footer-newsletter-form button{background:var(--snd-lime);color:#08211d;font-weight:950}
.fd-theme-national-day .fd-footer-trust-v5,.fd-theme-national-day .fd-footer-payments-v4{background:#08221d;border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-trust-item-v5{border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-trust-item-v5:hover{background:rgba(255,255,255,.035)}
.fd-theme-national-day .fd-payment-logo-v5{background:rgba(255,255,255,.94);border-color:rgba(255,255,255,.1)}
.fd-theme-national-day .fd-footer-bottom-v4{background:#020f0d;color:#829b94;border-top:1px solid rgba(255,255,255,.055)}

/* Home closing CTA: a focused conversion moment without pressure. */
.fd-theme-national-day .fd-home-cta{background:var(--snd-night)}
.fd-theme-national-day .fd-home-cta-card{
  background:
    radial-gradient(circle at 12% 30%,rgba(101,101,224,.16),transparent 30%),
    radial-gradient(circle at 84% 70%,rgba(151,26,77,.14),transparent 28%),
    linear-gradient(135deg,#0c342b,#08211d);
  border:1px solid rgba(90,186,28,.18);box-shadow:0 26px 65px rgba(0,0,0,.28)
}
.fd-theme-national-day .fd-home-cta-card h2{color:#fff}.fd-theme-national-day .fd-home-cta-card p{color:#aac0b8}
.fd-theme-national-day .fd-home-cta-card .fd-btn:first-child{background:var(--snd-lime);color:#08211d;text-shadow:none;box-shadow:var(--snd-glow-lime)}

/* Fine grain mobile behavior. */
@media(max-width:899px){
  .fd-theme-national-day .fd-site-header{background:rgba(6,25,22,.97)}
  .fd-theme-national-day .fd-menu-button{color:#fff}
  .fd-theme-national-day .fd-national-day-brand{background:rgba(0,38,34,.78)}
}
@media(max-width:780px){
  .fd-theme-national-day .fd-hero-v4{
    background:
      radial-gradient(circle at 90% 8%,rgba(101,101,224,.18),transparent 25%),
      radial-gradient(circle at 5% 84%,rgba(151,26,77,.16),transparent 27%),
      linear-gradient(160deg,#041713,#073028 58%,#061c18)
  }
  .fd-theme-national-day .fd-product-buy-actions{gap:9px}
  .fd-theme-national-day .fd-product-buy-actions .fd-buy-now{min-height:50px}
  .fd-theme-national-day .fd-commerce-primary,.fd-theme-national-day .fd-payment-btn{min-height:50px}
}
@media(max-width:600px){
  .fd-theme-national-day .fd-btn,.fd-theme-national-day .fd-commerce-primary,.fd-theme-national-day .fd-payment-btn{box-shadow:0 10px 26px rgba(0,137,74,.18)}
  .fd-theme-national-day .fd-hero-v4 .fd-btn-hero,.fd-theme-national-day .fd-product-buy-actions .fd-buy-now,.fd-theme-national-day .fd-commerce-primary,.fd-theme-national-day .fd-payment-btn{box-shadow:0 12px 30px rgba(90,186,28,.22)}
  .fd-theme-national-day :where(.fd-category-card-v4,.fd-product-card-v4,.fd-home-post-card,.fd-post-card-v4,.fd-account-quick):hover{transform:none}
}

/* Dark coverage for secondary components that are reused across account/catalog/cart. */
.fd-theme-national-day :where(
  .fd-cart-mini-item,.fd-live-search-results,.fd-live-search-list,.fd-live-search-item,.fd-catalog-toolbar,
  .fd-orders-table,.fd-order-item-card,.fd-order-doc-list>a,.fd-order-refund-list>div,.fd-document-list.is-card,
  .fd-document-list article,.fd-wallet-stats article,.fd-affiliate-stats article,.fd-account-flow-card,
  .fd-product-brand-card,.fd-brand-strip a,.fd-footer-credential-card,.fd-footer-trust-bottom,.fd-footer-trust-item
){background:#0a241f;border-color:var(--snd-line-dark);color:var(--snd-text)}
.fd-theme-national-day .fd-live-search-item:hover,.fd-theme-national-day .fd-live-search-all:hover{background:rgba(90,186,28,.07)}
.fd-theme-national-day .fd-live-search-all{background:#0b2a24;border-color:var(--snd-line-dark);color:#aee98b}
.fd-theme-national-day .fd-cart-mini-placeholder,.fd-theme-national-day .fd-home-post-media,.fd-theme-national-day .fd-post-card-media,.fd-theme-national-day .fd-taxonomy-hero-v4 picture{background:#071f1b}
.fd-theme-national-day .fd-cart-mini-item a,.fd-theme-national-day .fd-order-item-card a,.fd-theme-national-day .fd-order-item-v2 a{color:#edf6f2}
.fd-theme-national-day .fd-cart-mini-meta,.fd-theme-national-day .fd-order-item-meta,.fd-theme-national-day .fd-digital-meta{color:#8fa69f}
.fd-theme-national-day .fd-cart-mini-price,.fd-theme-national-day .fd-order-item-price,.fd-theme-national-day .fd-wallet-title-balance{color:#a6e984}
.fd-theme-national-day .fd-cart-mini-remove,.fd-theme-national-day .fd-cart-remove-v2{background:rgba(151,26,77,.08);color:#e8a0bb;border-color:rgba(151,26,77,.2)}
.fd-theme-national-day .fd-cart-quantity-v2 button{background:#0d2c26;color:#e9f3ef;border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-cart-panel-foot-v2>p{background:rgba(255,255,255,.035);border-color:var(--snd-line-dark);color:#a6bbb4}
.fd-theme-national-day .fd-brand-strip a:hover{background:rgba(90,186,28,.07);border-color:rgba(90,186,28,.24)}
.fd-theme-national-day .fd-pagination-v4 a,.fd-theme-national-day .fd-pagination-v4 span{background:#0a241f;border-color:var(--snd-line-dark);color:#b1c5be}
.fd-theme-national-day .fd-pagination-v4 a:hover{background:rgba(90,186,28,.08);border-color:rgba(90,186,28,.25);color:#bff09e}
.fd-theme-national-day .fd-order-tabs a.is-active b{background:var(--snd-lime);color:#08211d}
.fd-theme-national-day .fd-status-pill.is-warn,.fd-theme-national-day .fd-account-alert.is-warn{background:rgba(124,93,33,.14);border-color:rgba(124,93,33,.32);color:#e0c98f}
.fd-theme-national-day .fd-status-pill.is-error{background:rgba(151,26,77,.13);border-color:rgba(151,26,77,.3);color:#f0a8c2}
.fd-theme-national-day .fd-wallet-stats article.is-accent{background:linear-gradient(145deg,#004438,#006942);color:#fff;border-color:rgba(255,255,255,.08)}
.fd-theme-national-day .fd-wallet-history-icon.is-debit{background:rgba(151,26,77,.12);color:#eba5bf}
.fd-theme-national-day .fd-wallet-security.is-blocked{background:rgba(151,26,77,.1);border-color:rgba(151,26,77,.24)}
.fd-theme-national-day .fd-round-action{background:#0a241f;color:#dceae5;border-color:var(--snd-line-dark)}
.fd-theme-national-day .fd-round-action:hover,.fd-theme-national-day .fd-round-action.is-active{background:rgba(151,26,77,.14);color:#f2aac5;border-color:rgba(151,26,77,.3)}
.fd-theme-national-day .fd-product-brand-card{background:linear-gradient(145deg,#0e3029,#0a241f)}
.fd-theme-national-day .fd-product-brand-copy small{color:#8fa69f}
.fd-theme-national-day .fd-product-brand-copy strong{color:#f4faf7}
.fd-theme-national-day .fd-article-v4 .fd-tax-links a,.fd-theme-national-day .fd-article-v4 .fd-article-tags a{background:#0a241f;border-color:var(--snd-line-dark);color:#b2c7bf}
.fd-theme-national-day .fd-article-v4 .fd-tax-links a:hover,.fd-theme-national-day .fd-article-v4 .fd-article-tags a:hover{background:rgba(90,186,28,.08);color:#bff09e}

/* National Day dark checkout polish — secure note below the primary order CTA. */
.fd-theme-national-day .fd-checkout-review-page .fd-commerce-summary .fd-commerce-secure-note{
  display:block;
  margin:10px 0 0;
  padding:10px 12px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.075);
  border-radius:10px;
  color:#a9bdb6;
  font-size:10.5px;
  line-height:1.8;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.fd-theme-national-day .fd-checkout-review-page .fd-commerce-summary .fd-commerce-secure-note strong,
.fd-theme-national-day .fd-checkout-review-page .fd-commerce-summary .fd-commerce-secure-note a{
  color:#c9d9d4;
}
@media(max-width:600px){
  .fd-theme-national-day .fd-checkout-review-page .fd-commerce-summary .fd-commerce-secure-note{
    padding:9px 10px;
    font-size:10px;
    line-height:1.75;
  }
}

/* ======================================================================
   Dark Regression Lock — v3.4
   Purpose: prevent legacy light-surface selectors and higher-specificity
   checked/active states from reintroducing white cards in the dark theme.
   Keep intentional white logo tiles / third-party payment iframe untouched.
   ====================================================================== */

/* Core dark surfaces — explicit specificity + !important only for surfaces. */
.fd-theme-national-day .fd-commerce-card,
.fd-theme-national-day .fd-commerce-summary,
.fd-theme-national-day .fd-checkout-customer-card,
.fd-theme-national-day .fd-checkout-next-card,
.fd-theme-national-day .fd-checkout-contact,
.fd-theme-national-day .fd-payment-card,
.fd-theme-national-day .fd-payment-summary,
.fd-theme-national-day .fd-account-card,
.fd-theme-national-day .fd-account-profile-card,
.fd-theme-national-day .fd-account-field,
.fd-theme-national-day .fd-account-quick,
.fd-theme-national-day .fd-login-method,
.fd-theme-national-day .fd-orders-table,
.fd-theme-national-day .fd-order-status-grid > div,
.fd-theme-national-day .fd-order-money-grid > div,
.fd-theme-national-day .fd-order-item-v2,
.fd-theme-national-day .fd-document-list.is-card,
.fd-theme-national-day .fd-document-list article,
.fd-theme-national-day .fd-wallet-stats article,
.fd-theme-national-day .fd-digital-card,
.fd-theme-national-day .fd-refund-split > div,
.fd-theme-national-day .fd-affiliate-stats article,
.fd-theme-national-day .fd-affiliate-link,
.fd-theme-national-day .fd-simple-table,
.fd-theme-national-day .fd-simple-table-head,
.fd-theme-national-day .fd-review-summary-grid,
.fd-theme-national-day .fd-review-form,
.fd-theme-national-day .fd-review-login,
.fd-theme-national-day .fd-auth-switch,
.fd-theme-national-day .fd-wallet-security {
  background:linear-gradient(145deg,var(--snd-surface),#0a251f) !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
}

/* Checkout customer/contact blocks and product rows. */
.fd-theme-national-day .fd-checkout-contact > span,
.fd-theme-national-day .fd-checkout-product-copy > span,
.fd-theme-national-day .fd-checkout-product-options small,
.fd-theme-national-day .fd-checkout-product-copy .fd-commerce-details small,
.fd-theme-national-day .fd-checkout-next-card p,
.fd-theme-national-day .fd-commerce-card-head p {
  color:var(--snd-text-soft) !important;
}
.fd-theme-national-day .fd-checkout-contact > strong,
.fd-theme-national-day .fd-checkout-product-copy > strong,
.fd-theme-national-day .fd-commerce-card-head h2 {
  color:var(--snd-text) !important;
}
.fd-theme-national-day .fd-checkout-product-v2 {
  background:rgba(255,255,255,.018) !important;
  border-color:var(--snd-line-dark) !important;
}
.fd-theme-national-day .fd-checkout-product-image,
.fd-theme-national-day .fd-cart-line-image {
  background:#081f1b !important;
  border-color:var(--snd-line-dark) !important;
}

/* Steps: inactive circles should also belong to the dark system. */
.fd-theme-national-day .fd-commerce-steps b,
.fd-theme-national-day .fd-payment-steps b {
  background:#0d2b25 !important;
  border-color:var(--snd-line-strong) !important;
  color:#b5c8c2 !important;
}
.fd-theme-national-day .fd-commerce-steps .is-active b,
.fd-theme-national-day .fd-payment-steps .is-active b {
  background:var(--snd-green) !important;
  border-color:var(--snd-green) !important;
  color:#fff !important;
}
.fd-theme-national-day .fd-commerce-steps .is-done b,
.fd-theme-national-day .fd-payment-steps .is-done b {
  background:rgba(90,186,28,.14) !important;
  border-color:rgba(90,186,28,.30) !important;
  color:#bdf09a !important;
}
.fd-theme-national-day .fd-commerce-steps i,
.fd-theme-national-day .fd-payment-steps i {
  background:rgba(255,255,255,.18) !important;
}

/* Payment controls — active/checked states must stay dark, never pale green. */
.fd-theme-national-day .fd-payment-safe,
.fd-theme-national-day .fd-wallet-applied,
.fd-theme-national-day .fd-payment-choice,
.fd-theme-national-day .fd-payment-method,
.fd-theme-national-day .fd-bank-account-v2,
.fd-theme-national-day .fd-payment-method-detail-head > span,
.fd-theme-national-day .fd-payment-retry,
.fd-theme-national-day .fd-payment-test {
  background:#0d2b25 !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
}
.fd-theme-national-day .fd-payment-method:hover,
.fd-theme-national-day .fd-payment-choice:hover,
.fd-theme-national-day .fd-payment-method.is-active,
.fd-theme-national-day .fd-payment-method:has(input:checked),
.fd-theme-national-day .fd-payment-choice:has(input:checked),
.fd-theme-national-day .fd-bank-account-v2:has(input:checked) {
  background:rgba(90,186,28,.065) !important;
  border-color:rgba(90,186,28,.36) !important;
  box-shadow:0 0 0 3px rgba(90,186,28,.07) !important;
}
.fd-theme-national-day .fd-wallet-applied strong,
.fd-theme-national-day .fd-wallet-applied small,
.fd-theme-national-day .fd-payment-safe strong,
.fd-theme-national-day .fd-payment-safe small,
.fd-theme-national-day .fd-payment-method strong,
.fd-theme-national-day .fd-bank-account-v2 strong {
  color:inherit !important;
}
.fd-theme-national-day .fd-payment-method small,
.fd-theme-national-day .fd-payment-card-head p,
.fd-theme-national-day .fd-bank-account-v2 small,
.fd-theme-national-day .fd-bank-account-v2 dt,
.fd-theme-national-day .fd-payment-help,
.fd-theme-national-day .fd-payment-summary > p {
  color:var(--snd-text-soft) !important;
}

/* Account / orders / wallet secondary surfaces. */
.fd-theme-national-day .fd-account-title-stat {
  background:linear-gradient(145deg,#064b3d,#08704b) !important;
  border-color:rgba(90,186,28,.18) !important;
  color:#fff !important;
}
.fd-theme-national-day .fd-account-title-stat span,
.fd-theme-national-day .fd-account-field span,
.fd-theme-national-day .fd-login-method small,
.fd-theme-national-day .fd-order-status-grid span,
.fd-theme-national-day .fd-order-money-grid span,
.fd-theme-national-day .fd-document-list article small,
.fd-theme-national-day .fd-wallet-stats span,
.fd-theme-national-day .fd-wallet-stats small,
.fd-theme-national-day .fd-digital-meta,
.fd-theme-national-day .fd-digital-message,
.fd-theme-national-day .fd-affiliate-stats span,
.fd-theme-national-day .fd-simple-table-head {
  color:var(--snd-text-soft) !important;
}
.fd-theme-national-day .fd-account-field strong,
.fd-theme-national-day .fd-login-method strong,
.fd-theme-national-day .fd-order-status-grid strong,
.fd-theme-national-day .fd-order-money-grid strong,
.fd-theme-national-day .fd-document-list article strong,
.fd-theme-national-day .fd-wallet-stats strong,
.fd-theme-national-day .fd-digital-card strong,
.fd-theme-national-day .fd-affiliate-stats strong {
  color:var(--snd-text) !important;
}
.fd-theme-national-day .fd-order-money-grid > div.is-due {
  background:rgba(124,93,33,.15) !important;
  border-color:rgba(124,93,33,.34) !important;
}
.fd-theme-national-day .fd-order-money-grid > div.is-due strong {color:#e2ca91 !important}
.fd-theme-national-day .fd-order-money-grid > div.is-credit {
  background:rgba(0,80,175,.13) !important;
  border-color:rgba(0,80,175,.30) !important;
}
.fd-theme-national-day .fd-order-money-grid > div.is-credit strong {color:#93bee9 !important}
.fd-theme-national-day .fd-wallet-stats article.is-accent {
  background:linear-gradient(145deg,#004438,#006942) !important;
  border-color:rgba(255,255,255,.08) !important;
}
.fd-theme-national-day .fd-digital-card.is-locked {
  background:#0a211d !important;
  opacity:.76;
}
.fd-theme-national-day .fd-digital-inline {
  background:rgba(90,186,28,.07) !important;
  border-color:rgba(90,186,28,.20) !important;
}
.fd-theme-national-day .fd-digital-inline strong {color:#b9ef96 !important}
.fd-theme-national-day .fd-digital-inline small {color:#9fb6ae !important}

/* Reviews: remove legacy white review containers while preserving the blue score panel. */
.fd-theme-national-day .fd-review-score {
  background:linear-gradient(145deg,#004438,var(--snd-blue)) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.10) !important;
}
.fd-theme-national-day .fd-review-form > p,
.fd-theme-national-day .fd-review-login p,
.fd-theme-national-day .fd-review-item p,
.fd-theme-national-day .fd-review-item time {
  color:var(--snd-text-soft) !important;
}
.fd-theme-national-day .fd-review-item {
  background:rgba(255,255,255,.022) !important;
  border-color:var(--snd-line-dark) !important;
}
.fd-theme-national-day .fd-rating-bars i {background:rgba(255,255,255,.09) !important}

/* Alerts/statuses: tinted dark variants instead of legacy pastel/white chips. */
.fd-theme-national-day .fd-account-alert.is-info,
.fd-theme-national-day .fd-payment-notice.is-info {
  background:rgba(0,80,175,.12) !important;
  border-color:rgba(0,80,175,.28) !important;
  color:#a9cbed !important;
}
.fd-theme-national-day .fd-account-alert.is-warn,
.fd-theme-national-day .fd-payment-notice.is-warn,
.fd-theme-national-day .fd-payment-sandbox {
  background:rgba(124,93,33,.16) !important;
  border-color:rgba(124,93,33,.34) !important;
  color:#e3cc95 !important;
}
.fd-theme-national-day .fd-payment-notice.is-success,
.fd-theme-national-day .fd-commerce-status.is-ok {
  background:rgba(90,186,28,.10) !important;
  border-color:rgba(90,186,28,.24) !important;
  color:#b9ef96 !important;
}
.fd-theme-national-day .fd-payment-notice.is-error,
.fd-theme-national-day .fd-commerce-status.is-warn {
  background:rgba(151,26,77,.13) !important;
  border-color:rgba(151,26,77,.30) !important;
  color:#f1a9c4 !important;
}

/* Keep only deliberate white tiles for image/logo legibility. */
.fd-theme-national-day .fd-payment-logo-v5,
.fd-theme-national-day .fd-footer-credential-card img,
.fd-theme-national-day .fd-trust-item-v5 img {
  color-scheme:light;
}

/* Do not theme the embedded third-party gateway viewport itself. */
.fd-theme-national-day .fd-payment-gateway {
  background:#fff;
  color-scheme:light;
}
/* ================================================================
   Full Theme Dark Surface Contract — v4.0
   Comprehensive audit lock for every currently used FDserv view.
   This block intentionally has high specificity and lives LAST.
   Only explicit logo/image tiles and the third-party gateway stay light.
   ================================================================ */

/* 1) Page canvases: never let a legacy white page gradient return. */
html body.fd-theme-national-day,
body.fd-theme-national-day .fd-main,
body.fd-theme-national-day .fd-home,
body.fd-theme-national-day .fd-home-v4,
body.fd-theme-national-day .fd-store-page,
body.fd-theme-national-day .fd-store-page-v4,
body.fd-theme-national-day .fd-product-detail-page,
body.fd-theme-national-day .fd-product-detail-page-v2,
body.fd-theme-national-day .fd-commerce-page,
body.fd-theme-national-day .fd-account-page,
body.fd-theme-national-day .fd-blog,
body.fd-theme-national-day .fd-blog-v4,
body.fd-theme-national-day .fd-article,
body.fd-theme-national-day.fd-payment-page {
  background:var(--snd-night) !important;
  color:var(--snd-text) !important;
}

/* 2) Primary cards/sheets/panels across the entire storefront. */
body.fd-theme-national-day .fd-panel,
body.fd-theme-national-day .fd-panel-head,
body.fd-theme-national-day .fd-panel-foot,
body.fd-theme-national-day .fd-auth-panel,
body.fd-theme-national-day .fd-auth-card,
body.fd-theme-national-day .fd-auth-switch,
body.fd-theme-national-day .fd-live-search-results,
body.fd-theme-national-day .fd-live-search-list,
body.fd-theme-national-day .fd-category-card,
body.fd-theme-national-day .fd-category-card-v4,
body.fd-theme-national-day .fd-product-card-v1,
body.fd-theme-national-day .fd-product-card-v4,
body.fd-theme-national-day .fd-value-card,
body.fd-theme-national-day .fd-home-post-card,
body.fd-theme-national-day .fd-post-card-v4,
body.fd-theme-national-day .fd-home-cta-card,
body.fd-theme-national-day .fd-taxonomy-hero-v4,
body.fd-theme-national-day .fd-catalog-toolbar,
body.fd-theme-national-day .fd-product-gallery-card,
body.fd-theme-national-day .fd-product-purchase-card,
body.fd-theme-national-day .fd-product-brand-card,
body.fd-theme-national-day .fd-product-description,
body.fd-theme-national-day .fd-product-reviews,
body.fd-theme-national-day .fd-surface-card,
body.fd-theme-national-day .fd-review-summary-grid,
body.fd-theme-national-day .fd-review-form,
body.fd-theme-national-day .fd-review-login,
body.fd-theme-national-day .fd-commerce-empty,
body.fd-theme-national-day .fd-cart-line-v2,
body.fd-theme-national-day .fd-commerce-summary,
body.fd-theme-national-day .fd-commerce-card,
body.fd-theme-national-day .fd-checkout-customer-card,
body.fd-theme-national-day .fd-checkout-next-card,
body.fd-theme-national-day .fd-payment-card,
body.fd-theme-national-day .fd-payment-summary,
body.fd-theme-national-day .fd-account-nav,
body.fd-theme-national-day .fd-account-card,
body.fd-theme-national-day .fd-account-profile-card,
body.fd-theme-national-day .fd-account-field,
body.fd-theme-national-day .fd-account-quick,
body.fd-theme-national-day .fd-login-method,
body.fd-theme-national-day .fd-order-tabs,
body.fd-theme-national-day .fd-orders-table,
body.fd-theme-national-day .fd-account-empty,
body.fd-theme-national-day .fd-account-flow-card,
body.fd-theme-national-day .fd-document-list.is-card,
body.fd-theme-national-day .fd-document-list article,
body.fd-theme-national-day .fd-wallet-stats article,
body.fd-theme-national-day .fd-digital-card,
body.fd-theme-national-day .fd-refund-row,
body.fd-theme-national-day .fd-refund-split > div,
body.fd-theme-national-day .fd-affiliate-stats article,
body.fd-theme-national-day .fd-simple-table,
body.fd-theme-national-day .fd-profile-form,
body.fd-theme-national-day .fd-wallet-security,
body.fd-theme-national-day .fd-footer-trust-v5,
body.fd-theme-national-day .fd-footer-payments-v4 {
  background:linear-gradient(145deg,var(--snd-surface),#0a251f) !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
  box-shadow:none;
}

/* 3) Secondary surfaces, media wells, rows, controls and small cards. */
body.fd-theme-national-day .fd-section-soft,
body.fd-theme-national-day .fd-home-v4 .fd-section-soft,
body.fd-theme-national-day .fd-home-blog,
body.fd-theme-national-day .fd-home-journey,
body.fd-theme-national-day .fd-home-trust-strip,
body.fd-theme-national-day .fd-hero-product,
body.fd-theme-national-day .fd-hero-product-caption,
body.fd-theme-national-day .fd-hero-float,
body.fd-theme-national-day .fd-hero-showcase-fallback,
body.fd-theme-national-day .fd-category-media,
body.fd-theme-national-day .fd-category-icon,
body.fd-theme-national-day .fd-product-card-image,
body.fd-theme-national-day .fd-product-card-placeholder,
body.fd-theme-national-day .fd-product-main-media,
body.fd-theme-national-day .fd-product-media-placeholder,
body.fd-theme-national-day .fd-product-thumbnails button,
body.fd-theme-national-day .fd-product-promotion,
body.fd-theme-national-day .fd-product-trust-grid > div,
body.fd-theme-national-day .fd-product-trust-v2 > div,
body.fd-theme-national-day .fd-product-social-proof,
body.fd-theme-national-day .fd-config-group,
body.fd-theme-national-day .fd-config-note,
body.fd-theme-national-day .fd-product-card-open,
body.fd-theme-national-day .fd-round-action,
body.fd-theme-national-day .fd-product-brand-logo,
body.fd-theme-national-day .fd-review-item,
body.fd-theme-national-day .fd-rating-bars i,
body.fd-theme-national-day .fd-review-avatar,
body.fd-theme-national-day .fd-commerce-empty-icon,
body.fd-theme-national-day .fd-cart-line-image,
body.fd-theme-national-day .fd-cart-line-tags span,
body.fd-theme-national-day .fd-commerce-details dl,
body.fd-theme-national-day .fd-cart-quantity-v2 button,
body.fd-theme-national-day .fd-commerce-lock,
body.fd-theme-national-day .fd-commerce-coupon,
body.fd-theme-national-day .fd-commerce-coupon button,
body.fd-theme-national-day .fd-checkout-contact,
body.fd-theme-national-day .fd-checkout-product-v2,
body.fd-theme-national-day .fd-checkout-product-image,
body.fd-theme-national-day .fd-payment-safe,
body.fd-theme-national-day .fd-wallet-applied,
body.fd-theme-national-day .fd-payment-choice,
body.fd-theme-national-day .fd-payment-method,
body.fd-theme-national-day .fd-payment-method-icon,
body.fd-theme-national-day .fd-payment-card-icon,
body.fd-theme-national-day .fd-payment-method-detail-head > span,
body.fd-theme-national-day .fd-bank-account-v2,
body.fd-theme-national-day .fd-payment-retry,
body.fd-theme-national-day .fd-payment-test,
body.fd-theme-national-day .fd-account-section-icon,
body.fd-theme-national-day .fd-account-flow-destination,
body.fd-theme-national-day .fd-orders-head,
body.fd-theme-national-day .fd-order-tabs a,
body.fd-theme-national-day .fd-order-tabs a b,
body.fd-theme-national-day .fd-order-status-grid > div,
body.fd-theme-national-day .fd-order-money-grid > div,
body.fd-theme-national-day .fd-order-item-v2,
body.fd-theme-national-day .fd-inline-note,
body.fd-theme-national-day .fd-digital-inline,
body.fd-theme-national-day .fd-document-icon,
body.fd-theme-national-day .fd-wallet-redeem,
body.fd-theme-national-day .fd-wallet-history-icon,
body.fd-theme-national-day .fd-digital-card.is-locked,
body.fd-theme-national-day .fd-affiliate-link,
body.fd-theme-national-day .fd-simple-table-head,
body.fd-theme-national-day .fd-account-empty.is-inline,
body.fd-theme-national-day .fd-footer-benefit-icon,
body.fd-theme-national-day .fd-footer-social-v4 a,
body.fd-theme-national-day .fd-footer-contact-list a,
body.fd-theme-national-day .fd-footer-newsletter-form input,
body.fd-theme-national-day .fd-footer-contact-whatsapp,
body.fd-theme-national-day .fd-store-count,
body.fd-theme-national-day .fd-catalog-chips a,
body.fd-theme-national-day .fd-catalog-brands a,
body.fd-theme-national-day .fd-pagination-v4 a,
body.fd-theme-national-day .fd-pagination-v4 span,
body.fd-theme-national-day .fd-article-v4 .fd-tax-links a,
body.fd-theme-national-day .fd-article-v4 .fd-article-tags a {
  background:#0a241f !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
  box-shadow:none;
}

/* Media areas may be slightly deeper so product artwork remains visually separated. */
body.fd-theme-national-day .fd-product-card-image,
body.fd-theme-national-day .fd-product-main-media,
body.fd-theme-national-day .fd-checkout-product-image,
body.fd-theme-national-day .fd-cart-line-image,
body.fd-theme-national-day .fd-home-post-media,
body.fd-theme-national-day .fd-post-card-media,
body.fd-theme-national-day .fd-taxonomy-hero-v4 picture,
body.fd-theme-national-day .fd-no-image,
body.fd-theme-national-day .fd-hero-product-media,
body.fd-theme-national-day .fd-hero-float-product img {
  background:#071f1b !important;
  border-color:var(--snd-line-dark) !important;
}

/* 4) Header/mobile search/live search — a frequent source of white regressions. */
body.fd-theme-national-day .fd-site-header,
body.fd-theme-national-day .fd-site-header.is-sticky,
body.fd-theme-national-day .fd-header-search,
body.fd-theme-national-day .fd-header-search .fd-search-input-shell,
body.fd-theme-national-day .fd-mobile-search-overlay-head {
  background:rgba(6,25,22,.97) !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
}
body.fd-theme-national-day .fd-header-search input,
body.fd-theme-national-day .fd-header-search .fd-search-input-shell input,
body.fd-theme-national-day .fd-store-search-v4 input,
body.fd-theme-national-day .fd-store-search-mobile input,
body.fd-theme-national-day .fd-auth-text-input,
body.fd-theme-national-day .fd-auth-phone-field,
body.fd-theme-national-day .fd-auth-code input,
body.fd-theme-national-day .fd-config input[type="text"],
body.fd-theme-national-day .fd-config input[type="number"],
body.fd-theme-national-day .fd-config input[type="url"],
body.fd-theme-national-day .fd-config input[type="email"],
body.fd-theme-national-day .fd-config input[type="file"],
body.fd-theme-national-day .fd-config input[type="date"],
body.fd-theme-national-day .fd-config select,
body.fd-theme-national-day .fd-config textarea,
body.fd-theme-national-day .fd-review-form input[type="text"],
body.fd-theme-national-day .fd-review-form textarea,
body.fd-theme-national-day .fd-profile-form input,
body.fd-theme-national-day .fd-account-flow-form input,
body.fd-theme-national-day .fd-wallet-redeem input,
body.fd-theme-national-day .fd-bank-form-v2 input,
body.fd-theme-national-day .fd-bank-form-v2 select,
body.fd-theme-national-day .fd-bank-form-v2 textarea {
  background:#091f1b !important;
  color:var(--snd-text) !important;
  border-color:var(--snd-line-strong) !important;
  -webkit-text-fill-color:var(--snd-text);
}
body.fd-theme-national-day input::placeholder,
body.fd-theme-national-day textarea::placeholder {color:#78938b !important;opacity:1}
body.fd-theme-national-day .fd-live-search-item,
body.fd-theme-national-day .fd-live-search-all,
body.fd-theme-national-day .fd-live-search-loading,
body.fd-theme-national-day .fd-live-search-empty {
  background:#0a241f !important;
  color:var(--snd-text) !important;
  border-color:var(--snd-line-dark) !important;
}
body.fd-theme-national-day .fd-live-search-item:hover,
body.fd-theme-national-day .fd-live-search-item:focus-visible,
body.fd-theme-national-day .fd-live-search-all:hover {
  background:#10362e !important;
  color:#c8f3aa !important;
}
body.fd-theme-national-day .fd-live-search-item img,
body.fd-theme-national-day .fd-live-search-placeholder {background:#071f1b !important}

/* 5) Authentication drawer/modal. */
body.fd-theme-national-day .fd-auth-close,
body.fd-theme-national-day .fd-auth-back,
body.fd-theme-national-day .fd-auth-socials a,
body.fd-theme-national-day .fd-auth-phone-field > span,
body.fd-theme-national-day .fd-auth-avatar {
  background:#0a241f !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
}
body.fd-theme-national-day .fd-auth-socials a:hover,
body.fd-theme-national-day .fd-auth-socials a:focus-visible {background:#10362e !important}
body.fd-theme-national-day .fd-auth-error {
  background:rgba(151,26,77,.14) !important;
  border-color:rgba(151,26,77,.32) !important;
  color:#f3b0c8 !important;
}

/* 6) Text hierarchy: prevent pale text on light legacy cards AND dark text on dark cards. */
body.fd-theme-national-day .fd-main h1,
body.fd-theme-national-day .fd-main h2,
body.fd-theme-national-day .fd-main h3,
body.fd-theme-national-day .fd-main h4,
body.fd-theme-national-day .fd-main label,
body.fd-theme-national-day .fd-main legend,
body.fd-theme-national-day .fd-main dt,
body.fd-theme-national-day .fd-main th,
body.fd-theme-national-day .fd-main strong,
body.fd-theme-national-day .fd-panel h2,
body.fd-theme-national-day .fd-panel strong,
body.fd-theme-national-day .fd-site-footer h2,
body.fd-theme-national-day .fd-site-footer strong {
  color:var(--snd-text) !important;
}
body.fd-theme-national-day .fd-main p,
body.fd-theme-national-day .fd-main small,
body.fd-theme-national-day .fd-main dd,
body.fd-theme-national-day .fd-main time,
body.fd-theme-national-day .fd-main .fd-help,
body.fd-theme-national-day .fd-main .fd-muted,
body.fd-theme-national-day .fd-panel p,
body.fd-theme-national-day .fd-panel small,
body.fd-theme-national-day .fd-site-footer p,
body.fd-theme-national-day .fd-site-footer small {
  color:var(--snd-text-soft) !important;
}
/* Explicit accent text restores after the broad readability contract. */
body.fd-theme-national-day .fd-eyebrow,
body.fd-theme-national-day .fd-section-kicker,
body.fd-theme-national-day .fd-store-kicker,
body.fd-theme-national-day .fd-commerce-eyebrow,
body.fd-theme-national-day .fd-account-title .fd-eyebrow,
body.fd-theme-national-day .fd-product-brand,
body.fd-theme-national-day .fd-product-card-brand,
body.fd-theme-national-day .fd-section-heading > span,
body.fd-theme-national-day .fd-section-link,
body.fd-theme-national-day .fd-article-back,
body.fd-theme-national-day .fd-commerce-back,
body.fd-theme-national-day .fd-payment-back {
  color:#8fdf79 !important;
}
body.fd-theme-national-day .fd-product-card-price strong,
body.fd-theme-national-day .fd-product-price strong,
body.fd-theme-national-day .fd-product-price-v2 strong,
body.fd-theme-national-day .fd-commerce-grand strong,
body.fd-theme-national-day .fd-document-amount,
body.fd-theme-national-day .fd-wallet-title-balance .fd-money,
body.fd-theme-national-day .fd-wallet-stats .fd-money {
  color:#a7ef78 !important;
}

/* 7) Statuses/alerts — dark tinted, readable and semantically distinct. */
body.fd-theme-national-day .fd-commerce-alert.is-success,
body.fd-theme-national-day .fd-account-alert.is-success,
body.fd-theme-national-day .fd-review-flash.is-success,
body.fd-theme-national-day .fd-commerce-status.is-ok,
body.fd-theme-national-day .fd-payment-notice.is-success,
body.fd-theme-national-day .fd-status-pill.is-success {
  background:rgba(90,186,28,.11) !important;
  border-color:rgba(90,186,28,.27) !important;
  color:#bdf19a !important;
}
body.fd-theme-national-day .fd-commerce-alert.is-error,
body.fd-theme-national-day .fd-account-alert.is-error,
body.fd-theme-national-day .fd-review-flash.is-error,
body.fd-theme-national-day .fd-payment-notice.is-error,
body.fd-theme-national-day .fd-status-pill.is-error,
body.fd-theme-national-day .fd-commerce-status.is-warn {
  background:rgba(151,26,77,.14) !important;
  border-color:rgba(151,26,77,.32) !important;
  color:#f3b0c8 !important;
}
body.fd-theme-national-day .fd-account-alert.is-info,
body.fd-theme-national-day .fd-payment-notice.is-info,
body.fd-theme-national-day .fd-status-pill.is-info {
  background:rgba(0,80,175,.14) !important;
  border-color:rgba(0,80,175,.32) !important;
  color:#afd0f2 !important;
}
body.fd-theme-national-day .fd-account-alert.is-warn,
body.fd-theme-national-day .fd-payment-notice.is-warn,
body.fd-theme-national-day .fd-payment-sandbox,
body.fd-theme-national-day .fd-inline-note,
body.fd-theme-national-day .fd-commerce-inline-warning,
body.fd-theme-national-day .fd-payment-retry,
body.fd-theme-national-day .fd-payment-test,
body.fd-theme-national-day .fd-status-pill.is-warn,
body.fd-theme-national-day .fd-payment-status-pill.is-pending {
  background:rgba(124,93,33,.17) !important;
  border-color:rgba(124,93,33,.36) !important;
  color:#e7d09a !important;
}
body.fd-theme-national-day .fd-status-pill.is-purple {
  background:rgba(101,101,224,.14) !important;
  border-color:rgba(101,101,224,.31) !important;
  color:#c5c5ff !important;
}
body.fd-theme-national-day .fd-status-pill.is-muted {
  background:rgba(255,255,255,.055) !important;
  border-color:var(--snd-line-dark) !important;
  color:#b1c4bd !important;
}

/* 8) Product interactions and review details. */
body.fd-theme-national-day .fd-product-buy-actions .fd-buy-now {
  background:linear-gradient(135deg,var(--snd-lime),#66c42b) !important;
  color:#071b17 !important;
  border-color:rgba(135,224,88,.72) !important;
}
body.fd-theme-national-day .fd-product-buy-actions > button:not(.fd-buy-now) {
  background:linear-gradient(135deg,var(--snd-green),#007442) !important;
  color:#fff !important;
}
body.fd-theme-national-day .fd-round-action:hover,
body.fd-theme-national-day .fd-product-card-open:hover,
body.fd-theme-national-day .fd-product-thumbnails button:hover,
body.fd-theme-national-day .fd-product-thumbnails button.is-active {
  background:#10362e !important;
  border-color:rgba(90,186,28,.42) !important;
  color:#bdf09a !important;
}
body.fd-theme-national-day .fd-round-action.is-active {
  background:rgba(151,26,77,.17) !important;
  border-color:rgba(151,26,77,.36) !important;
  color:#f5b5cd !important;
}
body.fd-theme-national-day .fd-product-trust-grid > div > span,
body.fd-theme-national-day .fd-value-icon,
body.fd-theme-national-day .fd-value-strip-v4 .fd-value-icon {
  background:rgba(90,186,28,.09) !important;
  color:#aee985 !important;
  border-color:rgba(90,186,28,.19) !important;
}
body.fd-theme-national-day .fd-review-score {
  background:linear-gradient(145deg,#004438,var(--snd-blue)) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.10) !important;
}
body.fd-theme-national-day .fd-review-score strong,
body.fd-theme-national-day .fd-review-score span {color:#fff !important}

/* 9) Cart + checkout controls, including the secure note regression. */
body.fd-theme-national-day .fd-cart-remove-v2,
body.fd-theme-national-day .fd-cart-mini-remove {
  background:rgba(151,26,77,.13) !important;
  border-color:rgba(151,26,77,.28) !important;
  color:#f3abc5 !important;
}
body.fd-theme-national-day .fd-commerce-coupon-applied {
  background:rgba(90,186,28,.08) !important;
  border-color:rgba(90,186,28,.22) !important;
  color:#b7ed96 !important;
}
body.fd-theme-national-day .fd-commerce-secure-note,
body.fd-theme-national-day .fd-cart-panel-foot-v2 > p {
  background:rgba(255,255,255,.035) !important;
  border:1px solid var(--snd-line-dark) !important;
  color:#a9beb7 !important;
}
body.fd-theme-national-day .fd-commerce-secure-note strong {color:#dcebe5 !important}
body.fd-theme-national-day .fd-commerce-steps b,
body.fd-theme-national-day .fd-payment-steps b {
  background:#0d2b25 !important;
  border-color:var(--snd-line-strong) !important;
  color:#b5c8c2 !important;
}
body.fd-theme-national-day .fd-commerce-steps .is-active b,
body.fd-theme-national-day .fd-payment-steps .is-active b {
  background:var(--snd-green) !important;
  color:#fff !important;
  border-color:var(--snd-green) !important;
}
body.fd-theme-national-day .fd-commerce-steps .is-done b,
body.fd-theme-national-day .fd-payment-steps .is-done b {
  background:rgba(90,186,28,.14) !important;
  color:#bdf09a !important;
  border-color:rgba(90,186,28,.30) !important;
}
body.fd-theme-national-day .fd-commerce-steps i,
body.fd-theme-national-day .fd-payment-steps i {background:rgba(255,255,255,.19) !important}

/* 10) Payment states — no checked/active selector may reintroduce pastel white. */
body.fd-theme-national-day .fd-payment-method:hover,
body.fd-theme-national-day .fd-payment-choice:hover,
body.fd-theme-national-day .fd-payment-method.is-active,
body.fd-theme-national-day .fd-payment-method:has(input:checked),
body.fd-theme-national-day .fd-payment-choice:has(input:checked),
body.fd-theme-national-day .fd-bank-account-v2:has(input:checked) {
  background:rgba(90,186,28,.07) !important;
  border-color:rgba(90,186,28,.37) !important;
  color:var(--snd-text) !important;
  box-shadow:0 0 0 3px rgba(90,186,28,.07) !important;
}
body.fd-theme-national-day .fd-payment-btn.is-secondary {
  background:#0a241f !important;
  color:#dcebe5 !important;
  border-color:var(--snd-line-strong) !important;
  box-shadow:none !important;
}
body.fd-theme-national-day .fd-payment-btn.is-danger {
  background:rgba(151,26,77,.15) !important;
  color:#f4b3ca !important;
  border-color:rgba(151,26,77,.34) !important;
  box-shadow:none !important;
}

/* 11) Account navigation, orders, wallet and documents. */
body.fd-theme-national-day .fd-account-nav-list a:hover,
body.fd-theme-national-day .fd-account-nav-list a.is-active,
body.fd-theme-national-day .fd-order-tabs a:hover,
body.fd-theme-national-day .fd-order-tabs a.is-active,
body.fd-theme-national-day .fd-order-action:hover {
  background:rgba(90,186,28,.075) !important;
  color:#c3f19e !important;
  border-color:rgba(90,186,28,.25) !important;
}
body.fd-theme-national-day .fd-order-tabs a.is-active b {
  background:rgba(90,186,28,.16) !important;
  color:#c3f19e !important;
}
body.fd-theme-national-day .fd-account-title-stat,
body.fd-theme-national-day .fd-wallet-stats article.is-accent {
  background:linear-gradient(145deg,#064b3d,#08704b) !important;
  border-color:rgba(90,186,28,.19) !important;
  color:#fff !important;
}
body.fd-theme-national-day .fd-order-money-grid > div.is-due {
  background:rgba(124,93,33,.16) !important;
  border-color:rgba(124,93,33,.35) !important;
}
body.fd-theme-national-day .fd-order-money-grid > div.is-credit {
  background:rgba(0,80,175,.14) !important;
  border-color:rgba(0,80,175,.31) !important;
}
body.fd-theme-national-day .fd-wallet-security.is-blocked {
  background:rgba(151,26,77,.12) !important;
  border-color:rgba(151,26,77,.29) !important;
  color:#efb0c5 !important;
}
body.fd-theme-national-day .fd-wallet-security-icon {
  background:rgba(90,186,28,.09) !important;
  color:#b4ea90 !important;
}
body.fd-theme-national-day .fd-wallet-security.is-blocked .fd-wallet-security-icon {
  background:rgba(151,26,77,.16) !important;
  color:#f0abc4 !important;
}

/* 12) Footer: dark throughout; only actual logo image tiles may remain light. */
body.fd-theme-national-day .fd-site-footer,
body.fd-theme-national-day .fd-site-footer-v4,
body.fd-theme-national-day .fd-footer-main-v4,
body.fd-theme-national-day .fd-footer-bottom-v4,
body.fd-theme-national-day .fd-footer-benefits,
body.fd-theme-national-day .fd-footer-benefits-v4 {
  background:#061916 !important;
  color:var(--snd-text) !important;
  border-color:var(--snd-line-dark) !important;
}
body.fd-theme-national-day .fd-footer-benefits,
body.fd-theme-national-day .fd-footer-benefits-v4 {background:#07221d !important}
body.fd-theme-national-day .fd-footer-bottom-v4 {background:#020f0d !important}
body.fd-theme-national-day .fd-footer-links-v4 a,
body.fd-theme-national-day .fd-footer-contact-list a {color:#a9beb7 !important}
body.fd-theme-national-day .fd-footer-links-v4 a:hover,
body.fd-theme-national-day .fd-footer-contact-list a:hover {color:#bdf09a !important}

/* 13) Official Riyal mark: the source SVG is dark; make it legible on dark surfaces. */
body.fd-theme-national-day .fd-riyal-symbol {
  filter:brightness(0) invert(1) !important;
  opacity:.82;
}
body.fd-theme-national-day del .fd-riyal-symbol {opacity:.48}

/* 14) Intentional light exceptions only.
   Credential/payment-logo images often contain dark artwork and need a neutral tile.
   The embedded third-party gateway must retain its own light color scheme. */
body.fd-theme-national-day .fd-payment-logo-v5,
body.fd-theme-national-day .fd-footer-credential-card img,
body.fd-theme-national-day .fd-trust-item-v5 img {
  background:#f7faf8 !important;
  border-color:rgba(255,255,255,.12) !important;
  color-scheme:light;
}
body.fd-theme-national-day .fd-payment-gateway {
  background:#fff !important;
  color:#17211e !important;
  color-scheme:light;
}

/* 15) Mobile/tablet hard lock. Legacy mobile rules previously restored white search/header sheets. */
@media(max-width:780px){
  body.fd-theme-national-day .fd-site-header,
  body.fd-theme-national-day .fd-header-search,
  body.fd-theme-national-day .fd-header-search .fd-search-input-shell,
  body.fd-theme-national-day .fd-live-search-results,
  body.fd-theme-national-day .fd-live-search-list,
  body.fd-theme-national-day .fd-live-search-item,
  body.fd-theme-national-day .fd-live-search-all,
  body.fd-theme-national-day .fd-live-search-loading,
  body.fd-theme-national-day .fd-live-search-empty {
    background:#071f1b !important;
    color:var(--snd-text) !important;
    border-color:var(--snd-line-dark) !important;
  }
  body.fd-theme-national-day .fd-mobile-search-close:hover,
  body.fd-theme-national-day .fd-mobile-search-close:focus-visible {
    background:rgba(151,26,77,.15) !important;
    color:#f3b0c8 !important;
  }
}

/* 16) Coverage closure from the full selector audit. */
body.fd-theme-national-day .fd-account-avatar,
body.fd-theme-national-day .fd-empty-v4,
body.fd-theme-national-day .fd-hero,
body.fd-theme-national-day .fd-hero-v4,
body.fd-theme-national-day .fd-hero-showcase,
body.fd-theme-national-day .fd-product-gallery-v2,
body.fd-theme-national-day .fd-product-main-image {
  background:#071f1b !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
}
body.fd-theme-national-day .fd-hero-v4 {
  background:
    radial-gradient(circle at 14% 20%,rgba(151,26,77,.22),transparent 24%),
    radial-gradient(circle at 84% 18%,rgba(101,101,224,.22),transparent 28%),
    radial-gradient(circle at 76% 78%,rgba(0,80,175,.18),transparent 27%),
    radial-gradient(circle at 26% 85%,rgba(124,93,33,.20),transparent 24%),
    linear-gradient(135deg,#041713 0,#073028 52%,#061c18 100%) !important;
}
body.fd-theme-national-day .fd-hero-badge,
body.fd-theme-national-day .fd-hero-trust span::before,
body.fd-theme-national-day .fd-commerce-step-badge {
  background:rgba(90,186,28,.10) !important;
  border-color:rgba(90,186,28,.25) !important;
  color:#c4f0a1 !important;
}
body.fd-theme-national-day .fd-brand-strip a,
body.fd-theme-national-day .fd-btn-secondary {
  background:#0a241f !important;
  border-color:var(--snd-line-dark) !important;
  color:#dcebe5 !important;
}
body.fd-theme-national-day .fd-brand-strip a:hover,
body.fd-theme-national-day .fd-btn-secondary:hover {
  background:#10362e !important;
  border-color:rgba(90,186,28,.31) !important;
  color:#c8f3aa !important;
}
body.fd-theme-national-day .fd-search-clear:hover,
body.fd-theme-national-day .fd-search-clear:focus-visible,
body.fd-theme-national-day .fd-footer-backtop a:hover {
  background:rgba(90,186,28,.10) !important;
  color:#c8f3aa !important;
}
body.fd-theme-national-day .fd-primary-nav .fd-submenu,
body.fd-theme-national-day .fd-submenu {
  background:#0b2822 !important;
  border-color:var(--snd-line-strong) !important;
  color:var(--snd-text) !important;
}

/* 17) Text contrast closure from the legacy color audit. */
body.fd-theme-national-day .fd-mobile-search-overlay-head h2,
body.fd-theme-national-day .fd-header-action-label,
body.fd-theme-national-day .fd-header-actions .fd-icon-action::after,
body.fd-theme-national-day .fd-cart-line-title,
body.fd-theme-national-day .fd-cart-line-tags b,
body.fd-theme-national-day .fd-order-item-meta b,
body.fd-theme-national-day .fd-digital-meta b,
body.fd-theme-national-day .fd-digital-project-count b,
body.fd-theme-national-day .fd-product-richtext,
body.fd-theme-national-day .fd-product-short-v2,
body.fd-theme-national-day .fd-account-nav-list a,
body.fd-theme-national-day .fd-order-details summary,
body.fd-theme-national-day .fd-commerce-details summary,
body.fd-theme-national-day .fd-wallet-custom-v2 summary,
body.fd-theme-national-day .fd-commerce-coupon form > label,
body.fd-theme-national-day .fd-account-flow-form label > span,
body.fd-theme-national-day .fd-profile-form label span,
body.fd-theme-national-day .fd-product-brand-copy > span,
body.fd-theme-national-day .fd-purchased-count,
body.fd-theme-national-day .fd-favorite-count,
body.fd-theme-national-day .fd-checkout-product-options small,
body.fd-theme-national-day .fd-hero-trust,
body.fd-theme-national-day .fd-hero-copy-wrap .fd-hero-copy,
body.fd-theme-national-day .fd-footer-menu-v4 a,
body.fd-theme-national-day .fd-footer-brand-v4 > p,
body.fd-theme-national-day .fd-trust-item-v5,
body.fd-theme-national-day .fd-trust-item-v5 strong,
body.fd-theme-national-day .fd-footer-benefit strong,
body.fd-theme-national-day .fd-footer-backtop a {
  color:var(--snd-text-soft) !important;
}
body.fd-theme-national-day .fd-cart-line-price strong,
body.fd-theme-national-day .fd-commerce-summary-rows strong,
body.fd-theme-national-day .fd-payment-summary-rows strong,
body.fd-theme-national-day .fd-payment-external strong,
body.fd-theme-national-day .fd-wallet-available strong,
body.fd-theme-national-day .fd-wallet-stats strong,
body.fd-theme-national-day .fd-empty-v4 strong {
  color:var(--snd-text) !important;
}
body.fd-theme-national-day .fd-cart-success {color:#8fe29e !important}
body.fd-theme-national-day .fd-cart-error,
body.fd-theme-national-day .fd-product-unavailable,
body.fd-theme-national-day .fd-commerce-text-danger {color:#f0a2b7 !important}
body.fd-theme-national-day .fd-bank-pending-amount {color:#e4ca8f !important}
body.fd-theme-national-day .fd-payment-help,
body.fd-theme-national-day .fd-payment-back,
body.fd-theme-national-day .fd-cart-continue-v2 {color:#a9beb7 !important}

/* 18) National-Day-specific light surfaces found in the second audit pass. */
body.fd-theme-national-day .fd-product-purchase-v2,
body.fd-theme-national-day .fd-national-traits {
  background:linear-gradient(145deg,var(--snd-surface),#0a251f) !important;
  border-color:var(--snd-line-dark) !important;
  color:var(--snd-text) !important;
}
body.fd-theme-national-day .fd-home-cta-card .fd-btn:first-child,
body.fd-theme-national-day .fd-account-banner .fd-btn {
  background:linear-gradient(135deg,var(--snd-lime),#66c42b) !important;
  color:#071b17 !important;
  border-color:rgba(135,224,88,.72) !important;
  box-shadow:var(--snd-glow-lime) !important;
}
body.fd-theme-national-day .fd-home-cta-card .fd-btn-secondary {
  background:rgba(255,255,255,.055) !important;
  color:#e8f3ee !important;
  border-color:var(--snd-line-strong) !important;
  box-shadow:none !important;
}

/* 19) Final low-contrast selector closure. */
body.fd-theme-national-day .fd-article-content {color:var(--snd-text-soft) !important}
body.fd-theme-national-day .fd-auth-resend,
body.fd-theme-national-day .fd-auth-resend strong {color:#bdf09a !important}
body.fd-theme-national-day .fd-btn-hero,
body.fd-theme-national-day .fd-commerce-primary {color:#071b17 !important}
body.fd-theme-national-day .fd-cart-badge[data-count="0"] {
  background:#17352f !important;
  border-color:var(--snd-night) !important;
  color:#b8cbc5 !important;
}
body.fd-theme-national-day .fd-cart-drawer-empty,
body.fd-theme-national-day .fd-cart-drawer-empty strong {color:var(--snd-text-soft) !important}
body.fd-theme-national-day .fd-footer-service-v4 h2,
body.fd-theme-national-day .fd-footer-newsletter-v5 h2 {color:var(--snd-text) !important}
body.fd-theme-national-day .fd-national-trait {color:var(--snd-text) !important}
body.fd-theme-national-day .fd-national-trait span {color:var(--snd-text-soft) !important}
body.fd-theme-national-day .fd-wallet-history-money,
body.fd-theme-national-day .fd-wallet-history-money strong {color:var(--snd-text) !important}
body.fd-theme-national-day .fd-wallet-history-money.is-credit strong {color:#9fe6aa !important}
body.fd-theme-national-day .fd-wallet-history-money.is-debit strong {color:#f0a9bc !important}

/* National Day v4.1 — checkout wallet available balance only.
   Keep this last: an older seasonal rule gives .fd-wallet-available a light green surface. */
body.fd-payment-page.fd-theme-national-day .fd-wallet-payment-card .fd-wallet-available {
  min-width:96px;
  padding:9px 12px;
  border:1px solid rgba(90,186,28,.22) !important;
  border-radius:10px;
  background:linear-gradient(145deg,#0a2a23,#0b3329) !important;
  color:#e8f3ee !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
body.fd-payment-page.fd-theme-national-day .fd-wallet-payment-card .fd-wallet-available span {
  color:#9fb9b0 !important;
}
body.fd-payment-page.fd-theme-national-day .fd-wallet-payment-card .fd-wallet-available strong,
body.fd-payment-page.fd-theme-national-day .fd-wallet-payment-card .fd-wallet-available .fd-money {
  color:#bdf09a !important;
}
body.fd-payment-page.fd-theme-national-day .fd-wallet-payment-card .fd-wallet-available .fd-riyal-symbol {
  filter:brightness(0) invert(1) !important;
  opacity:.78;
}
@media(max-width:560px){
  body.fd-payment-page.fd-theme-national-day .fd-wallet-payment-card .fd-wallet-available {
    min-width:84px;
    padding:8px 10px;
  }
}


/* Phase 9.18.13 — square product media + stable sticky storefront header */
.fd-product-gallery-v2 .fd-product-main-media{aspect-ratio:1/1}
.fd-site-header.is-sticky{top:0;transform:none;background:#fff;isolation:isolate;backface-visibility:hidden;-webkit-backface-visibility:hidden}
body.fd-theme-national-day .fd-site-header,body.fd-theme-national-day .fd-site-header.is-sticky{background:#061916!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;isolation:isolate;backface-visibility:hidden;-webkit-backface-visibility:hidden}

/* Phase 9.18.17 — adaptive footer menu columns.
   Footer menu slots remain configurable in Admin, but empty slots no longer reserve visual space. */
.fd-footer-links-v4.fd-footer-links-count-1{grid-template-columns:minmax(0,1fr)}
.fd-footer-links-v4.fd-footer-links-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.fd-footer-links-v4.fd-footer-links-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:780px) and (min-width:601px){
  .fd-footer-links-v4.fd-footer-links-count-1{grid-template-columns:minmax(0,1fr)}
  .fd-footer-links-v4.fd-footer-links-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fd-footer-links-v4.fd-footer-links-count-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fd-footer-links-v4.fd-footer-links-count-3 .fd-footer-col-v4:nth-child(3){grid-column:1/-1}
}

/* Phase 9.18.20 — Customer auth final UX & readability polish */
.fd-auth-panel{width:min(430px,calc(100% - 34px))}
.fd-auth-view{position:static}
.fd-auth-close,.fd-auth-back{top:14px;width:40px;height:40px}
.fd-auth-close{left:14px}
.fd-auth-back{right:14px;font-size:20px;font-weight:850}
.fd-auth-card{padding:24px 26px 27px}
.fd-auth-avatar{width:76px;height:76px;margin-bottom:15px}
.fd-auth-avatar svg{width:29px;height:29px}
.fd-auth-view h2{font-size:26px;line-height:1.35}
.fd-auth-subtitle{font-size:14px;line-height:1.75;margin:9px 0 18px}
.fd-auth-error{font-size:13px;line-height:1.7;padding:11px 13px}
.fd-auth-form{gap:10px}
.fd-auth-form label{font-size:13px;line-height:1.55}
.fd-auth-form small{font-size:12px;line-height:1.65;margin-top:-2px}
.fd-auth-text-input,.fd-auth-phone-field{height:50px}
.fd-auth-text-input{font-size:15px;padding-inline:14px}
.fd-auth-phone-field>span{font-size:14px;padding-inline:14px}
.fd-auth-phone-field input{font-size:15px;padding-inline:13px}
.fd-auth-panel .fd-btn{min-height:49px;font-size:15px}
.fd-auth-switch{min-height:47px;font-size:14px}
.fd-auth-divider{font-size:12px;margin:21px 0 16px}
.fd-auth-socials a{width:47px;height:47px;font-size:19px}
.fd-auth-otp-copy{font-size:13.5px;line-height:1.9;margin:17px 0 20px}
.fd-auth-otp-copy strong{font-size:14px}
.fd-auth-otp-form{gap:15px}
.fd-auth-code{gap:10px}
.fd-auth-code input{height:54px;font-size:26px;border-radius:8px}
.fd-auth-resend{min-height:31px;margin-top:14px;font-size:12px;line-height:1.6}
.fd-auth-resend button{font-size:13px}
@media(max-width:640px){
  .fd-auth-panel{width:100%}
  .fd-auth-card{padding:30px 20px 27px}
  .fd-auth-close,.fd-auth-back{top:13px;width:40px;height:40px}
  .fd-auth-close{left:13px}.fd-auth-back{right:13px}
  .fd-auth-avatar{width:68px;height:68px}
  .fd-auth-view h2{font-size:24px}
  .fd-auth-subtitle{font-size:13.5px}
  .fd-auth-otp-copy{font-size:13px}
  .fd-auth-code input{height:56px;font-size:25px}
}

/* Phase 9.18.23 — legal clickwrap inside customer authentication */
.fd-auth-legal-note{margin:13px 0 4px;padding:0 4px;font-size:12.75px;line-height:1.75;color:var(--fd-muted);text-align:center}.fd-auth-legal-note a{color:var(--fd-accent);font-weight:750;text-decoration:underline;text-underline-offset:3px}.fd-auth-legal-note a:hover{opacity:.82}.fd-auth-legal-error{margin-top:12px}.fd-auth-panel[data-legal-ready="0"] .fd-auth-socials a{opacity:.42;pointer-events:none}.fd-auth-panel .fd-btn:disabled{opacity:.48;cursor:not-allowed}
@media(max-width:520px){.fd-auth-legal-note{font-size:12.25px;line-height:1.7;padding:0 2px}}


/* Phase 10.1.1 — checkout legal consent + clearer step states. */
.fd-checkout-legal{display:flex;align-items:flex-start;gap:10px;margin:14px 0 5px;padding:12px 13px;border:1px solid #dfe5e9;border-radius:12px;background:#f8fafb;font-size:12.5px;line-height:1.75;color:#56616b;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}
.fd-checkout-legal input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;width:18px;height:18px;min-width:18px;margin:4px 0 0;accent-color:var(--fd-accent,#087b40);cursor:pointer}
.fd-checkout-legal a{color:var(--fd-accent,#087b40);font-weight:800;text-decoration:underline;text-underline-offset:2px}
.fd-checkout-legal:focus-within{border-color:var(--fd-accent,#087b40);box-shadow:0 0 0 3px color-mix(in srgb,var(--fd-accent,#087b40) 12%,transparent)}
.fd-checkout-legal.is-invalid{border-color:#d34b4b!important;background:#fff6f5!important;box-shadow:0 0 0 3px rgba(211,75,75,.10)!important}
.fd-checkout-legal.is-invalid input[type=checkbox]{accent-color:#d34b4b}
.fd-checkout-legal-hint{display:block;margin:6px 2px 8px!important;color:#e06d6d!important;font-size:11.5px!important;font-weight:800;line-height:1.5}
.fd-checkout-legal-hint[hidden]{display:none!important}
.fd-checkout-legal.is-shaking{animation:fdLegalShake .42s ease both}
@keyframes fdLegalShake{0%,100%{transform:translateX(0)}20%{transform:translateX(5px)}40%{transform:translateX(-5px)}60%{transform:translateX(3px)}80%{transform:translateX(-3px)}}
@media(prefers-reduced-motion:reduce){.fd-checkout-legal.is-shaking{animation:none}}
/* Keep the progress labels unboxed; only the numbered circles communicate state. */
.fd-commerce-steps span,.fd-payment-steps span{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.fd-commerce-steps .is-done + i,.fd-payment-steps .is-done + i{background:color-mix(in srgb,var(--fd-accent,#17804a) 55%,transparent)!important}

body.fd-theme-national-day .fd-checkout-legal{background:#0d2b25;border-color:var(--snd-line-strong);color:#c8d9d3}
body.fd-theme-national-day .fd-checkout-legal a{color:#bdf09a}
body.fd-theme-national-day .fd-checkout-legal input[type=checkbox]{accent-color:var(--snd-green)}
body.fd-theme-national-day .fd-checkout-legal:focus-within{border-color:var(--snd-green);box-shadow:0 0 0 3px rgba(90,186,28,.10)}
body.fd-theme-national-day .fd-commerce-steps span,body.fd-theme-national-day .fd-payment-steps span{color:#9db3ac!important}
body.fd-theme-national-day .fd-commerce-steps span.is-active,body.fd-theme-national-day .fd-commerce-steps span.is-done,body.fd-theme-national-day .fd-payment-steps span.is-active,body.fd-theme-national-day .fd-payment-steps span.is-done{background:transparent!important;border:0!important;box-shadow:none!important}
body.fd-theme-national-day .fd-commerce-steps .is-active,body.fd-theme-national-day .fd-payment-steps .is-active{color:#dff5d0!important}
body.fd-theme-national-day .fd-commerce-steps .is-done,body.fd-theme-national-day .fd-payment-steps .is-done{color:#bdf09a!important}
body.fd-theme-national-day .fd-commerce-steps .is-done + i,body.fd-theme-national-day .fd-payment-steps .is-done + i{background:rgba(90,186,28,.50)!important}


/* Phase 10.1.2 — make checkout legal-consent validation unmistakable on dark themes. */
.fd-checkout-legal.is-invalid{
  border:2px solid #ff5d68!important;
  background:rgba(255,72,88,.13)!important;
  color:#fff1f2!important;
  box-shadow:0 0 0 4px rgba(255,72,88,.12),0 10px 26px rgba(0,0,0,.12)!important;
}
.fd-checkout-legal.is-invalid a{color:#fff!important;text-decoration-color:#ff9ca4!important;text-decoration-thickness:2px}
.fd-checkout-legal.is-invalid input[type=checkbox]{accent-color:#e53945!important;outline:2px solid rgba(255,255,255,.28);outline-offset:2px}
.fd-checkout-legal-hint{
  display:flex!important;
  align-items:flex-start;
  gap:9px;
  margin:8px 0 10px!important;
  padding:10px 12px!important;
  border:1px solid rgba(255,93,104,.72);
  border-radius:10px;
  background:rgba(178,28,41,.20);
  color:#ffdfe2!important;
  font-size:12px!important;
  font-weight:700;
  line-height:1.45;
  box-shadow:inset 3px 0 0 #ff5d68;
}
.fd-checkout-legal-hint[hidden]{display:none!important}
.fd-checkout-legal-hint-icon{
  display:grid;
  place-items:center;
  flex:0 0 22px;
  width:22px;
  height:22px;
  margin-top:1px;
  border-radius:50%;
  background:#ff5d68;
  color:#fff;
  font-size:14px;
  font-weight:900;
  line-height:1;
}
.fd-checkout-legal-hint>span:last-child{display:grid;gap:2px}
.fd-checkout-legal-hint strong{display:block;color:#fff!important;font-size:12.5px;font-weight:900}
.fd-checkout-legal-hint em{display:block;color:#ffdfe2!important;font-style:normal;font-weight:700}
@media(max-width:560px){
  .fd-checkout-legal.is-invalid{box-shadow:0 0 0 3px rgba(255,72,88,.11)!important}
  .fd-checkout-legal-hint{font-size:11.5px!important}
}

/* Phase 10.1 — unified product-type / fulfillment UI alignment. */
@media(min-width:721px){.fd-orders-head,.fd-order-row{grid-template-columns:1.22fr .82fr .82fr .9fr .92fr .68fr}}
.fd-order-product-summary{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:5px}.fd-order-product-summary span{display:inline-flex!important;align-items:center;min-height:22px;padding:3px 7px;border:1px solid var(--fd-line);border-radius:999px;font-size:9.5px!important;font-weight:800;background:rgba(127,144,148,.06)}.fd-order-product-summary .is-digital{color:var(--fd-accent);border-color:color-mix(in srgb,var(--fd-accent) 30%,var(--fd-line));background:color-mix(in srgb,var(--fd-accent) 7%,transparent)}
.fd-product-kind-badge,.fd-fulfillment-badge,.fd-digital-kind{display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;border:1px solid var(--fd-line);font-size:10.5px;font-weight:850;line-height:1.25;background:rgba(127,144,148,.07);color:var(--fd-muted)}
.fd-product-kind-badge.is-standard,.fd-digital-kind.is-standard{color:#59686b}.fd-product-kind-badge.is-file,.fd-digital-kind.is-file{color:#25689d;background:rgba(53,137,196,.08);border-color:rgba(53,137,196,.2)}.fd-product-kind-badge.is-code,.fd-digital-kind.is-code{color:#7b55a4;background:rgba(125,87,169,.08);border-color:rgba(125,87,169,.2)}.fd-product-kind-badge.is-canvas,.fd-digital-kind.is-canvas{color:#15754b;background:rgba(30,145,93,.08);border-color:rgba(30,145,93,.2)}.fd-fulfillment-badge{font-weight:750}
.fd-order-item-badges,.fd-commerce-product-kind{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:7px}.fd-commerce-product-kind{margin-bottom:3px}.fd-commerce-product-kind .fd-product-kind-badge,.fd-commerce-product-kind .fd-fulfillment-badge{font-size:9.5px;padding:4px 7px}
.fd-order-status-grid-auto{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))!important}.fd-order-digital-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--fd-accent) 28%,var(--fd-line));border-radius:15px;background:color-mix(in srgb,var(--fd-accent) 6%,transparent)}.fd-order-digital-banner strong,.fd-order-digital-banner span{display:block}.fd-order-digital-banner strong{font-size:13.5px}.fd-order-digital-banner span{margin-top:3px;font-size:11.5px;color:var(--fd-muted)}
.fd-digital-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:13px}.fd-digital-overview>div{padding:10px 12px;border:1px solid var(--fd-line);border-radius:13px;background:color-mix(in srgb,var(--fd-accent) 3%,transparent)}.fd-digital-overview strong,.fd-digital-overview span{display:block}.fd-digital-overview strong{font-size:17px}.fd-digital-overview span{font-size:10.5px;color:var(--fd-muted);margin-top:2px}.fd-digital-card--file{border-top:3px solid rgba(53,137,196,.48)}.fd-digital-card--code{border-top:3px solid rgba(125,87,169,.48)}.fd-digital-card--canvas{border-top:3px solid rgba(30,145,93,.48)}.fd-digital-code-actions{display:flex;gap:7px;flex-wrap:wrap}.fd-digital-code-actions .fd-order-action,.fd-digital-code-actions .fd-btn{width:auto}.fd-digital-inline-actions{display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.fd-account-title-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fd-account-title-actions .fd-order-action{white-space:nowrap}
@media(max-width:720px){.fd-order-product-summary{margin-top:6px}.fd-order-digital-banner{align-items:flex-start;flex-direction:column}.fd-order-digital-banner .fd-order-action,.fd-order-digital-banner .fd-btn{width:100%}.fd-digital-overview{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.fd-digital-overview{grid-template-columns:1fr}.fd-account-title-actions{align-items:stretch;flex-direction:column}.fd-account-title-actions>*{width:100%}.fd-product-kind-badge,.fd-fulfillment-badge{font-size:10px}.fd-digital-code-actions>*{flex:1 1 auto}}
.fd-digital-code-reveal-card{max-width:760px}.fd-digital-code-value{margin:18px 0;padding:20px;border:1px solid var(--fd-line);border-radius:14px;background:color-mix(in srgb,var(--fd-accent) 5%,transparent);font:800 clamp(17px,2.4vw,24px)/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.025em;white-space:pre-wrap;overflow-wrap:anywhere;text-align:left}.fd-digital-code-security{margin:14px 0 0;color:var(--fd-muted);font-size:11.5px;line-height:1.8}

/* ========================================================================
   Phase 10.3A — Product / Mobile polish
   - clearer payment hierarchy
   - product tags
   - consistent field states and inline validation
   - stronger announcement bar readability
   ======================================================================== */

/* Announcement: slightly taller and easier to read without competing with the header. */
body.fd-theme-national-day .fd-announcement a,
body.fd-theme-national-day .fd-announcement span{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 16px;
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}

/* Product tags: visible, compact taxonomy links close to the product context. */
.fd-product-tags{
  display:flex;
  align-items:flex-start;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}
.fd-product-tags-label{
  padding-top:6px;
  color:var(--fd-muted);
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
}
.fd-product-tags>div{display:flex;gap:7px;flex-wrap:wrap}
.fd-product-tags a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:5px 10px;
  border:1px solid #dce6e6;
  border-radius:999px;
  background:#f7fafa;
  color:#466166;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.fd-product-tags a:hover,
.fd-product-tags a:focus-visible{
  border-color:#b8d8d4;
  background:#edf9f5;
  color:#08754a;
  transform:translateY(-1px);
}
body.fd-theme-national-day .fd-product-tags-label{color:#96aaa3 !important}
body.fd-theme-national-day .fd-product-tags a{
  background:#0a241f;
  border-color:var(--snd-line-dark);
  color:#b9cec7;
}
body.fd-theme-national-day .fd-product-tags a:hover,
body.fd-theme-national-day .fd-product-tags a:focus-visible{
  background:rgba(90,186,28,.09);
  border-color:rgba(90,186,28,.42);
  color:#c9f4a8;
}

/* Product configuration: every state should be understandable without relying on hover. */
.fd-config-group{
  padding:11px 12px;
  border:1px solid transparent;
  border-radius:14px;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.fd-config-group:focus-within{
  border-color:color-mix(in srgb,var(--fd-accent) 35%,transparent);
  background:color-mix(in srgb,var(--fd-accent) 4%,transparent);
}
.fd-choice-list label,
.fd-inline-check{
  min-height:44px;
  padding:9px 11px;
  border:1px solid #dce4e5;
  border-radius:11px;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.fd-choice-list label:hover,
.fd-inline-check:hover{
  border-color:#bdd8d4;
  background:#f6fbf8;
}
.fd-choice-list label:has(input:checked),
.fd-inline-check:has(input:checked){
  border-color:color-mix(in srgb,var(--fd-accent) 62%,#cfdcda);
  background:color-mix(in srgb,var(--fd-accent) 7%,#fff);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--fd-accent) 8%,transparent);
}
.fd-config input[type="checkbox"],
.fd-config input[type="radio"]{
  appearance:auto !important;
  -webkit-appearance:auto !important;
  width:20px !important;
  min-width:20px !important;
  height:20px !important;
  min-height:20px !important;
  padding:0 !important;
  margin:0 !important;
  flex:0 0 20px;
  background:transparent !important;
  box-shadow:none !important;
  accent-color:var(--fd-accent);
  cursor:pointer;
}
.fd-help{
  margin-top:7px;
  font-size:12.5px;
  line-height:1.75;
}
.fd-field-error{
  display:flex;
  align-items:flex-start;
  gap:6px;
  margin-top:8px;
  color:#b4233d;
  font-size:12.5px;
  font-weight:700;
  line-height:1.65;
}
.fd-field-error:before{
  content:"!";
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:grid;
  place-items:center;
  margin-top:1px;
  border-radius:50%;
  background:#b4233d;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.fd-config-group.is-invalid{
  border-color:#e36a78;
  background:#fff7f8;
  box-shadow:0 0 0 3px rgba(227,106,120,.08);
}
.fd-config-group.is-invalid :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea){
  border-color:#d95869 !important;
}
.fd-cart-message.fd-cart-error{
  min-height:0;
  padding:9px 11px;
  border:1px solid #e7a2ac;
  border-radius:10px;
  background:#fff5f6;
  color:#a72d42;
  font-weight:700;
  line-height:1.6;
}
.fd-cart-message.fd-cart-success{
  min-height:0;
  padding:9px 11px;
  border:1px solid #a9dbc1;
  border-radius:10px;
  background:#f1fbf5;
  color:#187346;
  font-weight:700;
}
body.fd-theme-national-day .fd-config-group:focus-within{
  border-color:rgba(90,186,28,.32);
  background:rgba(90,186,28,.025);
}
body.fd-theme-national-day .fd-choice-list label,
body.fd-theme-national-day .fd-inline-check{
  background:#0a241f;
  border-color:var(--snd-line-dark);
  color:var(--snd-text);
}
body.fd-theme-national-day .fd-choice-list label:hover,
body.fd-theme-national-day .fd-inline-check:hover,
body.fd-theme-national-day .fd-choice-list label:focus-within,
body.fd-theme-national-day .fd-inline-check:focus-within{
  border-color:rgba(90,186,28,.44);
  background:#10362e;
}
body.fd-theme-national-day .fd-choice-list label:has(input:checked),
body.fd-theme-national-day .fd-inline-check:has(input:checked){
  border-color:var(--snd-lime);
  background:rgba(90,186,28,.08);
  box-shadow:0 0 0 3px rgba(90,186,28,.09);
}
body.fd-theme-national-day .fd-config input[type="checkbox"],
body.fd-theme-national-day .fd-config input[type="radio"]{accent-color:var(--snd-lime)}
body.fd-theme-national-day .fd-help{color:#9eb2ab !important}
body.fd-theme-national-day .fd-field-error{color:#f2a6b8 !important}
body.fd-theme-national-day .fd-field-error:before{background:#cf4161;color:#fff}
body.fd-theme-national-day .fd-config-group.is-invalid{
  border-color:rgba(229,77,111,.68) !important;
  background:rgba(151,26,77,.11) !important;
  box-shadow:0 0 0 3px rgba(229,77,111,.07);
}
body.fd-theme-national-day .fd-config-group.is-invalid :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea){
  border-color:rgba(240,91,124,.78) !important;
  box-shadow:0 0 0 3px rgba(240,91,124,.08) !important;
}
body.fd-theme-national-day .fd-cart-message.fd-cart-error{
  background:rgba(151,26,77,.14) !important;
  border-color:rgba(233,91,126,.43) !important;
  color:#f3b0c2 !important;
}
body.fd-theme-national-day .fd-cart-message.fd-cart-success{
  background:rgba(0,137,74,.13) !important;
  border-color:rgba(90,186,28,.32) !important;
  color:#a9e78e !important;
}

/* Payment summary: one dominant amount; supporting amounts only when they add information. */
.fd-payment-summary-rows{padding:9px 0 2px}
.fd-payment-summary-rows>div{
  align-items:center;
  padding:6px 0;
}
.fd-payment-due{
  align-items:center;
  padding:15px 0 12px;
}
.fd-payment-due>div{display:grid;gap:2px;min-width:0}
.fd-payment-due>div>span{font-size:12.5px;font-weight:800}
.fd-payment-due>div>small{font-size:9.5px;color:#778589;line-height:1.55}
.fd-payment-due>strong{font-size:27px;white-space:nowrap}
.fd-payment-summary-note{margin:5px 0 11px !important}
body.fd-theme-national-day .fd-payment-due>div>small{color:#8fa49d !important}
body.fd-theme-national-day .fd-payment-summary-note{color:#91a69f !important}

@media(max-width:600px){
  body.fd-theme-national-day .fd-announcement a,
  body.fd-theme-national-day .fd-announcement span{
    min-height:36px;
    padding:8px 12px;
    font-size:13px;
    line-height:1.45;
  }
  .fd-product-tags{gap:7px;margin-bottom:13px}
  .fd-product-tags-label{width:100%;padding-top:0;font-size:11.5px}
  .fd-product-tags a{min-height:30px;padding:4px 9px;font-size:11.5px}
  .fd-config-group{padding:10px 8px;margin:9px 0}
  .fd-choice-list label,.fd-inline-check{min-height:46px;padding:10px 11px}
  .fd-help,.fd-field-error{font-size:12px}
  .fd-payment-due{padding:13px 0 10px}
  .fd-payment-due>strong{font-size:24px}
  .fd-payment-summary-rows>div{font-size:10.5px}
  .fd-payment-summary-rows strong{font-size:11px}
}
.fd-qty-label.is-invalid input{
  border-color:#d95869 !important;
  box-shadow:0 0 0 3px rgba(217,88,105,.08) !important;
}
body.fd-theme-national-day .fd-qty-label.is-invalid input{
  border-color:rgba(240,91,124,.78) !important;
  box-shadow:0 0 0 3px rgba(240,91,124,.08) !important;
}

/* Phase 10.3B — clearer product information hierarchy.
   Brand belongs with the core product identity, while tags live with "About the product". */
.fd-product-brand-card-primary{
  margin:2px 0 14px;
}
.fd-product-brand-card-primary + .fd-product-short-v2{
  margin-top:0;
}
.fd-product-tags-about{
  margin:22px 0 0;
  padding-top:18px;
  border-top:1px solid var(--fd-line);
}
body.fd-theme-national-day .fd-product-tags-about{
  border-top-color:var(--snd-line-dark);
}
@media(max-width:720px){
  .fd-product-brand-card-primary{margin:2px 0 12px}
  .fd-product-tags-about{margin-top:18px;padding-top:15px}
}

/* ========================================================================
   Phase 10.3C — Mobile layout & account polish
   - product option alignment and purchase controls
   - mobile header/footer rhythm
   - account/products, account/orders and order-details overflow hardening
   ======================================================================== */

/* Product configuration: consistent alignment for service options and requirements. */
.fd-config-options,
.fd-config-requirements{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--fd-line);
}
.fd-config-options>h2,
.fd-config-requirements>h2{
  margin:0 0 12px;
  font-size:17px;
  line-height:1.45;
}
.fd-config-options .fd-config-group,
.fd-config-requirements .fd-config-group{
  display:grid;
  gap:8px;
  margin:10px 0;
}
.fd-config-options .fd-config-group>label,
.fd-config-requirements .fd-config-group>label{
  display:block;
  margin:0;
  line-height:1.55;
}
.fd-config-options .fd-choice-list,
.fd-config-requirements .fd-choice-list{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:8px;
}
.fd-config-options .fd-choice-list label,
.fd-config-requirements .fd-choice-list label,
.fd-config-options .fd-inline-check,
.fd-config-requirements .fd-inline-check{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  margin:0;
}
.fd-config-options select,
.fd-config-requirements select,
.fd-config-options textarea,
.fd-config-requirements textarea,
.fd-config-options input:not([type="checkbox"]):not([type="radio"]),
.fd-config-requirements input:not([type="checkbox"]):not([type="radio"]){
  width:100%;
  min-width:0;
}

/* Purchase area: quantity has its own clear row/column and actions keep equal weight. */
.fd-buy-box-v2{
  display:grid;
  grid-template-columns:minmax(118px,148px) minmax(0,1fr);
  gap:11px 14px;
  align-items:end;
}
.fd-qty-label{
  display:grid;
  gap:7px;
  margin:0;
  min-width:0;
}
.fd-qty-label>span{
  display:block;
  font-size:12.5px;
  font-weight:800;
  color:var(--fd-muted);
}
.fd-qty-label input{
  width:100%!important;
  min-width:0;
  margin:0!important;
  text-align:center;
}
.fd-product-buy-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:0!important;
  min-width:0;
}
.fd-product-buy-actions button{width:100%;margin:0}
.fd-buy-box-v2 .fd-cart-message{grid-column:1/-1;margin:0}
.fd-buy-box-v2 .fd-cart-message:empty{display:none}

/* Account surfaces: never allow long IDs, dates, badges or monetary values to force overflow. */
.fd-account-content,
.fd-account-card,
.fd-digital-card,
.fd-orders-table,
.fd-order-row,
.fd-order-item-v2,
.fd-order-item-v2-head,
.fd-digital-inline,
.fd-order-digital-banner{min-width:0}
.fd-account-content :where(h1,h2,h3,p,strong,small,span,a){overflow-wrap:anywhere}
.fd-status-pill,.fd-product-kind-badge,.fd-fulfillment-badge{max-width:100%}
.fd-digital-actions,.fd-digital-code-actions{flex-wrap:wrap}
.fd-digital-actions>*{min-width:0}

@media(max-width:780px){
  /* Header: predictable tap targets and no squeeze around the centered logo. */
  .fd-header-main{
    width:100%;
    min-height:68px;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    gap:4px!important;
    padding-block:5px!important;
  }
  .fd-menu-button{width:44px!important;min-width:44px!important;height:44px!important}
  .fd-site-header .fd-logo{min-width:0!important;max-width:100%;justify-content:center}
  .fd-site-header .fd-logo img{max-width:min(42vw,170px)!important}
  .fd-header-actions{flex:0 0 auto;min-width:0;gap:1px!important}
  .fd-header-actions .fd-icon-action{min-width:42px!important;width:42px!important;height:44px!important}
  .fd-header-actions .fd-icon-action svg{width:22px;height:22px}

  /* Product options: one clean column on mobile, large touch targets. */
  .fd-config-options,.fd-config-requirements{margin-top:17px;padding-top:15px}
  .fd-config-options>h2,.fd-config-requirements>h2{font-size:17px;margin-bottom:9px}
  .fd-config-options .fd-choice-list,.fd-config-requirements .fd-choice-list{grid-template-columns:1fr;gap:7px}
  .fd-config-options .fd-config-group,.fd-config-requirements .fd-config-group{margin:8px 0;padding:10px 9px}
  .fd-config-options .fd-choice-list label,.fd-config-requirements .fd-choice-list label,
  .fd-config-options .fd-inline-check,.fd-config-requirements .fd-inline-check{min-height:48px;padding:10px 12px}

  .fd-buy-box-v2{grid-template-columns:1fr;gap:10px;margin-top:17px!important;padding-top:16px!important}
  .fd-qty-label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:54px;
    padding:8px 11px;
    border:1px solid var(--fd-line);
    border-radius:13px;
    background:color-mix(in srgb,var(--fd-accent) 3%,transparent);
  }
  .fd-qty-label>span{font-size:13px}
  .fd-qty-label input{flex:0 0 94px;width:94px!important;min-height:42px!important}
  .fd-product-buy-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .fd-product-buy-actions button{min-height:50px!important;padding-inline:10px!important;font-size:14.5px!important}

  /* Account top area and horizontal section navigation. */
  .fd-account-page{padding-top:18px}
  .fd-account-title{gap:12px;margin-bottom:17px}
  .fd-account-title h1{font-size:clamp(27px,7vw,31px);line-height:1.25}
  .fd-account-title p{font-size:13px;line-height:1.75}
  .fd-account-title-stat{min-width:112px;padding:10px 12px}
  .fd-account-nav{border-radius:15px}
  .fd-account-nav-list{display:flex!important;gap:4px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:6px;scroll-padding-inline:6px}
  .fd-account-nav-list a{scroll-snap-align:start;min-height:42px;padding:8px 10px;font-size:12.5px;white-space:nowrap}

  /* Products: cards stay readable and actions never escape the viewport. */
  .fd-digital-overview{display:flex!important;overflow-x:auto;gap:8px;padding-bottom:2px;scrollbar-width:none}
  .fd-digital-overview::-webkit-scrollbar{display:none}
  .fd-digital-overview>div{flex:0 0 112px;min-width:112px;padding:9px 10px}
  .fd-digital-card{padding:15px;border-radius:16px}
  .fd-digital-card-head{gap:9px;flex-wrap:wrap}
  .fd-digital-card-head>div{min-width:0;flex:1 1 190px}
  .fd-digital-card-head h2{font-size:15px;margin-top:7px}
  .fd-digital-meta{grid-template-columns:1fr 1fr;gap:7px 9px;font-size:11.5px}
  .fd-digital-message{min-height:0;font-size:11.5px;margin:10px 0}
  .fd-digital-actions,.fd-digital-code-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .fd-digital-actions .fd-btn,.fd-digital-actions .fd-order-action,.fd-digital-actions form,
  .fd-digital-code-actions .fd-btn,.fd-digital-code-actions .fd-order-action{width:100%;min-width:0}
  .fd-digital-actions form .fd-btn{width:100%}

  /* Orders list: card-like rows instead of a squeezed desktop table. */
  .fd-order-tabs{display:flex!important;overflow-x:auto;gap:5px;padding:5px;scrollbar-width:none;scroll-snap-type:x proximity}
  .fd-order-tabs::-webkit-scrollbar{display:none}
  .fd-order-tabs a{flex:0 0 auto;min-width:112px;min-height:42px;scroll-snap-align:start;padding:8px 10px}
  .fd-orders-table{border:0;background:transparent;overflow:visible;display:grid;gap:10px}
  .fd-orders-head{display:none!important}
  .fd-order-row{
    border:1px solid var(--fd-line)!important;
    border-radius:15px;
    background:var(--fd-card,#fff);
    padding:13px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .fd-order-row>div{min-width:0;padding:0}
  .fd-order-row>div:before{display:block;content:attr(data-label);margin-bottom:3px;font-size:9.5px!important;font-weight:750;color:var(--fd-muted)}
  .fd-order-row>div:first-child{grid-column:1/-1!important;padding-bottom:9px;border-bottom:1px solid var(--fd-line)}
  .fd-order-row>div:last-child{grid-column:1/-1}
  .fd-order-row>div:last-child:before{display:none}
  .fd-order-row strong{font-size:14px}
  .fd-order-row small{font-size:10.5px;white-space:normal;line-height:1.55}
  .fd-order-row .fd-status-pill{white-space:normal;text-align:center;line-height:1.35}
  .fd-order-row .fd-order-action{width:100%;min-height:42px;font-size:11.5px}

  /* Order details: compact but readable, with controls always full width when needed. */
  .fd-order-detail-page .fd-account-card{padding:15px;border-radius:16px;margin-bottom:12px}
  .fd-order-status-grid-auto{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .fd-order-status-grid>div,.fd-order-money-grid>div{min-height:70px;padding:10px 11px}
  .fd-order-item-v2{padding:12px}
  .fd-order-item-v2-head{gap:9px}
  .fd-order-item-badges{gap:5px}
  .fd-order-item-meta{gap:6px 10px;font-size:11.5px}
  .fd-digital-inline{padding:10px;gap:9px}
  .fd-order-digital-banner{padding:12px 13px}
  .fd-order-totals-v2>div{gap:10px}

  /* Footer: same information, less vertical drag on phones. */
  .fd-site-footer-v4{margin-top:34px!important}
  .fd-footer-benefit{min-height:66px!important;padding:10px 12px!important;gap:11px!important}
  .fd-footer-benefit-icon{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:18px!important}
  .fd-footer-benefit strong{font-size:12.5px!important}.fd-footer-benefit small{font-size:10.5px!important;line-height:1.45!important}
  .fd-footer-main-v4{gap:18px!important;padding:20px 0 22px!important}
  .fd-footer-brand-v4>p{font-size:12.5px!important;line-height:1.75!important}
  .fd-footer-social-v4{margin-top:12px!important}
  .fd-footer-links-v4{gap:16px!important}
  .fd-footer-menu-v4{gap:6px!important}
  .fd-footer-contact-list{gap:7px!important}
  .fd-trust-item-v5{min-height:72px!important;padding:8px 12px!important;gap:10px!important}
  .fd-trust-item-v5 strong{font-size:12.5px!important}.fd-trust-item-v5 small{font-size:10.5px!important}.fd-trust-item-v5 em{font-size:9.5px!important}
  .fd-footer-payments-v4-inner{min-height:0!important;padding-top:11px!important;padding-bottom:11px!important}
  .fd-footer-bottom-v4-row{min-height:40px!important;font-size:10.5px!important}
}

@media(max-width:520px){
  .fd-account-title-stat{display:inline-flex!important;width:auto!important;max-width:100%;align-items:center;gap:7px;margin-top:9px}
  .fd-account-title-stat strong{font-size:17px}.fd-account-title-stat span{font-size:10.5px}
  .fd-digital-meta{grid-template-columns:1fr!important}
  .fd-digital-actions,.fd-digital-code-actions{grid-template-columns:1fr}
  .fd-order-status-grid-auto{grid-template-columns:1fr 1fr!important}
  .fd-account-card-head>div{gap:9px}.fd-account-card-head h2{font-size:16.5px}
  .fd-account-section-icon{width:33px;height:33px;border-radius:10px}
}

@media(max-width:390px){
  .fd-header-main{grid-template-columns:42px minmax(0,1fr) auto!important}
  .fd-menu-button{width:42px!important;min-width:42px!important}
  .fd-header-actions .fd-icon-action{min-width:38px!important;width:38px!important}
  .fd-site-header .fd-logo img{max-width:145px!important}
  .fd-product-buy-actions{grid-template-columns:1fr!important}
  .fd-order-status-grid-auto{grid-template-columns:1fr!important}
  .fd-order-row{grid-template-columns:1fr!important}
  .fd-order-row>div:first-child,.fd-order-row>div:last-child{grid-column:auto!important}
  .fd-order-row>div:first-child{padding-bottom:9px}
}

/* Keep Phase 10.3C aligned with the active dark seasonal skin. */
body.fd-theme-national-day .fd-qty-label{
  border-color:var(--snd-line-dark);
  background:rgba(255,255,255,.025);
}
body.fd-theme-national-day .fd-qty-label>span{color:#9eb2ab}
body.fd-theme-national-day .fd-order-row{
  background:linear-gradient(145deg,var(--snd-surface),#0a241f);
  border-color:var(--snd-line-dark)!important;
}
body.fd-theme-national-day .fd-order-row>div:first-child{border-bottom-color:var(--snd-line-dark)}
body.fd-theme-national-day .fd-order-row>div:before{color:#8fa49d}

/* Phase 10.3D — Rating clarity & quantity stepper polish */
.fd-review-rating-field{margin:0 0 12px!important}
.fd-review-rating-field legend{margin-bottom:7px}
.fd-review-rating-picker{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.fd-star-input{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;padding:4px 0}
.fd-star-input input{position:absolute;opacity:0;pointer-events:none}
.fd-star-input label{
  display:grid;place-items:center;width:34px;height:34px;margin:0;
  font-size:30px!important;line-height:1;color:#aab6b3!important;
  opacity:.55;cursor:pointer;user-select:none;
  transition:color .16s ease,opacity .16s ease,transform .16s ease,text-shadow .16s ease;
}
.fd-star-input label:hover,
.fd-star-input label:hover~label,
.fd-star-input input:checked+label,
.fd-star-input input:checked+label~label{
  color:#f4ad22!important;opacity:1;transform:translateY(-1px) scale(1.06);
  text-shadow:0 3px 12px rgba(244,173,34,.24);
}
.fd-star-input input:focus-visible+label{outline:2px solid color-mix(in srgb,var(--fd-accent) 62%,#fff);outline-offset:2px;border-radius:8px}
.fd-rating-choice{
  display:inline-flex;align-items:center;min-height:30px;padding:5px 9px;border-radius:999px;
  border:1px solid var(--fd-line);background:rgba(0,0,0,.025);color:var(--fd-muted);
  font-size:11px;font-weight:800;transition:.16s ease;
}
.fd-rating-choice.is-selected{border-color:rgba(244,173,34,.38);background:rgba(244,173,34,.10);color:#9b6a09}
.fd-review-submit{
  display:inline-flex!important;align-items:center;justify-content:center;gap:9px;
  min-width:168px;min-height:48px;margin-top:13px;padding:10px 17px!important;
  border-radius:13px!important;font-size:14px!important;font-weight:900!important;
  box-shadow:0 10px 24px rgba(9,133,94,.16);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.fd-review-submit b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.17);font-size:14px}
.fd-review-submit:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(9,133,94,.22);filter:saturate(1.05)}
.fd-review-submit:active{transform:translateY(0)}

.fd-buy-box-v2{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}
.fd-qty-label{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
  min-height:58px;padding:8px 10px 8px 13px!important;border:1px solid var(--fd-line)!important;
  border-radius:14px!important;background:color-mix(in srgb,var(--fd-accent) 3%,transparent)!important;
}
.fd-qty-title{font-size:13.5px;font-weight:850;color:var(--fd-ink)}
.fd-qty-stepper{
  display:grid;grid-template-columns:42px 62px 42px;align-items:stretch;min-height:42px;
  border:1px solid #cbd8d8;border-radius:12px;overflow:hidden;background:#fff;
  box-shadow:0 3px 10px rgba(20,48,54,.035);
}
.fd-qty-stepper .fd-qty-step{
  display:grid;place-items:center;padding:0;border:0;background:#f6f9f9;color:#087f87;
  font-size:21px;font-weight:700;line-height:1;cursor:pointer;transition:background .16s ease,color .16s ease;
}
.fd-qty-stepper .fd-qty-step:hover:not(:disabled){background:#e9f7f7;color:#046c73}
.fd-qty-stepper .fd-qty-step:focus-visible{position:relative;z-index:2;outline:2px solid var(--fd-accent);outline-offset:-2px}
.fd-qty-stepper .fd-qty-step:disabled{opacity:.32;cursor:not-allowed}
.fd-qty-stepper input[type="number"]{
  width:62px!important;min-width:0!important;min-height:40px!important;margin:0!important;padding:0 4px!important;
  border:0!important;border-inline:1px solid #dbe3e3!important;border-radius:0!important;background:#fff!important;
  box-shadow:none!important;text-align:center!important;font-size:16px!important;font-weight:900;color:var(--fd-ink);
  appearance:textfield;-moz-appearance:textfield;
}
.fd-qty-stepper input[type="number"]::-webkit-outer-spin-button,
.fd-qty-stepper input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.fd-qty-label.is-invalid .fd-qty-stepper{border-color:#d95869!important;box-shadow:0 0 0 3px rgba(217,88,105,.10)}
.fd-product-buy-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:0!important}
.fd-product-buy-actions button{min-height:52px!important;border-radius:14px!important;font-size:15.5px!important;letter-spacing:0}

body.fd-theme-national-day .fd-star-input label{color:#7f958e!important;opacity:.6}
body.fd-theme-national-day .fd-star-input label:hover,
body.fd-theme-national-day .fd-star-input label:hover~label,
body.fd-theme-national-day .fd-star-input input:checked+label,
body.fd-theme-national-day .fd-star-input input:checked+label~label{
  color:#ffd05a!important;opacity:1;text-shadow:0 4px 15px rgba(255,208,90,.30);
}
body.fd-theme-national-day .fd-rating-choice{background:rgba(255,255,255,.03);border-color:var(--snd-line-dark);color:#93aaa2}
body.fd-theme-national-day .fd-rating-choice.is-selected{background:rgba(255,208,90,.10);border-color:rgba(255,208,90,.32);color:#ffd87a}
body.fd-theme-national-day .fd-review-submit{
  background:linear-gradient(135deg,var(--snd-green),#00834a)!important;color:#fff!important;
  border:1px solid rgba(103,211,139,.28)!important;box-shadow:0 12px 28px rgba(0,137,74,.20)!important;
}
body.fd-theme-national-day .fd-review-submit:hover{box-shadow:0 17px 34px rgba(0,137,74,.28)!important}
body.fd-theme-national-day .fd-qty-label{background:rgba(255,255,255,.025)!important;border-color:var(--snd-line-dark)!important}
body.fd-theme-national-day .fd-qty-title{color:#c9d9d4}
body.fd-theme-national-day .fd-qty-stepper{background:#091f1b;border-color:var(--snd-line-strong);box-shadow:none}
body.fd-theme-national-day .fd-qty-stepper .fd-qty-step{background:#0c2a24;color:#bdf09a}
body.fd-theme-national-day .fd-qty-stepper .fd-qty-step:hover:not(:disabled){background:#12382f;color:#ddffc8}
body.fd-theme-national-day .fd-qty-stepper input[type="number"]{
  background:#091f1b!important;color:#fff!important;-webkit-text-fill-color:#fff;
  border-inline-color:var(--snd-line-strong)!important;
}
body.fd-theme-national-day .fd-qty-label.is-invalid .fd-qty-stepper{border-color:rgba(240,91,124,.78)!important;box-shadow:0 0 0 3px rgba(240,91,124,.10)}

@media(max-width:520px){
  .fd-review-rating-picker{align-items:flex-start}
  .fd-star-input{gap:2px}
  .fd-star-input label{width:36px;height:36px;font-size:31px!important}
  .fd-rating-choice{width:100%;justify-content:center;margin-top:1px}
  .fd-review-submit{width:100%;min-height:50px}
  .fd-qty-label{min-height:60px;padding:8px 10px!important}
  .fd-qty-stepper{grid-template-columns:40px 58px 40px}
  .fd-qty-stepper input[type="number"]{width:58px!important}
}
@media(max-width:390px){
  .fd-product-buy-actions{grid-template-columns:1fr!important}
  .fd-qty-stepper{grid-template-columns:38px 54px 38px}
  .fd-qty-stepper input[type="number"]{width:54px!important}
}


/* Shared storefront structure fixes — applied after every active theme.
   Keep layout corrections here so seasonal themes only need to style them. */

/* Product information column: preserve comfortable inline breathing room
   on desktop and mobile regardless of the active visual theme. */
.fd-product-purchase-v2{
  padding-inline:clamp(12px,1.35vw,18px)!important;
}

/* Home trust strip: separators belong between adjacent items. */
.fd-home-trust-grid>div{
  border-inline-start:1px solid var(--fd-line,#edf2f2)!important;
}
.fd-home-trust-grid>div:first-child{
  border-inline-start:0!important;
}
@media(max-width:1100px){
  .fd-home-trust-grid>div:nth-child(odd){border-inline-start:0!important}
  .fd-home-trust-grid>div:nth-child(even){border-inline-start:1px solid var(--fd-line,#edf2f2)!important}
}

/* Phase 9.18.4 — Financial number readability.
   IMPORTANT: size the numeric span itself. Do not enlarge the Riyal symbol and
   assume the digits will inherit correctly from every surrounding component. */
.fd-money{
  font-variant-numeric:tabular-nums;
}
.fd-money .fd-money-value{
  font-weight:800!important;
  line-height:1.08!important;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.015em;
}

/* Wallet: primary balances are intentionally prominent. */
.fd-wallet-title-balance .fd-money-value{
  font-size:clamp(30px,2.35vw,36px)!important;
  font-weight:900!important;
}
.fd-wallet-stats strong .fd-money-value{
  font-size:clamp(30px,2.25vw,35px)!important;
  font-weight:900!important;
}
.fd-wallet-history-money strong .fd-money-value{
  font-size:18px!important;
  font-weight:850!important;
}

/* Checkout / payment. */
.fd-wallet-available strong .fd-money-value{
  font-size:22px!important;
  font-weight:900!important;
}
.fd-payment-summary-rows strong .fd-money-value,
.fd-payment-external strong .fd-money-value{
  font-size:18px!important;
  font-weight:850!important;
}
.fd-payment-due strong .fd-money-value{
  font-size:clamp(28px,2.2vw,34px)!important;
  font-weight:950!important;
}

/* Customer account financial records. */
.fd-order-item-price strong .fd-money-value,
.fd-document-amount .fd-money-value,
.fd-refund-row strong .fd-money-value,
.fd-order-money-grid strong .fd-money-value{
  font-size:19px!important;
  font-weight:850!important;
}

/* Storefront prices. */
.fd-product-card-price strong .fd-money-value{
  font-size:20px!important;
  font-weight:900!important;
}
.fd-product-price-v2 strong .fd-money-value{
  font-size:clamp(30px,2.45vw,38px)!important;
  font-weight:950!important;
}

/* Currency mark/code must remain subordinate to the numeric value. */
.fd-money .fd-riyal-symbol{
  width:.68em!important;
  height:.84em!important;
  flex:0 0 auto;
}
.fd-money .fd-money-code{
  font-size:max(.52em,11px)!important;
  font-weight:750!important;
}

@media(max-width:520px){
  .fd-wallet-title-balance .fd-money-value{font-size:31px!important}
  .fd-wallet-stats strong .fd-money-value{font-size:32px!important}
  .fd-wallet-available strong .fd-money-value{font-size:21px!important}
  .fd-payment-summary-rows strong .fd-money-value,
  .fd-payment-external strong .fd-money-value{font-size:17px!important}
  .fd-payment-due strong .fd-money-value{font-size:29px!important}
  .fd-product-card-price strong .fd-money-value{font-size:19px!important}
  .fd-product-price-v2 strong .fd-money-value{font-size:31px!important}
}

/* Phase 9.18.6 — Desktop navigation hover grace.
   Keep dropdowns alive briefly while the pointer crosses the tiny visual gap
   between the parent link and its submenu. Applied only to precise pointer
   devices; mobile/touch navigation keeps its existing behavior. */
@media (hover:hover) and (pointer:fine){
  .fd-primary-nav .fd-submenu{
    display:block!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(4px);
    transition:
      opacity .12s ease,
      transform .12s ease,
      visibility 0s linear .24s;
  }
  .fd-primary-nav li:hover>.fd-submenu,
  .fd-primary-nav li:focus-within>.fd-submenu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
    transition-delay:0s;
  }

  /* Invisible hover bridge across the visual gap under top-level items. */
  .fd-primary-nav>ul>li.has-children::after{
    content:"";
    position:absolute;
    z-index:79;
    top:100%;
    inset-inline:0;
    height:8px;
  }
}
