:root{--fur-white:#fff;--fur-black:#0a0a0a;--fur-grey:#e7e7e7;--fur-muted:#777;--fur-border:#d8d8d8;--fur-gutter:10px;--fur-header:58px;--fur-topbar:16px}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--fur-black);font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.35;letter-spacing:.02em;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}.fur-topbar{height:var(--fur-topbar);background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;position:fixed;top:0;left:0;right:0;z-index:90}.fur-header{position:fixed;top:var(--fur-topbar);left:0;right:0;height:var(--fur-header);z-index:89;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;padding:0 var(--fur-gutter);background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.template-index .fur-header{background:transparent;border-bottom:0;color:#fff}.template-index .fur-header.scrolled{background:#fff;color:#000;border-bottom:1px solid rgba(0,0,0,.08)}.fur-header a{font-size:10px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.fur-header__left,.fur-header__right{display:flex;align-items:center;gap:22px;min-width:0;position:relative;z-index:2}.fur-header__right{justify-content:flex-end}.fur-header__logo{grid-column:2;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-width:220px}.fur-logo-img{width:220px;height:auto;max-height:32px;object-fit:contain}.template-index .fur-logo-img{filter:invert(1)}.template-index .fur-header.scrolled .fur-logo-img{filter:none}.fur-hero{position:relative;min-height:100vh;background:#2a2b28;overflow:hidden;display:flex;align-items:center;justify-content:center}.fur-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.92) contrast(.98)}.fur-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000006b,#0000000d 45%,#00000047);pointer-events:none}.fur-hero__content{position:absolute;left:50%;bottom:58px;transform:translate(-50%);z-index:2;text-align:center;color:#fff;width:min(540px,92vw)}.fur-hero__eyebrow{font-size:9px;letter-spacing:.18em;text-transform:uppercase;margin:0 0 6px;font-weight:700}.fur-hero__title{font-size:22px;line-height:1;margin:0 0 14px;font-weight:800;letter-spacing:-.025em;text-transform:none}.fur-button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-width:104px;height:32px;padding:0 18px;border:1px solid #000;background:#000;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:color .25s ease,border-color .25s ease,background .25s ease}.fur-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translateY(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1);z-index:0}.fur-button span,.fur-button{isolation:isolate}.fur-button>*,.fur-button{position:relative;z-index:1}.fur-button:hover:before{transform:translateY(0)}.fur-button:hover{color:#000}.fur-button--light{border-color:#ffffff8c;background:#ffffff24;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.fur-button--light:before{background:#fff}.fur-button--light:hover{color:#000;border-color:#fff}.fur-button:hover{opacity:1}.fur-arrivals{padding:0 0 64px;background:#fff;overflow:hidden}.fur-arrivals__head{display:flex;align-items:center;justify-content:space-between;padding:22px var(--fur-gutter) 8px}.fur-arrivals__title{margin:0;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.fur-arrivals__head>div{display:flex;align-items:center;gap:14px}.fur-arrivals__link{font-size:10px;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid currentColor;padding-bottom:2px}.fur-arrivals__hint{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#777}.fur-category-rail{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:0 var(--fur-gutter) 16px;scrollbar-width:none}.fur-category-rail::-webkit-scrollbar{display:none}.fur-category-rail a{flex:0 0 auto;border:1px solid #d6d6d6;border-radius:999px;padding:7px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#333;background:#fff}.fur-category-rail a:hover{border-color:#000;color:#000}.fur-category-rail a.is-active{background:#000;color:#fff;border-color:#000}.fur-product-marquee{width:100%;overflow:hidden;padding:0 var(--fur-gutter) 12px;cursor:default}.fur-product-track{display:flex;flex-wrap:nowrap;gap:0;width:max-content;animation:fur-marquee-left 92s linear infinite;will-change:transform}.fur-product-marquee:hover .fur-product-track{animation-play-state:paused}@keyframes fur-marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.fur-product-card{position:relative;flex:0 0 clamp(270px,20vw,390px);background:#fff}.fur-product-card__media{position:relative;display:block;width:100%;aspect-ratio:4/5;background:#f1f1f1;overflow:hidden}.fur-product-card__image,.fur-product-card__hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;transition:opacity .22s ease;padding:0}.fur-product-card__hover{opacity:0;z-index:2}.fur-product-card__media:hover .fur-product-card__hover{opacity:1}.fur-product-card__media:hover .fur-product-card__image{opacity:0}.fur-product-card__info{position:relative;display:grid;grid-template-columns:1fr auto;gap:2px 12px;min-height:66px;padding:12px 10px}.fur-product-card__title{font-size:11px;font-weight:800;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;grid-column:1/2}.fur-product-card__price{font-size:11px;grid-column:2/3;grid-row:1/2;white-space:nowrap}.fur-product-card__meta{font-size:11px;color:var(--fur-muted);grid-column:1/3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-product-card__plus{position:absolute;right:10px;top:-34px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;z-index:3}.fur-arrivals__cta{display:flex;justify-content:center;margin-top:34px}@media(prefers-reduced-motion:reduce){.fur-product-marquee{overflow-x:auto}.fur-product-track{animation:none}}.fur-product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:28px;padding:calc(var(--fur-topbar) + var(--fur-header) + 18px) var(--fur-gutter) 72px;background:#fff}.fur-product__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fur-product__image{background:#eee;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden}.fur-product__image img{width:100%;height:100%;object-fit:contain}.fur-product__info{position:sticky;top:calc(var(--fur-topbar) + var(--fur-header) + 20px);align-self:start;max-width:520px;padding:6px 18px 0}.fur-product__eyebrow,.fur-page__eyebrow{font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;color:#555;font-weight:800}.fur-product__title{font-size:26px;line-height:.95;letter-spacing:-.045em;margin:0 0 10px;text-transform:uppercase;font-weight:900}.fur-product__price{font-size:12px;margin:0 0 22px}.fur-product__meta{color:#666;margin:0 0 24px}.fur-option{border:0;padding:0;margin:0 0 24px}.fur-option legend{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.fur-option__values{display:flex;flex-wrap:wrap;gap:8px}.fur-option input{position:absolute;opacity:0}.fur-option label{min-width:46px;height:34px;border:1px solid #aaa;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px}.fur-option input:checked+label{border-color:#000;background:#000;color:#fff}.fur-atc{width:100%;height:46px;border:1px solid #000;background:#000;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.fur-payment{margin-top:8px}.fur-usp{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 22px}.fur-usp span{border:1px solid var(--fur-border);padding:12px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.fur-accordion{border-top:1px solid var(--fur-border)}.fur-accordion details{border-bottom:1px solid var(--fur-border);padding:15px 0}.fur-accordion summary{cursor:pointer;list-style:none;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:10px}.fur-accordion summary::-webkit-details-marker{display:none}.fur-accordion__body{padding-top:14px;color:#555;font-size:12px}.fur-accordion__body ul{padding-left:17px;margin:0}.fur-accordion__body li{margin:0 0 6px}.fur-size-table{width:100%;border-collapse:collapse}.fur-size-table th,.fur-size-table td{text-align:left;border-bottom:1px solid #ddd;padding:8px 4px;font-size:11px}.fur-collection,.fur-page,.fur-cart{padding:calc(var(--fur-topbar) + var(--fur-header) + 34px) var(--fur-gutter) 80px;background:#fff;min-height:70vh}.fur-collection__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.fur-collection__title,.fur-page__title{font-size:36px;line-height:.95;margin:0;text-transform:uppercase;letter-spacing:-.05em;font-weight:900}.fur-collection__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.fur-page{max-width:900px;margin:0 auto}.fur-page__content{margin-top:24px;font-size:14px;color:#333}.fur-page table{width:100%;border-collapse:collapse}.fur-page th,.fur-page td{border-bottom:1px solid #ddd;text-align:left;padding:10px 6px}.fur-cart__line{display:grid;grid-template-columns:90px 1fr auto;gap:16px;border-bottom:1px solid var(--fur-border);padding:16px 0}.fur-cart__line img{width:90px;height:110px;object-fit:contain;background:#eee}.fur-cart__checkout{margin-top:24px;display:flex;justify-content:flex-end}.fur-cart__checkout button{height:44px;background:#000;color:#fff;border:1px solid #000;padding:0 36px;text-transform:uppercase;font-weight:800}.fur-footer{background:#efefef;border-top:1px solid var(--fur-border);padding:48px var(--fur-gutter) 20px;color:#3c3c3c;position:relative;z-index:1}.fur-footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr;gap:36px}.fur-footer__title{font-weight:900;color:#000;letter-spacing:.02em;text-transform:none;font-size:12px;margin:0 0 24px}.fur-footer p{margin:0 0 12px;max-width:440px;font-size:12px;line-height:1.35}.fur-footer__signup p{max-width:360px}.fur-footer__signup-link{display:inline-block;margin-top:8px;font-weight:700;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:2px}.fur-footer__spacer{height:22px}.fur-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(0,0,0,.1);margin-top:28px;padding-top:18px}.fur-footer__bottom p{margin:0;font-size:12px;color:#222}.fur-footer__legal{display:flex;flex-wrap:wrap;gap:18px}.fur-footer__legal a{font-size:12px;color:#777}@media(max-width:900px){:root{--fur-gutter:8px;--fur-header:54px}.fur-header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.fur-header__left a:nth-child(2),.fur-header__right a:first-child{display:none}.fur-header__logo{min-width:154px}.fur-logo-img{width:154px}.fur-header a{font-size:9px}.fur-header__left,.fur-header__right{gap:12px}.fur-hero__title{font-size:20px}.fur-product-card{flex-basis:72vw}.fur-product{grid-template-columns:1fr;padding-top:calc(var(--fur-topbar) + var(--fur-header) + 10px)}.fur-product__gallery{grid-template-columns:1fr}.fur-product__info{position:relative;top:auto;padding:10px 0}.fur-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fur-footer__grid{grid-template-columns:1fr}.fur-footer__bottom{flex-direction:column;align-items:flex-start}.fur-collection__title,.fur-page__title{font-size:28px}}.fur-shop-trigger{height:var(--fur-header);display:flex;align-items:center;position:relative}.fur-shop-trigger__link{height:var(--fur-header);display:flex;align-items:center}.fur-mega{position:fixed;top:calc(var(--fur-topbar) + var(--fur-header));left:0;right:0;height:calc(100vh - var(--fur-topbar) - var(--fur-header));background:#e9e9e9;color:#050505;z-index:84;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease;border-top:1px solid rgba(0,0,0,.08)}.fur-shop-trigger:hover .fur-mega,.fur-shop-trigger:focus-within .fur-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.fur-mega__inner{height:100%;display:grid;grid-template-columns:minmax(210px,18vw) minmax(360px,34vw) minmax(420px,1fr);gap:10px;padding:12px var(--fur-gutter) 16px}.fur-mega__sidebar{height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:10px 12px 12px 8px;overflow:auto}.fur-mega a{color:#050505;text-transform:none;letter-spacing:-.01em;font-size:12px;line-height:1.1;font-weight:700;white-space:normal}.fur-mega__quick{display:grid;gap:14px;margin-bottom:42px}.fur-mega__quick a{font-size:13px}.fur-mega__group{display:grid;gap:10px;margin-bottom:34px}.fur-mega__group p{margin:0 0 3px;color:#8b8b8b;font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.fur-mega__group a{display:flex;align-items:center;justify-content:space-between;gap:14px;font-weight:500;color:#161616}.fur-mega__group a span{font-size:14px;font-weight:400;color:#555}.fur-mega__count{font-size:9px!important;color:#777!important;letter-spacing:.04em!important;margin-left:auto}.fur-mega__group--explore{margin-top:auto;margin-bottom:0}.fur-mega__group--explore a{color:#6f6f6f;font-size:11px}.fur-mega__feature,.fur-mega__preview{position:relative;display:block;height:100%;overflow:hidden;background:#d7d7d7}.fur-mega__feature img,.fur-mega__preview img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease,filter .45s ease}.fur-mega__feature:hover img,.fur-mega__preview:hover img{transform:scale(1.018)}.fur-mega__preview img{object-fit:contain;padding:6%;filter:blur(3px) saturate(.88);opacity:.82;transform:scale(1.02)}.fur-mega__preview:hover img{filter:blur(0) saturate(.95);opacity:1;transform:scale(1)}.fur-mega__feature:after,.fur-mega__preview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#00000038);pointer-events:none}.fur-mega__feature span,.fur-mega__preview span{position:absolute;left:14px;bottom:14px;z-index:2;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.template-index .fur-header:not(.scrolled) .fur-mega{top:calc(var(--fur-topbar) + var(--fur-header));color:#050505}.template-index .fur-header:not(.scrolled) .fur-mega a{color:#050505}@media(max-width:900px){.fur-shop-trigger{position:static}.fur-mega{display:none}}.fur-mega__nav{position:relative;min-height:100%;padding-left:0}.fur-mega__indicator{position:absolute;left:-8px;top:0;width:2px;height:22px;background:#000;opacity:0;transform:translateY(0);transition:transform .22s ease,height .22s ease,opacity .16s ease;pointer-events:none}.fur-mega__item{position:relative;width:100%;border-radius:2px;padding:4px 6px;margin-left:-6px;transition:background .16s ease,color .16s ease,transform .16s ease,opacity .16s ease}.fur-mega__quick .fur-mega__item{padding-top:5px;padding-bottom:5px}.fur-mega__item:hover,.fur-mega__item:focus-visible,.fur-mega__item.is-active{background:#0000000b;transform:translate(4px);outline:none}.fur-mega__item.is-active{color:#000}.fur-mega__item span{transition:transform .18s ease}.fur-mega__item:hover span,.fur-mega__item.is-active span{transform:translate(3px)}.fur-mega__feature img,.fur-mega__preview img{opacity:1;transition:opacity .16s ease,transform .45s ease,filter .45s ease}.fur-mega__feature.is-changing img,.fur-mega__preview.is-changing img{opacity:.35}.fur-mega__feature span,.fur-mega__preview span{transition:opacity .16s ease,transform .16s ease}.fur-mega__feature.is-changing span,.fur-mega__preview.is-changing span{opacity:.35;transform:translateY(3px)}.fur-mega__preview span{max-width:80%;line-height:1.25;text-shadow:0 1px 10px rgba(0,0,0,.28)}.fur-mega__sidebar::-webkit-scrollbar{width:3px}.fur-mega__sidebar::-webkit-scrollbar-thumb{background:#00000040}@media(hover:hover){.fur-shop-trigger:hover .fur-shop-trigger__link{border-bottom:1px solid currentColor}}.fur-shop-trigger.is-open .fur-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.fur-header__right{z-index:96}.fur-header__logo{z-index:95}.fur-header__left{z-index:96}.fur-mega{z-index:94}.fur-mega__inner{grid-template-columns:minmax(220px,18vw) minmax(420px,34vw) minmax(420px,1fr)}.fur-mega__item{cursor:pointer}.fur-mega__item.is-active{background:#00000012}.fur-grouptify-hook{min-height:0}.fur-grouptify-hook:empty{display:none}.fur-grouptify-hook--product:not(:empty){margin:-8px 0 18px}.fur-grouptify-hook--card:not(:empty){grid-column:1/3;margin-top:5px}.fur-search-overlay{position:fixed;top:calc(var(--fur-topbar) + var(--fur-header));left:0;right:0;bottom:0;background:#e9e9e9;color:#050505;z-index:110;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}body.fur-search-open .fur-search-overlay{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.fur-search-panel{height:100%;display:flex;flex-direction:column;padding:0 var(--fur-gutter) var(--fur-gutter)}.fur-search-panel__top{height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;border-bottom:1px solid rgba(0,0,0,.08)}.fur-search-form{height:100%;display:flex;align-items:center;gap:10px;max-width:520px}.fur-search-form span{font-size:17px;line-height:1;color:#333}.fur-search-form input{height:40px;width:100%;border:0;background:transparent;outline:0;font-size:11px;color:#000}.fur-search-form input::placeholder{color:#999}.fur-overlay-close{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#555;font-size:10px;letter-spacing:.08em;text-transform:lowercase;cursor:pointer;padding:10px 0}.fur-overlay-close:hover{color:#000}.fur-search-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;min-height:0;flex:1;padding-top:28px}.fur-search-sidebar{padding:0 8px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.fur-search-checks{display:flex;gap:28px;margin-bottom:20px}.fur-search-checks label{display:flex;align-items:center;gap:8px;font-size:10px;text-transform:uppercase;color:#777;letter-spacing:.08em}.fur-search-checks span{width:8px;height:8px;border:1px solid #111;display:inline-block}.fur-search-checks label:first-child span{background:#111}.fur-search-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#888;margin:0 0 8px;font-weight:800}.fur-search-sidebar button{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0 0 4px;cursor:pointer;font-size:11px;line-height:1.4;color:#111;text-align:left}.fur-search-sidebar button:hover{text-decoration:underline}.fur-search-results{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:0 18px;align-content:start;overflow:auto;padding-right:8px}.fur-search-results .fur-product-card{flex:auto;width:100%;background:transparent}.fur-search-results .fur-product-card__media{background:transparent}.fur-search-results .fur-product-card__info{padding:10px 0 28px}.fur-search-results .fur-product-card.is-hidden{display:none}.fur-cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:115;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.fur-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(430px,32vw);min-width:360px;background:#eee;color:#000;z-index:116;transform:translate(100%);transition:transform .26s ease;display:flex;flex-direction:column;box-shadow:-16px 0 42px #00000024}body.fur-cart-open .fur-cart-backdrop{opacity:1;visibility:visible;pointer-events:auto}body.fur-cart-open .fur-cart-drawer{transform:translate(0)}.fur-cart-drawer__head{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.fur-cart-drawer__head strong{font-size:12px;letter-spacing:.04em;text-transform:uppercase}.fur-cart-drawer__head button{-webkit-appearance:none;appearance:none;border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:#333}.fur-cart-drawer__body{flex:1;overflow:auto;display:flex;flex-direction:column;padding:16px 18px}.fur-cart-empty{margin:auto;text-align:center}.fur-cart-empty p{margin:0 0 18px;font-size:12px}.fur-cart-empty .fur-button{height:30px;min-width:124px;font-size:9px;text-transform:uppercase}.fur-cart-drawer__item{display:grid;grid-template-columns:76px 1fr;gap:14px;border-bottom:1px solid rgba(0,0,0,.12);padding:14px 0}.fur-cart-drawer__item img{width:76px;height:96px;object-fit:contain;background:#f5f5f5}.fur-cart-drawer__item strong{display:block;font-size:11px;margin:2px 0 5px;line-height:1.2}.fur-cart-drawer__item span,.fur-cart-drawer__item small{display:block;font-size:10px;color:#666;margin:0 0 5px}.fur-cart-drawer__foot{padding:16px 18px 20px;border-top:1px solid rgba(0,0,0,.12)}.fur-cart-drawer__checkout{height:42px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.08em}@media(max-width:1100px){.fur-search-results{grid-template-columns:repeat(3,minmax(160px,1fr))}.fur-cart-drawer{width:min(430px,44vw)}}@media(max-width:900px){.fur-search-overlay{top:calc(var(--fur-topbar) + var(--fur-header))}.fur-search-layout{grid-template-columns:1fr}.fur-search-sidebar{display:none}.fur-search-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px}.fur-cart-drawer{width:100vw;min-width:0}.fur-cart-backdrop{display:none}}.fur-cart-drawer__meta{position:relative;padding-right:24px}.fur-cart-remove{position:absolute;top:0;right:0;-webkit-appearance:none;appearance:none;border:0;background:transparent;font-size:18px;line-height:1;color:#444;cursor:pointer;padding:0}.fur-cart-remove:hover{color:#000;transform:scale(1.05)}.fur-product-page{padding:calc(var(--fur-topbar) + var(--fur-header) + 8px) 0 80px;background:#efefef;min-height:100vh}.fur-product-breadcrumbs{display:flex;gap:10px;align-items:center;padding:0 var(--fur-gutter) 18px;max-width:980px;margin:0 auto;font-size:11px;color:#4e4e4e}.fur-pdp-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:34px;padding:0 var(--fur-gutter) 40px;align-items:start}.fur-pdp-gallery{position:relative;min-height:820px;background:#efefef}.fur-pdp-gallery__viewport{position:relative;height:100%}.fur-pdp-gallery__slide{display:none;align-items:center;justify-content:center;min-height:820px}.fur-pdp-gallery__slide.is-active{display:flex}.fur-pdp-gallery__slide img{max-width:88%;max-height:86vh;object-fit:contain;margin:auto}.fur-pdp-gallery__nav,.fur-pdp-gallery__zoom{position:absolute;-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#444;cursor:pointer;z-index:3}.fur-pdp-gallery__nav{top:50%;transform:translateY(-50%);font-size:28px;padding:18px}.fur-pdp-gallery__nav--prev{left:0}.fur-pdp-gallery__nav--next{right:0}.fur-pdp-gallery__counter{position:absolute;left:16px;bottom:12px;font-size:11px;color:#333}.fur-pdp-gallery__zoom{right:8px;bottom:8px;font-size:24px;padding:8px}.fur-pdp-info{position:sticky;top:calc(var(--fur-topbar) + var(--fur-header) + 14px);padding-top:20px;max-width:420px}.fur-pdp-title,.fur-pdp-price{margin:0;font-size:13px;font-weight:600;color:#111}.fur-pdp-price{float:right}.fur-pdp-payment{clear:both;margin:12px 0 24px;font-size:10px;color:#7a7a7a}.fur-pdp-payment a{text-decoration:underline}.fur-pdp-colour{margin:0 0 16px}.fur-pdp-colour__row{display:flex;gap:12px;align-items:center;margin-bottom:10px;font-size:11px}.fur-pdp-swatches{display:flex;gap:10px;align-items:center}.fur-pdp-swatch{width:56px;height:56px;border:1px solid #bdbdbd;background:#fff;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.fur-pdp-swatch img{width:100%;height:100%;object-fit:cover}.fur-pdp-swatch.is-active{border-color:#111}.fur-pdp-swatch__fallback{width:36px;height:36px;display:block}.fur-pdp-swatch__fallback--mocha{background:#6d6458}.fur-pdp-meta-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 14px;font-size:10px;color:#7a7a7a}.fur-pdp-meta-line a{text-decoration:underline}.fur-pdp-option{border:0;padding:0;margin:0 0 14px}.fur-pdp-option legend{font-size:10px;letter-spacing:.02em;font-weight:700;margin-bottom:12px}.fur-pdp-size-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.fur-pdp-size-grid input{position:absolute;opacity:0}.fur-pdp-size-grid label{height:46px;border:1px solid #d2d2d2;border-right:0;display:flex;align-items:center;justify-content:center;background:#f1f1f1;font-size:11px;color:#333;cursor:pointer}.fur-pdp-size-grid label:last-child{border-right:1px solid #d2d2d2}.fur-pdp-size-grid input:checked+label{background:#fff;border-color:#111}.fur-pdp-stock{margin:12px 0 10px;font-size:10px;color:#7a7a7a}.fur-pdp-atc{width:100%;height:44px;font-size:11px;letter-spacing:.05em}.fur-pdp-usps{display:grid;gap:4px;margin:18px 0}.fur-pdp-usps span{font-size:10px;color:#252525;position:relative;padding-left:14px;border:0;padding-top:0;padding-bottom:0}.fur-pdp-usps span:before{content:"\2022";position:absolute;left:0;top:0;color:#8c8c8c}.fur-pdp-accordion details{border-bottom:1px solid rgba(0,0,0,.16);padding:13px 0}.fur-pdp-accordion summary{list-style:none;cursor:pointer;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.fur-pdp-accordion summary::-webkit-details-marker{display:none}.fur-pdp-accordion summary:before{content:"+";margin-right:8px}.fur-pdp-accordion details[open] summary:before{content:"\2212"}.fur-pdp-accordion__body{padding:10px 0 2px;font-size:11px;color:#444;line-height:1.6}.fur-pdp-accordion__body ul{margin:8px 0 0 16px;padding:0}.fur-pdp-editorial{display:grid;grid-template-columns:1fr 1.2fr;gap:0;align-items:stretch;min-height:820px;margin-top:34px}.fur-pdp-editorial__text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px 60px}.fur-pdp-editorial__text h2{font-size:24px;margin:0 0 18px;font-weight:700}.fur-pdp-editorial__text h3{font-size:22px;line-height:1.1;margin:24px 0 10px;font-weight:700}.fur-pdp-editorial__text p{max-width:360px;margin:0 auto 8px;font-size:12px;line-height:2;color:#333}.fur-pdp-editorial__description,.fur-pdp-editorial__description p,.fur-pdp-editorial__description li{max-width:420px;margin:0 auto 8px;font-size:12px;line-height:2;color:#333}.fur-pdp-editorial__description p:last-child{margin-bottom:0}.fur-pdp-editorial__description ul,.fur-pdp-editorial__description ol{max-width:420px;margin:0 auto 12px;padding-left:18px;text-align:left}.fur-pdp-editorial__media img{width:100%;height:100%;object-fit:cover;object-position:center}.fur-pdp-stylewith,.fur-pdp-like{padding:36px var(--fur-gutter) 18px}.fur-pdp-stylewith__top,.fur-pdp-like__head{max-width:980px;margin:0 auto 12px;display:flex;align-items:center;justify-content:space-between;gap:20px}.fur-pdp-stylewith__crumbs{font-size:10px;color:#5f5f5f;display:flex;gap:8px;align-items:center}.fur-pdp-stylewith__top h3,.fur-pdp-like__head h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:0;font-weight:800}.fur-pdp-stylewith__top a,.fur-pdp-like__head nav a{font-size:10px;color:#666}.fur-pdp-like__head{flex-direction:column;justify-content:center}.fur-pdp-like__head nav{display:flex;gap:34px}.fur-pdp-like__head nav a.is-active{color:#111;border-bottom:1px solid #111;padding-bottom:3px}.fur-pdp-stylewith__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:none}.fur-pdp-like__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.fur-pdp-stylewith .fur-product-card,.fur-pdp-like .fur-product-card,.fur-pdp-stylewith .fur-product-card__media,.fur-pdp-like .fur-product-card__media{background:transparent}.fur-pdp-reviews{display:grid;grid-template-columns:1fr 1.2fr;align-items:end;gap:40px;padding:44px var(--fur-gutter)}.fur-pdp-reviews__score strong{display:block;font-size:54px;line-height:1;font-weight:800;letter-spacing:-.05em;margin-bottom:10px}.fur-pdp-reviews__score a{font-size:12px;color:#888;text-decoration:underline}.fur-pdp-reviews__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.fur-pdp-reviews__metrics div{display:grid;gap:10px}.fur-pdp-reviews__metrics span{font-size:15px;font-weight:600}.fur-pdp-reviews__metrics b{font-size:12px;font-weight:700;color:#222;position:relative;padding-top:16px}.fur-pdp-reviews__metrics b:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#111 0 70%,#d9d9d9 70%)}@media(max-width:1100px){.fur-pdp-hero{grid-template-columns:1fr}.fur-pdp-info{position:relative;top:auto;max-width:none;padding:0}.fur-pdp-editorial{grid-template-columns:1fr}.fur-pdp-stylewith__grid,.fur-pdp-like__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fur-pdp-reviews{grid-template-columns:1fr}.fur-pdp-reviews__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.fur-product-page{padding-top:calc(var(--fur-topbar) + var(--fur-header) + 6px)}.fur-product-breadcrumbs{font-size:10px;overflow:auto;white-space:nowrap}.fur-pdp-gallery{min-height:auto}.fur-pdp-gallery__slide,.fur-pdp-gallery__slide.is-active{min-height:58vh}.fur-pdp-gallery__slide img{max-width:94%;max-height:56vh}.fur-pdp-editorial__text{padding:40px 24px}.fur-pdp-editorial__text h2,.fur-pdp-editorial__text h3{font-size:18px}.fur-pdp-stylewith__grid,.fur-pdp-like__grid{grid-template-columns:1fr}.fur-pdp-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fur-pdp-payment{display:none!important}.fur-combined-listings{margin-top:10px;min-height:0}.fur-combined-listings .fur-grouptify-hook:empty{display:none}.fur-pdp-colour .fur-grouptify-hook:not(:empty){margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.08)}.fur-pdp-stylewith__top{justify-content:center;position:relative}.fur-pdp-stylewith__crumbs{position:absolute;left:0}.fur-pdp-stylewith__top>h3{text-align:center}.fur-pdp-reviews{display:none!important}.template-product .fur-header{background:#fff;color:#000;border-bottom:1px solid rgba(0,0,0,.06)}.template-product .fur-logo-img{filter:none}.fur-product-page{padding:calc(var(--fur-topbar) + var(--fur-header)) 0 0;background:#fff;overflow:hidden}.fur-product-breadcrumbs{display:none}.fur-pdp-hero{display:grid;grid-template-columns:minmax(0,58vw) minmax(420px,42vw);gap:0;padding:0;align-items:stretch;min-height:calc(100vh - var(--fur-topbar) - var(--fur-header));background:#fff}.fur-pdp-gallery{position:relative;min-height:calc(100vh - var(--fur-topbar) - var(--fur-header));background:#e7e7e7;overflow:hidden;display:flex;align-items:center;justify-content:center;animation:fur-panel-in-left .55s cubic-bezier(.2,.8,.2,1) both}.fur-pdp-gallery:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 45%,#ffffff61,#0000 48%);pointer-events:none;mix-blend-mode:soft-light}.fur-pdp-gallery__viewport{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fur-pdp-gallery__slide{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;min-height:auto;opacity:0;transform:translate(14px) scale(.985);transition:opacity .34s ease,transform .34s cubic-bezier(.2,.8,.2,1);pointer-events:none}.fur-pdp-gallery__slide.is-active{opacity:1;transform:translate(0) scale(1);pointer-events:auto}.fur-pdp-gallery__slide img{max-width:86%;max-height:82vh;object-fit:contain;margin:auto;filter:drop-shadow(0 14px 28px rgba(0,0,0,.08));transition:transform .45s cubic-bezier(.2,.8,.2,1)}.fur-pdp-gallery:hover .fur-pdp-gallery__slide.is-active img{transform:scale(1.015)}.fur-pdp-gallery__nav{top:50%;transform:translateY(-50%);font-size:22px;color:#333;width:52px;height:80px;display:flex;align-items:center;justify-content:center;opacity:.62;transition:opacity .2s ease,transform .2s ease}.fur-pdp-gallery__nav:hover{opacity:1;transform:translateY(-50%) scale(1.08)}.fur-pdp-gallery__nav--prev{left:12px}.fur-pdp-gallery__nav--next{right:12px}.fur-pdp-gallery__counter{left:22px;bottom:18px;font-size:11px;color:#111}.fur-pdp-gallery__zoom{right:18px;bottom:12px;font-size:22px;color:#333;transition:transform .2s ease}.fur-pdp-gallery__zoom:hover{transform:scale(1.12)}.fur-pdp-info{position:sticky;top:calc(var(--fur-topbar) + var(--fur-header));align-self:start;max-width:none;min-height:calc(100vh - var(--fur-topbar) - var(--fur-header));background:#fff;padding:22vh clamp(28px,5vw,94px) 64px clamp(28px,5vw,82px);animation:fur-panel-in-right .55s .05s cubic-bezier(.2,.8,.2,1) both}.fur-pdp-title{font-size:13px;font-weight:700;margin:0;letter-spacing:-.01em}.fur-pdp-price{font-size:13px;font-weight:600;margin:0;float:right}.fur-pdp-colour{clear:both;margin:32px 0 20px}.fur-pdp-colour__row{font-size:11px;margin-bottom:14px;display:flex;align-items:center;gap:14px}.fur-pdp-colour__row strong{font-weight:700}.fur-pdp-colour__row span{color:#555}.fur-pdp-swatches{display:flex;gap:10px;min-height:56px}.fur-pdp-colour.has-app-swatches .fur-pdp-swatches,.fur-pdp-colour.has-app-swatches .fur-pdp-colour-help{display:none}.fur-pdp-colour-help{font-size:9px;color:#9a9a9a;margin:8px 0 0}.fur-combined-listings:not(:empty){margin-top:8px}.fur-pdp-swatch{background:#f2f2f2;border:1px solid #d7d7d7;transition:border-color .2s ease,transform .2s ease,background .2s ease}.fur-pdp-swatch:hover{border-color:#111;transform:translateY(-2px)}.fur-pdp-swatch.is-active{border-color:#111;background:#fff}.fur-pdp-meta-line{margin:14px 0 18px;font-size:10px;color:#8a8a8a}.fur-pdp-meta-line a{color:#777;text-underline-offset:2px}.fur-pdp-meta-line a:hover{color:#000}.fur-pdp-option legend{font-size:11px;margin-bottom:10px}.fur-pdp-size-grid{grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #d9d9d9;border-bottom:0;border-right:0}.fur-pdp-size-grid label{height:52px;background:#fafafa;border:0;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#222;transition:background .2s ease,color .2s ease,border-color .2s ease}.fur-pdp-size-grid label:hover{background:#fff}.fur-pdp-size-grid input:checked+label{background:#111;color:#fff;border-color:#111}.fur-pdp-size-help{display:inline-block;margin-top:12px;font-size:10px;color:#777;text-decoration:underline;text-underline-offset:2px}.fur-pdp-size-help:hover{color:#000}.fur-pdp-stock{font-size:10px;text-transform:uppercase;color:#4b4b4b;margin:12px 0;letter-spacing:.06em}.fur-pdp-atc{height:50px;margin-top:0;border-radius:0;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease}.fur-pdp-atc:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.fur-pdp-usps{display:grid;gap:5px;margin:20px 0 22px}.fur-pdp-usps span{font-size:10px;text-transform:uppercase;letter-spacing:.02em;color:#1e1e1e}.fur-pdp-usps span:nth-child(4):before{color:#18a348}.fur-pdp-accordion{margin-top:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border-top:0}.fur-pdp-accordion details{border:0;border-top:1px solid rgba(0,0,0,.14);padding:14px 0}.fur-pdp-accordion summary{font-size:11px;line-height:1.2}.fur-pdp-accordion__body{font-size:11px;line-height:1.65;color:#444;max-width:320px}.fur-pdp-editorial{margin-top:0;min-height:760px;background:#efefef}.fur-pdp-editorial__text{background:#efefef}.fur-pdp-editorial__media{background:#e5e5e5;overflow:hidden}.fur-pdp-editorial__media img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}.fur-pdp-editorial:hover .fur-pdp-editorial__media img{transform:scale(1.025)}.fur-pdp-stylewith,.fur-pdp-like,.fur-pdp-stylewith__grid .fur-product-card__media,.fur-pdp-like__grid .fur-product-card__media{background:#efefef}.fur-pdp-like{border-top:1px solid rgba(0,0,0,.08)}@keyframes fur-panel-in-left{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes fur-panel-in-right{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media(max-width:1100px){.fur-pdp-hero{grid-template-columns:1fr;min-height:auto}.fur-pdp-gallery{min-height:62vh}.fur-pdp-info{position:relative;top:auto;min-height:auto;padding:32px var(--fur-gutter) 42px}.fur-pdp-accordion{grid-template-columns:1fr}.fur-pdp-gallery__slide{position:relative;display:none;min-height:62vh}.fur-pdp-gallery__slide.is-active{display:flex}.fur-pdp-stylewith__grid,.fur-pdp-like__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.fur-pdp-gallery,.fur-pdp-gallery__slide,.fur-pdp-gallery__slide.is-active{min-height:54vh}.fur-pdp-gallery__slide img{max-height:50vh}.fur-pdp-info{padding:24px var(--fur-gutter) 34px}.fur-pdp-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fur-pdp-title,.fur-pdp-price{font-size:12px}.fur-pdp-colour{margin-top:24px}}.fur-card-quick-add{position:absolute;right:10px;top:-34px;width:22px;height:22px;z-index:4;margin:0}.fur-card-quick-add .fur-product-card__plus{position:static;-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#111;cursor:pointer;width:22px;height:22px;font-size:18px;font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,opacity .18s ease}.fur-card-quick-add .fur-product-card__plus:hover{transform:scale(1.18);opacity:.72}.fur-pdp-shipping{margin:18px 0 0;border-top:1px solid rgba(0,0,0,.16);padding-top:14px;font-size:11px;line-height:1.6;color:#3c3c3c}.fur-pdp-shipping strong{display:block;margin:0 0 8px;font-size:11px;color:#111;text-transform:uppercase;letter-spacing:.04em}.fur-pdp-shipping p{margin:0 0 5px}.fur-pdp-usps,.fur-pdp-accordion{display:none!important}.fur-pdp-stylewith__top{justify-content:center}.fur-pdp-stylewith__crumbs{display:none!important}.fur-pdp-meta-line{justify-content:flex-start}.fur-pdp-colour-help{max-width:260px}.fur-icon-link{width:22px;height:22px;display:inline-flex!important;align-items:center;justify-content:center;position:relative}.fur-icon{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;display:block}.fur-cart-count-badge{position:absolute;right:-8px;top:-7px;min-width:14px;height:14px;border-radius:999px;background:#000;color:#fff;font-size:9px;line-height:14px;text-align:center;font-weight:700;letter-spacing:0}.fur-cart-count-badge:empty{display:none}.template-index .fur-header:not(.scrolled) .fur-cart-count-badge{background:#fff;color:#000}.fur-pdp-gallery{background:#e3e3e3}.fur-pdp-gallery__slide{animation:furSlideFade .28s ease both}.fur-pdp-gallery__slide img{width:min(82%,980px);height:min(78vh,760px);max-width:none;max-height:none;object-fit:contain;object-position:center center}@keyframes furSlideFade{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.fur-pdp-editorial__media{background:#e3e3e3;display:flex;align-items:center;justify-content:center;overflow:hidden}.fur-pdp-editorial__media img{width:100%;height:100%;object-fit:contain;object-position:center;background:#e3e3e3;padding:4vw}.fur-product-card__media{background:#f2f2f2}.fur-product-card__image,.fur-product-card__hover{object-fit:contain;object-position:center center;transform:translateZ(0)}.fur-fit-helper{margin-top:12px;border:1px solid #d8d8d8;background:#fff}.fur-fit-helper summary{height:36px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;list-style:none}.fur-fit-helper summary::-webkit-details-marker{display:none}.fur-fit-helper summary:after{content:"+";font-size:14px;font-weight:400}.fur-fit-helper[open] summary:after{content:"\2212"}.fur-fit-helper__body{border-top:1px solid #e4e4e4;padding:12px}.fur-fit-helper__body p{font-size:11px;line-height:1.55;color:#444;margin:0 0 12px}.fur-fit-table-wrap{overflow:auto}.fur-fit-table{width:100%;border-collapse:collapse;min-width:420px}.fur-fit-table th,.fur-fit-table td{border-bottom:1px solid #e5e5e5;text-align:left;padding:8px 6px;font-size:10px}.fur-fit-table th{font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#555}.fur-fit-table td:first-child{font-weight:800;color:#000}@media(max-width:700px){.fur-pdp-gallery__slide img{width:92%;height:52vh}.fur-pdp-editorial__media img{padding:28px}.fur-icon-link{width:24px;height:24px}}.fur-icon-link{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:background .22s ease,transform .22s ease}.fur-icon-link:hover{background:#0000000f;transform:translateY(-1px)}.template-index .fur-header:not(.scrolled) .fur-icon-link:hover{background:#ffffff1f}.fur-product-card__media{aspect-ratio:4/5!important;background:#f0f0f0}.fur-product-card__image,.fur-product-card__hover{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.fur-pdp-gallery__slide{display:none!important;opacity:0!important;visibility:hidden!important;z-index:0}.fur-pdp-gallery__slide.is-active{display:flex!important;opacity:1!important;visibility:visible!important;z-index:2}.fur-pdp-gallery__slide img{width:min(84%,960px)!important;aspect-ratio:4/5!important;height:auto!important;max-height:82vh!important;object-fit:cover!important;object-position:center center!important;background:#e9e9e9}.fur-pdp-editorial__media img{aspect-ratio:4/5;object-fit:cover;object-position:center center}.fur-pdp-swatch{border-radius:999px;width:30px;height:30px;background:transparent;border:1px solid rgba(0,0,0,.22);padding:3px;transition:transform .2s ease,border-color .2s ease}.fur-pdp-swatch:hover{transform:scale(1.08)}.fur-pdp-swatch.is-active{border-color:#000}.fur-pdp-swatch__colour{display:block;width:100%;height:100%;border-radius:999px;background:var(--fur-swatch);border:1px solid rgba(0,0,0,.08)}.fur-product-card{transition:transform .28s cubic-bezier(.2,.8,.2,1)}.fur-product-card__plus{transition:transform .2s ease,background .2s ease,color .2s ease}.fur-product-card__plus:hover{transform:rotate(90deg) scale(1.08);background:#000;color:#fff;border-radius:999px}.fur-header a,.fur-mega__item,.fur-button,.fur-atc,.fur-product-card__media{cursor:none}.fur-cursor,.fur-cursor-dot{position:fixed;left:0;top:0;pointer-events:none;z-index:9999;opacity:0;transform:translate3d(-50%,-50%,0);will-change:transform}.fur-cursor{width:34px;height:34px;border:1px solid rgba(0,0,0,.35);border-radius:999px;transition:width .22s ease,height .22s ease,border-color .22s ease,background .22s ease,opacity .2s ease}.fur-cursor-dot{width:5px;height:5px;background:#111;border-radius:999px;transition:opacity .2s ease,transform .08s linear}body.fur-cursor-ready .fur-cursor,body.fur-cursor-ready .fur-cursor-dot{opacity:1}body.fur-cursor-hover .fur-cursor{width:54px;height:54px;background:#0000000e;border-color:#00000024}body.fur-cursor-hover .fur-cursor-dot{transform:translate3d(-50%,-50%,0) scale(.55)}.template-index:not(.fur-header-scrolled) .fur-cursor{border-color:#ffffff73}.template-index:not(.fur-header-scrolled) .fur-cursor-dot{background:#fff}.fur-pdp-info,.fur-pdp-gallery,.fur-product-card{animation:fur-soft-reveal .5s cubic-bezier(.2,.8,.2,1) both}@keyframes fur-soft-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(hover:none),(pointer:coarse){.fur-cursor,.fur-cursor-dot{display:none}body,.fur-header a,.fur-mega__item,.fur-button,.fur-atc,.fur-product-card__media{cursor:auto}}@media(max-width:700px){.fur-pdp-gallery__slide img{width:90%!important;max-height:50vh!important}}.fur-button{background-color:#000!important;color:#fff!important;background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:100% 0;transition:background-size .28s cubic-bezier(.2,.8,.2,1),color .22s ease,border-color .22s ease,transform .22s ease!important}.fur-button:before{display:none!important}.fur-button:hover{background-size:100% 100%;color:#000!important;transform:translateY(-1px)}.fur-button--light{background-color:#ffffff24!important;color:#fff!important;border-color:#ffffffa6!important;background-image:linear-gradient(#fff,#fff)}.fur-button--light:hover{color:#000!important;border-color:#fff!important}.fur-atc,.fur-cart-drawer__checkout,.fur-cart__checkout button{background-color:#000!important;color:#fff!important;background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:100% 0;transition:background-size .28s cubic-bezier(.2,.8,.2,1),color .22s ease,border-color .22s ease,transform .22s ease!important}.fur-atc:hover,.fur-cart-drawer__checkout:hover,.fur-cart__checkout button:hover{background-size:100% 100%;color:#000!important;transform:translateY(-1px)}.fur-footer{background:#efefef;border-top:1px solid rgba(0,0,0,.08);padding:54px var(--fur-gutter) 22px;color:#333;text-align:center}.fur-footer__inner{max-width:920px;margin:0 auto;display:grid;gap:38px;justify-items:center}.fur-footer__signup{max-width:440px}.fur-footer__title{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin:0 0 16px;color:#000}.fur-footer p{font-size:12px;line-height:1.45;margin:0 0 10px;color:#555}.fur-footer__signup-link{display:inline-flex;margin-top:8px;border-bottom:1px solid currentColor;padding-bottom:3px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.fur-footer__cols{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;justify-content:center}.fur-footer a{color:#333}.fur-footer a:hover{color:#000}.fur-footer__socials{display:flex;align-items:center;justify-content:center;gap:18px}.fur-footer__socials a{width:28px;height:28px;display:grid;place-items:center;transition:transform .18s ease,opacity .18s ease}.fur-footer__socials a:hover{transform:translateY(-2px);opacity:.7}.fur-footer__socials svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.fur-footer__bottom{max-width:1120px;margin:42px auto 0;padding-top:18px;border-top:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.fur-footer__bottom p{margin:0;color:#555}.fur-footer__legal{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.fur-footer__legal a{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#666}.fur-policy-page{max-width:900px;margin:0 auto;padding:calc(var(--fur-topbar) + var(--fur-header) + 56px) var(--fur-gutter) 90px;background:#fff;color:#111}.fur-policy-page h1{font-size:38px;line-height:.95;letter-spacing:-.05em;text-transform:uppercase;margin:0 0 28px}.fur-policy-page h2{font-size:15px;margin:30px 0 10px;text-transform:uppercase;letter-spacing:.08em}.fur-policy-page p,.fur-policy-page li{font-size:13px;line-height:1.75;color:#333}.fur-policy-page ul,.fur-policy-page ol{padding-left:20px}.fur-policy-note{background:#f3f3f3;border:1px solid #e1e1e1;padding:14px 16px;margin:0 0 24px;color:#555!important}.fur-service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0}.fur-service-card{background:#f1f1f1;padding:18px;text-align:left}.fur-service-card strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.fur-service-card p{margin:0;font-size:12px}.fur-form-placeholder{border:1px dashed #bdbdbd;background:#fafafa;padding:18px;margin-top:16px}.fur-form-placeholder label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin:12px 0 6px}.fur-form-placeholder input,.fur-form-placeholder textarea{width:100%;height:40px;border:1px solid #d0d0d0;background:#fff;padding:0 10px}.fur-form-placeholder textarea{height:110px;padding-top:10px}.fur-form-placeholder button{margin-top:14px}@media(max-width:760px){.fur-footer__cols{grid-template-columns:1fr;gap:34px}.fur-footer__bottom{flex-direction:column}.fur-policy-page h1{font-size:30px}.fur-service-cards{grid-template-columns:1fr}}@media(hover:hover)and (pointer:fine){body,body *{cursor:none!important}.fur-cursor{opacity:0!important;width:28px;height:28px;border-color:#0000002e}body.fur-cursor-hover .fur-cursor{opacity:1!important;background:#0000000b}.fur-cursor-dot{width:7px;height:7px;background:#111;box-shadow:0 0 18px #0003}}.template-index .fur-header{opacity:0;transform:translateY(calc(-1 * var(--fur-header)));pointer-events:none;transition:opacity .34s ease,transform .34s cubic-bezier(.2,.8,.2,1),background .24s ease,color .24s ease,border-color .24s ease;background:#fff;color:#000;border-bottom:1px solid rgba(0,0,0,.08)}.template-index .fur-header.scrolled{opacity:1;transform:translateY(0);pointer-events:auto;background:#fff;color:#000;border-bottom:1px solid rgba(0,0,0,.08)}.template-index .fur-logo-img,.template-index .fur-header.scrolled .fur-logo-img{filter:none}.fur-pdp-gallery,.fur-pdp-gallery__viewport,.fur-pdp-gallery__slide{background:#e6e6e6!important}.fur-pdp-gallery__slide img{background:transparent!important;mix-blend-mode:normal}.fur-pdp-editorial__media{background:#e6e6e6}.fur-pdp-editorial__media img{background:transparent!important}.fur-mega__inner{grid-template-columns:minmax(220px,18vw) minmax(310px,26vw) minmax(0,1fr);gap:10px}.fur-mega__product-panels{height:100%;min-width:0;overflow:hidden;background:#f1f1f1;position:relative;padding:12px 12px 18px}.fur-mega__panel{position:absolute;top:12px;right:12px;bottom:12px;left:12px;opacity:0;visibility:hidden;transform:translate(16px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;display:flex;flex-direction:column}.fur-mega__panel.is-active{opacity:1;visibility:visible;transform:translate(0)}.fur-mega__panel-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.fur-mega__panel-head span{font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.fur-mega__panel-head a{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#666!important;border-bottom:1px solid currentColor;padding-bottom:2px}.fur-mega__product-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;height:100%;min-height:0;overflow:auto;scrollbar-width:none}.fur-mega__product-rail::-webkit-scrollbar{display:none}.fur-mega__product-rail--dense{grid-template-columns:repeat(6,minmax(0,1fr))}.fur-mega-product{display:flex!important;flex-direction:column;gap:6px;background:#fff;min-width:0;overflow:hidden;position:relative;transition:transform .22s ease,background .22s ease}.fur-mega-product:hover{transform:translateY(-3px);background:#fafafa}.fur-mega-product img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#e9e9e9}.fur-mega-product span{font-size:10px!important;line-height:1.15!important;letter-spacing:-.01em!important;text-transform:none!important;color:#111!important;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-mega-product small{font-size:10px;color:#777;padding:0 8px 9px}.fur-mega__preview{display:none!important}@media(max-width:1100px){.fur-mega__product-rail,.fur-mega__product-rail--dense{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){body,body *{cursor:auto!important}.template-index .fur-header{opacity:1;transform:none;pointer-events:auto}.fur-mega__product-panels{display:none}}.template-index .fur-header{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important;background:#fffffff5!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.08)!important;transition:background .24s ease,box-shadow .24s ease,border-color .24s ease!important}.template-index .fur-header.scrolled{background:#fff!important;box-shadow:0 10px 30px #0000000b!important}.template-index .fur-logo-img{filter:none!important}.fur-mega__group--explore{display:none!important}@media(hover:hover)and (pointer:fine){body,body *{cursor:none!important}.fur-cursor{width:22px!important;height:22px!important;border:0!important;background:#111!important;opacity:0;box-shadow:0 0 0 1px #ffffff6b,0 8px 28px #0000002e;transition:transform .04s linear,width .18s ease,height .18s ease,background .18s ease,opacity .12s ease!important}.fur-cursor-dot{display:none!important}body.fur-cursor-ready .fur-cursor{opacity:1!important}body.fur-cursor-hover .fur-cursor{width:42px!important;height:42px!important;background:#000000c7!important;mix-blend-mode:difference}}.fur-combined-listings{margin:10px 0 2px;min-height:0}.fur-combined-listings:empty{display:none}.fur-combined-listings>*:empty{display:none}.fur-pdp-colour.has-app-swatches .fur-pdp-swatches,.fur-pdp-colour.has-app-swatches .fur-pdp-colour-help{display:none!important}.fur-pdp-native-colours{display:flex;flex-wrap:wrap;gap:7px}.fur-pdp-native-colours input{position:absolute;opacity:0}.fur-pdp-native-colours label{height:30px;padding:0 12px;border:1px solid #d0d0d0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer}.fur-pdp-native-colours input:checked+label{background:#111;color:#fff;border-color:#111}.fur-pdp-option--hidden-native{margin-top:8px}.template-index .fur-header{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important;background:transparent!important;color:#fff!important;border-bottom:1px solid transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:background .48s cubic-bezier(.2,.8,.2,1),color .36s ease,border-color .36s ease,box-shadow .48s ease,backdrop-filter .48s ease!important}.template-index .fur-header.scrolled{background:#fffffff5!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.08)!important;box-shadow:0 10px 34px #0000000e!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.template-index .fur-logo-img{filter:invert(1)!important;transition:filter .36s ease,opacity .36s ease!important}.template-index .fur-header:not(.scrolled) .fur-cart-count-badge{background:#fff!important;color:#000!important}.template-index .fur-header.scrolled .fur-cart-count-badge{background:#000!important;color:#fff!important}.fur-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000038,#0000);opacity:1;transition:opacity .42s ease;pointer-events:none;z-index:-1}.template-index .fur-header.scrolled:before{opacity:0}.template-index .fur-header .fur-mega,.template-index .fur-header .fur-mega a{color:#050505!important}.fur-pdp-colour .fur-pdp-swatches{display:none!important}.fur-native-colour-fallback{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;margin:0!important;padding:0!important;border:0!important}.fur-combined-listings{display:block!important;min-height:0;margin:10px 0 2px}.fur-combined-listings>*:empty{display:none!important}.fur-pdp-colour.has-app-swatches .fur-pdp-colour-help{display:none!important}@media(max-width:900px){.template-index .fur-header{background:#fffffff5!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.08)!important}.template-index .fur-logo-img{filter:none!important}.template-index .fur-header .fur-icon{stroke:#000!important}.template-index .fur-header:before{display:none}}.template-index .fur-header{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important;background:#fff0!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,0)!important;box-shadow:none!important;transition:background .42s cubic-bezier(.2,.8,.2,1),color .42s cubic-bezier(.2,.8,.2,1),border-color .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s cubic-bezier(.2,.8,.2,1),backdrop-filter .42s ease!important}.template-index .fur-header.scrolled{background:#fffffff5!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.08)!important;box-shadow:0 14px 34px #0000000e!important;backdrop-filter:saturate(1.4) blur(10px)!important;-webkit-backdrop-filter:saturate(1.4) blur(10px)!important}.template-index .fur-header:not(.scrolled) .fur-logo-img{filter:invert(1)!important;transition:filter .42s ease!important}.template-index .fur-header.scrolled .fur-logo-img{filter:none!important}.template-index .fur-header:not(.scrolled) .fur-icon{stroke:#fff!important}.template-index .fur-header.scrolled .fur-icon{stroke:#000!important}.fur-combined-listings{display:block!important;min-height:38px;margin:10px 0 2px}.fur-combined-listings:empty{display:none!important}.fur-app-colour-block{display:block}.fur-app-missing{font-size:10px;line-height:1.4;color:#8b8b8b;background:#f3f3f3;border:1px dashed #c9c9c9;padding:10px 12px;max-width:330px}.fur-pdp-colour-help,.fur-native-colour-fallback,.fur-pdp-colour .fur-pdp-swatches{display:none!important}.fur-linked-colours{margin:30px 0 20px!important}.fur-linked-colours__grid{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.fur-linked-colour{position:relative;display:grid;gap:6px;width:64px;color:#111;text-align:center;transition:transform .22s ease,opacity .22s ease}.fur-linked-colour img,.fur-linked-colour span{width:64px;height:80px;display:block;object-fit:cover;background:#eee;border:1px solid rgba(0,0,0,.16)}.fur-linked-colour em{font-style:normal;font-size:9px;line-height:1.15;color:#444;max-width:74px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-linked-colour:hover{transform:translateY(-3px)}.fur-linked-colour.is-active img,.fur-linked-colour.is-active span{border-color:#111;box-shadow:0 0 0 1px #111 inset}.fur-linked-colour.is-active:after{content:"";position:absolute;left:50%;top:84px;width:18px;height:1px;background:#111;transform:translate(-50%)}.fur-linked-colours__hint{font-size:10px;color:#777;margin:10px 0 0;line-height:1.4}.fur-combined-listings,.fur-app-colour-block,.fur-app-missing{display:none!important}.fur-precheckout{min-height:100vh;background:#fff;padding:calc(var(--fur-topbar) + var(--fur-header) + 54px) var(--fur-gutter) 90px;color:#0a0a0a}.fur-precheckout__head{max-width:920px;margin:0 auto 36px;text-align:center}.fur-precheckout__head h1{font-size:clamp(42px,6vw,104px);line-height:.9;letter-spacing:-.07em;text-transform:uppercase;margin:0 0 14px;font-weight:900}.fur-precheckout__head p:last-child{margin:0 auto;color:#777;font-size:12px;max-width:420px}.fur-precheckout__grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:26px;align-items:start}.fur-precheckout__items{display:grid;gap:1px;background:#dedede}.fur-precheckout__item{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:18px;align-items:center;background:#f4f4f4;padding:16px}.fur-precheckout__item img{width:140px;height:175px;object-fit:contain;background:transparent}.fur-precheckout__meta strong{display:block;font-size:13px;margin-bottom:6px}.fur-precheckout__meta span{display:block;font-size:11px;color:#777;margin-bottom:16px}.fur-precheckout__meta label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#555}.fur-precheckout__meta input{width:54px;height:30px;margin-left:8px;border:1px solid #bbb;background:#fff;text-align:center}.fur-precheckout__price{font-size:12px;font-weight:700;padding-right:4px}.fur-precheckout__summary{position:sticky;top:calc(var(--fur-topbar) + var(--fur-header) + 20px);background:#efefef;padding:24px}.fur-precheckout__summary h2{font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 22px}.fur-precheckout__row{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(0,0,0,.1);padding:13px 0;font-size:12px}.fur-precheckout__checkout,.fur-precheckout__update{width:100%;height:44px;margin-top:18px;border:1px solid #000;background:#000;color:#fff;text-transform:uppercase;font-weight:800;font-size:10px;letter-spacing:.08em;cursor:pointer}.fur-precheckout__update{margin-top:8px;background:transparent;color:#000}.fur-precheckout__checkout:hover{background:#fff;color:#000}.fur-precheckout__update:hover{background:#000;color:#fff}.fur-precheckout__trust{margin-top:20px;color:#666;font-size:11px;line-height:1.6}.fur-precheckout__trust p{margin:0 0 6px}.fur-precheckout__trust a{text-decoration:underline}.fur-precheckout__empty{text-align:center;margin-top:80px}@media(max-width:900px){.fur-precheckout__grid{grid-template-columns:1fr}.fur-precheckout__summary{position:relative;top:auto}.fur-precheckout__item{grid-template-columns:92px minmax(0,1fr);gap:12px}.fur-precheckout__item img{width:92px;height:118px}.fur-precheckout__price{grid-column:2}.fur-precheckout__head h1{font-size:44px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.fur-newsletter-form{display:grid;gap:8px;margin:14px auto 10px;max-width:380px}.fur-newsletter-form__row{display:flex;align-items:center;justify-content:center;gap:0}.fur-newsletter-form input{height:36px;min-width:230px;border:1px solid rgba(0,0,0,.22);background:transparent;padding:0 12px;font-size:11px;outline:none}.fur-newsletter-form input:focus{border-color:#000}.fur-newsletter-form .fur-footer__signup-link{height:36px;margin:0;border:1px solid #000;background:#000;color:#fff;padding:0 14px;cursor:pointer;font-size:10px;text-transform:uppercase;font-weight:800}.fur-newsletter-form .fur-footer__signup-link:hover{background:#fff;color:#000}.fur-service-page{max-width:960px}.fur-contact-form{display:grid;gap:14px;margin-top:24px;background:#f3f3f3;padding:24px}.fur-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fur-contact-form label{display:grid;gap:7px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#111}.fur-contact-form input,.fur-contact-form textarea{width:100%;border:1px solid rgba(0,0,0,.18);background:#fff;min-height:42px;padding:0 12px;font-size:12px;text-transform:none;letter-spacing:.02em;font-weight:400;outline:none}.fur-contact-form textarea{padding:12px;resize:vertical}.fur-contact-form input:focus,.fur-contact-form textarea:focus{border-color:#000}.fur-form-success{display:inline-flex;align-items:center;justify-content:center;background:#e9f7ec;border:1px solid #b7d9c1;color:#133b1f;padding:10px 12px;font-size:11px;margin:0}.fur-form-error{display:inline-flex;align-items:center;justify-content:center;background:#fff0f0;border:1px solid #e2b7b7;color:#571818;padding:10px 12px;font-size:11px;margin:0}@media(max-width:700px){.fur-form-grid{grid-template-columns:1fr}.fur-contact-form{padding:18px}.fur-newsletter-form__row{flex-direction:column;align-items:stretch}.fur-newsletter-form input{min-width:0;width:100%}.fur-newsletter-form .fur-footer__signup-link{width:100%}}@media(max-width:900px){:root{--fur-gutter:12px;--fur-header:56px;--fur-topbar:18px}body{font-size:12px;overflow-x:hidden}.fur-topbar{font-size:9px;padding:0 8px}.fur-header{height:var(--fur-header);grid-template-columns:auto 1fr auto;padding:0 var(--fur-gutter);gap:8px;background:#fffffff5!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.08)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fur-header__left{gap:14px;min-width:0}.fur-header__right{gap:12px;min-width:0}.fur-header a{font-size:9px;letter-spacing:.08em}.fur-header__logo{min-width:0;grid-column:auto}.fur-logo-img{width:142px!important;max-height:24px!important;filter:none!important}.fur-icon{width:18px;height:18px;stroke:#000!important}.fur-cart-count-badge{background:#000!important;color:#fff!important}.fur-shop-trigger{position:relative}.fur-mega{display:none!important}.fur-hero{min-height:92vh}.fur-hero__content{bottom:42px}.fur-hero__title{font-size:22px}.fur-hero__eyebrow{font-size:9px}.fur-button{min-height:40px;min-width:128px}.fur-arrivals__head{padding:20px var(--fur-gutter) 10px}.fur-arrivals__hint{display:none}.fur-category-rail{padding-bottom:14px}.fur-category-rail a{padding:8px 12px;font-size:9px}.fur-product-card{flex-basis:70vw}.fur-product-card__info{min-height:58px;padding:10px 6px}.fur-product-card__title,.fur-product-card__price,.fur-product-card__meta{font-size:10px}.fur-card-quick-add{right:8px;top:-32px;width:28px;height:28px}.fur-card-quick-add .fur-product-card__plus{width:28px;height:28px;font-size:24px;background:#ffffffb8;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fur-product-page{padding-top:calc(var(--fur-topbar) + var(--fur-header));background:#fff}.fur-pdp-hero{display:block;min-height:auto;background:#fff}.fur-pdp-gallery{min-height:58vh;background:#e8e8e8}.fur-pdp-gallery__slide,.fur-pdp-gallery__slide.is-active{min-height:58vh}.fur-pdp-gallery__slide img{width:88vw;height:52vh;max-width:none;max-height:none;object-fit:contain;object-position:center}.fur-pdp-gallery__nav{width:48px;height:64px;font-size:26px}.fur-pdp-gallery__nav--prev{left:0}.fur-pdp-gallery__nav--next{right:0}.fur-pdp-gallery__counter{left:14px;bottom:12px}.fur-pdp-gallery__zoom{display:none}.fur-pdp-info{padding:22px var(--fur-gutter) 92px!important;background:#fff;min-height:auto}.fur-pdp-title{font-size:13px;max-width:72%;line-height:1.25}.fur-pdp-price{font-size:13px}.fur-linked-colours{margin:22px 0 18px!important}.fur-linked-colour{width:54px}.fur-linked-colour img,.fur-linked-colour span{width:54px;height:68px}.fur-linked-colour em{font-size:8px;max-width:54px}.fur-pdp-size-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.fur-pdp-size-grid label{height:46px;font-size:11px}.fur-pdp-size-help{font-size:10px;margin-top:10px}.fur-pdp-stock{margin:10px 0;font-size:9px}.fur-pdp-atc{position:sticky;bottom:12px;z-index:40;height:48px;box-shadow:0 12px 34px #0000002e}.fur-pdp-shipping{font-size:10px;background:#f6f6f6;margin-top:14px;padding:14px;border-top:0}.fur-pdp-editorial{display:block;min-height:auto}.fur-pdp-editorial__text{padding:38px 22px}.fur-pdp-editorial__text h2{font-size:20px}.fur-pdp-editorial__text h3{font-size:18px}.fur-pdp-editorial__text p,.fur-pdp-editorial__description,.fur-pdp-editorial__description p,.fur-pdp-editorial__description li{font-size:12px;line-height:1.7}.fur-pdp-editorial__media{min-height:58vh}.fur-pdp-editorial__media img{height:58vh;padding:0;object-fit:contain;background:transparent}.fur-pdp-stylewith,.fur-pdp-like{padding:30px var(--fur-gutter) 10px}.fur-pdp-stylewith__top,.fur-pdp-like__head{display:flex;align-items:center;justify-content:center;text-align:center}.fur-pdp-stylewith__grid,.fur-pdp-like__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0}.fur-pdp-stylewith .fur-product-card,.fur-pdp-like .fur-product-card{width:100%;flex-basis:auto}.fur-pdp-stylewith .fur-product-card__media,.fur-pdp-like .fur-product-card__media{aspect-ratio:4/5;background:#eee}.fur-cart-drawer{width:100vw;min-width:0}.fur-cart-drawer__head{height:58px;padding:0 14px}.fur-cart-drawer__body{padding:12px 14px}.fur-cart-drawer__item{grid-template-columns:72px 1fr;gap:12px}.fur-cart-drawer__item img{width:72px;height:92px}.fur-cart-drawer__checkout{height:46px}.fur-cart-backdrop{display:none}.fur-footer{padding:36px var(--fur-gutter) 24px;text-align:center}.fur-footer__grid{grid-template-columns:1fr!important;gap:26px}.fur-footer__title{margin-bottom:12px}.fur-footer__bottom{align-items:center!important;text-align:center}.fur-footer__legal{justify-content:center;gap:12px}.fur-precheckout{padding:calc(var(--fur-topbar) + var(--fur-header) + 30px) var(--fur-gutter) 70px}.fur-precheckout__head h1{font-size:38px}.fur-precheckout__grid{grid-template-columns:1fr}.fur-precheckout__summary{position:relative;top:auto}.fur-precheckout__item{grid-template-columns:88px minmax(0,1fr);gap:12px}.fur-precheckout__item img{width:88px;height:112px}.fur-precheckout__price{grid-column:2;padding:0}.fur-contact-form{padding:18px}.fur-form-grid{grid-template-columns:1fr}}@media(max-width:430px){.fur-logo-img{width:118px!important}.fur-header__left,.fur-header__right{gap:9px}.fur-header a{font-size:8px}.fur-pdp-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fur-product-card{flex-basis:78vw}.fur-pdp-stylewith__grid,.fur-pdp-like__grid{grid-template-columns:1fr!important}.fur-footer__legal{flex-direction:column}}.fur-hero__image{object-position:center center}.fur-footer__signup{text-align:center;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.fur-newsletter-form{width:100%;display:grid;place-items:center}.fur-newsletter-form__row{width:min(390px,100%);margin:0 auto;display:flex;align-items:center;justify-content:center}.fur-newsletter-form input{flex:1;min-width:0}.fur-newsletter-form .fur-footer__signup-link{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-width:104px;text-align:center;isolation:isolate;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .2s ease}.fur-newsletter-form .fur-footer__signup-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translateY(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1);z-index:-1}.fur-newsletter-form .fur-footer__signup-link:hover:before{transform:translateY(0)}.fur-newsletter-form .fur-footer__signup-link:hover{color:#000;transform:translateY(-1px)}@media(max-width:700px){.fur-newsletter-form__row{width:100%}.fur-newsletter-form .fur-footer__signup-link{min-width:100%}}#shopify-pc__banner,#shopify-pc__banner *,#shopify-pc__preferences,#shopify-pc__preferences *,[id^=shopify-pc__],[id^=shopify-pc__] *,[class*=shopify-pc__],[class*=shopify-pc__] *{cursor:auto!important}body.fur-native-cursor-zone-active .fur-cursor,body.fur-native-cursor-zone-active .fur-cursor-dot{opacity:0!important}.fur-product-card__media{transition:transform .32s cubic-bezier(.2,.8,.2,1),filter .32s ease,box-shadow .32s ease}.fur-product-card:hover .fur-product-card__media{transform:translateY(-3px);filter:saturate(1.03) contrast(1.02)}.fur-product-card__image,.fur-product-card__hover{transition:opacity .28s ease,transform .55s cubic-bezier(.2,.8,.2,1)!important}.fur-product-card__media:hover .fur-product-card__image,.fur-product-card__media:hover .fur-product-card__hover{transform:scale(1.025)}.fur-product-card__plus{transition:transform .18s ease,opacity .18s ease,background .18s ease,color .18s ease!important}.fur-product-card__plus:hover{transform:scale(1.16) rotate(90deg)}.fur-pdp-gallery__slide.is-active img{animation:furPdpImageIn .52s cubic-bezier(.2,.8,.2,1) both}@keyframes furPdpImageIn{0%{opacity:.2;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.fur-fit-visualizer{margin:10px 0 16px;border:1px solid #e3e3e3;background:#fafafa;padding:12px}.fur-fit-visualizer__labels{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:0 0 10px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#777;text-align:center}.fur-fit-visualizer__bar{height:4px;background:#ddd;position:relative;border-radius:999px;overflow:visible}.fur-fit-visualizer__bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#bbb,#111)}.fur-fit-visualizer__bar span{position:absolute;left:var(--fur-fit-position,66%);top:50%;width:14px;height:14px;background:#111;border:2px solid #fff;border-radius:999px;transform:translate(-50%,-50%);box-shadow:0 3px 12px #0000003d;transition:left .28s cubic-bezier(.2,.8,.2,1)}.fur-recently-viewed{padding:36px var(--fur-gutter) 18px;background:#efefef}.fur-recently-viewed__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.fur-recently-viewed .fur-product-card,.fur-recently-viewed .fur-product-card__media{background:transparent}@media(max-width:1100px){.fur-recently-viewed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.fur-recently-viewed__grid{grid-template-columns:1fr}.fur-fit-visualizer__labels{font-size:8px}}.fur-pdp-trustbar{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:14px 0 16px}.fur-pdp-trustbar span{display:flex;align-items:center;gap:7px;background:#f3f3f3;border:1px solid rgba(0,0,0,.08);padding:10px 12px;font-size:10px;color:#333;line-height:1.25}.fur-pdp-trustbar b{font-weight:900;color:#111}.fur-newsletter-privacy{font-size:10px!important;color:#777!important}.fur-newsletter-privacy a{text-decoration:underline}.fur-empty-premium{max-width:520px;margin:70px auto;text-align:center}.fur-empty-premium h2{font-size:34px;letter-spacing:-.05em;margin:8px 0 12px}.fur-empty-premium__preview{display:grid;justify-items:center;gap:10px;margin:24px auto;max-width:220px}.fur-empty-premium__preview img{width:180px;aspect-ratio:4/5;object-fit:cover;background:#eee}.fur-empty-premium__preview a:last-child{font-size:11px;font-weight:800}.fur-cart-empty--premium strong{display:block;font-size:18px;margin:4px 0 8px}.fur-cart-empty--premium .fur-page__eyebrow{font-size:9px;color:#777;margin-bottom:4px}.fur-collection--enhanced{padding-top:calc(var(--fur-topbar) + var(--fur-header) + 22px)}.fur-collection-hero{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#efefef;margin:0 calc(var(--fur-gutter) * -1) 0;padding:44px var(--fur-gutter)}.fur-collection-hero p{max-width:560px;margin:8px auto 0;color:#555;font-size:13px}.fur-collection-hero__meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px}.fur-collection-hero__meta span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(0,0,0,.14);padding:8px 10px;background:#fff}.fur-collection-tabs{display:flex;gap:8px;overflow:auto;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.08);scrollbar-width:none}.fur-collection-tabs::-webkit-scrollbar{display:none}.fur-collection-tabs a{flex:0 0 auto;font-size:10px;text-transform:uppercase;letter-spacing:.09em;border:1px solid rgba(0,0,0,.16);padding:8px 11px}.fur-collection-tabs a.is-active,.fur-collection-tabs a:hover{background:#000;color:#fff;border-color:#000}.fur-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#666}.fur-collection__grid--enhanced{border-top:1px solid rgba(0,0,0,.08);border-left:1px solid rgba(0,0,0,.08)}.fur-collection__grid--enhanced .fur-product-card{border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.fur-drop-archive{padding:calc(var(--fur-topbar) + var(--fur-header) + 34px) var(--fur-gutter) 80px;background:#fff;min-height:80vh}.fur-drop-archive__hero{text-align:center;background:#efefef;padding:60px var(--fur-gutter);margin:0 calc(var(--fur-gutter) * -1) 34px}.fur-drop-archive__hero h1{font-size:48px;letter-spacing:-.06em;text-transform:uppercase;margin:0 0 12px}.fur-drop-archive__hero p{max-width:540px;margin:0 auto;color:#555}.fur-drop-archive__grid{max-width:1120px;margin:0 auto}.fur-drop-card{display:grid;grid-template-columns:1.2fr .8fr;background:#f4f4f4}.fur-drop-card__image img{width:100%;height:100%;min-height:520px;object-fit:cover}.fur-drop-card__content{padding:46px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.fur-drop-card__content>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777;margin-bottom:10px}.fur-drop-card h2{font-size:34px;line-height:.95;letter-spacing:-.05em;text-transform:uppercase;margin:0 0 14px}.fur-drop-card p{font-size:13px;color:#555;line-height:1.6;margin:0 0 18px}.fur-drop-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 26px}.fur-drop-card__meta span{font-size:10px;text-transform:uppercase;border:1px solid rgba(0,0,0,.14);padding:8px 10px;background:#fff}.fur-newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.fur-newsletter-popup-open .fur-newsletter-popup{opacity:1;visibility:visible;pointer-events:auto}.fur-newsletter-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000005c;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.fur-newsletter-popup__panel{position:absolute;right:18px;bottom:18px;width:min(420px,calc(100vw - 36px));background:#f2f2f2;color:#111;padding:28px;box-shadow:0 20px 60px #0000002e;transform:translateY(18px);transition:transform .24s ease}.fur-newsletter-popup-open .fur-newsletter-popup__panel{transform:translateY(0)}.fur-newsletter-popup__close{position:absolute;right:12px;top:10px;-webkit-appearance:none;appearance:none;border:0;background:transparent;font-size:24px;cursor:pointer}.fur-newsletter-popup h2{font-size:28px;line-height:.95;letter-spacing:-.05em;margin:8px 0 12px}.fur-newsletter-popup p{font-size:12px;color:#555;line-height:1.55;margin:0 0 14px}.fur-newsletter-popup small{display:block;margin-top:10px;color:#777;font-size:10px}.fur-newsletter-form--popup{max-width:none;margin:16px 0 0}.fur-newsletter-form--popup input{background:#fff}.fur-recently-viewed{opacity:0;transform:translateY(16px);transition:opacity .34s ease,transform .34s ease}.fur-recently-viewed.is-visible{opacity:1;transform:translateY(0)}.fur-recently-viewed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.fur-product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff0,#fff3);opacity:0;transition:opacity .28s ease}.fur-product-card__media:hover:after{opacity:1}.fur-product-card__image,.fur-product-card__hover{transform:scale(1);transition:opacity .22s ease,transform .42s cubic-bezier(.2,.8,.2,1)}.fur-product-card__media:hover .fur-product-card__image,.fur-product-card__media:hover .fur-product-card__hover{transform:scale(1.035)}@media(max-width:900px){.fur-pdp-trustbar,.fur-drop-card{grid-template-columns:1fr}.fur-drop-card__image img{min-height:360px}.fur-drop-card__content{padding:28px}.fur-recently-viewed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fur-collection-toolbar{align-items:flex-start;flex-direction:column}.fur-newsletter-popup__panel{left:12px;right:12px;bottom:12px;width:auto}.fur-drop-archive__hero h1{font-size:34px}}.fur-cart-drawer{background:#f4f4f4;transition:transform .34s cubic-bezier(.16,1,.3,1),box-shadow .34s ease}body.fur-cart-open .fur-cart-drawer{box-shadow:-22px 0 70px #0003}.fur-cart-drawer__head{border-bottom:1px solid rgba(0,0,0,.08);background:#f8f8f8}.fur-cart-drawer__kicker{display:block;font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:#777;margin:0 0 3px;font-weight:800}.fur-cart-drawer__head strong{display:block}.fur-cart-drawer__progress{padding:14px 18px 12px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.fur-cart-drawer__progress p{font-size:11px;margin:0 0 8px;color:#333}.fur-cart-progressbar{height:4px;background:#ddd;overflow:hidden}.fur-cart-progressbar span{display:block;height:100%;width:0;background:#000;transition:width .45s cubic-bezier(.2,.8,.2,1)}.fur-cart-drawer__item{opacity:0;transform:translate(18px);animation:fur-cart-item-in .36s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--item-index,0) * 45ms)}.fur-cart-drawer__item.is-visible{opacity:1;transform:none}@keyframes fur-cart-item-in{to{opacity:1;transform:translate(0)}}.fur-cart-drawer__trust{display:grid;gap:6px;margin:0 0 14px;color:#555;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.fur-cart-drawer__continue{width:100%;height:36px;margin-top:8px;border:1px solid #111;background:transparent;color:#111;font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.08em;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease}.fur-cart-drawer__continue:hover{background:#111;color:#fff;transform:translateY(-1px)}.fur-cart-drawer__recommendations{margin-top:18px;border-top:1px solid rgba(0,0,0,.12);padding-top:14px}.fur-cart-drawer__recommendations>p{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin:0 0 10px}.fur-cart-rec{display:grid;gap:5px;min-width:0}.fur-cart-rec img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#e8e8e8}.fur-cart-rec span{font-size:9px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-cart-rec small{font-size:9px;color:#777}.fur-cart-rec:hover img{transform:scale(1.025);transition:transform .28s ease}.fur-cart-empty--premium{animation:fur-cart-empty-in .34s ease both}@keyframes fur-cart-empty-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.fur-card-quick-add{overflow:visible}.fur-card-quick-add.is-added .fur-product-card__plus{background:#000!important;color:#fff!important;transform:scale(1.18) rotate(135deg)!important}.fur-add-burst{position:absolute;inset:50% auto auto 50%;width:8px;height:8px;border-radius:999px;background:#000;transform:translate(-50%,-50%);pointer-events:none;z-index:5;animation:fur-add-burst .7s ease-out forwards}.fur-product-card.is-quick-added .fur-product-card__media:before{content:"Toegevoegd";position:absolute;left:10px;bottom:10px;z-index:5;background:#000;color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;padding:7px 9px;animation:fur-added-label .75s ease both}@keyframes fur-add-burst{0%{box-shadow:0 0 #00000059;opacity:1}to{box-shadow:0 0 0 22px #0000;opacity:0}}@keyframes fur-added-label{0%{opacity:0;transform:translateY(8px)}18%,72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}.fur-restock{margin:14px 0 18px;background:#f4f4f4;border:1px solid rgba(0,0,0,.12);padding:14px}.fur-restock__title{margin:0 0 5px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#111}.fur-restock__text{margin:0 0 12px;font-size:11px;line-height:1.55;color:#555}.fur-restock-form__row{display:flex;gap:0}.fur-restock-form input{height:38px;min-width:0;flex:1;border:1px solid #bbb;border-right:0;background:#fff;padding:0 11px;font-size:11px;outline:none}.fur-restock-form button{height:38px;border:1px solid #111;background:#111;color:#fff;padding:0 13px;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;cursor:pointer;transition:background .22s ease,color .22s ease}.fur-form-success,.fur-form-error{font-size:10px;margin:8px 0 0;color:#333}@media(max-width:700px){.fur-cart-drawer__progress{padding:12px 14px}.fur-cart-drawer__trust{font-size:9px}.fur-cart-recs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.fur-restock-form__row{display:grid}.fur-restock-form input{border-right:1px solid #bbb;border-bottom:0}.fur-restock-form button{width:100%}}.fur-cart-drawer__item.is-decrementing{animation:fur-cart-decrement .34s ease both}.fur-cart-drawer__item.is-removing{animation:fur-cart-remove .34s ease forwards}.fur-cart-remove[disabled]{opacity:.35;pointer-events:none}@keyframes fur-cart-decrement{0%{transform:translate(0) scale(1)}45%{transform:translate(-6px) scale(.985);background:#00000009}to{transform:translate(0) scale(1)}}@keyframes fur-cart-remove{to{opacity:0;transform:translate(24px);max-height:0;padding-top:0;padding-bottom:0;margin:0;border-color:transparent}}.fur-cart-rec-wrap{position:relative;min-width:0}.fur-cart-rec-add{position:absolute;right:5px;top:5px;z-index:3}.fur-cart-rec-add .fur-product-card__plus{width:24px;height:24px;border-radius:999px;background:#fff!important;border:1px solid rgba(0,0,0,.14)!important;box-shadow:0 6px 18px #0000001f;font-size:17px!important}.fur-cart-rec-wrap:hover .fur-cart-rec-add .fur-product-card__plus{transform:scale(1.08)}.fur-pdp-size-group{margin:0 0 10px}.fur-pdp-size-group>span{display:block;margin:0 0 7px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#777}.fur-pdp-size-group--kids{margin-bottom:14px}.fur-pdp-size-group--kids .fur-pdp-size-grid label{background:#fff}.fur-fit-table-heading{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin:16px 0 8px;color:#111}.fur-fit-table-wrap--kids{margin-bottom:4px}.fur-restock{border:1px solid #d8d8d8;background:#f7f7f7;padding:14px;margin:14px 0 0}.fur-restock strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 10px}.fur-restock-form__row{display:flex}.fur-restock-form input{flex:1;height:38px;border:1px solid #bbb;border-right:0;background:#fff;padding:0 11px;font-size:11px}.fur-restock-form button{width:104px;border:1px solid #111;background:#111;color:#fff;text-transform:uppercase;font-size:10px;font-weight:800;cursor:pointer}.fur-restock-form button:hover{background:#fff;color:#111}.fur-pdp-atc[disabled]{opacity:.48;cursor:not-allowed;background:#777!important;border-color:#777!important;color:#fff!important}.fur-pdp-size-grid label.is-disabled{opacity:.32;text-decoration:line-through;cursor:not-allowed;background:#f5f5f5;color:#777}.fur-pdp-size-grid input:disabled+label{opacity:.32;text-decoration:line-through;cursor:not-allowed;background:#f5f5f5;color:#777}.fur-precheckout__image-link,.fur-cart-drawer__image-link{display:block;overflow:hidden}.fur-precheckout__image-link img,.fur-cart-drawer__image-link img{transition:transform .25s ease}.fur-precheckout__image-link:hover img,.fur-cart-drawer__image-link:hover img{transform:scale(1.035)}.fur-back-in-stock-app{margin-top:12px}.fur-back-in-stock-app__block{display:block}.fur-back-in-stock-app__fallback{border:1px dashed rgba(0,0,0,.22);padding:12px;background:#fff;color:#555;font-size:11px;line-height:1.5}.fur-back-in-stock-app__fallback p{margin:0}.fur-restock--app [type=email],.fur-restock--app input[type=email],.fur-restock--app input[type=text]{width:100%;height:40px;border:1px solid #bbb;background:#fff;padding:0 12px;font-size:11px}.fur-restock--app button,.fur-restock--app [type=submit],.fur-restock--app a[role=button]{min-height:40px;border:1px solid #111;background:#111;color:#fff;padding:0 14px;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;cursor:pointer;transition:background .22s ease,color .22s ease}.fur-restock--app button:hover,.fur-restock--app [type=submit]:hover,.fur-restock--app a[role=button]:hover{background:#fff;color:#111}.fur-restock-form input:focus{border-color:#111}.fur-restock[hidden]{display:none!important}.fur-restock-form.is-success .fur-restock-form__row{opacity:.45;pointer-events:none}.fur-restock-form button:disabled{opacity:.55;cursor:wait}.fur-pdp-size-grid label.is-disabled,.fur-pdp-size-grid input+label.is-disabled,.fur-pdp-size-grid input:disabled+label{pointer-events:auto!important;cursor:pointer!important;opacity:.46;text-decoration:line-through;background:#f5f5f5;color:#777}.fur-pdp-size-grid input:checked+label.is-disabled{background:#222!important;color:#fff!important;opacity:1;text-decoration:none;border-color:#222!important}.fur-restock:not([hidden]){animation:fur-restock-reveal .28s ease both}@keyframes fur-restock-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fur-pdp-size-grid label.is-disabled,.fur-pdp-size-grid input+label.is-disabled,.fur-pdp-size-grid input:disabled+label{pointer-events:auto!important;cursor:pointer!important;-webkit-user-select:none;user-select:none}.fur-pdp-size-grid input{pointer-events:none!important}.fur-pdp-size-grid input:checked+label.is-disabled{background:#222!important;color:#fff!important;opacity:1!important;text-decoration:none!important;border-color:#222!important}.fur-restock[hidden]{display:block!important}.fur-restock{display:block!important;overflow:hidden;max-height:0;opacity:0;transform:translateY(8px);padding-top:0!important;padding-bottom:0!important;margin-top:0!important;border-width:0!important;pointer-events:none;transition:max-height .38s cubic-bezier(.2,.8,.2,1),opacity .24s ease,transform .24s ease,margin .24s ease,padding .24s ease,border-width .24s ease}.fur-restock.is-open{max-height:420px;opacity:1;transform:translateY(0);padding:14px!important;margin:14px 0 0!important;border-width:1px!important;pointer-events:auto}.fur-form-success[hidden],.fur-form-error[hidden]{display:none!important}.fur-form-success:not([hidden]){display:block;color:#1d6b3a;font-weight:700}.fur-form-error:not([hidden]){display:block;color:#9b2424;font-weight:700}.fur-pdp-atc[data-sold-out=true]{background:#111!important;border-color:#111!important;color:#fff!important;opacity:1!important;cursor:pointer!important}.fur-pdp-atc[data-sold-out=true]:hover{background:#fff!important;color:#111!important}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.fur-product-card,.fur-cart-drawer,.fur-recently-viewed,.fur-newsletter-popup,.fur-restock{contain:layout paint}.fur-button,.fur-pdp-atc,.fur-cart-drawer__checkout,.fur-newsletter-form .fur-footer__signup-link,.fur-restock-form button,.fur-product-card__plus{transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s ease,box-shadow .22s ease}.fur-button:hover,.fur-pdp-atc:hover,.fur-cart-drawer__checkout:hover,.fur-newsletter-form .fur-footer__signup-link:hover,.fur-restock-form button:hover{transform:translateY(-1px)}.fur-card-quick-add.is-added .fur-product-card__plus{background:#111!important;color:#fff!important;transform:scale(1.04)!important;box-shadow:0 10px 28px #0000002e!important}.fur-product-card__plus.is-loading{color:transparent!important;pointer-events:none;position:relative}.fur-product-card__plus.is-loading:before{content:"";width:11px;height:11px;border:1px solid currentColor;border-top-color:transparent;border-radius:999px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);animation:fur-mini-spin .55s linear infinite;color:#111}.fur-card-quick-add.is-added .fur-product-card__plus.is-loading:before{color:#fff}@keyframes fur-mini-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.fur-add-burst{background:transparent!important;width:32px!important;height:32px!important;border:1px solid rgba(0,0,0,.22);animation:fur-premium-ripple .58s cubic-bezier(.2,.8,.2,1) forwards!important}@keyframes fur-premium-ripple{0%{opacity:.8;transform:translate(-50%,-50%) scale(.5)}to{opacity:0;transform:translate(-50%,-50%) scale(1.8)}}.fur-product-card.is-quick-added .fur-product-card__media:before{content:""!important;left:auto!important;right:12px!important;bottom:12px!important;width:34px!important;height:2px!important;padding:0!important;background:#111!important;animation:fur-add-line .72s ease both!important}@keyframes fur-add-line{0%{opacity:0;transform:scaleX(0);transform-origin:right}20%,70%{opacity:1;transform:scaleX(1);transform-origin:right}to{opacity:0;transform:scaleX(.6);transform-origin:left}}.fur-pdp-gallery__viewport{min-height:inherit}.fur-pdp-gallery__slide img{display:block}.fur-linked-colours__grid,.fur-pdp-swatches,.fur-pdp-size-grid{min-height:46px}.fur-restock{will-change:max-height,opacity,transform}.fur-pdp-usps,.fur-pdp-trustbar,.fur-fit-helper,.fur-pdp-accordion{clear:both}.fur-fit-helper{overflow:hidden}.fur-fit-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.fur-fit-table{table-layout:auto}.fur-fit-table th,.fur-fit-table td{white-space:nowrap}.fur-cart-drawer__body{scrollbar-width:thin}.fur-cart-drawer__item{min-height:124px}.fur-cart-drawer__item img{display:block}.fur-cart-drawer__foot{background:#f7f7f7}.fur-cart-drawer__checkout{position:relative;overflow:hidden}.fur-cart-drawer__checkout:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:translate(-120%);transition:transform .55s ease}.fur-cart-drawer__checkout:hover:after{transform:translate(120%)}.fur-recently-viewed{padding-left:var(--fur-gutter);padding-right:var(--fur-gutter)}.fur-recently-viewed__grid .fur-product-card,.fur-collection__grid .fur-product-card{min-width:0}.fur-collection-toolbar{min-height:34px}.fur-product-card__media{transform:translateZ(0)}.fur-footer{overflow:hidden}.fur-footer__grid{align-items:start}.fur-newsletter-form__row{min-height:36px}.fur-newsletter-form input{max-width:100%}.fur-newsletter-popup__panel{max-height:calc(100vh - 36px);overflow:auto}@media(max-width:900px){.fur-header{position:fixed;left:0;right:0;top:var(--fur-topbar);width:100%;min-width:0}.fur-header__left,.fur-header__right{flex-wrap:nowrap}.fur-header__right a:not([data-fur-cart-open]),.fur-header__left a:not(.fur-shop-trigger__link){display:none}.fur-header__logo{justify-self:center}.fur-hero{min-height:86svh}.fur-hero__image{height:100%;object-fit:cover;object-position:center}.fur-hero__content{left:14px;right:14px;bottom:32px;text-align:center}.fur-hero__actions{justify-content:center;flex-wrap:wrap;gap:8px}.fur-product-card{flex:0 0 72vw;max-width:72vw}.fur-product-card__media{aspect-ratio:4/5}.fur-product-card__info{min-height:64px;padding:10px 6px 14px;grid-template-columns:minmax(0,1fr) auto}.fur-product-card__title{max-width:100%}.fur-product-card__plus{right:8px;top:-34px;width:30px;height:30px;border-radius:999px;background:#ffffffd1;box-shadow:0 10px 24px #00000017;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fur-pdp-hero{padding:0 0 24px!important;gap:0!important}.fur-pdp-gallery,.fur-pdp-gallery__slide,.fur-pdp-gallery__slide.is-active{min-height:54svh!important}.fur-pdp-gallery__slide img{width:92vw!important;height:49svh!important;max-width:92vw!important;object-fit:contain!important}.fur-pdp-info{padding:20px 14px 96px!important;max-width:none!important;width:100%;position:relative!important;top:auto!important}.fur-pdp-title{max-width:68%;font-size:13px}.fur-pdp-price{font-size:13px}.fur-pdp-size-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.fur-pdp-size-grid label{height:42px;font-size:10px}.fur-pdp-atc{height:46px}.fur-pdp-usps{grid-template-columns:1fr!important;gap:6px;margin:14px 0}.fur-pdp-trustbar{gap:1px}.fur-pdp-trustbar span{min-height:38px;display:flex;align-items:center}.fur-restock.is-open{max-height:520px}.fur-restock-form__row{display:grid!important;grid-template-columns:1fr}.fur-restock-form input{border:1px solid #bbb!important;border-bottom:0!important}.fur-restock-form button{width:100%!important;height:40px!important}.fur-recently-viewed{padding:28px 12px!important}.fur-recently-viewed__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}.fur-recently-viewed .fur-product-card{max-width:none!important;width:100%!important;flex:auto!important}.fur-recently-viewed .fur-product-card__plus{top:-32px}.fur-collection{padding-left:12px!important;padding-right:12px!important}.fur-collection__head{display:block;margin-bottom:14px}.fur-collection__title{font-size:30px!important;letter-spacing:-.05em}.fur-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}.fur-collection__grid .fur-product-card{width:100%;max-width:none;flex:auto}.fur-collection__grid .fur-product-card__info{padding:9px 4px 16px}.fur-collection__grid .fur-product-card__title,.fur-collection__grid .fur-product-card__price,.fur-collection__grid .fur-product-card__meta{font-size:9px}.fur-cart-drawer{width:100vw!important;max-width:100vw!important;min-width:0!important}.fur-cart-drawer__head{height:56px}.fur-cart-drawer__body{padding:12px 14px 0}.fur-cart-drawer__item{grid-template-columns:72px minmax(0,1fr);gap:12px;min-height:112px;padding:12px 0}.fur-cart-drawer__item img{width:72px;height:92px}.fur-cart-drawer__meta{min-width:0}.fur-cart-drawer__meta strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-cart-drawer__foot{padding:14px}.fur-cart-recs{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fur-cart-rec span{font-size:8px}.fur-cart-rec small{display:none}.fur-cart-rec-add .fur-product-card__plus{width:26px;height:26px}.fur-footer{padding:36px 16px 18px!important;text-align:center}.fur-footer__grid{display:grid!important;grid-template-columns:1fr!important;gap:26px!important;justify-items:center}.fur-footer p{margin-left:auto;margin-right:auto}.fur-footer__bottom{align-items:center!important;text-align:center}.fur-footer__legal{justify-content:center;gap:12px}.fur-newsletter-form{width:100%;max-width:420px}.fur-newsletter-form__row{display:grid!important;grid-template-columns:1fr!important}.fur-newsletter-form input,.fur-newsletter-form .fur-footer__signup-link{width:100%!important}.fur-newsletter-popup__panel{left:10px!important;right:10px!important;bottom:10px!important;width:auto!important;padding:22px!important}.fur-newsletter-popup h2{font-size:24px}}@media(max-width:420px){.fur-product-card{flex-basis:78vw;max-width:78vw}.fur-pdp-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fur-collection__grid,.fur-recently-viewed__grid{grid-template-columns:1fr 1fr!important}.fur-cart-recs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fur-logo-img{width:124px!important}}html{scrollbar-gutter:stable}body.fur-no-scroll{overflow:hidden}.fur-pdp-info{min-height:520px;contain:layout paint style}.fur-pdp-title{display:block;min-height:18px}.fur-pdp-payment{min-height:14px}.fur-combined-listings{min-height:0!important}.fur-pdp-colour,.fur-pdp-option,.fur-pdp-meta-line{transform:translateZ(0)}.fur-pdp-like__head nav{display:none!important}.fur-pdp-like__head{min-height:34px;margin-bottom:22px}.fur-pdp-like__head h3,.fur-recently-viewed .fur-pdp-like__head h3{position:relative}.fur-pdp-like__head h3:after{content:"";display:block;width:34px;height:1px;background:#111;margin:10px auto 0;opacity:.55;transform-origin:center;animation:fur-title-line .7s ease both}@keyframes fur-title-line{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:.55}}.fur-fit-helper{max-width:100%;contain:layout paint}.fur-fit-helper__body{max-width:100%;overflow:hidden}.fur-fit-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border:1px solid rgba(0,0,0,.08);background:#f6f6f6}.fur-fit-table{width:100%;border-collapse:collapse}.fur-fit-table th,.fur-fit-table td{white-space:nowrap;min-width:84px}.fur-fit-table td:first-child,.fur-fit-table th:first-child{position:sticky;left:0;background:#f6f6f6;z-index:1}.fur-fit-table-heading{padding-left:2px}.fur-newsletter-form input,.fur-newsletter-form .fur-footer__signup-link{min-height:42px}.fur-footer__cols a[href^="mailto:"]{display:none!important}.fur-product-card{transition:transform .34s cubic-bezier(.2,.8,.2,1),filter .34s ease}.fur-product-card:hover{transform:translateY(-2px)}.fur-product-card__media{overflow:hidden}.fur-product-card__image,.fur-product-card__hover{transition:opacity .36s ease,transform .7s cubic-bezier(.2,.8,.2,1),filter .36s ease}.fur-product-card:hover .fur-product-card__image,.fur-product-card:hover .fur-product-card__hover{transform:scale(1.018)}.fur-card-quick-add.is-added .fur-product-card__plus{background:#111!important;color:#fff!important;transform:translateY(-1px) scale(1.08)!important;box-shadow:0 14px 34px #00000038!important}.fur-card-quick-add.is-added .fur-product-card__plus:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:1px solid rgba(255,255,255,.72);border-radius:999px;animation:fur-inner-ring .62s ease both}@keyframes fur-inner-ring{0%{opacity:0;transform:scale(.65)}35%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.35)}}.fur-product-card.is-quick-added .fur-product-card__media:before{content:""!important;position:absolute!important;left:14px!important;right:14px!important;bottom:14px!important;width:auto!important;height:1px!important;padding:0!important;background:linear-gradient(90deg,transparent,#111,transparent)!important;animation:fur-premium-scan .82s cubic-bezier(.2,.8,.2,1) both!important;z-index:6}.fur-product-card.is-quick-added .fur-product-card__media:after{content:"Added to bag";position:absolute;left:14px;bottom:24px;z-index:6;background:#ffffffdb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#111;border:1px solid rgba(0,0,0,.08);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;padding:7px 9px;animation:fur-added-chip .9s ease both}@keyframes fur-premium-scan{0%{opacity:0;transform:translate(-18%) scaleX(.2)}25%,70%{opacity:1;transform:translate(0) scaleX(1)}to{opacity:0;transform:translate(18%) scaleX(.35)}}@keyframes fur-added-chip{0%{opacity:0;transform:translateY(8px)}20%,72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}.fur-add-burst{display:none!important}.fur-add-token{position:fixed;z-index:9998;left:0;top:0;width:12px;height:12px;border-radius:999px;background:#111;box-shadow:0 10px 26px #00000038;pointer-events:none;transform:translate(-50%,-50%);animation:fur-add-token .72s cubic-bezier(.32,.72,.12,1) forwards}@keyframes fur-add-token{0%{opacity:0;transform:translate(-50%,-50%) scale(.45)}14%{opacity:1;transform:translate(-50%,-50%) scale(1)}78%{opacity:.9;transform:translate(calc(-50% + var(--fur-token-x)),calc(-50% + var(--fur-token-y))) scale(.62)}to{opacity:0;transform:translate(calc(-50% + var(--fur-token-x)),calc(-50% + var(--fur-token-y))) scale(.25)}}.fur-cart-drawer{will-change:transform;transition:transform .36s cubic-bezier(.22,.9,.2,1),box-shadow .36s ease}.fur-cart-backdrop{transition:opacity .28s ease,visibility .28s ease}.fur-cart-drawer__item{animation:fur-cart-item-in .34s cubic-bezier(.2,.8,.2,1) both;animation-delay:calc(var(--item-index,0) * 35ms)}@keyframes fur-cart-item-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}.fur-reveal{opacity:0;transform:translateY(14px);transition:opacity .52s ease,transform .52s cubic-bezier(.2,.8,.2,1)}.fur-reveal.fur-in-view{opacity:1;transform:translateY(0)}.fur-button,.fur-pdp-atc,.fur-cart-drawer__checkout,.fur-restock-form button,.fur-newsletter-form .fur-footer__signup-link{position:relative;overflow:hidden}.fur-button:before,.fur-pdp-atc:before,.fur-cart-drawer__checkout:before,.fur-restock-form button:before,.fur-newsletter-form .fur-footer__signup-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.22) 48%,transparent 70%);transform:translate(-130%);transition:transform .62s cubic-bezier(.2,.8,.2,1);pointer-events:none}.fur-button:hover:before,.fur-pdp-atc:hover:before,.fur-cart-drawer__checkout:hover:before,.fur-restock-form button:hover:before,.fur-newsletter-form .fur-footer__signup-link:hover:before{transform:translate(130%)}@media(max-width:900px){.fur-pdp-info{min-height:0!important;contain:layout paint}.fur-pdp-title{min-height:20px}.fur-pdp-payment{margin:10px 0 18px;min-height:14px}.fur-pdp-colour{min-height:80px}.fur-pdp-option--sizes{min-height:132px}.fur-fit-helper__body{padding:12px 0!important}.fur-fit-visualizer{padding:0 12px 12px}.fur-fit-table-wrap{border-left:0;border-right:0;margin-left:0;margin-right:0;width:100%;max-width:100%;overflow-x:hidden;background:transparent}.fur-fit-table,.fur-fit-table thead,.fur-fit-table tbody,.fur-fit-table tr,.fur-fit-table th,.fur-fit-table td{display:block;width:100%;min-width:0!important}.fur-fit-table thead{display:none}.fur-fit-table tr{display:grid!important;grid-template-columns:1fr 1fr;gap:0;background:#f7f7f7;border:1px solid rgba(0,0,0,.1);margin:0 0 8px}.fur-fit-table td{position:relative!important;left:auto!important;background:transparent!important;border:0!important;border-bottom:1px solid rgba(0,0,0,.06)!important;padding:9px 10px!important;white-space:normal!important;font-size:10px}.fur-fit-table td:first-child{grid-column:1/-1;background:#111!important;color:#fff!important;font-weight:900;text-align:center;letter-spacing:.08em;text-transform:uppercase}.fur-fit-table td:nth-child(2):before{content:"Halve borst";display:block;font-size:8px;color:#777;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.fur-fit-table td:nth-child(3):before{content:"Lengte";display:block;font-size:8px;color:#777;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.fur-fit-table td:nth-child(4):before{content:"Mouw";display:block;font-size:8px;color:#777;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.fur-fit-table-wrap--kids .fur-fit-table tr{grid-template-columns:1fr}.fur-fit-table-wrap--kids .fur-fit-table td:first-child{grid-column:auto}.fur-fit-table-wrap--kids .fur-fit-table td:nth-child(2):before{content:"Advies"}.fur-newsletter-form__row{gap:0!important}.fur-newsletter-form input,.fur-newsletter-form .fur-footer__signup-link{height:48px!important;min-height:48px!important;font-size:12px!important}.fur-newsletter-form input{padding:0 14px!important;text-align:center}.fur-footer__signup>p:last-child{display:none!important}.fur-footer__cols a[href^="mailto:"]{display:none!important}.fur-cart-drawer{height:100svh}.fur-cart-drawer__body{overscroll-behavior:contain}.fur-cart-drawer__foot{padding-bottom:max(14px,env(safe-area-inset-bottom))}.fur-add-token{display:none}}@media(prefers-reduced-motion:reduce){.fur-reveal,.fur-product-card,.fur-product-card__image,.fur-product-card__hover,.fur-cart-drawer,.fur-cart-backdrop,.fur-button,.fur-pdp-atc,.fur-cart-drawer__checkout{transition:none!important;animation:none!important}.fur-add-token{display:none!important}}.fur-pdp-info{overflow-anchor:none;contain:layout paint}.fur-pdp-title{display:block!important;float:none!important;min-height:34px!important;padding-right:104px!important;line-height:1.25!important;margin:0 0 4px!important}.fur-pdp-price{float:none!important;position:absolute!important;top:20px!important;right:0!important;margin:0!important;min-width:88px;text-align:right;line-height:1.25!important}.fur-pdp-colour{clear:none!important;margin-top:22px!important;transition:margin .22s ease}.fur-linked-colours{min-height:104px!important}.fur-linked-colours__grid{min-height:86px;align-items:flex-start}.fur-pdp-option--sizes{scroll-margin-top:calc(var(--fur-topbar) + var(--fur-header) + 18px)}.fur-fit-helper{overflow:hidden;transition:border-color .24s ease,box-shadow .24s ease,background .24s ease}.fur-fit-helper:hover{border-color:#bcbcbc;box-shadow:0 10px 28px #0000000a}.fur-fit-helper__body{display:grid!important;grid-template-rows:0fr;opacity:0;transform:translateY(-6px);transition:grid-template-rows .34s cubic-bezier(.2,.8,.2,1),opacity .24s ease,transform .34s cubic-bezier(.2,.8,.2,1),padding .24s ease;overflow:hidden;padding-top:0!important;padding-bottom:0!important}.fur-fit-helper__body>*{min-height:0}.fur-fit-helper[open] .fur-fit-helper__body{grid-template-rows:1fr;opacity:1;transform:translateY(0);padding-top:12px!important;padding-bottom:12px!important;animation:fur-size-open .38s cubic-bezier(.2,.8,.2,1) both}@keyframes fur-size-open{0%{filter:blur(2px)}to{filter:blur(0)}}.fur-add-toast{position:fixed;right:22px;bottom:22px;z-index:10010;display:flex;align-items:center;gap:10px;background:#0a0a0aeb;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 60px #00000038;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:12px 14px;min-width:220px;transform:translateY(16px);opacity:0;pointer-events:none;transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .24s ease}.fur-add-toast.is-visible{transform:translateY(0);opacity:1}.fur-add-toast__mark{width:18px;height:18px;border:1px solid rgba(255,255,255,.6);border-radius:999px;position:relative;display:inline-flex;flex:0 0 18px}.fur-add-toast__mark:after{content:"";position:absolute;left:5px;top:4px;width:5px;height:8px;border:solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg)}.fur-add-toast__text{display:grid;gap:2px}.fur-add-toast__text strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.fur-add-toast__text span{font-size:10px;color:#ffffffb8}.fur-card-quick-add.is-added .fur-product-card__plus{background:#111!important;color:#fff!important;transform:scale(1.05)!important;box-shadow:0 12px 30px #0000002e!important}.fur-card-quick-add.is-added .fur-product-card__plus:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px solid rgba(0,0,0,.22);border-radius:999px;animation:fur-add-orbit .65s cubic-bezier(.2,.8,.2,1) both}@keyframes fur-add-orbit{0%{opacity:0;transform:scale(.72)}35%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.35)}}.fur-product-card.is-quick-added .fur-product-card__media:after{content:"Added";position:absolute;right:12px;bottom:12px;z-index:6;background:#111111d1;color:#fff;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;padding:7px 9px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:fur-added-minimal .95s ease both}@keyframes fur-added-minimal{0%{opacity:0;transform:translateY(7px)}18%,74%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(3px)}}.fur-hero__image{image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}@media(min-width:901px){body.fur-cart-open{padding-right:0!important;overflow:hidden}.fur-cart-drawer{will-change:transform}.fur-pdp-info{padding-top:22px}}@media(max-width:700px){.fur-pdp-title{min-height:32px!important;padding-right:92px!important}.fur-pdp-price{top:22px!important;right:var(--fur-gutter)!important}.fur-pdp-colour{margin-top:18px!important}.fur-linked-colours{min-height:96px!important}.fur-fit-helper__body{will-change:grid-template-rows,opacity,transform}.fur-add-toast{left:14px;right:14px;bottom:14px;min-width:0;justify-content:flex-start}.fur-hero__image{object-fit:cover}}@media(max-width:700px){.fur-fit-table-wrap{width:100%;overflow:visible!important}.fur-fit-table{min-width:0!important;width:100%!important;table-layout:fixed!important;border-collapse:separate;border-spacing:0 6px}.fur-fit-table thead{display:table-header-group!important}.fur-fit-table tr{display:table-row!important;background:#fff}.fur-fit-table th,.fur-fit-table td{display:table-cell!important;width:25%!important;min-width:0!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-align:center!important;padding:8px 3px!important;font-size:9px!important;line-height:1.15!important;vertical-align:middle!important}.fur-fit-table th:first-child,.fur-fit-table td:first-child{text-align:left!important;font-weight:800!important}.fur-pdp-stock{margin-bottom:16px!important;display:block!important;line-height:1.45!important}.fur-pdp-atc{margin-top:4px!important}}@media(max-width:700px){.fur-hero__content{left:0!important;right:0!important;bottom:42px!important;width:100%!important;max-width:none!important;padding:0 22px!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.fur-hero__content .fur-button,.fur-hero__content a.fur-button{align-self:center!important;margin-left:auto!important;margin-right:auto!important}.fur-fit-helper{margin-left:12px!important;margin-right:12px!important;border-radius:0!important}.fur-fit-helper__body{padding-left:10px!important;padding-right:10px!important}.fur-fit-table-wrap{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow:hidden!important;border:1px solid rgba(0,0,0,.1)!important;background:#fff!important}.fur-fit-table,.fur-fit-table thead,.fur-fit-table tbody{display:table!important;width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}.fur-fit-table thead{display:table-header-group!important}.fur-fit-table tbody{display:table-row-group!important}.fur-fit-table tr{display:table-row!important;background:#fff!important;border:0!important;margin:0!important}.fur-fit-table th,.fur-fit-table td{display:table-cell!important;min-width:0!important;width:auto!important;padding:9px 2px!important;font-size:8.5px!important;line-height:1.1!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;border-bottom:1px solid rgba(0,0,0,.08)!important;background:#fff!important;color:#111!important}.fur-fit-table th:nth-child(1),.fur-fit-table td:nth-child(1){width:18%!important;text-align:left!important;padding-left:7px!important;font-weight:900!important}.fur-fit-table th:nth-child(2),.fur-fit-table td:nth-child(2){width:31%!important}.fur-fit-table th:nth-child(3),.fur-fit-table td:nth-child(3){width:26%!important}.fur-fit-table th:nth-child(4),.fur-fit-table td:nth-child(4){width:25%!important}.fur-fit-table td:before{display:none!important;content:none!important}.fur-fit-table th{font-size:7.5px!important;text-transform:uppercase!important;letter-spacing:.03em!important;color:#777!important;font-weight:800!important;background:#f7f7f7!important}.fur-fit-table td:first-child{position:static!important;left:auto!important;background:#fff!important;color:#111!important;grid-column:auto!important;text-transform:uppercase!important;letter-spacing:.06em!important}.fur-fit-table-wrap--kids .fur-fit-table th:nth-child(1),.fur-fit-table-wrap--kids .fur-fit-table td:nth-child(1){width:34%!important}.fur-fit-table-wrap--kids .fur-fit-table th:nth-child(2),.fur-fit-table-wrap--kids .fur-fit-table td:nth-child(2){width:66%!important;text-align:left!important;padding-left:8px!important}.fur-pdp-stylewith,.fur-pdp-like,.fur-recently-viewed{padding:30px 0 18px!important;overflow:hidden!important}.fur-pdp-stylewith__top,.fur-pdp-like__head,.fur-recently-viewed .fur-pdp-like__head{padding:0 var(--fur-gutter)!important;margin:0 0 16px!important;min-height:auto!important}.fur-pdp-stylewith__grid,.fur-pdp-like__grid,.fur-recently-viewed__grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 var(--fur-gutter) 12px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.fur-pdp-stylewith__grid::-webkit-scrollbar,.fur-pdp-like__grid::-webkit-scrollbar,.fur-recently-viewed__grid::-webkit-scrollbar{display:none!important}.fur-pdp-stylewith .fur-product-card,.fur-pdp-like .fur-product-card,.fur-recently-viewed .fur-product-card{flex:0 0 72vw!important;width:72vw!important;max-width:310px!important;min-width:230px!important;scroll-snap-align:start!important;background:transparent!important}.fur-pdp-stylewith .fur-product-card__info,.fur-pdp-like .fur-product-card__info,.fur-recently-viewed .fur-product-card__info{min-height:62px!important;padding-left:0!important;padding-right:0!important}}@media(max-width:380px){.fur-fit-table th,.fur-fit-table td{font-size:7.8px!important;padding-left:1px!important;padding-right:1px!important}.fur-fit-table th:nth-child(1),.fur-fit-table td:nth-child(1){padding-left:5px!important}.fur-pdp-stylewith .fur-product-card,.fur-pdp-like .fur-product-card,.fur-recently-viewed .fur-product-card{flex-basis:76vw!important;width:76vw!important}}@media(max-width:700px){.fur-pdp-size-group{margin:0 0 16px!important}.fur-pdp-size-group>span{display:block!important;margin:0 0 8px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#333!important}.fur-pdp-size-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;border:0!important;background:transparent!important}.fur-pdp-size-grid label{height:43px!important;border:1px solid rgba(0,0,0,.18)!important;border-radius:999px!important;background:#f7f7f7!important;font-size:10px!important;font-weight:800!important;letter-spacing:.02em!important;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease!important}.fur-pdp-size-grid label:hover{transform:translateY(-1px)!important;background:#fff!important}.fur-pdp-size-grid input:checked+label{background:#111!important;color:#fff!important;border-color:#111!important;box-shadow:0 10px 22px #00000021!important}.fur-pdp-size-grid label.is-sold-out,.fur-pdp-size-grid input[disabled]+label{opacity:.55!important;text-decoration:line-through!important;background:#f2f2f2!important;color:#777!important;pointer-events:auto!important}.fur-pdp-size-grid input[disabled]:checked+label,.fur-pdp-size-grid label.is-sold-out.is-selected{background:#111!important;color:#fff!important;text-decoration:none!important;opacity:1!important}.fur-pdp-stylewith__grid,.fur-pdp-like__grid,.fur-recently-viewed__grid{overflow:hidden!important;position:relative!important;scroll-snap-type:none!important}.fur-pdp-stylewith__grid.is-mobile-marquee,.fur-pdp-like__grid.is-mobile-marquee,.fur-recently-viewed__grid.is-mobile-marquee{width:max-content!important;min-width:100%!important;animation:furMobileRail 32s linear infinite!important;will-change:transform!important}.fur-pdp-stylewith__grid.is-mobile-marquee:active,.fur-pdp-like__grid.is-mobile-marquee:active,.fur-recently-viewed__grid.is-mobile-marquee:active,.fur-pdp-stylewith__grid.is-mobile-marquee:hover,.fur-pdp-like__grid.is-mobile-marquee:hover,.fur-recently-viewed__grid.is-mobile-marquee:hover{animation-play-state:paused!important}.fur-pdp-stylewith__grid.is-mobile-marquee .fur-product-card,.fur-pdp-like__grid.is-mobile-marquee .fur-product-card,.fur-recently-viewed__grid.is-mobile-marquee .fur-product-card{flex:0 0 70vw!important;width:70vw!important;max-width:300px!important;min-width:230px!important}}@keyframes furMobileRail{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:380px){.fur-pdp-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fur-pdp-size-grid label{height:42px!important;font-size:9.5px!important}}.fur-club-page{padding:calc(var(--fur-topbar) + var(--fur-header) + 56px) var(--fur-gutter) 80px;background:#f6f6f4;min-height:100vh;color:#0a0a0a;overflow:hidden}.fur-club-hero{text-align:center;margin:0 auto 42px;max-width:760px;animation:furClubIn .8s cubic-bezier(.2,.8,.2,1) both}.fur-club-hero p{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin:0 0 10px;color:#777}.fur-club-hero h1{font-size:clamp(38px,7vw,92px);line-height:.92;letter-spacing:-.065em;margin:0 0 16px}.fur-club-hero span{font-size:13px;color:#555;line-height:1.7}.fur-club-shell{max-width:980px;margin:0 auto}.fur-club-card{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 80px #0000000f;padding:36px;animation:furClubCard .7s cubic-bezier(.2,.8,.2,1) both}.fur-club-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#777;font-weight:900;margin:0 0 12px}.fur-club-card h2{font-size:28px;letter-spacing:-.04em;line-height:1.05;margin:0 0 14px}.fur-club-card p{font-size:13px;line-height:1.75;color:#444;margin:0 0 18px}.fur-club-login form{display:grid;gap:10px;margin-top:22px}.fur-club-login label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#555}.fur-club-login input{height:48px;border:1px solid rgba(0,0,0,.18);background:#f7f7f7;padding:0 14px;font-size:13px;outline:none}.fur-club-login input:focus{border-color:#000;background:#fff}.fur-club-login .fur-button{height:48px;width:100%;margin-top:4px}.fur-club-message{margin-top:14px;padding:12px 14px;background:#f2f2f2;font-size:12px;line-height:1.5}.fur-club-message[data-type=success]{background:#eaf3ec}.fur-club-message[data-type=error]{background:#f7e8e8}.fur-club-dashboard__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:26px}.fur-club-dashboard__top button{border:1px solid #111;background:transparent;height:34px;padding:0 14px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.fur-club-dashboard__top button:hover{background:#111;color:#fff}.fur-club-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}.fur-club-stats div{background:#f4f4f4;padding:18px;text-align:center}.fur-club-stats strong{display:block;font-size:24px;letter-spacing:-.04em}.fur-club-stats span{display:block;margin-top:5px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#666;font-weight:800}.fur-club-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.fur-club-grid article{border:1px solid rgba(0,0,0,.08);padding:20px;background:#fff}.fur-club-grid h3{font-size:13px;margin:0 0 10px}.fur-club-grid p{font-size:12px;line-height:1.65;margin:0;color:#555}@keyframes furClubIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes furClubCard{0%{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:760px){.fur-club-page{padding:calc(var(--fur-topbar) + var(--fur-header) + 34px) 18px 56px}.fur-club-card{padding:24px 18px}.fur-club-card h2{font-size:24px}.fur-club-dashboard__top{display:block}.fur-club-dashboard__top button{margin-top:12px}.fur-club-stats,.fur-club-grid{grid-template-columns:1fr}.fur-club-hero{text-align:left;margin-bottom:28px}.fur-club-hero h1{font-size:44px}}@media(max-width:700px){.fur-pdp-option--sizes{min-height:auto!important;overflow:hidden!important}.fur-pdp-size-group{margin:0 0 14px!important;overflow:visible!important}.fur-pdp-size-group>span{margin-left:2px!important;margin-bottom:8px!important}.fur-pdp-size-grid{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:1px 2px 8px!important;border:0!important;background:transparent!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;scrollbar-width:none!important}.fur-pdp-size-grid::-webkit-scrollbar{display:none!important}.fur-pdp-size-grid input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.fur-pdp-size-grid label{flex:0 0 50px!important;width:50px!important;height:50px!important;min-width:50px!important;border:1px solid rgba(0,0,0,.2)!important;border-radius:0!important;background:#f7f7f7!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important;font-weight:800!important;letter-spacing:.01em!important;line-height:1!important;scroll-snap-align:start!important;white-space:nowrap!important;cursor:pointer!important;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important}.fur-pdp-size-grid label:hover{background:#fff!important;transform:translateY(-1px)!important}.fur-pdp-size-grid input:checked+label{background:#111!important;color:#fff!important;border-color:#111!important;box-shadow:0 12px 24px #00000026!important;text-decoration:none!important;opacity:1!important}.fur-pdp-size-grid label.is-sold-out,.fur-pdp-size-grid input[disabled]+label{opacity:.58!important;text-decoration:line-through!important;background:#f1f1f1!important;color:#777!important;pointer-events:auto!important}.fur-pdp-size-grid input[disabled]:checked+label,.fur-pdp-size-grid label.is-sold-out.is-selected{opacity:1!important;background:#111!important;color:#fff!important;border-color:#111!important;text-decoration:none!important}.fur-pdp-size-group--kids .fur-pdp-size-grid label{flex-basis:72px!important;width:72px!important;min-width:72px!important;font-size:9.5px!important}.fur-pdp-stylewith__grid,.fur-pdp-like__grid,.fur-recently-viewed__grid{display:flex!important;flex-wrap:nowrap!important;gap:0!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;scrollbar-width:none!important;padding-bottom:8px!important;animation:none!important}.fur-pdp-stylewith__grid::-webkit-scrollbar,.fur-pdp-like__grid::-webkit-scrollbar,.fur-recently-viewed__grid::-webkit-scrollbar{display:none!important}.fur-pdp-stylewith__grid.is-mobile-marquee,.fur-pdp-like__grid.is-mobile-marquee,.fur-recently-viewed__grid.is-mobile-marquee{width:100%!important;min-width:0!important;animation:none!important;will-change:scroll-position!important}.fur-pdp-stylewith__grid.is-user-paused,.fur-pdp-like__grid.is-user-paused,.fur-recently-viewed__grid.is-user-paused{scroll-behavior:auto!important}.fur-pdp-stylewith__grid .fur-product-card,.fur-pdp-like__grid .fur-product-card,.fur-recently-viewed__grid .fur-product-card,.fur-pdp-stylewith__grid.is-mobile-marquee .fur-product-card,.fur-pdp-like__grid.is-mobile-marquee .fur-product-card,.fur-recently-viewed__grid.is-mobile-marquee .fur-product-card{flex:0 0 72vw!important;width:72vw!important;max-width:310px!important;min-width:230px!important;scroll-snap-align:start!important}}@media(max-width:380px){.fur-pdp-size-grid label{flex-basis:48px!important;width:48px!important;min-width:48px!important;height:48px!important;font-size:9.5px!important}.fur-pdp-size-group--kids .fur-pdp-size-grid label{flex-basis:68px!important;width:68px!important;min-width:68px!important}}.fur-card-quick-add,.fur-card-quick-add .fur-product-card__plus{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;box-sizing:border-box!important}.fur-card-quick-add{position:absolute!important;right:10px!important;top:-34px!important;flex:0 0 auto!important}.fur-product-card__plus.is-loading{color:transparent!important;overflow:hidden!important;transform:none!important}.fur-product-card__plus.is-loading:before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;width:12px!important;height:12px!important;margin:0!important;border:1px solid #111!important;border-top-color:transparent!important;border-radius:999px!important;transform:translate(-50%,-50%)!important;animation:fur-mini-spin .62s linear infinite!important;box-sizing:border-box!important}.fur-card-quick-add.is-added .fur-product-card__plus.is-loading:before{border-color:#fff!important;border-top-color:transparent!important}.fur-product-breadcrumbs{justify-content:flex-start!important;text-align:left!important;max-width:none!important;padding-left:var(--fur-gutter)!important;padding-right:var(--fur-gutter)!important;font-size:8.5px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#0000007a!important;min-height:22px!important;align-items:center!important;gap:7px!important}.fur-product-breadcrumbs a,.fur-product-breadcrumbs span{color:#0000007a!important;font-weight:800!important}.fur-product-breadcrumbs a:hover{color:#111!important}.fur-category-rail a,.fur-pdp-stylewith__top a,.fur-pdp-like__head a,.fur-product-breadcrumbs a{position:relative;transition:color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s ease}.fur-category-rail a:after,.fur-pdp-stylewith__top a:after,.fur-pdp-like__head a:after,.fur-product-breadcrumbs a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .32s cubic-bezier(.2,.8,.2,1);opacity:.75}.fur-category-rail a:hover,.fur-pdp-stylewith__top a:hover,.fur-pdp-like__head a:hover,.fur-product-breadcrumbs a:hover{transform:translateY(-1px)}.fur-category-rail a:hover:after,.fur-pdp-stylewith__top a:hover:after,.fur-pdp-like__head a:hover:after,.fur-product-breadcrumbs a:hover:after{transform:scaleX(1);transform-origin:left}.fur-fit-helper{overflow:hidden!important;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease!important}.fur-fit-helper[open]{box-shadow:0 18px 42px #0000000e!important;border-color:#00000038!important}.fur-fit-helper__body{display:grid!important;grid-template-rows:0fr!important;opacity:0!important;transform:translateY(-6px)!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden!important;transition:grid-template-rows .42s cubic-bezier(.2,.8,.2,1),opacity .28s ease,transform .42s cubic-bezier(.2,.8,.2,1),padding .32s ease!important}.fur-fit-helper[open] .fur-fit-helper__body{grid-template-rows:1fr!important;opacity:1!important;transform:translateY(0)!important;padding-top:12px!important;padding-bottom:12px!important}.fur-fit-helper__body>*{min-height:0!important}.fur-fit-helper summary:after{transition:transform .32s cubic-bezier(.2,.8,.2,1)!important}.fur-fit-helper[open] summary:after{transform:rotate(45deg)!important}@media(max-width:700px){.fur-pdp-stylewith,.fur-pdp-like,.fur-recently-viewed{overflow:hidden!important}.fur-pdp-stylewith__grid,.fur-pdp-like__grid,.fur-recently-viewed__grid{overflow-x:auto!important;overflow-y:hidden!important;touch-action:pan-x!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;cursor:grab!important}.fur-pdp-stylewith__grid:active,.fur-pdp-like__grid:active,.fur-recently-viewed__grid:active{cursor:grabbing!important}.fur-pdp-stylewith__grid.is-mobile-marquee,.fur-pdp-like__grid.is-mobile-marquee,.fur-recently-viewed__grid.is-mobile-marquee{animation:none!important;width:auto!important;min-width:0!important}}.fur-club-dashboard__top{align-items:center!important}.fur-club-avatar{width:48px;height:48px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;letter-spacing:.08em;flex:0 0 48px}.fur-club-member-head{display:flex;gap:14px;align-items:center}.fur-club-progress{height:5px;background:#eee;border-radius:999px;overflow:hidden;margin-top:10px}.fur-club-progress span{display:block;height:100%;width:var(--club-progress,12%);background:#111;border-radius:inherit;transition:width .6s cubic-bezier(.2,.8,.2,1)}.fur-club-orders{margin-top:16px;display:grid;gap:8px}.fur-club-order{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid rgba(0,0,0,.09);align-items:center}.fur-club-order strong{font-size:12px}.fur-club-order span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:800}.fur-club-order small{font-size:11px;color:#555}.fur-club-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border:1px solid rgba(0,0,0,.14);border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.fur-club-empty{font-size:12px!important;color:#666!important;background:#f6f6f6;padding:14px;margin:10px 0 0!important}.fur-club-grid article{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease}.fur-club-grid article:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0000000e}@media(max-width:760px){.fur-club-member-head{align-items:flex-start}.fur-club-order{grid-template-columns:1fr}.fur-club-badge{width:max-content}.fur-card-quick-add{right:8px!important;top:-32px!important}}.fur-pdp-price{float:none!important;position:static!important;top:auto!important;right:auto!important;display:block!important;width:auto!important;min-width:0!important;text-align:left!important;margin:8px 0 0!important;line-height:1.25!important}.fur-pdp-title{padding-right:0!important;max-width:none!important;min-height:0!important}.fur-pdp-colour{clear:none!important;margin-top:24px!important}html.fur-no-scroll,body.fur-no-scroll{overflow:hidden!important;padding-right:0!important}body.fur-cart-open{padding-right:0!important}.fur-cart-drawer{will-change:transform;contain:layout paint}.fur-cart-drawer__item{will-change:transform,opacity}.fur-cart-recs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.fur-cart-rec{position:relative}.fur-cart-rec .fur-card-quick-add{position:absolute;right:8px;bottom:42px;z-index:3}.fur-cart-rec .fur-product-card__plus{width:30px;height:30px;border-radius:999px;background:#111!important;color:#fff!important;box-shadow:0 10px 22px #0000002e}@media(max-width:700px){.fur-pdp-info{padding-top:22px!important}.fur-pdp-price{font-size:12px!important;margin-top:7px!important;text-align:left!important}.fur-pdp-colour{margin-top:20px!important}.fur-cart-drawer{width:min(100vw,420px)!important}.fur-cart-recs{display:flex!important;overflow-x:auto!important;gap:10px!important;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.fur-cart-rec{flex:0 0 calc((100% - 10px)/2)!important;scroll-snap-align:start}.fur-cart-rec .fur-card-quick-add{right:7px;bottom:38px}.fur-pdp-stylewith__grid,.fur-pdp-like__grid,.fur-recently-viewed__grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fur-pdp-stylewith__grid::-webkit-scrollbar,.fur-pdp-like__grid::-webkit-scrollbar,.fur-recently-viewed__grid::-webkit-scrollbar{display:none}.fur-pdp-stylewith .fur-product-card,.fur-pdp-like .fur-product-card,.fur-recently-viewed .fur-product-card{flex:0 0 58vw!important;min-width:58vw!important;max-width:58vw!important;scroll-snap-align:start}}.fur-pdp-info .fur-pdp-title,.fur-pdp-info .fur-pdp-price{float:none!important;position:relative!important;inset:auto!important;display:block!important;width:100%!important;max-width:none!important;text-align:left!important;clear:both!important}.fur-pdp-info .fur-pdp-title{margin:0 0 7px!important;line-height:1.25!important}.fur-pdp-info .fur-pdp-price{margin:0 0 22px!important;line-height:1.25!important;align-self:flex-start!important;justify-self:start!important}.fur-pdp-info .fur-pdp-colour{margin-top:0!important;clear:both!important}.fur-pdp-info:after{content:"";display:block;clear:both}html.fur-no-scroll,body.fur-no-scroll{overflow:hidden!important;padding-right:0!important;overscroll-behavior:none!important}.fur-cart-drawer{box-sizing:border-box!important;max-width:100vw!important;overflow:hidden!important;transform:translate3d(100%,0,0)!important}body.fur-cart-open .fur-cart-drawer{transform:translateZ(0)!important}.fur-cart-drawer__body{min-height:0!important;overflow:auto!important}.fur-cart-drawer__foot{flex:0 0 auto!important;max-height:48vh!important;overflow:auto!important}.fur-cart-drawer__recommendations{margin-top:16px!important;overflow:hidden!important}.fur-cart-drawer__recommendations>p{margin:0 0 10px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.fur-cart-recs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;align-items:start!important}.fur-cart-rec-wrap{position:relative!important;min-width:0!important;overflow:hidden!important;background:#f6f6f6!important}.fur-cart-rec{display:block!important;min-width:0!important;color:#111!important}.fur-cart-rec img{display:block!important;width:100%!important;aspect-ratio:4/5!important;height:auto!important;object-fit:cover!important;background:#e9e9e9!important}.fur-cart-rec span{display:block!important;padding:8px 8px 2px!important;font-size:9px!important;line-height:1.2!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fur-cart-rec small{display:block!important;padding:0 8px 8px!important;font-size:9px!important;color:#777!important}.fur-cart-rec-wrap .fur-card-quick-add{position:absolute!important;right:8px!important;top:8px!important;bottom:auto!important;z-index:4!important;margin:0!important;width:30px!important;height:30px!important}.fur-cart-rec-wrap .fur-product-card__plus{width:30px!important;height:30px!important;border-radius:999px!important;background:#111!important;color:#fff!important;border:0!important;box-shadow:0 10px 22px #0000002e!important;display:flex!important;align-items:center!important;justify-content:center!important}.fur-cart-rec-wrap .fur-card-quick-add.is-added .fur-product-card__plus,.fur-cart-rec-wrap.is-quick-added .fur-product-card__plus{transform:scale(.92)!important}@media(max-width:900px){.fur-pdp-stylewith,.fur-pdp-like,.fur-recently-viewed{overflow:hidden!important}.fur-pdp-stylewith__grid,.fur-pdp-like__grid,.fur-recently-viewed__grid{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;touch-action:pan-x!important;padding:0 var(--fur-gutter) 12px!important;margin-left:calc(var(--fur-gutter) * -1)!important;margin-right:calc(var(--fur-gutter) * -1)!important}.fur-pdp-stylewith__grid::-webkit-scrollbar,.fur-pdp-like__grid::-webkit-scrollbar,.fur-recently-viewed__grid::-webkit-scrollbar{display:none!important}.fur-pdp-stylewith__grid .fur-product-card,.fur-pdp-like__grid .fur-product-card,.fur-recently-viewed__grid .fur-product-card{flex:0 0 58vw!important;min-width:58vw!important;max-width:58vw!important;scroll-snap-align:start!important}.fur-cart-drawer{width:100vw!important;min-width:0!important;max-width:100vw!important}.fur-cart-drawer__head{height:56px!important;padding:0 16px!important}.fur-cart-drawer__body{padding:12px 16px!important}.fur-cart-drawer__foot{padding:14px 16px 16px!important;max-height:54vh!important}.fur-cart-recs{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:10px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding-bottom:8px!important}.fur-cart-recs::-webkit-scrollbar{display:none!important}.fur-cart-rec-wrap{flex:0 0 calc((100% - 10px)/2)!important;scroll-snap-align:start!important}.fur-cart-rec-wrap:nth-child(n+5){display:none!important}}.fur-cart-drawer__recommendations{margin-top:12px!important}.fur-cart-drawer__recommendations>p{font-size:9px!important;margin-bottom:8px!important}.fur-cart-rec-wrap .fur-card-quick-add{top:auto!important;right:8px!important;bottom:8px!important;width:28px!important;height:28px!important;z-index:8!important}.fur-cart-rec-wrap .fur-product-card__plus{width:28px!important;height:28px!important;font-size:16px!important;border-radius:999px!important;background:#111111f0!important;color:#fff!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.fur-cart-rec-wrap .fur-product-card__plus:hover{transform:translateY(-1px) scale(1.04)!important}.fur-cart-rec span{padding:7px 8px 1px!important;font-size:8.5px!important}.fur-cart-rec small{padding:0 8px 7px!important;font-size:8.5px!important}@media(max-width:900px){.fur-cart-drawer__foot{max-height:48vh!important;padding:12px 14px 14px!important}.fur-cart-drawer__recommendations{margin-top:10px!important}.fur-cart-recs{gap:8px!important;padding-bottom:6px!important}.fur-cart-rec-wrap{flex:0 0 calc((100% - 8px)/2)!important;max-width:calc((100% - 8px)/2)!important;border-radius:0!important}.fur-cart-rec img{aspect-ratio:4/5!important;max-height:130px!important;object-fit:contain!important;background:#efefef!important}.fur-cart-rec span{font-size:8px!important;padding:6px 7px 1px!important}.fur-cart-rec small{font-size:8px!important;padding:0 7px 6px!important}.fur-cart-rec-wrap .fur-card-quick-add{right:7px!important;bottom:7px!important;width:27px!important;height:27px!important}.fur-cart-rec-wrap .fur-product-card__plus{width:27px!important;height:27px!important;font-size:15px!important}}.fur-club-grid--wide{grid-template-columns:1.2fr 1fr 1fr 1fr}.fur-club-tier-track{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:14px 0 12px}.fur-club-tier-track span{height:30px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#555}.fur-club-mini{border-bottom:1px solid rgba(0,0,0,.08);padding:10px 0}.fur-club-mini:last-child{border-bottom:0}.fur-club-mini strong{display:block;font-size:12px;margin-bottom:4px}.fur-club-mini span{display:block;font-size:11px;line-height:1.55;color:#555}.fur-club-wishlist{display:grid;gap:8px;margin-top:12px}.fur-club-wish{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center;text-decoration:none;color:#111;border-bottom:1px solid rgba(0,0,0,.08);padding:0 0 9px}.fur-club-wish span{width:44px;height:56px;background:#f2f2f2;display:block;overflow:hidden}.fur-club-wish img{width:100%;height:100%;object-fit:cover}.fur-club-wish strong{font-size:11px;line-height:1.25}.fur-club-wish small{font-size:10px;color:#777}.fur-club-order a{display:inline-block;margin-top:5px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid currentColor;color:#111;text-decoration:none}@media(max-width:980px){.fur-club-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.fur-club-grid--wide{grid-template-columns:1fr}.fur-club-tier-track span{height:34px}.fur-club-wish{grid-template-columns:50px 1fr}.fur-club-wish span{width:50px;height:64px}}.fur-club-grid--wide{grid-template-columns:1.15fr .9fr 1.05fr 1fr 1fr!important}.fur-club-rewards{display:grid;gap:8px;margin-top:12px}.fur-club-reward{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border-bottom:1px solid rgba(0,0,0,.08);padding:0 0 10px;min-width:0}.fur-club-reward strong{display:block;font-size:12px;margin-bottom:4px;line-height:1.25}.fur-club-reward span{display:block;font-size:11px;line-height:1.45;color:#555;margin-bottom:4px}.fur-club-reward small{display:block;font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.fur-club-reward button{height:30px;min-width:70px;border:1px solid #111;background:#111;color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.fur-club-reward button:hover:not(:disabled){transform:translateY(-1px);background:#fff;color:#111}.fur-club-reward button:disabled{opacity:.35;cursor:not-allowed;background:#f4f4f4;color:#777;border-color:#ddd}.fur-club-redemptions{margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.08);display:grid;gap:5px}.fur-club-redemptions strong{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777}.fur-club-redemptions span{font-size:11px;color:#555}@media(max-width:1180px){.fur-club-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.fur-club-grid--wide{grid-template-columns:1fr!important}.fur-club-reward{grid-template-columns:1fr}.fur-club-reward button{width:100%;height:36px}}.fur-club-redemptions{margin-top:14px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);display:grid;gap:8px}.fur-club-redemptions>strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777}.fur-club-redemptions span{display:block;font-size:11px;line-height:1.55;color:#444;background:#f6f6f6;padding:9px 10px}.fur-club-redemptions code{display:block;margin-top:6px;padding:8px 9px;background:#111;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;letter-spacing:.12em;word-break:break-all}.fur-club-reward button{position:relative;overflow:hidden;transition:transform .18s ease,background .18s ease,color .18s ease}.fur-club-reward button:not(:disabled):hover{transform:translateY(-1px);background:#111;color:#fff}.fur-club-page--v89{background:radial-gradient(circle at 75% 12%,rgba(0,0,0,.08),transparent 16rem),linear-gradient(180deg,#f3f3f1,#eeeeeb);padding-top:calc(var(--fur-topbar) + var(--fur-header) + 58px)}.fur-club-hero--v89{text-align:left;max-width:1180px;margin:0 auto 28px;padding:0 2px}.fur-club-hero--v89 h1{max-width:860px;font-size:clamp(48px,8.5vw,116px);letter-spacing:-.075em}.fur-club-hero--v89 span{display:block;max-width:520px;color:#565656}.fur-club-shell--v89{max-width:1180px}.fur-club-login--v89{max-width:520px;margin:0 auto;border-radius:0;background:#ffffffb8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.fur-club-dashboard--v89{animation:furClubCard .65s cubic-bezier(.2,.8,.2,1) both}.fur-club-member-panel{display:flex;justify-content:space-between;gap:24px;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);padding:24px 26px;margin-bottom:12px;box-shadow:0 22px 70px #0000000e}.fur-club-member-panel__main{display:flex;gap:16px;align-items:center}.fur-club-member-panel h2{margin:0 0 4px;font-size:30px;letter-spacing:-.045em}.fur-club-muted{margin:0!important;color:#777!important;font-size:12px!important}.fur-club-logout{height:38px;border:1px solid #111;background:transparent;padding:0 16px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;transition:background .22s ease,color .22s ease,transform .22s ease}.fur-club-logout:hover{background:#111;color:#fff;transform:translateY(-1px)}.fur-club-status-card{display:grid;grid-template-columns:1fr minmax(220px,420px);gap:20px;align-items:end;background:#111;color:#fff;padding:26px;margin-bottom:12px;position:relative;overflow:hidden}.fur-club-status-card:before{content:"";position:absolute;inset:auto -20% -60% 25%;height:180px;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 62%);pointer-events:none}.fur-club-status-card h3{font-size:36px;letter-spacing:-.055em;margin:0 0 6px}.fur-club-status-card p{margin:0;color:#ffffffb8;font-size:12px}.fur-club-status-card .fur-club-kicker{color:#ffffff8f!important}.fur-club-status-card .fur-club-progress{grid-column:1/-1;background:#ffffff29;height:7px}.fur-club-status-card .fur-club-progress span{background:#fff}.fur-club-tier-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:2px}.fur-club-tier-row span{border:1px solid rgba(255,255,255,.18);height:34px;display:flex;align-items:center;justify-content:center;font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#ffffffbf}.fur-club-stats--v89{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 12px}.fur-club-stats--v89 div{background:#fff;border:1px solid rgba(0,0,0,.08);padding:20px;transition:transform .24s ease,box-shadow .24s ease}.fur-club-stats--v89 div:hover{transform:translateY(-2px);box-shadow:0 18px 44px #0000000e}.fur-club-stats--v89 strong{font-size:28px}.fur-club-layout-v89{display:grid;grid-template-columns:1.18fr .9fr;gap:12px}.fur-club-section{background:#fff;border:1px solid rgba(0,0,0,.08);padding:24px;min-height:230px;box-shadow:0 20px 70px #0000000b}.fur-club-section__head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.fur-club-section__head h3{font-size:22px;margin:0;letter-spacing:-.04em}.fur-club-section--orders{grid-row:span 2}.fur-club-order-v89{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.08)}.fur-club-order-v89 strong{font-size:13px}.fur-club-order-v89 small{display:block;margin-top:4px;font-size:11px;color:#666}.fur-club-order-v89 span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;border:1px solid rgba(0,0,0,.12);padding:7px 9px}.fur-club-order-v89 a{grid-column:1/-1;color:#111;text-transform:uppercase;font-size:10px;letter-spacing:.1em;font-weight:900;text-decoration:none;border-bottom:1px solid currentColor;width:max-content}.fur-club-reward-v89{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;border:1px solid rgba(0,0,0,.08);padding:14px;margin-bottom:8px;background:#fafafa;transition:transform .22s ease,background .22s ease}.fur-club-reward-v89:hover{transform:translateY(-1px);background:#fff}.fur-club-reward-v89 strong{display:block;font-size:13px;margin-bottom:5px}.fur-club-reward-v89 span{display:block;font-size:11px;color:#555;line-height:1.5}.fur-club-reward-v89 small{display:block;margin-top:7px;font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.07em;font-weight:900}.fur-club-reward-v89 button{height:36px;min-width:82px;background:#111;color:#fff;border:1px solid #111;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;transition:transform .2s ease,background .2s ease,color .2s ease}.fur-club-reward-v89 button:hover:not(:disabled){transform:translateY(-1px);background:#fff;color:#111}.fur-club-reward-v89 button:disabled{background:#eee;color:#888;border-color:#ddd}.fur-club-redemptions-v89{display:grid;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(0,0,0,.08)}.fur-club-redemptions-v89>strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777}.fur-club-redemptions-v89 span{background:#f5f5f5;padding:10px;font-size:11px}.fur-club-redemptions-v89 em{font-style:normal;color:#777;margin-left:6px}.fur-club-redemptions-v89 code{display:block;background:#111;color:#fff;margin-top:7px;padding:9px 10px;letter-spacing:.14em}.fur-club-mini-v89{padding:13px 0;border-bottom:1px solid rgba(0,0,0,.08)}.fur-club-mini-v89 strong{display:block;font-size:13px;margin-bottom:5px}.fur-club-mini-v89 span{font-size:12px;line-height:1.55;color:#555}.fur-club-wish-v89{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;text-decoration:none;color:#111;border-bottom:1px solid rgba(0,0,0,.08);padding:0 0 10px}.fur-club-wish-v89 img,.fur-club-wish-v89>span{width:52px;height:64px;background:#f1f1f1;object-fit:cover}.fur-club-wish-v89 strong{font-size:12px}.fur-club-wish-v89 small{font-size:10px;color:#777}@media(max-width:980px){.fur-club-layout-v89{grid-template-columns:1fr}.fur-club-section--orders{grid-row:auto}.fur-club-stats--v89{grid-template-columns:repeat(2,minmax(0,1fr))}.fur-club-status-card{grid-template-columns:1fr}}@media(max-width:760px){.fur-club-page--v89{padding:calc(var(--fur-topbar) + var(--fur-header) + 32px) 16px 52px}.fur-club-hero--v89 h1{font-size:52px;line-height:.95}.fur-club-member-panel{display:block;padding:20px}.fur-club-member-panel__main{align-items:flex-start}.fur-club-logout{margin-top:16px;width:100%}.fur-club-status-card{padding:20px}.fur-club-status-card h3{font-size:30px}.fur-club-tier-row{gap:6px}.fur-club-tier-row span{font-size:8px}.fur-club-stats--v89{grid-template-columns:1fr 1fr;gap:8px}.fur-club-stats--v89 div{padding:16px 10px}.fur-club-stats--v89 strong{font-size:21px}.fur-club-section{padding:19px 16px;min-height:auto}.fur-club-section__head{display:block}.fur-club-section__head h3{font-size:20px}.fur-club-reward-v89{grid-template-columns:1fr}.fur-club-reward-v89 button{width:100%}.fur-club-order-v89{grid-template-columns:1fr}.fur-club-order-v89 span{width:max-content}}.fur-club-page--v90{background:radial-gradient(circle at 86% 10%,rgba(0,0,0,.08),transparent 260px),linear-gradient(180deg,#f2f2f0,#e8e8e5);min-height:100vh;padding:calc(var(--fur-topbar) + var(--fur-header) + 58px) var(--fur-gutter) 92px;color:#0a0a0a;overflow:hidden}.fur-club-hero--v90{max-width:1180px;margin:0 auto 32px;text-align:left}.fur-club-hero--v90 p{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:#777;margin:0 0 10px}.fur-club-hero--v90 h1{font-size:clamp(48px,8vw,112px);line-height:.92;letter-spacing:-.075em;margin:0 0 16px}.fur-club-hero--v90 span{display:block;max-width:560px;font-size:13px;line-height:1.7;color:#555}.fur-club-shell--v90{max-width:1180px;margin:0 auto}.fur-club-login--v90{max-width:540px;margin:0;background:#ffffffc2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,0,0,.08);box-shadow:0 30px 90px #00000012}.fur-club-dashboard--v90{display:grid;gap:14px;animation:furClubCard .65s cubic-bezier(.2,.8,.2,1) both}.fur-club-member-card-v90{display:flex;justify-content:space-between;align-items:center;gap:22px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 70px #0000000e;padding:26px}.fur-club-member-main-v90{display:flex;align-items:center;gap:16px;min-width:0}.fur-club-member-main-v90 h2{font-size:28px;line-height:1;margin:0 0 8px;letter-spacing:-.04em;word-break:break-word}.fur-club-member-card-v90 button{height:36px;padding:0 16px;border:1px solid #111;background:transparent;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.fur-club-member-card-v90 button:hover{background:#111;color:#fff;transform:translateY(-1px)}.fur-club-progress-v90{width:min(420px,56vw);height:5px;background:#e9e9e9;overflow:hidden;border-radius:99px}.fur-club-progress-v90 span{display:block;width:var(--club-progress,4%);height:100%;background:#111;border-radius:inherit;transition:width .7s cubic-bezier(.2,.8,.2,1)}.fur-club-member-main-v90 small{display:block;margin-top:7px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#666;font-weight:900}.fur-club-stat-grid-v90{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fur-club-stat-grid-v90 article{background:#fff;border:1px solid rgba(0,0,0,.06);padding:24px 18px;text-align:center;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease}.fur-club-stat-grid-v90 article:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0000000e}.fur-club-stat-grid-v90 strong{display:block;font-size:28px;line-height:1;letter-spacing:-.05em;margin-bottom:8px}.fur-club-stat-grid-v90 span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#666;font-weight:900}.fur-club-layout-v90{display:grid;grid-template-columns:1.35fr .9fr;gap:14px}.fur-club-side-v90{display:grid;gap:14px}.fur-club-panel-v90{background:#fff;border:1px solid rgba(0,0,0,.075);padding:22px;min-width:0}.fur-club-panel-v90 h3{font-size:18px;line-height:1.1;margin:0 0 14px;letter-spacing:-.035em}.fur-club-section__head h3{margin-bottom:14px}.fur-club-grid-v90{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.fur-club-order-v90{border:1px solid rgba(0,0,0,.08);background:#fafafa;padding:16px;margin-bottom:10px}.fur-club-order-v90__top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:16px}.fur-club-order-v90 strong{display:block;font-size:14px}.fur-club-order-v90 small{display:block;margin-top:4px;color:#666;font-size:11px}.fur-club-order-v90 em{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;border:1px solid rgba(0,0,0,.12);padding:7px 9px;background:#fff;white-space:nowrap}.fur-club-timeline-v90{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:12px 0}.fur-club-timeline-v90 span{position:relative;display:grid;gap:7px;text-align:center;font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#777;font-weight:900}.fur-club-timeline-v90 i{height:4px;background:#ddd;border-radius:99px;display:block}.fur-club-timeline-v90 .is-done{color:#111}.fur-club-timeline-v90 .is-done i{background:#111}.fur-club-order-v90__links{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.fur-club-order-v90__links a{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:#111;text-decoration:none;border-bottom:1px solid currentColor}.fur-club-reward-v90{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;border-bottom:1px solid rgba(0,0,0,.08);padding:0 0 13px;margin:0 0 12px}.fur-club-reward-v90 strong,.fur-club-history-v90 strong,.fur-club-mini-v90 strong{display:block;font-size:12px;margin-bottom:5px}.fur-club-reward-v90 span,.fur-club-history-v90 span,.fur-club-mini-v90 span{display:block;font-size:11px;line-height:1.5;color:#555}.fur-club-reward-v90 small,.fur-club-history-v90 small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:900;margin-top:5px}.fur-club-reward-v90 button{height:34px;min-width:78px;border:1px solid #111;background:#111;color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.fur-club-reward-v90 button:hover:not(:disabled){transform:translateY(-1px);background:#fff;color:#111}.fur-club-reward-v90 button:disabled{background:#f1f1f1;color:#777;border-color:#ddd;cursor:not-allowed}.fur-club-redemptions-v90{border-top:1px solid rgba(0,0,0,.08);padding-top:12px;display:grid;gap:8px}.fur-club-redemptions-v90>strong{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777}.fur-club-redemptions-v90 span{display:block;background:#f6f6f6;padding:10px;font-size:11px}.fur-club-redemptions-v90 em{font-style:normal;display:block;color:#777;margin-top:2px}.fur-club-redemptions-v90 code{display:block;margin-top:8px;background:#111;color:#fff;padding:8px;letter-spacing:.1em;word-break:break-all}.fur-club-history-v90,.fur-club-mini-v90{border-bottom:1px solid rgba(0,0,0,.08);padding:0 0 10px;margin-bottom:10px}.fur-club-wish-v90{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;text-decoration:none;color:#111;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:10px;margin-bottom:10px}.fur-club-wish-v90 img,.fur-club-wish-v90 span{width:52px;height:66px;background:#f1f1f1;object-fit:cover;display:block}.fur-club-wish-v90 strong{font-size:12px;line-height:1.2}.fur-club-wish-v90 small{font-size:10px;color:#777}.fur-club-tier-mini-v90{display:grid;gap:8px}.fur-club-tier-mini-v90 div{padding:12px;background:#f7f7f7;border:1px solid transparent}.fur-club-tier-mini-v90 .is-active{background:#111;color:#fff}.fur-club-tier-mini-v90 strong{display:block;font-size:12px}.fur-club-tier-mini-v90 span,.fur-club-tier-mini-v90 small{display:block;font-size:10px;line-height:1.45;opacity:.72}.fur-club-message{border:1px solid rgba(0,0,0,.08)}.fur-club-empty{background:#f7f7f7;border:1px solid rgba(0,0,0,.04);padding:14px!important;font-size:12px!important;color:#666!important;margin:0!important;line-height:1.6!important}@media(max-width:980px){.fur-club-layout-v90{grid-template-columns:1fr}.fur-club-stat-grid-v90{grid-template-columns:repeat(2,minmax(0,1fr))}.fur-club-grid-v90{grid-template-columns:1fr}}@media(max-width:760px){.fur-club-page--v90{padding:calc(var(--fur-topbar) + var(--fur-header) + 36px) 16px 70px}.fur-club-hero--v90 h1{font-size:46px}.fur-club-hero--v90{margin-bottom:24px}.fur-club-member-card-v90{display:block;padding:20px}.fur-club-member-card-v90 button{margin-top:18px;width:100%}.fur-club-member-main-v90{align-items:flex-start}.fur-club-member-main-v90 h2{font-size:22px}.fur-club-progress-v90{width:100%}.fur-club-stat-grid-v90{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fur-club-stat-grid-v90 article{padding:18px 10px}.fur-club-stat-grid-v90 strong{font-size:22px}.fur-club-panel-v90{padding:18px}.fur-club-order-v90__top{display:block}.fur-club-order-v90 em{display:inline-block;margin-top:10px}.fur-club-timeline-v90{overflow-x:auto;grid-template-columns:repeat(5,86px);padding-bottom:6px;-webkit-overflow-scrolling:touch}.fur-club-reward-v90{grid-template-columns:1fr}.fur-club-reward-v90 button{width:100%}.fur-club-login--v90{padding:24px 18px}}.fur-club-page--v90 .fur-club-stat-grid-v90{grid-template-columns:repeat(3,minmax(0,1fr))}.fur-club-page--v90 .fur-club-layout-v90{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;align-items:start}.fur-club-order-v91{position:relative;overflow:hidden}.fur-club-map-card{margin:14px 0 4px;display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid rgba(0,0,0,.1);background:#f6f6f6;color:#111;text-decoration:none;transition:transform .24s cubic-bezier(.2,.8,.2,1),background .24s ease,border-color .24s ease}.fur-club-map-card:hover{transform:translateY(-2px);background:#fff;border-color:#111}.fur-club-map-card>span{display:block;height:54px;background:linear-gradient(135deg,#dedede,#f7f7f7);position:relative;overflow:hidden}.fur-club-map-card>span:before,.fur-club-map-card>span:after{content:"";position:absolute;background:#00000029}.fur-club-map-card>span:before{width:1px;height:100%;left:48%;top:0;transform:rotate(28deg)}.fur-club-map-card>span:after{height:1px;width:100%;left:0;top:56%;transform:rotate(-14deg)}.fur-club-map-card strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}.fur-club-map-card small{display:block;color:#555;font-size:11px;line-height:1.4}.fur-club-redemptions-v91 span{display:grid!important;grid-template-columns:1fr auto auto;gap:8px;align-items:center}.fur-club-redemptions-v91 code{grid-column:1/-1;background:#f4f4f4;border:1px solid #ddd;padding:10px;font-size:12px;letter-spacing:.12em;word-break:break-all}.fur-club-redemptions-v91 button,.fur-club-redemptions-v91 a,.fur-club-link-btn{border:1px solid #111;background:#111;color:#fff;text-decoration:none;min-height:32px;padding:0 10px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;display:inline-flex;align-items:center;justify-content:center;transition:background .22s ease,color .22s ease,transform .22s ease}.fur-club-redemptions-v91 button:hover,.fur-club-redemptions-v91 a:hover,.fur-club-link-btn:hover{background:#fff;color:#111;transform:translateY(-1px)}.fur-club-discount-helper p{font-size:12px;line-height:1.7;color:#555;margin:0 0 14px}.fur-club-discount-helper .fur-club-link-btn{width:max-content}.fur-cart-discount{margin:16px 0 0;padding:14px;border:1px solid rgba(0,0,0,.12);background:#f7f7f7}.fur-cart-discount label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 8px}.fur-cart-discount>div{display:flex;gap:8px}.fur-cart-discount input{height:40px;min-width:0;flex:1;border:1px solid rgba(0,0,0,.18);background:#fff;padding:0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.fur-cart-discount button{height:40px;border:1px solid #111;background:#111;color:#fff;padding:0 14px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.fur-cart-discount small{display:block;margin-top:8px;font-size:10px;color:#666;line-height:1.5}@media(max-width:800px){.fur-club-page--v90 .fur-club-stat-grid-v90,.fur-club-page--v90 .fur-club-layout-v90{grid-template-columns:1fr}.fur-club-map-card{grid-template-columns:54px 1fr;gap:10px}.fur-club-map-card em{grid-column:2}.fur-club-redemptions-v91 span{grid-template-columns:1fr}.fur-cart-discount>div{display:grid}.fur-cart-discount input,.fur-cart-discount button{width:100%}}.fur-account-trigger-wrap{position:relative;display:inline-flex}.fur-account-popover{position:absolute;right:0;top:calc(100% + 14px);width:250px;background:#111;color:#fff;padding:18px;border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 70px #00000038;z-index:70;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .22s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.fur-account-trigger-wrap:hover .fur-account-popover,.fur-account-popover.is-open{opacity:1;transform:none;pointer-events:auto}.fur-account-popover__eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#aaa;margin:0 0 8px}.fur-account-popover strong{display:block;font-size:13px;line-height:1.25;margin-bottom:6px}.fur-account-popover span{display:block;font-size:11px;line-height:1.55;color:#cfcfcf}.fur-account-popover a{display:inline-block;margin-top:12px;color:#fff;text-decoration:none;border-bottom:1px solid currentColor;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.fur-account-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000057;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;opacity:0;pointer-events:none;transition:opacity .32s ease}.fur-account-drawer{position:fixed;right:0;top:0;height:100dvh;width:min(430px,100vw);background:#111;color:#fff;z-index:101;transform:translate(102%);transition:transform .42s cubic-bezier(.2,.8,.2,1);box-shadow:-30px 0 90px #00000047;display:flex;flex-direction:column}.fur-account-open .fur-account-drawer{transform:none}.fur-account-open .fur-account-backdrop{opacity:1;pointer-events:auto}.fur-account-drawer__head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.12)}.fur-account-drawer__head span,.fur-account-kicker{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:#aaa;font-weight:900}.fur-account-drawer__head strong{font-size:18px;letter-spacing:-.03em}.fur-account-drawer__head button{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.fur-account-drawer__body{padding:34px 24px;overflow:auto}.fur-account-drawer h2{font-size:42px;line-height:.95;letter-spacing:-.06em;margin:10px 0 14px}.fur-account-drawer p{font-size:13px;line-height:1.7;color:#cfcfcf}.fur-account-login-form{display:grid;gap:10px;margin-top:22px}.fur-account-login-form label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#aaa;font-weight:900}.fur-account-login-form input{height:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#fff;padding:0 14px;outline:none}.fur-account-login-form input:focus{border-color:#fff;background:#ffffff1f}.fur-account-login-form .fur-button{height:50px;background:#fff;color:#111}.fur-account-message{padding:11px 12px;background:#ffffff14;margin-top:14px!important}.fur-account-message[data-type=success]{background:#80dc9624}.fur-account-message[data-type=error]{background:#ff646429}.fur-account-mini-card{display:flex;gap:14px;align-items:center;background:#ffffff12;padding:16px;border:1px solid rgba(255,255,255,.12);margin-bottom:14px}.fur-account-mini-card .fur-club-avatar{background:#fff;color:#111}.fur-account-mini-card strong{display:block;font-size:16px;margin:2px 0}.fur-account-mini-card span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#aaa}.fur-account-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 18px}.fur-account-mini-stats span{background:#ffffff12;padding:14px;text-align:center;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#aaa}.fur-account-mini-stats b{display:block;color:#fff;font-size:22px;letter-spacing:-.04em}.fur-account-link{display:block;color:#fff;text-decoration:none;text-align:center;margin:14px 0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:8px}.fur-account-logout{width:100%;height:42px;border:1px solid rgba(255,255,255,.24);background:transparent;color:#fff;text-transform:uppercase;font-size:10px;letter-spacing:.1em;cursor:pointer}.fur-club-settings-form{display:grid;gap:10px;margin-top:14px}.fur-club-settings-form label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#666}.fur-club-settings-form select{height:44px;border:1px solid rgba(0,0,0,.16);background:#fff;padding:0 12px}.fur-club-settings-form button{height:42px;background:#111;color:#fff;border:0;text-transform:uppercase;font-size:10px;letter-spacing:.1em;font-weight:900;cursor:pointer}@media(max-width:760px){.fur-account-popover{display:none}.fur-account-drawer{width:100vw}.fur-account-drawer h2{font-size:36px}.fur-account-drawer__body{padding:28px 20px}}.fur-club-dashboard[aria-busy=true]{opacity:.35;pointer-events:none;min-height:420px;position:relative}.fur-club-dashboard[aria-busy=true]:after{content:"Laden...";position:absolute;left:50%;top:80px;transform:translate(-50%);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#777}.fur-club-settings-panel{scroll-margin-top:120px}.fur-club-settings-form{display:grid;gap:12px;max-width:420px}.fur-club-settings-form label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#555}.fur-club-settings-form select{height:44px;border:1px solid rgba(0,0,0,.18);background:#fff;padding:0 12px;font-size:12px}.fur-club-map-card{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;margin-top:14px;border:1px solid rgba(0,0,0,.12);background:#f6f6f6;padding:12px;text-decoration:none;color:#111}.fur-club-map-card>span{display:block;width:54px;height:54px;background:linear-gradient(135deg,#dedede,#f8f8f8);position:relative;overflow:hidden}.fur-club-map-card>span:after{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid #111;border-radius:50%}.fur-club-map-card strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.fur-club-map-card small{display:block;color:#666;line-height:1.4}.fur-club-map-card em{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid currentColor}@media(max-width:700px){.fur-club-map-card{grid-template-columns:42px 1fr}.fur-club-map-card em{grid-column:2}.fur-club-map-card>span{width:42px;height:42px}.fur-club-settings-form{max-width:none}}.fur-header-popover-wrap{position:relative;display:inline-flex}.fur-header-popover{min-width:290px}.fur-header-popover--wide{width:300px}.fur-mini-badge{top:-4px;right:-7px;min-width:16px;height:16px;padding:0 4px;font-size:9px}.fur-mini-list{display:grid;gap:10px;margin-top:10px}.fur-mini-list>span{display:block;font-size:11px;line-height:1.5;color:#cfcfcf}.fur-mini-item{display:grid;gap:5px;text-decoration:none;color:#fff;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.fur-mini-item:first-child{border-top:0;padding-top:0}.fur-mini-item strong{font-size:12px;line-height:1.3}.fur-mini-item span{font-size:10px;line-height:1.55;color:#b9b9b9}.fur-mini-item--wish{grid-template-columns:42px 1fr;align-items:center;gap:10px}.fur-mini-item--wish img{width:42px;height:52px;object-fit:cover;background:#ffffff14}.fur-product-card,.fur-product-card__media{position:relative}.fur-product-card__wishlist{position:absolute;top:12px;right:12px;width:36px;height:36px;border:1px solid rgba(0,0,0,.12);background:#ffffffeb;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:transform .22s ease,background .22s ease,border-color .22s ease}.fur-product-card__wishlist svg,.fur-pdp-wishlist svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.fur-product-card__wishlist:hover,.fur-pdp-wishlist:hover{transform:translateY(-1px)}.fur-product-card__wishlist.is-active,.fur-pdp-wishlist.is-active{background:#111;color:#fff;border-color:#111}.fur-pdp-wishlist{margin-top:10px;width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(0,0,0,.14);background:#fff;color:#111;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:900;cursor:pointer}@media(max-width:760px){.fur-header-popover{display:none}.fur-product-card__wishlist{top:10px;right:10px;width:34px;height:34px}}.fur-header__right{gap:12px!important}.fur-header-popover-wrap,.fur-account-trigger-wrap{position:relative!important}.fur-account-popover,.fur-header-popover{box-sizing:border-box!important;width:min(340px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;right:0!important;left:auto!important;overflow:hidden!important;white-space:normal!important}.fur-account-popover *,.fur-header-popover *{box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.fur-mini-list{min-width:0!important}.fur-mini-item{min-width:0!important;max-width:100%!important}.fur-mini-item strong{font-size:12px!important;letter-spacing:.02em!important;line-height:1.25!important;text-transform:none!important}.fur-mini-item span{font-size:11px!important;letter-spacing:.02em!important;line-height:1.45!important;text-transform:none!important}.fur-header-popover>a,.fur-account-popover>a,.fur-account-popover__links a{display:inline-flex!important;width:auto!important;max-width:100%!important;border-bottom:1px solid currentColor!important}.fur-account-popover--profile{width:min(360px,calc(100vw - 24px))!important}.fur-account-popover__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0}.fur-account-popover__stats span{padding:10px 8px;background:#ffffff12;border:1px solid rgba(255,255,255,.08);text-align:center;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#aaa!important}.fur-account-popover__stats b{display:block;color:#fff;font-size:16px;line-height:1.1}.fur-account-popover__links{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.fur-account-popover__links a{margin:0!important;padding:9px 0;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#fff!important;text-decoration:none!important}.fur-mini-badge[hidden]{display:none!important}.fur-mini-badge{display:inline-flex!important;align-items:center;justify-content:center;position:absolute!important}@media(max-width:760px){.fur-header-popover,.fur-account-popover{display:none!important}.fur-header__right{gap:8px!important}}.fur-account-trigger-wrap,.fur-header-popover-wrap{position:relative!important;isolation:isolate}.fur-account-trigger-wrap:after,.fur-header-popover-wrap:after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:24px;display:block;z-index:499}.fur-account-popover,.fur-header-popover{top:calc(100% + 4px)!important;z-index:500!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important}.fur-account-trigger-wrap:hover .fur-account-popover,.fur-account-popover:hover,.fur-header-popover-wrap:hover .fur-header-popover,.fur-header-popover:hover{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.fur-account-popover:before,.fur-header-popover:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}.fur-account-popover a,.fur-header-popover a,.fur-account-popover button,.fur-header-popover button{pointer-events:auto!important}body.template-page .fur-club-v99{padding:clamp(86px,8vw,126px) clamp(22px,4vw,62px) 76px!important;background:radial-gradient(circle at 18% 8%,rgba(255,255,255,.11),transparent 28%),radial-gradient(circle at 78% 18%,rgba(197,174,122,.16),transparent 25%),radial-gradient(circle at 48% 84%,rgba(255,255,255,.06),transparent 38%),linear-gradient(135deg,#191919,#282828 42%,#151515)!important;min-height:calc(100svh - 38px)!important}.fur-club-v99:before{width:56vw!important;height:56vw!important;left:-18vw!important;top:5vh!important;background:radial-gradient(circle,#e2cfa042,#e2cfa000 64%)!important;filter:blur(72px)!important;opacity:.9!important}.fur-club-v99:after{width:44vw!important;height:44vw!important;right:-12vw!important;bottom:8vh!important;background:radial-gradient(circle,#ffffff1a,#fff0 68%)!important;filter:blur(76px)!important;opacity:.78!important}.fur-club-v99 .fur-club-shell{max-width:1390px!important}.fur-club-v99 .fur-club-app{gap:34px!important;min-height:auto!important;align-items:start!important}.fur-club-v99 .fur-club-sidebar{position:sticky;top:78px;background:linear-gradient(180deg,#ffffff13,#ffffff09)!important;box-shadow:0 28px 90px #00000029;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.fur-club-v99 .fur-club-main{padding-top:8px!important}.fur-club-v99 .fur-club-dashboard-grid{grid-template-columns:minmax(300px,430px) minmax(0,1fr)!important;gap:42px!important;align-items:center!important}.fur-club-v99 .fur-club-hero-text h1{font-size:clamp(44px,5.2vw,76px)!important;max-width:620px}.fur-club-v99 .fur-member-card{height:258px!important;background:linear-gradient(140deg,#f7f6f1,#d7d3c8 54%,#aaa69b)!important;border:1px solid rgba(255,255,255,.78);box-shadow:0 34px 110px #00000061,inset 0 1px #ffffffe6!important}.fur-club-v99 .fur-member-card__logo{display:grid!important;place-items:center!important;margin-top:32px!important}.fur-club-v99 .fur-member-card__logo img{width:76px!important;height:76px!important;object-fit:contain!important;filter:drop-shadow(0 16px 18px rgba(0,0,0,.25))}.fur-club-v99 .fur-panel,.fur-club-v99 .fur-club-stat,.fur-club-v99 .fur-club-check{background:linear-gradient(135deg,#ffffff14,#ffffff09)!important;border-color:#ffffff1d!important}.fur-club-v99 .fur-wishlist-stage{min-height:70vh!important;background:linear-gradient(135deg,#ecebea,#d8d7d4 56%,#c9c7c2)!important;box-shadow:0 35px 90px #00000038;overflow:hidden}.fur-club-v99 .fur-wishlist-stage:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.48),transparent 24%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.08),transparent 30%);pointer-events:none}.fur-club-v99 .fur-wishlist-stage>*{position:relative;z-index:1}.fur-wishlist-title{position:absolute;left:50%;top:34%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.fur-wishlist-title svg{width:28px;height:28px;fill:#111;margin-bottom:14px}.fur-wishlist-title h2{font-size:18px;text-transform:uppercase;letter-spacing:.04em;margin:0}.fur-wishlist-grid+.fur-wishlist-title,.fur-wishlist-stage:has(.fur-wishlist-grid) .fur-wishlist-title{display:none}.fur-wishlist-empty{top:50%!important}.fur-wishlist-grid{position:relative!important;z-index:2!important;padding-top:54px}.fur-wish-card{padding:12px;background:#ffffff57;border:1px solid rgba(0,0,0,.08);transition:transform .2s ease,background .2s ease}.fur-wish-card:hover{transform:translateY(-3px);background:#ffffff8c}@media(max-width:1180px){.fur-club-v99 .fur-club-sidebar{position:relative;top:auto}.fur-club-v99{padding-top:88px!important}.fur-club-v99 .fur-club-dashboard-grid{grid-template-columns:1fr!important}.fur-club-v99 .fur-card-scene{max-width:440px}.fur-club-v99 .fur-club-hero-text h1{font-size:clamp(42px,8vw,64px)!important}}@media(max-width:760px){.fur-club-v99{padding:74px 16px 46px!important}.fur-club-v99 .fur-member-card{height:230px!important}.fur-club-v99 .fur-member-card__logo img{width:60px!important;height:60px!important}.fur-wishlist-title{top:30%}.fur-wishlist-grid{grid-template-columns:1fr!important;padding-top:70px}}.fur-account-trigger-wrap{padding-bottom:18px;margin-bottom:-18px}.fur-account-popover{top:calc(100% + 8px)!important}.fur-account-popover:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}.fur-account-popover--profile{width:330px!important;padding:20px!important;background:linear-gradient(145deg,#121212fa,#2d2d2bfa)!important;border-color:#ffffff2e!important;box-shadow:0 30px 90px #00000061!important}.fur-account-popover--profile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.12),transparent 42%);pointer-events:none}.fur-account-popover--profile>*{position:relative;z-index:1}.fur-account-popover__bar{height:6px;background:#ffffff1f;margin:14px 0 12px;overflow:hidden}.fur-account-popover__bar span{display:block;height:100%;background:linear-gradient(90deg,#fff,#aaa);width:0;transition:width .38s ease}.fur-account-popover__stats{display:grid!important;grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0}.fur-account-popover__stats[hidden]{display:none!important}.fur-account-popover__stats span{background:#ffffff12;border:1px solid rgba(255,255,255,.08);padding:10px 7px;text-align:center!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.08em;color:#aaa!important}.fur-account-popover__stats b{display:block;color:#fff;font-size:16px;letter-spacing:-.03em;margin-bottom:2px}.fur-account-popover__links{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.fur-account-popover__links a{display:flex!important;align-items:center;justify-content:center;min-height:34px;margin:0!important;border:1px solid rgba(255,255,255,.14)!important;background:#ffffff0d;padding:0 8px!important}.fur-account-popover__links a:hover{background:#fff;color:#111!important}.fur-header-popover--wide{width:330px!important;max-width:min(330px,calc(100vw - 24px));white-space:normal!important}.fur-mini-item strong,.fur-mini-item span,.fur-mini-list>span{white-space:normal!important;overflow-wrap:anywhere}.fur-account-trigger-wrap,.fur-header-popover-wrap{padding-bottom:0!important;margin-bottom:0!important}.fur-account-trigger-wrap:after,.fur-header-popover-wrap:after{display:none!important;content:none!important}.fur-account-popover,.fur-header-popover{top:calc(100% + 8px)!important;right:0!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transform:translateY(8px)!important}.fur-account-trigger-wrap:hover>.fur-account-popover,.fur-header-popover-wrap:hover>.fur-header-popover,.fur-account-popover:hover,.fur-header-popover:hover,.fur-account-popover.is-open,.fur-header-popover.is-open{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.fur-account-popover:before,.fur-header-popover:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.fur-account-popover a,.fur-header-popover a{position:relative;z-index:2}.fur-account-popover--profile{width:340px!important}@media(max-width:760px){.fur-account-popover,.fur-header-popover{display:none!important}}.fur-header-direct-link{position:relative!important;display:inline-flex!important}[data-fur-notification-popover],[data-fur-wishlist-popover],.fur-header-popover{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}.fur-account-trigger-wrap[data-fur-account-wrap]{position:relative!important;isolation:isolate!important}.fur-account-trigger-wrap[data-fur-account-wrap]:after{content:"";position:absolute;left:-10px;right:-10px;top:100%;height:16px;z-index:498;display:block}.fur-account-trigger-wrap[data-fur-account-wrap] .fur-account-popover{top:calc(100% + 8px)!important;right:0!important;left:auto!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;z-index:500!important}.fur-account-trigger-wrap[data-fur-account-wrap]:hover .fur-account-popover,.fur-account-trigger-wrap[data-fur-account-wrap] .fur-account-popover:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.fur-account-popover__links a[hidden]{display:none!important}.fur-club-v99 .fur-club-dashboard-grid{display:grid!important;grid-template-columns:minmax(320px,420px) minmax(0,1fr)!important;gap:34px!important;align-items:stretch!important}.fur-club-v99 .fur-card-scene,.fur-club-v99 .fur-club-hero-text{min-width:0!important}.fur-club-v99 .fur-member-card{height:100%!important;min-height:270px!important}.fur-club-v99 .fur-club-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.fur-club-v99 .fur-club-panels{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;align-items:stretch!important}.fur-club-v99 .fur-panel,.fur-club-v99 .fur-club-stat{height:100%!important}.fur-order-map-card.is-empty{opacity:.82;pointer-events:none}.fur-order-map-card.is-empty em{display:none!important}.fur-order-map-card.is-empty small{color:#aaa!important}@media(max-width:1100px){.fur-club-v99 .fur-club-dashboard-grid,.fur-club-v99 .fur-club-panels{grid-template-columns:1fr!important}.fur-club-v99 .fur-member-card{min-height:245px!important}.fur-club-v99 .fur-club-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.fur-club-v99 .fur-club-stats{grid-template-columns:1fr!important}.fur-club-v99 .fur-member-card{min-height:230px!important}}.fur-account-trigger-wrap[data-fur-account-wrap]{position:relative!important;display:inline-flex!important;isolation:isolate!important}.fur-account-trigger-wrap[data-fur-account-wrap]:after{content:""!important;position:absolute!important;left:-18px!important;right:-18px!important;top:100%!important;height:28px!important;display:block!important;z-index:499!important}.fur-account-trigger-wrap[data-fur-account-wrap] .fur-account-popover{top:calc(100% + 12px)!important;right:0!important;left:auto!important;width:320px!important;max-width:calc(100vw - 28px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;z-index:900!important;overflow:visible!important;white-space:normal!important}.fur-account-trigger-wrap[data-fur-account-wrap].is-popover-open .fur-account-popover,.fur-account-trigger-wrap[data-fur-account-wrap] .fur-account-popover.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.fur-account-popover__links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:14px!important}.fur-account-popover__links a{height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;border:1px solid rgba(255,255,255,.14)!important;background:#ffffff0a!important;text-decoration:none!important}.fur-account-popover__links a:hover{background:#fff!important;color:#111!important}.fur-header-direct-link:hover{opacity:.72!important}.fur-header__right{position:relative;gap:14px!important}.fur-header-menu{position:relative;display:inline-flex;align-items:center;isolation:isolate}.fur-header-menu:after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:30px;display:block;z-index:899}.fur-header-dropdown{position:absolute!important;right:0!important;top:calc(100% + 14px)!important;width:340px!important;max-width:calc(100vw - 28px)!important;background:#101010f5!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 32px 90px #00000061!important;padding:18px!important;z-index:900!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;white-space:normal!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.fur-header-menu.is-menu-open .fur-header-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.fur-header-dropdown__eyebrow{margin:0 0 7px;font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:#aaa;font-weight:900}.fur-header-dropdown>strong{display:block;font-size:16px;letter-spacing:-.03em;margin-bottom:8px}.fur-header-dropdown__cta{display:inline-flex!important;margin-top:12px!important;color:#fff!important;border-bottom:1px solid currentColor!important;text-transform:uppercase!important;font-size:10px!important;letter-spacing:.12em!important;font-weight:900!important}.fur-header-dropdown .fur-mini-list{max-height:310px;overflow:auto}.fur-header-dropdown .fur-mini-item{border-top:1px solid rgba(255,255,255,.08);padding:11px 0}.fur-header-dropdown .fur-mini-item:first-child{border-top:0}.fur-header-dropdown .fur-mini-item strong{font-size:12px}.fur-header-dropdown .fur-mini-item span{font-size:11px;line-height:1.55;color:#c7c7c0}.fur-header-dropdown--notifications,.fur-header-dropdown--wishlist{right:-80px!important}.fur-account-trigger-wrap[data-fur-account-wrap] .fur-account-popover{width:360px!important}.fur-account-trigger-wrap[data-fur-account-wrap]:hover .fur-account-popover{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important}.fur-account-trigger-wrap[data-fur-account-wrap].is-menu-open .fur-account-popover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.fur-map-colour iframe,.fur-order-map iframe{filter:none!important;border-radius:18px!important;overflow:hidden}.fur-map-colour{border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#ffffff14,#ffffff06);padding:12px;border-radius:20px}.fur-map-colour p{margin:10px 0 0;color:#d8d8d0!important;font-size:12px}.fur-map-colour__frame{position:relative;overflow:hidden;border-radius:16px;background:#f1efe8}.fur-map-colour__pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-100%);width:34px;height:34px;border-radius:999px 999px 999px 0;background:#111;border:3px solid #fff;box-shadow:0 18px 34px #00000047;rotate:-45deg;pointer-events:none}.fur-map-colour__pin:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;background:#fff;border-radius:999px}@media(max-width:760px){.fur-header-dropdown{right:-110px!important;width:320px!important}.fur-header-dropdown--notifications,.fur-header-dropdown--wishlist{right:-132px!important}.fur-header-menu:after{height:18px}.fur-account-trigger-wrap[data-fur-account-wrap] .fur-account-popover{width:320px!important}}.fur-account-popover--minimal{width:210px!important;padding:14px!important;border-radius:16px!important}.fur-account-popover--minimal .fur-account-popover__eyebrow{margin-bottom:7px!important}.fur-account-popover--minimal strong{font-size:12px!important;margin-bottom:4px!important}.fur-account-popover__points{font-size:18px!important;font-weight:950!important;color:#fff!important;margin:8px 0 12px!important}.fur-account-popover__primary,.fur-account-popover__admin{display:flex!important;align-items:center!important;justify-content:center!important;height:38px!important;border:1px solid rgba(255,255,255,.18)!important;text-decoration:none!important;margin:8px 0 0!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-weight:950!important}.fur-account-popover__primary{background:#fff!important;color:#111!important}.fur-account-popover__admin{background:#ffffff14!important;color:#fff!important}.fur-wishlist-pulse{animation:furWishlistPulse .75s cubic-bezier(.2,.8,.2,1)!important}@keyframes furWishlistPulse{0%{transform:scale(1)}35%{transform:scale(1.06)}55%{transform:scale(.98)}to{transform:scale(1)}}.fur-pdp-wishlist.fur-wishlist-pulse{box-shadow:0 0 0 8px #00000014!important}[data-fur-admin-link][hidden],[data-club-admin-link][hidden],[data-fur-admin-only][hidden],.fur-account-popover__admin[hidden]{display:none!important;visibility:hidden!important;pointer-events:none!important}.fur-account-popover--minimal{width:230px!important;max-width:calc(100vw - 24px)!important;padding:16px!important;border-radius:18px!important;background:#121212f5!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 28px 80px #00000057!important;color:#fff!important;overflow:hidden!important}.fur-account-popover--minimal strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fur-account-popover__points{font-size:20px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fur-account-popover__primary,.fur-account-popover__admin{border-radius:12px!important}.fur-header-menu{position:relative}.fur-header-menu.is-menu-open>.fur-header-dropdown,.fur-header-menu.is-menu-open>.fur-account-popover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.fur-header-menu:after{height:36px!important}.fur-mail-codeblock{display:block!important;white-space:pre-wrap!important;overflow:auto!important;max-height:520px!important;background:#090909!important;color:#e9f6ff!important;border:1px solid rgba(25,144,198,.42)!important;border-radius:14px!important;padding:16px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:12px!important;line-height:1.65!important}.fur-mail-body{white-space:pre-wrap!important}.fur-pdp-wishlist{position:relative;overflow:hidden}.fur-pdp-wishlist:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--x,50%) var(--y,50%),rgba(255,255,255,.55),transparent 35%);opacity:0;transition:opacity .25s ease}.fur-pdp-wishlist:hover:after{opacity:.28}.fur-wishlist-pulse{animation:furWishlistSaveV108 .82s cubic-bezier(.2,.8,.2,1)!important}@keyframes furWishlistSaveV108{0%{transform:scale(1)}35%{transform:scale(.975);box-shadow:0 0 #00000029}70%{transform:scale(1.015);box-shadow:0 0 0 12px #0000}to{transform:scale(1)}}.fur-account-popover--rich{width:330px!important;padding:0!important;border-radius:18px!important;overflow:hidden!important;background:linear-gradient(145deg,#121212fa,#24221ff5)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 28px 90px #00000057!important;color:#fff!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.fur-account-popover--rich:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.12),transparent 36%),radial-gradient(circle at 92% 12%,rgba(191,158,90,.18),transparent 42%);pointer-events:none}.fur-account-popover--rich>*{position:relative;z-index:1}.fur-account-popover__top{padding:18px 18px 14px}.fur-account-popover--rich strong{font-size:15px!important;letter-spacing:-.02em!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-account-popover--rich span{font-size:11px!important;color:#bfbab0!important}.fur-account-popover__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 18px 14px}.fur-account-popover__stats div{padding:12px 10px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#ffffff0e}.fur-account-popover__stats b{display:block;font-size:18px;letter-spacing:-.04em}.fur-account-popover__stats span{display:block;margin-top:4px;font-size:8px!important;text-transform:uppercase;letter-spacing:.12em;color:#8f8b84!important}.fur-account-popover__bar{height:5px;margin:0 18px 14px;background:#ffffff1a;border-radius:999px;overflow:hidden}.fur-account-popover__bar span{display:block;height:100%;width:8%;background:linear-gradient(90deg,#7a5a2d,#efe2bd);border-radius:999px}.fur-account-popover__nav{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.1);padding:8px}.fur-account-popover__nav a{display:flex!important;align-items:center;justify-content:space-between;margin:0!important;padding:12px!important;border:0!important;border-radius:12px!important;color:#fff!important;text-decoration:none!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.13em;font-weight:950}.fur-account-popover__nav a:hover{background:#ffffff14}.fur-account-popover__primary{background:#f3efe6!important;color:#111!important}.fur-account-popover__admin{background:#d9be7c29!important;color:#f5df9b!important}.fur-header-menu:hover>[data-fur-menu-panel],.fur-header-menu.is-open>[data-fur-menu-panel]{pointer-events:auto!important;opacity:1!important;transform:translateY(0)!important}.fur-header-dropdown{border-radius:18px!important;background:linear-gradient(145deg,#121212fa,#24221ff5)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.fur-member-card{width:100%!important;max-width:480px!important;height:310px!important;transform:none!important;transition:box-shadow .25s ease,translate .25s ease!important}.fur-member-card:hover{translate:0 -4px!important}.fur-card-scene{display:flex;align-items:start;justify-content:center!important}.fur-club-dashboard-grid{align-items:start!important}.fur-club-view.is-active{gap:18px!important}.fur-club-panels{align-items:stretch!important}.fur-panel{height:100%!important}.fur-club-hero-text{align-self:start!important}.fur-club-copy{max-width:56ch}.fur-product-card__wishlist.is-saving,.fur-pdp-wishlist.is-saving{animation:furWishPop .62s cubic-bezier(.2,1.4,.3,1)}@keyframes furWishPop{0%{transform:scale(1)}35%{transform:scale(1.08);box-shadow:0 0 0 8px #00000014}to{transform:scale(1)}}.fur-account-popover--rich{min-width:260px;max-width:300px;border-radius:22px;background:#0c0c0ceb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 26px 70px #00000057}.fur-account-popover__top strong{display:block;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fur-account-popover__stats--simple{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.fur-account-popover__stats--simple div{padding:12px 10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0e;border-radius:16px}.fur-account-popover__nav--simple{display:grid;gap:8px}.fur-account-popover__nav--simple a:not(.fur-account-popover__admin):not(.fur-account-popover__primary){display:none!important}.fur-account-popover__primary{background:#f3efe6!important;color:#111!important;border-radius:16px!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important}.fur-account-popover__admin{border-radius:16px!important;border:1px solid rgba(255,255,255,.16)!important;background:#ffffff0f!important;color:#fff!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-transform:uppercase!important;font-size:10px!important;letter-spacing:.12em!important}.fur-club-stats .fur-club-stat:nth-child(3),.fur-club-stats .fur-club-stat:nth-child(4){display:none!important}.fur-club-hero{align-items:start!important;gap:18px!important}.fur-club-scene{min-height:auto!important}.fur-club-card3d{width:min(560px,100%)!important;min-height:280px!important;transform:none!important;transition:transform .28s ease,box-shadow .28s ease!important}.fur-club-card3d:hover{transform:translateY(-3px)!important;box-shadow:0 34px 90px #00000052!important}.fur-club-main{gap:14px!important}.fur-club-panels{margin-top:0!important}@media(max-width:900px){.fur-club-stats{grid-template-columns:1fr!important}.fur-club-card3d{width:100%!important}}.fur-account-popover--rich{width:320px!important;padding:18px!important;background:#121212f5!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 28px 80px #0000006b!important;color:#fff!important}.fur-account-popover--rich .fur-account-popover__top{display:grid!important;gap:4px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding-bottom:14px!important;margin-bottom:14px!important}.fur-account-popover--rich .fur-account-popover__top strong{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:16px!important;color:#fff!important}.fur-account-popover--rich .fur-account-popover__top span{font-size:10px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#aaa!important}.fur-account-popover__stats--simple{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.fur-account-popover__stats--simple[hidden]{display:none!important}.fur-account-popover__stats--simple div{background:#ffffff12!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:14px!important;padding:13px 12px!important;text-align:left!important}.fur-account-popover__stats--simple b{display:block!important;font-size:24px!important;line-height:1!important;color:#fff!important;letter-spacing:-.04em!important}.fur-account-popover__stats--simple span{display:block!important;margin-top:6px!important;font-size:9px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#aaa!important}.fur-account-popover__bar{height:5px!important;background:#ffffff17!important;border-radius:999px!important;overflow:hidden!important;margin:12px 0!important}.fur-account-popover__bar span{display:block!important;height:100%!important;background:#fff!important;border-radius:999px!important;box-shadow:0 0 16px #ffffff59!important}.fur-account-popover__actions{display:grid!important;gap:8px!important;margin-top:12px!important}.fur-account-popover__primary{height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#111!important;border:0!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:.13em!important;font-size:10px!important;font-weight:950!important;text-decoration:none!important}.fur-account-popover__admin{height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:.13em!important;font-size:10px!important;font-weight:950!important;text-decoration:none!important}.fur-account-popover__admin[hidden]{display:none!important}.fur-account-mini-stats{grid-template-columns:1fr!important}.fur-account-mini-stats span:nth-child(2){display:none!important}.fur-club-v99 .fur-club-dashboard-grid{grid-template-columns:minmax(360px,520px) minmax(0,1fr)!important;gap:clamp(28px,4vw,58px)!important;align-items:center!important;margin-bottom:24px!important}.fur-club-v99 .fur-card-scene{align-self:center!important}.fur-club-v99 .fur-member-card{width:100%!important;max-width:520px!important;height:300px!important;transform:none!important;transition:transform .25s ease,box-shadow .25s ease!important}.fur-club-v99 .fur-member-card:hover{transform:translateY(-4px)!important}.fur-club-v99 .fur-club-checks{grid-template-columns:1fr 1fr!important}.fur-club-v99 .fur-club-checks .fur-club-check:first-child,.fur-club-v99 .fur-club-checks .fur-club-check:last-child{display:none!important}.fur-club-v99 .fur-club-stats{grid-template-columns:1fr 1fr!important;margin-top:18px!important}.fur-club-v99 .fur-club-stats .fur-club-stat:nth-child(n+3){display:none!important}.fur-club-v99 .fur-club-stat{min-height:116px!important;display:grid!important;align-content:center!important}.fur-club-v99 .fur-club-stat strong{font-size:clamp(34px,4vw,58px)!important}.fur-club-v99 .fur-club-panels{margin-top:18px!important}.fur-club-v99 .fur-club-copy{max-width:620px!important}.fur-mail-preview{font-family:Arial,sans-serif!important;line-height:1.55!important}.fur-mail-preview style,.fur-mail-preview script{display:none!important}.fur-rich{background:#fff!important;color:#111!important;min-height:420px!important;border-radius:18px!important;border:2px dashed rgba(255,255,255,.16)!important}.fur-rich:focus{outline:2px solid rgba(255,255,255,.28)!important}.fur-rich.is-dragging{outline:2px solid #fff!important;background:#faf7ef!important}.fur-rich img,.fur-mail-preview img{max-width:100%!important;height:auto!important;border-radius:12px!important;margin:12px 0!important;display:block!important}.fur-dropzone[data-mail-drop]{min-height:110px!important;background:#ffffff14!important;border-style:dashed!important}.fur-admin-v111 .fur-pdp-preview{background:#f4f1ea!important}.fur-admin-v111 .fur-pdp-preview__media{min-height:520px!important;background:linear-gradient(180deg,#eee8dd,#d6d0c3)!important}.fur-admin-v111 .fur-pdp-preview__body{padding:28px!important}.fur-admin-v111 .fur-pdp-preview h3{font-size:clamp(34px,3vw,54px)!important}.fur-admin-v111 .fur-product-builder{grid-template-columns:minmax(500px,1fr) minmax(450px,.85fr)!important}@media(max-width:900px){.fur-club-v99 .fur-club-dashboard-grid{grid-template-columns:1fr!important}.fur-club-v99 .fur-member-card{max-width:none!important}.fur-club-v99 .fur-club-checks,.fur-club-v99 .fur-club-stats{grid-template-columns:1fr!important}}.fur-account-popover--v115{width:320px!important;padding:0!important;border-radius:20px!important;background:linear-gradient(145deg,#0e0e0efa,#22201cf7)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 30px 90px #00000070!important;overflow:hidden!important;color:#fff!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.fur-account-popover--v115:before,.fur-account-popover--v115:after{display:none!important}.fur-account-popover--v115 *{box-sizing:border-box!important}.fur-account-popover__hero{display:grid!important;grid-template-columns:minmax(0,1fr) 112px!important;gap:14px!important;align-items:stretch!important;padding:16px!important;background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.13),transparent 36%),linear-gradient(180deg,#ffffff0f,#ffffff05)!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.fur-account-popover__copy{min-width:0!important}.fur-account-popover__copy strong{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:15px!important}.fur-account-popover__mini-card{position:relative!important;min-height:86px!important;border-radius:15px!important;background:linear-gradient(135deg,#f0eeea,#c5c2bd)!important;color:#111!important;padding:10px!important;box-shadow:0 20px 45px #00000047!important;overflow:hidden!important}.fur-account-popover__mini-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(255,255,255,.52),transparent 48%);pointer-events:none}.fur-account-popover__mini-card span{display:block!important;color:#777!important;font-size:7px!important;letter-spacing:.14em!important;text-transform:uppercase!important}.fur-account-popover__mini-card b{display:block!important;margin-top:12px!important;text-align:center!important;font-family:serif!important;font-size:34px!important;line-height:1!important}.fur-account-popover__mini-card small{position:absolute!important;left:10px!important;right:10px!important;bottom:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.12em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fur-account-popover--v115 .fur-account-popover__stats{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:14px 16px!important;margin:0!important}.fur-account-popover--v115 .fur-account-popover__stats[hidden]{display:none!important}.fur-account-popover--v115 .fur-account-popover__stats div{display:grid!important;place-items:center!important;gap:7px!important;min-height:74px!important;padding:10px!important;background:#ffffff0e!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important}.fur-account-popover--v115 .fur-account-popover__stats span{order:0!important;margin:0!important;color:#aaa!important;font-size:8px!important;text-transform:uppercase!important;letter-spacing:.14em!important}.fur-account-popover--v115 .fur-account-popover__stats b{order:1!important;color:#fff!important;font-size:20px!important;line-height:1.05!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.fur-account-popover--v115 .fur-account-popover__bar{height:4px!important;margin:0 16px 14px!important;background:#ffffff1a!important;border-radius:999px!important;overflow:hidden!important}.fur-account-popover--v115 .fur-account-popover__bar span{background:linear-gradient(90deg,#b99b62,#fff2bf)!important}.fur-account-popover--v115 .fur-account-popover__nav{display:grid!important;gap:8px!important;padding:0 16px 16px!important;border:0!important}.fur-account-popover--v115 .fur-account-popover__nav a{display:flex!important;justify-content:center!important;align-items:center!important;height:44px!important;margin:0!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:#ffffff14!important;color:#fff!important;text-decoration:none!important}.fur-account-popover--v115 .fur-account-popover__primary{background:#111!important;color:#fff!important;border-color:#ffffff42!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.fur-account-popover--v115 .fur-account-popover__admin{background:linear-gradient(135deg,#b99b6238,#ffffff14)!important;color:#ffe0a0!important;border-color:#b99b625c!important}.fur-club-checks{grid-template-columns:1fr 1fr!important}.fur-club-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important}.fur-club-dashboard-grid{grid-template-columns:minmax(380px,540px) minmax(420px,1fr)!important;gap:28px!important;align-items:start!important}.fur-card-scene{perspective:1300px!important}.fur-member-card{max-width:540px!important;width:100%!important;height:300px!important;transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))!important;transition:transform .18s ease,box-shadow .22s ease!important}.fur-club-view.is-active{gap:14px!important}.fur-club-stats,.fur-club-panels{margin-top:18px!important}.fur-club-main{padding-bottom:0!important}.fur-mail-preview{background:#f7f5ef!important;color:#111!important;border-radius:18px!important;border:1px solid rgba(0,0,0,.08)!important;padding:22px!important;min-height:320px!important;max-height:720px!important;overflow:auto!important;font-family:Arial,Helvetica,sans-serif!important;line-height:1.55!important}.fur-mail-preview style,.fur-mail-preview script,.fur-mail-preview meta,.fur-mail-preview link{display:none!important}.fur-mail-preview iframe.fur-mail-frame{width:100%!important;min-height:620px!important;border:0!important;background:#fff!important;border-radius:12px!important}.fur-rich{min-height:360px!important;background:#fff!important;color:#111!important;border-radius:18px!important;border:2px dashed rgba(255,255,255,.22)!important;padding:18px!important;line-height:1.6!important;overflow:auto!important}.fur-rich:empty:before{content:"Schrijf je mail hier. Je kunt afbeeldingen plakken of slepen.";color:#777}.fur-rich.is-dragging,.fur-dropzone.is-dragging{outline:2px solid #fff!important;background:#fff8e8!important}.fur-rich img{max-width:100%!important;height:auto!important;border-radius:12px!important;margin:12px 0!important}.fur-dropzone[data-mail-drop]{min-height:130px!important;border:2px dashed rgba(255,255,255,.28)!important;background:#ffffff14!important;border-radius:18px!important;cursor:pointer}.fur-mail-item.is-unread strong:before{content:"\2022  ";color:#e0bd70}.fur-admin-v111 .fur-pdp-preview__media{min-height:560px!important;background:linear-gradient(180deg,#eee8dd,#d4cec1)!important}.fur-admin-v111 .fur-pdp-preview__media img{object-fit:contain!important;padding:28px!important}.fur-admin-v111 .fur-pdp-preview h3{font-size:clamp(40px,4vw,68px)!important}.fur-admin-v111 .fur-product-builder{grid-template-columns:minmax(560px,1.05fr) minmax(520px,.95fr)!important}@media(max-width:900px){.fur-club-dashboard-grid{grid-template-columns:1fr!important}.fur-club-stats{max-width:none!important}.fur-member-card{height:250px!important}.fur-account-popover--v115{width:310px!important}}.fur-account-popover--v115{top:calc(100% + 10px)!important}.fur-account-popover__hero{grid-template-columns:minmax(0,1fr) 132px!important;align-items:center!important}.fur-account-popover__mini-card{min-height:74px!important;transform:none!important}.fur-account-popover__mini-card b{font-size:26px!important;margin-top:8px!important}.fur-account-popover__mini-card small{bottom:7px!important}.fur-account-popover__primary{background:#151515!important;color:#fff!important;border-color:#424242!important}.fur-account-popover__primary:hover{background:#fff!important;color:#111!important}.fur-account-popover--v115:before{display:none!important}.fur-club-checks .fur-club-check:nth-child(1),.fur-club-checks .fur-club-check:nth-child(4){display:none!important}.fur-club-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fur-club-stat:nth-child(n+3){display:none!important}.fur-member-card{transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(0)!important}.fur-member-card:hover{translate:0!important}.fur-ui-mode-toggle{position:fixed;right:22px;bottom:22px;z-index:9999;display:flex;gap:8px;align-items:center;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#121212e0;color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer}.fur-ui-mode-toggle svg{width:16px;height:16px}.fur-ui-light .fur-club-neo,.fur-ui-light .fur-admin-panel{background:#f2f0eb!important;color:#171717!important}.fur-ui-light .fur-club-neo:before,.fur-ui-light .fur-club-neo:after{opacity:.12!important}.fur-ui-light .fur-club-sidebar,.fur-ui-light .fur-club-panel,.fur-ui-light .fur-club-stat,.fur-ui-light .fur-club-order,.fur-ui-light .fur-club-reward,.fur-ui-light .fur-admin-card,.fur-ui-light .fur-admin-shell{background:#ffffffb8!important;color:#171717!important;border-color:#0000001a!important;box-shadow:0 18px 60px #0000000f!important}.fur-ui-light .fur-club-panel p,.fur-ui-light .fur-club-summary p,.fur-ui-light .fur-admin-panel p,.fur-ui-light .copy,.fur-ui-light .kicker{color:#555!important}.fur-ui-light .fur-club-nav button,.fur-ui-light .fur-club-sidebar a,.fur-ui-light .fur-admin-nav button{color:#171717!important;border-color:#0000001f!important}.fur-ui-light .fur-club-nav button.is-active,.fur-ui-light .fur-admin-nav button.is-active{background:#171717!important;color:#fff!important}.fur-ui-light .fur-ui-mode-toggle{background:#171717;color:#fff}.fur-ui-light input,.fur-ui-light textarea,.fur-ui-light select,.fur-ui-light .fur-input,.fur-ui-light .fur-textarea,.fur-ui-light .fur-select{background:#fff!important;color:#111!important;border-color:#00000024!important}.fur-ui-light .fur-btn{background:#111!important;color:#fff!important}.fur-ui-light .fur-mail-preview,.fur-ui-light .fur-rich,.fur-ui-light .fur-dropzone{background:#fff!important;color:#111!important;border-color:#0000001f!important}.fur-shopify-oauth-hotfix{position:relative;z-index:30;margin:18px 0 24px;padding:18px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(135deg,#ffffff1f,#ffffff0a);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 24px 70px #00000047}.fur-shopify-oauth-hotfix strong{display:block;color:#fff;font-size:15px;letter-spacing:-.02em}.fur-shopify-oauth-hotfix span{display:block;margin-top:4px;color:#ffffffad;font-size:12px;line-height:1.45}.fur-shopify-connect-hotfix{background:#fff!important;color:#111!important;border-color:#fff!important;min-width:160px}.fur-products-sync-hotfix{min-width:140px}body.fur-account-light .fur-shopify-oauth-hotfix{background:#ffffffd1;border-color:#0a0a0a1f;box-shadow:0 24px 70px #0000001f}body.fur-account-light .fur-shopify-oauth-hotfix strong{color:#111}body.fur-account-light .fur-shopify-oauth-hotfix span{color:#00000094}@media(max-width:760px){.fur-shopify-oauth-hotfix{align-items:stretch;flex-direction:column}.fur-shopify-connect-hotfix,.fur-products-sync-hotfix{width:100%}}.fur-v121-shopify-connect{position:relative;z-index:50;margin:0 0 16px;padding:18px 20px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(135deg,#ffffff21,#ffffff0b);box-shadow:0 22px 70px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:16px}.fur-v121-shopify-connect strong{display:block;color:#fff;font-size:15px;letter-spacing:-.02em}.fur-v121-shopify-connect span{display:block;margin-top:4px;color:#ffffffad;font-size:12px;line-height:1.45}.fur-v121-shopify-actions{display:flex;gap:10px;flex-wrap:wrap}.fur-v121-shopify-actions .fur-btn{background:#f3efe6!important;color:#111!important;border-color:#f3efe6!important}.fur-v121-shopify-actions .fur-btn.ghost{background:#ffffff14!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}body.fur-account-light .fur-v121-shopify-connect{background:#ffffffc7;border-color:#0000001f;box-shadow:0 22px 70px #0000001f}body.fur-account-light .fur-v121-shopify-connect strong{color:#111}body.fur-account-light .fur-v121-shopify-connect span{color:#0009}body.fur-account-light .fur-v121-shopify-actions .fur-btn.ghost{background:#0000000f!important;color:#111!important;border-color:#00000024!important}@media(max-width:760px){.fur-v121-shopify-connect{flex-direction:column;align-items:stretch}.fur-v121-shopify-actions{display:grid}.fur-v121-shopify-actions .fur-btn{width:100%}}.fur-v129-admin-marker{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 18px!important;padding:14px 18px!important;border:1px solid rgba(190,255,201,.42)!important;border-radius:18px!important;background:linear-gradient(135deg,#78ffaa2e,#ffffff0b)!important;box-shadow:0 18px 60px #0003!important;color:#dcffe7!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}.fur-v129-admin-marker span{font-size:11px!important;color:#b9ffc9!important;letter-spacing:.12em!important}.fur-admin-v124.fur-light .fur-v129-admin-marker{background:linear-gradient(135deg,#14281817,#ffffffd1)!important;color:#142117!important;border-color:#14281838!important}.fur-admin-v124.fur-light .fur-v129-admin-marker span{color:#4f6a55!important}.fur-admin-v124.fur-light .fur-btn:not(.danger){background:#171512!important;color:#fff!important;border:1px solid rgba(23,21,18,.22)!important}.fur-admin-v124.fur-light .fur-btn.ghost{background:#ffffffdb!important;color:#171512!important;border:1px solid rgba(23,21,18,.2)!important}.fur-admin-v124.fur-light .fur-tab{color:#171512!important;background:#ffffff8c!important}.fur-admin-v124.fur-light .fur-tab.active{background:#171512!important;color:#fff!important}.fur-rich a,.fur-mail-preview a{color:#1990c6;text-decoration:underline}.fur-rich:empty:before{content:attr(data-placeholder);color:#ffffff6b}.fur-admin-v124.fur-light .fur-rich:empty:before{color:#00000059}.fur-v130-safe-marker{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 18px!important;padding:14px 18px!important;border:1px solid rgba(255,210,120,.48)!important;border-radius:18px!important;background:linear-gradient(135deg,#ffa0282e,#ffffff0e)!important;box-shadow:0 18px 60px #00000038!important;color:#fff3d0!important;font-weight:950!important;letter-spacing:.07em!important;text-transform:uppercase!important}.fur-v130-safe-marker span{font-size:11px!important;color:#ffd891!important;letter-spacing:.12em!important}.fur-rich img,.fur-mail-preview img{max-width:100%!important;height:auto!important;display:block!important;border-radius:14px!important;margin:12px 0!important}.fur-admin-v124.fur-light .fur-btn:not(.danger),.fur-admin-v124.fur-light button.fur-btn:not(.danger){background:#171512!important;color:#fff!important;border-color:#17151238!important}.fur-admin-v124.fur-light .fur-btn.ghost{background:#ffffffeb!important;color:#171512!important;border-color:#17151233!important}
/*# sourceMappingURL=/cdn/shop/t/123/assets/fur-theme.css.map */
