:root{--color-brown-hex:#53260c;--color-brown-dark:#5d331b;--color-bg-light:#F8F5EE;--carousel-radius:14px}.reels-showcase{width:100%;position:relative;overflow:hidden;background-color:#ffffff;color:var(--color-brown-dark)}.reels-showcase--embedded{position:relative;z-index:8;background:#ffffff}.ugc-carousel{padding:24px 0 50px;background-color:#ffffff;position:relative;overflow:hidden;width:100%}@media screen and (min-width:750px){.ugc-carousel{padding:70px 0 100px}}.product-focus-tabs__block{display:flex;flex-direction:column-reverse;width:100%;position:relative}@media screen and (min-width:750px){.product-focus-tabs__block{flex-direction:row;align-items:center;justify-content:flex-start;height:clamp(600px,70vh,700px);padding-left:clamp(48px,7.5vw,140px);padding-right:0}}.product-focus-tabs__block-content{width:100%;margin-top:22px;display:flex;justify-content:center;align-items:center;position:relative;z-index:10;background-color:#ffffff}@media screen and (min-width:750px){.product-focus-tabs__block-content{width:clamp(240px,20vw,290px);min-width:230px;max-width:290px;flex-shrink:0;margin-top:0;padding:0 35px 0 0;height:100%;align-items:center;justify-content:flex-start}}.ugc-text-container{width:100%;max-width:320px;margin:0 auto;position:relative;min-height:150px}@media screen and (min-width:750px){.ugc-text-container{max-width:260px;margin:0}}.ugc-text-card{display:none;flex-direction:column;align-items:flex-start;width:100%;opacity:0;transform:translateY(10px);transition:opacity .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1)}.ugc-text-card.is-active{display:flex;opacity:1;transform:translateY(0)}.ugc-text-title{font-family:inherit;font-size:18px;line-height:1.18;font-weight:800;font-style:italic;letter-spacing:-.01em;text-transform:uppercase;color:var(--color-brown-dark);margin:0 0 12px;max-width:280px}@media screen and (min-width:750px){.ugc-text-title{font-size:clamp(19px,1.6vw,23px);line-height:1.15;margin-bottom:16px;max-width:250px}}.ugc-text-desc{font-family:inherit;font-size:13px;font-weight:400;line-height:1.55;color:var(--color-brown-dark);margin-bottom:22px;max-width:280px;white-space:pre-line;word-break:break-word}.ugc-text-desc p{margin:0 0 8px;white-space:pre-line}.ugc-text-desc p:last-child{margin-bottom:0}.ugc-text-desc strong{font-weight:700}.ugc-text-desc em{font-style:italic;font-size:12px;opacity:.9}.ugc-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 22px;height:38px;font-family:inherit;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff!important;background-color:var(--color-brown-hex)!important;border-radius:4px;text-decoration:none;transition:all .25s ease;cursor:pointer;box-shadow:0 2px 8px rgba(83,38,12,.15)}.ugc-btn:hover{background-color:#3b1906!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(83,38,12,.25)}.product-focus-tabs__block-slider{width:100%;position:relative;overflow:hidden}@media screen and (min-width:750px){.product-focus-tabs__block-slider{flex:1;height:100%;display:flex;align-items:center;overflow:hidden}}.ugc-slider-container{width:100%;overflow:hidden;position:relative;touch-action:pan-y;user-select:none;-webkit-user-select:none}.ugc-slider-track{width:100%;position:relative;cursor:grab}.ugc-slider-track:active{cursor:grabbing}.ugc-slider-list{display:flex;margin:0;padding:0;list-style:none;will-change:transform;transition:transform .45s cubic-bezier(.22,1,.36,1)}.ugc-slide{flex-shrink:0;width:calc(100vw - 84px);max-width:325px;height:clamp(480px,66vh,560px);margin-right:14px;display:flex;align-items:flex-end;cursor:pointer;position:relative}@media screen and (min-width:750px){.ugc-slide{width:clamp(360px,23vw,410px);max-width:none;height:clamp(600px,70vh,700px);margin-right:20px}}.ugc-slide__inner{width:100%;height:70%;border-radius:var(--carousel-radius);overflow:hidden;position:relative;background-color:#1a1a1a;transition:height .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease;box-shadow:0 4px 18px rgba(0,0,0,.1)}.ugc-slide.is-active .ugc-slide__inner{height:100%;box-shadow:0 14px 34px rgba(83,38,12,.24)}.ugc-slide__inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);pointer-events:none;transition:opacity .4s ease;z-index:2}.ugc-slide.is-active .ugc-slide__inner:after{opacity:0}.ugc-slide__poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1;transition:opacity .35s ease;background-color:#111111}.ugc-slide__poster-video{pointer-events:none;background-color:#111111}.ugc-slide.video-ready .ugc-slide__poster{opacity:0;pointer-events:none}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-container video{width:100%;height:100%;object-fit:cover;display:block;background-color:transparent}.ugc-video-controls{position:absolute;top:14px;right:14px;z-index:5;display:flex;gap:8px;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .3s ease,transform .3s ease}.ugc-slide.is-active .ugc-video-controls{opacity:1;pointer-events:auto;transform:translateY(0)}.ugc-ctrl-btn{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-brown-hex);transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ugc-ctrl-btn:hover{background:#ffffff;transform:scale(1.1)}.ugc-ctrl-btn svg{width:16px;height:16px;fill:currentColor}.ugc-progress-bar{position:absolute;top:0;left:0;width:100%;height:3px;background:rgba(255,255,255,.25);z-index:6;opacity:0;transition:opacity .3s ease}.ugc-slide.is-active .ugc-progress-bar{opacity:1}.ugc-progress-fill{height:100%;width:0;background:#ffffff;transition:width .1s linear}.featured-product-slider{position:relative;height:80svh;min-height:520px;overflow:hidden;color:#5d331b;background:#f6e6c6;font-family:var(--font-poppins);-webkit-user-select:none;user-select:none;display:none}.featured-product-slide,.featured-product-slide__picture,.featured-product-slider__track,.featured-product-slider__viewport{height:100%}.featured-product-slider__viewport{overflow:hidden;cursor:grab;touch-action:pan-y}.featured-product-slider__viewport.is-dragging{cursor:grabbing}.featured-product-slider__track{position:relative;width:100%}.featured-product-slide{position:absolute;inset:0;overflow:hidden;opacity:0;pointer-events:none;transform:scale(1.012);transition:opacity .52s ease,transform .72s cubic-bezier(.16,1,.3,1)}.featured-product-slide.is-active{z-index:1;opacity:1;pointer-events:auto;transform:scale(1)}.featured-product-slide:after{position:absolute;inset:0;box-shadow:inset -20px -86px 48px rgb(0 0 0/16%);content:"";pointer-events:none}.featured-product-slide__picture{display:block}.featured-product-slide__picture img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-drag:none}.featured-product-slide__mobile-nav{display:none}.featured-product-card{position:absolute;z-index:2;right:clamp(28px,4vw,76px);bottom:clamp(28px,4vw,76px);display:grid;width:min(444px,calc(100% - 56px));overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 4px 18px rgb(0 0 0/22%)}.featured-product-card__content{padding:28px 30px 22px}.featured-product-card__rating{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.featured-product-card__rating:before{width:20px;height:2px;background:#e3ad00;content:""}.featured-product-card__heading{display:grid;grid-template-columns:1fr auto;align-items:start;gap:24px;margin-bottom:24px}.featured-product-card h2,.featured-product-card__heading p{margin:0;font-size:18px;font-weight:325;line-height:1.25}.featured-product-card h2{font-style:italic;font-weight:700;letter-spacing:-.025em;text-transform:uppercase}.featured-product-card__heading p{font-size:13px;white-space:nowrap}.featured-product-card label{display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:18px;padding-top:17px;border-top:1px solid rgb(93 51 27/24%);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.featured-product-card select{width:100%;min-height:42px;padding:0 14px;border:1px solid rgb(93 51 27/45%);border-radius:0;color:#5d331b;background:#fff;font:inherit}.featured-product-card>button{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 30px;border:0;color:#fff;background:#53260c;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,transform .12s ease}.featured-product-card>button:focus-visible,.featured-product-card>button:hover{background:#381708}.featured-product-card>button:active{transform:scale(.99)}.featured-product-card>button span:last-child{opacity:.72;font-weight:325}.featured-product-card__mobile-action{display:none}.featured-product-slider__pagination{position:absolute;z-index:3;bottom:24px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}.featured-product-slider__pagination button{width:5px;height:5px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255/45%);cursor:pointer}.featured-product-slider__pagination button.is-active{background:#fff}@media (max-width:749px){.featured-product-slider{min-height:520px}.featured-product-slide:after{box-shadow:inset 0 -120px 58px rgb(0 0 0/14%)}.featured-product-slide__mobile-nav{position:absolute;z-index:2;top:34px;right:22px;left:22px;display:flex;justify-content:space-between;color:#5d331b;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.featured-product-slide__mobile-nav button{padding:0;border:0;color:inherit;background:transparent;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.featured-product-slide__mobile-nav button:disabled{opacity:.35;cursor:default}.featured-product-card{right:16px;bottom:44px;left:16px;width:auto}.featured-product-card__content{padding:20px 20px 16px}.featured-product-card__rating{margin-bottom:12px}.featured-product-card__heading{gap:16px;margin-bottom:16px}.featured-product-card h2{font-size:16px}.featured-product-card label{padding-top:13px}.featured-product-card>button{min-height:56px;padding-inline:20px}.featured-product-card__desktop-action{display:none}.featured-product-card__mobile-action{display:inline}.featured-product-slider__pagination{display:none}}@media (prefers-reduced-motion:reduce){.featured-product-card>button,.featured-product-slide{transition-duration:.01ms}}