/* AdeptCommerce 0.7 — contemporary retail visual system */
:root{
  --ac27-bg:#f5f7fb;
  --ac27-surface:#ffffff;
  --ac27-surface-2:#f0f3f8;
  --ac27-surface-3:#e9eef7;
  --ac27-ink:#101522;
  --ac27-ink-2:#242b3a;
  --ac27-muted:#70798c;
  --ac27-line:#e3e7ef;
  --ac27-line-strong:#d4dae5;
  --ac27-accent:#2764ff;
  --ac27-accent-strong:#174bd6;
  --ac27-accent-soft:#e9f0ff;
  --ac27-cyan:#73d8ff;
  --ac27-success:#18a66a;
  --ac27-danger:#e34152;
  --ac27-warning:#f59e0b;
  --ac27-shadow-sm:0 8px 24px rgba(18,28,45,.07);
  --ac27-shadow-md:0 20px 60px rgba(16,24,40,.10);
  --ac27-shadow-lg:0 32px 90px rgba(16,24,40,.14);
  --ac27-r-sm:10px;
  --ac27-r:16px;
  --ac27-r-lg:24px;
  --ac27-r-xl:32px;
  --ac27-ease:cubic-bezier(.2,.8,.2,1);
  --ac27-fast:120ms;
  --ac27-mid:200ms;
  --ac27-slow:320ms;
  --ac27-font:'Onest','Segoe UI',Arial,sans-serif;
  --ac27-container:1480px;
}

html{scroll-behavior:smooth}
html,body{background:var(--ac27-bg);color:var(--ac27-ink);font-family:var(--ac27-font)!important}
body.ac26-storefront{font-family:var(--ac27-font)!important;letter-spacing:-.01em;background:var(--ac27-bg)}
body.ac26-storefront *,body.ac26-storefront *::before,body.ac26-storefront *::after{box-sizing:border-box}
body.ac26-storefront a{text-decoration:none}
body.ac26-storefront button,body.ac26-storefront input,body.ac26-storefront select,body.ac26-storefront textarea{font:inherit}
body.ac26-storefront img{max-width:100%;height:auto}
.ac26-container,.ac-container{width:min(calc(100% - 40px),var(--ac27-container));margin-inline:auto}
.ac27-main{min-height:60vh}
.ac26-skip-link{position:fixed;left:16px;top:16px;z-index:999999;padding:12px 16px;border-radius:12px;background:var(--ac27-ink);color:#fff;transform:translateY(-180%);transition:transform var(--ac27-mid)}
.ac26-skip-link:focus{transform:none}

/* ---------- HEADER ---------- */
.ac27-header{position:sticky;top:0;z-index:9990;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(227,231,239,.9);backdrop-filter:saturate(150%) blur(16px);transition:box-shadow var(--ac27-mid),background var(--ac27-mid),transform var(--ac27-mid)}
.admin-bar .ac27-header{top:32px}
.ac27-header.is-scrolled{background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(16,24,40,.07)}
.ac27-header-main{height:76px;display:flex;align-items:center}
.ac27-header-grid{display:grid;grid-template-columns:auto auto minmax(260px,1fr) auto;gap:12px;align-items:center}
.ac27-brand{display:flex;align-items:center;gap:10px;color:var(--ac27-ink);min-width:max-content}
.ac27-brand-image{display:block;max-width:180px;max-height:42px;object-fit:contain}
.ac27-brand-mark{position:relative;width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#2b6cff,#1548d9);box-shadow:0 8px 20px rgba(39,100,255,.25);overflow:hidden;flex:none}
.ac27-brand-mark i{position:absolute;display:block;background:#fff;border-radius:999px}
.ac27-brand-mark i:first-child{width:16px;height:5px;left:8px;top:9px;transform:rotate(-35deg)}
.ac27-brand-mark i:last-child{width:16px;height:5px;right:8px;bottom:9px;transform:rotate(-35deg);opacity:.72}
.ac27-brand-copy{display:grid;line-height:1}
.ac27-brand-copy strong{font-size:18px;font-weight:700;letter-spacing:-.04em}
.ac27-brand-copy small{margin-top:5px;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ac27-muted)}
.ac27-catalog-trigger{height:44px;border:1px solid var(--ac27-line);border-radius:14px;background:var(--ac27-surface);color:var(--ac27-ink);padding:0 15px;display:flex;align-items:center;gap:10px;font-weight:650;cursor:pointer;transition:border-color var(--ac27-fast),background var(--ac27-fast),transform var(--ac27-fast)}
.ac27-catalog-trigger:hover{border-color:#c6d0e2;background:#f9fbff}
.ac27-catalog-trigger:active{transform:scale(.98)}
.ac27-catalog-icon{width:18px;height:18px;display:grid;grid-template-columns:1fr 1fr;gap:3px}
.ac27-catalog-icon i{display:block;border:1.7px solid currentColor;border-radius:3px}
.ac27-search-entry{height:46px;width:100%;border:1px solid transparent;border-radius:15px;background:#f1f4f8;color:var(--ac27-muted);display:flex;align-items:center;gap:10px;padding:0 14px;cursor:text;transition:background var(--ac27-fast),box-shadow var(--ac27-fast),border-color var(--ac27-fast)}
.ac27-search-entry:hover{background:#edf1f7;border-color:#dbe2ed}
.ac27-search-entry:focus-visible{outline:0;border-color:rgba(39,100,255,.55);box-shadow:0 0 0 4px rgba(39,100,255,.10)}
.ac27-search-entry svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;flex:none}
.ac27-search-entry span{flex:1;text-align:left;font-size:14px}
.ac27-search-entry kbd,.ac27-search-field kbd{border:1px solid #d8dee8;background:#fff;border-radius:8px;padding:5px 7px;font-size:10px;color:#8791a4;box-shadow:0 1px 0 rgba(16,24,40,.05)}
.ac27-header-actions{display:flex;align-items:center;gap:6px}
.ac27-language .ac-language-current,.ac27-action,.ac27-cart-trigger{height:42px;border:0;background:transparent;color:var(--ac27-ink);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--ac27-fast),transform var(--ac27-fast)}
.ac27-language .ac-language-current{padding:0 10px;gap:7px;font-size:12px;font-weight:700}
.ac27-language .ac-language-current svg{width:10px;height:6px;fill:none;stroke:currentColor;stroke-width:1.6}
.ac27-action{width:42px;position:relative}
.ac27-action:hover,.ac27-language .ac-language-current:hover{background:#f0f3f8}
.ac27-action:active,.ac27-cart-trigger:active{transform:scale(.96)}
.ac27-action svg,.ac27-cart-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ac27-action b,.ac27-compare-trigger b{position:absolute;right:4px;top:3px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--ac27-accent);color:#fff;font-size:9px;line-height:17px;text-align:center;font-weight:700;border:2px solid #fff}
.ac27-cart-trigger{height:44px;padding:0 6px 0 13px;gap:8px;background:var(--ac27-ink);color:#fff;font-weight:650;margin-left:2px}
.ac27-cart-trigger:hover{background:#1b2231}
.ac27-cart-trigger .ac-cart-count{min-width:30px;height:30px;border-radius:9px;background:#fff;color:var(--ac27-ink);display:grid;place-items:center;font-size:11px;padding:0 6px}
.ac27-menu-trigger{display:none;width:44px;height:44px;border:0;background:transparent;border-radius:12px;align-items:center;justify-content:center;position:relative}
.ac27-menu-trigger span{position:absolute;width:19px;height:1.8px;background:var(--ac27-ink);border-radius:2px;transition:transform var(--ac27-mid)}
.ac27-menu-trigger span:first-child{transform:translateY(-4px)}
.ac27-menu-trigger span:last-child{transform:translateY(4px)}

.ac27-navline{border-top:1px solid rgba(227,231,239,.75);background:rgba(255,255,255,.88)}
.ac27-navline-inner{height:43px;display:flex;align-items:center;gap:20px;overflow:hidden}
.ac27-nav-categories{display:flex;align-items:center;gap:22px;min-width:0;overflow:hidden;white-space:nowrap;flex:1}
.ac27-nav-categories a,.ac27-deals-link{font-size:12px;font-weight:600;color:#4d586d;transition:color var(--ac27-fast)}
.ac27-nav-categories a:hover{color:var(--ac27-ink)}
.ac27-deals-link{display:flex;align-items:center;gap:5px;color:var(--ac27-accent);font-weight:700;flex:none}

/* mega */
.ac27-mega[hidden]{display:none!important}
.ac27-mega{position:absolute;left:0;right:0;top:100%;background:rgba(255,255,255,.98);border-top:1px solid var(--ac27-line);box-shadow:0 24px 70px rgba(16,24,40,.12);padding:26px 0 30px;animation:ac27-drop var(--ac27-mid) var(--ac27-ease) both}
.ac27-mega-shell{display:grid;gap:22px}
.ac27-mega-head{display:flex;align-items:end;justify-content:space-between;gap:20px}
.ac27-mega-head small{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ac27-muted)}
.ac27-mega-head h2{margin:4px 0 0;font-size:28px;line-height:1;font-weight:680;letter-spacing:-.05em}
.ac27-mega-head>a{color:var(--ac27-accent);font-size:13px;font-weight:650;display:flex;gap:6px;align-items:center}
.ac27-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ac27-mega-category{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid transparent;border-radius:16px;color:var(--ac27-ink);transition:background var(--ac27-fast),border-color var(--ac27-fast),transform var(--ac27-fast)}
.ac27-mega-category:hover{background:#f4f7fb;border-color:#e3e8f0;transform:translateY(-1px)}
.ac27-mega-category-media{width:64px;height:64px;border-radius:13px;background:#eef2f7;overflow:hidden;display:grid;place-items:center}
.ac27-mega-category-media img{width:100%;height:100%;object-fit:contain;padding:5px;transition:transform var(--ac27-mid) var(--ac27-ease)}
.ac27-mega-category:hover img{transform:scale(1.07)}
.ac27-mega-category-media i{width:22px;height:22px;border:2px solid #a9b4c6;border-radius:7px}
.ac27-mega-category>span:nth-child(2){min-width:0;display:grid;gap:4px}
.ac27-mega-category strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ac27-mega-category small{font-size:11px;color:var(--ac27-muted)}
.ac27-mega-category em{font-style:normal;color:#9ba5b7;font-size:14px}

/* overlays / drawers / search */
.ac27-overlay{position:fixed;inset:0;z-index:9970;background:rgba(10,16,28,.34);backdrop-filter:blur(4px)}
.ac27-drawer{position:fixed!important;right:12px!important;top:12px!important;bottom:12px!important;width:min(440px,calc(100vw - 24px))!important;height:auto!important;z-index:9985!important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(255,255,255,.68)!important;border-radius:24px!important;box-shadow:var(--ac27-shadow-lg)!important;overflow:hidden!important;transform:translateX(calc(100% + 30px));transition:transform var(--ac27-slow) var(--ac27-ease)!important}
.admin-bar .ac27-drawer{top:44px!important}
.ac27-drawer.is-open{transform:none!important}
.ac27-drawer[hidden]{display:block!important;visibility:hidden;pointer-events:none}
.ac27-drawer.is-open[hidden]{visibility:visible;pointer-events:auto}
.ac27-drawer-head{height:76px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ac27-line)}
.ac27-drawer-head>div{display:grid;gap:3px}
.ac27-drawer-head small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--ac27-muted);font-weight:700}
.ac27-drawer-head strong{font-size:18px;letter-spacing:-.03em}
.ac27-drawer-head>button{width:38px;height:38px;border:0;border-radius:11px;background:#f1f4f8;color:var(--ac27-ink);font-size:22px;cursor:pointer}
.ac27-drawer-content,.ac27-cart-drawer .ac-mini-cart-content{height:calc(100% - 76px);overflow:auto;padding:18px}
.ac27-mobile-nav{display:grid;padding:12px}
.ac27-mobile-nav a{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--ac27-line);color:var(--ac27-ink);font-weight:620}

.ac27-search-panel[hidden]{display:none!important}
.ac27-search-panel{position:fixed!important;inset:0!important;z-index:9995!important;background:rgba(12,18,31,.36)!important;backdrop-filter:blur(8px);padding:80px 20px 20px!important;overflow:auto!important}
.admin-bar .ac27-search-panel{padding-top:110px!important}
.ac27-search-shell{width:min(920px,100%);margin:0 auto;background:rgba(255,255,255,.985);border:1px solid rgba(255,255,255,.7);border-radius:26px;box-shadow:var(--ac27-shadow-lg);padding:20px;animation:ac27-search-in var(--ac27-mid) var(--ac27-ease) both}
.ac27-search-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.ac27-search-top>div{display:grid;gap:3px}
.ac27-search-top small{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--ac27-muted);font-weight:700}
.ac27-search-top strong{font-size:18px;letter-spacing:-.03em}
.ac27-search-top>button{width:38px;height:38px;border:0;border-radius:12px;background:#f0f3f7;font-size:22px;color:var(--ac27-ink);cursor:pointer}
.ac27-search-field{height:64px;border:1px solid #dce2ec;border-radius:18px;background:#f7f9fc;display:flex;align-items:center;gap:12px;padding:0 15px;transition:border-color var(--ac27-fast),box-shadow var(--ac27-fast),background var(--ac27-fast)}
.ac27-search-field:focus-within{border-color:rgba(39,100,255,.5);box-shadow:0 0 0 4px rgba(39,100,255,.08);background:#fff}
.ac27-search-field svg{width:22px;height:22px;fill:none;stroke:#687489;stroke-width:1.8}
.ac27-search-field input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;flex:1;font-size:18px!important;color:var(--ac27-ink)!important;padding:0!important}
.ac27-search-suggestions{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:16px 0 10px!important}
.ac27-search-suggestions>span{font-size:11px;font-weight:700;color:var(--ac27-muted);margin-right:3px}
.ac27-search-suggestions button{border:1px solid var(--ac27-line)!important;background:#fff!important;border-radius:999px!important;padding:8px 11px!important;font-size:11px!important;color:var(--ac27-ink)!important;cursor:pointer}
.ac27-search-suggestions button:hover{border-color:#b9c8e1!important;background:#f7faff!important}
.ac27-search-results{margin-top:10px;max-height:56vh;overflow:auto}
.ac27-search-results .ac-search-item,.ac27-search-results>a{border-radius:14px!important}

/* ---------- HOME ---------- */
.ac27-home-hero{padding:24px 0 12px}
.ac27-hero-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.62fr);gap:14px}
.ac27-hero-product{min-height:540px;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(360px,1.2fr);position:relative;overflow:hidden;border-radius:28px;background:
  radial-gradient(circle at 78% 28%,rgba(115,216,255,.42),transparent 26%),
  radial-gradient(circle at 70% 75%,rgba(39,100,255,.16),transparent 34%),
  linear-gradient(135deg,#eef4ff 0%,#f7faff 52%,#eaf2ff 100%);border:1px solid #dce6f5}
.ac27-hero-product::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.48) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.48) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to right,black,transparent 80%);opacity:.45;pointer-events:none}
.ac27-hero-copy{position:relative;z-index:2;padding:54px 20px 50px 54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.ac27-label{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.14em;color:var(--ac27-accent);margin-bottom:18px}
.ac27-label::before{content:"";width:18px;height:2px;border-radius:2px;background:var(--ac27-accent)}
.ac27-hero-category{font-size:12px;font-weight:650;color:#62718c;margin-bottom:9px}
.ac27-hero-copy h1{margin:0;max-width:620px;font-size:clamp(38px,4.2vw,70px);line-height:.96;letter-spacing:-.065em;font-weight:680;color:#101522;text-wrap:balance}
.ac27-hero-copy p{margin:22px 0 0;max-width:540px;font-size:14px;line-height:1.7;color:#66738a}
.ac27-hero-price{margin-top:24px;font-size:27px;font-weight:700;letter-spacing:-.04em;color:#111827}
.ac27-hero-price del{font-size:.62em;color:#8c95a5;font-weight:500;margin-right:8px}
.ac27-hero-price ins{text-decoration:none}
.ac27-hero-actions{display:flex;gap:9px;margin-top:20px;flex-wrap:wrap}
.ac27-btn{min-height:46px;padding:0 18px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:680;transition:transform var(--ac27-fast),box-shadow var(--ac27-fast),background var(--ac27-fast)}
.ac27-btn:hover{transform:translateY(-1px)}
.ac27-btn-primary{background:var(--ac27-ink);color:#fff;box-shadow:0 12px 24px rgba(16,21,34,.18)}
.ac27-btn-primary:hover{background:#1b2230;color:#fff}
.ac27-btn-secondary{background:rgba(255,255,255,.72);border:1px solid rgba(177,192,216,.55);color:var(--ac27-ink)}
.ac27-btn-secondary:hover{background:#fff;color:var(--ac27-ink)}
.ac27-hero-stock{display:flex;align-items:center;gap:8px;margin-top:22px;font-size:11px;color:#617087}
.ac27-hero-stock i,.ac27-stock-dot i{width:7px;height:7px;border-radius:50%;background:#b8c0cd;box-shadow:0 0 0 4px rgba(184,192,205,.12)}
.ac27-hero-stock.is-stock i,.ac27-stock-dot.is-stock i{background:var(--ac27-success);box-shadow:0 0 0 4px rgba(24,166,106,.11)}
.ac27-hero-stock.is-out i,.ac27-stock-dot.is-out i{background:var(--ac27-danger);box-shadow:0 0 0 4px rgba(227,65,82,.10)}
.ac27-hero-media{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:38px 42px 38px 0;overflow:hidden}
.ac27-hero-media-glow{position:absolute;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(255,255,255,.25) 48%,transparent 70%);filter:blur(2px)}
.ac27-hero-media img{position:relative;z-index:2;width:min(100%,610px);max-height:470px;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(32,50,82,.17));transform:translateZ(0);transition:transform .5s var(--ac27-ease),filter .5s var(--ac27-ease)}
.ac27-hero-media:hover img{transform:scale(1.025) translateY(-4px);filter:drop-shadow(0 34px 34px rgba(32,50,82,.22))}

.ac27-hero-categories{background:var(--ac27-surface);border:1px solid var(--ac27-line);border-radius:28px;padding:18px;box-shadow:0 8px 30px rgba(16,24,40,.03)}
.ac27-hero-categories-head{height:40px;display:flex;align-items:flex-start;justify-content:space-between;padding:2px 2px 0}
.ac27-hero-categories-head>span{font-size:12px;font-weight:700;color:var(--ac27-ink)}
.ac27-hero-categories-head>a{font-size:10px;font-weight:700;color:var(--ac27-accent)}
.ac27-hero-category-list{display:grid;gap:8px}
.ac27-hero-category-list>a{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:12px;align-items:center;padding:8px;border-radius:16px;color:var(--ac27-ink);transition:background var(--ac27-fast),transform var(--ac27-fast)}
.ac27-hero-category-list>a:hover{background:#f4f7fb;transform:translateX(2px)}
.ac27-hero-category-media{width:70px;height:82px;border-radius:13px;background:#eff3f8;overflow:hidden;display:grid;place-items:center}
.ac27-hero-category-media img{width:100%;height:100%;object-fit:contain;padding:7px;transition:transform var(--ac27-mid)}
.ac27-hero-category-list>a:hover img{transform:scale(1.06)}
.ac27-hero-category-list>a>span:nth-child(2){display:grid;gap:4px;min-width:0}
.ac27-hero-category-list strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ac27-hero-category-list small{font-size:10px;color:var(--ac27-muted)}
.ac27-hero-category-list em{font-size:12px;font-style:normal;color:#a2acbc}

.ac27-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--ac27-line);border:1px solid var(--ac27-line);border-radius:18px;overflow:hidden;margin-top:14px}
.ac27-benefits>div{min-height:76px;background:var(--ac27-surface);display:flex;align-items:center;gap:12px;padding:0 20px}
.ac27-benefits svg{width:25px;height:25px;fill:none;stroke:#536177;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ac27-benefits span{display:grid;gap:3px}
.ac27-benefits strong{font-size:12px;font-weight:680}
.ac27-benefits small{font-size:10px;color:var(--ac27-muted)}

.ac27-section{padding:62px 0 0}
.ac27-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.ac27-section-head>div{display:grid;gap:5px}
.ac27-section-head span{font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.13em;color:var(--ac27-accent)}
.ac27-section-head h2{font-size:clamp(27px,3vw,40px);margin:0;line-height:1;letter-spacing:-.05em;font-weight:680}
.ac27-section-head>a{font-size:12px;font-weight:680;color:var(--ac27-ink);border-bottom:1px solid #cfd5df;padding-bottom:3px}
.ac27-section-head>a:hover{color:var(--ac27-accent);border-color:var(--ac27-accent)}

.ac27-category-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ac27-category-card{position:relative;min-height:250px;border-radius:20px;background:var(--ac27-surface);border:1px solid var(--ac27-line);overflow:hidden;color:var(--ac27-ink);transition:transform var(--ac27-mid) var(--ac27-ease),box-shadow var(--ac27-mid),border-color var(--ac27-mid)}
.ac27-category-card:hover{transform:translateY(-4px);box-shadow:var(--ac27-shadow-sm);border-color:#d6deea}
.ac27-category-card-media{height:175px;background:linear-gradient(155deg,#f4f7fb,#edf2f8);display:grid;place-items:center;overflow:hidden}
.ac27-category-card-media img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .45s var(--ac27-ease)}
.ac27-category-card:hover img{transform:scale(1.055)}
.ac27-category-card-copy{display:grid;gap:3px;padding:16px 42px 16px 16px}
.ac27-category-card-copy strong{font-size:14px;font-weight:680}
.ac27-category-card-copy small{font-size:10px;color:var(--ac27-muted)}
.ac27-category-card>em{position:absolute;right:15px;bottom:17px;font-size:12px;font-style:normal;color:#9da7b7}

/* product cards */
.ac27-product-grid,.ac-products-stage ul.products,.ac-catalog-results ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px 14px!important;margin:0!important;padding:0!important}
.ac27-product-card,.woocommerce ul.products li.product.ac27-product-card{width:auto!important;margin:0!important;padding:0!important;float:none!important;background:transparent!important;border:0!important;box-shadow:none!important;min-width:0;display:block!important}
.ac27-card-media{position:relative;aspect-ratio:1/1.04;background:#eef2f7;border:1px solid transparent;border-radius:19px;overflow:hidden;transition:border-color var(--ac27-mid),box-shadow var(--ac27-mid),transform var(--ac27-mid) var(--ac27-ease)}
.ac27-product-card:hover .ac27-card-media{border-color:#dce3ed;box-shadow:0 14px 34px rgba(16,24,40,.07);transform:translateY(-2px)}
.ac27-card-image{position:absolute;inset:0;display:grid;place-items:center!important;padding:14px!important;background:linear-gradient(145deg,#f5f7fa,#edf1f6)!important}
.ac27-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;transition:transform .4s var(--ac27-ease)!important;mix-blend-mode:multiply}
.ac27-product-card:hover .ac27-card-image img{transform:scale(1.045)}
.ac27-card-media .ac-sale-badge,.ac27-card-media .onsale{position:absolute!important;left:11px!important;top:11px!important;right:auto!important;bottom:auto!important;margin:0!important;min-height:0!important;min-width:0!important;padding:6px 8px!important;border:0!important;border-radius:9px!important;background:#101522!important;color:#fff!important;font-size:9px!important;line-height:1!important;font-weight:750!important;letter-spacing:.05em!important;text-transform:uppercase!important;z-index:3!important;box-shadow:none!important}
.ac27-card-actions{position:absolute;right:10px;top:10px;z-index:4;display:flex!important;flex-direction:column;gap:6px;opacity:0;transform:translateX(8px);transition:opacity var(--ac27-mid),transform var(--ac27-mid) var(--ac27-ease)}
.ac27-product-card:hover .ac27-card-actions,.ac27-card-actions:focus-within{opacity:1;transform:none}
.ac27-card-actions button{width:36px!important;height:36px!important;border:1px solid rgba(213,220,230,.9)!important;border-radius:11px!important;background:rgba(255,255,255,.94)!important;display:grid!important;place-items:center!important;color:#293346!important;box-shadow:0 6px 16px rgba(16,24,40,.08)!important;padding:0!important;cursor:pointer!important;transition:transform var(--ac27-fast),background var(--ac27-fast),color var(--ac27-fast)!important}
.ac27-card-actions button:hover{background:#fff!important;color:var(--ac27-accent)!important;transform:translateY(-1px)}
.ac27-card-actions button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65}
.ac27-card-actions button.is-active{color:var(--ac27-accent)!important;background:#edf3ff!important;border-color:#c9d9ff!important}
.ac27-card-body{padding:12px 2px 0!important;background:transparent!important}
.ac27-card-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:19px}
.ac27-card-category{font-size:10px!important;color:#758096!important;font-weight:650!important;text-transform:none!important;letter-spacing:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}
.ac27-card-category:hover{color:var(--ac27-accent)!important}
.ac27-stock-dot{display:flex;align-items:center;gap:6px;font-size:9px;color:#7f8898;white-space:nowrap}
.ac27-stock-dot i{width:5px;height:5px;box-shadow:none}
.ac27-card-body h3{font-size:14px!important;line-height:1.38!important;font-weight:650!important;letter-spacing:-.02em!important;margin:6px 0 10px!important;min-height:39px!important}
.ac27-card-body h3 a{color:var(--ac27-ink)!important}
.ac27-card-body h3 a:hover{color:#283858!important}
.ac27-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:39px}
.ac27-card-price{font-size:15px!important;line-height:1!important;font-weight:720!important;color:var(--ac27-ink)!important;display:flex!important;align-items:baseline;gap:6px;flex-wrap:wrap}
.ac27-card-price del{font-size:10px!important;color:#98a1af!important;font-weight:500!important;opacity:1!important}
.ac27-card-price ins{text-decoration:none!important}
.ac27-card-cta .button,.ac27-card-cta a.button{min-width:38px!important;min-height:38px!important;height:38px!important;padding:0 12px!important;border:1px solid #dce2eb!important;border-radius:11px!important;background:#fff!important;color:#1b2332!important;box-shadow:none!important;font-size:10px!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap;transition:background var(--ac27-fast),color var(--ac27-fast),border-color var(--ac27-fast),transform var(--ac27-fast)!important}
.ac27-card-cta .button:hover{background:var(--ac27-ink)!important;color:#fff!important;border-color:var(--ac27-ink)!important;transform:translateY(-1px)}
.ac27-card-cta .added_to_cart{display:none!important}

/* deals */
.ac27-deal-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:12px;background:#111827;border-radius:26px;padding:12px;overflow:hidden}
.ac27-deal-lead{min-height:430px;border-radius:19px;background:
  radial-gradient(circle at 76% 50%,rgba(92,167,255,.34),transparent 32%),
  linear-gradient(135deg,#1a2450,#17243a 52%,#152a43);display:grid;grid-template-columns:.72fr 1.28fr;overflow:hidden;color:#fff}
.ac27-deal-copy{padding:42px 0 42px 42px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.ac27-deal-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#9bc1ff;font-weight:700}
.ac27-deal-copy h2{font-size:clamp(29px,3.2vw,46px);line-height:1;letter-spacing:-.05em;margin:12px 0 16px;font-weight:650}
.ac27-deal-price{font-size:24px;font-weight:700;letter-spacing:-.04em}
.ac27-deal-price del{font-size:12px;color:#a7b4c9;font-weight:500;margin-right:7px}
.ac27-deal-price ins{text-decoration:none;color:#fff}
.ac27-btn-light{align-self:flex-start;margin-top:20px;background:#fff;color:#111827}
.ac27-btn-light:hover{background:#f3f6fb;color:#111827}
.ac27-deal-media{display:flex;align-items:center;justify-content:center;padding:30px}
.ac27-deal-media img{max-height:360px;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(0,0,0,.24));transition:transform .45s var(--ac27-ease)}
.ac27-deal-media:hover img{transform:scale(1.035)}
.ac27-deal-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important}
.ac27-deal-products .ac27-product-card{background:#fff!important;border-radius:17px!important;padding:9px!important}
.ac27-deal-products .ac27-card-media{border-radius:13px;aspect-ratio:1.18/1}
.ac27-deal-products .ac27-card-body h3{font-size:12px!important;min-height:34px!important}
.ac27-deal-products .ac27-stock-dot{display:none}

/* ---------- CATALOG ---------- */
.ac27-catalog-hero{padding:38px 0 24px!important;background:transparent!important;border:0!important}
.ac27-catalog-hero-inner{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:30px!important}
.ac27-catalog-hero-inner>div:first-child>span{font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.13em;color:var(--ac27-accent)}
.ac27-catalog-hero h1{font-size:clamp(36px,5vw,68px)!important;line-height:.94!important;margin:8px 0 0!important;font-weight:670!important;letter-spacing:-.065em!important;color:var(--ac27-ink)!important}
.ac27-catalog-hero .ac-catalog-description{max-width:650px;margin-top:14px;color:var(--ac27-muted);font-size:13px;line-height:1.6}
.ac27-catalog-count{display:flex;align-items:baseline;gap:8px;padding-bottom:4px}
.ac27-catalog-count strong{font-size:27px;letter-spacing:-.05em}
.ac27-catalog-count small{font-size:11px;color:var(--ac27-muted)}
.ac27-catalog-shell{padding:0 0 70px!important;background:transparent!important}
.ac27-catalog-toolbar{position:sticky!important;top:120px!important;z-index:20!important;min-height:60px!important;border:1px solid rgba(221,227,236,.9)!important;border-radius:16px!important;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(14px);padding:8px 10px!important;margin-bottom:14px!important;box-shadow:0 10px 28px rgba(16,24,40,.04)!important}
.admin-bar .ac27-catalog-toolbar{top:152px!important}
.ac27-result-copy strong{font-size:11px!important;color:#596579!important;font-weight:650!important}
.ac27-toolbar-actions{gap:8px!important}
.ac27-sort-control{height:42px!important;border:1px solid var(--ac27-line)!important;border-radius:12px!important;background:#fff!important;padding:0 9px!important}
.ac27-sort-control span{font-size:9px!important;color:var(--ac27-muted)!important}
.ac27-sort-control select{font-size:11px!important;font-weight:650!important;border:0!important;background:transparent!important;padding-right:25px!important;color:var(--ac27-ink)!important}
.ac27-view-toggle{height:42px!important;padding:3px!important;border:1px solid var(--ac27-line)!important;border-radius:12px!important;background:#fff!important}
.ac27-view-toggle button{width:34px!important;height:34px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#8a94a6!important}
.ac27-view-toggle button.is-active{background:#eef3fb!important;color:var(--ac27-ink)!important}
.ac27-view-toggle svg{width:17px!important;height:17px!important;fill:none;stroke:currentColor;stroke-width:1.5}
.ac27-catalog-layout{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:22px!important;align-items:start}
.ac27-filter-panel{position:sticky!important;top:194px!important;border:1px solid var(--ac27-line)!important;border-radius:18px!important;background:var(--ac27-surface)!important;overflow:hidden!important;box-shadow:none!important}
.admin-bar .ac27-filter-panel{top:226px!important}
.ac27-filter-head{padding:16px!important;border-bottom:1px solid var(--ac27-line)!important;display:block!important}
.ac27-filter-head>div{display:grid;gap:3px}
.ac27-filter-head span{font-size:9px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:var(--ac27-accent)!important}
.ac27-filter-head strong{font-size:11px!important;line-height:1.4!important;font-weight:550!important;color:var(--ac27-muted)!important}
.ac27-filter-head>button{display:none}
.ac27-filter-form{padding:0 15px 15px!important}
.ac27-filter-form .ac-filter-group{padding:15px 0!important;border-bottom:1px solid #edf0f4!important}
.ac27-filter-form .ac-filter-group:last-of-type{border-bottom:0!important}
.ac27-filter-search{height:42px!important;border:1px solid var(--ac27-line)!important;border-radius:12px!important;background:#f6f8fb!important;padding:0 11px!important}
.ac27-filter-search input{font-size:11px!important;background:transparent!important;border:0!important;box-shadow:none!important}
.ac27-filter-search svg{width:16px!important;height:16px!important}
.ac27-filter-form .ac-filter-heading strong{font-size:11px!important}
.ac27-filter-form .ac-filter-heading span{font-size:9px!important;color:var(--ac27-muted)!important}
.ac27-filter-form .ac-filter-radio{min-height:32px!important;font-size:11px!important;color:#4e596d!important}
.ac27-filter-form .ac-filter-radio b{font-size:9px!important;color:#929bac!important}
.ac27-filter-form .ac-price-inputs label{border:1px solid var(--ac27-line)!important;border-radius:11px!important;background:#fff!important;padding:7px 8px!important}
.ac27-filter-form .ac-price-inputs label span{font-size:8px!important}
.ac27-filter-form .ac-price-inputs input{font-size:11px!important;border:0!important;background:transparent!important;padding:0!important}
.ac27-filter-form .ac-switch-row strong{font-size:11px!important}
.ac27-filter-form .ac-switch-row small{font-size:9px!important}
.ac27-filter-form .ac-filter-reset{height:40px!important;border-radius:11px!important;font-size:10px!important}
.ac27-catalog-results{min-width:0}
.ac27-catalog-results .ac-products-stage>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.ac27-filter-mobile{display:none!important}
.ac-active-filters{gap:6px!important;margin-bottom:12px!important}
.ac-active-filters button,.ac-active-filters span{border-radius:999px!important;font-size:10px!important}
.ac-load-more{height:46px!important;border-radius:13px!important;background:var(--ac27-ink)!important;color:#fff!important;border:0!important;font-size:11px!important}
.ac-load-more:hover{background:#202838!important}
.ac-skeleton-grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}
.ac-skeleton-grid span{border-radius:18px!important;background:linear-gradient(90deg,#eef1f5,#f8f9fb,#eef1f5)!important;background-size:200% 100%!important}

/* ---------- PRODUCT PAGE ---------- */
.ac26-single-product{padding:26px 0 70px!important}
.ac26-single-product .ac26-container{width:min(calc(100% - 40px),var(--ac27-container))!important}
.ac26-breadcrumbs{font-size:10px!important;color:#8a94a5!important;margin:0 0 18px!important}
.ac26-breadcrumbs a{color:#667085!important}
.ac26-product-layout{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(420px,.72fr)!important;gap:38px!important;align-items:start!important}
.ac26-product-gallery{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:10px!important;position:sticky!important;top:148px!important}
.admin-bar .ac26-product-gallery{top:180px!important}
.ac26-gallery-thumbs{display:flex!important;flex-direction:column!important;gap:8px!important;max-height:620px!important;overflow:auto!important;scrollbar-width:none}
.ac26-gallery-thumbs::-webkit-scrollbar{display:none}
.ac26-gallery-thumb{width:74px!important;aspect-ratio:1!important;border:1px solid var(--ac27-line)!important;border-radius:14px!important;background:#fff!important;padding:4px!important;overflow:hidden!important;opacity:.72!important;transition:opacity var(--ac27-fast),border-color var(--ac27-fast)!important}
.ac26-gallery-thumb.is-active{opacity:1!important;border-color:#a9bce3!important;box-shadow:0 0 0 2px rgba(39,100,255,.08)!important}
.ac26-gallery-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}
.ac26-gallery-main{min-height:620px!important;border:1px solid var(--ac27-line)!important;border-radius:22px!important;background:linear-gradient(150deg,#f5f7fa,#edf1f6)!important;display:grid!important;place-items:center!important;overflow:hidden!important;position:relative!important}
.ac26-gallery-main img{width:100%!important;height:100%!important;max-height:620px!important;object-fit:contain!important;padding:32px!important;mix-blend-mode:multiply;transition:transform .4s var(--ac27-ease)!important}
.ac26-gallery-main:hover img{transform:scale(1.025)}
.ac26-gallery-open{position:absolute!important;right:14px!important;bottom:14px!important;width:42px!important;height:42px!important;border-radius:12px!important;border:1px solid rgba(211,219,231,.9)!important;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(8px);display:grid!important;place-items:center!important;box-shadow:var(--ac27-shadow-sm)!important}
.ac26-purchase-box{position:sticky!important;top:148px!important;background:var(--ac27-surface)!important;border:1px solid var(--ac27-line)!important;border-radius:22px!important;padding:26px!important;box-shadow:0 20px 54px rgba(16,24,40,.07)!important}
.admin-bar .ac26-purchase-box{top:180px!important}
.ac26-product-category,.ac26-kicker{font-size:9px!important;text-transform:uppercase!important;letter-spacing:.13em!important;color:var(--ac27-accent)!important;font-weight:750!important}
.ac26-purchase-box h1{font-size:clamp(30px,3vw,46px)!important;line-height:1.03!important;letter-spacing:-.055em!important;font-weight:670!important;margin:8px 0 12px!important;color:var(--ac27-ink)!important}
.ac26-product-submeta{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;font-size:10px!important;color:var(--ac27-muted)!important}
.ac26-product-price{font-size:28px!important;font-weight:720!important;letter-spacing:-.04em!important;margin:22px 0 8px!important}
.ac26-product-price del{font-size:14px!important;color:#8f98a8!important;font-weight:500!important;margin-right:7px!important}
.ac26-product-price ins{text-decoration:none!important}
.ac26-stock-line{display:flex!important;align-items:center!important;gap:8px!important;font-size:11px!important;color:#5e697b!important;margin:0 0 18px!important}
.ac26-stock-line::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ac27-success);box-shadow:0 0 0 4px rgba(24,166,106,.10)}
.ac26-product-short{font-size:12px!important;line-height:1.7!important;color:#677286!important;margin:12px 0 20px!important}
.ac26-purchase-box form.cart{display:grid!important;gap:10px!important;margin:18px 0 0!important}
.ac26-purchase-box form.cart .quantity{display:flex!important;border:1px solid var(--ac27-line)!important;border-radius:12px!important;overflow:hidden!important;width:100px!important;height:46px!important;background:#fff!important}
.ac26-purchase-box form.cart .quantity input{width:100%!important;border:0!important;text-align:center!important;background:transparent!important}
.ac26-purchase-box .single_add_to_cart_button{min-height:50px!important;border:0!important;border-radius:13px!important;background:var(--ac27-accent)!important;color:#fff!important;font-size:12px!important;font-weight:700!important;box-shadow:0 12px 24px rgba(39,100,255,.20)!important;transition:background var(--ac27-fast),transform var(--ac27-fast)!important}
.ac26-purchase-box .single_add_to_cart_button:hover{background:var(--ac27-accent-strong)!important;transform:translateY(-1px)}
.ac26-buy-now{min-height:46px!important;border:1px solid #d8deea!important;border-radius:12px!important;background:#fff!important;color:var(--ac27-ink)!important;font-size:11px!important;font-weight:680!important}
.ac26-purchase-tools{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-top:10px!important}
.ac26-purchase-tools button{min-height:42px!important;border:1px solid var(--ac27-line)!important;border-radius:11px!important;background:#f8f9fb!important;font-size:10px!important;font-weight:650!important;color:#394457!important}
.ac26-purchase-assurance{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;margin-top:20px!important;padding-top:16px!important;border-top:1px solid #edf0f4!important}
.ac26-purchase-assurance>div{display:grid!important;gap:5px!important}
.ac26-purchase-assurance>div>span{font-size:9px!important;color:var(--ac27-accent)!important}
.ac26-purchase-assurance p{display:grid!important;gap:2px!important;margin:0!important}
.ac26-purchase-assurance strong{font-size:9px!important}
.ac26-purchase-assurance small{font-size:8px!important;color:var(--ac27-muted)!important}
.ac26-product-info{margin-top:34px!important;border:1px solid var(--ac27-line)!important;border-radius:20px!important;background:var(--ac27-surface)!important;overflow:hidden!important}
.ac26-product-tablist{display:flex!important;gap:0!important;border-bottom:1px solid var(--ac27-line)!important;padding:0 18px!important;overflow:auto!important}
.ac26-product-tablist button{min-height:56px!important;border:0!important;border-bottom:2px solid transparent!important;background:transparent!important;padding:0 14px!important;font-size:11px!important;font-weight:650!important;color:#788397!important;white-space:nowrap!important}
.ac26-product-tablist button.is-active{color:var(--ac27-ink)!important;border-color:var(--ac27-accent)!important}
.ac26-product-tabpanels{padding:24px!important;color:#536076!important;font-size:12px!important;line-height:1.75!important}
.ac26-product-tabpanels table.shop_attributes{border:0!important}
.ac26-product-tabpanels table.shop_attributes th,.ac26-product-tabpanels table.shop_attributes td{padding:10px 12px!important;border-bottom:1px solid #edf0f4!important;background:transparent!important;font-size:11px!important}
.ac26-related{padding-top:50px!important}
.ac26-related .ac26-section-heading h2{font-size:30px!important;letter-spacing:-.045em!important}
.ac27-lightbox{background:rgba(8,12,20,.94)!important;backdrop-filter:blur(16px)!important}
.ac27-lightbox img{max-width:min(88vw,1100px)!important;max-height:84vh!important;object-fit:contain!important}

/* ---------- CART / CHECKOUT / ACCOUNT ---------- */
.ac26-cart-page-body .ac27-main,.ac26-checkout-page-body .ac27-main,.ac26-account-page-body .ac27-main{padding:36px 0 80px}
.ac26-cart-page,.ac26-checkout,.woocommerce-account .woocommerce{width:min(calc(100% - 40px),1180px)!important;margin:0 auto!important}
.ac26-cart-head,.ac26-checkout-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:24px!important}
.ac26-cart-head h1,.ac26-checkout-head h1{font-size:clamp(36px,4vw,56px)!important;line-height:.95!important;letter-spacing:-.06em!important;margin:6px 0 0!important;font-weight:670!important}
.ac26-cart-head>a{font-size:11px!important;font-weight:650!important;color:var(--ac27-accent)!important}
.ac26-cart-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:18px!important;align-items:start!important}
.ac26-cart-items{display:grid!important;gap:10px!important}
.ac26-cart-item{display:grid!important;grid-template-columns:100px minmax(0,1fr) auto auto auto!important;gap:16px!important;align-items:center!important;padding:13px!important;background:var(--ac27-surface)!important;border:1px solid var(--ac27-line)!important;border-radius:17px!important;transition:opacity var(--ac27-mid),transform var(--ac27-mid)!important}
.ac26-cart-item.ac26-is-updating{opacity:.55;transform:scale(.995)}
.ac26-cart-item-image{width:100px;height:100px;border-radius:12px;background:#f0f3f7;display:grid!important;place-items:center!important;overflow:hidden!important}
.ac26-cart-item-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:7px!important}
.ac26-cart-item-copy{display:grid!important;gap:4px!important;min-width:0!important}
.ac26-cart-item-copy small{font-size:9px!important;color:var(--ac27-muted)!important}
.ac26-cart-item-copy strong{font-size:13px!important;color:var(--ac27-ink)!important}
.ac26-cart-item-copy>span{font-size:12px!important;font-weight:700!important;margin-top:5px!important}
.ac26-cart-quantity{display:flex!important;height:38px!important;border:1px solid var(--ac27-line)!important;border-radius:11px!important;overflow:hidden!important;background:#fff!important}
.ac26-cart-quantity button{width:34px!important;border:0!important;background:transparent!important;color:var(--ac27-ink)!important}
.ac26-cart-quantity input{width:38px!important;border:0!important;background:transparent!important;text-align:center!important;font-size:11px!important}
.ac26-cart-line-total{font-size:12px!important;font-weight:700!important;min-width:78px!important;text-align:right!important}
.ac26-cart-remove{border:0!important;background:transparent!important;color:#9aa3b1!important;font-size:10px!important;text-decoration:underline!important;cursor:pointer!important}
.ac26-cart-summary,.ac26-checkout-summary{position:sticky!important;top:148px!important;background:var(--ac27-surface)!important;border:1px solid var(--ac27-line)!important;border-radius:20px!important;padding:22px!important;box-shadow:0 18px 45px rgba(16,24,40,.06)!important}
.admin-bar .ac26-cart-summary,.admin-bar .ac26-checkout-summary{top:180px!important}
.ac26-cart-summary h2{font-size:22px!important;letter-spacing:-.04em!important;margin:7px 0 18px!important}
.ac26-summary-row{min-height:40px!important;border-bottom:1px solid #eef1f5!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:11px!important;color:#6d7789!important}
.ac26-summary-row strong{color:var(--ac27-ink)!important}
.ac26-coupon{display:grid!important;grid-template-columns:1fr auto!important;gap:6px!important;margin:15px 0!important}
.ac26-coupon input{height:42px!important;border:1px solid var(--ac27-line)!important;border-radius:11px!important;background:#f8f9fb!important;padding:0 11px!important;font-size:10px!important}
.ac26-coupon button{height:42px!important;border:0!important;border-radius:11px!important;background:#edf2fa!important;color:#364258!important;font-size:10px!important;font-weight:650!important;padding:0 12px!important}
.ac26-summary-total{display:flex!important;align-items:end!important;justify-content:space-between!important;padding:17px 0!important}
.ac26-summary-total span{font-size:11px!important;color:#657084!important}
.ac26-summary-total strong{font-size:20px!important;letter-spacing:-.04em!important}
.ac26-cart-summary .ac26-button-primary{min-height:48px!important;border-radius:13px!important;background:var(--ac27-accent)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important}
.ac26-summary-trust{display:flex!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:12px!important;font-size:8px!important;color:#7d8796!important}
.ac26-cart-empty-page{min-height:420px!important;border:1px solid var(--ac27-line)!important;border-radius:24px!important;background:var(--ac27-surface)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:40px!important}
.ac26-cart-empty-page h1{max-width:620px!important;font-size:38px!important;letter-spacing:-.05em!important;margin:8px 0 10px!important}
.ac26-empty-mark{width:76px!important;height:76px!important;border-radius:22px!important;background:#edf3ff!important;margin-bottom:18px!important;position:relative!important}

.ac26-checkout-head{display:block!important}
.ac26-checkout-head p{font-size:12px!important;color:var(--ac27-muted)!important;margin-top:10px!important}
.ac26-checkout-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:18px!important;align-items:start!important}
.ac26-checkout-fields{display:grid!important;gap:12px!important}
.ac26-checkout-step{background:var(--ac27-surface)!important;border:1px solid var(--ac27-line)!important;border-radius:20px!important;padding:20px!important}
.ac26-step-title{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:18px!important}
.ac26-step-title>span{width:34px!important;height:34px!important;border-radius:10px!important;background:#edf3ff!important;color:var(--ac27-accent)!important;display:grid!important;place-items:center!important;font-size:9px!important;font-weight:750!important}
.ac26-step-title>div{display:grid!important;gap:2px!important}
.ac26-step-title strong{font-size:13px!important}
.ac26-step-title small{font-size:9px!important;color:var(--ac27-muted)!important}
.ac26-checkout .form-row{margin:0 0 12px!important}
.ac26-checkout label{font-size:9px!important;font-weight:650!important;color:#5b6678!important;margin-bottom:5px!important}
.ac26-checkout input.input-text,.ac26-checkout textarea,.ac26-checkout select,.select2-container .select2-selection--single{min-height:44px!important;border:1px solid var(--ac27-line)!important;border-radius:11px!important;background:#f8f9fb!important;padding:9px 11px!important;box-shadow:none!important;font-size:11px!important;color:var(--ac27-ink)!important}
.ac26-checkout input.input-text:focus,.ac26-checkout textarea:focus{outline:0!important;border-color:rgba(39,100,255,.5)!important;box-shadow:0 0 0 4px rgba(39,100,255,.08)!important;background:#fff!important}
.ac26-checkout-summary .woocommerce-checkout-review-order-table{font-size:10px!important;border:0!important}
.ac26-checkout-summary .woocommerce-checkout-review-order-table th,.ac26-checkout-summary .woocommerce-checkout-review-order-table td{padding:10px 0!important;border-color:#edf0f4!important;background:transparent!important}
.ac26-checkout-summary #payment{background:transparent!important;border:0!important}
.ac26-checkout-summary #payment ul.payment_methods{padding:0!important;border:0!important}
.ac26-checkout-summary #payment div.payment_box{border-radius:11px!important;background:#f3f6fa!important;font-size:10px!important}
.ac26-checkout-summary #place_order{width:100%!important;min-height:50px!important;border:0!important;border-radius:13px!important;background:var(--ac27-accent)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;box-shadow:0 12px 24px rgba(39,100,255,.20)!important}

.woocommerce-account .woocommerce{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
.woocommerce-account .woocommerce-MyAccount-navigation{background:var(--ac27-surface)!important;border:1px solid var(--ac27-line)!important;border-radius:18px!important;padding:8px!important;position:sticky!important;top:148px!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none!important;padding:0!important;margin:0!important;display:grid!important;gap:2px!important}
.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:40px!important;border-radius:10px!important;display:flex!important;align-items:center!important;padding:0 11px!important;font-size:10px!important;color:#556075!important;font-weight:600!important}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#edf3ff!important;color:var(--ac27-accent)!important}
.woocommerce-account .woocommerce-MyAccount-content{background:var(--ac27-surface)!important;border:1px solid var(--ac27-line)!important;border-radius:20px!important;padding:22px!important;min-width:0!important}
.ac26-account-welcome h1{font-size:34px!important;letter-spacing:-.05em!important;margin:6px 0 8px!important}
.ac26-account-welcome p{font-size:11px!important;color:var(--ac27-muted)!important}
.ac26-account-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-top:18px!important}
.ac26-account-grid>a{border:1px solid var(--ac27-line)!important;border-radius:14px!important;padding:16px!important;background:#f8f9fb!important;color:var(--ac27-ink)!important}

/* ---------- FOOTER ---------- */
.ac27-footer{margin-top:80px;background:#101522;color:#fff;padding:54px 0 20px}
.ac27-footer-top{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(500px,1.2fr);gap:70px;padding-bottom:40px}
.ac27-footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.ac27-footer-brand>img{max-width:180px;max-height:48px;object-fit:contain;filter:brightness(0) invert(1)}
.ac27-footer-wordmark{display:flex;align-items:center;gap:10px;font-size:20px;letter-spacing:-.04em}
.ac27-footer-wordmark .ac27-brand-mark{box-shadow:none}
.ac27-footer-brand p{max-width:380px;margin:0;font-size:11px;line-height:1.7;color:#9aa6b9}
.ac27-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.ac27-footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.ac27-footer-links strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#7e8ba1;margin-bottom:4px}
.ac27-footer-links a,.ac27-footer-links button,.ac27-footer-links span{font-size:11px;color:#d7deea;background:none;border:0;padding:0;cursor:pointer}
.ac27-footer-links a:hover,.ac27-footer-links button:hover{color:#fff}
.ac27-footer-bottom{border-top:1px solid rgba(255,255,255,.08);min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7f8ca1;font-size:9px}
.ac27-footer-bottom>a{display:flex;align-items:center;gap:8px;color:#8190a7}
.ac27-footer-bottom>a img{width:76px;height:20px;object-fit:contain;filter:brightness(0) invert(1);opacity:.78}

/* quickview / toast */
.ac27-quickview-dialog{border-radius:24px!important;border:1px solid rgba(255,255,255,.6)!important;box-shadow:var(--ac27-shadow-lg)!important;overflow:hidden!important}
.ac27-toast{left:50%!important;right:auto!important;bottom:24px!important;transform:translateX(-50%)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:13px!important;background:#121a29!important;color:#fff!important;box-shadow:var(--ac27-shadow-md)!important;padding:11px 15px!important;font-size:10px!important}

/* mobile dock */
.ac27-mobile-dock{display:none!important}

/* ---------- DARK MODE ---------- */
html.ac-dark{
  --ac27-bg:#0b0f17;
  --ac27-surface:#111722;
  --ac27-surface-2:#161d29;
  --ac27-surface-3:#1a2331;
  --ac27-ink:#f5f7fb;
  --ac27-ink-2:#e5e9f1;
  --ac27-muted:#8c97aa;
  --ac27-line:#202a39;
  --ac27-line-strong:#2a3546;
  --ac27-accent:#5d8cff;
  --ac27-accent-strong:#7aa2ff;
  --ac27-accent-soft:#17233b;
}
html.ac-dark body.ac26-storefront{background:var(--ac27-bg);color:var(--ac27-ink)}
html.ac-dark .ac27-header{background:rgba(13,18,27,.9);border-color:#202938}
html.ac-dark .ac27-header.is-scrolled{background:rgba(13,18,27,.97)}
html.ac-dark .ac27-brand,html.ac-dark .ac27-catalog-trigger,html.ac-dark .ac27-action,html.ac-dark .ac27-language .ac-language-current{color:var(--ac27-ink)}
html.ac-dark .ac27-catalog-trigger,html.ac-dark .ac27-search-entry{background:#141b27;border-color:#232d3d}
html.ac-dark .ac27-search-entry{color:#8f9bad}
html.ac-dark .ac27-navline{background:rgba(13,18,27,.9);border-color:#202938}
html.ac-dark .ac27-nav-categories a{color:#a0abbd}
html.ac-dark .ac27-mega,html.ac-dark .ac27-drawer,html.ac-dark .ac27-search-shell{background:rgba(17,23,34,.98)!important;border-color:#273143!important;color:var(--ac27-ink)}
html.ac-dark .ac27-mega-category:hover,html.ac-dark .ac27-hero-category-list>a:hover{background:#171f2c}
html.ac-dark .ac27-mega-category{color:var(--ac27-ink)}
html.ac-dark .ac27-hero-product{background:radial-gradient(circle at 78% 28%,rgba(70,137,205,.25),transparent 26%),linear-gradient(135deg,#121a28,#111722 58%,#142033);border-color:#233148}
html.ac-dark .ac27-hero-copy h1,html.ac-dark .ac27-hero-price{color:#f7f9fc}
html.ac-dark .ac27-hero-product::after{opacity:.08}
html.ac-dark .ac27-hero-categories,html.ac-dark .ac27-benefits>div,html.ac-dark .ac27-category-card,html.ac-dark .ac26-product-info,html.ac-dark .ac26-purchase-box,html.ac-dark .ac26-cart-item,html.ac-dark .ac26-cart-summary,html.ac-dark .ac26-checkout-step,html.ac-dark .ac26-checkout-summary,html.ac-dark .woocommerce-account .woocommerce-MyAccount-navigation,html.ac-dark .woocommerce-account .woocommerce-MyAccount-content{background:var(--ac27-surface)!important;border-color:var(--ac27-line)!important;color:var(--ac27-ink)!important}
html.ac-dark .ac27-card-media,html.ac-dark .ac27-card-image,html.ac-dark .ac27-category-card-media,html.ac-dark .ac26-gallery-main{background:linear-gradient(145deg,#171f2b,#121923)!important}
html.ac-dark .ac27-card-image img,html.ac-dark .ac26-gallery-main img{mix-blend-mode:normal}
html.ac-dark .ac27-card-body h3 a,html.ac-dark .ac27-card-price{color:#f4f7fb!important}
html.ac-dark .ac27-catalog-toolbar{background:rgba(17,23,34,.9)!important;border-color:var(--ac27-line)!important}
html.ac-dark .ac27-sort-control,html.ac-dark .ac27-view-toggle,html.ac-dark .ac27-filter-panel{background:var(--ac27-surface)!important;border-color:var(--ac27-line)!important}
html.ac-dark .ac27-filter-search,html.ac-dark .ac26-checkout input.input-text,html.ac-dark .ac26-checkout textarea,html.ac-dark .ac26-checkout select{background:#151c27!important;color:#f4f7fb!important;border-color:#263143!important}
html.ac-dark .ac27-footer{background:#080b11}

/* ---------- MOTION ---------- */
@keyframes ac27-drop{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@keyframes ac27-search-in{from{opacity:0;transform:translateY(-10px) scale(.985)}to{opacity:1;transform:none}}
@keyframes ac27-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@view-transition{navigation:auto}
::view-transition-old(root),::view-transition-new(root){animation-duration:.22s;animation-timing-function:var(--ac27-ease)}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1240px){
  .ac27-header-grid{grid-template-columns:auto auto minmax(220px,1fr) auto}
  .ac27-action.ac27-compare-trigger{display:none}
  .ac27-hero-shell{grid-template-columns:minmax(0,1fr) 320px}
  .ac27-hero-product{grid-template-columns:minmax(300px,.86fr) minmax(320px,1.14fr)}
  .ac27-card-body h3{font-size:13px!important}
  .ac27-product-grid,.ac-products-stage ul.products,.ac-catalog-results ul.products{gap:22px 12px!important}
  .ac27-catalog-results .ac-products-stage>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media (max-width:1050px){
  .ac27-header-grid{grid-template-columns:auto minmax(220px,1fr) auto}
  .ac27-catalog-trigger{display:none}
  .ac27-navline{display:none}
  .ac27-header-main{height:70px}
  .ac27-hero-shell{grid-template-columns:1fr}
  .ac27-hero-categories{display:none}
  .ac27-hero-product{min-height:500px}
  .ac27-benefits{grid-template-columns:repeat(2,1fr)}
  .ac27-category-rail{grid-template-columns:repeat(4,minmax(220px,1fr));overflow:auto;scroll-snap-type:x mandatory;padding-bottom:5px;scrollbar-width:none}
  .ac27-category-rail::-webkit-scrollbar{display:none}
  .ac27-category-card{scroll-snap-align:start}
  .ac27-product-grid,.ac-products-stage ul.products,.ac-catalog-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ac27-deal-shell{grid-template-columns:1fr}
  .ac27-deal-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ac27-catalog-layout{grid-template-columns:1fr!important}
  .ac27-filter-mobile{display:flex!important}
  .ac27-filter-panel{position:fixed!important;z-index:9990!important;left:12px!important;right:12px!important;bottom:12px!important;top:auto!important;max-height:82vh!important;overflow:auto!important;border-radius:22px!important;transform:translateY(calc(100% + 30px));transition:transform var(--ac27-slow) var(--ac27-ease)!important;box-shadow:var(--ac27-shadow-lg)!important}
  .ac27-filter-panel.is-open{transform:none!important}
  .ac27-filter-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;position:sticky;top:0;background:var(--ac27-surface);z-index:2}
  .ac27-filter-head>button{display:block;width:36px;height:36px;border:0;border-radius:10px;background:#f0f3f7;font-size:20px}
  .ac27-catalog-toolbar{top:82px!important}
  .admin-bar .ac27-catalog-toolbar{top:114px!important}
  .ac27-catalog-results .ac-products-stage>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ac26-product-layout{grid-template-columns:1fr!important}
  .ac26-product-gallery,.ac26-purchase-box{position:relative!important;top:auto!important}
  .ac26-product-gallery{grid-template-columns:68px minmax(0,1fr)!important}
  .ac26-gallery-main{min-height:520px!important}
  .ac26-cart-layout,.ac26-checkout-layout{grid-template-columns:1fr!important}
  .ac26-cart-summary,.ac26-checkout-summary{position:relative!important;top:auto!important}
}

@media (max-width:782px){
  .admin-bar .ac27-header{top:46px}
  .ac26-container,.ac-container{width:min(calc(100% - 28px),var(--ac27-container))}
  .ac27-header-main{height:62px}
  .ac27-header-grid{grid-template-columns:auto minmax(0,1fr) auto;gap:8px}
  .ac27-brand-copy small{display:none}
  .ac27-brand-copy strong{font-size:15px}
  .ac27-brand-mark{width:30px;height:30px;border-radius:9px}
  .ac27-search-entry{height:40px;border-radius:12px;padding:0 11px}
  .ac27-search-entry span{font-size:12px}
  .ac27-search-entry kbd{display:none}
  .ac27-language,.ac27-action{display:none!important}
  .ac27-cart-trigger{width:42px;padding:0;justify-content:center;background:transparent;color:var(--ac27-ink)}
  .ac27-cart-trigger>span{display:none}
  .ac27-cart-trigger .ac-cart-count{position:absolute;right:-2px;top:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--ac27-accent);color:#fff;font-size:9px;border:2px solid #fff}
  .ac27-cart-trigger{position:relative}
  .ac27-menu-trigger{display:flex}
  .ac27-home-hero{padding-top:12px}
  .ac27-hero-product{display:flex;flex-direction:column-reverse;min-height:auto;border-radius:22px}
  .ac27-hero-copy{padding:24px}
  .ac27-hero-copy h1{font-size:clamp(34px,10vw,52px)}
  .ac27-hero-copy p{font-size:12px;margin-top:14px}
  .ac27-hero-price{font-size:23px;margin-top:18px}
  .ac27-hero-media{min-height:300px;padding:22px 24px 0}
  .ac27-hero-media img{max-height:280px}
  .ac27-benefits{grid-template-columns:1fr 1fr;border-radius:16px}
  .ac27-benefits>div{min-height:62px;padding:0 12px;gap:9px}
  .ac27-benefits svg{width:21px;height:21px}
  .ac27-benefits strong{font-size:10px}
  .ac27-benefits small{font-size:8px}
  .ac27-section{padding-top:44px}
  .ac27-section-head{margin-bottom:16px}
  .ac27-section-head h2{font-size:29px}
  .ac27-section-head>div>span{font-size:8px}
  .ac27-category-rail{grid-template-columns:repeat(8,190px);gap:9px;margin-right:-14px;padding-right:14px}
  .ac27-category-card{min-height:220px;border-radius:17px}
  .ac27-category-card-media{height:150px}
  .ac27-product-grid,.ac-products-stage ul.products,.ac-catalog-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 10px!important}
  .ac27-card-media{border-radius:15px}
  .ac27-card-actions{opacity:1;transform:none;right:7px;top:7px;flex-direction:row}
  .ac27-card-actions button{width:31px!important;height:31px!important;border-radius:9px!important;box-shadow:none!important}
  .ac27-card-actions button:first-child,.ac27-card-actions button:last-child{display:none!important}
  .ac27-card-body{padding-top:9px!important}
  .ac27-card-topline{display:block}
  .ac27-stock-dot{display:none}
  .ac27-card-body h3{font-size:12px!important;min-height:34px!important;margin:5px 0 8px!important}
  .ac27-card-price{font-size:13px!important}
  .ac27-card-cta .button{height:34px!important;min-height:34px!important;min-width:34px!important;padding:0 9px!important;font-size:9px!important}
  .ac27-deal-shell{padding:8px;border-radius:20px}
  .ac27-deal-lead{min-height:380px;grid-template-columns:1fr;border-radius:15px;position:relative}
  .ac27-deal-copy{padding:25px;z-index:2;justify-content:flex-end;min-height:380px;background:linear-gradient(to top,rgba(17,24,39,.95),rgba(17,24,39,.16) 65%,transparent)}
  .ac27-deal-copy h2{font-size:33px;max-width:80%}
  .ac27-deal-media{position:absolute;inset:0;padding:25px;align-items:flex-start}
  .ac27-deal-media img{max-height:250px}
  .ac27-deal-products{display:none!important}
  .ac27-catalog-hero{padding:26px 0 16px!important}
  .ac27-catalog-hero h1{font-size:46px!important}
  .ac27-catalog-toolbar{top:72px!important;margin-inline:-2px!important;border-radius:14px!important}
  .admin-bar .ac27-catalog-toolbar{top:118px!important}
  .ac27-result-copy{display:none!important}
  .ac27-toolbar-actions{margin-left:auto!important}
  .ac27-sort-control>span{display:none!important}
  .ac27-sort-control{max-width:160px!important}
  .ac27-catalog-results .ac-products-stage>ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ac-skeleton-grid{grid-template-columns:repeat(2,1fr)!important}
  .ac27-drawer{right:7px!important;left:7px!important;top:7px!important;bottom:7px!important;width:auto!important;border-radius:20px!important}
  .admin-bar .ac27-drawer{top:53px!important}
  .ac27-search-panel{padding:58px 8px 8px!important}
  .admin-bar .ac27-search-panel{padding-top:102px!important}
  .ac27-search-shell{border-radius:20px;padding:14px}
  .ac27-search-field{height:56px;border-radius:15px}
  .ac27-search-field input{font-size:15px!important}
  .ac26-product-layout{gap:18px!important}
  .ac26-product-gallery{grid-template-columns:1fr!important}
  .ac26-gallery-thumbs{order:2;flex-direction:row!important;max-height:none!important;overflow:auto!important}
  .ac26-gallery-thumb{width:62px!important;flex:0 0 62px!important}
  .ac26-gallery-main{min-height:390px!important;border-radius:18px!important}
  .ac26-gallery-main img{max-height:390px!important;padding:20px!important}
  .ac26-purchase-box{border-radius:18px!important;padding:20px!important;box-shadow:none!important}
  .ac26-purchase-box h1{font-size:34px!important}
  .ac26-purchase-assurance{grid-template-columns:1fr 1fr!important}
  .ac26-product-info{border-radius:17px!important}
  .ac26-product-tablist{padding:0 8px!important}
  .ac26-product-tabpanels{padding:18px!important}
  .ac26-mobile-buybar{bottom:78px!important;border-radius:16px!important;left:8px!important;right:8px!important;width:auto!important;box-shadow:var(--ac27-shadow-md)!important;background:rgba(255,255,255,.96)!important;border:1px solid var(--ac27-line)!important;backdrop-filter:blur(12px)!important}
  .ac26-cart-page,.ac26-checkout,.woocommerce-account .woocommerce{width:min(calc(100% - 28px),1180px)!important}
  .ac26-cart-item{grid-template-columns:76px minmax(0,1fr) auto!important;gap:10px!important}
  .ac26-cart-item-image{width:76px;height:76px}
  .ac26-cart-quantity{grid-column:2/3;width:max-content}
  .ac26-cart-line-total{grid-column:3/4;grid-row:1/2}
  .ac26-cart-remove{grid-column:3/4;grid-row:2/3}
  .ac26-checkout-step,.ac26-cart-summary,.ac26-checkout-summary{border-radius:17px!important;padding:16px!important}
  .woocommerce-account .woocommerce{grid-template-columns:1fr!important}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:relative!important;top:auto!important;overflow:auto!important}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;gap:4px!important;min-width:max-content!important}
  .woocommerce-account .woocommerce-MyAccount-navigation a{white-space:nowrap!important}
  .ac26-account-grid{grid-template-columns:1fr!important}
  .ac27-footer{margin-top:60px;padding-top:38px;padding-bottom:90px}
  .ac27-footer-top{grid-template-columns:1fr;gap:34px}
  .ac27-footer-links{grid-template-columns:1fr 1fr;gap:28px 20px}
  .ac27-footer-bottom{align-items:flex-start;flex-direction:column;padding:16px 0;min-height:0}
  .ac27-mobile-dock{position:fixed!important;left:7px!important;right:7px!important;bottom:7px!important;height:64px!important;z-index:9960!important;border:1px solid rgba(220,226,236,.9)!important;border-radius:18px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px)!important;box-shadow:0 12px 34px rgba(16,24,40,.13)!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;padding:4px!important}
  .ac27-mobile-dock>a,.ac27-mobile-dock>button{position:relative!important;border:0!important;background:transparent!important;border-radius:13px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#697488!important;font-size:8px!important;padding:0!important}
  .ac27-mobile-dock svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.6!important}
  .ac27-mobile-dock b{position:absolute!important;top:1px!important;right:18%!important;min-width:16px!important;height:16px!important;line-height:16px!important;border-radius:999px!important;background:var(--ac27-accent)!important;color:#fff!important;font-size:8px!important;border:2px solid #fff!important}
}

@media (max-width:480px){
  .ac26-container,.ac-container{width:min(calc(100% - 20px),var(--ac27-container))}
  .ac27-brand-copy{display:none}
  .ac27-header-grid{grid-template-columns:auto minmax(0,1fr) auto}
  .ac27-search-entry span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .ac27-hero-copy{padding:21px 18px}
  .ac27-hero-actions{display:grid;width:100%}
  .ac27-btn{width:100%}
  .ac27-benefits{grid-template-columns:1fr 1fr}
  .ac27-benefits>div{padding:0 9px}
  .ac27-benefits span small{display:none}
  .ac27-section-head h2{font-size:27px}
  .ac27-section-head>a{font-size:10px}
  .ac27-product-grid,.ac-products-stage ul.products,.ac-catalog-results ul.products,.ac27-catalog-results .ac-products-stage>ul.products{gap:20px 8px!important}
  .ac27-card-actions button{width:29px!important;height:29px!important}
  .ac27-card-cta .button{padding:0 8px!important}
  .ac27-card-price{font-size:12px!important}
  .ac27-catalog-count{display:none}
  .ac27-catalog-toolbar{padding:6px!important}
  .ac27-view-toggle{display:none!important}
  .ac26-cart-item{padding:10px!important}
  .ac26-cart-item-copy strong{font-size:11px!important}
  .ac26-cart-line-total{font-size:10px!important}
  .ac27-footer-links{grid-template-columns:1fr 1fr}
}

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

/* Progressive reveal and async feedback */
.ac27-reveal{opacity:0;transform:translateY(12px);transition:opacity .42s var(--ac27-ease),transform .42s var(--ac27-ease)}
.ac27-reveal.is-visible{opacity:1;transform:none}
.ac27-card-cta .button.is-pending{pointer-events:none;color:transparent!important;position:relative}
.ac27-card-cta .button.is-pending::after{content:"";position:absolute;width:13px;height:13px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;color:#536078;animation:ac27-spin .65s linear infinite}
.ac27-card-cta .button.is-added{background:#eaf8f1!important;border-color:#ccebdd!important;color:#13885a!important}
.ac27-mobile-dock .is-current{background:#edf3ff!important;color:var(--ac27-accent)!important}
@keyframes ac27-spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.ac27-reveal{opacity:1;transform:none}}


/* v0.7.1 — homepage polish from live desktop review */
.ac27-hero-product{
  min-height:500px;
  grid-template-columns:minmax(330px,.92fr) minmax(340px,1.08fr);
  border-radius:24px;
  background:
    radial-gradient(circle at 78% 24%,rgba(89,188,255,.26),transparent 25%),
    radial-gradient(circle at 73% 82%,rgba(39,100,255,.11),transparent 34%),
    linear-gradient(135deg,#f4f8ff 0%,#f9fbff 54%,#edf4ff 100%);
  border-color:#dfe8f5;
}
.ac27-hero-product::after{display:none}
.ac27-hero-copy{padding:48px 22px 46px 48px}
.ac27-label{margin-bottom:15px;font-size:9px;letter-spacing:.13em}
.ac27-hero-category{margin-bottom:10px;font-size:11px}
.ac27-hero-copy h1{font-size:clamp(38px,3.55vw,58px);line-height:.99;letter-spacing:-.048em;font-weight:650;max-width:560px}
.ac27-hero-copy p{margin-top:18px;max-width:490px;font-size:13px;line-height:1.62}
.ac27-hero-price{margin-top:22px;font-size:28px;letter-spacing:-.035em}
.ac27-hero-price del{opacity:.9;text-decoration-thickness:1px;text-underline-offset:3px}
.ac27-hero-actions{margin-top:18px;gap:10px}
.ac27-hero-actions .ac27-btn{min-height:48px;padding:0 20px;border-radius:12px}
.ac27-hero-actions .ac27-btn-primary{background:#2268f5!important;color:#fff!important;box-shadow:0 12px 28px rgba(34,104,245,.22)!important}
.ac27-hero-actions .ac27-btn-primary:hover{background:#175be1!important;color:#fff!important;box-shadow:0 16px 34px rgba(34,104,245,.28)!important}
.ac27-hero-actions .ac27-btn-secondary{background:rgba(255,255,255,.82);border-color:#d5dfed}
.ac27-hero-stock{margin-top:18px}

.ac27-hero-media{padding:34px 36px 34px 0}
.ac27-hero-media-glow{width:66%;background:radial-gradient(circle,rgba(255,255,255,.98),rgba(255,255,255,.36) 45%,transparent 71%)}
.ac27-hero-media.has-product-image img{max-height:430px}
.ac27-hero-media.is-fallback{isolation:isolate}
.ac27-hero-fallback{position:relative;width:min(78%,430px);aspect-ratio:1;display:grid;place-items:center}
.ac27-hero-fallback::before{content:"";position:absolute;inset:8%;border-radius:34%;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,245,255,.72));border:1px solid rgba(190,208,235,.62);box-shadow:0 28px 70px rgba(46,83,145,.13),inset 0 1px 0 #fff;transform:rotate(-3deg)}
.ac27-hero-fallback-orbit{position:absolute;width:94%;height:42%;border:1px solid rgba(75,123,204,.17);border-radius:50%;transform:rotate(-11deg)}
.ac27-hero-fallback-device{position:relative;z-index:2;width:42%;aspect-ratio:1;border-radius:30%;display:grid;place-items:center;background:linear-gradient(155deg,#fff,#edf4ff);border:1px solid rgba(177,198,229,.7);box-shadow:0 18px 46px rgba(35,75,143,.15)}
.ac27-hero-fallback-device::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#2d72ff;right:22%;top:22%;box-shadow:0 0 0 7px rgba(45,114,255,.08)}
.ac27-hero-fallback-device .ac27-category-icon{width:54%;height:54%;stroke:#55739f;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.ac27-hero-fallback-shadow{position:absolute;bottom:10%;width:55%;height:11%;border-radius:50%;background:rgba(47,79,131,.14);filter:blur(20px)}

.ac27-hero-categories{border-radius:24px;padding:17px 16px;box-shadow:0 12px 34px rgba(16,24,40,.035)}
.ac27-hero-categories-head{height:42px;padding:2px 4px 0}
.ac27-hero-categories-head>span{font-size:12px}
.ac27-hero-categories-head>a{font-size:10px;color:#52647f}
.ac27-hero-category-list{gap:5px}
.ac27-hero-category-list>a{grid-template-columns:64px minmax(0,1fr) auto;gap:13px;padding:8px 7px;border-radius:14px}
.ac27-hero-category-list>a:hover{background:#f5f8fc;transform:translateX(3px)}
.ac27-hero-category-media{width:64px;height:70px;border-radius:14px;background:linear-gradient(145deg,#f5f8fc,#eef3f9);border:1px solid #e7edf5}
.ac27-hero-category-media .ac27-category-icon{width:31px;height:31px;fill:none;stroke:#8fa1bb;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:stroke var(--ac27-fast),transform var(--ac27-mid)}
.ac27-hero-category-list>a:hover .ac27-category-icon{stroke:#3575e8;transform:scale(1.06)}
.ac27-hero-category-list strong{font-size:12px;font-weight:650}
.ac27-hero-category-list small{font-size:9px}

.ac27-benefits{margin-top:12px;border-radius:16px}
.ac27-benefits>div{min-height:72px;padding:0 18px}
.ac27-benefits svg{width:23px;height:23px}
.ac27-benefits strong{font-size:11px}
.ac27-benefits small{font-size:9px}

.ac27-category-card-media .ac27-category-icon{width:72px;height:72px;fill:none;stroke:#8297b5;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .45s var(--ac27-ease),stroke .25s ease}
.ac27-category-card:hover .ac27-category-icon{transform:scale(1.07) translateY(-2px);stroke:#2b6ff0}

@media (max-width:1100px){
  .ac27-hero-product{grid-template-columns:minmax(300px,.95fr) minmax(300px,1.05fr)}
  .ac27-hero-copy h1{font-size:clamp(38px,5vw,54px)}
}
@media (max-width:760px){
  .ac27-hero-product{display:flex;flex-direction:column-reverse;border-radius:20px}
  .ac27-hero-copy{padding:22px 20px 24px}
  .ac27-hero-copy h1{font-size:clamp(34px,10vw,48px);line-height:1}
  .ac27-hero-media{min-height:280px;padding:20px 22px 0}
  .ac27-hero-fallback{width:min(82%,330px)}
  .ac27-hero-actions .ac27-btn{width:100%}
}

/* ========================================================================
   v0.7.2 — PRODUCT CARD POLISH
   Keep hover depth on the media surface only. Older Woo/rebuild layers used
   to add a second rectangular hover card around the entire product.
   ======================================================================== */
.woocommerce ul.products li.product.ac27-product-card,
.ac27-product-card{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%;
  transition:none!important;
}
.woocommerce ul.products li.product.ac27-product-card:hover,
.woocommerce ul.products li.product.ac27-product-card:focus-within,
.ac27-product-card:hover,
.ac27-product-card:focus-within{
  border:0!important;
  border-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}

/* One clean rounded interaction surface instead of nested hover rectangles. */
.ac27-card-media{
  isolation:isolate;
  transform:translateZ(0);
  will-change:transform,box-shadow,border-color;
}
.ac27-product-card:hover .ac27-card-media,
.ac27-product-card:focus-within .ac27-card-media{
  transform:translateY(-2px)!important;
  border-color:#d9e1ec!important;
  box-shadow:0 16px 34px rgba(24,39,75,.075)!important;
}
.ac27-card-image{
  border-radius:inherit!important;
  overflow:hidden!important;
}
.ac27-card-image img{
  border-radius:0!important;
}
.ac27-product-card:hover .ac27-card-image img{
  transform:scale(1.028)!important;
}

/* Keep body/price/CTA geometry stable between cards of different title length. */
.ac27-card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-width:0!important;
}
.ac27-card-footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  margin-top:auto!important;
}
.ac27-card-price{
  min-width:0!important;
}
.ac27-card-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-width:0!important;
  flex:0 0 auto!important;
}

/* Important: reset legacy 34px button width/margins from the v0.5 visual layer.
   That old rule is what clipped “Выбрать опции” in the current storefront. */
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button,
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta a.button,
.ac27-card-cta .button,
.ac27-card-cta a.button{
  width:auto!important;
  max-width:100%!important;
  min-width:42px!important;
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #dbe2ec!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#172033!important;
  box-shadow:0 1px 2px rgba(16,24,40,.035)!important;
  font-size:10px!important;
  font-weight:680!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button:hover,
.ac27-card-cta .button:hover{
  background:#172033!important;
  border-color:#172033!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(17,31,55,.13)!important;
  transform:translateY(-1px)!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button:active,
.ac27-card-cta .button:active{
  transform:translateY(0) scale(.985)!important;
  box-shadow:0 2px 8px rgba(17,31,55,.09)!important;
}

/* Variable products have longer labels and price ranges: give them a stable,
   intentional CTA rather than letting the flex row squeeze/crop the label. */
.woocommerce ul.products li.product.product-type-variable.ac27-product-card .ac27-card-footer{
  grid-template-columns:minmax(0,1fr) max-content!important;
}
.woocommerce ul.products li.product.product-type-variable.ac27-product-card .ac27-card-price{
  font-size:14px!important;
  letter-spacing:-.025em!important;
}
.woocommerce ul.products li.product.product-type-variable.ac27-product-card .ac27-card-cta .button{
  min-width:94px!important;
  padding-inline:13px!important;
}

/* Action controls stay quiet until needed; no square hover plate. */
.ac27-card-actions button{
  border-radius:50%!important;
  box-shadow:0 5px 15px rgba(16,24,40,.075)!important;
}
.ac27-card-actions button:hover{
  box-shadow:0 7px 18px rgba(16,24,40,.10)!important;
}

@media (hover:none),(pointer:coarse){
  .ac27-product-card:hover .ac27-card-media{
    transform:none!important;
    box-shadow:none!important;
  }
  .ac27-card-actions{
    opacity:1!important;
    transform:none!important;
  }
}

@media (max-width:620px){
  .ac27-card-footer{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .ac27-card-cta,
  .woocommerce ul.products li.product.product-type-variable.ac27-product-card .ac27-card-cta{
    width:100%!important;
    justify-content:stretch!important;
  }
  .woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button,
  .ac27-card-cta .button{
    width:100%!important;
    min-width:0!important;
  }
}


/* v0.7.3 — product-card CTA redesign + product code */
.ac27-card-body h3{
  margin-bottom:7px!important;
}
.ac27-card-code{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:15px!important;
  margin:0 0 12px!important;
  color:#8a94a6!important;
  font-size:9px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.ac27-card-code span{
  flex:0 0 auto!important;
  color:#98a2b2!important;
  font-weight:520!important;
}
.ac27-card-code strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#657085!important;
  font-weight:650!important;
  font-variant-numeric:tabular-nums!important;
  letter-spacing:.01em!important;
}

/* A proper retail CTA: stable geometry, clear contrast, no legacy plus icon. */
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button,
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta a.button,
.ac27-card-cta .button,
.ac27-card-cta a.button{
  position:relative!important;
  width:auto!important;
  min-width:108px!important;
  max-width:none!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 17px!important;
  border:1px solid var(--ac27-accent)!important;
  border-radius:11px!important;
  background:var(--ac27-accent)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(39,100,255,.18)!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:-.005em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  transform:translateZ(0)!important;
  transition:background var(--ac27-fast),border-color var(--ac27-fast),box-shadow var(--ac27-fast),transform var(--ac27-fast)!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button::after,
.ac27-card-cta .button::after{
  display:none!important;
  content:none!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button:hover,
.ac27-card-cta .button:hover{
  background:var(--ac27-accent-strong)!important;
  border-color:var(--ac27-accent-strong)!important;
  color:#fff!important;
  box-shadow:0 11px 24px rgba(39,100,255,.24)!important;
  transform:translateY(-1px)!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button:focus-visible,
.ac27-card-cta .button:focus-visible{
  outline:3px solid rgba(39,100,255,.20)!important;
  outline-offset:2px!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button:active,
.ac27-card-cta .button:active{
  transform:translateY(0) scale(.985)!important;
  box-shadow:0 5px 13px rgba(39,100,255,.18)!important;
}
.woocommerce ul.products li.product.product-type-variable.ac27-product-card .ac27-card-cta .button{
  min-width:126px!important;
  padding-inline:16px!important;
}

/* Async state stays elegant on the new blue button. */
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button.is-pending,
.ac27-card-cta .button.is-pending{
  color:transparent!important;
  pointer-events:none!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button.is-pending::after,
.ac27-card-cta .button.is-pending::after{
  display:block!important;
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:14px!important;
  height:14px!important;
  margin:-7px 0 0 -7px!important;
  border:2px solid rgba(255,255,255,.48)!important;
  border-top-color:#fff!important;
  border-radius:50%!important;
  animation:ac27-spin .65s linear infinite!important;
}
.woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button.is-added,
.ac27-card-cta .button.is-added{
  background:#159366!important;
  border-color:#159366!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(21,147,102,.16)!important;
}

/* Slightly stronger separation between metadata and the purchase row. */
.ac27-card-footer{
  padding-top:11px!important;
  border-top:1px solid rgba(222,228,237,.78)!important;
  min-height:54px!important;
}
.ac27-card-price{
  line-height:1.18!important;
}

@media (max-width:620px){
  .ac27-card-code{
    font-size:8px!important;
    margin-bottom:9px!important;
  }
  .ac27-card-footer{
    padding-top:9px!important;
  }
  .woocommerce ul.products li.product.ac27-product-card .ac27-card-cta .button,
  .ac27-card-cta .button,
  .woocommerce ul.products li.product.product-type-variable.ac27-product-card .ac27-card-cta .button{
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:10px!important;
  }
}

/* ---------- 0.7.4 PANEL STACKING FIX ----------
   Cart / wishlist / compare must live above the sticky storefront header.
   Previous values placed the header (9990) above drawers (9985) and overlay
   (9970), which visually cut the panel header and left navigation clickable. */
.ac27-overlay{
  z-index:10020!important;
  inset:0!important;
}
.ac27-drawer{
  z-index:10030!important;
  isolation:isolate;
}
.ac27-search-panel{
  z-index:10040!important;
}
body.ac-lock-scroll .ac27-header{
  pointer-events:none;
}
body.ac-lock-scroll .ac27-drawer,
body.ac-lock-scroll .ac27-search-panel{
  pointer-events:auto;
}
/* Keep the WordPress toolbar usable during logged-in testing while the
   storefront overlay still covers the shop header underneath it. */
.admin-bar .ac27-overlay{
  top:32px!important;
}
@media (max-width:782px){
  .admin-bar .ac27-overlay{top:46px!important}
}

/* v0.7.5 — deal section geometry and CTA polish */
.ac27-deal-shell{
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);
  gap:12px;
  padding:12px;
  background:linear-gradient(145deg,#101827,#121a2a);
}
.ac27-deal-lead{
  min-height:420px;
  grid-template-columns:minmax(0,.82fr) minmax(260px,1.18fr);
  background:
    radial-gradient(circle at 74% 42%,rgba(56,130,255,.26),transparent 34%),
    linear-gradient(135deg,#1c2854 0%,#182440 50%,#16253d 100%);
}
.ac27-deal-copy{padding:38px 0 38px 38px}
.ac27-deal-copy h2{max-width:11ch}
.ac27-deal-copy .ac27-btn-light{
  min-width:142px;
  min-height:44px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:12px;
  background:#fff!important;
  color:#121826!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  opacity:1!important;
  visibility:visible!important;
}
.ac27-deal-copy .ac27-btn-light:hover{
  background:#f5f8ff!important;
  color:#121826!important;
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.ac27-deal-media{padding:24px 30px}

.ac27-deal-products{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  align-self:stretch;
}
.ac27-deal-mini{
  min-width:0;
  display:grid;
  grid-template-columns:116px minmax(0,1fr);
  gap:12px;
  align-items:stretch;
  padding:8px;
  border:1px solid rgba(226,232,240,.92);
  border-radius:18px;
  background:#fff;
  box-shadow:0 1px 0 rgba(16,24,40,.02);
  overflow:hidden;
  transition:transform .18s var(--ac27-ease),box-shadow .18s var(--ac27-ease),border-color .18s var(--ac27-ease);
}
.ac27-deal-mini:hover{
  transform:translateY(-1px);
  border-color:#d7e0ed;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.ac27-deal-mini-media{
  position:relative;
  min-width:0;
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:13px;
  background:linear-gradient(145deg,#eef3fa,#e8eef7);
}
.ac27-deal-mini-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
  transition:transform .28s var(--ac27-ease);
}
.ac27-deal-mini:hover .ac27-deal-mini-media img{transform:scale(1.035)}
.ac27-deal-mini-media .onsale,.ac27-deal-mini-media .ac-sale-badge{
  position:absolute!important;
  top:8px!important;
  left:8px!important;
  right:auto!important;
  bottom:auto!important;
  z-index:4!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:5px 7px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:999px!important;
  background:#121826!important;
  color:#fff!important;
  font-size:8px!important;
  line-height:1!important;
  font-weight:750!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  box-shadow:0 4px 12px rgba(15,23,42,.12)!important;
  pointer-events:none!important;
}
.ac27-deal-mini-fallback{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#aab6c8;
}
.ac27-deal-mini-fallback svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ac27-deal-mini-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4px 4px 4px 0;
}
.ac27-deal-mini-category{
  margin-bottom:4px;
  color:#728097;
  font-size:9px;
  font-weight:650;
}
.ac27-deal-mini h3{
  margin:0;
  font-size:12px;
  line-height:1.3;
  font-weight:680;
  letter-spacing:-.02em;
}
.ac27-deal-mini h3 a{color:#161d2b}
.ac27-deal-mini-meta{
  margin-top:7px;
  color:#94a0b2;
  font-size:8px;
  line-height:1.25;
}
.ac27-deal-mini-meta strong{color:#647187;font-weight:650}
.ac27-deal-mini-bottom{
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid #edf1f6;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:8px;
}
.ac27-deal-mini-price{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:5px;
  flex-wrap:wrap;
  color:#2268f5;
  font-size:13px;
  font-weight:750;
  letter-spacing:-.025em;
}
.ac27-deal-mini-price del{font-size:8px;color:#a1aaba;font-weight:500}
.ac27-deal-mini-price ins{text-decoration:none;color:#2268f5}
.ac27-deal-mini .ac27-deal-mini-cta,
.woocommerce .ac27-deal-mini .ac27-deal-mini-cta.button{
  flex:none;
  min-width:88px!important;
  min-height:36px!important;
  height:36px!important;
  margin:0!important;
  padding:0 11px!important;
  border:0!important;
  border-radius:10px!important;
  background:#2f6df6!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(47,109,246,.20)!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:700!important;
  white-space:nowrap;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  transition:transform .16s var(--ac27-ease),background .16s var(--ac27-ease),box-shadow .16s var(--ac27-ease)!important;
}
.ac27-deal-mini .ac27-deal-mini-cta:hover,
.woocommerce .ac27-deal-mini .ac27-deal-mini-cta.button:hover{
  background:#215fe9!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(47,109,246,.28)!important;
}
.ac27-deal-mini .added_to_cart{display:none!important}

@media (max-width:1100px){
  .ac27-deal-shell{grid-template-columns:1fr}
  .ac27-deal-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:none}
  .ac27-deal-mini{grid-template-columns:1fr;gap:8px}
  .ac27-deal-mini-media{aspect-ratio:1.25/1;min-height:0}
  .ac27-deal-mini-body{padding:2px 2px 3px}
  .ac27-deal-mini-bottom{align-items:center}
}
@media (max-width:760px){
  .ac27-deal-products{display:none!important}
  .ac27-deal-lead{min-height:380px;grid-template-columns:1fr}
  .ac27-deal-copy{padding:25px;min-height:380px}
}

/* v0.7.6 — sale badge positioning + compact deal card refinement */
.ac27-deal-mini-media{isolation:isolate}
.ac27-deal-mini-media .ac27-deal-mini-fallback{position:relative;z-index:1}
.ac27-deal-mini-body{overflow:hidden}
.ac27-deal-mini h3 a{display:block;overflow:hidden;text-overflow:ellipsis}
@media (min-width:1101px){
  .ac27-deal-mini{min-height:0}
  .ac27-deal-mini-price{white-space:nowrap}
}

/* v0.7.7 smart media centering */
.ac27-hero-media.has-product-image,
.ac27-hero-category-media,
.ac27-category-card-media,
.ac27-mega-category-media,
.ac27-card-image{
  display:grid;
  place-items:center;
}

.ac27-hero-media.has-product-image img{
  width:auto;
  height:auto;
  max-width:min(100%,610px);
  max-height:470px;
  object-fit:contain;
  object-position:center center;
  display:block;
  margin:auto;
}

.ac27-hero-category-media img,
.ac27-category-card-media img,
.ac27-mega-category-media img{
  width:auto;
  height:auto;
  max-width:calc(100% - 24px);
  max-height:calc(100% - 24px);
  object-fit:contain;
  object-position:center center;
  display:block;
  margin:auto;
  padding:0;
}

.ac27-card-image img{
  width:auto!important;
  height:auto!important;
  max-width:calc(100% - 28px)!important;
  max-height:calc(100% - 28px)!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  margin:auto!important;
}

@media (max-width:760px){
  .ac27-hero-media.has-product-image img{
    max-width:min(100%,360px);
    max-height:280px;
  }
  .ac27-hero-category-media img,
  .ac27-category-card-media img,
  .ac27-mega-category-media img,
  .ac27-card-image img{
    max-width:calc(100% - 18px)!important;
    max-height:calc(100% - 18px)!important;
  }
}

/* v0.7.8 category card visual balance */
.ac27-category-card{
  min-height:268px;
  grid-template-rows:188px auto;
}

.ac27-category-card-media{
  height:188px;
  padding:18px 18px 10px;
  align-items:center;
  justify-items:center;
}

.ac27-category-card-media img{
  width:auto!important;
  height:auto!important;
  max-width:78%!important;
  max-height:132px!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  margin:auto!important;
}

.ac27-category-card:hover img{
  transform:scale(1.02) translateY(-2px);
}

@media (max-width:760px){
  .ac27-category-card{
    min-height:248px;
    grid-template-rows:168px auto;
  }
  .ac27-category-card-media{
    height:168px;
    padding:14px 14px 8px;
  }
  .ac27-category-card-media img{
    max-width:76%!important;
    max-height:118px!important;
  }
}

/* v0.8.0 Premium Checkout 2.0 */
.ac28-checkout{max-width:1240px!important}
.ac28-checkout-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:32px!important;margin-bottom:26px!important}
.ac28-checkout-head>div:first-child{min-width:0}
.ac28-checkout-head h1{font-size:clamp(42px,5vw,64px)!important;max-width:760px!important}
.ac28-checkout-head p{font-size:13px!important;line-height:1.6!important;max-width:520px!important}
.ac28-checkout-progress{display:flex;align-items:center;gap:9px;flex:none;padding-bottom:4px}
.ac28-checkout-progress span{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:700;color:#8993a3;white-space:nowrap}
.ac28-checkout-progress span i{width:24px;height:24px;border-radius:8px;border:1px solid #dce3ed;background:#fff;display:grid;place-items:center;font-style:normal;font-size:9px;color:#7a8597}
.ac28-checkout-progress span.is-active{color:var(--ac27-ink)}
.ac28-checkout-progress span.is-active i{background:var(--ac27-accent);border-color:var(--ac27-accent);color:#fff;box-shadow:0 7px 18px rgba(39,100,255,.18)}
.ac28-checkout-progress b{width:28px;height:1px;background:#dce3ed}

.ac28-checkout-layout{grid-template-columns:minmax(0,1fr) 390px!important;gap:22px!important}
.ac28-checkout-fields{gap:14px!important}
.ac28-checkout-step{border-radius:22px!important;padding:24px!important;box-shadow:0 10px 34px rgba(16,24,40,.035)!important}
.ac28-step-title{padding-bottom:17px!important;margin-bottom:20px!important;border-bottom:1px solid #edf0f5!important;align-items:center!important}
.ac28-step-title>span{width:36px!important;height:36px!important;border-radius:11px!important;font-size:10px!important}
.ac28-step-title strong{font-size:14px!important;letter-spacing:-.02em!important}
.ac28-step-title small{font-size:10px!important;line-height:1.45!important}
.ac28-form-intro{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 15px;padding:0 2px}
.ac28-form-intro>span{font-size:11px;font-weight:700;color:var(--ac27-ink)}
.ac28-form-intro>small{font-size:9px;color:var(--ac27-muted)}

/* Hide Woo's duplicate visual headings while keeping the original checkout hooks. */
.ac28-details-card .woocommerce-billing-fields>h3,
.ac28-notes-card .woocommerce-additional-fields>h3{display:none!important}
.ac28-details-card .woocommerce-billing-fields__field-wrapper,
.ac28-notes-card .woocommerce-additional-fields__field-wrapper,
.ac28-notes-card .woocommerce-shipping-fields__field-wrapper{display:flex!important;flex-wrap:wrap!important;gap:0 14px!important}
.ac28-checkout .form-row{float:none!important;clear:none!important;margin:0 0 14px!important;padding:0!important}
.ac28-checkout .form-row.ac28-field-half,
.ac28-checkout .form-row.form-row-first,
.ac28-checkout .form-row.form-row-last{width:calc(50% - 7px)!important}
.ac28-checkout .form-row.ac28-field-wide,
.ac28-checkout .form-row.form-row-wide{width:100%!important}

.ac28-checkout label{font-size:10px!important;line-height:1.2!important;font-weight:650!important;color:#566277!important;margin:0 0 7px!important;display:block!important}
.ac28-checkout label .required{color:#e45361!important;text-decoration:none!important}
.ac28-checkout .optional{font-size:8px!important;color:#9aa4b3!important;font-weight:500!important}
.ac28-checkout input.input-text,
.ac28-checkout textarea,
.ac28-checkout select,
.ac28-checkout .select2-container .select2-selection--single{min-height:50px!important;border:1px solid #dfe5ee!important;border-radius:13px!important;background:#f8fafc!important;padding:11px 13px!important;font-size:12px!important;color:var(--ac27-ink)!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}
.ac28-checkout textarea{min-height:88px!important;resize:vertical!important;line-height:1.5!important}
.ac28-checkout input.input-text::placeholder,.ac28-checkout textarea::placeholder{color:#a5afbd!important;opacity:1!important}
.ac28-checkout input.input-text:focus,.ac28-checkout textarea:focus,.ac28-checkout select:focus{border-color:rgba(39,100,255,.55)!important;background:#fff!important;box-shadow:0 0 0 4px rgba(39,100,255,.075)!important;outline:none!important}
.ac28-checkout .select2-container .select2-selection--single{display:flex!important;align-items:center!important;height:50px!important}
.ac28-checkout .select2-container .select2-selection__rendered{padding:0!important;line-height:1.2!important;color:var(--ac27-ink)!important}
.ac28-checkout .select2-container .select2-selection__arrow{height:48px!important;right:7px!important}
.ac28-checkout .woocommerce-input-wrapper{display:block!important;width:100%!important}
.ac28-checkout .woocommerce-invalid input.input-text,
.ac28-checkout .woocommerce-invalid select,
.ac28-checkout .woocommerce-invalid .select2-selection{border-color:#ef9ca5!important;background:#fff9fa!important;box-shadow:0 0 0 3px rgba(228,83,97,.06)!important}
.ac28-checkout .woocommerce-validated input.input-text{border-color:#b9dfce!important;background:#fbfffd!important}
.ac28-checkout .woocommerce-invalid label{color:#b33f4b!important}
.ac28-checkout .woocommerce-error,
.ac28-checkout .woocommerce-info,
.ac28-checkout .woocommerce-message{border-radius:13px!important;font-size:10px!important;line-height:1.5!important;margin-bottom:14px!important}
.ac28-checkout .woocommerce-error li{margin:2px 0!important}

/* Country/address starts as a visually separate delivery group without extra customer steps. */
.ac28-checkout #billing_country_field{margin-top:14px!important;padding-top:19px!important;border-top:1px solid #edf0f5!important;position:relative!important}
.ac28-checkout #billing_country_field:before{content:"Адрес доставки";display:block;font-size:11px;font-weight:700;color:var(--ac27-ink);margin:0 0 13px}
html[lang^="ro"] .ac28-checkout #billing_country_field:before{content:"Adresa de livrare"}
html[lang^="en"] .ac28-checkout #billing_country_field:before{content:"Delivery address"}

.ac28-notes-card #ship-to-different-address{margin:0 0 14px!important;font-size:11px!important}
.ac28-notes-card #ship-to-different-address label{display:flex!important;align-items:center!important;gap:9px!important;font-size:11px!important;cursor:pointer!important}
.ac28-notes-card #ship-to-different-address-checkbox{width:18px!important;height:18px!important;accent-color:var(--ac27-accent)!important}
.ac28-notes-card .woocommerce-additional-fields{margin-top:4px!important}

/* Order summary: easier to visually verify items. */
.ac28-checkout-summary{top:140px!important;padding:22px!important;border-radius:22px!important;box-shadow:0 18px 50px rgba(16,24,40,.07)!important}
.admin-bar .ac28-checkout-summary{top:172px!important}
.ac28-summary-title{margin-bottom:11px!important}
.ac28-checkout-summary .woocommerce-checkout-review-order-table{width:100%!important;border-collapse:collapse!important;font-size:10px!important}
.ac28-checkout-summary .woocommerce-checkout-review-order-table thead{display:none!important}
.ac28-checkout-summary .woocommerce-checkout-review-order-table td,
.ac28-checkout-summary .woocommerce-checkout-review-order-table th{padding:11px 0!important;border-bottom:1px solid #edf0f5!important;vertical-align:middle!important}
.ac28-checkout-summary .woocommerce-checkout-review-order-table .product-name{padding-right:12px!important}
.ac28-review-product{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;color:var(--ac27-ink)!important;font-weight:600!important}
.ac28-review-thumb{width:48px!important;height:48px!important;object-fit:contain!important;object-position:center!important;padding:4px!important;border-radius:11px!important;background:#f1f4f8!important;border:1px solid #e8edf3!important;flex:none!important}
.ac28-review-product-copy{min-width:0!important;line-height:1.35!important}
.ac28-review-product-copy .product-quantity{display:inline-flex!important;margin-left:4px!important;color:#8c96a6!important;font-size:9px!important}
.ac28-checkout-summary .product-total{font-weight:700!important;text-align:right!important;white-space:nowrap!important}
.ac28-checkout-summary .cart-subtotal th,.ac28-checkout-summary .woocommerce-shipping-totals th{font-weight:550!important;color:#737f91!important}
.ac28-checkout-summary .order-total th,.ac28-checkout-summary .order-total td{padding-top:16px!important;border-bottom:0!important;font-size:15px!important;color:var(--ac27-ink)!important}
.ac28-checkout-summary .order-total td{text-align:right!important}

.ac28-checkout-summary #payment{margin-top:13px!important;padding-top:14px!important;border-top:1px solid #edf0f5!important;background:transparent!important}
.ac28-checkout-summary #payment ul.payment_methods{margin:0!important;padding:0!important;border:0!important;display:grid!important;gap:8px!important}
.ac28-checkout-summary #payment ul.payment_methods li{padding:11px 12px!important;border:1px solid #e2e8f0!important;border-radius:13px!important;background:#fafbfd!important;font-size:10px!important}
.ac28-checkout-summary #payment ul.payment_methods li input{accent-color:var(--ac27-accent)!important}
.ac28-checkout-summary #payment div.payment_box{margin:8px 0 0!important;padding:11px 12px!important;background:#f1f5fa!important;border-radius:10px!important;font-size:9px!important;line-height:1.5!important;color:#687487!important}
.ac28-checkout-summary #payment div.payment_box:before{border-bottom-color:#f1f5fa!important}
.ac28-checkout-summary #payment .woocommerce-notice,
.ac28-checkout-summary #payment .woocommerce-info{padding:13px!important;border:1px solid #dce5f2!important;border-left:3px solid var(--ac27-accent)!important;background:#f8fbff!important;border-radius:12px!important;color:#66758a!important;font-size:9px!important;line-height:1.55!important}
.ac28-checkout-summary .woocommerce-privacy-policy-text{font-size:9px!important;line-height:1.55!important;color:#7b8697!important;margin:14px 0 10px!important}
.ac28-checkout-summary .woocommerce-privacy-policy-text p{margin:0!important}
.ac28-checkout-summary #place_order{min-height:52px!important;border-radius:14px!important;font-size:12px!important;letter-spacing:-.01em!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.ac28-checkout-summary #place_order:hover{transform:translateY(-1px)!important;box-shadow:0 16px 30px rgba(39,100,255,.27)!important}
.ac28-checkout-summary #place_order:active{transform:translateY(0)!important}
.ac28-checkout-trust{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f5}
.ac28-checkout-trust span{display:flex;align-items:center;gap:6px;min-height:34px;padding:0 8px;border-radius:10px;background:#f8fafc;color:#778294;font-size:8px;font-weight:600}
.ac28-checkout-trust svg{width:14px;height:14px;fill:none;stroke:#6d7d95;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}

/* Mobile checkout becomes a clean single column without sticky collisions. */
@media (max-width:900px){
  .ac28-checkout-head{align-items:flex-start!important;flex-direction:column!important;gap:18px!important}
  .ac28-checkout-progress{width:100%;justify-content:flex-start;overflow:auto;padding-bottom:2px}
  .ac28-checkout-layout{grid-template-columns:1fr!important}
  .ac28-checkout-summary{position:relative!important;top:auto!important}
}
@media (max-width:640px){
  .ac28-checkout{width:calc(100% - 22px)!important}
  .ac28-checkout-head{margin-bottom:18px!important}
  .ac28-checkout-head h1{font-size:40px!important}
  .ac28-checkout-progress{gap:6px}
  .ac28-checkout-progress b{width:16px}
  .ac28-checkout-progress span{font-size:8px}
  .ac28-checkout-progress span i{width:22px;height:22px}
  .ac28-checkout-step,.ac28-checkout-summary{padding:16px!important;border-radius:18px!important}
  .ac28-step-title{margin-bottom:16px!important;padding-bottom:14px!important}
  .ac28-form-intro{align-items:flex-start;flex-direction:column;gap:3px}
  .ac28-checkout .form-row.ac28-field-half,
  .ac28-checkout .form-row.form-row-first,
  .ac28-checkout .form-row.form-row-last{width:100%!important}
  .ac28-checkout input.input-text,.ac28-checkout textarea,.ac28-checkout select,.ac28-checkout .select2-container .select2-selection--single{min-height:48px!important;font-size:12px!important}
  .ac28-checkout-trust{grid-template-columns:1fr}
}

html.ac-dark .ac28-checkout #billing_country_field{border-top-color:var(--ac27-line)!important}
html.ac-dark .ac28-checkout input.input-text,
html.ac-dark .ac28-checkout textarea,
html.ac-dark .ac28-checkout select,
html.ac-dark .ac28-checkout .select2-container .select2-selection--single,
html.ac-dark .ac28-checkout-summary #payment ul.payment_methods li,
html.ac-dark .ac28-checkout-trust span{background:#151c27!important;border-color:#263143!important;color:#f4f7fb!important}

/* v0.8.1 checkout payment safety + localized privacy */
.ac28-checkout-summary #payment .payment_method_adeptcommerce_manual{
  border-color:#cfdcff!important;
  background:#f7faff!important;
}
.ac28-checkout-summary #payment .payment_method_adeptcommerce_manual label{
  color:#182238!important;
  font-weight:700!important;
}
.ac28-checkout-summary #payment .payment_method_adeptcommerce_manual .payment_box{
  background:#eef4ff!important;
  color:#5d6d85!important;
}
.ac28-checkout-summary #payment .payment_method_adeptcommerce_manual .payment_box:before{
  border-bottom-color:#eef4ff!important;
}
.ac28-checkout-summary .woocommerce-privacy-policy-text{
  margin:12px 0 0!important;
  color:#7a8799!important;
  font-size:9px!important;
  line-height:1.55!important;
}
.ac28-checkout-summary .woocommerce-privacy-policy-link{
  color:#315fc9!important;
  text-decoration:none!important;
  font-weight:650!important;
}

/* v0.8.3 — explicit premium shipping choices in checkout */
.ac28-checkout-summary .woocommerce-shipping-totals td{
  padding-top:12px!important;
  padding-bottom:14px!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods,
.ac28-checkout-summary #shipping_method{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  text-align:left!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods li,
.ac28-checkout-summary #shipping_method li{
  position:relative!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods input.shipping_method,
.ac28-checkout-summary #shipping_method input.shipping_method{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods label,
.ac28-checkout-summary #shipping_method label{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  min-height:46px!important;
  margin:0!important;
  padding:10px 12px 10px 38px!important;
  border:1px solid #dfe6ef!important;
  border-radius:12px!important;
  background:#fafbfd!important;
  color:#1d2939!important;
  font-size:10px!important;
  line-height:1.35!important;
  font-weight:650!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods label::before,
.ac28-checkout-summary #shipping_method label::before{
  content:""!important;
  position:absolute!important;
  left:13px!important;
  top:50%!important;
  width:14px!important;
  height:14px!important;
  margin-top:-7px!important;
  border:1.5px solid #aeb9c9!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 3px #fff!important;
  transition:border-color .18s ease,background .18s ease!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods li:has(input.shipping_method:checked) label,
.ac28-checkout-summary #shipping_method li:has(input.shipping_method:checked) label{
  border-color:#8fb0ff!important;
  background:#f4f7ff!important;
  box-shadow:0 7px 18px rgba(39,100,255,.08)!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods li:has(input.shipping_method:checked) label::before,
.ac28-checkout-summary #shipping_method li:has(input.shipping_method:checked) label::before{
  border-color:#2764ff!important;
  background:#2764ff!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods label:hover,
.ac28-checkout-summary #shipping_method label:hover{
  border-color:#b7c8e5!important;
  transform:translateY(-1px)!important;
}
.ac28-checkout-summary .woocommerce-shipping-methods .woocommerce-Price-amount,
.ac28-checkout-summary #shipping_method .woocommerce-Price-amount{
  margin-left:auto!important;
  white-space:nowrap!important;
  font-weight:750!important;
  color:#111827!important;
}
.ac28-checkout-summary .woocommerce-shipping-destination,
.ac28-checkout-summary .woocommerce-shipping-calculator{
  display:none!important;
}
html.ac-dark .ac28-checkout-summary .woocommerce-shipping-methods label,
html.ac-dark .ac28-checkout-summary #shipping_method label{
  background:#151c27!important;
  border-color:#2a3547!important;
  color:#f4f7fb!important;
}
html.ac-dark .ac28-checkout-summary .woocommerce-shipping-methods li:has(input.shipping_method:checked) label,
html.ac-dark .ac28-checkout-summary #shipping_method li:has(input.shipping_method:checked) label{
  background:#18233a!important;
  border-color:#527fe8!important;
}

/* v0.8.4 — delivery selector belongs to Delivery details, not Order summary */
.ac28-checkout-summary tr.woocommerce-shipping-totals.shipping,
.ac28-checkout-summary tr.woocommerce-shipping-totals.shipping.ac29-shipping-relocated{
  display:none!important;
}

.ac29-delivery-methods{
  margin:4px 0 18px;
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:linear-gradient(180deg,#fbfdff 0%,#f8fafc 100%);
}
.ac29-delivery-methods-head{display:grid;gap:4px;margin-bottom:12px}
.ac29-delivery-methods-head strong{font-size:12px;font-weight:720;color:var(--ac27-ink)}
.ac29-delivery-methods-head small{font-size:9px;line-height:1.45;color:#8691a2}
.ac29-delivery-methods-mount{min-height:54px}
.ac29-delivery-loading,.ac29-delivery-empty{min-height:54px;display:flex;align-items:center;padding:0 13px;border:1px dashed #dbe3ee;border-radius:13px;background:#fff;color:#7d899a;font-size:10px}

.ac29-delivery-methods .woocommerce-shipping-methods,
.ac29-delivery-methods #shipping_method{
  list-style:none!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px!important;
  margin:0!important;
  padding:0!important;
}
.ac29-delivery-methods .woocommerce-shipping-methods li,
.ac29-delivery-methods #shipping_method li{margin:0!important;padding:0!important;min-width:0!important}
.ac29-delivery-methods input.shipping_method{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ac29-delivery-methods label{
  position:relative!important;
  min-height:72px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:5px!important;
  padding:12px 14px 12px 42px!important;
  border:1px solid #dde5ef!important;
  border-radius:14px!important;
  background:#fff!important;
  color:var(--ac27-ink)!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:680!important;
  cursor:pointer!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease!important;
}
.ac29-delivery-methods label:before{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:16px;
  height:16px;
  border:1.5px solid #bac6d6;
  border-radius:50%;
  background:#fff;
  transform:translateY(-50%);
  box-shadow:inset 0 0 0 4px #fff;
}
.ac29-delivery-methods li:has(input.shipping_method:checked) label{
  border-color:#8eafff!important;
  background:#f6f9ff!important;
  box-shadow:0 8px 22px rgba(39,100,255,.08)!important;
}
.ac29-delivery-methods li:has(input.shipping_method:checked) label:before{
  border-color:var(--ac27-accent)!important;
  background:var(--ac27-accent)!important;
}
.ac29-delivery-methods label:hover{border-color:#b9cae3!important;transform:translateY(-1px)}
.ac29-delivery-methods .woocommerce-Price-amount{font-size:10px!important;font-weight:750!important;color:var(--ac27-accent)!important;white-space:nowrap!important}

@media (max-width:620px){
  .ac29-delivery-methods{padding:13px}
  .ac29-delivery-methods .woocommerce-shipping-methods,
  .ac29-delivery-methods #shipping_method{grid-template-columns:1fr}
  .ac29-delivery-methods label{min-height:64px!important}
}

html.ac-dark .ac29-delivery-methods{background:#121923!important;border-color:#263143!important}
html.ac-dark .ac29-delivery-methods label{background:#151c27!important;border-color:#2a3649!important;color:#f5f7fb!important}
html.ac-dark .ac29-delivery-methods li:has(input.shipping_method:checked) label{background:#18243a!important;border-color:#4d75cb!important}

/* =========================================================
   v0.9.0 — AdeptCommerce Express Checkout
   ========================================================= */
.ac30-express-checkout{
  width:min(1120px,calc(100% - 32px))!important;
  margin:30px auto 70px!important;
  color:var(--ac27-ink)!important;
}
.ac30-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 24px}
.ac30-kicker{display:block;margin-bottom:8px;font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--ac27-accent)}
.ac30-head h1{margin:0;font-size:clamp(36px,4.2vw,58px);line-height:.98;letter-spacing:-.055em;font-weight:700}
.ac30-head p{margin:10px 0 0;font-size:12px;line-height:1.55;color:#7a8698}
.ac30-head-badge{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #dfe6ef;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(16,24,40,.04);font-size:10px;color:#667387;white-space:nowrap}
.ac30-head-badge span{width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:#edf4ff;color:var(--ac27-accent);font-weight:900}
.ac30-head-badge strong{font-weight:700;color:#344054}

.ac30-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}
.ac30-main{display:grid;gap:12px;min-width:0}
.ac30-panel,.ac30-summary{background:#fff;border:1px solid #dfe6ef;border-radius:20px;box-shadow:0 12px 34px rgba(16,24,40,.045)}
.ac30-panel{overflow:hidden}
.ac30-panel-head{width:100%;min-height:78px;padding:0 18px;border:0;background:transparent;display:grid;grid-template-columns:36px minmax(0,1fr) 28px;gap:12px;align-items:center;text-align:left;color:inherit;cursor:pointer}
.ac30-panel-head>span:nth-child(2){display:grid;gap:3px}
.ac30-panel-head strong,.ac30-summary-head strong{font-size:13px;font-weight:750;letter-spacing:-.015em}
.ac30-panel-head small,.ac30-summary-head small{font-size:9px;color:#8a96a8;line-height:1.4}
.ac30-panel-head i{font-style:normal;font-size:20px;font-weight:400;text-align:center;color:#6d798b}
.ac30-step{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#edf4ff;color:#2e68f5;font-size:9px;font-weight:800}
.ac30-panel-body{padding:0 18px 18px;border-top:1px solid #edf0f5}
.ac30-panel.is-collapsed .ac30-panel-head{min-height:66px}
.ac30-login-link{display:inline-flex;margin:15px 0 13px;color:#2f67dd;font-size:10px;font-weight:650;border-bottom:1px solid rgba(47,103,221,.24)}

/* Customer fields: only name, phone and optional email are visible here. */
.ac30-billing-source .woocommerce-billing-fields>h3{display:none!important}
.ac30-billing-source .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:1fr 1fr;gap:10px 12px!important;margin:0!important}
.ac30-billing-source .form-row{float:none!important;width:100%!important;margin:0!important;padding:0!important}
.ac30-billing-source .ac30-name-field{grid-column:1/2}
.ac30-billing-source .ac30-phone-field{grid-column:2/3}
.ac30-billing-source .ac30-email-field{grid-column:1/3}
.ac30-billing-source .ac30-address-field{display:none!important}
.ac30-billing-source label,.ac30-address-mount label,.ac30-comment-wrap label{display:block!important;margin:0 0 6px!important;font-size:9px!important;font-weight:700!important;color:#586579!important}
.ac30-express-checkout abbr.required{color:#e24d5d!important;text-decoration:none!important}
.ac30-express-checkout input.input-text,
.ac30-express-checkout textarea,
.ac30-express-checkout select,
.ac30-express-checkout .select2-container .select2-selection--single{
  width:100%!important;min-height:48px!important;border:1px solid #dbe3ed!important;border-radius:11px!important;background:#f9fbfd!important;color:#1c2432!important;box-shadow:none!important;font-size:11px!important;line-height:1.4!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important
}
.ac30-express-checkout input.input-text{padding:0 13px!important}
.ac30-express-checkout textarea{min-height:78px!important;padding:12px 13px!important;resize:vertical!important}
.ac30-express-checkout input:focus,.ac30-express-checkout textarea:focus,.ac30-express-checkout select:focus{outline:0!important;border-color:#7ca0ff!important;box-shadow:0 0 0 3px rgba(48,102,246,.09)!important;background:#fff!important}
.ac30-express-checkout .woocommerce-invalid input.input-text{border-color:#e66b78!important;background:#fffafa!important}
.ac30-express-checkout .woocommerce-validated input.input-text{border-color:#9bd7bd!important;background:#fbfffd!important}

/* Country is fixed to Moldova and never burdens the customer. */
.ac30-express-checkout #billing_country_field{display:none!important}
.ac30-express-checkout #billing_country_field:before{display:none!important;content:none!important}

/* Shipping choices are the main interaction in the delivery panel. */
.ac30-delivery-mount{margin-top:14px}
.ac30-delivery-mount .woocommerce-shipping-methods,
.ac30-delivery-mount #shipping_method{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important;margin:0!important;padding:0!important;list-style:none!important}
.ac30-delivery-mount li{margin:0!important;padding:0!important;min-width:0!important}
.ac30-delivery-mount input.shipping_method{position:absolute!important;opacity:0!important;pointer-events:none!important}
.ac30-delivery-mount label{position:relative!important;min-height:64px!important;padding:12px 12px 12px 43px!important;border:1px solid #dfe6ef!important;border-radius:13px!important;background:#fafbfd!important;color:#2a3445!important;display:flex!important;align-items:center!important;font-size:10px!important;font-weight:700!important;line-height:1.35!important;cursor:pointer!important;transition:.18s ease!important}
.ac30-delivery-mount label:before{content:none!important;display:none!important}
.ac30-delivery-mount li:has(input.shipping_method:checked) label{border-color:#78a0ff!important;background:#f3f7ff!important;box-shadow:0 0 0 2px rgba(51,102,246,.07)!important}
.ac30-delivery-mount li:has(input.shipping_method:checked) label:before{content:none!important;display:none!important}
.ac30-delivery-mount .woocommerce-Price-amount{margin-left:auto;padding-left:8px;font-size:10px!important;color:#2f65e7!important;white-space:nowrap}

.ac30-address-wrap{margin-top:12px;padding:14px;border:1px solid #e3e9f1;border-radius:14px;background:#fbfcfe}
.ac30-address-wrap[hidden]{display:none!important}
.ac30-subtitle{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.ac30-subtitle strong{font-size:11px;font-weight:750}
.ac30-subtitle small{font-size:8px;color:#8a96a7}
.ac30-address-mount{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}
.ac30-address-mount .form-row{display:block!important;float:none!important;width:100%!important;margin:0!important;padding:0!important}
.ac30-address-mount #billing_address_1_field,.ac30-address-mount #billing_address_2_field{grid-column:1/3}
.ac30-comment-wrap{margin-top:12px}
.ac30-comment-wrap .form-row{margin:0!important}

/* Payment is moved out of the order summary into its own simple panel. */
.ac30-summary #payment{display:none!important}
.ac30-payment-mount #payment{display:block!important;margin:14px 0 0!important;padding:0!important;background:transparent!important;border:0!important}
.ac30-payment-mount #payment ul.payment_methods{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;border:0!important;list-style:none!important}
.ac30-payment-mount #payment ul.payment_methods li{position:relative!important;margin:0!important;padding:12px!important;border:1px solid #dfe6ef!important;border-radius:13px!important;background:#fafbfd!important;font-size:10px!important}
.ac30-payment-mount #payment ul.payment_methods li>input{accent-color:#3467f3!important;margin-right:8px!important}
.ac30-payment-mount #payment ul.payment_methods li>label{font-weight:700!important;color:#273244!important}
.ac30-payment-mount #payment div.payment_box{margin:9px 0 0!important;padding:10px 12px!important;border-radius:10px!important;background:#f1f5fa!important;color:#6e7a8c!important;font-size:9px!important;line-height:1.5!important}
.ac30-payment-mount #payment div.payment_box:before{display:none!important}
.ac30-payment-mount #payment .place-order{margin:13px 0 0!important;padding:13px 0 0!important;border-top:1px solid #e8edf3!important}
.ac30-payment-mount #payment .woocommerce-privacy-policy-text{font-size:8.5px!important;line-height:1.55!important;color:#7a8698!important;margin-bottom:11px!important}
.ac30-payment-mount #payment #place_order{width:100%!important;min-height:52px!important;border:0!important;border-radius:12px!important;background:#3264f5!important;color:#fff!important;font-size:11px!important;font-weight:800!important;box-shadow:0 12px 26px rgba(50,100,245,.22)!important;transition:.18s ease!important}
.ac30-payment-mount #payment #place_order:hover{background:#2456e6!important;transform:translateY(-1px)!important;box-shadow:0 15px 31px rgba(50,100,245,.28)!important}

/* Sticky order confirmation card. */
.ac30-summary{position:sticky;top:118px;padding:18px;min-width:0}
.admin-bar .ac30-summary{top:150px}
.ac30-summary-head{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;align-items:center;padding-bottom:14px;border-bottom:1px solid #edf0f5}
.ac30-summary-head>div{display:grid;gap:3px}
.ac30-summary .woocommerce-checkout-review-order-table{width:100%!important;margin:0!important;border:0!important;border-collapse:collapse!important;font-size:9.5px!important}
.ac30-summary .woocommerce-checkout-review-order-table thead{display:none!important}
.ac30-summary .woocommerce-checkout-review-order-table td,.ac30-summary .woocommerce-checkout-review-order-table th{padding:11px 0!important;border:0!important;border-bottom:1px solid #edf0f5!important;vertical-align:middle!important}
.ac30-summary .product-name{padding-right:9px!important}
.ac30-summary .product-total{text-align:right!important;font-weight:750!important;white-space:nowrap!important}
.ac30-review-media{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#f3f6fa;overflow:hidden;flex:none}
.ac30-review-media img{width:auto!important;height:auto!important;max-width:35px!important;max-height:35px!important;object-fit:contain!important;margin:0!important}
.ac30-summary .ac28-review-product{display:flex!important;align-items:center!important;gap:9px!important}
.ac30-summary .ac28-review-product-copy{font-size:9px!important;line-height:1.35!important}
.ac30-summary .cart-subtotal th,.ac30-summary .woocommerce-shipping-totals th{font-weight:550!important;color:#7d8999!important}
.ac30-summary .order-total th,.ac30-summary .order-total td{padding-top:15px!important;border-bottom:0!important;font-size:15px!important;font-weight:800!important}
.ac30-summary .order-total td{text-align:right!important}
.ac30-summary tr.woocommerce-shipping-totals.shipping{display:none!important}
.ac30-trust{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:13px;padding-top:13px;border-top:1px solid #edf0f5}
.ac30-trust span{min-height:32px;display:flex;align-items:center;justify-content:center;padding:0 7px;border-radius:9px;background:#f8fafc;color:#778396;font-size:8px;font-weight:650;text-align:center}

/* Old checkout-specific presentation should not leak into Express Checkout. */
.ac30-express-checkout .ac28-checkout-progress,.ac30-express-checkout .ac28-form-intro{display:none!important}
.ac30-express-checkout .woocommerce-error,.ac30-express-checkout .woocommerce-message,.ac30-express-checkout .woocommerce-info{border-radius:12px!important;font-size:10px!important;line-height:1.45!important}

@media (max-width:900px){
  .ac30-layout{grid-template-columns:1fr}
  .ac30-summary{position:relative;top:auto;order:4}
  .admin-bar .ac30-summary{top:auto}
}
@media (max-width:640px){
  .ac30-express-checkout{width:calc(100% - 20px)!important;margin:18px auto 45px!important}
  .ac30-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:16px}
  .ac30-head h1{font-size:38px}
  .ac30-head-badge{display:none}
  .ac30-panel,.ac30-summary{border-radius:16px}
  .ac30-panel-head{min-height:70px;padding:0 13px;grid-template-columns:32px minmax(0,1fr) 24px;gap:9px}
  .ac30-step{width:30px;height:30px;border-radius:9px}
  .ac30-panel-body{padding:0 13px 13px}
  .ac30-billing-source .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr!important}
  .ac30-billing-source .ac30-name-field,.ac30-billing-source .ac30-phone-field,.ac30-billing-source .ac30-email-field{grid-column:1!important}
  .ac30-delivery-mount .woocommerce-shipping-methods,.ac30-delivery-mount #shipping_method{grid-template-columns:1fr!important}
  .ac30-address-mount{grid-template-columns:1fr}
  .ac30-address-mount #billing_address_1_field,.ac30-address-mount #billing_address_2_field{grid-column:1}
  .ac30-subtitle{align-items:flex-start;flex-direction:column;gap:3px}
  .ac30-summary{padding:14px}
}

html.ac-dark .ac30-panel,html.ac-dark .ac30-summary,html.ac-dark .ac30-head-badge{background:#111821!important;border-color:#273245!important}
html.ac-dark .ac30-panel-body,html.ac-dark .ac30-summary-head,html.ac-dark .ac30-payment-mount #payment .place-order{border-color:#273245!important}
html.ac-dark .ac30-express-checkout input.input-text,html.ac-dark .ac30-express-checkout textarea,html.ac-dark .ac30-address-wrap,html.ac-dark .ac30-delivery-mount label,html.ac-dark .ac30-payment-mount #payment ul.payment_methods li{background:#151e2a!important;border-color:#2b374b!important;color:#f6f8fb!important}

/* =========================================================
   v0.9.1 — Professional UI polish
   ========================================================= */
.ac31-checkout{
  width:min(1180px,calc(100% - 40px))!important;
  margin:34px auto 76px!important;
}
.ac31-head{margin:0 0 22px!important;align-items:center!important}
.ac31-head h1{font-size:clamp(38px,4.6vw,58px)!important;line-height:1!important;letter-spacing:-.052em!important;font-weight:720!important}
.ac31-head:after{content:"";display:block;width:54px;height:4px;border-radius:99px;background:var(--ac27-accent);opacity:.95}
.ac31-layout{grid-template-columns:minmax(0,1fr) 380px!important;gap:22px!important}
.ac31-main{gap:14px!important}
.ac31-panel,.ac31-summary{
  border:1px solid #e1e7ef!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(16,24,40,.055)!important;
}
.ac31-panel-head{
  min-height:82px!important;
  padding:0 20px!important;
  grid-template-columns:42px minmax(0,1fr) 28px!important;
  gap:13px!important;
}
.ac31-panel-head strong,.ac31-summary-head strong{font-size:15px!important;font-weight:720!important;letter-spacing:-.018em!important}
.ac31-panel-head small,.ac31-summary-head small{font-size:10.5px!important;color:#8490a2!important;line-height:1.45!important}
.ac31-section-icon{
  width:40px;height:40px;display:grid;place-items:center;border-radius:12px;
  background:#f0f5ff;color:#2d66f6;border:1px solid #e2ebff;
}
.ac31-section-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ac31-chevron{width:28px;height:28px;display:grid;place-items:center;color:#738096;transition:transform .2s ease}
.ac31-chevron svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ac31-panel-head[aria-expanded="true"] .ac31-chevron{transform:rotate(180deg)}
.ac31-panel-body{padding:0 20px 20px!important;border-top:1px solid #edf1f5!important}
.ac31-login-link{margin:16px 0 15px!important;gap:7px!important;align-items:center!important;border:0!important;text-decoration:none!important}
.ac31-login-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ac31-login-link:hover span{text-decoration:underline;text-underline-offset:3px}

.ac31-checkout .ac30-billing-source label,
.ac31-checkout .ac30-address-mount label,
.ac31-checkout .ac30-comment-wrap label{font-size:10.5px!important;margin-bottom:7px!important;color:#526075!important}
.ac31-checkout input.input-text,
.ac31-checkout textarea,
.ac31-checkout select,
.ac31-checkout .select2-container .select2-selection--single{
  min-height:52px!important;border-radius:12px!important;background:#fbfcfe!important;
  border-color:#dce4ee!important;font-size:12.5px!important;
}
.ac31-checkout input.input-text{padding:0 14px!important}
.ac31-checkout textarea{padding:13px 14px!important;min-height:92px!important}
.ac31-checkout input::placeholder,.ac31-checkout textarea::placeholder{color:#a0aabc!important;opacity:1!important}

.ac31-checkout .ac30-delivery-mount{margin-top:16px!important}
.ac31-checkout .ac30-delivery-mount .woocommerce-shipping-methods,
.ac31-checkout .ac30-delivery-mount #shipping_method{gap:10px!important}
.ac31-checkout .ac30-delivery-mount label{
  min-height:72px!important;padding:14px 14px 14px 46px!important;border-radius:14px!important;
  background:#fbfcfe!important;font-size:11px!important;box-shadow:none!important;
}
.ac31-checkout .ac30-delivery-mount label:before{left:15px!important;width:18px!important;height:18px!important}
.ac31-checkout .ac30-delivery-mount li:has(input.shipping_method:checked) label{
  background:#f5f8ff!important;border-color:#82a5ff!important;box-shadow:0 0 0 3px rgba(52,103,243,.055)!important;
}
.ac31-checkout .ac30-delivery-mount .woocommerce-Price-amount{font-size:11px!important}
.ac31-checkout .ac30-address-wrap{margin-top:14px!important;padding:16px!important;border-radius:15px!important;background:#fcfdff!important}
.ac31-checkout .ac30-subtitle strong{font-size:12px!important}
.ac31-checkout .ac30-subtitle small{font-size:9.5px!important}
.ac31-checkout .ac30-comment-wrap{margin-top:14px!important}

.ac31-checkout .ac30-payment-mount #payment{margin-top:16px!important}
.ac31-checkout .ac30-payment-mount #payment ul.payment_methods{gap:10px!important}
.ac31-checkout .ac30-payment-mount #payment ul.payment_methods li{
  padding:14px!important;border-radius:14px!important;background:#fbfcfe!important;font-size:11px!important;
}
.ac31-checkout .ac30-payment-mount #payment ul.payment_methods li>label{font-size:11px!important}
.ac31-checkout .ac30-payment-mount #payment div.payment_box{font-size:10px!important;padding:11px 12px!important;background:#f4f7fb!important}
.ac31-checkout .ac30-payment-mount #payment .woocommerce-privacy-policy-text{font-size:9.5px!important;line-height:1.6!important}
.ac31-checkout .ac30-payment-mount #payment #place_order{
  min-height:54px!important;border-radius:13px!important;font-size:12px!important;letter-spacing:-.01em!important;
}

.ac31-summary{padding:20px!important;top:118px!important}
.admin-bar .ac31-summary{top:150px!important}
.ac31-summary-head{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;padding-bottom:16px!important}
.ac31-summary .woocommerce-checkout-review-order-table{font-size:10.5px!important}
.ac31-summary .woocommerce-checkout-review-order-table td,.ac31-summary .woocommerce-checkout-review-order-table th{padding:12px 0!important}
.ac31-summary .ac30-review-media{width:48px!important;height:48px!important;border-radius:12px!important;background:#f4f7fa!important}
.ac31-summary .ac30-review-media img{max-width:40px!important;max-height:40px!important}
.ac31-summary .ac28-review-product{gap:10px!important}
.ac31-summary .ac28-review-product-copy{font-size:10px!important;line-height:1.4!important}
.ac31-summary .order-total th,.ac31-summary .order-total td{font-size:16px!important}
.ac31-trust{gap:8px!important;margin-top:15px!important;padding-top:15px!important}
.ac31-trust span{
  min-height:38px!important;gap:7px!important;padding:0 9px!important;border-radius:10px!important;
  background:#f8fafc!important;font-size:8.8px!important;font-weight:680!important;color:#667387!important;
}
.ac31-trust svg{width:15px;height:15px;fill:none;stroke:#4b6fae;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}

.ac31-loading{min-height:58px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px dashed #dce4ee;border-radius:13px;color:#8793a5;font-size:10.5px;background:#fbfcfe}
.ac31-spinner{width:16px;height:16px;border:2px solid #dce6f8;border-top-color:#376bf4;border-radius:50%;animation:ac31Spin .7s linear infinite;flex:none}
@keyframes ac31Spin{to{transform:rotate(360deg)}}

/* Homepage: remove demo-like microcopy and keep real retail content visually dominant. */
.ac27-section-head>div{gap:0!important}
.ac27-section-head>div>span{display:none!important}
.ac27-benefits span{gap:0!important}
.ac27-benefits small{display:none!important}
.ac27-benefits strong{font-size:11.5px!important}
.ac27-benefits>div{min-height:74px!important}

/* Cart trust uses neutral UI markers instead of text glyphs. */
.ac26-summary-trust span{position:relative;padding-left:18px}
.ac26-summary-trust span:before{content:"";position:absolute;left:0;top:50%;width:11px;height:11px;border:1.5px solid #5c76a2;border-radius:50%;transform:translateY(-50%)}
.ac26-summary-trust span:after{content:"";position:absolute;left:3px;top:50%;width:5px;height:2.5px;border-left:1.5px solid #5c76a2;border-bottom:1.5px solid #5c76a2;transform:translateY(-65%) rotate(-45deg)}

@media (max-width:900px){
  .ac31-layout{grid-template-columns:1fr!important}
  .ac31-summary{position:relative!important;top:auto!important;order:4!important}
  .admin-bar .ac31-summary{top:auto!important}
}
@media (max-width:640px){
  .ac31-checkout{width:calc(100% - 20px)!important;margin:20px auto 50px!important}
  .ac31-head{margin-bottom:16px!important}
  .ac31-head h1{font-size:38px!important}
  .ac31-head:after{width:42px;height:3px}
  .ac31-panel,.ac31-summary{border-radius:18px!important}
  .ac31-panel-head{min-height:76px!important;padding:0 14px!important;grid-template-columns:38px minmax(0,1fr) 26px!important;gap:10px!important}
  .ac31-section-icon{width:36px;height:36px;border-radius:11px}
  .ac31-section-icon svg{width:18px;height:18px}
  .ac31-panel-body{padding:0 14px 14px!important}
  .ac31-checkout .ac30-billing-source .woocommerce-billing-fields__field-wrapper{gap:11px!important}
  .ac31-checkout .ac30-delivery-mount .woocommerce-shipping-methods,.ac31-checkout .ac30-delivery-mount #shipping_method{grid-template-columns:1fr!important}
  .ac31-summary{padding:15px!important}
}

html.ac-dark .ac31-panel,html.ac-dark .ac31-summary{background:#111821!important;border-color:#273245!important}
html.ac-dark .ac31-section-icon{background:#16223a!important;border-color:#26385a!important;color:#80a8ff!important}
html.ac-dark .ac31-loading{background:#151e2a!important;border-color:#2b374b!important;color:#96a2b5!important}
.ac-lang-active-icon{display:grid;place-items:center;color:var(--ac27-accent)}
.ac-lang-active-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ac31-head:after{display:none!important}

/* =========================================================
   v0.9.2 — Premium Checkout 1:1 implementation
   Based on the approved AdeptCommerce checkout concept.
   ========================================================= */
.ac32-checkout{
  width:min(1240px,calc(100% - 48px))!important;
  margin:38px auto 82px!important;
}
.ac32-checkout .ac31-head{margin-bottom:26px!important;display:block!important}
.ac32-checkout .ac31-head h1{font-size:clamp(42px,5vw,64px)!important;letter-spacing:-.058em!important;font-weight:720!important;color:#101828!important}
.ac32-checkout .ac31-head p{margin:10px 0 0!important;font-size:13px!important;color:#7b8798!important;line-height:1.5!important}
.ac32-checkout .ac31-layout{grid-template-columns:minmax(0,1fr) 392px!important;gap:24px!important}
.ac32-checkout .ac31-main{gap:14px!important}
.ac32-checkout .ac31-panel,.ac32-checkout .ac31-summary{
  border:1px solid #dfe6ef!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 44px rgba(16,24,40,.055)!important;
}
.ac32-checkout .ac31-panel{overflow:hidden!important}
.ac32-checkout .ac31-panel-head{
  min-height:86px!important;padding:0 20px!important;
  grid-template-columns:44px minmax(0,1fr) 36px!important;
  gap:14px!important;cursor:default!important;
}
.ac32-checkout .ac31-panel-head strong{font-size:16px!important;font-weight:720!important;color:#101828!important}
.ac32-checkout .ac31-panel-head small{font-size:11px!important;color:#8792a5!important}
.ac32-checkout .ac31-section-icon{
  width:42px!important;height:42px!important;border-radius:13px!important;
  background:linear-gradient(145deg,#f3f7ff,#eaf1ff)!important;
  border:1px solid #dce7ff!important;color:#2463f3!important;
}
.ac32-checkout .ac31-section-icon svg{width:21px!important;height:21px!important;stroke-width:1.7!important}
.ac32-edit{
  width:34px;height:34px;border:1px solid #e0e8f3;border-radius:10px;background:#f7faff;
  display:grid;place-items:center;color:#2f68f4;cursor:pointer;transition:.18s ease;padding:0;
}
.ac32-edit:hover{background:#eef4ff;border-color:#cbdcff;transform:translateY(-1px)}
.ac32-edit svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.ac32-checkout .ac31-panel-body{padding:18px 20px 20px!important;border-top:1px solid #edf1f5!important}
.ac32-checkout .ac31-login-link{display:none!important}

/* customer */
.ac32-checkout .ac30-billing-source .woocommerce-billing-fields__field-wrapper{gap:12px 14px!important}
.ac32-checkout .ac30-billing-source label,
.ac32-checkout .ac30-address-mount label,
.ac32-checkout .ac30-comment-wrap label{font-size:10.5px!important;font-weight:700!important;color:#667085!important;margin-bottom:7px!important}
.ac32-checkout input.input-text,
.ac32-checkout textarea,
.ac32-checkout select,
.ac32-checkout .select2-container .select2-selection--single{
  min-height:54px!important;border-radius:11px!important;border:1px solid #dce4ee!important;
  background:#fff!important;font-size:13px!important;color:#1d2939!important;box-shadow:0 1px 2px rgba(16,24,40,.02)!important;
}
.ac32-checkout input.input-text{padding:0 14px!important}
.ac32-checkout textarea{padding:13px 14px!important;min-height:88px!important}
.ac32-checkout input:focus,.ac32-checkout textarea:focus,.ac32-checkout select:focus{border-color:#7fa3ff!important;box-shadow:0 0 0 3px rgba(50,100,245,.08)!important}

/* premium delivery cards */
.ac32-checkout .ac30-delivery-mount{margin-top:0!important}
.ac32-checkout .ac30-delivery-mount .woocommerce-shipping-methods,
.ac32-checkout .ac30-delivery-mount #shipping_method{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;
}
.ac32-checkout .ac30-delivery-mount li{position:relative!important}
.ac32-checkout .ac30-delivery-mount input.shipping_method{position:absolute!important;opacity:0!important;pointer-events:none!important}
.ac32-checkout .ac30-delivery-mount label{
  min-height:112px!important;padding:18px 16px!important;border:1px solid #dbe3ed!important;border-radius:15px!important;
  background:#fff!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;
  grid-template-rows:auto auto!important;column-gap:14px!important;row-gap:4px!important;align-items:center!important;
  cursor:pointer!important;box-shadow:0 1px 2px rgba(16,24,40,.02)!important;transition:.2s ease!important;
}
.ac32-checkout .ac30-delivery-mount label:hover{border-color:#b9c9e4!important;box-shadow:0 10px 26px rgba(16,24,40,.055)!important;transform:translateY(-1px)}
.ac32-checkout .ac30-delivery-mount li:has(input.shipping_method:checked) label{
  border-color:#3e70f6!important;background:linear-gradient(180deg,#fff,#f8faff)!important;
  box-shadow:0 0 0 2px rgba(62,112,246,.07),0 12px 28px rgba(42,91,218,.07)!important;
}
.ac32-select-indicator{
  position:absolute;left:14px;top:14px;width:18px;height:18px;border:1.5px solid #b7c2d2;border-radius:50%;
  display:grid;place-items:center;background:#fff;color:#fff;z-index:2;transition:.18s ease;
}
.ac32-select-indicator svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;opacity:0}
.ac32-checkout li:has(input:checked) .ac32-select-indicator{background:#2f67f5;border-color:#2f67f5}
.ac32-checkout li:has(input:checked) .ac32-select-indicator svg{opacity:1}
.ac32-option-icon{
  grid-column:1;grid-row:1/3;width:44px;height:44px;border-radius:12px;background:#f0f4f8;color:#56657a;
  display:grid;place-items:center;margin-left:12px;
}
.ac32-checkout li:has(input:checked) .ac32-option-icon{background:linear-gradient(145deg,#edf3ff,#e5edff);color:#2f67f5}
.ac32-option-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.ac32-option-copy{grid-column:2;grid-row:1/3;display:grid;gap:4px;align-content:center;min-width:0}
.ac32-option-title{font-size:12px;font-weight:750;color:#1d2939;line-height:1.25}
.ac32-option-description{font-size:9.5px;font-weight:500;color:#8894a6;line-height:1.45}
.ac32-option-price{grid-column:3;grid-row:1/3;align-self:center;font-size:10.5px!important;font-weight:750!important;color:#344054!important;white-space:nowrap}
.ac32-checkout li:has(input:checked) .ac32-option-price{color:#2f67f5!important}
.ac32-checkout .ac30-delivery-mount .woocommerce-Price-amount{margin:0!important;padding:0!important;font-size:inherit!important;color:inherit!important}

/* address layout matching approved concept */
.ac32-checkout .ac30-address-wrap{margin-top:14px!important;padding:16px!important;border:1px solid #e2e8f0!important;border-radius:15px!important;background:#fbfcfe!important}
.ac32-checkout .ac30-subtitle{margin-bottom:13px!important}
.ac32-checkout .ac30-subtitle strong{font-size:11px!important}
.ac32-checkout .ac30-subtitle small{font-size:8.5px!important}
.ac32-checkout .ac30-address-mount{grid-template-columns:1fr 1fr!important;gap:11px 14px!important}
.ac32-checkout .ac30-address-mount #billing_city_field{grid-column:1/3!important}
.ac32-checkout .ac30-address-mount #billing_address_1_field{grid-column:1/2!important}
.ac32-checkout .ac30-address-mount #billing_address_2_field{grid-column:2/3!important}
.ac32-checkout .ac30-comment-wrap{margin-top:14px!important}

/* premium payment cards */
.ac32-checkout .ac30-payment-mount #payment{margin:0!important}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods li{
  min-height:132px!important;margin:0!important;padding:0!important;border:1px solid #dbe3ed!important;border-radius:15px!important;
  background:#fff!important;position:relative!important;overflow:hidden!important;box-shadow:0 1px 2px rgba(16,24,40,.02)!important;transition:.2s ease!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods li:hover{border-color:#b9c9e4!important;box-shadow:0 10px 26px rgba(16,24,40,.055)!important;transform:translateY(-1px)}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods li:has(input:checked){
  border-color:#3e70f6!important;background:linear-gradient(180deg,#fff,#f8faff)!important;
  box-shadow:0 0 0 2px rgba(62,112,246,.07),0 12px 28px rgba(42,91,218,.07)!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods li>input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods li>label{
  min-height:132px!important;width:100%!important;padding:38px 16px 16px 78px!important;display:block!important;cursor:pointer!important;
  position:relative!important;font-size:inherit!important;font-weight:inherit!important;color:inherit!important;
}
.ac32-payment-icon{
  position:absolute;left:18px;top:39px;width:46px;height:46px;border-radius:12px;
  background:linear-gradient(145deg,#316cf7,#154ce2);color:#fff;display:grid;place-items:center;box-shadow:0 10px 20px rgba(34,88,224,.18);
}
.ac32-payment-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ac32-payment-title-row{display:flex;align-items:center;gap:7px;min-width:0}
.ac32-payment-title{font-size:12px;font-weight:760;color:#1d2939;line-height:1.3}
.ac32-popular{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:7px;background:#edf3ff;color:#2d63ef;font-size:8px;font-weight:800;white-space:nowrap}
.ac32-payment-description{display:block;margin-top:6px;font-size:9.5px;font-weight:500;color:#8894a6;line-height:1.5;max-width:220px}
.ac32-payment-brands{display:flex;align-items:center;gap:9px;margin-top:10px;color:#53657f;font-size:8.5px;font-weight:800;letter-spacing:.02em}
.ac32-payment-brands .is-visa{color:#1a4fb8}
.ac32-payment-brands .is-master{position:relative;padding-left:18px}
.ac32-payment-brands .is-master:before,.ac32-payment-brands .is-master:after{content:"";position:absolute;top:50%;width:10px;height:10px;border-radius:50%;transform:translateY(-50%)}
.ac32-payment-brands .is-master:before{left:0;background:#e84d35}.ac32-payment-brands .is-master:after{left:6px;background:#f2a635;mix-blend-mode:multiply}
.ac32-payment-brands .is-maib{color:#16855d}
.ac32-checkout .ac30-payment-mount #payment div.payment_box.ac32-description-source{display:none!important}
.ac32-checkout .ac30-payment-mount #payment div.payment_box:not(.ac32-description-source){margin:10px 14px 14px!important;border-radius:12px!important;background:#f6f8fb!important}

/* place order */
.ac32-checkout .ac30-payment-mount #payment .place-order{
  display:flex!important;flex-direction:column!important;margin:16px 0 0!important;padding:16px 0 0!important;border-top:1px solid #e7edf4!important;
}
.ac32-checkout .ac30-payment-mount #payment #place_order{
  order:1!important;width:100%!important;min-height:58px!important;border-radius:12px!important;
  background:linear-gradient(135deg,#356cf8,#1f59e9)!important;box-shadow:0 14px 28px rgba(36,91,229,.24)!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 20px!important;
  font-size:13px!important;font-weight:800!important;letter-spacing:-.01em!important;
}
.ac32-checkout .ac30-payment-mount #payment #place_order:hover{background:linear-gradient(135deg,#2b62ef,#164edc)!important;box-shadow:0 17px 34px rgba(36,91,229,.30)!important}
.ac32-order-button-amount{display:inline-flex;align-items:center;gap:9px;font-weight:800}
.ac32-order-button-amount svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ac32-checkout .ac30-payment-mount #payment .woocommerce-privacy-policy-text{
  order:2!important;margin:9px 0 0!important;text-align:center!important;font-size:8.5px!important;line-height:1.55!important;color:#8994a5!important;
}

/* order summary */
.ac32-checkout .ac31-summary{padding:22px!important;top:118px!important}
.ac32-summary-head{display:block!important;padding-bottom:17px!important}
.ac32-summary-head>div{display:grid!important;gap:4px!important}
.ac32-summary-head strong{font-size:17px!important;font-weight:740!important;color:#101828!important}
.ac32-summary-head small{font-size:10.5px!important;color:#8792a5!important}
.ac32-checkout .ac31-summary .woocommerce-checkout-review-order-table{font-size:11px!important}
.ac32-checkout .ac31-summary .woocommerce-checkout-review-order-table td,.ac32-checkout .ac31-summary .woocommerce-checkout-review-order-table th{padding:13px 0!important}
.ac32-checkout .ac31-summary .ac30-review-media{width:52px!important;height:52px!important;border-radius:12px!important;background:#f4f6f9!important}
.ac32-checkout .ac31-summary .ac30-review-media img{max-width:44px!important;max-height:44px!important}
.ac32-checkout .ac31-summary .ac28-review-product-copy{font-size:10.5px!important;line-height:1.38!important;font-weight:650!important;color:#263244!important}
.ac32-checkout .ac31-summary .cart-subtotal th,.ac32-checkout .ac31-summary .cart-subtotal td,
.ac32-checkout .ac31-summary .woocommerce-shipping-totals th,.ac32-checkout .ac31-summary .woocommerce-shipping-totals td{color:#667085!important;font-weight:600!important}
.ac32-checkout .ac31-summary .order-total th,.ac32-checkout .ac31-summary .order-total td{padding-top:17px!important;border-bottom:0!important;font-size:17px!important;color:#101828!important}
.ac32-checkout .ac31-summary .order-total td{color:#1e59e8!important}
.ac32-trust{display:grid!important;gap:12px!important;margin-top:16px!important;padding:16px!important;border:1px solid #e4eaf2!important;border-radius:14px!important;background:#fbfcfe!important}
.ac32-trust>div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start}
.ac32-trust>div>svg{width:21px;height:21px;fill:none;stroke:#2f67f5;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}
.ac32-trust>div>span{display:grid;gap:2px}
.ac32-trust strong{font-size:9.5px;font-weight:760;color:#526075}
.ac32-trust small{font-size:8.5px;color:#909bac;line-height:1.4}

/* dark mode */
html.ac-dark .ac32-checkout .ac31-panel,html.ac-dark .ac32-checkout .ac31-summary{background:#111821!important;border-color:#273245!important}
html.ac-dark .ac32-checkout input.input-text,html.ac-dark .ac32-checkout textarea,html.ac-dark .ac32-checkout .ac30-address-wrap,
html.ac-dark .ac32-checkout .ac30-delivery-mount label,html.ac-dark .ac32-checkout .ac30-payment-mount #payment ul.payment_methods li,
html.ac-dark .ac32-trust{background:#151e2a!important;border-color:#2b374b!important;color:#f6f8fb!important}
html.ac-dark .ac32-option-title,html.ac-dark .ac32-payment-title,html.ac-dark .ac32-summary-head strong{color:#f6f8fb!important}

@media (max-width:980px){
  .ac32-checkout .ac31-layout{grid-template-columns:1fr!important}
  .ac32-checkout .ac31-summary{position:relative!important;top:auto!important;order:4!important}
}
@media (max-width:700px){
  .ac32-checkout{width:calc(100% - 20px)!important;margin:22px auto 54px!important}
  .ac32-checkout .ac31-head h1{font-size:40px!important}
  .ac32-checkout .ac31-head p{font-size:11px!important}
  .ac32-checkout .ac31-panel-head{min-height:78px!important;padding:0 14px!important;grid-template-columns:40px minmax(0,1fr) 34px!important;gap:10px!important}
  .ac32-checkout .ac31-panel-body{padding:14px!important}
  .ac32-checkout .ac30-delivery-mount .woocommerce-shipping-methods,.ac32-checkout .ac30-delivery-mount #shipping_method,
  .ac32-checkout .ac30-payment-mount #payment ul.payment_methods{grid-template-columns:1fr!important}
  .ac32-checkout .ac30-address-mount{grid-template-columns:1fr!important}
  .ac32-checkout .ac30-address-mount #billing_city_field,.ac32-checkout .ac30-address-mount #billing_address_1_field,.ac32-checkout .ac30-address-mount #billing_address_2_field{grid-column:1!important}
  .ac32-checkout .ac30-delivery-mount label{min-height:104px!important}
  .ac32-checkout .ac30-payment-mount #payment ul.payment_methods li,.ac32-checkout .ac30-payment-mount #payment ul.payment_methods li>label{min-height:124px!important}
  .ac32-checkout .ac31-summary{padding:16px!important}
}

/* =========================================================
   v0.9.3 — Checkout layout stabilization
   Fixes duplicated selectors, payment card placement and
   sticky summary overlap with the storefront header.
   ========================================================= */

/* Delivery: remove the legacy radio skin so there is only one selector. */
.ac32-checkout .ac30-delivery-mount label::before,
.ac32-checkout .ac30-delivery-mount label::after{
  content:none!important;
  display:none!important;
}
.ac32-checkout .ac30-delivery-mount li,
.ac32-checkout .ac30-delivery-mount label{
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
}

/* Payment: use a strict flex row instead of inherited Woo/legacy layout rules. */
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods{
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  gap:12px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li{
  display:block!important;
  flex:1 1 0!important;
  width:0!important;
  min-width:0!important;
  max-width:none!important;
  float:none!important;
  clear:none!important;
  grid-column:auto!important;
  grid-row:auto!important;
  align-self:stretch!important;
  margin:0!important;
  padding:0!important;
  transform:none;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li:hover{
  transform:translateY(-1px)!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:132px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label::before,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label::after{
  content:none!important;
  display:none!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li .ac32-select-indicator{
  display:grid!important;
}

/* The gateway details must stay inside their own card and must not create phantom rows. */
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li .payment_box{
  float:none!important;
  clear:both!important;
  width:auto!important;
  max-width:none!important;
}
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li .payment_box.ac32-description-source{
  display:none!important;
}

/* Summary: keep it below the full sticky storefront header/category navigation. */
.ac32-checkout .ac31-summary{
  top:156px!important;
  overflow:visible!important;
}
.admin-bar .ac32-checkout .ac31-summary{
  top:188px!important;
}
.ac32-checkout .ac32-summary-head{
  min-height:66px!important;
  padding:0 0 16px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  border-bottom:1px solid #edf1f5!important;
}
.ac32-checkout .ac32-summary-head>div{
  display:grid!important;
  gap:5px!important;
  min-width:0!important;
}
.ac32-checkout .ac32-summary-head strong{
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:760!important;
  color:#101828!important;
}
.ac32-checkout .ac32-summary-head small{
  font-size:10.5px!important;
  line-height:1.4!important;
  color:#8a95a6!important;
}

/* Trust area follows the approved mockup: three clean rows, never a broken 2+1 grid. */
.ac32-checkout .ac32-trust{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:4px!important;
  margin-top:16px!important;
  padding:14px!important;
  border:1px solid #e7ecf3!important;
  border-radius:14px!important;
  background:#fbfcfe!important;
}
.ac32-checkout .ac32-trust>div{
  min-height:46px!important;
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  padding:5px 7px!important;
  border-radius:10px!important;
  background:transparent!important;
}
.ac32-checkout .ac32-trust>div:hover{background:#f5f8fd!important}
.ac32-checkout .ac32-trust>div>svg{
  width:20px!important;
  height:20px!important;
  color:#2f67f5!important;
  stroke:currentColor!important;
}
.ac32-checkout .ac32-trust>div>span{
  min-height:0!important;
  padding:0!important;
  background:transparent!important;
  display:grid!important;
  justify-content:start!important;
  text-align:left!important;
  gap:2px!important;
}
.ac32-checkout .ac32-trust strong{
  font-size:10px!important;
  line-height:1.3!important;
  color:#455267!important;
  font-weight:720!important;
}
.ac32-checkout .ac32-trust small{
  font-size:8.8px!important;
  line-height:1.35!important;
  color:#929daf!important;
}

@media (max-width:900px){
  .ac32-checkout .ac31-summary,
  .admin-bar .ac32-checkout .ac31-summary{top:auto!important}
}
@media (max-width:760px){
  .ac32-checkout .ac30-payment-mount #payment ul.payment_methods{
    flex-direction:column!important;
  }
  .ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li{
    width:100%!important;
    flex:1 1 auto!important;
  }
}


/* =========================================================
   v0.9.4 — Checkout language + selector cleanup
   ========================================================= */

/* WooCommerce adds a second "optional" suffix. Our checkout labels already
   contain intentional localized wording where it is useful. */
.ac32-checkout .form-row .optional{display:none!important}

/* Remove every legacy radio skin from previous checkout generations. Only the
   AdeptCommerce selector below is allowed to render. */
.ac32-checkout .ac30-delivery-mount label:before,
.ac32-checkout .ac30-delivery-mount label::before,
.ac32-checkout .ac30-delivery-mount label:after,
.ac32-checkout .ac30-delivery-mount label::after,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label:before,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label::before,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label:after,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  border:0!important;
  box-shadow:none!important;
}
.ac32-checkout .ac30-delivery-mount input.shipping_method,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>input[type="radio"]{
  position:absolute!important;
  inline-size:1px!important;
  block-size:1px!important;
  opacity:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}

/* One precise selector. Unselected state is restrained; selected state carries
   the check without creating a second radio dot. */
.ac32-checkout .ac32-select-indicator{
  width:17px!important;
  height:17px!important;
  border:1.5px solid #c3ccda!important;
  background:#fff!important;
  box-shadow:0 1px 2px rgba(16,24,40,.04)!important;
}
.ac32-checkout li.is-selected .ac32-select-indicator,
.ac32-checkout li:has(input:checked) .ac32-select-indicator{
  border-color:#2f67f5!important;
  background:#2f67f5!important;
  box-shadow:0 0 0 3px rgba(47,103,245,.08)!important;
}

/* The right column is now intentionally only the order summary. */
.ac32-checkout .ac32-trust{display:none!important}

/* Address is shown only for courier, so city/street are not presented as
   optional even though Woo keeps them conditionally optional server-side. */
.ac32-checkout .ac30-address-mount #billing_city_field .optional,
.ac32-checkout .ac30-address-mount #billing_address_1_field .optional{display:none!important}

/* =========================================================
   v0.9.5 — clean option selection
   No radio circles / checkmarks: selected state is communicated
   by the card itself (border, tint and icon treatment).
   ========================================================= */
.ac32-checkout .ac32-select-indicator{
  display:none!important;
}

.ac32-checkout .ac30-delivery-mount label:before,
.ac32-checkout .ac30-delivery-mount label::before,
.ac32-checkout .ac30-delivery-mount label:after,
.ac32-checkout .ac30-delivery-mount label::after,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label:before,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label::before,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label:after,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li>label::after{
  content:none!important;
  display:none!important;
}

.ac32-checkout .ac32-option-icon{
  margin-left:0!important;
}

.ac32-checkout .ac30-delivery-mount li:has(input.shipping_method:checked) label,
.ac32-checkout .ac30-delivery-mount li.is-selected label,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li:has(input:checked),
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li.is-selected{
  border-color:#356cf6!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%)!important;
  box-shadow:0 0 0 2px rgba(53,108,246,.075),0 12px 28px rgba(42,91,218,.075)!important;
}

.ac32-checkout .ac30-delivery-mount li:has(input.shipping_method:checked) .ac32-option-icon,
.ac32-checkout .ac30-delivery-mount li.is-selected .ac32-option-icon{
  background:#edf3ff!important;
  color:#2f67f5!important;
}

.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li:has(input:checked) .ac32-payment-icon,
.ac32-checkout .ac30-payment-mount #payment ul.payment_methods>li.is-selected .ac32-payment-icon{
  box-shadow:0 12px 24px rgba(34,88,224,.22)!important;
}

/* =========================================================
   v0.9.6 — premium delivery address + pickup payment flow
   ========================================================= */

/* Delivery address: clearer hierarchy and compact address entry. */
.ac32-checkout .ac30-address-wrap{
  margin-top:16px!important;
  padding:18px!important;
  border:1px solid #e1e8f2!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fcfdff 0%,#f8faff 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.ac32-checkout .ac33-address-head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  margin:0 0 18px!important;
}
.ac32-checkout .ac33-address-icon{
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dbe6ff!important;
  border-radius:12px!important;
  background:#eef4ff!important;
  color:#3267f3!important;
}
.ac32-checkout .ac33-address-icon svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.ac32-checkout .ac33-address-copy{display:grid!important;gap:3px!important;min-width:0!important}
.ac32-checkout .ac33-address-copy strong{
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:760!important;
  color:#1d2939!important;
}
.ac32-checkout .ac33-address-copy small{
  font-size:9.5px!important;
  line-height:1.4!important;
  color:#8792a5!important;
}
.ac32-checkout .ac33-address-note{
  align-self:start!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:#f1f5fb!important;
  color:#7d899a!important;
  font-size:8.5px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}

.ac32-checkout .ac30-address-mount{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:13px 12px!important;
}
.ac32-checkout .ac30-address-mount .form-row{
  position:relative!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:7px 0 0!important;
}
.ac32-checkout .ac30-address-mount #billing_city_field,
.ac32-checkout .ac30-address-mount #billing_address_1_field{
  grid-column:1/-1!important;
}
.ac32-checkout .ac30-address-mount #billing_house_field{grid-column:1/2!important}
.ac32-checkout .ac30-address-mount #billing_entrance_field{grid-column:2/3!important}
.ac32-checkout .ac30-address-mount #billing_apartment_field{grid-column:3/4!important}

/* Floating label treatment: looks intentional without making the form heavy. */
.ac32-checkout .ac30-address-mount .form-row>label{
  position:absolute!important;
  z-index:2!important;
  top:0!important;
  left:13px!important;
  width:auto!important;
  max-width:calc(100% - 26px)!important;
  margin:0!important;
  padding:0 6px!important;
  background:#fbfcff!important;
  color:#536177!important;
  font-size:9.5px!important;
  line-height:14px!important;
  font-weight:700!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.ac32-checkout .ac30-address-mount input.input-text{
  width:100%!important;
  min-height:56px!important;
  padding:0 14px!important;
  border:1px solid #d9e1ec!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#202b3c!important;
  font-size:12px!important;
  box-shadow:0 1px 2px rgba(16,24,40,.025)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.ac32-checkout .ac30-address-mount input.input-text:hover{border-color:#cbd6e5!important}
.ac32-checkout .ac30-address-mount input.input-text:focus{
  border-color:#4a79f5!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(52,103,243,.08)!important;
  outline:none!important;
}
.ac32-checkout .ac30-address-mount input.input-text::placeholder{color:#a1acbc!important}

/* Pickup: the customer should not have to decide how to pay. We keep the
   selected Woo gateway in the DOM for order processing and show only CTA. */
.ac32-checkout .ac30-payment-panel.is-pickup-mode .ac30-panel-head{
  display:none!important;
}
.ac32-checkout .ac30-payment-panel.is-pickup-mode{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.ac32-checkout .ac30-payment-panel.is-pickup-mode .ac30-panel-body{
  padding:0!important;
  border:0!important;
}
.ac32-checkout .ac30-payment-panel.is-pickup-mode .ac30-payment-mount #payment{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
.ac32-checkout .ac30-payment-panel.is-pickup-mode #payment ul.payment_methods,
.ac32-checkout .ac30-payment-panel.is-pickup-mode #payment .payment_box{
  display:none!important;
}
.ac32-checkout .ac30-payment-panel.is-pickup-mode #payment .place-order{
  margin:0!important;
  padding:0!important;
  border-top:0!important;
}
.ac32-checkout .ac30-payment-panel.is-pickup-mode #payment .woocommerce-privacy-policy-text{
  margin-top:9px!important;
}

html.ac-dark .ac32-checkout .ac30-address-wrap{background:#151e2a!important;border-color:#2b374b!important}
html.ac-dark .ac32-checkout .ac30-address-mount .form-row>label{background:#151e2a!important;color:#aab5c5!important}
html.ac-dark .ac32-checkout .ac30-address-mount input.input-text{background:#111821!important;border-color:#334055!important;color:#f5f7fb!important}
html.ac-dark .ac32-checkout .ac33-address-icon{background:#172440!important;border-color:#27416e!important;color:#79a1ff!important}
html.ac-dark .ac32-checkout .ac33-address-copy strong{color:#f6f8fb!important}

@media (max-width:700px){
  .ac32-checkout .ac33-address-head{grid-template-columns:38px minmax(0,1fr)!important}
  .ac32-checkout .ac33-address-note{display:none!important}
  .ac32-checkout .ac30-address-mount{grid-template-columns:1fr 1fr!important}
  .ac32-checkout .ac30-address-mount #billing_city_field,
  .ac32-checkout .ac30-address-mount #billing_address_1_field{grid-column:1/-1!important}
  .ac32-checkout .ac30-address-mount #billing_house_field{grid-column:1/2!important}
  .ac32-checkout .ac30-address-mount #billing_entrance_field{grid-column:2/3!important}
  .ac32-checkout .ac30-address-mount #billing_apartment_field{grid-column:1/-1!important}
}
@media (max-width:440px){
  .ac32-checkout .ac30-address-mount{grid-template-columns:1fr!important}
  .ac32-checkout .ac30-address-mount #billing_house_field,
  .ac32-checkout .ac30-address-mount #billing_entrance_field,
  .ac32-checkout .ac30-address-mount #billing_apartment_field{grid-column:1!important}
}


/* v0.9.7 — premium checkout promo code */
.ac34-coupon{
  margin:16px 18px 18px;
  padding:15px;
  border:1px solid #dfe6f0;
  border-radius:16px;
  background:linear-gradient(180deg,#fbfcff 0%,#f7f9fd 100%);
}
.ac34-coupon-head{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;margin-bottom:12px}
.ac34-coupon-icon{width:38px;height:38px;border-radius:11px;background:#edf3ff;color:#2f66f5;display:grid;place-items:center;border:1px solid #dce7ff}
.ac34-coupon-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ac34-coupon-head>span:last-child{display:grid;gap:2px}
.ac34-coupon-head strong{font-size:12px;line-height:1.25;color:#172033;font-weight:700}
.ac34-coupon-head small{font-size:9px;line-height:1.45;color:#8390a6}
.ac34-coupon-field{height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:4px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.02);transition:border-color .2s,box-shadow .2s}
.ac34-coupon-field:focus-within{border-color:#7da1ff;box-shadow:0 0 0 3px rgba(47,102,245,.09)}
.ac34-coupon-field input{min-width:0!important;width:100%!important;height:34px!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0 10px!important;color:#172033!important;font-size:10px!important;font-weight:550!important}
.ac34-coupon-field input::placeholder{color:#a1adbf}
.ac34-coupon-submit{height:34px;border:0;border-radius:9px;background:#2f66f5;color:#fff;padding:0 10px 0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:9px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 5px 14px rgba(47,102,245,.18);transition:transform .18s,background .18s,box-shadow .18s}
.ac34-coupon-submit:hover{background:#2459dd;transform:translateY(-1px);box-shadow:0 7px 18px rgba(47,102,245,.23)}
.ac34-coupon-submit:disabled{opacity:.62;cursor:wait;transform:none}
.ac34-coupon-submit svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ac34-coupon-applied{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}
.ac34-coupon-applied:empty{display:none}
.ac34-coupon-chip{min-height:26px;padding:0 9px;border-radius:8px;background:#edf8f2;color:#168653;border:1px solid #d2eee0;display:inline-flex;align-items:center;gap:5px;font-size:9px}
.ac34-coupon-chip svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ac34-coupon-chip strong{font-size:9px;text-transform:uppercase;letter-spacing:.035em}
.ac34-coupon-message{margin-top:8px;padding:8px 9px;border-radius:9px;font-size:9px;line-height:1.45;background:#fff6f6;color:#b83a4a;border:1px solid #f0d9dd}
.ac34-coupon-message.is-success{background:#edf8f2;color:#168653;border-color:#d2eee0}
.ac34-coupon-message .woocommerce-error,.ac34-coupon-message .woocommerce-message,.ac34-coupon-message .woocommerce-info{margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important;list-style:none!important}
.ac34-coupon-message .woocommerce-error::before,.ac34-coupon-message .woocommerce-message::before,.ac34-coupon-message .woocommerce-info::before{display:none!important}
@media(max-width:760px){.ac34-coupon{margin:14px 0 0}.ac34-coupon-field{height:auto;grid-template-columns:1fr}.ac34-coupon-field input{height:40px!important}.ac34-coupon-submit{height:38px;width:100%}}

/* =========================================================
   v0.10.3 — Home / Header / Footer release hardening
   ========================================================= */

/* Homepage Builder must reorder the whole benefits section, never its naked grid. */
.ac27-benefits.ac27-benefits-section{
  display:block;
  width:100%;
  margin:14px 0 0;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:visible;
}
.ac27-benefits-section[hidden]{display:none!important}
.ac27-benefits.ac27-benefits-section>.ac26-container{
  display:block;
  min-height:0;
  padding:0;
  background:transparent;
}
.ac27-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  overflow:hidden;
  background:var(--ac27-line);
  border:1px solid var(--ac27-line);
  border-radius:16px;
}
.ac27-benefits-grid>div{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 18px;
  background:var(--ac27-surface);
}
.ac27-benefits-grid svg{
  width:23px;
  height:23px;
  flex:none;
  fill:none;
  stroke:#536177;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ac27-benefits-grid span{display:grid;gap:0}
.ac27-benefits-grid strong{font-size:11.5px;font-weight:680}

/* The mega menu fallback is a real category pictogram, not a blank placeholder. */
.ac27-mega-category-media .ac27-category-icon{
  width:31px;
  height:31px;
  fill:none;
  stroke:#8799b3;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform var(--ac27-mid) var(--ac27-ease),stroke var(--ac27-fast);
}
.ac27-mega-category:hover .ac27-category-icon{transform:scale(1.06);stroke:var(--ac27-accent)}

/* Home sections keep one predictable rhythm after Builder reordering. */
.home .ac27-main>.ac27-section,
.home .ac27-main>.ac27-benefits-section{scroll-margin-top:132px}
.home .ac27-main>.ac27-section:first-of-type{padding-top:58px}

/* Footer scales cleanly when Privacy / Terms are configured. */
.ac27-footer-links{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:28px 34px}
.ac27-footer-links a,.ac27-footer-links button{transition:color var(--ac27-fast),transform var(--ac27-fast)}
.ac27-footer-links a:hover,.ac27-footer-links button:hover{transform:translateX(2px)}
.ac27-footer-brand p{max-width:420px}

html.ac-dark .ac27-benefits-grid{background:var(--ac27-line);border-color:var(--ac27-line)}
html.ac-dark .ac27-benefits-grid>div{background:var(--ac27-surface)}
html.ac-dark .ac27-benefits-grid svg{stroke:#a9b8ce}

@media (max-width:980px){
  .ac27-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ac27-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:760px){
  .ac27-benefits.ac27-benefits-section{margin-top:10px}
  .ac27-benefits-grid{border-radius:15px}
  .ac27-benefits-grid>div{min-height:60px;padding:0 12px;gap:9px}
  .ac27-benefits-grid svg{width:20px;height:20px}
  .ac27-benefits-grid strong{font-size:10px}
  .home .ac27-main>.ac27-section,
  .home .ac27-main>.ac27-benefits-section{scroll-margin-top:80px}
}

@media (max-width:430px){
  .ac27-benefits-grid>div{padding:0 9px}
  .ac27-footer-links{grid-template-columns:1fr 1fr;gap:24px 18px}
}


/* v0.10.4 — catalog/search/product action finish */
.ac27-card-actions button{position:relative}
@media(hover:hover) and (pointer:fine){
  .ac27-card-actions button[data-ac-label]::after{
    content:attr(data-ac-label);
    position:absolute;
    right:calc(100% + 9px);
    top:50%;
    transform:translate(5px,-50%);
    padding:6px 8px;
    border-radius:8px;
    background:#172033;
    color:#fff;
    font-size:9px;
    line-height:1;
    font-weight:650;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
    box-shadow:0 8px 20px rgba(16,24,40,.13);
  }
  .ac27-card-actions button[data-ac-label]:hover::after,
  .ac27-card-actions button[data-ac-label]:focus-visible::after{opacity:1;visibility:visible;transform:translate(0,-50%)}
}
.ac-search-view-all{
  min-height:52px;
  margin-top:8px;
  padding:0 14px;
  border:1px solid #e0e6ef;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#1d2b42;
  background:#fff;
  font-size:11px;
  font-weight:680;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.ac-search-view-all:hover{border-color:#cbd9f1;background:#f7faff;transform:translateY(-1px);color:#245fe8}
.ac-search-view-all svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ac-search-result.is-keyboard-active{outline:2px solid rgba(45,108,246,.26);outline-offset:-2px;background:#f4f8ff!important}
.ac-wishlist-remove svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.ac-qv-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:8px 0 0}
.ac-qv-meta .ac-qv-stock{margin:0!important}
.ac-qv-code{font-size:9px;color:#8792a5;font-weight:600;letter-spacing:.01em}


/* =========================================================
   v0.11.0 — Product + cart finalization
   ========================================================= */
.ac40-gallery-stage{position:relative;min-width:0}
.ac40-gallery-stage .ac26-gallery-main{height:100%}
.ac40-product-sale{position:absolute;left:18px;top:18px;z-index:5;display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border-radius:9px;background:#101522;color:#fff;font-size:10px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 8px 20px rgba(16,21,34,.12)}
.ac40-gallery-arrow{position:absolute;z-index:5;top:50%;width:42px;height:42px;margin-top:-21px;border:1px solid rgba(205,215,229,.88);border-radius:13px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(24,39,66,.08);display:grid;place-items:center;color:#26354e;cursor:pointer;opacity:0;transition:opacity .2s ease,transform .2s ease,background .2s ease}
.ac40-gallery-stage:hover .ac40-gallery-arrow,.ac40-gallery-arrow:focus-visible{opacity:1}
.ac40-gallery-arrow:hover{background:#fff;transform:translateY(-1px)}
.ac40-gallery-arrow.is-prev{left:14px}.ac40-gallery-arrow.is-next{right:14px}
.ac40-gallery-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ac40-gallery-counter{position:absolute;right:16px;bottom:16px;z-index:5;min-width:52px;height:30px;padding:0 9px;border:1px solid rgba(210,218,229,.88);border-radius:10px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:650;color:#56657d;box-shadow:0 6px 18px rgba(24,39,66,.07)}
.ac40-product-heading{padding:4px 2px 0}
.ac40-product-heading .ac26-product-short p:last-child{margin-bottom:0}
.ac40-purchase-box .woocommerce-variation-add-to-cart,.ac40-purchase-box .woocommerce-variation{width:100%}
.ac40-purchase-box .woocommerce-variation{padding:0 0 10px;margin:0!important}
.ac40-purchase-box .woocommerce-variation-description{font-size:11px;line-height:1.55;color:var(--ac27-muted)}
.ac40-purchase-box .woocommerce-variation-price{font-size:20px;font-weight:700;color:var(--ac27-ink);margin:4px 0 10px}
.ac40-purchase-box .reset_variations{display:inline-flex!important;margin-top:3px!important;font-size:10px!important;color:var(--ac27-muted)!important;text-decoration:none!important}
.ac40-purchase-box table.variations{display:grid!important;gap:10px!important;margin-bottom:14px!important}
.ac40-purchase-box table.variations tbody,.ac40-purchase-box table.variations tr{display:grid!important;gap:5px!important;width:100%!important}
.ac40-purchase-box table.variations label{font-size:11px!important;font-weight:650!important;color:var(--ac27-ink)!important}
.ac40-purchase-box table.variations select{height:48px!important;border-radius:12px!important;border:1px solid var(--ac27-line)!important;background:#fff!important;padding:0 38px 0 13px!important;font-size:12px!important;color:var(--ac27-ink)!important;box-shadow:none!important}
.ac40-purchase-box .stock.out-of-stock{margin:0!important;padding:12px 14px;border-radius:12px;background:#fff3f4;color:#bd3444;font-size:11px;font-weight:650}
.ac40-purchase-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border:0!important;margin-top:12px!important}
.ac40-purchase-assurance>div{display:grid!important;grid-template-columns:36px 1fr!important;align-items:start;gap:9px!important;border:1px solid var(--ac27-line)!important;border-radius:14px!important;padding:12px!important;background:var(--ac27-surface)}
.ac40-assurance-icon{width:34px;height:34px;border-radius:10px;background:#f1f5fb;display:grid;place-items:center;color:#3b6fca!important;font-size:0!important}
.ac40-assurance-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.ac40-purchase-assurance p{align-self:center}.ac40-purchase-assurance strong{font-size:10px!important}.ac40-purchase-assurance small{font-size:8px!important;line-height:1.4}
.ac26-product-tabpanels .woocommerce-product-attributes{width:100%;max-width:900px}
.ac26-product-tabpanels .woocommerce-product-attributes th{width:38%;font-weight:600!important;color:var(--ac27-ink)!important}
.ac26-product-tabpanels .woocommerce-product-attributes td{color:var(--ac27-muted)!important}
.ac26-related .ac27-product-grid{margin-top:4px!important}

/* Cart */
.ac40-cart-page .ac26-cart-head{align-items:flex-end}
.ac40-cart-page .ac26-cart-head p{margin:8px 0 0;color:var(--ac27-muted);font-size:11px}
.ac40-cart-page .ac26-cart-head>a{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 13px;border:1px solid var(--ac27-line);border-radius:11px;background:#fff;color:var(--ac27-ink);font-weight:650;text-decoration:none}
.ac40-cart-page .ac26-cart-layout{grid-template-columns:minmax(0,1fr) 350px!important;gap:22px!important}
.ac40-cart-page .ac26-cart-items{border-radius:20px!important;padding:0 20px!important;background:var(--ac27-surface)!important}
.ac40-cart-page .ac26-cart-item{grid-template-columns:104px minmax(0,1fr) 116px 120px 44px!important;gap:16px!important;padding:20px 0!important;position:relative}
.ac40-cart-page .ac26-cart-item-image{width:104px!important;height:104px!important;border-radius:14px!important;background:linear-gradient(145deg,#f5f7fa,#eef2f6)!important;padding:9px!important;display:grid;place-items:center;overflow:hidden}
.ac40-cart-page .ac26-cart-item-image img{max-width:100%;max-height:100%;object-fit:contain;margin:auto}
.ac40-cart-page .ac26-cart-item-copy>small{font-size:9px!important;font-weight:700;color:var(--ac27-accent)!important}
.ac40-cart-page .ac26-cart-item-copy strong{font-size:13px!important;line-height:1.35!important;font-weight:650!important;color:var(--ac27-ink)!important}
.ac40-cart-page .ac26-cart-item-copy>span{font-size:9px!important}
.ac40-cart-page .ac26-cart-quantity{height:40px!important;border-radius:11px!important;background:#fff!important}
.ac40-cart-page .ac26-cart-quantity button{font-size:17px;color:#52637d}
.ac40-cart-page .ac26-cart-line-total{display:grid;gap:4px;justify-items:end;font-size:13px!important;font-weight:700;color:var(--ac27-ink)}
.ac40-cart-page .ac26-cart-line-total small{font-size:8px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:var(--ac27-muted)}
.ac40-cart-page .ac26-cart-remove{width:38px;height:38px;border:1px solid var(--ac27-line)!important;border-radius:11px!important;background:#fff!important;color:#78879b!important;display:grid!important;place-items:center!important;padding:0!important;cursor:pointer}
.ac40-cart-page .ac26-cart-remove:hover{color:#ce4151!important;border-color:#f0c9cf!important;background:#fff7f8!important}
.ac40-cart-page .ac26-cart-remove svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ac40-cart-page .ac26-cart-remove span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.ac40-cart-summary{position:sticky!important;top:146px!important;border-radius:20px!important;padding:22px!important;box-shadow:0 18px 46px rgba(16,24,40,.06)!important}
.admin-bar .ac40-cart-summary{top:178px!important}
.ac40-cart-summary h2{font-size:24px!important;letter-spacing:-.04em!important;margin:7px 0 18px!important}
.ac40-cart-summary .ac26-summary-row{min-height:42px!important;padding:0!important;border-bottom:1px solid var(--ac27-line)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:11px!important}
.ac40-summary-muted{font-size:9px!important;font-weight:550!important;color:var(--ac27-muted)!important;text-align:right;max-width:150px}
.ac40-applied-coupon{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px;margin:8px 0;padding:0 10px;border:1px solid #cfe8dc;border-radius:11px;background:#f3fbf7;color:#287d59;font-size:10px;font-weight:650}
.ac40-applied-coupon span{display:flex;align-items:center;gap:7px}.ac40-applied-coupon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6}.ac40-applied-coupon button{border:0;background:transparent;color:currentColor;font-size:18px;cursor:pointer}
.ac40-cart-coupon{display:grid!important;gap:8px!important;margin:14px 0!important;padding:14px!important;border:1px solid var(--ac27-line)!important;border-radius:14px!important;background:#f8fafc!important}
.ac40-cart-coupon label{font-size:10px;font-weight:650;color:var(--ac27-ink)}
.ac40-cart-coupon>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}
.ac40-cart-coupon input{height:42px!important;min-width:0!important;border:1px solid var(--ac27-line)!important;border-radius:10px!important;background:#fff!important;padding:0 11px!important;font-size:11px!important;color:var(--ac27-ink)!important;box-shadow:none!important}
.ac40-cart-coupon button{height:42px!important;border:0!important;border-radius:10px!important;background:#eaf1ff!important;color:#2764d6!important;padding:0 13px!important;font-size:10px!important;font-weight:700!important;cursor:pointer}
.ac40-cart-coupon p{min-height:0;margin:0;font-size:9px;color:#38815f}.ac40-cart-coupon p:empty{display:none}.ac40-cart-coupon p.is-error{color:#c44554}
.ac40-cart-summary .ac26-summary-total{margin-top:12px!important;padding-top:14px!important;border-top:1px solid var(--ac27-line)!important}
.ac40-cart-summary .ac26-summary-total strong{font-size:22px!important;color:var(--ac27-accent)!important}
.ac40-cart-summary>.ac26-button{min-height:50px!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin-top:14px!important}
.ac40-cart-secure{display:flex;align-items:center;justify-content:center;gap:7px;margin:11px 0 0;font-size:8px;color:var(--ac27-muted);text-align:center}.ac40-cart-secure svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.6}
.ac26-cart-item.ac26-is-updating,.ac26-mini-item.ac26-is-updating{opacity:.5;pointer-events:none;transition:opacity .18s ease}

/* Mini cart */
.ac40-mini-headline{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 20px;border-bottom:1px solid var(--ac27-line);font-size:9px;color:var(--ac27-muted)}
.ac40-mini-headline strong{font-size:12px;color:var(--ac27-ink)}
.ac40-mini-cart .ac26-mini-item{grid-template-columns:82px minmax(0,1fr) 30px!important;padding:14px 0!important}
.ac40-mini-cart .ac26-mini-image{width:82px!important;height:82px!important;border-radius:13px!important;background:linear-gradient(145deg,#f6f8fb,#edf2f7)!important;padding:7px!important;display:grid;place-items:center}
.ac40-mini-cart .ac26-mini-copy strong{font-size:11px!important;font-weight:650!important}
.ac40-mini-cart .ac26-mini-remove{display:grid;place-items:center;border-radius:9px!important}.ac40-mini-cart .ac26-mini-remove svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}
.ac40-mini-qty{width:94px;height:30px;margin-top:4px;display:grid;grid-template-columns:28px 1fr 28px;border:1px solid var(--ac27-line);border-radius:9px;overflow:hidden;background:#fff}
.ac40-mini-qty button{border:0;background:transparent;color:#53647c;cursor:pointer}.ac40-mini-qty input{min-width:0!important;width:100%!important;border:0!important;background:transparent!important;text-align:center!important;font-size:10px!important;padding:0!important;box-shadow:none!important;-moz-appearance:textfield}.ac40-mini-qty input::-webkit-inner-spin-button{display:none}
.ac40-mini-cart .ac26-mini-summary{padding:17px 20px 20px!important;background:#fff}
.ac40-mini-cart .ac26-mini-summary .ac26-button{min-height:48px;border-radius:12px}
.ac40-mini-empty{max-width:330px!important}.ac40-empty-cart-icon{width:62px;height:62px;border-radius:19px;background:#f1f5fb;display:grid;place-items:center;color:#5c78a8;margin:0 auto 18px}.ac40-empty-cart-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}

/* Empty cart */
.ac40-cart-empty-page{max-width:none!important;min-height:390px!important;margin:0!important}
.ac40-cart-empty-page>p{max-width:520px!important;font-size:12px!important;line-height:1.65!important;margin:4px 0 20px!important}
.ac40-cart-empty-page>.ac26-button{min-height:48px;padding:0 20px;border-radius:12px;display:inline-flex;align-items:center;gap:10px}
.ac40-empty-recommendations{padding:48px 0 20px!important}
.ac40-empty-recommendations .ac26-section-heading{margin-bottom:18px!important}

@media(max-width:980px){
  .ac40-purchase-assurance{grid-template-columns:1fr!important}
  .ac40-cart-page .ac26-cart-layout{grid-template-columns:1fr!important}
  .ac40-cart-summary{position:relative!important;top:auto!important}
  .ac40-cart-page .ac26-cart-item{grid-template-columns:90px minmax(0,1fr) 110px!important}
  .ac40-cart-page .ac26-cart-item-image{width:90px!important;height:90px!important}
  .ac40-cart-page .ac26-cart-line-total{grid-column:3;grid-row:1;align-self:center}
  .ac40-cart-page .ac26-cart-remove{grid-column:3;grid-row:2;justify-self:end}
  .ac40-cart-page .ac26-cart-quantity{grid-column:2;grid-row:2;width:110px}
}
@media(max-width:680px){
  .ac40-gallery-arrow{opacity:1;width:38px;height:38px;margin-top:-19px}.ac40-gallery-arrow.is-prev{left:10px}.ac40-gallery-arrow.is-next{right:10px}.ac40-gallery-counter{right:10px;bottom:10px}
  .ac40-product-sale{left:11px;top:11px}
  .ac40-cart-page .ac26-cart-head{align-items:flex-start!important;gap:14px!important}.ac40-cart-page .ac26-cart-head>a{height:36px;padding-inline:10px}
  .ac40-cart-page .ac26-cart-items{padding:0 14px!important}
  .ac40-cart-page .ac26-cart-item{grid-template-columns:76px minmax(0,1fr) 36px!important;gap:10px!important;padding:16px 0!important;align-items:start!important}
  .ac40-cart-page .ac26-cart-item-image{width:76px!important;height:76px!important;grid-row:1/3}
  .ac40-cart-page .ac26-cart-item-copy{grid-column:2;grid-row:1}.ac40-cart-page .ac26-cart-item-copy strong{font-size:12px!important}
  .ac40-cart-page .ac26-cart-remove{grid-column:3;grid-row:1;width:34px;height:34px}
  .ac40-cart-page .ac26-cart-quantity{grid-column:2;grid-row:2;width:104px;height:36px!important;margin-top:4px}
  .ac40-cart-page .ac26-cart-line-total{grid-column:3;grid-row:2;justify-items:end;align-self:center}.ac40-cart-page .ac26-cart-line-total small{display:none}
  .ac40-cart-summary{padding:18px!important;border-radius:18px!important}
  .ac40-empty-recommendations .ac27-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ac40-mini-cart .ac26-mini-item{grid-template-columns:72px minmax(0,1fr) 28px!important}.ac40-mini-cart .ac26-mini-image{width:72px!important;height:72px!important}
}

.ac40-purchase-box form.cart .quantity{display:grid!important;grid-template-columns:36px minmax(38px,1fr) 36px!important;width:116px!important;height:48px!important;align-items:stretch!important}
.ac40-purchase-box form.cart .quantity input.qty{grid-column:2!important;width:100%!important;height:100%!important;-moz-appearance:textfield}
.ac40-purchase-box form.cart .quantity input.qty::-webkit-inner-spin-button{display:none}
.ac40-pdp-qty-step{border:0;background:transparent;color:#4e607a;font-size:17px;cursor:pointer;padding:0;display:grid;place-items:center}
.ac40-pdp-qty-step:hover{background:#f4f7fb;color:var(--ac27-accent)}
.ac40-purchase-box .single_add_to_cart_button.is-loading{position:relative;color:transparent!important;pointer-events:none}
.ac40-purchase-box .single_add_to_cart_button.is-loading::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:ac40-spin .7s linear infinite}
@keyframes ac40-spin{to{transform:rotate(360deg)}}
