@keyframes cm-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes cm-halo-pulse{0%,to{box-shadow:0 0 12px rgba(217,43,25,.3),0 0 24px rgba(243,180,49,.14)}50%{box-shadow:0 0 18px rgba(217,43,25,.5),0 0 36px rgba(243,180,49,.28)}}@keyframes cmIntroPop{0%{transform:translateY(-4px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes cm-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes cm-soon-pulse{0%,to{box-shadow:0 0 0 0 rgba(243,180,49,.45)}50%{box-shadow:0 0 0 6px transparent}}@keyframes cmBuyPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes cmBuySuccessPulse{0%,to{transform:scale(1)}45%{transform:scale(1.05)}}@keyframes ckFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}:root{--teal:#0f5157;--teal-dark:#082c30;--teal-light:#1a7a82;--red:#d92b19;--red-dark:#b91c1c;--white:#ffffff;--bg-light:#f4f4f1;--text-dark:#1a1a1a;--text-mid:#555;--border:#e5e5e2}body{font-family:"DM Sans",system-ui,-apple-system,sans-serif;background:var(--white);color:var(--text-dark);line-height:1.5}.lang-bar{background:var(--teal-dark);color:var(--white);padding:6px 24px;display:flex;justify-content:flex-end;gap:16px;font-size:13px}.cm-menu-toggle-mobile,.lang-bar a{background:0 0;border:0;color:var(--white);cursor:pointer;align-items:center}.lang-bar a{font-family:inherit;font-size:13px;opacity:.7;transition:opacity .2s;text-decoration:none;display:flex;gap:6px}.lang-bar a.active,.lang-bar a:hover{opacity:1;font-weight:600}.lang-bar img{width:16px;height:16px;border-radius:2px}body>header,header.header{background:var(--teal);color:var(--white);padding:16px 24px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:32px}.cm-menu-toggle-mobile{display:none;padding:6px;justify-content:center;border-radius:4px}.cm-menu-toggle-mobile:hover{background:rgba(255,255,255,.1)}.cm-menu-toggle-mobile:focus-visible{outline:2px solid var(--white);outline-offset:2px}.cm-logo{display:inline-flex;align-items:baseline;gap:5px;text-decoration:none;color:var(--white)}.cm-logo-text{font-family:"Archivo",sans-serif;font-weight:800;font-size:26px;letter-spacing:-.5px;line-height:1;color:var(--white)}.cm-logo-dot{width:8px;height:8px;background:var(--red);border-radius:50%;align-self:center;flex-shrink:0}.cm-search-bar{position:relative;max-width:720px;width:100%;justify-self:center}.cm-search-bar input{width:100%;padding:14px 20px 14px 52px;border:0;border-radius:999px;font-family:inherit;font-size:15px;background:var(--white);outline:0;color:var(--text-dark)}.cm-search-bar svg{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--teal)}.cm-search-bar button[type=submit]{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:0 0;border:0;cursor:pointer;padding:4px}.cm-header-action,.cm-header-actions{display:flex;align-items:center;gap:24px}.cm-header-action{flex-direction:column;gap:4px;color:var(--white);text-decoration:none;font-size:13px;font-weight:500;cursor:pointer;position:relative}.cm-header-action svg{width:22px;height:22px}.cm-header-action .cm-cart-badge{position:absolute;top:-4px;right:-8px;background:var(--red);color:var(--white);border-radius:999px;font-size:10px;font-weight:700;padding:1px 6px;min-width:18px;text-align:center}.cm-header-action--locked{cursor:not-allowed;opacity:.72}.cm-header-action--locked:hover{opacity:.85}.cm-header-action-soon,.cm-help-intro strong{font-family:"Archivo",sans-serif;font-weight:800}.cm-header-action-soon{position:absolute;top:-10px;right:-16px;display:inline-block;font-size:9px;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;border-radius:999px;background:linear-gradient(135deg,#f3b431,#d92b19);color:#fff;line-height:1.3;box-shadow:0 1px 4px rgba(217,43,25,.3);white-space:nowrap;animation:cm-soon-pulse 2.4s ease-in-out infinite;pointer-events:none}@media (max-width:768px){.cm-header-action-soon{top:-8px;right:-12px;font-size:8px;padding:1px 5px}}.cm-help-btn,.cm-help-btn-inner{border-radius:999px;background:0 0;position:relative}.cm-help-btn{border:0;padding:1.5px;cursor:pointer;display:inline-block;overflow:hidden;isolation:isolate;font-family:inherit;line-height:1;box-shadow:0 0 14px rgba(217,43,25,.35),0 0 28px rgba(243,180,49,.18);animation:cm-halo-pulse 3.2s ease-in-out infinite}.cm-help-btn::before{content:"";position:absolute;top:50%;left:50%;width:260%;aspect-ratio:1;background:conic-gradient(from 0deg,transparent 0deg,transparent 144deg,#d92b19 152deg,#f3b431 220deg,#1a7a82 300deg,#d92b19 360deg);transform:translate(-50%,-50%) rotate(0deg);animation:cm-spin 4s linear infinite;z-index:-1;filter:blur(.4px)}.cm-help-btn::after{content:"";position:absolute;inset:1.5px;background:var(--white);border-radius:999px;z-index:-1}.cm-help-btn-inner{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;color:var(--teal);font-weight:700;font-size:13px;letter-spacing:.2px;z-index:1;transition:color .15s}.cm-help-btn:hover .cm-help-btn-inner{color:var(--teal-dark)}.cm-help-btn:hover{box-shadow:0 0 18px rgba(217,43,25,.55),0 0 36px rgba(243,180,49,.28)}.cm-help-btn-inner svg{color:var(--red)}@media (prefers-reduced-motion:reduce){.cm-help-btn,.cm-help-btn::before{animation:none}}.cm-help-wrap{position:relative}.cm-help-intro,.cm-help-intro-close,.cm-help-intro::before{position:absolute;background:var(--white)}.cm-help-intro{top:calc(100% + 14px);right:0;width:320px;border-radius:10px;box-shadow:0 16px 40px rgba(8,44,48,.18),0 4px 10px rgba(0,0,0,.06);padding:18px 20px 16px;z-index:1050;color:var(--text-dark, #1a1a1a);font-family:"DM Sans",sans-serif;animation:cmIntroPop .28s cubic-bezier(.2,.9,.3,1.15) both}.cm-help-intro::before{content:"";top:-8px;right:32px;width:16px;height:16px;transform:rotate(45deg);box-shadow:-3px -3px 6px rgba(8,44,48,.05)}.cm-help-intro[hidden]{display:none}.cm-help-intro strong{display:block;font-size:16px;color:var(--teal, #0f5157);margin-bottom:6px;padding-right:22px}.cm-help-intro p{margin:0;font-size:13px;line-height:1.5;color:#444}.cm-help-intro-close{top:10px;right:10px;width:26px;height:26px;border:1.5px solid #ddd;color:var(--text-dark);border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:border-color .15s ease,color .15s ease}.cm-help-intro-close:focus-visible,.cm-help-intro-close:hover{border-color:var(--red, #d92b19);color:var(--red, #d92b19);outline:0}@media (max-width:700px){.cm-help-intro{position:fixed;top:auto;bottom:80px;left:12px;right:12px;width:auto}.cm-help-intro::before{display:none}}.cm-chat,.cm-chat-overlay{position:fixed;opacity:0;pointer-events:none}.cm-chat-overlay{inset:0;background:rgba(8,44,48,.18);-webkit-backdrop-filter:blur(8px) saturate(140%);backdrop-filter:blur(8px) saturate(140%);z-index:1099;transition:opacity 280ms ease-out,backdrop-filter 280ms ease-out}.cm-chat-overlay.open,.cm-chat.open{opacity:1;pointer-events:auto}.cm-chat{bottom:24px;right:24px;width:min(380px,calc(100vw - 32px));height:auto;max-height:min(640px,calc(100vh - 48px));background:rgba(255,255,255,.62);-webkit-backdrop-filter:blur(28px) saturate(180%);backdrop-filter:blur(28px) saturate(180%);border-radius:22px;border:1px solid rgba(255,255,255,.55);box-shadow:0 32px 80px rgba(8,44,48,.22),0 8px 24px rgba(8,44,48,.08),inset 0 1px 0 rgba(255,255,255,.6);z-index:1100;display:flex;flex-direction:column;overflow:hidden;transform:translateY(16px) scale(.95);visibility:hidden;transition:transform 280ms cubic-bezier(.2,.9,.3,1.05),opacity 280ms ease-out,visibility 0s linear 280ms}.cm-chat.open{transform:translateY(0) scale(1);visibility:visible;transition:transform 280ms cubic-bezier(.2,.9,.3,1.05),opacity 280ms ease-out,visibility 0s}@media (min-width:901px){.cm-chat-overlay{background:rgba(8,44,48,.32);-webkit-backdrop-filter:blur(14px) saturate(150%);backdrop-filter:blur(14px) saturate(150%)}.cm-chat{bottom:auto;right:auto;top:50%;left:50%;width:min(900px,calc(100vw - 64px));height:min(720px,calc(100vh - 64px));max-height:min(720px,calc(100vh - 64px));border-radius:24px;box-shadow:0 40px 100px rgba(8,44,48,.3),0 12px 32px rgba(8,44,48,.1),inset 0 1px 0 rgba(255,255,255,.55);transform:translate(-50%,-50%) scale(.96)}.cm-chat.open{transform:translate(-50%,-50%) scale(1)}.cm-chat-body{padding:28px 32px;gap:14px;max-width:760px;margin:0 auto;width:100%}.cm-chat-msg{max-width:78%}.cm-chat-msg-bubble{font-size:15px;padding:12px 18px}.cm-chat-head{padding:20px 26px}.cm-chat-head strong{font-size:17px}.cm-chat-head small{font-size:12px}.cm-chat-avatar{width:44px;height:44px}.cm-chat-input{padding:16px 26px 22px;max-width:800px;margin:0 auto;width:100%}.cm-chat-foot{padding:0 28px 16px}.cm-chat-suggestions{gap:10px;flex-wrap:wrap}.cm-chat-pcards{padding:6px 30px 18px;margin:-4px -30px 6px}.cm-chat-pcard{flex-basis:168px}}.cm-chat-head{background:linear-gradient(135deg,rgba(15,81,87,.92)0,rgba(8,44,48,.92) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--white);padding:16px 20px;justify-content:space-between;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08)}.cm-chat-head,.cm-chat-head-id{display:flex;align-items:center;gap:12px}.cm-chat-avatar,.cm-chat-close{display:inline-flex;align-items:center;justify-content:center}.cm-chat-avatar{width:40px;height:40px;border-radius:50%;background:var(--white);border:1.5px solid rgba(15,81,87,.18);overflow:hidden;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cm-chat-avatar img{width:100%;height:100%;object-fit:contain;display:block}.cm-chat-head strong{display:block;font-family:"Archivo",sans-serif;font-size:15px;font-weight:700}.cm-chat-head small{display:block;font-size:11px;color:rgba(255,255,255,.7)}.cm-chat-close{background:0 0;border:0;color:var(--white);cursor:pointer;padding:4px;border-radius:4px}.cm-chat-close:hover{background:rgba(255,255,255,.12)}.cm-chat-body{flex:1 1 auto;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:14px;background:0 0;scrollbar-width:thin;scrollbar-color:rgba(15,81,87,.25) transparent}.cm-chat-body::-webkit-scrollbar{width:6px}.cm-chat-body::-webkit-scrollbar-thumb{background:rgba(15,81,87,.2);border-radius:3px}.cm-chat-msg{display:flex;flex-direction:column;max-width:88%}.cm-chat-msg-bot{align-self:flex-start}.cm-chat-msg-user{align-self:flex-end}.cm-chat-msg-bubble{padding:11px 15px;border-radius:18px;font-size:14px;line-height:1.5;word-wrap:break-word;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}.cm-chat-msg-bot .cm-chat-msg-bubble{background:rgba(255,255,255,.72);color:var(--text-dark, #1a1a1a);border:1px solid rgba(255,255,255,.55);border-top-left-radius:6px;box-shadow:0 4px 14px rgba(8,44,48,.06)}.cm-chat-msg-user .cm-chat-msg-bubble{background:linear-gradient(135deg,rgba(15,81,87,.92),rgba(8,44,48,.92));color:var(--white);border:1px solid rgba(255,255,255,.12);border-top-right-radius:6px;box-shadow:0 6px 18px rgba(8,44,48,.18)}.cm-chat-msg-bubble a{color:var(--red);text-decoration:underline;font-weight:600}.cm-chat-msg-user .cm-chat-msg-bubble a{color:#ffdf6a}.cm-chat-pcards{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding:12px;padding:4px 16px 14px;margin:-2px -16px 4px;scrollbar-width:thin}.cm-chat-pcards::-webkit-scrollbar{height:6px}.cm-chat-pcards::-webkit-scrollbar-thumb{background:rgba(15,81,87,.2);border-radius:3px}.cm-chat-pcard{flex:0 0 160px;scroll-snap-align:start;display:flex;flex-direction:column;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);border:1px solid rgba(255,255,255,.55);border-radius:14px;color:var(--text-dark, #1a1a1a);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 2px 8px rgba(8,44,48,.06)}.cm-chat-pcard:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(15,81,87,.16);border-color:rgba(15,81,87,.25)}.cm-chat-pcard-link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.cm-chat-pcard-buy{margin:0 8px 8px;padding:8px 10px;background:var(--red, #d92b19);color:var(--white, #fff);border:0;border-radius:6px;font-family:"Archivo",sans-serif;font-weight:700;font-size:12px;letter-spacing:.2px;cursor:pointer;transition:background .15s ease}.cm-chat-pcard-buy:hover{background:#b3220f}.cm-chat-pcard-buy:disabled{background:#bbb;cursor:default}.cm-chat-pcard-buy-added{background:var(--teal, #0f5157)!important;cursor:default}.cm-chat-pcard-image,.cm-chat-pcard-placeholder{display:flex;align-items:center;justify-content:center}.cm-chat-pcard-image{width:100%;aspect-ratio:1;background:rgba(248,245,240,.55);overflow:hidden}.cm-chat-pcard-image img{width:100%;height:100%;object-fit:contain;padding:8px}.cm-chat-pcard-placeholder{width:56px;height:56px}.cm-chat-pcard-placeholder svg{width:100%;height:100%}.cm-chat-pcard-meta{padding:8px 10px 10px;display:flex;flex-direction:column;gap:2px}.cm-chat-pcard-meta strong{font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cm-chat-pcard-price{font-family:"Archivo",sans-serif;font-weight:700;color:var(--teal, #0f5157);font-size:13px;margin-top:2px}.cm-chat-pcard-brand{font-size:10px;color:#666;letter-spacing:.2px;text-transform:uppercase}.cm-chat-typing{display:inline-flex;gap:4px;padding:12px 14px}.cm-chat-typing span{width:6px;height:6px;background:var(--teal);border-radius:50%;opacity:.4;animation:cm-typing 1s infinite}.cm-chat-typing span:nth-child(2){animation-delay:.15s}.cm-chat-typing span:nth-child(3){animation-delay:.3s}.cm-chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.cm-chat-input input,.cm-chat-suggest{border:1px solid rgba(15,81,87,.18);border-radius:999px;font-family:inherit}.cm-chat-suggest{background:rgba(255,255,255,.55);-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);color:var(--teal);padding:8px 14px;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .15s}.cm-chat-suggest:hover{background:rgba(15,81,87,.92);color:var(--white);border-color:transparent;transform:translateY(-1px)}.cm-chat-input{display:flex;gap:8px;padding:12px 14px 14px;border-top:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);flex-shrink:0}.cm-chat-input input{flex:1;background:rgba(255,255,255,.75);padding:10px 16px;font-size:14px;outline:0;color:var(--text-dark, #1a1a1a);transition:border-color .18s,background .18s,box-shadow .18s}.cm-chat-input input::placeholder{color:rgba(0,0,0,.4)}.cm-chat-input input:focus{border-color:var(--teal, #0f5157);background:rgba(255,255,255,.95);box-shadow:0 0 0 3px rgba(15,81,87,.12)}.cm-chat-input button,nav.cm-nav{align-items:center;color:var(--white)}.cm-chat-input button{width:40px;height:40px;background:linear-gradient(135deg,var(--teal, #0f5157),#082c30);border:0;border-radius:50%;cursor:pointer;display:inline-flex;justify-content:center;flex-shrink:0;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px rgba(15,81,87,.3)}.cm-chat-input button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(15,81,87,.4)}.cm-chat-input button:active{transform:translateY(0)}.cm-chat-foot{padding:10px 16px 12px;font-size:11px;color:rgba(8,44,48,.6);background:rgba(255,255,255,.25);-webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%);border-top:1px solid rgba(255,255,255,.35);flex-shrink:0;text-align:center}.cm-chat-foot a{color:var(--teal);font-weight:600}@media (max-width:480px){.cm-chat{bottom:0;right:0;left:0;width:100%;max-height:88vh;border-radius:22px 22px 0 0;border-bottom:none}}nav.cm-nav{background:var(--teal);border-top:1px solid rgba(255,255,255,.1);padding:0 24px;display:flex;gap:32px;flex-wrap:wrap}.cm-menu-products,.cm-nav-link{color:var(--white);font-weight:600;font-size:15px;padding:14px 0}.cm-menu-products{background:0 0;border:0;cursor:pointer;font-family:inherit;line-height:1;display:inline-flex;align-items:center;gap:8px}.cm-menu-products:hover,.cm-nav-link:hover,.footer a:hover{color:#ffdf6a}.cm-menu-products svg{flex-shrink:0}.cm-nav-link{text-decoration:none;position:relative}.cm-nav-link.diy{font-style:italic;font-weight:700}.cm-nav-link.diy::after{content:"Совети";font-style:normal;font-weight:400;margin-left:6px;font-size:14px;opacity:.85}.cm-benefits{background:var(--white);border-bottom:1px solid var(--border);padding:14px 24px;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;font-size:14px;color:var(--text-dark)}.cm-benefit{display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid var(--border);padding:2px 12px;font-weight:500;background:0 0;border-top:none;border-bottom:none;border-left:none;font-family:inherit;color:inherit;cursor:default;position:relative}.cm-benefit:last-child{border-right:none}.cm-benefit svg{width:20px;height:20px;color:var(--teal);flex-shrink:0}.cm-benefit-dot{display:none}.cm-benefit-soon{opacity:.78}.cm-benefit-soon svg{color:var(--text-mid, #8a8a8a)}.cm-benefit-soon-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;margin-left:6px;border-radius:999px;background:linear-gradient(135deg,#f3b431,#d92b19);color:#fff;line-height:1.3;animation:cm-soon-pulse 2.4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.cm-benefit-soon-tag{animation:none}}.cm-benefits-info{background:var(--teal, #0f5157);color:#fff;text-align:center;font-size:13px;font-weight:600;padding:0 16px;max-height:0;overflow:hidden;transition:max-height .22s ease,padding .22s ease}.cm-benefits-info.is-open{max-height:48px;padding:10px 16px}main.cm-main{background:var(--bg-light);padding:20px 24px;margin:0;max-width:none}.cm-hero-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;max-width:1600px;margin:0 auto}.cm-hero-card{border-radius:4px;overflow:hidden;position:relative;min-height:380px;display:flex;flex-direction:column;justify-content:space-between}.cm-card-catalogue{background:var(--teal);color:var(--white);padding:40px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.cm-card-catalogue-content h2{font-family:"Archivo",sans-serif;font-weight:800;font-size:38px;line-height:1.05;margin-bottom:8px;color:var(--white)}.cm-card-catalogue-content p{font-size:16px;opacity:.85;margin-bottom:28px}.btn-red,.cm-card-product h3{font-weight:700;color:var(--white)}.btn-red{background:var(--red);border:0;padding:14px 28px;font-family:inherit;font-size:14px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:background .2s;text-decoration:none;display:inline-block}.btn-red:hover{background:var(--red-dark)}.cm-card-catalogue-visual{display:flex;align-items:center;justify-content:center;opacity:.4}.cm-card-catalogue-visual svg{width:80%;max-width:240px}.cm-card-product{background:var(--teal);color:var(--white);padding:28px;text-align:center}.cm-card-product-image{flex:1;display:flex;align-items:center;justify-content:center;margin:12px 0}.cm-card-product-image svg{width:60%;max-width:180px}.cm-card-product h3{font-size:22px;margin-bottom:8px}.cm-card-product h3,.cm-card-promo h3,.cm-price{font-family:"Archivo",sans-serif}.cm-price{font-style:italic;font-weight:800;font-size:36px;display:flex;align-items:center;justify-content:center;gap:8px}.cm-price-arrow{font-size:20px}.cm-card-promo{background:linear-gradient(135deg,var(--teal-light) 0%,var(--teal) 100%);color:var(--white);padding:28px;display:flex;flex-direction:column;justify-content:space-between}.cm-card-promo-icon{font-size:64px;text-align:center;margin:20px 0}.cm-card-promo h3{font-weight:700;font-size:22px;line-height:1.2;margin-bottom:8px;color:var(--white)}.cm-card-promo a,.cm-rental-banner{color:var(--white);align-items:center}.cm-card-promo a{font-size:15px;font-weight:600;display:flex;gap:6px;text-decoration:none}.cm-rental-banner{background:var(--teal);margin:16px auto 0;max-width:1600px;border-radius:4px;padding:24px 40px;display:grid;grid-template-columns:auto 1fr auto;gap:32px}.cm-rental-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.cm-rental-icon svg{width:100%;height:100%}.cm-categories-header h2,.cm-rental-banner h2{font-family:"Archivo",sans-serif;font-size:26px}.cm-rental-banner h2{font-weight:700;text-align:center;color:var(--white)}.btn-white{background:var(--white);color:var(--teal);border:0;padding:14px 28px;font-family:inherit;font-weight:700;font-size:14px;cursor:pointer;border-radius:2px;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block}.cm-categories{background:var(--bg-light);padding:32px 24px}.cm-categories-header{max-width:1600px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:center}.cm-categories-header h2{font-weight:800;color:var(--teal);position:relative;padding-left:16px}.cm-categories-header h2::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;background:var(--red)}.btn-outline{background:var(--white);color:var(--teal);border:1.5px solid var(--teal);padding:12px 24px;font-family:inherit;font-weight:600;font-size:14px;cursor:pointer;border-radius:2px;text-decoration:none;display:inline-block}.cm-categories-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(8,1fr);gap:8px;align-items:start}.cm-category-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:#1a1a1a;cursor:pointer;padding:8px 4px}.cm-category-circle{width:80px;height:80px;background:var(--white);border:1px solid rgba(15,81,87,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--teal, #0f5157);transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.cm-category-item:focus-visible .cm-category-circle,.cm-category-item:hover .cm-category-circle{background:#e8f4f1;border-color:rgba(15,81,87,.18)}.cm-category-circle svg{color:var(--teal, #0f5157)}.cm-category-name{font-size:13px;font-weight:600;text-align:center;line-height:1.3;color:#1a1a1a}.category-page-header{display:flex;align-items:center;gap:16px;margin-bottom:4px}.category-page-header-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--teal, #0f5157);flex-shrink:0}.category-page-header .page-title{margin:0}@media (max-width:700px){.category-page-header{gap:12px}.category-page-header-icon svg{width:36px;height:36px}}.cm-category-arrow{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--teal);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--teal);text-decoration:none;font-size:18px;align-self:center;margin-top:32px}.footer{background:var(--teal-dark);color:rgba(255,255,255,.85);margin-top:40px}.footer h3,.footer-cm-team:hover .footer-cm-team-label{color:var(--white)}.footer a{color:rgba(255,255,255,.9)}.footer .footer-admin-link{color:rgba(255,255,255,.4)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}.footer-cm-team{display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:6px 8px;border-radius:6px;transition:opacity .15s ease,background-color .15s ease}.footer-cm-team:focus-visible,.footer-cm-team:hover{opacity:1;background:rgba(255,255,255,.06);outline:0}.footer-cm-badge{display:inline-flex;width:22px;height:22px;border-radius:4px;overflow:hidden;flex-shrink:0}.footer-cm-badge svg{display:block}.footer-cm-team-label{font-family:"Archivo",sans-serif;font-weight:600;font-size:13px;letter-spacing:.2px;color:#d8e8e6}.footer-cm-team{opacity:1}.flash{margin-top:12px;border-radius:4px}.stock-status{display:inline-block;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:12px}.stock-status.out-of-stock{background:#fee2e2;color:#991b1b}.stock-status.in-stock{background:#e7f5e7;color:#1e6b1e}.stock-status.in-stock::before{content:"● ";color:#2d8f2d}.stock-hint{display:inline-block;margin-left:8px;font-size:12px;color:var(--text-mid, #555);font-weight:400}.stock-hint strong{color:var(--teal, #0f5157);font-weight:700}.cart-stock-hint{display:block;margin-top:4px;font-size:11px;color:var(--red, #d92b19);font-weight:500}.product-brand-logo{display:block;height:18px;width:auto;max-width:90px;object-fit:contain;object-position:left center;margin-bottom:4px;opacity:.92}.product-card-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:auto;min-height:30px}.product-card-price-row .product-price{margin:0;min-height:0;flex:1 1 auto;min-width:0}.product-card-qty{display:inline-flex;align-items:center;gap:0;background:#f5f7f7;border:1px solid rgba(15,81,87,.12);border-radius:999px;padding:2px;flex-shrink:0}.product-card-qty-btn{display:inline-flex;align-items:center;justify-content:center;background:0 0;border:0;border-radius:50%;color:var(--teal, #0f5157);font-family:"Archivo",sans-serif;font-weight:700;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none;transition:background .15s ease,color .15s ease,transform .12s ease}.product-card-qty-btn:hover{background:#fff;box-shadow:0 1px 3px rgba(15,81,87,.1)}.product-card-qty-btn:active{transform:scale(.92)}.product-card-qty-btn:focus-visible{outline:0;background:#fff;box-shadow:0 0 0 2px rgba(15,81,87,.22)}.product-card-qty-btn[disabled]{opacity:.4;cursor:not-allowed;background:0 0;box-shadow:none}.product-card-qty-num{display:inline-flex;justify-content:center;min-width:22px;padding:0 4px;font-family:"Archivo",sans-serif;font-size:13px;font-weight:700;color:var(--teal-dark, #082c30);font-variant-numeric:tabular-nums;user-select:none}.product-card-cart-status{display:none;align-items:center;gap:5px;margin-top:8px;padding:3px 9px;font-family:"Archivo",sans-serif;font-size:11px;font-weight:600;letter-spacing:.2px;color:#15803d;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;width:-moz-fit-content;width:fit-content;line-height:1}.product-card-cart-status.is-visible{display:inline-flex}.product-card-cart-status svg{color:#16a34a;flex-shrink:0}.product-card-cart-status-num{font-weight:800;font-variant-numeric:tabular-nums}.product-card-buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:0 14px;margin-top:10px;font-family:"Archivo",sans-serif;font-size:13px;font-weight:700;letter-spacing:.2px;color:#fff;background:var(--teal, #0f5157);border:1px solid var(--teal, #0f5157);border-radius:10px;cursor:pointer;-webkit-appearance:none;appearance:none;box-sizing:border-box;min-height:40px;line-height:1;box-shadow:0 1px 2px rgba(15,81,87,.12);transition:transform .18s cubic-bezier(.2,.8,.2,1),background .18s ease,border-color .18s ease,box-shadow .18s cubic-bezier(.2,.8,.2,1)}.product-card-buy:hover{background:var(--teal-dark, #082c30);border-color:var(--teal-dark, #082c30);transform:translateY(-1px);box-shadow:0 3px 6px rgba(15,81,87,.18),0 8px 18px rgba(15,81,87,.14)}.product-card-buy:active{transform:translateY(0)}.product-card-buy:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(15,81,87,.28)}.product-card-buy[disabled]{opacity:.5;cursor:not-allowed;background:#cbd5d5;border-color:#cbd5d5;color:#5a6f6f;box-shadow:none;transform:none}.product-card-buy-icon{display:inline-flex;align-items:center;flex-shrink:0}.product-card-buy-icon svg{display:block}.product-card-buy-label{white-space:nowrap}.product-card-buy-total{font-weight:800;font-variant-numeric:tabular-nums}.product-card-buy.is-loading{pointer-events:none;opacity:.88}.product-card-buy.is-loading .product-card-buy-icon svg{animation:cmBuyPulse .9s ease-in-out infinite}.product-card-buy.is-success{background:#16a34a!important;border-color:#16a34a!important;box-shadow:0 1px 2px rgba(22,163,74,.18),0 4px 14px rgba(22,163,74,.16)!important;animation:cmBuySuccessPulse .45s cubic-bezier(.2,.8,.2,1)1}.product-card-buy.is-success:hover{background:#15803d!important;border-color:#15803d!important;box-shadow:0 3px 6px rgba(22,163,74,.22),0 8px 18px rgba(22,163,74,.18)!important}.products-tab-more{display:flex;justify-content:center;margin-top:22px}.cm-drawer-head strong,.products-tab-more a{font-family:"Archivo",sans-serif;font-weight:700;letter-spacing:.2px}.products-tab-more a{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;font-size:13px;color:var(--teal, #0f5157);background:#fff;border:1px solid rgba(15,81,87,.18);border-radius:999px;text-decoration:none;transition:all .18s ease}.products-tab-more a:hover{background:var(--teal, #0f5157);color:#fff;border-color:var(--teal, #0f5157);transform:translateY(-1px);box-shadow:0 4px 14px rgba(15,81,87,.14)}.products-tab-more-count{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:rgba(15,81,87,.08);color:var(--teal, #0f5157)}.products-tab-more a:hover .products-tab-more-count{background:rgba(255,255,255,.22);color:#fff}.product-brand-detail{display:flex;align-items:center;gap:10px;margin-bottom:6px;min-height:32px}.product-brand-detail img{display:block;height:28px;width:auto;max-width:130px;object-fit:contain;object-position:left center}.product-brand-detail .product-brand-name{font-size:13px;font-weight:600;color:var(--text-mid, #555);text-transform:uppercase;letter-spacing:.5px}.cm-menu-toggle .cm-icon-close,.cm-menu-toggle.is-open .cm-icon-menu{display:none}.cm-menu-toggle.is-open .cm-icon-close{display:block}.cm-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.cm-drawer,.cm-drawer-overlay{position:fixed;top:0;left:0;bottom:0}.cm-drawer{width:min(380px,100vw);background:var(--white);box-shadow:4px 0 24px rgba(0,0,0,.1);z-index:1000;transform:translateX(-100%);transition:transform 300ms ease-out;display:flex;flex-direction:column;overflow:hidden;visibility:hidden}.cm-drawer.open{transform:translateX(0);visibility:visible}.cm-drawer-overlay{right:0;background:rgba(0,0,0,.3);z-index:999;opacity:0;pointer-events:none;transition:opacity 300ms ease-out}.cm-drawer-overlay.open{opacity:1;pointer-events:auto}.cm-drawer-close,.cm-drawer-head{color:var(--white);align-items:center}.cm-drawer-head{display:flex;justify-content:space-between;padding:18px 24px;background:var(--teal);flex-shrink:0}.cm-drawer-head strong{font-size:18px}.cm-drawer-close{background:0 0;border:0;cursor:pointer;padding:6px;border-radius:4px;display:inline-flex;justify-content:center}.cm-drawer-close:hover{background:rgba(255,255,255,.12)}.cm-drawer-close:focus-visible{outline:2px solid var(--white);outline-offset:2px}.cm-drawer-items{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column}.cm-drawer-item{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:16px;padding:18px 24px;background:var(--white);border:0;border-bottom:1px solid var(--border);font-family:inherit;font-size:15px;font-weight:500;color:var(--text-dark, #1a1a1a);cursor:pointer;text-align:left;width:100%;transition:background .15s}.cm-drawer-item:focus-visible,.cm-drawer-item:hover{background:var(--bg-light, #f4f4f1);outline:0}.cm-drawer-item:focus-visible{box-shadow:inset 3px 0 0 var(--red)}.cm-drawer-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--teal);flex-shrink:0}.cm-drawer-icon,.cm-drawer-icon svg{width:24px;height:24px}.cm-drawer-label{line-height:1.3}.cm-drawer-chev{color:var(--text-muted, #8a8a8a);flex-shrink:0}.cm-drawer-foot{flex-shrink:0;padding:16px 24px;border-top:1px solid var(--border);background:var(--bg-light, #f4f4f1)}.cm-drawer-all-link{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:700;font-size:14px;text-decoration:none;text-transform:uppercase;letter-spacing:.5px}.cm-drawer-all-link:hover{color:var(--red)}@media (min-width:1025px){.cm-drawer{top:150px;width:380px}.cm-drawer-overlay{top:150px}}@media (min-width:768px) and (max-width:1024px){.cm-drawer{top:140px;width:360px}.cm-drawer-overlay{top:140px}}@media (max-width:767px){.cm-drawer{top:0;width:100%;max-width:380px}.cm-drawer-overlay{top:0}}@media (max-width:1100px){.cm-hero-grid{grid-template-columns:1fr 1fr}.cm-card-catalogue{grid-column:span 2}.cm-categories-grid{grid-template-columns:repeat(4,1fr);gap:12px}}@media (max-width:767px){.cm-categories-grid{grid-template-columns:repeat(4,1fr);gap:12px}.cm-category-circle{width:64px;height:64px}.cm-category-circle svg{width:26px;height:26px}.cm-category-name{font-size:11px}}.cm-search-dd{position:absolute;left:0;right:0;top:calc(100% + 6px);background:var(--white);border-radius:10px;box-shadow:0 12px 32px rgba(8,44,48,.18),0 2px 6px rgba(0,0,0,.06);z-index:1100;max-height:60vh;overflow-y:auto;padding:4px;border:1px solid rgba(15,81,87,.06)}.cm-search-dd[hidden]{display:none}.cm-search-dd-item{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:8px;text-decoration:none;color:var(--text-dark, #1a1a1a);transition:background .12s}.cm-search-dd-item+.cm-search-dd-item{margin-top:2px}.cm-search-dd-item:focus,.cm-search-dd-item:hover{background:#f5f4ef;outline:0}.cm-search-dd-img{width:44px;height:44px;flex-shrink:0;object-fit:cover;border-radius:6px;background:#f5f4ef;border:1px solid rgba(0,0,0,.04)}.cm-search-dd-img-empty{display:inline-block}.cm-search-dd-meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cm-search-dd-name{font-size:13px;font-weight:600;color:var(--text-dark, #1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.cm-search-dd-price{font-size:12px;color:var(--teal, #0f5157);font-weight:600}.cm-search-dd-price .sale{color:var(--red, #d92b19)}.cm-search-dd-price s{color:#999;font-weight:400}.cm-search-dd-empty{padding:14px 12px;font-size:13px;color:#888;text-align:center}.cm-mobile-promo-row,.cm-mobile-search-row{display:none}@media (max-width:768px){.lang-bar{display:none}body>header{grid-template-columns:auto 1fr auto;grid-template-areas:"menu logo actions";gap:0 12px;padding:14px 16px}.cm-menu-toggle-mobile{display:inline-flex;grid-area:menu}.cm-logo{grid-area:logo;justify-self:center}.cm-header-actions{grid-area:actions;gap:14px}.cm-header-action span,.cm-help-intro,.cm-help-wrap,.cm-menu-products,.cm-search-bar{display:none}.cm-logo-text{font-size:18px}.cm-mobile-promo-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;background:var(--teal);padding:10px 16px 14px}.cm-mobile-help-btn{grid-column:2;justify-self:center}.cm-mobile-lang{display:inline-flex;align-items:center;background:rgba(255,255,255,.1);border-radius:999px;padding:3px;grid-column:3;justify-self:end}.cm-mobile-lang a{display:inline-flex;justify-content:center;min-width:32px;height:28px;padding:0 10px;color:rgba(255,255,255,.75);text-decoration:none;font-family:"Archivo",sans-serif;font-weight:700;font-size:11px;letter-spacing:.5px}.cm-mobile-lang a.active{background:var(--white);color:var(--teal)}.cm-mobile-search-row{display:block;background:#f5f4ef;padding:6px 16px 10px}.cm-mobile-lang a,.cm-mobile-search{align-items:center;border-radius:999px}.cm-mobile-search{display:flex;gap:6px;background:var(--white);padding:5px 12px;border:1px solid rgba(15,81,87,.08)}.cm-mobile-search svg{width:13px;height:13px;color:#999;flex-shrink:0}.cm-mobile-search input{flex:1;min-width:0;border:0;outline:0;background:0 0;font-size:12.5px;color:var(--text-dark);font-family:inherit;padding:2px 0}.cm-mobile-search input::placeholder{color:#aaa}.cm-benefits{grid-template-columns:repeat(4,1fr);gap:0;padding:6px 4px;background:#f5f4ef;border-bottom:1px solid rgba(15,81,87,.06)}.cm-benefit{padding:6px 0;border-right:1px solid rgba(15,81,87,.1);cursor:pointer;transition:background .12s;min-height:36px}.cm-benefit:last-child{border-right:none}.cm-benefit:active{background:rgba(15,81,87,.07)}.cm-benefit.is-active{background:rgba(15,81,87,.1)}.cm-benefit svg{width:22px;height:22px}.cm-benefit-text{display:none}.cm-benefit-soon{opacity:1}.cm-benefit svg,.cm-benefit-soon svg{color:var(--teal)}.cm-benefit-soon .cm-benefit-dot{display:block;position:absolute;top:5px;right:50%;transform:translateX(16px);width:7px;height:7px;background:var(--red, #d92b19);border-radius:50%;box-shadow:0 0 0 2px #f5f4ef;animation:cm-soon-pulse 2.4s ease-in-out infinite}.cm-hero-section{padding:16px!important}.cm-hero-grid{grid-template-columns:1fr;gap:12px}.cm-hero-card{min-height:auto}.cm-card-catalogue{grid-column:span 1;grid-template-columns:1fr;padding:20px 18px;min-height:auto;max-height:200px;position:relative}.cm-card-catalogue-content{padding:0}.cm-card-catalogue-eyebrow{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.7);margin-bottom:6px}.cm-card-catalogue h2{font-size:22px!important;line-height:1.2!important;margin:0 0 6px}.cm-card-catalogue p{font-size:13px!important;margin:0 0 12px;color:rgba(255,255,255,.85)}.cm-card-catalogue .btn-red{padding:8px 14px;font-size:12px;align-self:flex-start}.cm-card-catalogue-visual,.cm-card-product,.cm-card-promo,.cm-categories-header .btn-outline{display:none}.cm-categories{padding:20px 0 8px}.cm-categories-header{padding:0 16px;margin-bottom:14px}.cm-categories-header h2{font-size:18px}.cm-categories-grid{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;gap:14px;padding:4px 16px 12px;scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:none}.cm-categories-grid::-webkit-scrollbar{display:none}.cm-category-item{flex:0 0 auto;min-width:70px;gap:6px}.cm-category-circle{width:60px;height:60px;background:#f5f4ef;border:1px solid rgba(15,81,87,.08)}.cm-category-icon-desktop{display:none}.cm-category-icon-mobile{display:inline-flex;font-size:28px;color:var(--teal);line-height:1}.cm-category-name{font-size:11px;font-weight:500;line-height:1.25}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;padding:0 16px}.product-card{border-radius:12px;border:1px solid rgba(15,81,87,.1);box-shadow:none;overflow:hidden}.product-card .product-image{height:100px}.product-card .product-brand,.product-card .product-brand-logo{font-size:10px;text-transform:uppercase}.product-card .product-name{font-size:12px;font-weight:500;line-height:1.3}.product-card .price,.product-card .price-sale{font-size:14px;color:var(--red);font-weight:700}.category-page-header-icon{transform:scale(.85)}.cm-rental-banner{grid-template-columns:1fr;text-align:center}nav.cm-nav{gap:16px;overflow-x:auto;padding:0 16px}}@media (min-width:769px){.cm-category-icon-mobile{display:none}}.catalog-list-page{background:linear-gradient(180deg,#f6f8f8 0,#fff 60%);padding:48px 0 64px;min-height:60vh}.catalog-list-head{text-align:center;max-width:720px;margin:0 auto 36px}.catalog-list-eyebrow{display:inline-block;font-family:"Archivo",sans-serif;font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--red, #d92b19);margin-bottom:12px}.catalog-list-head h1{font-size:clamp(28px,4vw,40px);letter-spacing:-.8px;color:var(--teal-dark, #082c30);margin:0 0 12px;line-height:1.1}.catalog-list-head p{color:#555;line-height:1.6;margin:0}.catalog-list-empty{text-align:center;padding:56px 24px 32px;max-width:560px;margin:0 auto}.catalog-list-empty-mark{width:112px;height:112px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e7f0f1 0,#cfe1e3 100%);border-radius:28px;color:var(--teal, #0f5157);margin-bottom:18px}.catalog-list-card-body h3,.catalog-list-empty h2,.catalog-list-head h1,.catalog-viewer-head h1{font-family:"Archivo",sans-serif;font-weight:800}.catalog-list-empty p{color:#666;margin:0 0 20px;line-height:1.55}.catalog-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.catalog-list-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,81,87,.08);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s cubic-bezier(.2,.8,.2,1)}.catalog-list-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(15,81,87,.12)}.catalog-list-card-cover{aspect-ratio:4/3;background:linear-gradient(135deg,#f5f7f7 0,#ebf1f1 100%);overflow:hidden}.cat-cv--image>img,.catalog-list-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.catalog-list-card-cover-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--teal, #0f5157);opacity:.45}.catalog-list-card-body{padding:16px 18px 18px}.catalog-list-card-body h3{font-size:17px;font-weight:700;letter-spacing:-.2px;margin:0 0 4px;color:var(--teal-dark, #082c30)}.catalog-list-card-meta{font-size:12px;color:#888;font-weight:500}.catalog-viewer-placeholder{min-height:60vh}.catalog-viewer-head{background:linear-gradient(135deg,var(--teal, #0f5157) 0%,var(--teal-dark, #082c30) 100%);color:#fff;padding:40px 24px 36px;text-align:center}.catalog-viewer-back{display:inline-block;color:rgba(255,255,255,.78);text-decoration:none;font-size:13px;font-weight:600;margin-bottom:12px}.catalog-viewer-head h1{font-size:clamp(24px,4vw,36px);letter-spacing:-.6px;margin:0 0 8px;color:#fff}.catalog-viewer-dates{font-size:13px;color:rgba(255,255,255,.78);margin:0;font-weight:500}.catalog-viewer-body{padding:48px 24px}.catalog-viewer-empty{text-align:center;max-width:520px;margin:0 auto}.catalog-list-empty h2,.catalog-viewer-empty h2{font-size:22px;color:var(--teal-dark, #082c30);margin:0 0 10px}.catalog-viewer-coming-soon{text-align:center;color:#999;font-style:italic;padding:32px 0}.cat-viewer{background:#fff}.cat-viewer-header{position:sticky;top:0;z-index:100;background:var(--teal, #0f5157);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 2px 12px rgba(0,0,0,.12)}.cat-viewer-exit{display:inline-flex;align-items:center;gap:4px;color:rgba(255,255,255,.88);text-decoration:none;font-size:13px;font-weight:600;padding:6px 12px;border-radius:8px;background:rgba(255,255,255,.1);white-space:nowrap;flex-shrink:0}.cat-viewer-exit:hover,.catalog-viewer-back:hover{color:#fff}.cat-viewer-title{font-family:"Archivo",sans-serif;font-size:15px;font-weight:600;margin:0;flex:1;text-align:center;color:#fff;letter-spacing:-.1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-viewer-actions{display:flex;gap:6px;flex-shrink:0}.cat-viewer-action{width:36px;height:36px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:background .15s}.cat-viewer-action:hover,.cat-viewer-exit:hover{background:rgba(255,255,255,.18)}.cat-viewer-empty{text-align:center;padding:80px 24px;max-width:520px;margin:0 auto}.cat-cv-text strong,.cat-viewer-empty h2,.catalog-viewer-empty h2{font-family:"Archivo",sans-serif;font-weight:800}.cat-viewer-empty h2{font-size:22px;margin:0 0 10px;color:var(--teal-dark, #082c30)}.cat-viewer-empty p,.catalog-viewer-empty p{color:#666;margin:0 0 18px;line-height:1.55}.cat-viewer-grid.cat-slot-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;grid-auto-flow:dense;gap:2px;padding:0;max-width:1400px;margin:0 auto;background:#fff}.cat-viewer-grid .cat-slot{position:relative;overflow:hidden;background:#f5f7f7;display:flex;align-items:stretch;text-decoration:none;color:inherit}.cat-viewer-grid .cat-slot-size-M{grid-column:span 2}.cat-viewer-grid .cat-slot-size-L{grid-column:span 2;grid-row:span 2}.cat-viewer-grid .cat-slot-size-XL{grid-column:span 4}a.cat-slot{transition:transform .15s ease,filter .15s ease}a.cat-slot:hover{filter:brightness(1.02);transform:translateY(-1px);z-index:2}.cat-cv--image,.cat-cv--text{padding:0}.cat-cv-text{width:100%;height:100%;padding:22px 24px;display:flex;flex-direction:column;justify-content:center;gap:8px}.cat-cv-text strong{font-size:clamp(16px,1.8vw,22px);letter-spacing:-.3px;line-height:1.2}.cat-cv-text p,.cb-hero p{font-size:14px;line-height:1.5;margin:0}.cat-cv--color{padding:0}.cat-cv-color{width:100%;height:100%;padding:22px;display:flex;align-items:center;justify-content:center;text-align:center}.cat-cv-color strong{font-size:clamp(18px,2.4vw,28px);letter-spacing:-.4px;line-height:1.1}.cat-cv--product{background:#fff;padding:14px;flex-direction:column;position:relative}.cat-cv-color strong,.cat-cv-product-badge{font-family:"Archivo",sans-serif;font-weight:800}.cat-cv-product-badge{position:absolute;top:10px;right:10px;background:var(--red, #d92b19);color:#fff;font-size:11px;padding:3px 9px;border-radius:4px;letter-spacing:.3px;z-index:2}.cat-cv-product-img{flex:1;min-height:0;background:#f5f7f7;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden}.cat-cv-product-img img{width:100%;height:100%;object-fit:contain;padding:8px}.cat-cv-product-img span{font-size:38px;opacity:.4}.cat-cv-product-body{display:flex;flex-direction:column;gap:3px}.cat-cv-product-brand{font-size:10px;text-transform:uppercase;color:#999;letter-spacing:.5px;font-weight:600}.cat-cv-product-name{font-family:"Archivo",sans-serif;font-size:13px;font-weight:600;line-height:1.3;color:var(--teal-dark, #082c30);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cat-cv-product-price{font-family:"Archivo",sans-serif;font-size:16px;font-weight:800;color:var(--red, #d92b19);letter-spacing:-.2px;margin-top:4px}@media (max-width:760px){.cat-viewer-grid.cat-slot-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.cat-viewer-grid .cat-slot-size-M{grid-column:span 2}.cat-viewer-grid .cat-slot-size-L{grid-column:span 2;grid-row:span 2}.cat-viewer-grid .cat-slot-size-XL{grid-column:span 2}}@media print{.cat-viewer-header{position:static;box-shadow:none}.cat-viewer-actions,.cat-viewer-exit{display:none}.cat-viewer-grid.cat-slot-grid{gap:0;max-width:none}.cat-viewer-grid .cat-slot{break-inside:avoid;border:1px solid #ddd}a.cat-slot:hover{transform:none;filter:none}}.cb-hero{width:100%;height:100%;display:flex;align-items:center;padding:32px;background:linear-gradient(135deg,var(--teal, #0f5157) 0%,var(--teal-dark, #082c30) 100%);color:#fff;background-size:cover;background-position:center;position:relative}.cb-hero.cb-hero-has-image::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,81,87,.75)0,rgba(15,81,87,.18) 100%)}.cb-hero-content{position:relative;z-index:1;max-width:70%}.cb-hero h2,.cb-hero-cta{color:#fff;font-family:"Archivo",sans-serif}.cb-hero h2{font-size:clamp(20px,3.4vw,36px);font-weight:800;letter-spacing:-.6px;margin:0 0 8px;line-height:1.1}.cb-hero p{font-size:15px;color:rgba(255,255,255,.92)}.cb-hero-cta{display:inline-block;background:var(--red, #d92b19);padding:12px 22px;border-radius:10px;text-decoration:none;margin-top:18px;font-weight:700;font-size:14px;letter-spacing:.3px;transition:background .15s,transform .15s}.cb-hero-cta:hover{background:var(--red-dark, #b91c1c);transform:translateY(-1px)}@media (max-width:760px){.cb-hero{padding:22px}.cb-hero-content{max-width:100%}}.cb-image{width:100%;height:100%;overflow:hidden;background:#ebf1f1;display:flex;align-items:center;justify-content:center}.cb-image img,.cb-video iframe{width:100%;height:100%;display:block}.cb-image img{object-fit:cover}.cb-image-linked,.product-tab-icon svg{display:block}.cb-image-empty{color:#888;font-style:italic}.cb-product{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;padding:14px;text-decoration:none;color:inherit;position:relative;border:1px solid rgba(0,0,0,.04);transition:transform .18s,box-shadow .18s}.cb-pg-item:hover,.cb-product:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(15,81,87,.1)}.cb-product-badge{position:absolute;top:10px;right:10px;background:var(--red, #d92b19);color:#fff;font-family:"Archivo",sans-serif;font-weight:800;font-size:11px;padding:3px 9px;border-radius:6px;letter-spacing:.3px;z-index:2}.cb-product-img{flex:1;min-height:0;background:#f5f7f7;border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden}.cb-pg-item-img img,.cb-product-img img{width:100%;height:100%;object-fit:contain;padding:8px}.cb-product-img-empty{font-size:38px;opacity:.4}.cb-product-body{display:flex;flex-direction:column;gap:3px}.cb-product-brand{font-size:10px;text-transform:uppercase;color:#999;letter-spacing:.5px;font-weight:600}.cb-product-name{font-family:"Archivo",sans-serif;font-size:13px;font-weight:600;line-height:1.3;color:var(--teal-dark, #082c30);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cb-product-price{font-family:"Archivo",sans-serif;font-size:16px;font-weight:800;color:var(--red, #d92b19);letter-spacing:-.2px;margin-top:4px}.cb-pg{display:grid;grid-template-columns:repeat(var(--cb-pg-cols, 4),1fr);gap:10px;width:100%;height:100%;padding:12px}.cb-pg-item{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:0;padding:10px;text-decoration:none;color:inherit;gap:4px;transition:transform .15s,box-shadow .15s}.cb-pg-item:hover{box-shadow:0 4px 14px rgba(15,81,87,.1)}.cb-pg-item-img{aspect-ratio:1;background:#f5f7f7;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:28px}.cb-pg-item-img img{padding:6px}.cb-pg-item-brand{font-size:9px;color:#999;text-transform:uppercase;letter-spacing:.4px;font-weight:600}.cb-pg-item-name{font-family:"Archivo",sans-serif;font-size:12px;font-weight:600;line-height:1.25;color:var(--teal-dark, #082c30);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cb-pg-item-price,.cb-text strong{font-family:"Archivo",sans-serif;font-weight:800}.cb-pg-item-price{font-size:13px;color:var(--red, #d92b19)}@media (max-width:760px){.cb-pg{grid-template-columns:repeat(2,1fr)}}.cb-text{width:100%;height:100%;padding:22px;display:flex;flex-direction:column;justify-content:center;gap:8px;text-decoration:none}.cb-text strong{font-size:18px;letter-spacing:-.2px;line-height:1.2}.cb-text span,.cb-tip-body p{font-size:14px;line-height:1.5}.cb-text-linked{cursor:pointer;transition:transform .15s}.cb-text-linked:hover{transform:translateY(-1px)}.cb-category{width:100%;height:100%;padding:18px;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ecf3f3 0,#fff 100%);text-decoration:none;color:var(--teal-dark, #082c30);border:1px solid rgba(15,81,87,.08);transition:transform .18s,box-shadow .18s,border-color .18s}.cb-category:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(15,81,87,.1);border-color:rgba(15,81,87,.2)}.cb-category-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:var(--teal-50, #e7f0f1);border-radius:12px;color:var(--teal, #0f5157);flex-shrink:0;font-size:22px}.cb-category strong,.cb-tip-body strong{font-family:"Archivo",sans-serif;font-size:15px}.cb-category strong{font-weight:700;flex:1}.cb-category-arrow{color:var(--teal, #0f5157);font-size:18px;opacity:.6}.cb-category-empty{color:#888;font-style:italic;padding:14px}.cb-video{width:100%;height:100%;position:relative;background:#000;overflow:hidden}.cb-video iframe{border:0}.cb-video-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.75)0,transparent 100%);color:#fff;padding:14px 16px 12px;font-size:13px;font-weight:600}.cb-video-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#888;font-style:italic}.cb-tip{width:100%;height:100%;display:flex;gap:14px;padding:18px;background:linear-gradient(135deg,#fff7e6 0,#fffaf0 100%);border:1px solid #f6e2b8;align-items:flex-start}.cb-divider,.cb-tip-icon{align-items:center;justify-content:center}.cb-tip-icon{width:44px;height:44px;background:#f0c674;border-radius:50%;display:inline-flex;font-size:22px;flex-shrink:0}.cb-tip-body strong{display:block;font-weight:800;color:#7a5818;margin-bottom:4px}.cb-tip-body p{font-size:13px;color:#5e4514;margin:0}.cb-divider{width:100%;height:100%;display:flex;background:0 0!important}.cb-divider span{display:block;width:100%;height:var(--cb-div-h, 2px);border-radius:999px}@media print{.cat-viewer-header{position:static;box-shadow:none}.cat-viewer-actions,.cat-viewer-exit{display:none}.cat-viewer-grid{gap:6px;padding:0;max-width:none}.cat-viewer-cell{break-inside:avoid;box-shadow:none!important;border:1px solid #ddd}.cb-category:hover,.cb-pg-item:hover,.cb-product:hover{transform:none;box-shadow:none}}.cm-cat-strip{background:#fff;border-top:1px solid rgba(15,81,87,.06);border-bottom:1px solid rgba(15,81,87,.06);padding:18px 0}.cm-cat-strip-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.cm-cat-strip-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 6px;text-decoration:none;color:var(--teal-dark, #082c30);border-radius:10px;transition:background .15s ease,transform .15s ease;text-align:center;min-width:0}.cm-cat-strip-item:hover,.tab-page:hover{background:var(--teal-50, #e7f0f1);transform:translateY(-1px)}.cm-cat-strip-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--teal, #0f5157);background:0 0;border-radius:12px;transition:color .15s,background .15s}.cm-cat-strip-item:hover .cm-cat-strip-icon{color:var(--teal-dark, #082c30);background:rgba(255,255,255,.7)}.cm-cat-strip-name{font-family:"Archivo",sans-serif;font-size:12px;font-weight:600;letter-spacing:.1px;line-height:1.2;color:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:900px){.cm-cat-strip-inner{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:92px;gap:4px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 12px;scrollbar-width:none}.cm-cat-strip-inner::-webkit-scrollbar{display:none}.cm-cat-strip-item{scroll-snap-align:start;padding:10px 4px}.cm-cat-strip-icon{width:38px;height:38px}.cm-cat-strip-name{font-size:11px}}.tab-page,.tab-pagination{align-items:center;justify-content:center}.tab-pagination{display:flex;flex-wrap:wrap;gap:6px;margin-top:28px;padding:8px 0}.tab-page{display:inline-flex;min-width:36px;height:36px;padding:0 12px;font-family:"Archivo",sans-serif;font-size:13px;font-weight:700;letter-spacing:.2px;color:var(--teal-dark, #082c30);background:#fff;border:1px solid rgba(15,81,87,.16);border-radius:9px;text-decoration:none;font-variant-numeric:tabular-nums;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.tab-page:hover{border-color:var(--teal, #0f5157);box-shadow:0 2px 6px rgba(15,81,87,.1)}.tab-page-active{background:var(--teal, #0f5157);color:#fff;border-color:var(--teal, #0f5157);cursor:default;pointer-events:none;box-shadow:0 1px 3px rgba(15,81,87,.18)}.tab-page-arrow{font-weight:600;font-size:18px;line-height:1}.tab-page-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.tab-page-ellipsis{background:0 0;border:0;min-width:24px;color:#888;cursor:default;pointer-events:none}#tabs{scroll-margin-top:80px}.products-grid{gap:18px}.product-card{background:#fff;border:1px solid rgba(15,81,87,.07);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(15,81,87,.03),0 4px 14px rgba(15,81,87,.04);transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease;isolation:isolate}.product-card:hover{transform:translateY(-3px);border-color:rgba(15,81,87,.14);box-shadow:0 2px 6px rgba(15,81,87,.06),0 14px 32px rgba(15,81,87,.1)}.product-card .product-image{background:linear-gradient(180deg,#f8faf9 0,#fff 100%);overflow:hidden}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-image img{transform:scale(1.035)}.product-card .badge{top:10px;left:10px;padding:4px 10px;border-radius:999px;font-family:"Archivo",sans-serif;font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-card .badge-sale{background:var(--red, #d92b19)}.product-card .badge-new{background:#1a1a1a;right:10px;left:auto}.product-card .product-info{padding:14px 16px 16px;gap:0}.product-card .product-brand{font-family:"Archivo",sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#98a3a3}.product-card .product-brand-logo{height:16px;opacity:.78;margin-bottom:6px}.product-card:hover .product-brand-logo{opacity:1}.cm-cart-toast-head strong,.product-card .product-name{font-family:"Archivo",sans-serif;font-size:14px;color:var(--teal-dark, #082c30)}.product-card .product-name{font-weight:600;line-height:1.3;margin:6px 0 12px;min-height:36px;letter-spacing:-.1px}.product-card .product-card-price-row{margin-top:auto;gap:8px}.product-card .product-price{gap:6px;align-items:baseline;min-height:28px}.product-card .price,.product-card .price-sale{font-family:"Archivo",sans-serif;font-size:19px;font-weight:800;letter-spacing:-.4px;color:var(--teal-dark, #082c30);font-variant-numeric:tabular-nums}.product-card .price-sale{color:var(--red, #d92b19)}.product-card .price-regular{font-family:"Archivo",sans-serif;font-size:12px;font-weight:500;color:#b0b8b8;letter-spacing:0;text-decoration:line-through}.product-card .product-card-qty{background:#f5f7f7;border:1px solid rgba(15,81,87,.1);padding:1px}.product-card .product-card-qty-btn{width:24px;height:24px;font-size:14px}.product-card .product-card-qty-num{min-width:18px;font-size:12px;font-weight:700;color:var(--teal-dark, #082c30)}.product-card .product-card-buy,.product-card .product-card-cart-status{margin-top:6px;padding:3px 8px;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.product-card .product-card-buy{margin-top:10px;min-height:38px;padding:0 14px;background:#fff;color:var(--teal, #0f5157);border:1px solid rgba(15,81,87,.2);border-radius:10px;box-shadow:none;font-family:"Archivo",sans-serif;font-size:12.5px}.product-card .product-card-buy:hover{background:var(--teal, #0f5157);color:#fff;border-color:var(--teal, #0f5157);transform:translateY(-1px);box-shadow:0 4px 14px rgba(15,81,87,.18)}.product-card .product-card-buy:active{transform:translateY(0)}.product-card .product-card-buy[disabled]{background:#f5f5f3;color:#98a3a3;border-color:#e5e5e2;text-transform:none;letter-spacing:.1px}.product-card .product-card-buy.is-success{background:#15803d!important;color:#fff!important;border-color:#15803d!important;box-shadow:0 2px 4px rgba(22,163,74,.2),0 8px 18px rgba(22,163,74,.18)!important}.product-card .product-card-buy.is-success:hover{background:#166534!important;border-color:#166534!important}@media (max-width:760px){.products-grid{gap:12px}.product-card{border-radius:14px}.product-card .product-info{padding:12px 14px 14px}.product-card .product-name{font-size:13px;min-height:34px}.product-card .price,.product-card .price-sale{font-size:16px}.product-card .product-card-buy{font-size:11.5px;letter-spacing:.4px;min-height:36px}}.cm-cart-toast{position:fixed;inset:0;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding:64px 16px 16px;pointer-events:none}.cm-cart-toast[hidden]{display:none}.cm-cart-toast.is-open{pointer-events:auto}.cm-cart-toast-backdrop{position:absolute;inset:0;background:rgba(8,28,32,.42);opacity:0;transition:opacity .28s ease}.cm-cart-toast.is-open .cm-cart-toast-backdrop{opacity:1}.cm-cart-toast-panel{position:relative;width:100%;max-width:460px;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(28px) saturate(180%);backdrop-filter:blur(28px) saturate(180%);border:1px solid rgba(255,255,255,.55);border-radius:20px;box-shadow:0 1px 2px rgba(15,81,87,.06),0 18px 48px rgba(8,28,32,.18),inset 0 1px 0 rgba(255,255,255,.65);overflow:hidden;transform:translateY(-14px) scale(.98);opacity:0;transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .28s ease}.cm-cart-toast.is-open .cm-cart-toast-panel{transform:translateY(0) scale(1);opacity:1}.cm-cart-toast-head{display:flex;align-items:center;gap:10px;padding:14px 16px 12px;border-bottom:1px solid rgba(15,81,87,.08)}.cm-cart-toast-close,.cm-cart-toast-mark{display:inline-flex;align-items:center;justify-content:center}.cm-cart-toast-mark{width:28px;height:28px;background:#16a34a;color:#fff;border-radius:999px;box-shadow:0 1px 3px rgba(22,163,74,.32);flex-shrink:0}.cm-cart-toast-head strong{flex:1;font-weight:700;letter-spacing:.1px}.cm-cart-toast-close{width:30px;height:30px;background:rgba(15,81,87,.06);border:0;border-radius:8px;color:var(--text-mid, #555);cursor:pointer;transition:background .15s,color .15s}.cm-cart-toast-close:hover{background:rgba(217,43,25,.12);color:var(--red, #d92b19)}.cm-cart-toast-body{padding:16px 18px}.cm-cart-toast-line{display:flex;gap:12px;align-items:center}.cm-cart-toast-line-img{width:56px;height:56px;background:rgba(15,81,87,.04);border-radius:10px;background-size:cover;background-position:center;flex-shrink:0;border:1px solid rgba(15,81,87,.08)}.cm-cart-toast-line-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cm-cart-toast-line-name{font-family:"Archivo",sans-serif;font-size:14px;font-weight:600;letter-spacing:-.1px;color:var(--teal-dark, #082c30);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cm-cart-toast-line-calc{display:inline-flex;align-items:baseline;gap:4px;font-family:"Archivo",sans-serif;font-size:12px;font-variant-numeric:tabular-nums;color:var(--text-mid, #555);letter-spacing:.1px}.cm-cart-toast-line-calc .cm-cart-toast-eq,.cm-cart-toast-line-calc .cm-cart-toast-x{color:#b0b8b8;font-size:11px;padding:0 2px}.cm-cart-toast-line-calc strong,.cm-cart-toast-total strong{font-weight:800;color:var(--teal-dark, #082c30);font-size:13px}.cm-cart-toast-divider{height:1px;background:linear-gradient(90deg,transparent 0,rgba(15,81,87,.12) 16%,rgba(15,81,87,.12) 84%,transparent 100%);margin:14px 0}.cm-cart-toast-total{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.cm-cart-toast-total-label{font-family:"Archivo",sans-serif;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--text-mid, #555)}.cm-cart-toast-total-label small{font-size:11px;font-weight:500;color:#999;text-transform:none;letter-spacing:.1px;margin-left:4px}.cm-cart-toast-total strong{font-family:"Archivo",sans-serif;font-size:22px;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.cm-cart-toast-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px 16px;border-top:1px solid rgba(15,81,87,.08)}.cm-cart-toast-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:42px;padding:0 16px;font-family:"Archivo",sans-serif;font-size:13px;font-weight:700;letter-spacing:.2px;border-radius:11px;cursor:pointer;text-decoration:none;border:1px solid transparent;-webkit-appearance:none;appearance:none;transition:transform .16s cubic-bezier(.2,.8,.2,1),background .16s ease,border-color .16s ease,box-shadow .16s cubic-bezier(.2,.8,.2,1)}.cm-cart-toast-btn-ghost{background:rgba(15,81,87,.06);color:var(--teal-dark, #082c30);border-color:rgba(15,81,87,.1)}.cm-cart-toast-btn-ghost:hover{background:rgba(15,81,87,.1);border-color:rgba(15,81,87,.18);transform:translateY(-1px)}.cm-cart-toast-btn-primary{background:var(--teal-dark, #082c30);color:#fff;border-color:var(--teal-dark, #082c30);box-shadow:0 1px 3px rgba(8,28,32,.22)}.cm-cart-toast-btn-primary:hover{background:var(--teal, #0f5157);border-color:var(--teal, #0f5157);transform:translateY(-1px);box-shadow:0 3px 8px rgba(15,81,87,.28),0 8px 18px rgba(15,81,87,.22);color:#fff}.cm-cart-toast-btn-primary:active{transform:translateY(0)}@media (max-width:520px){.cm-cart-toast{align-items:flex-end;padding:16px 12px}.cm-cart-toast-panel{max-width:100%;transform:translateY(20px);border-radius:18px}}.ck-page{background:linear-gradient(180deg,#fafbfb 0,#fff 60%);min-height:80vh;padding:32px 16px 64px}.ck-wrap{max-width:1100px;margin:0 auto}.ck-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid rgba(15,81,87,.08)}.ck-back{display:inline-flex;align-items:center;gap:6px;color:var(--text-mid, #555);text-decoration:none;font-family:"Archivo",sans-serif;font-size:13px;font-weight:600;padding:6px 10px;border-radius:8px;background:rgba(15,81,87,.04);transition:background .15s,color .15s}.ck-back:hover{background:rgba(15,81,87,.1);color:var(--teal-dark, #082c30)}.ck-back span:first-child{font-size:16px;line-height:1}.ck-errors strong,.ck-title{font-family:"Archivo",sans-serif}.ck-title{font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.5px;margin:0;color:var(--teal-dark, #082c30);flex:1;text-align:center}.ck-trust{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#15803d;letter-spacing:.1px}.ck-trust-dot{width:7px;height:7px;background:#16a34a;border-radius:50%;box-shadow:0 0 0 4px rgba(22,163,74,.14)}@media (max-width:760px){.ck-title{font-size:20px;text-align:left}.ck-trust span:last-child{display:none}}.ck-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:14px 16px;margin-bottom:24px;color:#991b1b}.ck-errors strong{display:block;font-size:14px;margin-bottom:6px}.ck-errors ul{margin:0;padding-left:18px;font-size:13px;line-height:1.5}.ck-grid{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:flex-start}@media (max-width:920px){.ck-grid{grid-template-columns:1fr;gap:24px}}.ck-form{display:flex;flex-direction:column;gap:18px}.ck-section{background:#fff;border:1px solid rgba(15,81,87,.06);border-radius:16px;padding:22px 24px 24px;box-shadow:0 1px 2px rgba(15,81,87,.03)}.ck-section-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.ck-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--teal-50, #e7f0f1);color:var(--teal, #0f5157);border-radius:8px;font-family:"Archivo",sans-serif;font-size:11px;font-weight:800;letter-spacing:.4px;font-variant-numeric:tabular-nums}.ck-field>span,.ck-section-head h2{font-family:"Archivo",sans-serif;font-weight:700}.ck-section-head h2{font-size:15px;margin:0;color:var(--teal-dark, #082c30);letter-spacing:-.1px}.ck-fields{display:flex;flex-direction:column;gap:14px}.ck-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:560px){.ck-row{grid-template-columns:1fr}}.ck-field{display:flex;flex-direction:column;gap:6px}.ck-field>span{font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:var(--text-mid, #555)}.ck-field>small{font-size:11px;color:#999;font-style:italic}.ck-field input,.ck-field select,.ck-field textarea{width:100%;height:44px;padding:0 14px;border:1px solid rgba(15,81,87,.14);border-radius:10px;background:#fafbfb;font-family:inherit;font-size:14px;color:var(--teal-dark, #082c30);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;-webkit-appearance:none;appearance:none}.ck-field textarea{height:auto;min-height:64px;padding:12px 14px;resize:vertical;line-height:1.45}.ck-field select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230f5157' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.ck-field input:hover,.ck-field select:hover,.ck-field textarea:hover{border-color:rgba(15,81,87,.28)}.ck-field input:focus,.ck-field select:focus,.ck-field textarea:focus{outline:0;background:#fff;border-color:var(--teal, #0f5157);box-shadow:0 0 0 3px rgba(15,81,87,.14)}.ck-payment{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(15,81,87,.14);border-radius:12px;background:#fafbfb;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;position:relative}.ck-payment:hover{border-color:rgba(15,81,87,.3);background:#fff}.ck-payment input[type=radio]{width:18px;height:18px;flex-shrink:0;accent-color:var(--teal, #0f5157)}.ck-payment-body{flex:1;min-width:0}.ck-payment-body strong{display:block;font-family:"Archivo",sans-serif;font-size:14px;font-weight:700;color:var(--teal-dark, #082c30);margin-bottom:2px}.ck-payment-body small{font-size:12px;color:var(--text-mid, #555);line-height:1.4}.ck-payment:has(input:checked){border-color:var(--teal, #0f5157);background:#fff;box-shadow:0 0 0 3px rgba(15,81,87,.1),inset 0 0 0 1px var(--teal, #0f5157)}.ck-payment-mark{display:none}.ck-payment-soon{cursor:not-allowed;opacity:.68}.ck-payment-soon:hover{background:#fafbfb;border-color:rgba(15,81,87,.14)}.ck-payment-soon-tag{display:inline-block;font-family:"Archivo",sans-serif;font-size:10px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:linear-gradient(135deg,#f3b431,#d92b19);color:#fff;flex-shrink:0}.ck-section-coupon{padding:0;overflow:hidden}.ck-coupon summary{list-style:none;cursor:pointer;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;font-family:"Archivo",sans-serif;font-size:13px;font-weight:700;color:var(--teal-dark, #082c30);letter-spacing:.1px}.ck-coupon summary::-webkit-details-marker{display:none}.ck-coupon-chev{font-size:16px;color:var(--teal, #0f5157);transition:transform .18s ease}.ck-coupon[open] .ck-coupon-chev{transform:rotate(180deg)}.ck-coupon-body{padding:0 24px 22px;animation:ckFadeIn .22s ease}.ck-summary{position:sticky;top:24px}.ck-summary-inner{background:#fff;border:1px solid rgba(15,81,87,.08);border-radius:18px;padding:24px;box-shadow:0 1px 2px rgba(15,81,87,.04),0 8px 24px rgba(15,81,87,.06)}.ck-summary-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:0 0 18px}.ck-item-meta strong,.ck-summary-title span{font-family:"Archivo",sans-serif;font-size:15px;font-weight:700;color:var(--teal-dark, #082c30)}.ck-summary-title small{font-weight:600;letter-spacing:.2px;text-transform:uppercase}.ck-items{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:14px;max-height:320px;overflow-y:auto}.ck-item{display:flex;gap:12px;align-items:flex-start}.ck-item-thumb{width:52px;height:52px;border-radius:10px;background-color:#f5f7f7;background-size:cover;background-position:center;border:1px solid rgba(15,81,87,.06);flex-shrink:0}.ck-item-thumb-empty{display:flex;align-items:center;justify-content:center;font-size:22px;opacity:.5}.ck-item-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ck-item-meta strong{font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ck-item-meta small,.ck-summary-title small{font-size:11px;color:#999}.ck-item-calc,.ck-item-total{font-variant-numeric:tabular-nums}.ck-item-calc{font-size:11px;font-weight:500;color:var(--text-mid, #555)}.ck-item-total{font-family:"Archivo",sans-serif;font-size:13px;font-weight:800;letter-spacing:-.2px;color:var(--teal-dark, #082c30);flex-shrink:0}.ck-totals{list-style:none;padding:16px 0;margin:0;border-top:1px solid rgba(15,81,87,.08);border-bottom:1px solid rgba(15,81,87,.08);display:flex;flex-direction:column;gap:10px}.ck-grand,.ck-totals>div{display:flex;align-items:baseline;justify-content:space-between}.ck-totals>div{gap:12px}.ck-grand span,.ck-totals dd,.ck-totals dt{font-size:13px;font-weight:500;color:var(--text-mid, #555)}.ck-grand span,.ck-totals dd{font-weight:700}.ck-totals dd,.ck-totals dt{margin:0;font-family:"Archivo",sans-serif;font-variant-numeric:tabular-nums}.ck-totals dd{color:var(--teal-dark, #082c30)}.ck-totals-discount dd{color:#15803d}.ck-totals-discount dt code{background:rgba(22,163,74,.1);color:#15803d;padding:1px 6px;border-radius:4px;font-family:ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.3px;margin-left:4px}.ck-totals-savings dd{color:#15803d;font-weight:700;font-size:12px}.ck-totals-hint dd{color:#999;font-weight:500;font-size:11px;font-style:italic}.ck-grand{padding:18px 0 22px}.ck-grand span{letter-spacing:.4px;text-transform:uppercase}.ck-grand strong,.ck-submit strong{font-weight:800;font-variant-numeric:tabular-nums}.ck-grand span,.ck-grand strong,.ck-submit{font-family:"Archivo",sans-serif}.ck-grand strong{font-size:28px;letter-spacing:-.8px;color:var(--teal-dark, #082c30)}.ck-submit{display:flex;align-items:center;justify-content:space-between;width:100%;height:52px;padding:0 22px;background:var(--teal-dark, #082c30);color:#fff;border:0;border-radius:12px;cursor:pointer;font-size:14px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;box-shadow:0 2px 6px rgba(8,28,32,.18),0 8px 20px rgba(8,28,32,.12);transition:transform .18s cubic-bezier(.2,.8,.2,1),background .18s ease,box-shadow .18s ease;-webkit-appearance:none;appearance:none}.ck-submit:hover{background:var(--teal, #0f5157);transform:translateY(-1px);box-shadow:0 4px 10px rgba(15,81,87,.22),0 12px 28px rgba(15,81,87,.18)}.ck-submit:active{transform:translateY(0)}.ck-submit strong{letter-spacing:-.3px}.ck-submit-mobile{display:none}@media (max-width:920px){.ck-submit-desktop{display:none}.ck-submit-mobile{display:flex;position:sticky;bottom:12px;margin-top:8px;z-index:10}}.ck-fineprint{margin:14px 0 0;text-align:center;font-size:11px;color:#999;line-height:1.5}.product-tabs-head{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));max-width:640px;gap:10px;justify-content:center;margin:0 auto 28px;padding:0 16px}.product-longform .product-description>h2,.product-tab{font-family:"Archivo",sans-serif;color:var(--teal-dark, #082c30)}.product-tab,.product-tab-icon{align-items:center;justify-content:center}.product-tab{display:inline-flex!important;gap:8px;height:44px;padding:0 14px;min-width:0;background:#fff;border:1px solid rgba(15,81,87,.12);border-radius:12px;font-size:13px;font-weight:700;letter-spacing:.2px;cursor:pointer;-webkit-appearance:none;appearance:none;box-sizing:border-box;white-space:nowrap;transition:transform .18s cubic-bezier(.2,.8,.2,1),background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s cubic-bezier(.2,.8,.2,1)}.product-tab:hover{transform:translateY(-1px);border-color:rgba(15,81,87,.28);box-shadow:0 2px 6px rgba(15,81,87,.06),0 6px 14px rgba(15,81,87,.06)}.product-tab-icon{display:inline-flex;width:22px;height:22px;border-radius:7px;flex-shrink:0;transition:background .18s ease,color .18s ease}.product-tab-label{line-height:1}.product-tab--new .product-tab-icon{background:#e4f3ef;color:#0d7c6b}.product-tab--sale .product-tab-icon{background:#fce8ec;color:#d92b19}.product-tab--popular .product-tab-icon{background:#dcfce7;color:#15803d}.product-tab.active{background:var(--teal-dark, #082c30);border-color:var(--teal-dark, #082c30);color:#fff;box-shadow:0 2px 6px rgba(8,28,32,.18),0 6px 14px rgba(8,28,32,.12)}.product-tab.active .product-tab-icon{background:rgba(255,255,255,.18);color:#fff}.product-tab.active:hover{transform:translateY(-1px)}.product-tab--sale.active{background:var(--red, #d92b19);border-color:var(--red, #d92b19);box-shadow:0 2px 6px rgba(217,43,25,.22),0 6px 14px rgba(217,43,25,.18)}@media (max-width:560px){.product-tabs-head{grid-template-columns:repeat(3,1fr);max-width:100%;gap:6px;padding:0 12px}.product-tab{height:42px;padding:0 10px;font-size:12px;gap:6px}.product-tab-icon{width:20px;height:20px;border-radius:6px}.product-tab-icon svg{width:14px;height:14px}}@media (max-width:360px){.product-tab{padding:0 6px;font-size:11px;letter-spacing:.1px}}@media (max-width:768px){.cm-cat-strip{padding:12px 0 14px;border-top:0;border-bottom:1px solid rgba(15,81,87,.06)}.cm-cat-strip-inner{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:0 16px;scrollbar-width:none}.cm-cat-strip-inner::-webkit-scrollbar{display:none}.cm-cat-strip-item{flex-shrink:0;width:52px;height:52px;padding:0;border-radius:14px;background:#f5f7f7;border:1px solid rgba(15,81,87,.08);display:inline-flex;align-items:center;justify-content:center;scroll-snap-align:start;transition:background .15s ease,border-color .15s ease,transform .15s ease}.cm-cat-strip-item:active,.cm-cat-strip-item:hover{background:#fff;border-color:var(--teal, #0f5157);transform:translateY(-1px)}.cm-cat-strip-name{display:none!important}.cm-cat-strip-icon{width:auto;height:auto;background:0 0;border-radius:0;color:var(--teal, #0f5157);display:inline-flex;align-items:center;justify-content:center}.cm-cat-strip-icon i.ph{font-size:24px!important;line-height:1}.cm-cat-strip-icon svg{width:22px;height:22px}.cm-cat-strip-item.is-active{background:var(--teal-dark, #082c30);border-color:var(--teal-dark, #082c30);color:#fff;box-shadow:0 2px 6px rgba(8,28,32,.18)}.cm-cat-strip-item.is-active .cm-cat-strip-icon{color:#fff}.cm-cat-strip-selected{display:block;margin:12px 16px 0;font-family:"Archivo",sans-serif;font-size:18px;font-weight:800;letter-spacing:-.3px;color:var(--teal-dark, #082c30)}.section-products-tabs{padding-top:18px!important;padding-bottom:28px!important}.section-products-tabs>.container{padding-left:0!important;padding-right:0!important}.product-tabs-head{grid-template-columns:repeat(3,1fr);max-width:none;gap:6px;margin:2px 16px 18px;background:#f4f6f6;border-radius:12px;padding:4px}.product-tab{height:38px;padding:0 8px;font-size:12.5px;border-radius:9px;border:0;background:0 0;box-shadow:none;color:var(--text-mid, #555)}.product-tab:hover{background:rgba(255,255,255,.6);border-color:transparent;box-shadow:none;transform:none;color:var(--teal-dark, #082c30)}.product-tab-icon{width:18px;height:18px;border-radius:5px}.product-tab-icon svg{width:12px;height:12px}.product-tab.active{background:var(--teal-dark, #082c30);color:#fff;box-shadow:0 1px 3px rgba(8,28,32,.22)}.product-tab.active .product-tab-icon{background:rgba(255,255,255,.18);color:#fff}.product-tab--sale.active{background:var(--red, #d92b19);box-shadow:0 1px 3px rgba(217,43,25,.3)}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 16px}.product-card{border-radius:14px;border:1px solid rgba(15,81,87,.07);box-shadow:0 1px 2px rgba(15,81,87,.04);overflow:hidden}.product-card:hover{transform:none}.product-card .product-image{aspect-ratio:auto;height:125px;background:linear-gradient(180deg,#f8faf9 0,#fff 100%);display:flex;align-items:center;justify-content:center;padding:8px}.product-card .product-image img{width:100%;height:100%;object-fit:contain}.product-card .badge{top:8px;padding:3px 8px;font-size:9.5px;letter-spacing:.5px;border-radius:999px;box-shadow:0 1px 3px rgba(0,0,0,.15)}.product-card .badge-sale{left:8px;right:auto;background:var(--red, #d92b19)}.product-card .badge-new{right:8px;left:auto;background:#1a1a1a}.product-card .product-info{padding:10px 12px 12px}.product-card .product-brand,.product-card .product-brand-logo{font-size:9px;letter-spacing:.6px;margin-bottom:2px}.product-card .product-brand-logo{height:12px}.product-card .product-name{font-size:13px;font-weight:600;line-height:1.28;min-height:33px;margin:4px 0 8px;-webkit-line-clamp:2}.product-card .product-card-price-row{gap:6px;margin-top:auto}.product-card .product-price{gap:4px;min-height:24px}.product-card .price,.product-card .price-sale{font-size:18px;font-weight:800;letter-spacing:-.4px}.product-card .price-regular{font-size:11px}.product-card .product-card-qty{padding:1px}.product-card .product-card-qty-btn{width:22px;height:22px;font-size:13px}.product-card .product-card-qty-num{min-width:14px;font-size:11.5px}.product-card .product-card-cart-status{font-size:9px;padding:2px 6px;margin-top:4px}.product-card .product-card-buy{margin-top:8px;min-height:38px;padding:0 12px;background:var(--teal, #0f5157);color:#fff;border-color:var(--teal, #0f5157);font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;box-shadow:0 1px 3px rgba(15,81,87,.18)}.product-card .product-card-buy:hover{background:var(--teal-dark, #082c30);border-color:var(--teal-dark, #082c30);color:#fff;transform:none;box-shadow:0 1px 3px rgba(8,28,32,.24)}.product-card .product-card-buy.is-success{background:#15803d!important;border-color:#15803d!important;color:#fff!important}.tab-pagination{margin-top:18px;padding:0 12px;gap:4px}.tab-page{min-width:32px;height:32px;font-size:12px;padding:0 10px}}@media (max-width:360px){.product-card .product-name{font-size:12.5px;min-height:32px}.product-card .price,.product-card .price-sale{font-size:16px}.product-card .product-card-buy{font-size:11px;letter-spacing:.3px}.cm-cat-strip-item{width:48px;height:48px}.cm-cat-strip-icon{width:22px;height:22px}.cm-cat-strip-icon i,.cm-cat-strip-icon svg{width:20px;height:20px}}.product-card{position:relative}.product-card-badges{position:absolute;top:10px;left:10px;right:10px;display:flex;align-items:center;justify-content:space-between;z-index:2;pointer-events:none;min-height:0;gap:6px}.product-card-badges .badge,.product-card-badges .product-card-badges-spacer{pointer-events:auto}.product-card-badges .badge{position:static;top:auto;left:auto;right:auto}.product-card-badges-spacer{display:inline-block;width:0;height:0}@media (max-width:768px){.product-card-badges{position:static;margin:8px 12px 0;padding:0;min-height:24px}.product-card-badges .badge{display:inline-flex;align-items:center;height:22px;padding:4px 9px;font-family:"Archivo",sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:999px;box-shadow:0 1px 3px rgba(0,0,0,.1);line-height:1}.product-card-badges .badge-sale{background:var(--red, #d92b19);color:#fff}.product-card-badges .badge-new{background:#1a1a1a;color:#fff}.product-card .product-card-badges+.product-image{margin-top:4px}}.product-longform{max-width:1100px;margin:32px auto 0;padding:0 4px}.product-longform .product-description{margin:0 0 32px}.product-longform .product-description>h2{font-weight:800;letter-spacing:-.6px;font-size:24px;margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid rgba(15,81,87,.1)}.product-longform .product-seo-content{margin:24px 0 0;padding:20px 24px;background:linear-gradient(180deg,#f8fafa 0,#fff 60%);border:1px solid rgba(15,81,87,.08);border-radius:14px}.product-longform .product-seo-content h2{font-family:"Archivo",sans-serif;font-weight:800;font-size:20px;margin:0 0 12px;color:var(--teal-dark, #082c30);letter-spacing:-.4px}.product-longform .product-seo-content p{line-height:1.65;margin:8px 0}.product-longform .product-seo-content ul{padding-left:22px;margin:10px 0}.product-longform .product-seo-content li{line-height:1.6;margin:4px 0}.product-longform .product-seo-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.product-longform .product-seo-links a{display:inline-flex;align-items:center;padding:6px 12px;background:#fff;border:1px solid rgba(15,81,87,.14);border-radius:999px;font-size:13px;font-weight:600;color:var(--teal, #0f5157);text-decoration:none;transition:border-color 160ms cubic-bezier(.2,.8,.2,1),background 160ms}.product-longform .product-seo-links a:hover{border-color:var(--teal, #0f5157);background:#f4f7f7}@media (max-width:768px){.product-longform{margin-top:24px;padding:0}.product-longform .product-description>h2{font-size:21px}.product-longform .product-seo-content{padding:18px 16px}}.product-description-body .pd-tone-teal{--tone-bg:#effaf9;--tone-bg-soft:#f5fbfa;--tone-border:rgba(15,81,87,0.18);--tone-fg:#0f5157;--tone-fg-dim:#4d7e82;--tone-accent:#0f5157}.product-description-body .pd-tone-amber{--tone-bg:#fff8eb;--tone-bg-soft:#fffbf2;--tone-border:rgba(217,119,6,0.20);--tone-fg:#92400e;--tone-fg-dim:#a16207;--tone-accent:#d97706}.product-description-body .pd-tone-blue{--tone-bg:#eff6ff;--tone-bg-soft:#f5f9ff;--tone-border:rgba(37,99,235,0.18);--tone-fg:#1e3a8a;--tone-fg-dim:#3b5fb1;--tone-accent:#2563eb}.product-description-body .pd-tone-rose{--tone-bg:#fef2f2;--tone-bg-soft:#fff7f7;--tone-border:rgba(217,43,25,0.18);--tone-fg:#991b1b;--tone-fg-dim:#b94334;--tone-accent:#d92b19}.product-description-body .pd-tone-violet{--tone-bg:#f5f3ff;--tone-bg-soft:#f9f7ff;--tone-border:rgba(124,58,237,0.18);--tone-fg:#5b21b6;--tone-fg-dim:#7c5ec4;--tone-accent:#7c3aed}.product-description-body .pd-tone-green{--tone-bg:#ecfdf3;--tone-bg-soft:#f4fdf7;--tone-border:rgba(22,163,74,0.20);--tone-fg:#14532d;--tone-fg-dim:#2c7a4a;--tone-accent:#16a34a}.product-description-body .pd-tone-slate{--tone-bg:#f1f5f7;--tone-bg-soft:#f7faf9;--tone-border:rgba(15,81,87,0.14);--tone-fg:#082c30;--tone-fg-dim:#5b6b6e;--tone-accent:#0f5157}.product-description-body .pd-block{margin:56px 0;padding:0}.product-description-body .pd-block:first-child{margin-top:12px}.product-description-body .pd-section-head{margin-bottom:26px}.product-description-body .pd-eyebrow{display:inline-block;font-family:"Archivo",sans-serif;font-weight:700;font-size:11px;letter-spacing:1.6px;text-transform:uppercase;color:var(--teal, #0f5157);padding:5px 11px;background:#effaf9;border-radius:999px;margin-bottom:14px}.product-description-body .pd-eyebrow-warn{color:#9a3412;background:#ffedd5}.product-description-body .pd-eyebrow-danger{color:#991b1b;background:#fee2e2}.product-description-body .pd-h2{font-family:"Archivo",sans-serif;font-weight:800;letter-spacing:-.7px;font-size:30px;line-height:1.15;margin:0 0 12px;color:var(--teal-dark, #082c30)}.product-description-body .pd-fitcard h3,.product-description-body .pd-h3{font-family:"Archivo",sans-serif;font-weight:700;font-size:17px;letter-spacing:-.2px;margin:22px 0 12px;color:var(--teal-dark, #082c30)}.product-description-body .pd-section-lead{margin:4px 0 0;font-size:15.5px;line-height:1.55;max-width:720px}.product-description-body .pd-prose p{line-height:1.75;margin:10px 0;font-size:16px;color:#1d3438}.product-description-body .pd-prose strong{color:var(--teal-dark, #082c30)}.product-description-body .pd-bento{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(132px,auto);gap:14px}.product-description-body .pd-bento-tile{position:relative;background:linear-gradient(180deg,var(--tone-bg) 0%,#fff 70%);border:1px solid var(--tone-border);border-radius:18px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:6px;overflow:hidden;box-shadow:0 1px 2px rgba(15,81,87,.04),0 6px 18px rgba(15,81,87,.05);transition:transform 240ms cubic-bezier(.2,.8,.2,1),box-shadow 240ms;grid-column:span 2}.product-description-body .pd-bento-tile::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(120% 80%at 100% 0%,var(--tone-bg-soft) 0%,transparent 60%);opacity:.7}.product-description-body .pd-bento-tile:hover{transform:translateY(-3px);box-shadow:0 2px 4px rgba(15,81,87,.05),0 10px 28px rgba(15,81,87,.09)}.product-description-body .pd-bento-hero{grid-column:span 4;grid-row:span 2;padding:26px 28px 24px;background:radial-gradient(80% 60%at 0% 100%,var(--tone-bg) 0%,transparent 70%),linear-gradient(135deg,#fff 0%,var(--tone-bg-soft) 100%)}.product-description-body .pd-bento-wide{grid-column:span 6;background:radial-gradient(50% 100%at 100% 50%,var(--tone-bg) 0%,transparent 70%),#fff}.product-description-body .pd-bento-eyebrow{font-family:"Archivo",sans-serif;font-weight:700;font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--tone-accent);position:relative;z-index:1}.product-description-body .pd-bento-figure,.product-description-body .pd-bento-figure-text{font-family:"Archivo",sans-serif;font-weight:800;color:var(--teal-dark, #082c30);position:relative;z-index:1}.product-description-body .pd-bento-figure{letter-spacing:-1.5px;font-size:38px;line-height:1;font-variant-numeric:tabular-nums}.product-description-body .pd-bento-hero .pd-bento-figure{font-size:76px;letter-spacing:-3px;margin:4px 0 8px}.product-description-body .pd-bento-figure small{display:inline-block;font-size:.42em;font-weight:700;letter-spacing:-.5px;color:var(--tone-fg-dim);margin-left:6px;vertical-align:middle}.product-description-body .pd-bento-figure-text{letter-spacing:-.5px;font-size:22px;line-height:1.1}.product-description-body .pd-bento-foot{font-size:13px;color:var(--tone-fg-dim);line-height:1.45;margin-top:auto;position:relative;z-index:1}.product-description-body .pd-bento-hero .pd-bento-foot{font-size:14.5px;max-width:90%}.product-description-body .pd-fitgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.product-description-body .pd-fitcard{border-radius:20px;padding:26px 26px 22px;border:1px solid;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(15,81,87,.04),0 8px 24px rgba(15,81,87,.05)}.product-description-body .pd-fitcard-yes{background:linear-gradient(180deg,#ecfdf3 0,#fff 70%);border-color:rgba(22,163,74,.22)}.product-description-body .pd-fitcard-no{background:linear-gradient(180deg,#fef2f2 0,#fff 70%);border-color:rgba(217,43,25,.2)}.product-description-body .pd-fitcard-head{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(15,81,87,.07)}.product-description-body .pd-fitcard-pill{display:inline-block;font-family:"Archivo",sans-serif;font-weight:700;font-size:11px;letter-spacing:1.4px;text-transform:uppercase;padding:5px 11px;border-radius:999px;margin-bottom:10px}.product-description-body .pd-fitcard-yes .pd-fitcard-pill{background:#dcfce7;color:#15803d}.product-description-body .pd-fitcard-no .pd-fitcard-pill{background:#fee2e2;color:#991b1b}.product-description-body .pd-fitcard h3{font-weight:800;font-size:19px;letter-spacing:-.4px;margin:0}.product-description-body .pd-fitlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1}.product-description-body .pd-fitlist li{position:relative;padding-left:34px;font-size:14.5px;line-height:1.5;color:#1d3438}.product-description-body .pd-fitlist li::before{content:"";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center}.product-description-body .pd-fitlist-yes li::before{background:#16a34a;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='white'/></svg>")center/cover no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='white'/></svg>")center/cover no-repeat}.product-description-body .pd-fitlist-yes li::after{content:"";position:absolute;left:5px;top:9px;width:12px;height:7px;border:2.4px solid #fff;border-top:0;border-right:0;transform:rotate(-45deg)}.product-description-body .pd-fitlist-no li::before{background:#d92b19;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='white'/></svg>")center/cover no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='white'/></svg>")center/cover no-repeat}.product-description-body .pd-fitlist-no li::after{content:"";position:absolute;left:6px;top:6px;width:10px;height:10px;background:linear-gradient(45deg,transparent 44%,#fff 46%,#fff 54%,transparent 56%),linear-gradient(-45deg,transparent 44%,#fff 46%,#fff 54%,transparent 56%)}.product-description-body .pd-fitcard-alt{display:flex;align-items:center;gap:12px;margin-top:18px;padding:14px 16px;background:#fff;border:1px solid rgba(217,43,25,.15);border-radius:14px;text-decoration:none;transition:transform 200ms cubic-bezier(.2,.8,.2,1),border-color 200ms}.product-description-body .pd-fitcard-alt:hover{transform:translateY(-1px);border-color:#d92b19}.product-description-body .pd-fitcard-alt-label{font-family:"Archivo",sans-serif;font-weight:700;font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;color:#991b1b;padding:3px 8px;background:#fee2e2;border-radius:999px}.product-description-body .pd-fitcard-alt-name{flex:1;font-weight:600;color:var(--teal-dark, #082c30);font-size:14px}.product-description-body .pd-fitcard-alt-arrow{font-size:22px;color:#d92b19;line-height:1}.product-description-body .pd-features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product-description-body .pd-features .pd-feature:first-child{grid-column:span 2}.product-description-body .pd-feature{position:relative;background:linear-gradient(180deg,var(--tone-bg) 0%,#fff 50%);border:1px solid var(--tone-border);border-radius:18px;padding:28px 28px 24px;box-shadow:0 1px 2px rgba(15,81,87,.03),0 6px 18px rgba(15,81,87,.05);transition:transform 240ms cubic-bezier(.2,.8,.2,1),box-shadow 240ms}.product-description-body .pd-feature:hover{transform:translateY(-2px);box-shadow:0 2px 4px rgba(15,81,87,.05),0 12px 32px rgba(15,81,87,.08)}.product-description-body .pd-feature-num{position:absolute;top:20px;right:22px;font-family:"Archivo",sans-serif;font-weight:800;font-size:44px;letter-spacing:-2px;color:var(--tone-accent);opacity:.18;line-height:1}.product-description-body .pd-feature h3{font-family:"Archivo",sans-serif;font-weight:800;font-size:21px;letter-spacing:-.5px;margin:0 0 12px;color:var(--teal-dark, #082c30);max-width:calc(100% - 60px)}.product-description-body .pd-feature>p{font-size:15px;line-height:1.65;margin:0 0 12px}.product-description-body .pd-feature-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}.product-description-body .pd-feature-list li{position:relative;padding-left:22px;font-size:14.5px;line-height:1.55;color:#1d3438}.product-description-body .pd-feature-list li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:999px;background:var(--tone-accent)}.product-description-body .pd-feature-list strong{color:var(--teal-dark, #082c30);font-weight:700}.product-description-body .pd-table-wrap{border-radius:16px;border:1px solid rgba(15,81,87,.1);background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(15,81,87,.03),0 6px 18px rgba(15,81,87,.04)}.product-description-body .pd-table-wrap-elev{box-shadow:0 1px 2px rgba(15,81,87,.04),0 12px 32px rgba(15,81,87,.07)}.product-description-body .pd-perf-table,.product-description-body .pd-spec-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.product-description-body .pd-perf-table th,.product-description-body .pd-spec-table th{text-align:left;padding:14px 22px;border-bottom:1px solid rgba(15,81,87,.06);font-size:14.5px}.product-description-body .pd-perf-table td,.product-description-body .pd-spec-table td{text-align:left;padding:14px 22px;border-bottom:1px solid rgba(15,81,87,.06)}.product-description-body .pd-perf-table td{font-size:14.5px}.product-description-body .pd-perf-table tr:last-child td,.product-description-body .pd-perf-table tr:last-child th,.product-description-body .pd-spec-table tr:last-child td,.product-description-body .pd-spec-table tr:last-child th{border-bottom:0}.product-description-body .pd-spec-table th{width:42%;color:#5b6b6e;font-weight:600;background:#fafbfb}.product-description-body .pd-spec-table td{font-weight:700;color:var(--teal-dark, #082c30);font-size:15px}.product-description-body .pd-spec-table tr:hover td,.product-description-body .pd-spec-table tr:hover th{background:#f6faf9}.product-description-body .pd-perf-table thead th{background:linear-gradient(180deg,#f4f7f7 0,#fff 100%);color:var(--teal-dark, #082c30);font-family:"Archivo",sans-serif;font-weight:800;font-size:11.5px;text-transform:uppercase;letter-spacing:1.2px;padding:16px 22px}.product-description-body .pd-perf-table tbody td strong{font-family:"Archivo",sans-serif;font-weight:800;color:var(--teal-dark, #082c30);font-size:15.5px}.product-description-body .pd-perf-table tr:hover td{background:#f9fcfb}.product-description-body .pd-table-foot{margin-top:14px;padding:12px 16px;background:#f4f7f7;border-radius:10px;font-size:13.5px}.product-description-body .pd-steps li strong,.product-description-body .pd-table-foot strong{color:var(--teal-dark, #082c30)}.product-description-body .pd-tag{display:inline-block;padding:4px 10px;font-family:"Archivo",sans-serif;font-weight:700;font-size:11.5px;letter-spacing:.3px;border-radius:999px;white-space:nowrap}.product-description-body .pd-tag-rose{background:#fee2e2;color:#991b1b}.product-description-body .pd-tag-blue{background:#dbeafe;color:#1e3a8a}.product-description-body .pd-tag-green{background:#dcfce7;color:#15803d}.product-description-body .pd-inbox-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product-description-body .pd-inbox-grid li,.product-description-body .pd-steps li{display:flex;gap:14px;padding:14px 16px;background:#fff;border:1px solid rgba(15,81,87,.08);border-radius:12px}.product-description-body .pd-inbox-grid li{align-items:center;font-size:14.5px;transition:border-color 200ms,transform 200ms cubic-bezier(.2,.8,.2,1)}.product-description-body .pd-inbox-grid li:hover{border-color:rgba(15,81,87,.2);transform:translateY(-1px)}.product-description-body .pd-inbox-num{flex:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#effaf9;color:var(--teal-dark, #082c30);font-family:"Archivo",sans-serif;font-weight:800;font-size:13px;border-radius:999px}.product-description-body .pd-callout{padding:32px 32px 28px;border-radius:22px;border:1px solid;box-shadow:0 1px 2px rgba(15,81,87,.03),0 8px 24px rgba(15,81,87,.05)}.product-description-body .pd-callout-warn{background:linear-gradient(180deg,#fffbeb 0,#fff 70%);border-color:rgba(217,119,6,.22)}.product-description-body .pd-callout-danger{background:linear-gradient(180deg,#fef2f2 0,#fff 70%);border-color:rgba(217,43,25,.22)}.product-description-body .pd-callout-head{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}.product-description-body .pd-callout-head .pd-h2{margin:6px 0 0}.product-description-body .pd-callout-icon{flex:none;width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(15,81,87,.08);position:relative}.product-description-body .pd-callout-icon-warn{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.product-description-body .pd-callout-icon-warn::before{content:"!";color:#fff;font-family:"Archivo",sans-serif;font-weight:800;font-size:28px;line-height:1}.product-description-body .pd-callout-icon-danger{background:linear-gradient(135deg,#ef4444 0,#d92b19 100%)}.product-description-body .pd-callout-icon-danger::before{content:"";width:24px;height:24px;background:linear-gradient(45deg,transparent 44%,#fff 46%,#fff 54%,transparent 56%),linear-gradient(-45deg,transparent 44%,#fff 46%,#fff 54%,transparent 56%)}.product-description-body .pd-req-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 8px}.product-description-body .pd-req-card{background:#fff;border:1px solid rgba(217,119,6,.18);border-radius:14px;padding:16px 16px 14px;display:flex;flex-direction:column;gap:2px}.product-description-body .pd-req-label{font-family:"Archivo",sans-serif;font-weight:700;font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;color:#9a3412}.product-description-body .pd-req-figure{font-family:"Archivo",sans-serif;font-weight:800;font-size:24px;letter-spacing:-.8px;color:var(--teal-dark, #082c30);font-variant-numeric:tabular-nums}.product-description-body .pd-req-hint{font-size:12.5px}.product-description-body .pd-steps{list-style:none;padding:0;margin:12px 0 22px;display:flex;flex-direction:column;gap:10px}.product-description-body .pd-steps li{align-items:flex-start}.product-description-body .pd-step-num{flex:none;width:32px;height:32px;background:linear-gradient(135deg,#082c30 0,#0f5157 100%);color:#fff;font-family:"Archivo",sans-serif;font-weight:800;font-size:14px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;box-shadow:0 2px 6px rgba(15,81,87,.2)}.product-description-body .pd-steps li div{flex:1;font-size:14.5px;line-height:1.55}.product-description-body .pd-verdict-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0 8px}.product-description-body .pd-verdict{padding:18px 18px 16px;border-radius:16px;border:1px solid;display:flex;flex-direction:column;gap:4px;background:#fff}.product-description-body .pd-verdict-ok{border-color:rgba(22,163,74,.22);background:linear-gradient(180deg,#ecfdf3 0,#fff 60%)}.product-description-body .pd-verdict-warn{border-color:rgba(217,119,6,.22);background:linear-gradient(180deg,#fff8eb 0,#fff 60%)}.product-description-body .pd-verdict-no{border-color:rgba(217,43,25,.22);background:linear-gradient(180deg,#fef2f2 0,#fff 60%)}.product-description-body .pd-verdict-badge{display:inline-block;align-self:flex-start;font-family:"Archivo",sans-serif;font-weight:700;font-size:10.5px;letter-spacing:1.4px;text-transform:uppercase;padding:4px 10px;border-radius:999px}.product-description-body .pd-verdict-ok .pd-verdict-badge{background:#dcfce7;color:#15803d}.product-description-body .pd-verdict-warn .pd-verdict-badge{background:#ffedd5;color:#9a3412}.product-description-body .pd-verdict-no .pd-verdict-badge{background:#fee2e2;color:#991b1b}.product-description-body .pd-verdict-figure{font-family:"Archivo",sans-serif;font-weight:800;font-size:22px;letter-spacing:-.6px;color:var(--teal-dark, #082c30);font-variant-numeric:tabular-nums}.product-description-body .pd-verdict-text{font-size:13.5px;line-height:1.45}.product-description-body .pd-verdict-text a{color:var(--teal, #0f5157);font-weight:700}.product-description-body .pd-callout-sub{margin-top:22px;padding:20px 22px;background:#fff;border:1px solid rgba(217,119,6,.16);border-radius:14px}.product-description-body .pd-callout-sub .pd-h3{margin-top:0}.product-description-body .pd-rule-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 0}.product-description-body .pd-rule{padding:16px 18px;border-radius:14px;background:#fff;border:1px solid;display:flex;flex-direction:column;gap:4px}.product-description-body .pd-rule-ok{border-color:rgba(22,163,74,.22)}.product-description-body .pd-rule-warn{border-color:rgba(217,43,25,.22)}.product-description-body .pd-roi-list strong,.product-description-body .pd-rule strong{font-family:"Archivo",sans-serif;font-weight:700;color:var(--teal-dark, #082c30);font-size:15px}.product-description-body .pd-rule span{font-size:13.5px}.product-description-body .pd-compat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-description-body .pd-compat-card{position:relative;padding:24px 22px 20px;border-radius:18px;background:#fff;border:1px solid;box-shadow:0 1px 2px rgba(15,81,87,.03),0 6px 18px rgba(15,81,87,.05)}.product-description-body .pd-compat-yes{background:linear-gradient(180deg,#ecfdf3 0,#fff 60%);border-color:rgba(22,163,74,.2)}.product-description-body .pd-compat-maybe{background:linear-gradient(180deg,#fff8eb 0,#fff 60%);border-color:rgba(217,119,6,.2)}.product-description-body .pd-compat-no{background:linear-gradient(180deg,#fef2f2 0,#fff 60%);border-color:rgba(217,43,25,.2)}.product-description-body .pd-compat-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;font-family:"Archivo",sans-serif;font-weight:800;font-size:22px;line-height:1;margin-bottom:12px;color:#fff}.product-description-body .pd-compat-yes .pd-compat-icon{background:linear-gradient(135deg,#22c55e 0,#16a34a 100%)}.product-description-body .pd-compat-maybe .pd-compat-icon{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.product-description-body .pd-compat-no .pd-compat-icon{background:linear-gradient(135deg,#ef4444 0,#d92b19 100%)}.product-description-body .pd-compat-card h3,.product-description-body .pd-roi-head h3{font-family:"Archivo",sans-serif;font-weight:800;font-size:17px;letter-spacing:-.3px;margin:0 0 8px;color:var(--teal-dark, #082c30)}.product-description-body .pd-compat-card p{font-size:14px;line-height:1.55;color:#38484b;margin:0 0 10px}.product-description-body .pd-compat-card ul,.product-description-body .pd-ship-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.product-description-body .pd-compat-card li{position:relative;padding-left:16px;font-size:13.5px;line-height:1.45}.product-description-body .pd-compat-card li::before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:999px;background:rgba(15,81,87,.4)}.product-description-body .pd-compat-card a{color:var(--teal, #0f5157);font-weight:600}.product-description-body .pd-roi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-description-body .pd-roi-card{position:relative;padding:28px 24px 24px;border-radius:22px;background:linear-gradient(180deg,var(--tone-bg) 0%,#fff 65%);border:1px solid var(--tone-border);box-shadow:0 1px 2px rgba(15,81,87,.04),0 10px 28px rgba(15,81,87,.06);display:flex;flex-direction:column}.product-description-body .pd-roi-letter{position:absolute;top:22px;right:22px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid var(--tone-border);color:var(--tone-accent);font-family:"Archivo",sans-serif;font-weight:800;font-size:18px;border-radius:999px;box-shadow:0 2px 6px rgba(15,81,87,.06)}.product-description-body .pd-roi-head{margin-right:56px;margin-bottom:18px}.product-description-body .pd-roi-head h3{letter-spacing:-.4px;margin:0 0 4px;line-height:1.25}.product-description-body .pd-roi-sub{display:block;font-size:12.5px;color:var(--tone-fg-dim);font-weight:600}.product-description-body .pd-roi-list{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:8px}.product-description-body .pd-roi-list li{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:10px 14px;background:rgba(255,255,255,.7);border-radius:10px;font-size:13.5px}.product-description-body .pd-roi-list strong{font-weight:800;font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.product-description-body .pd-roi-break{margin-top:auto;padding:16px 18px;background:#fff;border-radius:14px;border:1px solid var(--tone-border)}.product-description-body .pd-roi-label{display:block;font-family:"Archivo",sans-serif;font-weight:700;font-size:10.5px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:2px}.product-description-body .pd-roi-figure{display:block;font-family:"Archivo",sans-serif;font-weight:800;font-size:22px;letter-spacing:-.6px;color:var(--teal-dark, #082c30);font-variant-numeric:tabular-nums;margin-bottom:4px}.product-description-body .pd-roi-foot{display:block;font-size:12.5px;color:var(--tone-fg-dim);line-height:1.4}.product-description-body .pd-ship-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-description-body .pd-ship-card{padding:22px 20px 18px;border-radius:18px;background:linear-gradient(180deg,var(--tone-bg) 0%,#fff 65%);border:1px solid var(--tone-border);box-shadow:0 1px 2px rgba(15,81,87,.03),0 6px 18px rgba(15,81,87,.05);transition:transform 220ms cubic-bezier(.2,.8,.2,1)}.product-description-body .pd-ship-card:hover{transform:translateY(-2px)}.product-description-body .pd-ship-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--tone-accent);color:#fff;margin-bottom:14px;box-shadow:0 4px 12px rgba(15,81,87,.1);position:relative}.product-description-body .pd-ship-icon::before{content:"";position:absolute;inset:8px;background:#fff;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.product-description-body .pd-ship-icon-truck::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2'/><path d='M15 18h-5'/><path d='M19 18a2 2 0 0 0 2-2v-3.6a1 1 0 0 0-.293-.7l-2.414-2.414A1 1 0 0 0 17.586 9H14v9'/><circle cx='7' cy='18' r='2'/><circle cx='17' cy='18' r='2'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2'/><path d='M15 18h-5'/><path d='M19 18a2 2 0 0 0 2-2v-3.6a1 1 0 0 0-.293-.7l-2.414-2.414A1 1 0 0 0 17.586 9H14v9'/><circle cx='7' cy='18' r='2'/><circle cx='17' cy='18' r='2'/></svg>")}.product-description-body .pd-ship-icon-pay::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='5' width='20' height='14' rx='2'/><line x1='2' y1='10' x2='22' y2='10'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='5' width='20' height='14' rx='2'/><line x1='2' y1='10' x2='22' y2='10'/></svg>")}.product-description-body .pd-ship-icon-return::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 7v6h6'/><path d='M21 17a9 9 0 0 0-15-6.7L3 13'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 7v6h6'/><path d='M21 17a9 9 0 0 0-15-6.7L3 13'/></svg>")}.product-description-body .pd-ship-icon-shield::before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/><polyline points='9 12 11 14 15 10'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/><polyline points='9 12 11 14 15 10'/></svg>")}.product-description-body .pd-ship-card h3{font-family:"Archivo",sans-serif;font-weight:800;font-size:16px;letter-spacing:-.3px;margin:0 0 10px;color:var(--teal-dark, #082c30)}.product-description-body .pd-ship-card li{position:relative;padding-left:16px;font-size:13.5px;line-height:1.45;color:#38484b}.product-description-body .pd-ship-card li::before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:999px;background:var(--tone-accent)}@media (max-width:960px){.product-description-body .pd-h2{font-size:25px}.product-description-body .pd-bento{grid-template-columns:repeat(4,1fr)}.product-description-body .pd-bento-hero{grid-column:span 4;grid-row:span 1;padding:22px 22px 20px}.product-description-body .pd-bento-hero .pd-bento-figure{font-size:60px}.product-description-body .pd-bento-wide{grid-column:span 4}.product-description-body .pd-bento-tile{grid-column:span 2}.product-description-body .pd-features,.product-description-body .pd-fitgrid,.product-description-body .pd-roi-grid{grid-template-columns:1fr}.product-description-body .pd-features .pd-feature:first-child{grid-column:auto}.product-description-body .pd-ship-grid{grid-template-columns:1fr 1fr}.product-description-body .pd-compat-grid{grid-template-columns:1fr}.product-description-body .pd-inbox-grid,.product-description-body .pd-req-grid{grid-template-columns:1fr 1fr}.product-description-body .pd-rule-grid,.product-description-body .pd-verdict-grid{grid-template-columns:1fr}}@media (max-width:560px){.product-description-body .pd-block{margin:40px 0}.product-description-body .pd-h2{font-size:22px;letter-spacing:-.4px}.product-description-body .pd-bento{grid-template-columns:1fr 1fr;gap:10px}.product-description-body .pd-bento-hero,.product-description-body .pd-bento-tile,.product-description-body .pd-bento-wide{grid-column:span 2;padding:16px 16px 14px}.product-description-body .pd-bento-figure{font-size:30px}.product-description-body .pd-bento-hero .pd-bento-figure{font-size:50px}.product-description-body .pd-inbox-grid{grid-template-columns:1fr}.product-description-body .pd-req-grid{grid-template-columns:1fr 1fr}.product-description-body .pd-ship-grid{grid-template-columns:1fr}.product-description-body .pd-callout{padding:22px 18px 20px}.product-description-body .pd-callout-head{flex-direction:row;align-items:center;gap:12px}.product-description-body .pd-callout-icon{width:40px;height:40px;border-radius:12px}.product-description-body .pd-callout-icon-warn::before{font-size:22px}.product-description-body .pd-feature{padding:22px 22px 20px}.product-description-body .pd-feature h3{font-size:18px;max-width:100%}.product-description-body .pd-feature-num{font-size:34px;top:16px;right:18px}.product-description-body .pd-perf-table td,.product-description-body .pd-perf-table th,.product-description-body .pd-spec-table td,.product-description-body .pd-spec-table th{padding:11px 14px;font-size:13.5px}.product-description-body .pd-roi-card{padding:22px 20px 20px}.product-description-body .pd-roi-letter{top:18px;right:18px;width:38px;height:38px;font-size:16px}}.breadcrumbs,.share-label{color:#4b5563}.breadcrumbs a,.product-description-body .pd-feature>p{color:#1d3438}.cm-nav-link.sale{color:#c1281b}.cm-nav-link.sale:hover{color:#d92b19}.product-description-body .pd-roi-label{color:var(--tone-fg)}.product-description-body .pd-eyebrow{color:#0a4147}.product-description-body .pd-bento-foot,.product-description-body .pd-req-hint,.product-description-body .pd-roi-foot,.product-description-body .pd-roi-list span,.product-description-body .pd-rule span,.product-description-body .pd-section-lead,.product-description-body .pd-table-foot,.product-description-body .pd-verdict-text,.review-form .form-help,.review-form label small{color:#475569}.product-card-qty-btn{width:32px;height:32px;font-size:17px}