:root{--harnz-black: #050505;--harnz-charcoal: #191715;--harnz-gold: #c89445;--harnz-gold-dark: #a87322;--harnz-gold-light: #d9ad5c;--harnz-gold-soft: #f4eadb;--harnz-pine: #d8b58a;--harnz-sage: #58735a;--harnz-border: #e8dfd2;--harnz-text: #151515;--harnz-muted: #6f6a63;--harnz-bg-soft: #fbf7f1;--harnz-white: #ffffff;--harnz-radius: 18px;--harnz-shadow-soft: 0 12px 40px rgba(0, 0, 0, .06);--harnz-shadow-gold: 0 12px 28px rgba(200, 148, 69, .35)}.harnz-section{padding:56px 0}.harnz-eyebrow{margin:0 0 10px;color:var(--harnz-gold);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.harnz-section-heading{margin-bottom:28px;text-align:center}.harnz-section-heading h2{margin:0;color:var(--harnz-text);font-size:clamp(28px,3vw,42px)}.harnz-section-heading--row{display:flex;align-items:flex-end;justify-content:space-between;text-align:left}.harnz-link{color:var(--harnz-text);font-weight:700;text-decoration:none}.harnz-link:hover{color:var(--harnz-gold)}.harnz-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 30px;border-radius:7px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.harnz-btn:hover{transform:translateY(-2px)}.harnz-btn--gold{background:linear-gradient(135deg,var(--harnz-gold-light),var(--harnz-gold-dark));color:var(--harnz-white);box-shadow:var(--harnz-shadow-gold)}.harnz-btn--gold:hover{color:var(--harnz-white);box-shadow:0 18px 36px #c8944573}.harnz-btn--outline{border:2px solid rgba(255,255,255,.85);background:#0000002e;color:var(--harnz-white)}.harnz-btn--outline:hover{background:var(--harnz-white);color:var(--harnz-black);border-color:var(--harnz-white)}.harnz-hero .harnz-btn{min-height:58px;padding:0 40px;font-size:14px;letter-spacing:.09em}.harnz-hero .harnz-btn--gold{min-height:60px;padding:0 46px}.harnz-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background:#111}.harnz-hero__media,.harnz-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.harnz-hero__image,.harnz-hero__placeholder svg{width:100%;height:100%;object-fit:cover}.harnz-hero__overlay{background:linear-gradient(90deg,#000000db,rgba(0,0,0,var(--hero-overlay)),#0000002e)}.harnz-hero__content-wrap{position:relative;z-index:2;width:100%}.harnz-hero__content{max-width:610px;color:var(--harnz-white)}.harnz-hero h1{margin:0 0 18px;color:var(--harnz-white);font-size:clamp(44px,7vw,88px);line-height:.95;text-transform:uppercase}.harnz-hero h1 em,.harnz-hero h1 strong{color:var(--harnz-gold);font-style:normal}.harnz-hero__text{max-width:530px;margin:0 0 30px;font-size:18px;line-height:1.6}.harnz-hero__buttons{display:flex;flex-wrap:wrap;gap:14px}.harnz-hero__badges{display:flex;flex-wrap:wrap;gap:18px;margin-top:32px}.harnz-mini-badge{padding:9px 13px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#ffffff14;font-size:13px}.harnz-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.harnz-category-card{overflow:hidden;border-radius:var(--harnz-radius);background:#f7f1e8;color:var(--harnz-text);text-decoration:none;box-shadow:0 8px 30px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.harnz-category-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px #0000001a}.harnz-category-card__image,.harnz-category-card__placeholder{display:block;width:100%;aspect-ratio:1 / 1.15;object-fit:cover}.harnz-category-card__label{padding:14px 8px;background:var(--harnz-white);font-size:13px;font-weight:800;text-align:center;text-transform:uppercase}.harnz-trust-strip{background:var(--harnz-black);color:var(--harnz-white)}.harnz-trust-strip__inner{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding-top:22px;padding-bottom:22px}.harnz-trust-item{display:flex;align-items:center;gap:12px}.harnz-trust-item__icon{color:var(--harnz-gold);font-size:26px;line-height:1}.harnz-trust-item strong{display:block;font-size:13px;text-transform:uppercase}.harnz-trust-item small{color:#cfc7bc}.harnz-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.harnz-product-card{color:var(--harnz-text);text-decoration:none}.harnz-product-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:14px;background:#f7f1e8}.harnz-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.harnz-product-card:hover .harnz-product-card__image{transform:scale(1.04)}.harnz-product-card__badge{position:absolute;top:10px;left:10px;padding:5px 9px;border-radius:999px;background:var(--harnz-gold);color:var(--harnz-white);font-size:11px;text-transform:uppercase}.harnz-product-card h3{margin:12px 0 4px;font-size:15px}.harnz-product-card p{margin:0;font-weight:800}.harnz-how{background:linear-gradient(#ffffff,var(--harnz-bg-soft))}.harnz-how-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.harnz-how-card{padding:26px;border:1px solid var(--harnz-border);border-radius:var(--harnz-radius);background:var(--harnz-white);text-align:center;box-shadow:0 12px 40px #0000000a}.harnz-how-card span{color:var(--harnz-gold);font-size:36px}.harnz-how-card h3{margin:14px 0 8px;font-size:16px;text-transform:uppercase}.harnz-how-card p{margin:0;color:var(--harnz-muted)}.harnz-product-personaliser,.harnz-business-portal,.harnz-corporate-section,.harnz-faq-section,.harnz-loyalty-section{box-sizing:border-box}@media(max-width:989px){.harnz-hero{min-height:590px}.harnz-category-grid,.harnz-product-grid{grid-template-columns:repeat(2,1fr)}.harnz-trust-strip__inner,.harnz-how-grid{grid-template-columns:1fr 1fr}.harnz-section-heading--row{display:block;text-align:center}}@media(max-width:640px){.harnz-section{padding:38px 0}.harnz-hero{min-height:640px;align-items:flex-end;padding-bottom:42px}.harnz-hero__overlay{background:linear-gradient(180deg,#00000059,#000000e0)}.harnz-hero h1{font-size:clamp(38px,13vw,58px)}.harnz-hero__text{font-size:16px}.harnz-hero__buttons{display:grid}.harnz-hero .harnz-btn{width:100%;min-height:56px}.harnz-category-grid{gap:12px}.harnz-trust-strip__inner,.harnz-how-grid{grid-template-columns:1fr}.harnz-product-grid{display:flex;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.harnz-product-card{min-width:72%;scroll-snap-align:start}}.harnz-header{background:#fff}.harnz-logo{width:400px}.section-header{z-index:50}.header-wrapper{background:#fffffff5;border-bottom:1px solid rgba(200,148,69,.18);box-shadow:0 6px 24px #0000000a}.header{min-height:82px}.header__heading-logo{max-height:70px;object-fit:contain}.header__menu-item,.list-menu__item{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.header__menu-item:hover,.list-menu__item:hover{color:#c89445}.header__icon{color:#111}.header__icon:hover{color:#c89445}.cart-count-bubble{background:#c89445;color:#fff}.shopify-section-header-sticky .header-wrapper,.scrolled-past-header .header-wrapper{background:#fffffffa;box-shadow:0 8px 26px #00000014}@media screen and (max-width:749px){.header{min-height:70px}.header__heading-logo{max-height:55px}}.header__heading-logo{max-height:120px!important;width:auto!important}.header__heading-logo-wrapper{width:340px!important}.header__heading{max-width:none!important}.header__heading-link{padding:0!important}.header__heading-logo-wrapper{width:420px!important;max-width:420px!important}.header__heading-logo{width:420px!important;max-width:420px!important;height:auto!important;max-height:none!important;object-fit:contain!important}.header{min-height:105px!important;padding-top:12px!important;padding-bottom:12px!important}@media screen and (max-width:749px){.header__heading-logo-wrapper,.header__heading-logo{width:210px!important;max-width:210px!important}.header{min-height:78px!important}}.harnz-category-card__image,.harnz-category-card__placeholder{width:100%!important;height:180px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}.harnz-category-card{height:auto!important}@media screen and (max-width:749px){.harnz-category-card__image,.harnz-category-card__placeholder{height:150px!important}}@media screen and (min-width:990px){.header__inline-menu .list-menu__item,.header__menu-item,.header__menu-item span{font-size:14px!important;font-weight:600!important;letter-spacing:.04em;line-height:1.2}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/harnz-v2.css.map */
