@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');

:root{
          --bg:#fbfcfa;
          --card:#ffffff;
          --soft:#f3f7f1;
          --soft2:#eaf3eb;
          --text:#151515;
          --muted:#6c7278;
          --line:#e5ebe4;
          --brand:#0f6d2a;
          --brand-dark:#074d1d;
          --red:#c73542;
          --shadow:0 12px 34px rgba(11,45,24,.10);
          --radius:22px;
          --max:1220px;
          --font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
          --title:Georgia,"Times New Roman",serif;
        }

        *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
        html{scroll-behavior:smooth}
        body{margin:0;background:radial-gradient(circle at top left,#edf7ef 0,transparent 330px),linear-gradient(180deg,#fff 0%,var(--bg) 42%,#fff 100%);color:var(--text);font-family:var(--font);padding-bottom:88px}
        body.no-scroll{overflow:hidden}
        button,input,select,textarea{font:inherit}
        button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1}
        img{display:block;max-width:100%}
        .container{width:min(var(--max),calc(100% - 32px));margin:auto}
        .hide{display:none!important}

        .top-note{background:#0e3f22;color:#fff;font-size:13px;text-align:center;padding:8px 14px}

        .header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,235,228,.82)}
        .header-inner{width:min(var(--max),calc(100% - 32px));margin:auto;padding:16px 0;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
        .brand{border:0;background:transparent;display:flex;align-items:center;gap:14px;text-align:left;padding:0;min-width:255px;justify-content:flex-start}
        .logo-box{width:66px;height:66px;border-radius:20px;background:#0f141c;display:grid;place-items:center;box-shadow:0 12px 25px rgba(15,20,28,.18);overflow:hidden;flex:0 0 auto}
        .logo-box img{width:52px;height:52px;object-fit:contain}
        .brand-title{display:flex;flex-direction:column;line-height:1.05}
        .brand-title strong{font-size:29px;font-weight:900;letter-spacing:.2px}
        .brand-title span{font-size:12px;color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:1.7px;margin-top:4px}

        .search{position:relative}
        .search input{width:100%;height:54px;border:1px solid var(--line);border-radius:18px;background:white;padding:0 54px 0 50px;outline:none;box-shadow:0 5px 18px rgba(0,0,0,.045);font-size:16px}
        .search input:focus{border-color:#b7d9c0;box-shadow:0 0 0 5px rgba(15,109,42,.09)}
        .search .mag{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#666;font-size:25px}
        .search button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:14px;background:var(--soft);color:var(--brand);font-weight:900;font-size:18px;padding:0}

        .header-actions{display:flex;align-items:center;gap:12px}
        .store-chip{height:48px;border:1px solid var(--line);background:white;border-radius:999px;padding:0 16px;display:flex;align-items:center;gap:8px;color:#222;box-shadow:0 4px 14px rgba(0,0,0,.035);max-width:310px}
        .store-chip span.text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:215px}

        .bottom-nav{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:95;padding:8px max(14px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));box-shadow:0 -8px 28px rgba(0,0,0,.06)}
        .bottom-nav-inner{width:min(680px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
        .nav-item{border:0;background:white;color:#777;display:grid;place-items:center;gap:3px;font-size:14px;padding:8px 4px;border-radius:18px;position:relative}
        .nav-item .nav-icon{font-size:28px;line-height:1}
        .nav-item.active{color:var(--brand);font-weight:900;background:#edf7ef}
        .nav-count{position:absolute;top:5px;right:calc(50% - 34px);min-width:21px;height:21px;border-radius:99px;background:var(--brand);color:white;font-size:12px;font-weight:950;display:grid;place-items:center;border:2px solid white}

        .section{margin:32px 0}
        .section-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px}
        .section-title{font-size:29px;line-height:1.05;margin:0;font-weight:950;letter-spacing:0}
        .section-subtitle{color:var(--muted);margin:6px 0 0;line-height:1.45}
        .link-btn{border:0;background:transparent;color:var(--brand);font-weight:850;font-size:16px}
        .btn{min-height:48px;border:1px solid transparent;border-radius:14px;padding:0 22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none}
        .btn-primary{background:var(--brand);color:white;box-shadow:0 12px 25px rgba(15,109,42,.18)}
        .btn-primary:hover{background:var(--brand-dark)}
        .btn-outline{background:white;color:#222;border-color:var(--line)}

        .categories{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
        .cat{border:1px solid var(--line);background:white;border-radius:22px;min-height:154px;overflow:hidden;box-shadow:0 7px 20px rgba(0,0,0,.045);transition:.18s;position:relative;padding:0;text-align:center}
        .cat:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
        .cat-img{position:absolute;inset:0;background:var(--soft);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;display:grid;place-items:center}
        .cat-img img{width:100%;height:100%;object-fit:cover}
        .cat-img .icon{font-size:42px;color:var(--brand)}
        .cat::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.42));z-index:1}
        .cat-name{position:absolute;inset:0;z-index:2;padding:16px;font-weight:950;font-size:17px;color:white;display:flex;align-items:center;justify-content:center;gap:8px;text-shadow:0 2px 10px rgba(0,0,0,.5)}
        .cat-name .arrow{position:absolute;right:14px;bottom:13px;font-size:17px}

        .hero{position:relative;overflow:hidden;border-radius:28px;background:#fff;min-height:0;aspect-ratio:16/6;max-height:430px;box-shadow:var(--shadow);border:1px solid var(--line)}
        .slide{display:none;height:100%;min-height:0;position:relative;overflow:hidden;background:#f8fbf7}
        .slide.active{display:block}
        .slide::after{display:none}
        .slide-content{display:none}
        .slide-kicker{font-family:var(--title);font-size:27px;color:var(--brand);margin-bottom:14px}
        .slide h1{font-family:var(--title);font-size:50px;line-height:.95;margin:0 0 16px;color:#111;font-weight:800;letter-spacing:0}
        .slide p{font-size:17px;line-height:1.55;margin:0 0 24px;color:#303030}
        .slide-art{position:absolute;inset:0;width:100%;height:100%;background:#fff;z-index:2;display:grid;place-items:center;overflow:hidden}
        .slide-art img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
        .slide-link{position:absolute;inset:0;z-index:5;background:transparent;border:0;padding:0;display:block;cursor:pointer}
        .dots{position:absolute;left:0;right:0;bottom:13px;display:flex;justify-content:center;gap:9px;z-index:4}
        .dot{width:11px;height:11px;border:0;border-radius:50%;background:#d1d7d0}
        .dot.active{background:var(--brand)}

        .benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
        .benefit{background:white;border:1px solid var(--line);border-radius:20px;padding:16px;display:flex;align-items:center;gap:13px;box-shadow:0 5px 18px rgba(0,0,0,.035)}
        .benefit-icon{width:48px;height:48px;border-radius:16px;background:var(--soft2);display:grid;place-items:center;font-size:25px;color:var(--brand);flex:0 0 auto}
        .benefit strong{display:block;margin-bottom:3px}.benefit span{font-size:13px;color:var(--muted);line-height:1.35}

        .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
        .product-card{position:relative;border:1px solid var(--line);border-radius:20px;background:white;overflow:hidden;box-shadow:0 7px 20px rgba(0,0,0,.045);transition:.18s}
        .product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
        .product-img{height:235px;background:white;display:grid;place-items:center;overflow:hidden;cursor:pointer}
        .product-img img{width:100%;height:100%;object-fit:contain;background:white;transition:.2s}
        .product-card:hover .product-img img{transform:none}
        .discount-badge{position:absolute;left:12px;top:12px;background:#fff1f1;color:var(--red);border:1px solid #f2c5c9;border-radius:999px;padding:6px 10px;font-weight:950;font-size:13px;z-index:3}
        .product-info{padding:15px}
        .product-name{font-weight:900;font-size:18px;line-height:1.25;margin:0 0 10px;cursor:pointer}
        .price{font-size:21px;font-weight:950;color:var(--brand)}
        .price.offer{color:var(--red)}
        .old{color:#6f6f6f;text-decoration:line-through;font-size:15px;margin-top:3px}
        .sku{color:#777;font-size:13px;margin:9px 0 0}
        .add-btn{width:100%;height:40px;border:1px solid var(--line);background:var(--soft);border-radius:13px;font-weight:900;margin-top:12px}
        .add-btn:hover:not(:disabled){background:var(--brand);color:white;border-color:var(--brand)}
        .add-btn:disabled{opacity:.45;cursor:not-allowed}

        .toolbar{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;margin:22px 0}
        .back{border:0;background:white;width:48px;height:48px;border-radius:16px;font-size:28px;line-height:1;color:#222;box-shadow:0 5px 16px rgba(0,0,0,.045);padding:0}
        .chip-row{display:flex;gap:10px;overflow:auto;scrollbar-width:none;margin:18px 0 24px}.chip-row::-webkit-scrollbar{display:none}
        .chip{height:44px;border:1px solid var(--line);background:white;border-radius:999px;padding:0 16px;font-weight:800;color:#333;white-space:nowrap}.chip.active{background:var(--soft2);color:var(--brand);border-color:var(--soft2)}
        .results-title{font-size:33px;line-height:1.1;margin:8px 0 4px;font-weight:950}.results-sub{font-size:18px;color:var(--muted);margin:0}
        .pager{display:flex;justify-content:center;gap:10px;margin:28px 0}.page{width:44px;height:44px;border:1px solid var(--line);background:white;border-radius:13px;font-weight:900}.page.active{background:var(--brand);color:white;border-color:var(--brand)}

        .detail-top{display:flex;align-items:center;justify-content:space-between;margin:20px 0 12px}.detail-actions{display:flex;gap:8px}.detail-actions button{border:0;background:white;border-radius:16px;width:46px;height:46px;font-size:21px;box-shadow:0 5px 16px rgba(0,0,0,.04)}
        .detail-title{font-size:34px;line-height:1.05;margin:0 0 14px;font-weight:950}
        .detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:start}
        .gallery{position:relative;border:1px solid var(--line);border-radius:24px;background:white;height:520px;display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow)}
        .gallery img{width:100%;height:100%;object-fit:contain;background:white;padding:32px}
        .gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:white;box-shadow:0 5px 16px rgba(0,0,0,.08);font-size:26px}.gallery-arrow.left{left:16px}.gallery-arrow.right{right:16px}
        .gallery-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:8px}.gallery-dots span{width:10px;height:10px;border-radius:50%;background:#d2d6d1}.gallery-dots span.active{background:var(--brand)}
        .detail-card{border:1px solid var(--line);background:white;border-radius:24px;padding:24px;box-shadow:0 7px 24px rgba(0,0,0,.05)}
        .detail-desc{font-size:16px;line-height:1.72;color:#454b4f;margin:16px 0}
        .detail-price-row{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:18px 0}.detail-price{font-size:39px;font-weight:950;color:var(--brand)}.detail-price.offer{color:var(--red)}.detail-old{font-size:19px;color:#777;text-decoration:line-through}.detail-badge{display:inline-block;background:#fff1f1;color:var(--red);border:1px solid #f2c5c9;border-radius:999px;padding:7px 12px;font-weight:950;margin-left:8px}
        .credit-card{border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fbf8);border-radius:18px;padding:16px;display:grid;grid-template-columns:54px 1fr 1fr 1fr;gap:14px;align-items:center;margin:18px 0}.credit-icon{font-size:31px;color:var(--brand)}.credit-col{border-left:1px solid var(--line);padding-left:14px}.credit-col:first-of-type{border-left:0;padding-left:0}.credit-label{color:#555;font-size:14px}.credit-value{font-size:20px;font-weight:950}.credit-value.green{color:var(--brand)}.legal{grid-column:2/5;color:#666;font-size:12px;line-height:1.4}
        .buy-options{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:18px 0}.option-title{font-weight:950;margin-bottom:10px}.qty{display:inline-grid;grid-template-columns:48px 58px 48px;height:50px;border:1px solid var(--line);border-radius:13px;overflow:hidden}.qty button{border:0;background:white;font-size:25px}.qty span{display:grid;place-items:center;border-left:1px solid var(--line);border-right:1px solid var(--line);font-size:18px;font-weight:850}.stock-note{font-size:13px;color:#666;margin-top:8px}.variant-buttons{display:flex;gap:10px;flex-wrap:wrap}.variant-btn{min-width:66px;height:50px;border:1px solid var(--line);background:white;border-radius:13px;font-weight:900}.variant-btn.active{border-color:var(--brand);color:var(--brand);box-shadow:0 0 0 3px rgba(15,109,42,.10)}.variant-btn:disabled{opacity:.35;cursor:not-allowed}
        .detail-add{width:100%;height:56px;border:0;background:var(--brand);color:white;border-radius:15px;font-weight:950;font-size:17px;margin-top:4px}.detail-add:disabled{opacity:.45}
        .spec-card{border:1px solid var(--line);background:white;border-radius:22px;padding:20px;margin:24px 0;box-shadow:0 6px 20px rgba(0,0,0,.035)}.spec-card h3{margin:0 0 14px;font-size:22px}.spec-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none}.spec-list li{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:12px 14px;line-height:1.45}.spec-list strong{display:block;color:var(--brand);font-size:13px;margin-bottom:3px}

        .cart-title{font-size:42px;line-height:1;margin:28px 0 8px;font-weight:950}.cart-sub{font-size:18px;color:var(--muted);margin:0 0 22px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.cart-list{border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden;box-shadow:0 7px 22px rgba(0,0,0,.045)}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:16px;align-items:center;padding:18px;border-top:1px solid var(--line)}.cart-item:first-child{border-top:0}.cart-item img{width:120px;height:120px;border-radius:17px;background:white;object-fit:contain}.cart-item h3{margin:0 0 8px;font-size:20px}.cart-item p{margin:0 0 7px;color:#666}.cart-price{font-size:20px;font-weight:950;color:var(--brand);margin-bottom:10px}.remove{border:1px solid #f2c5c9;background:#fff1f1;border-radius:12px;width:42px;height:42px;color:var(--red)}.remove:hover{background:var(--red);color:white}.remove svg{width:21px;height:21px;stroke:currentColor;stroke-width:2.3;fill:none}.summary-card{border:1px solid var(--line);border-radius:22px;background:white;padding:20px;box-shadow:var(--shadow);position:sticky;top:105px}.summary-row{display:flex;justify-content:space-between;gap:18px;margin:12px 0;font-size:17px}.summary-total{border-top:1px solid var(--line);padding-top:18px;margin-top:18px;font-size:22px;font-weight:950}.summary-total strong{font-size:30px;color:var(--brand)}.checkout{width:100%;height:58px;border:0;background:var(--brand);color:white;border-radius:15px;font-weight:950;font-size:17px;margin-top:12px}
        .delivery-card{border:1px solid var(--line);border-radius:22px;background:white;padding:20px;margin-top:20px;box-shadow:0 7px 22px rgba(0,0,0,.045)}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;color:#555;font-weight:900}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:13px;padding:12px;outline:none;background:white}.field input[readonly],.field textarea[readonly]{background:#f6f8f5;color:#56605a;cursor:not-allowed}.field select:disabled{background:#f6f8f5;color:#777;cursor:not-allowed}.field textarea{min-height:82px;resize:vertical}.postal-status{grid-column:1/-1;margin-top:-2px;font-size:13px;color:#667;line-height:1.35}.postal-status.ok{color:var(--brand);font-weight:800}.postal-status.error{color:var(--red);font-weight:800}.readonly-note{font-size:12px;color:#777;margin-top:2px}


        .credit-panel{border:1px solid var(--line);background:white;border-radius:22px;padding:22px;box-shadow:var(--shadow);margin:22px 0}.credit-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.credit-form{display:grid;gap:14px;max-width:560px}.credit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.credit-stat{border:1px solid var(--line);background:var(--soft);border-radius:18px;padding:16px}.credit-stat span{display:block;color:var(--muted);font-size:13px;font-weight:800;margin-bottom:6px}.credit-stat strong{font-size:22px;color:#1b1f1c}.debt-list{display:grid;gap:12px;margin:18px 0}.debt-row{border:1px solid var(--line);background:white;border-radius:18px;padding:16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.debt-row h3{margin:0 0 6px}.debt-meta{color:var(--muted);font-size:14px;line-height:1.45}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;background:#edf7ef;color:var(--brand);margin-left:8px}.status-pill.warn{background:#fff4df;color:#8a5a00}.payment-list{display:grid;gap:10px;margin-top:14px}.payment-row{border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.payment-row strong{white-space:nowrap}.masked-destination{background:var(--soft);border:1px dashed #c8d8c8;border-radius:14px;padding:12px;color:#34423a;line-height:1.5}
        
        .credit-alert{border:1px solid #cde6d2;background:#f3faf5;color:#123d21;border-radius:18px;padding:14px 16px;margin:18px 0;line-height:1.45;display:flex;gap:12px;align-items:flex-start}
        .credit-alert strong{display:block;margin-bottom:3px}
        .credit-alert.warn{border-color:#f1d1a6;background:#fff8ec;color:#664300}
        .credit-alert.danger{border-color:#f2c5c9;background:#fff6f7;color:#6d141d}
        .credit-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}
        .credit-mini{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px}
        .credit-mini span{display:block;color:var(--muted);font-size:12px;font-weight:850;margin-bottom:5px}
        .credit-mini strong{font-size:17px;color:#141414}
        .debt-row.atrasado{border-color:#f2c5c9;background:#fffafa}
        .debt-row.liquidado{background:#f7fbf8}
        .status-pill.danger{background:#fff1f1;color:var(--red)}
        .status-pill.neutral{background:#edf1f5;color:#46515c}
        .debt-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
        .debt-actions .btn{min-height:42px;padding:0 14px;border-radius:12px}
        .credit-kv{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}
        .credit-kv div{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px}
        .credit-kv span{display:block;color:var(--muted);font-size:12px;font-weight:850;margin-bottom:4px}
        .credit-kv strong{font-size:16px}
        .payment-tag{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;background:var(--soft2);color:var(--brand);font-size:12px;font-weight:950;margin-top:6px}
        .payment-tag.warn{background:#fff4df;color:#8a5a00}
        .payment-tag.danger{background:#fff1f1;color:var(--red)}
        .progress-line{height:9px;background:#edf1ed;border-radius:999px;overflow:hidden;margin-top:10px}
        .progress-line span{display:block;height:100%;background:var(--brand);border-radius:999px}
        @media(max-width:700px){.credit-mini-grid,.credit-kv{grid-template-columns:1fr}.debt-row{grid-template-columns:1fr}.debt-actions{justify-content:flex-start}.payment-row{display:grid;grid-template-columns:1fr}}

        .location-modal{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:120;display:none;align-items:center;justify-content:center;padding:18px}.location-modal.show{display:flex}.modal-card{width:min(560px,100%);background:white;border-radius:28px;box-shadow:0 26px 80px rgba(0,0,0,.24);padding:0;overflow:hidden}.modal-hero{background:linear-gradient(135deg,#0f6d2a,#062f14);color:white;padding:26px;display:flex;gap:17px;align-items:center}.modal-hero-icon{width:64px;height:64px;border-radius:22px;background:rgba(255,255,255,.14);display:grid;place-items:center;font-size:34px}.modal-hero h2{margin:0;font-size:30px;line-height:1.05}.modal-hero p{margin:7px 0 0;color:rgba(255,255,255,.82);line-height:1.4}.modal-body{padding:24px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-card label{font-weight:950;font-size:13px;color:#38423b}.modal-card select{width:100%;height:50px;border:1px solid var(--line);border-radius:14px;padding:0 12px;background:white;outline:none;margin-top:6px}.detect-location{border:1px dashed #b9d8c1;background:#f3faf5;color:var(--brand);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;width:100%;margin:18px 0;font-weight:900;text-align:left}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
        .toast-wrap{position:fixed;right:16px;top:16px;z-index:200;display:grid;gap:10px}.toast{width:min(420px,calc(100vw - 32px));background:white;border:1px solid var(--line);border-left:5px solid var(--brand);border-radius:16px;padding:14px;box-shadow:var(--shadow)}.toast.error{border-left-color:var(--red);background:#fff9f9}
        .empty{background:white;border:1px dashed #cfd9cf;border-radius:20px;padding:28px;text-align:center;color:var(--muted)}
        .diagnostic{border:1px solid #f0cfcd;background:#fff9f9;color:#5b2025;border-radius:18px;padding:16px;margin:18px 0;line-height:1.55}
        .diagnostic strong{display:block;margin-bottom:6px}
        body.maintenance-mode{padding-bottom:0;min-height:100vh;background:radial-gradient(circle at top left,#edf7ef 0,transparent 360px),linear-gradient(180deg,#fff 0%,#f6faf5 100%)}
        body.maintenance-mode .top-note,
        body.maintenance-mode .header,
        body.maintenance-mode .bottom-nav,
        body.maintenance-mode .footer{display:none}
        .maintenance-screen{min-height:100vh;display:grid;place-items:center;padding:32px 0}
        .maintenance-card{width:min(620px,100%);background:white;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow);text-align:center}
        .maintenance-logo{width:86px;height:86px;border-radius:24px;background:#0f141c;display:grid;place-items:center;margin:0 auto 18px;box-shadow:0 12px 25px rgba(15,20,28,.18);overflow:hidden}
        .maintenance-logo img{width:68px;height:68px;object-fit:contain}
        .maintenance-card h1{margin:0 0 12px;font-size:34px;line-height:1.05;font-weight:950;color:var(--brand)}
        .maintenance-card p{margin:0;color:#3d4540;font-size:18px;line-height:1.55}
        .maintenance-card small{display:block;margin-top:20px;color:var(--muted);line-height:1.45}
        footer{margin-top:45px;background:#f0f5ef;border-top:1px solid var(--line);padding:28px 0 96px;color:#4b4f52}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:10px}.footer-logo strong{font-size:24px}.footer a,.footer p{display:block;color:#4b4f52;text-decoration:none;line-height:1.8;font-size:14px;margin:0}.footer-link,.social-link{display:flex!important;align-items:center;gap:9px;margin:7px 0!important;line-height:1.3!important}.footer-link-icon{width:26px;height:26px;border-radius:8px;background:#e5f1e8;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.footer-link-icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:2.2;fill:none}.social-icon{width:26px;height:26px;border-radius:7px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden}.social-icon svg{width:100%;height:100%;display:block}.copy{text-align:center;border-top:1px solid #dbe5da;margin-top:22px;padding-top:14px;font-size:13px;color:#777}

        @media(max-width:1050px){.header-inner{grid-template-columns:1fr}.brand{justify-content:center}.header-actions{justify-content:center}.categories{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.detail-layout,.cart-layout{grid-template-columns:1fr}.summary-card{position:static}.footer-grid{grid-template-columns:1fr}}
        @media(max-width:700px){body{padding-bottom:96px}.header{position:relative;top:auto}.header-inner{display:flex;flex-direction:column;align-items:stretch}.brand{justify-content:flex-start;width:100%}.search{width:100%}.header-actions{width:100%}.store-chip{width:100%;max-width:none;justify-content:center}.toolbar{grid-template-columns:auto 1fr;align-items:start}.toolbar .btn{grid-column:1/-1;width:100%}.section{margin:24px 0}.section-head{align-items:flex-start;flex-direction:column}.detail-top{margin:14px 0 10px}.detail-actions button,.back{width:44px;height:44px}.bottom-nav-inner{width:min(430px,100%)}.container,.header-inner{width:min(100% - 24px,var(--max))}.top-note{font-size:12px}.brand-title strong{font-size:26px}.brand-title span{font-size:11px}.logo-box{width:58px;height:58px;border-radius:18px}.logo-box img{width:46px;height:46px}.categories{grid-template-columns:repeat(2,1fr)}.cat{min-height:118px}.hero{min-height:300px}.slide{min-height:300px;background:linear-gradient(180deg,#f4f7f2 0%,#fff 56%,#0f6d2a 56%,#0f6d2a 100%)}.slide::after{display:none}.slide-content{width:100%;padding:22px 20px 132px}.slide h1{font-size:30px;line-height:1}.slide-art{width:100%;height:132px;top:auto;bottom:0}.benefits{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-img{height:190px}.product-name{font-size:16px}.detail-layout{gap:18px}.gallery{height:310px}.gallery img{padding:22px}.detail-card{padding:18px}.detail-title{font-size:30px}.detail-price-row{display:block}.credit-card{grid-template-columns:44px 1fr}.credit-col{border-left:0;padding-left:0}.legal{grid-column:1/3}.buy-options{grid-template-columns:1fr}.spec-list{grid-template-columns:1fr}.cart-item{grid-template-columns:92px 1fr;gap:12px}.cart-item img{width:92px;height:92px}.cart-item .cart-side{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.delivery-grid,.modal-grid,.modal-actions,.credit-grid{grid-template-columns:1fr}.footer{padding-bottom:110px}}
        @media(max-width:420px){.top-note{display:none}.brand-title strong{font-size:24px}.brand-title span{font-size:10px;letter-spacing:1.2px}.search input{height:50px;font-size:14px}.store-chip{height:44px;font-size:13px}.section-title{font-size:24px}.hero{border-radius:22px;min-height:270px}.slide{min-height:270px}.slide h1{font-size:27px;line-height:1}.slide p{font-size:14px;line-height:1.4}.slide-kicker{font-size:21px}.slide-content{padding:20px 18px 118px}.slide-art{height:118px}.detail-title{font-size:27px}.detail-price{font-size:32px}.credit-value{font-size:17px}.modal-hero{padding:20px}.modal-hero h2{font-size:25px}.categories{grid-template-columns:repeat(2,1fr)}.cat{min-height:130px}.product-grid{grid-template-columns:1fr}.product-img{height:260px}.header-inner{gap:12px}.cart-title{font-size:36px}}
        @media(max-width:700px){.hero{min-height:0;aspect-ratio:16/7}.slide{height:100%;min-height:0;background:#f8fbf7}.slide-content{display:none}.slide-art{inset:0;width:100%;height:100%;top:0;bottom:auto}.cat{min-height:0;aspect-ratio:1.6}.cat-img{background:var(--soft);background-size:cover;background-position:center}.cat-img img{width:100%;height:100%;max-width:100%;object-fit:cover!important;object-position:center;transform:none!important}}
        @media(max-width:420px){.hero{min-height:0;aspect-ratio:16/8}.slide{height:100%;min-height:0}.slide-art{height:100%}.cat{min-height:0;aspect-ratio:1.6}}
        @media(max-width:700px){.product-img img{object-fit:contain;background:white}.product-card:hover .product-img img{transform:none}}
        @supports (-webkit-touch-callout:none){@media(max-width:700px){.product-img,.gallery,.slide-art{background:white}.product-img img,.gallery img,.slide-art img{object-fit:contain;object-position:center;background:white}}}
        @media(max-width:700px){.hero{min-height:0!important;aspect-ratio:16/6!important;max-height:none;background:white}.slide{height:100%!important;min-height:0!important;background:white!important}.slide-art{inset:0!important;width:100%!important;height:100%!important;top:0!important;bottom:auto!important;background:white}.slide-art img{object-fit:contain!important;background:white}}
        @media(min-width:701px){.hero{aspect-ratio:16/6!important;max-height:430px;background:white}.slide{height:100%!important;min-height:0!important;background:white!important}.slide-art{background:white}.slide-art img{object-fit:contain!important;background:white}}
        @media(max-width:700px){.credit-card{grid-template-columns:44px 1fr 1fr!important;gap:12px;align-items:start}.credit-icon{grid-column:1;grid-row:1}.credit-card .credit-col{border-left:0!important;padding-left:0!important}.credit-card .credit-col:nth-child(2){grid-column:2/4;grid-row:1}.credit-card .credit-col:nth-child(3){grid-column:1/2;grid-row:2}.credit-card .credit-col:nth-child(4){grid-column:2/4;grid-row:2}.credit-card .legal{grid-column:1/4!important;grid-row:3}.credit-label{font-size:13px}.credit-value{font-size:18px;line-height:1.15}.detail-add{margin-bottom:8px}}


        /* Correcciones finales: banners completos, imágenes contenidas y precios por variante */
        .hero{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;background:white!important;overflow:hidden!important}
        .slide{height:auto!important;min-height:0!important;background:white!important;position:relative!important;overflow:hidden!important}
        .slide.active{display:block!important}
        .slide-art{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;top:auto!important;bottom:auto!important;background:white!important;display:block!important;overflow:hidden!important}
        .slide-art img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;background:white!important;margin:0 auto!important;transform:none!important}
        .product-img{height:220px;background:white;padding:12px}
        .product-img img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;background:white!important;padding:10px;transform:none!important}
        .gallery{height:430px!important;background:white!important}
        .gallery img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:white!important;padding:20px!important;transform:none!important}
        .price-prefix{font-size:13px;font-weight:850;color:var(--muted);margin-bottom:2px}
        .variant-price-note{font-size:13px;color:var(--muted);margin-top:5px}
        @media(max-width:700px){.hero{height:auto!important;aspect-ratio:auto!important}.slide-art img{width:100%!important;height:auto!important}.product-img{height:180px;padding:10px}.gallery{height:300px!important}.gallery img{padding:14px!important}}
        @media(max-width:420px){.product-img{height:230px}.gallery{height:280px!important}}


        /* Ajustes finales de detalle: cuadro completo, variante correcta, boxes separados y zoom de imagen */
        .detail-layout{align-items:stretch!important}
        .detail-card{min-height:430px!important;display:flex!important;flex-direction:column!important}
        .detail-card .detail-add{margin-top:auto!important}
        .variant-buttons{gap:12px!important}
        .variant-btn{min-width:118px!important;height:54px!important;padding:0 16px!important;white-space:nowrap!important}
        .gallery{cursor:zoom-in!important}
        .gallery img{cursor:zoom-in!important}
        .gallery-arrow,.gallery-dots{cursor:pointer!important}
        .detail-info-sections{display:grid;grid-template-columns:1fr;gap:18px;margin:24px 0}
        .spec-card{margin:0!important}
        .feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:0;padding:0;list-style:none}
        .feature-list li{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 14px;line-height:1.45;display:flex;gap:9px;align-items:flex-start}
        .feature-list li::before{content:"✓";width:22px;height:22px;border-radius:999px;background:var(--soft2);color:var(--brand);display:inline-grid;place-items:center;flex:0 0 auto;font-weight:950;font-size:13px;margin-top:1px}
        .image-modal{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:250;display:none;align-items:center;justify-content:center;padding:24px}
        .image-modal.show{display:flex}
        .image-modal-card{position:relative;width:min(1100px,calc(100vw - 34px));height:min(86vh,850px);background:white;border-radius:24px;box-shadow:0 28px 90px rgba(0,0,0,.35);display:grid;place-items:center;overflow:hidden}
        .image-modal-card img{width:100%;height:100%;object-fit:contain;background:white;padding:22px}
        .image-modal-close{position:absolute;right:14px;top:14px;width:46px;height:46px;border:0;border-radius:999px;background:white;color:#111;font-size:28px;box-shadow:0 8px 22px rgba(0,0,0,.20);z-index:2}
        @media(max-width:700px){.detail-card{min-height:auto!important}.variant-btn{min-width:104px!important}.feature-list{grid-template-columns:1fr}.image-modal{padding:12px}.image-modal-card{height:78vh;border-radius:18px}.image-modal-card img{padding:14px}}


/* Diseño departamental inspirado en la referencia */
:root{
  --bg:#ffffff;
  --card:#ffffff;
  --soft:#f7f7f7;
  --soft2:#f1f8f2;
  --text:#050505;
  --muted:#6f6f6f;
  --line:#e8e8e8;
  --brand:#08a735;
  --brand-dark:#057b28;
  --red:#f01812;
  --shadow:0 10px 28px rgba(0,0,0,.08);
  --max:1500px;
  --font:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --title:'Cormorant Garamond',Georgia,"Times New Roman",serif;
}

body{
  background:#fff;
  color:var(--text);
  font-family:var(--font);
  padding-bottom:0;
}

.top-note{display:none}
.container{width:min(var(--max),calc(100% - 64px))}

.header{
  position:sticky;
  top:0;
  z-index:70;
  background:#000;
  border-bottom:0;
  box-shadow:none;
  backdrop-filter:none;
}

.header-inner{
  width:min(var(--max),calc(100% - 64px));
  min-height:92px;
  padding:14px 0;
  grid-template-columns:280px minmax(320px,560px) auto;
  justify-content:space-between;
  gap:34px;
}

.brand{
  min-width:0;
  gap:16px;
  color:#fff;
}

.logo-box,
.footer-logo .logo-box{
  width:78px!important;
  height:62px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.logo-box img,
.footer-logo .logo-box img{
  width:78px!important;
  height:62px!important;
  object-fit:contain;
}

.brand-title strong{
  font-family:var(--title);
  color:#fff;
  font-size:42px;
  font-weight:700;
  line-height:.85;
}

.brand-title span{
  margin-top:8px;
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
}

.search{max-width:560px;width:100%}
.search input{
  height:44px;
  border:1px solid #cfcfcf;
  border-radius:10px;
  padding:0 52px 0 20px;
  box-shadow:none;
  font-size:13px;
  font-weight:500;
}

.search .mag{
  display:none;
}

.search button{
  right:8px;
  width:34px;
  height:34px;
  border-radius:8px;
  background:#fff;
  color:#000;
}

.search svg,
.header-actions svg,
.cat svg,
.add-btn svg,
.favorite-btn svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.header-actions{
  gap:24px;
  color:#fff;
}

.account-action,
.icon-action{
  border:0;
  background:transparent;
  color:#fff;
  min-height:42px;
  padding:0;
  gap:10px;
  font-size:13px;
  font-weight:600;
}

.icon-action{
  width:42px;
  position:relative;
}

.cart-action .desktop-cart-count{
  position:absolute;
  top:3px;
  right:0;
  min-width:18px;
  height:18px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--brand);
  color:#fff;
  font-size:10px;
  font-weight:800;
}

.store-chip{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}

.bottom-nav{
  display:none;
}

.category-strip{
  width:100vw;
  margin-left:calc(50% - 50vw);
  border-bottom:1px solid var(--line);
  background:#fff;
}

.category-strip .categories{
  width:min(var(--max),calc(100% - 64px));
  margin:auto;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  overflow-x:auto;
  scrollbar-width:none;
}

.category-strip .categories::-webkit-scrollbar{display:none}

.cat{
  flex:0 0 auto;
  min-width:92px;
  min-height:72px;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#fff;
  color:#000;
  display:grid;
  place-items:center;
  padding:8px 4px;
  gap:7px;
}

.cat:hover{
  transform:none;
  box-shadow:none;
  color:var(--brand-dark);
}

.cat::after{display:none}
.cat-img{
  position:static;
  width:24px;
  height:24px;
  background:transparent!important;
}

.cat-img .icon{
  color:currentColor;
  font-size:0;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
}

.cat-img[style*="background-image"]{
  width:28px;
  height:28px;
  border-radius:50%;
  background-size:cover!important;
}

.cat-name{
  position:static;
  color:currentColor;
  text-shadow:none;
  padding:0;
  font-size:13px;
  font-weight:500;
  line-height:1.2;
}

.hero{
  margin-top:28px;
  height:380px!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:10px!important;
  box-shadow:none!important;
  background:linear-gradient(90deg,#f8f8f8 0%,#fff 52%,#f3f3f3 100%)!important;
}

.slide,
.slide.active{
  height:100%!important;
  background:transparent!important;
}

.slide.active{
  display:grid!important;
  grid-template-columns:42% 58%;
  align-items:center;
}

.slide-content{
  display:block!important;
  width:auto!important;
  padding:0 0 0 58px!important;
  position:relative;
  z-index:2;
}

.slide-kicker{
  margin:0 0 16px;
  font-family:var(--font);
  color:#111;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:3px;
}

.slide h1{
  max-width:450px;
  margin:0 0 14px;
  font-family:var(--title);
  font-size:58px;
  font-weight:600;
  line-height:.9;
  color:#050505;
}

.slide p{
  max-width:390px;
  margin:0 0 22px;
  color:#1f1f1f;
  font-size:15px;
  line-height:1.55;
}

.hero-cta{
  min-width:164px;
  height:44px;
  border:0;
  border-radius:8px;
  background:#000;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.slide-art{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:end center!important;
  background:transparent!important;
}

.slide-art img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  background:transparent!important;
  padding:20px 24px 0 0!important;
}

.slide-art img[src*="logo.png"]{
  width:min(320px,70%)!important;
  height:auto!important;
  opacity:.13;
  place-self:center;
  padding:0!important;
}

.dots{
  bottom:20px;
  gap:10px;
}

.dot{
  width:18px;
  height:7px;
  border-radius:999px;
  background:#dedede;
}

.dot.active{
  width:18px;
  background:#000;
}

.benefits{display:none}
.section{margin:34px 0}
.section-head{
  margin-bottom:18px;
  align-items:end;
}

.section-title{
  font-family:var(--title);
  font-size:32px;
  font-weight:700;
}

.section-subtitle{
  color:var(--brand-dark);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1.7px;
  order:-1;
}

.link-btn{
  color:#000;
  font-size:13px;
  font-weight:500;
  gap:10px;
}

.link-btn::after{
  content:"→";
  font-size:22px;
  line-height:1;
}

.product-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}

.product-card{
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 8px 20px rgba(0,0,0,.045);
  overflow:hidden;
}

.product-card:hover{
  transform:none;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.discount-badge{
  top:12px;
  left:12px;
  border:0;
  border-radius:4px;
  background:var(--red);
  color:#fff;
  padding:5px 8px;
  font-size:12px;
}

.favorite-btn{
  position:absolute;
  top:12px;
  right:12px;
  z-index:4;
  width:30px;
  height:30px;
  border:0;
  background:transparent;
  color:#9a9a9a;
  padding:0;
}

.product-img{
  height:160px!important;
  padding:20px 12px 8px!important;
}

.product-img img{
  padding:0!important;
}

.product-info{
  padding:0 14px 14px;
}

.product-brand{
  margin-bottom:4px;
  font-size:13px;
  font-weight:800;
  color:#000;
}

.product-name{
  min-height:34px;
  margin:0 0 8px;
  font-size:13px;
  font-weight:500;
  line-height:1.3;
}

.price-row{
  display:flex;
  align-items:baseline;
  gap:8px;
  min-height:24px;
}

.price{
  font-size:17px;
  color:var(--red);
  font-weight:800;
}

.price.offer{color:var(--red)}
.old{
  margin:0;
  color:#8a8a8a;
  font-size:12px;
}

.sku{display:none}

.add-btn{
  height:30px;
  margin-top:12px;
  border:0;
  border-radius:6px;
  background:#000;
  color:#fff;
  font-size:11px;
  font-weight:700;
  gap:8px;
}

.add-btn svg{
  width:16px;
  height:16px;
}

.add-btn:hover:not(:disabled){
  background:#111;
  color:#fff;
}

.cart-title,
.results-title,
.detail-title{
  font-family:var(--title);
  font-weight:700;
}

.btn-primary,
.checkout,
.detail-add{
  background:#000;
  color:#fff;
  border-radius:8px;
  box-shadow:none;
}

.btn-primary:hover,
.checkout:hover,
.detail-add:hover{
  background:#111;
}

.btn-outline,
.chip,
.back{
  border-radius:8px;
}

.delivery-card,
.summary-card,
.cart-list,
.detail-card,
.gallery,
.spec-card,
.credit-panel{
  border-radius:8px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.05)!important;
}

.field input,
.field textarea,
.field select{
  border-radius:8px;
}

footer{
  margin-top:56px;
  padding-bottom:30px;
  background:#050505;
  color:#d8d8d8;
}

.footer a,
.footer p,
.copy{
  color:#d8d8d8;
}

@media(max-width:1200px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .slide h1{font-size:50px}
}

@media(max-width:900px){
  .container,
  .header-inner,
  .category-strip .categories{width:min(100% - 28px,var(--max))}
  .header-inner{
    grid-template-columns:1fr;
    gap:14px;
    padding:16px 0 18px;
  }
  .brand{justify-content:center}
  .search{max-width:none}
  .header-actions{justify-content:center}
  .category-strip .categories{justify-content:flex-start}
  .hero{height:auto!important;min-height:520px!important}
  .slide.active{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
  }
  .slide-content{
    padding:34px 28px 0!important;
    text-align:left;
  }
  .slide h1{
    font-size:46px;
    max-width:520px;
  }
  .slide-art{
    min-height:250px;
  }
  .slide-art img{
    padding:0 20px 18px!important;
  }
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bottom-nav{display:block}
  body{padding-bottom:88px}
}

@media(max-width:520px){
  .brand-title strong{font-size:34px}
  .brand-title span{font-size:9px}
  .account-action span{display:none}
  .header-actions{gap:18px}
  .hero{min-height:470px!important;margin-top:18px}
  .slide-content{padding:28px 22px 0!important}
  .slide h1{font-size:40px}
  .product-grid{grid-template-columns:1fr}
  .product-img{height:230px!important}
  .section-head{align-items:flex-start}
}

/* Ajustes finos de catálogo */
:root{
  --font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --title:'Playfair Display',Georgia,"Times New Roman",serif;
}

.category-strip .categories{
  min-height:92px;
}

.cat{
  min-width:112px;
  min-height:86px;
  gap:9px;
}

.cat-img,
.cat-img .icon{
  width:31px;
  height:31px;
}

.cat svg{
  width:30px;
  height:30px;
  stroke-width:1.65;
}

.cat-name{
  font-size:14px;
  font-weight:500;
}

.product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
}

.product-card{
  border-radius:10px;
}

.product-img{
  height:210px!important;
  padding:24px 18px 12px!important;
}

.product-info{
  padding:0 16px 16px;
}

.product-brand{
  font-size:14px;
}

.product-name{
  min-height:38px;
  font-size:14px;
}

.price{
  color:var(--brand-dark);
  font-size:18px;
}

.price.offer{
  color:var(--red);
}

.old{
  font-size:13px;
}

.add-btn{
  height:34px;
  font-size:12px;
}

.hero{
  height:auto!important;
  min-height:0!important;
}

.slide.active{
  min-height:380px;
}

.slide-art{
  overflow:visible!important;
}

.slide-art img{
  object-fit:contain!important;
  object-position:center!important;
  padding:18px 24px!important;
}

@media(max-width:1200px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .product-img{height:220px!important}
}

@media(max-width:900px){
  .header-inner{
    min-height:0;
  }

  .header-actions{
    display:none;
  }

  .category-strip .categories{
    min-height:86px;
    gap:24px;
  }

  .cat{
    min-width:118px;
  }

  .hero{
    min-height:0!important;
    height:auto!important;
  }

  .slide.active{
    display:block!important;
    min-height:0;
  }

  .slide-content{
    padding:30px 24px 8px!important;
  }

  .slide h1{
    font-size:43px;
  }

  .slide-art{
    min-height:0!important;
    height:auto!important;
    display:block!important;
  }

  .slide-art img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    padding:0 14px 18px!important;
  }

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .product-img{
    height:220px!important;
  }
}

@media(max-width:520px){
  .header-inner{
    gap:14px;
  }

  .brand{
    justify-content:center;
  }

  .category-strip .categories{
    gap:18px;
  }

  .cat{
    min-width:106px;
  }

  .cat svg{
    width:29px;
    height:29px;
  }

  .cat-name{
    font-size:13px;
  }

  .hero{
    margin-top:18px;
  }

  .slide-content{
    padding:28px 22px 6px!important;
  }

  .slide h1{
    font-size:38px;
  }

  .slide p{
    font-size:15px;
  }

  .product-grid{
    grid-template-columns:1fr;
  }

  .product-img{
    height:300px!important;
  }

  .product-card{
    max-width:390px;
    margin:0 auto;
    width:100%;
  }
}
