:root{--blue:#073b8f;--blue2:#0a4db3;--red:#e30613;--yellow:#ffd400;--ink:#111827;--muted:#667085;--line:#e5e7eb;--bg:#f4f7fb;--white:#fff;--shadow:0 10px 30px rgba(7,59,143,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}.site-header{height:82px;padding:8px max(20px,calc((100vw - 1180px)/2));background:#fff;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(7,59,143,.08)}.brand{height:64px;width:245px;display:flex;align-items:center;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain}.header-actions{display:flex;align-items:center;gap:12px}.lang-switch{display:flex;padding:3px;background:#eef2f8;border-radius:999px}.lang{border:0;background:transparent;padding:8px 10px;border-radius:999px;font-size:.8rem;font-weight:800;color:#667085;cursor:pointer}.lang.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(0,0,0,.08)}button{font:inherit}.cart-button{border:0;background:var(--blue);color:#fff;padding:11px 14px;border-radius:13px;font-weight:800;display:flex;align-items:center;gap:9px;cursor:pointer}.cart-count{background:var(--red);min-width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.78rem}.intro{max-width:1180px;margin:0 auto;padding:68px 20px 54px;position:relative;overflow:hidden}.intro:after{content:"";position:absolute;width:230px;height:230px;right:35px;top:10px;border:46px solid var(--red);border-radius:50%;opacity:.05}.eyebrow{margin:0 0 8px;color:var(--red);font-size:.76rem;font-weight:900;letter-spacing:.14em}.intro h1{max-width:720px;margin:0;font-size:clamp(2.3rem,6vw,5rem);line-height:.98;letter-spacing:-.055em;color:var(--blue)}.intro>p:not(.eyebrow){max-width:620px;margin:20px 0;color:var(--muted);font-size:1.05rem}.delivery-pill{display:inline-flex;gap:10px;align-items:center;background:#fff;border:1px solid #dfe7f2;border-radius:999px;padding:10px 15px;color:#334155;font-weight:650;box-shadow:var(--shadow)}.delivery-pill span:first-child{color:#1ab35b;font-size:.75rem}.catalog{max-width:1180px;margin:0 auto;padding:0 20px 80px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-heading h2{margin:0;font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.04em}.product-total{font-size:.88rem;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid #e4eaf2;border-radius:22px;overflow:hidden;box-shadow:0 4px 16px rgba(15,23,42,.045);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1.18;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:16px;display:flex;flex:1;flex-direction:column}.product-info h3{font-size:1rem;line-height:1.3;margin:0 0 7px}.product-detail{margin:0 0 13px;color:var(--muted);font-size:.78rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-size:1.4rem;font-weight:900;color:var(--blue)}.add-button{width:42px;height:42px;border:0;border-radius:13px;background:var(--red);color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer}.add-button:active{transform:scale(.94)}.cart-drawer{position:fixed;z-index:40;right:0;top:0;width:min(430px,100%);height:100dvh;background:#fff;transform:translateX(102%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(15,23,42,.2)}.cart-drawer.open{transform:translateX(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.cart-head h2{margin:0;font-size:1.7rem}.icon-button{width:42px;height:42px;border:0;border-radius:50%;font-size:1.8rem;background:#eef2f8;cursor:pointer}.cart-items{padding:8px 20px;overflow:auto}.cart-item{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:58px;height:58px;border-radius:12px;object-fit:cover}.cart-item-name{font-weight:750;font-size:.9rem;line-height:1.2}.cart-item-price{color:var(--muted);font-size:.82rem}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid var(--line);background:#fff;width:28px;height:28px;border-radius:9px;cursor:pointer}.cart-empty{text-align:center;color:var(--muted);padding:80px 20px}.cart-empty span{font-size:2.4rem}.cart-footer{margin-top:auto;padding:20px;border-top:1px solid var(--line);background:#fbfcfe;overflow:auto}.total-row{display:flex;justify-content:space-between;font-size:1.25rem;margin-bottom:5px}.total-row strong{color:var(--blue)}.delivery-note{font-size:.78rem;color:var(--muted);margin:0 0 12px}form{display:grid;gap:10px}label{display:grid;gap:4px;font-size:.8rem;font-weight:750;color:#475467}input,textarea{width:100%;border:1px solid #d7dde7;border-radius:11px;padding:11px 12px;background:#fff;color:var(--ink);font:inherit;resize:none}input:focus,textarea:focus{outline:3px solid rgba(10,77,179,.13);border-color:var(--blue2)}.whatsapp-button{border:0;border-radius:13px;padding:13px 16px;background:#21a957;color:#fff;font-weight:850;display:flex;justify-content:center;gap:7px;cursor:pointer;margin-top:2px}.backdrop{position:fixed;inset:0;background:rgba(15,23,42,.42);z-index:30;opacity:0;visibility:hidden;transition:.2s}.backdrop.show{opacity:1;visibility:visible}.toast{position:fixed;left:50%;bottom:24px;z-index:60;transform:translate(-50%,20px);background:var(--ink);color:#fff;border-radius:999px;padding:11px 18px;font-weight:700;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.intro:after{display:none}.product-detail-layout{grid-template-columns:1fr}}
@media(max-width:650px){.site-header{height:70px;padding:6px 14px}.brand{width:172px;height:54px}.cart-button [data-i18n="cart"]{display:none}.intro{padding:42px 16px 36px}.intro h1{font-size:2.65rem}.delivery-pill{border-radius:16px;font-size:.86rem}.catalog{padding:0 12px 60px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:17px}.product-info{padding:12px}.product-info h3{font-size:.88rem}.product-detail{font-size:.72rem}.price{font-size:1.2rem}.add-button{width:38px;height:38px;border-radius:11px}.section-heading{padding:0 4px}.product-total{display:none}.store-info{grid-template-columns:1fr;padding:0 12px 60px}.info-card{padding:24px}.product-dialog{width:calc(100% - 24px);padding:40px 16px 18px}.detail-image{min-height:245px}.detail-actions{align-items:stretch;flex-direction:column}.detail-add{width:100%}}
@media(max-width:370px){.brand{width:145px}.product-grid{grid-template-columns:1fr 1fr}.product-info h3{font-size:.82rem}}
.category-filters,.subcategory-filters{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none}.category-filters{padding:2px 1px 12px}.subcategory-filters{padding:0 1px 20px}.category-filters::-webkit-scrollbar,.subcategory-filters::-webkit-scrollbar{display:none}.filter-button,.subfilter-button{white-space:nowrap;border:1px solid #dce4ef;background:#fff;color:#475467;border-radius:999px;font-weight:750;cursor:pointer}.filter-button{padding:10px 15px}.filter-button.active{background:var(--blue);border-color:var(--blue);color:#fff}.subfilter-button{padding:8px 13px;font-size:.88rem;background:#edf3fb;border-color:#d7e3f3;color:var(--blue)}.subfilter-button.active{background:var(--red);border-color:var(--red);color:#fff}.subcategory-filters[hidden]{display:none}.product-image{padding:8px;position:relative}.product-image img{object-fit:contain;object-position:center center;position:relative;z-index:1;transition:transform .2s ease}.product-image.image-trim img{transform:scale(1.06) translateY(2%)}.product-image.image-colgate-horizontal img{transform:scaleX(1.02) scaleY(.76)}.product-image.image-colgate-vertical img{transform:scaleX(.78) scaleY(1.02)}.product-image.image-clean-product{padding:16px}.product-image.image-clean-product img{transform:none}.product-image.image-catalog-label img{transform:scale(1.12) translateY(7%)}.product-image.image-catalog-price img{transform:scale(1.08) translateY(2%)}.product-image.image-catalog-bottle img{transform:scale(1.08) translate(7%,3%)}.product-image.image-sheet-trim img{transform:scale(1.08) translateY(3%)}.product-image.image-trim:before,.product-image.image-trim:after,.product-image.image-catalog-label:before,.product-image.image-catalog-label:after,.product-image.image-catalog-price:before,.product-image.image-catalog-price:after,.product-image.image-catalog-bottle:before,.product-image.image-catalog-bottle:after,.product-image.image-sheet-trim:before,.product-image.image-sheet-trim:after{content:"";position:absolute;z-index:2;background:#fff;pointer-events:none}.product-image.image-trim:before,.product-image.image-sheet-trim:before,.product-image.image-catalog-label:before{left:0;right:0;top:0;height:4%}.product-image.image-trim:after{left:0;right:0;bottom:0;height:9%}.product-image.image-sheet-trim:after{left:0;right:0;bottom:0;height:13%}.product-image.image-catalog-label:after{left:0;right:0;bottom:0;height:31%}.product-image.image-catalog-price:after{left:0;right:0;bottom:0;height:8%}.product-image.image-catalog-price:before{right:0;bottom:0;width:28%;height:48%}.product-image.image-catalog-bottle:after{left:0;right:0;bottom:0;height:16%}.product-image.image-catalog-bottle:before{right:0;bottom:0;width:30%;height:58%}
.store-info{max-width:1180px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-card{background:#fff;border:1px solid #dfe7f2;border-radius:24px;padding:32px;box-shadow:var(--shadow)}.info-card h2{margin:0 0 10px;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.035em;color:var(--blue)}.info-card>p:last-of-type{margin:0;color:var(--muted)}.contact-card{background:var(--blue);color:#fff}.contact-card .eyebrow{color:#ffdf58}.contact-card h2,.contact-card>p:last-of-type{color:#fff}.contact-button{display:inline-flex;gap:8px;align-items:center;margin-top:20px;padding:11px 16px;border-radius:13px;background:#21a957;color:#fff;text-decoration:none;font-weight:850}.product-dialog{width:min(820px,calc(100% - 40px));border:0;border-radius:26px;padding:46px 24px 24px;box-shadow:0 25px 80px rgba(15,23,42,.28)}.product-dialog::backdrop{background:rgba(15,23,42,.55)}.detail-close{position:absolute;top:12px;right:12px}.product-detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.detail-image{aspect-ratio:1.15;min-height:330px;border:1px solid #edf0f5;border-radius:20px}.detail-copy h2{margin:0 0 10px;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.08;letter-spacing:-.035em}.detail-description{color:var(--muted);margin:0 0 24px}.detail-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.detail-price{font-size:1.9rem;font-weight:900;color:var(--blue)}.detail-add{border:0;border-radius:13px;padding:13px 17px;background:var(--red);color:#fff;font-weight:850;cursor:pointer}
@media(max-width:900px){.product-detail-layout{grid-template-columns:1fr}}
@media(max-width:650px){.store-info{grid-template-columns:1fr;padding:0 12px 60px}.info-card{padding:24px}.product-dialog{width:calc(100% - 24px);padding:40px 16px 18px}.detail-image{min-height:245px}.detail-actions{align-items:stretch;flex-direction:column}.detail-add{width:100%}}
.summary-row{font-size:.9rem;color:var(--muted);margin-bottom:2px}.summary-row strong{color:#475467;font-weight:750}.tax-row{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid var(--line)}
.service-strip{max-width:1180px;margin:0 auto 72px;padding:0 20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.store-info{padding-bottom:24px}.service-strip>div{min-height:105px;padding:20px;border:1px solid #dfe7f2;border-radius:20px;background:#fff;box-shadow:0 4px 16px rgba(15,23,42,.04);display:flex;flex-direction:column;justify-content:center;gap:4px}.service-strip strong{color:var(--blue);font-size:.95rem}.service-strip span{color:var(--muted);font-size:.82rem;line-height:1.35}.featured{padding-bottom:60px}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-search{position:relative;display:block;margin-bottom:18px}.product-search .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:1;color:var(--blue);font-size:1.35rem}.product-search input{height:54px;padding-left:48px;border-radius:16px;border-color:#dce4ef;box-shadow:0 3px 14px rgba(15,23,42,.04);font-size:1rem}.catalog-empty{grid-column:1/-1;margin:0;padding:42px 20px;border:1px dashed #cbd5e1;border-radius:20px;background:#fff;text-align:center;color:var(--muted)}.order-method{margin:0;padding:10px 12px 12px;border:1px solid #d7dde7;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.order-method legend{padding:0 5px;font-size:.78rem;font-weight:800;color:#475467}.order-method label{display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:9px;background:#fff}.order-method input{width:auto;margin:0;accent-color:var(--blue)}[hidden]{display:none!important}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:25;padding:13px 17px;border-radius:999px;background:#21a957;color:#fff;text-decoration:none;font-weight:850;box-shadow:0 10px 30px rgba(20,130,65,.3)}
@media(max-width:900px){.service-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.store-info{padding-bottom:18px}.service-strip{margin-bottom:50px;padding:0 12px;gap:9px}.service-strip>div{min-height:96px;padding:15px;border-radius:16px}.featured{padding-bottom:48px}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.floating-whatsapp{right:14px;bottom:14px;padding:11px 14px;font-size:.86rem}.order-method{grid-template-columns:1fr}}
