:root{--bc-space-2xs: .4rem;--bc-space-xs: .8rem;--bc-space-sm: 1.2rem;--bc-space-md: 1.8rem;--bc-space-lg: 2.4rem;--bc-space-xl: 3.2rem;--bc-space-2xl: 4.8rem;--bc-content-narrow: 74rem;--bc-transition: .18s ease;--bc-shadow-soft: 0 1rem 3rem rgba(45, 36, 31, var(--bc-shadow-opacity))}html{overflow-x:clip}body{color:var(--bc-color-text);background:var(--bc-color-background)}.bc-wig-section{position:relative;color:var(--bc-color-text);background:var(--bc-section-background, transparent)}.bc-wig-section__inner{padding-top:var(--bc-padding-top, var(--bc-section-spacing));padding-bottom:var(--bc-padding-bottom, var(--bc-section-spacing))}.bc-wig-section__header{max-width:var(--bc-content-narrow);margin:0 auto clamp(2.4rem,4vw,4rem);text-align:center}.bc-wig-section__header--left{margin-left:0;text-align:left}.bc-wig-eyebrow{margin:0 0 var(--bc-space-xs);color:var(--bc-color-accent);font-size:1.2rem;font-weight:700;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.bc-wig-heading{margin:0;color:var(--bc-color-text);font-size:clamp(2.8rem,4vw,4.6rem);line-height:1.12;letter-spacing:-.025em}.bc-wig-heading--small{font-size:clamp(2.4rem,3vw,3.6rem)}.bc-wig-copy{color:var(--bc-color-muted);font-size:clamp(1.5rem,1.6vw,1.7rem);line-height:1.65}.bc-wig-section__header .bc-wig-copy{margin:var(--bc-space-sm) auto 0}.bc-wig-section__header--left .bc-wig-copy{margin-left:0}.bc-wig-buttons{display:flex;flex-wrap:wrap;gap:var(--bc-space-sm);margin-top:var(--bc-space-lg)}.bc-wig-button.button{min-height:4.6rem;border-radius:var(--bc-radius-button);font-weight:650;letter-spacing:.02em;transition:background-color var(--bc-transition),border-color var(--bc-transition),color var(--bc-transition)}.bc-wig-button.button:after{border-radius:var(--bc-radius-button)}.bc-wig-button--primary.button{--color-button: var(--bc-color-accent-dark-rgb);--color-button-text: 255, 255, 255}.bc-wig-button--secondary.button{--color-button: var(--bc-color-background-rgb);--color-button-text: var(--bc-color-text-rgb);--alpha-button-background: 0}.bc-wig-card{overflow:hidden;border:.1rem solid var(--bc-color-border);border-radius:var(--bc-radius-card);background:var(--bc-color-background);box-shadow:var(--bc-shadow-soft)}.bc-wig-media{position:relative;overflow:hidden;background:var(--bc-color-surface)}.bc-wig-media img,.bc-wig-media svg{display:block;width:100%;height:100%;object-fit:cover}.bc-wig-placeholder{min-height:100%;color:#2d241f40;background:linear-gradient(135deg,var(--bc-color-surface),var(--bc-color-surface-alt))}.bc-wig-placeholder path,.bc-wig-placeholder circle,.bc-wig-placeholder ellipse,.bc-wig-placeholder rect{vector-effect:non-scaling-stroke}.bc-wig-split{display:grid;align-items:center;gap:clamp(2.8rem,6vw,7.2rem)}.bc-wig-split__media{min-height:0;aspect-ratio:4 / 3;border-radius:var(--bc-radius-card)}.bc-wig-split__content{max-width:62rem}.bc-wig-wholesale .bc-wig-split__media{aspect-ratio:5 / 4;border-radius:.4rem var(--bc-radius-card) var(--bc-radius-card) .4rem}.bc-wig-custom .bc-wig-split__media{aspect-ratio:4 / 5;border-radius:var(--bc-radius-card) .4rem var(--bc-radius-card) .4rem}.bc-wig-custom .bc-wig-split__content{max-width:68rem}.bc-wig-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem 2rem;padding:0;margin:2.4rem 0 0;list-style:none}.bc-wig-feature-list__item{display:flex;align-items:flex-start;gap:1rem;color:var(--bc-color-text);font-weight:600}.bc-wig-feature-list__item:before{content:"";flex:0 0 auto;width:.8rem;height:.8rem;margin-top:.7rem;border-radius:50%;background:var(--bc-color-accent)}.bc-wig-hero{position:relative;min-height:var(--bc-hero-height, 620px);overflow:hidden;background:var(--bc-color-surface)}.bc-wig-hero__media,.bc-wig-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.bc-wig-hero__media,.bc-wig-hero__media picture,.bc-wig-hero__media img,.bc-wig-hero__media svg{width:100%;height:100%}.bc-wig-hero__media img,.bc-wig-hero__media svg{display:block;object-fit:cover}.bc-wig-hero__overlay{z-index:1;background:rgba(30,22,18,var(--bc-hero-overlay, .22))}.bc-wig-hero__content-wrap{position:relative;z-index:2;display:flex;align-items:var(--bc-hero-v, center);justify-content:var(--bc-hero-h, flex-start);min-height:var(--bc-hero-height, 620px);padding-top:clamp(3.2rem,6vw,7.2rem);padding-bottom:clamp(3.2rem,6vw,7.2rem)}.bc-wig-hero__content{width:min(100%,66rem);color:var(--bc-hero-text, #fff);text-align:var(--bc-hero-align, left)}.bc-wig-promo-hero .bc-wig-hero__content{width:min(100%,52rem)}.bc-wig-hero__content .bc-wig-eyebrow,.bc-wig-hero__content .bc-wig-heading,.bc-wig-hero__content .bc-wig-copy{color:inherit}.bc-wig-hero__content .bc-wig-heading{font-size:clamp(3.6rem,6vw,6.8rem)}.bc-wig-hero__content .bc-wig-copy{max-width:58rem;margin:1.6rem 0 0;color:inherit}.bc-wig-hero__content--center .bc-wig-copy,.bc-wig-hero__content--center .bc-wig-buttons{margin-right:auto;margin-left:auto;justify-content:center}.bc-wig-hero__content--right .bc-wig-copy{margin-left:auto}.bc-wig-hero__content--right .bc-wig-buttons{justify-content:flex-end}.bc-wig-promo-hero__desktop-media,.bc-wig-promo-hero__mobile-media{width:100%;height:100%}.bc-wig-promo-hero__mobile-media{display:none}.bc-wig-promo-hero__offer{display:inline-block;margin:0 0 1.2rem;padding:.6rem 1rem;border:.1rem solid currentColor;border-radius:var(--bc-radius-button);font-size:1.2rem;font-weight:700;letter-spacing:.1em;line-height:1.3;text-transform:uppercase}.bc-wig-promo-hero .bc-wig-button--secondary.button{--color-button: 255, 255, 255;--color-button-text: 255, 255, 255}.bc-wig-promo-hero .button[aria-disabled=true]{opacity:1}.bc-wig-compact-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2.4rem;margin-bottom:2.4rem}.bc-wig-compact-heading .bc-wig-copy{max-width:52rem;margin:0;text-align:right}.bc-wig-category-slider{display:grid;grid-template-columns:repeat(var(--bc-columns, 6),minmax(0,1fr));gap:clamp(1rem,1.5vw,1.8rem)}.bc-wig-category-slide{min-width:0}.bc-wig-category-slide__link{display:block;color:inherit;text-decoration:none}.bc-wig-category-slide__media{aspect-ratio:var(--bc-image-ratio, 4 / 5);border-radius:var(--bc-radius-card)}.bc-wig-category-slide__badge{position:absolute;top:.8rem;left:.8rem;padding:.45rem .7rem;border-radius:var(--bc-radius-button);color:#fff;background:var(--bc-color-accent-dark);font-size:1.1rem;font-weight:700;line-height:1.2}.bc-wig-category-slide__content{padding:1.2rem .2rem 0}.bc-wig-category-slide__title{display:-webkit-box;min-height:2.8em;margin:0;overflow:hidden;font-size:clamp(1.5rem,1.5vw,1.8rem);line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bc-wig-category-slide__text{margin:.4rem 0 0;color:var(--bc-color-muted);font-size:1.3rem;line-height:1.4}.bc-wig-trust-strip{display:grid;grid-template-columns:repeat(var(--bc-columns, 5),minmax(0,1fr));overflow:hidden;border:.1rem solid var(--bc-color-border);border-radius:var(--bc-radius-card);background:var(--bc-color-surface)}.bc-wig-trust-strip__item{display:flex;align-items:center;gap:1.2rem;min-width:0;padding:1.8rem 1.6rem}.bc-wig-trust-strip__item+.bc-wig-trust-strip__item{border-left:.1rem solid var(--bc-color-border)}.bc-wig-trust-strip__icon{flex:0 0 auto;width:3.2rem;height:3.2rem;color:var(--bc-color-accent-dark)}.bc-wig-trust-strip__icon img,.bc-wig-trust-strip__icon svg{width:100%;height:100%;object-fit:contain}.bc-wig-trust-strip__title{margin:0;font-size:1.5rem;font-weight:700;line-height:1.35}.bc-wig-trust-strip__text{margin:.25rem 0 0;color:var(--bc-color-muted);font-size:1.25rem;line-height:1.35}.bc-wig-featured-collection{--grid-desktop-horizontal-spacing: 1.6rem;--grid-mobile-horizontal-spacing: 1rem}.bc-wig-featured-collection--compact{--grid-desktop-horizontal-spacing: 1.2rem;--grid-mobile-horizontal-spacing: 1.2rem;background:var(--bc-color-surface)}.bc-wig-featured-collection__heading-row{display:flex;align-items:center;justify-content:space-between;gap:2rem}.bc-wig-featured-collection__heading-row .title{margin-bottom:0}.bc-wig-featured-collection__view-all{flex:0 0 auto;font-weight:650}.bc-wig-featured-collection__editor-note{margin:1rem 0 0;color:var(--bc-color-muted);font-size:1.4rem;line-height:1.5}.bc-wig-product-placeholder{height:100%;overflow:hidden;border:.1rem solid var(--bc-color-border);border-radius:var(--bc-radius-card);background:var(--bc-color-background)}.bc-wig-product-placeholder__media{overflow:hidden;aspect-ratio:4 / 5;background:var(--bc-color-surface-alt)}.bc-wig-product-placeholder__media svg{display:block;width:100%;height:100%}.bc-wig-product-placeholder__content{display:grid;gap:1rem;padding:1.4rem}.bc-wig-product-placeholder__line,.bc-wig-product-placeholder__button{display:block;border-radius:var(--bc-radius-button);background:var(--bc-color-surface-alt)}.bc-wig-product-placeholder__line--title{width:82%;height:1.4rem}.bc-wig-product-placeholder__line--price{width:42%;height:1.2rem}.bc-wig-product-placeholder__button{width:100%;height:4.4rem;margin-top:.2rem}.bc-wig-promo-cards{display:grid;grid-template-columns:repeat(var(--bc-columns, 3),minmax(0,1fr));gap:clamp(1.2rem,2vw,2rem)}.bc-wig-promo-card{position:relative;display:grid;min-width:0;height:var(--bc-card-height, 380px);overflow:hidden;border-radius:var(--bc-radius-card);color:var(--bc-promo-text, #fff);background:var(--bc-color-surface-alt)}.bc-wig-promo-card__media,.bc-wig-promo-card__overlay,.bc-wig-promo-card__content{grid-area:1 / 1;min-width:0;min-height:0}.bc-wig-promo-card__media img,.bc-wig-promo-card__media svg{display:block;width:100%;height:100%;object-fit:cover}.bc-wig-promo-card__overlay{z-index:1;background:linear-gradient(to top,rgba(37,25,20,var(--bc-promo-overlay, .3)),rgba(37,25,20,calc(var(--bc-promo-overlay, .3) * .25)))}.bc-wig-promo-card__content{z-index:2;align-self:end;max-width:46rem;padding:clamp(2rem,3vw,3.2rem)}.bc-wig-promo-card--top-left .bc-wig-promo-card__content,.bc-wig-promo-card--top-right .bc-wig-promo-card__content{align-self:start}.bc-wig-promo-card--center-left .bc-wig-promo-card__content,.bc-wig-promo-card--center-center .bc-wig-promo-card__content{align-self:center}.bc-wig-promo-card--top-right .bc-wig-promo-card__content,.bc-wig-promo-card--bottom-right .bc-wig-promo-card__content{justify-self:end}.bc-wig-promo-card--center-center .bc-wig-promo-card__content{justify-self:center}.bc-wig-promo-card--center,.bc-wig-promo-card--center .bc-wig-promo-card__content{text-align:center}.bc-wig-promo-card--right,.bc-wig-promo-card--right .bc-wig-promo-card__content{text-align:right}.bc-wig-promo-card__eyebrow{margin:0 0 .8rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.bc-wig-promo-card__heading{margin:0;color:inherit;font-size:clamp(2.4rem,3vw,3.6rem);line-height:1.12}.bc-wig-promo-card__text{margin:1rem 0 0;font-size:1.5rem;line-height:1.5}.bc-wig-promo-card__button.button{min-height:4.4rem;margin-top:1.8rem;--color-button: 255, 255, 255;--color-button-text: var(--bc-color-text-rgb)}.bc-wig-promo-banner{position:relative;display:grid;height:var(--bc-banner-height, 380px);overflow:hidden;color:var(--bc-banner-text, #fff);background:var(--bc-color-surface-alt)}.page-width>.bc-wig-promo-banner{border-radius:var(--bc-radius-card)}.bc-wig-promo-banner__media,.bc-wig-promo-banner__overlay,.bc-wig-promo-banner__content{grid-area:1 / 1;min-width:0;min-height:0}.bc-wig-promo-banner__media,.bc-wig-promo-banner__desktop-media,.bc-wig-promo-banner__mobile-media,.bc-wig-promo-banner__media img,.bc-wig-promo-banner__media svg{width:100%;height:100%}.bc-wig-promo-banner__media img,.bc-wig-promo-banner__media svg{display:block;object-fit:cover}.bc-wig-promo-banner__mobile-media{display:none}.bc-wig-promo-banner__overlay{z-index:1;background:rgba(36,25,21,var(--bc-banner-overlay, .35))}.bc-wig-promo-banner__content{z-index:2;display:flex;align-items:center}.bc-wig-promo-banner--center-center .bc-wig-promo-banner__content{justify-content:center}.bc-wig-promo-banner--center-right .bc-wig-promo-banner__content{justify-content:flex-end}.bc-wig-promo-banner__content-inner{width:min(100%,64rem);padding:3.2rem 0}.bc-wig-promo-banner--center .bc-wig-promo-banner__content-inner{text-align:center}.bc-wig-promo-banner--center .bc-wig-buttons{justify-content:center}.bc-wig-promo-banner--right .bc-wig-promo-banner__content-inner{text-align:right}.bc-wig-promo-banner--right .bc-wig-buttons{justify-content:flex-end}.bc-wig-promo-banner .bc-wig-heading,.bc-wig-promo-banner .bc-wig-copy,.bc-wig-promo-banner .bc-wig-eyebrow{color:inherit}.bc-wig-category-grid{display:grid;grid-template-columns:repeat(var(--bc-columns, 4),minmax(0,1fr));gap:clamp(1.2rem,2vw,2.4rem);max-width:100%;min-width:0}.bc-wig-category-card{position:relative;min-width:0}.bc-wig-category-card__link{display:block;color:inherit;text-decoration:none}.bc-wig-category-card__media{aspect-ratio:var(--bc-image-ratio, 4 / 5)}.bc-wig-category-card__content{padding:1.8rem .2rem 0}.bc-wig-category-card__title{margin:0;font-size:clamp(1.8rem,2vw,2.2rem)}.bc-wig-category-card__text{margin:.6rem 0 0;color:var(--bc-color-muted);line-height:1.5}.bc-wig-texture-section .bc-wig-section__header{margin-right:0;margin-left:0}.bc-wig-texture-section .bc-wig-category-grid{gap:clamp(1.8rem,2.6vw,3.2rem)}.bc-wig-texture-section .bc-wig-category-card__media{border-radius:.4rem}.bc-wig-texture-section .bc-wig-category-card__content{max-width:42rem;padding-top:1.4rem}.bc-wig-texture-section .bc-wig-category-card__title{font-size:clamp(2rem,2.2vw,2.8rem)}.bc-wig-trust-bar{display:grid;grid-template-columns:repeat(var(--bc-columns, 4),minmax(0,1fr));overflow:hidden;border:.1rem solid var(--bc-color-border);border-radius:var(--bc-radius-card);background:var(--bc-color-surface)}.bc-wig-trust-item{display:flex;align-items:center;gap:1.4rem;min-width:0;padding:2rem}.bc-wig-trust-item+.bc-wig-trust-item{border-left:.1rem solid var(--bc-color-border)}.bc-wig-trust-item__icon{flex:0 0 auto;width:3.2rem;height:3.2rem;color:var(--bc-color-accent-dark)}.bc-wig-trust-item__icon img,.bc-wig-trust-item__icon svg{width:100%;height:100%;object-fit:contain}.bc-wig-trust-item__title{margin:0;font-size:1.6rem;font-weight:700}.bc-wig-trust-item__text{margin:.3rem 0 0;color:var(--bc-color-muted);font-size:1.3rem;line-height:1.4}.bc-wig-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.4rem}.bc-wig-option{display:flex;align-items:flex-start;gap:1rem;padding:1.4rem;border:.1rem solid var(--bc-color-border);border-radius:calc(var(--bc-radius-card) * .65);background:#ffffff73}.bc-wig-option__icon{flex:0 0 auto;width:2.8rem;height:2.8rem;color:var(--bc-color-accent-dark)}.bc-wig-option__icon img,.bc-wig-option__icon svg{display:block;width:100%;height:100%;object-fit:contain}.bc-wig-option__title{margin:0;font-size:1.5rem;font-weight:700}.bc-wig-option__text{margin:.4rem 0 0;color:var(--bc-color-muted);font-size:1.3rem;line-height:1.45}.bc-wig-quality-grid{display:grid;grid-template-columns:repeat(var(--bc-columns, 4),minmax(0,1fr));gap:clamp(1.2rem,2vw,2.4rem)}.bc-wig-quality-card__media{aspect-ratio:1 / 1}.bc-wig-quality-card{border-radius:calc(var(--bc-radius-card) * .72)}.bc-wig-quality-card__content{padding:1.8rem}.bc-wig-quality-card__title{margin:0;font-size:1.8rem}.bc-wig-quality-card__text{margin:.8rem 0 0;color:var(--bc-color-muted);line-height:1.55}.bc-wig-testimonials{display:grid;grid-template-columns:repeat(var(--bc-columns, 3),minmax(0,1fr));gap:1.8rem}.bc-wig-testimonial{display:flex;flex-direction:column;min-width:0;padding:clamp(2rem,3vw,3rem)}.bc-wig-testimonial__stars{color:var(--bc-color-accent);font-size:1.7rem;letter-spacing:.12em}.bc-wig-testimonial__quote{flex:1;margin:1.6rem 0 2rem;color:var(--bc-color-text);font-size:1.6rem;line-height:1.65}.bc-wig-testimonial__customer{display:flex;align-items:center;gap:1.2rem}.bc-wig-testimonial__avatar{width:4.8rem;height:4.8rem;overflow:hidden;border-radius:50%;background:var(--bc-color-surface-alt)}.bc-wig-testimonial__avatar img{width:100%;height:100%;object-fit:cover}.bc-wig-testimonial__name{margin:0;font-weight:700}.bc-wig-testimonial__meta{margin:.2rem 0 0;color:var(--bc-color-muted);font-size:1.3rem}.bc-wig-testimonial__product{margin:0 0 1.6rem;color:var(--bc-color-accent-dark);font-size:1.35rem;font-weight:700}.bc-wig-testimonial__verified{display:inline-flex;align-items:center;margin-left:.6rem;padding:.2rem .6rem;border-radius:var(--bc-radius-button);color:var(--bc-color-accent-dark);background:var(--bc-color-surface-alt);font-size:1.05rem;font-weight:700;line-height:1.3;vertical-align:middle}.bc-wig-brand-story{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center}.bc-wig-brand-story__visual{position:relative;z-index:1;grid-area:1 / 1 / 2 / 8}.bc-wig-brand-story__media{min-height:0;aspect-ratio:4 / 5;border-radius:var(--bc-radius-card) .4rem var(--bc-radius-card) .4rem}.bc-wig-brand-story__note{position:absolute;right:2rem;bottom:2rem;max-width:28rem;margin:0;padding:1.2rem 1.6rem;border-radius:var(--bc-radius-card);color:#fff;background:#2d241fc7;font-size:1.25rem;line-height:1.45}.bc-wig-brand-story__panel{position:relative;z-index:2;grid-area:1 / 7 / 2 / 13;padding:clamp(3.2rem,5vw,6rem);border:.1rem solid var(--bc-color-border);border-radius:var(--bc-radius-card);background:var(--bc-story-panel, var(--bc-color-surface))}.bc-wig-brand-story--reverse .bc-wig-brand-story__visual{grid-area:1 / 6 / 2 / 13}.bc-wig-brand-story--reverse .bc-wig-brand-story__panel{grid-area:1 / 1 / 2 / 7}.bc-wig-story-points{display:grid;gap:1rem;padding:0;margin:2.2rem 0 0;list-style:none}.bc-wig-story-point{display:flex;align-items:center;gap:1rem;font-weight:650}.bc-wig-story-point__icon{flex:0 0 auto;width:2.6rem;height:2.6rem;color:var(--bc-color-accent-dark)}.bc-wig-story-point__icon svg{display:block;width:100%;height:100%}.bc-wig-lookbook{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:clamp(18rem,18vw,28rem);gap:clamp(.8rem,1.5vw,1.6rem)}.bc-wig-lookbook-card{position:relative;min-width:0;overflow:hidden;border-radius:var(--bc-radius-card);background:var(--bc-color-surface-alt)}.bc-wig-lookbook--editorial .bc-wig-lookbook-card:first-child{grid-column:span 2}.bc-wig-lookbook-card__link{display:block;height:100%;color:inherit;text-decoration:none}.bc-wig-lookbook-card__media,.bc-wig-lookbook-card__media img,.bc-wig-lookbook-card__media svg{width:100%;height:100%}.bc-wig-lookbook-card__media img,.bc-wig-lookbook-card__media svg{display:block;object-fit:cover}.bc-wig-lookbook-card__caption{position:absolute;inset:auto 0 0;padding:3.8rem 1.4rem 1.4rem;color:#fff;background:linear-gradient(transparent,#231814b8);font-size:1.4rem;font-weight:700}.bc-wig-faq-list{max-width:88rem;margin:0 auto;border-top:.1rem solid var(--bc-color-border)}.bc-wig-faq-item{border-bottom:.1rem solid var(--bc-color-border)}.bc-wig-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:6.4rem;padding:1.6rem 0;cursor:pointer;font-size:1.7rem;font-weight:700;list-style:none}.bc-wig-faq-item summary::-webkit-details-marker{display:none}.bc-wig-faq-item summary:after{content:"+";flex:0 0 auto;color:var(--bc-color-accent);font-size:2.4rem;font-weight:400}.bc-wig-faq-item[open] summary:after{content:"\2212"}.bc-wig-faq-item__answer{max-width:76rem;padding:0 4rem 2rem 0;color:var(--bc-color-muted);line-height:1.65}.bc-wig-final-cta{position:relative;min-height:var(--bc-cta-height, 240px);padding:clamp(2.4rem,3vw,4rem);overflow:hidden;border-radius:var(--bc-radius-card);color:var(--bc-cta-text, var(--bc-color-text));background:var(--bc-cta-background, var(--bc-color-surface-alt));isolation:isolate}.bc-wig-final-cta:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 88% 22%,#ffffff52 0,#fff0 28%),linear-gradient(118deg,#ffffff2e,#6f382e14);content:""}.bc-wig-final-cta__content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(28rem,.75fr);align-items:center;gap:clamp(2.4rem,4vw,5.6rem);min-width:0;min-height:calc(var(--bc-cta-height, 240px) - clamp(4.8rem,6vw,8rem))}.bc-wig-final-cta__content .bc-wig-heading,.bc-wig-final-cta__content .bc-wig-copy{color:inherit}.bc-wig-final-cta__copy .bc-wig-heading{font-size:clamp(2.6rem,3.1vw,4rem)}.bc-wig-final-cta__copy .bc-wig-copy{max-width:56rem;margin-top:1rem;font-size:1.5rem;line-height:1.5}.bc-wig-final-cta__conversion{min-width:0}.bc-wig-final-cta__content .bc-wig-buttons{justify-content:flex-start;margin-top:0}.bc-wig-final-cta .bc-wig-eyebrow{color:inherit}.announcement-bar-section .utility-bar{min-height:3.6rem;border-color:var(--bc-color-border)}.announcement-bar-section .announcement-bar__message{min-height:3.6rem;padding-top:.7rem;padding-bottom:.7rem;font-size:1.25rem;font-weight:650;letter-spacing:.035em;line-height:1.35}.section-header .header-wrapper--border-bottom{border-bottom-color:var(--bc-color-border)}.section-header .header.page-width{max-width:160rem}.section-header .header__inline-menu .list-menu--inline{column-gap:.3rem;flex-wrap:nowrap}.section-header .header__menu-item{padding-right:1.1rem;padding-left:1.1rem;font-size:1.5rem;letter-spacing:.02em;white-space:nowrap}.section-header .header__menu-item--accent{position:relative;padding-right:1.1rem;padding-left:1.1rem;border-radius:var(--bc-radius-button);background:var(--bc-color-surface-alt);box-shadow:inset 0 -.2rem 0 var(--bc-color-accent)}.header-wrapper,.footer{color:var(--bc-color-text)}.header__menu-item,.menu-drawer__menu-item,.header__icon{min-height:4.4rem}.header__menu-item--accent{color:var(--bc-color-accent-dark);font-weight:700}.header__menu-item--accent>span:first-child{text-decoration-color:var(--bc-color-accent);text-underline-offset:.5rem}.footer{border-top-color:var(--bc-color-border)}.footer .footer__content-top{padding-bottom:3.2rem}.bc-footer-newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(38rem,.9fr);align-items:center;gap:3.2rem;margin-bottom:3.6rem;padding-bottom:3.2rem;border-bottom:.1rem solid var(--bc-color-border);text-align:left}.bc-footer-newsletter__heading{margin:0;color:var(--bc-color-text);font-size:clamp(2.2rem,2.2vw,3rem);line-height:1.15}.bc-footer-newsletter__description{max-width:52rem;margin-top:.7rem;color:var(--bc-color-text-soft);font-size:1.5rem;line-height:1.55}.bc-footer-newsletter__description>*{margin:0}.footer .bc-footer-newsletter__form{width:100%;max-width:none;margin:0;align-items:stretch}.bc-footer-newsletter__form .newsletter-form__field-wrapper{max-width:none}.bc-footer-newsletter__form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem}.bc-footer-newsletter__form-row .field,.bc-footer-newsletter__form-row .field__input,.bc-footer-newsletter__button{min-height:4.8rem}.bc-footer-newsletter__form-row .field__input{padding-right:1.5rem;background:#ffffffa6}.bc-footer-newsletter__button{min-width:12rem;padding:0 2.4rem;border-radius:var(--bc-radius-button);background:var(--bc-color-text);color:var(--bc-color-surface);font-size:1.45rem}.bc-footer-main{display:grid;align-items:start;gap:3.2rem clamp(2.4rem,3vw,4.8rem);text-align:left}.bc-footer-main--menus-0{grid-template-columns:minmax(0,1fr)}.bc-footer-main--menus-0 .bc-footer-brand{width:100%;max-width:68rem}.bc-footer-main--menus-0 .bc-footer-brand__description{max-width:60rem}.bc-footer-main--menus-1{grid-template-columns:minmax(26rem,1.4fr) minmax(15rem,1fr)}.bc-footer-main--menus-2{grid-template-columns:minmax(26rem,1.4fr) repeat(2,minmax(14rem,1fr))}.bc-footer-main--menus-3{grid-template-columns:minmax(26rem,1.45fr) repeat(3,minmax(13rem,1fr))}.bc-footer-main--menus-4{grid-template-columns:minmax(22rem,1.4fr) repeat(4,minmax(14rem,1fr))}.bc-footer-brand{min-width:0}.bc-footer-brand__logo,.bc-footer-brand__logo img{display:block;width:auto;max-width:100%;height:auto}.bc-footer-brand__wordmark{display:inline-flex;color:var(--bc-color-text);font-family:var(--font-heading-family);font-size:2.4rem;font-weight:700;line-height:1.2;text-decoration:none}.bc-footer-brand__description{max-width:34rem;margin-top:1.5rem;color:var(--bc-color-text-soft);font-size:1.45rem;line-height:1.6}.bc-footer-brand__description>*{margin:0}.bc-footer-brand__contact{display:grid;gap:.9rem;margin-top:1.8rem;font-size:1.35rem;line-height:1.45}.bc-footer-brand__contact p{display:grid;grid-template-columns:9.6rem minmax(0,1fr);gap:.8rem;margin:0}.bc-footer-brand__contact strong{color:var(--bc-color-text);font-weight:700}.bc-footer-brand__contact a,.bc-footer-brand__contact span{min-width:0;color:var(--bc-color-text-soft);overflow-wrap:anywhere;text-underline-offset:.3rem}.bc-footer-brand__social.list-social{justify-content:flex-start;margin-top:1.6rem}.bc-footer-brand .footer__follow-on-shop{justify-content:flex-start;margin-top:1.2rem}.footer .footer-block__heading{font-size:1.6rem;font-weight:700}.footer .footer-block{min-width:0}.bc-footer-menu>summary{list-style:none}.bc-footer-menu>summary::-webkit-details-marker{display:none}.bc-footer-menu__summary{display:flex;align-items:center;justify-content:space-between;min-height:4.4rem;margin:0 0 .8rem;color:var(--bc-color-text);font-family:var(--font-heading-family);font-size:1.55rem;font-weight:700;line-height:1.3}.bc-footer-menu__summary .svg-wrapper{display:none}.bc-footer-menu>.footer-block__details-content{display:block!important;margin:0}.footer .footer-block__details-content .list-menu__item--link{min-height:4.4rem;padding:.65rem 0;color:var(--bc-color-text-soft);font-size:1.4rem;line-height:1.45}.footer .footer-block__details-content .list-menu__item--link:hover,.footer .footer-block__details-content .list-menu__item--link:focus-visible,.bc-footer-brand__contact a:hover,.bc-page-preview-links a:hover{color:var(--bc-color-accent-dark)}.bc-wig-footer-menu-prompt{margin:0;color:rgba(var(--color-foreground),.65);font-size:1.3rem;line-height:1.5}.footer .footer__content-bottom{padding-top:1.8rem;border-top-color:var(--bc-color-border)}.bc-footer-bottom__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%}.bc-footer-bottom__utilities{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1.2rem 2rem;min-width:0}.footer .bc-footer-bottom__utilities .footer__localization{width:auto;padding:0;justify-content:flex-end}.footer .footer__payment{margin-top:0}.footer .footer__copyright{flex:1 1 42rem;width:auto;margin-top:0;text-align:left}.bc-page-preview-links{display:flex;align-items:center;gap:1.2rem;margin-top:0;padding-top:1.1rem;padding-bottom:1.1rem;border-top:.1rem solid var(--bc-color-border);color:rgba(var(--color-foreground),.58);font-size:1.15rem;line-height:1.3}.bc-page-preview-links__heading{flex:0 0 auto;font-weight:700}.bc-page-preview-links__list{display:flex;flex-wrap:wrap;gap:0 1.2rem;margin:0;padding:0;list-style:none}.bc-page-preview-links__list li:not(:last-child):after{content:"/";margin-left:1.2rem;opacity:.45}.bc-page-preview-links a{color:inherit;text-underline-offset:.25rem}.card-wrapper .card__inner,.card-wrapper .card--card,.collection-list .card__inner{border-radius:var(--bc-radius-card);overflow:hidden}@media screen and (min-width:750px){.bc-wig-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.bc-wig-wholesale{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.bc-wig-custom{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.bc-wig-split--reverse .bc-wig-split__media{order:2}.bc-wig-split--reverse .bc-wig-split__content{order:1}}@media screen and (min-width:990px){.bc-wig-featured-collection__placeholder-grid .grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);max-width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)}.bc-wig-featured-collection--compact .card__heading{font-size:1.4rem}.bc-wig-featured-collection--compact .price{font-size:1.35rem}}@media screen and (min-width:990px)and (max-width:1199px){.bc-wig-category-slider{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:1350px){.section-header .header--middle-left{grid-template-areas:"heading navigation icons";grid-template-columns:minmax(18rem,1fr) auto minmax(18rem,1fr);column-gap:2rem}.section-header .header--middle-left .header__heading,.section-header .header--middle-left .header__heading-link{justify-self:start}.section-header .header--middle-left .header__inline-menu{justify-self:center;margin-left:0}}@media screen and (min-width:990px)and (max-width:1349px){.section-header .header--middle-left{grid-template-areas:"navigation heading icons";grid-template-columns:1fr auto 1fr;column-gap:1rem}.section-header .header--middle-left header-drawer{display:block;grid-area:navigation}.section-header .header--middle-left .header__inline-menu{display:none}.section-header .header--middle-left .header__heading,.section-header .header--middle-left .header__heading-link{justify-self:center;margin-left:0;text-align:center}}@media screen and (max-width:989px){.bc-wig-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-wig-trust-item:nth-child(odd){border-left:0}.bc-wig-trust-item:nth-child(n+3){border-top:.1rem solid var(--bc-color-border)}.bc-wig-category-grid,.bc-wig-quality-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-wig-category-slider{grid-template-columns:repeat(4,minmax(0,1fr))}.bc-wig-testimonials,.bc-wig-promo-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-wig-brand-story{display:block}.bc-wig-brand-story__panel{width:calc(100% - 4rem);margin:-6rem auto 0}.bc-wig-brand-story__media{aspect-ratio:16 / 10}.bc-wig-lookbook{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:clamp(18rem,27vw,28rem)}}@media screen and (max-width:749px){:root{--bc-mobile-section-spacing: min(var(--bc-section-spacing), 5.2rem)}.bc-wig-section__inner{padding-top:min(var(--bc-mobile-padding-top, var(--bc-padding-top, var(--bc-mobile-section-spacing))),4.8rem);padding-bottom:min(var(--bc-mobile-padding-bottom, var(--bc-padding-bottom, var(--bc-mobile-section-spacing))),4.8rem)}.bc-wig-heading{font-size:clamp(2.6rem,9vw,3.5rem)}.bc-wig-buttons{gap:1rem}.bc-wig-buttons .button{flex:1 1 16rem;min-width:0}.bc-wig-hero{min-height:var(--bc-hero-mobile-height, 540px)}.bc-wig-hero__content-wrap{align-items:var(--bc-hero-mobile-v, flex-end);justify-content:var(--bc-hero-mobile-h, flex-start);min-height:var(--bc-hero-mobile-height, 540px);padding-top:4rem;padding-bottom:5.2rem}.bc-wig-hero__content{width:100%;text-align:var(--bc-hero-mobile-align, left)}.bc-wig-hero__content--mobile-left .bc-wig-copy{margin-right:auto;margin-left:0}.bc-wig-hero__content--mobile-left .bc-wig-buttons{justify-content:flex-start}.bc-wig-hero__content--mobile-center .bc-wig-copy{margin-right:auto;margin-left:auto}.bc-wig-hero__content--mobile-center .bc-wig-buttons{justify-content:center}.bc-wig-hero__content--mobile-right .bc-wig-copy{margin-right:0;margin-left:auto}.bc-wig-hero__content--mobile-right .bc-wig-buttons{justify-content:flex-end}.bc-wig-hero__content .bc-wig-heading{font-size:clamp(3.2rem,11vw,4.8rem)}.bc-wig-promo-hero__desktop-media{display:none}.bc-wig-promo-hero__mobile-media{display:block}.bc-wig-promo-hero .bc-wig-hero__content .bc-wig-heading{font-size:clamp(3rem,9vw,3.8rem)}.bc-wig-promo-hero .bc-wig-hero__content .bc-wig-copy{margin-top:1.2rem;font-size:1.5rem;line-height:1.5}.bc-wig-promo-hero .bc-wig-buttons{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:1.6rem}.bc-wig-promo-hero .bc-wig-buttons .button{flex:0 0 auto;width:min(100%,28rem);min-height:4.4rem}.bc-wig-compact-heading{display:block;margin-bottom:1.8rem}.bc-wig-compact-heading .bc-wig-copy{margin-top:.8rem;text-align:left}.bc-wig-category-slider{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.bc-wig-category-slider--scroll{display:flex;gap:1rem;max-width:100%;min-width:0;padding-right:1.5rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-left:1.5rem;scroll-snap-type:x mandatory;scrollbar-width:none}.bc-wig-category-slider--scroll::-webkit-scrollbar{display:none}.bc-wig-category-slider--scroll .bc-wig-category-slide{flex:0 0 max(12rem,calc((100% - 1.4rem) / 2.35));scroll-snap-align:start}.bc-wig-category-slide__content{padding-top:.9rem}.bc-wig-category-slide__title{font-size:1.4rem}.bc-wig-promo-cards{grid-template-columns:1fr}.bc-wig-promo-cards--scroll{display:flex;gap:1.2rem;padding-right:1.5rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.bc-wig-promo-cards--scroll::-webkit-scrollbar{display:none}.bc-wig-promo-cards--scroll .bc-wig-promo-card{flex:0 0 min(86vw,35rem);height:min(108vw,44rem);scroll-snap-align:start}.bc-wig-promo-banner{height:var(--bc-banner-mobile-height, 420px)}.bc-wig-promo-banner__desktop-media{display:none}.bc-wig-promo-banner__mobile-media{display:block}.bc-wig-promo-banner__content{align-items:flex-end;justify-content:flex-start}.bc-wig-promo-banner__content-inner,.bc-wig-promo-banner--center .bc-wig-promo-banner__content-inner,.bc-wig-promo-banner--right .bc-wig-promo-banner__content-inner{width:100%;padding:3.2rem 0;text-align:left}.bc-wig-promo-banner--center .bc-wig-buttons,.bc-wig-promo-banner--right .bc-wig-buttons{justify-content:flex-start}.bc-wig-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-wig-trust-strip__item:nth-child(odd){border-left:0}.bc-wig-trust-strip__item:nth-child(n+3){border-top:.1rem solid var(--bc-color-border)}.bc-wig-trust-strip--scroll{display:flex;border-right:0;border-left:0;border-radius:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.bc-wig-trust-strip--scroll::-webkit-scrollbar{display:none}.bc-wig-trust-strip--scroll .bc-wig-trust-strip__item{flex:0 0 min(68vw,25rem);border-top:0;border-left:.1rem solid var(--bc-color-border);scroll-snap-align:start}.bc-wig-trust-strip--scroll .bc-wig-trust-strip__item:first-child{border-left:0}.bc-wig-featured-collection__heading-row{align-items:flex-end}.bc-wig-featured-collection__view-all{font-size:1.3rem}.bc-wig-category-grid--scroll,.bc-wig-testimonials--scroll{display:flex;gap:1.2rem;max-width:100%;min-width:0;padding-right:1.5rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-left:1.5rem;scroll-snap-type:x mandatory;scrollbar-width:none}.bc-wig-category-grid--scroll::-webkit-scrollbar,.bc-wig-testimonials--scroll::-webkit-scrollbar{display:none}.bc-wig-category-grid--scroll .bc-wig-category-card{flex:0 0 min(74vw,29rem);scroll-snap-align:start}.bc-wig-testimonials{grid-template-columns:1fr}.bc-wig-testimonials--scroll .bc-wig-testimonial{flex:0 0 min(84vw,34rem);scroll-snap-align:start}.bc-wig-split__media{min-height:0;aspect-ratio:4 / 3}.bc-wig-wholesale .bc-wig-split__media,.bc-wig-custom .bc-wig-split__media{aspect-ratio:4 / 3}.bc-wig-feature-list,.bc-wig-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-wig-option{display:block;padding:1.2rem}.bc-wig-option__icon{margin-bottom:.8rem}.bc-wig-trust-item{align-items:flex-start;gap:1rem;padding:1.5rem 1.2rem}.bc-wig-trust-item__icon{width:2.6rem;height:2.6rem}.bc-wig-trust-item__title{font-size:1.4rem}.bc-wig-trust-item__text{font-size:1.2rem}.bc-wig-quality-card__content{padding:1.4rem}.bc-wig-quality-card__title{font-size:1.6rem}.bc-wig-quality-card__text{font-size:1.3rem}.bc-wig-brand-story__media{min-height:0;aspect-ratio:4 / 5}.bc-wig-brand-story__note{right:1.2rem;bottom:1.2rem;left:1.2rem;max-width:none}.bc-wig-brand-story__panel{width:calc(100% - 2.4rem);margin-top:-3.2rem;padding:2.4rem 2rem}.bc-wig-lookbook,.bc-wig-lookbook--editorial{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:.8rem}.bc-wig-lookbook--editorial .bc-wig-lookbook-card:first-child{grid-column:auto;grid-row:auto}.bc-wig-lookbook-card__media{aspect-ratio:4 / 5}.bc-wig-lookbook-card__caption{padding:2.8rem 1rem 1rem;font-size:1.2rem}.bc-wig-final-cta{min-height:var(--bc-cta-mobile-height, 240px);padding:2rem 1.6rem}.bc-wig-final-cta .bc-wig-eyebrow{display:none}.bc-wig-final-cta__content{grid-template-columns:minmax(0,1fr);gap:1.2rem;min-height:0}.bc-wig-final-cta__copy .bc-wig-heading{font-size:clamp(2.4rem,7vw,2.8rem)}.bc-wig-final-cta__copy .bc-wig-copy{margin-top:.6rem;font-size:1.35rem;line-height:1.4}.bc-wig-final-cta__content .bc-wig-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:.8rem}.bc-wig-final-cta__content .bc-wig-buttons .button{width:100%;min-width:0;min-height:4.4rem;padding:.8rem 1rem;line-height:1.25;white-space:normal}.footer .footer__content-top{padding-right:1.6rem;padding-bottom:2.4rem;padding-left:1.6rem}.bc-footer-newsletter{grid-template-columns:minmax(0,1fr);gap:1.8rem;margin-bottom:2.6rem;padding-bottom:2.6rem}.bc-footer-newsletter__heading{font-size:2.3rem}.bc-footer-newsletter__description{font-size:1.45rem}.bc-footer-newsletter__form-row{grid-template-columns:minmax(0,1fr)}.bc-footer-newsletter__button{width:100%}.bc-footer-main,.bc-footer-main--menus-0,.bc-footer-main--menus-1,.bc-footer-main--menus-2,.bc-footer-main--menus-3,.bc-footer-main--menus-4{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.bc-footer-brand{padding-bottom:2.2rem}.bc-footer-brand__description{font-size:1.45rem}.bc-footer-brand__contact p{grid-template-columns:9.2rem minmax(0,1fr)}.footer .footer-block{width:100%;max-width:none;margin:0;border-top:.1rem solid var(--bc-color-border)}.bc-footer-menu__summary{min-height:4.8rem;margin:0;cursor:pointer;font-size:1.5rem}.bc-footer-menu__summary .svg-wrapper{display:inline-flex;width:1.2rem;transition:transform var(--duration-short) ease}.bc-footer-menu[open] .bc-footer-menu__summary .svg-wrapper{transform:rotate(180deg)}.bc-footer-menu>.footer-block__details-content{display:none!important;padding:0 0 1.2rem}.bc-footer-menu[open]>.footer-block__details-content{display:block!important}.footer .footer-block__details-content .list-menu__item--link{min-height:4.4rem;padding:.9rem 0;font-size:1.45rem}.footer .footer__content-bottom{padding-top:1.8rem}.bc-footer-bottom__inner{flex-direction:column;align-items:stretch;gap:1.4rem}.bc-footer-bottom__utilities,.footer .bc-footer-bottom__utilities .footer__localization{width:100%;justify-content:center}.footer .footer__copyright{flex-basis:auto;margin-top:0;text-align:center}.footer .list-payment{justify-content:center}.bc-page-preview-links{display:none}}@media screen and (max-width:374px){.bc-footer-brand__contact p{grid-template-columns:minmax(0,1fr);gap:.2rem}}@media(prefers-reduced-motion:reduce){.bc-wig-button.button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bc-wig-theme.css.map */
