.cv-footer{background:var(--cv-footer-bg, #0B2545);color:var(--cv-footer-text, #ffffff);padding:4rem 0 2rem;font-family:Inter,system-ui,-apple-system,sans-serif}.cv-footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:3rem 2rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}@media(max-width:989px){.cv-footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem}}@media(max-width:599px){.cv-footer__grid{grid-template-columns:1fr}.cv-footer{padding:3rem 0 1.5rem}}.cv-footer__brand{display:flex;flex-direction:column;gap:1rem}.cv-footer__logo-link{display:inline-block}.cv-footer__logo{max-width:180px;height:auto;width:auto;display:block}.cv-footer__brandname{font-size:1.25rem;font-weight:800;color:inherit;text-decoration:none;letter-spacing:-.01em}.cv-footer__description{font-size:.875rem;line-height:1.55;opacity:.8;margin:0;max-width:22rem}.cv-footer__payments{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.cv-footer__payment{display:inline-flex;background:#fff;border-radius:4px;padding:.3rem .4rem}.cv-footer__payment-svg{width:32px;height:20px;display:block}.cv-footer__heading{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:inherit;margin:0 0 1.25rem;opacity:.7}.cv-footer__menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.cv-footer .cv-footer__link,.cv-footer .cv-footer__link:visited{color:inherit!important;text-decoration:none!important;font-size:.875rem;line-height:1.4;opacity:.85;transition:color .15s ease,opacity .15s ease}.cv-footer .cv-footer__link:hover{color:var(--cv-footer-accent, #E8853A)!important;opacity:1}.cv-footer__bottom{padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;font-size:.75rem;opacity:.7}@media(max-width:599px){.cv-footer__bottom{flex-direction:column;align-items:flex-start}}.cv-footer__copy{display:inline-flex;flex-wrap:wrap;gap:.5rem}.cv-footer__legal:before{content:"\b7  ";opacity:.5}.cv-footer__policies{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.25rem}.cv-product{--cv-navy: #0B2545;--cv-orange: #E8853A;--cv-text: #1A1A1A;--cv-muted: #6b6b6b;--cv-border: #e8e4dc;--cv-tile-bg: #f6f2ea;--cv-green: #2b8a3e;background:#fff;padding:3rem 0 4rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--cv-text)}.cv-product__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:4rem;align-items:start}@media(max-width:989px){.cv-product__grid{grid-template-columns:1fr;gap:2rem}.cv-product{padding:2rem 0 3rem}}.cv-product__media{display:flex;flex-direction:column;gap:1rem;position:sticky;top:2rem}@media(max-width:989px){.cv-product__media{position:static}}.cv-product__media-main{background:var(--cv-tile-bg);border-radius:12px;overflow:hidden;aspect-ratio:1 / 1;position:relative}.cv-product__media-main>img,.cv-product__media-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:2.5rem;box-sizing:border-box;display:block}.cv-product__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.cv-product__thumb{width:72px;height:72px;background:var(--cv-tile-bg);border:2px solid transparent;border-radius:6px;padding:6px;cursor:pointer;transition:border-color .15s ease;display:block}.cv-product__thumb:hover{border-color:#0b254533}.cv-product__thumb.is-active{border-color:var(--cv-navy)}.cv-product__thumb img{width:100%;height:100%;object-fit:contain;display:block}.cv-product__info{display:flex;flex-direction:column;gap:1.25rem}.cv-product__topbadge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#2b8a3e14;color:var(--cv-green);border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;align-self:flex-start;margin:0}.cv-product__topbadge-dot{width:6px;height:6px;border-radius:50%;background:var(--cv-green);box-shadow:0 0 0 3px #2b8a3e26}.cv-product .cv-product__title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;letter-spacing:-.01em;line-height:1.2;color:var(--cv-navy);margin:0;text-transform:none}.cv-product__rating{display:inline-flex;align-items:center;gap:.5rem}.cv-product__stars{display:inline-flex;color:var(--cv-orange);gap:1px}.cv-product__rating-text{font-size:.8125rem;color:var(--cv-muted)}.cv-product__price-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:.625rem;padding-top:.5rem;border-top:1px solid var(--cv-border);margin-top:.25rem}.cv-product__price{font-size:2rem;font-weight:800;color:var(--cv-navy);letter-spacing:-.02em;line-height:1}.cv-product__price-compare{font-size:1rem;color:var(--cv-muted);text-decoration:line-through}.cv-product__tax-note{font-size:.75rem;color:var(--cv-muted);margin-left:.25rem}.cv-product__stock{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--cv-green);font-weight:500}.cv-product__stock-dot{width:8px;height:8px;border-radius:50%;background:var(--cv-green);box-shadow:0 0 0 3px #2b8a3e2e}.cv-product__stock--out{color:#b23a3a}.cv-product__form{display:flex;flex-direction:column;gap:.875rem;margin-top:.25rem}.cv-product__variants{display:flex;flex-direction:column;gap:.75rem}.cv-product__variant-label{display:block;font-size:.8125rem;font-weight:600;color:var(--cv-navy);margin-bottom:.375rem}.cv-product__variant-select{width:100%;padding:.75rem .875rem;border:1px solid var(--cv-border);border-radius:6px;background:#fff;font-size:.9375rem;font-family:inherit;color:var(--cv-text);cursor:pointer}.cv-product__cart-row{display:flex;gap:.5rem;align-items:stretch}.cv-product__qty{display:inline-flex;align-items:center;border:1px solid var(--cv-border);border-radius:6px;background:#fff;overflow:hidden;flex-shrink:0}.cv-product__qty-btn{width:42px;height:100%;min-height:52px;background:transparent;border:0;color:var(--cv-navy);font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .15s ease;font-family:inherit}.cv-product__qty-btn:hover{background:var(--cv-tile-bg)}.cv-product__qty-input{width:44px;height:100%;border:0;background:transparent;text-align:center;font-size:.9375rem;font-weight:600;color:var(--cv-navy);font-family:inherit;outline:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cv-product__qty-input::-webkit-outer-spin-button,.cv-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cv-product__add-btn{flex:1;min-height:52px;padding:0 1.5rem;background:var(--cv-orange);color:#fff;border:0;border-radius:6px;font-size:.9375rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .15s ease}.cv-product__add-btn:hover:not(:disabled){background:#d97528;transform:translateY(-1px)}.cv-product__add-btn:disabled{background:#ccc;cursor:not-allowed}.cv-product__dynamic-checkout{display:flex;flex-direction:column}.cv-product__dynamic-checkout .shopify-payment-button__button{border-radius:6px!important;min-height:48px!important;font-weight:600!important}.cv-product__usps{list-style:none;padding:1rem 1.25rem;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.75rem;background:var(--cv-tile-bg);border-radius:8px}.cv-product__usp{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--cv-text)}.cv-product__usp-icon{display:inline-flex;color:var(--cv-navy);flex-shrink:0}.cv-product__accordions{display:flex;flex-direction:column;margin-top:.5rem}.cv-product__accordion{border-bottom:1px solid var(--cv-border)}.cv-product__accordion:first-child{border-top:1px solid var(--cv-border)}.cv-product__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-size:.9375rem;font-weight:600;color:var(--cv-navy);cursor:pointer;list-style:none;text-transform:none;letter-spacing:0}.cv-product__accordion-summary::-webkit-details-marker{display:none}.cv-product__accordion-summary:hover{color:var(--cv-orange)}.cv-product__accordion-icon{color:var(--cv-navy);transition:transform .2s ease;flex-shrink:0}.cv-product__accordion[open] .cv-product__accordion-icon{transform:rotate(45deg);color:var(--cv-orange)}.cv-product__accordion-body{padding:0 0 1.25rem;font-size:.9375rem;line-height:1.6;color:var(--cv-text)}.cv-product__accordion-body p{margin:0 0 .75rem}.cv-product__accordion-body p:last-child{margin-bottom:0}.cv-product__accordion-body ul,.cv-product__accordion-body ol{margin:0 0 .75rem;padding-left:1.25rem}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map?subset=AAAQAg */
