:root{
  --smk-blue:#0e63c8;
  --smk-blue-2:#1f73d8;
  --smk-navy:#05294f;
  --smk-navy-2:#071f3b;
  --smk-ink:#111820;
  --smk-muted:#68717d;
  --smk-bg:#f7f8fa;
  --smk-card:#fff;
  --smk-line:#e2e6eb;
  --smk-soft:#eef3f8;
  --smk-success:#2aa84a;
  --smk-danger:#e6332a;
  --smk-radius:8px;
  --smk-shadow:0 8px 24px rgba(5,41,79,.08);
  --smk-container:min(100% - 34px,1440px);
  --smk-font:'Poppins',Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--smk-ink);font-family:var(--smk-font);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.smk-no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
a:hover{color:var(--smk-blue)}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button,.button,input[type=submit]{cursor:pointer}
button{border:0}
.smk-container{width:var(--smk-container);margin-inline:auto}
.smk-icon{width:1.25em;height:1.25em;display:inline-block;vertical-align:middle;flex:0 0 auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed!important;z-index:99999;top:10px;left:10px;width:auto;height:auto;clip:auto;background:#fff;color:#111;padding:10px 14px;border-radius:5px;box-shadow:var(--smk-shadow)}

/* HEADER */
.site-header{position:relative;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(5,41,79,.1)}
.smk-topbar{background:linear-gradient(90deg,var(--smk-navy),#0a4278);color:#fff;font-size:11px}
.smk-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.smk-top-contact,.smk-top-account{display:flex;align-items:center;gap:20px}
.smk-top-contact a,.smk-top-contact>span,.smk-top-account>a{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.94);white-space:nowrap}
.smk-topbar .smk-icon{width:14px;height:14px}
.smk-languages{display:flex;align-items:center;gap:0;margin-left:2px}
.smk-languages a,.smk-languages span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;color:rgba(255,255,255,.78);font-size:10px;border-left:1px solid rgba(255,255,255,.16)}
.smk-languages .is-active{color:#fff;font-weight:700}
.smk-main-header{background:#fff}
.smk-header-grid{min-height:78px;display:grid;grid-template-columns:250px minmax(320px,1fr) auto;align-items:center;gap:36px}
.site-branding{display:flex;align-items:center;min-width:0}
.custom-logo-link{display:flex;align-items:center;max-width:230px}
.custom-logo{max-height:58px;width:auto}
.smk-text-logo{display:inline-flex;align-items:center;gap:10px;color:var(--smk-blue)}
.smk-logo-mark{width:43px;height:50px;display:grid;place-items:center;color:var(--smk-blue)}
.smk-logo-mark .smk-icon{width:42px;height:42px;stroke-width:2.1}
.smk-text-logo strong{font-size:22px;letter-spacing:.01em;font-weight:800}
.smk-header-search form{position:relative;display:flex;align-items:stretch;width:100%;height:44px}
.smk-header-search .search-field,.smk-header-search input[type=search]{width:100%;height:44px;border:1px solid var(--smk-line);border-radius:5px 0 0 5px;background:#fff;padding:0 17px;font-size:12px;outline:none}
.smk-header-search .search-field:focus,.smk-header-search input[type=search]:focus{border-color:var(--smk-blue);box-shadow:0 0 0 3px rgba(14,99,200,.09)}
.smk-header-search button{width:54px;min-width:54px;display:grid;place-items:center;border-radius:0 5px 5px 0;background:var(--smk-blue);color:#fff;position:relative}
.smk-header-search button .smk-icon{width:19px;height:19px}
.smk-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}
.smk-header-action{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:0;background:transparent;color:var(--smk-ink);min-width:54px}
.smk-header-action:hover{color:var(--smk-blue)}
.smk-action-icon{position:relative;display:inline-flex}
.smk-action-icon .smk-icon{width:22px;height:22px}
.smk-action-icon b{position:absolute;top:-9px;right:-11px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;background:var(--smk-blue);color:#fff;border:2px solid #fff;border-radius:999px;font-size:8px;line-height:1}
.smk-header-action small{font-size:10px;font-weight:600}
.smk-primary-nav{border-top:1px solid #f0f1f3;border-bottom:1px solid var(--smk-line);background:#fff}
/* V3.4.4: a saved Builder header may contain an old duplicate navigation block. */
.site-header--builder .smkvb-layout--header>.smk-primary-nav:first-child:not(:last-child){display:none}
.smk-menu{list-style:none;display:flex;align-items:center;justify-content:center;gap:0;margin:0;padding:0}
.smk-menu>li{position:relative}
.smk-menu>li>a{display:flex;align-items:center;height:47px;padding:0 28px;font-size:12px;font-weight:700;text-transform:uppercase;color:#111}
.smk-menu>li.current-menu-item>a,.smk-menu>li.current-menu-ancestor>a,.smk-menu>li>a:hover{color:var(--smk-blue)}
.smk-menu .sub-menu{position:absolute;z-index:100;left:0;top:100%;display:none;min-width:230px;margin:0;padding:10px;background:#fff;border:1px solid var(--smk-line);border-radius:0 0 8px 8px;box-shadow:var(--smk-shadow);list-style:none}
.smk-menu li:hover>.sub-menu,.smk-menu li:focus-within>.sub-menu{display:block}
.smk-menu .sub-menu li{position:relative}
.smk-menu .sub-menu a{display:block;padding:10px 12px;font-size:12px;font-weight:600;border-radius:4px}
.smk-menu .sub-menu a:hover{background:var(--smk-soft)}
.smk-menu .sub-menu .sub-menu{left:100%;top:-10px}
.smk-mobile-toggle,.smk-mobile-panel,.smk-mobile-overlay{display:none}

/* HERO */
.smk-hero{padding:18px 0 8px;background:#fff}
.smk-hero-shell{position:relative;overflow:hidden;border-radius:6px;background:#111;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.smk-hero-track{display:flex;height:clamp(360px,29vw,470px);transform:translate3d(0,0,0);transition:transform .68s cubic-bezier(.22,.61,.36,1);will-change:transform;touch-action:pan-y}
.smk-hero-panel{position:relative;flex:0 0 100%;min-width:100%;background-image:var(--smk-hero-image);background-size:cover;background-position:center;overflow:hidden}
.smk-hero-panel+ .smk-hero-panel{border-left:0}
.smk-hero-panel-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.24) 58%,rgba(0,0,0,.08))}
.smk-hero-panel-content{position:absolute;left:clamp(34px,5vw,76px);top:50%;z-index:2;transform:translateY(-50%);max-width:470px;color:#fff}
.smk-hero-panel h1{margin:0 0 12px;font-size:clamp(34px,3.1vw,52px);line-height:1.06;font-weight:800;letter-spacing:.01em;text-shadow:0 2px 15px rgba(0,0,0,.24)}
.smk-hero-panel p{margin:0 0 23px;max-width:410px;font-size:clamp(12px,1vw,15px);line-height:1.6;color:rgba(255,255,255,.9);opacity:1;max-height:none}
.smk-hero-button{display:inline-flex;align-items:center;justify-content:center;min-height:37px;padding:0 14px;background:#fff;color:var(--smk-blue);border-radius:4px;font-size:10px;font-weight:700;box-shadow:0 5px 15px rgba(0,0,0,.13)}
.smk-hero-button:hover{background:var(--smk-blue);color:#fff}
.smk-slider-prev,.smk-slider-next{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:37px;height:48px;display:grid;place-items:center;background:rgba(0,0,0,.36);color:#fff;border-radius:0 5px 5px 0}
.smk-slider-prev{left:0}
.smk-slider-next{right:0;border-radius:5px 0 0 5px}
.smk-slider-prev:hover,.smk-slider-next:hover{background:var(--smk-blue)}
.smk-slider-prev .smk-icon,.smk-slider-next .smk-icon{width:22px;height:22px}
.smk-slider-dots{display:flex;justify-content:center;align-items:center;gap:7px;height:34px}
.smk-slider-dots button{width:8px;height:8px;padding:0;border-radius:50%;background:#d1d5db;transition:.2s}
.smk-slider-dots button.is-active{width:9px;height:9px;background:var(--smk-blue)}

/* CATEGORIES */
.smk-category-section{padding:0 0 22px}
.smk-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.smk-category-card{position:relative;min-width:0;height:225px;overflow:hidden;background:#fff;border:1px solid var(--smk-line);border-radius:7px;transition:.22s;box-shadow:0 2px 9px rgba(5,41,79,.03)}
.smk-category-card:hover{transform:translateY(-4px);border-color:#b9cce1;box-shadow:var(--smk-shadow)}
.smk-category-icon{position:absolute;z-index:2;left:13px;top:13px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--smk-blue);color:#fff}
.smk-category-icon .smk-icon{width:15px;height:15px}
.smk-category-image{display:block;height:165px;background:#f4f6f8;overflow:hidden}
.smk-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.smk-category-card:hover img{transform:scale(1.045)}
.smk-category-meta{height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:7px 10px;text-align:center;background:#fff}
.smk-category-meta strong{font-size:12px;font-weight:700;text-transform:uppercase;color:#171717}
.smk-category-meta em{margin-top:2px;color:var(--smk-blue);font-style:normal;font-size:10px;font-weight:600}

/* HOME PRODUCT CLUSTERS */
.smk-home-products{padding:0 0 16px}
.smk-home-row{display:grid;gap:18px;margin-bottom:18px}
.smk-home-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.smk-home-row--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.smk-product-cluster{min-width:0}
.smk-cluster-heading{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--smk-line);margin-bottom:10px}
.smk-cluster-heading h2{margin:0;padding:0 0 8px;font-size:13px;line-height:1.1;font-weight:800;text-transform:uppercase;color:#171717}
.smk-cluster-heading a{display:flex;align-items:center;gap:5px;padding-bottom:8px;color:var(--smk-blue);font-size:9px;font-weight:600;white-space:nowrap}
.smk-cluster-heading .smk-icon{width:12px;height:12px}
.smk-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.smk-product-card{position:relative;min-width:0;background:#fff;border:1px solid var(--smk-line);border-radius:6px;overflow:hidden;transition:.22s}
.smk-product-card:hover{transform:translateY(-3px);border-color:#c5d2df;box-shadow:0 7px 18px rgba(5,41,79,.09)}
.smk-product-media{position:relative;height:150px;background:#fafbfc;overflow:hidden}
.smk-product-image{height:100%;display:flex;align-items:center;justify-content:center;padding:9px}
.smk-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}
.smk-product-card:hover .smk-product-image img{transform:scale(1.04)}
.smk-card-heart{position:absolute;z-index:3;right:8px;top:8px;width:26px;height:26px;display:grid;place-items:center;padding:0;background:rgba(255,255,255,.92);color:#10151b;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.smk-card-heart .smk-icon{width:16px;height:16px}
.smk-card-heart:hover,.smk-card-heart.is-active{color:var(--smk-danger)}
.smk-card-heart.is-active .smk-icon{fill:currentColor}
.smk-sale-badge{position:absolute;z-index:3;left:7px;top:7px;padding:3px 6px;border-radius:4px;background:var(--smk-danger);color:#fff;font-size:8px;font-weight:700}
.smk-card-hover-actions{position:absolute;z-index:3;right:7px;bottom:7px;display:flex;gap:5px;opacity:0;transform:translateY(8px);transition:.2s}
.smk-product-card:hover .smk-card-hover-actions{opacity:1;transform:none}
.smk-card-tool{width:28px;height:28px;display:grid;place-items:center;padding:0;background:#fff;color:#111;border:1px solid var(--smk-line);border-radius:4px;box-shadow:0 3px 8px rgba(0,0,0,.06)}
.smk-card-tool:hover,.smk-card-tool.is-active{background:var(--smk-blue);border-color:var(--smk-blue);color:#fff}
.smk-card-tool .smk-icon{width:14px;height:14px}
.smk-product-content{padding:8px 9px 9px;background:#fff}
.smk-product-title{margin:0 0 3px;min-height:30px;font-size:9.5px;line-height:1.45;font-weight:500;color:#2c3238}
.smk-product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.smk-product-price{min-height:23px;display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-size:11.5px;font-weight:800;color:#111}
.smk-product-price del{color:#9aa1a8;font-weight:500;font-size:9px}
.smk-product-price ins{text-decoration:none}
.smk-card-cart-wrap{height:0;overflow:hidden;transition:.22s}
.smk-product-card:hover .smk-card-cart-wrap{height:31px;margin-top:6px}
.smk-card-cart{width:100%;height:29px;display:flex!important;align-items:center;justify-content:center;gap:6px;padding:0 6px!important;border:0!important;border-radius:4px!important;background:var(--smk-blue)!important;color:#fff!important;font-size:8px!important;font-weight:700!important;text-transform:uppercase}
.smk-card-cart .smk-icon{width:13px;height:13px}
.smk-loading-grid{min-height:220px}
.smk-skeleton{height:220px;border-radius:6px;background:linear-gradient(90deg,#f0f2f4 25%,#f8f9fa 37%,#f0f2f4 63%);background-size:400% 100%;animation:smk-shimmer 1.3s infinite}
@keyframes smk-shimmer{0%{background-position:100% 0}100%{background-position:0 0}}
.smk-load-error{grid-column:1/-1;margin:0;padding:24px;text-align:center;background:#f8fafc;border:1px dashed var(--smk-line);color:var(--smk-muted);font-size:12px}

/* B2B */
.smk-b2b{padding:4px 0 10px}
.smk-b2b-shell{display:grid;grid-template-columns:31% 69%;min-height:155px;border:1px solid var(--smk-line);border-radius:7px;overflow:hidden;background:#fff}
.smk-b2b-copy{position:relative;z-index:1;padding:25px 38px 24px 34px;background:linear-gradient(135deg,#0c3d72,var(--smk-navy));color:#fff;clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}
.smk-b2b-copy span{font-size:10px;font-weight:700;letter-spacing:.08em}
.smk-b2b-copy h2{margin:2px 0 5px;font-size:20px;line-height:1.12;font-weight:800}
.smk-b2b-copy p{max-width:300px;margin:0 0 12px;color:rgba(255,255,255,.75);font-size:10px}
.smk-b2b-copy a{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:3px;background:#fff;color:var(--smk-blue);font-size:8px;font-weight:700;text-transform:uppercase}
.smk-b2b-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;background:linear-gradient(90deg,#fff,#f5f8fb)}
.smk-b2b-feature-grid>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 12px;border-left:1px solid var(--smk-line)}
.smk-b2b-feature-grid>div>span{width:39px;height:39px;display:grid;place-items:center;margin-bottom:8px;color:#111}
.smk-b2b-feature-grid .smk-icon{width:34px;height:34px}
.smk-b2b-feature-grid strong{font-size:10px;font-weight:700}
.smk-b2b-feature-grid small{margin-top:3px;color:var(--smk-muted);font-size:8px}

/* BENEFITS */
.smk-benefits{padding:0 0 0;background:#fff}
.smk-benefits-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--smk-line);border-bottom:0;border-radius:7px 7px 0 0;overflow:hidden}
.smk-benefits-grid>div{min-height:82px;display:flex;align-items:center;justify-content:center;gap:13px;padding:13px;border-right:1px solid var(--smk-line)}
.smk-benefits-grid>div:last-child{border-right:0}
.smk-benefits-grid>div>span{color:#12171d}
.smk-benefits-grid .smk-icon{width:31px;height:31px}
.smk-benefits-grid p{margin:0}
.smk-benefits-grid strong,.smk-benefits-grid small{display:block}
.smk-benefits-grid strong{color:var(--smk-blue);font-size:9px;font-weight:800}
.smk-benefits-grid small{color:var(--smk-muted);font-size:8px}

/* FOOTER */
.smk-footer-main{padding:30px 0 24px;background:linear-gradient(100deg,#073464,#05294f 55%,#061e38);color:#fff}
.smk-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr .9fr 1.05fr 1fr;gap:26px}
.smk-footer-logo{display:flex;align-items:center;gap:6px;color:#fff;font-size:18px;font-weight:800}
.smk-footer-logo span{display:inline-grid;place-items:center;color:#2b8bf4}
.smk-footer-logo .smk-icon{width:28px;height:28px}
.smk-footer-brand p{max-width:240px;margin:12px 0 15px;color:rgba(255,255,255,.7);font-size:9px;line-height:1.65}
.smk-social-links{display:flex;gap:8px}
.smk-social-links a{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:10px}
.smk-social-links a:hover{background:var(--smk-blue)}
.smk-footer-main h3{margin:3px 0 12px;font-size:9px;font-weight:700;color:#fff}
.smk-footer-links{list-style:none;margin:0;padding:0}
.smk-footer-links li{margin:4px 0}
.smk-footer-links a{color:rgba(255,255,255,.72);font-size:8.5px}
.smk-footer-links a:hover{color:#fff}
.smk-footer-contact p{display:flex;align-items:flex-start;gap:7px;margin:5px 0;color:rgba(255,255,255,.76);font-size:8.5px}
.smk-footer-contact .smk-icon{width:14px;height:14px;margin-top:1px}
.smk-footer-payments>div{display:flex;gap:5px;flex-wrap:wrap}
.smk-footer-payments>div span{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:3px;background:#fff;color:#0a3e73;font-size:8px;font-weight:800}
.smk-footer-payments p{margin-top:16px;color:rgba(255,255,255,.58);font-size:8px;line-height:1.6}
.smk-floating-whatsapp{position:fixed;z-index:90;right:22px;bottom:22px;width:48px;height:48px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:#14b84a;color:#fff;font-size:10px;font-weight:800;box-shadow:0 7px 20px rgba(0,0,0,.2)}
.smk-floating-whatsapp:hover{color:#fff;transform:translateY(-2px)}

/* SHOP / ARCHIVES */
.smk-shop-main{padding:28px 0 60px;background:var(--smk-bg)}
.smk-archive-hero{position:relative;min-height:235px;display:flex;align-items:center;margin-bottom:28px;padding:34px;border-radius:10px;overflow:hidden;background-image:linear-gradient(90deg,rgba(5,41,79,.88),rgba(5,41,79,.2)),var(--smk-archive-image);background-size:cover;background-position:center}
.smk-archive-shop{background-image:linear-gradient(90deg,#073b70,#0e63c8)}
.smk-archive-hero>div{position:relative;z-index:2;max-width:650px;color:#fff}
.smk-archive-hero p{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.smk-archive-hero h1{margin:0;font-size:42px;line-height:1.1;font-weight:800}
.smk-term-description{margin-top:10px;color:rgba(255,255,255,.76);font-size:12px}
.smk-shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px}
.smk-shop-sidebar{min-width:0}
.smk-shop-sidebar .widget,.smk-filter-placeholder{margin-bottom:16px;padding:18px;background:#fff;border:1px solid var(--smk-line);border-radius:8px}
.smk-shop-sidebar .widget-title,.smk-filter-placeholder strong{display:block;margin:0 0 12px;font-size:12px;font-weight:800;text-transform:uppercase}
.smk-shop-sidebar ul{list-style:none;margin:0;padding:0}
.smk-shop-sidebar li{margin:5px 0;font-size:11px}
.smk-shop-products{min-width:0}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:16px}
.woocommerce .woocommerce-result-count{font-size:11px;color:var(--smk-muted)}
.woocommerce .woocommerce-ordering select{min-height:40px;border:1px solid var(--smk-line);border-radius:5px;background:#fff;padding:0 35px 0 12px;font-size:11px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid var(--smk-line);border-radius:8px;overflow:hidden;transition:.2s}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--smk-shadow)}
.smk-loop-card{position:relative;height:100%}
.woocommerce ul.products li.product a img{height:240px!important;margin:0!important;padding:14px;object-fit:contain;background:#fafbfc}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:52px;margin:0!important;padding:12px 14px 5px!important;font-size:12px!important;line-height:1.45!important;color:#1b222a}
.woocommerce ul.products li.product .price{display:block;margin:0;padding:0 14px;color:#111!important;font-size:14px!important;font-weight:800!important}
.woocommerce ul.products li.product .button{width:calc(100% - 28px);min-height:38px;display:flex!important;align-items:center;justify-content:center;margin:13px 14px 14px!important;padding:0 10px!important;border-radius:5px!important;background:var(--smk-blue)!important;color:#fff!important;font-size:10px!important;font-weight:700!important}
.smk-default-card-tools{position:absolute;z-index:5;top:10px;right:10px;display:flex;flex-direction:column;gap:5px}
.smk-shop-quick{position:absolute;z-index:4;left:12px;right:12px;top:198px;height:31px;display:flex;align-items:center;justify-content:center;gap:5px;background:rgba(5,41,79,.92);color:#fff;border-radius:4px;opacity:0;transform:translateY(6px);transition:.2s;font-size:9px}
.smk-loop-card:hover .smk-shop-quick{opacity:1;transform:none}
.smk-shop-quick .smk-icon{width:14px;height:14px}
.woocommerce nav.woocommerce-pagination{margin-top:30px}
.woocommerce nav.woocommerce-pagination ul{border:0!important}
.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0 3px!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid!important;place-items:center;padding:0!important;border-radius:4px;background:#fff;color:#111}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--smk-blue);color:#fff}

/* SINGLE PRODUCT */
.single-product .smk-shop-main{background:#fff}
.single-product div.product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:42px;padding:18px 0 52px}
.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none!important;width:auto!important}
.single-product div.product .woocommerce-product-gallery{padding:18px;background:#fff;border:1px solid var(--smk-line);border-radius:10px}
.single-product div.product .summary{padding:28px;background:#fff;border:1px solid var(--smk-line);border-radius:10px;box-shadow:0 8px 25px rgba(5,41,79,.05)}
.single-product .product_title{margin:0 0 12px;font-size:34px;line-height:1.2;font-weight:800}
.single-product .summary .price{font-size:24px;color:#111}
.single-product .woocommerce-product-details__short-description{color:var(--smk-muted);font-size:13px}
.single-product .quantity .qty{height:46px;border:1px solid var(--smk-line);border-radius:5px}
.single-product .single_add_to_cart_button{min-height:46px!important;border-radius:5px!important;background:var(--smk-blue)!important;font-size:11px!important;font-weight:700!important}
.smk-single-actions{margin-top:14px}
.smk-whatsapp{display:flex;justify-content:center;padding:11px;border:1px solid #36aa62;color:#237a45;border-radius:5px;font-size:11px;font-weight:700}
.smk-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}
.smk-product-trust>div{display:flex;align-items:flex-start;gap:7px;padding:10px;background:#f6f8fa;border:1px solid #edf0f3;border-radius:6px}
.smk-product-trust .smk-icon{width:18px;height:18px;color:var(--smk-blue)}
.smk-product-trust p{margin:0}
.smk-product-trust strong,.smk-product-trust span{display:block}
.smk-product-trust strong{font-size:9px}.smk-product-trust span{font-size:7.5px;color:var(--smk-muted)}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;padding:22px;background:#fff;border:1px solid var(--smk-line);border-radius:8px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--smk-line)!important}
.woocommerce div.product .related,.woocommerce div.product .upsells{grid-column:1/-1}
.woocommerce div.product .related>h2,.woocommerce div.product .upsells>h2{font-size:24px;font-weight:800}
.smk-mobile-buy{display:none}

/* CART / CHECKOUT / ACCOUNT / CONTENT */
.woocommerce-cart .site-main,.woocommerce-checkout .site-main,.woocommerce-account .site-main,.smk-page-content,.smk-content-area{padding:48px 0 65px}
.smk-page-header h1{font-size:36px;font-weight:800}
.woocommerce table.shop_table{border:1px solid var(--smk-line)!important;border-radius:8px!important;background:#fff;overflow:hidden}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px!important}
.cart-collaterals .cart_totals,.woocommerce-checkout-review-order,.woocommerce-form-login,.woocommerce-form-register,.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content{background:#fff;border:1px solid var(--smk-line);border-radius:8px;padding:22px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{min-height:46px;border:1px solid var(--smk-line);border-radius:5px;padding:9px;background:#fff}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{border-radius:5px!important}
.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--smk-blue)!important}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-MyAccount-navigation li a{display:block;padding:9px;border-bottom:1px solid var(--smk-line)}
.smk-post-card{margin-bottom:20px;padding:20px;border:1px solid var(--smk-line);border-radius:8px;background:#fff}
.smk-error-page{text-align:center;padding:100px 0}.smk-error-page>span{font-size:90px;font-weight:800;color:var(--smk-blue)}

/* MODAL / DRAWER */
.smk-modal{position:fixed;z-index:9999;inset:0;display:none}
.smk-modal.is-open{display:block}
.smk-modal-backdrop{position:absolute;inset:0;background:rgba(3,17,32,.7)}
.smk-modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(860px,calc(100% - 30px));max-height:90vh;overflow:auto;background:#fff;border-radius:10px;padding:28px}
.smk-modal-close{position:absolute;right:10px;top:10px;width:34px;height:34px;display:grid;place-items:center;padding:0;border-radius:50%;background:#f0f2f4;color:#111;z-index:3}
.smk-modal-close .smk-icon{width:17px;height:17px}
.smk-quick-content{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.smk-quick-content img{width:100%;max-height:470px;object-fit:contain;background:#f7f8fa;border-radius:8px}
.smk-quick-content h2{font-size:30px;line-height:1.2;font-weight:800}
.smk-quick-content .button,.smk-quick-content .smk-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin:8px 7px 0 0;padding:0 15px;border-radius:5px;background:var(--smk-blue);color:#fff;font-size:10px;font-weight:700}
.smk-drawer{position:fixed;z-index:9998;right:0;top:0;bottom:0;width:min(410px,92vw);background:#fff;box-shadow:-20px 0 50px rgba(0,0,0,.18);transform:translateX(105%);transition:.3s;padding:23px}
.smk-drawer.is-open{transform:none}
.smk-drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--smk-line);padding-bottom:13px}
.smk-drawer-head button{width:34px;height:34px;display:grid;place-items:center;padding:0;border-radius:50%}

/* RESPONSIVE */
@media(max-width:1240px){
  .smk-header-grid{grid-template-columns:220px minmax(250px,1fr) auto;gap:22px}
  .smk-header-actions{gap:12px}
  .smk-menu>li>a{padding:0 20px}
  .smk-product-media{height:135px}
  .smk-footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}
  .smk-footer-contact,.smk-footer-payments{margin-top:10px}
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1024px){
  :root{--smk-container:min(100% - 28px,940px)}
  .smk-top-shipping,.smk-top-account>a:first-child{display:none}
  .smk-header-grid{grid-template-columns:auto 1fr auto;min-height:69px}
  .smk-mobile-toggle{display:grid;place-items:center;width:36px;height:36px;padding:0;background:transparent;color:var(--smk-navy)}
  .smk-mobile-toggle .smk-icon{width:24px;height:24px}
  .smk-text-logo strong{font-size:18px}
  .smk-logo-mark{width:34px;height:38px}.smk-logo-mark .smk-icon{width:33px;height:33px}
  .smk-header-search,.smk-primary-nav{display:none}
  .smk-header-action small{display:none}
  .smk-header-actions{gap:8px}
  .smk-header-action{min-width:38px}
  .smk-header-actions .js-smk-open-compare{display:none}
  .smk-mobile-panel{display:block;position:fixed;z-index:10002;left:0;top:0;bottom:0;width:min(380px,92vw);padding:18px;background:#fff;box-shadow:20px 0 60px rgba(0,0,0,.22);transform:translateX(-105%);transition:.3s;overflow:auto}
  .smk-mobile-panel.is-open{transform:none}
  .smk-mobile-overlay{display:block;position:fixed;z-index:10001;inset:0;width:100%;height:100%;padding:0;background:rgba(3,17,32,.56)}
  .smk-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid var(--smk-line)}
  .smk-mobile-logo{display:flex;align-items:center;gap:6px;color:var(--smk-blue);font-weight:800}
  .smk-mobile-logo span{display:grid;place-items:center}.smk-mobile-logo .smk-icon{width:26px;height:26px}
  .smk-mobile-close{width:34px;height:34px;display:grid;place-items:center;padding:0;border-radius:50%;background:#f2f4f6}
  .smk-mobile-search{margin:14px 0}.smk-mobile-search form{display:flex;height:42px}.smk-mobile-search input{width:100%;border:1px solid var(--smk-line);border-radius:5px 0 0 5px;padding:0 12px}.smk-mobile-search button{width:46px;display:grid;place-items:center;background:var(--smk-blue);color:#fff;border-radius:0 5px 5px 0}.smk-mobile-search button .smk-icon{width:18px;height:18px}
  .smk-mobile-menu{list-style:none;margin:0;padding:0}.smk-mobile-menu a{display:block;padding:11px 2px;border-bottom:1px solid var(--smk-line);font-size:12px;font-weight:700}.smk-mobile-menu .sub-menu{list-style:none;margin:0;padding-left:14px}.smk-mobile-menu .sub-menu a{font-size:11px;font-weight:500}
  .smk-mobile-panel .smk-languages{margin-top:18px}.smk-mobile-panel .smk-languages a,.smk-mobile-panel .smk-languages span{color:#333;border-color:var(--smk-line)}
  .smk-hero-track{height:370px}
  .smk-hero-panel-content{left:38px;max-width:390px}.smk-hero-panel h1{font-size:36px}
  .smk-category-grid{gap:10px}.smk-category-card{height:195px}.smk-category-image{height:138px}.smk-category-meta{height:57px}
  .smk-home-row--three{grid-template-columns:1fr 1fr}.smk-home-row--three .smk-product-cluster:last-child{grid-column:1/-1}
  .smk-b2b-shell{grid-template-columns:1fr}.smk-b2b-copy{clip-path:none}.smk-b2b-feature-grid{min-height:130px}
  .smk-benefits-grid{grid-template-columns:repeat(3,1fr)}.smk-benefits-grid>div:nth-child(3){border-right:0}.smk-benefits-grid>div:nth-child(n+4){border-top:1px solid var(--smk-line)}
  .smk-shop-layout{grid-template-columns:210px minmax(0,1fr)}
  .single-product div.product{grid-template-columns:1fr;gap:20px}
}
@media(max-width:760px){
  :root{--smk-container:calc(100% - 22px)}
  .smk-topbar-inner{justify-content:center}.smk-top-contact a:nth-child(2),.smk-top-account{display:none}
  .smk-header-grid{grid-template-columns:auto 1fr auto;gap:10px}
  .site-branding{justify-content:center}.smk-text-logo strong{font-size:16px}.custom-logo-link{max-width:170px}
  .smk-header-actions .js-smk-open-wishlist{display:none}
  .smk-hero{padding-top:11px}.smk-hero-shell{overflow:hidden}.smk-hero-track{height:330px}.smk-hero-panel{flex:0 0 100%;border-left:0!important}.smk-hero-panel-content{left:28px;right:28px;max-width:290px}.smk-hero-panel h1{font-size:29px}.smk-hero-panel p{font-size:11px;line-height:1.5}.smk-slider-prev,.smk-slider-next{width:32px;height:44px}
  .smk-category-grid{grid-template-columns:repeat(2,1fr)}.smk-category-card{height:190px}.smk-category-card:last-child{grid-column:1/-1}.smk-category-image{height:135px}
  .smk-home-row--two,.smk-home-row--three{grid-template-columns:1fr}.smk-home-row--three .smk-product-cluster:last-child{grid-column:auto}
  .smk-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.smk-product-media{height:175px}.smk-product-title{font-size:10.5px}.smk-product-price{font-size:12px}.smk-card-cart-wrap{height:31px;margin-top:6px}.smk-card-hover-actions{display:none}
  .smk-b2b-feature-grid{grid-template-columns:repeat(2,1fr)}.smk-b2b-feature-grid>div:nth-child(3),.smk-b2b-feature-grid>div:nth-child(4){border-top:1px solid var(--smk-line)}
  .smk-benefits-grid{grid-template-columns:repeat(2,1fr)}.smk-benefits-grid>div{border-top:1px solid var(--smk-line)}.smk-benefits-grid>div:nth-child(1),.smk-benefits-grid>div:nth-child(2){border-top:0}.smk-benefits-grid>div:nth-child(2n){border-right:0}.smk-benefits-grid>div:last-child{grid-column:1/-1}
  .smk-footer-grid{grid-template-columns:1fr 1fr}.smk-footer-brand{grid-column:1/-1}.smk-footer-payments{grid-column:1/-1}
  .smk-shop-layout{display:block}.smk-shop-sidebar{margin-bottom:18px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products li.product a img{height:195px!important}.smk-shop-quick{display:none}
  .single-product .product_title{font-size:28px}.smk-product-trust{grid-template-columns:1fr}
  .smk-mobile-buy{position:fixed;z-index:999;left:9px;right:9px;bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px;background:#fff;border:1px solid var(--smk-line);border-radius:8px;box-shadow:0 10px 28px rgba(0,0,0,.2)}.smk-mobile-buy strong,.smk-mobile-buy small{display:block}.smk-mobile-buy small{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:8px}.smk-mobile-buy .button{min-height:38px!important;display:flex!important;align-items:center!important;padding:0 12px!important;background:var(--smk-blue)!important;color:#fff!important;font-size:9px!important}
  .smk-quick-content{grid-template-columns:1fr}.smk-modal-dialog{padding:18px}.smk-quick-content h2{font-size:25px}
}
@media(max-width:430px){
  .smk-topbar{font-size:10px}.smk-topbar-inner{min-height:30px}
  .smk-header-grid{min-height:60px}.smk-logo-mark{width:28px;height:31px}.smk-logo-mark .smk-icon{width:27px;height:27px}.smk-text-logo strong{font-size:14px}
  .smk-hero-track{height:285px}.smk-hero-panel-content{left:22px;max-width:220px}.smk-hero-panel h1{font-size:25px}.smk-hero-panel p{font-size:10px}.smk-hero-button{min-height:32px;font-size:9px}
  .smk-category-card{height:170px}.smk-category-image{height:117px}.smk-category-meta{height:53px}.smk-category-meta strong{font-size:10px}
  .smk-product-media{height:145px}.smk-product-content{padding:7px}.smk-product-title{min-height:28px;font-size:9px}.smk-product-price{font-size:10.5px}.smk-card-heart{width:24px;height:24px}.smk-card-cart{font-size:7.5px!important}
  .smk-b2b-copy{padding:22px}.smk-b2b-copy h2{font-size:18px}
  .smk-benefits-grid>div{min-height:72px;padding:9px}.smk-benefits-grid .smk-icon{width:25px;height:25px}
  .smk-footer-grid{grid-template-columns:1fr}.smk-footer-brand,.smk-footer-payments{grid-column:auto}
  .woocommerce ul.products li.product a img{height:165px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:10px!important}.woocommerce ul.products li.product .button{font-size:8px!important}
  .smk-archive-hero{min-height:190px;padding:22px}.smk-archive-hero h1{font-size:30px}
}

/* V2.1 BRANDS */
.smk-brands{padding:10px 0 24px;background:#fff}
.smk-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;border-bottom:1px solid var(--smk-line)}
.smk-section-heading h2{margin:0;padding:0 0 9px;font-size:14px;font-weight:800;letter-spacing:.02em;color:#171717}
.smk-brands-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.smk-brand-card{min-height:86px;display:flex;align-items:center;justify-content:center;padding:14px;border:1px solid var(--smk-line);border-radius:7px;background:#fff;transition:.2s}
.smk-brand-card:hover{transform:translateY(-3px);border-color:#b7cbe0;box-shadow:var(--smk-shadow)}
.smk-brand-card img{width:100%;height:48px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:.2s}
.smk-brand-card:hover img{filter:none;opacity:1}
.smk-brand-card span{font-size:14px;font-weight:800;letter-spacing:.04em;text-align:center;color:#4d5966}

/* V2.1 SIDEBAR MEGA MENU + LAYERED NAV */
.smk-shop-filter-toggle{display:none;align-items:center;gap:8px;min-height:42px;margin:0 0 14px;padding:0 14px;border:1px solid var(--smk-line);border-radius:6px;background:#fff;color:var(--smk-navy);font-size:11px;font-weight:800;text-transform:uppercase}
.smk-shop-filter-toggle .smk-icon{width:18px;height:18px}
.smk-shop-sidebar-head{display:none}
.smk-shop-sidebar-overlay{display:none}
.smk-sidebar-mega{overflow:visible!important;padding:0!important}
.smk-sidebar-mega .widget-title{margin:0!important;padding:15px 17px;background:linear-gradient(90deg,var(--smk-navy),#0b4b86);color:#fff!important;border-radius:8px 8px 0 0;font-size:12px!important}
.smk-sidebar-mega-menu,.smk-sidebar-mega>ul{list-style:none;margin:0!important;padding:8px!important;border:1px solid var(--smk-line);border-top:0;border-radius:0 0 8px 8px;background:#fff}
.smk-sidebar-mega-menu li,.smk-sidebar-mega>ul li{position:relative;margin:0!important}
.smk-sidebar-mega-menu a,.smk-sidebar-mega>ul>li>a{display:flex;align-items:center;justify-content:space-between;min-height:39px;padding:8px 10px;border-bottom:1px solid #edf0f3;color:#222;font-size:11px;font-weight:650}
.smk-sidebar-mega-menu>li:last-child>a,.smk-sidebar-mega>ul>li:last-child>a{border-bottom:0}
.smk-sidebar-mega-menu a:hover,.smk-sidebar-mega>ul a:hover,.smk-sidebar-mega .current-menu-item>a,.smk-sidebar-mega .current-cat>a{background:var(--smk-soft);color:var(--smk-blue)}
.smk-sidebar-mega-menu .sub-menu,.smk-sidebar-mega .children{position:absolute;z-index:30;left:100%;top:-1px;display:none;width:250px;min-height:100%;margin:0!important;padding:8px!important;list-style:none;background:#fff;border:1px solid var(--smk-line);border-radius:0 8px 8px 0;box-shadow:var(--smk-shadow)}
.smk-sidebar-mega-menu li:hover>.sub-menu,.smk-sidebar-mega-menu li:focus-within>.sub-menu,.smk-sidebar-mega li:hover>.children,.smk-sidebar-mega li:focus-within>.children{display:block}
.smk-sidebar-mega-menu .sub-menu .sub-menu,.smk-sidebar-mega .children .children{top:-9px}
.smk-auto-filter-widget .woocommerce-widget-layered-nav-list__item,.smk-shop-sidebar .woocommerce-widget-layered-nav-list__item{display:flex;align-items:center;justify-content:space-between}
.smk-shop-sidebar .woocommerce-widget-layered-nav-list__item a,.smk-shop-sidebar .product-categories a{display:inline-block;padding:3px 0;color:#343c45}
.smk-shop-sidebar .count{margin-left:auto;color:#8c96a0;font-size:9px}
.smk-shop-sidebar .woocommerce-widget-layered-nav-list__item--chosen a{color:var(--smk-blue);font-weight:700}
.smk-shop-sidebar .woocommerce-widget-layered-nav-list__item--chosen a:before{content:'×';display:inline-grid;place-items:center;width:16px;height:16px;margin-right:6px;border-radius:50%;background:var(--smk-blue);color:#fff;font-size:11px}
.smk-shop-sidebar .price_slider_wrapper .ui-widget-content{height:5px;background:#dce3ea;border:0;border-radius:99px}
.smk-shop-sidebar .ui-slider .ui-slider-range{background:var(--smk-blue)}
.smk-shop-sidebar .ui-slider .ui-slider-handle{width:15px;height:15px;top:-5px;border:3px solid var(--smk-blue);border-radius:50%;background:#fff}
.smk-shop-sidebar .price_slider_amount{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-top:15px}
.smk-shop-sidebar .price_slider_amount .button{min-height:32px!important;padding:0 11px!important;background:var(--smk-navy)!important;color:#fff!important;font-size:9px!important}
.smk-shop-sidebar .price_label{font-size:9px;color:var(--smk-muted)}

/* Footer logo is now configurable. */
.smk-footer-logo--image{max-width:210px;min-height:38px}
.smk-footer-logo-image{width:auto;max-width:100%;max-height:58px;object-fit:contain;object-position:left center}

/* Requested spacing under benefits. */
.smk-benefits{padding-bottom:26px}
.smk-benefits-grid{border-bottom:1px solid var(--smk-line);border-radius:7px}

@media(max-width:1024px){
  .smk-brands-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
  .smk-brands{padding-bottom:18px}.smk-brands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.smk-brand-card{min-height:72px}.smk-brand-card img{height:40px}
  .smk-shop-filter-toggle{display:flex}
  .smk-shop-sidebar{position:fixed;z-index:10020;left:0;top:0;bottom:0;width:min(360px,92vw);margin:0!important;padding:15px;background:#f7f8fa;overflow:auto;transform:translateX(-105%);transition:transform .3s;box-shadow:20px 0 60px rgba(0,0,0,.2)}
  .smk-shop-sidebar.is-open{transform:none}
  .smk-shop-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--smk-line)}
  .smk-shop-sidebar-head strong{font-size:13px;text-transform:uppercase}
  .smk-shop-sidebar-close{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111}
  .smk-shop-sidebar-close .smk-icon{width:17px;height:17px}
  .smk-shop-sidebar-overlay{position:fixed;z-index:10019;inset:0;width:100%;height:100%;padding:0;background:rgba(3,17,32,.56)}
  .smk-shop-sidebar-overlay.is-open{display:block}
  .smk-sidebar-mega-menu .sub-menu,.smk-sidebar-mega .children{position:static;display:block;width:auto;min-height:0;margin-left:10px!important;padding:0 0 0 8px!important;border:0;border-left:1px solid var(--smk-line);border-radius:0;box-shadow:none}
  .smk-benefits{padding-bottom:20px}
}

/* V2.2 FILTER SIDEBAR CLEANUP + BRAND LAYERED NAV */
.smk-active-filters-widget .woocommerce-widget-layered-nav-list,
.smk-active-filters-widget ul{display:flex;flex-wrap:wrap;gap:7px}
.smk-active-filters-widget li{margin:0!important}
.smk-active-filters-widget a{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border:1px solid #cdd9e5;border-radius:999px;background:#f7fbff;color:var(--smk-blue)!important;font-size:9px!important;font-weight:700}
.smk-brand-layered-nav .woocommerce-widget-layered-nav-list__item a{font-weight:650}
.smk-brand-layered-nav .woocommerce-widget-layered-nav-list__item--chosen a{color:var(--smk-blue)}
.smk-shop-sidebar .widget_search,
.smk-shop-sidebar .widget_pages,
.smk-shop-sidebar .widget_archive,
.smk-shop-sidebar .widget_categories:not(.woocommerce){display:none!important}
.smk-shop-sidebar .widget{overflow:hidden}
.smk-shop-sidebar .woocommerce-widget-layered-nav-list{max-height:300px;overflow:auto;padding-right:3px}
.smk-shop-sidebar .woocommerce-widget-layered-nav-list::-webkit-scrollbar{width:5px}
.smk-shop-sidebar .woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb{background:#c7d3df;border-radius:10px}

/* V2.3 AUTOMATIC UNLIMITED PRODUCT BRANDS */
.smk-brands-grid{align-items:stretch}
.smk-brand-card{min-width:0}
.smk-brand-card img{max-width:180px}
@media(min-width:1180px){.smk-brands-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}


/* V2.4 REAL-SITE ALIGNMENT */
/* Product sections now have a real server-side first paint; REST only refreshes them. */
.smk-server-products{min-height:0}
.smk-products-refreshed{animation:smkProductsFade .22s ease}
@keyframes smkProductsFade{from{opacity:.72}to{opacity:1}}

/* Keep unlimited brands tidy instead of forcing a fixed number of columns. */
.smk-brands-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.smk-brand-card{min-height:76px}

/* Category archive: stronger hierarchy while retaining four products per row. */
.smk-shop-main>.smk-container{max-width:1440px}
.smk-archive-hero{margin-bottom:24px}
.smk-shop-layout{align-items:start}
.smk-shop-sidebar{position:sticky;top:18px}
.smk-shop-products .woocommerce-result-count{margin:8px 0 18px;color:var(--smk-muted);font-size:12px}
.smk-shop-products .woocommerce-ordering{margin:0 0 18px}
.smk-shop-products .woocommerce-ordering select{min-height:42px;padding:0 38px 0 13px;border:1px solid var(--smk-line);border-radius:6px;background:#fff}
.woocommerce ul.products li.product .smk-loop-card{height:100%;display:flex;flex-direction:column;position:relative}
.woocommerce ul.products li.product .smk-loop-card>a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1}

/* Product page: premium two-column layout with a stable purchase panel. */
.single-product div.product{align-items:start}
.single-product div.product .summary{position:sticky;top:18px}
.single-product .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;min-height:520px}
.single-product .woocommerce-product-gallery__image img{max-height:600px;object-fit:contain}
.single-product .woocommerce-product-gallery .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}
.single-product .woocommerce-product-gallery .flex-control-thumbs li{width:auto!important;float:none!important;border:1px solid var(--smk-line);border-radius:6px;overflow:hidden}
.single-product .summary .cart{display:flex;align-items:stretch;gap:10px;margin:18px 0}
.single-product .summary .cart .quantity{margin:0!important}
.single-product .summary .cart .single_add_to_cart_button{flex:1;padding-inline:24px!important}
.single-product .product_meta{padding-top:16px;border-top:1px solid var(--smk-line);font-size:11px;line-height:1.7}
.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:4px}
.single-product .related.products{grid-column:1/-1}

@media(max-width:1024px){
  .smk-shop-sidebar{position:static}
  .single-product div.product .summary{position:static}
}
@media(max-width:760px){
  .smk-brands-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}
  .smk-brand-card{flex:0 0 155px;scroll-snap-align:start}
  .single-product .woocommerce-product-gallery__image a{min-height:340px}
  .single-product .summary .cart{display:grid;grid-template-columns:76px 1fr}
}

/* V3.4.5: enforce one canonical desktop menu and approved header order. */
.site-header--builder .smkvb-layout--header{display:flex;flex-direction:column}
.site-header--builder .smkvb-header-topbar{order:1}
.site-header--builder .smkvb-header-main{order:2}
.site-header--builder .smkvb-header-navigation{order:3}
.site-header--builder .smkvb-header-mobile{order:4}
.site-header--builder .smkvb-layout--header>.smk-primary-nav{display:none!important}
.site-header--builder .smkvb-layout--header>.smk-primary-nav:last-of-type{display:block!important}
body>.smk-primary-nav,.smk-legacy-duplicate-menu{display:none!important}


/* V3.4.6 — remove the legacy menu printed above the Sanitarija header. */
body > .wp-block-navigation:has(~ .site-header),
body > .wp-block-group:has(.wp-block-navigation):has(~ .site-header),
.site-header--builder .smkvb-layout--header > .wp-block-navigation,
.site-header--builder .smkvb-layout--header > .wp-block-group:has(.wp-block-navigation),
.site-header--builder .smkvb-layout--header > [class*="legacy-menu"]{display:none!important}

/* V3.4.6 — real Brands slider. */
.smkvb-brands--slider .smk-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.smk-brand-slider-arrows{display:flex;gap:7px}
.smk-brand-slider-arrows button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--smk-line);border-radius:5px;background:#fff;color:var(--smk-navy);font-size:22px;line-height:1;cursor:pointer}
.smk-brand-slider-arrows button:hover{border-color:var(--smk-blue);color:var(--smk-blue)}
.smkvb-brands--slider .smk-brand-slider-viewport{overflow:hidden;padding:2px}
.smkvb-brands--slider .smk-brands-grid{display:flex!important;grid-template-columns:none!important;gap:12px;overflow:visible!important;padding:0!important;scroll-snap-type:none!important;transition:transform .48s cubic-bezier(.22,.61,.36,1);will-change:transform}
.smkvb-brands--slider .smk-brand-card{flex:0 0 calc((100% - (var(--smkvb-cols-desktop) - 1)*12px)/var(--smkvb-cols-desktop));min-width:0;scroll-snap-align:none}
.smk-brand-slider-dots{display:flex;justify-content:center;gap:6px;margin-top:13px}
.smk-brand-slider-dots button{width:7px;height:7px;padding:0;border-radius:99px;background:#cfd8e2;cursor:pointer}
.smk-brand-slider-dots button.is-active{width:20px;background:var(--smk-blue)}
@media(max-width:1024px){.smkvb-brands--slider .smk-brand-card{flex-basis:calc((100% - (var(--smkvb-cols-tablet) - 1)*12px)/var(--smkvb-cols-tablet))}}
@media(max-width:760px){
 .smkvb-brands--slider .smk-brands-grid{display:flex!important;overflow:visible!important}
 .smkvb-brands--slider .smk-brand-card{flex:0 0 calc((100% - (var(--smkvb-cols-mobile) - 1)*12px)/var(--smkvb-cols-mobile))}
 .smk-brand-slider-arrows button{width:32px;height:32px}
}

/* V3.5 SHOP, PRODUCT, CART AND MOBILE EXPERIENCE */
.smkvb-shop-products .smk-shop-layout{grid-template-columns:250px minmax(0,1fr)}
.smkvb-shop-products .smk-shop-layout--right{grid-template-columns:minmax(0,1fr) 250px}
.smkvb-shop-products .smk-shop-layout--right .smk-shop-sidebar{order:2}
.smkvb-shop-products .smk-shop-layout--right .smk-shop-products{order:1}
.smkvb-shop-products .smk-shop-layout--no-sidebar{display:block}
.smkvb-shop-products .woocommerce ul.products{grid-template-columns:repeat(var(--smkvb-shop-cols-desktop,4),minmax(0,1fr))!important}
.smkvb-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:10px 12px;border:1px solid var(--smk-line);border-radius:8px;background:#fff}
.smkvb-shop-toolbar-left,.smkvb-shop-toolbar-right{display:flex;align-items:center;gap:12px}
.smkvb-shop-toolbar .woocommerce-result-count,.smkvb-shop-toolbar .woocommerce-ordering{float:none!important;margin:0!important}
.smk-grid-switcher{display:flex;align-items:center;gap:4px;padding:3px;border:1px solid var(--smk-line);border-radius:6px;background:#f7f9fb}
.smk-grid-switcher button{width:30px;height:30px;padding:0;border-radius:4px;background:transparent;color:var(--smk-muted);font-size:10px;font-weight:800}
.smk-grid-switcher button:hover,.smk-grid-switcher button.is-active{background:var(--smk-blue);color:#fff}
.smk-reset-filters{display:flex;align-items:center;justify-content:center;gap:7px;margin:0 0 14px;padding:10px 12px;border:1px solid #f0c9c9;border-radius:7px;background:#fff7f7;color:#a42d2d;font-size:10px;font-weight:800;text-transform:uppercase}
.smk-reset-filters .smk-icon{width:15px;height:15px}
.smk-stock-badge{position:absolute;z-index:5;left:10px;top:10px;display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:99px;font-size:8px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.02em}
.smk-stock-badge.is-instock{background:#e8f7eb;color:#20833b}
.smk-stock-badge.is-outofstock{background:#fdecec;color:#b83a3a}
.smkvb-card-style-compact .woocommerce ul.products li.product a img{height:205px!important}
.smkvb-card-style-compact .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:43px;padding-top:9px!important;font-size:11px!important}
.smkvb-card-style-minimal .woocommerce ul.products li.product{border-color:transparent;border-radius:4px;background:transparent}
.smkvb-card-style-minimal .woocommerce ul.products li.product:hover{border-color:var(--smk-line);background:#fff;box-shadow:none}
.smkvb-card-style-minimal .woocommerce ul.products li.product .button{opacity:0;transform:translateY(5px);transition:.2s}
.smkvb-card-style-minimal .woocommerce ul.products li.product:hover .button{opacity:1;transform:none}
.smk-shop-sidebar--collapsible .widget-title{position:relative;cursor:pointer;padding-right:24px}
.smk-shop-sidebar--collapsible .widget-title:after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:17px;line-height:1;color:var(--smk-blue)}
.smk-shop-sidebar--collapsible .widget.is-filter-open>.widget-title:after{content:'−'}
.smk-shop-sidebar--collapsible .widget:not(.is-filter-open)>:not(.widget-title){display:none}
.smk-shop-sidebar--collapsible .widget.is-filter-open>:not(.widget-title){display:block}
.smk-single-brand{display:inline-flex;margin:0 0 8px;padding:5px 9px;border:1px solid #c9d8e8;border-radius:99px;background:#f3f8fd;color:var(--smk-blue);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.smkvb-product-main-block.smkvb-gallery-right .smkvb-product-main>.woocommerce-product-gallery{order:2}
.smkvb-product-main-block.smkvb-gallery-right .smkvb-product-main>.summary{order:1}
.smkvb-product-main-block:not(.smkvb-summary-sticky) .summary{position:static!important}
.woocommerce-cart .woocommerce-cart-form,.woocommerce-checkout form.checkout{display:grid;gap:22px}
.woocommerce-cart .cart-collaterals{margin-top:22px}
.woocommerce-cart .cart_totals{max-width:520px;margin-left:auto}
.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:22px;width:100%!important}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:auto!important;padding:22px;border:1px solid var(--smk-line);border-radius:10px;background:#fff}
.woocommerce-checkout #order_review_heading{margin-top:30px}
.woocommerce-checkout #payment{border-radius:10px!important;background:#f6f8fb!important}
.woocommerce-checkout #place_order{min-height:50px;width:100%;font-size:13px!important;font-weight:800!important}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important}
.woocommerce-account .woocommerce-MyAccount-navigation{position:sticky;top:18px}

@media(max-width:1024px){
  .smkvb-shop-products .woocommerce ul.products{grid-template-columns:repeat(var(--smkvb-shop-cols-tablet,3),minmax(0,1fr))!important}
  .smkvb-shop-products .smk-shop-layout,.smkvb-shop-products .smk-shop-layout--right{display:block}
  .smkvb-shop-toolbar{padding:9px}
  .smk-grid-switcher button[data-smk-grid="4"]{display:none}
  .woocommerce-account .woocommerce{grid-template-columns:210px minmax(0,1fr)}
}
@media(max-width:760px){
  .smkvb-shop-products .woocommerce ul.products{grid-template-columns:repeat(var(--smkvb-shop-cols-mobile,2),minmax(0,1fr))!important}
  .smkvb-shop-toolbar{align-items:stretch;flex-direction:column}
  .smkvb-shop-toolbar-left,.smkvb-shop-toolbar-right{justify-content:space-between;width:100%}
  .smkvb-shop-toolbar .woocommerce-ordering{flex:1}
  .smkvb-shop-toolbar .woocommerce-ordering select{width:100%}
  .smk-grid-switcher button[data-smk-grid="3"],.smk-grid-switcher button[data-smk-grid="4"]{display:none}
  .smk-shop-sidebar--collapsible .widget:not(.is-filter-open)>:not(.widget-title){display:none}
  .woocommerce-checkout .col2-set{grid-template-columns:1fr}
  .woocommerce-account .woocommerce{display:block}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static;margin-bottom:16px}
  .smkvb-product-main-block.smkvb-gallery-right .smkvb-product-main>.woocommerce-product-gallery,
  .smkvb-product-main-block.smkvb-gallery-right .smkvb-product-main>.summary{order:initial}
}

.smkvb-shop-products .woocommerce ul.products.smk-user-cols-1{grid-template-columns:1fr!important}
.smkvb-shop-products .woocommerce ul.products.smk-user-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.smkvb-shop-products .woocommerce ul.products.smk-user-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.smkvb-shop-products .woocommerce ul.products.smk-user-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.single-product form.cart.smk-cart-highlight{outline:3px solid rgba(21,103,197,.2);outline-offset:8px;border-radius:7px}
@media(max-width:760px){
  .smkvb-shop-products .woocommerce ul.products.smk-user-cols-3,
  .smkvb-shop-products .woocommerce ul.products.smk-user-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* V3.5.1 homepage sale and popular collections */
.smk-special-products{padding:8px 0 18px}
.smk-special-products+.smk-special-products{padding-top:2px}
.smk-special-products .smk-cluster-heading h2{font-size:15px;color:var(--smk-navy)}
.smk-special-products--sale .smk-cluster-heading h2:before,
.smk-special-products--popular .smk-cluster-heading h2:before{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;margin-right:7px;border-radius:50%;font-size:11px;vertical-align:-2px}
.smk-special-products--sale .smk-cluster-heading h2:before{content:"%";background:#e53935;color:#fff}
.smk-special-products--popular .smk-cluster-heading h2:before{content:"★";background:var(--smk-blue);color:#fff}
@media(max-width:760px){.smk-special-products{padding-bottom:14px}.smk-special-products .smk-cluster-heading h2{font-size:13px}}



/* V3.5.2 — Mobile navigation and click-layer repair. */
/* The HTML hidden attribute must always win over responsive display rules. */
.smk-mobile-panel[hidden],
.smk-mobile-overlay[hidden],
.smk-shop-sidebar-overlay[hidden]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
  opacity:0!important;
}
.smk-mobile-overlay:not([hidden]){
  visibility:visible;
  pointer-events:auto;
  opacity:1;
}

/* Requested cleaner category cards: no blue icon badges. */
.smk-category-icon{display:none!important}

@media(max-width:1024px){
  /* Keep hamburger + logo + cart; remove the horizontal desktop category menu. */
  .site-header--builder .smkvb-layout--header > .smk-primary-nav,
  .site-header--builder .smkvb-layout--header > .smk-primary-nav:last-of-type,
  .site-header--builder .smkvb-header-navigation,
  .site-header--builder nav.smk-primary-nav,
  header.site-header .smk-primary-nav{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }
  .smk-mobile-panel[hidden]{display:none!important}
  .smk-mobile-panel:not([hidden]){display:block}
  .smk-mobile-overlay{display:none}
  .smk-mobile-overlay:not([hidden]){display:block}
}

/* V3.5.3 — redesigned mobile navigation + Sanitarija.MK logo. */
.smk-brand-logo{display:inline-flex;align-items:center;max-width:245px;line-height:0}
.smk-brand-logo-image{display:block;width:100%;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.smk-brand-logo--mobile-drawer{max-width:205px}
.smk-brand-logo-image--mobile-drawer{max-height:48px}

@media(max-width:1024px){
  .smk-brand-logo--header{max-width:190px;margin-inline:auto}
  .smk-brand-logo-image--header{max-height:46px}

  .smk-mobile-panel{
    display:block;
    width:min(405px,94vw);
    padding:0;
    background:#f4efe4;
    color:#252d37;
    box-shadow:24px 0 70px rgba(4,20,37,.28);
    overscroll-behavior:contain;
  }
  .smk-mobile-panel-inner{min-height:100%;padding:20px 20px 34px}
  .smk-mobile-panel-head{
    position:sticky;
    z-index:3;
    top:-20px;
    min-height:70px;
    margin:-20px -20px 0;
    padding:17px 20px 13px;
    background:#f4efe4;
    border-bottom:0;
  }
  .smk-mobile-close{
    flex:0 0 40px;
    width:40px;
    height:40px;
    border:0;
    background:transparent;
    color:#202832;
    border-radius:50%;
  }
  .smk-mobile-close:hover,.smk-mobile-close:focus-visible{background:rgba(14,99,200,.1);color:var(--smk-blue)}
  .smk-mobile-close .smk-icon{width:25px;height:25px}

  .smk-mobile-utility-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch;margin:12px 0 18px}
  .smk-mobile-search{margin:0}
  .smk-mobile-search form{height:46px;border:1px solid rgba(36,45,55,.18);border-radius:3px;overflow:hidden;background:#fff}
  .smk-mobile-search input{height:46px;border:0;border-radius:0;background:#fff;padding:0 13px;color:#252d37;font-size:13px;outline:none}
  .smk-mobile-search button{width:47px;border-radius:0;background:#fff;color:#252d37;border-left:1px solid rgba(36,45,55,.12)}
  .smk-mobile-search button:hover{background:var(--smk-blue);color:#fff}
  .smk-mobile-language-box{min-width:96px;display:flex;flex-direction:column;justify-content:center;padding:4px 9px;border:1px solid rgba(36,45,55,.18);border-radius:3px;background:#fff}
  .smk-mobile-language-label{display:block;margin-bottom:2px;color:#7a7f84;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
  .smk-mobile-language-box .smk-languages{display:flex;gap:3px;margin:0}
  .smk-mobile-language-box .smk-languages a,.smk-mobile-language-box .smk-languages span{min-width:auto;height:auto;padding:0 3px;border:0;color:#252d37;font-size:10px;font-weight:700}
  .smk-mobile-language-box .smk-languages .is-active{color:var(--smk-blue)}

  .smk-mobile-tabs{display:grid;grid-template-columns:1fr 1fr;align-items:end;margin:0 0 4px;border-bottom:1px solid rgba(36,45,55,.28)}
  .smk-mobile-tab{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 8px;background:transparent;color:#252d37;font-size:12px;font-weight:800;letter-spacing:.04em;text-align:center}
  .smk-mobile-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:transparent}
  .smk-mobile-tab.is-active{color:var(--smk-blue)}
  .smk-mobile-tab.is-active:after{background:var(--smk-blue)}
  .smk-mobile-tab--link{color:#252d37}
  .smk-mobile-tab--link:hover{color:var(--smk-blue)}

  .smk-mobile-menu-wrap{margin:0}
  .smk-mobile-menu{list-style:none;margin:0;padding:4px 0 0}
  .smk-mobile-menu>li{position:relative;margin:0;border-bottom:1px solid rgba(36,45,55,.18)}
  .smk-mobile-menu>li>a{min-height:49px;display:flex;align-items:center;padding:0 48px 0 0;border:0;color:#252d37;font-size:13px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
  .smk-mobile-menu a:hover,.smk-mobile-menu .current-menu-item>a{color:var(--smk-blue)}
  .smk-mobile-submenu-toggle{position:absolute;right:0;top:5px;width:40px;height:40px;display:grid;place-items:center;padding:0;background:transparent;color:#252d37;border-radius:50%}
  .smk-mobile-submenu-toggle:hover,.smk-mobile-submenu-toggle:focus-visible{background:rgba(14,99,200,.1);color:var(--smk-blue)}
  .smk-mobile-submenu-toggle .smk-icon{width:17px;height:17px;transition:transform .22s}
  .smk-mobile-submenu-toggle[aria-expanded="true"] .smk-icon{transform:rotate(90deg)}
  .smk-mobile-menu .sub-menu{position:static;display:block;width:auto;margin:0 0 9px;padding:0 0 4px 15px;border:0;background:transparent;box-shadow:none;list-style:none}
  .smk-mobile-menu .sub-menu[hidden]{display:none!important}
  .smk-mobile-menu .sub-menu li{border:0}
  .smk-mobile-menu .sub-menu a{min-height:38px;display:flex;align-items:center;padding:4px 8px 4px 0;border:0;color:#4b5158;font-size:11px;font-weight:600;text-transform:none}

  .smk-mobile-quick-links{margin-top:12px;border-top:1px solid rgba(36,45,55,.26)}
  .smk-mobile-quick-links a{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(36,45,55,.18);color:#252d37;font-size:12px;font-weight:800;letter-spacing:.035em}
  .smk-mobile-quick-links a:hover{color:var(--smk-blue)}
  .smk-mobile-quick-links .smk-icon{width:16px;height:16px}

  .smk-mobile-contact-card{margin-top:26px;padding-top:21px;border-top:1px solid rgba(36,45,55,.28)}
  .smk-mobile-contact-card h3{margin:0 0 17px;color:#252d37;font-size:14px;font-weight:800;letter-spacing:.04em}
  .smk-mobile-contact-card a,.smk-mobile-contact-card p{display:flex;align-items:flex-start;gap:11px;margin:10px 0;color:#373e46;font-size:12px;line-height:1.5}
  .smk-mobile-contact-card .smk-icon{flex:0 0 18px;width:18px;height:18px;margin-top:1px;color:var(--smk-blue)}
  .smk-mobile-overlay:not([hidden]){background:rgba(7,23,39,.62);backdrop-filter:blur(1.5px)}
}

@media(max-width:430px){
  .smk-brand-logo--header{max-width:165px}
  .smk-brand-logo-image--header{max-height:40px}
  .smk-mobile-panel{width:94vw}
  .smk-mobile-panel-inner{padding-left:18px;padding-right:18px}
  .smk-mobile-panel-head{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}
  .smk-brand-logo--mobile-drawer{max-width:180px}
  .smk-mobile-utility-row{grid-template-columns:minmax(0,1fr) 88px;gap:8px}
}

/* V3.5.4 — simple WordPress-managed mobile menu. */
@media (max-width: 980px){
  .smk-mobile-panel--simple{width:min(88vw,390px);background:#fff}
  .smk-mobile-panel--simple .smk-mobile-panel-inner{min-height:100%;padding:0 22px 34px}
  .smk-mobile-panel--simple .smk-mobile-panel-head{
    min-height:88px;margin:0 -22px 12px;padding:16px 22px;
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    border-bottom:1px solid rgba(25,38,52,.12);background:#fff
  }
  .smk-mobile-panel--simple .smk-brand-logo--mobile-drawer{max-width:210px;margin:0}
  .smk-mobile-panel--simple .smk-brand-logo-image--mobile-drawer{max-width:100%;max-height:56px;object-fit:contain;object-position:left center}
  .smk-mobile-panel--simple .smk-brand-logo--text{font-size:22px;font-weight:800;color:#0a3768;line-height:1.1}
  .smk-mobile-panel--simple .smk-mobile-close{flex:0 0 44px;width:44px;height:44px}
  .smk-mobile-panel--simple .smk-mobile-menu-wrap{margin:0;padding:0}
  .smk-mobile-panel--simple .smk-mobile-menu{margin:0;padding:0;list-style:none}
  .smk-mobile-panel--simple .smk-mobile-menu>li{border-bottom:1px solid rgba(25,38,52,.12)}
  .smk-mobile-panel--simple .smk-mobile-menu>li>a{
    min-height:54px;padding:0 48px 0 2px;font-size:14px;font-weight:750;
    letter-spacing:.02em;text-transform:none;color:#172331
  }
  .smk-mobile-panel--simple .smk-mobile-menu .sub-menu{margin:0 0 10px;padding-left:16px}
  .smk-mobile-panel--simple .smk-mobile-menu .sub-menu a{font-size:13px;min-height:40px}
}

/* V4.1 — mobile-first product detail experience. */
.single-product .smk-shop-main{background:#f4f7fa}
.single-product .smkvb-product-breadcrumbs{padding:15px 0 3px;background:#f4f7fa}
.single-product .woocommerce-breadcrumb{margin:0;color:#708094;font-size:11px;line-height:1.6}
.single-product .woocommerce-breadcrumb a{color:#36536f;font-weight:600}
.single-product .smkvb-product-main-block{padding:13px 0 22px}
.single-product div.product.smkvb-product-main{grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);gap:28px;padding:0}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{border:1px solid #e2e8ef;border-radius:14px;background:#fff;box-shadow:0 10px 34px rgba(18,43,70,.055)}
.single-product div.product .woocommerce-product-gallery{padding:18px;overflow:hidden}
.single-product .woocommerce-product-gallery__image a{min-height:clamp(440px,45vw,620px);background:linear-gradient(145deg,#fff,#f8fafc)}
.single-product .woocommerce-product-gallery__image img{width:100%;max-height:600px;padding:16px;object-fit:contain}
.single-product .woocommerce-product-gallery .flex-control-thumbs{gap:9px;margin:12px 0 0!important}
.single-product .woocommerce-product-gallery .flex-control-thumbs li{border:1px solid #e2e8ef!important;border-radius:8px!important;background:#fff;transition:border-color .2s,box-shadow .2s}
.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{border-color:#176dcc!important;box-shadow:0 0 0 2px rgba(23,109,204,.12)}
.single-product .woocommerce-product-gallery .flex-control-thumbs img{height:74px;padding:6px;object-fit:contain;opacity:.72}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{opacity:1}
.single-product .woocommerce-product-gallery__trigger{top:30px!important;right:30px!important;width:42px!important;height:42px!important;border:1px solid #dbe4ed!important;background:#fff!important;box-shadow:0 5px 16px rgba(17,49,82,.12)}
.single-product span.onsale{top:29px!important;left:29px!important;min-width:auto;min-height:28px;padding:0 10px;border-radius:99px;background:#e33d3d;line-height:28px;font-size:10px;font-weight:800}
.single-product div.product .summary{padding:29px}
.single-product div.product .summary.entry-summary{margin:0}
.single-product .smk-single-brand{margin-bottom:10px;padding:6px 10px;border-color:#c9daeb;background:#eef6ff;font-size:10px}
.single-product .product_title{margin:0 0 11px;color:#102b46;font-size:31px;line-height:1.18;letter-spacing:-.025em}
.single-product .woocommerce-product-rating{display:flex;align-items:center;gap:8px;margin:0 0 13px!important;font-size:11px}
.single-product .summary .price{display:block;margin:0;color:#0d2741!important;font-size:26px!important;font-weight:800;line-height:1.25}
.single-product .summary .price del{margin-right:7px;color:#8995a2;opacity:1;font-size:.66em;font-weight:600}
.single-product .summary .price ins{text-decoration:none}
.smk-product-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin:13px 0 0;padding:11px 13px;border:1px solid #e2e9f0;border-radius:8px;background:#f8fafc;color:#607083;font-size:10px}
.smk-product-availability{display:inline-flex;align-items:center;gap:7px;font-weight:800}
.smk-product-availability i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px currentColor;opacity:.15}
.smk-product-availability.is-instock{color:#25833c}.smk-product-availability.is-outofstock{color:#b43a3a}
.smk-product-code b{color:#2e4257}.smk-product-offer{margin-left:auto;padding:4px 8px;border-radius:99px;background:#fff0e8;color:#b54e19;font-weight:800}
.single-product .woocommerce-product-details__short-description{margin:17px 0 0;color:#516477;font-size:13px;line-height:1.72}
.single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}
.single-product .summary form.cart{margin:20px 0 0!important;padding-top:18px;border-top:1px solid #e5eaf0}
.single-product .summary form.cart:not(.variations_form):not(.grouped_form){display:grid;grid-template-columns:84px minmax(0,1fr);gap:10px}
.single-product .summary form.cart:not(.variations_form):not(.grouped_form):before,
.single-product .summary form.cart:not(.variations_form):not(.grouped_form):after,
.single-product .summary .woocommerce-variation-add-to-cart:before,
.single-product .summary .woocommerce-variation-add-to-cart:after{display:none!important;content:none!important}
.single-product .summary form.cart .quantity{float:none!important;width:84px;margin:0!important}
.single-product .summary form.cart:not(.variations_form):not(.grouped_form)>.quantity{grid-column:1}
.single-product .summary form.cart:not(.variations_form):not(.grouped_form)>.single_add_to_cart_button{grid-column:2;width:100%!important;float:none!important}
.single-product .summary .quantity .qty{width:100%;height:52px;padding:0 7px;border-color:#cfd9e3;border-radius:7px;font-size:14px;font-weight:700}
.single-product .summary .single_add_to_cart_button{min-height:52px!important;padding:0 22px!important;border-radius:7px!important;background:linear-gradient(90deg,#075fd0,#0649b9)!important;box-shadow:0 7px 18px rgba(5,80,188,.19);font-size:13px!important;font-weight:800!important;letter-spacing:.01em}
.single-product .summary .single_add_to_cart_button:hover{filter:brightness(.95);transform:translateY(-1px)}
.single-product .summary table.variations{margin:0 0 13px;border:0}
.single-product .summary table.variations th,.single-product .summary table.variations td{display:block;padding:0 0 7px!important;border:0}
.single-product .summary table.variations label{color:#263c52;font-size:11px;font-weight:800}
.single-product .summary table.variations select{width:100%;min-height:46px;padding:0 38px 0 12px;border:1px solid #cfd9e3;border-radius:7px;background:#fff}
.single-product .summary .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:84px minmax(0,1fr);gap:10px}
.single-product .summary .woocommerce-variation-add-to-cart>.quantity{grid-column:1}
.single-product .summary .woocommerce-variation-add-to-cart>.single_add_to_cart_button{grid-column:2;width:100%!important;float:none!important}
.single-product .summary .woocommerce-variation-price{margin:0 0 12px}
.single-product .summary .reset_variations{display:inline-flex;margin-top:7px;color:#b13d3d;font-size:10px;font-weight:700}
.smk-single-actions{margin:12px 0 0}
.smk-whatsapp{min-height:52px;align-items:center;justify-content:flex-start;gap:11px;padding:9px 13px;border-color:#b9e2c8;border-radius:8px;background:#f2fbf5;color:#1f7540}
.smk-whatsapp .smk-icon{flex:0 0 23px;width:23px;height:23px}
.smk-whatsapp span,.smk-whatsapp strong,.smk-whatsapp small{display:block}
.smk-whatsapp strong{font-size:11px}.smk-whatsapp small{margin-top:2px;color:#52715e;font-size:9px;font-weight:500}
.smk-product-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px}
.smk-product-trust>div{min-height:62px;align-items:center;gap:10px;padding:10px 11px;border-color:#e3eaf1;border-radius:8px;background:#f8fafc}
.smk-product-trust .smk-icon{flex:0 0 22px;width:22px;height:22px}
.smk-product-trust strong{color:#20384f;font-size:10px;line-height:1.3}.smk-product-trust span{margin-top:2px;color:#6a7a8b;font-size:8.5px;line-height:1.35}
.single-product .summary .product_meta{display:none!important}
.single-product .smkvb-product-tabs-block{display:none!important}
.single-product .summary .smkvb-product-tabs-inline{clear:both;margin-top:25px;padding-top:20px;border-top:1px solid #e4eaf0}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs{display:block;margin:0!important;padding:0!important;overflow:hidden;border:1px solid #dfe7ef;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(18,43,70,.035)}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs{display:grid;grid-template-columns:max-content minmax(0,1.35fr) minmax(0,.8fr);align-items:center;gap:11px;margin:0!important;padding:12px 14px!important;overflow:visible;border-bottom:1px solid #e4eaf0;background:#f7f9fc}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs:before{display:none!important}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li{display:block;margin:0!important;padding:0!important;border:0!important;border-radius:8px;background:transparent!important;box-shadow:none!important}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li:before,
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li:after{display:none!important}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li a{display:flex;min-height:38px;align-items:center;justify-content:center;padding:8px 12px!important;border:0!important;border-radius:8px;color:#18324d!important;font-size:10.5px;font-weight:800!important;line-height:1.2;text-align:center;white-space:nowrap;transition:background .2s,color .2s,box-shadow .2s}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li:not(.active) a:hover{background:#edf3f9;color:#075fc7!important}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li.active a{background:linear-gradient(90deg,#075fd0,#0754c3);box-shadow:0 5px 12px rgba(5,80,188,.2);color:#fff!important}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs .panel{margin:0!important;padding:20px 22px 22px;color:#40566b;font-size:12px;line-height:1.72}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs .panel h2:first-child{margin:0 0 11px;color:#173a5d;font-size:20px;line-height:1.25}
.single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs .panel>*:last-child{margin-bottom:0}
.single-product .smkvb-related-products-block{padding:0 0 36px}
.single-product .smkvb-related-products-block .related>h2{margin:0 0 17px;color:#153654;font-size:22px}
.single-product .smkvb-related-products-block ul.products{gap:14px}
.single-product .smkvb-related-products-block ul.products li.product{border-color:#e0e7ee;border-radius:10px}
.single-product .smkvb-related-products-block ul.products li.product .woocommerce-loop-product__title{font-size:12px!important}
.single-product .smkvb-related-products-block ul.products li.product .price{font-size:14px!important}

@media(max-width:1024px){
  .single-product div.product.smkvb-product-main{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:20px}
  .single-product div.product .summary{padding:23px}
  .single-product .product_title{font-size:27px}
  .single-product .woocommerce-product-gallery__image a{min-height:400px}
}
@media(max-width:760px){
  .single-product .smkvb-product-breadcrumbs{padding-top:10px}
  .single-product .woocommerce-breadcrumb{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}
  .single-product .smkvb-product-main-block{padding:8px 0 16px}
  .single-product div.product.smkvb-product-main{display:grid;grid-template-columns:1fr;gap:13px}
  .single-product div.product .woocommerce-product-gallery{padding:9px;border-radius:11px;box-shadow:none}
  .single-product .woocommerce-product-gallery__image a{min-height:300px}
  .single-product .woocommerce-product-gallery__image img{max-height:350px;padding:8px}
  .single-product .woocommerce-product-gallery__trigger{top:17px!important;right:17px!important;width:39px!important;height:39px!important}
  .single-product span.onsale{top:17px!important;left:17px!important}
  .single-product .woocommerce-product-gallery .flex-control-thumbs{grid-template-columns:repeat(5,minmax(58px,1fr));overflow-x:auto;padding-bottom:4px}
  .single-product .woocommerce-product-gallery .flex-control-thumbs img{height:59px}
  .single-product div.product .summary{padding:19px;border-radius:11px;box-shadow:none}
  .single-product .smk-single-brand{font-size:9px}
  .single-product .product_title{font-size:24px;line-height:1.23}
  .single-product .summary .price{font-size:23px!important}
  .smk-product-status-row{gap:8px 12px;padding:10px 11px;font-size:9.5px}
  .smk-product-offer{margin-left:0}
  .single-product .woocommerce-product-details__short-description{font-size:12px;line-height:1.65}
  .single-product .summary form.cart:not(.variations_form):not(.grouped_form),
  .single-product .summary .woocommerce-variation-add-to-cart{grid-template-columns:78px minmax(0,1fr)}
  .single-product .summary form.cart .quantity{width:78px}
  .single-product .summary .single_add_to_cart_button{font-size:12px!important}
  .smk-product-trust{grid-template-columns:repeat(2,minmax(0,1fr))}
  .smk-product-trust>div{min-height:66px}
  .smk-product-trust strong{font-size:10px}.smk-product-trust span{font-size:9px}
  .single-product .summary .smkvb-product-tabs-inline{margin-top:20px;padding-top:17px}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs{border-radius:11px;box-shadow:none}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs{display:flex;gap:8px;padding:10px!important;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li{flex:0 0 auto;scroll-snap-align:start}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs ul.tabs li a{min-height:36px;padding:8px 11px!important;font-size:10.5px}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs .panel{padding:17px 16px 19px;font-size:12px}
  .single-product .summary .smkvb-product-tabs-inline .woocommerce-tabs .panel h2:first-child{font-size:18px}
  .single-product .smkvb-related-products-block{padding-bottom:24px}
  .single-product .smkvb-related-products-block .related>h2{font-size:19px}
  .single-product .smkvb-related-products-block ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
  .single-product .smkvb-related-products-block ul.products li.product a img{height:155px!important;padding:9px}
  .single-product .smkvb-related-products-block ul.products li.product .woocommerce-loop-product__title{min-height:46px;padding:9px 10px 4px!important;font-size:11.5px!important}
  .single-product .smkvb-related-products-block ul.products li.product .price{padding:0 10px;font-size:13px!important}
  .single-product .smkvb-related-products-block ul.products li.product .button{width:calc(100% - 20px);min-height:40px;margin:10px!important;font-size:10.5px!important}

  .smk-mobile-buy[hidden]{display:none!important}
  .smk-mobile-buy{z-index:900;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));display:flex;min-height:68px;gap:10px;padding:9px 10px;border:1px solid #dce5ee;border-radius:12px;background:rgba(255,255,255,.98);box-shadow:0 13px 34px rgba(10,35,59,.25);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 24px));transition:opacity .22s,visibility .22s,transform .22s}
  .smk-mobile-buy.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .smk-mobile-buy-copy{min-width:0;display:block}
  .smk-mobile-buy strong{color:#102d49;font-size:15px;line-height:1.25}
  .smk-mobile-buy small{max-width:165px;margin-top:3px;color:#718091;font-size:9px;line-height:1.25}
  .smk-mobile-buy .button{flex:0 0 auto;min-height:46px!important;padding:0 15px!important;border-radius:8px!important;font-size:11px!important}
  body.smk-mobile-buy-active{padding-bottom:88px}
  body.smk-mobile-buy-active .smk-floating-whatsapp{bottom:calc(88px + env(safe-area-inset-bottom))}
}
@media(max-width:360px){
  .single-product .product_title{font-size:22px}
  .single-product .woocommerce-product-gallery__image a{min-height:270px}
  .smk-product-trust{grid-template-columns:1fr}
  .smk-mobile-buy small{max-width:125px}
  .smk-mobile-buy .button{padding-inline:11px!important;font-size:10px!important}
}
