:root{--hw-navy:#073672;--hw-navy-dark:#042350;--hw-gold:#FAC523;--hw-gold-soft:#FFF3D0;--hw-off-white:#F5F6FA;--hw-text:#1A1D2B;--hw-text-2:#4A4E5E;--hw-text-3:#8A8E9E;--hw-border:#E4E6EC;--hw-green:#2ECC71;--hw-r:12px}.hw-homepage{font-family:var(--font-body-family);color:var(--hw-text);-webkit-font-smoothing:antialiased}.hw-homepage h1,.hw-homepage h2,.hw-homepage h3{font-family:var(--font-heading-family);font-weight:800;text-transform:uppercase;margin:0}.hw-homepage h2 em{font-style:normal;color:var(--hw-navy)}.hw-homepage img{max-width:100%;display:block}.hw-homepage a{text-decoration:none;color:inherit}.hw-pw{max-width:1280px;margin:0 auto;padding:0 24px}.hw-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:all .2s;font-family:var(--font-body-family)}.hw-btn-gold{background:var(--hw-gold);color:var(--hw-navy-dark)}.hw-btn-gold:hover{background:#e6b41f;transform:translateY(-1px)}.hw-btn-outline{background:transparent!important;color:#fac523!important;border:1.5px solid #FAC523!important}.hw-btn-outline:hover{background:#fac5231a!important;color:#fac523!important;border-color:#fac523!important}.hw-btn-navy{background:var(--hw-navy);color:#fff!important}.hw-btn-navy:hover{background:var(--hw-navy-dark)}.hw-sec-title{text-align:center;margin-bottom:48px}.hw-sec-title h2{font-size:38px;letter-spacing:-.3px}.hw-sec-bar{width:48px;height:4px;background:var(--hw-gold);border-radius:2px;margin:16px auto 0}.hw-hero{position:relative;min-height:560px;display:flex;align-items:center;background:linear-gradient(135deg,var(--hw-navy-dark),var(--hw-navy) 50%,#0a4a9e);overflow:hidden;padding-top:120px;border-top:4px solid var(--hw-gold);margin-top:0}.hw-hero-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hw-hero-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(250,197,35,.18),transparent 70%);top:-100px;right:-100px;pointer-events:none}.hw-hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;pointer-events:none}.hw-hero-content{position:relative;z-index:2;max-width:600px}.hw-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#fac52326;border:1px solid rgba(250,197,35,.3);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--hw-gold);margin-bottom:24px;text-transform:uppercase;letter-spacing:1px}.hw-hero h1{font-size:52px;line-height:1.05;color:#fff;margin-bottom:20px;letter-spacing:-.5px}.hw-hero h1 em{font-style:normal;color:var(--hw-gold)}.hw-hero p{font-size:17px;line-height:1.65;color:#ffffffb3;margin-bottom:32px;max-width:480px}.hw-hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hw-hero-stats{display:flex;gap:40px;margin-top:48px}.hw-stat-val{font-family:var(--font-heading-family);font-size:32px;font-weight:800;color:var(--hw-gold)}.hw-stat-lbl{font-size:12px;color:#ffffff8c;text-transform:uppercase;letter-spacing:1px;margin-top:2px}.hw-trust{background:#fff;border-bottom:1px solid var(--hw-border);padding:20px 0}.hw-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hw-trust-item{display:flex;align-items:center;gap:12px;padding:12px 16px}.hw-trust-ic{width:44px;height:44px;border-radius:10px;background:var(--hw-gold-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}.hw-trust-ic img{width:22px;height:22px;object-fit:contain}.hw-trust-item h4{font-size:13px;font-weight:700;margin-bottom:2px;font-family:var(--font-body-family);text-transform:none}.hw-trust-item p{font-size:12px;color:var(--hw-text-3);line-height:1.4;margin:0}.hw-cats{padding:80px 0;background:var(--hw-off-white)}.hw-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hw-cat{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;cursor:pointer;background:#111;display:block;min-height:260px}.hw-cat-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1;transition:transform .5s,opacity .3s}.hw-cat:hover .hw-cat-bg{transform:scale(1.05);opacity:.85}.hw-cat-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.1) 50%,transparent 100%);transition:background .3s}.hw-cat:hover .hw-cat-ov{background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.15) 50%,transparent 100%)}.hw-cat-txt{position:absolute;bottom:0;left:0;right:0;padding:20px 24px;z-index:2}.hw-cat-txt h3{font-size:22px;font-weight:700;color:#fff;letter-spacing:0;text-shadow:0 2px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5)}.hw-cat:hover .hw-cat-txt h3{color:#fff}.hw-cat-txt span{font-size:12px;color:#ffffffe6;text-transform:uppercase;letter-spacing:1px;margin-top:4px;display:block;text-shadow:0 2px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5)}.hw-cat:hover .hw-cat-txt span{color:#ffffffe6}.hw-prods{padding:80px 0}.hw-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hw-prod{background:#fff;border:1px solid var(--hw-border);border-radius:var(--hw-r);overflow:hidden;transition:transform .25s,box-shadow .25s;cursor:pointer;position:relative;display:flex;flex-direction:column}.hw-prod:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0736721a}.hw-prod-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--hw-gold);color:var(--hw-navy-dark);font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase}.hw-prod-img{aspect-ratio:1;background:var(--hw-off-white);display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.hw-prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hw-prod:hover .hw-prod-img img{transform:scale(1.05)}.hw-prod-img-ph{width:100%;height:100%;background:var(--hw-border);display:flex;align-items:center;justify-content:center;color:var(--hw-text-3);font-size:14px;font-weight:600}.hw-prod-info{padding:16px 16px 0;flex:1}.hw-prod-sku{font-size:11px;color:var(--hw-text-3);font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.hw-prod-name{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:10px;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-body-family);text-transform:none;color:var(--hw-text)}a.hw-prod-name{text-decoration:none}.hw-prod-price-row{display:flex;align-items:baseline;gap:8px}.hw-prod-price{font-family:var(--font-heading-family);font-size:22px;font-weight:700;color:var(--hw-navy);text-transform:none}.hw-prod-price-old{font-size:14px;color:var(--hw-text-3);text-decoration:line-through}.hw-prod-stock{display:flex;align-items:center;gap:5px;margin-top:8px;font-size:12px;color:var(--hw-green);font-weight:500}.hw-prod-stock:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.hw-prod-action{padding:12px 16px 16px}.hw-prod-qb{background:var(--hw-navy);color:#fff;border:none;padding:12px 0;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:background .2s;font-family:var(--font-body-family)}.hw-prod-qb:hover{background:var(--hw-navy-dark)}.hw-all-btn{text-align:center;margin-top:40px}.hw-brands{padding:80px 0;background:var(--hw-off-white)}.hw-brands-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.hw-brands-left h2{font-size:36px;margin-bottom:16px;line-height:1.1}.hw-brands-left h2 em{font-style:normal;color:var(--hw-navy)}.hw-brands-sub{font-family:var(--font-heading-family);font-size:13px;font-weight:700;color:var(--hw-gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.hw-brands-left p{font-size:15px;color:var(--hw-text-2);line-height:1.7}.hw-brands-right{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hw-brand-card{background:#fff;border-radius:var(--hw-r);padding:16px;display:flex;align-items:center;justify-content:center;min-height:160px;transition:box-shadow .25s,transform .25s;border:1px solid var(--hw-border)}.hw-brand-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.hw-brand-card img{max-width:100%;max-height:100%;object-fit:contain;width:100%;height:100%;padding:12px}.hw-brand-card span{font-family:var(--font-heading-family);font-size:18px;font-weight:700;color:var(--hw-text);text-transform:uppercase}.hw-why{padding:60px 0;background:var(--hw-navy)}.hw-why>div>h2{font-size:32px;color:#fff;text-align:center}.hw-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.hw-why-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--hw-r);padding:24px;text-align:center}.hw-why-ic{width:52px;height:52px;border-radius:12px;background:#fac52326;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px}.hw-why-ic img{width:24px;height:24px;object-fit:contain}.hw-why-card h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px;font-family:var(--font-body-family);text-transform:none}.hw-why-card p{font-size:13px;color:#fff9;line-height:1.5;margin:0}.hw-dbanner{position:relative;min-height:360px;display:flex;align-items:center;overflow:hidden;background:var(--hw-navy-dark)}.hw-dbanner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hw-navy);background-size:cover;background-position:center;opacity:.25}.hw-dbanner-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:#042350b3}.hw-dbanner-content{position:relative;z-index:2;text-align:center;width:100%;padding:60px 24px}.hw-dbanner h2{font-size:42px;color:#fff;margin-bottom:16px;line-height:1.1}.hw-dbanner h2 em{font-style:normal;color:var(--hw-gold)}.hw-dbanner p{font-size:16px;color:#ffffffa6;margin-bottom:28px;max-width:520px;margin-left:auto;margin-right:auto}.hw-about{padding:80px 0;background:var(--hw-off-white)}.hw-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hw-about-img{border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:var(--hw-navy);display:flex;align-items:center;justify-content:center}.hw-about-img-ph{font-family:var(--font-heading-family);font-size:48px;font-weight:800;color:var(--hw-gold);text-align:center;line-height:1.2;padding:40px;text-transform:uppercase}.hw-about-content h2{font-size:36px;margin-bottom:16px}.hw-about-text{font-size:15px;color:var(--hw-text-2);line-height:1.7}.hw-about-text p{margin-bottom:12px}.hw-usp-list{margin-top:24px;display:flex;flex-direction:column;gap:12px}.hw-usp{display:flex;gap:12px;align-items:flex-start}.hw-usp-ck{width:24px;height:24px;border-radius:6px;background:var(--hw-gold-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--hw-navy);font-weight:700;font-size:14px}.hw-usp p{font-size:14px;color:var(--hw-text-2);line-height:1.5;margin:0}.hw-usp strong{color:var(--hw-text)}.hw-testi{padding:80px 0}.hw-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hw-tcard{background:#fff;border:1px solid var(--hw-border);border-radius:var(--hw-r);padding:28px;transition:box-shadow .25s}.hw-tcard:hover{box-shadow:0 8px 24px #0000000f}.hw-stars{display:flex;gap:2px;margin-bottom:16px;color:var(--hw-gold);font-size:16px}.hw-tquote{font-size:14px;color:var(--hw-text-2);line-height:1.65;margin-bottom:20px;font-style:italic}.hw-tauthor{display:flex;align-items:center;gap:12px}.hw-tavatar{width:40px;height:40px;border-radius:50%;background:var(--hw-navy);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-weight:700;color:var(--hw-gold);font-size:14px;flex-shrink:0;text-transform:uppercase}.hw-tauthor h5{font-size:13px;font-weight:600;margin:0}.hw-tauthor p{font-size:12px;color:var(--hw-text-3);margin:0}.hw-faq{padding:80px 0;background:var(--hw-off-white)}.hw-faq-list{max-width:760px;margin:0 auto}.hw-faq-item{background:#fff;border:1px solid var(--hw-border);border-radius:var(--hw-r);margin-bottom:8px;overflow:hidden}.hw-faq-q{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;cursor:pointer;font-weight:600;font-size:15px;-webkit-user-select:none;user-select:none}.hw-faq-q:hover{background:#07367205}.hw-faq-q span{font-size:18px;color:var(--hw-text-3);transition:transform .3s;flex-shrink:0}.hw-faq-item.open .hw-faq-q span{transform:rotate(180deg)}.hw-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.hw-faq-item.open .hw-faq-a{max-height:300px}.hw-faq-a p{padding:0 24px 20px;font-size:14px;color:var(--hw-text-2);line-height:1.7;margin:0}.hw-nl{padding:80px 0;background:var(--hw-navy);text-align:center}.hw-nl h2{font-size:36px;color:#fff;margin-bottom:8px}.hw-nl>div>p{color:#fff9;font-size:15px;margin-bottom:28px}.hw-nl-form{display:flex;max-width:480px;margin:0 auto;gap:8px}.hw-nl-input{flex:1;padding:14px 18px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;border-radius:8px;color:#fff;font-size:14px;font-family:var(--font-body-family)}.hw-nl-input::placeholder{color:#fff6}.hw-nl-input:focus{outline:none;border-color:var(--hw-gold)}.hw-fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s,transform .6s}.hw-fade-up.hw-vis{opacity:1;transform:translateY(0)}body.template-index .shopify-section-group-header-group .header-wrapper{background:#021a3a!important;border-bottom:3px solid var(--hw-gold)!important;box-shadow:0 4px 20px #00000080!important}body.template-index .shopify-section-group-header-group .header__icon svg,body.template-index .shopify-section-group-header-group .header__icon path,body.template-index .shopify-section-group-header-group .icon-header-cart,body.template-index .shopify-section-group-header-group .header__icon *{color:#fff!important;stroke:#fff!important;fill:none!important}@media(max-width:990px){.hw-brands-grid{grid-template-columns:1fr}.hw-hero h1{font-size:38px}.hw-cat-grid,.hw-prod-grid{grid-template-columns:repeat(2,1fr)}.hw-about-grid{grid-template-columns:1fr}.hw-trust-grid,.hw-why-grid{grid-template-columns:repeat(2,1fr)}.hw-test-grid{grid-template-columns:1fr}.hw-hero-stats{gap:24px}}@media(max-width:540px){.hw-brands-right{grid-template-columns:repeat(2,1fr)}.hw-cat-grid{grid-template-columns:1fr}.hw-cat{min-height:200px}.hw-trust-grid{grid-template-columns:1fr}.hw-hero h1{font-size:30px}.hw-hero-btns,.hw-nl-form{flex-direction:column}.hw-hero-stats{flex-direction:column;gap:12px}.hw-why-grid{grid-template-columns:1fr}.hw-dbanner h2{font-size:28px}.hw-prod-grid{grid-template-columns:repeat(2,1fr)}}body.template-index .header svg path[fill],body.template-index .header svg path,body.template-index .header svg circle,body.template-index .header svg g,body.template-index .header__icon svg *,body.template-index .header__icons svg *,body.template-index account-icon svg *,body.template-index .header__search svg *,body.template-index details-modal svg *{fill:#fff!important;stroke:#fff!important;color:#fff!important}body.template-index .header__icon .cart-count-bubble{background:var(--hw-gold)!important;color:var(--hw-navy-dark)!important}body.template-index .header__inline-menu .header__menu-item,body.template-index .header__inline-menu a,body.template-index .header nav a{font-family:var(--font-body-family)!important;font-weight:500!important;font-size:14px!important;letter-spacing:.3px!important}.hw-nl-privacy{font-size:12px;color:#ffffff80;margin-top:12px}.hw-nl-privacy a{color:#ffffffb3;text-decoration:underline}.hw-nl-privacy a:hover{color:#fff}.footer{margin-top:0!important}.shopify-section-group-footer-group{margin-top:0!important;padding-top:0!important}.shopify-section-group-footer-group .shopify-section:first-child{margin-top:0!important}.footer .footer__content-top:empty{display:none!important;padding:0!important;margin:0!important;min-height:0!important;height:0!important}.footer .footer__content-top{padding:0!important;margin:0!important;min-height:0!important}.footer .footer__content-bottom{border-top:1px solid rgba(255,255,255,.1)!important;border-bottom:none!important}.footer,.footer *{border-color:#ffffff1a!important}.footer{border-top:none!important;border-bottom:none!important}.shopify-section-group-footer-group,.shopify-section-group-footer-group .shopify-section{border-top:none!important}.shopify-section-group-header-group .header-wrapper{background:#021a3a!important;border-bottom:3px solid var(--hw-gold)!important;box-shadow:0 4px 20px #00000080!important}.header__inline-menu .header__menu-item,.header__inline-menu a,.header nav a{color:#fff!important;font-family:var(--font-body-family)!important;font-weight:500!important;font-size:14px!important}.header__inline-menu .header__menu-item:hover,.header__inline-menu a:hover{color:var(--hw-gold)!important}.header__icons svg path,.header__icons svg circle,.header__icons svg g,.header__icon svg path{fill:#fff!important;stroke:#fff!important}.header__heading-link .h2{color:#fff!important}.collection .card__media img,.template-collection .card__media img{width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important}.collection .card__media,.template-collection .card__media{padding:0!important}.collection .media img,.template-collection .media img{object-fit:cover!important}.header-wrapper{--color-background:2,23,58 !important;--gradient:none !important;background:#021a3a!important;border-bottom:3px solid #FAC523!important;box-shadow:0 4px 20px #00000080!important}.header-wrapper *{--color-foreground:255,255,255 !important}.header__menu-item,.header__menu-item span{color:#fff!important}.header__icon svg path,.header__icon svg circle,.header__icon svg g{fill:#fff!important}.list-menu--inline .list-menu__item,.list-menu--inline a,.header__inline-menu .list-menu__item{color:#fff!important}.list-menu--inline .list-menu__item:hover,.list-menu--inline a:hover{color:#fac523!important}.header__heading-link,.header__heading-link *{color:#fff!important}.custom-filter-layout .collapsible-content summary,.custom-filter-layout .accordion summary,.custom-filter-layout details summary span,.custom-filter-layout .collapsible-content .accordion__content *{color:#fff!important}.collapsible-content .accordion{background:transparent!important;border:none!important}.collapsible-content .accordion details{background:#fff!important;border-radius:10px!important;margin-bottom:10px!important;overflow:hidden!important;border:none!important}.collapsible-content .accordion details summary{padding:16px 20px!important;font-weight:600!important;font-size:15px!important;color:var(--hw-text)!important;background:#fff!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.collapsible-content .accordion details summary .icon-caret{color:var(--hw-gold)!important}.collapsible-content .accordion details .accordion__content{padding:0 20px 16px!important;color:var(--hw-text-2)!important;font-size:14px!important;line-height:1.7!important}.collapsible-content .accordion details .accordion__content p{color:var(--hw-text-2)!important}.collapsible-content .accordion details:not([open]) .accordion__content{display:none!important}.collapsible-content .accordion details[open] summary{border-bottom:1px solid var(--hw-border)!important}.hw-prod-img{position:relative}.hw-prod-img-primary,.hw-prod-img-secondary{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.hw-prod-img-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.hw-prod:hover .hw-prod-img-primary{opacity:0}.hw-prod:hover .hw-prod-img-secondary{opacity:1}.hw-prod:hover .hw-prod-img img{transform:none}.menu-drawer,.menu-drawer *,.menu-drawer__menu li a,.menu-drawer__menu-item,.header-drawer__menu li a,.menu-drawer summary span,.menu-drawer .menu-drawer__menu-item span{color:var(--hw-navy)!important;fill:var(--hw-navy)!important}.menu-drawer__utility-links a,.menu-drawer__utility-links span,.menu-drawer__utility-links *{color:var(--hw-navy)!important}.menu-drawer,.header__icon--menu .icon-hamburger path,.header__icon--menu svg path{stroke:#fff!important}.menu-drawer{background:#fff!important}.menu-drawer .list-social__link svg path{fill:var(--hw-navy)!important;stroke:none!important}@media screen and (max-width:990px){.hw-trust{display:none!important}}.collection-hero{background:#073672!important;padding:48px 0 40px!important;border-bottom:3px solid #FAC523!important}.collection-hero__inner{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.collection-hero__title{font-family:var(--font-heading-family)!important;font-weight:800!important;text-transform:uppercase!important;font-size:42px!important;color:#fff!important}.collection-hero__description,.collection-hero__description *{color:#ffffffb3!important;font-size:15px!important}.tzn-breadcrumbs{background:#073672!important;padding:16px 0 0!important;border:none!important}.tzn-breadcrumbs a,.tzn-breadcrumbs span,.tzn-breadcrumbs *{color:#fff9!important;font-size:13px!important}.tzn-breadcrumbs a:hover{color:#fac523!important}.collection .facets-container,.template-collection .facets-container{background:#fff!important;border:1px solid #E4E6EC!important;border-radius:12px!important;padding:12px 20px!important;margin-bottom:32px!important;box-shadow:0 2px 8px #0000000a!important}.facets__disclosure .disclosure__button{border:1px solid #E4E6EC!important;border-radius:8px!important;padding:8px 16px!important;font-size:13px!important;background:#fff!important}.facets__disclosure .disclosure__button:hover{border-color:#073672!important}.collection .card-wrapper,.template-collection .card-wrapper{border:1px solid #E4E6EC!important;border-radius:12px!important;overflow:hidden!important;transition:transform .25s,box-shadow .25s!important;background:#fff!important}.collection .card-wrapper,.template-collection .card-wrapper{border:1px solid #E4E6EC!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;transition:transform .25s,box-shadow .25s!important;display:flex!important;flex-direction:column!important}.collection .card-wrapper:hover,.template-collection .card-wrapper:hover{transform:translateY(-4px)!important;box-shadow:0 12px 32px #0736721a!important}.collection .card__inner,.template-collection .card__inner{border:none!important;border-radius:12px 12px 0 0!important;box-shadow:none!important;background:transparent!important;overflow:hidden!important}.collection .card,.template-collection .card{border:none!important;box-shadow:none!important;background:transparent!important}.collection .card__content,.template-collection .card__content{padding:14px 16px 16px!important;background:#fff!important}.collection .card__inner>.card__content,.template-collection .card__inner>.card__content{display:none!important}.card__sku-stock-row{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:6px!important;gap:8px!important}.product__sku{font-size:12px!important;font-weight:600!important;color:#8a8e9e!important;letter-spacing:.5px!important;text-transform:uppercase!important;margin:0!important;padding:0!important}.card__stock-badge{font-size:11px!important;font-weight:600!important;white-space:nowrap!important}.card__stock-badge--in{color:#2ecc71!important}.card__stock-badge--out{color:#e74c3c!important}.card__sku-stock-row+h3:before{content:""!important;display:block!important;height:2px!important;background:#073672!important;width:32px!important;margin-bottom:8px!important}.collection .card__heading,.template-collection .card__heading{font-family:var(--font-heading-family)!important;font-size:15px!important;font-weight:700!important;line-height:1.3!important;text-transform:uppercase!important;color:#1a1d2b!important;min-height:40px!important;letter-spacing:.3px!important;margin-bottom:4px!important}.collection .card-information,.template-collection .card-information{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:4px!important;padding:0!important;gap:8px!important}.collection .price-item,.template-collection .price-item{font-family:var(--font-heading-family)!important;font-size:24px!important;font-weight:700!important;color:#1a1d2b!important}.collection .card--horizontal__quick-add,.template-collection .card--horizontal__quick-add{background:#fac523!important;color:#042350!important;border:none!important;border-radius:50%!important;width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;overflow:hidden!important;flex-shrink:0!important}.collection .card--horizontal__quick-add:hover,.template-collection .card--horizontal__quick-add:hover{background:#e6b41f!important;transform:scale(1.1)!important}.collection .card--horizontal__quick-add span,.template-collection .card--horizontal__quick-add span{font-size:0!important;line-height:0!important;width:0!important;overflow:hidden!important}.collection .card--horizontal__quick-add svg,.template-collection .card--horizontal__quick-add svg{width:18px!important;height:18px!important;display:block!important}.collection .card__media img,.template-collection .card__media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:16px!important;transition:transform .4s!important}.collection .card-wrapper:hover .card__media img,.template-collection .card-wrapper:hover .card__media img{transform:scale(1.05)!important}.collection .card__media .media,.template-collection .card__media .media{background:#f5f6fa!important}.template-collection .caption-with-letter-spacing,.collection .caption-with-letter-spacing{display:none!important}.template-collection .quick-add__submit,.collection .quick-add__submit,.template-collection button[name=add],.collection button[name=add]{font-size:0!important;width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;border-radius:50%!important;background:#fac523!important}.quick-add__submit span,button[name=add] span{display:none!important}.quick-add__submit svg,button[name=add] svg{width:18px!important;height:18px!important}.template-collection .card__sku-stock-row,.collection .card__sku-stock-row,.template-collection .product__sku,.collection .product__sku,.template-collection .caption-with-letter-spacing,.collection .caption-with-letter-spacing{display:none!important}.template-collection .card__content,.collection .card__content{padding-top:18px!important}.template-product .product-form__submit,.product .product-form__submit{font-size:15px!important;color:#042350!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.template-product .product-form__submit span,.product .product-form__submit span{display:inline!important;font-size:15px!important;width:auto!important;overflow:visible!important;color:#042350!important}.header__icon--cart,.header__icon--cart *,.cart-count-bubble,.cart-count-bubble *,.header__cart-total,.header__cart-total *,.cart-price,.cart-price *,a[href="/cart"],a[href="/cart"] *{color:#fff!important;fill:#fff!important;stroke:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/74/assets/homepage-redesign.css.map */
