@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box}body{margin:0;font-family:DM Sans,Arial;color:#061943;background:#fafafa}a{text-decoration:none;color:inherit}header{height:89px;background:#fff;display:flex;align-items:center;padding:6px 3%;gap:5vw}.logo img{width:158px;height:74px;object-fit:contain}.search{height:48px;border:1px solid #ccd2dc;border-radius:7px;overflow:hidden;display:flex;flex:1 1;max-width:660px}.search button{border:0;border-right:1px solid #ccd2dc;background:#fff;padding:0 16px}.search input{border:0;flex:1 1;padding:14px;font:inherit;outline:0}.search b{background:#031a43;color:#fff;font-size:28px;padding:5px 15px}.account{margin-left:auto;font-size:12px;display:flex;align-items:center;white-space:nowrap}.account:first-letter{font-size:25px}.account sup{background:#061943;color:#fff;border-radius:50%;padding:2px 5px;margin-left:-15px;margin-top:-20px}nav{height:52px;background:#031943;color:#fff;display:flex;gap:31px;align-items:center;padding:0 3.8%;font-size:13px}.red{color:#ff2630}.whatsapp{margin-left:auto}.hero{height:394px;position:relative;color:#fff;overflow:hidden;background:#09264c}.hero>img{right:0;width:64%;height:100%;object-fit:cover}.hero>img,.shade{position:absolute}.shade{inset:0;background:linear-gradient(90deg,#09264c 25%,rgba(9,38,76,.65) 62%,transparent)}.heroCopy{position:relative;padding:45px 5.2%;z-index:1}.hero h1{font-size:49px;line-height:1.12;margin:0;font-weight:800}.hero p{font-size:19px;margin:11px 0 27px}.heroCopy a{display:inline-block;padding:15px 22px;border-radius:6px;font-size:14px;font-weight:700;margin-right:17px}.white{background:#fff;color:#061943}.outline{border:2px solid #fff}.hero aside{font-size:12px;margin-top:37px;word-spacing:5px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 4%;background:#fff}.benefits div{border-right:1px solid #d9dee8;padding-left:30px;font-size:31px}.benefits div:last-child{border:0}.benefits b{font-size:14px;display:inline-block;vertical-align:middle}.benefits small{display:block;margin-left:36px;color:#59616c;font-size:13px}.catalog{padding:27px 3%}.catalog h2{font-size:17px}.catalogRow{display:grid;grid-template-columns:1fr 210px;grid-gap:30px;gap:30px}.products{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:22px;gap:22px}.products article{background:#fff;border:1px solid #e0e4eb;border-radius:6px;overflow:hidden;padding-bottom:10px}.photo{height:214px;position:relative;background:#e7ebf1}.photo img{width:100%;height:100%;object-fit:cover}.photo em{position:absolute;top:11px;left:10px;background:#18a34a;color:#fff;padding:4px 7px;font-size:10px;font-style:normal}.photo button{position:absolute;right:10px;top:10px;border:0;border-radius:50%;background:#fff;font-size:20px}.products h3,.products small,.products strong{display:block;margin:5px 11px 0;font-size:10px;color:#697282}.products p{margin:10px 11px 0;font-size:13px}.products small{display:block;margin:5px 11px 0;font-size:10px;color:#697282}.products p{color:#697282;font-size:12px}.products span{float:right;color:#17406d}.wholesale{background:linear-gradient(145deg,#082b5e,#011338);color:#fff;border-radius:13px;padding:20px}.wholesale i{font-size:33px}.wholesale h2{font-size:18px}.wholesale p{font-size:13px;line-height:1.55}.wholesale a{background:#fff;color:#061943;display:block;text-align:center;padding:11px;border-radius:4px;font-size:12px;font-weight:700}.wholesale hr{border:0;border-top:1px solid #496184;margin:20px 0}.wholesale b,.wholesale small{display:block;margin-top:10px;font-size:12px}footer{background:#fff;padding:15px 4%;display:flex;align-items:center;gap:15px;color:#687282;font-size:12px}footer img{height:40px;width:52px;object-fit:contain}@media(max-width:900px){nav{gap:15px;font-size:11px}.products{grid-template-columns:repeat(3,1fr)}.catalogRow{grid-template-columns:1fr}.wholesale{display:none}.hero h1{font-size:38px}}@media(max-width:650px){header{height:auto;flex-wrap:wrap;padding:7px 14px;gap:8px}.logo img{width:100px;height:48px}.search{order:3;flex-basis:100%;height:41px}.account span{display:none}nav{padding:0 14px;overflow:auto;gap:18px;height:43px}.whatsapp,nav a:nth-child(n+6){display:none}.hero{height:430px}.hero>img{width:100%;opacity:.65}.heroCopy{padding:40px 24px}.hero h1{font-size:32px}.hero p{font-size:16px}.heroCopy a{font-size:10px;padding:12px 9px;margin-right:4px}.hero aside{font-size:10px;line-height:2}.benefits{grid-template-columns:1fr 1fr;padding:8px}.benefits div{padding:9px;border:0;font-size:20px}.benefits b{font-size:10px}.benefits small{margin-left:24px;font-size:9px}.catalog{padding:20px 14px}.products{grid-template-columns:repeat(2,1fr);gap:10px}.products article:nth-child(n+5){display:none}.photo{height:190px}}.cart-icon{font-size:22px;margin-left:15px}.product-card{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(3,25,67,.13)}.product-card:focus-visible{outline:3px solid #1e62b8;outline-offset:2px}.photo button{width:30px;height:30px;display:grid;place-items:center;color:#061943;font-weight:800;cursor:pointer}.product-modal-backdrop{position:fixed;inset:0;background:rgba(1,13,35,.72);z-index:1000;display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.product-modal{position:relative;background:#fff;width:min(960px,96vw);max-height:92vh;overflow:auto;border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.35);display:grid;grid-template-columns:minmax(300px,43%) 1fr}.modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#061943;font-size:28px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.17);cursor:pointer;z-index:2}.modal-product-image{min-height:620px;background:#e9edf3}.modal-product-image img{width:100%;height:100%;max-height:760px;object-fit:cover;display:block}.modal-product-info{padding:38px 38px 32px;color:#061943}.modal-category{font-size:12px;font-weight:800;letter-spacing:.12em;color:#55708f}.modal-product-info h2{font-size:29px;margin:7px 46px 5px 0}.modal-price{font-size:28px;font-weight:800;margin-bottom:12px}.modal-description{font-size:14px;line-height:1.55;color:#596675}.option-group{border:0;padding:0;margin:20px 0}.option-group legend{font-weight:800;font-size:14px;margin-bottom:9px}.option-buttons{display:flex;gap:8px;flex-wrap:wrap}.option-buttons button{border:1px solid #bdc7d4;background:#fff;color:#061943;border-radius:7px;min-width:42px;padding:8px 12px;cursor:pointer}.option-buttons button.selected{background:#061943;color:#fff;border-color:#061943}.color-options button{min-width:auto}.technical-specs{border-top:1px solid #e1e5eb;margin-top:18px;padding-top:15px}.technical-specs h3{font-size:15px;margin:0 0 8px}.technical-specs dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;margin:0;border:1px solid #e1e5eb;border-radius:8px;overflow:hidden}.technical-specs dl div{padding:9px 11px;border-bottom:1px solid #e1e5eb}.technical-specs dt{font-size:10px;text-transform:uppercase;color:#718096}.technical-specs dd{font-size:12px;font-weight:700;margin:3px 0 0}.purchase-controls{display:grid;grid-template-columns:125px 1fr;grid-gap:12px;gap:12px;margin-top:22px}.quantity-control{display:grid;grid-template-columns:34px 1fr 34px;border:1px solid #bcc6d3;border-radius:7px;overflow:hidden}.quantity-control button{border:0;background:#f1f3f6;color:#061943;font-size:18px;cursor:pointer}.quantity-control button:disabled{opacity:.35}.quantity-control input{border:0;min-width:0;width:100%;text-align:center;font-weight:800;color:#061943;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{display:none}.add-cart{border:0;border-radius:7px;background:#061943;color:#fff;font-weight:800;font-size:12px;padding:14px;cursor:pointer}.add-cart.added{background:#169447}@media(max-width:720px){.product-modal-backdrop{padding:10px}.product-modal{grid-template-columns:1fr;max-height:96vh}.modal-product-image{min-height:300px;height:360px}.modal-product-info{padding:24px 20px}.modal-product-info h2{font-size:23px}.technical-specs dl{grid-template-columns:1fr 1fr}.purchase-controls{grid-template-columns:110px 1fr}.account{gap:3px}}body,html,main{max-width:100%;overflow-x:hidden}img{max-width:100%}.product-card,a,button{touch-action:manipulation}.catalogRow,.product-card,.products{min-width:0}.product-card h3,.product-card small{overflow-wrap:anywhere}nav{white-space:nowrap;overflow-x:auto;scrollbar-width:thin}footer{flex-wrap:wrap}.contact-details{display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;color:#465266}.contact-details strong{color:#061943}.contact-details a{color:#17406d;font-weight:600}.contact-details span{flex-basis:100%}@media (min-width:901px) and (max-width:1200px){header{gap:18px;padding-inline:2.5%}.account>span:first-of-type,.search button{display:none}nav{gap:22px;padding-inline:2.5%}.products{grid-template-columns:repeat(4,minmax(0,1fr))}.catalogRow{grid-template-columns:minmax(0,1fr) 200px}.photo{height:225px}}@media (max-width:900px){header{gap:14px;padding-inline:18px}.logo img{width:125px;height:62px}.account>span:first-of-type,.search button{display:none}nav{justify-content:flex-start}.hero>img{width:78%}.benefits{gap:0}.benefits div{padding-left:18px}.products{grid-template-columns:repeat(3,minmax(0,1fr))}.photo{height:255px}}@media (max-width:760px){header{height:auto;min-height:116px;flex-wrap:wrap;padding:8px 14px;gap:8px}.logo img{width:105px;height:50px}.search{order:3;flex-basis:100%;max-width:none;height:42px}.search b{font-size:23px;padding:4px 13px}.account{margin-left:auto}.cart-icon{margin-left:8px}nav a:nth-child(n+6){display:inline-flex}.hero{height:420px}.hero>img{width:100%;opacity:.64}.shade{background:linear-gradient(90deg,rgba(3,25,67,.94),rgba(3,25,67,.58))}.heroCopy{padding:42px 24px}.hero h1{font-size:34px}.hero p{font-size:16px}.benefits{grid-template-columns:1fr 1fr;padding:10px}.benefits div{padding:10px;border:0}.catalog{padding:22px 15px}.catalogRow{grid-template-columns:1fr}.wholesale{display:block}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.products article:nth-child(n+5){display:block}.photo{height:230px}}@media (max-width:480px){nav{padding-inline:14px;gap:20px}.hero{height:430px}.heroCopy{padding:38px 19px}.hero h1{font-size:30px}.heroCopy a{font-size:10px;padding:12px 9px;margin-right:3px}.hero aside{line-height:1.85}.benefits b{font-size:10px}.benefits small{font-size:9px;margin-left:24px}.products{gap:9px}.photo{height:195px}.product-card h3,.product-card p,.product-card small,.product-card strong{margin-left:9px;margin-right:9px}.product-modal-backdrop{padding:7px}.product-modal{width:100%;border-radius:13px}.modal-product-image{height:300px;min-height:300px}.modal-product-info{padding:21px 16px 24px}.modal-product-info h2{font-size:22px}.option-buttons button{min-height:40px}.purchase-controls,.technical-specs dl{grid-template-columns:1fr}.quantity-control{height:46px}.add-cart{min-height:48px}.modal-close{top:9px;right:9px}footer#contacto{justify-content:center;text-align:center}.contact-details{justify-content:center;flex-direction:column;gap:6px}.contact-details span{flex-basis:auto}}@media (max-width:340px){.products{grid-template-columns:1fr}.photo{height:300px}.heroCopy a{display:block;margin:7px 0;width:max-content}}.modal-product-image{position:relative;overflow:hidden}.main-product-image,.modal-product-image{display:flex;align-items:center;justify-content:center}.main-product-image{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#eef1f5;cursor:zoom-in}.main-product-image img{width:100%;height:100%;object-fit:contain;display:block}.main-product-image span{position:absolute;top:14px;left:50%;transform:translateX(-50%);padding:7px 11px;border-radius:20px;background:rgba(3,25,67,.82);color:#fff;font-size:11px;font-weight:700;opacity:0;transition:opacity .18s;white-space:nowrap}.main-product-image:focus-visible span,.main-product-image:hover span{opacity:1}.product-thumbnails{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;display:flex;gap:8px;padding:7px;background:hsla(0,0%,100%,.92);border-radius:10px;box-shadow:0 5px 18px rgba(0,0,0,.18);overflow-x:auto;scrollbar-width:thin}.product-thumbnails button{width:54px;height:66px;min-width:54px;padding:2px;border:2px solid transparent;border-radius:7px;background:#fff;overflow:hidden;cursor:pointer}.product-thumbnails button.active{border-color:#061943}.product-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:4px}.photo-lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;padding:18px;pointer-events:none}.photo-lightbox.locked{pointer-events:auto;cursor:zoom-out}.photo-lightbox>img{width:100%;height:100%;max-width:calc(100vw - 36px);max-height:calc(100vh - 36px);object-fit:contain}.photo-lightbox-close{position:absolute;z-index:2;top:16px;right:18px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#061943;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.3)}@media(max-width:480px){.product-thumbnails{left:8px;right:8px;bottom:8px}.product-thumbnails button{width:46px;height:56px;min-width:46px}.main-product-image span{opacity:1;top:10px}.photo-lightbox{padding:8px}.photo-lightbox>img{max-width:calc(100vw - 16px);max-height:calc(100vh - 16px)}}.customer-page{min-height:100vh;background:linear-gradient(145deg,#f7f9fc,#eef2f8);padding:24px 16px 60px;color:#071a45}.customer-brand{display:flex;align-items:center;justify-content:center;gap:10px;color:#071a45;text-decoration:none;font-weight:900;letter-spacing:.08em;margin:0 auto 22px}.customer-brand img{width:54px;height:54px;object-fit:contain}.account-portal,.customer-card{width:min(100%,680px);margin:auto;background:#fff;border:1px solid #dbe3ef;border-radius:20px;padding:26px;box-shadow:0 18px 50px rgba(7,26,69,.09)}.account-portal h1,.customer-card h1{margin:4px 0 8px;font-size:clamp(28px,7vw,42px)}.customer-card p{line-height:1.55;color:#52617a}.eyebrow{font-size:12px!important;letter-spacing:.15em;font-weight:900;color:#59708f!important;margin:0}.customer-card form{display:grid;grid-gap:16px;gap:16px;margin-top:22px}.account-portal label,.customer-card label{display:grid;grid-gap:7px;gap:7px;font-weight:800;font-size:14px}.account-portal input,.customer-card input,.customer-card select{width:100%;border:1px solid #b9c6d9;border-radius:10px;padding:13px 14px;font:inherit;color:#071a45;background:#fff;box-sizing:border-box}.account-portal input:focus,.customer-card input:focus,.customer-card select:focus{outline:3px solid rgba(24,74,151,.14);border-color:#184a97}.primary,.secondary{border-radius:10px;padding:14px 16px;border:1px solid #071a45;font-weight:900;cursor:pointer;text-align:center}.primary{background:#071a45;color:#fff}.secondary{background:#fff;color:#071a45}.primary small,.secondary small{display:block;font-weight:500;margin-top:4px;opacity:.8}.customer-choice{display:grid;grid-gap:14px;gap:14px;text-align:center}.customer-choice .primary,.customer-choice .secondary{font-size:15px}.button-link{display:block;text-decoration:none}.customer-help{text-align:center;color:#52617a}.customer-card a,.customer-help a{color:#0b58b5;font-weight:800}.steps{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e7ef;padding-top:18px;margin-top:18px}.steps span{display:flex;gap:6px}.steps i{width:34px;height:5px;background:#d8dfeb;border-radius:10px}.steps i.on{background:#0b58b5}.back,.logout,.text-button{border:0;background:none;color:#0b58b5;font-weight:800;cursor:pointer;padding:4px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.step-actions{display:grid;grid-template-columns:1fr 2fr;grid-gap:10px;gap:10px}.customer-card .check{display:flex;grid-template-columns:unset;align-items:center;gap:10px;font-weight:600}.customer-card .check input{width:20px;height:20px}.form-message{background:#fff3e8;color:#8b3900!important;border:1px solid #ffd1ad;padding:12px 14px;border-radius:10px}.found{display:grid;grid-gap:5px;gap:5px;background:#eff6ff;border:1px solid #c9dcf7;padding:15px;border-radius:12px}.otp{letter-spacing:.5em;font-size:24px;font-weight:900}.otp,.result-card{text-align:center}.result-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#e7f4ec;color:#10703b;font-size:30px;font-weight:900;margin:auto}.account-portal{width:min(100%,920px)}.account-welcome{display:flex;flex-wrap:wrap;align-items:center;gap:12px;border-bottom:1px solid #e1e7ef;padding-bottom:20px}.account-welcome h1{width:100%}.status{padding:7px 10px;border-radius:30px;font-size:13px;font-weight:900;background:#eef1f5}.status.approved{background:#dcf5e5;color:#116436}.status.pending{background:#fff2c9;color:#725300}.status.rejected{background:#fee3e3;color:#8a2222}.account-sections{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:20px 0}.account-sections article{border:1px solid #dbe3ef;border-radius:14px;padding:18px}.account-sections h2{font-size:18px;margin-top:0}.account-sections dl{margin:0}.account-sections dl div{margin-bottom:10px}.account-sections dt{font-size:12px;color:#6d7d94;text-transform:uppercase}.account-sections dd{font-weight:700;margin:2px 0}.order{display:grid;grid-template-columns:1fr auto;grid-gap:4px;gap:4px;border-bottom:1px solid #e3e8ef;padding:10px 0}.order strong{grid-column:2;grid-row:1/3}.compact{padding:9px 12px}.account-sections form{display:grid;grid-gap:10px;gap:10px}.logout{color:#9d2626}.customer-card hr{border:0;border-top:1px solid #e0e6ee;margin:22px 0}@media(max-width:620px){.customer-page{padding:14px 10px 40px}.account-portal,.customer-card{padding:20px 16px;border-radius:15px}.account-sections,.form-grid,.step-actions{grid-template-columns:1fr}.account-welcome{align-items:flex-start}.primary,.secondary{min-height:48px}.customer-brand{margin-bottom:12px}}.account>a{color:inherit;text-decoration:none}.wholesale>a{margin-top:10px}.wholesale>a small{display:block;margin-top:3px;font-weight:500}.wholesale>a.wholesale-secondary{background:transparent;color:#fff;border:1px solid #fff}.wholesale>small a{display:inline;background:none;color:#fff;padding:0;text-decoration:underline;font-size:inherit}@media (max-width:650px){.account>a{font-size:0}.account>a strong{font-size:11px}}.wholesale-price-badge{display:inline-block;margin:-4px 0 10px;padding:5px 8px;border-radius:999px;background:#dcf5e5;color:#116436;font-size:10px;font-weight:900;letter-spacing:.06em}.conversion-section{max-width:1440px;margin:0 auto;padding:64px 5%}.conversion-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.company-trust span,.conversion-heading span,.wholesale-home>div>span{display:block;color:#3763b6;font-size:12px;font-weight:800;letter-spacing:.18em}.company-trust h2,.conversion-heading h2,.wholesale-home h2{color:#061943;font-size:clamp(1.8rem,4vw,2.7rem);margin:7px 0}.company-trust p,.conversion-heading p,.wholesale-home p{color:#5b6676;margin:0}.company-trust>a,.conversion-heading>a{color:#061943;font-size:12px;font-weight:900;text-decoration:none;border-bottom:2px solid #b9893f;padding-bottom:5px}.conversion-section>.products{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card-link{display:block;margin:14px 12px 16px;padding:11px 12px;background:#061943;color:#fff!important;text-align:center;text-decoration:none;font-size:11px;font-weight:900;letter-spacing:.05em;border-radius:6px}.price-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#66758a;font-weight:800;margin-top:12px}.category-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.category-cards>a{position:relative;min-height:360px;overflow:hidden;border-radius:12px;background:#102443;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:end;padding:28px}.category-cards img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.65;transition:transform .3s ease}.category-cards>a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(1,15,39,.92))}.category-cards b,.category-cards span{position:relative;z-index:1}.category-cards span{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900}.category-cards b{font-size:11px;letter-spacing:.08em;margin-top:8px}.category-cards>a:hover img{transform:scale(1.035)}.wholesale-home{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:center;grid-gap:50px;gap:50px;background:#f4f1eb;max-width:none;padding-inline:max(5%,calc((100% - 1440px)/2))}.wholesale-home .wholesale{position:static;display:block}.company-trust{background:#061943;color:#fff;padding:48px max(5%,calc((100% - 1440px)/2));display:flex;justify-content:space-between;align-items:center;gap:36px}.company-trust h2,.company-trust p{color:#fff}.company-trust>div{max-width:780px}.company-trust>a{color:#fff;border-color:#d5ab62;white-space:nowrap}.header-cart-link{display:inline-flex;align-items:center;color:inherit;text-decoration:none;gap:3px}.product-breadcrumb{max-width:1320px;margin:0 auto;padding:22px 5%;font-size:12px;color:#64748b}.product-breadcrumb a{color:#17406d}.product-page-grid{max-width:1320px;margin:0 auto 70px;padding:0 5%;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:56px;gap:56px}.product-page-main-media{background:#eef1f5;min-height:620px}.product-page-main-media img,.product-page-main-media video{display:block;width:100%;height:100%;max-height:760px;object-fit:contain}.product-page-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.product-page-thumbs button{width:82px;height:96px;padding:0;border:2px solid transparent;background:#eef1f5;border-radius:8px;overflow:hidden;flex:none}.product-page-thumbs button.active{border-color:#061943}.product-page-thumbs img,.product-page-thumbs video{width:100%;height:100%;object-fit:cover}.product-page-info{color:#061943;padding-top:12px}.product-eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:#3763b6}.product-page-info h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;margin:9px 0}.product-code{font-size:13px;color:#657286}.product-page-price{font-size:2rem;font-weight:900;margin:3px 0 16px}.verified-offer{color:#b42318;font-weight:800}.verified-offer s{color:#718096;margin-right:8px}.option-group legend span{font-weight:500;color:#718096;margin-left:8px}.option-buttons button:disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}.availability-line{padding:12px 14px;background:#edf8f0;color:#166534;border-radius:8px;font-size:13px}.color-summary{margin:20px 0}.color-summary>div{display:flex;flex-wrap:wrap;gap:8px;margin:9px 0}.color-summary span{border:1px solid #cbd5e1;border-radius:20px;padding:6px 10px;font-size:12px}.color-summary small{display:block;color:#64748b}.product-purchase-row{display:grid;grid-template-columns:110px 1fr;grid-gap:12px;gap:12px;margin:22px 0}.product-purchase-row label{font-size:11px;font-weight:800}.product-purchase-row input{width:100%;height:47px;margin-top:5px;border:1px solid #b9c3d0;border-radius:7px;text-align:center;font-weight:800}.product-purchase-row .add-cart{margin-top:18px}.product-accordions details{border-top:1px solid #dbe1e8;padding:16px 0}.product-accordions summary{cursor:pointer;font-weight:800}.product-accordions p{color:#536174;line-height:1.55}.mobile-product-cta{display:none}.cart-page{max-width:1280px;margin:40px auto 80px;padding:0 5%;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:44px;gap:44px;color:#061943}.cart-list>h1,.empty-cart h1{font-size:2.4rem}.cart-list article{display:grid;grid-template-columns:120px 1fr auto;grid-gap:20px;gap:20px;padding:20px 0;border-top:1px solid #dce2e9}.cart-list article img{width:120px;height:145px;object-fit:cover;background:#eef1f5}.cart-list h2{font-size:18px;margin:4px 0}.cart-list p{font-size:12px;color:#687589;margin:5px 0}.cart-actions{display:flex;flex-direction:column;align-items:end;gap:12px}.cart-actions label{font-size:11px;font-weight:800}.cart-actions input{display:block;width:72px;height:38px;text-align:center;margin-top:5px}.cart-actions button{border:0;background:none;color:#b42318;text-decoration:underline;cursor:pointer}.cart-summary{background:#f4f6f8;padding:26px;height:max-content;border-radius:12px}.cart-summary>p{display:flex;justify-content:space-between;gap:20px}.cart-total{font-size:18px}.checkout-pending{background:#fff7e6;border:1px solid #f0cc8b;padding:14px;border-radius:8px;font-size:12px;line-height:1.45;margin:18px 0}.cart-summary>a,.empty-cart>a{display:block;background:#061943;color:#fff;text-align:center;text-decoration:none;padding:14px;border-radius:7px;font-weight:800;font-size:12px}.empty-cart{display:block;text-align:center;min-height:45vh}.empty-cart p{color:#64748b}.empty-cart>a{display:inline-block;margin-top:14px}.historia{margin-top:0}@media(max-width:900px){.conversion-section>.products{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page-grid,.wholesale-home{grid-template-columns:1fr}.product-page-grid{gap:28px}.product-page-main-media{min-height:480px}.cart-page{grid-template-columns:1fr}.company-trust{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.conversion-section{padding:42px 15px}.conversion-heading{align-items:flex-start;flex-direction:column}.conversion-heading>a{align-self:flex-start}.category-cards{grid-template-columns:1fr}.category-cards>a{min-height:280px}.wholesale-home{padding-inline:15px}.company-trust{padding:36px 20px}.product-page-grid{padding:0 15px;margin-bottom:90px}.product-page-main-media{min-height:390px}.product-page-main-media img,.product-page-main-media video{height:480px}.product-page-thumbs button{width:68px;height:82px}.product-purchase-row{grid-template-columns:92px 1fr}.mobile-product-cta{position:fixed;display:flex;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid #d7dde5;padding:10px 14px;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -6px 20px rgba(0,0,0,.12)}.mobile-product-cta strong{font-size:20px}.mobile-product-cta button{border:0;border-radius:7px;background:#061943;color:#fff;padding:14px 16px;font-weight:900}.mobile-product-cta button:disabled{opacity:.4}.cart-page{padding:0 15px;margin-top:20px}.cart-list article{grid-template-columns:90px 1fr}.cart-list article img{width:90px;height:115px}.cart-actions{grid-column:2;align-items:start;flex-direction:row}.cart-summary{padding:20px}}@media(max-width:760px){.header-cart-link{display:inline-flex!important;min-width:36px;justify-content:center}.header-cart-link .cart-icon{display:inline!important;margin-left:8px}.header-cart-link span:last-child{display:none}.header-cart-link sup{margin-left:-9px;margin-top:-24px}}.catalog-filters{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;background:#f0f3f7;padding:14px;border-radius:10px;margin:0 0 24px}.catalog-filters label{display:grid;grid-gap:5px;gap:5px;font-size:10px;font-weight:900;letter-spacing:.05em;color:#536174}.catalog-filters input,.catalog-filters select{height:40px;min-width:130px;border:1px solid #c5ced9;border-radius:6px;background:#fff;padding:0 10px;color:#061943}.catalog-filters button{height:40px;border:0;border-radius:6px;background:#061943;color:#fff;padding:0 18px;font-size:11px;font-weight:900;cursor:pointer}.catalog-filters>a{height:40px;display:flex;align-items:center;color:#b42318;font-size:11px;font-weight:800}@media(max-width:600px){.catalog-filters{display:grid;grid-template-columns:1fr 1fr}.catalog-filters input,.catalog-filters label,.catalog-filters select{min-width:0;width:100%}.catalog-filters button{grid-column:1/-1}.catalog-filters>a{justify-content:center;grid-column:1/-1}}.cart-summary .cart-checkout{background:#169447;margin-top:18px}.cart-summary .cart-continue{background:transparent;color:#061943;border:1px solid #061943;margin-top:10px}.checkout-page{max-width:1180px;margin:42px auto 80px;padding:0 5%;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:44px;gap:44px;color:#061943}.checkout-page>form{background:#fff;border:1px solid #e0e5ec;border-radius:14px;padding:30px}.checkout-kicker{font-size:11px;letter-spacing:.15em;color:#3763b6;font-weight:900}.checkout-page h1{font-size:clamp(2rem,4vw,3rem);margin:8px 0}.checkout-page>form>p{color:#657286;line-height:1.5}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin:24px 0}.checkout-fields label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:800}.checkout-fields label.full{grid-column:1/-1}.checkout-fields input,.checkout-fields select{height:46px;border:1px solid #bbc6d3;border-radius:7px;padding:0 12px;font:inherit;color:#061943;background:#fff}.bank-details{background:#f1f4f8;border-radius:10px;padding:18px;margin:22px 0}.bank-details h2{font-size:16px;margin:0 0 12px}.bank-details dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:0}.bank-details dl div{background:#fff;border-radius:7px;padding:10px}.bank-details dt{font-size:9px;text-transform:uppercase;color:#718096}.bank-details dd{font-size:13px;font-weight:800;margin:3px 0 0;overflow-wrap:anywhere}.checkout-primary{display:block;width:100%;border:0;border-radius:7px;background:#169447;color:#fff;padding:15px;text-align:center;font-weight:900;cursor:pointer}.checkout-primary:disabled{opacity:.55}.checkout-error{background:#fff0f0;color:#b42318;padding:12px;border-radius:7px;font-weight:700}.checkout-summary{background:#f4f6f8;border-radius:12px;padding:24px;height:max-content}.checkout-summary>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-top:1px solid #dde3ea}.checkout-summary span small{display:block;color:#718096;margin-top:3px}.checkout-total{font-size:18px}.checkout-empty,.checkout-success{display:block;text-align:center;min-height:55vh;max-width:760px}.checkout-success>span{display:grid;place-items:center;width:70px;height:70px;margin:0 auto;border-radius:50%;background:#169447;color:#fff;font-size:34px}.checkout-success .bank-details{text-align:left}.checkout-empty>a,.checkout-success>a:last-child{display:inline-block;margin-top:18px;color:#17406d;font-weight:800}.checkout-success .checkout-primary{margin-top:20px}@media(max-width:800px){.checkout-page{grid-template-columns:1fr}.checkout-summary{order:-1}}@media(max-width:600px){.checkout-page{padding:0 15px;margin-top:24px}.checkout-page>form{padding:20px 16px}.checkout-fields{grid-template-columns:1fr}.checkout-fields label.full{grid-column:auto}.bank-details dl{grid-template-columns:1fr}}