/* Meat Deli: marca cálida, tipografía editorial y compra mayorista clara. */
:root{--paper:#faf9f6;--surface:#fff;--sand:#efeee8;--ink:#262b28;--muted:#69716b;--red:#aa262b;--red-dark:#891d22;--line:#dddfd8;--green:#35664b;--radius:12px;--body:'Manrope',sans-serif;--display:'Barlow Condensed',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{color:inherit}img{max-width:100%;display:block}svg{width:20px;height:20px;flex:none}button svg,.button svg{vertical-align:middle}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--display);font-weight:600;line-height:1.05;letter-spacing:-.025em;text-wrap:balance}h1{font-size:clamp(48px,6vw,88px)}h2{font-size:clamp(36px,4vw,56px)}h3{line-height:1.4}h1 em,h2 em{font-style:normal;color:var(--red)}p{color:var(--muted);text-wrap:pretty}small{line-height:1.5}b,strong{font-weight:800}button{border:0;background:none}button,a{touch-action:manipulation}a:hover{color:var(--red)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #ba7773;outline-offset:4px}input,select,textarea{min-width:0}input[type=number]{appearance:textfield;-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[hidden]{display:none!important}.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:50px;border-radius:7px;padding:13px 24px;font-size:13px;font-weight:800;transition:background .18s,transform .18s;line-height:1.4}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(1px)}.primary{background:var(--red);color:#fff}.primary:hover{background:var(--red-dark);color:#fff}.secondary{background:transparent;border:1px solid var(--line);color:var(--ink)}.secondary:hover{border-color:var(--ink);color:var(--ink)}.text-link{display:inline-flex;gap:16px;align-items:center;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#b9bdb4;padding-block:8px}.text-link span{font-size:19px}.eyebrow{display:block;font-size:10px;letter-spacing:.15em;font-weight:800;line-height:1.6;color:var(--muted);margin-bottom:18px}.red-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--red);margin-right:10px}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;padding:12px 20px;background:var(--red);color:#fff}.skip-link:focus{top:10px}.topbar{border-bottom:1px solid var(--line);background:var(--sand);font-size:15px;font-weight:700;line-height:1.5;color:var(--ink);letter-spacing:.01em}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:8px 24px;min-height:48px;padding-block:10px}.topbar span{display:flex;gap:8px;align-items:center}.topbar svg{width:22px;height:22px;color:var(--red)}.topbar b{margin-left:8px;color:var(--red);font-weight:800}.header{position:sticky;top:0;background:rgba(250,249,246,.97);z-index:20;border-bottom:1px solid var(--line)}.header-inner{height:91px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap;font-family:var(--display);font-size:30px;font-weight:800;line-height:1.05;letter-spacing:-.025em}.brand em{color:var(--red);font-style:normal}.brand img{object-fit:contain;mix-blend-mode:multiply;width:40px;height:48px}.brand small{display:block;margin-top:7px;font:700 7px var(--body);letter-spacing:.14em;color:var(--muted)}.header nav{display:flex;align-items:center;gap:28px;font-size:18px;font-weight:800}.header nav a{padding:12px 0;position:relative;white-space:nowrap}.header nav a:hover:after{content:'';position:absolute;height:2px;bottom:4px;left:0;right:0;background:var(--red)}.header-actions{display:flex;align-items:center;gap:24px}.header-contact{font-size:12px;font-weight:800}.header-contact span{margin-left:8px}.cart-trigger{display:flex;gap:9px;align-items:center;border:1px solid var(--line);border-radius:7px;min-height:43px;padding:8px 12px;font-size:11px;font-weight:800;background:var(--surface)}.cart-trigger b{display:inline-grid;place-items:center;background:var(--red);color:#fff;min-width:20px;height:20px;padding:0 4px;border-radius:50%;font-size:10px}.cart-trigger:hover{border-color:var(--red)}.menu-toggle{display:none}.header .mobile-nav{display:none}.icon-button{display:grid;place-items:center;min-width:44px;min-height:44px;font-size:28px;border-radius:8px}.icon-button:hover{background:var(--sand)}
.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:58px;padding-top:45px;padding-bottom:45px;align-items:center}.hero-copy h1{font-size:clamp(58px,6.6vw,91px);line-height:.98;margin-bottom:24px;letter-spacing:-.02em}.hero-copy>.eyebrow{font-size:14px;font-weight:800;color:var(--red);letter-spacing:.12em;line-height:1.5;margin-bottom:22px}.hero-copy p{max-width:410px;font-size:14px;line-height:1.8;margin-bottom:26px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-note{margin-top:24px;font-size:16px;font-weight:800;line-height:1.5;color:var(--ink);display:flex;align-items:center;gap:10px}.check-circle{display:inline-grid;place-items:center;flex-shrink:0;width:26px;height:26px;border:1px solid var(--red);border-radius:50%;background:var(--red);color:#fff;font-size:16px;font-weight:800}.hero-visual{position:relative;height:516px;border-radius:16px;overflow:hidden;background:#383c2e}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center 45%;transition:transform 1s}.hero-visual:hover>.hero-image{transform:scale(1.025)}.image-caption{position:absolute;left:24px;top:22px;color:#fff;font-size:8px;font-weight:800;letter-spacing:.15em;text-shadow:0 1px 5px #0008}.hero-product{position:absolute;bottom:20px;left:20px;right:20px;padding:19px 20px;background:var(--paper);border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-product>span:first-child{display:flex;flex-direction:column;gap:3px}.hero-product small{font-size:8px;color:var(--muted);font-weight:800;letter-spacing:.09em}.hero-product b{font-size:15px}.hero-product>span:first-child>span{font-size:9px;color:var(--muted)}.hero-product-price{font-size:19px;font-weight:800;color:var(--red);line-height:1.2;white-space:nowrap}.hero-product-price small{display:block;margin-top:6px;font-weight:500;font-size:9px;letter-spacing:0}.hero-product-arrow{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);font-size:18px}.purchase-terms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:28px 0;border-block:1px solid var(--line)}.purchase-terms>div{display:flex;align-items:center;gap:18px;padding:0 32px;border-right:1px solid var(--line)}.purchase-terms>div:first-child{padding-left:0}.purchase-terms>div:last-child{border:0}.purchase-terms b{display:block;font-size:18px;font-weight:800;line-height:1.35;color:#171b18}.purchase-terms small{display:block;font-size:13px;font-weight:600;line-height:1.5;color:#414842;margin-top:6px}.term-icon{font:700 42px/1 var(--display);color:var(--red);flex-shrink:0}
.catalog-section{padding-block:65px 70px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:30px}.section-top .eyebrow{margin-bottom:10px}.section-top h2,.section-top h1{margin-bottom:0}.section-top p{font-size:12px;margin:0}.mobile-break{display:none}.view-button{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:6px;min-height:40px;padding:8px 13px;white-space:nowrap;font-size:11px;font-weight:700}.view-button span{font-size:21px;line-height:1}.view-button[aria-pressed=true]{background:var(--ink);color:#fff}.catalog-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center}.category-tabs{display:flex;gap:8px;flex-wrap:wrap}.category-tabs button{border:1px solid #c5c9c2;border-radius:8px;min-height:46px;padding:11px 16px;background:var(--surface);font-size:14px;font-weight:800;line-height:1.4;white-space:nowrap;color:var(--ink);transition:background .18s,border-color .18s,color .18s}.category-tabs button:hover{background:#f8eceb;border-color:var(--red);color:var(--red)}.category-tabs button[aria-pressed=true]{background:var(--red);border-color:var(--red);color:#fff;font-weight:800}.search-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:var(--surface);padding:8px 12px;border-radius:6px;min-width:230px}.search-box svg{width:15px;color:var(--muted)}.search-box input{width:100%;background:none;border:0;outline:0;padding:2px;font-size:11px}.search-box:focus-within{outline:2px solid var(--red);outline-offset:2px}.catalog-meta{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:10px;color:var(--muted);margin:19px 0}.catalog-meta select{border:0;background:none;font-size:10px;padding:7px 2px;color:var(--ink);max-width:210px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:27px 20px}.product-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s}.product-card:hover{border-color:#babdb4}.product-photo{display:block;position:relative;aspect-ratio:1.13;background:#f0f0eb;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:20px;transition:transform .35s}.product-card:hover .product-photo img{transform:scale(1.045)}.product-tag{position:absolute;left:12px;top:12px;background:#fffef9db;border:1px solid #dedfd7;border-radius:3px;padding:3px 7px;font-size:8px;font-weight:700}.photo-arrow{position:absolute;bottom:12px;right:12px;background:#faf9f6;display:grid;place-items:center;border-radius:50%;width:27px;height:27px;font-size:17px}.product-info{padding:18px 17px 16px;display:flex;flex-direction:column;flex:1}.product-format{font-size:9px;color:var(--muted);margin-bottom:7px}.product-info h3{font-size:15px;font-weight:800;line-height:1.35;margin-bottom:15px;min-height:41px}.product-price{display:flex;gap:5px;align-items:baseline}.product-price strong{font-size:23px;font-weight:800;letter-spacing:-.035em}.product-price span{font-size:9px;color:var(--muted)}.gross-price{font-size:9px;color:var(--muted);margin-top:1px;margin-bottom:17px}.product-actions{display:flex;gap:8px;margin-top:auto}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:5px;background:var(--paper);height:40px;flex:none}.quantity-control button{font-size:17px;min-width:30px;height:38px;padding:0}.quantity-control button:hover{background:var(--sand)}.quantity-control input{width:30px;border:0;background:none;padding:0;text-align:center;font-size:12px;font-weight:700;height:100%}.add-button{display:flex;align-items:center;justify-content:space-between;flex:1;min-height:40px;padding:8px 12px;border-radius:5px;background:var(--red);color:#fff;font-size:11px;font-weight:800;gap:8px;transition:background .2s}.add-button:hover{background:var(--red-dark)}.add-button span{font-size:20px;font-weight:400}.weight-note{display:block;font-size:8px;color:var(--muted);margin-top:8px;margin-bottom:0}.catalog-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}.catalog-bottom p{font-size:10px;margin:0;max-width:610px}.catalog-bottom .text-link{font-size:10px}.empty-results{text-align:center;padding:60px 20px;background:var(--sand);border-radius:12px}.empty-results h3{font-size:22px}.product-grid.quick-view{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}.quick-view .product-card{display:grid;grid-template-columns:90px 1fr;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:10px 0}.quick-view .product-photo{aspect-ratio:1;border-radius:7px}.quick-view .product-photo img{padding:5px}.quick-view .product-tag,.quick-view .photo-arrow{display:none}.quick-view .product-info{display:grid;grid-template-columns:1fr 170px 225px;align-items:center;gap:0 20px;padding:10px 0 10px 20px}.quick-view .product-format{grid-column:1;grid-row:2}.quick-view h3{min-height:0;margin:0;grid-row:1;grid-column:1}.quick-view .product-price{grid-column:2;grid-row:1}.quick-view .gross-price{grid-column:2;grid-row:2;margin:0}.quick-view .product-actions{grid-column:3;grid-row:1 / 3;margin:0}.quick-view .weight-note{grid-column:1 / 4}
.business-section{background:var(--sand);padding-block:62px}.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.business-visual{position:relative;height:470px;border-radius:13px;overflow:hidden}.business-visual>img{height:100%;width:100%;object-fit:cover}.business-visual .image-caption{top:auto;bottom:20px}.business-copy h2{font-size:clamp(45px,4vw,58px);margin-bottom:26px}.business-benefit{display:flex;gap:18px;border-top:1px solid #cdd0c6;padding-top:18px;margin-top:18px}.business-benefit>span{font:700 26px var(--display);color:var(--red);flex-shrink:0}.business-benefit h3{font-size:19px;font-weight:800;margin-bottom:9px}.business-benefit p{font-size:16px;font-weight:500;line-height:1.65;color:#414842;max-width:100%;margin-bottom:8px}.business-copy>.text-link{margin-top:12px;font-size:12px}.how-section{padding-block:78px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:38px}.steps article{border-top:1px solid var(--line);padding-top:25px}.step-number{font:500 32px var(--display);color:var(--red)}.steps h3{font-size:20px;font-weight:800;margin:14px 0 12px}.steps p{font-size:16px;font-weight:500;line-height:1.7;color:#414842;max-width:100%}.delivery-section{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center;padding:48px;background:#eeefe8;border-radius:14px}.delivery-section h2{font-size:49px;margin-bottom:20px}.delivery-section>div>p{font-size:13px;max-width:425px}.delivery-section small{font-size:10px;display:block;color:var(--muted);max-width:415px}.coverage-box{background:var(--surface);border-radius:9px;padding:27px 32px}.coverage-icon{display:grid;place-items:center;width:43px;height:35px;color:var(--green);margin-bottom:12px}.coverage-icon svg{width:34px;height:34px}.coverage-box h3{font-size:18px;margin-bottom:22px}.coverage-box label{font-size:11px;font-weight:700;display:block;margin-bottom:8px}.coverage-box select{width:100%;background:var(--paper);border:1px solid var(--line);border-radius:5px;min-height:44px;padding:9px 12px;font-size:12px}.coverage-box p{font-size:11px;margin-top:15px}.coverage-box .text-link{font-size:11px}.faq-section{padding-block:85px;display:grid;grid-template-columns:1fr 1.3fr;gap:80px}.faq-section>div>p{font-size:12px}.faq-section h2{margin-bottom:15px}.faq-section .text-link{font-size:11px}.faq-list details,.spec-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child,.spec-list details:first-child{border-top:1px solid var(--line)}summary{display:flex;list-style:none;justify-content:space-between;gap:20px;padding:21px 0;cursor:pointer;font-size:13px;font-weight:800;align-items:center}summary::-webkit-details-marker{display:none}summary span{font-size:24px;font-weight:400;color:var(--muted)}details[open] summary span{transform:rotate(45deg)}details>p{font-size:12px;line-height:1.8;margin-bottom:20px}details>small{display:block;color:var(--muted);margin-bottom:20px}.final-cta{border-top:1px solid var(--line);text-align:center;padding:65px 20px 75px}.final-cta h2{font-size:62px;margin-bottom:25px}.final-cta p{font-size:11px;margin:17px 0 0}.final-cta p a{text-decoration:underline;text-underline-offset:4px}.footer{background:#efeee9;border-top:1px solid var(--line);padding:35px 0 20px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:30px}.footer-top .brand{font-size:42px;gap:8px}.footer-top p{font-family:var(--display);font-size:23px;line-height:1.1;letter-spacing:-.01em;margin:0}.footer-top .text-link{font-size:11px}.footer-links{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #d7d9d0;border-bottom:1px solid #d7d9d0;padding:20px 0;font-size:9px}.footer-links span{font-weight:700}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:18px;font-size:8px;color:var(--muted)}
.mobile-cart{display:none}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:80;background:var(--ink);color:#fff;padding:13px 23px;border-radius:8px;font-size:12px;box-shadow:0 8px 25px #26302722;max-width:min(500px,90vw)}.cart-dialog{inset:0 0 0 auto;margin:0;border:0;border-left:1px solid var(--line);padding:0;width:min(490px,100%);height:100dvh;max-height:100dvh;max-width:100vw;background:var(--paper);color:var(--ink)}.cart-dialog[open]{display:flex;flex-direction:column;animation:drawer-in .22s ease-out}.cart-dialog::backdrop{background:#1d261f70;backdrop-filter:blur(3px)}@keyframes drawer-in{from{transform:translateX(30px);opacity:.4}to{transform:translateX(0);opacity:1}}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid var(--line)}.drawer-header .eyebrow{font-size:8px;margin-bottom:5px}.drawer-header h2{font-size:35px;margin:0}.drawer-body{overflow:auto;overscroll-behavior:contain;padding:23px 28px;flex:1;min-height:0}.drawer-footer{padding:19px 28px 25px;border-top:1px solid var(--line);background:var(--surface)}.drawer-progress{font-size:11px;padding-bottom:25px}.drawer-progress strong{color:var(--red)}.progress-track{height:4px;background:var(--line);border-radius:3px;margin-top:11px;overflow:hidden}.progress-track>span{display:block;height:100%;background:var(--green)}.cart-row{display:grid;grid-template-columns:68px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:68px;height:80px;object-fit:contain;mix-blend-mode:multiply;border-radius:5px;background:var(--sand);padding:4px}.cart-row h3{font-size:12px;margin-bottom:3px}.cart-row small{font-size:10px;color:var(--muted)}.cart-row-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:11px}.cart-row-bottom strong{font-size:13px}.cart-row .quantity-control{height:33px}.cart-row .quantity-control button{height:31px;min-width:30px}.remove-item{font-size:10px;text-decoration:underline;color:var(--muted);padding:7px 0;min-height:30px}.summary-line{display:flex;justify-content:space-between;gap:20px;font-size:12px;margin-bottom:8px}.summary-line.total{font-size:18px;font-weight:800;padding:14px 0 8px;border-top:1px solid var(--line);margin-top:14px}.summary-note{font-size:10px;color:var(--muted);margin-bottom:12px}.drawer-footer>.button{width:100%;margin-top:8px}.drawer-secondary{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.drawer-secondary button{font-size:10px;padding:7px 0;text-decoration:underline;text-underline-offset:3px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;text-align:center}.cart-empty h3{font:600 30px var(--display);margin-bottom:12px}.cart-empty p{font-size:12px;max-width:280px}.cart-empty svg{width:40px;height:40px;color:var(--muted);margin-bottom:22px}
.breadcrumbs{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:10px;color:var(--muted);padding:28px 0}.product-detail{display:grid;grid-template-columns:1.08fr 1fr;gap:72px;margin-bottom:65px}.gallery-main{background:#f0f0eb;aspect-ratio:1;border-radius:14px;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:30px}.gallery-thumbs{display:flex;gap:9px;margin-top:14px;overflow:auto;padding:2px}.gallery-thumbs button{padding:4px;border:1px solid var(--line);border-radius:6px;flex:none;background:var(--surface)}.gallery-thumbs button[aria-pressed=true]{border:2px solid var(--red);padding:3px}.gallery-thumbs img{width:68px;height:68px;object-fit:cover}.product-detail-copy{padding-top:12px}.product-detail-copy .eyebrow{font-size:9px}.product-detail-copy h1{font-size:clamp(40px,4.6vw,64px);margin-bottom:12px}.detail-format{font-size:14px;font-weight:700;color:var(--ink)}.product-detail-copy>p{font-size:12px;max-width:480px}.detail-price{padding:24px 0;margin:22px 0;border-block:1px solid var(--line)}.detail-price strong{font-size:39px;letter-spacing:-.04em;margin-right:12px}.detail-price>span{font-size:12px;color:var(--muted)}.detail-price small{display:block;font-size:12px;color:var(--muted)}.detail-buy{border:0;border-radius:0;background:transparent;overflow:visible}.detail-buy>label{font-size:11px;font-weight:700;margin-bottom:9px}.detail-buy .quantity-control{height:51px}.detail-buy .quantity-control button{min-width:35px;height:49px}.detail-buy .quantity-control input{width:40px}.detail-buy .button{flex:1;padding-inline:15px}.detail-buy .weight-note{font-size:10px}.detail-terms{margin:25px 0 10px}.detail-terms p{font-size:11px;margin:7px 0}.spec-section{display:grid;grid-template-columns:1fr 1.3fr;gap:85px;border-top:1px solid var(--line);padding-block:65px}.spec-section>div>p{max-width:330px;font-size:12px}.spec-list summary{font-size:13px}.related-section{padding-block:35px 80px}.related-section .section-top h2{font-size:42px}.checkout-section{padding-block:30px 75px}.checkout-section h1{font-size:57px;margin-top:20px}.checkout-grid{display:grid;grid-template-columns:1.4fr 1fr;align-items:start;gap:70px}.checkout-grid fieldset{border:0;border-bottom:1px solid var(--line);padding:0 0 24px;margin:0 0 28px}.checkout-grid legend{font-size:17px;font-weight:800;margin-bottom:22px}.checkout-grid legend>span{font:500 24px var(--display);color:var(--red);margin-right:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:block;font-size:11px;font-weight:700}.form-field input,.form-field select,.form-field textarea{display:block;width:100%;min-height:46px;margin-top:7px;border:1px solid #cdd0c7;border-radius:6px;padding:11px 12px;background:var(--surface);color:var(--ink);font-size:12px}.form-field textarea{resize:vertical}.form-field input[aria-invalid=true],.form-field select[aria-invalid=true]{border-color:var(--red)}.field-error{display:block;color:var(--red);font-size:10px;font-weight:600;margin-top:5px}.optional{color:var(--muted);font-weight:400}.form-note{font-size:10px;line-height:1.8;margin:15px 0;color:var(--muted)}.form-note a{text-decoration:underline}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-options label{display:flex;gap:10px;padding:15px;border:1px solid var(--line);border-radius:8px;align-items:flex-start;background:var(--surface);cursor:pointer}.payment-options label:has(input:checked){border:1px solid var(--red);background:#f6edeb}.payment-options input{accent-color:var(--red);margin-top:3px}.payment-options b{display:block;font-size:11px}.payment-options small{display:block;font-size:9px;color:var(--muted);margin-top:6px}.checkout-summary{border:1px solid var(--line);border-radius:12px;padding:25px;background:var(--surface);position:sticky;top:118px}.checkout-summary h2{font-size:30px}.checkout-summary .cart-row{grid-template-columns:50px 1fr;gap:12px;padding:13px 0}.checkout-summary .cart-row img{width:50px;height:60px}.checkout-summary .summary-line{font-size:11px}.checkout-summary .summary-line.total{font-size:17px}.checkout-summary>.button{display:flex;width:100%;font-size:11px;margin-block:15px}.checkout-summary>small{font-size:10px;display:block;color:var(--muted)}.checkout-summary .text-link{font-size:11px}.submit-order{width:100%}.form-error{background:#f7e9e7;color:var(--red);padding:13px;border-radius:7px;font-size:12px;margin-bottom:15px}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:60px}.about-hero h1{font-size:70px}.about-hero p{max-width:560px;font-size:17px;line-height:1.7;color:#414842}.about-hero img{border-radius:14px;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center}.about-hero .button{margin-top:15px}.company-data{margin:0}.company-data>div{padding:18px 0;border-bottom:1px solid var(--line)}.company-data dt{font-size:10px;color:var(--muted);margin-bottom:6px}.company-data dd{font-size:13px;margin:0;font-weight:700}.prose{max-width:800px;padding-block:60px 85px}.prose h1{font-size:64px;margin-bottom:40px}.prose h2{font-size:31px;margin-top:35px;margin-bottom:15px}.prose p{font-size:14px;line-height:1.9}.prose a:not(.button){text-decoration:underline;text-underline-offset:4px}.prose .button{margin-top:20px}.prose .eyebrow{margin-top:25px}.price-list-section{padding-block:60px 85px}.price-list-section h1{font-size:60px}.price-list-section>p{font-size:12px}.table-scroll{overflow:auto;margin:30px 0}.price-table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}.price-table th{text-align:left;background:var(--sand);padding:14px}.price-table td{padding:19px 14px;border-bottom:1px solid var(--line)}.price-table td:first-child{white-space:normal;min-width:160px}.price-table small{display:block;color:var(--muted);font-size:9px;margin-top:6px}.price-table a{text-decoration:underline}.blog-section{padding-block:65px 90px}.blog-section>h1{font-size:75px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.guide-card img{width:100%;height:260px;object-fit:cover;border-radius:12px;margin-bottom:25px}.guide-card h2{font-size:34px}.guide-card p{font-size:12px}.guide-card .eyebrow{font-size:9px}.noscript{padding:20px;text-align:center;border-top:1px solid var(--line);font-size:12px}
@media(min-width:1500px){.hero{gap:80px;padding-block:55px}.hero-visual{height:550px}}
@media(max-width:1150px){.topbar{font-size:13px}.container{width:calc(100% - 48px)}.header-inner{gap:16px}.header nav{gap:18px;font-size:16px}.header-contact{display:none}.hero{gap:35px}.hero-copy h1{font-size:76px}.hero-visual{height:500px}.hero-actions{gap:15px}.hero-actions .button{padding-inline:20px}.hero-actions .text-link{font-size:11px}.catalog-toolbar{flex-wrap:wrap}.search-box{flex:1}.product-grid{gap:20px 14px}.product-info{padding:15px 12px}.product-info h3{font-size:14px}.quantity-control input{width:24px}.quantity-control button{min-width:26px}.add-button{padding-inline:9px}.product-price strong{font-size:21px}.business-grid{gap:50px}.delivery-section{gap:45px;padding:35px}.delivery-section h2{font-size:44px}.checkout-grid{gap:35px}.product-detail{gap:40px}.footer-links{flex-wrap:wrap;justify-content:flex-start}.footer-links span{width:100%}}
@media(max-width:850px){.header-inner{height:76px;gap:20px}.header nav:not(.mobile-nav){display:none}.menu-toggle{display:grid;font-size:22px}.header-actions{gap:8px}.header .mobile-nav:not([hidden]){display:flex;align-items:stretch;flex-direction:column;gap:0;padding:0 24px 20px;font-size:18px}.mobile-nav a{border-top:1px solid var(--line)}.topbar a{display:none}.topbar .container{justify-content:center}.hero{gap:25px;padding-top:30px}.hero-copy h1{font-size:64px}.hero-visual{height:480px}.hero-product{padding:14px;left:12px;right:12px;bottom:12px;gap:8px}.hero-product b{font-size:12px}.hero-product-price{font-size:16px}.hero-product-arrow{display:none}.hero-copy p{font-size:12px}.hero-note{font-size:14px}.purchase-terms>div{padding-inline:16px;gap:10px}.term-icon{font-size:36px}.purchase-terms b{font-size:16px}.purchase-terms small{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-info{padding:20px}.product-info h3{font-size:16px;min-height:0}.product-photo{aspect-ratio:1.25}.product-actions{gap:12px}.quantity-control button{min-width:32px}.quantity-control input{width:34px}.product-price strong{font-size:25px}.business-grid{gap:35px}.business-visual{height:450px}.business-copy h2{font-size:45px}.delivery-section{gap:35px;padding:28px}.delivery-section h2{font-size:38px}.coverage-box{padding:22px}.faq-section{gap:40px}.faq-section h2{font-size:42px}.footer-top p{display:none}.quick-view .product-info{grid-template-columns:1fr 130px 195px;gap:0 10px;padding-left:15px}.quick-view .product-price strong{font-size:19px}.quick-view .product-price span{font-size:8px}.quick-view h3{font-size:12px}.quick-view .quantity-control input{width:23px}.quick-view .quantity-control button{min-width:26px}.quick-view .product-card{grid-template-columns:70px 1fr}.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static;grid-row:1}.checkout-summary #checkout-items{max-height:220px;overflow:auto}.checkout-summary .cart-row{grid-template-columns:45px 1fr}.checkout-summary .cart-row img{height:48px}.checkout-section h1{font-size:54px}.product-detail{gap:30px}.product-detail-copy h1{font-size:42px}.detail-price strong{font-size:32px}.detail-buy .button{font-size:11px}.detail-buy .quantity-control input{width:28px}.detail-buy .quantity-control button{min-width:28px}.spec-section{gap:35px}.about-hero{gap:35px}.about-hero h1{font-size:54px}.about-hero img{height:auto}.guide-grid{gap:20px}.guide-card img{height:200px}.guide-card h2{font-size:28px}}
@media(max-width:600px){html{scroll-padding-top:90px}.container{width:calc(100% - 36px)}.topbar{font-size:12px}.topbar .container{min-height:44px}.topbar svg{width:18px;height:18px}.header-inner{height:71px}.brand{font-size:27px;gap:7px}.brand img{width:32px;height:38px}.brand small{font-size:5.6px;letter-spacing:.11em}.cart-trigger{min-height:40px;padding:7px 9px;gap:7px}.cart-trigger>span{display:none}.cart-trigger svg{width:17px}.cart-trigger b{font-size:9px;min-width:18px;height:18px}.header-actions{gap:3px}.icon-button{min-width:38px;min-height:42px}.hero{display:flex;flex-direction:column;gap:27px;padding-block:30px 25px}.hero-copy{width:100%}.hero-copy>.eyebrow{font-size:12px;letter-spacing:.1em;margin-bottom:19px}.hero-copy h1{font-size:67px;line-height:.97;margin-bottom:18px}.hero-copy h1 br:first-of-type{display:none}.hero-copy h1{max-width:330px}.hero-copy p{font-size:12px;max-width:350px;margin-bottom:20px;line-height:1.8}.hero-actions{gap:18px;flex-wrap:nowrap}.hero-actions .button{padding:13px 19px;font-size:11px;min-height:46px;gap:16px}.hero-actions .text-link{font-size:10px;gap:10px}.hero-note{margin-top:20px;font-size:14px}.hero-visual{width:100%;height:350px;border-radius:12px}.hero-image{object-position:center 44%}.hero-product{bottom:13px;left:13px;right:13px;padding:15px}.hero-product b{font-size:13px}.hero-product-price{font-size:18px}.hero-product-arrow{display:grid;width:29px;height:29px}.image-caption{top:17px;left:18px;font-size:7px}.purchase-terms{grid-template-columns:1fr;gap:0;padding:4px 0}.purchase-terms>div,.purchase-terms>div:first-child{padding:14px 0;border-right:0;border-bottom:1px solid var(--line);gap:14px}.purchase-terms>div:last-child{border:0}.purchase-terms>div>span:last-child{display:block;flex:1;min-width:0}.term-icon{font-size:36px}.purchase-terms b{font-size:17px}.purchase-terms small{font-size:13px;margin-top:4px;text-align:left;max-width:none}.catalog-section{padding-block:38px 40px}.section-top{gap:10px;align-items:flex-start;margin-bottom:23px}.section-top h2{font-size:35px}.section-top .eyebrow{font-size:7px;letter-spacing:.11em;max-width:220px}.view-button{font-size:9px;min-height:35px;padding:6px 8px;gap:4px;margin-top:24px}.view-button span{font-size:17px}.catalog-toolbar{gap:14px;flex-direction:column;align-items:stretch}.category-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding:0;margin:0}.category-tabs button{font-size:13px;min-height:46px;padding:10px 8px;white-space:normal}.search-box{min-width:0;width:100%;padding:11px 12px}.search-box input{font-size:12px}.catalog-meta{font-size:8px;margin:13px 0}.catalog-meta label{font-size:0}.catalog-meta select{font-size:9px;max-width:145px}.product-grid{gap:18px 10px}.product-card{border-radius:8px}.product-photo{aspect-ratio:.95}.product-photo img{padding:18px 6px 7px}.product-tag{left:7px;top:7px;font-size:6px;padding:2px 5px}.photo-arrow{width:22px;height:22px;font-size:13px;right:7px;bottom:7px}.product-info{padding:13px 10px 11px}.product-format{font-size:7px;margin-bottom:6px;min-height:23px;line-height:1.5}.product-info h3{font-size:12px;min-height:34px;margin-bottom:11px}.product-price{gap:4px;flex-wrap:wrap}.product-price strong{font-size:21px}.product-price span{font-size:7px}.gross-price{font-size:7px;margin-bottom:12px}.product-actions{gap:7px;flex-direction:column}.quantity-control{height:35px;justify-content:space-between;width:100%}.quantity-control button{min-width:35px;min-height:34px}.quantity-control input{width:100%;font-size:11px}.add-button{min-height:36px;justify-content:center;gap:12px;font-size:10px}.add-button span{font-size:17px}.weight-note{font-size:7px}.catalog-bottom{flex-direction:column;align-items:flex-start;gap:10px}.catalog-bottom p{font-size:9px}.catalog-bottom .text-link{font-size:9px}.quick-view .product-card{grid-template-columns:55px 1fr;padding:12px 0}.quick-view .product-info{grid-template-columns:1fr 104px;padding:0 0 0 10px;gap:3px 10px}.quick-view h3{font-size:11px;grid-row:1;min-height:0}.quick-view .product-format{grid-row:2;min-height:0;font-size:7px}.quick-view .product-price{grid-column:1;grid-row:3}.quick-view .product-price strong{font-size:18px}.quick-view .gross-price{grid-column:1;grid-row:4;font-size:7px}.quick-view .product-actions{grid-column:2;grid-row:1 / 5;gap:5px}.quick-view .quantity-control input{width:34px}.quick-view .quantity-control button{min-width:30px}.quick-view .weight-note{grid-column:1 / 3;grid-row:5}.business-section{padding-block:30px}.business-grid{grid-template-columns:1fr;gap:30px}.business-visual{height:330px}.business-copy>.eyebrow{font-size:8px}.business-copy h2{font-size:47px;margin-bottom:25px}.business-benefit{gap:17px}.business-benefit h3{font-size:18px}.business-benefit p{font-size:15px}.business-copy .text-link{font-size:11px}.how-section{padding-block:45px}.how-section .section-top{display:block}.how-section .section-top p{font-size:11px;margin-top:18px}.steps{grid-template-columns:1fr;gap:20px;margin-top:25px}.steps article{position:relative;padding-top:18px;padding-left:49px}.step-number{position:absolute;left:0;top:18px;font-size:25px}.steps h3{font-size:18px;margin-top:0;margin-bottom:9px}.steps p{font-size:15px;margin-bottom:0}.delivery-section{grid-template-columns:1fr;gap:25px;padding:26px 20px;width:calc(100% - 36px)}.delivery-section h2{font-size:40px}.delivery-section .eyebrow{font-size:7px;letter-spacing:.1em}.delivery-section>div>p{font-size:11px}.delivery-section small{font-size:9px}.coverage-box{padding:22px}.coverage-box h3{font-size:16px}.coverage-box select{font-size:12px}.faq-section{grid-template-columns:1fr;gap:25px;padding-block:45px}.faq-section .eyebrow{font-size:8px}.faq-section h2{font-size:42px}.faq-section p{font-size:11px}.faq-list summary{font-size:12px;padding:18px 0}.faq-list p{font-size:11px}.final-cta{padding:40px 0 50px}.final-cta h2{font-size:45px}.final-cta .eyebrow{font-size:8px}.final-cta .button{font-size:11px}.footer{padding-top:25px;padding-bottom:95px}.footer-top{align-items:flex-start;gap:20px;padding-bottom:23px}.footer-top .brand{font-size:32px}.footer-top .text-link{font-size:9px;max-width:170px;gap:8px;padding-top:2px}.footer-links{font-size:9px;gap:13px 18px;padding-block:18px}.footer-bottom{display:block;font-size:8px}.footer-bottom span{display:block;margin-bottom:8px}.mobile-cart:not([hidden]){position:fixed;display:flex;align-items:center;justify-content:space-between;bottom:max(12px,env(safe-area-inset-bottom));left:12px;right:12px;z-index:30;background:var(--red);color:#fff;border-radius:9px;padding:14px 17px;min-height:54px;font-size:12px;font-weight:800;box-shadow:0 5px 20px #262b2825}.mobile-cart>span:first-child{display:flex;gap:8px;align-items:center}.mobile-cart svg{width:18px;height:18px}.mobile-cart>span:last-child{font-size:18px}.toast{bottom:82px;font-size:11px;width:max-content;max-width:90vw;padding:12px 17px;text-align:center}.drawer-header{padding:19px 20px}.drawer-body{padding:18px 20px}.drawer-footer{padding:17px 20px max(20px,env(safe-area-inset-bottom))}.drawer-header h2{font-size:31px}.cart-row{grid-template-columns:55px 1fr;gap:12px}.cart-row img{width:55px;height:70px}.cart-row .quantity-control{width:105px}.cart-row .quantity-control input{width:35px}.cart-row-bottom{gap:7px}.cart-row-bottom strong{font-size:12px}.cart-row h3{font-size:12px}.summary-line{font-size:11px}.summary-line.total{font-size:17px;padding-top:12px}.summary-note{font-size:9px}.drawer-footer>.button{min-height:45px;font-size:12px}.drawer-secondary button{font-size:9px}.breadcrumbs{font-size:8px;padding-block:19px;gap:7px}.product-detail{grid-template-columns:1fr;gap:25px;margin-bottom:35px}.gallery-main{aspect-ratio:1.12}.gallery-main img{padding:15px}.gallery-thumbs img{width:57px;height:57px}.gallery-thumbs{gap:7px;margin-top:10px}.product-detail-copy{padding-top:0}.product-detail-copy h1{font-size:51px}.product-detail-copy .eyebrow{font-size:8px;margin-bottom:13px}.product-detail-copy>p{font-size:12px}.detail-format{font-size:13px!important}.detail-price{margin:18px 0;padding:18px 0}.detail-price strong{font-size:36px}.detail-buy .product-actions{flex-direction:row;gap:12px}.detail-buy .quantity-control{width:110px}.detail-buy .quantity-control input{width:40px}.detail-buy .quantity-control button{min-width:32px}.detail-buy .button{font-size:11px}.detail-terms p{font-size:10px}.spec-section{grid-template-columns:1fr;gap:20px;padding-block:35px}.spec-section h2{font-size:41px;margin-bottom:15px}.spec-section .eyebrow{font-size:8px}.spec-list summary{font-size:12px}.spec-list p,.spec-list small{font-size:11px}.related-section{padding:10px 0 40px}.related-section .section-top{align-items:center}.related-section .section-top h2{font-size:33px}.related-section .section-top .text-link{font-size:8px;gap:5px}.checkout-section{padding-block:22px 40px}.checkout-section>.text-link{font-size:10px}.checkout-section h1{font-size:46px}.checkout-section .section-top{margin-bottom:25px}.checkout-grid{gap:30px}.checkout-summary{padding:20px}.checkout-summary h2{font-size:28px;margin-bottom:15px}.form-grid{grid-template-columns:1fr;gap:13px}.form-field input,.form-field select,.form-field textarea{font-size:16px}.checkout-grid legend{font-size:16px}.payment-options{grid-template-columns:1fr}.payment-options b{font-size:12px}.payment-options small{font-size:10px}.form-note{font-size:10px}.checkout-section .mobile-cart{display:none}.about-hero{grid-template-columns:1fr;gap:30px;padding-block:35px}.about-hero h1{font-size:54px}.about-hero .eyebrow{font-size:11px}.about-hero p{font-size:16px}.about-hero img{height:auto}.company-data dd{font-size:12px}.prose{padding-block:35px 50px}.prose h1{font-size:49px;margin-bottom:27px}.prose h2{font-size:29px}.prose p{font-size:12px}.prose .eyebrow{font-size:8px}.price-list-section{padding-block:35px 50px}.price-list-section .section-top{display:block}.price-list-section h1{font-size:48px}.price-list-section .button{margin-top:20px;font-size:11px}.price-table{font-size:10px}.price-table th,.price-table td{padding:12px 10px}.blog-section{padding-block:35px 50px}.blog-section>h1{font-size:59px}.guide-grid{grid-template-columns:1fr;gap:35px}.guide-card img{height:250px;margin-bottom:18px}.guide-card h2{font-size:35px}.guide-card .eyebrow{margin-bottom:10px}.guide-card p{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.header,.topbar,.footer,.mobile-cart,.toast,.button,.cart-dialog,.header-actions{display:none!important}body{background:#fff;color:#222}.container{width:100%}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{break-inside:avoid}.product-actions{display:none}.hero{display:none}.catalog-section{padding-top:0}.prose{max-width:none}}
/* Final interaction and responsive refinements. */
.menu-toggle.icon-button{display:none}
.checkout-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.checkout-item img{width:48px;height:54px;object-fit:contain;mix-blend-mode:multiply}
.checkout-item b{display:block;font-size:12px;line-height:1.4}.checkout-item small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.checkout-item strong{font-size:12px;white-space:nowrap}
@media(max-width:850px){.menu-toggle.icon-button{display:grid}}
@media(max-width:600px){.product-format{font-size:10px;min-height:30px}.product-price span,.gross-price,.weight-note{font-size:10px}.product-info h3{font-size:13px;min-height:36px}.quick-view .product-format,.quick-view .gross-price,.quick-view .product-price span{font-size:10px}.quick-view h3{font-size:12px}.quick-view .product-info{grid-template-columns:1fr 100px}.quick-view .product-card{grid-template-columns:48px 1fr}.product-tag{font-size:8px}.add-button{font-size:12px;min-height:42px}.quantity-control{height:40px}.quantity-control button{min-height:39px}.quantity-control input{font-size:14px}.catalog-meta{font-size:10px}.catalog-meta select{font-size:10px}.summary-note,.drawer-secondary button{font-size:11px}.checkout-item{gap:8px;grid-template-columns:42px minmax(0,1fr) auto}.checkout-item b,.checkout-item strong{font-size:11px}.checkout-item small{font-size:10px}body[data-page=checkout]>.mobile-cart{display:none!important}}
@media(max-width:600px){.catalog-toolbar{min-width:0}.category-tabs{width:100%;max-width:100%;min-width:0;flex-shrink:1}}
/* Menú principal en rojo de marca, compartido por todas las páginas. */
.header{background:var(--red);color:#fff;border-bottom-color:var(--red-dark)}
.header .brand,.header .brand em,.header .brand small,.header nav a,.header-contact,.header .menu-toggle{color:#fff}
.header .brand img{mix-blend-mode:normal;background:#fff;border-radius:4px}
.header a:hover{color:#fff}
.header nav a:hover:after{background:#fff}
.header .cart-trigger{background:#fff;color:var(--red);border-color:#fff}
.header .cart-trigger:hover{background:#fff2ef;border-color:#fff}
.header .icon-button:hover{background:var(--red-dark)}
.header .mobile-nav a{border-top-color:#ffffff40}
.header a:focus-visible,.header button:focus-visible{outline-color:#fff}
.header .brand em{color:#000}
/* Carrusel de productos: cada fotografía conserva su ficha y precio. */
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s;pointer-events:none}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.hero-slider .hero-image{transition:none;transform:none}
.hero-slider .image-caption{background:#262b28df;padding:7px 10px;border-radius:4px;text-shadow:none;max-width:calc(100% - 48px)}
.hero-slider.is-enhanced .hero-product{bottom:72px}
.hero-slider-controls{position:absolute;z-index:2;bottom:16px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:4px;background:#262b28eb;color:#fff;border-radius:24px;padding:2px 8px}
.hero-slider-controls>button{display:grid;place-items:center;width:36px;height:36px;font-size:19px;border-radius:50%;color:#fff}
.hero-slider-controls>button:hover{background:#ffffff24}
.hero-slider-controls button:focus-visible{outline:2px solid #fff;outline-offset:1px}
.hero-slider-dots{display:flex;align-items:center}
.hero-slider-dots button{width:24px;height:36px;display:grid;place-items:center;padding:0}
.hero-slider-dots span{display:block;width:6px;height:6px;border:1px solid #fff;border-radius:50%;background:transparent;transition:width .2s}
.hero-slider-dots [aria-current=true] span{width:18px;border-radius:5px;background:#fff}
.slider-divider{height:16px;width:1px;background:#ffffff45;margin:0 3px}
.hero-slider-controls [data-slide-toggle]{font-size:13px}
@media(max-width:600px){.hero-slider.is-enhanced .hero-product{bottom:68px}.hero-slider-controls{bottom:12px}.hero-slider .image-caption{font-size:7px}.hero-slider .hero-product{gap:8px;padding:13px}.hero-slider .hero-product b{font-size:12px}.hero-slider .hero-product>span:first-child>span{font-size:8px}.hero-slider .hero-product-price{font-size:17px}.hero-slider .hero-product-arrow{width:25px;height:25px;flex:none}}
.catalog-section>.section-top{flex-wrap:wrap}
.catalog-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.catalog-whatsapp{background:#18783d;color:#fff;gap:10px;min-height:44px;padding:11px 16px;font-size:12px}
.catalog-whatsapp:hover{background:#115c2d;color:#fff}
.catalog-whatsapp svg{width:20px;height:20px;flex-shrink:0}
.catalog-actions .view-button{min-height:44px;margin-top:0}
@media(max-width:600px){.catalog-section>.section-top{flex-direction:column;gap:18px}.catalog-actions{width:100%;gap:10px}.catalog-whatsapp{flex:1;padding-inline:12px;font-size:11px}.catalog-actions .view-button{font-size:10px;padding-inline:10px}}
.hero-price-tax{color:#171b18;font-size:.7em;font-weight:800;letter-spacing:0}
.business-visual.business-gallery{height:auto;display:grid;gap:16px;overflow:visible;border-radius:0}
.business-scene{position:relative;margin:0;aspect-ratio:2;overflow:hidden;border-radius:13px;background:var(--ink)}
.business-scene img{display:block;width:100%;height:100%;object-fit:cover}
.business-scene figcaption{position:absolute;inset:auto 0 0;padding:34px 20px 16px;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;font-size:20px;line-height:1.3;font-weight:800}
@media(max-width:600px){.business-visual.business-gallery{gap:12px}.business-scene{aspect-ratio:1.65}.business-scene figcaption{font-size:18px;padding:30px 16px 14px}}
.how-section .section-top .eyebrow{font-size:13px;color:var(--red);font-weight:800}
.footer-top .footer-tagline{font-size:30px;font-weight:600;line-height:1.25;color:var(--ink)}
.footer-tagline span{color:var(--red)}
@media(max-width:850px){.footer-top{flex-wrap:wrap}.footer-top .footer-tagline{display:block;flex-basis:100%;order:3}}
@media(max-width:600px){.how-section .section-top .eyebrow{font-size:12px}.footer-top .footer-tagline{font-size:26px}}
.founders-photo{margin:0;min-width:0}
.founders-photo figcaption{margin-top:16px;line-height:1.6;color:#414842}
.founders-photo figcaption strong{display:block;font-size:18px;color:var(--red)}
.founders-photo figcaption span{display:block;margin-top:4px;font-size:15px}
.spec-list>.preparation-guide-button{margin-block:14px;max-width:100%;text-align:center}
@media(max-width:600px){.founders-photo figcaption strong{font-size:17px}.founders-photo figcaption span{font-size:14px}}

/* Product nutrition and gallery context. */
.nutrition-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:.92rem}.nutrition-table caption{text-align:left;font-weight:700;margin-bottom:10px}.nutrition-table th,.nutrition-table td{text-align:left;padding:10px;border-bottom:1px solid #ddd}.nutrition-table td:last-child{text-align:right}.gallery-note{font-size:.8rem;line-height:1.6;color:#62676b;margin:14px 0}
