/* =====================================================================
   ALATI SN — Premium eCommerce layer (additive, production-safe)
   Loaded AFTER style.css. Authored by hand (no build step required).
   Brand: primary yellow (--primary-color #F6C400) + industrial near-black.
   Scope: mostly .alatisn-* classes to avoid collisions.
   ===================================================================== */
:root{
  --as-yellow: var(--primary-color, #F6C400);
  --as-yellow-600:#e6b800;
  --as-yellow-700:#cc9f00;
  --as-ink:#111827;
  --as-ink-2:#1f2937;
  --as-gray-700:#374151;
  --as-gray-600:#4b5563;
  --as-gray-500:#6b7280;
  --as-gray-400:#9ca3af;
  --as-gray-300:#d1d5db;
  --as-gray-200:#e5e7eb;
  --as-gray-100:#f3f4f6;
  --as-bg:#f5f6f8;
  --as-white:#ffffff;
  --as-success:#16a34a;
  --as-success-bg:#ecfdf3;
  --as-danger:#dc2626;
  --as-danger-bg:#fef2f2;
  --as-radius:12px;
  --as-radius-sm:8px;
  --as-radius-pill:999px;
  --as-shadow-sm:0 1px 2px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.08);
  --as-shadow-md:0 6px 16px rgba(16,24,40,.08);
  --as-shadow-lg:0 16px 38px rgba(16,24,40,.14);
  --as-focus:0 0 0 3px rgba(246,196,0,.45);
}

/* ---------- Base / typography helpers (light touch) ---------- */
.alatisn-section{padding-block:clamp(28px,4vw,56px)}
.alatisn-section-tight{padding-block:clamp(18px,2.5vw,32px)}
.alatisn-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}
.alatisn-section-head h2,.alatisn-section-head .h2{font-size:clamp(20px,2.4vw,28px);font-weight:800;color:var(--as-ink);margin:0;letter-spacing:-.01em;line-height:1.2}
.alatisn-section-head .as-sub{color:var(--as-gray-500);font-size:14px;margin-top:4px}
.alatisn-section-head .as-seeall{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--as-ink);white-space:nowrap;font-size:14px;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .15s,color .15s}
.alatisn-section-head .as-seeall:hover{color:var(--as-yellow-700);border-color:var(--as-yellow)}
.alatisn-title-accent{position:relative;padding-left:14px}
.alatisn-title-accent::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:5px;border-radius:4px;background:var(--as-yellow)}

/* ---------- Buttons (premium CTA) ---------- */
.as-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:15px;line-height:1;border-radius:var(--as-radius-sm);padding:13px 22px;border:2px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .15s,background .15s,color .15s;text-decoration:none;white-space:nowrap}
.as-btn:focus-visible{outline:none;box-shadow:var(--as-focus)}
.as-btn-primary{background:var(--as-yellow);color:var(--as-ink);box-shadow:0 2px 0 var(--as-yellow-700)}
.as-btn-primary:hover{background:var(--as-yellow-600);color:var(--as-ink);transform:translateY(-1px)}
.as-btn-dark{background:var(--as-ink);color:#fff}
.as-btn-dark:hover{background:#000;color:var(--as-yellow);transform:translateY(-1px)}
.as-btn-outline{background:#fff;color:var(--as-ink);border-color:var(--as-gray-300)}
.as-btn-outline:hover{border-color:var(--as-ink);color:var(--as-ink)}
.as-btn-block{width:100%}
/* Make the theme legacy brand button match new system */
.btn-brand-1{background:var(--as-yellow)!important;color:var(--as-ink)!important;border-color:var(--as-yellow)!important;font-weight:700}
.btn-brand-1:hover{background:var(--as-yellow-600)!important;color:var(--as-ink)!important}

/* =====================================================================
   HEADER
   ===================================================================== */
/* keep header above content; fix the legacy 40px sticky gap for guests */
body:not(.show-admin-bar) header.sticky-bar.stick{top:0}
.alatisn-header-wrap{position:relative;z-index:1001}

/* ---- Top info bar ---- */
.alatisn-topbar{background:var(--as-ink);color:#e5e7eb;font-size:13px}
.alatisn-topbar a{color:#e5e7eb;text-decoration:none}
.alatisn-topbar a:hover{color:var(--as-yellow)}
.alatisn-topbar .container{display:flex;align-items:center;gap:18px;min-height:40px;flex-wrap:wrap}
.alatisn-topbar-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.alatisn-topbar-right{display:flex;align-items:center;gap:16px;margin-left:auto}
.alatisn-tb-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.alatisn-tb-item svg{width:16px;height:16px;color:var(--as-yellow);flex:none}
.alatisn-tb-item strong{color:#fff;font-weight:700}
.alatisn-topbar .alatisn-tb-sep{width:1px;height:16px;background:rgba(255,255,255,.16)}
@media (max-width:991.98px){.alatisn-topbar{display:none}}

/* ---- Main header ---- */
.alatisn-mainbar{background:#fff}
.alatisn-mainbar .container{display:flex;align-items:center;gap:22px;min-height:78px;padding-block:12px}
.alatisn-logo{flex:none;display:flex;align-items:center}
.alatisn-logo img{max-height:50px;width:auto;display:block}
@media (max-width:575.98px){.alatisn-logo img{max-height:38px}}

/* ---- Search (dominant) ---- */
.alatisn-search{flex:1 1 auto;max-width:608px;position:relative}
.alatisn-search .form-autocomplete-search{margin:0}
.alatisn-search-shell{display:flex;align-items:stretch;background:#fff;border:2px solid var(--as-ink);border-radius:var(--as-radius-sm);overflow:hidden;transition:box-shadow .15s}
.alatisn-search-shell:focus-within{box-shadow:var(--as-focus)}
.alatisn-search-cat{flex:none;max-width:190px;border:0;background:var(--as-gray-100);color:var(--as-ink);font-size:14px;font-weight:600;padding:0 14px;cursor:pointer;border-right:1px solid var(--as-gray-200)}
.alatisn-search-cat:focus{outline:none}
.alatisn-search input.autocomplete-search{flex:1 1 auto;border:0;height:48px;padding:0 16px;font-size:15px;color:var(--as-ink);background:#fff;width:100%}
.alatisn-search input.autocomplete-search:focus{outline:none}
.alatisn-search-btn{flex:none;border:0;background:var(--as-yellow);color:var(--as-ink);padding:0 22px;display:inline-flex;align-items:center;gap:8px;font-weight:700;cursor:pointer;transition:background .15s}
.alatisn-search-btn:hover{background:var(--as-yellow-600)}
.alatisn-search-btn svg{width:20px;height:20px}
.alatisn-search-btn .as-btn-label{font-size:15px}
/* autocomplete results dropdown */
.alatisn-search .search-results{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius-sm);box-shadow:var(--as-shadow-lg);z-index:60;overflow:hidden}
.alatisn-search .search-results:empty{display:none}
.alatisn-search .search-message{position:absolute;left:2px}
@media (max-width:575.98px){.alatisn-search-btn .as-btn-label{display:none}.alatisn-search-cat{display:none}}

/* ---- Header actions (account / wishlist / compare / cart) ---- */
.alatisn-actions{flex:none;display:flex;align-items:center;gap:6px;margin-left:auto}
.alatisn-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:62px;padding:6px 8px;border-radius:var(--as-radius-sm);color:var(--as-ink);text-decoration:none;position:relative;transition:background .15s,color .15s}
.alatisn-action:hover{background:var(--as-gray-100);color:var(--as-ink)}
.alatisn-action svg{width:24px;height:24px;stroke-width:1.6}
.alatisn-action .as-action-label{font-size:11.5px;font-weight:600;color:var(--as-gray-600);line-height:1}
.alatisn-action .as-count{position:absolute;top:0;right:8px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--as-danger);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}
.alatisn-action-cart{background:var(--as-yellow);min-width:108px;flex-direction:row;gap:9px;padding:11px 16px}
.alatisn-action-cart:hover{background:var(--as-yellow-600)}
.alatisn-action-cart svg{width:24px;height:24px;color:var(--as-ink)}
.alatisn-action-cart .as-cart-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}
.alatisn-action-cart .as-cart-text small{font-size:11px;color:var(--as-ink-2);font-weight:600}
.alatisn-action-cart .as-cart-text b{font-size:14px;color:var(--as-ink);font-weight:800}
.alatisn-action-cart .as-count{position:static;background:var(--as-ink);color:var(--as-yellow)}
@media (max-width:1199.98px){.alatisn-action span.as-action-label{display:none}.alatisn-action{min-width:44px}}
@media (max-width:575.98px){.alatisn-action-cart{min-width:auto;padding:9px 11px}.alatisn-action-cart .as-cart-text{display:none}}

/* ---- Category navigation bar + mega dropdown ---- */
.alatisn-catnav{background:#fff;border-top:1px solid var(--as-gray-200);border-bottom:1px solid var(--as-gray-200)}
.alatisn-catnav .container{display:flex;align-items:center;gap:8px;min-height:50px;position:relative}
.alatisn-allcat{position:relative;flex:none}
.alatisn-allcat .categories-button-active{display:inline-flex;align-items:center;gap:10px;background:var(--as-ink);color:#fff;font-weight:700;font-size:14px;padding:11px 18px;border-radius:var(--as-radius-sm);cursor:pointer;border:0;user-select:none}
.alatisn-allcat .categories-button-active svg{width:18px;height:18px}
.alatisn-allcat .categories-button-active:hover{background:#000}
.alatisn-allcat .categories-dropdown-active-large{position:absolute;left:0;top:calc(100% + 8px);width:320px;background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);box-shadow:var(--as-shadow-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s,transform .18s,visibility .18s;z-index:70;max-height:74vh;overflow:auto}
.alatisn-allcat .categories-dropdown-active-large.open{opacity:1;visibility:visible;transform:translateY(0)}
.alatisn-mega-cats:hover .categories-dropdown-active-large,.alatisn-mega-cats:focus-within .categories-dropdown-active-large{opacity:1;visibility:visible;transform:translateY(0)}
.alatisn-mega-cats .categories-button-active{height:42px;background:var(--as-ink);box-shadow:0 2px 0 rgba(0,0,0,.2)}
.alatisn-mega-cats .categories-button-active:hover,.alatisn-mega-cats:focus-within .categories-button-active{background:#000;color:var(--as-yellow)}
.alatisn-mega-cats .alatisn-mega-cats-panel{width:min(930px,calc(100vw - 32px));max-height:none;overflow:visible;padding:12px;border-radius:16px;z-index:95}
.alatisn-mega-cats-list{position:relative;width:310px;min-height:404px;display:grid;align-content:start;gap:5px;padding:0 12px 0 0;border-right:1px solid var(--as-gray-200)}
.alatisn-mega-cat-group{position:static}.alatisn-mega-cat-parent{display:flex;align-items:center;gap:11px;min-width:0;padding:9px 10px;border-radius:11px;color:var(--as-ink-2);font-size:13.5px;font-weight:800;text-decoration:none;border:1px solid transparent;transition:background .14s,border-color .14s,color .14s}.alatisn-mega-cat-parent:hover{background:rgba(246,196,0,.14);border-color:rgba(246,196,0,.38);color:var(--as-ink)}.alatisn-mega-cat-parent .as-cat-ic{width:32px;height:32px}.alatisn-mega-cat-parent>span:not(.as-cat-ic){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alatisn-mega-cat-parent small{margin-left:auto;flex:none;border-radius:999px;background:var(--as-gray-100);color:var(--as-gray-500);font-size:11px;font-weight:900;padding:3px 7px}.alatisn-mega-cat-parent:hover small{background:var(--as-yellow);color:var(--as-ink)}
.alatisn-mega-subcats{position:absolute;left:325px;right:0;top:0;bottom:0;opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .14s,transform .14s,visibility .14s;padding:4px 4px 4px 16px;overflow:auto}.alatisn-mega-cat-group:first-child .alatisn-mega-subcats{opacity:1;visibility:visible;transform:translateX(0)}.alatisn-mega-cats-list:hover .alatisn-mega-cat-group:first-child .alatisn-mega-subcats{opacity:0;visibility:hidden;transform:translateX(8px)}.alatisn-mega-cats-list .alatisn-mega-cat-group:hover .alatisn-mega-subcats{opacity:1!important;visibility:visible!important;transform:translateX(0)!important}.alatisn-mega-subcats-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.alatisn-mega-subcats-head strong{color:var(--as-ink);font-size:18px;font-weight:900;letter-spacing:-.01em}.alatisn-mega-subcats-head a{display:inline-flex;color:var(--as-yellow-700);font-size:13px;font-weight:900;text-decoration:none}.alatisn-mega-subcats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.alatisn-mega-subcats-grid a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:11px 12px;border:1px solid var(--as-gray-200);border-radius:12px;background:#fff;color:var(--as-gray-700);text-decoration:none;font-size:13.5px;font-weight:750;transition:background .14s,border-color .14s,color .14s,transform .14s}.alatisn-mega-subcats-grid a:hover{background:var(--as-gray-100);border-color:var(--as-yellow);color:var(--as-ink);transform:translateY(-1px)}.alatisn-mega-subcats-grid a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alatisn-mega-subcats-grid a small{flex:none;border-radius:999px;background:rgba(246,196,0,.16);color:var(--as-yellow-700);font-size:11px;font-weight:900;padding:3px 7px}.alatisn-mega-subcats-empty{display:flex;align-items:center;justify-content:center;min-height:220px;border:1px dashed var(--as-gray-300);border-radius:14px;background:var(--as-gray-100);color:var(--as-gray-500);font-weight:800}
.alatisn-cat-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--as-radius-sm);color:var(--as-ink-2);text-decoration:none;font-size:14px;font-weight:600;transition:background .14s,color .14s}
.alatisn-cat-link:hover{background:var(--as-gray-100);color:var(--as-ink)}
.alatisn-cat-link .as-cat-ic{flex:none;width:34px;height:34px;border-radius:8px;background:var(--as-gray-100);display:inline-flex;align-items:center;justify-content:center;color:var(--as-yellow-700)}
.alatisn-cat-link .as-cat-ic svg{width:19px;height:19px}
.alatisn-cat-link .as-cat-count{margin-left:auto;font-size:12px;color:var(--as-gray-400);font-weight:600}

/* Inline horizontal menu (renders Menu location main-menu) */
.alatisn-catnav .nav-main-menu{flex:1 1 auto;min-width:0}
.alatisn-catnav .main-menu{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0;flex-wrap:wrap;overflow:visible}
.alatisn-catnav .main-menu>li{position:relative}
.alatisn-catnav .main-menu>li>a{display:inline-flex;align-items:center;gap:6px;padding:13px 14px;color:var(--as-gray-700);font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap;border-bottom:3px solid transparent;transition:color .14s,border-color .14s}
.alatisn-catnav .main-menu>li>a:hover{color:var(--as-ink);border-color:var(--as-yellow)}
.alatisn-catnav .main-menu>li.active>a{color:var(--as-ink);border-color:var(--as-yellow)}
.alatisn-catnav .main-menu .menu-icon-image{width:18px;height:18px;object-fit:contain}
.alatisn-catnav .main-menu li .sub-menu{position:absolute;left:0;top:100%;min-width:240px;background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius-sm);box-shadow:var(--as-shadow-lg);padding:8px;margin:0;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s,transform .16s,visibility .16s;z-index:70}
.alatisn-catnav .main-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.alatisn-catnav .main-menu .sub-menu li a{display:block;padding:9px 12px;border-radius:6px;color:var(--as-gray-700);font-size:13.5px;font-weight:600;text-decoration:none;white-space:nowrap}
.alatisn-catnav .main-menu .sub-menu li a:hover{background:var(--as-gray-100);color:var(--as-ink)}
.alatisn-catnav .main-menu .sub-menu .sub-menu{left:100%;top:-8px}
.alatisn-catnav-extra{flex:none;margin-left:auto;display:flex;align-items:center;gap:14px}
.alatisn-catnav-extra a{display:inline-flex;align-items:center;gap:7px;color:var(--as-ink);font-weight:700;font-size:13.5px;text-decoration:none;white-space:nowrap}
.alatisn-catnav-extra a svg{width:17px;height:17px;color:var(--as-yellow-700)}
.alatisn-category-strip{background:#f8fafc;border-bottom:1px solid var(--as-gray-200)}
.alatisn-category-strip .container{display:flex;align-items:center;gap:8px;min-height:44px}
.alatisn-category-strip .alatisn-allcat .categories-button-active{padding:8px 13px;font-size:13px;background:var(--as-gray-100);color:var(--as-ink);border:1px solid var(--as-gray-200)}
.alatisn-category-strip .alatisn-allcat .categories-button-active:hover{background:var(--as-yellow);border-color:var(--as-yellow);color:var(--as-ink)}
.alatisn-category-strip .alatisn-allcat .categories-button-active svg{width:16px;height:16px}
.alatisn-category-strip .alatisn-catnav-quick a{padding:9px 11px;font-size:13px;border-bottom-width:2px}
@media (max-width:991.98px){.alatisn-catnav,.alatisn-category-strip{display:none}}

/* ---- Mobile header ---- */
.alatisn-mobile-bar{display:none}
@media (max-width:991.98px){
  .alatisn-mainbar .container{flex-wrap:wrap;gap:12px;min-height:auto;padding-block:10px}
  .alatisn-mainbar .alatisn-search{order:3;flex-basis:100%;max-width:100%}
  .alatisn-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--as-radius-sm);background:var(--as-gray-100);color:var(--as-ink);border:0}
  .alatisn-mobile-toggle .burger-icon{position:static!important;display:inline-block;width:24px;height:18px}
  .alatisn-actions{gap:2px}
}
@media (min-width:992px){.alatisn-mobile-only{display:none!important}}

/* =====================================================================
   TRUST STRIP (reused on home + product)
   ===================================================================== */
.alatisn-trust{background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);box-shadow:var(--as-shadow-sm)}
.alatisn-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.alatisn-trust-item{display:flex;align-items:center;gap:13px;padding:18px 20px;border-right:1px solid var(--as-gray-200)}
.alatisn-trust-item:last-child{border-right:0}
.alatisn-trust-ic{flex:none;width:42px;height:42px;border-radius:10px;background:rgba(246,196,0,.15);display:inline-flex;align-items:center;justify-content:center;color:var(--as-yellow-700)}
.alatisn-trust-ic svg{width:23px;height:23px}
.alatisn-trust-txt b{display:block;font-size:14px;font-weight:800;color:var(--as-ink);line-height:1.2}
.alatisn-trust-txt span{display:block;font-size:12.5px;color:var(--as-gray-500);margin-top:2px}
@media (max-width:991.98px){.alatisn-trust-grid{grid-template-columns:repeat(2,1fr)}.alatisn-trust-item:nth-child(2){border-right:0}.alatisn-trust-item{border-bottom:1px solid var(--as-gray-200)}.alatisn-trust-item:last-child{border-bottom:0}}
@media (max-width:575.98px){.alatisn-trust-item{padding:14px}.alatisn-trust-ic{width:36px;height:36px}}

/* =====================================================================
   HOMEPAGE
   ===================================================================== */
.alatisn-home{background:var(--as-bg)}
.alatisn-home .container{max-width:1320px}

/* ---- Hero ---- */
.alatisn-hero{display:grid;grid-template-columns:1fr;gap:18px;padding-top:24px}
.alatisn-hero-main{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(120deg,#0b1220 0%,#1f2937 55%,#374151 100%);color:#fff;min-height:340px;display:flex;align-items:center}
.alatisn-hero-main::after{content:"";position:absolute;inset:0;background:radial-gradient(900px 380px at 88% 20%,rgba(246,196,0,.22),transparent 60%);pointer-events:none}
.alatisn-hero-inner{position:relative;z-index:2;padding:clamp(24px,4vw,52px);max-width:620px}
.alatisn-hero .as-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(246,196,0,.16);color:var(--as-yellow);font-weight:800;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;padding:7px 13px;border-radius:999px;margin-bottom:16px}
.alatisn-hero h1{font-size:clamp(26px,3.6vw,44px);line-height:1.1;font-weight:800;letter-spacing:-.02em;margin:0 0 14px}
.alatisn-hero h1 .as-hl{color:var(--as-yellow)}
.alatisn-hero p{font-size:clamp(14px,1.4vw,17px);color:#cbd5e1;margin:0 0 24px;max-width:520px}
.alatisn-hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.alatisn-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.alatisn-promo{position:relative;border-radius:16px;overflow:hidden;padding:24px;display:flex;flex-direction:column;justify-content:center;min-height:160px;color:var(--as-ink)}
.alatisn-promo-yellow{background:linear-gradient(135deg,var(--as-yellow) 0%,#ffd84d 100%)}
.alatisn-promo-dark{background:linear-gradient(135deg,#1f2937,#111827);color:#fff}
.alatisn-promo small{font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:12px;opacity:.8}
.alatisn-promo b{font-size:clamp(18px,2vw,23px);font-weight:800;line-height:1.15;margin:6px 0 12px;display:block}
.alatisn-promo .as-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:13.5px;color:inherit;text-decoration:none}
.alatisn-promo-dark .as-link{color:var(--as-yellow)}
@media (min-width:992px){.alatisn-hero{grid-template-columns:2fr 1fr}.alatisn-hero-main{min-height:420px}}

/* ---- Category showcase grid ---- */
.alatisn-cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.alatisn-cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:18px 12px;background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);text-decoration:none;color:var(--as-ink);transition:transform .14s,box-shadow .15s,border-color .15s}
.alatisn-cat-card:hover{transform:translateY(-3px);box-shadow:var(--as-shadow-md);border-color:var(--as-yellow);color:var(--as-ink)}
.alatisn-cat-ic{width:58px;height:58px;border-radius:14px;background:linear-gradient(135deg,var(--as-gray-100),#fff);display:inline-flex;align-items:center;justify-content:center;color:var(--as-ink);box-shadow:inset 0 0 0 1px var(--as-gray-200)}
.alatisn-cat-card:hover .alatisn-cat-ic{background:rgba(246,196,0,.16);color:var(--as-yellow-700);box-shadow:inset 0 0 0 1px var(--as-yellow)}
.alatisn-cat-ic svg{width:30px;height:30px}
.alatisn-cat-card b{font-size:13px;font-weight:700;line-height:1.25}
.alatisn-cat-card span{font-size:11.5px;color:var(--as-gray-400)}
@media (max-width:1199.98px){.alatisn-cat-grid{grid-template-columns:repeat(5,1fr)}}
@media (max-width:767.98px){.alatisn-cat-grid{grid-template-columns:repeat(3,1fr);gap:10px}}
@media (max-width:399.98px){.alatisn-cat-grid{grid-template-columns:repeat(2,1fr)}}

/* ---- Product rails / grids ---- */
.alatisn-products-panel{background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);padding:20px}
.alatisn-products-panel.is-accent{border-top:3px solid var(--as-yellow)}
.alatisn-prod-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
@media (max-width:1199.98px){.alatisn-prod-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:991.98px){.alatisn-prod-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:767.98px){.alatisn-prod-grid{grid-template-columns:repeat(2,1fr);gap:12px}}

/* ---- Two-column feature (best sellers list / promo) ---- */
.alatisn-split{display:grid;grid-template-columns:1fr;gap:18px}
@media (min-width:992px){.alatisn-split{grid-template-columns:1fr 1fr}}

/* ---- Brand strip ---- */
.alatisn-brands{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.alatisn-brand{flex:1 1 150px;max-width:200px;height:84px;background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius-sm);display:flex;align-items:center;justify-content:center;padding:14px;transition:box-shadow .15s,border-color .15s}
.alatisn-brand:hover{box-shadow:var(--as-shadow-md);border-color:var(--as-yellow)}
.alatisn-brand img{max-height:46px;max-width:100%;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .15s,opacity .15s}
.alatisn-brand:hover img{filter:none;opacity:1}
.alatisn-brand-fallback{font-weight:800;color:var(--as-gray-500);font-size:16px}

/* ---- Newsletter band ---- */
.alatisn-newsletter{background:linear-gradient(120deg,#111827,#1f2937);border-radius:16px;padding:clamp(24px,3vw,40px);color:#fff;display:grid;grid-template-columns:1fr;gap:18px;align-items:center}
.alatisn-newsletter h3{font-size:clamp(20px,2.2vw,26px);font-weight:800;margin:0 0 6px}
.alatisn-newsletter p{color:#cbd5e1;margin:0}
.alatisn-newsletter form{display:flex;gap:10px;flex-wrap:wrap}
.alatisn-newsletter input{flex:1 1 240px;height:50px;border-radius:var(--as-radius-sm);border:2px solid transparent;padding:0 16px;font-size:15px}
.alatisn-newsletter input:focus{outline:none;box-shadow:var(--as-focus)}
@media (min-width:992px){.alatisn-newsletter{grid-template-columns:1.1fr 1fr}}

/* =====================================================================
   PRODUCT CARD (shared: home, category, search) — premium refinement
   ===================================================================== */
.card-product{background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .16s,border-color .16s,transform .16s;position:relative}
.card-product:hover{box-shadow:var(--as-shadow-md);border-color:var(--as-gray-300);transform:translateY(-2px)}
.card-product .card-image{position:relative;display:block;padding:14px;background:#fff}
.card-product .card-image>a{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:8px}
.card-product .card-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}
.card-product:hover .card-image img{transform:scale(1.04)}
.card-product .card-info{padding:4px 16px 16px;display:flex;flex-direction:column;flex:1 1 auto}
.card-product .card-info h6{font-size:14px;line-height:1.35;font-weight:600;color:var(--as-ink-2)!important;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;min-height:2.7em}
.card-product .card-info h6:hover{color:var(--as-ink)!important}
.card-product .card-info .text-body-small{font-size:11.5px!important;text-transform:uppercase;letter-spacing:.03em;color:var(--as-gray-400)!important;font-weight:700}
/* price block */
.card-product .price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.card-product .price-regular{font-size:18px;font-weight:800;color:var(--as-ink)}
.card-product .price-line{font-size:13px;font-weight:600;color:var(--as-gray-400);text-decoration:line-through}
.card-product .card-foot{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}
/* add to cart */
.card-product .add-to-cart{display:inline-flex;align-items:center;gap:7px;background:var(--as-yellow);color:var(--as-ink)!important;font-weight:700;font-size:13.5px;padding:9px 14px;border-radius:var(--as-radius-sm);text-decoration:none;transition:background .15s,transform .12s;white-space:nowrap}
.card-product .add-to-cart:hover{background:var(--as-yellow-600);transform:translateY(-1px)}
.card-product .add-to-cart i{font-size:15px}
/* badges */
.alatisn-badges{position:absolute;top:12px;left:12px;z-index:3;display:flex;flex-direction:column;gap:6px;align-items:flex-start}
.alatisn-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800;letter-spacing:.02em;padding:4px 9px;border-radius:999px;line-height:1;box-shadow:var(--as-shadow-sm)}
.alatisn-badge-sale{background:var(--as-danger);color:#fff}
.alatisn-badge-new{background:var(--as-ink);color:#fff}
.alatisn-badge-top{background:var(--as-yellow);color:var(--as-ink)}
.alatisn-badge-out{background:var(--as-gray-200);color:var(--as-gray-600)}
/* stock line */
.alatisn-stock{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;margin-bottom:8px}
.alatisn-stock-in{color:var(--as-success)}
.alatisn-stock-out{color:var(--as-gray-400)}
.alatisn-stock::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
/* quick actions on hover */
.card-product .box-quick-view{position:absolute;top:12px;right:12px;left:auto;z-index:3;display:flex;flex-direction:column;gap:7px;opacity:0;transform:translateX(8px);transition:opacity .16s,transform .16s}
.card-product:hover .box-quick-view{opacity:1;transform:translateX(0)}
.card-product .box-quick-view .quick-view{display:flex;flex-direction:column;gap:7px}
.card-product .box-quick-view a{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--as-gray-200);display:inline-flex;align-items:center;justify-content:center;color:var(--as-ink);box-shadow:var(--as-shadow-sm);transition:background .14s,color .14s,border-color .14s}
.card-product .box-quick-view a:hover{background:var(--as-ink);color:var(--as-yellow);border-color:var(--as-ink)}
.card-product .box-quick-view a svg{width:18px;height:18px}
@media (max-width:575.98px){
  .card-product .box-quick-view{opacity:1;transform:none;flex-direction:row}
  .card-product .add-to-cart .as-cart-label{display:none}
  .card-product .price-regular{font-size:16px}
}

/* ---- Mobile toggle + visibility helpers ---- */
.alatisn-mobile-toggle{display:none}
@media (max-width:991.98px){
  .alatisn-desktop-only{display:none!important}
  .alatisn-mobile-toggle.burger-icon{display:inline-flex!important;align-items:center;justify-content:center;width:46px;height:46px;min-width:46px;border-radius:10px;background:var(--as-gray-100);position:relative!important;top:auto!important;left:auto!important;right:auto!important;margin:0!important;flex:none;cursor:pointer;order:0}
  .alatisn-mobile-toggle.burger-icon svg{width:24px;height:24px;color:var(--as-ink)}
  .alatisn-mobile-toggle.burger-icon span{display:none!important}
  .alatisn-mainbar .alatisn-logo{order:1;margin-right:auto}
  .alatisn-actions{order:2}
}

/* ---- Category quick links in nav bar ---- */
.alatisn-catnav-quick{flex:1 1 auto;display:flex;align-items:center;gap:2px;min-width:0;overflow:hidden}
.alatisn-catnav-quick a{display:inline-flex;align-items:center;padding:13px 13px;color:var(--as-gray-700);font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap;border-bottom:3px solid transparent;transition:color .14s,border-color .14s}
.alatisn-catnav-quick a:hover{color:var(--as-ink);border-color:var(--as-yellow)}
.alatisn-catnav-deal{display:inline-flex;align-items:center;gap:7px;color:var(--as-ink)!important;font-weight:800!important;font-size:13.5px;background:rgba(246,196,0,.18);padding:8px 14px;border-radius:999px;text-decoration:none;white-space:nowrap}
.alatisn-catnav-deal:hover{background:rgba(246,196,0,.32)}
.alatisn-catnav-deal svg{width:16px;height:16px;color:var(--as-yellow-700)}
/* mobile actions overflow guard */
@media (max-width:520px){.alatisn-action.compare,.alatisn-action.wishlist{display:none}}

/* =====================================================================
   LISTING / CATEGORY / SEARCH PAGES
   ===================================================================== */
.alatisn-listing-page{background:var(--as-bg);padding-bottom:48px}
.alatisn-listing-hero{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid var(--as-gray-200);padding:24px 0 26px;margin-bottom:24px}
.alatisn-listing-hero .breadcrumb,.alatisn-listing-hero .breadcrumbs{margin-bottom:12px}
.alatisn-listing-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.alatisn-eyebrow{display:inline-flex;align-items:center;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--as-yellow-700);margin-bottom:8px}
.alatisn-listing-intro h1{font-size:clamp(26px,3vw,40px);line-height:1.12;font-weight:800;color:var(--as-ink);margin:0;letter-spacing:-.02em}
.alatisn-listing-desc{margin-top:10px;color:var(--as-gray-600);font-size:15px;line-height:1.6}.alatisn-listing-desc>p{max-width:780px}.alatisn-listing-desc figure.image{max-width:100%;width:100%;margin:16px 0}
.alatisn-listing-container{padding-top:8px}
.alatisn-subcats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}
.alatisn-subcat-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);padding:14px;text-decoration:none;color:var(--as-ink);transition:box-shadow .15s,border-color .15s,transform .15s}
.alatisn-subcat-card:hover{transform:translateY(-2px);box-shadow:var(--as-shadow-md);border-color:var(--as-yellow);color:var(--as-ink)}
.alatisn-subcat-icon{width:42px;height:42px;border-radius:10px;background:rgba(246,196,0,.14);display:inline-flex;align-items:center;justify-content:center;color:var(--as-yellow-700);flex:none}
.alatisn-subcat-icon svg{width:22px;height:22px}.alatisn-subcat-card b{display:block;font-size:14px;font-weight:800;line-height:1.2}.alatisn-subcat-card small{display:block;font-size:12px;color:var(--as-gray-500);margin-top:3px}
.alatisn-listing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);box-shadow:var(--as-shadow-sm);padding:12px 14px;margin-bottom:18px;flex-wrap:wrap}
.alatisn-layout-controls{display:flex;align-items:center;gap:8px;min-width:0}.alatisn-layout-btn{width:40px;height:40px;border:1px solid var(--as-gray-200);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--as-gray-600);background:#fff;transition:background .15s,color .15s,border-color .15s}.alatisn-layout-btn svg{width:22px;height:22px}.alatisn-layout-btn.active,.alatisn-layout-btn:hover{background:var(--as-ink);border-color:var(--as-ink);color:var(--as-yellow)}
.alatisn-product-count{margin-left:8px;color:var(--as-gray-600);font-weight:600}.alatisn-product-count .text-showing{margin-right:0!important;color:var(--as-gray-600)!important}
.alatisn-sort-controls{display:flex;align-items:center;gap:10px;margin-left:auto}.alatisn-sort-label{font-size:13px;font-weight:800;color:var(--as-gray-700);margin:0;white-space:nowrap}.alatisn-sort-controls select{min-height:52px;border-radius:10px;border:1px solid var(--as-gray-300);font-weight:600;color:var(--as-ink);min-width:190px}.alatisn-sort-controls select:focus{border-color:var(--as-yellow);box-shadow:var(--as-focus)}
.alatisn-filter-jump{display:inline-flex;align-items:center;justify-content:center;height:42px;border-radius:10px;padding:0 14px;background:var(--as-yellow);color:var(--as-ink);font-weight:800;text-decoration:none}
.alatisn-listing-layout{align-items:flex-start}.alatisn-filter-sidebar{margin-bottom:24px}.alatisn-filter-sidebar #products-filter-form{background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);box-shadow:var(--as-shadow-sm);padding:18px;margin-top:0!important}.alatisn-filter-sidebar .sidebar{padding:0!important}.alatisn-filter-sidebar .widget-title h3{font-size:18px;font-weight:800;color:var(--as-ink);margin-bottom:18px}.alatisn-filter-sidebar h4{font-size:14px!important;font-weight:800!important;color:var(--as-ink)!important;margin-top:18px;margin-bottom:10px}.alatisn-filter-sidebar .list-type{padding-left:0;list-style:none}.alatisn-filter-sidebar .form-check{padding-block:5px}.alatisn-filter-sidebar .form-check-input:checked{background-color:var(--as-yellow);border-color:var(--as-yellow)}.alatisn-filter-sidebar .form-check-input:focus{box-shadow:var(--as-focus);border-color:var(--as-yellow)}
.alatisn-product-row{row-gap:18px;margin-top:0!important}.product-list .alatisn-product-row>[class*=col-]{margin-bottom:0}.alatisn-pagination-wrap{margin-top:28px!important}.box-pagination .page-link{border-radius:9px!important;border-color:var(--as-gray-200)!important;color:var(--as-ink)!important;font-weight:700}.box-pagination .page-link.active,.box-pagination .page-link:hover{background:var(--as-yellow)!important;color:var(--as-ink)!important;border-color:var(--as-yellow)!important}
.alatisn-empty-state{background:#fff;border:1px solid var(--as-gray-200);border-radius:var(--as-radius);box-shadow:var(--as-shadow-sm);padding:44px 24px;text-align:center;margin:28px 0}.alatisn-empty-icon{width:62px;height:62px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(246,196,0,.16);color:var(--as-yellow-700);margin-bottom:14px}.alatisn-empty-icon svg{width:30px;height:30px}.alatisn-empty-state h3{font-size:22px;font-weight:800;color:var(--as-ink);margin-bottom:6px}.alatisn-empty-state p{color:var(--as-gray-500);margin-bottom:18px}
.card-product-list.alatisn-list-card{display:grid;grid-template-columns:minmax(190px,260px) 1fr;align-items:stretch}.card-product-list.alatisn-list-card .card-image{padding:18px;border-right:1px solid var(--as-gray-200);display:flex;align-items:center;justify-content:center}.card-product-list.alatisn-list-card .card-image>a{width:100%;aspect-ratio:1/1}.card-product-list.alatisn-list-card .card-info{padding:22px}.card-product-list.alatisn-list-card .card-info h6{font-size:20px;min-height:auto;-webkit-line-clamp:2}.card-product-list.alatisn-list-card .price{margin:8px 0}.alatisn-list-desc{font-size:13px!important;line-height:1.65;margin-top:10px;max-width:720px}
@media (max-width:991.98px){.alatisn-subcats{grid-template-columns:repeat(2,1fr)}.alatisn-listing-toolbar{align-items:stretch}.alatisn-product-count{display:none}.alatisn-sort-controls{width:100%;margin-left:0}.alatisn-sort-controls select{flex:1;min-width:0}.alatisn-filter-sidebar{order:1}.alatisn-filter-sidebar #products-filter-form{position:relative}.card-product-list.alatisn-list-card{grid-template-columns:180px 1fr}}
@media (max-width:575.98px){.alatisn-listing-hero{padding:18px 0}.alatisn-subcats{grid-template-columns:1fr}.alatisn-layout-controls{width:100%;justify-content:space-between}.alatisn-sort-controls{flex-wrap:wrap}.alatisn-sort-controls select{width:100%;flex-basis:100%}.card-product-list.alatisn-list-card{grid-template-columns:1fr}.card-product-list.alatisn-list-card .card-image{border-right:0;border-bottom:1px solid var(--as-gray-200)}.card-product-list.alatisn-list-card .card-info h6{font-size:16px}.alatisn-product-row{row-gap:12px}}

/* =====================================================================
   PRODUCT DETAIL PAGE
   ===================================================================== */
.alatisn-product-page{background:var(--as-bg);padding-bottom:36px}.alatisn-product-breadcrumb{padding-top:18px}.alatisn-product-main{padding:18px 0 34px}.alatisn-product-gallery{background:#fff;border:1px solid var(--as-gray-200);border-radius:16px;box-shadow:var(--as-shadow-sm);padding:18px;position:sticky;top:108px}.alatisn-product-gallery .detail-gallery{margin-bottom:14px}.alatisn-product-gallery .product-image-slider figure{background:#fff;border-radius:14px;overflow:hidden;aspect-ratio:1/1;display:flex!important;align-items:center;justify-content:center;margin:0}.alatisn-product-gallery .product-image-slider img{width:100%;height:100%;object-fit:contain}.alatisn-product-gallery .slider-nav-thumbnails .item-thumb{border:1px solid var(--as-gray-200);border-radius:10px;overflow:hidden;background:#fff;padding:6px}.alatisn-product-gallery .slider-nav-thumbnails img{aspect-ratio:1/1;object-fit:contain;width:100%}
.alatisn-buy-box{background:#fff;border:1px solid var(--as-gray-200);border-radius:16px;box-shadow:var(--as-shadow-sm);padding:clamp(20px,3vw,30px);position:sticky;top:108px}.alatisn-pdp-category{display:inline-flex;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--as-yellow-700);margin-bottom:10px;text-decoration:none}.alatisn-buy-box h1{font-size:clamp(24px,3vw,38px);line-height:1.15;font-weight:800;color:var(--as-ink);letter-spacing:-.02em;margin:0 0 14px}.alatisn-pdp-rating{display:inline-flex;align-items:center;color:var(--as-gray-600);font-weight:700;text-decoration:none;margin-bottom:16px}.alatisn-pdp-price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px!important}.alatisn-pdp-price{font-size:clamp(26px,3vw,38px);font-weight:900;color:var(--as-ink)!important;line-height:1}.alatisn-pdp-old{font-size:18px;color:var(--as-gray-400)!important;text-decoration:line-through}.alatisn-pdp-stock{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:13px;padding:7px 11px;border-radius:999px}.alatisn-pdp-stock::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.alatisn-pdp-stock.is-in{color:var(--as-success);background:var(--as-success-bg)}.alatisn-pdp-stock.is-out{color:var(--as-gray-600);background:var(--as-gray-100)}.alatisn-pdp-summary{border-top:1px solid var(--as-gray-200);border-bottom:1px solid var(--as-gray-200);padding:16px 0;margin-bottom:20px;color:var(--as-gray-600);line-height:1.65}.alatisn-pdp-summary .btn-view{display:inline-flex;margin-top:8px;font-weight:800;color:var(--as-yellow-700)}.alatisn-product-options{margin-bottom:20px}.alatisn-pdp-actions{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:20px}.alatisn-pdp-actions .form-quantity{border:1px solid var(--as-gray-300);border-radius:12px;height:50px;overflow:hidden;background:#fff}.alatisn-pdp-buttons{display:flex;align-items:center;gap:10px;flex:1;flex-wrap:wrap}.alatisn-pdp-buttons .btn{min-height:50px;border-radius:12px;font-weight:900}.alatisn-add-cart{flex:1 1 190px}.alatisn-buy-now{background:var(--as-ink)!important;color:#fff!important;border-color:var(--as-ink)!important}.alatisn-buy-now:hover{color:var(--as-yellow)!important}.alatisn-icon-action{width:50px;padding:0!important;display:inline-flex!important;align-items:center;justify-content:center;background:#fff!important;color:var(--as-ink)!important;border:1px solid var(--as-gray-300)!important}.alatisn-icon-action:hover{background:var(--as-ink)!important;color:var(--as-yellow)!important;border-color:var(--as-ink)!important}.alatisn-pdp-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.alatisn-pdp-trust>div{background:var(--as-gray-100);border-radius:12px;padding:12px}.alatisn-pdp-trust b{display:block;color:var(--as-ink);font-size:13px;font-weight:900}.alatisn-pdp-trust span{display:block;color:var(--as-gray-500);font-size:12px;margin-top:3px}.alatisn-pdp-meta{margin-top:18px;border-top:1px solid var(--as-gray-200);padding-top:14px;color:var(--as-gray-600)}.alatisn-pdp-meta span:first-child{font-weight:800;color:var(--as-ink)}.alatisn-pdp-meta a{color:var(--as-yellow-700);font-weight:700;text-decoration:none}.alatisn-pdp-meta a:hover{text-decoration:underline}
.alatisn-product-tabs-wrap{background:#fff;border-top:1px solid var(--as-gray-200);border-bottom:1px solid var(--as-gray-200);padding:30px 0}.alatisn-product-tabs-wrap .product-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:24px}.alatisn-product-tabs-wrap .product-tabs a{display:inline-flex;border:1px solid var(--as-gray-200);border-radius:999px;padding:11px 18px;font-weight:800;color:var(--as-ink);background:#fff;text-decoration:none}.alatisn-product-tabs-wrap .product-tabs a.active,.alatisn-product-tabs-wrap .product-tabs a:hover{background:var(--as-yellow);border-color:var(--as-yellow);color:var(--as-ink)}.alatisn-product-tabs-wrap .tab-content{max-width:1100px;margin:0 auto}.alatisn-product-tabs-wrap .ck-content{background:#fff;color:var(--as-gray-700);line-height:1.75}.alatisn-related-products{background:var(--as-bg)}
@media (max-width:991.98px){.alatisn-product-gallery,.alatisn-buy-box{position:relative;top:auto}.alatisn-buy-box{padding:18px}.alatisn-pdp-trust{grid-template-columns:1fr 1fr}}
@media (max-width:575.98px){.alatisn-pdp-actions{display:block}.alatisn-pdp-actions .form-quantity{margin-bottom:10px;width:100%}.alatisn-pdp-buttons{display:grid;grid-template-columns:1fr 1fr}.alatisn-add-cart{grid-column:1/-1}.alatisn-icon-action{width:100%}.alatisn-pdp-trust{grid-template-columns:1fr}.alatisn-product-tabs-wrap .product-tabs{justify-content:flex-start}.alatisn-buy-box h1{font-size:22px}}

/* =====================================================================
   FINAL POLISH: accessibility, forms, cart, footer, mobile stability
   ===================================================================== */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role="button"]:focus-visible{outline:none!important;box-shadow:var(--as-focus)!important}
.form-control:focus,.form-select:focus{border-color:var(--as-yellow)!important;box-shadow:var(--as-focus)!important}.badge,.alatisn-badge{letter-spacing:.01em}.loading-spinner{border-color:var(--as-yellow) transparent var(--as-yellow) transparent!important}.text-green,.color-success{color:var(--as-success)!important}
/* footer */
.alatisn-footer-trust{position:relative;overflow:hidden;background:#070b12;color:#fff;padding:24px 0;border-top:4px solid var(--as-yellow)}
.alatisn-footer-trust::before{content:"";position:absolute;inset:-120px 55% auto -80px;height:220px;background:radial-gradient(circle,rgba(246,196,0,.24),transparent 64%);pointer-events:none}
.alatisn-footer-trust-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.alatisn-footer-trust-card{display:flex;align-items:center;gap:14px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.alatisn-footer-trust-ic{flex:none;width:44px;height:44px;border-radius:12px;background:var(--as-yellow);color:var(--as-ink);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px rgba(246,196,0,.13)}
.alatisn-footer-trust-ic svg{width:23px;height:23px}
.alatisn-footer-trust-card b{display:block;font-size:14px;font-weight:900;color:#fff;line-height:1.2}.alatisn-footer-trust-card small{display:block;color:#cbd5e1;font-size:12.5px;margin-top:4px;line-height:1.35}
.alatisn-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#121826 0%,#070b12 100%)!important;color:#cbd5e1;background-image:var(--footer-background-image),radial-gradient(760px 320px at 86% 0%,rgba(246,196,0,.12),transparent 62%),linear-gradient(180deg,#121826,#070b12)!important;background-size:cover,auto,auto;background-position:center,center,center}
.alatisn-footer::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 82%);pointer-events:none}
.alatisn-footer .container{position:relative;z-index:1}.alatisn-footer-main{padding:42px 0 34px!important}.alatisn-footer a{text-decoration:none}.alatisn-footer a:focus-visible{box-shadow:var(--as-focus)!important}
.alatisn-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,rgba(246,196,0,.18),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:clamp(20px,3vw,30px);margin-bottom:28px;box-shadow:0 18px 44px rgba(0,0,0,.18)}
.alatisn-footer-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(246,196,0,.16);color:var(--as-yellow);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:7px 12px;margin-bottom:10px}
.alatisn-footer-kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--as-yellow);box-shadow:0 0 0 5px rgba(246,196,0,.14)}
.alatisn-footer-cta h2{color:#fff!important;font-size:clamp(24px,3vw,36px);font-weight:900;letter-spacing:-.025em;line-height:1.1;margin:0 0 8px}.alatisn-footer-cta p{max-width:680px;color:#d1d5db;margin:0;font-size:15px;line-height:1.65}.alatisn-footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.alatisn-footer-call{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}.alatisn-footer-call:hover{border-color:var(--as-yellow)!important;color:var(--as-yellow)!important}
.alatisn-footer-layout{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:28px;align-items:start}.alatisn-footer-brand-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px;box-shadow:0 16px 40px rgba(0,0,0,.16);position:sticky;top:110px}.alatisn-footer-logo{display:inline-flex;margin-bottom:14px}.alatisn-footer-logo img{max-height:58px;width:auto;display:block;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}.alatisn-footer-logo-text{display:inline-flex;color:#fff!important;font-size:24px;font-weight:900;letter-spacing:.03em;margin-bottom:14px}.alatisn-footer-brand-card p{color:#cbd5e1;line-height:1.65;margin:0 0 18px;font-size:14.5px}
.alatisn-footer-contact-list{display:grid;gap:10px}.alatisn-footer-contact-list>a,.alatisn-footer-contact-list>span{display:flex;align-items:flex-start;gap:12px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;color:#fff!important}.alatisn-footer-contact-ic{flex:none;width:38px;height:38px;border-radius:10px;background:rgba(246,196,0,.14);color:var(--as-yellow);display:inline-flex;align-items:center;justify-content:center}.alatisn-footer-contact-ic svg{width:20px;height:20px}.alatisn-footer-contact-list small{display:block;color:#94a3b8;font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.alatisn-footer-contact-list b{display:block;color:#fff;font-size:13.5px;line-height:1.35}
.alatisn-footer-socials{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.alatisn-footer-socials a{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--as-ink)!important;font-weight:900;overflow:hidden}.alatisn-footer-socials a:hover{background:var(--as-yellow);color:var(--as-ink)!important}.alatisn-footer-socials img{max-width:20px;max-height:20px;object-fit:contain}
.alatisn-footer-widgets{min-width:0}.alatisn-footer-widgets .row{row-gap:24px}.alatisn-footer-widgets [class*=col-],.alatisn-footer-widgets .width-16,.alatisn-footer-widgets .width-20{width:auto!important;max-width:none!important;flex:1 1 178px!important;margin-bottom:0!important}.alatisn-footer h1,.alatisn-footer h2,.alatisn-footer h3,.alatisn-footer h4,.alatisn-footer h5,.alatisn-footer h6,.alatisn-footer .widget-title{color:#fff!important;font-weight:900}.alatisn-footer h5,.alatisn-footer .widget-title{font-size:15px!important;margin-bottom:12px!important;letter-spacing:.01em}.alatisn-footer .font-md,.alatisn-footer .font-sm,.alatisn-footer .color-grey-300,.alatisn-footer .color-grey-400,.alatisn-footer p{color:#cbd5e1!important}.alatisn-footer .menu-footer{list-style:none;padding:0;margin:0;display:grid;gap:7px}.alatisn-footer .menu-footer a{display:inline-flex;color:#cbd5e1!important;font-size:13.5px;font-weight:650;line-height:1.35}.alatisn-footer .menu-footer a::before{content:"";width:6px;height:6px;border-radius:50%;background:rgba(246,196,0,.7);margin:7px 8px 0 0;flex:none;transform:scale(.72);transition:transform .14s,background .14s}.alatisn-footer .menu-footer a:hover{color:var(--as-yellow)!important}.alatisn-footer .menu-footer a:hover::before{transform:scale(1);background:var(--as-yellow)}.alatisn-footer .icon-socials{background:#fff;border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;margin:4px 6px 0 0}.alatisn-footer .icon-socials img{max-width:18px;max-height:18px}
.alatisn-footer .footer-2{border-top:1px solid rgba(255,255,255,.1)!important;background:rgba(0,0,0,.28)!important}.alatisn-footer-bottom-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:18px 0}.alatisn-footer-legal{color:#94a3b8;font-size:13px;font-weight:600}.alatisn-footer-badges{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.alatisn-footer-badges span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:999px;color:#e5e7eb;font-size:11.5px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;padding:7px 10px}.alatisn-footer-bottom-menu{justify-self:end}.alatisn-footer .menu-bottom{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;padding:0;margin:0;list-style:none}.alatisn-footer .menu-bottom a{color:#cbd5e1!important;font-size:13px;font-weight:700}.alatisn-footer .menu-bottom a:hover{color:var(--as-yellow)!important}
@media (max-width:991.98px){.alatisn-footer-cta{align-items:flex-start;flex-direction:column}.alatisn-footer-cta-actions{justify-content:flex-start}.alatisn-footer-layout{grid-template-columns:1fr}.alatisn-footer-brand-card{position:relative;top:auto}.alatisn-footer-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alatisn-footer-bottom-inner{grid-template-columns:1fr;text-align:center}.alatisn-footer-bottom-menu{justify-self:center}.alatisn-footer .menu-bottom{justify-content:center}.alatisn-footer .footer-1{text-align:left!important}}
@media (max-width:575.98px){.alatisn-footer-trust-grid{grid-template-columns:1fr}.alatisn-footer-trust-card{align-items:flex-start}.alatisn-footer-cta,.alatisn-footer-brand-card{border-radius:16px;padding:18px}.alatisn-footer-cta-actions,.alatisn-footer-cta-actions .as-btn{width:100%}.alatisn-footer-widgets [class*=col-],.alatisn-footer-widgets .width-16,.alatisn-footer-widgets .width-20{flex-basis:100%!important}.alatisn-footer .footer-1{text-align:left!important}}

/* Footer rescue: keep large dashboard widget menus contained and readable. */
.alatisn-footer-layout{display:block!important}.alatisn-footer-brand-card{position:relative!important;top:auto!important;display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:18px;align-items:center;margin-bottom:26px}.alatisn-footer-brand-card>p{margin:0!important}.alatisn-footer-contact-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-column:1/-1}.alatisn-footer-socials{grid-column:1/-1}.alatisn-footer-widgets .row{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:24px!important;margin:0!important}.alatisn-footer-widgets [class*=col-],.alatisn-footer-widgets .width-16,.alatisn-footer-widgets .width-20{width:100%!important;max-width:100%!important;flex:none!important;padding:0!important}.alatisn-footer .menu-footer{display:block!important;columns:1;max-width:100%;overflow-wrap:anywhere}.alatisn-footer .menu-footer li{break-inside:avoid;margin-bottom:7px}.alatisn-footer .menu-footer a{font-size:13px!important;line-height:1.35!important}.alatisn-footer .footer-bottom.alatisn-footer-bottom-inner{min-width:0}.alatisn-footer-badges{min-width:0}
@media (min-width:1200px){.alatisn-footer-widgets .row{grid-template-columns:repeat(5,minmax(0,1fr))}.alatisn-footer-widgets .row>[class*=col-]:first-child .menu-footer,.alatisn-footer-widgets .row>.width-20:first-child .menu-footer{columns:2 120px}}
@media (max-width:991.98px){.alatisn-footer-brand-card{grid-template-columns:1fr}.alatisn-footer-contact-list{grid-template-columns:1fr}.alatisn-footer-widgets .row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:575.98px){.alatisn-footer-widgets .row{grid-template-columns:1fr}.alatisn-footer-bottom-inner{gap:12px}.alatisn-footer-badges span{font-size:10.5px;padding:6px 8px}}

/* Footer v2: built from scratch, no dynamic widget layout dependencies. */
.alatisn-footer-clean{position:relative;overflow:hidden;background:#070b12;color:#d8dee9;padding:0;border-top:5px solid var(--as-yellow)}
.alatisn-footer-clean *{box-sizing:border-box}.alatisn-footer-clean .container{position:relative;z-index:2;max-width:1320px}.alatisn-footer-clean-glow{position:absolute;inset:-160px -120px auto auto;width:620px;height:420px;background:radial-gradient(circle,rgba(246,196,0,.22),transparent 64%);pointer-events:none}.alatisn-footer-clean::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(180deg,#000,transparent 86%);pointer-events:none}
.alatisn-footer-clean a{text-decoration:none}.alatisn-footer-clean-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:clamp(28px,4vw,44px) 0 24px}.alatisn-footer-clean-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;border:1px solid rgba(246,196,0,.28);background:rgba(246,196,0,.12);color:var(--as-yellow);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.alatisn-footer-clean-eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--as-yellow);box-shadow:0 0 0 5px rgba(246,196,0,.13)}.alatisn-footer-clean-hero h2{margin:0 0 8px;color:#fff!important;font-size:clamp(25px,3.2vw,40px);line-height:1.08;font-weight:950;letter-spacing:-.03em}.alatisn-footer-clean-hero p{margin:0;max-width:720px;color:#cbd5e1!important;font-size:15.5px;line-height:1.7}.alatisn-footer-clean-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.alatisn-footer-clean-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:12px;padding:0 18px;border:1px solid rgba(255,255,255,.18);color:#fff!important;font-weight:900;white-space:nowrap;background:rgba(255,255,255,.06);transition:transform .15s,background .15s,border-color .15s}.alatisn-footer-clean-btn:hover{transform:translateY(-1px);border-color:var(--as-yellow);color:var(--as-yellow)!important}.alatisn-footer-clean-btn.is-primary{background:var(--as-yellow);border-color:var(--as-yellow);color:var(--as-ink)!important;box-shadow:0 4px 0 rgba(204,159,0,.9)}.alatisn-footer-clean-btn.is-primary:hover{background:var(--as-yellow-600);color:var(--as-ink)!important}
.alatisn-footer-clean-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 24px}.alatisn-footer-clean-trust>div{min-width:0;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-radius:16px;padding:16px}.alatisn-footer-clean-trust b{display:block;color:#fff;font-size:14px;font-weight:950;line-height:1.2}.alatisn-footer-clean-trust span{display:block;color:#9fb0c6;font-size:12.5px;font-weight:700;margin-top:5px;line-height:1.35}
.alatisn-footer-clean-main{display:grid;grid-template-columns:minmax(270px,.9fr) minmax(360px,1.35fr) minmax(220px,.75fr);gap:20px;align-items:stretch;padding:0 0 26px}.alatisn-footer-clean-brand,.alatisn-footer-clean-block{min-width:0;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:18px;padding:22px;box-shadow:0 18px 42px rgba(0,0,0,.2)}.alatisn-footer-clean-logo{display:inline-flex;margin-bottom:14px}.alatisn-footer-clean-logo img{max-height:58px;width:auto;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.28))}.alatisn-footer-clean-logo-text{display:inline-flex;margin-bottom:14px;color:#fff!important;font-size:24px;font-weight:950;letter-spacing:.04em}.alatisn-footer-clean-brand p{margin:0 0 16px;color:#cbd5e1!important;font-size:14.5px;line-height:1.7}.alatisn-footer-clean-contact{display:grid;gap:10px;margin-top:14px}.alatisn-footer-clean-contact>a,.alatisn-footer-clean-contact>span{display:block;min-width:0;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18);border-radius:14px;padding:12px;color:#fff!important}.alatisn-footer-clean-contact small{display:block;color:#94a3b8;font-size:11.5px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.alatisn-footer-clean-contact strong{display:block;color:#fff;font-size:14px;line-height:1.35}.alatisn-footer-clean-socials{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.alatisn-footer-clean-socials a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#111827!important;font-weight:950;overflow:hidden}.alatisn-footer-clean-socials a:hover{background:var(--as-yellow);color:#111827!important}.alatisn-footer-clean-socials img{max-width:20px;max-height:20px;object-fit:contain}
.alatisn-footer-clean-block h3{margin:0 0 14px;color:#fff!important;font-size:16px;font-weight:950;letter-spacing:.01em}.alatisn-footer-clean-cats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.alatisn-footer-clean-cats a{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.15);border-radius:12px;padding:10px 11px;color:#dbe4ef!important;font-size:13px;font-weight:850;line-height:1.25}.alatisn-footer-clean-cats a:hover{background:rgba(246,196,0,.14);border-color:rgba(246,196,0,.28);color:var(--as-yellow)!important}.alatisn-footer-clean-cats span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alatisn-footer-clean-cats small{flex:none;min-width:24px;text-align:center;border-radius:999px;background:rgba(246,196,0,.16);color:var(--as-yellow);font-size:11px;font-weight:950;padding:3px 6px}.alatisn-footer-clean-links{display:grid;gap:9px}.alatisn-footer-clean-links a{display:flex;align-items:center;gap:9px;color:#dbe4ef!important;font-size:13.5px;font-weight:850;line-height:1.35}.alatisn-footer-clean-links a::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--as-yellow);box-shadow:0 0 0 4px rgba(246,196,0,.12);flex:none}.alatisn-footer-clean-links a:hover{color:var(--as-yellow)!important}
.alatisn-footer-clean-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:#94a3b8;font-size:13px;font-weight:700}.alatisn-footer-clean-payments{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.alatisn-footer-clean-payments span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:999px;color:#e5e7eb;font-size:11.5px;font-weight:950;letter-spacing:.03em;text-transform:uppercase;padding:7px 10px;white-space:nowrap}
@media (max-width:1199.98px){.alatisn-footer-clean-main{grid-template-columns:1fr 1fr}.alatisn-footer-clean-brand{grid-column:1/-1}.alatisn-footer-clean-contact{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:991.98px){.alatisn-footer-clean-hero{grid-template-columns:1fr}.alatisn-footer-clean-actions{justify-content:flex-start}.alatisn-footer-clean-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.alatisn-footer-clean-main{grid-template-columns:1fr}.alatisn-footer-clean-bottom{flex-direction:column;text-align:center}.alatisn-footer-clean-payments{justify-content:center}}
@media (max-width:575.98px){.alatisn-footer-clean-hero{padding-top:26px}.alatisn-footer-clean-actions,.alatisn-footer-clean-btn{width:100%}.alatisn-footer-clean-trust,.alatisn-footer-clean-contact,.alatisn-footer-clean-cats{grid-template-columns:1fr}.alatisn-footer-clean-brand,.alatisn-footer-clean-block{padding:18px;border-radius:16px}.alatisn-footer-clean-payments span{font-size:10.5px;padding:6px 8px}}
/* Back-to-top button for footer */
.alatisn-btt{position:fixed;bottom:98px;right:24px;z-index:999;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:2px solid var(--as-yellow);background:rgba(7,11,18,.88);color:var(--as-yellow);border-radius:50%;cursor:pointer;font-size:20px;box-shadow:0 8px 24px rgba(0,0,0,.4);transition:transform .16s,background .16s,box-shadow .16s;backdrop-filter:blur(8px)}.alatisn-btt:hover{transform:translateY(-3px);background:var(--as-yellow);color:var(--as-ink);box-shadow:0 12px 32px rgba(246,196,0,.3)}@media (max-width:575.98px){.alatisn-btt{bottom:74px;right:14px;width:40px;height:40px;font-size:17px}}
/* cart page */
.cart{background:var(--as-bg);padding-bottom:48px}.cart .cart-page-content{background:#fff;border:1px solid var(--as-gray-200);border-radius:16px;box-shadow:var(--as-shadow-sm);padding:clamp(16px,3vw,28px);margin:24px 0}.cart table.cart-form__contents{border-collapse:separate;border-spacing:0;border:0!important;background:#fff}.cart table.cart-form__contents thead th{background:var(--as-gray-100);border:0!important;color:var(--as-ink);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.04em;padding:14px}.cart table.cart-form__contents tbody td{border-top:1px solid var(--as-gray-200)!important;border-left:0!important;border-right:0!important;border-bottom:0!important;vertical-align:middle;padding:16px}.cart .product-thumbnail img{width:86px;height:86px;object-fit:contain;border:1px solid var(--as-gray-200);border-radius:12px;background:#fff}.cart .product-name a{font-weight:800;color:var(--as-ink);text-decoration:none}.cart .product-name a:hover{color:var(--as-yellow-700)}.cart .box-price .price-current,.cart .amount{color:var(--as-ink);font-weight:900}.cart .remove-cart-item{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--as-danger);background:var(--as-danger-bg);transition:background .15s,color .15s}.cart .remove-cart-item:hover{background:var(--as-danger);color:#fff}.cart .actions .btn,.cart .coupon .btn,.cart .checkout-button{border-radius:12px;font-weight:900;min-height:46px}.cart .actions .btn-secondary{background:#fff;color:var(--as-ink);border:1px solid var(--as-gray-300)}.cart .actions .btn-secondary:hover{border-color:var(--as-ink);background:var(--as-ink);color:#fff}.cart .coupon{background:var(--as-gray-100);border:1px solid var(--as-gray-200);border-radius:14px;padding:18px}.cart .coupon h4{font-size:18px;font-weight:900;color:var(--as-ink);margin:0}.cart .coupon-code{height:48px;border-radius:10px 0 0 10px}.cart .btn-apply-coupon-code{background:var(--as-ink);border-color:var(--as-ink);color:#fff}.cart .cart_totals{background:#fff!important;border:2px solid var(--as-ink);border-radius:16px!important;box-shadow:var(--as-shadow-md);padding:22px!important}.cart .cart_totals h5{font-size:22px;font-weight:900;color:var(--as-ink)}.cart .order-total{border-top:2px solid var(--as-gray-200);padding-top:16px}.cart .order-total .price-current{font-size:22px;color:var(--as-ink);font-weight:900}.cart .checkout-button{background:var(--as-yellow)!important;border-color:var(--as-yellow)!important;color:var(--as-ink)!important;width:100%;font-size:16px}.cart .checkout-button:hover{background:var(--as-yellow-600)!important}.cart .text-center:has(+ .actions),.cart p.text-center{background:#fff;border:1px dashed var(--as-gray-300);border-radius:14px;padding:34px;color:var(--as-gray-600);font-weight:700}
/* cart sidebar */
.cart-sidebar{border-radius:18px 0 0 18px;box-shadow:var(--as-shadow-lg)!important}.cart-sidebar .cart-header{background:var(--as-ink);color:#fff;padding:18px 22px}.cart-sidebar .cart-header p{font-weight:900;margin:0}.cart-sidebar .cart-content{padding:18px}.cart-sidebar .cart-item{border-bottom:1px solid var(--as-gray-200);padding-bottom:14px}.cart-sidebar .product-image img{border:1px solid var(--as-gray-200);border-radius:10px;object-fit:contain;background:#fff}.cart-sidebar .product-name{font-weight:800;color:var(--as-ink);line-height:1.35}.cart-sidebar .product-price{font-weight:900;color:var(--as-ink)}.cart-sidebar .cart-footer{padding:18px 22px;border-top:1px solid var(--as-gray-200)}.cart-sidebar .cart-action .btn{border-radius:10px!important;font-weight:900;min-height:44px}.cart-sidebar .cart_no_items{padding:34px 18px;color:var(--as-gray-500);font-weight:700}
@media (max-width:991.98px){.cart .cart-page-content{padding:14px}.cart table.cart-form__contents thead{display:none}.cart table.cart-form__contents,.cart table.cart-form__contents tbody,.cart table.cart-form__contents tr,.cart table.cart-form__contents td{display:block;width:100%}.cart table.cart-form__contents tr{border:1px solid var(--as-gray-200);border-radius:14px;margin-bottom:14px;overflow:hidden}.cart table.cart-form__contents tbody td{border-top:0!important;padding:10px 14px}.cart .product-thumbnail{text-align:center}.cart .product-thumbnail img{width:120px;height:120px}.cart .product-remove{text-align:right}.cart .actions__left{gap:10px}.cart .cart_totals{margin-top:18px}}
@media (max-width:575.98px){.cart-sidebar{width:92vw!important}.cart .coupon-input{display:block}.cart .coupon-code,.cart .btn-apply-coupon-code{width:100%;border-radius:10px!important;margin-top:8px}}

/* =====================================================================
   ACTIVE CMS HOMEPAGE COMPATIBILITY (body#page-home)
   Styles existing shortcode output without changing database content.
   ===================================================================== */
#page-home{background:var(--as-bg)}#page-home .ck-content>.section:first-child{background:linear-gradient(120deg,#111827 0%,#1f2937 58%,#374151 100%);color:#fff;margin:0!important;padding:clamp(36px,5vw,72px) 0;border-bottom:4px solid var(--as-yellow)}#page-home .ck-content>.section:first-child h1,#page-home .ck-content>.section:first-child h2,#page-home .ck-content>.section:first-child h3{color:#fff!important;font-weight:900;letter-spacing:-.025em;line-height:1.1}#page-home .ck-content>.section:first-child h2{font-size:clamp(30px,4vw,52px)}#page-home .ck-content>.section:first-child p{color:#d1d5db!important;font-size:clamp(15px,1.4vw,18px);line-height:1.75}#page-home .title-line{display:inline-flex!important;align-items:center;background:rgba(246,196,0,.16);color:var(--as-yellow)!important;border-radius:999px;padding:8px 14px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.box-notify-me .inner-notify-me{border:2px solid var(--as-yellow);border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--as-shadow-md)}.box-notify-me .inner-notify-me input{border:0!important;min-height:52px}.box-notify-me .inner-notify-me button{min-height:52px;border-radius:0!important}#page-home .btn-tag-circle{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:999px!important;font-weight:700}#page-home .btn-tag-circle:hover{background:var(--as-yellow)!important;color:var(--as-ink)!important}
#page-home .ck-content>.section:not(:first-child){padding:clamp(28px,4vw,54px) 0;margin:0!important}#page-home .ck-content h3{font-size:clamp(22px,2.5vw,32px);font-weight:900;color:var(--as-ink)!important;letter-spacing:-.02em}#page-home .ck-content h3::before{content:"";display:inline-block;width:5px;height:24px;background:var(--as-yellow);border-radius:4px;margin-right:10px;vertical-align:-4px}.box-banner-help,.banner-img-2{border-radius:18px;overflow:hidden;box-shadow:var(--as-shadow-lg)}.box-banner-help img,.banner-img-2 img{width:100%;height:auto;display:block}.list-partners{display:grid!important;grid-template-columns:repeat(6,1fr);gap:14px;padding:0!important;margin:0!important;list-style:none}.list-partners li{background:#fff;border:1px solid var(--as-gray-200);border-radius:14px;display:flex;align-items:center;justify-content:center;min-height:96px;padding:16px;transition:box-shadow .15s,border-color .15s,transform .15s}.list-partners li:hover{transform:translateY(-2px);box-shadow:var(--as-shadow-md);border-color:var(--as-yellow)}.list-partners img{max-height:56px!important;width:auto!important;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .15s,opacity .15s}.list-partners li:hover img{filter:none;opacity:1}#page-home .section .row.mt-50{row-gap:18px;margin-top:22px!important}#page-home .section:has(.card-product){background:#fff}#page-home .section:has(.card-product) .container{background:#fff;border:1px solid var(--as-gray-200);border-radius:18px;box-shadow:var(--as-shadow-sm);padding:clamp(18px,3vw,28px)}#page-home .box-newsletter{border-radius:18px;overflow:hidden;box-shadow:var(--as-shadow-lg)}
@media (max-width:1199.98px){.list-partners{grid-template-columns:repeat(4,1fr)}}@media (max-width:767.98px){.list-partners{grid-template-columns:repeat(2,1fr)}#page-home .ck-content>.section:first-child{text-align:center}.box-notify-me .inner-notify-me{display:block}.box-notify-me .inner-notify-me input,.box-notify-me .inner-notify-me button{width:100%}}

/* Fix: images dropped into any CKEditor field (page content, category/product
   descriptions, blog posts...) keep their upload width/height HTML attributes;
   without height:auto they scale to container width but not height, stretching
   the image vertically. figure.image is CKEditor's own wrapper class, so this
   covers every editor instance regardless of the theme's surrounding div. */
.ck-content img,figure.image img{height:auto!important;max-width:100%}

/* Alatisn storefront polish fixes */
.alatisn-products-nav-link.categories-button-active{display:inline-flex;align-items:center;gap:9px;text-decoration:none}.alatisn-products-nav-link.categories-button-active svg{width:19px;height:19px;flex:none}.alatisn-mega-cat-parent .as-cat-ic{width:32px;height:32px;flex:0 0 32px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:rgba(246,196,0,.14);color:var(--as-yellow-700);overflow:hidden}.alatisn-mega-cat-parent .as-cat-ic svg{width:18px;height:18px;display:block;flex:none}.alatisn-catnav .main-menu .sub-menu li a{display:flex;align-items:center;gap:8px}.alatisn-catnav .main-menu .sub-menu .menu-icon-image,.alatisn-catnav .main-menu .sub-menu li a>img{width:16px!important;height:16px!important;max-width:16px!important;object-fit:contain;flex:0 0 16px;margin:0}.alatisn-catnav .main-menu .sub-menu li a>i{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;font-size:16px;line-height:1;margin:0}.alatisn-filter-sidebar #products-filter-form .sidebar{border:0!important;margin-bottom:0!important;padding:0!important}.alatisn-filter-sidebar #products-filter-form .widget-content{margin-bottom:0}.alatisn-product-row{align-items:stretch}.alatisn-product-row>[class*=col-]{display:flex}.alatisn-product-row .card-product{width:100%;min-width:0}.card-product .card-image img{max-width:100%;max-height:100%}.card-product .card-foot{min-height:48px}.card-product .price{min-width:0}.card-product .add-to-cart{flex:none}.card-product-list.alatisn-list-card{width:100%;overflow:hidden}.card-product-list.alatisn-list-card .card-image{min-width:0;max-width:none;margin-right:0}.card-product-list.alatisn-list-card .card-image>a{display:flex;align-items:center;justify-content:center}.card-product-list.alatisn-list-card .card-image img{width:100%;height:100%;object-fit:contain}@media (max-width:575.98px){.alatisn-product-row>[class*=col-]{width:100%;flex:0 0 100%;max-width:100%}.alatisn-listing-toolbar{padding:12px}.alatisn-layout-controls{gap:6px}.alatisn-sort-label{width:100%}.card-product .card-info{padding:6px 14px 14px}.card-product .card-foot{gap:8px}.card-product .add-to-cart{padding:9px 11px}.card-product-list.alatisn-list-card .card-info{padding:16px}}
.alatisn-products-nav{height:42px;display:inline-flex;align-items:stretch;background:var(--as-ink);border-radius:var(--as-radius-sm);box-shadow:0 2px 0 rgba(0,0,0,.2);overflow:hidden}.alatisn-products-nav:hover,.alatisn-mega-cats:focus-within .alatisn-products-nav{background:#000}.alatisn-products-nav-link{display:inline-flex;align-items:center;gap:9px;padding:0 13px 0 16px;color:#fff!important;font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}.alatisn-products-nav-link:hover{color:var(--as-yellow)!important}.alatisn-products-nav-link svg{width:19px;height:19px;flex:none}.alatisn-products-menu-toggle.categories-button-active{height:auto!important;min-width:40px;padding:0 10px!important;border:0!important;border-left:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;display:inline-flex;align-items:center;justify-content:center}.alatisn-products-menu-toggle.categories-button-active:hover,.alatisn-mega-cats:focus-within .alatisn-products-menu-toggle.categories-button-active{background:rgba(255,255,255,.08)!important;color:var(--as-yellow)!important}.alatisn-products-menu-toggle.categories-button-active svg{width:17px;height:17px}
.alatisn-action-whatsapp{min-width:118px;flex-direction:row;gap:9px;padding:10px 14px;background:#25d366;color:#071b10!important;box-shadow:0 0 0 0 rgba(37,211,102,.5);animation:alatisn-whatsapp-pulse 1.8s ease-out infinite}.alatisn-action-whatsapp:hover{background:#1ebe5d;color:#071b10!important}.alatisn-action-whatsapp svg{width:24px;height:24px;stroke:#071b10}.alatisn-action-whatsapp .as-whatsapp-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.alatisn-action-whatsapp .as-whatsapp-text small{font-size:11px;color:rgba(7,27,16,.82);font-weight:700}.alatisn-action-whatsapp .as-whatsapp-text b{font-size:13px;color:#071b10;font-weight:900;white-space:nowrap}@keyframes alatisn-whatsapp-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.48)}70%{box-shadow:0 0 0 12px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}@media (max-width:1199.98px){.alatisn-action-whatsapp{min-width:46px;padding:10px}.alatisn-action-whatsapp .as-whatsapp-text{display:none}}@media (max-width:575.98px){.alatisn-action-whatsapp{min-width:42px;padding:9px 10px}}
#whatsapp-floating-button,.floating-wpp{display:none!important}
.alatisn-olx-nav{flex:none}.alatisn-olx-nav-link{height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 16px;border-radius:var(--as-radius-sm);background:#0b8f43;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 2px 0 rgba(0,0,0,.16);transition:background .15s,transform .12s,box-shadow .15s}.alatisn-olx-nav-link:hover{background:#08793a;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 10px rgba(8,121,58,.22)}.alatisn-olx-nav-link svg{width:19px;height:19px;flex:none}.alatisn-olx-nav-link span{line-height:1}

/* Clean content-only sections */
.ck-content>.section,#page-home .ck-content>.section,#page-home .section:has(.card-product),#page-home .section:has(.card-product) .container,.alatisn-products-panel,.box-banner-help,.banner-img-2,#page-home .box-newsletter,.box-form-contact,.card-offer.card-contact,.card-we-do.card-contact{border:0!important;box-shadow:none!important;border-radius:0!important}.ck-content>.section,#page-home .ck-content>.section,#page-home .section:has(.card-product),#page-home .section:has(.card-product) .container,.alatisn-products-panel,.box-form-contact{background:transparent!important}#page-home .ck-content>.section:first-child{border-bottom:0!important}#page-home .section:has(.card-product) .container{padding-left:0!important;padding-right:0!important}.list-partners li{border:0!important;box-shadow:none!important;background:transparent!important}.box-banner-help,.banner-img-2{overflow:visible!important}

/* Royal commerce motion: clean sidebar + premium product actions */
.alatisn-filter-sidebar #products-filter-form,.alatisn-filter-sidebar #products-filter-form .sidebar,.alatisn-filter-sidebar .widget-content,.alatisn-filter-sidebar .widget-title{border:0!important;box-shadow:none!important;background:transparent!important}.alatisn-filter-sidebar #products-filter-form{padding:6px 4px 18px!important}.alatisn-filter-sidebar .widget-title h3{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:22px!important}.alatisn-filter-sidebar .widget-title h3::after{content:"";width:32px;height:2px;border-radius:999px;background:linear-gradient(90deg,#c9961a,#f6c400,#fff1a8)}.alatisn-filter-sidebar h4{display:flex;align-items:center;gap:8px}.alatisn-filter-sidebar h4::before{content:"";width:7px;height:7px;border-radius:50%;background:#f6c400;box-shadow:0 0 0 5px rgba(246,196,0,.12)}.card-product{isolation:isolate}.card-product::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 0%,transparent 42%,rgba(255,241,168,.28) 50%,transparent 58%,transparent 100%);transform:translateX(-130%);transition:transform .7s cubic-bezier(.2,.7,.2,1)}.card-product:hover{box-shadow:0 18px 45px rgba(17,24,39,.12),0 0 0 1px rgba(246,196,0,.22)!important}.card-product:hover::after{transform:translateX(130%)}.card-product .box-quick-view{z-index:5;gap:9px;transform:translate(10px,-4px);transition:opacity .22s ease,transform .22s ease}.card-product:hover .box-quick-view{transform:translate(0,0)}.card-product .box-quick-view a{border:0!important;outline:0!important;background:linear-gradient(145deg,#111827 0%,#1f2937 52%,#3b2f0d 100%)!important;color:#f6c400!important;box-shadow:0 12px 26px rgba(17,24,39,.22),inset 0 1px 0 rgba(255,255,255,.16)!important;transform:translateY(0) scale(1);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.card-product .box-quick-view a:hover{border:0!important;background:linear-gradient(145deg,#f6c400 0%,#ffd84d 55%,#b77900 100%)!important;color:#111827!important;box-shadow:0 16px 34px rgba(183,121,0,.32),0 0 0 8px rgba(246,196,0,.14)!important;transform:translateY(-3px) scale(1.06)}.card-product .box-quick-view a svg{filter:drop-shadow(0 1px 0 rgba(255,255,255,.2))}.card-product .add-to-cart{background:linear-gradient(135deg,#f6c400 0%,#ffd84d 52%,#b77900 100%)!important;box-shadow:0 8px 18px rgba(183,121,0,.18);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.card-product .add-to-cart:hover{filter:saturate(1.08);box-shadow:0 12px 26px rgba(183,121,0,.28);transform:translateY(-2px)}@media (max-width:575.98px){.card-product .box-quick-view{transform:none}.card-product .box-quick-view a{width:36px;height:36px}}

/* Header OLX button: glossy transparent gold beside logo */
.alatisn-mainbar .alatisn-olx-nav{flex:none;margin-left:-10px;margin-right:2px}.alatisn-mainbar .alatisn-olx-nav-link{height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 15px;border:1px solid rgba(246,196,0,.58);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.64),rgba(246,196,0,.18) 46%,rgba(183,121,0,.16));color:#111827!important;font-size:13.5px;font-weight:950;text-decoration:none;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 22px rgba(183,121,0,.13);backdrop-filter:blur(8px);position:relative;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.alatisn-mainbar .alatisn-olx-nav-link::before{content:"";position:absolute;inset:-80% auto auto -30%;width:42%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:rotate(24deg) translateX(-130%);transition:transform .7s cubic-bezier(.2,.7,.2,1)}.alatisn-mainbar .alatisn-olx-nav-link:hover{transform:translateY(-1px);border-color:rgba(246,196,0,.9);background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(246,196,0,.28) 48%,rgba(183,121,0,.22));box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 14px 30px rgba(183,121,0,.24),0 0 0 5px rgba(246,196,0,.1)}.alatisn-mainbar .alatisn-olx-nav-link:hover::before{transform:rotate(24deg) translateX(520%)}.alatisn-mainbar .alatisn-olx-nav-link svg{width:18px;height:18px;flex:none;color:#b77900;filter:drop-shadow(0 1px 0 rgba(255,255,255,.6))}.alatisn-mainbar .alatisn-olx-nav-link span{position:relative;line-height:1}.alatisn-catnav .alatisn-olx-nav{display:none!important}@media (max-width:1199.98px){.alatisn-mainbar .alatisn-olx-nav-link{padding:0 12px}.alatisn-mainbar .alatisn-olx-nav-link span{display:none}}@media (max-width:575.98px){.alatisn-mainbar .alatisn-olx-nav{order:2;margin-left:0;margin-right:0}.alatisn-actions{order:3}.alatisn-mainbar .alatisn-olx-nav-link{width:42px;padding:0;justify-content:center}}

/* =====================================================================
   PREMIUM RICH ANIMATIONS & HOMEPAGE ENHANCEMENTS
   Inspired by ActiveITZone — rich, animated, modern ecommerce UI
   ===================================================================== */

/* ---------- Hero section: animated gradient + floating glow ---------- */
.alatisn-hero{position:relative;overflow:hidden;border-radius:22px;min-height:clamp(360px,38vw,520px);display:grid;grid-template-columns:1.2fr .85fr;gap:20px;padding:clamp(24px,3.2vw,42px);background:linear-gradient(138deg,#0f1629 0%,#1a2444 38%,#2a1f0a 72%,#1a2444 100%);background-size:200% 200%;animation:alatisnHeroGrad 12s ease infinite;box-shadow:0 28px 64px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06)}
@keyframes alatisnHeroGrad{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.alatisn-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 680px 380px at 20% 40%,rgba(246,196,0,.12),transparent 60%),radial-gradient(ellipse 480px 280px at 80% 70%,rgba(246,196,0,.08),transparent 60%);pointer-events:none}
.alatisn-hero::after{content:"";position:absolute;bottom:-40%;right:-10%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(246,196,0,.07),transparent 60%);pointer-events:none;animation:alatisnHeroFloat 14s ease-in-out infinite}
@keyframes alatisnHeroFloat{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(-30px,-20px) scale(1.06)}66%{transform:translate(20px,-40px) scale(.96)}}
.alatisn-hero-main{position:relative;z-index:2;display:flex;align-items:center}
.alatisn-hero-inner{max-width:620px;animation:alatisnFadeUp .7s ease both}
@keyframes alatisnFadeUp{0%{opacity:0;transform:translateY(28px)}100%{opacity:1;transform:translateY(0)}}
.alatisn-hero-inner h1{font-size:clamp(28px,3.8vw,52px);font-weight:950;line-height:1.06;letter-spacing:-.03em;color:#fff!important;margin:0 0 14px}
.alatisn-hero-inner .as-hl{background:linear-gradient(135deg,#f6c400,#ffd54f,#f6c400);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.alatisn-hero-inner p{font-size:clamp(14px,1.2vw,17px);line-height:1.7;color:#b0c4de!important;margin:0 0 24px;max-width:540px}
.as-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;border:1px solid rgba(246,196,0,.24);background:rgba(246,196,0,.1);border-radius:999px;padding:7px 14px;font-size:11.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--as-yellow)}
.as-eyebrow svg{width:15px;height:15px;color:var(--as-yellow)}
.alatisn-hero-cta{display:flex;gap:12px;flex-wrap:wrap;animation:alatisnFadeUp .7s .2s ease both}
.alatisn-hero-side{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px}
.alatisn-promo{border-radius:16px;padding:clamp(14px,1.8vw,24px);display:flex;flex-direction:column;gap:4px;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden;min-height:120px;flex:1;justify-content:center}
.alatisn-promo::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,transparent 38%,rgba(255,255,255,.16) 46%,transparent 54%,transparent 100%);transform:translateX(-130%);transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.alatisn-promo:hover::after{transform:translateX(130%)}
.alatisn-promo:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.22)!important}
.alatisn-promo small{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:.8}
.alatisn-promo b{font-size:clamp(16px,1.6vw,22px);font-weight:950;line-height:1.2;margin:4px 0 8px}
.alatisn-promo .as-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:900;color:var(--as-yellow);transition:gap .2s ease}
.alatisn-promo:hover .as-link{gap:12px}
.alatisn-promo-yellow{background:linear-gradient(145deg,#f6c400,#e5b200,#d4a000);color:#1a1400!important;box-shadow:0 12px 32px rgba(246,196,0,.18)}
.alatisn-promo-yellow small,.alatisn-promo-yellow b{color:#1a1400!important}
.alatisn-promo-dark{background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.1);color:#fff!important}
.alatisn-promo-dark small,.alatisn-promo-dark b{color:#fff!important}
@media (max-width:767.98px){.alatisn-hero{grid-template-columns:1fr;min-height:auto;padding:20px}.alatisn-hero-side{display:grid;grid-template-columns:1fr 1fr}}

/* ---------- Trust strip: richer cards ---------- */
.alatisn-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}
.alatisn-trust-item{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);border-radius:14px;padding:14px 16px;backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.alatisn-trust-item:hover{transform:translateY(-2px);background:rgba(246,196,0,.07);border-color:rgba(246,196,0,.18)}
.alatisn-trust-ic{flex:none;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(246,196,0,.13);color:var(--as-yellow)}
.alatisn-trust-ic svg{width:20px;height:20px}
.alatisn-trust-txt{display:flex;flex-direction:column}
.alatisn-trust-txt b{font-size:14px;font-weight:950;color:#fff!important;line-height:1.2}
.alatisn-trust-txt span{font-size:12px;color:#94a3b8!important;font-weight:700;line-height:1.3}

/* ---------- Category cards: hover lift + glow ---------- */
.alatisn-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}
.alatisn-cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);border-radius:16px;padding:18px 12px;text-decoration:none!important;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease,background .25s ease,border-color .25s ease;position:relative;overflow:hidden}
.alatisn-cat-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(246,196,0,.08),transparent 70%);opacity:0;transition:opacity .3s ease}
.alatisn-cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(246,196,0,.1),0 0 0 1px rgba(246,196,0,.15);background:rgba(246,196,0,.06);border-color:rgba(246,196,0,.2)}
.alatisn-cat-card:hover::before{opacity:1}
.alatisn-cat-ic{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(246,196,0,.12);color:var(--as-yellow);transition:transform .28s ease,background .28s ease}
.alatisn-cat-card:hover .alatisn-cat-ic{transform:scale(1.12);background:rgba(246,196,0,.2)}
.alatisn-cat-ic svg{width:24px;height:24px}
.alatisn-cat-card b{font-size:13.5px;font-weight:900;color:#fff!important;line-height:1.2}
.alatisn-cat-card span{font-size:11.5px;font-weight:800;color:#94a3b8}

/* ---------- Product cards: rich hover, price shine ---------- */
.card-product{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:16px;overflow:hidden;transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease,border-color .32s ease;position:relative;isolation:isolate}
.card-product:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(0,0,0,.2),0 0 0 1px rgba(246,196,0,.2)!important;border-color:rgba(246,196,0,.15)}
.card-image{position:relative;overflow:hidden;background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;padding:18px;min-height:180px}
.card-image img{transition:transform .5s cubic-bezier(.2,.7,.2,1),opacity .3s ease;width:100%;height:auto;max-height:200px;object-fit:contain}
.card-product:hover .card-image img{transform:scale(1.08)}
.card-info{padding:12px 14px 16px}
.card-info h5{font-size:14.5px!important;font-weight:900!important;line-height:1.25!important;color:#fff!important;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}
.card-product:hover .card-info h5{color:var(--as-yellow)!important}
.alatisn-stock{font-size:11.5px;font-weight:900;margin-bottom:8px}
.alatisn-stock-in{color:#22c55e}
.alatisn-stock-out{color:#ef4444}
.card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}
.price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.price-regular{font-size:17px;font-weight:950;color:#fff!important}
.price-line{font-size:13px;font-weight:800;color:#64748b;text-decoration:line-through}
.add-to-cart{flex:none;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--as-yellow);color:var(--as-ink)!important;transition:transform .2s ease,box-shadow .2s ease,width .25s ease;overflow:hidden;gap:6px;text-decoration:none!important}
.add-to-cart .as-cart-label{font-size:13px;font-weight:950;max-width:0;overflow:hidden;white-space:nowrap;transition:max-width .25s ease}
.add-to-cart:hover{width:auto;padding:0 14px;box-shadow:0 8px 22px rgba(246,196,0,.28)}
.add-to-cart:hover .as-cart-label{max-width:60px}
.add-to-cart i{font-size:17px;flex:none}
.alatisn-badges{position:absolute;top:10px;left:10px;z-index:4;display:flex;flex-direction:column;gap:5px}
.alatisn-badge{font-size:10.5px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;padding:4px 8px;border-radius:8px;line-height:1;display:inline-block}
.alatisn-badge-sale{background:var(--as-yellow);color:var(--as-ink)}
.alatisn-badge-new{background:#22c55e;color:#fff}
.alatisn-badge-out{background:#ef4444;color:#fff}

/* ---------- Section titles ---------- */
.alatisn-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}
.alatisn-title-accent{font-size:clamp(20px,2.2vw,28px);font-weight:950;color:#fff!important;letter-spacing:-.02em;margin:0;position:relative;display:inline-block}
.alatisn-title-accent::after{content:"";display:block;width:48px;height:3px;border-radius:999px;background:linear-gradient(90deg,#f6c400,#ffd54f);margin-top:5px}
.as-sub{font-size:14px;font-weight:700;color:#94a3b8;margin-top:4px}
.as-seeall{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:900;color:var(--as-yellow);text-decoration:none!important;white-space:nowrap;transition:gap .2s ease}
.as-seeall:hover{gap:12px}
.as-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 24px;border-radius:12px;font-size:14.5px;font-weight:900;text-decoration:none!important;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.as-btn-primary{background:var(--as-yellow);color:var(--as-ink)!important;box-shadow:0 4px 0 rgba(204,159,0,.8)}
.as-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(246,196,0,.25),0 4px 0 rgba(204,159,0,.9)}
.as-btn-outline{background:transparent;border:1px solid rgba(255,255,255,.18);color:#fff!important}
.as-btn-outline:hover{background:rgba(255,255,255,.06);border-color:var(--as-yellow);color:var(--as-yellow)!important}

/* ---------- Product rail panel ---------- */
.alatisn-products-panel{border-radius:18px;overflow:hidden}
.alatisn-products-panel.is-accent{background:linear-gradient(145deg,rgba(246,196,0,.06),rgba(255,255,255,.03));border:1px solid rgba(246,196,0,.1);padding:20px}
.alatisn-prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}
@media (max-width:575.98px){.alatisn-prod-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.alatisn-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-image{min-height:130px}}

/* ---------- Product detail page: rich animations ---------- */
.alatisn-product-page .alatisn-product-gallery{position:sticky;top:90px}
.alatisn-product-gallery .detail-gallery{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}
.alatisn-product-gallery .product-image-slider figure{background:rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;padding:20px;min-height:380px}
.alatisn-product-gallery .product-image-slider img{max-height:420px;width:auto;object-fit:contain;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.alatisn-product-gallery .product-image-slider figure:hover img{transform:scale(1.1)}
.slider-nav-thumbnails{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px}
.slider-nav-thumbnails .item-thumb{border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);padding:6px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}
.slider-nav-thumbnails .item-thumb:hover,.slider-nav-thumbnails .slick-current .item-thumb{border-color:var(--as-yellow);transform:translateY(-2px)}
.slider-nav-thumbnails img{width:100%;height:auto;object-fit:contain;max-height:60px}
.alatisn-buy-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:clamp(18px,2.8vw,32px);box-shadow:0 18px 42px rgba(0,0,0,.12)}
.alatisn-buy-box h1{font-size:clamp(20px,2.4vw,30px);font-weight:950;color:#fff!important;line-height:1.15;letter-spacing:-.02em;margin:0 0 10px}
.alatisn-pdp-category{display:inline-flex;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--as-yellow);margin-bottom:8px;text-decoration:none}
.alatisn-pdp-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0;padding:14px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.alatisn-pdp-price{font-size:clamp(26px,3vw,36px);font-weight:950;color:#fff!important}
.alatisn-pdp-old{font-size:18px;font-weight:800;color:#64748b;text-decoration:line-through}
.alatisn-pdp-stock{font-size:12.5px;font-weight:900;padding:5px 12px;border-radius:999px}
.alatisn-pdp-stock.is-in{background:rgba(34,197,94,.13);color:#22c55e}
.alatisn-pdp-stock.is-out{background:rgba(239,68,68,.13);color:#ef4444}
.alatisn-pdp-summary{margin:14px 0;color:#b0c4de;font-size:14.5px;line-height:1.7}
.alatisn-pdp-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:18px 0}
.form-quantity{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.04)}
.form-quantity .input-quantity{width:48px;text-align:center;border:0;background:transparent;color:#fff;font-weight:900;font-size:16px;min-height:44px;outline:0}
.form-quantity .button-quantity{width:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;font-size:18px;font-weight:900;transition:color .15s,background .15s;user-select:none}
.form-quantity .button-quantity:hover{color:var(--as-yellow);background:rgba(246,196,0,.08)}
.alatisn-pdp-buttons{display:flex;gap:8px;flex-wrap:wrap}
.alatisn-add-cart,.alatisn-buy-now{min-height:48px;border-radius:12px!important;font-weight:950!important;padding:0 22px!important;transition:transform .2s ease,box-shadow .2s ease!important}
.alatisn-add-cart{background:var(--as-yellow)!important;color:var(--as-ink)!important;border:0!important;box-shadow:0 4px 0 rgba(204,159,0,.8)!important}
.alatisn-add-cart:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(246,196,0,.2),0 4px 0 rgba(204,159,0,.9)!important}
.alatisn-buy-now{background:var(--as-ink)!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:0 4px 0 rgba(0,0,0,.2)!important}
.alatisn-buy-now:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(0,0,0,.15),0 4px 0 rgba(0,0,0,.25)!important}
.alatisn-icon-action{width:48px;height:48px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:12px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;transition:background .2s,color .2s,transform .2s!important}
.alatisn-icon-action:hover{background:rgba(246,196,0,.14)!important;color:var(--as-yellow)!important;border-color:rgba(246,196,0,.2)!important;transform:translateY(-2px)!important}
.alatisn-pdp-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}
.alatisn-pdp-trust>div{display:flex;flex-direction:column;gap:2px;padding:10px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}
.alatisn-pdp-trust b{font-size:13px;font-weight:950;color:#fff!important}
.alatisn-pdp-trust span{font-size:12px;font-weight:700;color:#94a3b8}
.alatisn-pdp-meta{margin-top:14px;font-size:13px;color:#94a3b8}
.alatisn-pdp-meta .meta-value{color:#cbd5e1;font-weight:700}
.product-tabs{display:flex;gap:4px;border:0!important;margin-bottom:24px;flex-wrap:wrap}
.product-tabs li a{display:inline-flex;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:900;color:#94a3b8;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);text-decoration:none!important;transition:background .2s,color .2s,border-color .2s}
.product-tabs li a.active,.product-tabs li a:hover{background:var(--as-yellow);color:var(--as-ink)!important;border-color:var(--as-yellow)}
.alatisn-product-tabs-wrap{padding:clamp(18px,3vw,32px) 0}
.alatisn-section.alatisn-related-products{padding-bottom:40px}

/* ---------- Newsletter ---------- */
.alatisn-newsletter{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,rgba(246,196,0,.08),rgba(255,255,255,.03));border-radius:20px;padding:clamp(20px,3vw,36px);box-shadow:0 18px 42px rgba(0,0,0,.1)}
.alatisn-newsletter h3{font-size:clamp(22px,2.4vw,30px);font-weight:950;color:#fff!important;margin:0 0 4px}
.alatisn-newsletter p{font-size:14.5px;color:#94a3b8;margin:0}
.alatisn-newsletter form{display:flex;gap:8px;flex-wrap:wrap;max-width:440px}
.alatisn-newsletter input{flex:1;min-width:180px;min-height:50px;padding:0 16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-size:14px;font-weight:600;outline:0;transition:border-color .2s}
.alatisn-newsletter input:focus{border-color:var(--as-yellow)}
.alatisn-newsletter input::placeholder{color:#64748b;font-weight:600}
.alatisn-newsletter button{min-height:50px;border:0!important}
@media (max-width:767.98px){.alatisn-newsletter{grid-template-columns:1fr;text-align:center}.alatisn-newsletter form{max-width:100%}}

/* ---------- Brands ---------- */
.alatisn-brands{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}
.alatisn-brand{display:flex;align-items:center;justify-content:center;min-height:80px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.04);border-radius:14px;padding:14px;transition:transform .2s,background .2s,border-color .2s;text-decoration:none!important}
.alatisn-brand:hover{transform:translateY(-3px);background:rgba(246,196,0,.06);border-color:rgba(246,196,0,.15)}
.alatisn-brand img{max-height:44px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.7;transition:opacity .2s}
.alatisn-brand:hover img{opacity:1}
.alatisn-brand-fallback{font-size:13px;font-weight:900;color:#fff;text-align:center}

/* ---------- Breadcrumb ---------- */
.alatisn-product-breadcrumb{padding:14px 0}
.alatisn-product-breadcrumb .breadcrumb{display:flex;gap:8px;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:13px;font-weight:700}
.alatisn-product-breadcrumb .breadcrumb li{color:#94a3b8}
.alatisn-product-breadcrumb .breadcrumb li+li::before{content:"/";margin-right:8px;color:#475569}
.alatisn-product-breadcrumb .breadcrumb a{color:#94a3b8;text-decoration:none;transition:color .15s}
.alatisn-product-breadcrumb .breadcrumb a:hover{color:var(--as-yellow)}

.alatisn-product-page{background:#f7f7f7;padding-bottom:42px}
.alatisn-product-breadcrumb{padding:16px 0 0}
.alatisn-product-main{padding:18px 0 32px}
.alatisn-product-gallery{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;position:sticky;top:96px}
.alatisn-product-gallery .detail-gallery{margin-bottom:12px}
.alatisn-product-gallery .product-image-slider figure{background:#fafafa;border-radius:10px;overflow:hidden;aspect-ratio:1/1;display:flex!important;align-items:center;justify-content:center;margin:0;position:relative;cursor:crosshair}
.alatisn-product-gallery .product-image-slider img{width:100%;height:100%;object-fit:contain;transition:opacity .2s;user-select:none}
.alatisn-zoom-wrap{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.alatisn-zoom-btn{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:rgba(255,255,255,.92);color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,background .15s;z-index:2}
.alatisn-product-gallery .product-image-slider figure:hover .alatisn-zoom-btn{opacity:1}
.alatisn-zoom-btn:hover{background:#fff;color:#1e293b}
.alatisn-product-gallery .product-image-slider .alatisn-zoom-lens{position:absolute;width:140px;height:140px;border:2px solid #f59e0b;background:rgba(245,158,11,.08);pointer-events:none;z-index:3;display:none;border-radius:50%}
.alatisn-product-gallery .product-image-slider figure:hover .alatisn-zoom-lens{display:block}
.alatisn-product-gallery .slider-nav-thumbnails .item-thumb{border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;padding:4px;transition:border-color .15s;cursor:pointer}
.alatisn-product-gallery .slider-nav-thumbnails .slick-current .item-thumb{border-color:#f59e0b}
.alatisn-product-gallery .slider-nav-thumbnails img{aspect-ratio:1/1;object-fit:contain;width:100%;max-height:72px}
.alatisn-buy-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:clamp(18px,2.5vw,28px);position:sticky;top:96px}
.alatisn-pdp-category{display:inline-flex;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#f59e0b;margin-bottom:6px;text-decoration:none}
.alatisn-pdp-category:hover{color:#d97706;text-decoration:underline}
.alatisn-pdp-title{font-size:clamp(20px,2.2vw,28px);line-height:1.2;font-weight:700;color:#0f172a;margin:0 0 10px;letter-spacing:-.01em}
.alatisn-pdp-rating{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-size:14px;color:#64748b}
.alatisn-pdp-rating .anchor-link{color:#007185;font-size:14px;text-decoration:none}
.alatisn-pdp-rating .anchor-link:hover{color:#c7511f;text-decoration:underline}
.alatisn-pdp-rating .product-rate{width:90px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='16'%3E%3Cpath d='M0 0h90v16H0z' fill='%23e2e8f0'/%3E%3C/svg%3E") repeat-x;position:relative}
.alatisn-pdp-rating .product-rating{height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='16'%3E%3Cpath d='M0 0h90v16H0z' fill='%23f59e0b'/%3E%3C/svg%3E") repeat-x}
.alatisn-no-reviews{color:#94a3b8;font-size:14px}
.alatisn-pdp-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}
.alatisn-pdp-price-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.alatisn-pdp-price{font-size:clamp(24px,2.8vw,32px);font-weight:700;color:#0f172a;line-height:1}
.alatisn-pdp-old{font-size:16px;color:#94a3b8;text-decoration:line-through;font-weight:500}
.alatisn-pdp-old::before{content:"~";margin-right:2px;text-decoration:none;display:inline-block}
.alatisn-badge-sale{background:#be123c;color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:4px;line-height:1.4}
.alatisn-pdp-stock-wrap{display:flex;align-items:center}
.alatisn-pdp-stock{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:13px;border-radius:4px}
.alatisn-pdp-stock.is-in{color:#059669}
.alatisn-pdp-stock.is-out{color:#dc2626}
.alatisn-pdp-bullets{margin-bottom:0;color:#374151;font-size:14px;line-height:1.6}
.alatisn-pdp-bullets ul{padding:0;margin:0 0 6px;list-style:none}
.alatisn-pdp-bullets ul li{padding:2px 0 2px 20px;position:relative}
.alatisn-pdp-bullets ul li::before{content:"";position:absolute;left:2px;top:10px;width:6px;height:6px;border-radius:50%;background:#f59e0b}
.alatisn-pdp-more-link{font-size:14px;color:#007185;text-decoration:none;font-weight:600}
.alatisn-pdp-more-link:hover{color:#c7511f;text-decoration:underline}
.alatisn-product-options{margin-bottom:16px}
.alatisn-product-options .pr_switch_wrap{margin-bottom:12px}
.alatisn-product-options .pr_switch_wrap label{font-size:13px;font-weight:600;color:#374151;margin-bottom:6px;display:block}
.alatisn-pdp-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.alatisn-qty{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff;height:46px}
.alatisn-qty-btn{width:36px;height:46px;border:none;background:transparent;color:#374151;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s;padding:0;line-height:1}
.alatisn-qty-btn:hover{background:#f3f4f6}
.alatisn-qty-input{width:42px;height:46px;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;text-align:center;font-size:15px;font-weight:600;color:#0f172a;background:transparent;padding:0;outline:none}
.alatisn-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1;min-width:140px;height:46px;border:none;border-radius:8px;background:#ffc519;color:#0f172a;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;padding:0 18px;line-height:1}
.alatisn-add-cart:hover{background:#f5b800;transform:scale(1.02);box-shadow:0 2px 8px rgba(255,197,25,.35)}
.alatisn-add-cart.disable{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}
.alatisn-buy-now{display:inline-flex;align-items:center;justify-content:center;height:46px;min-width:120px;border:none;border-radius:8px;background:#ff8f00;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;padding:0 16px;line-height:1}
.alatisn-buy-now:hover{background:#e67e00;transform:scale(1.02)}
.alatisn-buy-now.disable{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}
.alatisn-pdp-secure{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:13px;font-weight:600;color:#166534}
.alatisn-pdp-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}
.alatisn-trust-item{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#fafafa;border:1px solid #f1f5f9;border-radius:8px;color:#475569}
.alatisn-trust-item svg{flex-shrink:0;margin-top:2px;color:#059669}
.alatisn-trust-item b{display:block;font-size:13px;font-weight:700;color:#0f172a}
.alatisn-trust-item span{display:block;font-size:12px;color:#64748b;margin-top:1px}
.alatisn-pdp-meta{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#64748b}
.alatisn-meta-item{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.alatisn-meta-item span{font-weight:500}
.meta-value{color:#0f172a;font-weight:600;text-decoration:none}
.meta-value:hover{color:#f59e0b;text-decoration:underline}
.alatisn-product-tabs-wrap{background:#fff;border-top:1px solid #e2e8f0;padding:32px 0 42px}
.alatisn-tabs-nav{display:flex;gap:0;border-bottom:2px solid #e2e8f0;list-style:none;padding:0;margin:0 0 28px;overflow-x:auto}
.alatisn-tabs-nav li{margin:0}
.alatisn-tabs-nav a{display:inline-flex;padding:12px 20px;font-size:15px;font-weight:600;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;text-decoration:none;transition:color .15s,border-color .15s;white-space:nowrap}
.alatisn-tabs-nav a.active,.alatisn-tabs-nav a:hover{color:#0f172a;border-bottom-color:#f59e0b}
.alatisn-tabs-nav a.active{font-weight:700}
.alatisn-product-tabs-wrap .tab-content{max-width:1100px;margin:0 auto}
.alatisn-product-tabs-wrap .ck-content{color:#374151;line-height:1.75;font-size:15px}
.alatisn-related-products{background:#f7f7f7;padding-bottom:48px}
@media (max-width:991.98px){.alatisn-product-gallery,.alatisn-buy-box{position:relative;top:auto}.alatisn-buy-box{padding:18px}.alatisn-pdp-trust{grid-template-columns:1fr 1fr}}
@media (max-width:575.98px){.alatisn-pdp-actions{flex-direction:column}.alatisn-qty{width:100%}.alatisn-add-cart,.alatisn-buy-now{width:100%}.alatisn-pdp-trust{grid-template-columns:1fr}.alatisn-pdp-price-row{flex-direction:column;align-items:flex-start}.alatisn-pdp-rating{flex-wrap:wrap}}

/* Stylesheet rescue: keep the yellow/black brand system after duplicated dark overrides. */
.alatisn-home{background:var(--as-bg)!important;color:var(--as-ink)}
.alatisn-home .alatisn-section-head h2,.alatisn-home .alatisn-title-accent{color:var(--as-ink)!important}
.alatisn-home .as-sub{color:var(--as-gray-500)!important}
.alatisn-home .as-seeall{color:var(--as-ink)!important}
.alatisn-home .as-seeall:hover{color:var(--as-yellow-700)!important}
.alatisn-home .alatisn-hero .as-btn-outline,.alatisn-home .alatisn-promo-dark .as-btn-outline{color:#fff!important;border-color:rgba(255,255,255,.35)!important}
.alatisn-home .alatisn-trust{background:#fff!important;border:1px solid var(--as-gray-200)!important;box-shadow:var(--as-shadow-sm)!important;color:var(--as-ink)!important}
.alatisn-home .alatisn-trust-item{background:transparent!important;color:var(--as-ink)!important}
.alatisn-home .alatisn-trust-txt b{color:var(--as-ink)!important}
.alatisn-home .alatisn-trust-txt span{color:var(--as-gray-500)!important}
.alatisn-home .alatisn-cat-card{background:#fff!important;border:1px solid var(--as-gray-200)!important;box-shadow:var(--as-shadow-sm)!important;color:var(--as-ink)!important}
.alatisn-home .alatisn-cat-card:hover{border-color:var(--as-yellow)!important;box-shadow:var(--as-shadow-md)!important;background:#fff!important}
.alatisn-home .alatisn-cat-card b{color:var(--as-ink)!important}
.alatisn-home .alatisn-cat-card span{color:var(--as-gray-500)!important}
.alatisn-home .alatisn-cat-ic{background:rgba(246,196,0,.14)!important;color:var(--as-yellow-700)!important}
.alatisn-home .alatisn-products-panel.is-accent{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;border:1px solid var(--as-gray-200)!important;padding:20px!important}
.alatisn-home .alatisn-products-panel{background:transparent!important;border-color:transparent!important}
.card-product{background:#fff!important;border:1px solid var(--as-gray-200)!important;border-radius:var(--as-radius)!important;box-shadow:var(--as-shadow-sm)!important;color:var(--as-ink);display:flex;flex-direction:column;overflow:hidden}
.card-product:hover{box-shadow:var(--as-shadow-md)!important;border-color:var(--as-gray-300)!important;transform:translateY(-2px)}
.card-product .card-image{background:#fff!important;padding:14px!important;min-height:auto!important;display:block!important}
.card-product .card-image>a{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:8px}
.card-product .card-image img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;mix-blend-mode:multiply;filter:none!important;opacity:1!important}
.card-product .card-info{background:#fff!important;padding:4px 16px 16px!important;display:flex;flex-direction:column;flex:1 1 auto;color:var(--as-ink)}
.card-product .card-info h5,.card-product .card-info h6{font-size:14px!important;line-height:1.35!important;font-weight:700!important;color:var(--as-ink-2)!important;margin:0 0 8px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;min-height:2.7em}
.card-product:hover .card-info h5,.card-product:hover .card-info h6{color:var(--as-ink)!important}
.card-product .card-info .text-body-small{color:var(--as-gray-400)!important}
.card-product .price-regular{color:var(--as-ink)!important;font-size:18px;font-weight:800}
.card-product .price-line{color:var(--as-gray-400)!important;font-size:13px;text-decoration:line-through}
.card-product .card-foot{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.card-product .add-to-cart{width:auto;height:auto;min-width:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--as-yellow)!important;color:var(--as-ink)!important;font-weight:800;font-size:13.5px;padding:9px 14px;border-radius:var(--as-radius-sm);box-shadow:none!important;text-decoration:none!important;white-space:nowrap}
.card-product .add-to-cart:hover{width:auto;background:var(--as-yellow-600)!important;color:var(--as-ink)!important;transform:translateY(-1px)}
.card-product .add-to-cart .as-cart-label{max-width:none;overflow:visible}
.alatisn-home .alatisn-newsletter{background:linear-gradient(135deg,var(--as-ink),var(--as-ink-2))!important;border:0!important;color:#fff!important}
.alatisn-home .alatisn-newsletter h3{color:#fff!important}
.alatisn-home .alatisn-newsletter p{color:#d1d5db!important}
.alatisn-home .alatisn-newsletter input{background:#fff!important;color:var(--as-ink)!important;border:0!important}
.alatisn-home .alatisn-brand{background:#fff!important;border:1px solid var(--as-gray-200)!important;box-shadow:var(--as-shadow-sm)!important}
.alatisn-home .alatisn-brand img{filter:none!important;opacity:1!important}
.alatisn-home .alatisn-brand-fallback{color:var(--as-ink)!important}

/* Category icon upgrades + homepage pagination cleanup. */
.alatisn-subcat-icon{background:linear-gradient(145deg,#fff,rgba(246,196,0,.12))!important;border:1px solid rgba(17,24,39,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 8px 18px rgba(17,24,39,.08)}
.alatisn-subcat-icon svg{width:23px;height:23px;filter:drop-shadow(0 2px 4px rgba(17,24,39,.12))}
.alatisn-subcat-card{position:relative;overflow:hidden}.alatisn-subcat-card::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(246,196,0,.16) 48%,transparent 70%);transform:translateX(-120%);transition:transform .55s cubic-bezier(.2,.7,.2,1);pointer-events:none}.alatisn-subcat-card:hover::after{transform:translateX(120%)}
.alatisn-catnav-quick a{align-items:center;gap:7px}.alatisn-catnav-quick-icon{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 25px;border-radius:9px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 4px 12px rgba(17,24,39,.07)}.alatisn-catnav-quick-icon svg{width:16px;height:16px;display:block}.alatisn-catnav-quick a:hover .alatisn-catnav-quick-icon{border-color:rgba(246,196,0,.8);box-shadow:0 0 0 4px rgba(246,196,0,.14)}
.alatisn-action.wishlist svg{color:#e11d48;fill:rgba(225,29,72,.14);animation:alatisn-heartbeat 1.35s ease-in-out infinite;transform-origin:center;filter:drop-shadow(0 4px 10px rgba(225,29,72,.24))}.alatisn-action.wishlist:hover svg{fill:rgba(225,29,72,.22);color:#be123c}.alatisn-action.wishlist .as-count{background:#e11d48;color:#fff;box-shadow:0 0 0 4px rgba(225,29,72,.12)}
#page-home .section .pagination{display:none!important}
@keyframes alatisn-heartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.18)}28%{transform:scale(.96)}42%{transform:scale(1.13)}70%{transform:scale(1)}}

/* Single product rescue: final light industrial layer after older dark overrides. */
:root{
  --as-font-product-title:"Barlow Condensed","Arial Narrow",var(--primary-font),sans-serif;
  --as-font-price:"Rajdhani","Roboto Condensed","Arial Narrow",var(--primary-font),sans-serif;
}
body.single-product{background:#eef2f7;color:var(--as-ink)}
body.single-product .alatisn-product-page{background:radial-gradient(900px 360px at 8% 0,rgba(246,196,0,.16),transparent 60%),linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%)!important;color:var(--as-ink)!important;padding-bottom:52px}
body.single-product .alatisn-product-breadcrumb{padding-top:18px;color:#475569!important}
body.single-product .alatisn-product-breadcrumb .breadcrumb,body.single-product .alatisn-product-breadcrumb .breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#64748b!important;font-weight:700}
body.single-product .alatisn-product-breadcrumb a,body.single-product .alatisn-product-breadcrumb li,body.single-product .alatisn-product-breadcrumb span{color:#64748b!important;text-decoration:none}
body.single-product .alatisn-product-breadcrumb a:hover{color:#9a7600!important}
body.single-product .alatisn-product-main{padding:20px 0 38px!important}
body.single-product .alatisn-product-gallery{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)!important;border:1px solid rgba(15,23,42,.1)!important;border-radius:20px!important;box-shadow:0 18px 46px rgba(15,23,42,.11)!important;padding:18px!important;color:var(--as-ink)!important}
body.single-product .alatisn-product-gallery .detail-gallery{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:16px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;overflow:hidden}
body.single-product .alatisn-product-gallery .product-image-slider figure{background:linear-gradient(145deg,#fff 0%,#f3f4f6 100%)!important;border-radius:16px!important;min-height:420px!important;padding:24px!important}
body.single-product .alatisn-product-gallery .product-image-slider img{filter:none!important;opacity:1!important;mix-blend-mode:multiply}
body.single-product .alatisn-product-gallery .slider-nav-thumbnails .item-thumb{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:12px!important;box-shadow:0 5px 14px rgba(15,23,42,.06)!important}
body.single-product .alatisn-product-gallery .slider-nav-thumbnails .slick-current .item-thumb,body.single-product .alatisn-product-gallery .slider-nav-thumbnails .item-thumb:hover{border-color:var(--as-yellow)!important}
body.single-product .alatisn-buy-box{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;border:1px solid rgba(15,23,42,.12)!important;border-top:4px solid var(--as-yellow)!important;border-radius:20px!important;box-shadow:0 20px 50px rgba(15,23,42,.14)!important;color:var(--as-ink)!important;padding:clamp(20px,2.8vw,32px)!important}
body.single-product .alatisn-pdp-category{background:rgba(246,196,0,.18)!important;border:1px solid rgba(154,118,0,.2)!important;border-radius:999px!important;color:#7c5f00!important;font-weight:900!important;padding:6px 11px!important;text-decoration:none!important}
body.single-product .alatisn-buy-box h1,body.single-product .alatisn-pdp-title{color:#0f172a!important;font-family:var(--as-font-product-title)!important;font-size:clamp(28px,3.4vw,44px)!important;font-weight:800!important;letter-spacing:.005em!important;line-height:1.04!important;margin:12px 0 14px!important;text-transform:none!important}
body.single-product .alatisn-pdp-rating,body.single-product .alatisn-pdp-rating .alatisn-no-reviews{color:#64748b!important}
body.single-product .alatisn-pdp-rating .anchor-link{color:#0f766e!important;font-weight:800!important;text-decoration:none!important}
body.single-product .alatisn-pdp-rating .anchor-link:hover{color:#9a7600!important;text-decoration:underline!important}
body.single-product .alatisn-pdp-price-row{background:linear-gradient(90deg,rgba(246,196,0,.13),rgba(255,255,255,.2))!important;border:1px solid rgba(226,232,240,.95)!important;border-left:5px solid var(--as-yellow)!important;border-radius:16px!important;margin:16px 0 18px!important;padding:16px!important}
body.single-product .alatisn-pdp-price-wrap{align-items:baseline!important}
body.single-product .alatisn-pdp-price{color:#111827!important;font-family:var(--as-font-price)!important;font-size:clamp(34px,4vw,52px)!important;font-weight:700!important;letter-spacing:.01em!important;line-height:.95!important;text-shadow:none!important}
body.single-product .alatisn-pdp-old{color:#64748b!important;font-family:var(--as-font-price)!important;font-size:20px!important;font-weight:600!important;text-decoration:line-through!important;text-shadow:none!important}
body.single-product .alatisn-badge-sale{background:#be123c!important;color:#fff!important;border-radius:999px!important;font-weight:900!important;padding:5px 10px!important}
body.single-product .alatisn-pdp-stock{border-radius:999px!important;font-weight:900!important;padding:7px 12px!important}
body.single-product .alatisn-pdp-stock.is-in{background:#dcfce7!important;color:#166534!important}
body.single-product .alatisn-pdp-stock.is-out{background:#fee2e2!important;color:#991b1b!important}
body.single-product .alatisn-pdp-summary{background:#fff!important;border:1px solid #e2e8f0!important;border-left:5px solid var(--as-yellow)!important;border-radius:16px!important;color:#334155!important;margin:0 0 20px!important;padding:15px 16px!important;line-height:1.7!important}
body.single-product .alatisn-pdp-bullets,body.single-product .alatisn-pdp-bullets li{color:#334155!important}
body.single-product .alatisn-pdp-bullets li::before{background:var(--as-yellow)!important;box-shadow:0 0 0 4px rgba(246,196,0,.16)}
body.single-product .alatisn-pdp-more-link{color:#9a7600!important;font-weight:900!important}
body.single-product .alatisn-product-options,body.single-product .alatisn-product-options label{color:#334155!important}
body.single-product .alatisn-qty{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(15,23,42,.06)!important}
body.single-product .alatisn-qty-btn{background:#fff!important;color:#0f172a!important}
body.single-product .alatisn-qty-btn:hover{background:#f3f4f6!important;color:#9a7600!important}
body.single-product .alatisn-qty-input{background:#fff!important;color:#0f172a!important;font-family:var(--as-font-price)!important;font-weight:700!important}
body.single-product .alatisn-add-cart,body.single-product .alatisn-buy-now{border-radius:12px!important;font-weight:900!important;min-height:48px!important;text-transform:uppercase!important;letter-spacing:.02em!important}
body.single-product .alatisn-add-cart{background:var(--as-yellow)!important;color:#111827!important;border:1px solid var(--as-yellow)!important;box-shadow:0 7px 0 rgba(154,118,0,.45),0 16px 28px rgba(246,196,0,.22)!important}
body.single-product .alatisn-add-cart:hover{background:#ffd230!important;color:#111827!important;transform:translateY(-2px)!important}
body.single-product .alatisn-buy-now{background:#111827!important;color:#fff!important;border:1px solid #111827!important;box-shadow:0 7px 0 rgba(0,0,0,.2),0 16px 28px rgba(15,23,42,.18)!important}
body.single-product .alatisn-buy-now:hover{background:#1f2937!important;color:var(--as-yellow)!important;transform:translateY(-2px)!important}
body.single-product .alatisn-pdp-secure{background:#ecfdf3!important;border:1px solid #bbf7d0!important;border-radius:12px!important;color:#166534!important;font-weight:900!important}
body.single-product .alatisn-pdp-trust{border-bottom:1px solid #e2e8f0!important;gap:10px!important}
body.single-product .alatisn-pdp-trust .alatisn-trust-item{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;color:#475569!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important}
body.single-product .alatisn-pdp-trust .alatisn-trust-item svg{color:#9a7600!important}
body.single-product .alatisn-pdp-trust .alatisn-trust-item b{color:#0f172a!important;font-weight:900!important}
body.single-product .alatisn-pdp-trust .alatisn-trust-item span{color:#64748b!important;font-weight:700!important}
body.single-product .alatisn-pdp-meta{color:#64748b!important}
body.single-product .alatisn-pdp-meta span,body.single-product .alatisn-pdp-meta a,body.single-product .alatisn-pdp-meta .meta-value{color:#0f172a!important;font-weight:800!important}
body.single-product .alatisn-pdp-meta a:hover{color:#9a7600!important}
body.single-product .alatisn-product-tabs-wrap{background:#fff!important;border-top:1px solid #dbe3ef!important;box-shadow:0 -10px 30px rgba(15,23,42,.04)!important;color:#0f172a!important}
body.single-product .alatisn-tabs-nav{border-bottom:2px solid #e2e8f0!important}
body.single-product .alatisn-tabs-nav a{color:#475569!important;font-weight:900!important;text-decoration:none!important}
body.single-product .alatisn-tabs-nav a.active,body.single-product .alatisn-tabs-nav a:hover{color:#111827!important;border-bottom-color:var(--as-yellow)!important}
body.single-product .alatisn-product-tabs-wrap .ck-content{background:#fff!important;color:#334155!important;line-height:1.78!important}
body.single-product .alatisn-product-tabs-wrap .ck-content h1,body.single-product .alatisn-product-tabs-wrap .ck-content h2,body.single-product .alatisn-product-tabs-wrap .ck-content h3,body.single-product .alatisn-product-tabs-wrap .ck-content h4{color:#0f172a!important;font-family:var(--as-font-product-title)!important;font-weight:800!important}
body.single-product .alatisn-product-tabs-wrap .ck-content p,body.single-product .alatisn-product-tabs-wrap .ck-content li,body.single-product .alatisn-product-tabs-wrap .ck-content td,body.single-product .alatisn-product-tabs-wrap .ck-content th{color:#334155!important}
body.single-product .alatisn-product-tabs-wrap .ck-content a{color:#9a7600!important;font-weight:800!important}
body.single-product .alatisn-related-products{background:#eef2f7!important}
.card-product .card-info h5,.card-product .card-info h6,body.single-product .alatisn-pdp-title{font-family:var(--as-font-product-title)!important}
.card-product .price-regular,.card-product .price-line,body.single-product .alatisn-pdp-price,body.single-product .alatisn-pdp-old{font-family:var(--as-font-price)!important}
@media (max-width:991.98px){body.single-product .alatisn-product-gallery,body.single-product .alatisn-buy-box{position:relative!important;top:auto!important}body.single-product .alatisn-product-gallery .product-image-slider figure{min-height:320px!important}}
@media (max-width:575.98px){body.single-product .alatisn-product-main{padding-top:14px!important}body.single-product .alatisn-buy-box{padding:18px!important}body.single-product .alatisn-buy-box h1,body.single-product .alatisn-pdp-title{font-size:30px!important}body.single-product .alatisn-pdp-price{font-size:38px!important}body.single-product .alatisn-pdp-trust{grid-template-columns:1fr!important}}

/* Documentation pages: readable policy/support content. */
.alatisn-doc{max-width:1180px;margin:0 auto;padding:clamp(20px,3vw,42px) 16px 56px;color:var(--as-ink)}
.alatisn-doc *{box-sizing:border-box}.alatisn-doc a{color:#9a7600;font-weight:800;text-decoration:none}.alatisn-doc a:hover{text-decoration:underline}.alatisn-doc-hero{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#111827 0%,#1f2937 56%,#3a2a06 100%);color:#fff;padding:clamp(28px,5vw,56px);box-shadow:0 24px 60px rgba(17,24,39,.22);border:1px solid rgba(255,255,255,.08)}.alatisn-doc-hero::before{content:"";position:absolute;inset:auto -80px -120px auto;width:320px;height:320px;border-radius:50%;background:rgba(246,196,0,.18);filter:blur(4px)}.alatisn-doc-kicker{position:relative;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(246,196,0,.35);background:rgba(246,196,0,.14);color:var(--as-yellow);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.alatisn-doc-kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--as-yellow);box-shadow:0 0 0 5px rgba(246,196,0,.14)}.alatisn-doc-hero h1{position:relative;margin:0;color:#fff!important;font-size:clamp(32px,5vw,58px);line-height:1.02;font-weight:950;letter-spacing:-.035em}.alatisn-doc-lead{position:relative;max-width:850px;margin:16px 0 0!important;color:#dbe4ef!important;font-size:clamp(16px,1.7vw,20px);line-height:1.72}.alatisn-doc-meta{position:relative;display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.alatisn-doc-meta span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:999px;color:#fff;font-size:12px;font-weight:850;padding:8px 11px}.alatisn-doc-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start;margin-top:24px}.alatisn-doc-sidebar{position:sticky;top:112px;display:grid;gap:14px}.alatisn-doc-toc,.alatisn-doc-contact,.alatisn-doc-body{background:#fff;border:1px solid var(--as-gray-200);border-radius:18px;box-shadow:var(--as-shadow-sm)}.alatisn-doc-toc{padding:18px}.alatisn-doc-toc strong{display:block;color:var(--as-ink);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.alatisn-doc-toc a{display:flex;align-items:center;gap:9px;padding:9px 0;color:#475569!important;font-size:13.5px;font-weight:800;border-top:1px solid #eef2f7}.alatisn-doc-toc a::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--as-yellow);box-shadow:0 0 0 4px rgba(246,196,0,.14);flex:none}.alatisn-doc-contact{padding:18px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.alatisn-doc-contact span{display:block;color:#64748b;font-size:11.5px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.alatisn-doc-contact b{display:block;color:var(--as-ink);font-size:17px;font-weight:950}.alatisn-doc-contact p{margin:7px 0 10px!important;color:#475569!important;font-size:13.5px;line-height:1.55}.alatisn-doc-contact a{display:block;margin-top:6px;color:#111827!important;font-size:13.5px;font-weight:900}.alatisn-doc-body{padding:clamp(22px,3.2vw,38px);min-width:0}.alatisn-doc-summary{border-left:5px solid var(--as-yellow);background:linear-gradient(90deg,rgba(246,196,0,.16),rgba(246,196,0,.04));border-radius:16px;padding:18px 20px;margin-bottom:28px}.alatisn-doc-summary p{margin:0!important;color:#334155!important;font-size:16px;line-height:1.75;font-weight:700}.alatisn-doc-body h2{scroll-margin-top:130px;margin:34px 0 12px!important;color:#0f172a!important;font-size:clamp(22px,2.5vw,32px);line-height:1.18;font-weight:950;letter-spacing:-.025em}.alatisn-doc-body h2:first-of-type{margin-top:0!important}.alatisn-doc-body h3{margin:22px 0 10px!important;color:#111827!important;font-size:20px;font-weight:950}.alatisn-doc-body p{color:#334155!important;font-size:15.5px;line-height:1.82;margin:0 0 16px!important}.alatisn-doc-body ul,.alatisn-doc-body ol{margin:0 0 20px!important;padding-left:0!important}.alatisn-doc-body li{color:#334155!important;font-size:15px;line-height:1.72;margin:0 0 8px!important}.alatisn-doc-checklist{list-style:none!important;display:grid;gap:9px}.alatisn-doc-checklist li{position:relative;margin:0!important;padding:12px 14px 12px 42px!important;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.alatisn-doc-checklist li::before{content:"";position:absolute;left:16px;top:18px;width:10px;height:10px;border-radius:50%;background:var(--as-yellow);box-shadow:0 0 0 5px rgba(246,196,0,.15)}.alatisn-doc-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 24px}.alatisn-doc-card-grid>div{min-width:0;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-radius:16px;padding:18px;box-shadow:0 8px 20px rgba(15,23,42,.045)}.alatisn-doc-card-grid b{display:block;color:#111827;font-size:16px;font-weight:950;margin-bottom:7px}.alatisn-doc-card-grid p{font-size:14.5px!important;line-height:1.65!important;margin:0!important;color:#475569!important}.alatisn-doc-steps{display:grid;gap:10px;margin:16px 0 24px}.alatisn-doc-steps>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-items:start;border:1px solid #e2e8f0;background:#fff;border-radius:16px;padding:14px;box-shadow:0 8px 20px rgba(15,23,42,.04)}.alatisn-doc-steps span{display:inline-flex;width:42px;height:42px;border-radius:13px;align-items:center;justify-content:center;background:var(--as-yellow);color:#111827;font-weight:950;font-size:17px;box-shadow:0 4px 0 rgba(154,118,0,.4)}.alatisn-doc-steps p{margin:0!important;color:#334155!important;font-size:15px!important;line-height:1.65!important}.alatisn-doc-table{width:100%;border-collapse:separate;border-spacing:0;margin:16px 0 24px;border:1px solid #dbe3ef;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.05)}.alatisn-doc-table th,.alatisn-doc-table td{padding:14px 16px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top;color:#334155!important;font-size:14.5px;line-height:1.55}.alatisn-doc-table th{background:#111827;color:#fff!important;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:950}.alatisn-doc-table tr:last-child td{border-bottom:0}.alatisn-doc-table td:first-child{font-weight:900;color:#111827!important}.alatisn-doc-note{margin-top:30px;border:1px solid rgba(246,196,0,.45);background:#fffbeb;border-radius:16px;padding:16px 18px;color:#5f4700!important;font-size:14.5px;line-height:1.7}.alatisn-doc-note strong{color:#111827}.ck-content>.alatisn-doc:first-child{margin-top:0}.ck-content .alatisn-doc h1,.ck-content .alatisn-doc h2,.ck-content .alatisn-doc h3{font-family:var(--primary-font),sans-serif}
@media (max-width:991.98px){.alatisn-doc{padding-top:20px}.alatisn-doc-layout{grid-template-columns:1fr}.alatisn-doc-sidebar{position:relative;top:auto;grid-template-columns:1fr 1fr}.alatisn-doc-toc{order:1}.alatisn-doc-contact{order:2}.alatisn-doc-card-grid{grid-template-columns:1fr}}
@media (max-width:575.98px){.alatisn-doc{padding-left:12px;padding-right:12px}.alatisn-doc-hero{border-radius:18px;padding:24px 18px}.alatisn-doc-sidebar{grid-template-columns:1fr}.alatisn-doc-body{padding:20px 16px;border-radius:16px}.alatisn-doc-table{display:block;overflow-x:auto}.alatisn-doc-steps>div{grid-template-columns:36px minmax(0,1fr)}.alatisn-doc-steps span{width:36px;height:36px;border-radius:11px}.alatisn-doc-meta span{width:100%;justify-content:center}}

/* Product typography boost: clearer names and prices across cards/list/search. */
.card-product .card-info h5,.card-product .card-info h6{font-family:var(--as-font-product-title)!important;font-size:17px!important;line-height:1.22!important;font-weight:800!important;letter-spacing:.004em!important;min-height:2.45em!important;color:#111827!important}.card-product .card-info h5 a,.card-product .card-info h6 a{color:inherit!important}.card-product .price{align-items:baseline!important;gap:9px!important}.card-product .price-regular{font-family:var(--as-font-price)!important;font-size:22px!important;line-height:1!important;font-weight:700!important;letter-spacing:.012em!important;color:#111827!important}.card-product .price-line{font-family:var(--as-font-price)!important;font-size:15px!important;line-height:1!important;font-weight:600!important;color:#64748b!important}.card-product-list.alatisn-list-card .card-info h5,.card-product-list.alatisn-list-card .card-info h6{font-size:24px!important;line-height:1.18!important;min-height:auto!important}.card-product-list.alatisn-list-card .price-regular{font-size:26px!important}.card-product-list.alatisn-list-card .price-line{font-size:17px!important}.search-results-products .product-name,.cart-sidebar .product-name,.cart .product-name a{font-family:var(--as-font-product-title)!important;font-size:17px!important;font-weight:800!important;line-height:1.25!important}.search-results-products .product-price,.cart-sidebar .product-price,.cart .box-price .price-current,.cart .amount{font-family:var(--as-font-price)!important;font-size:20px!important;font-weight:700!important}.alatisn-pdp-title{font-size:clamp(32px,3.8vw,48px)!important}.alatisn-pdp-price{font-size:clamp(38px,4.5vw,58px)!important}
@media (max-width:575.98px){.card-product .card-info h5,.card-product .card-info h6{font-size:15.8px!important;line-height:1.24!important}.card-product .price-regular{font-size:20px!important}.card-product .price-line{font-size:14px!important}.card-product-list.alatisn-list-card .card-info h5,.card-product-list.alatisn-list-card .card-info h6{font-size:19px!important}.card-product-list.alatisn-list-card .price-regular{font-size:22px!important}.alatisn-pdp-title{font-size:32px!important}.alatisn-pdp-price{font-size:42px!important}}
