@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--blue:#1944c5;--deep:#14223c;--muted:#657187;--line:#e4e8ef;--light:#f4f7fc;--green:#16764d;--radius:16px;font-family:'DM Sans',Arial,sans-serif;color:var(--deep);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #7da0ff;outline-offset:3px}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.container{max-width:1450px;margin:auto;padding:0 48px}.topline{background:var(--deep);color:#e5eaf5;font-size:12px;letter-spacing:.02em}.topline .container{display:flex;align-items:center;justify-content:space-between;min-height:34px;gap:20px}.separator{opacity:.4;margin:0 12px}.header{border-bottom:1px solid var(--line);background:white}.header-inner{height:98px;display:flex;align-items:center;gap:50px}.brand{display:flex;gap:12px;align-items:center;flex-shrink:0}.brand-mark{background:var(--blue);color:white;width:49px;height:51px;border-radius:14px 14px 14px 3px;display:flex;align-items:center;justify-content:center;font-family:Manrope,Arial,sans-serif;font-size:32px;font-weight:800;letter-spacing:-3px;padding-right:4px}.brand-mark span{font-size:19px;margin-top:7px;letter-spacing:-2px}.brand-kicker{font-size:10px;letter-spacing:2.3px;font-weight:600;display:block;line-height:1.5}.brand strong{font-family:Manrope,Arial,sans-serif;font-size:25px;letter-spacing:-.9px;display:block;line-height:1.15}.brand-dot{color:var(--blue)}.header-nav{display:flex;align-self:stretch;gap:32px;margin-left:38px;font-size:14px;font-weight:600}.header-nav a{display:flex;align-items:center;gap:6px;position:relative;color:var(--muted)}.header-nav a.nav-active{color:var(--blue)}.nav-active:after{position:absolute;content:'';height:3px;border-radius:4px;background:var(--blue);bottom:0;left:0;right:0}.header-cart{margin-left:auto;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:10px;padding:11px 13px;font-size:14px;font-weight:600;background:white}.badge{background:var(--blue);color:white;min-width:23px;padding:3px 6px;border-radius:6px;font-size:12px}.intro{padding:39px 0 33px;display:flex;align-items:center;justify-content:space-between;gap:30px}.eyebrow{margin:0 0 9px;color:var(--blue);font-size:11px;letter-spacing:1.7px;font-weight:700}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h1{font-size:36px;font-weight:800;letter-spacing:-1.4px;line-height:1.2;margin:0 0 9px}.intro p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.5;margin:0}.contact-link{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted);flex-shrink:0}.contact-link strong{display:block;font-size:14px;margin-top:4px;color:var(--deep)}.contact-icon{background:#eaf5ef;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--green)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:32px;align-items:start}.catalog-column{min-width:0;scroll-margin-top:20px}.search{display:flex;align-items:center;gap:13px;border:1px solid #dce2eb;border-radius:10px;background:var(--light);padding:0 17px;min-height:53px;color:var(--muted)}.search input{padding:15px 0;width:100%;border:0;background:transparent;font-size:15px;min-width:0;color:var(--deep);outline:none}.search:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px #1944c515}.search kbd{font:13px 'DM Sans',Arial;border:1px solid #d7dee8;border-radius:4px;background:white;padding:1px 7px}.categories{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin:18px 0 27px;padding:3px 1px}.category{white-space:nowrap;border:1px solid var(--line);border-radius:7px;background:white;padding:10px 13px;font-size:14px;display:flex;align-items:center;gap:7px}.category svg{width:16px;height:16px}.category.active{background:var(--blue);border-color:var(--blue);color:white}.catalog-toolbar{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:21px}.catalog-toolbar h2{margin:0 0 5px;font-size:21px;font-weight:800;letter-spacing:-.5px}#result-count{font-size:13px;color:var(--muted)}select{max-width:100%;font-size:13px;color:#4d5b73;background:#fff;border:1px solid var(--line);border-radius:7px;padding:10px 29px 10px 10px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.product-card{border:1px solid var(--line);border-radius:12px;padding:15px;display:flex;flex-direction:column;position:relative;transition:box-shadow .18s,border-color .18s;min-width:0}.product-card:hover{border-color:#b7c7ee;box-shadow:0 8px 24px #20365908}.product-card.in-cart{border-color:#a5bafa}.product-photo{height:168px;display:flex;align-items:center;justify-content:center;margin:3px 0 18px;position:relative;overflow:hidden;background:white}.product-photo img{width:100%;height:100%;object-fit:contain;transition:transform .2s}.product-card:hover .product-photo img{transform:scale(1.035)}.photo-fallback{display:grid;place-items:center;gap:8px;color:var(--muted);font-size:13px}.photo-fallback svg{width:38px;height:38px}.brand-label{font-size:10px;text-transform:uppercase;letter-spacing:1.1px;font-weight:700;color:var(--muted);margin:0 0 8px}.product-card h3{font-family:'DM Sans',Arial,sans-serif;font-weight:550;font-size:14px;line-height:1.45;margin:0;overflow-wrap:anywhere;min-height:61px}.product-price{font-family:Manrope,Arial,sans-serif;font-size:21px;font-weight:800;margin:15px 0 13px;letter-spacing:-.65px}.product-price small{font:11px 'DM Sans',Arial;color:var(--muted);letter-spacing:0;font-weight:400;margin-left:5px}.product-action{margin-top:auto;min-height:40px}.add-button{width:100%;border:1px solid #dbe4fd;background:#f0f4ff;color:var(--blue);border-radius:7px;font-weight:600;font-size:14px;min-height:40px;display:flex;justify-content:center;align-items:center;gap:8px}.add-button:hover{background:#e4edff}.add-button svg{width:17px;height:17px}.stepper{display:flex;align-items:center;justify-content:space-between;border:1px solid #c7d5fa;border-radius:7px;min-height:40px;background:#f4f7ff;color:var(--blue)}.stepper button{width:40px;height:38px;background:transparent;border:0;font-size:20px}.stepper input{border:0;background:transparent;color:var(--blue);text-align:center;font-weight:700;font-size:14px;width:58px;appearance:textfield;min-width:0}.stepper input::-webkit-inner-spin-button{appearance:none}.order-column{position:sticky;top:24px}.order-panel{background:#f7f9fd;border:1px solid #e0e6f0;border-radius:13px;padding:23px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.panel-heading h2{font-size:18px;display:flex;align-items:center;gap:10px;margin:0;letter-spacing:-.4px}.panel-heading svg{width:20px;height:20px}.soft-badge{background:#e9eefa;color:var(--blue);font-size:12px;border-radius:5px;padding:4px 8px}.empty-cart{padding:34px 5px 36px;text-align:center}.empty-cart .empty-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:#eaf0fa;color:#94a8ca}.empty-cart svg{width:27px;height:27px}.empty-cart strong{font-size:15px;display:block;margin-bottom:8px}.empty-cart p{font-size:13px;line-height:1.6;color:var(--muted);margin:0 auto;max-width:215px}.order-totals{border-top:1px solid #dfe5ef;padding:19px 0 22px}.order-totals>div{display:flex;justify-content:space-between;gap:10px;font-size:14px}.shipping-row{margin-top:10px;color:var(--muted);font-size:12px!important}.total-line{border-top:1px dashed #d8dfea;margin-top:17px;padding-top:18px;align-items:center;font-weight:600}.total-line strong{font-family:Manrope,Arial,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.5px}.primary,.whatsapp-button{display:flex;align-items:center;justify-content:center;gap:11px;background:var(--blue);border:0;border-radius:8px;padding:14px 16px;color:white;font-weight:600;font-size:14px;min-height:49px}.primary:hover:not(:disabled){background:#1237ad}.full{width:100%}.primary svg{width:18px;height:18px}.order-hint{font-size:12px;color:var(--muted);text-align:center;line-height:1.65;margin:13px 0 0}.how-to{padding:25px 18px 19px}.how-to>span{font-size:10px;color:var(--muted);letter-spacing:1.5px;font-weight:700}.how-to ol{list-style:none;counter-reset:steps;padding:0;margin:15px 0 0;display:grid;gap:14px}.how-to li{counter-increment:steps;font-size:13px;color:#475772;display:flex;align-items:center;gap:11px}.how-to li:before{content:counter(steps);border:1px solid #d7e1f3;color:var(--blue);font-size:11px;font-weight:600;border-radius:50%;height:21px;width:21px;display:grid;place-items:center;flex-shrink:0}.source-note{font-size:12px;line-height:1.6;color:var(--muted);border-top:1px solid var(--line);margin:0 18px;padding-top:16px}.cart-row{padding:14px 0;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:11px}.cart-row img{width:43px;height:49px;object-fit:contain;background:white;border-radius:5px}.cart-info{flex:1;min-width:0}.cart-info h3{font-family:'DM Sans',Arial;font-size:13px;font-weight:500;line-height:1.4;margin:0 0 8px}.cart-bottom{display:flex;align-items:center;justify-content:space-between;gap:9px}.cart-bottom strong{font-size:13px}.cart-bottom .stepper{min-height:28px;border-radius:4px}.cart-bottom .stepper button{width:27px;height:29px;font-size:17px}.cart-bottom .stepper input{width:37px;font-size:12px}.remove{background:transparent;padding:0;display:flex;align-items:center;border:0;color:#8090aa;margin-top:1px;width:23px;height:24px;justify-content:center}.remove svg{width:14px;height:14px}.order-items{max-height:335px;overflow-y:auto}.order-items .cart-row:last-child{border-bottom:0}.catalog-note{margin:25px 0;padding:21px;display:flex;gap:14px;background:var(--light);border-radius:10px;color:var(--muted);line-height:1.5}.catalog-note svg{margin-top:3px;color:var(--blue)}.catalog-note strong{font-size:14px;color:var(--deep)}.catalog-note p{margin:4px 0 0;font-size:13px}.catalog-note a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.footer{margin-top:38px;padding-top:24px;padding-bottom:27px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:12px}.footer strong{color:var(--deep)}.footer a:hover{text-decoration:underline}.no-results{text-align:center;border:1px dashed var(--line);padding:55px 20px;border-radius:12px;color:var(--muted)}.no-results>svg{width:35px;height:35px}.no-results h3{color:var(--deep);font-size:19px}.no-results p{font-size:14px}.secondary{border:1px solid var(--line);background:white;border-radius:7px;font-size:14px;padding:12px 18px;display:block;margin:20px auto}.no-results a{font-size:14px;color:var(--blue)}.mobile-cart{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-60px;left:20px;background:white;color:var(--blue);z-index:99;padding:12px}.skip-link:focus{top:10px}dialog{width:min(640px,calc(100% - 32px));max-height:90vh;max-height:90dvh;padding:0;border:0;border-radius:18px;color:var(--deep);box-shadow:0 25px 100px #14223c40}dialog::backdrop{background:#12213e70;backdrop-filter:blur(3px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:26px 28px 20px;border-bottom:1px solid var(--line)}.dialog-header h2{font-size:24px;letter-spacing:-.6px;margin:0}.icon-button{display:grid;place-items:center;background:#f0f3f9;border:0;border-radius:50%;width:38px;height:38px}.icon-button svg{width:20px;height:20px}.dialog-content{padding:6px 28px 27px}.dialog-content .cart-row{padding:17px 0}.dialog-content .cart-info h3{font-size:14px}.dialog-content .cart-row img{width:57px;height:63px}.dialog-content .cart-bottom strong{font-size:15px}.dialog-content .cart-bottom .stepper button{height:36px;width:36px}.dialog-content .remove{width:32px;height:32px}.checkout-total{margin:24px 0;padding:17px;background:var(--light);border-radius:8px;display:flex;align-items:center;justify-content:space-between;font-size:15px}.checkout-total small{font-size:12px;color:var(--muted);display:block;margin-top:4px}.checkout-total strong{font-family:Manrope,Arial;font-size:26px;letter-spacing:-.7px}.dialog-content h3{font-size:17px;margin:25px 0 16px}.form-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:14px}form label{display:block;font-size:14px;font-weight:550;margin:0 0 16px}form input,textarea{display:block;width:100%;font-size:16px;border:1px solid #d8e0eb;padding:12px;border-radius:7px;margin-top:7px;resize:vertical;max-width:100%;color:var(--deep);background:white}form input::placeholder,textarea::placeholder{color:#8994a6;font-size:14px}.optional{font-weight:400;color:var(--muted)}.checkout-note{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;color:var(--muted);padding:4px 0 7px}.checkout-note svg{width:19px;height:19px;color:var(--green);margin-top:2px}.whatsapp-button{background:var(--green);justify-content:space-between}.whatsapp-button:hover{background:#0f6540}.whatsapp-button svg{height:19px;width:19px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--deep);color:white;font-size:14px;border-radius:9px;padding:13px 21px;max-width:calc(100% - 32px);box-shadow:0 5px 25px #15244322;z-index:5;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.toast.visible{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}.noscript{padding:30px;background:#f4f7fc;color:var(--deep)}
@media(min-width:1600px){.product-photo{height:190px}}
@media(max-width:1180px){.container{padding-left:30px;padding-right:30px}.workspace{grid-template-columns:minmax(0,1fr) 290px;gap:24px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header-nav{margin-left:10px}.product-photo{height:190px}.order-panel{padding:19px}.intro h1{font-size:33px}}
@media(max-width:840px){.container{padding-left:23px;padding-right:23px}.header-inner{height:82px;gap:24px}.brand strong{font-size:23px}.brand-mark{width:43px;height:46px}.header-nav{margin-left:0;gap:18px}.header-nav a:nth-child(2){display:none}.workspace{grid-template-columns:minmax(0,1fr)}.order-column{display:none}.intro{padding:29px 0 25px}.intro h1{font-size:32px}.contact-link{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.product-photo{height:160px}.product-card{padding:13px}.product-card h3{min-height:61px}.mobile-cart{display:block;position:sticky;bottom:0;background:#fffffff5;border-top:1px solid var(--line);padding:12px 23px max(12px,env(safe-area-inset-bottom));z-index:3;backdrop-filter:blur(8px)}.mobile-cart .primary{justify-content:space-between}.mobile-cart .primary>span{display:flex;align-items:center;gap:9px}.mobile-count{padding:3px 6px;background:#ffffff20;border-radius:4px;font-size:12px}.toast{bottom:88px}.footer{flex-wrap:wrap;margin-top:20px}.topline .container>span:first-child{font-size:11px}.topline .container>span:last-child{font-size:11px}.source-note{display:none}}
@media(max-width:580px){.container{padding-left:18px;padding-right:18px}.header-inner{height:77px;gap:10px}.brand-mark{width:39px;height:43px;border-radius:11px 11px 11px 3px;font-size:29px}.brand-mark span{font-size:16px}.brand{gap:9px}.brand-kicker{font-size:8px;letter-spacing:1.8px}.brand strong{font-size:21px}.header-nav{display:none}.header-cart{gap:8px;padding:10px;border:0;background:var(--light)}.header-cart>span:not(.badge){display:none}.header-cart svg{width:20px;height:20px}.topline .container{min-height:29px;justify-content:center}.topline .container>span:first-child{display:none}.intro{padding:27px 0 24px}.eyebrow{font-size:10px;letter-spacing:1.6px}.intro h1{font-size:29px;letter-spacing:-1.2px;line-height:1.25}.intro p:not(.eyebrow){font-size:14px;max-width:310px}.search{padding:0 13px;gap:10px;min-height:49px}.search input{font-size:14px;padding:14px 0}.search kbd{display:none}.categories{margin-top:15px;margin-bottom:22px;gap:7px;margin-right:-18px;padding-right:18px}.category{font-size:13px;padding:10px 11px}.catalog-toolbar{margin-bottom:17px;gap:10px}.catalog-toolbar h2{font-size:19px}#result-count{font-size:12px}.sort-label select{font-size:12px;padding:9px 17px 9px 8px;max-width:128px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card{padding:11px;border-radius:10px}.product-photo{height:138px;margin:2px 0 14px}.brand-label{font-size:9px;letter-spacing:.8px}.product-card h3{font-size:13px;min-height:57px;line-height:1.45}.product-price{font-size:20px;margin:13px 0 11px}.product-price small{font-size:10px;margin-left:4px}.add-button{font-size:13px;min-height:40px;gap:5px}.stepper input{width:40px}.stepper button{width:35px}.catalog-note{padding:17px 14px;margin:21px 0 0;gap:10px}.footer{font-size:12px;line-height:1.6;align-items:flex-start;padding-top:22px;padding-bottom:25px;gap:7px;flex-direction:column}.mobile-cart{padding-left:18px;padding-right:18px}.mobile-cart .primary{min-height:49px;font-size:14px}.dialog-header{padding:21px 20px 18px}.dialog-header h2{font-size:23px}.dialog-content{padding:4px 20px 24px}.form-grid{grid-template-columns:1fr;gap:0}.checkout-total{padding:15px}.checkout-total strong{font-size:25px}dialog{width:calc(100% - 20px);max-height:94vh;max-height:94dvh}.product-card h3{overflow-wrap:normal}}
.product-card h3{font-size:16px;min-height:70px}.brand-label,.eyebrow,.how-to>span{font-size:12px}.product-price small{font-size:12px}.category,.add-button,.search input,.cart-info h3,.how-to li,.catalog-note p{font-size:14px}.header-cart{min-height:44px}.cart-bottom .stepper button{min-height:36px}.cart-bottom .stepper input{font-size:14px}.intro p:not(.eyebrow){font-size:16px}.category{min-height:44px}.source-note{font-size:12px}.order-hint{font-size:12px}
@media(max-width:580px){.product-card h3{font-size:14px;min-height:62px}.brand-label{font-size:12px;letter-spacing:.25px}.category{font-size:14px}.product-price small{font-size:12px}.intro p:not(.eyebrow){font-size:16px}.product-card{padding:12px}.product-photo{height:135px}.eyebrow{font-size:12px}.stepper button{min-width:38px;min-height:42px}.stepper input{width:34px}.product-price{font-size:19px}}
.catalog-sync{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:13px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.catalog-sync button{background:none;border:0;color:var(--blue);padding:8px 4px;font-size:14px;min-height:40px}.catalog-loading,.catalog-error{padding:45px 20px;background:var(--light);border:1px solid var(--line);border-radius:12px;text-align:center;line-height:1.6;font-size:16px}.catalog-error h3{margin:0 0 10px}.catalog-error p{margin:0;font-size:14px}.stock-label{font-size:14px;color:var(--green);margin:0 0 12px}.stock-label.unavailable{color:#9b4d19}.order-feedback{padding:13px 15px;background:#eef4ff;border-radius:8px;font-size:14px;line-height:1.55;margin:18px 0}.order-feedback.problem{background:#fff1e6;color:#85431c}#whatsapp-ready{margin-top:12px}.add-button.as-link{padding:10px;text-align:center;min-height:43px}.categories:empty{display:none}#catalog-error:not([hidden]){margin-bottom:16px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}

.brand-logo-frame{position:relative;display:block;width:140px;height:90px;overflow:hidden;flex-shrink:0}.brand-logo{position:absolute;display:block;width:140px;height:140px;max-width:none;left:0;top:-30px;object-fit:contain}@media(max-width:840px){.brand-logo-frame{width:120px;height:74px}.brand-logo{width:120px;height:120px;top:-25px}}

.field-help{font-size:14px;line-height:1.5;color:var(--muted);margin:-5px 0 20px}.form-grid>label{min-width:0}

.medicine-banner{display:flex;align-items:center;justify-content:space-between;gap:28px;background:#1944c5;color:white;border-radius:16px;padding:28px 30px;margin:0 0 30px}
.medicine-banner-copy{max-width:720px;min-width:0}.medicine-banner-kicker{font-size:12px;letter-spacing:1.1px;font-weight:700;color:#dce7ff;margin:0 0 10px}.medicine-banner h2{font-size:28px;font-weight:700;line-height:1.25;letter-spacing:-.6px;margin:0 0 10px}.medicine-banner h2 strong{color:#d4ff99;font-weight:800}.medicine-banner-copy>p:last-child{font-size:16px;line-height:1.5;margin:0;color:#edf2ff}
.medicine-banner-button{display:flex;align-items:center;justify-content:center;gap:12px;flex-shrink:0;background:white;border:0;border-radius:9px;color:#14389f;font-weight:700;font-size:16px;padding:15px 19px;min-height:50px}.medicine-banner-button:hover{background:#edf2ff}.medicine-banner-button:focus-visible{outline-color:#d4ff99}.medicine-banner-button svg{width:20px;height:20px}
.medicine-intro{font-size:16px;line-height:1.5;color:var(--muted);margin:20px 0 0}.medicine-form-hint{font-size:14px;line-height:1.5;color:var(--muted);margin:15px 0 0}#medicine-dialog .dialog-header{align-items:flex-start;gap:12px}#medicine-dialog .icon-button{flex-shrink:0;min-width:44px;min-height:44px}#medicine-form .form-grid{grid-template-columns:1fr 1fr}#medicine-form .primary,#medicine-whatsapp{font-size:16px}#medicine-whatsapp{margin-top:14px}
@media(max-width:840px){.medicine-banner{padding:24px;gap:20px;align-items:flex-start;flex-direction:column}.medicine-banner h2{font-size:25px}.medicine-banner-button{width:100%}}
@media(max-width:580px){.medicine-banner{padding:22px 20px;margin-bottom:24px;gap:18px}.medicine-banner h2{font-size:23px;letter-spacing:-.35px}.medicine-banner-kicker{letter-spacing:.5px}#medicine-form .form-grid{grid-template-columns:1fr}#medicine-dialog .dialog-header h2{font-size:22px;line-height:1.25}#medicine-dialog .eyebrow{font-size:12px;letter-spacing:.7px}}

.promo-hero{display:block;background:#1944c5;border-radius:18px;overflow:hidden;margin:24px 0;color:white}
.promo-hero-art{width:100%;max-width:660px;margin:0 auto}.promo-hero-art img{display:block;width:100%;height:auto;object-fit:contain}.promo-actions{display:flex;justify-content:center;align-items:stretch;gap:12px;padding:20px 24px 24px;flex-wrap:wrap}.promo-cta,.promo-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;padding:14px 17px;min-height:50px;font-size:16px;font-weight:700;text-align:center}.promo-cta{background:white;color:#14389f}.promo-cta:hover{background:#edf2ff}.promo-whatsapp{background:#116943;color:white;border:1px solid #68c89b}.promo-whatsapp:hover{background:#0c5937}.promo-cta:focus-visible,.promo-whatsapp:focus-visible{outline-color:#d4ff99}.promo-actions svg{width:20px;height:20px;flex-shrink:0}
@media(max-width:580px){.promo-hero{margin:16px 0 22px;border-radius:14px}.promo-actions{padding:16px 16px 20px;gap:10px}.promo-cta,.promo-whatsapp{width:100%}}

.promo-locations{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:20px 24px 0;max-width:760px;margin:0 auto}.promo-locations address{font-style:normal;font-size:16px;line-height:1.5;min-width:0;overflow-wrap:anywhere}.promo-locations strong{display:block;color:#d4ff99;margin-bottom:4px}.promo-locations span{display:block;color:white}
@media(max-width:580px){.promo-locations{grid-template-columns:1fr;gap:14px;padding:16px 18px 0}}

.quantity-prices{border:1px solid #bfd1f5;background:#f3f7ff;border-radius:8px;padding:10px;margin:0 0 12px;font-size:13px;line-height:1.45}.quantity-prices>strong{display:block;color:#163d9e;margin-bottom:7px}.quantity-prices ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.quantity-prices li{display:flex;flex-direction:column;gap:1px;padding:5px 6px;border-radius:5px}.quantity-prices li b{font-size:14px}.quantity-prices .tier-active{background:#d9efdf;color:#135c37}.quantity-prices p{margin:7px 0 0}.quantity-prices button{border:1px solid #1944c5;color:#14389f;background:white;border-radius:6px;width:100%;min-height:44px;font-weight:650;font-size:13px;padding:8px 5px;margin-top:10px}.quantity-prices button:hover{background:#e5edff}.tier-savings{color:#12603d;font-weight:650}.cart-unit{font-size:13px;line-height:1.45;color:#12603d;margin:0 0 9px}.product-price small{white-space:nowrap}

.checkout-summary>div{display:flex;justify-content:space-between;gap:1rem;margin:.7rem 0}.checkout-summary .checkout-total{border-top:1px solid var(--line,#dae1ee);padding-top:1rem}.shipping-progress{padding:.8rem;background:#eaf3ff;border-radius:10px;color:#1749a1;font-size:.9rem;line-height:1.5}#order-form select{width:100%;padding:.85rem;border:1px solid #cbd5e1;border-radius:8px;background:white;color:#172542;font:inherit}#bold-ready{margin-top:12px;text-align:center;text-decoration:none;justify-content:center}#city[readonly]{background:#f1f5fa}

.payment-page{max-width:680px;margin:2rem auto;padding:1.5rem;background:white;border:1px solid #dce3ef;border-radius:16px}.payment-page h1{margin-top:1.5rem}.payment-reference{overflow-wrap:anywhere;color:#5d6e85;font-size:.85rem}.payment-items{padding:0;list-style:none}.payment-items li{padding:1rem 0;border-bottom:1px solid #e3e9f1}.payment-items strong{float:right}#payment-button{margin:1.5rem 0}#payment-status{padding:1rem;background:#eaf3ff;border-radius:10px;line-height:1.5}.payment-page p{line-height:1.6}

.catalog-download-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin:18px 0 12px}.catalog-pdf-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#eaf1ff;border:1px solid #b9cef8;border-radius:9px;padding:12px 16px;min-height:48px;font-size:16px;font-weight:650;color:#163d9e}.catalog-pdf-link:hover{background:#dfeafe}.catalog-download-bar>span{font-size:14px;line-height:1.5;color:#657187}.pdf-download-page{background:#f4f7fc}.pdf-header{display:flex;align-items:center;justify-content:space-between;min-height:96px;gap:20px}.pdf-header>a:last-child{font-size:16px;font-weight:650;color:#1944c5;padding:12px 0}.pdf-download-card{max-width:650px;margin:44px auto;padding:36px;background:white;border:1px solid #dbe4f2;border-radius:18px}.pdf-file-mark{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:68px;color:white;background:#1944c5;border-radius:9px 9px 9px 2px;font-size:16px;font-weight:750;letter-spacing:1px}.pdf-download-card h1{font-family:Manrope,Arial,sans-serif;font-size:30px;line-height:1.25;letter-spacing:-.6px;margin:24px 0 14px}.pdf-download-card p{font-size:16px;line-height:1.65;color:#52627a}.pdf-download-card .pdf-small{font-size:14px;line-height:1.6}.pdf-download-card #pdf-status{font-size:16px;font-weight:650;color:#18376f}.pdf-download-card .pdf-summary{font-size:16px;font-weight:650;color:#18376f;background:#edf4ff;border-radius:8px;padding:13px}.pdf-download-card progress{width:100%;height:12px;accent-color:#1944c5}#pdf-progress-panel{margin:26px 0 20px}#pdf-download:not([hidden]){display:flex;justify-content:center;font-size:16px;min-height:50px;text-align:center;margin:20px 0 12px}#pdf-cancel,#pdf-retry{font-size:16px;min-height:48px;margin:8px 0 12px}#pdf-retry:not([hidden]){display:flex;justify-content:center}#pdf-download:not([hidden])~#pdf-retry{background:white;border:1px solid #b9cef8;color:#1944c5}.pdf-back{display:inline-block;min-height:44px;padding:12px 0;color:#1944c5;font-size:16px;text-decoration:underline;text-underline-offset:3px}
@media(max-width:720px){.pdf-download-card{margin:24px 18px;padding:26px}.pdf-header{min-height:78px}.pdf-download-card h1{font-size:26px}}
@media(max-width:580px){.catalog-download-bar{align-items:stretch;flex-direction:column;gap:8px}.catalog-pdf-link{width:100%}.catalog-download-bar>span{text-align:center}.pdf-header>a:last-child{font-size:14px}.pdf-download-card{padding:24px 20px;margin:20px 14px}}

/* Catalogue navigation and device-saved shopping list */
.workspace{margin-top:28px}.catalog-welcome{font-size:28px;letter-spacing:-.6px;margin:0 0 18px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:22px 0 12px}.section-heading h2{font-size:17px;margin:0}.section-heading>span{font-size:12px;color:var(--muted)}.laboratories{display:flex;gap:10px;overflow-x:auto;padding:3px 2px 14px;scrollbar-width:thin;scroll-snap-type:x proximity}.lab-button{flex:0 0 114px;display:flex;align-items:center;flex-direction:column;gap:7px;min-height:132px;padding:12px 8px;background:white;border:1px solid var(--line);border-radius:13px;scroll-snap-align:start}.lab-button.active{background:#eef3ff;border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.lab-mark{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eaf0fc;color:var(--blue);font-size:19px;font-weight:800}.lab-button:nth-child(3n) .lab-mark{background:#e7f5ef;color:#17754c}.lab-button:nth-child(3n+1) .lab-mark{background:#eeeafb;color:#6753a2}.lab-name{font-size:13px;font-weight:700;text-align:center;overflow-wrap:anywhere}.lab-button small{font-size:11px;color:var(--muted);margin-top:auto}.habitual-panel{border:1px solid var(--line);border-radius:10px;margin:14px 0;padding:14px 16px;background:#f8faff}.habitual-panel summary{font-size:15px;font-weight:650;cursor:pointer}.habitual-panel summary span{display:block;font-size:12px;color:var(--muted);font-weight:400;margin:6px 0 0 17px}.habitual-panel p,.habitual-panel li{font-size:13px;line-height:1.6}.habitual-panel ul{padding-left:20px;max-height:220px;overflow:auto}.habitual-actions{display:flex;flex-wrap:wrap;gap:8px}.habitual-actions .secondary{margin:0;font-size:13px}.text-button{display:inline-block;border:0;color:var(--blue);background:transparent;padding:10px;min-height:44px;text-decoration:underline;font-size:13px}.storage-note{font-size:12px;line-height:1.5;color:var(--muted);margin:10px 0}.catalog-toolbar .text-button{display:block;padding-left:0}.catalog-download-bar>span{font-size:12px}.promo-hero{margin-top:36px}.pdf-options{border:0;padding:0;margin:24px 0}.pdf-options legend{font-size:17px;font-weight:700;margin-bottom:16px}.pdf-options label{display:block;font-size:14px;margin:12px 0 6px}.pdf-options select,.pdf-options input[type=search]{display:block;width:100%;font-size:16px;padding:12px;border:1px solid var(--line);border-radius:8px}.pdf-selection{max-height:300px;overflow:auto;border:1px solid var(--line);border-radius:8px;margin:12px 0}.pdf-selection label{display:flex;align-items:flex-start;gap:10px;padding:12px;margin:0;border-bottom:1px solid var(--line);line-height:1.5}.pdf-selection input{margin-top:5px;min-width:18px;min-height:18px;accent-color:var(--blue)}.pdf-selection small{display:block;color:var(--muted)}.pdf-selection-actions{display:flex;gap:10px;flex-wrap:wrap}.pdf-selection-actions .secondary{margin:0;font-size:13px}.pdf-options .pdf-small{margin:8px 0}.pdf-download-card{max-width:760px}#pdf-generate{margin:18px 0}.pdf-options:disabled{opacity:.6}.pdf-selection-empty{padding:12px}
@media(max-width:580px){.workspace{margin-top:20px}.catalog-welcome{font-size:23px;margin-bottom:14px}.section-heading{margin-top:18px}.section-heading h2{font-size:16px}.section-heading>span{font-size:11px}.lab-button{flex-basis:102px;min-height:126px}.habitual-actions .secondary{width:100%}.pdf-selection-actions .secondary{flex:1}.catalog-toolbar{align-items:flex-start}}

/* Banner first; laboratory shortcuts at the bottom return to matching products. */
#main>.promo-hero:first-child{margin-top:24px}#main>.lab-section{margin:30px 0 24px;padding-top:10px;border-top:1px solid var(--line)}#category-title{scroll-margin-top:24px}
@media(max-width:580px){#main>.promo-hero:first-child{margin-top:16px}#main>.lab-section{margin-top:24px}}
