/*
Theme Name: Marlee Pro Theme
Theme URI: https://example.com/
Author: OpenAI
Description: Theme WooCommerce orientado a cotización, responsive, con búsqueda AJAX, rating por IP, marcas, widgets y WhatsApp.
Version: 2.19
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: marlee
*/
:root{--marlee-navy:#0b1e3a;--marlee-accent:#ff5a1f;--marlee-green:#14a44d;--marlee-bg:#f5f7fb;--marlee-card:#ffffff;--marlee-text:#1d2433;--marlee-muted:#6b7280;--marlee-border:#e5e7eb;--marlee-radius:16px;--marlee-shadow:0 10px 30px rgba(12,22,44,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--marlee-bg);color:var(--marlee-text)}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.screen-reader-text{position:absolute;left:-9999px}.marlee-container{width:min(1200px,calc(100% - 24px));margin:0 auto}.site-header{background:var(--marlee-navy);color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 6px 20px rgba(0,0,0,.12)}.header-top{display:grid;grid-template-columns:220px 1fr auto;gap:20px;align-items:center;padding:14px 0}.site-branding img{max-height:58px;width:auto}.site-title{font-size:22px;font-weight:700;line-height:1}.site-description{font-size:10px;color:rgba(255,255,255,.8)}.search-wrap{position:relative}.marlee-search{display:flex;align-items:center;overflow:hidden;background:#fff;border-radius:12px}.marlee-search input{flex:1;border:0;padding:14px 16px;min-width:0;outline:0}.marlee-search button{border:0;background:#111827;color:#fff;width:56px;height:50px;cursor:pointer}.search-results{position:absolute;left:0;right:0;top:calc(100%+8px);background:#fff;border-radius:14px;box-shadow:var(--marlee-shadow);max-height:380px;overflow:auto;display:none;z-index:1100}.search-results.active{display:block}.search-result-item{display:grid;grid-template-columns:56px 1fr 40px;gap:12px;align-items:center;padding:7px;border-bottom:1px solid var(--marlee-border)}.search-result-item:last-child{border-bottom:0}.search-result-item:hover{background:#f8fafc}.search-result-thumb img{width:56px;height:56px;object-fit:cover;border-radius:10px}.search-result-title{font-weight:700;color:#111827}.search-add-btn{border:0;width:36px;height:36px;border-radius:50%;background:var(--marlee-green);color:#fff;font-size:16px;line-height:1;cursor:pointer}.header-tools{display:flex;gap:12px;align-items:center;justify-content:flex-end}.header-cart{position:relative}.header-cart-toggle{display:flex;align-items:center;gap:10px;color:#fff;background:rgba(255,255,255,.08);padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12)}.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--marlee-accent);color:#fff;font-weight:700;font-size:10px}.header-mini-cart{position:absolute;right:0;top:calc(100%+8px);width:320px;background:#fff;color:var(--marlee-text);border-radius:16px;box-shadow:var(--marlee-shadow);padding:9px;display:none}.header-cart:hover .header-mini-cart{display:block}.header-mini-cart ul{list-style:none;margin:0;padding:0}.header-mini-cart li{display:grid;grid-template-columns:52px 1fr;gap:10px;margin-bottom:12px;align-items:center}.header-mini-cart .empty{color:var(--marlee-muted)}.menu-row{background:#fff;border-bottom:1px solid var(--marlee-border)}.primary-nav{display:flex;align-items:center;justify-content:space-between;min-height:72px}.primary-nav ul{list-style:none;display:flex;gap:10px;margin:0;padding:0;flex-wrap:wrap}.primary-nav a{display:block;padding:14px 16px;color:#111827;font-weight:700;border-radius:10px}.primary-nav a:hover,.primary-nav .current-menu-item a{background:#eef2ff;color:var(--marlee-navy)}.menu-toggle{display:none;border:0;background:transparent;color:#111827;font-size:21px;padding:8px 0;cursor:pointer}.content-wrap{padding:24px 0}.home-grid{display:grid;grid-template-columns:1.7fr .9fr;gap:24px}.home-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.home-sidebar,.home-main{display:grid;gap:24px}.home-sidebar .widget-card,.home-main .widget-card{margin:0}.home-sidebar .widget-title,.home-main .widget-title{font-size:16px}.home-sidebar .category-menu-list a{padding:14px 0}.home-slider-card .widget-header-split{margin-bottom:10px}.home-slider-card .widget-header-split+.widget-header-split{display:none}.home-slider-card .scroll-track>*{min-width:calc(20% - 13px)}.home-slider-card .highlight-header{margin-bottom:12px;font-size:16px}.home-brands-card .widget-title+.widget-title{display:none}.home-brands-card .brand-track{padding-top:8px}.widget-area>*{margin-bottom:24px}.widget-card{background:var(--marlee-card);border-radius:var(--marlee-radius);box-shadow:var(--marlee-shadow);padding:10px}.widget-title,.section-title{margin:0 0 16px;font-size:18px;line-height:1.2}.widget-subtitle{color:var(--marlee-muted);margin:0 0 10px}.category-menu-list,.footer-category-scroll{list-style:none;margin:0;padding:0}.category-menu-list li{border-bottom:1px solid var(--marlee-border)}.category-menu-list a{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;font-weight:700;color:#374151}.category-menu-list a:hover{color:var(--marlee-accent)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-grid.cols-1{grid-template-columns:1fr}.product-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.marlee-product-card{position:relative;background:#fff;border:1px solid rgba(12,22,44,.06);border-radius:20px;overflow:hidden;box-shadow:0 12px 28px rgba(12,22,44,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.marlee-product-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(12,22,44,.14);border-color:rgba(255,90,31,.22)}.marlee-product-thumb{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%)}.marlee-product-thumb>a{display:block;width:100%;height:100%;padding:16px}.marlee-product-thumb img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .28s ease}.marlee-product-card:hover .marlee-product-thumb img{transform:scale(1.05)}.marlee-product-badges{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px;z-index:2}.marlee-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 8px 16px rgba(12,22,44,.12)}.marlee-badge.sale{background:var(--marlee-accent);color:#fff}.marlee-badge.new{background:#111827;color:#fff}.marlee-product-body{min-height:150px!important}.marlee-product-cat{display:inline-flex;align-items:center;gap:6px;margin-bottom:6px;font-size:10px;color:#16a34a;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.marlee-product-title{margin:6px 0 10px;font-size:10px;line-height:1.3;min-height:72px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.marlee-product-title a{color:inherit}.marlee-product-rating{display:flex;align-items:center;gap:4px;color:#f59e0b;font-size:10px;line-height:1;margin:6px 0 10px}.marlee-product-rating span{font-size:10px;letter-spacing:-0.01em;white-space:nowrap}.marlee-product-price{font-size:13px;font-weight:800}.overlay-actions{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;gap:6px;justify-content:flex-start;transform:translateY(115%);opacity:0;transition:transform .22s ease,opacity .22s ease}.marlee-product-card:hover .overlay-actions,.marlee-product-card.touch-active .overlay-actions{transform:translateY(0);opacity:1}.overlay-btn{border:0;background:#fff;color:#111827;padding:0 11px;border-radius:999px;cursor:pointer;font-size:10px;font-weight:800;line-height:1;min-height:33px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 24px rgba(15,23,42,.18)}.overlay-btn.primary{background:var(--marlee-accent);color:#fff;padding:0 14px}.overlay-btn.icon{width:32px;min-width:32px;padding:0;border:1px solid rgba(15,23,42,.08)}.overlay-btn.icon-cart{background:#fff;color:var(--marlee-navy)}.overlay-btn.icon-view{background:rgba(255,255,255,.96);color:#111827}.overlay-btn .icon-mark{font-size:10px;line-height:1}.widget-header-split{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.pill-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#eef2ff;color:var(--marlee-navy);font-weight:700}.highlight-header{background:linear-gradient(135deg,#ff8a00,#ff3d00);color:#fff;padding:14px 18px;border-radius:16px;margin-bottom:14px;font-weight:700;box-shadow:var(--marlee-shadow)}.offer-widget,.featured-widget,.store-status-widget{position:relative;overflow:hidden}.offer-badge{position:absolute;top:16px;left:16px;background:#ef4444;color:#fff;padding:8px 10px;border-radius:999px;font-weight:700;z-index:3}.countdown-box{margin-top:12px;background:#111827;color:#fff;border-radius:14px;padding:7px;text-align:center;font-weight:700}.featured-widget{background:linear-gradient(135deg,#b9f2e5,#7fd4ff)}.featured-copy{display:grid;gap:10px;margin-bottom:16px}.featured-copy h3{margin:0;font-size:22px;line-height:1.1}.featured-copy p{margin:0;font-weight:700}.store-status-widget.open{background:linear-gradient(135deg,#16a34a,#4ade80);color:#fff}.store-status-widget.closed{background:linear-gradient(135deg,#dc2626,#f87171);color:#fff}.store-status-state{font-size:21px;font-weight:800}.brand-track,.footer-track{display:flex;gap:18px;overflow:auto;scroll-behavior:smooth;padding-bottom:6px}.brand-item,.footer-cat-item{min-width:130px;background:#fff;border-radius:16px;box-shadow:var(--marlee-shadow);padding:7px;text-align:center}.brand-item img{width:100%;height:58px;object-fit:contain;display:block;margin-bottom:8px}.site-footer{margin-top:28px;background:var(--marlee-navy);color:#fff;padding:28px 0}.footer-main{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center}.footer-logo img{max-height:70px}.footer-cat-item{background:rgba(255,255,255,.08);color:#fff;box-shadow:none}.footer-credit{margin-top:18px;color:rgba(255,255,255,.72);font-size:10px}.whatsapp-float{position:fixed;left:18px;bottom:18px;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;font-size:24px;box-shadow:0 12px 28px rgba(37,211,102,.38);z-index:1100}.marlee-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:24px 0 0}.marlee-pagination .page-numbers{min-width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:var(--marlee-shadow);font-weight:700}.marlee-pagination .current{background:var(--marlee-green);color:#fff}.single-product-wrap{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.single-gallery,.single-summary{background:#fff;border-radius:20px;box-shadow:var(--marlee-shadow);padding:12px}.single-summary h1{margin-top:0;font-size:27px;line-height:1.1}.single-short-desc{color:#374151;line-height:1.7}.single-meta{color:var(--marlee-muted);font-size:10px}.qty-row{display:flex;gap:10px;align-items:center;margin:18px 0}.qty-row input{width:80px;padding:7px;border:1px solid var(--marlee-border);border-radius:12px}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.cta-btn{border:0;border-radius:12px;padding:14px 18px;cursor:pointer;font-weight:700}.cta-btn.quote{background:var(--marlee-green);color:#fff}.cta-btn.whatsapp{background:#25D366;color:#fff}.cta-btn.file{background:#ef4444;color:#fff}.related-section{margin-top:28px}.single-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:20px;color:var(--marlee-muted);font-size:10px}.single-breadcrumb a:hover{color:var(--marlee-accent)}.single-product-enhanced{align-items:start}.single-gallery-sticky{position:sticky;top:108px}.single-gallery-main{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--marlee-border);border-radius:18px;padding:12px}.single-gallery-main img{width:100%;max-height:480px;object-fit:contain}.single-gallery-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.single-gallery-benefits span{background:#f8fafc;border:1px solid var(--marlee-border);border-radius:14px;padding:7px;text-align:center;font-size:10px;font-weight:700}.single-summary-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.single-stock-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:10px;font-weight:700}.single-stock-pill.in-stock{background:#dcfce7;color:#166534}.single-stock-pill.out-stock{background:#fee2e2;color:#991b1b}.single-price-box{margin:14px 0 12px;font-size:25px;font-weight:800;color:var(--marlee-navy)}.single-price-box ins,.single-price-box bdi,.single-price-box .amount{text-decoration:none}.single-quick-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.single-quick-meta>div{background:#f8fafc;border:1px solid var(--marlee-border);border-radius:14px;padding:8px;line-height:1.45}.single-action-panel{background:#f8fafc;border:1px solid var(--marlee-border);border-radius:18px;padding:10px;margin:20px 0}.cta-row-stacked .cta-btn{flex:1 1 220px;text-align:center}.single-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.single-service-item{background:#fff;border:1px solid var(--marlee-border);border-radius:16px;padding:9px;display:grid;gap:8px}.single-service-item strong{font-size:12px;color:var(--marlee-navy)}.single-service-item span{color:var(--marlee-muted);line-height:1.55}.single-extra-sections{display:grid;grid-template-columns:1.5fr .9fr;gap:24px;margin-top:28px}.single-detail-card{height:100%}.single-detail-content{color:#374151;line-height:1.8}.single-detail-content>*:first-child{margin-top:0}.single-info-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.single-info-list li{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--marlee-border);background:#f8fafc;border-radius:14px;padding:14px 16px}.single-info-list li span{color:var(--marlee-muted)}.quote-cart-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;margin-top:20px}.quote-cart-form input{padding:14px 16px;border:1px solid var(--marlee-border);border-radius:12px;width:100%}.quote-cart-form button{border:0;border-radius:12px;background:var(--marlee-green);color:#fff;font-weight:700;padding:0 24px}.cart-quote-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--marlee-shadow)}.cart-quote-table th,.cart-quote-table td{padding:9px;border-bottom:1px solid var(--marlee-border);text-align:left}.cart-quote-table th{background:#f8fafc}.rating-stars{display:inline-flex;gap:2px;flex:0 0 auto}.rating-stars button{border:0;background:transparent;color:#d1d5db;font-size:12px;line-height:1;width:10px;cursor:pointer;padding:0}.rating-stars button.active,.rating-stars button:hover{color:#f59e0b}.notice-box{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:14px;padding:14px 16px;margin-bottom:16px}@media (max-width:992px){.single-gallery-sticky{position:static}.single-extra-sections,.single-quick-meta,.single-service-grid{grid-template-columns:1fr}.header-top{grid-template-columns:1fr auto}.search-wrap{grid-column:1 / -1;order:3}.home-grid,.home-layout,.single-product-wrap,.footer-main{grid-template-columns:1fr}.home-slider-card .scroll-track>*{min-width:calc(50% - 8px)}.product-grid,.product-grid.cols-4,.product-grid.cols-5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.single-gallery-benefits{grid-template-columns:1fr}.single-info-list li{flex-direction:column;align-items:flex-start}.single-price-box{font-size:28px}.site-header{position:sticky}.home-slider-card .scroll-track>*{min-width:82vw}.menu-toggle{display:block}.primary-nav{display:block;padding:10px 0}.primary-nav ul{display:none;flex-direction:column;gap:0;width:100%;padding-bottom:10px}.primary-nav.open ul{display:flex}.primary-nav a{padding:12px 0;border-radius:0}.header-top{gap:12px}.header-tools{width:100%;justify-content:flex-start}.header-mini-cart{right:auto;left:0;width:min(320px,calc(100vw - 24px))}.product-grid,.product-grid.cols-5,.product-grid.cols-4,.product-grid.cols-3,.product-grid.cols-2{grid-template-columns:1fr}.quote-cart-form{grid-template-columns:1fr}.single-summary h1{font-size:28px}}.site-header{background:linear-gradient(180deg,var(--marlee-navy),#10264a)}.header-cart-toggle{box-shadow:0 10px 24px rgba(0,0,0,.12)}.widget-card{padding:20px}.product-card,.marlee-product-card{border:1px solid rgba(12,22,44,.04)}.scroll-track{display:flex;gap:16px;overflow:auto;padding-bottom:8px;scrollbar-width:thin}.scroll-track>*{min-width:240px}.brand-track>*,.footer-track>*{flex:0 0 auto}.highlight-header{font-size:19px;text-transform:uppercase;letter-spacing:.03em}@media (max-width:768px){.single-gallery-benefits{grid-template-columns:1fr}.single-info-list li{flex-direction:column;align-items:flex-start}.single-price-box{font-size:28px}.scroll-track>*{min-width:82vw}}.site-branding .marlee-logo-link,.footer-logo .marlee-logo-link{display:inline-flex;align-items:center}.site-branding .marlee-logo,.footer-logo .marlee-logo{display:block;max-height:58px;width:auto}.footer-logo .marlee-logo{max-height:70px}.home-sidebar{grid-auto-rows:min-content}.home-main{min-width:0}.home-slider-card,.home-brands-card{overflow:hidden}.home-slider-card .scroll-track,.home-brands-card .brand-track{padding-bottom:4px}.header-top,.primary-nav,.home-layout,.footer-main{min-width:0}@media (max-width:992px){.single-gallery-sticky{position:static}.single-extra-sections,.single-quick-meta,.single-service-grid{grid-template-columns:1fr}.marlee-container{width:min(100% - 20px,1200px)}.header-top{grid-template-columns:minmax(0,1fr) auto;align-items:center}.site-branding img,.site-branding .marlee-logo{max-height:52px}.home-layout{gap:18px}.home-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-sidebar .widget-card{height:100%;padding:9px}.home-sidebar .widget-title,.home-main .widget-title,.highlight-header{font-size:15px}.category-menu-list a{padding:12px 0}.featured-copy h3{font-size:18px}.brand-item,.footer-cat-item{min-width:120px}}@media (max-width:768px){.single-gallery-benefits{grid-template-columns:1fr}.single-info-list li{flex-direction:column;align-items:flex-start}.single-price-box{font-size:28px}body{overflow-x:hidden}.content-wrap{padding:16px 0}.header-top{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 0 12px}.site-branding{min-width:0}.site-branding img,.site-branding .marlee-logo{max-height:46px}.search-wrap{order:3}.marlee-search input{padding:13px 14px}.marlee-search button{width:50px;height:48px}.header-tools{width:auto;justify-content:flex-end}.header-cart-toggle{padding:10px 12px;gap:8px;border-radius:12px}.cart-badge{min-width:22px;height:22px}.menu-row{position:relative}.primary-nav{padding:6px 0}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f8fafc}.primary-nav ul{background:#fff;border-radius:14px;box-shadow:var(--marlee-shadow);padding:6px 14px 10px;margin-top:8px}.primary-nav a{padding:12px 4px}.home-layout{gap:16px}.home-sidebar{grid-template-columns:1fr 1fr;gap:12px}.home-sidebar .widget-card:first-child{grid-column:1 / -1}.home-sidebar .widget-card,.home-main .widget-card{padding:8px;border-radius:14px}.home-sidebar .widget-title,.home-main .widget-title,.highlight-header,.widget-title,.section-title{font-size:13px;margin-bottom:12px}.featured-copy{gap:8px;margin-bottom:12px}.featured-copy h3{font-size:15px}.store-status-state{font-size:16px}.home-slider-card .widget-header-split{align-items:flex-start;gap:8px;margin-bottom:8px}.pill-link{padding:8px 12px;font-size:10px}.home-slider-card .scroll-track>*,.scroll-track>*{min-width:76vw}.marlee-product-title{font-size:10px;line-height:1.28;min-height:50px;-webkit-line-clamp:4}.marlee-product-price{font-size:12px}.overlay-btn{padding:6px 7px;font-size:10px;min-height:30px}.overlay-actions{left:10px;right:10px;bottom:10px;gap:5px}.overlay-btn.primary{padding:0 12px}.overlay-btn.icon{width:30px;min-width:30px}.marlee-product-rating{gap:3px;font-size:10px}.marlee-product-rating span{font-size:10px}.rating-stars{gap:1px}.rating-stars button{width:8px;font-size:10px}.brand-track,.footer-track{gap:12px}.brand-item,.footer-cat-item{min-width:110px;padding:6px}.brand-item img{height:46px}.whatsapp-float{width:54px;height:54px;left:14px;bottom:14px;font-size:21px}}@media (max-width:480px){.marlee-container{width:min(100% - 16px,1200px)}.header-top{grid-template-columns:1fr auto}.site-branding img,.site-branding .marlee-logo{max-height:40px}.home-sidebar{grid-template-columns:1fr}.home-sidebar .widget-card:first-child{grid-column:auto}.home-slider-card .scroll-track>*,.scroll-track>*{min-width:82vw}.marlee-product-badges{top:10px;left:10px}.marlee-badge{min-height:24px;padding:5px 8px;font-size:10px}.search-results{left:-4px;right:-4px}.header-mini-cart{width:min(300px,calc(100vw - 16px))}}.header-top{grid-template-columns:260px 1fr auto}.branding-panel{position:relative;min-height:74px;display:flex;align-items:center;isolation:isolate}.branding-panel-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:74px;padding:10px 30px 10px 18px;background:#fff;border-radius:0 18px 18px 0;box-shadow:0 12px 28px rgba(0,0,0,.18)}.branding-panel::after{content:"";position:absolute;top:0;bottom:0;left:calc(100% - 34px);width:78px;background:#fff;clip-path:polygon(0 0,72% 0,100% 100%,0% 100%);z-index:1}.branding-panel .marlee-logo{max-height:66px}.branding-panel-footer{min-height:84px}.branding-panel-footer .branding-panel-inner{min-height:84px;padding-right:34px}.branding-panel-footer .marlee-logo{max-height:74px}.site-footer{background:linear-gradient(180deg,#092042,#07182f)}.footer-main{grid-template-columns:300px 1fr;align-items:center}.header-cart{position:relative}.header-cart-toggle{min-width:186px;gap:12px;padding:10px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08));backdrop-filter:blur(10px)}.cart-icon-wrap{position:relative;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(180deg,#ff7a3d,#ff5a1f);box-shadow:0 12px 20px rgba(255,90,31,.28);flex:0 0 44px}.cart-icon{font-size:15px;line-height:1}.cart-copy{display:flex;flex-direction:column;line-height:1.1}.cart-copy strong{font-size:10px;color:#fff}.cart-copy small{font-size:10px;color:rgba(255,255,255,.78)}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;padding:0 6px;border:2px solid #fff;box-shadow:0 6px 12px rgba(0,0,0,.2)}.header-mini-cart{right:0;top:calc(100%+14px);width:380px;padding:0;overflow:hidden;border:1px solid rgba(12,22,44,.08);border-radius:22px}.header-mini-cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:linear-gradient(180deg,#fff,#f7f9fc);border-bottom:1px solid var(--marlee-border)}.header-mini-cart-head strong{font-size:12px;color:#111827}.header-mini-cart-head span{font-size:10px;color:var(--marlee-muted)}.header-mini-cart .woocommerce-mini-cart,.header-mini-cart .woocommerce-mini-cart__empty-message{padding:16px 18px}.header-mini-cart .woocommerce-mini-cart{max-height:360px;overflow:auto}.header-mini-cart .woocommerce-mini-cart-item{display:grid!important;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 18px;margin:0;border-bottom:1px solid var(--marlee-border)}.header-mini-cart .woocommerce-mini-cart-item a:first-child{font-weight:700;color:#111827}.header-mini-cart .woocommerce-mini-cart-item img{width:64px!important;height:64px!important;object-fit:cover;border-radius:14px;float:none!important;margin:0!important;box-shadow:0 8px 18px rgba(15,23,42,.10)}.header-mini-cart .remove{order:3;width:28px;height:28px;border-radius:50%;background:#fee2e2;color:#b91c1c!important;display:inline-flex!important;align-items:center;justify-content:center;font-size:16px!important;line-height:1}.header-mini-cart .quantity,.header-mini-cart .amount,.header-mini-cart .woocommerce-mini-cart__total,.header-mini-cart .total{color:var(--marlee-muted);font-size:10px}.header-mini-cart .woocommerce-mini-cart__total,.header-mini-cart .woocommerce-mini-cart__buttons,.header-mini-cart .buttons{padding:16px 18px}.header-mini-cart .woocommerce-mini-cart__total,.header-mini-cart .total{display:flex;justify-content:space-between;align-items:center;margin:0;border-top:1px solid var(--marlee-border);background:#fbfcfe}.header-mini-cart .woocommerce-mini-cart__buttons,.header-mini-cart .buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fbfcfe}.header-mini-cart .woocommerce-mini-cart__buttons a,.header-mini-cart .buttons a{margin:0!important;border-radius:14px;padding:12px 14px!important;text-align:center;font-weight:800}.header-mini-cart .woocommerce-mini-cart__buttons a:first-child,.header-mini-cart .buttons a:first-child{background:#e8eef9;color:var(--marlee-navy)}.header-mini-cart .woocommerce-mini-cart__buttons a.checkout,.header-mini-cart .buttons a.checkout{background:linear-gradient(180deg,#16a34a,#15803d);color:#fff}@media (max-width:992px){.header-top{grid-template-columns:minmax(0,1fr) auto}.branding-panel{grid-column:1 / -1}.footer-main{grid-template-columns:1fr}}@media (max-width:768px){.branding-panel,.branding-panel-footer{min-height:62px}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{min-height:62px;padding:8px 22px 8px 14px}.branding-panel::after{width:58px;left:calc(100% - 24px)}.branding-panel .marlee-logo,.branding-panel-footer .marlee-logo{max-height:52px}.header-cart-toggle{min-width:auto;padding:8px 10px}.cart-copy{display:none}.cart-icon-wrap{width:40px;height:40px;flex-basis:40px}.header-mini-cart{width:min(350px,calc(100vw - 16px))}}.header-top{grid-template-columns:300px 1fr auto;gap:18px}.branding-panel,.branding-panel-footer{position:relative;min-height:78px;display:flex;align-items:stretch;overflow:visible}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{width:100%;min-height:78px;display:flex;align-items:center;justify-content:center;padding:10px 70px 10px 18px;background:#ffffff;border-radius:0;box-shadow:none}.branding-panel::after,.branding-panel-footer::after{content:"";position:absolute;top:0;right:-46px;width:72px;height:100%;background:#ffffff;clip-path:polygon(0 0,72% 0,100% 100%,0% 100%);z-index:1}.branding-panel .marlee-logo,.branding-panel-footer .marlee-logo{position:relative;z-index:2;display:block;max-height:68px;width:auto}.branding-panel-footer .marlee-logo{max-height:72px}.site-header,.site-footer{background:linear-gradient(180deg,#0a2144,#081a34)}.footer-main{grid-template-columns:300px 1fr;gap:22px;align-items:center}.header-cart-toggle{min-width:198px;padding:10px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:none;transition:transform .18s ease,background .18s ease,border-color .18s ease}.header-cart-toggle:hover{transform:translateY(-1px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}.cart-icon-wrap{width:46px;height:46px;flex:0 0 46px;border-radius:16px;background:linear-gradient(180deg,#ffb000,#ff7a00);box-shadow:none}.cart-badge{border:2px solid #0a2144;box-shadow:none}.header-mini-cart{right:0;top:calc(100%+12px);width:390px;padding:0;border:1px solid #e5e7eb;border-radius:20px;background:#ffffff;box-shadow:0 22px 54px rgba(2,12,27,.20);overflow:hidden}.header-mini-cart::before{content:"";position:absolute;top:-9px;right:28px;width:18px;height:18px;background:#ffffff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:rotate(45deg)}.header-mini-cart-head{position:relative;z-index:1;padding:16px 18px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border-bottom:1px solid #edf2f7}.header-mini-cart-head strong{font-size:11px;letter-spacing:.01em;white-space:nowrap}.header-mini-cart .woocommerce-mini-cart,.header-mini-cart .woocommerce-mini-cart__empty-message{padding:12px 14px 0}.header-mini-cart .woocommerce-mini-cart{max-height:360px;overflow:auto}.header-mini-cart .woocommerce-mini-cart-item{position:relative;display:grid!important;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:start;padding:7px;margin:0 0 10px;border:1px solid #eef2f7;border-radius:16px;background:#fbfdff}.header-mini-cart .woocommerce-mini-cart-item img{width:64px!important;height:64px!important;object-fit:cover;border-radius:12px;margin:0!important;float:none!important}.header-mini-cart .woocommerce-mini-cart-item a:first-child{display:block;padding-right:26px;font-size:10px;line-height:1.35;font-weight:700;color:#111827}.header-mini-cart .quantity,.header-mini-cart .amount{display:block;margin-top:4px;color:#6b7280;font-size:10px}.header-mini-cart .remove{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background:#fff1f2;color:#e11d48!important;display:flex!important;align-items:center;justify-content:center;text-decoration:none;font-size:14px!important;line-height:1}.header-mini-cart .woocommerce-mini-cart__total,.header-mini-cart .total{display:flex;justify-content:space-between;align-items:center;margin:6px 14px 0;padding:14px 4px;border-top:1px solid #edf2f7;background:transparent;color:#111827;font-size:10px;font-weight:700}.header-mini-cart .woocommerce-mini-cart__buttons,.header-mini-cart .buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:8px;background:#ffffff}.header-mini-cart .woocommerce-mini-cart__buttons a,.header-mini-cart .buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 14px!important;border-radius:14px;font-size:10px;font-weight:800;text-align:center;box-shadow:none}.header-mini-cart .woocommerce-mini-cart__buttons a:first-child,.header-mini-cart .buttons a:first-child{background:#eff3f8;color:#0f172a}.header-mini-cart .woocommerce-mini-cart__buttons a.checkout,.header-mini-cart .buttons a.checkout{background:linear-gradient(180deg,#16a34a,#15803d);color:#ffffff}@media (max-width:992px){.header-top{grid-template-columns:minmax(0,1fr) auto}.branding-panel{grid-column:1 / -1}.footer-main{grid-template-columns:1fr}}@media (max-width:768px){.branding-panel,.branding-panel-footer{min-height:66px}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{min-height:66px;padding:8px 54px 8px 12px}.branding-panel::after,.branding-panel-footer::after{right:-34px;width:52px}.branding-panel .marlee-logo,.branding-panel-footer .marlee-logo{max-height:54px}.header-mini-cart{width:min(360px,calc(100vw - 12px))}}.header-top,.footer-main{overflow:visible}.branding-panel,.branding-panel-footer{isolation:isolate}.branding-panel::before,.branding-panel-footer::before{content:"";position:absolute;z-index:0;top:-14px;bottom:-14px;left:-100vw;right:0;background:#ffffff}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{position:relative;z-index:2;background:transparent;padding-left:0}.branding-panel::after,.branding-panel-footer::after{z-index:1;right:-52px;width:86px;background:#ffffff;clip-path:polygon(0 0,72% 0,100% 100%,0 100%)}.site-branding,.footer-logo{padding-left:0}.header-mini-cart{top:calc(100%+14px);width:400px;border:1px solid #e7ebf2;border-radius:22px;background:#ffffff;box-shadow:0 26px 70px rgba(3,12,28,0.18)}.header-mini-cart::before{right:30px;width:20px;height:20px;border-color:#e7ebf2}.header-mini-cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 16px;background:linear-gradient(180deg,#ffffff 0%,#f5f8fc 100%)}.header-mini-cart-head strong{display:block;font-size:12px;color:#0f172a}.header-mini-cart-head span{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:10px;font-weight:700;white-space:nowrap}.header-mini-cart .woocommerce-mini-cart,.header-mini-cart .woocommerce-mini-cart__empty-message{padding:8px}.header-mini-cart .woocommerce-mini-cart__empty-message{color:#475569;text-align:center;padding:28px 16px}.header-mini-cart .woocommerce-mini-cart-item{grid-template-columns:68px minmax(0,1fr);gap:14px;padding:8px;margin:0 0 12px;border:1px solid #edf2f7;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.header-mini-cart .woocommerce-mini-cart-item:last-child{margin-bottom:2px}.header-mini-cart .woocommerce-mini-cart-item img{width:68px!important;height:68px!important;border-radius:14px;background:#fff;border:1px solid #eef2f7}.header-mini-cart .woocommerce-mini-cart-item a:first-child{padding-right:30px;font-size:10px;line-height:1.45}.header-mini-cart .quantity,.header-mini-cart .amount{margin-top:6px;font-size:10px;color:#64748b}.header-mini-cart .remove{top:12px;right:12px;width:26px;height:26px;background:#fff;border:1px solid #fecdd3;color:#e11d48!important}.header-mini-cart .woocommerce-mini-cart__total,.header-mini-cart .total{margin:2px 14px 0;padding:16px 2px 0;border-top:1px solid #e9eef5;font-size:11px}.header-mini-cart .woocommerce-mini-cart__buttons,.header-mini-cart .buttons{gap:12px;padding:16px 14px 14px;background:#ffffff}.header-mini-cart .woocommerce-mini-cart__buttons a,.header-mini-cart .buttons a{min-height:46px;border-radius:16px;font-size:10px;letter-spacing:.01em}.header-mini-cart .woocommerce-mini-cart__buttons a:first-child,.header-mini-cart .buttons a:first-child{background:#eef2f7;color:#0f172a}.header-mini-cart .woocommerce-mini-cart__buttons a.checkout,.header-mini-cart .buttons a.checkout{background:linear-gradient(180deg,#1db954,#12803a)}@media (max-width:768px){.branding-panel::before,.branding-panel-footer::before{top:-8px;bottom:-8px}.branding-panel::after,.branding-panel-footer::after{right:-34px;width:58px}.header-mini-cart{width:min(360px,calc(100vw - 12px))}}.branding-panel,.branding-panel-footer{overflow:visible}.branding-panel::before,.branding-panel-footer::before{top:-16px;bottom:-16px;left:-100vw;right:-8px;background:#fff}.branding-panel::after,.branding-panel-footer::after{right:-44px;width:74px;background:#fff;clip-path:polygon(0 0,72% 0,100% 100%,0 100%);box-shadow:8px 0 0 0 var(--marlee-accent)}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{padding:0;background:transparent;box-shadow:none;border-radius:0}.site-branding .marlee-logo,.footer-logo .marlee-logo{display:block;position:relative;z-index:3}.header-cart{position:relative}.header-cart-toggle{min-height:58px;padding:11px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));backdrop-filter:blur(6px)}.header-cart-toggle:hover{background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.11))}.cart-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#fff;color:var(--marlee-navy)}.cart-icon{font-size:15px;line-height:1}.header-mini-cart{display:block;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;top:calc(100%+12px);width:380px;max-width:min(380px,calc(100vw - 18px));max-height:min(78vh,560px);overflow:auto;padding:0;border:1px solid #e6ebf2;border-radius:20px;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.18)}.header-cart:hover .header-mini-cart,.header-cart.is-open .header-mini-cart{visibility:visible;opacity:.45;pointer-events:auto;transform:translateY(0)}.header-mini-cart::before{content:'';position:absolute;top:-9px;right:24px;width:18px;height:18px;background:#fff;border-top:1px solid #e6ebf2;border-left:1px solid #e6ebf2;transform:rotate(45deg)}.header-mini-cart-head{position:sticky;top:0;z-index:2;padding:16px 18px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}.header-mini-cart-head strong{font-size:11px;line-height:1.2}.header-mini-cart-head span{background:#fff3ed;color:#c2410c}.header-mini-cart .woocommerce-mini-cart,.header-mini-cart .woocommerce-mini-cart__empty-message{padding:7px}.header-mini-cart .woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr);gap:12px;padding:7px;margin:0 0 10px;border:1px solid #edf1f6;border-radius:16px;background:#fff}.header-mini-cart .woocommerce-mini-cart-item img{width:62px!important;height:62px!important;object-fit:cover;border-radius:12px;border:1px solid #eef2f7;background:#fff}.header-mini-cart .woocommerce-mini-cart-item a:first-child{display:block;padding-right:28px;color:#0f172a;font-size:10px;font-weight:700;line-height:1.35}.header-mini-cart .quantity,.header-mini-cart .amount{display:block;margin-top:6px;font-size:10px;color:#64748b}.header-mini-cart .remove{position:absolute;top:10px;right:10px;display:inline-flex!important;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#fff7f7;border:1px solid #fecaca;color:#dc2626!important;line-height:1}.header-mini-cart .woocommerce-mini-cart__total,.header-mini-cart .total{margin:0 12px;padding:14px 2px 0;border-top:1px solid #eef2f7;font-size:10px;color:#0f172a}.header-mini-cart .woocommerce-mini-cart__buttons,.header-mini-cart .buttons{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 12px 12px;background:linear-gradient(180deg,rgba(255,255,255,.96),#ffffff 34%);border-top:1px solid #eef2f7}.header-mini-cart .woocommerce-mini-cart__buttons a,.header-mini-cart .buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border-radius:14px;font-size:10px;font-weight:700;text-align:center}.header-mini-cart .woocommerce-mini-cart__buttons a:first-child,.header-mini-cart .buttons a:first-child{background:#eef2f7;color:#0f172a}.header-mini-cart .woocommerce-mini-cart__buttons a.checkout,.header-mini-cart .buttons a.checkout{background:linear-gradient(180deg,#ff7a3d,#ff5a1f);color:#fff}@media (max-width:768px){.branding-panel::before,.branding-panel-footer::before{top:-10px;bottom:-10px}.branding-panel::after,.branding-panel-footer::after{right:-34px;width:56px;box-shadow:6px 0 0 0 var(--marlee-accent)}.header-mini-cart{right:-8px;width:min(360px,calc(100vw - 12px))}}.header-top,.footer-main{overflow:visible}.branding-panel,.branding-panel-footer{position:relative;min-height:78px;display:flex;align-items:center;background:transparent!important;overflow:visible;isolation:isolate}.branding-panel::before,.branding-panel-footer::before{display:none!important;content:none!important}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{width:auto;min-height:auto;display:flex;align-items:center;justify-content:flex-start;padding:0 34px 0 0;background:transparent!important;box-shadow:none!important;border-radius:0!important}.branding-panel::after,.branding-panel-footer::after{content:"";position:absolute;top:8px;bottom:8px;left:100%;width:42px;background:rgba(255,255,255,.96);clip-path:polygon(0 0,72% 0,100% 100%,0 100%);box-shadow:8px 0 0 0 var(--marlee-accent);z-index:1}.branding-panel .marlee-logo-link,.branding-panel-footer .marlee-logo-link{position:relative;z-index:2;display:inline-flex;align-items:center;padding:6px 10px;border:2px solid rgba(255,255,255,.92);border-radius:14px;background:transparent}.branding-panel .marlee-logo,.branding-panel-footer .marlee-logo{display:block;max-height:66px;width:auto}.branding-panel-footer .marlee-logo{max-height:72px}@media (max-width:768px){.branding-panel,.branding-panel-footer{min-height:64px}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{padding-right:26px}.branding-panel::after,.branding-panel-footer::after{top:6px;bottom:6px;width:30px;box-shadow:6px 0 0 0 var(--marlee-accent)}.branding-panel .marlee-logo-link,.branding-panel-footer .marlee-logo-link{padding:4px 8px;border-radius:12px}.branding-panel .marlee-logo,.branding-panel-footer .marlee-logo{max-height:50px}}.header-cart{position:relative}.header-cart-toggle{min-height:58px;padding:10px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));backdrop-filter:blur(8px);transition:transform .18s ease,background .18s ease,border-color .18s ease}.header-cart-toggle:hover{transform:translateY(-1px);background:linear-gradient(180deg,rgba(255,255,255,.21),rgba(255,255,255,.12));border-color:rgba(255,255,255,.24)}.cart-icon-wrap{width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:linear-gradient(180deg,#ffb347,#ff7a1a);color:#0f172a;box-shadow:none}.cart-badge{border:2px solid #0a2144;box-shadow:0 8px 18px rgba(15,23,42,.2)}.header-mini-cart{display:block;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;position:absolute;right:0;top:calc(100%+14px);width:min(420px,calc(100vw - 16px));max-height:min(78vh,560px);border:1px solid #e6ebf2;border-radius:22px;background:#fff;box-shadow:0 24px 58px rgba(15,23,42,.22);overflow:hidden}.header-cart:hover .header-mini-cart,.header-cart.is-open .header-mini-cart{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.header-mini-cart::before{content:"";position:absolute;top:-9px;right:28px;width:18px;height:18px;background:#fff;border-top:1px solid #e6ebf2;border-left:1px solid #e6ebf2;transform:rotate(45deg)}.header-mini-cart-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:linear-gradient(180deg,#ffffff,#f8fafc);border-bottom:1px solid #eef2f7}.header-mini-cart-head strong{font-size:12px;color:#0f172a}.header-mini-cart-count{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#fff3ed;color:#c2410c;font-size:10px;font-weight:700;white-space:nowrap}.header-mini-cart-body{max-height:calc(min(78vh,560px) - 72px);overflow:auto;background:#fff}.header-mini-cart-body .empty{padding:28px 18px;text-align:center;color:#64748b}.marlee-mini-cart-list{padding:8px}.marlee-mini-cart-item{display:grid;grid-template-columns:64px minmax(0,1fr) 28px;align-items:center;gap:12px;margin-bottom:12px;padding:7px;border:1px solid #edf2f7;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff)}.marlee-mini-cart-item:last-child{margin-bottom:0}.mini-cart-thumb{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:14px;border:1px solid #eef2f7;background:#fff;overflow:hidden}.mini-cart-thumb img{width:100%;height:100%;object-fit:cover}.mini-cart-content{min-width:0;display:flex;flex-direction:column;gap:8px}.mini-cart-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:10px;font-weight:700;line-height:1.32;color:#0f172a}.mini-cart-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;font-size:10px;color:#64748b}.mini-cart-qty{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:#eef6ff;border:1px solid #dbeafe;color:#1d4ed8;font-weight:800;letter-spacing:.01em}.mini-cart-price{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mini-cart-price .amount{color:#334155;font-weight:700}.mini-cart-remove{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid #fecaca;background:#fff7f7;color:#dc2626;font-size:12px;line-height:1}.mini-cart-remove:hover{background:#fee2e2}.marlee-mini-cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 14px;padding:16px 2px;border-top:1px solid #eef2f7;color:#0f172a;font-size:11px}.marlee-mini-cart-total span{font-weight:800}.marlee-mini-cart-actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:8px;background:linear-gradient(180deg,rgba(255,255,255,.96),#fff 38%);border-top:1px solid #eef2f7}.mini-cart-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;border-radius:14px;font-size:10px;font-weight:800;text-align:center}.mini-cart-view{background:#eef2f7;color:#0f172a}.mini-cart-checkout{background:linear-gradient(180deg,#ff7a3d,#ff5a1f);color:#fff}@media (max-width:768px){.header-mini-cart{right:-8px;width:min(360px,calc(100vw - 12px))}.marlee-mini-cart-item{grid-template-columns:56px minmax(0,1fr) 24px;gap:10px;padding:6px;border-radius:16px}.mini-cart-thumb{width:56px;height:56px}.mini-cart-title{font-size:10px}}.footer-track{position:relative;display:flex;align-items:center;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:6px 54px;-ms-overflow-style:none;scrollbar-width:none}.footer-track::-webkit-scrollbar{display:none}.footer-scroll-shell{position:relative;width:100%;min-width:0}.footer-cat-item{flex:0 0 auto;min-width:180px;max-width:220px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;white-space:nowrap;box-shadow:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.footer-cat-item:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.24);transform:translateY(-1px)}.footer-cat-label{overflow:hidden;text-overflow:ellipsis}.marlee-cat-icon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:1;flex:0 0 24px}.footer-cat-item .marlee-cat-icon{background:rgba(255,255,255,.12);color:#fff}.marlee-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:36px;height:36px;border:0;border-radius:999px;background:#fff;color:var(--marlee-navy);box-shadow:0 8px 20px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;cursor:pointer}.marlee-scroll-btn.prev{left:8px}.marlee-scroll-btn.next{right:8px}.marlee-scroll-btn:hover{background:#f8fafc}@media (max-width:768px){.footer-track{padding:4px 46px;gap:10px}.footer-cat-item{min-width:150px;max-width:190px;padding:10px 14px;font-size:13px}.marlee-scroll-btn{width:32px;height:32px}.marlee-scroll-btn.prev{left:6px}.marlee-scroll-btn.next{right:6px}}.branding-panel,.branding-panel-footer{overflow:visible}.branding-panel-inner,.branding-panel-footer .branding-panel-inner{padding:0 18px 0 0!important}.branding-panel .marlee-logo-link,.branding-panel-footer .marlee-logo-link{padding:4px 6px!important;border:2px solid rgba(255,255,255,.92)!important;border-radius:14px!important;background:rgba(255,255,255,.80)!important;box-shadow:none!important}.branding-panel::after,.branding-panel-footer::after{left:calc(100% - 4px)!important;width:26px!important;background:rgba(255,255,255,.96)!important;clip-path:polygon(0 0,100% 0,72% 100%,0 100%)!important;box-shadow:5px 0 0 0 var(--marlee-accent)!important}.product-scroll-shell{position:relative}.product-scroll-shell .scroll-track,.marlee-product-slider{gap:16px;padding:4px 6px 10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.product-scroll-shell .scroll-track::-webkit-scrollbar,.marlee-product-slider::-webkit-scrollbar{display:none}.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{scroll-snap-align:start;scroll-snap-stop:always}.home-slider-card .product-scroll-shell .scroll-track>*{min-width:calc(25% - 12px)}.product-scroll-shell .marlee-scroll-btn{top:44%}.product-scroll-shell .marlee-scroll-btn.prev{left:4px}.product-scroll-shell .marlee-scroll-btn.next{right:4px}@media (min-width:769px){.home-slider-card .product-scroll-shell .scroll-track,.marlee-product-slider{gap:12px;padding-left:4px;padding-right:4px}}@media (max-width:768px){.branding-panel-inner,.branding-panel-footer .branding-panel-inner{padding-right:14px!important}.branding-panel .marlee-logo-link,.branding-panel-footer .marlee-logo-link{padding:3px 5px!important;border-radius:12px!important}.branding-panel::after,.branding-panel-footer::after{width:22px!important;left:calc(100% - 2px)!important;box-shadow:4px 0 0 0 var(--marlee-accent)!important}.home-slider-card .product-scroll-shell .scroll-track>*,.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{min-width:82vw}}.branding-panel .marlee-logo-link,.branding-panel-footer .marlee-logo-link{padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.branding-panel .marlee-logo,.branding-panel-footer .marlee-logo{display:block}.branding-panel::after,.branding-panel-footer::after{content:none!important;display:none!important}.marlee-product-slider{scroll-behavior:auto}.marlee-product-slider>*{transition:transform .22s ease}.marlee-product-slider:hover>*,.marlee-product-slider:focus-within>*{transition-duration:.12s}.overlay-actions{left:8px;right:8px;bottom:8px;gap:6px!important;justify-content:center;flex-wrap:nowrap}.overlay-btn.primary{padding:10px 14px!important;min-width:0;white-space:nowrap;flex:1 1 auto}.overlay-btn.icon{width:36px!important;height:36px!important;flex:0 0 36px}.overlay-btn .icon-mark{font-size:15px!important}.marlee-mini-cart-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mini-cart-btn{text-align:center;white-space:nowrap}.mini-cart-empty{background:#eef2f7;color:#334155}.mini-cart-empty:hover{background:#e2e8f0}@media (max-width:767px){.overlay-actions{left:6px;right:6px;gap:4px!important}.overlay-btn.primary{padding:9px 10px!important;font-size:10px}.overlay-btn.icon{width:32px!important;height:32px!important;flex-basis:32px}.marlee-mini-cart-actions{grid-template-columns:1fr}}.overlay-actions{align-items:center}.marlee-quickview{position:fixed;inset:0;z-index:99999;display:none}.marlee-quickview.is-open{display:block}.marlee-quickview-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(2px)}.marlee-quickview-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(920px,calc(100vw - 32px));max-height:min(86vh,820px);overflow:auto;background:#fff;border-radius:22px;box-shadow:0 24px 80px rgba(2,6,23,.28);padding:13px}.marlee-quickview-close{position:absolute;top:10px;right:12px;width:40px;height:40px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:21px;line-height:1;cursor:pointer}.marlee-quickview-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr);gap:22px;align-items:start}.marlee-quickview-media img{width:100%;height:auto;display:block;border-radius:18px;background:#f8fafc}.marlee-quickview-topline{color:#64748b;font-size:10px;margin-bottom:6px}.marlee-quickview-title{font-size:21px;line-height:1.15;margin:0 0 10px}.marlee-quickview-price{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:10px}.marlee-quickview-sku{font-size:10px;color:#475569;margin-bottom:12px}.marlee-quickview-desc{color:#334155;font-size:11px;line-height:1.6}.marlee-quickview-actions{display:flex;align-items:center;gap:8px;margin-top:16px}.marlee-quickview-error{padding:19px;text-align:center}@media (max-width:767px){.marlee-quickview-dialog{width:calc(100vw - 16px);max-height:90vh;padding:9px;border-radius:18px}.marlee-quickview-layout{grid-template-columns:1fr;gap:16px}.marlee-quickview-title{font-size:16px;padding-right:34px}.marlee-quickview-price{font-size:15px}}.mini-cart-empty.is-loading{opacity:0.75;pointer-events:none}html,body{max-width:100%;overflow-x:hidden}body{width:100%}.site,.site-header,.site-footer,.content-wrap,.marlee-container,.header-top,.footer-main,.home-layout,.home-sidebar,.home-main,.widget-card,.home-slider-card,.home-brands-card,.scroll-track,.brand-track,.footer-track,.search-wrap,.header-tools,.header-cart,.primary-nav,.product-grid,.marlee-product-card{max-width:100%;min-width:0}.scroll-track,.brand-track,.footer-track{margin:0}@media (max-width:768px){html,body{width:100%;overflow-x:hidden!important}.site,.site-header,.site-footer,.content-wrap,.menu-row,.primary-nav,.header-top,.footer-main,.home-layout,.home-sidebar,.home-main,.widget-card,.home-slider-card,.home-brands-card,.marlee-search,.header-mini-cart,.single-product-wrap,.single-gallery,.single-summary{width:100%;max-width:100%;min-width:0}.marlee-container{width:100%;max-width:100%;padding-left:8px;padding-right:8px;margin:0 auto}.content-wrap{padding-left:0;padding-right:0}.widget-card,.home-sidebar .widget-card,.home-main .widget-card,.single-gallery,.single-summary{margin-left:0;margin-right:0}.scroll-track,.brand-track,.footer-track{padding-bottom:0}}.mobile-menu-float{display:none}body.mobile-menu-open{overflow:hidden}@media (max-width:768px){.menu-row{display:none;background:transparent;border:0}.menu-row.mobile-open{display:block;position:fixed;right:16px;bottom:90px;width:min(280px,calc(100vw - 24px));z-index:1205}.menu-row.mobile-open .marlee-container{padding:0}.menu-row.mobile-open .primary-nav{display:block;min-height:0;background:#ffffff;border-radius:18px;box-shadow:0 20px 50px rgba(2,12,34,.24);padding:7px}.menu-row.mobile-open .primary-nav ul{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;background:transparent;border-radius:0;box-shadow:none}.menu-row.mobile-open .primary-nav li{width:100%}.menu-row.mobile-open .primary-nav a{width:100%;padding:12px 14px;border-radius:12px}.menu-row.mobile-open .menu-toggle{display:none!important}.mobile-menu-float{position:fixed;right:16px;bottom:18px;width:58px;height:58px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f2748,#1f4b87);color:#fff;font-size:21px;box-shadow:0 14px 32px rgba(15,39,72,.34);z-index:1210;cursor:pointer}.mobile-menu-float[aria-expanded="true"]{background:linear-gradient(135deg,#f97316,#fb923c)}.mobile-menu-float:focus-visible{outline:2px solid #fff;outline-offset:2px}}.store-status-widget{display:grid;gap:12px;padding:8px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #d9e6f5;border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.08)}.store-status-top{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center}.store-status-icon{width:64px;height:64px;border-radius:10px;background:linear-gradient(180deg,#7eb6eb 0%,#5a91cd 100%);border:1px solid #4f7fb5;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.45)}.store-status-icon span{font-size:25px;line-height:1;filter:saturate(.9)}.store-status-info{min-width:0;display:grid;gap:4px}.store-status-heading{margin:0;font-size:10px;font-weight:800;color:#0f172a;letter-spacing:.02em}.store-status-address-line{font-size:10px;line-height:1.25;color:#1f2937}.store-status-map{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;min-height:36px;padding:0 12px;border-radius:10px;background:linear-gradient(180deg,#4b8fe8 0%,#346fca 100%);color:#fff!important;font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 8px 18px rgba(52,111,202,.22)}.store-status-state{display:flex;align-items:center;justify-content:center;min-height:72px;padding:0 12px;border-radius:12px;border:1px solid rgba(0,0,0,.08);font-size:18px;font-weight:900;letter-spacing:.03em;color:#ffffff;text-shadow:0 2px 0 rgba(0,0,0,.18);background:linear-gradient(180deg,#8cc656 0%,#56a325 100%)}.store-status-widget.closed .store-status-state{background:linear-gradient(180deg,#ef8f8f 0%,#cb3f3f 100%)}.store-status-widget p{display:none}.marlee-product-slider,.marlee-product-card,.marlee-product-thumb,.marlee-product-thumb img{-webkit-touch-callout:none}@media (max-width:768px){.header-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.site-branding{min-width:0;width:100%}.branding-panel,.branding-panel-inner{min-height:auto}.branding-panel::after,.branding-panel-footer::after{display:none!important}.branding-panel-inner{padding:4px 0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;justify-content:flex-start}.site-branding .marlee-logo,.branding-panel .marlee-logo{display:block;max-height:36px!important;max-width:100%;width:auto;padding:0!important;border:0!important;background:transparent!important;margin:0!important}.header-tools{width:auto;min-width:0;margin-left:0}.header-cart{min-width:0}.header-cart-toggle{min-width:0!important;width:36px;height:36px;padding:0!important;gap:0!important;border-radius:10px;justify-content:center}.cart-copy{display:none!important}.cart-icon-wrap{width:32px;height:32px;flex:0 0 32px;border-radius:9px;box-shadow:none}.cart-icon{font-size:11px}.cart-badge{top:-4px;right:-4px;min-width:16px;height:16px;padding:0 3px;font-size:10px;border-width:1.5px;box-shadow:none}.search-wrap{grid-column:1 / -1}.store-status-widget{padding:7px;gap:10px}.store-status-top{grid-template-columns:56px minmax(0,1fr);gap:10px}.store-status-icon{width:56px;height:56px}.store-status-icon span{font-size:22px}.store-status-heading{font-size:10px}.store-status-address-line{font-size:10px}.store-status-map{min-height:32px;padding:0 10px;font-size:10px}.store-status-state{min-height:46px;font-size:13px}}@media (max-width:480px){.marlee-container{width:min(100% - 12px,1200px)}.header-top{gap:6px}.site-branding .marlee-logo,.branding-panel .marlee-logo{max-height:32px!important}.header-cart-toggle{width:32px;height:32px;border-radius:8px}.cart-icon-wrap{width:28px;height:28px;flex-basis:28px;border-radius:8px}.cart-icon{font-size:10px}.cart-badge{min-width:14px;height:14px;font-size:10px;top:-3px;right:-3px}}.overlay-actions.is-static{position:static;left:auto;right:auto;bottom:auto;margin:6px 0 8px;transform:none;opacity:1;justify-content:flex-start}.marlee-product-card:hover .overlay-actions.is-static,.marlee-product-card.touch-active .overlay-actions.is-static{transform:none;opacity:1}.marlee-product-body .overlay-actions.is-static .overlay-btn.primary{flex:1 1 auto}.store-status-admin{display:grid;gap:6px;justify-items:center;margin-top:-2px}.store-status-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.store-status-switch input{position:absolute;opacity:0;pointer-events:none}.store-status-slider{position:relative;width:52px;height:30px;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 2px 6px rgba(15,23,42,.18);transition:background .2s ease}.store-status-slider::after{content:'';position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(15,23,42,.22);transition:transform .2s ease}.store-status-switch input:checked+.store-status-slider{background:#58b030}.store-status-switch input:checked+.store-status-slider::after{transform:translateX(22px)}.store-status-switch-copy{font-size:10px;font-weight:700;color:#334155}.store-status-admin-note{font-size:10px;color:#64748b;text-align:center}@media (max-width:767px){.overlay-actions.is-static{margin:4px 0 8px;gap:4px!important}.store-status-switch-copy{font-size:10px}}.marlee-product-body .overlay-actions.is-static .overlay-btn.primary{border-radius:10px;box-shadow:0 8px 18px rgba(255,90,31,.20)}.overlay-btn.primary{border-radius:10px}.marlee-product-slider>.is-clone{pointer-events:none}@media (max-width:768px){.header-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.branding-panel{min-height:64px}.branding-panel-inner{min-height:64px;padding:8px 22px 8px 12px;border-radius:0 16px 16px 0}.branding-panel::after{left:calc(100% - 24px);width:54px}.branding-panel .marlee-logo,.site-branding img,.site-branding .marlee-logo{max-height:56px}.header-tools{width:auto;justify-content:flex-end;flex-shrink:0}.header-cart-toggle{min-width:auto;padding:8px 10px;gap:8px}.cart-icon-wrap{width:40px;height:40px;flex-basis:40px}.cart-copy strong{font-size:10px}.cart-copy small{font-size:10px}}@media (max-width:480px){.header-top{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:8px 0 10px}.branding-panel{min-height:60px}.branding-panel-inner{min-height:60px;padding:8px 18px 8px 10px}.branding-panel::after{left:calc(100% - 20px);width:44px}.branding-panel .marlee-logo,.site-branding img,.site-branding .marlee-logo{max-height:52px}.header-cart-toggle{padding:4px;border-radius:14px}.cart-icon-wrap{width:38px;height:38px;flex-basis:38px;border-radius:12px}.cart-copy{display:none}}@media (max-width:768px){.header-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand tools" "search search";align-items:center!important;column-gap:8px;row-gap:8px}.site-branding{grid-area:brand;min-width:0;width:100%;align-self:center}.search-wrap{grid-area:search;grid-column:auto!important;width:100%;min-width:0;margin-top:0}.header-tools{grid-area:tools;grid-column:auto!important;justify-self:end;align-self:center;width:auto;min-width:0;margin:0}.branding-panel,.branding-panel-inner{min-height:auto!important}.branding-panel-inner{padding:2px 0!important;justify-content:flex-start!important}.branding-panel .marlee-logo-link,.site-branding .marlee-logo-link{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.branding-panel .marlee-logo,.site-branding .marlee-logo,.site-branding img{display:block;width:auto;max-width:100%;max-height:48px!important;margin:0}.header-cart,.header-cart-toggle{margin:0}.header-cart-toggle{width:auto!important;min-width:46px!important;min-height:46px!important;height:auto!important;padding:6px 8px!important;gap:0!important;border-radius:12px!important;display:inline-flex;align-items:center;justify-content:center}.cart-icon-wrap{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:10px!important}.cart-icon{font-size:16px!important}.cart-badge{top:-4px;right:-4px;min-width:16px;height:16px;font-size:10px}.cart-copy{display:none!important}.overlay-actions.is-static .overlay-btn.primary,.overlay-btn.primary{font-size:12px!important;letter-spacing:-0.01em}}@media (max-width:480px){.header-top{column-gap:6px;row-gap:6px}.branding-panel .marlee-logo,.site-branding .marlee-logo,.site-branding img{max-height:44px!important}.header-cart-toggle{min-width:42px!important;min-height:42px!important;padding:5px 7px!important;border-radius:10px!important}.cart-icon-wrap{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:9px!important}.cart-icon{font-size:15px!important}.overlay-actions.is-static .overlay-btn.primary,.overlay-btn.primary{font-size:11px!important;padding:8px 10px!important}}@media (max-width:768px){.header-top{grid-template-columns:minmax(0,1fr) auto!important;column-gap:10px!important;row-gap:8px!important}.site-branding,.search-wrap,.marlee-search{min-width:0;width:100%!important}.marlee-search{display:flex}.marlee-search input{flex:1 1 auto!important;width:100%!important;min-width:0!important}.marlee-search button{flex:0 0 48px}.branding-panel-inner{padding:4px 0!important}.branding-panel .marlee-logo,.site-branding .marlee-logo,.site-branding img{max-height:54px!important}.header-cart-toggle{min-width:52px!important;min-height:52px!important;padding:7px 9px!important;border-radius:14px!important}.cart-icon-wrap{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:12px!important}.cart-icon{font-size:18px!important}}@media (max-width:480px){.header-top{column-gap:8px!important;row-gap:6px!important}.branding-panel .marlee-logo,.site-branding .marlee-logo,.site-branding img{max-height:48px!important}.search-wrap,.marlee-search{width:100%!important}.marlee-search input{width:100%!important;padding:12px 14px!important}.marlee-search button{width:46px!important;min-width:46px!important;height:44px!important}.header-cart-toggle{min-width:48px!important;min-height:48px!important;padding:6px 8px!important;border-radius:12px!important}.cart-icon-wrap{width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:11px!important}.cart-icon{font-size:17px!important}}body.mobile-cart-open{overflow:hidden}@media (max-width:768px){.branding-panel .marlee-logo,.site-branding .marlee-logo,.site-branding img{max-height:58px!important}.header-cart-toggle{min-width:56px!important;min-height:56px!important;padding:8px 10px!important;border-radius:15px!important}.cart-icon-wrap{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:13px!important}.cart-icon{font-size:20px!important}.cart-badge{top:-5px!important;right:-5px!important;min-width:18px!important;height:18px!important;font-size:10px!important}.header-cart.is-open::after{content:"";position:fixed;inset:0;background:rgba(2,12,34,.42);backdrop-filter:blur(2px);z-index:1290}.header-mini-cart{position:fixed!important;top:82px!important;left:8px!important;right:8px!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 98px)!important;border-radius:20px!important;z-index:1301!important;transform:translateY(14px) scale(.985)}.header-cart:hover .header-mini-cart,.header-cart.is-open .header-mini-cart{transform:translateY(0) scale(1)}.header-mini-cart::before{display:none!important}.header-mini-cart-head{padding:15px 16px!important}.header-mini-cart-body{max-height:calc(100dvh - 170px)!important;overscroll-behavior:contain}}@media (max-width:480px){.branding-panel .marlee-logo,.site-branding .marlee-logo,.site-branding img{max-height:52px!important}.header-cart-toggle{min-width:52px!important;min-height:52px!important;padding:7px 9px!important}.cart-icon-wrap{width:42px!important;height:42px!important;flex:0 0 42px!important}.cart-icon{font-size:18px!important}.header-mini-cart{top:76px!important;left:6px!important;right:6px!important;max-height:calc(100dvh - 88px)!important;border-radius:18px!important}.header-mini-cart-head{padding:14px 14px!important}.marlee-mini-cart-list{padding:12px!important}}@media (max-width:768px){.overlay-actions.is-static{display:flex;align-items:center;justify-content:space-between;gap:8px!important;width:100%;margin:8px 0 10px}.overlay-actions.is-static .overlay-btn{min-height:40px}.overlay-actions.is-static .overlay-btn.primary{flex:1 1 auto;max-width:calc(100% - 96px);padding:0 14px!important;font-size:13px!important;font-weight:800;border-radius:12px;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overlay-actions.is-static .overlay-btn.icon{flex:0 0 44px;width:44px;min-width:44px;height:40px;border-radius:12px}.overlay-actions.is-static .overlay-btn .icon-mark{font-size:12px}}@media (max-width:480px){.overlay-actions.is-static{gap:6px!important;margin:8px 0 10px}.overlay-actions.is-static .overlay-btn{min-height:38px}.overlay-actions.is-static .overlay-btn.primary{max-width:calc(100% - 84px);padding:0 12px!important;font-size:12px!important;border-radius:11px}.overlay-actions.is-static .overlay-btn.icon{flex:0 0 38px;width:38px;min-width:38px;height:38px;border-radius:11px}.overlay-actions.is-static .overlay-btn .icon-mark{font-size:11px}}.overlay-btn-whatsapp{gap:0}.overlay-btn-whatsapp .wa-label{display:inline-flex;align-items:center;justify-content:center}.overlay-btn-whatsapp .wa-icon{display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;font-weight:900}.overlay-btn-whatsapp .wa-mobile-text{display:none}.cart-mobile-label{display:none}@media (min-width:769px){.overlay-actions.is-static .overlay-btn-whatsapp{flex:0 0 52px!important;width:52px;min-width:52px;padding:0!important;border-radius:14px;justify-content:center}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon{font-size:16px}}@media (max-width:768px){.overlay-actions.is-static .overlay-btn-whatsapp{gap:6px}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon{font-size:12px}.overlay-actions.is-static .overlay-btn-whatsapp .wa-mobile-text{display:inline}.header-cart-toggle{gap:8px!important;padding:7px 10px!important}.cart-mobile-label{display:inline-block;font-size:10px;font-weight:800;color:#0f172a;line-height:1;white-space:nowrap}}@media (max-width:480px){.header-cart-toggle{min-width:unset!important;padding:6px 9px!important;gap:6px!important}.cart-mobile-label{font-size:10px}}@media (min-width:769px){.overlay-actions.is-static .overlay-btn-whatsapp{background:#25D366!important;color:#fff!important;box-shadow:0 10px 24px rgba(37,211,102,.28);border-radius:14px}.overlay-actions.is-static .overlay-btn-whatsapp .wa-mobile-text{display:none!important}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon{display:inline-flex!important}.overlay-actions.is-static .overlay-btn-whatsapp .wa-label{width:100%}}@media (max-width:768px){.overlay-actions.is-static .overlay-btn-whatsapp{background:var(--marlee-accent)!important;color:#fff!important}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon{display:none!important}.overlay-actions.is-static .overlay-btn-whatsapp .wa-mobile-text{display:inline!important}}.cart-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}.cart-icon-svg{width:20px;height:20px;display:block}.cart-copy{display:none!important}.header-cart-toggle{display:inline-flex;align-items:center;justify-content:center;gap:0;border:1px solid rgba(249,115,22,.22);background:linear-gradient(180deg,#ffffff 0%,#fff4ec 100%);box-shadow:0 10px 26px rgba(249,115,22,.14)}.header-cart-toggle:hover{border-color:rgba(249,115,22,.38);background:linear-gradient(180deg,#ffffff 0%,#ffe8d8 100%);box-shadow:0 14px 28px rgba(249,115,22,.18)}.cart-icon-wrap{background:linear-gradient(180deg,#fb923c 0%,#f97316 100%);color:#ffffff;box-shadow:0 12px 24px rgba(249,115,22,.30)}.cart-badge{border:2px solid #fff;background:#fff;color:#ea580c;box-shadow:0 8px 18px rgba(249,115,22,.24)}.cart-mobile-label{display:none}@media (min-width:769px){.header-cart-toggle{min-width:60px;padding:8px 10px;border-radius:18px}.cart-mobile-label{display:none!important}}@media (max-width:768px){.header-cart-toggle{gap:8px!important;min-width:auto!important;padding:7px 12px!important;border-color:#f97316!important;background:linear-gradient(180deg,#fb923c 0%,#f97316 100%)!important;box-shadow:0 14px 28px rgba(249,115,22,.32)!important}.header-cart-toggle:hover{background:linear-gradient(180deg,#fd9a46 0%,#ea580c 100%)!important;border-color:#ea580c!important}.cart-icon-wrap{background:rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none}.cart-badge{background:#fff!important;color:#ea580c!important;border-color:#fff!important}.cart-mobile-label{display:inline-flex!important;align-items:center;font-size:10px;font-weight:800;letter-spacing:.01em;color:#fff!important;line-height:1;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.12)}}@media (max-width:480px){.header-cart-toggle{padding:6px 10px!important;gap:7px!important;border-radius:12px!important}.cart-mobile-label{font-size:10px}.cart-icon-svg{width:18px;height:18px}}.marlee-product-cart-btn{gap:8px;border:1px solid #f97316!important;background:linear-gradient(180deg,#fb923c 0%,#f97316 100%)!important;color:#fff!important;box-shadow:0 12px 24px rgba(249,115,22,.28)!important}.marlee-product-cart-btn:hover{background:linear-gradient(180deg,#fd9a46 0%,#ea580c 100%)!important;border-color:#ea580c!important;color:#fff!important}.marlee-product-cart-btn .product-cart-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}.marlee-product-cart-btn .product-cart-icon-svg{width:18px;height:18px;display:block}.marlee-product-cart-btn .product-cart-text{display:none;font-size:10px;font-weight:800;line-height:1;letter-spacing:.01em;white-space:nowrap}@media (min-width:769px){.overlay-actions.is-static .marlee-product-cart-btn{flex:0 0 46px;width:46px;min-width:46px;height:42px;padding:0!important;border-radius:12px}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-text{display:none!important}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-icon-svg{width:19px;height:19px}}@media (max-width:768px){.overlay-actions.is-static .marlee-product-cart-btn{flex:0 0 auto;width:auto;min-width:112px;padding:0 14px!important;border-radius:12px}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-text{display:inline}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-icon-svg{width:17px;height:17px}}@media (max-width:480px){.overlay-actions.is-static .marlee-product-cart-btn{min-width:104px;padding:0 12px!important;border-radius:11px}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-text{font-size:10px}}.marlee-search{border:1px solid rgba(37,99,235,.16);box-shadow:0 12px 28px rgba(15,23,42,.08)}.marlee-search button,.marlee-search-submit{display:inline-flex;align-items:center;justify-content:center;border:0;width:58px;height:50px;padding:0;cursor:pointer;color:#fff;background:linear-gradient(180deg,#3b82f6 0%,#2563eb 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 24px rgba(37,99,235,.24);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.marlee-search button:hover,.marlee-search-submit:hover{transform:translateY(-1px);background:linear-gradient(180deg,#60a5fa 0%,#2563eb 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 14px 28px rgba(37,99,235,.28)}.search-btn-icon{width:22px;height:22px;display:block}.icon-view{border:1px solid rgba(37,99,235,.18)!important;background:linear-gradient(180deg,#eff6ff 0%,#dbeafe 100%)!important;color:#2563eb!important;box-shadow:0 10px 22px rgba(37,99,235,.18)!important}.icon-view:hover{background:linear-gradient(180deg,#3b82f6 0%,#2563eb 100%)!important;color:#fff!important;border-color:#2563eb!important;box-shadow:0 14px 26px rgba(37,99,235,.28)!important}.quick-view-icon-svg{width:18px;height:18px;display:block}@media (max-width:768px){.overlay-actions.is-static{gap:6px!important}.overlay-actions.is-static .overlay-btn-whatsapp{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;padding:0 10px!important}.overlay-actions.is-static .marlee-product-cart-btn{flex:0 0 128px!important;width:128px!important;min-width:128px!important;padding:0 16px!important;justify-content:center}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-text{font-size:10px}.overlay-actions.is-static .overlay-btn.icon.icon-view{flex:0 0 40px;width:40px;min-width:40px}.marlee-search button,.marlee-search-submit{width:52px;height:48px}}@media (max-width:480px){.overlay-actions.is-static .overlay-btn-whatsapp{padding:0 9px!important}.overlay-actions.is-static .marlee-product-cart-btn{flex-basis:118px!important;width:118px!important;min-width:118px!important;padding:0 14px!important}.overlay-actions.is-static .marlee-product-cart-btn .product-cart-text{font-size:10px}.overlay-actions.is-static .overlay-btn.icon.icon-view{flex-basis:38px;width:38px;min-width:38px}.search-btn-icon{width:20px;height:20px}}.marlee-promo-slider{position:relative;border-radius:28px;padding:18px 64px 22px;background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%);border:1px solid rgba(37,99,235,.12);box-shadow:0 24px 44px rgba(15,23,42,.08);overflow:hidden}.promo-slider-header{margin-bottom:14px}.marlee-promo-viewport{overflow:hidden}.marlee-promo-track{display:flex;transition:transform .45s ease;will-change:transform}.marlee-promo-slide{flex:0 0 100%;min-width:100%}.marlee-promo-slide .marlee-product-card{max-width:420px;margin:0 auto;min-height:100%}.marlee-promo-slide .marlee-product-price{margin-top:12px;font-size:1.05rem;font-weight:800;color:#0f172a}.marlee-promo-slide .marlee-product-price del{opacity:0.75;margin-right:8px}.marlee-promo-slide .marlee-product-price ins{color:#2563eb;text-decoration:none}.marlee-promo-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;background:linear-gradient(180deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 14px 28px rgba(37,99,235,.24);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;z-index:2}.marlee-promo-nav:hover{transform:translateY(calc(-50% - 1px));box-shadow:0 18px 32px rgba(37,99,235,.28)}.marlee-promo-nav.prev{left:14px}.marlee-promo-nav.next{right:14px}.marlee-promo-nav span{font-size:21px;line-height:1;margin-top:-2px}.marlee-promo-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.marlee-promo-dot{width:10px;height:10px;border-radius:999px;border:0;padding:0;background:rgba(37,99,235,.22);cursor:pointer;transition:transform .18s ease,background .18s ease,width .18s ease}.marlee-promo-dot.is-active{width:26px;background:#2563eb}@media (max-width:768px){.marlee-promo-slider{padding:16px 14px 18px;border-radius:22px}.marlee-promo-slide .marlee-product-card{max-width:100%}.marlee-promo-nav{top:auto;bottom:16px;transform:none;width:40px;height:40px}.marlee-promo-nav:hover{transform:translateY(-1px)}.marlee-promo-nav.prev{left:14px}.marlee-promo-nav.next{right:14px}.marlee-promo-dots{margin-top:12px;padding:0 48px}}.product-scroll-shell{overflow:hidden}.product-scroll-shell .scroll-track,.marlee-product-slider{display:flex;flex-wrap:nowrap;align-items:stretch}.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{flex:0 0 auto}@media (min-width:1280px){.home-slider-card .product-scroll-shell .scroll-track>*,.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{flex-basis:calc((100% - 48px) / 5);min-width:calc((100% - 48px) / 5);max-width:calc((100% - 48px) / 5)}}@media (min-width:993px) and (max-width:1279px){.home-slider-card .product-scroll-shell .scroll-track>*,.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{flex-basis:calc((100% - 36px) / 4);min-width:calc((100% - 36px) / 4);max-width:calc((100% - 36px) / 4)}}@media (min-width:769px) and (max-width:992px){.home-slider-card .product-scroll-shell .scroll-track>*,.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{flex-basis:calc((100% - 24px) / 3);min-width:calc((100% - 24px) / 3);max-width:calc((100% - 24px) / 3)}}@media (max-width:768px){.home-slider-card .product-scroll-shell .scroll-track>*,.product-scroll-shell .scroll-track>*,.marlee-product-slider>*{flex-basis:82vw;min-width:82vw;max-width:82vw}}.marlee-promo-slider{container-type:inline-size;padding:16px 14px 72px}.marlee-promo-viewport{border-radius:24px}.marlee-promo-slide{display:flex;align-items:stretch}.marlee-promo-slide .marlee-product-card{width:100%;max-width:100%;min-height:100%}.marlee-promo-slider.is-single{padding-bottom:18px}.marlee-promo-slider.is-single .marlee-promo-nav,.marlee-promo-slider.is-single .marlee-promo-dots{display:none}@container (min-width:720px){.marlee-promo-slider{padding:22px 72px 22px;border-radius:30px}.promo-slider-header{margin-bottom:18px}.marlee-promo-slide .marlee-product-card{display:grid;grid-template-columns:minmax(240px,34%) minmax(0,1fr);align-items:stretch;max-width:none;min-height:320px;border-radius:26px;overflow:hidden}.marlee-promo-slide .marlee-product-thumb{aspect-ratio:auto;min-height:100%;border-right:1px solid rgba(12,22,44,.06)}.marlee-promo-slide .marlee-product-thumb>a{display:flex;align-items:center;justify-content:center;height:100%;padding:15px}.marlee-promo-slide .marlee-product-thumb img{width:100%;height:auto;max-height:248px;object-fit:contain}.marlee-promo-slide .marlee-product-badges{top:18px;left:18px}.marlee-promo-slide .marlee-product-body{min-height:150px!important}.marlee-promo-slide .marlee-product-cat{margin-bottom:10px;font-size:10px}.marlee-promo-slide .marlee-product-title{margin:0 0 16px;min-height:0;font-size:clamp(22px,2.2vw,30px);line-height:1.15;-webkit-line-clamp:2}.marlee-promo-slide .overlay-actions.is-static{margin:0 0 18px;gap:10px;flex-wrap:wrap}.marlee-promo-slide .marlee-product-rating{margin:0 0 10px}.marlee-promo-slide .marlee-product-price{margin-top:0;font-size:clamp(26px,2.6vw,34px);line-height:1.1}.marlee-promo-slide .marlee-product-price del,.marlee-promo-slide .marlee-product-price ins,.marlee-promo-slide .marlee-product-price .amount{display:inline-flex;align-items:baseline}.marlee-promo-nav{top:calc(50%+12px);width:48px;height:48px}.marlee-promo-nav.prev{left:16px}.marlee-promo-nav.next{right:16px}.marlee-promo-dots{margin-top:18px;padding:0 64px}}@container (min-width:960px){.marlee-promo-slider{padding-left:82px;padding-right:82px}.marlee-promo-slide .marlee-product-card{grid-template-columns:minmax(280px,38%) minmax(0,1fr);min-height:340px}.marlee-promo-slide .marlee-product-thumb>a{padding:18px}}.marlee-pagination{margin:32px 0 0}.marlee-pagination ul.page-numbers{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(11,30,58,.08)}.marlee-pagination ul.page-numbers li{list-style:none;margin:0;padding:0;display:flex}.marlee-pagination a.page-numbers,.marlee-pagination span.page-numbers{min-width:44px;height:44px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:#f5f7fb;color:var(--marlee-navy);font-weight:800;line-height:1;text-decoration:none;box-shadow:none;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.marlee-pagination a.page-numbers:hover,.marlee-pagination a.page-numbers:focus-visible{background:#eef4ff;border-color:rgba(35,95,199,.14);color:#235fc7;transform:translateY(-1px);box-shadow:0 10px 22px rgba(35,95,199,.14);outline:none}.marlee-pagination span.page-numbers.current{background:var(--marlee-green);color:#fff;border-color:var(--marlee-green);box-shadow:0 12px 24px rgba(25,184,92,.22)}.marlee-pagination .page-numbers.prev,.marlee-pagination .page-numbers.next{min-width:48px;padding:0 12px;background:transparent;border-color:transparent;font-size:15px}.marlee-pagination .page-numbers.prev:hover,.marlee-pagination .page-numbers.next:hover,.marlee-pagination .page-numbers.prev:focus-visible,.marlee-pagination .page-numbers.next:focus-visible{background:#eef4ff}.marlee-pagination .page-numbers.dots{min-width:auto;padding:0 6px;background:transparent;border-color:transparent;box-shadow:none;color:#5f6c84;letter-spacing:.08em}@media (max-width:767px){.marlee-pagination{margin-top:24px}.marlee-pagination ul.page-numbers{gap:8px;padding:8px 10px;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.marlee-pagination ul.page-numbers::-webkit-scrollbar{display:none}.marlee-pagination a.page-numbers,.marlee-pagination span.page-numbers{min-width:40px;height:40px;padding:0 12px;font-size:10px}}.marlee-pagination-fallback,.marlee-pagination.is-visually-hidden{display:none!important}.marlee-infinite-status{display:flex;align-items:center;justify-content:center;gap:12px;margin:28px 0 8px;min-height:48px;color:var(--marlee-muted);font-weight:700;text-align:center}.marlee-infinite-status.is-loading::before{content:"";width:18px;height:18px;border-radius:50%;border:2px solid rgba(35,95,199,.18);border-top-color:#235fc7;animation:marleeSpin .75s linear infinite}.marlee-infinite-sentinel{width:100%;height:2px}.marlee-product-archive.marlee-infinite-complete .marlee-infinite-sentinel{display:none}@keyframes marleeSpin{to{transform:rotate(360deg)}}.promo-header a,.promo-header .btn-ver-promociones{display:none!important}@media (max-width:768px){.btn-cotiza::after{content:'Comprar'!important}.btn-cotiza{font-size:0!important}}.promo-slider-header .pill-link{display:none!important}@media (max-width:768px){.overlay-actions.is-static .overlay-btn-whatsapp{background:linear-gradient(180deg,#ff8a36 0%,#ff6a00 100%)!important;color:#fff!important;border:0!important;border-radius:12px!important;box-shadow:0 10px 22px rgba(255,106,0,.24);min-width:112px;padding:0 14px!important;font-weight:800;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.overlay-actions.is-static .overlay-btn-whatsapp:hover,.overlay-actions.is-static .overlay-btn-whatsapp:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px rgba(255,106,0,.28);filter:saturate(1.03)}.overlay-actions.is-static .overlay-btn-whatsapp:active{transform:translateY(0) scale(.98);box-shadow:0 6px 14px rgba(255,106,0,.20)}.overlay-actions.is-static .overlay-btn-whatsapp .wa-label{gap:6px}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon{display:inline-flex!important;font-size:10px}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon::before{content:"🛒";line-height:1}.overlay-actions.is-static .overlay-btn-whatsapp .wa-icon{color:transparent!important;width:1em;overflow:hidden;position:relative}.overlay-actions.is-static .overlay-btn-whatsapp .wa-mobile-text{display:inline!important;font-size:10px;font-weight:800}}@media (min-width:769px){.promo-slider-header{justify-content:flex-start}}.related-slider-section{position:relative;overflow:hidden;padding:13px;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid rgba(15,23,42,.07);box-shadow:0 18px 42px rgba(15,23,42,.06)}.related-slider-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.related-slider-header .widget-title{margin-bottom:4px}.related-slider-nav{display:flex;align-items:center;gap:10px;flex-shrink:0}.related-nav-btn{width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#0f172a;box-shadow:0 10px 24px rgba(15,23,42,.10);display:inline-flex;align-items:center;justify-content:center;font-size:21px;line-height:1;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease}.related-nav-btn:hover,.related-nav-btn:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.14);background:#f8fafc}.related-nav-btn.is-disabled,.related-nav-btn:disabled{opacity:0.75;pointer-events:none;box-shadow:none}.related-scroll-shell{position:relative;margin:0 -4px}.related-scroll-shell::before,.related-scroll-shell::after{content:'';position:absolute;top:0;bottom:0;width:56px;z-index:2;pointer-events:none}.related-scroll-shell::before{left:0;background:linear-gradient(90deg,#f8fbff 12%,rgba(248,251,255,0))}.related-scroll-shell::after{right:0;background:linear-gradient(270deg,#f8fbff 12%,rgba(248,251,255,0))}.marlee-related-track{gap:16px;padding:6px 4px 12px;scroll-padding-inline:4px;scroll-behavior:smooth;overscroll-behavior-inline:contain}.marlee-related-track>*{scroll-snap-align:start}.related-slider-section .marlee-product-card{height:100%;border-radius:22px;border:1px solid rgba(148,163,184,.18);box-shadow:0 10px 24px rgba(15,23,42,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.related-slider-section .marlee-product-card:hover,.related-slider-section .marlee-product-card:focus-within{transform:translateY(-4px);box-shadow:0 18px 34px rgba(15,23,42,.11);border-color:rgba(59,130,246,.18)}.related-slider-section .marlee-product-thumb{border-radius:18px 18px 0 0;overflow:hidden}.related-slider-section .marlee-product-body{min-height:150px!important}.related-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:10px}.related-slider-dot{width:8px;height:8px;border-radius:999px;background:rgba(148,163,184,.55);transition:width .22s ease,background .22s ease,transform .22s ease}.related-slider-dot.is-active{width:24px;background:var(--marlee-accent)}.related-slider-section.is-static .related-slider-nav,.related-slider-section.is-static .related-slider-dots{display:none}@media (min-width:993px){.related-slider-section .marlee-product-card{min-height:100%}}@media (max-width:992px){.related-slider-section{padding:10px}}@media (max-width:768px){.related-slider-section{padding:9px;border-radius:22px}.related-slider-header{flex-direction:column;align-items:flex-start}.related-slider-nav{display:none}.related-scroll-shell::before,.related-scroll-shell::after{width:26px}.marlee-related-track{padding-bottom:10px}.related-slider-dot.is-active{width:18px}}.product-description,.product-quick-info,.woocommerce-tabs,.product .summary,.product-details-box,.product-info-box{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}.product-description,.product-quick-info{margin-bottom:20px}#single-product-details,.single-extra-sections,.single-detail-card,.single-info-list{display:none!important}.single-service-grid,.single-service-item,.single-highlights,.product-service-grid,.product-benefits{display:none!important}.marlee-product-cat,.single-meta,.product_meta .posted_in,.product-categories,.single-quick-meta .product-category{display:none!important}.single-cta-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.single-cta-actions .cta-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:52px}.single-cta-actions .cta-btn.cart{background:#f59e0b;color:#fff;border-color:#f59e0b}.single-cta-actions .cta-btn.cart:hover,.single-cta-actions .cta-btn.cart:focus{filter:brightness(.96)}.single-cta-actions .cta-btn.is-loading{opacity:0.75;pointer-events:none}@media (max-width:640px){.single-cta-actions{grid-template-columns:1fr 1fr;gap:10px}.single-cta-actions .cta-btn{min-height:48px}}.single-support-grid,.single-mini-info,.single-inline-benefits,.single-bottom-benefits,.product-extra-support,.product-support-pills{display:none!important}.single-price-box:empty,.marlee-product-price:empty,.price:empty,.woocommerce-Price-amount:empty{display:none!important}.offer-widget .marlee-product-price,.offer-widget .price,.offer-widget .woocommerce-Price-amount{display:block!important;visibility:visible!important}.header-mini-cart .amount,.header-mini-cart .woocommerce-Price-amount,.header-mini-cart .price,.header-mini-cart .total,.header-mini-cart .subtotal,[data-cart-hover] .amount,[data-cart-hover] .woocommerce-Price-amount,[data-cart-hover] .price,[data-cart-hover] .total,[data-cart-hover] .subtotal{display:none!important}.offer-widget .marlee-product-price,.offer-widget .marlee-product-price *,.offer-widget .price,.offer-widget .price *,.offer-widget .woocommerce-Price-amount,.offer-widget .woocommerce-Price-amount *{display:inline!important;visibility:visible!important;opacity:1!important}.offer-widget .marlee-product-price{display:block!important}#marlee-quickview .price,#marlee-quickview .price *,#marlee-quickview .woocommerce-Price-amount,#marlee-quickview .woocommerce-Price-amount *,#marlee-quickview .single-price-box,#marlee-quickview .marlee-product-price,#marlee-quickview [class*="price"]{display:none!important}#marlee-quickview .cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary,#marlee-quickview .marlee-quickview-actions .overlay-btn.icon.has-text{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 16px!important;width:auto}#marlee-quickview .marlee-quickview-actions .overlay-btn.icon.has-text{min-width:132px}#marlee-quickview .marlee-quickview-actions .overlay-btn .wa-mobile-text,#marlee-quickview .marlee-quickview-actions .overlay-btn .cart-btn-text{display:inline!important;font-size:10px;font-weight:700}#marlee-quickview .marlee-quickview-actions .overlay-btn.icon.has-text .icon-mark,#marlee-quickview .marlee-quickview-actions .overlay-btn.primary .wa-icon{display:inline-flex;align-items:center;justify-content:center}.home-brands-card{overflow:hidden}.brand-widget-head{margin-bottom:14px}.brand-track-pro{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px}.brand-item-pro{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:132px;padding:16px 12px;border:1px solid #e6ebf2;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 30px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-align:center}.brand-item-pro:hover,.brand-item-pro:focus{transform:translateY(-3px);box-shadow:0 16px 34px rgba(15,23,42,.10);border-color:#cfe0ff}.brand-logo-shell{width:100%;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#fff;padding:6px}.brand-item-pro img{max-width:100%;max-height:44px;width:auto;object-fit:contain;filter:saturate(1.02)}.brand-fallback-text{font-weight:800;color:#0f172a;font-size:10px;line-height:1.2}.brand-item-name{font-size:10px;font-weight:700;color:#334155;line-height:1.25}@media (max-width:767px){.brand-track-pro{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.brand-item-pro{min-height:120px;border-radius:18px}}.brand-widget-head{display:none!important}.brand-slider-shell{position:relative;display:flex;align-items:center;gap:10px}.brand-slider-viewport{width:100%;overflow:hidden}.brand-track-slider{display:flex!important;flex-wrap:nowrap!important;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 10px;scrollbar-width:none;-ms-overflow-style:none}.brand-track-slider::-webkit-scrollbar{display:none}.brand-track-slider .brand-item-pro{flex:0 0 160px!important;width:160px!important;min-width:160px!important;max-width:160px!important;scroll-snap-align:start}.brand-slider-arrow{flex:0 0 42px;width:42px;height:42px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08);color:#0f172a;font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.brand-slider-arrow:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(15,23,42,.12)}.brand-slider-arrow.is-disabled{opacity:0.75;cursor:default;transform:none}@media (max-width:767px){.brand-slider-shell{gap:8px}.brand-slider-arrow{width:36px;height:36px;flex-basis:36px;font-size:16px}.brand-track-slider .brand-item-pro{flex:0 0 136px!important;width:136px!important;min-width:136px!important;max-width:136px!important}}.brand-slider-shell{gap:14px}.brand-slider-arrow{position:relative;overflow:hidden;border:0!important;background:linear-gradient(180deg,#ffffff 0%,#eef6ff 100%)!important;box-shadow:0 14px 32px rgba(15,23,42,.12),inset 0 0 0 1px rgba(148,163,184,.18);color:#0f172a!important}.brand-slider-arrow::before{content:"";position:absolute;inset:1px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.72) 100%);z-index:0}.brand-slider-arrow::after{content:"";position:absolute;inset:0;border-radius:999px;background:radial-gradient(circle at 30% 30%,rgba(59,130,246,.20),transparent 55%);opacity:0.75;z-index:0}.brand-slider-arrow>*{position:relative;z-index:1}.brand-slider-arrow:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 38px rgba(15,23,42,.16),inset 0 0 0 1px rgba(96,165,250,.25)}.brand-slider-arrow:active{transform:translateY(-1px) scale(.98)}.brand-slider-arrow.is-disabled{opacity:.28!important;box-shadow:none!important;background:#f8fafc!important}.brand-track-slider{padding-top:8px;padding-bottom:14px}.brand-track-slider .brand-item-pro{position:relative;border:1px solid rgba(226,232,240,.95)!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 14px 34px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.9)}.brand-track-slider .brand-item-pro::before{content:"";position:absolute;inset:0;border-radius:20px;padding:3px;background:linear-gradient(180deg,rgba(96,165,250,.22),rgba(255,255,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.brand-track-slider .brand-item-pro:hover,.brand-track-slider .brand-item-pro:focus{transform:translateY(-5px)!important;border-color:rgba(147,197,253,.8)!important;box-shadow:0 22px 44px rgba(15,23,42,.14),0 0 0 4px rgba(59,130,246,.06)}.brand-track-slider .brand-item-pro:hover .brand-logo-shell,.brand-track-slider .brand-item-pro:focus .brand-logo-shell{background:linear-gradient(180deg,#ffffff 0%,#f0f7ff 100%);box-shadow:inset 0 0 0 1px rgba(191,219,254,.85),0 10px 24px rgba(59,130,246,.10)}.brand-track-slider .brand-logo-shell{transition:background .22s ease,box-shadow .22s ease,transform .22s ease}.brand-track-slider .brand-item-pro img{transition:transform .22s ease,filter .22s ease}.brand-track-slider .brand-item-pro:hover img,.brand-track-slider .brand-item-pro:focus img{transform:scale(1.06);filter:saturate(1.08) contrast(1.02)}.brand-track-slider .brand-item-name{font-size:10px;letter-spacing:.01em;color:#1e293b}@media (max-width:767px){.brand-slider-shell{gap:10px}.brand-slider-arrow{width:38px;height:38px;flex-basis:38px}.brand-track-slider .brand-item-pro:hover,.brand-track-slider .brand-item-pro:focus{transform:translateY(-2px)!important}}.brand-track-slider .brand-item-pro{min-height:140px!important;padding:18px 10px!important}.brand-track-slider .brand-logo-shell{height:90px!important;padding:12px!important}.brand-track-slider .brand-item-pro img{max-height:70px!important}.brand-track-slider .brand-item-name{display:none!important}.brand-track-slider .brand-item-pro{background:transparent!important;box-shadow:none!important;border:none!important;padding:10px 6px!important;min-height:110px!important}.brand-track-slider .brand-logo-shell{background:transparent!important;box-shadow:none!important;height:110px!important;padding:0!important}.brand-track-slider .brand-item-pro img{max-height:90px!important;width:auto;filter:none;transition:all .3s ease}.brand-track-slider .brand-item-pro:hover img{filter:none;transform:scale(1.08)}.brand-track-slider .brand-item-pro:hover{transform:none!important;box-shadow:none!important}.brand-track-slider .brand-item-pro{display:flex;align-items:center;justify-content:center}.brand-track-slider .brand-item-pro{padding:0!important;min-height:120px!important}.brand-track-slider .brand-logo-shell{height:120px!important;width:100%!important}.brand-track-slider .brand-item-pro img{max-height:110px!important;width:auto;object-fit:contain;filter:none;transition:all .3s ease}.brand-track-slider .brand-item-pro:hover img{filter:none;transform:scale(1.12)}.brand-track-slider .brand-item-pro{padding:0!important;min-height:126px!important;align-items:center!important;justify-content:center!important}.brand-track-slider .brand-logo-shell{width:100%!important;height:126px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important}.brand-track-slider .brand-item-pro img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;display:block!important}.brand-track-slider .brand-logo-shell picture,.brand-track-slider .brand-logo-shell span,.brand-track-slider .brand-logo-shell a{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.store-widget-pro{position:relative;overflow:hidden;border-radius:26px;padding:10px;color:#fff;background:linear-gradient(135deg,#0ea85f 0%,#31cf6e 58%,#19b861 100%);box-shadow:0 18px 42px rgba(15,23,42,.14)}.store-widget-pro.closed{background:linear-gradient(135deg,#475569 0%,#64748b 58%,#334155 100%)}.store-pro-viewport{overflow:hidden}.store-pro-track{display:flex;transition:transform .35s ease}.store-pro-slide{min-width:100%}.store-pro-head{display:grid;grid-template-columns:76px 1fr;gap:14px;align-items:center}.store-pro-media{width:76px;height:76px;border-radius:20px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 12px 24px rgba(15,23,42,.1)}.store-pro-media img{width:100%;height:100%;object-fit:cover}.store-pro-media span{font-size:34px}.store-pro-kicker{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-pro-title{margin:8px 0 6px;font-size:15px;line-height:1.05;font-weight:900}.store-pro-line{font-size:12px;line-height:1.28;color:rgba(255,255,255,.92)}.store-pro-actions{display:grid;gap:12px;margin-top:16px}.store-pro-map{display:flex;align-items:center;justify-content:center;min-height:50px;padding:0 16px;border-radius:18px;background:linear-gradient(180deg,#5b85ff 0%,#3968ea 100%);box-shadow:0 12px 24px rgba(37,99,235,.25);color:#fff;font-weight:900;text-transform:uppercase;text-align:center}.store-pro-state{display:flex;align-items:center;justify-content:center;min-height:72px;border-radius:20px;background:linear-gradient(180deg,#9cd841 0%,#7ab82f 100%);box-shadow:0 12px 24px rgba(101,163,13,.22);font-size:16px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.store-widget-pro.closed .store-pro-state{background:linear-gradient(180deg,#ef4444 0%,#dc2626 100%);box-shadow:0 12px 24px rgba(185,28,28,.22)}.store-pro-admin{margin-top:14px}.store-pro-switch{display:flex;align-items:center;gap:12px}.store-pro-switch input{display:none}.store-pro-slider{position:relative;width:72px;height:38px;border-radius:999px;background:rgba(255,255,255,.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.store-pro-slider::before{content:"";position:absolute;top:4px;left:4px;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 10px 18px rgba(15,23,42,.18);transition:transform .2s ease}.store-pro-switch input:checked+.store-pro-slider::before{transform:translateX(34px)}.store-pro-switch-copy{font-weight:700}.store-pro-note{margin-top:8px;font-size:10px;color:rgba(255,255,255,.78)}.store-pro-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 12px 24px rgba(15,23,42,.16);color:#0f172a;cursor:pointer}.store-pro-nav.prev{left:8px}.store-pro-nav.next{right:8px}.store-pro-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.store-pro-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.42);cursor:pointer}.store-pro-dot.is-active{width:26px;background:#fff}@media (max-width:767px){.store-widget-pro{padding:16px}.store-pro-head{grid-template-columns:64px 1fr}.store-pro-media{width:64px;height:64px;border-radius:16px}.store-pro-title{font-size:18px}.store-pro-line{font-size:14px}.store-pro-map{min-height:46px;font-size:15px}.store-pro-state{min-height:64px;font-size:20px}}.store-widget-pro{padding:14px!important;border-radius:20px!important;box-shadow:0 12px 28px rgba(15,23,42,.12)!important}.store-pro-head{grid-template-columns:56px 1fr!important;gap:10px!important}.store-pro-media{width:56px!important;height:56px!important;border-radius:14px!important}.store-pro-title{font-size:16px!important;margin:4px 0 2px!important}.store-pro-line{font-size:13px!important;line-height:1.2!important}.store-pro-map{min-height:42px!important;font-size:13px!important;border-radius:14px!important}.store-pro-state{min-height:56px!important;font-size:16px!important;border-radius:16px!important}.store-pro-actions{gap:8px!important;margin-top:10px!important}.store-pro-admin{margin-top:10px!important}.store-pro-slider{width:60px!important;height:32px!important}.store-pro-slider::before{width:26px!important;height:26px!important}.store-pro-switch input:checked+.store-pro-slider::before{transform:translateX(28px)!important}.store-pro-note{font-size:11px!important}.store-pro-nav{width:34px!important;height:34px!important}.store-pro-dot{width:8px!important;height:8px!important}.store-pro-dot.is-active{width:18px!important}@media (max-width:767px){.store-widget-pro{padding:12px!important}}.store-widget-pro{backdrop-filter:blur(12px);background:linear-gradient(135deg,rgba(16,185,129,.95),rgba(34,197,94,.85));border:1px solid rgba(255,255,255,.15)}.store-widget-pro::before{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(120deg,rgba(255,255,255,.25),transparent 40%);pointer-events:none}.store-pro-slide{transition:transform .4s ease,opacity .4s ease}.store-pro-track{will-change:transform}.store-pro-map{transition:all .25s ease}.store-pro-map:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(37,99,235,.35)}.store-pro-state{position:relative;overflow:hidden}.store-pro-state::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.25),transparent 60%);opacity:0.75}.store-pro-dot{transition:all .25s ease}.store-pro-dot.is-active{transform:scale(1.2)}.store-pro-nav{backdrop-filter:blur(8px);background:rgba(255,255,255,.85);transition:all .25s ease}.store-pro-nav:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 16px 28px rgba(15,23,42,.25)}@keyframes fadeSlideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.store-widget-pro{animation:fadeSlideIn .4s ease}.marlee-store-hours-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-widget-pro{position:relative;overflow:hidden;padding:20px!important;border-radius:26px!important;color:#fff;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,#0f9f52 0%,#19b45e 54%,#22c55e 100%);box-shadow:0 18px 42px rgba(15,23,42,.16)!important;backdrop-filter:blur(12px);transition:background .28s ease,box-shadow .28s ease,transform .28s ease}.store-widget-pro.closed{background:linear-gradient(135deg,#b91c1c 0%,#dc2626 52%,#ef4444 100%);box-shadow:0 18px 42px rgba(127,29,29,.22)!important}.store-widget-pro::before{content:"";position:absolute;inset:0;border-radius:26px;background:linear-gradient(125deg,rgba(255,255,255,.28),rgba(255,255,255,0) 42%);pointer-events:none}.store-widget-pro::after{content:"";position:absolute;right:-34px;bottom:-42px;width:170px;height:170px;border-radius:999px;background:rgba(255,255,255,.10);filter:blur(8px);pointer-events:none}.store-pro-viewport{overflow:hidden}.store-pro-track{display:flex;transition:transform .42s ease;will-change:transform}.store-pro-slide{min-width:100%;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;align-items:center;padding:6px 2px}.store-pro-slide.is-active{animation:fadeSlideIn .28s ease}.store-pro-head{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;align-items:start}.store-pro-media{width:88px!important;height:88px!important;border-radius:24px!important;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 14px 30px rgba(15,23,42,.16)}.store-pro-media img{width:100%;height:100%;object-fit:cover}.store-pro-media span{font-size:38px}.store-pro-copy{min-width:0}.store-pro-top-row,.store-pro-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-pro-top-row{margin-bottom:10px}.store-pro-kicker,.store-pro-local-pill,.store-pro-hours{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);font-size:10px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.store-pro-hours{font-size:10px;background:rgba(255,255,255,.2)}.store-pro-title{margin:0 0 10px!important;font-size:26px!important;line-height:1.03;font-weight:900;letter-spacing:-.02em}.store-pro-line{font-size:15px!important;line-height:1.45!important;color:rgba(255,255,255,.94)}.store-pro-line+.store-pro-line{margin-top:4px}.store-pro-actions.enterprise{display:grid;grid-template-columns:1fr;gap:12px!important;align-self:stretch}.store-pro-map,.store-pro-whatsapp,.store-pro-state-wrap{min-width:0}.store-pro-map,.store-pro-whatsapp{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 16px;border-radius:18px!important;font-size:14px!important;font-weight:900;text-transform:uppercase;letter-spacing:.02em;text-align:center;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.store-pro-map{background:linear-gradient(180deg,#5b85ff 0%,#3968ea 100%);box-shadow:0 14px 26px rgba(37,99,235,.28);color:#fff}.store-pro-whatsapp{background:rgba(255,255,255,.16);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.store-pro-map:hover,.store-pro-whatsapp:hover{transform:translateY(-2px)}.store-pro-map:hover{box-shadow:0 18px 32px rgba(37,99,235,.34)}.store-pro-whatsapp:hover{background:rgba(255,255,255,.22)}.store-pro-state-wrap{display:grid;gap:8px;padding:8px;border-radius:22px;background:rgba(7,18,32,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.store-pro-state{display:flex;align-items:center;justify-content:center;min-height:76px!important;border-radius:18px!important;position:relative;overflow:hidden;background:linear-gradient(180deg,#86efac 0%,#22c55e 100%);box-shadow:0 14px 26px rgba(21,128,61,.24);font-size:23px!important;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.store-pro-state::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.24),transparent 62%);opacity:0.75}.store-widget-pro.closed .store-pro-state,.store-pro-slide.is-closed .store-pro-state{background:linear-gradient(180deg,#f87171 0%,#dc2626 100%);box-shadow:0 14px 26px rgba(185,28,28,.26)}.store-pro-state-meta{text-align:center;font-size:10px;font-weight:800;line-height:1.3;color:rgba(255,255,255,.96);padding:0 6px}.store-pro-admin{margin-top:12px!important}.store-pro-switch{display:flex;align-items:center;gap:12px}.store-pro-switch input{display:none}.store-pro-slider{position:relative;width:60px!important;height:32px!important;border-radius:999px;background:rgba(255,255,255,.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.store-pro-slider::before{content:"";position:absolute;top:3px;left:3px;width:26px!important;height:26px!important;border-radius:50%;background:#fff;box-shadow:0 10px 18px rgba(15,23,42,.18);transition:transform .2s ease}.store-pro-switch input:checked+.store-pro-slider::before{transform:translateX(28px)!important}.store-pro-switch-copy{font-weight:700}.store-pro-note{margin-top:8px!important;font-size:11px!important;color:rgba(255,255,255,.8)}.store-pro-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px!important;height:40px!important;border:0;border-radius:999px;backdrop-filter:blur(8px);background:rgba(255,255,255,.9);box-shadow:0 12px 24px rgba(15,23,42,.18);color:#0f172a;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.store-pro-nav:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 16px 28px rgba(15,23,42,.24)}.store-pro-nav.prev{left:10px}.store-pro-nav.next{right:10px}.store-pro-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.store-pro-dot{width:9px!important;height:9px!important;border:0;border-radius:999px;background:rgba(255,255,255,.46);cursor:pointer;transition:all .22s ease}.store-pro-dot.is-active{width:24px!important;background:#fff;transform:scale(1.08)}@media (min-width:1024px){.store-widget-pro{padding:24px!important}.store-pro-slide{grid-template-columns:minmax(0,1.5fr) minmax(300px,.9fr);gap:22px}.store-pro-title{font-size:28px!important}}@media (max-width:900px){.store-pro-slide{grid-template-columns:1fr;gap:14px}.store-pro-actions.enterprise{grid-template-columns:1fr 1fr}}@media (max-width:767px){.store-widget-pro{padding:14px!important}.store-pro-head{grid-template-columns:64px minmax(0,1fr);gap:12px}.store-pro-media{width:64px!important;height:64px!important;border-radius:16px!important}.store-pro-title{font-size:19px!important}.store-pro-line{font-size:14px!important;line-height:1.35!important}.store-pro-actions.enterprise{grid-template-columns:1fr}.store-pro-map,.store-pro-whatsapp{min-height:46px;font-size:13px!important;border-radius:14px!important}.store-pro-state{min-height:64px!important;font-size:18px!important}}.search-wrap{width:100%;min-width:0}.marlee-search{width:100%;border:2px solid rgba(255,255,255,.16);border-radius:18px;box-shadow:0 14px 36px rgba(7,18,40,.18)}.marlee-search input{width:100%;font-size:13px;padding:16px 18px}.marlee-search button,.marlee-search-submit{flex:0 0 64px;width:64px;height:56px;background:linear-gradient(180deg,#4f8dff 0%,#2f6ff2 100%)}.search-result-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.search-result-price{font-size:10px;color:var(--marlee-muted)}.search-results-more{display:block;padding:14px 16px;font-weight:700;color:#1d4ed8;border-top:1px solid var(--marlee-border);background:#f8fbff}.search-results-more:hover{background:#eef5ff}@media (max-width:768px){.marlee-container{width:min(100%,calc(100% - 12px))}.header-top{column-gap:8px!important;row-gap:8px!important}.search-wrap,.marlee-search{width:100%!important;min-width:0!important}.marlee-search{border-radius:22px!important}.marlee-search input{padding:14px 16px!important;font-size:16px!important}.marlee-search button,.marlee-search-submit{flex:0 0 54px!important;width:54px!important;min-width:54px!important;height:52px!important}}@media (max-width:480px){.marlee-container{width:min(100%,calc(100% - 8px))}.marlee-search{border-radius:20px!important}.marlee-search input{padding:13px 14px!important;font-size:15px!important}.marlee-search button,.marlee-search-submit{width:50px!important;min-width:50px!important;height:48px!important}}.search-result-copy{justify-content:center}.search-result-title{font-weight:700;line-height:1.3}@media (max-width:900px){.header-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand tools" "search search";align-items:center!important;column-gap:10px!important;row-gap:10px!important}.site-branding{grid-area:brand;min-width:0}.header-tools{grid-area:tools;justify-self:end;min-width:0}.search-wrap{grid-area:search;grid-column:1 / -1!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}.marlee-search{width:100%!important;display:flex!important}.marlee-search input{flex:1 1 auto!important;min-width:0!important}}@media (max-width:768px){.marlee-container{width:calc(100% - 16px)!important}.search-wrap{width:100%!important}.marlee-search{width:100%!important;border-radius:22px!important}.marlee-search input{padding:14px 16px!important}}@media (max-width:480px){.marlee-container{width:calc(100% - 12px)!important}.search-wrap{width:100%!important}.marlee-search button,.marlee-search-submit{flex:0 0 48px!important;width:48px!important;min-width:48px!important;height:48px!important}}@media (max-width:900px){.header-top{grid-template-columns:minmax(0,1fr) auto!important}.search-wrap{padding-right:0!important}}@media (max-width:768px){.marlee-container{width:calc(100% - 8px)!important}.header-top{column-gap:8px!important;row-gap:8px!important}.search-wrap{width:100vw!important;max-width:100%!important}.marlee-search{width:100%!important;margin:0!important}}@media (max-width:480px){.marlee-container{width:calc(100% - 4px)!important}.site-header .marlee-container{padding-left:0!important;padding-right:0!important}.search-wrap{margin:0!important}.marlee-search{border-radius:18px!important}.marlee-search input{padding:14px 12px!important}}.marlee-product-thumb{position:relative}.marlee-product-color-swatch{position:absolute;top:12px;right:12px;width:26px;height:26px;border-radius:7px;background:var(--swatch-color,#e5e7eb);border:2px solid rgba(255,255,255,.96);box-shadow:0 6px 18px rgba(15,23,42,.18),inset 0 0 0 1px rgba(15,23,42,.18);z-index:3}@media (max-width:768px){.marlee-product-color-swatch{top:10px;right:10px;width:24px;height:24px;border-radius:6px}}.marlee-product-image-wrap{position:relative;display:block}.marlee-product-image-wrap img{display:block}.search-result-thumb .marlee-product-image-wrap,.mini-cart-thumb .marlee-product-image-wrap,.marlee-quickview-media .marlee-product-image-wrap,.single-gallery-main .marlee-product-image-wrap,.cart-quote-table .marlee-product-image-wrap{display:inline-block;width:100%}.marlee-product-color-swatch{position:absolute;top:12px;right:12px;width:26px;height:26px;border-radius:7px;background:var(--swatch-color,#e5e7eb);border:2px solid rgba(255,255,255,.96);box-shadow:0 6px 18px rgba(15,23,42,.18),inset 0 0 0 1px rgba(15,23,42,.18);z-index:3}.marlee-product-color-swatch--search,.marlee-product-color-swatch--mini-cart,.marlee-product-color-swatch--cart{width:22px;height:22px;border-radius:6px;top:8px;right:8px}.marlee-product-color-swatch--single,.marlee-product-color-swatch--quickview{width:30px;height:30px;border-radius:8px;top:14px;right:14px}@media (max-width:768px){.marlee-product-color-swatch{top:8px;right:8px;width:26px;height:26px;border-radius:7px}.marlee-product-color-swatch--search,.marlee-product-color-swatch--mini-cart,.marlee-product-color-swatch--cart{width:24px;height:24px}.marlee-product-color-swatch--single,.marlee-product-color-swatch--quickview{width:28px;height:28px}}@media (max-width:640px){.marlee-mini-cart-item{grid-template-columns:58px minmax(0,1fr) 28px;gap:10px;padding:6px;border-radius:16px}.mini-cart-thumb{width:58px;height:58px;border-radius:13px}.mini-cart-title{font-size:10px}.mini-cart-meta{gap:6px}.mini-cart-qty,.mini-cart-price{min-height:26px;font-size:10px;padding:0 9px}}body.marlee-wa-modal-open{overflow:hidden}.marlee-wa-modal{position:fixed;inset:0;display:none;z-index:99999}.marlee-wa-modal.is-open{display:block}.marlee-wa-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}.marlee-wa-modal__dialog{position:relative;z-index:1;width:min(92vw,460px);margin:min(12vh,80px) auto 0;background:#fff;border-radius:28px;padding:28px 22px 22px;box-shadow:0 30px 70px rgba(15,23,42,.28)}.marlee-wa-modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:none;border-radius:999px;background:#f8fafc;color:#334155;font-size:21px;line-height:1;cursor:pointer}.marlee-wa-modal__header h3{margin:0 0 8px;font-size:21px;line-height:1.05;color:#0f172a}.marlee-wa-modal__header p{margin:0 0 18px;color:#64748b;font-size:11px;line-height:1.5}.marlee-wa-modal__form{display:grid;gap:14px}.marlee-wa-modal__field{display:grid;gap:7px}.marlee-wa-modal__field span{font-size:10px;font-weight:700;color:#0f172a}.marlee-wa-modal__field input{width:100%;min-height:72px;border:1px solid #dbe3ef;border-radius:16px;padding:0 16px;font-size:12px;color:#0f172a;background:#fff}.marlee-wa-modal__field input:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 4px rgba(37,211,102,.14)}.marlee-wa-modal__error{margin:0;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;padding:11px 13px;font-size:14px}.marlee-wa-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.marlee-wa-modal__actions .mini-cart-btn{width:100%;justify-content:center;text-align:center}@media (max-width:640px){.marlee-wa-modal__dialog{width:min(94vw,420px);margin:8vh auto 0;padding:24px 18px 18px;border-radius:24px}.marlee-wa-modal__header h3{font-size:24px}.marlee-wa-modal__actions{grid-template-columns:1fr}}.mini-cart-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mini-cart-qty{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#f8fafc;color:#334155;font-weight:700;font-size:10px;line-height:1;border:1px solid #e2e8f0}.mini-cart-content{display:flex;flex-direction:column;gap:10px}.marlee-mini-cart-actions{margin-top:10px}.marlee-wa-modal__dialog{width:min(92vw,480px)}.marlee-wa-modal__header h3{font-size:30px}.marlee-wa-modal__header p{max-width:34ch}@media (max-width:767px){.mini-cart-qty{font-size:10px;padding:7px 11px}.marlee-wa-modal__dialog{width:min(94vw,420px)}}.marlee-pagination-fallback,.marlee-product-archive .marlee-pagination,.marlee-search-page .marlee-pagination{display:none!important}@media (min-width:1024px){.home-layout{grid-template-columns:minmax(280px,320px) minmax(0,1fr)!important;gap:28px!important;align-items:start!important}.home-sidebar{position:sticky;top:18px;gap:18px!important;align-self:start}.home-main{gap:22px!important;min-width:0}.home-sidebar .widget-card,.home-main .widget-card{padding:22px!important;border-radius:24px!important}.home-slider-card,.home-brands-card,.marlee-search-page,.marlee-product-archive{overflow:hidden}.widget-header-split{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.widget-title,.section-title{font-size:clamp(28px,2.1vw,34px)!important;margin-bottom:18px!important}.home-slider-card .widget-header-split,.promo-slider-header{margin-bottom:16px!important}.product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.marlee-product-card{height:100%}.marlee-product-body{min-height:150px!important}.marlee-product-title{min-height:3.1em}.overlay-actions.is-static{margin-top:auto}.marlee-promo-slider{padding:6px 2px 10px!important}.marlee-promo-viewport{overflow:hidden}.brand-track{align-items:center}}@media (min-width:1024px) and (max-width:1399px){.product-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:768px) and (max-width:1023px){.home-layout{grid-template-columns:1fr!important;gap:20px!important}.home-sidebar{order:2}.home-main{order:1}}@media (min-width:1200px){.marlee-container{width:min(1440px,calc(100% - 40px))}.home-layout.home-layout-desktop-fixed{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;grid-template-areas:"sidebar main"!important;gap:28px!important;align-items:start!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left{grid-area:sidebar!important;display:grid!important;gap:18px!important;position:sticky!important;top:108px!important;align-self:start!important;min-width:0!important;width:100%!important}.home-layout.home-layout-desktop-fixed>.home-main-right{grid-area:main!important;display:grid!important;gap:24px!important;min-width:0!important;width:100%!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left>*,.home-layout.home-layout-desktop-fixed>.home-main-right>*{min-width:0!important;width:100%!important}.home-layout.home-layout-desktop-fixed .home-sidebar-left .widget-card{padding:20px!important;border-radius:22px!important}.home-layout.home-layout-desktop-fixed .home-main-right .widget-card{padding:22px!important;border-radius:24px!important}.home-layout.home-layout-desktop-fixed .home-main-right .product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.home-layout.home-layout-desktop-fixed .home-main-right .brand-track,.home-layout.home-layout-desktop-fixed .home-main-right .marlee-promo-track{width:max-content}.home-layout.home-layout-desktop-fixed .home-main-right .home-brands-card,.home-layout.home-layout-desktop-fixed .home-main-right .home-slider-card,.home-layout.home-layout-desktop-fixed .home-main-right .widget-card{overflow:hidden}}@media (min-width:1200px) and (max-width:1399px){.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:1024px) and (max-width:1199px){.marlee-container{width:min(1280px,calc(100% - 28px))}.home-layout.home-layout-desktop-fixed{display:grid!important;grid-template-columns:290px minmax(0,1fr)!important;gap:22px!important;align-items:start!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left{order:0!important;position:sticky!important;top:98px!important;align-self:start!important}.home-layout.home-layout-desktop-fixed>.home-main-right{order:1!important;min-width:0!important}.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}}@media (min-width:992px){.site-header .marlee-container{width:min(1440px,calc(100% - 40px))!important}.header-top{display:grid!important;grid-template-columns:minmax(220px,300px) minmax(420px,1fr) auto!important;grid-template-areas:"brand search tools"!important;align-items:center!important;gap:22px!important;padding:18px 0 14px!important}.site-branding{grid-area:brand!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important}.branding-panel,.branding-panel-inner{width:100%!important;background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}.site-branding .marlee-logo-link{display:flex!important;align-items:center!important}.site-branding .marlee-logo,.site-branding img{max-height:74px!important;width:auto!important;max-width:100%!important}.search-wrap{grid-area:search!important;width:100%!important;min-width:0!important;max-width:none!important}.marlee-search{width:100%!important;min-height:62px!important;border-radius:24px!important;overflow:hidden!important}.marlee-search input{min-width:0!important;padding:0 22px!important;font-size:18px!important}.marlee-search-submit,.marlee-search button{width:68px!important;min-width:68px!important;height:62px!important}.header-tools{grid-area:tools!important;display:flex!important;justify-content:flex-end!important;align-items:center!important}.header-cart-toggle{min-height:74px!important;padding:10px 16px!important;border-radius:28px!important}.menu-row .marlee-container{width:min(1440px,calc(100% - 40px))!important}.primary-nav{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:24px!important;min-height:72px!important}.home-layout.home-layout-desktop-fixed{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;gap:28px!important;align-items:start!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left{display:grid!important;gap:18px!important;position:sticky!important;top:110px!important;align-self:start!important;width:100%!important}.home-layout.home-layout-desktop-fixed>.home-main-right{display:grid!important;gap:22px!important;width:100%!important;min-width:0!important}.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}}@media (min-width:1280px){.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (min-width:1024px){body.home .site-main,body.blog .site-main,body.page-template-default .site-main{overflow-x:clip}.home-layout.home-layout-desktop-fixed{display:grid!important;grid-template-columns:minmax(280px,320px) minmax(0,1fr)!important;gap:24px!important;align-items:start!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;gap:24px!important;min-width:0!important;width:100%!important;position:relative!important;top:auto!important;align-self:start!important}.home-layout.home-layout-desktop-fixed>.home-main-right{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:column!important;gap:24px!important;min-width:0!important;width:100%!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left>.widget-card,.home-layout.home-layout-desktop-fixed>.home-main-right>.widget-card,.home-layout.home-layout-desktop-fixed>.home-sidebar-left>section,.home-layout.home-layout-desktop-fixed>.home-main-right>section{width:100%!important;min-width:0!important;margin:0!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-slider,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-viewport,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-track,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .offer-widget,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .featured-widget,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .store-status-widget,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .category-menu-list{width:100%!important;max-width:100%!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-track{width:100%!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-slide{min-width:100%!important;width:100%!important}.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.home-layout.home-layout-desktop-fixed>.home-main-right .marlee-scroll-shell,.home-layout.home-layout-desktop-fixed>.home-main-right .product-scroll-shell,.home-layout.home-layout-desktop-fixed>.home-main-right .scroll-track,.home-layout.home-layout-desktop-fixed>.home-main-right .brand-slider-shell{width:100%!important;max-width:100%!important}}@media (min-width:1280px){.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (min-width:1024px){.home-layout.home-layout-desktop-fixed{display:grid!important;grid-template-columns:minmax(290px,320px) minmax(0,1fr)!important;gap:28px!important;align-items:start!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left,.home-layout.home-layout-desktop-fixed>.home-main-right{min-width:0!important;width:100%!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left{grid-column:1!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:24px!important;align-self:start!important;position:sticky!important;top:110px!important}.home-layout.home-layout-desktop-fixed>.home-main-right{grid-column:2!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:24px!important;align-self:start!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left>*,.home-layout.home-layout-desktop-fixed>.home-main-right>*{flex:0 0 auto!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left .widget-card,.home-layout.home-layout-desktop-fixed>.home-main-right .widget-card{overflow:hidden!important}.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-slider,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-viewport,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-track,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .marlee-promo-slide,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .category-menu-list,.home-layout.home-layout-desktop-fixed>.home-sidebar-left .store-status-widget{width:100%!important;max-width:100%!important}.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}}@media (min-width:1280px){.home-layout.home-layout-desktop-fixed>.home-main-right .product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.widget-card .store-widget-pro,.home-sidebar .store-widget-pro,.home-main .store-widget-pro,.store-widget-pro{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;padding:18px!important;border-radius:26px!important;box-sizing:border-box!important}.store-widget-pro .store-pro-viewport{overflow:hidden!important;width:100%!important}.store-widget-pro .store-pro-track{display:flex!important;width:100%!important;align-items:stretch!important}.store-widget-pro .store-pro-slide{min-width:100%!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:16px!important;align-items:stretch!important;box-sizing:border-box!important;padding:4px 2px 8px!important}.store-widget-pro .store-pro-head{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}.store-widget-pro .store-pro-copy,.store-widget-pro .store-pro-top-row,.store-widget-pro .store-pro-meta-row,.store-widget-pro .store-pro-actions,.store-widget-pro .store-pro-actions.enterprise,.store-widget-pro .store-pro-state-wrap{min-width:0!important}.store-widget-pro .store-pro-top-row,.store-widget-pro .store-pro-meta-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.store-widget-pro .store-pro-top-row{margin-bottom:10px!important}.store-widget-pro .store-pro-media{width:72px!important;height:72px!important;border-radius:20px!important;flex:0 0 72px!important}.store-widget-pro .store-pro-title{margin:0 0 8px!important;font-size:clamp(26px,2.4vw,44px)!important;line-height:1.05!important;letter-spacing:-.02em!important;overflow-wrap:anywhere!important}.store-widget-pro .store-pro-line{margin:0!important;font-size:clamp(16px,1.3vw,22px)!important;line-height:1.38!important;overflow-wrap:anywhere!important}.store-widget-pro .store-pro-actions.enterprise{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.store-widget-pro .store-pro-map,.store-widget-pro .store-pro-whatsapp,.store-widget-pro .store-pro-state-wrap,.store-widget-pro .store-pro-state,.store-widget-pro .store-pro-admin{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.store-widget-pro .store-pro-map,.store-widget-pro .store-pro-whatsapp{min-height:58px!important;padding:14px 18px!important;white-space:normal!important;line-height:1.2!important}.store-widget-pro .store-pro-state-wrap{gap:10px!important;padding:14px!important}.store-widget-pro .store-pro-state{min-height:120px!important;padding:18px!important;font-size:clamp(30px,3vw,52px)!important;line-height:1!important}.store-widget-pro .store-pro-state-meta{font-size:clamp(16px,1.5vw,24px)!important;line-height:1.25!important}.store-widget-pro .store-pro-switch{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.store-widget-pro .store-pro-switch-copy{font-size:clamp(16px,1.4vw,22px)!important;line-height:1.2!important}.store-widget-pro .store-pro-note{font-size:clamp(13px,1.1vw,16px)!important;line-height:1.35!important}.store-widget-pro .store-pro-nav{top:50%!important;width:44px!important;height:44px!important}.store-widget-pro .store-pro-nav.prev{left:10px!important}.store-widget-pro .store-pro-nav.next{right:10px!important}.store-widget-pro .store-pro-dots{margin-top:12px!important}@media (min-width:1024px){.home-sidebar-left .store-widget-pro,.home-sidebar .store-widget-pro{padding:16px!important}.home-sidebar-left .store-widget-pro .store-pro-head,.home-sidebar .store-widget-pro .store-pro-head{grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important}.home-sidebar-left .store-widget-pro .store-pro-media,.home-sidebar .store-widget-pro .store-pro-media{width:64px!important;height:64px!important;border-radius:18px!important;flex-basis:64px!important}.home-sidebar-left .store-widget-pro .store-pro-title,.home-sidebar .store-widget-pro .store-pro-title{font-size:clamp(18px,1.8vw,28px)!important}.home-sidebar-left .store-widget-pro .store-pro-line,.home-sidebar .store-widget-pro .store-pro-line{font-size:clamp(13px,1vw,16px)!important}.home-sidebar-left .store-widget-pro .store-pro-map,.home-sidebar-left .store-widget-pro .store-pro-whatsapp,.home-sidebar .store-widget-pro .store-pro-map,.home-sidebar .store-widget-pro .store-pro-whatsapp{min-height:48px!important;font-size:14px!important;padding:12px 14px!important}.home-sidebar-left .store-widget-pro .store-pro-state,.home-sidebar .store-widget-pro .store-pro-state{min-height:92px!important;font-size:clamp(20px,2vw,30px)!important;padding:14px!important}.home-sidebar-left .store-widget-pro .store-pro-state-meta,.home-sidebar .store-widget-pro .store-pro-state-meta{font-size:14px!important}.home-sidebar-left .store-widget-pro .store-pro-switch-copy,.home-sidebar .store-widget-pro .store-pro-switch-copy{font-size:14px!important}.home-sidebar-left .store-widget-pro .store-pro-note,.home-sidebar .store-widget-pro .store-pro-note{font-size:12px!important}}@media (max-width:767px){.store-widget-pro{padding:14px!important;border-radius:22px!important}.store-widget-pro .store-pro-head{grid-template-columns:56px minmax(0,1fr)!important;gap:10px!important}.store-widget-pro .store-pro-media{width:56px!important;height:56px!important;border-radius:16px!important;flex-basis:56px!important}.store-widget-pro .store-pro-kicker,.store-widget-pro .store-pro-local-pill,.store-widget-pro .store-pro-hours{min-height:28px!important;padding:0 10px!important;font-size:11px!important;white-space:normal!important}.store-widget-pro .store-pro-title{font-size:18px!important}.store-widget-pro .store-pro-line{font-size:13px!important}.store-widget-pro .store-pro-map,.store-widget-pro .store-pro-whatsapp{min-height:46px!important;font-size:13px!important;border-radius:14px!important;padding:12px!important}.store-widget-pro .store-pro-state-wrap{padding:12px!important;border-radius:18px!important}.store-widget-pro .store-pro-state{min-height:72px!important;font-size:18px!important;border-radius:14px!important}.store-widget-pro .store-pro-state-meta{font-size:12px!important}.store-widget-pro .store-pro-slider{width:54px!important;height:30px!important}.store-widget-pro .store-pro-slider::before{width:24px!important;height:24px!important}.store-widget-pro .store-pro-switch input:checked+.store-pro-slider::before{transform:translateX(24px)!important}.store-widget-pro .store-pro-nav{width:38px!important;height:38px!important}}.store-widget-pro [hidden]{display:none!important}.store-widget-pro .store-pro-track{display:block!important;transform:none!important}.store-widget-pro .store-pro-slide{display:none!important;opacity:1!important;transform:none!important}.store-widget-pro .store-pro-slide.is-active{display:flex!important}.store-widget-pro .store-pro-nav{z-index:20!important;display:flex!important;align-items:center!important;justify-content:center!important}.store-widget-pro .store-pro-nav[hidden]{display:none!important}.store-widget-pro .store-pro-dots{position:relative;z-index:20}.store-widget-pro{position:relative;overflow:hidden}.store-widget-pro .store-pro-viewport{overflow:hidden;width:100%}.store-widget-pro .store-pro-track{display:block!important;transform:none!important;transition:none!important;will-change:auto!important}.store-widget-pro .store-pro-slide{display:none!important;min-width:100%!important;width:100%!important;opacity:1!important;transform:none!important}.store-widget-pro .store-pro-slide.is-active{display:grid!important}.store-widget-pro .store-pro-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.store-widget-pro .store-pro-dots{display:flex!important;align-items:center;justify-content:center;gap:8px;flex:1 1 auto;margin:0!important}.store-widget-pro .store-pro-nav{position:static!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px;width:44px!important;height:44px!important;min-width:44px;min-height:44px;z-index:30!important}.store-widget-pro .store-pro-nav span{line-height:1;font-size:24px}.store-widget-pro.has-single .store-pro-controls{display:none!important}.store-widget-pro .store-pro-nav[hidden]{display:none!important}@media (max-width:767px){.store-widget-pro{padding:14px!important}.store-widget-pro .store-pro-slide.is-active{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.store-widget-pro .store-pro-head{grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important}.store-widget-pro .store-pro-copy{min-width:0}.store-widget-pro .store-pro-top-row,.store-widget-pro .store-pro-meta-row{gap:6px!important}.store-widget-pro .store-pro-kicker,.store-widget-pro .store-pro-local-pill,.store-widget-pro .store-pro-hours{white-space:normal!important}.store-widget-pro .store-pro-controls{margin-top:12px;gap:10px}.store-widget-pro .store-pro-nav{flex:0 0 42px;width:42px!important;height:42px!important}}.store-widget-pro[data-store-pro]{position:relative;overflow:hidden;border-radius:28px;padding:20px!important;background:linear-gradient(135deg,#22c55e 0%,#1fb95a 55%,#4ade80 100%)!important;box-shadow:0 18px 40px rgba(15,23,42,.10)}.store-widget-pro[data-store-pro]::before,.store-widget-pro[data-store-pro]::after{pointer-events:none}.store-widget-pro[data-store-pro] .store-pro-viewport{overflow:visible!important}.store-widget-pro[data-store-pro] .store-pro-track{display:block!important;transform:none!important;transition:none!important;will-change:auto!important}.store-widget-pro[data-store-pro] .store-pro-slide{display:none!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0!important;margin:0!important}.store-widget-pro[data-store-pro] .store-pro-slide.is-active{display:block!important}.store-widget-pro[data-store-pro] .store-pro-head{display:grid!important;grid-template-columns:80px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}.store-widget-pro[data-store-pro] .store-pro-media{width:80px!important;height:80px!important;border-radius:22px!important}.store-widget-pro[data-store-pro] .store-pro-copy{min-width:0!important}.store-widget-pro[data-store-pro] .store-pro-top-row,.store-widget-pro[data-store-pro] .store-pro-meta-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.store-widget-pro[data-store-pro] .store-pro-title{margin:10px 0 8px!important;font-size:28px!important;line-height:1.05!important;word-break:break-word!important}.store-widget-pro[data-store-pro] .store-pro-line{display:block!important;font-size:18px!important;line-height:1.4!important;word-break:break-word!important}.store-widget-pro[data-store-pro] .store-pro-actions.enterprise{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin-top:18px!important}.store-widget-pro[data-store-pro] .store-pro-map,.store-widget-pro[data-store-pro] .store-pro-whatsapp{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:64px!important;padding:0 18px!important;border-radius:22px!important;text-align:center!important;white-space:normal!important;word-break:break-word!important}.store-widget-pro[data-store-pro] .store-pro-state-wrap{display:grid!important;gap:10px!important;padding:16px!important;border-radius:28px!important;background:rgba(7,18,32,.14)!important}.store-widget-pro[data-store-pro] .store-pro-state{min-height:112px!important;font-size:24px!important}.store-widget-pro[data-store-pro] .store-pro-state-meta{font-size:14px!important;line-height:1.35!important}.store-widget-pro[data-store-pro] .store-pro-admin{margin-top:18px!important}.store-widget-pro[data-store-pro] .store-pro-switch{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.store-widget-pro[data-store-pro] .store-pro-switch-copy{font-size:16px!important;line-height:1.2!important}.store-widget-pro[data-store-pro] .store-pro-note{font-size:13px!important;line-height:1.45!important;word-break:break-word!important}.store-widget-pro[data-store-pro] .store-pro-controls{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;position:static!important;margin-top:16px!important}.store-widget-pro[data-store-pro] .store-pro-nav{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px!important;width:44px!important;height:44px!important}.store-widget-pro[data-store-pro] .store-pro-nav:hover{transform:none!important}.store-widget-pro[data-store-pro] .store-pro-dots{flex:1 1 auto!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:0!important}@media (max-width:767px){.store-widget-pro[data-store-pro]{padding:16px!important;border-radius:24px!important}.store-widget-pro[data-store-pro] .store-pro-head{grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important}.store-widget-pro[data-store-pro] .store-pro-media{width:64px!important;height:64px!important;border-radius:18px!important}.store-widget-pro[data-store-pro] .store-pro-kicker,.store-widget-pro[data-store-pro] .store-pro-local-pill,.store-widget-pro[data-store-pro] .store-pro-hours{min-height:28px!important;padding:0 10px!important;font-size:11px!important;max-width:100%!important;white-space:normal!important}.store-widget-pro[data-store-pro] .store-pro-title{font-size:19px!important;line-height:1.12!important}.store-widget-pro[data-store-pro] .store-pro-line{font-size:14px!important;line-height:1.35!important}.store-widget-pro[data-store-pro] .store-pro-map,.store-widget-pro[data-store-pro] .store-pro-whatsapp{min-height:52px!important;font-size:15px!important;padding:12px 16px!important}.store-widget-pro[data-store-pro] .store-pro-state{min-height:88px!important;font-size:18px!important}.store-widget-pro[data-store-pro] .store-pro-controls{margin-top:14px!important}}.store-widget-pro[data-store-pro]{position:relative;overflow:hidden;padding:18px!important;border-radius:28px;background:linear-gradient(135deg,#18b85b 0%,#14b35f 50%,#47d67f 100%)!important;box-shadow:0 20px 48px rgba(15,23,42,.12);color:#fff;isolation:isolate}.store-widget-pro[data-store-pro] *{box-sizing:border-box}.store-widget-pro[data-store-pro] .store-pro-shell{display:grid;gap:16px}.store-widget-pro[data-store-pro] .store-pro-slides{position:relative;min-width:0}.store-widget-pro[data-store-pro] .store-pro-slide{display:none!important;width:100%;margin:0;padding:0}.store-widget-pro[data-store-pro] .store-pro-slide.is-active{display:block!important}.store-widget-pro[data-store-pro] .store-pro-card{display:grid;gap:18px}.store-widget-pro[data-store-pro] .store-pro-identity{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:start}.store-widget-pro[data-store-pro] .store-pro-media{width:88px!important;height:88px!important;border-radius:24px!important;overflow:hidden;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);display:flex!important;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(15,23,42,.12)}.store-widget-pro[data-store-pro] .store-pro-media img{width:100%;height:100%;object-fit:cover;display:block}.store-widget-pro[data-store-pro] .store-pro-media-icon{font-size:24px;line-height:1}.store-widget-pro[data-store-pro] .store-pro-summary{min-width:0}.store-widget-pro[data-store-pro] .store-pro-badges,.store-widget-pro[data-store-pro] .store-pro-cta-group,.store-widget-pro[data-store-pro] .store-pro-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.store-widget-pro[data-store-pro] .store-pro-badge,.store-widget-pro[data-store-pro] .store-pro-hours{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);font-size:10px;font-weight:700;letter-spacing:.02em;text-align:center}.store-widget-pro[data-store-pro] .store-pro-hours{margin-top:10px;font-weight:600}.store-widget-pro[data-store-pro] .store-pro-title{margin:14px 0 10px!important;font-size:clamp(28px,3vw,40px)!important;line-height:1.05!important;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-line{margin:0;font-size:clamp(18px,1.7vw,24px);line-height:1.35;color:rgba(255,255,255,.96);word-break:break-word}.store-widget-pro[data-store-pro] .store-pro-card-mid{display:grid;gap:16px}.store-widget-pro[data-store-pro] .store-pro-map,.store-widget-pro[data-store-pro] .store-pro-whatsapp{flex:1 1 220px;display:inline-flex!important;align-items:center;justify-content:center;min-height:62px;padding:14px 18px;border-radius:22px!important;border:none!important;text-decoration:none;font-size:13px;font-weight:800;text-align:center;box-shadow:0 14px 28px rgba(15,23,42,.14)}.store-widget-pro[data-store-pro] .store-pro-map{background:linear-gradient(135deg,#5b7cff,#4664f5)!important;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-whatsapp{background:rgba(255,255,255,.16)!important;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-state-wrap{display:grid;gap:12px;padding:10px;border-radius:28px;background:linear-gradient(180deg,rgba(8,31,20,.12),rgba(8,31,20,.22));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 38px rgba(15,23,42,.12)}.store-widget-pro[data-store-pro] .store-pro-state{display:flex!important;align-items:center;justify-content:center;min-height:120px;padding:10px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(255,255,255,.12));color:#fff!important;font-size:clamp(28px,3vw,42px)!important;font-weight:800;letter-spacing:.04em;text-align:center}.store-widget-pro[data-store-pro] .store-pro-state-meta{font-size:20px!important;font-weight:700;text-align:center;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-admin{display:grid;gap:10px}.store-widget-pro[data-store-pro] .store-pro-switch{display:flex!important;align-items:center!important;gap:14px;flex-wrap:wrap}.store-widget-pro[data-store-pro] .store-pro-switch input{position:absolute;opacity:0;pointer-events:none}.store-widget-pro[data-store-pro] .store-pro-slider{position:relative;display:inline-block;width:74px;height:40px;border-radius:999px;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.25);flex:0 0 auto}.store-widget-pro[data-store-pro] .store-pro-slider::before{content:"";position:absolute;top:4px;left:4px;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.18);transition:transform .25s ease}.store-widget-pro[data-store-pro] .store-pro-switch input:checked+.store-pro-slider::before{transform:translateX(34px)}.store-widget-pro[data-store-pro] .store-pro-switch-copy{font-size:18px!important;font-weight:800;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-note{font-size:15px!important;line-height:1.45;color:rgba(255,255,255,.92)!important}.store-widget-pro[data-store-pro] .store-pro-controls{justify-content:space-between;flex-wrap:nowrap}.store-widget-pro[data-store-pro] .store-pro-nav{position:static!important;display:inline-flex!important;align-items:center;justify-content:center;width:48px!important;height:48px!important;min-width:48px;border:none!important;border-radius:999px!important;background:rgba(255,255,255,.9)!important;color:#1f2937!important;box-shadow:0 12px 24px rgba(15,23,42,.14);cursor:pointer}.store-widget-pro[data-store-pro] .store-pro-nav span{font-size:18px;line-height:1}.store-widget-pro[data-store-pro] .store-pro-nav:disabled{opacity:0.75;cursor:default}.store-widget-pro[data-store-pro] .store-pro-dots{flex:1 1 auto;justify-content:center}.store-widget-pro[data-store-pro] .store-pro-dot{width:12px;height:12px;padding:0;border:none;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer}.store-widget-pro[data-store-pro] .store-pro-dot.is-active{width:28px;background:#fff}.store-widget-pro[data-store-pro].has-single .store-pro-controls{display:none!important}@media (max-width:767px){.store-widget-pro[data-store-pro]{padding:16px!important;border-radius:24px}.store-widget-pro[data-store-pro] .store-pro-identity{grid-template-columns:64px minmax(0,1fr);gap:12px}.store-widget-pro[data-store-pro] .store-pro-media{width:64px!important;height:64px!important;border-radius:18px!important}.store-widget-pro[data-store-pro] .store-pro-badge,.store-widget-pro[data-store-pro] .store-pro-hours{min-height:32px;padding:6px 10px;font-size:10px}.store-widget-pro[data-store-pro] .store-pro-title{font-size:18px!important;line-height:1.15!important}.store-widget-pro[data-store-pro] .store-pro-line{font-size:10px;line-height:1.4}.store-widget-pro[data-store-pro] .store-pro-map,.store-widget-pro[data-store-pro] .store-pro-whatsapp{min-height:72px;font-size:11px;padding:12px 14px;flex-basis:100%}.store-widget-pro[data-store-pro] .store-pro-state-wrap{padding:8px;border-radius:22px}.store-widget-pro[data-store-pro] .store-pro-state{min-height:92px;font-size:18px!important;border-radius:18px}.store-widget-pro[data-store-pro] .store-pro-state-meta{font-size:15px!important}.store-widget-pro[data-store-pro] .store-pro-switch-copy{font-size:15px!important}.store-widget-pro[data-store-pro] .store-pro-note{font-size:13px!important}.store-widget-pro[data-store-pro] .store-pro-controls{gap:12px}.store-widget-pro[data-store-pro] .store-pro-nav{width:42px!important;height:42px!important;min-width:42px}}.store-pro-card{position:relative}.store-pro-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:6px}.store-pro-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.store-pro-badge--eyebrow{background:rgba(255,255,255,.14);color:rgba(255,255,255,.88)}.store-pro-badge--branch{background:rgba(255,255,255,.18);color:#fff}.store-pro-badge--branch.is-main{background:rgba(255,255,255,.24)}.store-pro-badge--branch.is-secondary{background:rgba(255,255,255,.14);opacity:0.75}.store-pro-title{display:flex;align-items:center;gap:8px}.store-pro-title-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;color:rgba(255,255,255,.96);flex:0 0 18px}.store-pro-title-icon svg{display:block;width:100%;height:100%}@media (max-width:767px){.store-pro-badges{gap:6px}.store-pro-badge{font-size:10px;padding:4px 7px}.store-pro-title-icon{width:16px;min-width:16px;height:16px;flex-basis:16px}}.store-widget-pro[data-store-pro] .store-pro-media{display:flex;align-items:center;justify-content:center}.store-widget-pro[data-store-pro] .store-pro-media-svg{width:72%;height:72%;display:block;filter:drop-shadow(0 10px 18px rgba(15,23,42,.12))}.store-widget-pro[data-store-pro] .store-pro-media img{display:none}@keyframes marleeStoreIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes marleeStoreIconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}.store-widget-pro[data-store-pro] .store-pro-media-svg--main{animation:marleeStoreIconFloat 3.2s ease-in-out infinite;transform-origin:center}.store-widget-pro[data-store-pro] .store-pro-media-svg--secondary{animation:marleeStoreIconPulse 3.4s ease-in-out infinite;transform-origin:center}@media (prefers-reduced-motion:reduce){.store-widget-pro[data-store-pro] .store-pro-media-svg--main,.store-widget-pro[data-store-pro] .store-pro-media-svg--secondary{animation:none!important}}.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-media{background:linear-gradient(135deg,rgba(251,191,36,.30),rgba(245,158,11,.18))!important;border-color:rgba(255,255,255,.32)!important;box-shadow:0 14px 30px rgba(120,53,15,.16)}.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-media{background:linear-gradient(135deg,rgba(96,165,250,.26),rgba(99,102,241,.18))!important;border-color:rgba(255,255,255,.28)!important;box-shadow:0 14px 30px rgba(30,41,59,.16)}.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-title-icon{color:#fde68a}.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-title-icon{color:#bfdbfe}.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-map{background:linear-gradient(135deg,#f59e0b,#f97316)!important}.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-map{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important}.store-widget-pro[data-store-pro].is-open{background:linear-gradient(135deg,#18b85b 0%,#14b35f 50%,#47d67f 100%)!important}.store-widget-pro[data-store-pro].is-closed{background:linear-gradient(135deg,#c62828 0%,#d84343 48%,#ef5350 100%)!important}.store-widget-pro[data-store-pro].is-closed .store-pro-state-wrap{background:linear-gradient(180deg,rgba(84,10,10,.24),rgba(84,10,10,.36))}.store-widget-pro[data-store-pro].is-closed .store-pro-state{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.10))}.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-media{background:linear-gradient(135deg,rgba(255,191,71,.34),rgba(255,145,77,.18));border-color:rgba(255,209,102,.34)}.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-media{background:linear-gradient(135deg,rgba(120,119,255,.24),rgba(167,139,250,.18));border-color:rgba(196,181,253,.34)}.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-title-icon,.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-badge--branch{color:#ffd166!important}.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-title-icon,.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-badge--branch{color:#d8b4fe!important}.store-widget-pro[data-store-pro] .store-pro-card.is-main-location .store-pro-map{background:linear-gradient(135deg,#ff9f43,#ff7a18)!important;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-card.is-secondary-location .store-pro-map{background:linear-gradient(135deg,#7c4dff,#9f67ff)!important;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-map:hover,.store-widget-pro[data-store-pro] .store-pro-whatsapp:hover{transform:translateY(-2px);box-shadow:0 18px 30px rgba(15,23,42,.18)}.store-widget-pro,.store-widget-pro .store-pro-card{transition:background .28s ease,box-shadow .28s ease,transform .28s ease}.store-widget-pro .store-pro-card{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;align-items:center}.store-widget-pro .store-pro-card.is-closed{background:linear-gradient(135deg,#b91c1c 0%,#dc2626 52%,#ef4444 100%);border-radius:24px;padding:10px;box-shadow:0 18px 42px rgba(127,29,29,.22)}.store-widget-pro .store-pro-card.is-open{background:linear-gradient(135deg,#0f9f52 0%,#19b45e 54%,#22c55e 100%);border-radius:24px;padding:10px}.store-widget-pro .store-pro-card.is-urgent{background:linear-gradient(135deg,#d97706 0%,#f59e0b 54%,#fbbf24 100%);box-shadow:0 18px 42px rgba(180,83,9,.24)}.store-widget-pro .store-pro-card-top,.store-widget-pro .store-pro-card-mid{min-width:0}.store-pro-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.store-pro-badge--status{border-radius:999px;padding:7px 12px;font-size:10px;font-weight:800;line-height:1;letter-spacing:.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.store-pro-badge--status.is-open{background:rgba(255,255,255,.18);color:#fff}.store-pro-badge--status.is-warning{background:#fff3c4;color:#9a3412;box-shadow:none}.store-pro-badge--status.is-closed{background:#fee2e2;color:#991b1b;box-shadow:none}.store-pro-state-wrap{position:relative}.store-pro-state-meta{min-height:1.3em}.store-pro-slide.is-urgent .store-pro-state,.store-pro-card.is-urgent .store-pro-state{background:linear-gradient(180deg,#fde68a 0%,#f59e0b 100%);box-shadow:0 14px 26px rgba(180,83,9,.26);color:#7c2d12;animation:storeBadgePulse 1.4s ease-in-out infinite}.store-pro-slide.is-urgent .store-pro-state-meta,.store-pro-card.is-urgent .store-pro-state-meta{animation:storeTextBlink 1.4s ease-in-out infinite}@keyframes storeBadgePulse{0%,100%{transform:scale(1);filter:saturate(1)}50%{transform:scale(1.02);filter:saturate(1.08)}}@keyframes storeTextBlink{0%,100%{opacity:1}50%{opacity:0.75}}@media (max-width:900px){.store-widget-pro .store-pro-card{grid-template-columns:1fr;gap:14px}}.store-widget-pro[data-store-pro] .store-pro-state-notice{margin-top:10px!important;padding:12px 14px!important;border-radius:18px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;font-size:13px!important;line-height:1.45!important;font-weight:600!important;text-align:center!important;text-wrap:balance;box-shadow:0 10px 24px rgba(0,0,0,.08)!important}.store-widget-pro[data-store-pro] .store-pro-slide.is-closed .store-pro-state-notice,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-state-notice{background:rgba(255,255,255,.16)!important}@media (max-width:767px){.store-widget-pro[data-store-pro] .store-pro-state-notice{font-size:12px!important;padding:10px 12px!important;border-radius:16px!important}}.store-widget-pro--clean .store-pro-card-top{margin-bottom:16px!important}.store-widget-pro--clean .store-pro-identity,.store-widget-pro--clean .store-pro-summary{display:block!important}.store-widget-pro--clean .store-pro-media,.store-widget-pro--clean .store-pro-badges,.store-widget-pro--clean [data-store-badge]{display:none!important}.store-widget-pro--clean .store-pro-title{display:flex!important;align-items:center;gap:10px;margin:0 0 10px!important;font-size:clamp(24px,4vw,34px)!important;line-height:1.05!important}.store-widget-pro--clean .store-pro-title-icon{display:inline-flex;width:22px;height:22px;opacity:0.75;flex:0 0 22px}.store-widget-pro--clean .store-pro-title-icon svg{width:100%;height:100%}.store-widget-pro--clean .store-pro-hours--inline{display:inline-flex!important;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;margin:0 0 14px!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;font-size:14px!important;font-weight:700!important}.store-widget-pro--clean .store-pro-line{margin:0!important;font-size:18px!important;line-height:1.35!important;color:rgba(255,255,255,.92)!important}.store-widget-pro--clean .store-pro-line+.store-pro-line{margin-top:4px!important}.store-widget-pro--clean .store-pro-state-wrap{display:grid!important;gap:12px!important}.store-widget-pro--clean .store-pro-state{min-height:116px!important;border-radius:26px!important}.store-widget-pro--clean .store-pro-state-meta{margin:0!important;font-size:18px!important;font-weight:700!important}.store-widget-pro--clean .store-pro-state-notice{display:block;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);font-size:10px;line-height:1.45;color:#fff}.store-widget-pro--clean .store-pro-state-notice.is-hidden{display:none!important}.store-widget-pro--clean .store-pro-admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-widget-pro--clean .store-pro-message-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.14);color:#fff;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease;flex:0 0 34px}.store-widget-pro--clean .store-pro-message-trigger:hover{transform:translateY(-1px);background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.42)}.store-widget-pro--clean .store-pro-message-trigger svg{width:15px;height:15px}.store-widget-pro--clean .store-pro-message-modal[hidden]{display:none!important}.store-widget-pro--clean .store-pro-message-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px}.store-widget-pro--clean .store-pro-message-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.52);backdrop-filter:blur(4px)}.store-widget-pro--clean .store-pro-message-dialog{position:relative;z-index:1;width:min(100%,420px);padding:12px;border-radius:24px;background:#fff;box-shadow:0 30px 60px rgba(15,23,42,.26);color:#0f172a}.store-widget-pro--clean .store-pro-message-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.store-widget-pro--clean .store-pro-message-head h4{margin:0;font-size:15px;line-height:1.2}.store-widget-pro--clean .store-pro-message-x{border:0;background:transparent;font-size:21px;line-height:1;color:#475569;cursor:pointer;padding:0 4px}.store-widget-pro--clean .store-pro-message-help{margin:0 0 12px;font-size:10px;line-height:1.45;color:#64748b}.store-widget-pro--clean .store-pro-message-textarea{width:100%;min-height:120px;border-radius:18px;border:1px solid #d7e2f1;padding:14px 16px;font:inherit;resize:vertical;box-sizing:border-box}.store-widget-pro--clean .store-pro-message-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.store-widget-pro--clean .store-pro-message-cancel,.store-widget-pro--clean .store-pro-message-save{min-height:42px;padding:0 16px;border-radius:999px;border:0;font-weight:700;cursor:pointer}.store-widget-pro--clean .store-pro-message-cancel{background:#e2e8f0;color:#0f172a}.store-widget-pro--clean .store-pro-message-save{background:#2563eb;color:#fff}@media (max-width:767px){.store-widget-pro--clean .store-pro-title{font-size:22px!important}.store-widget-pro--clean .store-pro-hours--inline{min-height:36px;padding:0 14px;font-size:13px!important}.store-widget-pro--clean .store-pro-line{font-size:16px!important}.store-widget-pro--clean .store-pro-state{min-height:92px!important;font-size:17px!important}.store-widget-pro--clean .store-pro-state-meta{font-size:16px!important}.store-widget-pro--clean .store-pro-admin-row{align-items:flex-start}}@media (min-width:768px){.store-widget-pro--clean[data-store-pro]{padding:24px!important;border-radius:28px!important}.store-widget-pro--clean[data-store-pro] .store-pro-shell{gap:18px!important}.store-widget-pro--clean[data-store-pro] .store-pro-card{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;align-items:stretch!important;min-width:0!important;width:100%!important;padding:24px!important;border-radius:26px!important}.store-widget-pro--clean[data-store-pro] .store-pro-card-top,.store-widget-pro--clean[data-store-pro] .store-pro-card-mid,.store-widget-pro--clean[data-store-pro] .store-pro-summary,.store-widget-pro--clean[data-store-pro] .store-pro-state-wrap,.store-widget-pro--clean[data-store-pro] .store-pro-admin{min-width:0!important;width:100%!important}.store-widget-pro--clean[data-store-pro] .store-pro-title{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:10px!important;font-size:30px!important;line-height:1.1!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}.store-widget-pro--clean[data-store-pro] .store-pro-title>span:last-child{display:block!important;min-width:0!important}.store-widget-pro--clean[data-store-pro] .store-pro-title-icon{width:22px!important;height:22px!important;min-width:22px!important;flex:0 0 22px!important}.store-widget-pro--clean[data-store-pro] .store-pro-hours--inline{display:inline-flex!important;width:auto!important;max-width:100%!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}.store-widget-pro--clean[data-store-pro] .store-pro-line{display:block!important;width:100%!important;font-size:20px!important;line-height:1.38!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}.store-widget-pro--clean[data-store-pro] .store-pro-card-mid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.store-widget-pro--clean[data-store-pro] .store-pro-cta-group{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important}.store-widget-pro--clean[data-store-pro] .store-pro-map,.store-widget-pro--clean[data-store-pro] .store-pro-whatsapp{width:100%!important;min-width:0!important;min-height:58px!important;padding:14px 18px!important;font-size:18px!important;line-height:1.2!important;white-space:normal!important;word-break:normal!important}.store-widget-pro--clean[data-store-pro] .store-pro-state{min-height:108px!important;font-size:22px!important;line-height:1.1!important}.store-widget-pro--clean[data-store-pro] .store-pro-state-meta,.store-widget-pro--clean[data-store-pro] .store-pro-state-notice,.store-widget-pro--clean[data-store-pro] .store-pro-note,.store-widget-pro--clean[data-store-pro] .store-pro-switch-copy{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}.store-widget-pro--clean[data-store-pro] .store-pro-admin-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:nowrap!important}.store-widget-pro--clean[data-store-pro] .store-pro-switch{flex:1 1 auto!important;min-width:0!important}.store-widget-pro--clean[data-store-pro] .store-pro-controls{margin-top:14px!important;gap:14px!important}}@media (min-width:768px) and (max-width:1100px){.store-widget-pro--clean[data-store-pro] .store-pro-title{font-size:26px!important}.store-widget-pro--clean[data-store-pro] .store-pro-line{font-size:18px!important}.store-widget-pro--clean[data-store-pro] .store-pro-map,.store-widget-pro--clean[data-store-pro] .store-pro-whatsapp{font-size:16px!important;min-height:72px!important}.store-widget-pro--clean[data-store-pro] .store-pro-state{font-size:20px!important;min-height:96px!important}}@media (min-width:769px) and (max-width:1100px){.site-header .marlee-container,.menu-row .marlee-container{width:min(100%,calc(100% - 24px))!important}.header-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand tools" "search search"!important;align-items:center!important;column-gap:16px!important;row-gap:12px!important;padding:14px 0 12px!important}.site-branding{grid-area:brand!important;min-width:0!important;width:100%!important;display:flex!important;align-items:center!important}.branding-panel,.branding-panel-inner{width:100%!important;min-height:auto!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.branding-panel::after,.branding-panel::before,.branding-panel-footer::after,.branding-panel-footer::before{display:none!important}.site-branding .marlee-logo-link,.branding-panel .marlee-logo-link{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;max-width:100%!important}.site-branding .marlee-logo,.branding-panel .marlee-logo,.site-branding img{display:block!important;width:auto!important;max-width:min(320px,100%)!important;max-height:76px!important;object-fit:contain!important}.header-tools{grid-area:tools!important;justify-self:end!important;align-self:center!important;min-width:0!important}.header-cart,.header-cart-toggle{margin:0!important}.header-cart-toggle{min-height:68px!important;padding:8px 12px!important;border-radius:24px!important;gap:10px!important;box-shadow:0 10px 26px rgba(0,0,0,.16)!important}.cart-icon-wrap{width:50px!important;height:50px!important;flex:0 0 50px!important;border-radius:16px!important}.cart-copy strong{font-size:14px!important}.cart-copy small{font-size:11px!important}.search-wrap{grid-area:search!important;grid-column:1 / -1!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}.marlee-search{width:100%!important;min-height:56px!important;border-radius:20px!important}.marlee-search input{padding:0 18px!important;font-size:16px!important}.marlee-search button,.marlee-search-submit{width:58px!important;min-width:58px!important;height:56px!important}}.store-widget-pro--wood[data-store-pro]{position:relative;overflow:visible;padding:12px!important;border-radius:20px!important;border:2px solid transparent;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,0.15) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(200,200,200,0.12) 1px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,0.08) 1px,transparent 1px),#0a0a0a!important;background-size:3px 3px,4px 4px,5px 5px,auto;background-blend-mode:screen;border:2px solid #5b351a!important;box-shadow:0 10px 20px rgba(55,30,12,.24),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -2px 0 rgba(60,34,15,.28)!important;color:#fff7ec!important}.store-widget-pro--wood[data-store-pro]::before,.store-widget-pro--wood[data-store-pro]::after{content:"";position:absolute;top:-14px;width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#f5deb3 0 20%,#c8a16b 21% 52%,#6b4424 53% 100%);box-shadow:0 2px 4px rgba(0,0,0,.22);z-index:3}.store-widget-pro--wood[data-store-pro]::before{left:18px}.store-widget-pro--wood[data-store-pro]::after{right:18px}.store-widget-pro--wood[data-store-pro] .store-pro-shell{gap:10px!important}.store-widget-pro--wood[data-store-pro] .store-pro-card{gap:10px!important;padding:12px!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(63,36,18,.18),rgba(42,23,10,.28))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.store-widget-pro--wood[data-store-pro] .store-pro-card-top{margin-bottom:0!important}.store-widget-pro--wood[data-store-pro] .store-pro-title{margin:0 0 6px!important;gap:8px!important;font-size:18px!important;line-height:1.08!important;color:#fff6e8!important;text-transform:uppercase;letter-spacing:.03em}.store-widget-pro--wood[data-store-pro] .store-pro-title-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;opacity:.95!important}.store-widget-pro--wood[data-store-pro] .store-pro-hours--inline{min-height:28px!important;margin:0 0 8px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(255,248,235,.12)!important;border:1px solid rgba(255,248,235,.18)!important;color:#fff7ec!important;font-size:11px!important;font-weight:700!important}.store-widget-pro--wood[data-store-pro] .store-pro-line{font-size:12px!important;line-height:1.3!important;color:rgba(255,248,235,.9)!important}.store-widget-pro--wood[data-store-pro] .store-pro-line+.store-pro-line{margin-top:2px!important}.store-widget-pro--wood[data-store-pro] .store-pro-card-mid{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:start!important}.store-widget-pro--wood[data-store-pro] .store-pro-cta-group{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important}.store-widget-pro--wood[data-store-pro] .store-pro-map,.store-widget-pro--wood[data-store-pro] .store-pro-whatsapp{flex:none!important;min-height:32px!important;padding:8px 10px!important;border-radius:10px!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important}.store-widget-pro--wood[data-store-pro] .store-pro-map{background:linear-gradient(180deg,#dfb16c,#c98d44)!important;color:#4a2d11!important}.store-widget-pro--wood[data-store-pro] .store-pro-whatsapp{background:rgba(255,248,235,.14)!important;color:#fff7ec!important;border:1px solid rgba(255,248,235,.18)!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-wrap{gap:6px!important;min-width:102px;padding:8px!important;border-radius:12px!important;background:rgba(44,25,12,.32)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}.store-widget-pro--wood[data-store-pro] .store-pro-state{min-height:52px!important;padding:8px!important;border-radius:10px!important;background:linear-gradient(180deg,rgba(255,248,235,.2),rgba(255,248,235,.08))!important;font-size:13px!important;line-height:1.05!important;letter-spacing:.08em!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-meta{margin:0!important;font-size:10px!important;line-height:1.2!important;color:rgba(255,248,235,.92)!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-notice{padding:8px 9px!important;border-radius:10px!important;background:rgba(255,248,235,.1)!important;border:1px solid rgba(255,248,235,.1)!important;font-size:10px!important;line-height:1.25!important}.store-widget-pro--wood[data-store-pro] .store-pro-controls{gap:8px!important;margin-top:0!important}.store-widget-pro--wood[data-store-pro] .store-pro-nav{width:30px!important;height:30px!important;min-width:30px!important;background:#f1d5aa!important;color:#5d381b!important;box-shadow:none!important}.store-widget-pro--wood[data-store-pro] .store-pro-nav span{font-size:16px!important}.store-widget-pro--wood[data-store-pro] .store-pro-dot{width:8px;height:8px;background:rgba(255,248,235,.4)}.store-widget-pro--wood[data-store-pro] .store-pro-dot.is-active{width:18px;background:#fff1d6}.store-widget-pro--wood[data-store-pro] .store-pro-admin{margin-top:2px!important;gap:6px!important}.store-widget-pro--wood[data-store-pro] .store-pro-admin-row{gap:8px!important}.store-widget-pro--wood[data-store-pro] .store-pro-switch{gap:8px!important}.store-widget-pro--wood[data-store-pro] .store-pro-slider{width:52px!important;height:28px!important}.store-widget-pro--wood[data-store-pro] .store-pro-slider::before{top:3px!important;left:3px!important;width:20px!important;height:20px!important}.store-widget-pro--wood[data-store-pro] .store-pro-switch input:checked+.store-pro-slider::before{transform:translateX(24px)!important}.store-widget-pro--wood[data-store-pro] .store-pro-switch-copy,.store-widget-pro--wood[data-store-pro] .store-pro-note{font-size:10px!important;line-height:1.2!important}.store-widget-pro--wood[data-store-pro] .store-pro-message-trigger{width:28px!important;height:28px!important;flex:0 0 28px!important}@media (max-width:767px){.store-widget-pro--wood[data-store-pro]{padding:10px!important;border-radius:16px!important}.store-widget-pro--wood[data-store-pro]::before,.store-widget-pro--wood[data-store-pro]::after{top:-12px;width:14px;height:14px}.store-widget-pro--wood[data-store-pro]::before{left:14px}.store-widget-pro--wood[data-store-pro]::after{right:14px}.store-widget-pro--wood[data-store-pro] .store-pro-card{padding:10px!important;gap:8px!important}.store-widget-pro--wood[data-store-pro] .store-pro-card-mid{grid-template-columns:1fr!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-wrap{min-width:0}}.store-widget-pro--wood[data-store-pro] .store-pro-cta-group>.store-pro-map:only-child,.store-widget-pro--wood[data-store-pro] .store-pro-cta-group>.store-pro-whatsapp:only-child{grid-column:1 / -1!important;width:100%!important}@media (min-width:768px){.store-widget-pro--wood[data-store-pro] .store-pro-card-mid{grid-template-columns:minmax(120px,1fr) 92px!important;gap:10px!important;align-items:stretch!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-wrap{min-width:92px!important;padding:7px!important}.store-widget-pro--wood[data-store-pro] .store-pro-state{min-height:50px!important;padding:8px 6px!important;font-size:12px!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-meta{font-size:9.5px!important;line-height:1.15!important}.store-widget-pro--wood[data-store-pro] .store-pro-cta-group{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-content:start!important}.store-widget-pro--wood[data-store-pro] .store-pro-map,.store-widget-pro--wood[data-store-pro] .store-pro-whatsapp{min-height:40px!important;padding:9px 12px!important;border-radius:12px!important;font-size:12px!important;line-height:1.05!important;letter-spacing:.01em!important;text-wrap:balance}.store-widget-pro--wood[data-store-pro] .store-pro-cta-group>.store-pro-map:only-child,.store-widget-pro--wood[data-store-pro] .store-pro-cta-group>.store-pro-whatsapp:only-child{min-height:46px!important;padding:10px 14px!important;font-size:13px!important}}.store-widget-pro[data-store-pro] .store-pro-slider,.store-widget-pro--wood[data-store-pro] .store-pro-slider{transition:background-color .16s ease,box-shadow .16s ease,opacity .16s ease}.store-widget-pro[data-store-pro] .store-pro-switch input+.store-pro-slider{background:linear-gradient(180deg,#ef4444 0%,#dc2626 100%)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 8px 16px rgba(127,29,29,.22)!important}.store-widget-pro[data-store-pro] .store-pro-switch input:checked+.store-pro-slider{background:linear-gradient(180deg,#22c55e 0%,#16a34a 100%)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 8px 16px rgba(21,128,61,.22)!important}.store-widget-pro[data-store-pro] .store-pro-switch input[aria-busy='true']+.store-pro-slider{opacity:1!important}.store-widget-pro--wood[data-store-pro] .store-pro-switch input+.store-pro-slider{background:linear-gradient(180deg,#d45a43 0%,#b7331e 100%)!important;box-shadow:inset 0 0 0 1px rgba(255,248,235,.2),0 6px 12px rgba(123,42,24,.22)!important}.store-widget-pro--wood[data-store-pro] .store-pro-switch input:checked+.store-pro-slider{background:linear-gradient(180deg,#4caf50 0%,#2f8f3a 100%)!important;box-shadow:inset 0 0 0 1px rgba(255,248,235,.22),0 6px 12px rgba(39,94,45,.2)!important}.store-widget-pro--wood[data-store-pro]{border:2px solid transparent;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,0.15) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(200,200,200,0.12) 1px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,0.08) 1px,transparent 1px),#0a0a0a!important;background-size:3px 3px,4px 4px,5px 5px,auto;background-blend-mode:screen}.store-widget-pro--wood[data-store-pro].is-open,.store-widget-pro--wood[data-store-pro].open{border:2px solid transparent;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,0.15) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(200,200,200,0.12) 1px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,0.08) 1px,transparent 1px),#0a0a0a!important;background-size:3px 3px,4px 4px,5px 5px,auto;background-blend-mode:screen}.store-widget-pro--wood[data-store-pro].is-closed,.store-widget-pro--wood[data-store-pro].closed{border:2px solid transparent;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,0.15) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(200,200,200,0.12) 1px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,0.08) 1px,transparent 1px),#0a0a0a!important;background-size:3px 3px,4px 4px,5px 5px,auto;background-blend-mode:screen}.store-widget-pro--wood[data-store-pro].is-open .store-pro-state-wrap,.store-widget-pro--wood[data-store-pro].open .store-pro-state-wrap{background:rgba(21,90,43,.24)!important;border:1px solid rgba(187,247,208,.16)!important}.store-widget-pro--wood[data-store-pro].is-closed .store-pro-state-wrap,.store-widget-pro--wood[data-store-pro].closed .store-pro-state-wrap{background:rgba(114,28,28,.24)!important;border:1px solid rgba(254,202,202,.14)!important}.store-widget-pro--wood[data-store-pro].is-open .store-pro-state,.store-widget-pro--wood[data-store-pro].open .store-pro-state{background:linear-gradient(180deg,rgba(220,252,231,.18),rgba(255,255,255,.08))!important}.store-widget-pro--wood[data-store-pro].is-closed .store-pro-state,.store-widget-pro--wood[data-store-pro].closed .store-pro-state{background:linear-gradient(180deg,rgba(254,226,226,.16),rgba(255,255,255,.08))!important}.store-widget-pro--wood[data-store-pro],.store-widget-pro--wood[data-store-pro].is-open,.store-widget-pro--wood[data-store-pro].open,.store-widget-pro--wood[data-store-pro].is-closed,.store-widget-pro--wood[data-store-pro].closed{border:2px solid transparent;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,0.15) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(200,200,200,0.12) 1px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,0.08) 1px,transparent 1px),#0a0a0a!important;background-size:3px 3px,4px 4px,5px 5px,auto;background-blend-mode:screen}.store-widget-pro--wood[data-store-pro] .store-pro-state-wrap,.store-widget-pro--wood[data-store-pro].is-open .store-pro-state-wrap,.store-widget-pro--wood[data-store-pro].open .store-pro-state-wrap,.store-widget-pro--wood[data-store-pro].is-closed .store-pro-state-wrap,.store-widget-pro--wood[data-store-pro].closed .store-pro-state-wrap{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;gap:0!important;border-radius:12px!important;overflow:hidden!important}.store-widget-pro--wood[data-store-pro] .store-pro-state,.store-widget-pro--wood[data-store-pro] .store-pro-state-meta,.store-widget-pro--wood[data-store-pro] .store-pro-state-notice{width:100%!important;margin:0!important}.store-widget-pro--wood[data-store-pro] .store-pro-state{min-height:50px!important;border-radius:12px 12px 0 0!important;background:linear-gradient(180deg,#5cbf62 0%,#2f8f3a 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 14px rgba(0,0,0,.12)!important}.store-widget-pro--wood[data-store-pro] .store-pro-state::after{opacity:.18!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-meta,.store-widget-pro--wood[data-store-pro] .store-pro-state-notice{display:block!important;padding:7px 8px!important;background:linear-gradient(180deg,#2f8f3a 0%,#287832 100%)!important;color:#fff7ec!important;text-align:center!important;box-shadow:none!important;border-top:1px solid rgba(255,255,255,.08)!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-notice{border-radius:0 0 12px 12px!important;font-size:9.5px!important;line-height:1.2!important}.store-widget-pro--wood[data-store-pro] .store-pro-state-meta:empty,.store-widget-pro--wood[data-store-pro] .store-pro-state-notice.is-hidden{display:none!important}.store-widget-pro--wood[data-store-pro] .store-pro-state:not(:has(+.store-pro-state-meta:not(:empty))):not(:has(+.store-pro-state-meta+.store-pro-state-notice:not(.is-hidden))){border-radius:12px!important}.store-widget-pro--wood[data-store-pro].is-closed .store-pro-state,.store-widget-pro--wood[data-store-pro].closed .store-pro-state,.store-widget-pro--wood[data-store-pro] .store-pro-slide.is-closed .store-pro-state{background:linear-gradient(180deg,#dd5c54 0%,#b7331e 100%)!important}.store-widget-pro--wood[data-store-pro].is-closed .store-pro-state-meta,.store-widget-pro--wood[data-store-pro].closed .store-pro-state-meta,.store-widget-pro--wood[data-store-pro].is-closed .store-pro-state-notice,.store-widget-pro--wood[data-store-pro].closed .store-pro-state-notice,.store-widget-pro--wood[data-store-pro] .store-pro-slide.is-closed .store-pro-state-meta,.store-widget-pro--wood[data-store-pro] .store-pro-slide.is-closed .store-pro-state-notice{background:linear-gradient(180deg,#b7331e 0%,#982717 100%)!important}@media (min-width:768px){.store-widget-pro--wood[data-store-pro] .store-pro-state-wrap{min-width:94px!important}}.products-section-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:-4px -4px 10px;padding:10px 12px;border:2px solid rgba(255,122,24,.92);border-radius:20px;background:linear-gradient(180deg,#fffaf4 0%,#ffffff 100%);box-shadow:0 8px 20px rgba(255,122,24,.10),inset 0 1px 0 rgba(255,255,255,.88)}.home-slider-card>.products-section-header{margin-top:-8px}.products-section-header .widget-title{display:flex;align-items:center;gap:12px;margin:0;font-size:clamp(26px,2.2vw,38px);line-height:1.05;letter-spacing:-.03em;color:#172033}.products-section-header .widget-title::before{content:"";width:42px;height:42px;flex:0 0 42px;border-radius:14px;border:2px solid rgba(255,122,24,.38);background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.95) 0 24%,transparent 25%),linear-gradient(180deg,#fff4e8 0%,#ffe1c4 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 14px rgba(255,122,24,.14)}.products-section-header .widget-title::after{content:"";position:absolute;left:26px;top:20px;width:12px;height:9px;border:2px solid #ff7a18;border-bottom:0;border-radius:10px 10px 0 0;pointer-events:none}.products-section-header .widget-title{position:relative;padding-left:56px}.products-section-header .widget-title::before{position:absolute;left:0;top:50%;transform:translateY(-50%)}.products-pill-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border-radius:16px;border:1.5px solid rgba(255,122,24,.22);background:linear-gradient(180deg,#ffffff 0%,#fff5ea 100%);color:#18243f;font-weight:800;font-size:11px;line-height:1;box-shadow:0 10px 24px rgba(255,122,24,.10),inset 0 1px 0 rgba(255,255,255,.92);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.products-pill-link:hover,.products-pill-link:focus-visible{transform:translateY(-1px);border-color:rgba(255,122,24,.5);box-shadow:0 14px 28px rgba(255,122,24,.16),inset 0 1px 0 rgba(255,255,255,.96);color:#111827}.products-pill-link-new{background:linear-gradient(180deg,#ff8b2b 0%,#ff6a00 100%);border-color:#ff7a18;color:#fff;box-shadow:0 12px 26px rgba(255,106,0,.24),inset 0 1px 0 rgba(255,255,255,.18)}.products-pill-link-new:hover,.products-pill-link-new:focus-visible{color:#fff;border-color:#ff6a00;box-shadow:0 16px 34px rgba(255,106,0,.32),inset 0 1px 0 rgba(255,255,255,.2)}.products-pill-icon{width:18px;height:18px;position:relative;flex:0 0 18px}.products-pill-link-category .products-pill-icon::before,.products-pill-link-category .products-pill-icon::after,.products-pill-link-new .products-pill-icon::before,.products-pill-link-new .products-pill-icon::after{content:"";position:absolute}.products-pill-link-category .products-pill-icon::before{inset:0;border-radius:5px;background:linear-gradient(#ff7a18,#ff7a18) 0 0/6px 6px no-repeat,linear-gradient(#ff7a18,#ff7a18) 100% 0/6px 6px no-repeat,linear-gradient(#ff7a18,#ff7a18) 0 100%/6px 6px no-repeat,linear-gradient(#ff7a18,#ff7a18) 100% 100%/6px 6px no-repeat}.products-pill-link-new .products-pill-icon::before{left:8px;top:2px;width:2px;height:14px;border-radius:2px;background:currentColor}.products-pill-link-new .products-pill-icon::after{left:2px;top:8px;width:14px;height:2px;border-radius:2px;background:currentColor}@media (max-width:768px){.products-section-header{margin:0 0 8px;padding:9px 10px;border-radius:16px;gap:8px}.products-section-header .widget-title{font-size:18px;padding-left:44px}.products-section-header .widget-title::before{width:34px;height:34px;border-radius:12px}.products-section-header .widget-title::after{left:22px;top:17px;width:10px;height:7px}.products-pill-link{min-height:40px;padding:0 14px;border-radius:14px;font-size:10px}}.products-section-header{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:nowrap;width:auto;max-width:calc(100% - 10px);margin:2px 0 10px 0;padding:6px 8px 6px 8px;border:1.5px solid rgba(255,122,24,.88);border-radius:999px;background:linear-gradient(180deg,rgba(255,250,244,.98) 0%,rgba(255,255,255,.98) 100%);box-shadow:0 6px 18px rgba(255,122,24,.10),inset 0 1px 0 rgba(255,255,255,.92)}.home-slider-card>.products-section-header{margin-top:2px;margin-left:0}.products-section-header .widget-title{position:relative;display:inline-flex;align-items:center;margin:0;padding:0 0 0 30px;font-size:11px;line-height:1.1;letter-spacing:-.01em;font-weight:800;color:#1f2937;white-space:nowrap}.products-section-header .widget-title::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(45deg);width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(255,122,24,.95);background:linear-gradient(180deg,#fff7ef 0%,#ffe8d2 100%);box-shadow:0 3px 8px rgba(255,122,24,.14),inset 0 1px 0 rgba(255,255,255,.95)}.products-section-header .widget-title::after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:999px;background:#ff7a18;box-shadow:0 0 0 2px rgba(255,122,24,.14)}.products-pill-link{min-height:30px;padding:0 11px;border-radius:999px;font-size:10px;font-weight:800;gap:7px;box-shadow:0 5px 14px rgba(255,122,24,.10),inset 0 1px 0 rgba(255,255,255,.94)}.products-pill-link-category{background:linear-gradient(180deg,#fff3e6 0%,#ffe7d1 100%);border-color:rgba(255,122,24,.34);color:#b45309}.products-pill-link-category:hover,.products-pill-link-category:focus-visible{border-color:rgba(255,122,24,.56);color:#9a3412}.products-pill-icon{width:12px;height:12px;flex:0 0 12px}.products-pill-link-category .products-pill-icon::before,.products-pill-link-category .products-pill-icon::after{content:"";position:absolute}.products-pill-link-category .products-pill-icon::before{left:1px;top:1px;width:10px;height:10px;border:1.5px solid currentColor;border-radius:3px;transform:rotate(45deg);background:transparent}.products-pill-link-category .products-pill-icon::after{right:0;top:4px;width:4px;height:4px;border-radius:999px;background:currentColor}@media (max-width:768px){.products-section-header{max-width:100%;gap:8px;padding:5px 7px;margin:0 0 8px 0}.products-section-header .widget-title{font-size:10px;padding-left:26px}.products-section-header .widget-title::before{width:14px;height:14px}.products-section-header .widget-title::after{left:5px;width:3px;height:3px}.products-pill-link{min-height:28px;padding:0 10px;font-size:10px}}.products-section-header,.home-slider-card>.products-section-header,.home-slider-card .products-section-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:nowrap;width:100%;max-width:none;margin:0 0 14px 0;padding:12px 14px;box-sizing:border-box;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 60%,rgba(255,247,237,.98) 100%);box-shadow:0 14px 34px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden}.products-section-header::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(251,146,60,.16),transparent 34%),linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.38));pointer-events:none}.products-section-header .widget-title{position:relative;z-index:1;display:flex;align-items:center;min-width:0;margin:0;padding:0 0 0 38px;font-size:10px;line-height:1.15;letter-spacing:.02em;font-weight:700;text-transform:uppercase;color:#0f172a;white-space:normal}.products-section-header .widget-title::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:8px;border:1px solid rgba(251,146,60,.28);background:linear-gradient(135deg,#fff7ed 0%,#ffffff 100%);box-shadow:0 8px 18px rgba(251,146,60,.18)}.products-section-header .widget-title::after{content:"";position:absolute;left:7px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:3px;background:linear-gradient(135deg,#fb923c 0%,#f97316 100%);box-shadow:8px 0 0 -3px rgba(249,115,22,.24)}.products-pill-link,.products-pill-link-category,.products-pill-link-new{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;min-height:34px;padding:0 12px;border-radius:999px;font-size:10px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(251,146,60,.18);background:rgba(255,255,255,.76);color:#9a3412;box-shadow:0 8px 18px rgba(15,23,42,.05);backdrop-filter:blur(6px)}.products-pill-link:hover,.products-pill-link:focus-visible,.products-pill-link-category:hover,.products-pill-link-category:focus-visible,.products-pill-link-new:hover,.products-pill-link-new:focus-visible{transform:translateY(-1px);border-color:rgba(249,115,22,.34);background:#ffffff;color:#7c2d12;box-shadow:0 10px 22px rgba(15,23,42,.08)}.products-pill-icon{width:10px;height:10px;flex:0 0 10px;position:relative}.products-pill-link-category .products-pill-icon::before{content:"";position:absolute;inset:0;border:1.5px solid currentColor;border-radius:2px;transform:rotate(45deg)}.products-pill-link-category .products-pill-icon::after{content:"";position:absolute;left:3px;top:3px;width:4px;height:4px;border-radius:1px;background:currentColor}@media (max-width:768px){.products-section-header,.home-slider-card>.products-section-header,.home-slider-card .products-section-header{gap:10px;padding:10px 12px;margin:0 0 10px 0;border-radius:16px}.products-section-header .widget-title{padding-left:32px;font-size:10px}.products-section-header .widget-title::before{width:20px;height:20px;border-radius:7px}.products-section-header .widget-title::after{left:6px;width:8px;height:8px}.products-pill-link,.products-pill-link-category,.products-pill-link-new{min-height:30px;padding:0 10px;font-size:10px}}@media (min-width:1024px){.category-title,.slider-category-title,.widget-category-title{font-size:0.85em!important}}.product-title,.woocommerce-loop-product__title,.product h2{font-size:16px!important}.woocommerce-loop-product__title,.product-title,.product h2{font-size:16px!important;line-height:1.3!important;font-weight:500!important;margin-top:8px!important;margin-bottom:6px!important}.woocommerce-loop-product__title,.product-title,.product h2{font-size:18px!important;line-height:1.35!important;font-weight:500!important}.category-title,.slider-category-title,.widget-title{font-size:14px!important;font-weight:600!important}.category-header,.slider-header,.widget-header{padding-top:8px!important;padding-bottom:8px!important}.woocommerce-loop-product__title,.product-title,.product h2{font-size:20px!important;line-height:1.35!important;font-weight:600!important}ul.products li.product h2,ul.products li.product .woocommerce-loop-product__title,.products .product .product-title,.products .product h2{font-size:20px!important;line-height:1.35!important;font-weight:600!important}h3.marlee-product-title,.marlee-product-title,.marlee-product-body .marlee-product-title,.marlee-product-card .marlee-product-title,.marlee-product-title a{font-size:16px!important;line-height:1.35!important;font-weight:600!important}.marlee-product-title{min-height:4.2em!important}@media (min-width:1024px){h3.marlee-product-title,.marlee-product-title,.marlee-product-body .marlee-product-title,.marlee-product-card .marlee-product-title,.marlee-product-title a{font-size:18px!important;line-height:1.35!important}}@media (min-width:1024px){h3.marlee-product-title,.marlee-product-title,.marlee-product-body .marlee-product-title,.marlee-product-card .marlee-product-title,.marlee-product-title a{font-size:16px!important;line-height:1.35!important}}@media (min-width:1024px){h3.marlee-product-title,.marlee-product-title,.marlee-product-body .marlee-product-title,.marlee-product-card .marlee-product-title,.marlee-product-title a{font-size:14px!important;line-height:1.3!important}}.category-header,.slider-header,.widget-header,.marlee-widget-header,.marlee-section-header,.marlee-category-header,.marlee-slider-header{background:#efe4d8!important;background-image:none!important;border:1px solid rgba(177,122,73,0.12)!important;border-radius:18px!important;box-shadow:0 8px 22px rgba(83,49,24,0.06)!important;padding-top:10px!important;padding-bottom:10px!important}.category-title,.slider-category-title,.widget-title,.marlee-widget-header .widget-title,.marlee-section-header .widget-title,.marlee-category-title,.marlee-slider-title{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif!important;font-size:28px!important;line-height:1.05!important;letter-spacing:0.6px!important;font-weight:700!important;color:#1f2230!important;text-transform:uppercase!important}.category-header i,.slider-header i,.widget-header i,.marlee-widget-header i,.marlee-section-header i,.marlee-category-header i,.marlee-slider-header i,.category-header .icon,.slider-header .icon,.widget-header .icon,.marlee-widget-header .icon,.marlee-section-header .icon{color:#c97321!important;filter:saturate(1.15)}.category-header .view-category,.category-header .view-category-btn,.slider-header .view-category,.slider-header .view-category-btn,.widget-header .view-category,.widget-header .view-category-btn,.marlee-widget-header .view-category,.marlee-widget-header .view-category-btn,.marlee-section-header .view-category,.marlee-section-header .view-category-btn,a.view-category,a.view-category-btn{background:#fffaf5!important;color:#8a4c1d!important;border:1px solid rgba(185,117,61,0.18)!important;border-radius:999px!important;box-shadow:0 8px 18px rgba(182,117,61,0.12)!important;font-family:"Inter","Segoe UI",Arial,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:700!important;letter-spacing:0.7px!important;text-transform:uppercase!important;padding:12px 18px!important;transition:all .25s ease!important}.category-header .view-category:hover,.category-header .view-category-btn:hover,.slider-header .view-category:hover,.slider-header .view-category-btn:hover,.widget-header .view-category:hover,.widget-header .view-category-btn:hover,.marlee-widget-header .view-category:hover,.marlee-widget-header .view-category-btn:hover,.marlee-section-header .view-category:hover,.marlee-section-header .view-category-btn:hover,a.view-category:hover,a.view-category-btn:hover{transform:translateY(-1px)!important;box-shadow:0 12px 24px rgba(182,117,61,0.18)!important}.marlee-product-actions a,.marlee-product-actions button,.product-actions a,.product-actions button,ul.products li.product .button,ul.products li.product a.button,.products .product .button,.products .product a.button{border-radius:14px!important;box-shadow:0 10px 18px rgba(20,24,36,0.10)!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important}.marlee-product-actions a:hover,.marlee-product-actions button:hover,.product-actions a:hover,.product-actions button:hover,ul.products li.product .button:hover,ul.products li.product a.button:hover,.products .product .button:hover,.products .product a.button:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 14px 22px rgba(20,24,36,0.14)!important;filter:saturate(1.08)}.marlee-product-actions .icon,.marlee-product-actions i,.product-actions .icon,.product-actions i,.button i,a.button i{font-size:18px!important}.slick-prev,.slick-next,.owl-prev,.owl-next,.swiper-button-prev,.swiper-button-next{width:46px!important;height:46px!important;border-radius:50%!important;background:#ffffff!important;border:1px solid rgba(31,34,48,0.08)!important;box-shadow:0 12px 24px rgba(22,24,35,0.10)!important}.slick-prev:before,.slick-next:before,.owl-prev span,.owl-next span,.swiper-button-prev:after,.swiper-button-next:after{color:#1f2230!important;font-size:18px!important;font-weight:700!important}@media (min-width:1024px){.category-title,.slider-category-title,.widget-title,.marlee-widget-header .widget-title,.marlee-section-header .widget-title,.marlee-category-title,.marlee-slider-title{font-size:24px!important}}.products-section-header,.home-slider-card>.products-section-header,.home-slider-card .products-section-header{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;width:100%!important;max-width:none!important;margin:0 0 12px 0!important;padding:8px 14px!important;box-sizing:border-box!important;border:1px solid rgba(120,82,45,0.16)!important;border-radius:18px!important;background:#efe3d5!important;background-image:none!important;box-shadow:0 10px 28px rgba(64,37,16,0.08)!important;overflow:hidden!important}.products-section-header::before,.home-slider-card>.products-section-header::before,.home-slider-card .products-section-header::before{content:none!important;display:none!important;background:none!important}.products-section-header .widget-title,.home-slider-card>.products-section-header .widget-title,.home-slider-card .products-section-header .widget-title{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;min-width:0!important;margin:0!important;padding:0 0 0 30px!important;font-family:Georgia,"Times New Roman","Palatino Linotype",serif!important;font-size:16px!important;line-height:1.05!important;letter-spacing:0.04em!important;font-weight:700!important;text-transform:uppercase!important;color:#182033!important;white-space:normal!important}.products-section-header .widget-title::before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:16px!important;height:16px!important;border-radius:5px!important;background:#d7822d!important;border:1px solid rgba(255,255,255,0.55)!important;box-shadow:0 5px 12px rgba(164,94,30,0.18)!important}.products-section-header .widget-title::after{content:none!important;display:none!important}.products-pill-link,.products-pill-link-category,.products-pill-link-new,.products-section-header .pill-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:38px!important;padding:0 16px!important;border-radius:999px!important;border:1px solid rgba(138,82,39,0.16)!important;background:#fffaf5!important;background-image:none!important;color:#8b4f23!important;font-family:"Segoe UI",Arial,sans-serif!important;font-size:11px!important;line-height:1!important;font-weight:800!important;letter-spacing:0.08em!important;text-transform:uppercase!important;box-shadow:0 8px 18px rgba(111,68,34,0.10)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.products-pill-link:hover,.products-pill-link-category:hover,.products-pill-link-new:hover,.products-section-header .pill-link:hover{transform:translateY(-1px)!important;box-shadow:0 12px 22px rgba(111,68,34,0.14)!important;filter:saturate(1.04)!important}.products-pill-icon{width:16px!important;height:16px!important;position:relative!important;flex:0 0 16px!important}.products-pill-link-category .products-pill-icon::before{content:""!important;position:absolute!important;inset:2px!important;border:1.8px solid currentColor!important;transform:rotate(45deg)!important;border-radius:2px!important;background:transparent!important;box-shadow:none!important}.products-pill-link-category .products-pill-icon::after{content:""!important;position:absolute!important;left:6px!important;top:4px!important;width:2px!important;height:6px!important;border-radius:2px!important;background:currentColor!important}.marlee-scroll-btn{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:6!important;width:42px!important;height:42px!important;border:1px solid rgba(24,32,51,0.08)!important;border-radius:999px!important;background:rgba(255,255,255,0.98)!important;color:transparent!important;font-size:0!important;box-shadow:0 12px 24px rgba(24,32,51,0.10)!important;backdrop-filter:blur(6px)!important}.marlee-scroll-btn:hover{background:#ffffff!important;box-shadow:0 14px 28px rgba(24,32,51,0.14)!important}.marlee-scroll-btn::before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:10px!important;height:10px!important;border-top:2px solid #1f2937!important;border-right:2px solid #1f2937!important;transform-origin:center!important}.marlee-scroll-btn.prev::before{transform:translate(-35%,-50%) rotate(-135deg)!important}.marlee-scroll-btn.next::before{transform:translate(-65%,-50%) rotate(45deg)!important}.overlay-actions{gap:8px!important}.overlay-btn{min-height:34px!important;border-radius:12px!important;box-shadow:0 10px 20px rgba(15,23,42,0.12)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.overlay-btn:hover{transform:translateY(-1px)!important;box-shadow:0 14px 24px rgba(15,23,42,0.16)!important}.overlay-btn.primary{background:linear-gradient(180deg,#2ed56d 0%,#22c55e 100%)!important;color:#ffffff!important;border:1px solid rgba(16,185,129,0.12)!important}.overlay-btn.icon-cart{background:linear-gradient(180deg,#ff9b39 0%,#ff8a1f 100%)!important;color:#ffffff!important;border:0!important}.overlay-btn.icon-view{background:linear-gradient(180deg,#f5f8ff 0%,#eaf0ff 100%)!important;color:#2f5fd0!important;border:1px solid rgba(47,95,208,0.14)!important}.overlay-btn.icon{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;border-radius:14px!important}.product-cart-icon-svg,.quick-view-icon-svg{width:18px!important;height:18px!important;stroke-width:2.1!important}.wa-icon{font-size:13px!important;line-height:1!important}@media (max-width:768px){.products-section-header,.home-slider-card>.products-section-header,.home-slider-card .products-section-header{padding:7px 10px!important;gap:10px!important;border-radius:16px!important}.products-section-header .widget-title,.home-slider-card>.products-section-header .widget-title,.home-slider-card .products-section-header .widget-title{font-size:13px!important;padding-left:24px!important}.products-section-header .widget-title::before{width:13px!important;height:13px!important}.products-pill-link,.products-pill-link-category,.products-pill-link-new,.products-section-header .pill-link{min-height:32px!important;padding:0 12px!important;font-size:10px!important}.marlee-scroll-btn{width:36px!important;height:36px!important}.overlay-btn.icon{width:36px!important;min-width:36px!important;height:36px!important}}.products-section-header,.marlee-widget-header,.marlee-section-header,.widget-header,.category-header,.slider-header{background:#efe3d5!important;border:1px solid rgba(120,82,45,0.16)!important;border-radius:18px!important;padding:10px 14px!important;box-shadow:0 10px 28px rgba(64,37,16,0.08)!important}@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');.products-section-header .widget-title,.marlee-widget-header .widget-title,.marlee-section-header .widget-title,.widget-header .widget-title,.category-header .widget-title,.slider-header .widget-title{font-family:'Roboto',sans-serif!important;font-size:15px!important;font-weight:700!important;letter-spacing:0.04em!important;text-transform:uppercase!important;color:#1f2937!important}.products-pill-link,.products-pill-link-category,.products-pill-link-new,.products-section-header .pill-link,button,a.button{font-family:'Roboto',sans-serif!important;font-weight:600!important}.products-pill-link,.products-section-header .pill-link{border-radius:999px!important;background:#fffaf5!important;border:1px solid rgba(138,82,39,0.16)!important;box-shadow:0 8px 18px rgba(111,68,34,0.10)!important}.marlee-scroll-btn{background:#ffffff!important;border-radius:50%!important;box-shadow:0 12px 24px rgba(24,32,51,0.10)!important}@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');h1,h2,h3,h4,.widget-title,.elementor-heading-title,.marlee-widget-header .widget-title,.marlee-section-header .widget-title,.products-section-header .widget-title,.category-title,.slider-category-title{font-family:'Roboto',Arial,sans-serif!important;font-weight:700!important;letter-spacing:0.03em!important;color:#1f2937!important}.promotions-title,.promociones-title,.section-title,.widget h2,.widget h3{font-family:'Roboto',Arial,sans-serif!important;font-weight:700!important}h2,h3{font-size:18px!important;line-height:1.2!important}.products-section-header,.marlee-widget-header,.marlee-section-header,.widget-header,.category-header,.slider-header{padding:0!important}.products-section-header,.marlee-widget-header,.marlee-section-header,.widget-header,.category-header,.slider-header,.home-slider-card>.products-section-header,.home-slider-card .products-section-header{padding:5px 7px!important}.brands-slider,.marlee-brands-slider,.slider-brands,.brands-carousel{background:none!important;background-image:none!important}.brands-slider *,.marlee-brands-slider *,.slider-brands *,.brands-carousel *{background-image:none!important}.brands-slider,.marlee-brands-slider,.slider-brands,.brands-carousel,.brands-slider *{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.brands-slider .brand-item,.marlee-brands-slider .brand-item,.brands-carousel .brand-item{border:none!important;box-shadow:none!important;background:transparent!important}.brands-slider::before,.brands-slider::after,.marlee-brands-slider::before,.marlee-brands-slider::after,.slider-brands::before,.slider-brands::after,.brands-carousel::before,.brands-carousel::after,.brands-slider .brand-item::before,.brands-slider .brand-item::after,.marlee-brands-slider .brand-item::before,.marlee-brands-slider .brand-item::after,.brands-carousel .brand-item::before,.brands-carousel .brand-item::after{content:none!important;border:none!important;box-shadow:none!important;background:transparent!important}.home-brands-card .brand-track-slider .brand-item-pro,.home-brands-card [data-brand-track] .brand-item-pro{background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important}.home-brands-card .brand-track-slider .brand-item-pro::before,.home-brands-card .brand-track-slider .brand-item-pro::after,.home-brands-card [data-brand-track] .brand-item-pro::before,.home-brands-card [data-brand-track] .brand-item-pro::after{content:none!important;display:none!important;background:none!important}.home-brands-card .brand-track-slider .brand-logo-shell,.home-brands-card [data-brand-track] .brand-logo-shell{background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important}.home-brands-card .brand-track-slider .brand-item-pro:hover,.home-brands-card .brand-track-slider .brand-item-pro:focus,.home-brands-card .brand-track-slider .brand-item-pro:active,.home-brands-card [data-brand-track] .brand-item-pro:hover,.home-brands-card [data-brand-track] .brand-item-pro:focus,.home-brands-card [data-brand-track] .brand-item-pro:active{background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important}.home-brands-card .brand-track-slider .brand-item-pro:hover .brand-logo-shell,.home-brands-card .brand-track-slider .brand-item-pro:focus .brand-logo-shell,.home-brands-card [data-brand-track] .brand-item-pro:hover .brand-logo-shell,.home-brands-card [data-brand-track] .brand-item-pro:focus .brand-logo-shell{background:transparent!important;border:0!important;box-shadow:none!important}.home-brands-card .brand-track-slider .brand-item-pro img,.home-brands-card [data-brand-track] .brand-item-pro img{background:transparent!important;border:0!important;box-shadow:none!important}@media (min-width:769px){#marlee-quickview .marlee-quickview-actions{align-items:center;gap:10px;flex-wrap:nowrap}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp{flex:0 1 220px;width:auto;min-width:220px;max-width:220px;padding:0 18px!important}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp .wa-mobile-text{display:inline!important;font-size:14px!important;font-weight:800;line-height:1}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp .wa-label{gap:8px}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;width:auto;min-width:126px;height:48px;padding:0 16px!important;border-radius:14px}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn .product-cart-text{display:inline!important;font-size:13px!important;font-weight:800;line-height:1;white-space:nowrap}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn .product-cart-icon-svg{width:17px;height:17px}}@media (min-width:769px){#marlee-quickview .marlee-quickview-actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp{flex:0 0 210px!important;width:210px!important;min-width:210px!important;max-width:210px!important;height:48px!important;padding:0 18px!important;border-radius:14px!important}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp .wa-label{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;white-space:nowrap}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp .wa-icon{display:inline-flex!important;align-items:center;justify-content:center;width:16px;min-width:16px;font-size:14px!important;line-height:1;overflow:hidden}#marlee-quickview .marlee-quickview-actions .overlay-btn.primary.overlay-btn-whatsapp .wa-mobile-text{display:inline-block!important;font-size:18px!important;font-weight:800!important;line-height:1;white-space:nowrap}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn.overlay-btn.icon{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;flex:0 0 130px!important;width:130px!important;min-width:130px!important;max-width:130px!important;height:48px!important;padding:0 14px!important;border-radius:14px!important;overflow:hidden;white-space:nowrap}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn .product-cart-icon{display:inline-flex!important;align-items:center;justify-content:center;width:16px;min-width:16px}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn .product-cart-icon-svg{width:16px!important;height:16px!important;flex:0 0 16px}#marlee-quickview .marlee-quickview-actions .marlee-product-cart-btn .product-cart-text{display:inline-block!important;font-size:16px!important;font-weight:800!important;line-height:1;white-space:nowrap}#marlee-quickview .marlee-quickview-actions .overlay-btn.icon.icon-view{flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;padding:0!important}}.marlee-cart-qty-input{width:84px;min-height:42px;padding:8px 10px;border:1px solid #d9dbe7;border-radius:12px;font-size:16px;font-weight:700;text-align:center;background:#fff}.marlee-cart-actions-cell{text-align:right;padding-top:16px}.marlee-cart-update-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:0;border-radius:999px;background:#1f2937;color:#fff;font-weight:700;cursor:pointer}@media (max-width:767px){.marlee-cart-actions-cell{text-align:center}}.marlee-product-archive-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.marlee-product-archive-sidebar{min-width:0}.marlee-product-archive-sidebar .widget-card{margin-bottom:20px}.marlee-product-archive-sidebar .widget-card:last-child{margin-bottom:0}@media (min-width:1100px){.marlee-product-archive-layout.has-sidebar{grid-template-columns:300px minmax(0,1fr)}.marlee-product-archive-sidebar{position:sticky;top:24px}}@media (max-width:1099px){.marlee-product-archive-layout.has-sidebar{grid-template-columns:minmax(0,1fr)}.marlee-product-archive{order:1}.marlee-product-archive-sidebar{order:2;position:relative;top:auto}}.marlee-category-sidebar,.category-sidebar,.sidebar-categoria{right:0;left:auto;float:right;order:2}.products-grid,.category-products,.catalog-products{order:1}.category-layout,.catalog-layout,.products-layout,.collection-layout,[class*='category'][class*='wrapper']{display:flex;flex-direction:row-reverse}body:has([href*="marlee_product_search=1"]),body.search-preview,body.marlee-product-search,body[class*="search"]{}@media (min-width:992px){.search-preview .marlee-category-sidebar,.search-preview .category-sidebar,.search-preview .sidebar-categoria,body.marlee-product-search .marlee-category-sidebar,body.marlee-product-search .category-sidebar,body.marlee-product-search .sidebar-categoria,body[class*="search"] .marlee-category-sidebar,body[class*="search"] .category-sidebar,body[class*="search"] .sidebar-categoria{right:0;left:auto;float:right;order:2}.search-preview .category-layout,.search-preview .catalog-layout,.search-preview .products-layout,.search-preview .collection-layout,body.marlee-product-search .category-layout,body.marlee-product-search .catalog-layout,body.marlee-product-search .products-layout,body.marlee-product-search .collection-layout,body[class*="search"] .category-layout,body[class*="search"] .catalog-layout,body[class*="search"] .products-layout,body[class*="search"] .collection-layout,body[class*="search"] [class*="category"][class*="wrapper"]{display:flex;flex-direction:row-reverse}.search-preview .products-grid,.search-preview .category-products,.search-preview .catalog-products,.search-preview .marlee-products-grid,body.marlee-product-search .products-grid,body.marlee-product-search .category-products,body.marlee-product-search .catalog-products,body.marlee-product-search .marlee-products-grid,body[class*="search"] .products-grid,body[class*="search"] .category-products,body[class*="search"] .catalog-products,body[class*="search"] .marlee-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px}.search-preview .products-grid>*,.search-preview .category-products>*,.search-preview .catalog-products>*,.search-preview .marlee-products-grid>*,body.marlee-product-search .products-grid>*,body.marlee-product-search .category-products>*,body.marlee-product-search .catalog-products>*,body.marlee-product-search .marlee-products-grid>*,body[class*="search"] .products-grid>*,body[class*="search"] .category-products>*,body[class*="search"] .catalog-products>*,body[class*="search"] .marlee-products-grid>*{width:100%!important;max-width:100%!important;flex:0 0 100%!important}}@media (max-width:991px){.search-preview .products-grid,.search-preview .category-products,.search-preview .catalog-products,.search-preview .marlee-products-grid,body.marlee-product-search .products-grid,body.marlee-product-search .category-products,body.marlee-product-search .catalog-products,body.marlee-product-search .marlee-products-grid,body[class*="search"] .products-grid,body[class*="search"] .category-products,body[class*="search"] .catalog-products,body[class*="search"] .marlee-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1100px){.marlee-product-archive-layout.has-sidebar,.marlee-search-layout.has-sidebar{grid-template-columns:minmax(0,1fr) 300px!important}.marlee-product-archive-sidebar,.marlee-search-sidebar{order:2;position:sticky;top:24px}.marlee-product-archive,.marlee-search-page{order:1;min-width:0}.marlee-search-page .product-grid.cols-4,.marlee-search-layout .product-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:1099px){.marlee-search-layout.has-sidebar{grid-template-columns:minmax(0,1fr)!important}.marlee-search-sidebar{order:-1}}@media (min-width:1100px){.marlee-search-layout.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px;align-items:start}.marlee-search-general-sidebar,.marlee-search-sidebar{grid-column:2;width:100%}.marlee-search-general-sidebar{order:2;margin-bottom:18px}.marlee-search-sidebar{order:3}.marlee-search-page{grid-column:1;grid-row:1 / span 2;order:1;min-width:0}}@media (max-width:1099px){.marlee-search-general-sidebar,.marlee-search-sidebar{width:100%}}@media (min-width:1100px){.marlee-search-layout.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px;align-items:start}.marlee-search-page{grid-column:1;order:1;min-width:0}.marlee-search-sidebar{grid-column:2;order:2;position:sticky;top:24px;align-self:start}.marlee-search-sidebar .marlee-search-general-sidebar-inner{margin-top:18px}.marlee-search-page .product-grid.cols-4,.marlee-search-layout .product-grid.cols-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px}}@media (max-width:1099px){.marlee-search-layout.has-sidebar{grid-template-columns:minmax(0,1fr)!important}.marlee-search-sidebar{order:-1;position:static}}@media (min-width:1100px){.marlee-search-layout.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px;align-items:start}.marlee-search-page{grid-column:1;order:1;min-width:0}.marlee-search-sidebar{grid-column:2;order:2;position:sticky;top:24px;align-self:start;width:100%}.marlee-search-sidebar .widget-card{margin-bottom:18px}.marlee-search-page .product-grid.cols-4,.marlee-search-layout .product-grid.cols-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px}}@media (max-width:1099px){.marlee-search-layout.has-sidebar{grid-template-columns:minmax(0,1fr)!important}.marlee-search-sidebar{order:-1;position:static}}@media (min-width:1100px){.marlee-search-layout.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px;align-items:start}.marlee-search-page{grid-column:1;min-width:0}.marlee-search-sidebar{grid-column:2;display:block!important;width:100%;min-width:0;align-self:start;position:sticky;top:24px}}@media (max-width:1099px){.marlee-search-sidebar{display:block!important;width:100%;position:static;margin-bottom:16px}}@media (min-width:1100px){.marlee-search-layout-alt.has-sidebar,.marlee-search-layout.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px;align-items:start}.marlee-search-layout-alt .marlee-search-page,.marlee-search-layout .marlee-search-page{grid-column:1;min-width:0}.marlee-search-layout-alt .marlee-search-sidebar,.marlee-search-layout .marlee-search-sidebar{grid-column:2;display:block!important;width:100%;min-width:0;align-self:start;position:sticky;top:24px}.marlee-search-layout-alt .product-grid.cols-4,.marlee-search-layout .product-grid.cols-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px}}@media (max-width:1099px){.marlee-search-layout-alt .marlee-search-sidebar,.marlee-search-layout .marlee-search-sidebar{display:block!important;width:100%;position:static;margin-bottom:16px}}@media (min-width:1100px){.marlee-search-layout-alt,.marlee-search-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px;align-items:start}.marlee-search-layout-alt .marlee-search-page,.marlee-search-layout .marlee-search-page{grid-column:1;min-width:0}.marlee-search-layout-alt .marlee-search-sidebar,.marlee-search-layout .marlee-search-sidebar{grid-column:2;display:block!important;width:100%;min-width:0;align-self:start;position:sticky;top:24px}.marlee-search-layout-alt .product-grid.cols-4,.marlee-search-layout .product-grid.cols-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px}}@media (max-width:1099px){.marlee-search-layout-alt,.marlee-search-layout{grid-template-columns:minmax(0,1fr)!important}.marlee-search-layout-alt .marlee-search-sidebar,.marlee-search-layout .marlee-search-sidebar{display:block!important;width:100%;position:static;margin-bottom:16px;order:-1}}.marlee-search-sidebar-empty p{margin:0}.marlee-promo-slider,.marlee-promotions-slider,.marlee-products-slider,.product-slider,[class*="promo-slider"],[class*="promoc"][class*="slider"],[data-slider-type="promo"]{position:relative}.marlee-promo-slider .marlee-scroll-btn,.marlee-promotions-slider .marlee-scroll-btn,.marlee-products-slider .marlee-scroll-btn,.product-slider .marlee-scroll-btn,[class*="promo-slider"] .marlee-scroll-btn,[class*="promoc"][class*="slider"] .marlee-scroll-btn,[data-slider-type="promo"] .marlee-scroll-btn{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,background-color .22s ease,box-shadow .22s ease;top:38%;transform:translateY(-50%) translateY(10px);width:42px;height:42px;border-radius:999px;background:rgba(37,99,235,0.78);box-shadow:0 8px 22px rgba(0,0,0,.14);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.marlee-promo-slider:hover .marlee-scroll-btn,.marlee-promo-slider:focus-within .marlee-scroll-btn,.marlee-promotions-slider:hover .marlee-scroll-btn,.marlee-promotions-slider:focus-within .marlee-scroll-btn,.marlee-products-slider:hover .marlee-scroll-btn,.marlee-products-slider:focus-within .marlee-scroll-btn,.product-slider:hover .marlee-scroll-btn,.product-slider:focus-within .marlee-scroll-btn,[class*="promo-slider"]:hover .marlee-scroll-btn,[class*="promo-slider"]:focus-within .marlee-scroll-btn,[class*="promoc"][class*="slider"]:hover .marlee-scroll-btn,[class*="promoc"][class*="slider"]:focus-within .marlee-scroll-btn,[data-slider-type="promo"]:hover .marlee-scroll-btn,[data-slider-type="promo"]:focus-within .marlee-scroll-btn{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) translateY(0)}.marlee-promo-slider .marlee-scroll-btn:hover,.marlee-promotions-slider .marlee-scroll-btn:hover,.marlee-products-slider .marlee-scroll-btn:hover,.product-slider .marlee-scroll-btn:hover,[class*="promo-slider"] .marlee-scroll-btn:hover,[class*="promoc"][class*="slider"] .marlee-scroll-btn:hover,[data-slider-type="promo"] .marlee-scroll-btn:hover{background:rgba(37,99,235,0.9)}.marlee-promo-slider .marlee-scroll-btn.prev,.marlee-promotions-slider .marlee-scroll-btn.prev,.marlee-products-slider .marlee-scroll-btn.prev,.product-slider .marlee-scroll-btn.prev,[class*="promo-slider"] .marlee-scroll-btn.prev,[class*="promoc"][class*="slider"] .marlee-scroll-btn.prev,[data-slider-type="promo"] .marlee-scroll-btn.prev{left:8px}.marlee-promo-slider .marlee-scroll-btn.next,.marlee-promotions-slider .marlee-scroll-btn.next,.marlee-products-slider .marlee-scroll-btn.next,.product-slider .marlee-scroll-btn.next,[class*="promo-slider"] .marlee-scroll-btn.next,[class*="promoc"][class*="slider"] .marlee-scroll-btn.next,[data-slider-type="promo"] .marlee-scroll-btn.next{right:8px}@media (max-width:767px){.marlee-promo-slider .marlee-scroll-btn,.marlee-promotions-slider .marlee-scroll-btn,.marlee-products-slider .marlee-scroll-btn,.product-slider .marlee-scroll-btn,[class*="promo-slider"] .marlee-scroll-btn,[class*="promoc"][class*="slider"] .marlee-scroll-btn,[data-slider-type="promo"] .marlee-scroll-btn{top:42%;width:38px;height:38px}}\n section.widget-card.marlee_whatsapp_product_widget,section.widget-card.widget_marlee_whatsapp_product_widget,.widget-card.marlee_whatsapp_product_widget,.widget-card.widget_marlee_whatsapp_product_widget{display:block!important;position:relative!important;clear:both!important;overflow:hidden!important;margin:0 0 24px!important;padding:10px!important;background:var(--marlee-card)!important;border-radius:var(--marlee-radius)!important;box-shadow:var(--marlee-shadow)!important}.widget-area>section.widget-card.marlee_whatsapp_product_widget,.widget-area>section.widget-card.widget_marlee_whatsapp_product_widget,.widget-area>.widget-card.marlee_whatsapp_product_widget,.widget-area>.widget-card.widget_marlee_whatsapp_product_widget,.home-sidebar>section.widget-card.marlee_whatsapp_product_widget,.home-sidebar>section.widget-card.widget_marlee_whatsapp_product_widget,.home-sidebar>.widget-card.marlee_whatsapp_product_widget,.home-sidebar>.widget-card.widget_marlee_whatsapp_product_widget{margin-bottom:14px!important}.marlee-pro-product-widget-shell{display:contents!important}.marlee-pro-product-widget-card{position:relative;isolation:isolate;overflow:hidden;width:100%;max-width:100%;margin:0!important;border-radius:18px;padding:8px;border:0;box-shadow:none;color:#101828;background-repeat:no-repeat;background-size:cover;background-position:center}.marlee-pro-product-widget-card::before{content:"";position:absolute;inset:0;background:none;pointer-events:none;z-index:0}.marlee-pro-product-widget-card::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);pointer-events:none;z-index:0}.marlee-pro-product-widget-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.marlee-pro-product-widget-title{display:block;width:100%;margin:0;padding:9px 10px;border-radius:14px;background:linear-gradient(180deg,rgba(7,29,72,.98) 0%,rgba(20,58,126,.94) 100%);font-size:clamp(20px,2.1vw,30px);line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.35px;color:#f4c842;text-shadow:-1px -1px 0 #04142e,1px -1px 0 #04142e,-1px 1px 0 #04142e,1px 1px 0 #04142e,0 2px 0 #04142e}.marlee-pro-product-widget-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px;width:100%;max-width:100%;padding:8px 10px;border-radius:14px;background:rgba(255,255,255,.90);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.marlee-pro-product-widget-badges span{font-size:12.5px;line-height:1.05;font-weight:800;color:#1f2937}.marlee-pro-product-widget-image{width:100%;display:flex;justify-content:center;align-items:center}.marlee-pro-product-widget-image img{max-width:min(100%,210px);width:auto;height:auto;display:block;filter:drop-shadow(0 12px 20px rgba(0,0,0,.20))}.marlee-pro-product-widget-description{width:100%;max-width:100%;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-size:13px;line-height:1.3;color:#0f172a;font-weight:700}.marlee-pro-product-widget-description p{margin:0}.marlee-pro-product-widget-button{display:inline-flex;justify-content:center;align-items:center;width:100%;min-width:0;padding:13px 14px;border-radius:999px;background:linear-gradient(180deg,#ffbf00 0%,#f6d400 100%);color:#101010!important;text-decoration:none!important;font-size:17px;line-height:1;font-weight:900;text-transform:uppercase;box-shadow:0 10px 20px rgba(255,191,0,.24);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.marlee-pro-product-widget-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(255,191,0,.30);filter:saturate(1.03)}@media (max-width:767px){.marlee-pro-product-widget-card{padding:6px;border-radius:16px}.marlee-pro-product-widget-inner{gap:7px}.marlee-pro-product-widget-title{font-size:clamp(18px,7vw,24px);padding:8px 8px;border-radius:12px}.marlee-pro-product-widget-badges{gap:4px 8px;padding:7px 8px}.marlee-pro-product-widget-badges span{font-size:11.5px}.marlee-pro-product-widget-image img{max-width:min(100%,185px)}.marlee-pro-product-widget-description{font-size:12px;padding:7px 8px}.marlee-pro-product-widget-button{font-size:16px;padding:12px 14px}}.home-sidebar>section.widget-card.marlee_whatsapp_product_widget,.home-sidebar>section.widget-card.widget_marlee_whatsapp_product_widget,.home-sidebar>.widget-card.marlee_whatsapp_product_widget,.home-sidebar>.widget-card.widget_marlee_whatsapp_product_widget,.widget-area>section.widget-card.marlee_whatsapp_product_widget,.widget-area>section.widget-card.widget_marlee_whatsapp_product_widget,.widget-area>.widget-card.marlee_whatsapp_product_widget,.widget-area>.widget-card.widget_marlee_whatsapp_product_widget{margin-top:12px!important;background:#ffffff!important;box-shadow:0 16px 36px rgba(15,23,42,.12)!important;outline:1px solid rgba(15,23,42,.05);position:relative!important}.home-sidebar>section.widget-card.marlee_whatsapp_product_widget::after,.home-sidebar>section.widget-card.widget_marlee_whatsapp_product_widget::after,.home-sidebar>.widget-card.marlee_whatsapp_product_widget::after,.home-sidebar>.widget-card.widget_marlee_whatsapp_product_widget::after,.widget-area>section.widget-card.marlee_whatsapp_product_widget::after,.widget-area>section.widget-card.widget_marlee_whatsapp_product_widget::after,.widget-area>.widget-card.marlee_whatsapp_product_widget::after,.widget-area>.widget-card.widget_marlee_whatsapp_product_widget::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.85);pointer-events:none}.home-sidebar>section.widget-card.marlee_whatsapp_product_widget .marlee-pro-product-widget-card,.home-sidebar>section.widget-card.widget_marlee_whatsapp_product_widget .marlee-pro-product-widget-card,.home-sidebar>.widget-card.marlee_whatsapp_product_widget .marlee-pro-product-widget-card,.home-sidebar>.widget-card.widget_marlee_whatsapp_product_widget .marlee-pro-product-widget-card{margin-top:4px!important}.home-sidebar>section.widget-card.marlee_whatsapp_product_widget:first-child,.home-sidebar>section.widget-card.widget_marlee_whatsapp_product_widget:first-child,.home-sidebar>.widget-card.marlee_whatsapp_product_widget:first-child,.home-sidebar>.widget-card.widget_marlee_whatsapp_product_widget:first-child{margin-top:0!important}.widget-area>section.widget-card.marlee_whatsapp_product_widget,.widget-area>section.widget-card.widget_marlee_whatsapp_product_widget,.widget-area>.widget-card.marlee_whatsapp_product_widget,.widget-area>.widget-card.widget_marlee_whatsapp_product_widget,.home-sidebar>section.widget-card.marlee_whatsapp_product_widget,.home-sidebar>section.widget-card.widget_marlee_whatsapp_product_widget,.home-sidebar>.widget-card.marlee_whatsapp_product_widget,.home-sidebar>.widget-card.widget_marlee_whatsapp_product_widget{margin-top:10px!important;margin-bottom:14px!important}.marlee-pro-product-widget-card{padding-top:4px!important}.marlee-pro-product-widget-title{color:#FFC107!important;text-shadow:0 2px 4px rgba(0,0,0,0.6),0 0 2px rgba(0,0,0,0.8)!important}.marlee-pro-product-widget-card{padding-bottom:4px!important}.marlee-pro-product-widget-inner{gap:6px!important}.marlee-pro-product-widget-button{margin-bottom:4px!important}.marlee-pro-product-widget-image img{transition:transform .35s ease,filter .35s ease;transform-origin:center center}.marlee-pro-product-widget-card:hover .marlee-pro-product-widget-image img{transform:scale(1.04) translateY(-4px);filter:drop-shadow(0 16px 26px rgba(0,0,0,.24))}.marlee-pro-product-widget-button{position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.marlee-pro-product-widget-button::before{content:"";position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 50%,rgba(255,255,255,0) 100%);transform:skewX(-20deg);transition:left .55s ease}.marlee-pro-product-widget-card:hover .marlee-pro-product-widget-button::before{left:130%}.marlee-pro-product-widget-card:hover .marlee-pro-product-widget-button{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 28px rgba(255,191,0,.34);filter:saturate(1.05)}@media (max-width:767px){.marlee-pro-product-widget-card:hover .marlee-pro-product-widget-image img{transform:scale(1.02) translateY(-2px)}}.marlee-product-image-wrap,.marlee-product-image-link{position:relative}.marlee-product-image-link{display:block;width:100%;height:100%}.marlee-product-watermark{position:absolute!important;top:50%!important;left:50%!important;width:20%!important;height:auto!important;max-width:20%!important;min-width:32px;transform:translate(-50%,-50%)!important;object-fit:contain!important;pointer-events:none;user-select:none;z-index:4;opacity:1;transition:none!important}.marlee-product-card:hover .marlee-product-watermark{transform:translate(-50%,-50%)!important}.search-results-more{position:sticky;bottom:0;display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:14px 18px;background:linear-gradient(180deg,rgba(255,255,255,.94),#fff 35%);color:#fff;font-weight:800;text-decoration:none;border-top:1px solid var(--marlee-border)}.search-results-more::before{content:"";position:absolute;inset:8px 16px;border-radius:999px;background:linear-gradient(135deg,var(--marlee-blue,#2563eb),#0f172a);box-shadow:0 8px 20px rgba(37,99,235,.25);z-index:-1}.search-results-more{z-index:2}.search-results-more:hover{color:#fff;transform:translateY(-1px)}.search-results-loader{padding:10px 16px;text-align:center;font-size:13px;color:#64748b;background:#fff}.search-results.is-loading-more .search-results-loader::after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-2px;animation:marleeSearchSpin .7s linear infinite}@keyframes marleeSearchSpin{to{transform:rotate(360deg)}}.marlee-search input{transition:opacity .22s ease,transform .22s ease}.marlee-search input::placeholder{color:#6b7280;opacity:1}.marlee-search input.is-placeholder-changing{opacity:.55;transform:translateY(-1px)}.marlee-infinite-status.has-final-whatsapp-message{margin:28px auto;max-width:920px;padding:0;background:transparent;border:0}.marlee-final-whatsapp-message{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:18px;padding:18px;border-radius:24px;background:linear-gradient(135deg,#fff7ed,#ffffff 50%,#ecfdf5);border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 40px rgba(15,23,42,.14);overflow:hidden}.marlee-final-whatsapp-image img{width:150px;height:150px;object-fit:cover;border-radius:20px;box-shadow:0 10px 24px rgba(15,23,42,.18)}.marlee-final-whatsapp-content{display:flex;flex-direction:column;gap:9px;text-align:left}.marlee-final-whatsapp-content strong{color:#0f172a;font-size:clamp(18px,2.2vw,26px);line-height:1.15;letter-spacing:.2px}.marlee-final-whatsapp-content span{color:#475569;font-size:16px;line-height:1.35}.marlee-final-whatsapp-content a{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:4px;padding:11px 18px;border-radius:999px;background:#16a34a;color:#fff;font-weight:800;text-decoration:none;box-shadow:0 10px 22px rgba(22,163,74,.26)}.marlee-final-whatsapp-content a:hover{color:#fff;transform:translateY(-1px)}@media (max-width:640px){.marlee-final-whatsapp-message{grid-template-columns:1fr;text-align:center;padding:16px}.marlee-final-whatsapp-image img{width:120px;height:120px;margin:0 auto}.marlee-final-whatsapp-content{text-align:center;align-items:center}}.store-widget-pro--wood[data-store-pro] .store-pro-card{background:linear-gradient(82deg,rgb(63 36 18),rgba(42,23,10,.28))!important;border:3px dotted #e50000;animation:borderPulseRed 1.5s infinite}.store-widget-pro--wood[data-store-pro].is-open .store-pro-card{border-color:#16a34a;animation:borderPulseGreen 1.5s infinite}@keyframes borderPulseRed{0%{border-color:#e50000}50%{border-color:#ff4d4d}100%{border-color:#e50000}}@keyframes borderPulseGreen{0%{border-color:#16a34a}50%{border-color:#4ade80}100%{border-color:#16a34a}}.store-widget-pro--wood[data-store-pro] .store-pro-toggle{border:2px solid #e50000;animation:btnPulseRed 1.5s infinite}.store-widget-pro--wood[data-store-pro].is-open .store-pro-toggle{border-color:#16a34a;animation:btnPulseGreen 1.5s infinite}@keyframes btnPulseRed{0%{box-shadow:0 0 0 0 rgba(229,0,0,.7)}70%{box-shadow:0 0 0 10px rgba(229,0,0,0)}100%{box-shadow:0 0 0 0 rgba(229,0,0,0)}}@keyframes btnPulseGreen{0%{box-shadow:0 0 0 0 rgba(22,163,74,.7)}70%{box-shadow:0 0 0 10px rgba(22,163,74,0)}100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}}.store-widget-pro--wood[data-store-pro] .store-pro-toggle{position:relative;overflow:visible;background:linear-gradient(135deg,#7f1d1d,#e50000)!important;color:#fff!important;border:2px solid #e50000!important;animation:btnPulseRed 1.5s infinite}.store-widget-pro--wood[data-store-pro] .store-pro-toggle::before{content:"";width:11px;height:11px;margin-right:8px;display:inline-block;border-radius:50%;background:#ff2d2d;box-shadow:0 0 0 rgba(229,0,0,.7);animation:storeDotRed 1.2s infinite;vertical-align:middle}.store-widget-pro--wood[data-store-pro].is-open .store-pro-toggle{background:linear-gradient(135deg,#14532d,#16a34a)!important;border-color:#16a34a!important;animation:btnPulseGreen 1.5s infinite}.store-widget-pro--wood[data-store-pro].is-open .store-pro-toggle::before{background:#22c55e;animation:storeDotGreen 1.2s infinite}@keyframes storeDotRed{0%{box-shadow:0 0 0 0 rgba(229,0,0,.75)}70%{box-shadow:0 0 0 8px rgba(229,0,0,0)}100%{box-shadow:0 0 0 0 rgba(229,0,0,0)}}@keyframes storeDotGreen{0%{box-shadow:0 0 0 0 rgba(22,163,74,.75)}70%{box-shadow:0 0 0 8px rgba(22,163,74,0)}100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}}.widget-card.marlee_whatsapp_product_widget{overflow:hidden}.widget-card.marlee_whatsapp_product_widget img{position:relative;z-index:1}.marlee-product-thumb,.marlee-product-image-wrap{isolation:isolate}.marlee-product-color-swatch{cursor:zoom-in;transition:width .28s ease,height .28s ease,top .28s ease,right .28s ease,border-radius .28s ease,opacity .22s ease,box-shadow .28s ease,transform .28s ease;transform-origin:top right}.marlee-product-color-swatch::after{content:attr(title);position:absolute;left:50%;bottom:10px;transform:translateX(-50%);max-width:calc(100% - 24px);padding:7px 12px;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease .12s;text-transform:capitalize;z-index:2}.marlee-product-thumb .marlee-product-color-swatch:hover,.marlee-product-thumb .marlee-product-color-swatch:focus-visible{top:0;right:0;width:100%;height:100%;border-radius:0;border:0;opacity:.94;box-shadow:inset 0 0 0 3px rgba(255,255,255,.82),0 18px 35px rgba(15,23,42,.25);z-index:8}.marlee-product-image-wrap .marlee-product-color-swatch:hover,.marlee-product-image-wrap .marlee-product-color-swatch:focus-visible{top:0;right:0;width:100%;height:100%;border-radius:0;border:0;opacity:.94;box-shadow:inset 0 0 0 3px rgba(255,255,255,.82),0 18px 35px rgba(15,23,42,.25);z-index:8}.marlee-product-color-swatch:hover::after,.marlee-product-color-swatch:focus-visible::after{opacity:1}.search-result-thumb .marlee-product-color-swatch:hover,.search-result-thumb .marlee-product-color-swatch:focus-visible,.mini-cart-thumb .marlee-product-color-swatch:hover,.mini-cart-thumb .marlee-product-color-swatch:focus-visible,.cart-quote-table .marlee-product-color-swatch:hover,.cart-quote-table .marlee-product-color-swatch:focus-visible{width:42px;height:42px;border-radius:10px;opacity:.96}@media (max-width:768px){.marlee-product-thumb .marlee-product-color-swatch:hover,.marlee-product-thumb .marlee-product-color-swatch:focus-visible,.marlee-product-image-wrap .marlee-product-color-swatch:hover,.marlee-product-image-wrap .marlee-product-color-swatch:focus-visible{width:100%;height:100%}}.marlee-promo-track{display:flex!important;transform:translateX(0);transition:transform .45s ease;width:100%}.marlee-promo-slide{flex:0 0 100%!important;min-width:100%!important;max-width:100%!important}.marlee-promo-slider .marlee-product-card{pointer-events:auto}.marlee-scroll-shell,.product-scroll-shell,.marlee-product-slider{overflow:visible}.marlee-product-slider .marlee-product-card{position:relative;z-index:5}.marlee-product-slider .marlee-product-card:not(.is-clone),.marlee-product-slider .marlee-product-card:not(.is-clone) *{pointer-events:auto!important}.marlee-product-slider .is-clone,.marlee-product-slider .is-clone *{pointer-events:none!important}.marlee-product-slider a,.marlee-product-slider button,.marlee-product-slider .overlay-actions,.marlee-product-slider .overlay-btn{position:relative;z-index:80!important;pointer-events:auto!important}.widget-card.marlee_whatsapp_product_widget,.marlee_whatsapp_product_widget,.marlee-widget-pro,.marlee-widget-pro-widget,.marlee-pro-whatsapp-widget,.marlee-pro-animated-widget{animation:none!important;transform:none!important;filter:none!important;isolation:auto!important}.widget-card.marlee_whatsapp_product_widget::before,.widget-card.marlee_whatsapp_product_widget::after,.marlee_whatsapp_product_widget::before,.marlee_whatsapp_product_widget::after,.marlee-widget-pro::before,.marlee-widget-pro::after,.marlee-widget-pro-widget::before,.marlee-widget-pro-widget::after,.marlee-pro-whatsapp-widget::before,.marlee-pro-whatsapp-widget::after,.marlee-pro-animated-widget::before,.marlee-pro-animated-widget::after{content:none!important;display:none!important;pointer-events:none!important;animation:none!important}.home-widget::before,.home-widget::after,.widget-card::before,.widget-card::after{pointer-events:none!important}.marlee-scroll-btn,.marlee-scroll-shell .marlee-scroll-btn{position:relative;z-index:100!important;pointer-events:auto!important}.marlee-scroll-shell,.product-scroll-shell,.marlee-product-slider{position:relative}.marlee-product-slider{z-index:5;pointer-events:auto!important}.marlee-product-slider .marlee-product-card,.marlee-product-slider .marlee-product-card *,.marlee-product-slider .is-clone,.marlee-product-slider .is-clone *{pointer-events:auto!important}.marlee-product-badges,.marlee-product-badges *,.marlee-badge{pointer-events:none!important}.marlee-product-card:not(:hover):not(:focus-within) .overlay-actions:not(.is-static){pointer-events:none!important}.marlee-product-card:hover .overlay-actions,.marlee-product-card:focus-within .overlay-actions,.overlay-actions.is-static{pointer-events:auto!important}.overlay-actions.is-static *,.marlee-product-card:hover .overlay-actions *,.marlee-product-card:focus-within .overlay-actions *{pointer-events:auto!important}.marlee-product-slider::before,.marlee-product-slider::after,.marlee-product-slider .marlee-product-card::before,.marlee-product-slider .marlee-product-card::after,.marlee-product-slider .marlee-product-thumb::before,.marlee-product-slider .marlee-product-thumb::after{pointer-events:none!important}.marlee-scroll-btn,.marlee-scroll-shell .marlee-scroll-btn,.product-scroll-shell .marlee-scroll-btn{position:relative;z-index:25!important;pointer-events:auto!important}.marlee-badge.new{background:#111827!important;color:#fff!important;border-radius:999px;font-weight:800;line-height:1;white-space:nowrap}.marlee-product-thumb{position:relative}.marlee-product-badges{position:absolute!important;top:10px!important;left:10px!important;z-index:12!important;pointer-events:none!important}.marlee-badge.new{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#111827 0%,#2563eb 55%,#06b6d4 100%)!important;color:#fff!important;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 22px rgba(37,99,235,.34),0 0 0 2px rgba(255,255,255,.92);overflow:hidden;animation:marleeNuevoBadgePulse 1.8s ease-in-out infinite}.marlee-badge.new::before{content:"";position:absolute;inset:-60% -90%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.7) 50%,transparent 65%);transform:translateX(-100%) rotate(10deg);animation:marleeNuevoBadgeShine 2.4s ease-in-out infinite;pointer-events:none}.marlee-badge.new::after{content:"";width:6px;height:6px;margin-left:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.65);animation:marleeNuevoBadgeDot 1.25s ease-out infinite}@keyframes marleeNuevoBadgePulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-1px) scale(1.045)}}@keyframes marleeNuevoBadgeShine{0%{transform:translateX(-100%) rotate(10deg)}45%,100%{transform:translateX(120%) rotate(10deg)}}@keyframes marleeNuevoBadgeDot{0%{box-shadow:0 0 0 0 rgba(34,197,94,.65)}70%{box-shadow:0 0 0 7px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}@media (max-width:768px){.marlee-product-badges{top:8px!important;left:8px!important}.marlee-badge.new{min-height:26px;padding:6px 10px;font-size:9px}}@media (max-width:768px){.marlee-promo-slider{padding:16px 12px 72px!important;overflow:hidden!important}.marlee-promo-nav{top:auto!important;bottom:16px!important;transform:none!important;width:44px!important;height:44px!important;border-radius:14px!important}.marlee-promo-nav.prev{left:calc(50% - 58px)!important}.marlee-promo-nav.next{right:calc(50% - 58px)!important}.marlee-promo-nav:hover{transform:translateY(-2px) scale(1.04)!important}.marlee-promo-dots{margin-top:14px!important}}.marlee-promo-slider{position:relative!important;overflow:hidden!important;padding:16px!important;border-radius:28px}.marlee-promo-viewport{width:100%!important;overflow:hidden!important;border-radius:22px}.marlee-promo-track{display:flex!important;width:100%!important;transform:translate3d(0,0,0);transition:transform .45s ease;will-change:transform}.marlee-promo-slide{flex:0 0 100%!important;min-width:100%!important;max-width:100%!important;padding:0!important}.marlee-promo-slide .marlee-product-card{width:100%!important;max-width:none!important;margin:0!important;min-height:100%;position:relative;z-index:2}.marlee-promo-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.95)!important;background:rgba(15,23,42,.72)!important;color:#fff!important;backdrop-filter:blur(5px);box-shadow:0 8px 18px rgba(15,23,42,.2)!important;z-index:15!important;opacity:.72;padding:0!important}.marlee-promo-nav.prev{left:8px!important}.marlee-promo-nav.next{right:8px!important}.marlee-promo-nav span{font-size:22px!important;line-height:1!important;margin-top:-2px!important}.marlee-promo-nav:hover{opacity:1;transform:translateY(-50%) scale(1.06)!important;background:rgba(37,99,235,.92)!important}.marlee-promo-dots{position:absolute!important;left:50%;bottom:8px;transform:translateX(-50%);z-index:14;margin:0!important;padding:5px 8px;border-radius:999px;background:rgba(15,23,42,.35);backdrop-filter:blur(4px)}.marlee-promo-dot{width:7px!important;height:7px!important;background:rgba(255,255,255,.55)!important}.marlee-promo-dot.is-active{width:18px!important;background:#fff!important}@media (max-width:768px){.marlee-promo-slider{padding:10px!important;border-radius:22px}.marlee-promo-nav{width:32px!important;height:32px!important}.marlee-promo-nav.prev{left:6px!important}.marlee-promo-nav.next{right:6px!important}.marlee-promo-dots{bottom:6px}}.marlee-product-thumb,.marlee-product-image-wrap{position:relative!important;isolation:isolate}.marlee-product-thumb>a,.marlee-product-image-link,.marlee-product-image-wrap>img,.marlee-product-thumb img:not(.marlee-product-watermark){position:relative;z-index:1!important}.marlee-product-badges{position:absolute!important;top:10px!important;left:10px!important;z-index:60!important;pointer-events:none!important}.marlee-product-badges .marlee-badge,.marlee-badge.new,.marlee-badge.sale{position:relative!important;z-index:61!important}.marlee-product-color-swatch{position:absolute!important;top:12px!important;right:12px!important;z-index:65!important;pointer-events:auto!important}.marlee-product-watermark{position:absolute!important;z-index:20!important;pointer-events:none!important}.marlee-product-thumb .marlee-product-color-swatch:hover,.marlee-product-thumb .marlee-product-color-swatch:focus-visible,.marlee-product-image-wrap .marlee-product-color-swatch:hover,.marlee-product-image-wrap .marlee-product-color-swatch:focus-visible{z-index:90!important}.search-result-thumb .marlee-product-color-swatch,.mini-cart-thumb .marlee-product-color-swatch,.cart-quote-table .marlee-product-color-swatch{z-index:70!important}.widget-card.marlee_whatsapp_product_widget::before,.widget-card.marlee_whatsapp_product_widget::after{content:none!important;display:none!important;pointer-events:none!important;animation:none!important}.widget-card.marlee_whatsapp_product_widget .marlee-product-thumb img:not(.marlee-product-watermark),.widget-card.marlee_whatsapp_product_widget .marlee-product-image-link img:not(.marlee-product-watermark),.widget-card.marlee_whatsapp_product_widget .marlee-product-image-wrap img:not(.marlee-product-watermark){animation:marleeWhatsappWidgetProductImageFloat 3.2s ease-in-out infinite!important;transform-origin:center bottom;will-change:transform,filter;backface-visibility:hidden}.widget-card.marlee_whatsapp_product_widget .marlee-product-thumb:hover img:not(.marlee-product-watermark),.widget-card.marlee_whatsapp_product_widget .marlee-product-image-link:hover img:not(.marlee-product-watermark){animation-play-state:paused;transform:translateY(-8px) scale(1.055)!important;filter:saturate(1.2) contrast(1.05) drop-shadow(0 14px 18px rgba(15,23,42,.18))}@keyframes marleeWhatsappWidgetProductImageFloat{0%,100%{transform:translateY(0) scale(1) rotate(0deg);filter:saturate(1) contrast(1)}50%{transform:translateY(-8px) scale(1.045) rotate(-1deg);filter:saturate(1.18) contrast(1.05) drop-shadow(0 14px 18px rgba(15,23,42,.16))}}@media (prefers-reduced-motion:reduce){.widget-card.marlee_whatsapp_product_widget .marlee-product-thumb img:not(.marlee-product-watermark),.widget-card.marlee_whatsapp_product_widget .marlee-product-image-link img:not(.marlee-product-watermark),.widget-card.marlee_whatsapp_product_widget .marlee-product-image-wrap img:not(.marlee-product-watermark){animation:none!important}}.category-slider-header{gap:12px;align-items:center;margin-bottom:14px}.category-slider-view-all{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,var(--marlee-accent),#f97316);color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 10px 20px rgba(249,115,22,.24);white-space:nowrap}.category-slider-view-all:hover{color:#fff;transform:translateY(-1px)}.marlee-category-slider{position:relative;overflow:hidden;padding:12px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);border:1px solid rgba(12,22,44,.07);box-shadow:0 16px 34px rgba(12,22,44,.08)}.marlee-category-viewport{overflow:hidden;border-radius:18px}.marlee-category-track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform .45s ease;will-change:transform}.marlee-category-slide{flex:0 0 100%;min-width:100%;max-width:100%;padding:0}.marlee-category-slide .marlee-product-card{width:100%;max-width:none;margin:0}.marlee-category-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.95);background:rgba(15,23,42,.72);color:#fff;backdrop-filter:blur(5px);box-shadow:0 8px 18px rgba(15,23,42,.18);z-index:15;opacity:.76;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.marlee-category-nav.prev{left:8px}.marlee-category-nav.next{right:8px}.marlee-category-nav span{font-size:22px;line-height:1;margin-top:-2px}.marlee-category-nav:hover{opacity:1;background:rgba(37,99,235,.92);transform:translateY(-50%) scale(1.06)}.marlee-category-dots{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:7px;z-index:14;padding:5px 8px;border-radius:999px;background:rgba(15,23,42,.35);backdrop-filter:blur(4px)}.marlee-category-dot{width:7px;height:7px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.55);cursor:pointer;transition:width .18s ease,background .18s ease}.marlee-category-dot.is-active{width:18px;background:#fff}@media (max-width:768px){.category-slider-header{flex-wrap:wrap}.category-slider-view-all{font-size:11px;min-height:32px;padding:7px 12px}.marlee-category-slider{padding:10px;border-radius:22px}.marlee-category-nav{width:32px;height:32px}}.marlee-category-slider{max-width:100%}.marlee-category-viewport{overflow:hidden}.marlee-category-track{display:flex}.marlee-category-slide{flex:0 0 100%!important;max-width:100%!important}.marlee-category-slide .marlee-product-card{width:100%!important;display:block}.marlee-category-slide{display:flex;align-items:center;justify-content:center}.marlee-category-nav{width:28px!important;height:28px!important;opacity:.6}.marlee-category-nav:hover{opacity:1}.marlee-category-dot{width:6px;height:6px}.marlee-category-dot.is-active{width:14px}.category-slider-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:10px!important;flex-wrap:nowrap!important}.category-slider-header .widget-title{margin:0!important;flex:1 1 auto;min-width:0;font-size:clamp(14px,1.35vw,18px)!important;line-height:1.05!important;letter-spacing:.035em!important;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-slider-view-all{flex:0 0 auto;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;font-size:9px!important;line-height:1!important;letter-spacing:.05em!important;box-shadow:0 7px 14px rgba(249,115,22,.22)!important;white-space:nowrap!important}.category-slider-view-all::after{content:"›";margin-left:5px;font-size:13px;line-height:0}@media (max-width:768px){.category-slider-header{flex-wrap:nowrap!important}.category-slider-header .widget-title{font-size:14px!important}.category-slider-view-all{font-size:8.5px!important;padding:6px 9px!important}}.marlee-promo-dots,.marlee-promo-dot,.marlee-category-dots,.marlee-category-dot,.related-slider-dots,.related-slider-dot,.brand-slider-dots,.brand-slider-dot,[class*="dots"],[class*="dot"][class*="slider"]{display:none!important;visibility:hidden!important;pointer-events:none!important}.marlee-product-rating,.marlee-product-rating *,.star-rating,.star-rating *,.woocommerce .star-rating,.woocommerce .star-rating *,.rating,.rating-stars,.product-rating,[class*="rating"],[class*="stars"]{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important}.marlee-category-slider{padding-top:6px!important}.category-slider-header{margin-bottom:6px!important}.marlee-category-viewport{margin-top:0!important}.marlee-category-slide .marlee-product-card{margin-top:0!important}.widget .marlee-category-slider{padding-top:4px!important}.widget .category-slider-header{margin-bottom:4px!important}.marlee-category-slide .marlee-product-card{padding:10px 10px 8px!important}.marlee-category-slide .marlee-product-card h2,.marlee-category-slide .marlee-product-card h3,.marlee-category-slide .marlee-product-title{margin-bottom:6px!important;line-height:1.2!important}.marlee-category-slide .marlee-product-card .overlay-actions,.marlee-category-slide .marlee-product-card .marlee-product-actions{margin-top:6px!important;padding-top:0!important}.marlee-category-slide .marlee-product-card>*{margin-top:4px!important;margin-bottom:4px!important}.marlee-category-slide .marlee-product-card .marlee-product-title+*{margin-top:6px!important}.marlee-category-slide .marlee-product-card{padding:8px 8px 6px!important}.marlee-category-slide .marlee-product-card .overlay-actions,.marlee-category-slide .marlee-product-card .marlee-product-actions{margin-bottom:0!important;padding-bottom:0!important}.marlee-category-slide .marlee-product-card>*:last-child{margin-bottom:0!important}.marlee-category-slide{align-items:flex-start!important}.marlee-category-slider{padding-bottom:6px!important}.marlee-category-slide .marlee-product-card .card-inner,.marlee-category-slide .marlee-product-card .content{padding-bottom:0!important;margin-bottom:0!important}.marlee-category-slide .marlee-product-card .marlee-product-thumb{margin-bottom:4px!important}.marlee-category-slide .marlee-product-card h2,.marlee-category-slide .marlee-product-card h3,.marlee-category-slide .marlee-product-title{margin:4px 0!important;padding:0!important;line-height:1.1!important}.marlee-category-slide .marlee-product-card .overlay-actions,.marlee-category-slide .marlee-product-card .marlee-product-actions{margin-top:4px!important;margin-bottom:0!important;padding:0!important}.marlee-category-slide .marlee-product-card .overlay-actions>*,.marlee-category-slide .marlee-product-card .marlee-product-actions>*{margin:0 3px!important}.marlee-category-slide .marlee-product-card{padding:6px!important}.marlee-category-slide .marlee-product-card::after{display:none!important}.marlee-category-slide .marlee-product-card>*{margin-bottom:4px!important}.marlee-category-slide .marlee-product-card>*:last-child{margin-bottom:0!important}.marlee-category-slide{height:auto!important;min-height:auto!important}.marlee-category-slider{padding-bottom:2px!important}.marlee-category-viewport{margin-bottom:0!important;padding-bottom:0!important}.marlee-incredible-product-widget{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(120px,210px) auto;align-items:center;gap:18px;min-height:170px;padding:20px 22px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 70% 50%,rgba(255,236,0,.95) 0 28%,transparent 29%),linear-gradient(135deg,#c92e00 0%,#ff5a00 48%,#d03300 100%);box-shadow:0 16px 36px rgba(153,27,27,.18);color:#fff}.marlee-incredible-product-widget::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.06),transparent 48%,rgba(255,255,255,.08));pointer-events:none}.marlee-incredible-copy{position:relative;z-index:2;min-width:0}.marlee-incredible-title{margin:0 0 10px;color:#fff;font-size:clamp(24px,3.2vw,42px);line-height:.95;font-weight:900;text-transform:uppercase;letter-spacing:.025em;text-shadow:0 4px 10px rgba(0,0,0,.14)}.marlee-incredible-description{max-width:430px;color:#fff;font-size:clamp(15px,1.7vw,24px);line-height:1.04;font-weight:800;text-shadow:0 3px 8px rgba(0,0,0,.16)}.marlee-incredible-media{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:0}.marlee-incredible-viewport{width:190px;height:150px;overflow:hidden;border-radius:999px;background:#fff;box-shadow:0 8px 18px rgba(0,0,0,.16)}.marlee-incredible-track{display:flex;width:100%;height:100%;transition:transform .42s ease;will-change:transform}.marlee-incredible-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:12px}.marlee-incredible-slide img{max-width:120%;max-height:120%;width:auto;height:auto;object-fit:contain;animation:marleeIncredibleImagePulse 3.2s ease-in-out infinite;filter:drop-shadow(0 8px 12px rgba(0,0,0,.16))}.marlee-incredible-placeholder{color:#64748b;font-size:12px;text-align:center;font-weight:700}.marlee-incredible-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:0;background:rgba(255,255,255,.75);color:#ef4444;box-shadow:0 8px 16px rgba(0,0,0,.18);z-index:4;cursor:pointer;font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.marlee-incredible-nav.prev{left:-12px}.marlee-incredible-nav.next{right:-12px}.marlee-incredible-nav:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.marlee-incredible-button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:13px 28px;border-radius:10px;background:linear-gradient(135deg,#fff200,#ffd000);color:#111827;font-weight:900;font-size:clamp(17px,2vw,26px);text-transform:uppercase;box-shadow:0 12px 22px rgba(0,0,0,.18);white-space:nowrap;text-decoration:none;animation:marleeIncredibleButtonPulse 1.8s ease-in-out infinite}.marlee-incredible-button:hover{color:#111827;transform:translateY(-2px)}@keyframes marleeIncredibleImagePulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.04)}}@keyframes marleeIncredibleButtonPulse{0%,100%{box-shadow:0 12px 22px rgba(0,0,0,.18)}50%{box-shadow:0 15px 28px rgba(255,242,0,.35)}}@media (max-width:900px){.marlee-incredible-product-widget{grid-template-columns:1fr;text-align:center;gap:12px}.marlee-incredible-description{margin:0 auto}.marlee-incredible-button{width:100%}}@media (max-width:560px){.marlee-incredible-product-widget{padding:16px;border-radius:20px}.marlee-incredible-viewport{width:165px;height:130px}.marlee-incredible-title{font-size:26px}.marlee-incredible-description{font-size:15px}}.widget-card:has(.marlee-incredible-product-widget),.home-widget:has(.marlee-incredible-product-widget){position:relative;display:block;overflow:hidden;isolation:isolate;contain:layout paint;z-index:1;margin-bottom:16px}.marlee-incredible-product-widget{position:relative!important;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden!important;isolation:isolate;contain:layout paint;z-index:1}.marlee-incredible-product-widget *{box-sizing:border-box}.marlee-incredible-media,.marlee-incredible-viewport,.marlee-incredible-track,.marlee-incredible-slide{max-width:100%;box-sizing:border-box}.marlee-incredible-media{overflow:visible;min-width:0}.marlee-incredible-viewport{overflow:hidden!important;position:relative;z-index:2}.marlee-incredible-track{position:relative;z-index:2}.marlee-incredible-slide{overflow:hidden}.marlee-incredible-slide img{max-width:120%!important;max-height:120%!important}.marlee-incredible-nav.prev{left:4px!important}.marlee-incredible-nav.next{right:4px!important}.marlee-incredible-nav{z-index:6!important}.brand-slider-shell,.brand-slider-viewport,.brand-track-slider{position:relative;z-index:1;clear:both}.widget-card:has(.brand-slider-shell),.home-widget:has(.brand-slider-shell){position:relative;z-index:1;clear:both}.marlee-incredible-action{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-width:150px}.marlee-incredible-price-badge{position:absolute;left:-82px;bottom:-20px;width:86px;height:86px;border-radius:50%;background:#fff;border:7px solid #fff200;color:#111827;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,.22);z-index:5;animation:marleeIncrediblePricePulse 1.8s ease-in-out infinite}.marlee-incredible-price-badge span{font-size:23px;line-height:1;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.marlee-incredible-button.is-buy{min-width:170px}.marlee-incredible-delivery{color:#111827;font-weight:900;font-style:italic;font-size:20px;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.25)}@keyframes marleeIncrediblePricePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.055)}}@media (max-width:900px){.marlee-incredible-action{min-width:0;width:100%}.marlee-incredible-price-badge{position:relative;left:auto;bottom:auto;margin-top:-8px}.marlee-incredible-button.is-buy{min-width:0;width:100%}}.widget-card.home-widget>.marlee-incredible-product-widget{display:grid;width:100%;max-width:100%;box-sizing:border-box;margin:0;overflow:hidden;border-radius:24px}.marlee-incredible-product-widget{box-sizing:border-box;clear:both}.marlee-incredible-product-widget *{box-sizing:border-box}.marlee-incredible-nav.prev{left:4px!important}.marlee-incredible-nav.next{right:4px!important}.marlee-incredible-title{color:#fff200!important;text-shadow:0 3px 8px rgba(0,0,0,.28),0 0 10px rgba(255,242,0,.18)!important}.marlee-incredible-product-widget{background:radial-gradient(circle at 70% 50%,rgba(255,236,0,.95) 0 28%,transparent 29%),linear-gradient(135deg,var(--incredible-bg-start,#c92e00) 0%,var(--incredible-bg-mid,#ff5a00) 48%,var(--incredible-bg-end,#d03300) 100%)!important}@media (max-width:768px){.marlee-incredible-product-widget{background:radial-gradient(circle at 80% 70%,rgba(255,236,0,.9) 0 35%,transparent 36%),linear-gradient(135deg,var(--incredible-bg-start,#c92e00) 0%,var(--incredible-bg-mid,#ff5a00) 48%,var(--incredible-bg-end,#d03300) 100%)!important}.marlee-incredible-media{justify-content:center!important}.marlee-incredible-price-badge{position:relative!important;left:auto!important;bottom:auto!important;margin-top:10px!important;width:70px!important;height:70px!important;border-width:5px!important}.marlee-incredible-price-badge span{font-size:18px!important}.marlee-incredible-button{width:100%!important;font-size:18px!important;padding:12px!important}.marlee-incredible-delivery{text-align:center!important;font-size:16px!important}}.store-widget-pro--gradient[data-store-pro] .store-pro-card,.store-widget-pro--wood[data-store-pro] .store-pro-card{background:linear-gradient(135deg,var(--store-gradient-1,#0f172a) 0%,var(--store-gradient-2,#2563eb) 48%,var(--store-gradient-3,#16a34a) 100% )!important;background-image:linear-gradient(135deg,var(--store-gradient-1,#0f172a) 0%,var(--store-gradient-2,#2563eb) 48%,var(--store-gradient-3,#16a34a) 100% )!important}.store-widget-pro--gradient[data-store-pro] .store-pro-card::before,.store-widget-pro--gradient[data-store-pro] .store-pro-card::after,.store-widget-pro--wood[data-store-pro] .store-pro-card::before,.store-widget-pro--wood[data-store-pro] .store-pro-card::after{background:none!important;opacity:0!important;display:none!important}.store-widget-pro--gradient[data-store-pro] .store-pro-card{border:2px solid rgba(255,255,255,.22);box-shadow:0 18px 40px rgba(15,23,42,.2)}.single-product-layout-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start;margin-top:22px;margin-bottom:28px}.single-product-main-content{min-width:0}.single-product-right-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px;min-width:0}.single-product-sidebar-widget{width:100%;margin:0;padding:16px;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(12,22,44,.08);border:1px solid rgba(12,22,44,.06);overflow:hidden}.single-product-sidebar-widget .widget-title{margin:0 0 12px;font-size:16px;line-height:1.15;font-weight:900;text-transform:uppercase;letter-spacing:.035em;color:#0f172a}@media (max-width:1024px){.single-product-layout-with-sidebar{grid-template-columns:1fr}.single-product-right-sidebar{position:relative;top:auto}}.new-updated-slider-header{margin-bottom:8px!important}.marlee-new-updated-slider{position:relative;overflow:hidden;padding:10px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:1px solid rgba(12,22,44,.07);box-shadow:0 16px 34px rgba(12,22,44,.08)}.marlee-new-updated-viewport{overflow:hidden;border-radius:18px}.marlee-new-updated-track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform .45s ease;will-change:transform}.marlee-new-updated-slide{flex:0 0 100%;min-width:100%;max-width:100%;display:flex;align-items:flex-start;justify-content:center}.marlee-new-updated-slide .marlee-product-card{width:100%;max-width:none;margin:0}.marlee-new-updated-nav{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.95);background:rgba(15,23,42,.62);color:#fff;z-index:16;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:.75;box-shadow:0 8px 16px rgba(15,23,42,.18)}.marlee-new-updated-nav.prev{left:8px}.marlee-new-updated-nav.next{right:8px}.marlee-new-updated-nav span{font-size:21px;line-height:1;margin-top:-2px}.marlee-new-updated-nav:hover{opacity:1;background:rgba(37,99,235,.92);transform:translateY(-50%) scale(1.06)}.marlee-new-updated-slide .marlee-product-body{min-height:150px!important}.marlee-new-updated-slide .marlee-product-title{margin:4px 0!important;line-height:1.12!important}.store-widget-pro[data-store-pro]{background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.12) 1px,transparent 2px),radial-gradient(circle at 70% 60%,rgba(200,200,200,.10) 1px,transparent 2px),radial-gradient(circle at 40% 80%,rgba(255,255,255,.08) 1px,transparent 2px),linear-gradient(145deg,#0a0a0a,#1a1a1a 40%,#000000);padding:6px;border-radius:24px}.store-widget-pro .store-pro-card{border-radius:20px;overflow:hidden}.store-widget-pro[data-store-pro]{position:relative;overflow:hidden;padding:7px;border-radius:26px;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.22) 0 1px,transparent 2px),radial-gradient(circle at 32% 70%,rgba(180,180,180,.18) 0 1px,transparent 2px),radial-gradient(circle at 64% 28%,rgba(255,255,255,.14) 0 1px,transparent 2px),radial-gradient(circle at 82% 82%,rgba(150,150,150,.16) 0 1px,transparent 2px),linear-gradient(145deg,#050505 0%,#181818 42%,#000 100%)!important;box-shadow:0 18px 36px rgba(0,0,0,.24),0 0 0 2px rgba(229,0,0,.65),inset 0 0 18px rgba(255,255,255,.06);animation:storeGraniteClosedGlow 1.9s ease-in-out infinite}.store-widget-pro[data-store-pro]::before{content:"";position:absolute;top:-45%;left:-80%;width:55%;height:190%;background:linear-gradient( 115deg,transparent 0%,transparent 32%,rgba(255,255,255,.12) 47%,rgba(255,255,255,.38) 50%,rgba(255,255,255,.12) 53%,transparent 68%,transparent 100% );transform:skewX(-18deg);animation:storeGraniteShine 4s ease-in-out infinite;pointer-events:none;z-index:1}.store-widget-pro[data-store-pro]>*{position:relative;z-index:2}.store-widget-pro[data-store-pro].is-open,.store-widget-pro[data-store-pro][data-store-open="1"],.store-widget-pro[data-store-pro][data-status="open"]{box-shadow:0 18px 36px rgba(0,0,0,.24),0 0 0 2px rgba(22,163,74,.78),0 0 24px rgba(22,163,74,.32),inset 0 0 18px rgba(255,255,255,.06);animation:storeGraniteOpenGlow 1.9s ease-in-out infinite}.store-widget-pro[data-store-pro]:not(.is-open){box-shadow:0 18px 36px rgba(0,0,0,.24),0 0 0 2px rgba(229,0,0,.68),0 0 22px rgba(229,0,0,.24),inset 0 0 18px rgba(255,255,255,.06)}.store-widget-pro[data-store-pro] .store-pro-card{border-radius:20px;overflow:hidden}.store-widget-pro[data-store-pro].is-open .store-pro-toggle,.store-widget-pro[data-store-pro][data-store-open="1"] .store-pro-toggle,.store-widget-pro[data-store-pro][data-status="open"] .store-pro-toggle{box-shadow:0 0 0 0 rgba(22,163,74,.7),0 10px 22px rgba(22,163,74,.22)!important;animation:btnPulseGreen 1.5s infinite!important}.store-widget-pro[data-store-pro]:not(.is-open) .store-pro-toggle{box-shadow:0 0 0 0 rgba(229,0,0,.7),0 10px 22px rgba(229,0,0,.18)!important;animation:btnPulseRed 1.5s infinite!important}@keyframes storeGraniteShine{0%{left:-85%;opacity:0}15%{opacity:.75}48%{left:130%;opacity:.75}62%{left:130%;opacity:0}100%{left:130%;opacity:0}}@keyframes storeGraniteOpenGlow{0%,100%{filter:drop-shadow(0 0 0 rgba(22,163,74,0))}50%{filter:drop-shadow(0 0 8px rgba(22,163,74,.36))}}@keyframes storeGraniteClosedGlow{0%,100%{filter:drop-shadow(0 0 0 rgba(229,0,0,0))}50%{filter:drop-shadow(0 0 8px rgba(229,0,0,.30))}}.store-widget-pro[data-store-pro] .store-pro-wrapper{position:relative;padding:8px;border-radius:26px;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.25) 0 1px,transparent 2px),radial-gradient(circle at 40% 70%,rgba(180,180,180,.20) 0 1px,transparent 2px),radial-gradient(circle at 75% 30%,rgba(255,255,255,.15) 0 1px,transparent 2px),linear-gradient(145deg,#050505,#1a1a1a 40%,#000);box-shadow:0 15px 35px rgba(0,0,0,.35),0 0 0 2px rgba(229,0,0,.7)}.store-widget-pro[data-store-pro] .store-pro-wrapper::before{content:"";position:absolute;top:-50%;left:-80%;width:60%;height:200%;background:linear-gradient(115deg,transparent,rgba(255,255,255,.25),transparent);transform:skewX(-20deg);animation:granitoShine 4s infinite;pointer-events:none}.store-widget-pro[data-store-pro] .store-pro-card{border-radius:20px;overflow:hidden}.store-widget-pro[data-store-pro].is-open .store-pro-wrapper{box-shadow:0 15px 35px rgba(0,0,0,.35),0 0 0 2px #16a34a,0 0 20px rgba(22,163,74,.5)}.store-widget-pro[data-store-pro]:not(.is-open) .store-pro-wrapper{box-shadow:0 15px 35px rgba(0,0,0,.35),0 0 0 2px #e50000,0 0 20px rgba(229,0,0,.4)}@keyframes granitoShine{0%{left:-80%}100%{left:120%}}.store-widget-pro[data-store-pro] .store-pro-wrapper{position:relative!important;padding:9px!important;border-radius:28px!important;overflow:hidden!important;isolation:isolate;background:radial-gradient(circle at 10% 18%,rgba(255,255,255,.38) 0 1px,transparent 2px),radial-gradient(circle at 24% 74%,rgba(160,160,160,.28) 0 1px,transparent 2px),radial-gradient(circle at 42% 32%,rgba(255,255,255,.18) 0 1px,transparent 2px),radial-gradient(circle at 68% 16%,rgba(210,210,210,.24) 0 1px,transparent 2px),radial-gradient(circle at 82% 78%,rgba(255,255,255,.20) 0 1px,transparent 2px),radial-gradient(circle at 92% 42%,rgba(140,140,140,.24) 0 1px,transparent 2px),linear-gradient(145deg,#020202 0%,#181818 38%,#070707 68%,#000 100%)!important;box-shadow:0 20px 42px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -10px 22px rgba(0,0,0,.28),0 0 0 2px rgba(229,0,0,.72),0 0 22px rgba(229,0,0,.28)!important}.store-widget-pro[data-store-pro] .store-pro-wrapper::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.06) 18%,transparent 46%),radial-gradient(circle at 28% 0%,rgba(255,255,255,.22),transparent 34%);pointer-events:none;z-index:1;mix-blend-mode:screen}.store-widget-pro[data-store-pro] .store-pro-wrapper::before{content:"";position:absolute;top:-55%;left:-95%;width:62%;height:210%;background:linear-gradient( 115deg,transparent 0%,transparent 34%,rgba(255,255,255,.10) 44%,rgba(255,255,255,.48) 50%,rgba(255,255,255,.10) 56%,transparent 68%,transparent 100% );transform:skewX(-20deg);animation:granitoUltraShine 4.5s ease-in-out infinite;pointer-events:none;z-index:2}.store-widget-pro[data-store-pro] .store-pro-shell,.store-widget-pro[data-store-pro] .store-pro-card,.store-widget-pro[data-store-pro] .store-pro-slides{position:relative;z-index:4}.store-widget-pro[data-store-pro] .store-pro-card{border-radius:21px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 24px rgba(0,0,0,.18)!important}.store-widget-pro[data-store-pro].is-open .store-pro-wrapper,.store-widget-pro[data-store-pro][data-store-open="1"] .store-pro-wrapper,.store-widget-pro[data-store-pro][data-status="open"] .store-pro-wrapper{box-shadow:0 20px 42px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -10px 22px rgba(0,0,0,.28),0 0 0 2px rgba(22,163,74,.9),0 0 28px rgba(22,163,74,.44),0 0 48px rgba(22,163,74,.20)!important;animation:granitoUltraOpenPulse 2s ease-in-out infinite}.store-widget-pro[data-store-pro]:not(.is-open) .store-pro-wrapper{box-shadow:0 20px 42px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -10px 22px rgba(0,0,0,.28),0 0 0 2px rgba(229,0,0,.88),0 0 28px rgba(229,0,0,.38),0 0 48px rgba(229,0,0,.18)!important;animation:granitoUltraClosedPulse 2s ease-in-out infinite}@keyframes granitoUltraShine{0%{left:-95%;opacity:0}12%{opacity:.9}48%{left:135%;opacity:.9}64%{left:135%;opacity:0}100%{left:135%;opacity:0}}@keyframes granitoUltraOpenPulse{0%,100%{filter:drop-shadow(0 0 0 rgba(22,163,74,0))}50%{filter:drop-shadow(0 0 9px rgba(22,163,74,.38))}}@keyframes granitoUltraClosedPulse{0%,100%{filter:drop-shadow(0 0 0 rgba(229,0,0,0))}50%{filter:drop-shadow(0 0 9px rgba(229,0,0,.34))}}@media (max-width:1099px){.marlee-search-layout.has-sidebar,.marlee-search-layout-alt.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.marlee-search-layout .marlee-search-page,.marlee-search-layout-alt .marlee-search-page,.marlee-search-layout .marlee-product-archive,.marlee-search-layout-alt .marlee-product-archive{order:1!important;grid-column:1!important}.marlee-search-layout .marlee-search-sidebar,.marlee-search-layout-alt .marlee-search-sidebar,.marlee-search-layout .marlee-product-archive-sidebar,.marlee-search-layout-alt .marlee-product-archive-sidebar{order:2!important;grid-column:1!important;position:relative!important;top:auto!important}}@media (max-width:1099px){.marlee-product-archive-layout.has-deferred-sidebar .marlee-product-archive-sidebar{display:none!important}.marlee-product-archive-layout.has-deferred-sidebar.marlee-infinite-sidebar-ready .marlee-product-archive-sidebar{display:block!important}.marlee-product-archive-layout.has-deferred-sidebar.marlee-infinite-sidebar-ready{align-items:start}}@media (min-width:1100px){.marlee-product-archive-layout.has-deferred-sidebar .marlee-product-archive-sidebar{display:block!important}}.marlee-location-page{display:grid;gap:24px}.marlee-location-hero{position:relative;overflow:hidden;border-radius:28px;padding:34px;background:linear-gradient(135deg,#071832 0%,#0b1e3a 52%,#16365f 100%);color:#fff;box-shadow:0 22px 46px rgba(12,22,44,.18);display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:center}.marlee-location-hero:before{content:"";position:absolute;inset:-80px -120px auto auto;width:320px;height:320px;border-radius:999px;background:rgba(255,90,31,.22);filter:blur(8px)}.marlee-location-hero-content,.marlee-location-hero-badge{position:relative;z-index:2}.marlee-location-kicker,.marlee-store-label{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:7px 12px;background:rgba(255,90,31,.12);color:#ff5a1f;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.marlee-location-hero .marlee-location-kicker{background:rgba(255,255,255,.12);color:#fff}.marlee-location-hero h1{font-size:clamp(30px,5vw,54px);line-height:1.02;margin:14px 0 12px;letter-spacing:-.04em}.marlee-location-hero p{font-size:17px;line-height:1.6;max-width:720px;color:rgba(255,255,255,.86);margin:0}.marlee-location-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.marlee-location-hero-badge{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.marlee-location-hero-badge strong{display:block;font-size:20px;margin-bottom:8px}.marlee-location-hero-badge span{color:rgba(255,255,255,.78);font-weight:800}.marlee-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}.marlee-store-card,.marlee-company-card{background:#fff;border:1px solid rgba(12,22,44,.07);border-radius:28px;padding:22px;box-shadow:0 16px 36px rgba(12,22,44,.08)}.marlee-store-card-featured{border-color:rgba(255,90,31,.22)}.marlee-store-head h2,.marlee-company-card h2{margin:14px 0 10px;font-size:26px;line-height:1.12;color:#0f172a}.marlee-store-head p,.marlee-company-card p,.marlee-service-box p{margin:0 0 10px;color:#5b6473;line-height:1.55}.marlee-store-images{display:grid;grid-template-columns:1fr;gap:12px;margin:18px 0}.marlee-store-images.two{grid-template-columns:repeat(2,minmax(0,1fr))}.marlee-store-images img{width:100%;height:260px;object-fit:cover;border-radius:22px;border:1px solid rgba(12,22,44,.08);box-shadow:0 10px 24px rgba(12,22,44,.08);background:#f8fafc}.marlee-store-info{display:grid;gap:4px;margin:10px 0 18px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #edf0f5}.marlee-store-info p{margin:0;color:#1f2937}.marlee-store-actions{display:flex;flex-wrap:wrap;gap:10px}.marlee-location-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 18px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.04em;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.marlee-location-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(12,22,44,.14)}.marlee-location-btn.primary,.marlee-location-btn.whatsapp,.marlee-location-btn.service{background:#14a44d;color:#fff}.marlee-location-btn.secondary{background:#fff;color:#0b1e3a}.marlee-location-btn.map{background:#ff5a1f;color:#fff}.marlee-location-btn.dark{background:#0b1e3a;color:#fff}.marlee-company-card{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:center}.marlee-service-box{border-radius:24px;padding:22px;background:linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);border:1px solid rgba(12,22,44,.07);display:grid;gap:10px}.marlee-service-box h3{margin:0;font-size:22px;color:#0f172a}.marlee-service-box .marlee-location-btn{width:100%}@media (max-width:900px){.marlee-location-hero,.marlee-location-grid,.marlee-company-card{grid-template-columns:1fr}.marlee-location-hero{padding:26px}.marlee-store-images.two{grid-template-columns:1fr}.marlee-store-images img{height:auto;max-height:360px}.marlee-store-actions,.marlee-location-hero-actions{flex-direction:column}.marlee-location-btn{width:100%}}@media (max-width:520px){.marlee-location-page{gap:16px}.marlee-location-hero,.marlee-store-card,.marlee-company-card{border-radius:22px;padding:18px}.marlee-store-head h2,.marlee-company-card h2{font-size:22px}.marlee-location-hero p{font-size:15px}.marlee-store-images img{border-radius:18px}.marlee-location-btn{font-size:11px;padding-left:14px;padding-right:14px}}.marlee-location-hero h1,#marlee-location-title{color:#ffffff!important;text-shadow:0 3px 14px rgba(0,0,0,.32)}.marlee-store-images{perspective:900px}.marlee-store-images img{display:block;padding:6px;background:linear-gradient(135deg,#ffffff 0%,#f7fafc 45%,#fff1e8 100%)!important;border:3px solid #ffffff!important;outline:1px solid rgba(255,90,31,.22);box-shadow:0 18px 38px rgba(12,22,44,.18),0 3px 0 rgba(255,90,31,.18)!important;filter:saturate(1.08) contrast(1.06) brightness(1.02);transform:translateZ(0);transition:transform .28s ease,box-shadow .28s ease,filter .28s ease}.marlee-store-images img:hover{transform:translateY(-5px) scale(1.015);box-shadow:0 24px 48px rgba(12,22,44,.24),0 4px 0 rgba(255,90,31,.24)!important;filter:saturate(1.14) contrast(1.08) brightness(1.04)}.marlee-store-images.two img:first-child{transform:rotate(-1.2deg)}.marlee-store-images.two img:nth-child(2){transform:rotate(1.2deg)}.marlee-store-images.two img:first-child:hover,.marlee-store-images.two img:nth-child(2):hover{transform:translateY(-5px) rotate(0deg) scale(1.015)}@media (max-width:900px){.marlee-store-images.two img:first-child,.marlee-store-images.two img:nth-child(2){transform:none}}.marlee-store-status-ribbon{padding:0 0 11px;color:#fff}.marlee-store-status-inner{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.marlee-store-status-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800;letter-spacing:.02em;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 22px rgba(0,0,0,.18);background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}.marlee-store-status-dot{width:14px;height:14px;border-radius:999px;display:inline-block;box-shadow:0 0 0 4px rgba(255,255,255,.12)}.marlee-store-status-pill.is-open{background:linear-gradient(135deg,#0f9f4a,#20c56b);color:#fff}.marlee-store-status-pill.is-open .marlee-store-status-dot{background:#a7ffcf;box-shadow:0 0 0 4px rgba(167,255,207,.22),0 0 14px rgba(167,255,207,.95)}.marlee-store-status-pill.is-closed{background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff}.marlee-store-status-pill.is-closed .marlee-store-status-dot{background:#fecaca;box-shadow:0 0 0 4px rgba(254,202,202,.22),0 0 14px rgba(254,202,202,.9)}@media(max-width:768px){.marlee-store-status-ribbon{padding:8px 0 10px}.marlee-store-status-inner{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:0 2px 2px}.marlee-store-status-pill{font-size:12px;padding:8px 12px;white-space:nowrap;flex:0 0 auto}.marlee-store-status-dot{width:12px;height:12px}}.menu-row .marlee-container{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px}.menu-row .primary-nav{flex:1 1 auto;min-width:0;min-height:58px;justify-content:flex-start}.menu-row .primary-nav ul{align-items:center;flex-wrap:nowrap}.menu-row .primary-nav a{padding:12px 14px;line-height:1}.marlee-store-status-ribbon{flex:0 0 auto;padding:0!important;margin-left:auto;color:#fff}.marlee-store-status-inner{justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important}.marlee-store-status-pill{min-height:34px;padding:7px 12px!important;font-size:12px!important;line-height:1!important;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,.14)!important}.marlee-store-status-dot{width:12px!important;height:12px!important}@media (max-width:768px){.menu-row .marlee-container{display:block;min-height:0;padding-top:6px;padding-bottom:8px}.menu-row .primary-nav{min-height:44px}.menu-row .primary-nav ul{flex-wrap:wrap}.marlee-store-status-ribbon{margin-left:0;padding-top:4px!important}.marlee-store-status-inner{justify-content:flex-start!important;overflow-x:auto;padding-bottom:2px}.marlee-store-status-pill{flex:0 0 auto;min-height:32px;font-size:11px!important;padding:7px 10px!important}}@media (min-width:769px){.menu-row{background:linear-gradient(135deg,#071832 0%,#0b1e3a 42%,#102b55 100%)!important;border-bottom:0!important;box-shadow:0 14px 34px rgba(7,24,50,.18)}.menu-row .marlee-container{min-height:64px!important;padding-top:8px;padding-bottom:8px}.menu-row .primary-nav{min-height:48px!important;display:flex;align-items:center}.menu-row .primary-nav ul{gap:6px!important;align-items:center;flex-wrap:nowrap!important}.menu-row .primary-nav li{display:flex;align-items:center}.menu-row .primary-nav a{color:#f8fafc!important;padding:11px 13px!important;border-radius:999px!important;font-size:13px;font-weight:850;letter-spacing:.02em;line-height:1!important;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease,border-color .18s ease}.menu-row .primary-nav a:hover,.menu-row .primary-nav .current-menu-item>a,.menu-row .primary-nav .current_page_item>a{color:#fff!important;background:linear-gradient(135deg,#ff5a1f,#ff7a3d)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 10px 22px rgba(255,90,31,.25);transform:translateY(-1px)}.menu-row .menu-toggle{color:#fff!important}.menu-row .marlee-store-status-ribbon{max-width:390px}.menu-row .marlee-store-status-pill{min-height:32px!important;padding:6px 10px!important;font-size:11px!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important}.menu-row .marlee-store-status-pill strong{font-weight:900}}@media (max-width:768px){.marlee-store-status-ribbon,[data-marlee-store-status]{display:none!important}.menu-row .marlee-container{display:block!important}}.store-widget-pro[data-store-pro].is-closed,.store-widget-pro[data-store-pro]:not(.is-open){background:linear-gradient(135deg,#7f1d1d 0%,#dc2626 52%,#991b1b 100%)!important}.store-widget-pro[data-store-pro].is-closed .store-pro-wrapper,.store-widget-pro[data-store-pro]:not(.is-open) .store-pro-wrapper{background:linear-gradient(145deg,#7f1d1d 0%,#dc2626 48%,#450a0a 100%)!important;box-shadow:0 20px 42px rgba(127,29,29,.34),inset 0 1px 0 rgba(255,255,255,.18),0 0 0 2px rgba(239,68,68,.95),0 0 30px rgba(239,68,68,.42)!important}.store-widget-pro[data-store-pro] .store-pro-card.is-closed{background:linear-gradient(135deg,#991b1b 0%,#ef4444 62%,#7f1d1d 100%)!important;color:#fff!important}.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-title,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-line,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-hours,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-state,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-state-meta,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-switch-copy,.store-widget-pro[data-store-pro] .store-pro-card.is-closed .store-pro-note{color:#fff!important}.marlee-store-status-pill.is-closed{background:linear-gradient(135deg,#991b1b,#ef4444)!important;color:#fff!important}.marlee-store-status-pill.is-closed .marlee-store-status-dot{background:#fecaca!important;box-shadow:0 0 0 4px rgba(254,202,202,.22),0 0 14px rgba(254,202,202,.95)!important}@media(max-width:768px){.marlee-store-status-ribbon,[data-marlee-store-status]{display:none!important}}

/* Fix V199: el mini-carrito debe quedar por encima del menu y de los indicadores abierto/cerrado. */
.site-header{isolation:isolate}
.site-header>.marlee-container{position:relative;z-index:40}
.header-top{position:relative;z-index:50}
.header-tools,.header-cart{position:relative;z-index:80}
.header-mini-cart{z-index:99999!important}
.header-cart:hover,.header-cart:focus-within{z-index:100000}
.menu-row{position:relative;z-index:10}
.menu-row .marlee-store-status-ribbon,.menu-row [data-marlee-store-status],.marlee-store-status-pill{position:relative;z-index:1}
.search-wrap{position:relative;z-index:60}
.search-results{z-index:99998!important}


/* Footer signature: elegante, liviano y responsive */
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

.footer-main{
  align-items:center;
}

.footer-signature{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding:4px 0 0;
  overflow:hidden;
}

.footer-signature span{
  position:relative;
  display:inline-block;
  max-width:100%;
  font-family:'Alex Brush','Brush Script MT','Segoe Script',cursive;
  font-size:clamp(30px,3.6vw,48px);
  line-height:1;
  color:#d6d8dc;
  font-weight:400;
  font-style:italic;
  letter-spacing:.35px;
  white-space:nowrap;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  text-shadow:0 2px 8px rgba(0,0,0,.22);
}

.footer-signature span::after{
  content:'';
  display:block;
  width:42%;
  height:1px;
  margin:5px auto 0;
  background:linear-gradient(90deg,transparent,rgba(214,216,220,.55),transparent);
}

@media (max-width:768px){
  .footer-main{
    grid-template-columns:1fr;
    gap:12px;
    text-align:center;
  }
  .footer-signature{
    justify-content:center;
    padding-top:2px;
  }
  .footer-signature span{
    font-size:clamp(28px,9vw,40px);
    white-space:normal;
    line-height:1.05;
  }
}

/* V204: footer movil en una sola fila (logo + firma) */
@media (max-width:768px){
  .site-footer .footer-main{
    display:grid!important;
    grid-template-columns:minmax(96px,34%) minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    text-align:left!important;
  }
  .site-footer .footer-logo,
  .site-footer .branding-panel-footer{
    min-width:0!important;
    justify-self:start!important;
  }
  .site-footer .footer-logo img,
  .site-footer .footer-logo .marlee-logo{
    max-height:54px!important;
    max-width:100%!important;
    width:auto!important;
  }
  .site-footer .footer-signature{
    width:auto!important;
    min-width:0!important;
    justify-content:flex-start!important;
    padding:0!important;
    overflow:visible!important;
  }
  .site-footer .footer-signature span{
    display:block!important;
    max-width:100%!important;
    font-size:clamp(21px,7vw,31px)!important;
    line-height:.95!important;
    color:#d8dbe1!important;
    white-space:normal!important;
    text-align:left!important;
    letter-spacing:.2px!important;
    text-shadow:0 2px 7px rgba(0,0,0,.22)!important;
  }
  .site-footer .footer-signature span::after{
    width:70%!important;
    margin:5px 0 0!important;
    opacity:.5!important;
  }
}
@media (max-width:420px){
  .site-footer .footer-main{
    grid-template-columns:minmax(82px,31%) minmax(0,1fr)!important;
    gap:8px!important;
  }
  .site-footer .footer-logo img,
  .site-footer .footer-logo .marlee-logo{
    max-height:46px!important;
  }
  .site-footer .footer-signature span{
    font-size:clamp(18px,7.2vw,27px)!important;
  }
}


/* V205: footer móvil exacto: logo izquierda + firma derecha en una sola línea */
@media (max-width:768px){
  .site-footer .footer-main{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    width:100%!important;
    text-align:left!important;
    overflow:hidden!important;
  }
  .site-footer .footer-logo,
  .site-footer .branding-panel-footer{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:45%!important;
    min-width:108px!important;
    margin:0!important;
    justify-self:auto!important;
  }
  .site-footer .footer-logo img,
  .site-footer .footer-logo .marlee-logo,
  .site-footer .branding-panel-footer img{
    display:block!important;
    max-height:50px!important;
    max-width:100%!important;
    width:auto!important;
    object-fit:contain!important;
  }
  .site-footer .footer-signature{
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .site-footer .footer-signature span{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(15px,4.8vw,24px)!important;
    line-height:1!important;
    color:#d8dbe1!important;
    white-space:nowrap!important;
    text-align:left!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    letter-spacing:.1px!important;
  }
  .site-footer .footer-signature span::after{
    display:none!important;
  }
}
@media (max-width:420px){
  .site-footer .footer-main{gap:8px!important}
  .site-footer .footer-logo,
  .site-footer .branding-panel-footer{max-width:43%!important;min-width:96px!important}
  .site-footer .footer-logo img,
  .site-footer .footer-logo .marlee-logo,
  .site-footer .branding-panel-footer img{max-height:44px!important}
  .site-footer .footer-signature span{font-size:clamp(13px,4.5vw,19px)!important}
}
@media (max-width:360px){
  .site-footer .footer-logo,
  .site-footer .branding-panel-footer{max-width:41%!important;min-width:86px!important}
  .site-footer .footer-signature span{font-size:clamp(12px,4.2vw,17px)!important}
}

.marlee-product-watermark{opacity:.35!important}

/* V211 watermark opacity final */
.marlee-product-watermark{opacity:.35!important;}


/* V215 seguridad: bloqueo de arrastre/copia casual */
body.marlee-copy-guard img,body.marlee-copy-guard picture,body.marlee-copy-guard svg,body.marlee-copy-guard a,body.marlee-copy-guard [href]{-webkit-user-drag:none!important;user-drag:none!important;-webkit-touch-callout:none!important}
body.marlee-copy-guard img,body.marlee-copy-guard picture,body.marlee-copy-guard svg{pointer-events:none!important}
body.marlee-copy-guard .site-main,body.marlee-copy-guard .entry-content,body.marlee-copy-guard .woocommerce,body.marlee-copy-guard .site-footer,body.marlee-copy-guard .site-header{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}
body.marlee-copy-guard input,body.marlee-copy-guard textarea,body.marlee-copy-guard select,body.marlee-copy-guard option,body.marlee-copy-guard [contenteditable="true"]{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;pointer-events:auto!important}
