:root{--carbon-black: var(--color-headings-text, #1A1A1A);--soft-charcoal: var(--color-body-text, #2E2E2E);--cream-white: var(--color-background, #FCFCFB);--warm-grey: #D9D5CE;--stone-taupe: #B8B2A8;--signature-amber: var(--color-button-primary-background, #FAC05E);--olive-grey: #8E8B78;--forest-green: #324734;--deep-rust: #C96A38;--dusty-blue: #6A84A0;--white: #ffffff;--black: #000000;--font-primary: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--global-text-color: var(--color-body-text, rgba(18, 18, 18, .75));--font-button-letter-spacing: normal;--fs-hero: clamp(3rem, 6vw, 4.5rem);--fs-h1: clamp(2.2rem, 4vw, 3rem);--fs-h2: clamp(1.8rem, 3vw, 2.4rem);--fs-h3: 1.6rem;--fs-body: 1.5rem;--fs-small: 1.45rem;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--radius-card: 12px;--radius-image: 8px;--radius-pill: 24px;--radius-button: 8px;--shadow-soft: 0 8px 28px rgba(0,0,0,.06);--shadow-medium: 0 12px 32px rgba(0,0,0,.08);--shadow-strong: 0 20px 52px rgba(0,0,0,.12);--space-xs: 8px;--space-s: 16px;--space-m: 24px;--space-l: 40px;--space-xl: 64px;--space-xxl: 96px;--max-content: 1400px;--max-text: 760px}html{scroll-behavior:smooth;background:var(--cream-white)}body{font-family:var(--font-primary)!important;color:var(--global-text-color)!important;font-size:var(--fs-body);line-height:1.55;letter-spacing:-.01em;border:none;--font-base: var(--font-primary);--font-headline: var(--font-primary);--font-navigation: var(--font-primary);--font-button: var(--font-primary);--font-price: var(--font-primary);--font-breadcrumbs: var(--font-primary)}button,input,textarea,select{font-family:inherit;color:inherit}@media(hover:hover){html body quantity-counter .counter button:hover,html body .counter button.js-counter-increase:hover,html body .counter button.js-counter-decrease:hover{background:transparent!important;color:var(--global-text-color)!important}html body quantity-counter .counter button:hover svg,html body .counter button.js-counter-increase:hover svg,html body .counter button.js-counter-decrease:hover svg{color:inherit!important;fill:currentColor!important}html body quantity-counter .counter button:hover svg rect,html body .counter button.js-counter-increase:hover svg rect,html body .counter button.js-counter-decrease:hover svg rect{fill:currentColor!important}}button,.button,[type=button],[type=submit],[role=button]{letter-spacing:normal!important}h1,h2,h3,h4{font-weight:var(--fw-semibold);letter-spacing:-.015em;color:var(--carbon-black);margin:var(--space-m) 0}h1{font-size:var(--fs-h1)}.hero-title{font-size:var(--fs-hero);font-weight:var(--fw-bold);letter-spacing:-.02em;max-width:var(--max-text)}p{max-width:var(--max-text);margin-bottom:var(--space-m);color:var(--soft-charcoal)}.hero__button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:var(--fs-h3);font-weight:var(--fw-medium);border-radius:999em;background:var(--signature-amber);color:var(--carbon-black);text-decoration:none;transition:all .25s ease;text-transform:none}.hero__button:hover{background:var(--carbon-black);color:#fff;box-shadow:var(--shadow-medium);transform:translateY(-1px)}button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:var(--fs-h3);font-weight:var(--fw-medium);border-radius:999em;background:var(--signature-amber);color:var(--carbon-black);text-decoration:none;transition:all .25s ease;text-transform:none}button:hover{background:var(--carbon-black);color:#fff;box-shadow:var(--shadow-medium);transform:translateY(-1px)}img{width:100%;border-radius:var(--radius-image);object-fit:cover}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-pill);padding:12px 26px;box-shadow:var(--shadow-soft);z-index:999}.hero{padding:var(--space-xxl) 0 var(--space-xl);text-align:left}.hero-subtitle{font-size:1.3rem;color:var(--soft-charcoal);margin-bottom:var(--space-m)}.grid{display:grid;gap:var(--space-l)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:1fr}}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-medium{box-shadow:var(--shadow-medium)}.shadow-strong{box-shadow:var(--shadow-strong)}body{background:var(--cream-white)}.wt-header--v3.wt-header--shadow{box-shadow:none}#insta-feed h2{font-size:var(--fs-hero)!important}.difficulty-rating{display:flex;align-items:center;gap:4px;margin-top:6px}.difficulty-dot{width:6px;height:6px;background:#d8d8d8;border-radius:50%;display:inline-block}.difficulty-dot.filled{background:#000}.difficulty-label{font-size:11px;margin-left:6px;color:#5a5a5a}.tcs-list{list-style-type:disc;color:var(--carbon-black)}.tcs-list li::marker{color:var(--carbon-black)}.tcs-colour-indicator{display:inline-flex;align-items:center;gap:6px;margin:6px 0 4px}.tcs-dots--a .tcs-dot{background:#fac05e}.tcs-dots--a .tcs-dot:nth-child(2){background:#908c75}.tcs-dots--a .tcs-dot:nth-child(3){background:#c1c1c1}.tcs-dots--b .tcs-dot{background:#bec7c8}.tcs-dots--b .tcs-dot:nth-child(2){background:#d4b386}.tcs-dots--b .tcs-dot:nth-child(3){background:#5f5246}.tcs-dots--c .tcs-dot{background:#67767f}.tcs-dots--c .tcs-dot:nth-child(2){background:#78645059}.tcs-dots--c .tcs-dot:nth-child(3){background:#c45d58}@media(hover:hover){.tcs-colour-indicator{transition:opacity .2s ease}.tcs-colour-indicator:hover{opacity:.8}}.tcs-colour-indicator{margin:0}.tcs-product-hint{margin-top:4px;font-size:.85em;font-weight:500;opacity:.7}.tcs-customisable-label{display:flex;align-items:center;justify-content:space-between;width:100%;color:#5a5a5a}.tcs-colour-indicator{display:inline-flex;align-items:center;gap:6px;margin-left:12px}.tcs-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.tcs-dot-plus{display:inline-block;font-size:14px;font-weight:500;color:#1d1d1d}.wt-footer__aside__copy{color:#5a5a5a!important;opacity:1!important}.newsletter__container{position:relative;overflow:hidden}.newsletter__container:before{content:"";position:absolute;top:-40px;left:-40px;width:120px;height:120px;background:#7b1e1e;transform:rotate(45deg);opacity:.9;pointer-events:none}@media(max-width:899px){gallery-section.wt-product__gallery.wt-product__slider--padding{margin-bottom:0!important}}hr.wt-product__separator.disabled-on-mobile{display:none!important;margin:0!important}p.product__inventory.disabled-on-mobile.visibility-hidden,p.product__inventory.disabled-on-mobile:empty{display:none!important;margin:0!important}.tcs-product-kickers{display:none}@media(min-width:1200px){.tcs-product-kickers{display:flex;align-items:center;gap:10px;margin-top:6px;line-height:1.2}.tcs-product-kickers span{font-size:.92em;opacity:.75;white-space:nowrap}.tcs-product-kickers span+span:before{content:"\b7";margin-right:10px;font-size:1.2em;line-height:0;opacity:1}}@media(min-width:900px){.wt-product__price.tcs-price-card .tcs-price-pill__value .price__regular .price-item--regular,.wt-product__price.tcs-price-card .tcs-price-pill__value .price__sale .price-item--sale{display:inline}.wt-product__price.tcs-price-card{border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.wt-product__price.tcs-price-card .tcs-price-pill{display:inline-flex;align-items:stretch;border-radius:999px;overflow:hidden;border:1px solid rgba(0,0,0,.1);background:#fff}.wt-product__price.tcs-price-card .tcs-price-pill__label{display:flex;align-items:center;padding:10px 12px;font-size:var(--fs-h3);letter-spacing:.02em;background:#f5f5f5;white-space:nowrap;font-weight:var(--fw-medium)}.wt-product__price.tcs-price-card .tcs-price-pill__value{display:flex;align-items:center;padding:10px 14px;background:#fff}.wt-product__price.tcs-price-card .tcs-price-pill__value .price{margin:0;display:flex;align-items:baseline;gap:8px}.wt-product__price.tcs-price-card .tcs-price-pill__value .price__regular,.wt-product__price.tcs-price-card .tcs-price-pill__value .price__sale{margin:0}.wt-product__price.tcs-price-card .tcs-price-pill__value .price-item{font-size:18px;line-height:1;font-weight:650;letter-spacing:-.01em}.wt-product__price.tcs-price-card .tcs-price-pill__value .price__sale .price-item--regular,.wt-product__price.tcs-price-card .tcs-price-pill__value .badge,.wt-product__price.tcs-price-card .tcs-price-pill__value .price__badge-sale,.wt-product__price.tcs-price-card .tcs-price-pill__value .price__badge-sold-out{display:none}.wt-product__price.tcs-price-card .tcs-price-subtle{margin-top:8px;opacity:.75;font-size:12px}.wt-product__price.tcs-price-card .tcs-price-pill__tax{margin-left:8px;font-size:11px;line-height:1;opacity:.6;white-space:nowrap}@media(max-width:899px){.tcs-price-pill__label{display:none}}}.swiper.wt-slider__container--thumbs{display:none!important}.visualizer__iframe{border-radius:var(--border-radius)}.visualizer__toggle{background:#fff!important}@media(max-width:900px){.mobile-atcbar[data-mobile-atcbar]{position:fixed;left:0;right:0;bottom:0;z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.08);padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.mobile-atcbar__row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.mobile-atcbar__left{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;min-width:0}.mobile-atcbar__price{font-weight:700;font-size:14px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-atcbar__qty{display:flex;justify-content:flex-end}.mobile-atcbar__right .product-form__submit{width:auto;padding-left:14px;padding-right:14px;border-radius:999px;white-space:nowrap}body{padding-bottom:96px}}@media(max-width:900px){.wt-product__sticky-buy--show{display:none}}@media(max-width:900px){.breadcrumbs__wrapper{display:none}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/custom.css.map */
