:root{font-size:14.5px;--primary: #ab2b14;--accent: #f2a03b;--good: #0a8f62;--navy: #081229;--surface: #f7f6f4;--border: #e8e6e2}body{margin:0;padding:0;font-family:Manrope,sans-serif;background:#fff;font-size:1rem;line-height:1.5}*{box-sizing:border-box}.shell{max-width:1100px;margin:0 auto;padding:0 32px}.site-header{position:sticky;top:0;z-index:300}.util-bar{background:#1a0505;height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.util-live{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--accent);font-family:Manrope,sans-serif;font-weight:600}.live-dot{width:7px;height:7px;border-radius:50%;background:#0a8f62;animation:live-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 #0a8f6266}50%{opacity:.85;box-shadow:0 0 0 4px #0a8f6200}}.util-links{display:flex;align-items:center;gap:20px}.util-links a{color:#fff9;font-size:.8rem;text-decoration:none;font-family:Manrope,sans-serif;font-weight:500;transition:color .2s}.util-links a:hover{color:#ffffffe6}.util-divider{color:#fff3}.main-bar{background:#fff;height:64px;border-bottom:1px solid #eee;display:flex;align-items:center;padding:0 32px;gap:0}.logo-area{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo-name{font-family:Sora,sans-serif;font-weight:700;font-size:1.32rem;color:var(--primary)}.logo-img{height:36px;width:auto;display:block}.header-search-wrap{flex:0 0 auto;width:600px;margin-left:auto;margin-right:0;display:flex;align-items:stretch;border:1.5px solid var(--primary);border-radius:10px;transition:border-color .2s;position:relative;height:44px}.header-search-wrap:focus-within{border-color:var(--primary)}.shopify-search-form{display:flex;align-items:stretch;gap:0;flex:1;height:100%}.header-search-wrap input{flex:1;border:none;outline:none;padding:0 16px;font-size:1rem;font-family:Manrope,sans-serif;color:#111;background:transparent}.header-search-btn{background:var(--primary);color:#fff;border:none;padding:0 22px;font-weight:700;font-size:.94rem;cursor:pointer;font-family:Sora,sans-serif;transition:background .2s;white-space:nowrap;border-radius:0 8.5px 8.5px 0}.header-search-btn:hover{background:#8e2310}.czar-search-prompt{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:.9rem;color:#666;flex:0 0 auto;margin:0 auto 0 12px;padding:0}.czar-orb-mini{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#ab2b14,#6b1208);box-shadow:0 0 8px #ab2b144d;flex-shrink:0;animation:czar-orb-pulse 2s ease-in-out infinite}@keyframes czar-orb-pulse{0%,to{opacity:1}50%{opacity:.4}}.czar-prompt-link{color:#ab2b14;font-weight:600;text-decoration:none}.czar-prompt-link:hover{text-decoration:underline}.header-right{margin-left:0;display:flex;align-items:center;gap:8px;flex-shrink:0}.icon-btn{background:none;border:1px solid #e8e6e2;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;transition:border-color .2s,color .2s;flex-shrink:0;text-decoration:none}.icon-btn:hover{border-color:#ab2b14;color:#ab2b14}.cart-btn{border:1.5px solid var(--primary);color:var(--primary);background:#fff;padding:7px 16px;height:40px;border-radius:999px;font-weight:700;font-size:.92rem;cursor:pointer;font-family:Manrope,sans-serif;transition:background .2s,color .2s;display:flex;align-items:center;gap:4px;white-space:nowrap;text-decoration:none}.cart-btn:hover{background:var(--primary);color:#fff}.nav-bar{background:#fff;height:44px;border-bottom:1px solid #eee;display:flex;align-items:center;padding:0 32px;overflow-x:auto}.nav-bar a{font-family:Manrope,sans-serif;font-weight:600;font-size:.95rem;color:#444;text-decoration:none;padding:0 16px;height:44px;display:flex;align-items:center;border-bottom:2px solid transparent;white-space:nowrap;transition:color .2s,border-color .2s}.nav-bar a:hover{color:var(--primary)}.nav-bar a.active{color:var(--primary);border-bottom-color:var(--primary)}.nav-czarsearch:before{content:"\25cf";color:var(--accent);font-size:.5rem;margin-right:5px;vertical-align:middle}.hamburger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger-btn span{display:block;width:22px;height:2px;background:#333;border-radius:2px;transition:all .3s}.nav-dropdown{position:relative;display:flex;align-items:center;height:100%}.nav-dropdown-trigger{background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-weight:600;font-size:.95rem;color:#444;padding:0 16px;height:44px;display:flex;align-items:center;gap:4px;transition:color .2s;white-space:nowrap}.nav-dropdown-trigger:hover{color:#ab2b14}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e8e6e2;border-radius:10px;box-shadow:0 8px 24px #0000001a;min-width:160px;z-index:200;overflow:hidden}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:11px 20px;font-size:.92rem;color:#444;font-family:Manrope,sans-serif;font-weight:500;text-decoration:none;transition:background .15s,color .15s;height:auto;border-bottom:none}.nav-dropdown-menu a:hover{background:#f7f6f4;color:#ab2b14}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:500}.sidebar-overlay.open{display:block}.mobile-sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;z-index:600;transition:left .3s cubic-bezier(.16,1,.3,1);overflow-y:auto;box-shadow:4px 0 24px #0000001f}.mobile-sidebar.open{left:0}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e8e6e2}.sidebar-logo{font-family:Sora,sans-serif;font-weight:700;font-size:1.1rem;color:#ab2b14}.sidebar-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#888;padding:4px 8px}.sidebar-nav{padding:16px 0}.sidebar-link{display:block;padding:13px 24px;font-size:1rem;color:#333;font-family:Manrope,sans-serif;font-weight:500;text-decoration:none;border-bottom:1px solid #f0ede8}.sidebar-link:hover,.sidebar-link.active{color:#ab2b14;background:#fdf8f7}.sidebar-group-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 24px;background:none;border:none;border-bottom:1px solid #f0ede8;font-size:1rem;color:#333;font-family:Manrope,sans-serif;font-weight:500;cursor:pointer}.sidebar-group-trigger:hover{color:#ab2b14;background:#fdf8f7}.sidebar-group-items{display:none;background:#f7f6f4}.sidebar-group-items.open{display:block}.sidebar-sublink{display:block;padding:11px 24px 11px 40px;font-size:.92rem;color:#555;font-family:Manrope,sans-serif;font-weight:500;text-decoration:none;border-bottom:1px solid #ede9e4}.sidebar-sublink:hover{color:#ab2b14}.header-predictive-search{display:flex;position:relative;width:100%;height:100%}.header-search-results,.header-search-overlay{display:none}.header-search-reset{background:none;border:none;cursor:pointer;color:#999;font-size:1rem;padding:0 10px;height:44px;display:flex;align-items:center;transition:color .2s}.header-search-reset[hidden]{display:none!important}.header-search-reset:hover{color:#333}predictive-search.header-predictive-search[open] .header-search-results{display:block;position:absolute;top:100%;left:0;right:0;z-index:310;margin-top:4px}predictive-search.header-predictive-search[open] .header-search-results .predictive-search{position:relative;display:block;top:0;left:0;width:100%;padding-top:0;background:#fff;border:1px solid #e8e6e2;border-radius:10px;box-shadow:0 8px 32px #0000001f;overflow:hidden}predictive-search.header-predictive-search[open] .header-search-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#00000026}predictive-search.header-predictive-search[open] .shopify-search-form{position:relative;z-index:311}predictive-search.header-predictive-search .predictive-search__scroller{max-height:50vh;overflow-y:auto}predictive-search.header-predictive-search .predictive-result{padding:10px 16px;font-family:Manrope,sans-serif;font-size:.85rem;color:#333}predictive-search.header-predictive-search .predictive-result__media{flex:0 0 44px;width:44px}predictive-search.header-predictive-search .predictive-result__title{font-size:.88rem;line-height:1.3}predictive-search.header-predictive-search .predictive-result__sub-title{font-size:.78rem}predictive-search.header-predictive-search .predictive-search__item:hover,predictive-search.header-predictive-search .predictive-search__item[aria-selected=true]{background:#f7f6f4}predictive-search.header-predictive-search .predictive-search__view-all{padding:12px 16px;font-weight:600;color:var(--primary)}predictive-search.header-predictive-search .predictive-search__no-results{padding:16px;font-size:.92rem;color:#888}predictive-search.header-predictive-search .tablist{background:#fff;border-bottom:1px solid #eee}predictive-search.header-predictive-search .tablist__scroller{margin-inline-start:16px;padding:6px 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer-metrics{background:#111;padding:28px 0}.footer-metrics__row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.footer-metrics__orb-wrap{position:relative;width:52px;height:52px;flex-shrink:0}.footer-metrics__orb-core{display:block;width:52px;height:52px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#ab2b14,#6b1208);box-shadow:0 0 24px #ab2b1480,0 0 48px #ab2b1433;animation:fmOrbGlow 2.5s ease-in-out infinite}.footer-metrics__orb-mid{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border:2px solid rgba(171,43,20,.3);border-radius:50%;animation:hero-orb-spin 4s linear infinite}.footer-metrics__orb-outer{position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px;border:1px dashed rgba(171,43,20,.15);border-radius:50%;animation:hero-orb-counter 8s linear infinite}@keyframes fmOrbGlow{0%,to{box-shadow:0 0 24px #ab2b1480,0 0 48px #ab2b1433;transform:scale(1)}50%{box-shadow:0 0 32px #ab2b14b3,0 0 64px #ab2b144d;transform:scale(1.04)}}@keyframes hero-orb-spin{to{transform:rotate(360deg)}}@keyframes hero-orb-counter{to{transform:rotate(-360deg)}}.footer-metrics__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.footer-metrics__item{text-align:center}.footer-metrics__item strong{display:block;font-family:Sora,sans-serif;font-weight:800;font-size:1.6rem;color:#fff;line-height:1.2}.footer-metrics__item span{display:block;font-size:.82rem;color:#ffffff80;margin-top:4px;font-weight:500}.site-footer{background:#f7f6f4;padding:40px 0 0;color:#555}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-bottom:28px;border-bottom:1px solid var(--border)}.footer-brand{display:flex;flex-direction:column}.footer-brand__logo{display:flex;align-items:center;gap:8px;margin-bottom:6px}.footer-brand__logo svg{width:28px;height:28px;flex-shrink:0}.footer-brand__name{font-family:Sora,sans-serif;font-weight:700;font-size:1.32rem;color:var(--primary)}.footer-brand__tagline{font-size:.96rem;color:#888;margin:0 0 10px}.footer-brand__pill{display:inline-flex;align-items:center;gap:7px;background:#0a8f621a;color:#0a8f62;padding:5px 14px;border-radius:999px;font-size:.98rem;font-weight:700;margin-bottom:14px}.footer-brand__pill:before{content:"";width:8px;height:8px;border-radius:50%;background:#0a8f62}.footer-social{display:flex;gap:10px}.footer-social a{width:42px;height:42px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .2s,transform .2s}.footer-social a:hover{border-color:var(--primary);transform:translateY(-2px)}.footer-social a svg{width:22px;height:22px}.footer-col h5{color:#222;font-family:Sora,sans-serif;font-weight:600;margin:0 0 12px;font-size:.94rem;letter-spacing:.06em;text-transform:uppercase}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:7px}.footer-col a{color:#666;text-decoration:none;font-size:.98rem;transition:color .2s}.footer-col a:hover{color:var(--primary)}.footer-newsletter{padding:20px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-newsletter__text h5{color:#222;font-family:Sora,sans-serif;font-weight:600;font-size:.98rem;margin:0 0 2px}.footer-newsletter__text p{color:#888;font-size:.94rem;margin:0}.footer-newsletter__form{display:flex;gap:0;flex-shrink:0}.footer-newsletter__form input{background:#fff;border:1px solid var(--border);border-right:none;border-radius:8px 0 0 8px;padding:9px 14px;color:#222;font-size:.98rem;font-family:Manrope,sans-serif;width:220px;outline:none}.footer-newsletter__form input::placeholder{color:#bbb}.footer-newsletter__form input:focus{border-color:var(--primary)}.footer-newsletter__form button{background:var(--primary);color:#fff;border:none;padding:9px 16px;border-radius:0 8px 8px 0;font-family:Sora,sans-serif;font-weight:700;font-size:.94rem;cursor:pointer;white-space:nowrap;transition:opacity .2s}.footer-newsletter__form button:hover{opacity:.9}.footer-trust{padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-trust__group{display:flex;align-items:center;gap:8px}.footer-trust__label{font-size:.82rem;color:#aaa;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.footer-trust__badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.footer-trust__badge{background:#fff;border:1px solid var(--border);border-radius:5px;padding:4px 8px;display:flex;align-items:center;justify-content:center;min-width:44px;height:28px}.footer-trust__badge svg{height:16px;width:auto;display:block}.footer-trust__badge img{height:16px;width:auto;display:block}.copyright-bar{border-top:1px solid var(--border);padding:14px 0;text-align:center;font-size:.9rem;color:#aaa}.powered-by-czar{color:var(--primary);font-weight:600}@media(max-width:768px){.shell{padding:0 16px}.util-links{display:none}.util-bar{justify-content:center}.util-live{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.main-bar{display:grid;grid-template-columns:44px 1fr auto;grid-template-rows:auto auto auto;align-items:center;padding:8px 12px;gap:6px 0;height:auto}.hamburger-btn{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:flex-start}.logo-area{grid-column:2;grid-row:1;display:flex;justify-content:center;align-items:center}.header-right{grid-column:3;grid-row:1;display:flex;align-items:center;gap:6px;margin-left:0}.header-search-wrap{grid-column:1 / -1;grid-row:2;width:100%;margin:0}.czar-search-prompt{grid-column:1 / -1;grid-row:3;width:100%;margin:0;padding:2px 0 4px;font-size:.82rem;justify-content:center}.icon-btn{width:36px;height:36px}.cart-btn{padding:6px 10px;min-width:40px}.cart-label,.nav-bar{display:none}predictive-search.header-predictive-search[open] .header-search-results{left:-12px;right:-12px}predictive-search.header-predictive-search .predictive-result{padding:10px 12px;font-size:.88rem}predictive-search.header-predictive-search .predictive-result__media{flex:0 0 40px;width:40px}.footer-metrics{padding:20px 0}.footer-metrics__row{gap:20px}.footer-metrics__orb-wrap,.footer-metrics__orb-core{width:38px;height:38px}.footer-metrics__grid{grid-template-columns:repeat(2,1fr);gap:16px}.footer-metrics__item strong{font-size:1.2rem}.footer-metrics__item span{font-size:.72rem}.site-footer{padding:24px 0 0}.footer-top{grid-template-columns:1fr 1fr;gap:14px 12px;padding-bottom:16px}.footer-brand__logo svg{width:20px;height:20px}.footer-brand__name{font-size:1.05rem}.footer-brand__tagline{font-size:.86rem;margin-bottom:6px}.footer-brand__pill{font-size:.87rem;padding:4px 10px;margin-bottom:8px}.footer-social a{width:36px;height:36px}.footer-social a svg{width:18px;height:18px}.footer-col h5{font-size:.82rem;margin-bottom:6px}.footer-col li{margin-bottom:3px}.footer-col a{font-size:.89rem}.footer-newsletter{flex-direction:column;align-items:stretch;text-align:center;gap:8px;padding:12px 0}.footer-newsletter__text h5{font-size:.89rem}.footer-newsletter__text p{font-size:.82rem}.footer-newsletter__form{justify-content:center}.footer-newsletter__form input{width:150px;font-size:.89rem;padding:7px 10px}.footer-newsletter__form button{padding:7px 10px;font-size:.82rem}.footer-trust{justify-content:center;gap:8px;padding:10px 0}.footer-trust__label{font-size:.72rem}.footer-trust__group{gap:4px}.footer-trust__badge{padding:2px 5px;min-width:34px;height:22px}.footer-trust__badge svg,.footer-trust__badge img{height:11px}.copyright-bar{padding:8px 0;font-size:.78rem}}@media(max-width:480px){.shell{padding:0 12px}.header-right{gap:4px}.icon-btn{width:34px;height:34px}.cart-btn{padding:5px 8px;font-size:.85rem}.logo-name{font-size:1.1rem}.footer-top{grid-template-columns:1fr 1fr 1fr;gap:10px 10px;padding-bottom:12px}.footer-brand{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.footer-brand__tagline,.footer-brand__pill{margin-bottom:0}.footer-social{margin-top:0}.footer-social a{width:32px;height:32px}.footer-social a svg{width:16px;height:16px}.footer-col h5{font-size:.75rem;margin-bottom:4px}.footer-col li{margin-bottom:2px}.footer-col a{font-size:.82rem}.footer-newsletter{gap:6px;padding:10px 0}.footer-newsletter__form{flex-direction:row}.footer-newsletter__form input{width:0;flex:1;font-size:.82rem;padding:6px 8px}.footer-newsletter__form button{padding:6px 10px;font-size:.78rem}.footer-metrics__grid{grid-template-columns:repeat(4,1fr);gap:6px}.footer-metrics__item strong{font-size:1rem}.footer-metrics__item span{font-size:.62rem}.footer-trust{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:6px}.copyright-bar{padding:6px 0;font-size:.72rem}predictive-search.header-predictive-search .predictive-search__scroller{max-height:40vh}}.scz-cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:400;opacity:0;pointer-events:none;transition:opacity .3s ease}.scz-cart-overlay.is-open{opacity:1;pointer-events:auto}.scz-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:#fff;z-index:410;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 30px #0000001f}.scz-cart-drawer.is-open{transform:translate(0)}.scz-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e8e6e2;flex-shrink:0}.scz-cart-drawer__title{margin:0;font-family:Sora,sans-serif;font-weight:700;font-size:1.15rem;color:#151b28}.scz-cart-drawer__close{background:none;border:none;font-size:1.6rem;color:#666;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.scz-cart-drawer__close:hover{background:#f4f4f4;color:#111}.scz-cart-drawer__body{flex:1;overflow-y:auto;padding:0}.scz-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px;text-align:center}.scz-cart-drawer__empty p{font-family:Manrope,sans-serif;font-size:1rem;color:#888;margin:0}.scz-cart-drawer__continue{font-family:Manrope,sans-serif;font-weight:700;font-size:.88rem;color:var(--primary, #ab2b14);text-decoration:none;border:1.5px solid var(--primary, #ab2b14);border-radius:8px;padding:8px 18px;transition:background .2s,color .2s}.scz-cart-drawer__continue:hover{background:var(--primary, #ab2b14);color:#fff}.scz-cart-drawer__items{padding:0}.scz-cart-item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid #f0eeec}.scz-cart-item__image{flex:0 0 72px;width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid #e8e6e2;background:#f8f8f6}.scz-cart-item__image img{width:100%;height:100%;object-fit:cover}.scz-cart-item__details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.scz-cart-item__title{font-family:Sora,sans-serif;font-weight:600;font-size:.88rem;color:#151b28;text-decoration:none;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.scz-cart-item__title:hover{color:var(--primary, #ab2b14)}.scz-cart-item__variant{font-family:Manrope,sans-serif;font-size:.75rem;color:#999}.scz-cart-item__price{font-family:Manrope,sans-serif;font-weight:700;font-size:.88rem;color:var(--primary, #ab2b14)}.scz-cart-item__compare{font-weight:400;color:#aaa;font-size:.8rem;margin-left:6px}.scz-cart-item__qty{display:flex;align-items:center;gap:4px;margin-top:4px}.scz-cart-item__qty-btn{width:28px;height:28px;border:1px solid #e0e0e0;border-radius:6px;background:#fafafa;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;transition:border-color .2s}.scz-cart-item__qty-btn:hover{border-color:var(--primary, #ab2b14);color:var(--primary, #ab2b14)}.scz-cart-item__qty-val{font-family:Manrope,sans-serif;font-weight:700;font-size:.88rem;min-width:28px;text-align:center;color:#151b28}.scz-cart-item__remove{margin-left:auto;background:none;border:none;color:#bbb;font-size:1.2rem;cursor:pointer;padding:0 4px;transition:color .2s}.scz-cart-item__remove:hover{color:var(--primary, #ab2b14)}.scz-cart-drawer__footer{border-top:1px solid #e8e6e2;padding:16px 20px 20px;flex-shrink:0;background:#fafafa}.scz-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-family:Manrope,sans-serif;font-size:.95rem;color:#555;margin-bottom:6px}.scz-cart-drawer__subtotal strong{font-family:Sora,sans-serif;font-weight:700;font-size:1.1rem;color:#151b28}.scz-cart-drawer__note{font-family:Manrope,sans-serif;font-size:.78rem;color:#999;margin:0 0 14px}.scz-cart-drawer__checkout{display:block;text-align:center;background:var(--primary, #ab2b14);color:#fff;font-family:Manrope,sans-serif;font-weight:700;font-size:.95rem;padding:13px 20px;border-radius:10px;text-decoration:none;box-shadow:0 4px 14px #ab2b1440;transition:background .2s,transform .15s}.scz-cart-drawer__checkout:hover{background:#8f2410;transform:translateY(-1px)}.scz-cart-drawer__view-cart{display:block;text-align:center;font-family:Manrope,sans-serif;font-weight:600;font-size:.85rem;color:#666;text-decoration:none;margin-top:10px;padding:8px}.scz-cart-drawer__view-cart:hover{color:var(--primary, #ab2b14)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sparesczar-shell.css.map */
