:root{--brothrow2-bg-primary: #faf8f5;--brothrow2-bg-surface: #ffffff;--brothrow2-bg-accent: #f3f0eb;--brothrow2-text-primary: #1a1a1a;--brothrow2-text-body: #3d3d3d;--brothrow2-text-muted: #8a8580;--brothrow2-accent-sage: #7d8c6e;--brothrow2-navy: #2c3548;--brothrow2-cta-bg: #1a1a1a;--brothrow2-cta-text: #faf8f5;--brothrow2-border: #e8e4df;--brothrow2-font-heading: "Outfit", sans-serif;--brothrow2-font-body: "DM Sans", sans-serif;--brothrow2-space-xs: 8px;--brothrow2-space-sm: 16px;--brothrow2-space-md: 24px;--brothrow2-space-lg: 32px;--brothrow2-space-xl: 48px;--brothrow2-space-2xl: 64px;--brothrow2-pdp-gutter: 20px;--brothrow2-pdp-gutter-left: 52px;--brothrow2-radius-card: 8px;--brothrow2-radius-pill: 24px;--brothrow2-btn-height: 48px;--brothrow2-swatch-size: 36px;--brothrow2-sticky-height: 64px;--brothrow2-transition-fast: .2s ease;--brothrow2-transition-medium: .3s ease;--brothrow2-transition-drawer: .25s ease-out}@media(prefers-reduced-motion:reduce){:root{--brothrow2-transition-fast: 0ms;--brothrow2-transition-medium: 0ms;--brothrow2-transition-drawer: 0ms}}.brothrow2-hero{background-color:var(--brothrow2-bg-primary)}.brothrow2-hero__grid{display:block}@media screen and (min-width:768px){.brothrow2-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:var(--brothrow2-space-lg);max-width:1200px;margin:0 auto;padding:var(--brothrow2-space-xl) var(--brothrow2-space-lg)}}.brothrow2-carousel{position:relative;display:flex;flex-direction:column;gap:8px}.brothrow2-carousel__track{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;order:1}.brothrow2-carousel__track::-webkit-scrollbar{display:none}.brothrow2-carousel__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:4 / 5;position:relative;background-color:var(--brothrow2-bg-accent)}.brothrow2-carousel__slide img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--brothrow2-transition-medium)}.brothrow2-carousel__slide img.loaded{opacity:1}.brothrow2-carousel__slide .brothrow2-carousel__lqip{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(20px);transform:scale(1.1);transition:opacity var(--brothrow2-transition-medium)}.brothrow2-carousel__slide img.loaded+.brothrow2-carousel__lqip,.brothrow2-carousel__slide img.loaded~.brothrow2-carousel__lqip{opacity:0}.brothrow2-carousel__dots{display:none}.brothrow2-carousel__thumbnails{display:flex;flex-direction:row;gap:8px;order:2;overflow-x:auto;scrollbar-width:none;padding:8px 12px 4px}.brothrow2-carousel__thumbnails::-webkit-scrollbar{display:none}.brothrow2-carousel__thumb{flex:0 0 60px;height:60px;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:transparent;padding:0;transition:border-color var(--brothrow2-transition-fast)}.brothrow2-carousel__thumb.active{border-color:var(--brothrow2-text-primary)}.brothrow2-carousel__thumb img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:768px){.brothrow2-carousel{flex-direction:row;align-items:flex-start;gap:16px}.brothrow2-carousel__track{flex:1;min-width:0;order:2;display:block;overflow:hidden;scroll-snap-type:none}.brothrow2-carousel__slide{flex:none;width:100%;aspect-ratio:3 / 4;display:none}.brothrow2-carousel__slide.active{display:block}.brothrow2-carousel__thumbnails{flex:0 0 72px;flex-direction:column;gap:8px;order:1;overflow-y:auto;overflow-x:hidden;padding:0;max-height:100%}.brothrow2-carousel__thumb{flex:0 0 72px;width:72px;height:72px}}.brothrow2-buybox{padding:var(--brothrow2-space-md) var(--brothrow2-space-sm);font-family:var(--brothrow2-font-body)}@media screen and (min-width:768px){.brothrow2-buybox{position:sticky;top:var(--brothrow2-space-lg);padding:0}}.brothrow2-buybox__label{font-family:var(--brothrow2-font-body);font-size:12px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--brothrow2-text-muted);margin-bottom:4px}.brothrow2-buybox__discount{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;margin-bottom:10px;border-radius:6px;font-family:var(--brothrow2-font-body);font-weight:500;color:var(--brothrow2-text-primary);line-height:1.2;width:fit-content;max-width:100%}.brothrow2-buybox__discount-code{font-weight:700;letter-spacing:.02em}.brothrow2-buybox__title{font-family:var(--brothrow2-font-heading);font-size:22px;font-weight:500;color:var(--brothrow2-text-primary);line-height:1.3;margin:0 0 4px}@media screen and (min-width:768px){.brothrow2-buybox__title{font-size:28px}}.brothrow2-buybox__stars{display:flex;align-items:center;gap:6px;margin-bottom:12px;cursor:pointer}.brothrow2-buybox__stars:hover .brothrow2-buybox__stars-text{text-decoration:underline}.brothrow2-buybox__stars svg{width:16px;height:16px;fill:var(--brothrow2-text-primary)}.brothrow2-buybox__stars-text{font-size:13px;color:var(--brothrow2-text-muted)}.brothrow2-buybox__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.brothrow2-buybox__price{font-family:var(--brothrow2-font-heading);font-size:20px;font-weight:500;color:var(--brothrow2-text-primary)}@media screen and (min-width:768px){.brothrow2-buybox__price{font-size:22px}}.brothrow2-buybox__shipping{font-size:13px;color:var(--brothrow2-text-muted)}.brothrow2-buybox__description{font-size:15px;color:var(--brothrow2-text-body);line-height:1.5;margin-bottom:var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-buybox__description{font-size:16px}}.brothrow2-buybox__divider{height:1px;background-color:var(--brothrow2-border);margin:var(--brothrow2-space-sm) 0}.brothrow2-buybox__option-label{font-family:var(--brothrow2-font-heading);font-size:14px;font-weight:500;color:var(--brothrow2-text-primary);margin-bottom:8px}.brothrow2-buybox__swatches{display:flex;gap:12px;margin-bottom:var(--brothrow2-space-sm)}.brothrow2-buybox__swatch{width:var(--brothrow2-swatch-size);height:var(--brothrow2-swatch-size);border-radius:50%;border:none;cursor:pointer;position:relative;padding:0;transition:box-shadow var(--brothrow2-transition-fast)}.brothrow2-buybox__swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid transparent;transition:border-color var(--brothrow2-transition-fast)}.brothrow2-buybox__swatch.active:after{border-color:var(--brothrow2-text-primary)}.brothrow2-buybox__swatch:focus-visible{outline:2px solid var(--brothrow2-accent-sage);outline-offset:4px}.brothrow2-buybox__sizes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.brothrow2-buybox__size-guide{font-size:13px;color:var(--brothrow2-text-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer;background:none;border:none;padding:0;font-family:var(--brothrow2-font-body)}.brothrow2-buybox__size-guide:hover{color:var(--brothrow2-text-body)}.brothrow2-buybox__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--brothrow2-space-md)}.brothrow2-buybox__pill{min-height:44px;min-width:44px;padding:12px 20px;white-space:nowrap;border-radius:var(--brothrow2-radius-pill);border:1px solid var(--brothrow2-border);background:var(--brothrow2-bg-surface);color:var(--brothrow2-text-primary);font-family:var(--brothrow2-font-body);font-size:14px;cursor:pointer;transition:all var(--brothrow2-transition-fast)}.brothrow2-buybox__pill.active{background:var(--brothrow2-text-primary);color:var(--brothrow2-cta-text);border-color:var(--brothrow2-text-primary)}.brothrow2-buybox__pill.unavailable{opacity:.4;text-decoration:line-through;cursor:pointer}.brothrow2-buybox__pill:focus-visible{outline:2px solid var(--brothrow2-accent-sage);outline-offset:2px}.brothrow2-buybox__notify{display:none;flex-direction:column;gap:8px;margin-bottom:var(--brothrow2-space-sm)}.brothrow2-buybox__notify.visible{display:flex}.brothrow2-buybox__notify-text{font-size:14px;color:var(--brothrow2-text-body)}.brothrow2-buybox__notify-form{display:flex;gap:8px}.brothrow2-buybox__notify-input{flex:1;height:44px;padding:0 16px;border:1px solid var(--brothrow2-border);border-radius:var(--brothrow2-radius-pill);font-family:var(--brothrow2-font-body);font-size:14px;background:var(--brothrow2-bg-surface)}.brothrow2-buybox__notify-input:focus{outline:2px solid var(--brothrow2-accent-sage);outline-offset:-2px}.brothrow2-buybox__notify-btn{height:44px;padding:0 20px;background:var(--brothrow2-cta-bg);color:var(--brothrow2-cta-text);border:none;border-radius:var(--brothrow2-radius-pill);font-family:var(--brothrow2-font-body);font-size:14px;font-weight:500;cursor:pointer}.brothrow2-buybox__announcement{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;margin-bottom:10px;border-radius:6px;background-color:#f4efe8;color:var(--brothrow2-text-primary);font-family:var(--brothrow2-font-body);font-size:13px;font-weight:500;line-height:1.3;text-align:center}.brothrow2-buybox__announcement-icon{flex-shrink:0;width:18px;height:18px}.brothrow2-buybox__atc{width:100%;height:var(--brothrow2-btn-height);background:var(--brothrow2-cta-bg);color:var(--brothrow2-cta-text);border:none;border-radius:4px;font-family:var(--brothrow2-font-heading);font-size:15px;font-weight:500;letter-spacing:.06em;cursor:pointer;transition:opacity var(--brothrow2-transition-fast);position:relative}.brothrow2-buybox__atc:hover{opacity:.9}.brothrow2-buybox__atc:disabled{opacity:.5;cursor:not-allowed}.brothrow2-buybox__atc.adding{animation:brothrow2-pulse 1s ease infinite}@keyframes brothrow2-pulse{0%,to{opacity:.9}50%{opacity:.7}}.brothrow2-buybox__atc:focus-visible{outline:2px solid var(--brothrow2-accent-sage);outline-offset:2px}.brothrow2-buybox__trust{display:flex;justify-content:center;gap:16px;padding:12px 0;font-size:12px;color:var(--brothrow2-text-muted)}.brothrow2-buybox__trust span{white-space:nowrap}.brothrow2-buybox__trust-sep{color:var(--brothrow2-border)}.brothrow2-buybox__logos{border-top:1px solid var(--brothrow2-border);padding-top:12px;display:flex;justify-content:center;align-items:center;gap:20px}.brothrow2-buybox__logo{height:20px;opacity:.4;filter:grayscale(100%)}@media screen and (min-width:768px){.brothrow2-buybox__logo{height:22px}}.brothrow2-sensory{background-color:var(--brothrow2-bg-accent);padding:var(--brothrow2-space-xl) var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-sensory{padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-sensory__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--brothrow2-space-sm);max-width:600px;margin:0 auto;text-align:center}.brothrow2-sensory__item-label{font-family:var(--brothrow2-font-body);font-size:12px;color:var(--brothrow2-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.brothrow2-sensory__item-value{font-family:var(--brothrow2-font-heading);font-size:16px;font-weight:600;color:var(--brothrow2-text-primary)}@media screen and (min-width:768px){.brothrow2-sensory__item-value{font-size:18px}}.brothrow2-features{background-color:var(--brothrow2-bg-primary);padding:var(--brothrow2-space-xl) 0}@media screen and (min-width:768px){.brothrow2-features{padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-feature__image{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;background-color:var(--brothrow2-bg-accent)}.brothrow2-feature__text{padding:var(--brothrow2-space-md) var(--brothrow2-space-sm)}.brothrow2-feature__heading{font-family:var(--brothrow2-font-heading);font-size:16px;font-weight:500;color:var(--brothrow2-text-primary);margin:0 0 8px}@media screen and (min-width:768px){.brothrow2-feature__heading{font-size:18px}}.brothrow2-feature__body{font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-body);line-height:1.5;margin:0}.brothrow2-features__header{text-align:center;margin:0 auto var(--brothrow2-space-xl);padding:0 var(--brothrow2-space-sm);max-width:720px}.brothrow2-features__heading{font-family:var(--brothrow2-font-heading);font-size:32px;font-weight:600;color:var(--brothrow2-text-primary);line-height:1.15;margin:0 0 8px}@media screen and (min-width:768px){.brothrow2-features__heading{font-size:44px}}.brothrow2-features__subheading{font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-muted);margin:0}@media screen and (min-width:768px){.brothrow2-features__subheading{font-size:16px}}.brothrow2-features__viewport{position:relative}.brothrow2-features__track{display:block}.brothrow2-features__arrows,.brothrow2-features__dots{display:none}@media screen and (min-width:768px){.brothrow2-features__inner{max-width:1100px;margin:0 auto}.brothrow2-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--brothrow2-space-lg);align-items:center}.brothrow2-feature:nth-child(2n) .brothrow2-feature__image{order:2}.brothrow2-feature:nth-child(2n) .brothrow2-feature__text{order:1}.brothrow2-feature__text{padding:var(--brothrow2-space-lg);text-align:left}}.brothrow2-lifestyle{width:100%;aspect-ratio:16 / 9;overflow:hidden}.brothrow2-lifestyle__image{display:block;width:100%;max-width:100%;height:100%;object-fit:cover}.brothrow2-reviews{background-color:var(--brothrow2-bg-primary);padding:var(--brothrow2-space-xl) var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-reviews{padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-reviews__header{display:flex;align-items:center;gap:8px;margin-bottom:var(--brothrow2-space-md)}.brothrow2-reviews__stars svg{width:20px;height:20px;fill:var(--brothrow2-text-primary)}.brothrow2-reviews__rating{font-family:var(--brothrow2-font-heading);font-size:18px;font-weight:600;color:var(--brothrow2-text-primary)}.brothrow2-reviews__count{font-size:14px;color:var(--brothrow2-text-muted)}.brothrow2-reviews__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.brothrow2-reviews__track::-webkit-scrollbar{display:none}.brothrow2-reviews__card{flex:0 0 260px;scroll-snap-align:start;background:var(--brothrow2-bg-surface);border:1px solid var(--brothrow2-border);border-radius:var(--brothrow2-radius-card);padding:var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-reviews__inner{max-width:1100px;margin:0 auto}.brothrow2-reviews__track{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--brothrow2-space-md);overflow:visible;scroll-snap-type:none}.brothrow2-reviews__card{flex:none}}.brothrow2-reviews__card-name{font-family:var(--brothrow2-font-heading);font-size:14px;font-weight:500;color:var(--brothrow2-text-primary);margin-bottom:8px}.brothrow2-reviews__card-stars{display:flex;gap:2px;margin-bottom:8px}.brothrow2-reviews__card-stars svg{width:14px;height:14px;fill:var(--brothrow2-text-primary)}.brothrow2-reviews__card-text{font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-body);line-height:1.5;margin-bottom:12px}.brothrow2-reviews__card-tag{display:inline-block;font-size:11px;font-weight:500;padding:3px 10px;border-radius:var(--brothrow2-radius-pill);text-transform:uppercase;letter-spacing:.04em}.brothrow2-reviews__card-tag--verified{background-color:#e8f0fe;color:#3b6bb5}.brothrow2-reviews__card-tag--gift{background-color:#e8f5e8;color:#4a7a4a}.brothrow2-reviews__more{display:block;margin-top:var(--brothrow2-space-md);text-align:center;font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;background:none;border:none}.brothrow2-reviews__more:hover{color:var(--brothrow2-text-body)}.brothrow2-reviews__skeleton{display:flex;gap:16px;overflow:hidden}.brothrow2-reviews__skeleton-card{flex:0 0 260px;height:180px;background:linear-gradient(90deg,var(--brothrow2-bg-accent) 25%,var(--brothrow2-border) 50%,var(--brothrow2-bg-accent) 75%);background-size:200% 100%;animation:brothrow2-shimmer 1.5s ease-in-out infinite;border-radius:var(--brothrow2-radius-card)}@keyframes brothrow2-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.brothrow2-gift{background-color:var(--brothrow2-bg-surface);padding:var(--brothrow2-space-xl) var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-gift{padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-gift__inner{max-width:1100px;margin:0 auto}@media screen and (min-width:768px){.brothrow2-gift__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--brothrow2-space-xl);align-items:center}}.brothrow2-gift__image{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--brothrow2-radius-card);margin-bottom:var(--brothrow2-space-md)}@media screen and (min-width:768px){.brothrow2-gift__image{margin-bottom:0}}.brothrow2-gift__heading{font-family:var(--brothrow2-font-heading);font-size:20px;font-weight:600;color:var(--brothrow2-text-primary);margin:0 0 12px}@media screen and (min-width:768px){.brothrow2-gift__heading{font-size:26px}}.brothrow2-gift__body{font-family:var(--brothrow2-font-body);font-size:15px;color:var(--brothrow2-text-body);line-height:1.6;margin:0 0 12px}.brothrow2-gift__secondary{font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-muted);line-height:1.5;margin:0}.brothrow2-faq{background-color:var(--brothrow2-bg-primary);padding:var(--brothrow2-space-xl) var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-faq{padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-faq__inner{max-width:700px;margin:0 auto}.brothrow2-faq__heading{font-family:var(--brothrow2-font-heading);font-size:20px;font-weight:600;color:var(--brothrow2-text-primary);text-align:center;margin:0 0 var(--brothrow2-space-md)}@media screen and (min-width:768px){.brothrow2-faq__heading{font-size:26px}}.brothrow2-faq__item{border-bottom:1px solid var(--brothrow2-border)}.brothrow2-faq__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:var(--brothrow2-space-sm) 0;background:none;border:none;cursor:pointer;font-family:var(--brothrow2-font-body);font-size:15px;font-weight:500;color:var(--brothrow2-text-primary);text-align:left}.brothrow2-faq__question:focus-visible{outline:2px solid var(--brothrow2-accent-sage);outline-offset:-2px}.brothrow2-faq__icon{flex-shrink:0;width:20px;height:20px;position:relative;margin-left:16px}.brothrow2-faq__icon:before,.brothrow2-faq__icon:after{content:"";position:absolute;background-color:var(--brothrow2-text-muted);transition:transform var(--brothrow2-transition-fast)}.brothrow2-faq__icon:before{top:50%;left:2px;right:2px;height:1.5px;transform:translateY(-50%)}.brothrow2-faq__icon:after{left:50%;top:2px;bottom:2px;width:1.5px;transform:translate(-50%)}.brothrow2-faq__item.active .brothrow2-faq__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.brothrow2-faq__answer{max-height:0;overflow:hidden;transition:max-height var(--brothrow2-transition-fast)}.brothrow2-faq__answer-inner{padding:0 0 var(--brothrow2-space-sm);font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-body);line-height:1.6}.brothrow2-cta{background-color:var(--brothrow2-bg-accent);padding:var(--brothrow2-space-xl) var(--brothrow2-space-sm);text-align:center}@media screen and (min-width:768px){.brothrow2-cta{padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-cta__heading{font-family:var(--brothrow2-font-heading);font-size:22px;font-weight:600;color:var(--brothrow2-text-primary);margin:0 0 12px}@media screen and (min-width:768px){.brothrow2-cta__heading{font-size:28px}}.brothrow2-cta__subtext{font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-muted);margin:0 0 var(--brothrow2-space-md);line-height:1.5}.brothrow2-cta__button{display:inline-block;height:var(--brothrow2-btn-height);padding:0 48px;background:var(--brothrow2-cta-bg);color:var(--brothrow2-cta-text);border:none;border-radius:4px;font-family:var(--brothrow2-font-heading);font-size:15px;font-weight:500;letter-spacing:.06em;cursor:pointer;transition:opacity var(--brothrow2-transition-fast);line-height:var(--brothrow2-btn-height)}.brothrow2-cta__button:hover{opacity:.9}.brothrow2-cta__button:focus-visible{outline:2px solid var(--brothrow2-accent-sage);outline-offset:2px}.brothrow2-sticky{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--brothrow2-sticky-height);background:var(--brothrow2-bg-surface);box-shadow:0 -1px 3px #00000014;z-index:999;transform:translateY(100%);transition:transform var(--brothrow2-transition-fast);padding:0 var(--brothrow2-space-sm)}.brothrow2-sticky.visible{transform:translateY(0)}@media screen and (max-width:767px){.brothrow2-sticky{display:flex;align-items:center;justify-content:space-between}}.brothrow2-sticky__info{flex:1;min-width:0}.brothrow2-sticky__name{font-family:var(--brothrow2-font-heading);font-size:14px;font-weight:500;color:var(--brothrow2-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brothrow2-sticky__variant{font-size:12px;color:var(--brothrow2-text-muted)}.brothrow2-sticky__price{font-family:var(--brothrow2-font-heading);font-size:16px;font-weight:500;color:var(--brothrow2-text-primary);margin:0 16px;white-space:nowrap}.brothrow2-sticky__atc{height:40px;padding:0 20px;background:var(--brothrow2-cta-bg);color:var(--brothrow2-cta-text);border:none;border-radius:4px;font-family:var(--brothrow2-font-heading);font-size:13px;font-weight:500;letter-spacing:.06em;cursor:pointer;white-space:nowrap;flex-shrink:0}.brothrow2-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;opacity:0;transition:opacity var(--brothrow2-transition-drawer)}.brothrow2-drawer-overlay.open{display:block;opacity:1}.brothrow2-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:90vw;background:var(--brothrow2-bg-surface);z-index:1001;transform:translate(100%);transition:transform var(--brothrow2-transition-drawer);display:flex;flex-direction:column}.brothrow2-cart-drawer.open{transform:translate(0)}.brothrow2-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:var(--brothrow2-space-sm) var(--brothrow2-space-md);border-bottom:1px solid var(--brothrow2-border)}.brothrow2-cart-drawer__title{font-family:var(--brothrow2-font-heading);font-size:18px;font-weight:500}.brothrow2-cart-drawer__close{width:32px;height:32px;background:none;border:none;cursor:pointer;font-size:20px;color:var(--brothrow2-text-muted);display:flex;align-items:center;justify-content:center}.brothrow2-cart-drawer__items{flex:1;overflow-y:auto;padding:var(--brothrow2-space-md)}.brothrow2-cart-drawer__item{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:start}.brothrow2-cart-drawer__item-img{width:64px;height:80px;object-fit:cover;border-radius:4px;background:var(--brothrow2-bg-accent)}.brothrow2-cart-drawer__item-name{font-family:var(--brothrow2-font-heading);font-size:14px;font-weight:500;color:var(--brothrow2-text-primary)}.brothrow2-cart-drawer__item-variant{font-size:13px;color:var(--brothrow2-text-muted);margin-top:2px}.brothrow2-cart-drawer__item-price{font-family:var(--brothrow2-font-heading);font-size:14px;font-weight:500;color:var(--brothrow2-text-primary);margin-top:8px}.brothrow2-cart-drawer__footer{padding:var(--brothrow2-space-md);border-top:1px solid var(--brothrow2-border)}.brothrow2-cart-drawer__subtotal{display:flex;justify-content:space-between;font-family:var(--brothrow2-font-heading);font-size:16px;font-weight:500;color:var(--brothrow2-text-primary);margin-bottom:var(--brothrow2-space-sm)}.brothrow2-cart-drawer__checkout{width:100%;height:var(--brothrow2-btn-height);background:var(--brothrow2-cta-bg);color:var(--brothrow2-cta-text);border:none;border-radius:4px;font-family:var(--brothrow2-font-heading);font-size:15px;font-weight:500;letter-spacing:.06em;cursor:pointer;margin-bottom:8px}.brothrow2-cart-drawer__continue{display:block;width:100%;text-align:center;font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-muted);background:none;border:none;cursor:pointer;padding:8px}.brothrow2-cart-drawer__continue:hover{color:var(--brothrow2-text-body)}.brothrow2-size-guide-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;opacity:0;transition:opacity var(--brothrow2-transition-drawer)}.brothrow2-size-guide-overlay.open{display:block;opacity:1}.brothrow2-size-guide{position:fixed;bottom:0;left:0;right:0;background:var(--brothrow2-bg-surface);z-index:1001;transform:translateY(100%);transition:transform var(--brothrow2-transition-drawer);border-radius:16px 16px 0 0;max-height:80vh;overflow-y:auto;padding:var(--brothrow2-space-md)}@media screen and (min-width:768px){.brothrow2-size-guide{position:fixed;top:0;right:0;bottom:0;left:auto;width:400px;max-width:90vw;border-radius:0;max-height:none;transform:translate(100%)}.brothrow2-size-guide.open{transform:translate(0)}}.brothrow2-size-guide.open{transform:translateY(0)}@media screen and (min-width:768px){.brothrow2-size-guide.open{transform:translate(0)}}.brothrow2-size-guide__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--brothrow2-space-sm)}.brothrow2-size-guide__title{font-family:var(--brothrow2-font-heading);font-size:18px;font-weight:500}.brothrow2-size-guide__close{width:32px;height:32px;background:none;border:none;cursor:pointer;font-size:20px;color:var(--brothrow2-text-muted)}.brothrow2-size-guide__note{font-family:var(--brothrow2-font-body);font-size:14px;color:var(--brothrow2-text-body);line-height:1.5;margin-bottom:var(--brothrow2-space-md)}.brothrow2-size-guide table{width:100%;border-collapse:collapse;font-family:var(--brothrow2-font-body);font-size:14px}.brothrow2-size-guide th{text-align:left;padding:10px 12px;font-weight:500;color:var(--brothrow2-text-primary);border-bottom:2px solid var(--brothrow2-text-primary)}.brothrow2-size-guide td{padding:10px 12px;color:var(--brothrow2-text-body);border-bottom:1px solid var(--brothrow2-border)}.brothrow2-buybox p.brothrow2-buybox__lead{font-family:var(--brothrow2-font-body);font-size:17px;color:var(--brothrow2-text-primary);line-height:1.4;margin:18px 0 14px}@media screen and (min-width:768px){.brothrow2-buybox p.brothrow2-buybox__lead{font-size:20px}}.brothrow2-buybox__bullets{list-style:none;padding:0;margin:0 0 var(--brothrow2-space-sm)}.brothrow2-buybox__bullets li{position:relative;padding:6px 0 6px 18px;font-family:var(--brothrow2-font-body);font-size:15px;line-height:1.5;color:var(--brothrow2-text-body)}.brothrow2-buybox__bullets li:before{content:"";position:absolute;left:0;top:14px;width:6px;height:6px;border-radius:50%;background:var(--brothrow2-text-primary)}.brothrow2-buybox__bullets strong{font-weight:600;color:var(--brothrow2-text-primary)}.brothrow2-cta--image{position:relative;padding:var(--brothrow2-space-2xl) var(--brothrow2-space-sm);background-color:var(--brothrow2-text-primary);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:360px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}@media screen and (min-width:768px){.brothrow2-cta--image{min-height:480px;padding:var(--brothrow2-space-2xl) var(--brothrow2-space-lg)}}.brothrow2-cta--image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:1}.brothrow2-cta--image>*{position:relative;z-index:2}.brothrow2-cta--image .brothrow2-cta__heading{color:#fff;font-size:36px}@media screen and (min-width:768px){.brothrow2-cta--image .brothrow2-cta__heading{font-size:56px}}.brothrow2-trust{background-color:var(--brothrow2-bg-accent);padding:var(--brothrow2-space-lg) var(--brothrow2-space-sm)}@media screen and (min-width:768px){.brothrow2-trust{padding:var(--brothrow2-space-lg)}}.brothrow2-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:960px;margin:0 auto;align-items:center}.brothrow2-trust__item{display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--brothrow2-font-body);font-size:12px;color:var(--brothrow2-text-body);text-align:left;line-height:1.3}@media screen and (min-width:768px){.brothrow2-trust__item{font-size:14px;gap:12px}}.brothrow2-trust__icon{flex-shrink:0;width:22px;height:22px;color:var(--brothrow2-text-primary)}@media screen and (min-width:768px){.brothrow2-trust__icon{width:26px;height:26px}}@media screen and (max-width:767px){.brothrow2-buybox,.brothrow2-sensory,.brothrow2-faq,.brothrow2-cta,.brothrow2-trust,.brothrow2-features__header,.brothrow2-feature__text{padding-left:var(--brothrow2-pdp-gutter-left);padding-right:var(--brothrow2-pdp-gutter)}.brothrow2-trust__grid{padding-left:0}.brothrow2-features__header,.brothrow2-faq__heading{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/90/assets/brothrow2-pdp.css.map */
