:root{--teal:#62beb9;--teal-dark:#247c7a;--navy:#173653;--blue:#354b88;--ink:#153047;--muted:#58707a;--paper:#f6faf9;--white:#fff;--line:#d7e5e3;--soft:#eaf4f2;--shadow:0 18px 50px #1736531f;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}body.cart-drawer-open{overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--teal-dark);outline-offset:3px}.commerce-header{z-index:50;background:var(--white);border-bottom:1px solid var(--line);position:relative}.commerce-top{grid-template-columns:112px minmax(260px,1fr) auto;align-items:center;gap:28px;width:min(1240px,100% - 48px);min-height:86px;margin:auto;display:grid}.commerce-logo{border-radius:14px;place-items:center;width:76px;height:76px;display:grid;overflow:hidden}.commerce-logo img{object-fit:contain;width:72px;height:72px}.nav-search{border:1px solid var(--line);background:var(--paper);border-radius:12px;grid-template-columns:1fr 48px;height:48px;display:grid;position:relative}.nav-search:focus-within{border-color:var(--teal-dark);box-shadow:0 0 0 3px #247c7a1f}.nav-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:0 16px;font-size:.94rem}.nav-search input::placeholder{color:#799096}.nav-search>button{color:var(--navy);background:0 0;border:0;font-size:1.7rem}.search-suggestions{z-index:80;border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:14px;padding:10px;position:absolute;top:calc(100% + 8px);left:0;right:0}.search-suggestions>a:not(.search-all){border-radius:10px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:62px;padding:8px;text-decoration:none;display:grid}.search-suggestions>a:hover,.search-suggestions>a.active{background:var(--soft)}.suggestion-image{background:var(--soft);width:44px;height:44px;color:var(--navy);border-radius:9px;place-items:center;display:grid;overflow:hidden}.suggestion-image img{object-fit:contain;width:100%;height:100%}.search-suggestions strong,.search-suggestions small{display:block}.search-suggestions small{color:var(--muted);margin-top:2px;font-size:.78rem}.search-empty{color:var(--muted);padding:18px}.search-all{border-top:1px solid var(--line);color:var(--teal-dark);margin-top:6px;padding:12px;font-weight:700;text-decoration:none;display:block}.commerce-actions{align-items:center;gap:10px;display:flex}.commerce-action{border:1px solid var(--line);background:var(--white);min-height:48px;color:var(--navy);border-radius:12px;align-items:center;gap:10px;padding:7px 12px;text-decoration:none;display:inline-flex}.commerce-action:hover{background:var(--soft);border-color:#afd3ce}.action-icon{background:var(--teal-dark);width:32px;height:32px;color:var(--white);border-radius:50%;flex:0 0 32px;place-items:center;font-size:.65rem;font-weight:800;display:grid}.cart-icon:before{content:"▢";font-size:1.15rem}.action-copy small,.action-copy strong{white-space:nowrap;display:block}.action-copy small{color:var(--muted);font-size:.7rem}.action-copy strong{font-size:.82rem}.action-arrow{color:var(--teal-dark);font-weight:800}.cart-count{background:var(--navy);min-width:22px;height:22px;color:var(--white);border-radius:999px;place-items:center;font-size:.72rem;font-weight:800;display:grid}.mobile-nav-toggle{background:var(--navy);width:44px;height:44px;color:var(--white);border:0;border-radius:10px;font-size:1.4rem;display:none}.commerce-nav-shell{background:var(--navy);color:var(--white)}.commerce-nav{justify-content:center;align-items:stretch;gap:8px;width:min(1240px,100% - 48px);min-height:52px;margin:auto;display:flex}.commerce-nav>a,.commerce-category-trigger{min-height:52px;color:inherit;background:0 0;border:0;align-items:center;padding:0 20px;font-size:.83rem;font-weight:700;text-decoration:none;display:inline-flex}.commerce-nav>a:hover,.commerce-category-trigger:hover,.commerce-nav>a.active,.commerce-category-nav.active>button{color:#8ce0d8;background:#62beb929}.commerce-category-nav{position:relative}.commerce-category-menu{opacity:0;visibility:hidden;pointer-events:none;border:1px solid var(--line);background:var(--white);width:min(680px,100vw - 32px);color:var(--ink);box-shadow:var(--shadow);border-radius:0 0 16px 16px;padding:22px;transition:all .18s;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)translateY(-8px)}.commerce-category-nav.is-open .commerce-category-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.commerce-category-menu header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;padding-bottom:15px;display:flex}.commerce-category-menu header span,.commerce-category-menu header strong{display:block}.commerce-category-menu header span{color:var(--teal-dark);letter-spacing:.12em;font-size:.7rem;font-weight:800}.commerce-category-menu header strong{margin-top:3px;font-size:1.1rem}.commerce-category-menu header a{color:var(--teal-dark);font-size:.82rem;font-weight:700;text-decoration:none}.commerce-category-list{grid-template-columns:1fr 1fr;gap:0 18px;padding-top:8px;display:grid}.commerce-category-list>a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:60px;padding:10px 6px;text-decoration:none;display:flex}.commerce-category-list>a:hover{color:var(--teal-dark)}.commerce-category-list strong,.commerce-category-list small{display:block}.commerce-category-list small{color:var(--muted);margin-top:2px;font-size:.75rem}.commerce-category-list i{font-style:normal}.p1-mobile-dock{display:none}.rc-hero{background:var(--paper);grid-template-columns:1.12fr .88fr;max-width:1440px;min-height:580px;margin:auto;display:grid}.rc-hero-copy{flex-direction:column;justify-content:center;padding:76px max(5vw,48px) 48px;display:flex}.rc-eyebrow,.kicker{color:var(--teal-dark);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:800}.rc-hero h1{letter-spacing:-.06em;max-width:700px;margin:26px 0 24px;font-size:clamp(3rem,5.5vw,5.1rem);line-height:1.02}.rc-hero h1 em{color:var(--teal-dark);font-style:normal}.rc-hero p{max-width:560px;color:var(--muted);margin:0;font-size:1.08rem;line-height:1.75}.rc-actions{flex-wrap:wrap;align-items:center;gap:24px;margin:34px 0 44px;display:flex}.rc-button,.button-primary{background:var(--navy);min-height:54px;color:var(--white);border:0;border-radius:10px;justify-content:center;align-items:center;padding:0 22px;font-weight:800;text-decoration:none;display:inline-flex}.rc-button:hover,.button-primary:hover{background:var(--teal-dark)}.rc-actions>a:not(.rc-button){color:var(--navy);text-underline-offset:5px;font-size:.92rem}.rc-hero-foot{color:#668087;letter-spacing:.08em;gap:28px;font-size:.72rem;font-weight:800;display:flex}.rc-brand-panel{background:var(--teal);color:var(--navy);flex-direction:column;justify-content:space-between;align-items:center;padding:38px;display:flex}.rc-panel-label{letter-spacing:.15em;align-self:flex-start;font-size:.73rem;font-weight:800}.rc-brand-panel>img{mix-blend-mode:multiply;border-radius:20px;width:min(250px,70%);height:auto}.rc-panel-bottom{justify-content:space-between;align-items:center;width:100%;font-size:1.4rem;line-height:1.25;display:flex}.rc-panel-bottom>span:last-child{font-size:3.3rem}.rc-categories{border-block:1px solid var(--line);background:var(--white);grid-template-columns:.9fr repeat(3,1fr);max-width:1440px;margin:auto;display:grid}.rc-categories>span{color:var(--muted);letter-spacing:.12em;align-self:center;padding:30px;font-size:.72rem;font-weight:800}.rc-categories>a{border-left:1px solid var(--line);align-items:center;gap:14px;min-height:92px;padding:22px 24px;text-decoration:none;display:flex}.rc-categories>a:hover{background:var(--soft)}.rc-categories small{color:var(--muted)}.rc-categories strong{font-size:1rem}.rc-categories b{color:var(--teal-dark);margin-left:auto;font-size:1.3rem}.rc-catalog{max-width:1240px;margin:auto;padding:78px 28px}.rc-catalog>header{justify-content:space-between;align-items:end;gap:24px;display:flex}.rc-catalog h2{letter-spacing:-.045em;margin:12px 0 28px;font-size:clamp(2rem,4vw,3rem)}.rc-catalog header>a{color:var(--teal-dark);text-underline-offset:4px;margin-bottom:32px;font-weight:700}.catalog-notice{border-radius:var(--radius);background:var(--soft);color:var(--muted);border:1px solid #bedbd6;grid-column:1/-1;margin:0;padding:34px}.p1-featured-products{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.p1-product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);overflow:hidden}.p1-product-image{background:#edf4f4;place-items:center;min-height:230px;padding:20px;text-decoration:none;display:grid;position:relative}.p1-product-image>span{background:var(--navy);color:var(--white);border-radius:6px;padding:5px 8px;font-size:.65rem;font-weight:800;position:absolute;top:14px;left:14px}.p1-product-image img{object-fit:contain;max-width:88%;max-height:190px}.p1-product-image b{color:var(--teal-dark);font-size:3rem}.p1-product-copy{padding:18px}.p1-product-copy>small{color:var(--teal-dark);font-weight:800}.p1-product-copy h3{min-height:48px;margin:8px 0 16px;font-size:1rem;line-height:1.45}.p1-product-copy h3 a{text-decoration:none}.p1-product-price span,.p1-product-price strong{display:block}.p1-product-price span{color:var(--muted);font-size:.65rem;font-weight:800}.p1-product-price strong{margin-top:3px;font-size:1.35rem}.p1-product-copy>p{color:var(--muted);font-size:.82rem}.p1-product-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.p1-product-actions a,.p1-product-actions button{border:1px solid var(--teal-dark);border-radius:8px;place-items:center;min-height:42px;font-size:.72rem;font-weight:800;text-decoration:none;display:grid}.p1-product-actions button{background:var(--teal-dark);color:var(--white)}.rc-service{background:var(--navy);color:var(--white);grid-template-columns:1fr 1fr;gap:10%;padding:78px max(6vw,28px);display:grid}.rc-service .rc-eyebrow{color:#84ded5}.rc-service h2{letter-spacing:-.05em;margin:20px 0;font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.05}.rc-service p{color:#c9dae0;max-width:480px;line-height:1.7}.rc-service .rc-button{background:var(--teal);color:var(--navy);margin-top:16px}.rc-service ol{counter-reset:service;margin:0;padding:0;list-style:none}.rc-service li{counter-increment:service;border-bottom:1px solid #3c5870;min-height:94px;padding:12px 0 22px 58px;position:relative}.rc-service li:before{content:"0" counter(service);color:#84ded5;font-weight:800;position:absolute;top:16px;left:0}.rc-service h3{margin:0 0 7px;font-size:1.15rem}.rc-service li p{margin:0;font-size:.9rem}.rc-contact{text-align:center;background:var(--white);padding:84px 24px}.rc-contact h2{letter-spacing:-.045em;margin:18px 0 30px;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08}.rc-contact>a{border-bottom:2px solid var(--teal);color:var(--teal-dark);padding-bottom:6px;font-size:1.8rem;font-weight:800;text-decoration:none;display:inline-block}.rc-contact p{color:var(--muted);margin-top:24px}.rc-footer,.store-footer{border-top:1px solid var(--line);background:#e7f1ef;align-items:center;gap:28px;padding:26px max(5vw,24px);display:flex}.rc-footer>a:first-child{font-size:1.35rem;text-decoration:none}.rc-footer>a:first-child strong{color:var(--blue)}.rc-footer>span{color:var(--muted);margin-right:auto;font-size:.85rem}.rc-footer>a:not(:first-child){color:var(--teal-dark);font-weight:700}.rc-footer small{color:var(--muted)}.store-page{background:var(--paper);min-height:100vh}.store-hero{background:linear-gradient(125deg, var(--navy), #235575);min-height:330px;color:var(--white);justify-content:space-between;align-items:center;gap:40px;padding:66px max(6vw,28px) 86px;display:flex}.store-hero-copy{max-width:780px}.store-hero .kicker{color:#8ce0d8}.store-hero h1{letter-spacing:-.055em;color:var(--white);margin:14px 0;font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.05}.store-hero p{color:#d6e4e8;max-width:620px;margin:0;font-size:1.05rem}.store-hero-badge{text-align:center;background:#62beb924;border:1px solid #ffffff59;border-radius:50%;flex:0 0 140px;align-content:center;place-items:center;gap:8px;width:140px;height:140px;display:grid}.store-hero-badge b{font-size:2rem}.store-hero-badge span{font-size:.75rem;font-weight:700;line-height:1.3}.catalog-shell{z-index:2;width:min(1240px,100% - 48px);margin:-38px auto 0;padding-bottom:64px;position:relative}.catalog-toolbar{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:78px;box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr) 270px;gap:12px;padding:12px;display:grid}.catalog-search{border:1px solid var(--line);background:var(--paper);border-radius:11px;grid-template-columns:42px 1fr 42px;align-items:center;min-height:52px;display:grid;position:relative}.catalog-search-icon{border:2px solid var(--muted);border-radius:50%;width:18px;height:18px;margin-left:16px;position:relative}.catalog-search-icon:after{content:"";background:var(--muted);width:7px;height:2px;position:absolute;bottom:-2px;right:-5px;transform:rotate(45deg)}.catalog-search input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:0 12px}.catalog-search button{background:var(--soft);width:34px;height:34px;color:var(--navy);border:0;border-radius:50%}.catalog-toolbar>a{background:var(--soft);color:var(--navy);border-radius:11px;grid-template-columns:1fr 28px;align-content:center;padding:5px 14px;text-decoration:none;display:grid}.catalog-toolbar>a span,.catalog-toolbar>a strong{grid-column:1;display:block}.catalog-toolbar>a span{color:var(--muted);font-size:.72rem}.catalog-toolbar>a strong{font-size:.85rem}.catalog-toolbar>a i{color:var(--teal-dark);grid-area:1/2/3;place-self:center;font-style:normal}.catalog-results-head{justify-content:space-between;align-items:end;gap:20px;margin:48px 0 20px;display:flex}.catalog-results-head span{color:var(--teal-dark);letter-spacing:.12em;font-size:.75rem;font-weight:800}.catalog-results-head h2{letter-spacing:-.04em;margin:8px 0 0;font-size:clamp(1.8rem,3.5vw,2.7rem)}.catalog-results-head>p{color:var(--muted);margin:0}.store-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.store-grid.is-single{grid-template-columns:minmax(280px,390px)}.store-product{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);overflow:hidden}.store-product-image{background:#edf4f4;place-items:center;min-height:270px;padding:22px;text-decoration:none;display:grid;position:relative}.store-product-image img{object-fit:contain;max-width:90%;max-height:225px}.store-product-image>span{color:var(--teal-dark);font-size:3.4rem;font-weight:900}.store-product-image>b{background:var(--navy);color:var(--white);border-radius:6px;padding:5px 8px;font-size:.65rem;position:absolute;top:14px;left:14px}.store-product-body{padding:20px}.store-product-body>small{color:var(--teal-dark);font-weight:800}.store-product-body h2{margin:7px 0 10px;font-size:1.15rem}.store-product-body h2 a{text-decoration:none}.store-product-body>p{min-height:48px;color:var(--muted);font-size:.9rem}.store-product-meta{justify-content:space-between;align-items:center;gap:12px;min-height:48px;display:flex}.store-product-meta>strong{font-size:1.35rem}.store-product-meta span,.product-detail-stock{color:var(--muted);font-size:.78rem;font-weight:700}.store-product-meta i,.product-detail-stock i{background:#d0993b;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.store-product-meta .available i,.product-detail-stock.available i{background:#2d9c62}.store-product-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;display:grid}.store-add-cart,.product-open{border:1px solid var(--teal-dark);border-radius:9px;place-items:center;min-height:44px;font-size:.8rem;font-weight:800;text-decoration:none;display:grid}.store-add-cart{background:var(--teal-dark);color:var(--white)}.product-open{color:var(--teal-dark)}.store-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);text-align:center;align-content:center;place-items:center;gap:10px;min-height:260px;padding:48px 24px;display:grid}.store-state-mark{color:var(--teal-dark);font-size:2.6rem;font-weight:900}.store-state h1,.store-state h2{margin:4px 0;font-size:clamp(1.7rem,3vw,2.3rem)}.store-state p{max-width:540px;color:var(--muted);margin:0 0 8px}.store-loader{border:3px solid var(--line);border-top-color:var(--teal-dark);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.store-assurance-strip{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:repeat(3,1fr);margin-top:22px;display:grid}.store-assurance-strip>div{border-left:1px solid var(--line);align-items:center;gap:12px;min-height:90px;padding:18px;display:flex}.store-assurance-strip>div:first-child{border-left:0}.store-assurance-strip>div>b{background:var(--soft);width:34px;height:34px;color:var(--teal-dark);border-radius:50%;flex:0 0 34px;place-items:center;display:grid}.store-assurance-strip strong,.store-assurance-strip small{display:block}.store-assurance-strip small{color:var(--muted);margin-top:3px}.store-footer{background:var(--navy);color:var(--white);justify-content:space-between;font-size:.85rem}.product-detail-page main{width:min(1240px,100% - 48px);margin:auto;padding:34px 0 70px}.product-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:.8rem;display:flex}.product-breadcrumb a{color:var(--teal-dark)}.product-breadcrumb strong{color:var(--ink)}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.product-gallery{grid-template-columns:76px 1fr;gap:14px;display:grid}.product-thumb,.product-main-image{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);place-items:center;display:grid;overflow:hidden}.product-thumb{height:76px}.product-main-image{min-height:520px}.product-thumb img,.product-main-image img{object-fit:contain;max-width:90%;max-height:90%}.product-thumb b,.product-main-image span{color:var(--teal-dark);font-size:3rem;font-weight:900}.product-detail-copy{padding-top:24px}.product-category{color:var(--teal-dark);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.product-detail-copy h1{letter-spacing:-.045em;margin:14px 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.product-sku{color:var(--muted);font-size:.85rem}.product-detail-price{margin:24px 0 12px;font-size:2rem;font-weight:900}.product-description{color:var(--muted);margin:26px 0;line-height:1.75}.product-purchase-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.product-add-cart,.product-whatsapp{border:1px solid var(--teal-dark);border-radius:10px;place-items:center;min-height:52px;font-weight:800;text-decoration:none;display:grid}.product-add-cart{background:var(--teal-dark);color:var(--white)}.product-whatsapp{color:var(--teal-dark)}.product-assurances{border-top:1px solid var(--line);color:var(--muted);gap:22px;margin-top:24px;padding-top:20px;font-size:.85rem;display:flex}.product-assurances b{color:var(--teal-dark)}.product-detail-state{min-height:440px}.cart-layer{z-index:120;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s;position:fixed;inset:0}.cart-layer.is-open{visibility:visible;opacity:1;pointer-events:auto}.cart-backdrop{background:#0c22348c;border:0;width:100%;position:absolute;inset:0}.cart-drawer{background:var(--white);grid-template-rows:auto minmax(0,1fr) auto;width:min(470px,100%);height:100%;transition:transform .25s;display:grid;position:absolute;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-20px 0 60px #0c223433}.cart-layer.is-open .cart-drawer{transform:translate(0)}.cart-drawer-head{background:var(--navy);min-height:82px;color:var(--white);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.cart-drawer-head span{color:#8ce0d8;letter-spacing:.12em;font-size:.68rem;font-weight:800}.cart-drawer-head h2{margin:3px 0 0;font-size:1.5rem}.cart-drawer-head h2 small{background:var(--teal);min-width:24px;height:24px;color:var(--navy);border-radius:50%;place-items:center;font-size:.75rem;display:inline-grid}.cart-drawer-head>button{width:40px;height:40px;color:var(--white);background:0 0;border:1px solid #ffffff59;border-radius:50%;font-size:1.5rem}.cart-items,.checkout-details-body{min-height:0;padding:14px 20px;overflow-y:auto}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:70px minmax(0,1fr) auto;gap:12px;padding:14px 0;display:grid}.cart-item-image{background:var(--soft);width:70px;height:70px;color:var(--teal-dark);border-radius:10px;place-items:center;display:grid;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-copy>strong,.cart-item-copy>span{display:block}.cart-item-copy>strong{font-size:.9rem}.cart-item-copy>span{color:var(--muted);font-size:.8rem}.cart-quantity{border:1px solid var(--line);text-align:center;border-radius:8px;grid-template-columns:30px 1fr 30px;align-items:center;width:94px;height:30px;margin-top:8px;display:grid}.cart-quantity button{height:100%;color:var(--navy);background:0 0;border:0}.cart-item-side{flex-direction:column;justify-content:space-between;align-items:end;display:flex}.cart-remove{background:var(--soft);width:28px;height:28px;color:var(--muted);border:0;border-radius:50%}.cart-line-subtotal small,.cart-line-subtotal strong{text-align:right;display:block}.cart-line-subtotal small{color:var(--muted);font-size:.68rem}.cart-summary{border-top:1px solid var(--line);background:var(--paper);padding:18px 22px 22px}.cart-summary>div{justify-content:space-between;font-size:1.05rem;display:flex}.cart-summary>p{color:var(--muted);margin:10px 0 14px;font-size:.8rem}.cart-continue,.cart-checkout{background:var(--teal-dark);width:100%;min-height:54px;color:var(--white);text-align:left;border:0;border-radius:10px;grid-template-columns:1fr 30px;align-items:center;gap:10px;padding:8px 12px 8px 18px;display:grid}.cart-continue-copy small,.cart-continue-copy strong,.cart-checkout-copy small,.cart-checkout-copy strong{display:block}.cart-continue-copy small,.cart-checkout-copy small{opacity:.75;font-size:.62rem}.cart-checkout-arrow{background:var(--white);width:28px;height:28px;color:var(--teal-dark);border-radius:50%;place-items:center;display:grid}.cart-clear{width:100%;min-height:36px;color:var(--muted);background:0 0;border:0;margin-top:6px}.cart-empty{text-align:center;align-content:center;place-items:center;padding:42px 24px;display:grid}.cart-empty-icon{background:var(--soft);border-radius:50%;place-items:center;width:62px;height:62px;display:grid}.cart-empty-icon:before{content:"▢";color:var(--teal-dark);font-size:1.8rem}.cart-empty h3{margin:18px 0 6px;font-size:1.45rem}.cart-empty p{max-width:310px;color:var(--muted);margin:0 0 18px}.cart-empty a{background:var(--teal-dark);min-height:44px;color:var(--white);border-radius:9px;align-items:center;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.checkout-details{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.checkout-progress{color:var(--muted);justify-content:center;align-items:center;gap:8px;padding:10px 0 18px;font-size:.8rem;display:flex}.checkout-progress i{background:var(--line);width:42px;height:1px}.checkout-progress b{background:var(--soft);width:22px;height:22px;color:var(--teal-dark);border-radius:50%;place-items:center;display:inline-grid}.checkout-order-preview{background:var(--soft);border-radius:10px;justify-content:space-between;margin-bottom:16px;padding:14px;display:flex}.checkout-field{margin-bottom:14px}.checkout-field label,.checkout-choice legend{color:var(--navy);margin-bottom:6px;font-size:.82rem;font-weight:800;display:block}.checkout-field input,.checkout-field select,.checkout-field textarea{border:1px solid var(--line);background:var(--white);width:100%;min-height:46px;color:var(--ink);border-radius:9px;padding:10px 12px}.checkout-field textarea{resize:vertical}.checkout-field label small{color:var(--muted);font-weight:400}.checkout-choice{border:0;margin:0 0 14px;padding:0}.checkout-choice label{border:1px solid var(--line);border-radius:9px;align-items:center;gap:10px;min-height:58px;margin-bottom:8px;padding:10px 12px;display:flex}.checkout-choice label.is-selected{border-color:var(--teal-dark);background:var(--soft)}.checkout-choice label span,.checkout-choice label b,.checkout-choice label small{display:block}.checkout-choice label small{color:var(--muted);margin-top:2px}.checkout-address-grid{grid-template-columns:1.4fr 1fr;gap:10px;display:grid}.checkout-actions{border-top:1px solid var(--line);background:var(--paper);padding:14px 20px 20px}.checkout-back{min-height:36px;color:var(--muted);background:0 0;border:0;margin-bottom:6px}.cart-checkout{grid-template-columns:36px 1fr 30px}.cart-checkout-icon{background:#ffffff24;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.cart-checkout-icon:before{content:"✓"}.cart-checkout:disabled{opacity:.55;cursor:not-allowed}@media (max-width:980px){.commerce-top{grid-template-columns:84px minmax(210px,1fr) auto;gap:14px}.action-copy,.action-arrow{display:none}.commerce-action{padding:7px 9px}.p1-featured-products,.store-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){body{padding-bottom:68px}.commerce-header{position:sticky;top:0}.commerce-top{grid-template-rows:60px 44px;grid-template-columns:60px minmax(0,1fr) 44px;gap:0 10px;width:100%;min-height:124px;padding:8px 16px 12px}.commerce-logo{border-radius:10px;grid-area:1/1;width:58px;height:58px}.commerce-logo img{width:58px;height:58px}.commerce-actions{grid-area:1/2;justify-self:end}.commerce-actions .action-cart{display:none}.commerce-action{background:var(--soft);border:0;min-height:42px}.action-copy{display:block}.action-copy small{display:none}.action-copy strong{font-size:.75rem}.mobile-nav-toggle{grid-area:1/3;place-items:center;display:grid}.nav-search{grid-area:2/1/auto/4;height:44px}.commerce-nav-shell{opacity:0;max-height:0;box-shadow:var(--shadow);transition:all .2s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.commerce-nav-shell.is-open{opacity:1;max-height:calc(100vh - 192px);overflow-y:auto}.commerce-nav{width:100%;padding:8px 16px 16px;display:block}.commerce-nav>a,.commerce-category-trigger{justify-content:space-between;width:100%;min-height:48px;padding:0 12px}.commerce-category-nav{width:100%}.commerce-category-menu{opacity:1;visibility:visible;width:100%;max-height:0;box-shadow:none;color:var(--white);background:#ffffff12;border:0;border-radius:8px;padding:0 12px;position:static;overflow:hidden;transform:none}.commerce-category-nav.is-open .commerce-category-menu{max-height:none;padding:12px;overflow:visible;transform:none}.commerce-category-menu header{border-color:#ffffff24;display:block}.commerce-category-menu header span{color:#8ce0d8}.commerce-category-menu header>a{color:#8ce0d8;margin-top:8px;display:inline-block}.commerce-category-list{grid-template-columns:1fr}.commerce-category-list>a{border-color:#ffffff1f;min-height:48px}.commerce-category-list small{color:#bcd0d6}.p1-mobile-dock{z-index:90;min-height:68px;padding:6px 8px max(6px, env(safe-area-inset-bottom));background:var(--navy);border-top:2px solid var(--teal);color:var(--white);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.p1-mobile-dock a,.p1-mobile-dock button{color:#c8d9df;background:0 0;border:0;align-content:center;place-items:center;gap:2px;min-width:0;font-size:.68rem;text-decoration:none;display:grid}.p1-mobile-dock a.active{color:#8ce0d8}.p1-mobile-dock b{font-size:1.05rem}.rc-hero{grid-template-columns:1fr;min-height:0}.rc-hero-copy{padding:48px 24px 40px}.rc-hero h1{margin:20px 0;font-size:clamp(2.8rem,14vw,4rem)}.rc-hero p{font-size:1rem}.rc-actions{flex-direction:column;align-items:flex-start;gap:18px;margin:28px 0 36px}.rc-hero-foot{flex-wrap:wrap;gap:14px}.rc-brand-panel{min-height:390px;padding:28px 24px}.rc-brand-panel>img{width:190px}.rc-panel-bottom{font-size:1.15rem}.rc-categories{grid-template-columns:1fr}.rc-categories>span{padding:20px 24px}.rc-categories>a{border-top:1px solid var(--line);border-left:0;min-height:70px;padding:17px 24px}.rc-catalog{padding:54px 24px}.rc-catalog>header{display:block}.rc-catalog h2{margin-bottom:16px}.rc-catalog header>a{margin-bottom:24px;display:inline-block}.p1-featured-products{grid-template-columns:1fr}.rc-service{grid-template-columns:1fr;gap:42px;padding:56px 24px}.rc-contact{padding:60px 24px}.rc-contact>a{font-size:1.45rem}.rc-footer,.store-footer{flex-direction:column;align-items:flex-start;gap:12px}.rc-footer>span{margin-right:0}.store-hero{min-height:0;padding:48px 24px 72px}.store-hero h1{font-size:2.7rem}.store-hero-badge{display:none}.catalog-shell{width:calc(100% - 32px);margin-top:-34px;padding-bottom:44px}.catalog-toolbar{grid-template-columns:1fr}.catalog-toolbar>a{min-height:58px}.catalog-results-head{align-items:flex-start;margin-top:36px}.catalog-results-head>p{padding-top:8px;font-size:.82rem}.store-grid{grid-template-columns:1fr}.store-state{min-height:230px;padding:36px 20px}.store-assurance-strip{grid-template-columns:1fr}.store-assurance-strip>div{border-top:1px solid var(--line);border-left:0;min-height:76px}.store-assurance-strip>div:first-child{border-top:0}.product-detail-page main{width:calc(100% - 32px);padding-top:24px}.product-detail{grid-template-columns:1fr;gap:24px}.product-gallery{grid-template-columns:1fr}.product-thumb{display:none}.product-main-image{min-height:330px}.product-detail-copy{padding-top:0}.product-purchase-actions{grid-template-columns:1fr}.product-assurances{flex-direction:column;gap:8px}.cart-drawer{border-radius:18px 18px 0 0;width:100%;height:min(90vh,760px);top:auto;bottom:0;transform:translateY(100%)}.cart-layer.is-open .cart-drawer{transform:translateY(0)}.checkout-address-grid{grid-template-columns:1fr}}@media (max-width:390px){.commerce-top{grid-template-columns:56px minmax(0,1fr) 44px;padding-inline:12px}.action-copy{display:none}.rc-hero-copy{padding-inline:20px}.rc-hero h1{font-size:2.85rem}.rc-hero-foot{font-size:.65rem}.store-hero{padding-inline:20px}.catalog-shell{width:calc(100% - 24px)}}
