@import url('fonts.css');
/* Preserve the source aspect ratio whenever the brand is resized. */
img[src$="partone.png"]{height:auto}
.label-grid>div{min-width:0}
:root{--blue:#0072bc;--navy:#102a43;--ink:#252a30;--muted:#526372;--line:#d8e1e7;--paper:#f2f5f7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 Inter,Arial,sans-serif}h1,h2,h3,h4{font-family:Barlow,Arial,sans-serif;line-height:1.08;margin:0 0 20px;font-weight:600}h1{font-size:clamp(42px,5vw,72px);letter-spacing:-.025em}h2{font-size:38px}h3{font-size:25px}p{margin:0 0 20px}a{color:var(--blue);text-underline-offset:4px}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d36f00;outline-offset:4px}.wrap{width:min(1280px,calc(100% - 80px));margin:auto}.topline{background:var(--navy);color:white;font-size:13px;letter-spacing:.04em;padding:9px 0}.topline .wrap{display:flex;justify-content:space-between;gap:16px}.topline a{color:white}.nav{border-bottom:1px solid var(--line);background:#fff}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:94px}.brand{display:block;width:205px;flex-shrink:0}.brand img{width:100%;display:block}.navlinks{display:flex;gap:28px;align-items:center}.navlinks a{font-size:14px;color:var(--navy);text-decoration:none}.navlinks a:hover{text-decoration:underline}.whatsapp-link{display:flex!important;align-items:center;gap:8px;color:#25963f!important;font-weight:600}.whatsapp-link svg{flex:0 0 18px}.whatsapp-fab{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25963f;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #10281b40;z-index:40}.whatsapp-fab:hover{background:#1f7d34}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:48px;background:var(--blue);color:#fff!important;border:1px solid var(--blue);padding:12px 23px;font-size:14px;font-weight:600;text-decoration:none;line-height:1.4;border-radius:2px}.button:hover{background:#005f9d}.button.outline{background:transparent;color:var(--navy)!important;border-color:var(--line)}.button.outline:hover{background:var(--paper)}.button.light{background:white;color:var(--navy)!important;border-color:white}.eyebrow{color:var(--blue);font-size:12px;letter-spacing:.15em;font-weight:600;text-transform:uppercase;margin-bottom:20px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;align-items:center;padding-top:54px;padding-bottom:52px}.hero p{max-width:560px;color:var(--muted)}.hero h1{max-width:650px}.hero-media{position:relative;background:var(--paper);min-height:340px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media img{width:62%;height:320px;object-fit:contain;mix-blend-mode:multiply}.hero-caption{position:absolute;bottom:16px;left:22px;right:22px;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.hero-tag{position:absolute;top:20px;left:22px;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.facts{display:flex;gap:36px;border-top:1px solid var(--line);padding-top:25px;margin-top:30px}.facts strong{display:block;font:600 29px Barlow,Arial;color:var(--navy)}.facts span{font-size:12px;color:var(--muted)}.catalog{background:var(--paper);padding:62px 0 80px;scroll-margin-top:20px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-heading p{max-width:470px;color:var(--muted);margin:0}.section-heading h2{margin:0}.catalog-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:28px}.filters{align-self:start;background:#fff;border:1px solid var(--line);padding:22px;position:sticky;top:20px}.filters h3{font-size:22px;margin-bottom:24px}.field{display:block;margin-bottom:22px}.field>span{display:block;font-size:14px;font-weight:500;margin-bottom:8px}input,select{width:100%;min-height:46px;background:#fff;color:var(--ink);border:1px solid #8799a6;border-radius:2px;padding:10px 12px;font-size:14px}input[type=search]{padding-right:8px}.clear{border:0;background:none;color:var(--blue);padding:0;text-decoration:underline;font-size:14px}.filter-note{font-size:12px;line-height:1.6;color:var(--muted);border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.filter-note .button{margin-top:12px;width:100%;text-align:center}.resultbar{display:flex;justify-content:space-between;gap:20px;font-size:14px;margin-bottom:18px;align-items:center}.resultbar label{display:flex;gap:10px;align-items:center}.resultbar select{width:auto;min-height:38px;padding:6px 10px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;min-width:0;transition:box-shadow .2s}.product:hover{box-shadow:0 6px 20px #102a4310}.product[hidden]{display:none}.product-photo{height:205px;padding:20px 24px;display:block;border-bottom:1px solid #e8edf1}.product-photo img{height:100%;width:100%;object-fit:contain}.product-body{padding:22px 18px;display:flex;flex-direction:column;flex:1}.product .family{font-size:11px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase;margin-bottom:8px}.product h3{font-size:22px;overflow-wrap:anywhere;margin-bottom:18px}.product h3 a{text-decoration:none;color:var(--navy)}.specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 22px}.specs dt{font-size:12px;color:var(--muted)}.specs dd{font-size:14px;font-weight:600;margin:3px 0 0;font-variant-numeric:tabular-nums}.product-link{margin-top:auto;font-size:14px;text-decoration:none;font-weight:600;display:flex;justify-content:space-between}.empty{background:white;padding:40px;border:1px solid var(--line)}[hidden]{display:none!important}.institutional{padding:75px 0;display:grid;grid-template-columns:1fr 1fr;gap:90px}.institutional p{color:var(--muted)}.institutional h2{font-size:44px}.line-list{border-top:1px solid var(--line)}.line-list div{padding:16px 0;border-bottom:1px solid var(--line);display:flex;gap:22px}.line-list span{color:var(--blue);font-size:13px}.contact{padding:52px 0;background:var(--navy);color:white}.contact .wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}.contact h2{max-width:640px;font-size:38px;margin-bottom:12px}.contact p{margin:0;color:#d2e0ec}.footer{padding:35px 0}.footer .wrap{display:flex;justify-content:space-between;gap:30px;align-items:center;font-size:13px;color:var(--muted)}.footer img{width:160px}.review-note{font-size:12px;background:#eaf2f8;color:var(--navy);padding:10px 20px;text-align:center}.breadcrumb{padding:25px 0;font-size:13px;color:var(--muted)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:15px 0 60px}.detail-image{background:var(--paper);display:flex;align-items:center;justify-content:center;padding:40px}.detail-image img{width:85%;height:420px;object-fit:contain;mix-blend-mode:multiply}.detail h1{font-size:44px;overflow-wrap:anywhere}.detail table{width:100%;border-collapse:collapse;font-size:15px;margin:25px 0}.detail th,.detail td{text-align:left;padding:12px 0;border-bottom:1px solid var(--line);vertical-align:top}.detail th{font-weight:400;color:var(--muted);width:42%}.fine{font-size:13px;color:var(--muted)}.equivalences{padding:40px 0 65px;border-top:1px solid var(--line)}.chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.chip{background:var(--paper);border:1px solid var(--line);padding:9px 15px;font-size:14px;font-variant-numeric:tabular-nums}.landing-hero{background:var(--navy);color:white}.landing-hero .hero{min-height:595px;gap:60px}.landing-hero .eyebrow{color:#80cbff}.landing-hero p{color:#d2e0ec}.landing-hero .hero-media{min-height:435px;background:#f2f5f7}.landing-hero .hero-media img{height:380px;width:75%}.landing-hero .button.outline{border-color:#7790a4;color:#fff!important}.landing-hero .button.outline:hover{background:#234057}.landing-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:35px 0;border-bottom:1px solid var(--line);gap:30px}.landing-strip strong{font:600 27px Barlow;display:block;color:var(--navy)}.landing-strip p{font-size:14px;color:var(--muted);margin:5px 0 0}.section{padding:65px 0}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.step{border-top:3px solid var(--blue);padding:24px 0}.step>span{font:600 32px Barlow;color:var(--blue)}.step h3{margin-top:20px}.step p{color:var(--muted)}.hub{background:var(--paper);min-height:100vh}.hub-header{padding:55px 0 30px}.hub-header h1{max-width:800px}.hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:45px}.hub-card{background:white;padding:35px;border:1px solid var(--line)}.hub-card .number{font:600 38px Barlow;color:var(--blue);margin-bottom:24px;display:block}.hub-card p{color:var(--muted)}.label-settings{padding:24px;background:white;border:1px solid var(--line);display:flex;align-items:end;gap:20px;margin-bottom:32px}.label-settings .field{margin:0;max-width:330px}.label-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.label-stage{background:#e5ebef;padding:32px;min-height:330px;display:flex;align-items:center;justify-content:center}.physical-label{background:white;border:1px solid #252a30;color:#111;width:360px;padding:18px}.physical-label img{width:160px;display:block;margin-bottom:5px;filter:grayscale(1) brightness(0)}.physical-label h3{font-family:Inter;font-size:20px;letter-spacing:0;margin:6px 0 12px}.label-line{display:flex;justify-content:space-between;border-top:1px solid #bbb;padding:7px 0;font-size:12px;gap:10px}.label-line strong{font-weight:600}.physical-label.package{width:405px;border-top:8px solid var(--blue)}.physical-label.package img{filter:none;width:190px}.print-title{display:none}@media(max-width:1100px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wrap{width:calc(100% - 48px)}.hero{gap:30px}.navlinks{gap:18px}.catalog-layout{grid-template-columns:225px minmax(0,1fr)}}@media(max-width:760px){.wrap{width:calc(100% - 32px)}.topline .wrap span:last-child{display:none}.nav-inner{gap:12px;min-height:78px;flex-wrap:wrap;padding:12px 0}.brand{width:160px}.navlinks{gap:15px;flex-wrap:wrap}.navlinks a{font-size:13px}.navlinks .button{padding:8px 12px;min-height:40px}.hero{grid-template-columns:1fr;padding-top:35px;gap:28px}.hero-media{min-height:280px}.hero-media img{height:255px}.facts{gap:24px}.catalog{padding-top:40px}.catalog-layout{grid-template-columns:1fr}.filters{position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px}.filters h3,.filters .field:first-of-type,.filter-note{grid-column:1/-1}.filters h3,.filters .field{margin:0}.filter-note{margin:0;padding-top:12px}.section-heading{align-items:start;flex-direction:column;gap:15px}.resultbar{align-items:start;flex-direction:column;gap:10px}.grid{grid-template-columns:1fr;gap:12px}.product-photo{height:170px;padding:18px}.product-body{padding:16px 12px}.product h3{font-size:19px}.specs{grid-template-columns:1fr}.institutional,.detail{grid-template-columns:1fr;gap:25px;padding-top:40px}.institutional h2{font-size:37px}.contact .wrap,.footer .wrap{flex-direction:column;align-items:start}.detail-image img{height:280px}.detail h1{font-size:34px}.landing-hero .hero{min-height:0;padding:40px 0}.landing-hero .hero-media{min-height:310px}.landing-hero .hero-media img{height:290px}.landing-strip,.three,.hub-grid,.label-grid{grid-template-columns:1fr}.label-settings{align-items:stretch;flex-direction:column}.label-stage{padding:18px}.physical-label{max-width:100%}h2{font-size:32px}.hub-card{padding:25px}.landing-strip{gap:22px}.section{padding:45px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media print{.nav,.topline,.review-note,.label-settings,.footer,.no-print{display:none!important}.label-grid{display:block}.label-stage{background:white;min-height:0;padding:0;display:block;margin-bottom:15mm}.physical-label{width:80mm;height:45mm;padding:3mm;overflow:hidden}.physical-label.package{width:100mm;height:60mm;padding:4mm;border-top-width:2mm}.physical-label img{width:32mm;margin:0}.physical-label h3{font-size:11px;margin:2px 0 5px}.label-line{font-size:8px;padding:3px 0}.physical-label.package img{width:42mm}.print-title{display:block;font-size:12px;margin:8px 0}.wrap{width:100%}.section{padding:0}.label-grid>div>h3,.label-grid>div>p{display:none}body{background:white}}

.product-price{font-size:1.2rem;font-weight:600;color:#0072bc;margin:8px 0 16px}

.add-product{width:100%;margin:0 0 14px}.cart-toast{position:fixed;bottom:24px;right:24px;background:#102a43;color:white;padding:18px 24px;z-index:30;max-width:calc(100% - 48px);opacity:0;pointer-events:none}.cart-toast.shown{opacity:1}.demo-banner{background:#eaf4fc;border-left:4px solid #0072bc;padding:18px 22px;margin:24px 0}.order-steps{display:flex;gap:24px;list-style:none;padding:0;color:#526372;margin:30px 0}.order-layout{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:start}.order-panel{border:1px solid #d8e1e7;padding:28px;margin-bottom:24px;background:white}.order-summary{position:sticky;top:24px}.order-item{display:grid;grid-template-columns:70px 1fr 100px auto;gap:16px;align-items:center;border-bottom:1px solid #d8e1e7;padding:18px 0}.order-item img{width:70px;height:80px;object-fit:contain}.order-item strong{overflow-wrap:anywhere}.order-item p{margin:5px 0;font-size:14px}.order-item label{font-size:12px}.order-item input{display:block;width:85px;padding:8px;border:1px solid #d8e1e7}.order-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.total-line{display:flex;gap:20px;justify-content:space-between;border-top:1px solid #d8e1e7;padding:20px 0}.total-line strong{white-space:nowrap}.status-list li{padding:10px}.checkout h1{font-size:clamp(36px,5vw,58px)}[hidden]{display:none!important}@media(max-width:760px){.order-layout,.order-fields{grid-template-columns:1fr}.order-panel{padding:18px}.order-item{grid-template-columns:55px 1fr}.order-item img{width:55px}.order-item label,.order-item button{grid-column:2}.order-steps{font-size:12px;gap:12px}.order-summary{position:static}.checkout .button{max-width:100%}}

/* Compact cart: product details stay in the same row as quantities and totals. */
body:has(.checkout){background:#f2f5f7}.checkout{max-width:1320px;padding-top:32px}.checkout h1{font-size:34px;margin:14px 0 20px}.back-catalog{font-size:14px;text-decoration:none}.checkout>.demo-banner{font-size:13px;padding:10px 16px;margin:14px 0 22px;border-left:0;border-radius:6px;background:#e6eef5;color:#526372}.order-steps{font-size:13px;gap:28px;margin:0 0 28px}.order-steps li{display:flex;align-items:center;gap:8px}.order-steps li span{border:1px solid #bdcbd5;border-radius:50%;width:26px;height:26px;display:grid;place-items:center}.order-steps .active{color:#0072bc;font-weight:600}.order-steps .active span{background:#0072bc;color:white;border-color:#0072bc}.order-layout{grid-template-columns:minmax(0,1fr) 310px;gap:24px}.order-panel{border:1px solid #e1e6eb;border-radius:10px;box-shadow:0 2px 6px #102a4306;padding:24px}.order-panel h2{font:600 21px Inter,sans-serif;margin:0 0 22px}.cart-panel{padding:0;overflow:hidden}.cart-panel-heading{padding:20px 24px;border-bottom:1px solid #e5ebef;display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-panel-heading h2{font-size:16px;margin:0}.cart-panel-heading>span{font-size:12px;color:#526372}.order-item{grid-template-columns:52px minmax(0,1fr) 112px 138px;gap:18px;padding:24px;align-items:start}.order-item:last-child{border-bottom:0}.order-item>img{width:52px;height:64px;object-fit:contain}.order-product-title{font-size:16px;font-weight:600;color:#252a30;text-decoration:none;overflow-wrap:anywhere}.order-item .order-product-specs{font-size:12px;margin:7px 0;color:#252a30;line-height:1.6}.order-item .order-product-description{font-size:12px;line-height:1.5;color:#526372;margin:0 0 8px}.remove-item{border:0;background:none;color:#0072bc;padding:3px 0;font-size:12px}.quantity-caption{display:block;font-size:11px;color:#526372;margin:0 0 6px}.quantity-stepper{display:flex;align-items:center;border:1px solid #c7d3dd;border-radius:6px;height:36px;overflow:hidden}.quantity-stepper button{border:0;background:white;color:#0072bc;font-size:21px;width:32px;height:34px;padding:0;flex-shrink:0}.quantity-stepper button:disabled{color:#b6c1ca;cursor:default}.order-item .quantity-stepper input{width:44px;min-width:0;height:34px;text-align:center;border:0;padding:0;font-size:14px;appearance:textfield;-moz-appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.order-line-price{text-align:right;padding-top:19px;white-space:nowrap}.order-line-price strong{display:block;font-size:19px;font-weight:500}.order-line-price span{display:block;font-size:11px;color:#526372;margin-top:5px}.order-summary h2{font-size:18px;padding-bottom:18px;border-bottom:1px solid #e5ebef}.order-summary>p{font-size:13px}.order-summary .total-line{display:block;padding:14px 0;border:0}.total-line>span{display:block;font-size:13px;color:#526372}.total-line strong{display:block;font-size:26px;font-weight:600;margin-top:4px}.order-summary .button{width:100%;border-radius:6px;margin-top:5px}.checkout-help{font-size:12px!important;color:#526372;margin:14px 0 0}.order-summary .fine{font-size:12px;line-height:1.6}.order-fields .field{min-width:0}.order-fields input,.order-fields select{width:100%;min-width:0}.order-panel:focus{outline:none}
@media(max-width:1100px){.order-layout{grid-template-columns:minmax(0,1fr) 280px}.order-item{grid-template-columns:44px minmax(0,1fr) 100px;gap:12px;padding:18px}.order-item>img{width:44px;height:54px}.order-line-price{grid-column:2/4;padding:0;display:flex;justify-content:space-between;align-items:center}.order-line-price strong{font-size:18px}}
@media(max-width:760px){.checkout{padding-top:22px}.order-layout{grid-template-columns:1fr}.order-summary{position:static}.order-item{grid-template-columns:40px minmax(0,1fr) 100px;padding:18px 14px;gap:12px}.order-item>img{width:40px;height:50px}.order-item .quantity-block{grid-column:3}.order-item .quantity-stepper button{grid-column:auto;width:28px}.order-item .quantity-stepper input{width:40px}.order-line-price{grid-column:2/4}.order-product-title{font-size:14px}.order-item .order-product-specs,.order-item .order-product-description{font-size:11px}.order-steps{gap:14px;font-size:11px}.order-steps li{gap:5px}.order-steps li span{width:22px;height:22px}.cart-panel-heading{padding:18px}.checkout h1{font-size:30px}.order-summary .total-line{display:flex;align-items:center;justify-content:space-between}.total-line strong{font-size:24px}.order-fields{grid-template-columns:1fr}}

@media(min-width:761px) and (max-width:1100px){.order-item{grid-template-columns:40px minmax(0,1fr) 100px 118px;gap:12px}.order-line-price{grid-column:auto;display:block;text-align:right;padding-top:18px}.order-line-price strong{font-size:17px}.order-product-description{max-width:100%}}
