:root{
  --navy:#001F3F;
  --red:#D32F2F;
  --gold:#D4AF37;
  --white:#ffffff;
  --bg:#f6f8fc;
  --soft:#eef3f8;
  --text:#102235;
  --muted:#5e6b78;
  --line:#d9e2ec;
  --line-strong:#c5d1df;
  --radius:18px;
  --radius-lg:24px;
  --shadow:0 12px 30px rgba(0,31,63,.08);
  --shadow-strong:0 20px 48px rgba(0,31,63,.14);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{font-family:Manrope,Inter,sans-serif;line-height:1.12;letter-spacing:-.02em;margin:0 0 12px}
p{margin:0 0 1rem}
.screen-reader-text{position:absolute;left:-9999px}
.scoppar-container{width:min(var(--max),calc(100% - 32px));margin:auto}
.skip-link:focus{position:fixed;left:16px;top:16px;z-index:999;background:#fff;color:#000;padding:10px 12px;border-radius:10px}

.announcement-bar{background:var(--navy);color:#fff;font-size:14px;padding:10px 0}
.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.94);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(217,226,236,.9);transition:box-shadow .2s ease,padding .2s ease,background .2s ease}
.site-header.is-compact{box-shadow:0 8px 20px rgba(16,34,53,.08)}
.header-inner{display:grid;grid-template-columns:auto minmax(240px,380px) 1fr auto;align-items:center;gap:16px;padding:14px 0}
.brand-wrap{min-width:0}
.site-title,.custom-logo-link{display:inline-flex;align-items:center}
.site-title{font-family:Manrope,Inter,sans-serif;font-weight:800;color:var(--navy);font-size:30px;letter-spacing:-.03em}
.custom-logo{max-height:58px;width:auto}
.primary-nav{min-width:0}
.menu,.mobile-menu,.footer-grid ul{list-style:none;margin:0;padding:0}
.menu{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;font-weight:700;font-size:15px}
.menu a{position:relative;padding:8px 0;color:var(--text)}
.menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--red);transition:width .2s ease}
.menu a:hover::after,.menu .current-menu-item > a::after{width:100%}
.header-search-wrap .search-form,.mobile-search-form{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid transparent;border-radius:999px;padding:8px 8px 8px 14px}
.header-search-wrap .search-form:focus-within,.mobile-search-form:focus-within{border-color:var(--line-strong);background:#fff}
.search-field{width:100%;border:none;background:transparent;outline:none;font:inherit;color:var(--text)}
.search-submit{border:none;cursor:pointer;border-radius:999px;background:var(--navy);color:#fff;padding:11px 14px;font-weight:800}
.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}
.currency-pill{padding:10px 14px;border-radius:999px;background:var(--soft);font-size:13px;font-weight:800;color:var(--navy);white-space:nowrap}
.header-icon,.button,.newsletter-form button,.menu-toggle,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border:none;cursor:pointer}
.header-icon{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;background:var(--bg);border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:800;white-space:nowrap}
.header-icon--wa{background:#e9fff1;color:#128c4a;border-color:#c6efd3}
.button,.newsletter-form button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:14px;background:var(--red);color:#fff;font-weight:800;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.button:hover,.newsletter-form button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-1px);box-shadow:var(--shadow-strong);opacity:.96}
.button.alt{background:var(--navy)}
.header-cta{white-space:nowrap;padding-inline:16px}
.menu-toggle{display:none;background:var(--navy);color:#fff;padding:12px 14px;border-radius:12px;font-weight:800}
.header-utility-bar{border-top:1px solid var(--line);background:#fff}
.header-utility-inner{display:flex;gap:16px;align-items:center;justify-content:flex-end;padding:10px 0;flex-wrap:wrap}
.header-widget,.shop-top-widget,.home-promo-widget{margin:0}
.header-widget .widget-title,.shop-top-widget .widget-title,.home-promo-widget .widget-title,.footer-column .widget-title{font-size:15px;margin-bottom:10px}
.mobile-drawer{padding:0 0 18px;border-top:1px solid var(--line);background:#fff}
.mobile-drawer-inner{display:grid;gap:18px;padding-top:16px}
.mobile-menu li{padding:12px 0;border-bottom:1px solid var(--line)}
.mobile-header-actions{display:flex;gap:10px;flex-wrap:wrap}
.site-content{min-height:50vh}

.home-hero{padding:64px 0;background:linear-gradient(180deg,#fff 0%,#f7faff 100%)}
.hero-grid,.newsletter-inner,.footer-bottom-inner,.content-grid,.product-grid{display:grid;gap:24px}
.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center}
.eyebrow{display:inline-block;background:#e8eef8;color:var(--navy);padding:8px 12px;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:16px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}
.trust-inline,.trust-items{display:flex;gap:12px;flex-wrap:wrap}
.trust-inline span,.trust-items span{padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:600}
.hero-card-stack,.card-grid,.service-grid,.footer-grid{display:grid;gap:18px}
.hero-card-stack .hero-card,.category-card,.service-card,.testimonial-card,.post-card,.product-extra-card,.site-sidebar .widget,.widget_block,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.scoppar-shop-toolbar,.footer-column .widget{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.home-section{padding:56px 0}
.home-section.muted,.newsletter-strip,.footer-promo-strip{background:var(--bg)}
.section-heading{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:22px}
.section-heading p{margin:0;color:var(--muted);max-width:680px}
.card-grid.three,.service-grid{grid-template-columns:repeat(3,1fr)}
.footer-grid{grid-template-columns:repeat(4,1fr);padding:44px 0}
.site-footer{border-top:1px solid var(--line);margin-top:52px}
.newsletter-inner{grid-template-columns:1fr auto;align-items:center;padding:30px 0}
.newsletter-form{display:flex;gap:12px;flex-wrap:wrap}
.newsletter-form input{padding:14px 16px;border:1px solid var(--line);border-radius:14px;min-width:260px;font:inherit}
.footer-promo-strip .scoppar-container{padding:18px 0}
.footer-column h3{margin-bottom:12px}
.footer-column ul{list-style:none;padding:0;margin:0}
.footer-column li{margin:0 0 10px}
.footer-bottom{border-top:1px solid var(--line);padding:18px 0;color:var(--muted);font-size:14px}
.footer-bottom-inner{grid-template-columns:repeat(3,1fr);align-items:center}
.whatsapp-float{position:fixed;right:18px;bottom:18px;background:#25d366;color:#fff;padding:14px 16px;border-radius:999px;font-weight:800;box-shadow:var(--shadow-strong);z-index:60}
.page-shell,.woocommerce-shell{padding:36px 0}
.post-card{overflow:hidden}
.post-card-content{padding-top:12px}
.content-grid{grid-template-columns:minmax(0,1fr) 320px;padding:36px 0}
.product-grid{grid-template-columns:1fr 420px;align-items:start}
.sticky-summary{position:sticky;top:110px}
.mobile-sticky-cart{display:none}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin:0 0 12px}
.services-hub .service-grid{grid-template-columns:repeat(3,1fr)}
.archive-header{margin-bottom:20px}
.woocommerce ul.products,.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{display:none}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:14px;display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,box-shadow .2s ease}
.woocommerce ul.products li.product:hover,.woocommerce-page ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong)}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{border-radius:16px;background:var(--bg);aspect-ratio:1/1;object-fit:cover}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Manrope,Inter,sans-serif;font-size:18px;line-height:1.3;padding:0;margin:0}
.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:16px;font-weight:800;color:var(--navy)}
.woocommerce ul.products li.product .button,.woocommerce-page ul.products li.product .button{margin-top:auto;width:100%}
.scoppar-shop-toolbar{display:flex;gap:16px;align-items:center;justify-content:space-between;margin:0 0 18px;padding:16px 18px}
.scoppar-shop-toolbar .widget{background:none;border:none;box-shadow:none;padding:0}
.woocommerce div.product form.cart .button,.scoppar-buy-now{margin-top:12px}
.site-sidebar .widget,.footer-column .widget{padding:18px}
.widget ul{list-style:none;padding-left:0;margin:0}
.widget li{margin-bottom:10px}
.widget-title{font-family:Manrope,Inter,sans-serif}

/* Image-only mode for shop cards */
body.scoppar-shop-image-only .woocommerce ul.products li.product,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product{padding:12px}
body.scoppar-shop-image-only .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.scoppar-shop-image-only .woocommerce ul.products li.product .price,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product .price,
body.scoppar-shop-image-only .woocommerce ul.products li.product .star-rating,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product .star-rating,
body.scoppar-shop-image-only .woocommerce ul.products li.product .button,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product .button,
body.scoppar-shop-image-only .woocommerce ul.products li.product .added_to_cart,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product .added_to_cart{display:none!important}
body.scoppar-shop-image-only .woocommerce ul.products li.product a,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product a{display:block}
body.scoppar-shop-image-only .woocommerce ul.products li.product a img,
body.scoppar-shop-image-only .woocommerce-page ul.products li.product a img{margin:0}

@media (max-width: 1180px){
  .header-inner{grid-template-columns:auto minmax(220px,1fr) auto;}
  .primary-nav{display:none}
  .menu-toggle{display:inline-flex}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width: 980px){
  .hero-grid,.content-grid,.product-grid,.newsletter-inner,.footer-bottom-inner,.footer-grid,.card-grid.three,.service-grid,.services-hub .service-grid{grid-template-columns:1fr}
  .footer-bottom-inner{text-align:center}
  .header-inner{grid-template-columns:auto 1fr auto}
  .header-search-wrap{display:none}
  .currency-pill,.header-cta{display:none}
  .mobile-sticky-cart{display:block;position:fixed;left:12px;right:12px;bottom:12px;background:var(--navy);border-radius:999px;padding:14px;text-align:center;z-index:55}
  .mobile-sticky-cart a{color:#fff;font-weight:800}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 640px){
  body{font-size:15px}
  .scoppar-container{width:min(var(--max),calc(100% - 22px))}
  .header-inner{gap:10px;padding:12px 0}
  .site-title{font-size:24px}
  .header-actions{gap:8px}
  .header-icon{padding:10px 12px;min-height:42px}
  .hero-actions,.newsletter-form,.mobile-header-actions{flex-direction:column}
  .hero-actions .button,.newsletter-form button,.newsletter-form input,.mobile-header-actions .button{width:100%}
  .whatsapp-float{right:12px;bottom:12px}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:1fr 1fr;gap:12px}
  .woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding:10px;border-radius:16px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title{font-size:15px}
}


/* v1.1.1 mobile shop density improvement */
@media (max-width: 768px){
  .woocommerce-shell{padding:26px 0}
  .archive-header{margin-bottom:14px}
  .archive-header h1{font-size:32px}
  .woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{font-size:14px;margin:0 0 10px}
  .woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none;margin:0 0 14px;width:100%}
  .woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select{width:100%;max-width:100%;min-height:42px}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding:8px;border-radius:14px;gap:8px}
  .woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{height:132px;aspect-ratio:auto;border-radius:12px;object-fit:cover}
  .woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title{font-size:14px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}
  .woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:14px;line-height:1.2}
  .woocommerce ul.products li.product .button,.woocommerce-page ul.products li.product .button{padding:10px 12px;font-size:13px}
  .whatsapp-float{right:12px;bottom:14px;padding:10px 16px;font-size:14px}
}

@media (max-width: 480px){
  .woocommerce ul.products,.woocommerce-page ul.products{gap:8px}
  .woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding:7px;border-radius:12px}
  .woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{height:118px;border-radius:10px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title{font-size:13px;min-height:2.4em}
  .woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:13px}
}


/* v1.2 header refinement */
.header-inner{position:relative}
.brand-wrap{display:flex;align-items:center;gap:12px}
.header-search-wrap{min-width:0}
.header-search-wrap .search-form,.mobile-search-form,.mobile-header-search-form{min-height:50px;box-shadow:0 4px 14px rgba(0,31,63,.04)}
.header-search-wrap .search-form label,.mobile-search-form label,.mobile-header-search-form label{display:flex;flex:1;min-width:0}
.header-search-wrap .search-field,.mobile-search-form .search-field,.mobile-header-search-form .search-field{font-size:15px}
.header-actions{justify-self:end}
.header-icon,.header-cta,.menu-toggle{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.header-icon:hover,.menu-toggle:hover{transform:translateY(-1px);box-shadow:var(--shadow)}
.site-header.is-compact .header-inner{padding-top:10px;padding-bottom:10px}
.mobile-header-search{display:none;padding:0 0 12px}
.mobile-header-search-form{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px 8px 8px 12px}
.mobile-header-search-form .search-submit{min-width:44px;padding:11px 12px;font-size:17px;line-height:1}
.cart-link{gap:4px}
.scoppar-cart-count{font-weight:800}

@media (max-width: 1180px){
  .header-inner{grid-template-columns:auto minmax(180px,1fr) auto;gap:12px}
  .header-search-wrap .search-form{min-height:46px}
}

@media (max-width: 980px){
  .site-header{backdrop-filter:none;background:#fff}
  .header-inner{grid-template-columns:auto 1fr auto;grid-template-areas:"brand spacer actions";align-items:center}
  .brand-wrap{grid-area:brand}
  .header-actions{grid-area:actions;gap:8px}
  .header-search-wrap{display:none}
  .mobile-header-search{display:block}
  .header-icon{min-width:42px;padding:10px 12px}
  .header-icon:not(.header-icon--wa):not(.cart-link){padding-inline:12px}
  .header-cta{display:inline-flex;min-height:44px;padding:12px 14px;border-radius:16px;font-size:15px}
  .currency-pill{display:none}
}

@media (max-width: 640px){
  .custom-logo{max-height:52px}
  .header-inner{padding:10px 0;gap:8px}
  .brand-wrap img{max-width:54px;height:auto}
  .header-actions{gap:6px}
  .header-icon{min-width:40px;min-height:40px;padding:9px 10px;font-size:13px}
  .header-icon--wa{font-size:0}
  .header-icon--wa::before{content:"WA";font-size:12px}
  .cart-link{padding-inline:10px;gap:2px}
  .header-cta{padding:11px 12px;font-size:14px}
  .menu-toggle{padding:10px 12px;border-radius:14px}
  .mobile-header-search{padding:0 0 10px}
  .mobile-header-search-form{border-radius:14px;padding:7px 7px 7px 11px}
  .mobile-header-search-form .search-field{font-size:14px}
  .mobile-header-search-form .search-submit{min-width:42px;padding:10px 11px}
}

@media (max-width: 420px){
  .header-actions{gap:5px}
  .header-icon,.menu-toggle{min-width:38px;min-height:38px;padding:8px 9px}
  .header-cta{padding:10px 10px;font-size:13px}
  .brand-wrap img{max-width:48px}
}


/* v1.3 commerce upgrade */
.woocommerce ul.products li.product.scoppar-product-card,.woocommerce-page ul.products li.product.scoppar-product-card{padding:12px;border-radius:22px;gap:12px;overflow:hidden}
.scoppar-product-card__media-wrap{position:relative}
.scoppar-product-card__media{display:block;border-radius:18px;overflow:hidden;background:var(--bg)}
.scoppar-product-card__media img{transition:transform .35s ease, filter .35s ease}
.scoppar-product-card:hover .scoppar-product-card__media img{transform:scale(1.04)}
.scoppar-product-card__overlay-actions{position:absolute;right:12px;bottom:12px;display:flex;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}
.scoppar-product-card:hover .scoppar-product-card__overlay-actions,.scoppar-product-card:focus-within .scoppar-product-card__overlay-actions{opacity:1;transform:translateY(0)}
.scoppar-quickview-trigger,.scoppar-product-wa{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.94);backdrop-filter:blur(8px);font-weight:800;font-size:12px;color:var(--navy);box-shadow:0 10px 18px rgba(0,31,63,.12)}
.scoppar-product-wa{background:#20d466;color:#fff;border-color:#20d466}
.scoppar-product-card__body{display:grid;gap:10px}
.scoppar-product-card__body.is-image-only{display:none}
.scoppar-product-card__cta-row .button,.scoppar-product-card__cta-row .added_to_cart{width:100%;justify-content:center;margin-top:0}
.scoppar-product-card__cta-row .added_to_cart{padding:12px 14px;border-radius:14px;background:var(--soft);color:var(--navy);font-weight:800}
.scoppar-product-badge{position:absolute;left:12px;top:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;background:rgba(0,31,63,.92);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.scoppar-product-badge.is-sale{background:var(--red)}
.scoppar-product-badge.is-featured{top:48px;background:var(--gold);color:#1d2430}
.mobile-bottom-nav{display:none}
.scoppar-quickview[hidden]{display:none!important}
.scoppar-quickview{position:fixed;inset:0;z-index:9999}
.scoppar-quickview__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}
.scoppar-quickview__dialog{position:relative;z-index:1;width:min(940px,calc(100% - 24px));max-height:min(86vh,820px);overflow:auto;margin:6vh auto 0;background:#fff;border-radius:28px;box-shadow:0 35px 80px rgba(0,0,0,.22)}
.scoppar-quickview__close{position:absolute;right:14px;top:14px;width:42px;height:42px;border:none;border-radius:999px;background:var(--bg);font-size:24px;cursor:pointer}
.scoppar-quickview__grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1fr);gap:24px;padding:28px}
.scoppar-quickview__media{background:var(--bg);border-radius:22px;overflow:hidden}
.scoppar-quickview__media img{width:100%;height:100%;min-height:280px;object-fit:cover}
.scoppar-quickview__content{display:grid;align-content:start;gap:14px}
.scoppar-quickview__badge{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:var(--soft);color:var(--navy);font-weight:800;font-size:12px}
.scoppar-quickview__price{font-size:24px;font-weight:900;color:var(--navy)}
.scoppar-quickview__excerpt{color:var(--muted);margin:0}
.scoppar-quickview__actions{display:flex;gap:12px;flex-wrap:wrap}
body.quickview-open{overflow:hidden}

@media (max-width: 980px){
  .scoppar-product-card__overlay-actions{opacity:1;transform:none}
  .mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:999;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:8px;border-radius:24px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid rgba(197,209,223,.9);box-shadow:0 16px 34px rgba(0,31,63,.16)}
  .mobile-bottom-nav a{display:grid;justify-items:center;gap:2px;padding:8px 4px;border-radius:16px;color:var(--navy);font-weight:800;font-size:11px}
  .mobile-bottom-nav a span{font-size:16px;line-height:1}
  .whatsapp-float{bottom:86px}
  body.admin-bar .mobile-bottom-nav{bottom:22px}
}

@media (max-width: 768px){
  .woocommerce ul.products li.product.scoppar-product-card,.woocommerce-page ul.products li.product.scoppar-product-card{padding:8px;border-radius:16px;gap:8px}
  .woocommerce ul.products li.product.scoppar-product-card a img,.woocommerce-page ul.products li.product.scoppar-product-card a img{height:124px;border-radius:12px}
  .scoppar-product-badge{left:8px;top:8px;padding:5px 8px;min-height:26px;font-size:10px}
  .scoppar-product-badge.is-featured{top:40px}
  .scoppar-quickview-trigger,.scoppar-product-wa{min-height:34px;padding:8px 10px;font-size:11px}
  .scoppar-product-card__body{gap:8px}
  .scoppar-quickview__dialog{width:min(calc(100% - 16px),640px);margin:4vh auto 0;border-radius:20px}
  .scoppar-quickview__grid{grid-template-columns:1fr;padding:18px;gap:16px}
  .scoppar-quickview__media img{min-height:220px}
}

@media (max-width: 480px){
  .mobile-bottom-nav{left:8px;right:8px;bottom:8px;padding:7px;gap:6px;border-radius:20px}
  .mobile-bottom-nav a{font-size:10px;padding:7px 2px}
  .mobile-bottom-nav a span{font-size:15px}
  .whatsapp-float{bottom:78px;right:10px}
}
