.fb-featured-v4{width:100%;color:var(--fbf-text);background:var(--fbf-bg);font-family:var(--fbf-body-font);font-size:var(--fbf-body-size)}
.fb-featured-v4__inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:clamp(48px,7vw,110px);max-width:1440px;margin:0 auto;padding:var(--fbf-space-top) clamp(28px,5vw,80px) var(--fbf-space-bottom)}
.fb-featured-v4__inner.is-reversed .fb-featured-v4__media{order:2}.fb-featured-v4__inner.is-reversed .fb-featured-v4__content{order:1}
.fb-featured-v4__media{position:relative;min-width:0}.fb-featured-v4__slides{position:relative;width:100%;aspect-ratio:var(--fbf-image-ratio);overflow:hidden;background:#f5f3ef}.fb-featured-v4__slide{position:absolute;inset:0}.fb-featured-v4__image,.fb-featured-v4__video,.fb-featured-v4__placeholder{display:block;width:100%;height:100%;object-fit:var(--fbf-image-fit)}.fb-featured-v4__placeholder svg{width:100%;height:100%}
.fb-featured-v4__arrow{position:absolute;top:50%;z-index:4;display:grid;width:46px;height:46px;place-items:center;padding:0;color:#151515;background:rgba(255,255,255,.94);border:0;border-radius:50%;cursor:pointer;transform:translateY(-50%)}.fb-featured-v4__arrow--prev{left:16px}.fb-featured-v4__arrow--next{right:16px}
.fb-featured-v4__dots{position:absolute;right:0;bottom:17px;left:0;z-index:4;display:flex;justify-content:center;gap:7px}.fb-featured-v4__dot{width:8px;height:8px;padding:0;background:rgba(255,255,255,.75);border:1px solid rgba(21,21,21,.22);border-radius:50%;cursor:pointer}.fb-featured-v4__dot.is-active{background:#151515}
.fb-featured-v4__content{min-width:0;max-width:650px}.fb-featured-v4__eyebrow{margin-bottom:12px;color:var(--fbf-muted);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.fb-featured-v4__title{margin:0 0 14px;color:var(--fbf-text);font-family:var(--fbf-title-font);font-size:var(--fbf-title-size);font-weight:400;line-height:1.08}.fb-featured-v4__price{display:flex;align-items:baseline;gap:10px;margin-bottom:7px;font-size:19px}.fb-featured-v4__price s{color:var(--fbf-muted);font-size:14px}.fb-featured-v4__tax,.fb-featured-v4__shipping,.fb-featured-v4__description{color:var(--fbf-muted)}.fb-featured-v4__description{margin:24px 0;line-height:1.55}
.fb-featured-v4__options{display:grid;gap:20px;margin:30px 0}.fb-featured-v4__option{margin:0;padding:0;border:0}.fb-featured-v4__option legend{margin-bottom:10px;color:var(--fbf-text);font-size:14px}.fb-featured-v4__option legend span{color:var(--fbf-muted)}.fb-featured-v4__values{display:flex;flex-wrap:wrap;gap:9px}.fb-featured-v4__value{display:inline-flex;align-items:center;justify-content:center;min-width:100px;min-height:44px;padding:9px 16px;color:var(--fbf-text);font:inherit;background:transparent;border:1px solid var(--fbf-border);cursor:pointer;transition:.18s ease}.fb-featured-v4__value:hover{border-color:var(--fbf-text)}.fb-featured-v4__value.is-selected{color:#fff;background:#151515;border-color:#151515}.fb-featured-v4__value.is-swatch{min-width:48px;width:48px;height:48px;padding:4px;border-radius:50%}.fb-featured-v4__value.is-swatch.is-selected{background:transparent;border:2px solid #151515}.fb-featured-v4__swatch{display:block;width:36px;height:36px;background:var(--swatch);background-position:center;background-size:cover;border:1px solid rgba(0,0,0,.08);border-radius:50%}
.fb-featured-v4__purchase{display:grid;grid-template-columns:124px 1fr;gap:12px;margin-top:30px}.fb-featured-v4__qty{display:grid;grid-template-columns:38px 1fr 38px;min-height:54px;border:1px solid var(--fbf-border)}.fb-featured-v4__qty button,.fb-featured-v4__qty input{min-width:0;padding:0;color:var(--fbf-text);font:inherit;text-align:center;background:transparent;border:0}.fb-featured-v4__qty input{-moz-appearance:textfield}.fb-featured-v4__qty input::-webkit-inner-spin-button,.fb-featured-v4__qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.fb-featured-v4__add,.fb-featured-v4__buy{min-height:54px;padding:13px 20px;font-family:var(--fbf-button-font);font-size:var(--fbf-button-size);font-weight:400;border-radius:var(--fbf-radius);cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.fb-featured-v4__add{color:var(--fbf-add-text);background:var(--fbf-add-bg);border:1px solid var(--fbf-add-border)}.fb-featured-v4__add:hover{color:var(--fbf-add-hover-text);background:var(--fbf-add-hover-bg)}.fb-featured-v4__buy{display:block;width:100%;margin-top:12px;color:var(--fbf-buy-text);background:var(--fbf-buy-bg);border:1px solid var(--fbf-buy-bg)}.fb-featured-v4__buy:hover{color:var(--fbf-buy-hover-text);background:var(--fbf-buy-hover-bg);border-color:var(--fbf-buy-hover-bg)}.fb-featured-v4__add:disabled,.fb-featured-v4__buy:disabled{cursor:not-allowed;opacity:.45}.fb-featured-v4__shipping{margin-top:18px;font-size:13px}
@media(max-width:989px){.fb-featured-v4__inner{grid-template-columns:1fr;gap:34px}.fb-featured-v4__inner.is-reversed .fb-featured-v4__media,.fb-featured-v4__inner.is-reversed .fb-featured-v4__content{order:initial}.fb-featured-v4__content{max-width:none}}
@media(max-width:749px){.fb-featured-v4__inner{padding:var(--fbf-space-top) 18px var(--fbf-space-bottom)}.fb-featured-v4__title{font-size:var(--fbf-title-size-mobile)}.fb-featured-v4__purchase{grid-template-columns:108px 1fr}.fb-featured-v4__arrow{width:40px;height:40px}}
