:root{--sl-ink:#252323;--sl-taupe:#b39784;--sl-taupe-dark:#9e806c;--sl-blush:#f8e9e7;--sl-cream:#fbf7f2;--sl-line:#eadfd8;--sl-white:#fff}.sl-home{color:var(--sl-ink);font-family:var(--font-body--family,Arial,sans-serif);overflow:hidden}.sl-home *{box-sizing:border-box}.sl-wrap{width:min(1680px,calc(100% - 48px));margin:auto}.sl-section{padding:64px 0}.sl-title{margin:0;font-size:clamp(28px,2.2vw,42px);font-weight:500;letter-spacing:-.035em}.sl-subtitle{margin:8px 0 0;font-size:16px}.sl-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.sl-link{color:var(--sl-taupe-dark);text-decoration:none}.sl-link:hover{text-decoration:underline}.sl-media{display:block;width:100%;height:100%;object-fit:cover}.sl-placeholder{background:linear-gradient(135deg,#f9ece9,#ead9ce);display:grid;place-items:center;min-height:220px;color:#9a7c69}.sl-placeholder svg{width:40%;height:40%}.sl-hero{position:relative;min-height:700px;background:var(--sl-cream)}.sl-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.sl-hero__content{position:relative;z-index:1;text-align:center;padding:58px 20px}.sl-hero__title{margin:0;font-size:clamp(42px,4.2vw,74px);font-weight:500;letter-spacing:-.045em}.sl-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 32px;border-radius:999px;background:#fff;color:var(--sl-ink);text-decoration:none;border:1px solid rgba(0,0,0,.06);margin-top:30px;transition:.2s}.sl-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0002}.sl-btn--dark{background:#292929;color:#fff}.sl-benefits{background:var(--sl-taupe);color:#fff;padding:30px 0}.sl-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.sl-benefit{display:grid;grid-template-columns:34px 1fr;gap:12px}.sl-benefit__icon{font-size:25px}.sl-benefit strong{display:block;margin-bottom:5px}.sl-benefit span{opacity:.88;line-height:1.55}.sl-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.sl-product{text-decoration:none;color:inherit;min-width:0}.sl-product__media{position:relative;aspect-ratio:1;background:var(--sl-blush);border-radius:7px;overflow:hidden}.sl-product__media img{transition:transform .35s}.sl-product:hover img{transform:scale(1.035)}.sl-sale{position:absolute;z-index:1;left:14px;top:14px;background:#b98e8e;color:#fff;padding:8px 12px;border-radius:7px;font-size:12px;font-weight:600}.sl-product__title{margin:14px 0 4px;font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sl-stars{color:#d4a7a7;letter-spacing:1px;font-size:15px}.sl-price{margin-top:3px;color:#8a4d3f}.sl-price s{color:#aa958c;margin-right:10px}.sl-empty{grid-column:1/-1;padding:30px;background:var(--sl-cream);text-align:center;border-radius:8px}.sl-promos{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sl-promo{position:relative;aspect-ratio:1;overflow:hidden;border-radius:6px;color:#fff}.sl-promo:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0007)}.sl-promo__text{position:absolute;z-index:1;left:40px;bottom:36px}.sl-promo__text h3{font-size:34px;font-weight:400;margin:0 0 8px}.sl-promo__text a{color:#fff;text-decoration:none}.sl-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px}.sl-category{text-decoration:none;color:inherit}.sl-category__media{aspect-ratio:1;background:var(--sl-blush);border-radius:6px;overflow:hidden}.sl-category p{margin:13px 0 0}.sl-stage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.sl-stage{background:var(--sl-taupe);color:#fff;text-decoration:none;min-height:200px;padding:34px;display:flex;align-items:center;justify-content:space-between;font-size:28px;font-weight:600}.sl-stage span:last-child{font-size:50px;font-weight:400}.sl-carousel{position:relative}.sl-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 84px)/4);gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.sl-carousel__track::-webkit-scrollbar{display:none}.sl-carousel__track>*{scroll-snap-align:start}.sl-arrow{position:absolute;z-index:2;top:38%;width:46px;height:46px;border:0;border-radius:50%;background:#fff;box-shadow:0 5px 20px #0002;font-size:24px;cursor:pointer}.sl-arrow--prev{left:-23px}.sl-arrow--next{right:-23px}.sl-safety{text-align:center;background:#fff}.sl-safety__lead{max-width:820px;margin:14px auto 46px;font-size:18px;line-height:1.6}.sl-cert-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.sl-cert__mark{height:110px;display:grid;place-items:center;color:var(--sl-taupe);font-size:46px;font-weight:700}.sl-cert strong{color:var(--sl-taupe-dark);font-size:17px}.sl-confidence{margin-top:80px}.sl-confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:34px}.sl-confidence-item span{display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--sl-taupe);border-radius:50%;margin:0 auto 18px;font-size:25px}.sl-confidence-item strong{display:block;font-size:17px;margin-bottom:6px}.sl-reviews{background:#fff}.sl-reviews__head{text-align:center;margin-bottom:26px}.sl-review-track{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sl-review{border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000012;background:#fff;text-align:center}.sl-review__image{aspect-ratio:1.35;background:var(--sl-blush)}.sl-review__body{padding:24px;min-height:190px}.sl-review__body p{line-height:1.55;color:#555}.sl-review__name{color:#d3a3a3}.sl-story{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:580px}.sl-story__image{height:100%;min-height:580px}.sl-story__copy{padding:70px 9%}.sl-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:13px}.sl-story__copy p{font-size:18px;line-height:1.65}.sl-featured{background:var(--sl-taupe);padding:56px 0;color:#fff;text-align:center}.sl-logo-row{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:50px;font-size:32px;font-weight:700}.sl-logo-row span{opacity:.95}.sl-editorial{text-align:center}.sl-editorial__copy{max-width:1050px;margin:18px auto;font-size:18px;line-height:1.65}.sl-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:42px}.sl-gallery>div{aspect-ratio:1.1;overflow:hidden;background:var(--sl-blush)}.sl-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.sl-blog{background:#f7ece8;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #0001}.sl-blog__image{aspect-ratio:1.65;background:#eaded8}.sl-blog__body{padding:24px}.sl-blog__body h3{font-size:23px;font-weight:500;margin:0 0 14px;line-height:1.35}.sl-blog__body a{color:var(--sl-taupe-dark);text-decoration:none}.sl-newsletter{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;align-items:center;justify-content:center;background:#5d453866;padding:20px}.sl-newsletter.is-open{display:flex}.sl-newsletter__panel{position:relative;background:#fff;width:min(420px,100%);padding:38px 32px;border-radius:10px;text-align:center;box-shadow:0 20px 70px #0004}.sl-newsletter__close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:27px;cursor:pointer}.sl-newsletter h2{margin:0 0 8px}.sl-newsletter input{width:100%;height:50px;border:1px solid #ccc;border-radius:5px;padding:0 14px;margin:24px 0 10px}.sl-newsletter button[type=submit]{width:100%;height:50px;border:0;border-radius:5px;background:#222;color:#fff;cursor:pointer}.sl-newsletter small{display:block;margin-top:13px;color:#555}.announcement-bar{background:var(--sl-taupe)!important;color:#fff!important}.announcement-bar *{color:#fff!important}#header-group,.header-section,.header-section .header__row{background:#fff!important}.header-section{box-shadow:0 2px 10px #0000000d}.header-section a,.header-section button,.header-section summary,.header-section .header__menu-item,.header-section .header-actions__action{color:var(--sl-taupe-dark)!important}.header-section svg{color:var(--sl-taupe-dark)!important;stroke:currentColor}#footer-group .section{background:var(--sl-taupe)!important;color:#fff!important}#footer-group a{color:#fff}body.template-collection .product-card__media,body.template-search .product-card__media{background:var(--sl-blush);border-radius:6px;overflow:hidden}.product-information .button{border-radius:999px!important}.price__sale{color:#8a4d3f}.section--page-width{max-width:1740px}@media(max-width:989px){.sl-wrap{width:min(100% - 32px,900px)}.sl-section{padding:48px 0}.sl-hero{min-height:560px}.sl-benefits__grid,.sl-products{grid-template-columns:1fr 1fr}.sl-carousel__track{grid-auto-columns:calc((100% - 20px)/2);gap:20px}.sl-category-grid{grid-template-columns:repeat(3,1fr)}.sl-stage-grid{grid-template-columns:1fr 1fr}.sl-cert-grid{grid-template-columns:repeat(3,1fr)}.sl-confidence-grid,.sl-review-track{grid-template-columns:1fr 1fr}.sl-logo-row,.sl-gallery{grid-template-columns:repeat(3,1fr)}.sl-blog-grid{grid-template-columns:1fr 1fr}.sl-story{grid-template-columns:1fr}.sl-story__image{min-height:450px}}@media(max-width:599px){.sl-wrap{width:calc(100% - 28px)}.sl-section{padding:38px 0}.sl-section-head{align-items:flex-start}.sl-hero{min-height:500px}.sl-hero__content{padding-top:40px}.sl-benefits__grid,.sl-products,.sl-promos,.sl-stage-grid,.sl-confidence-grid,.sl-review-track,.sl-blog-grid{grid-template-columns:1fr}.sl-benefit:nth-child(n+3){display:none}.sl-category-grid{grid-template-columns:repeat(2,1fr);gap:18px}.sl-carousel__track{grid-auto-columns:82%}.sl-promos{display:flex;overflow:auto}.sl-promo{min-width:84%;aspect-ratio:.9}.sl-stage{min-height:135px}.sl-cert-grid{grid-template-columns:repeat(2,1fr)}.sl-confidence{margin-top:48px}.sl-logo-row{grid-template-columns:1fr 1fr;gap:30px;font-size:23px}.sl-gallery{display:flex;overflow:auto}.sl-gallery>div{min-width:76%}.sl-story__image{min-height:360px}.sl-story__copy{padding:46px 24px}.sl-arrow{display:none}}.template-product .product-details:has(.bs-bundle) .buy-buttons-block quantity-selector,.template-product .product-details:has(.bs-bundle) .buy-buttons-block .quantity-label{display:none!important}.template-product .add-to-cart-button{background:#dc999b!important;color:#fff!important;border-color:#dc999b!important;border-radius:6px!important;font-weight:700;letter-spacing:.03em}.bs-payment-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin-top:14px}.bs-payment-icon{width:38px;height:25px}.cart-drawer__inner{--drawer-bg:#fbf7f2;background:var(--drawer-bg)!important;color:#5f4e47}.cart-drawer__header{background:#fff!important}.cart-drawer__summary{background:#f3e6e0!important}.cart-drawer__checkout-button{background:#dc999b!important;color:#fff!important;border-color:#dc999b!important;border-radius:6px!important}.cart-drawer__items{background:#fbf7f2}.cart-drawer__inner img{border-radius:6px}.template-product .product-details:has(.bs-bundle) .buy-buttons-block .quantity-selector-wrapper,.template-product .product-details:has(.bs-bundle) .buy-buttons-block .quantity-label,.template-product .product-details:has(.bs-bundle) .buy-buttons-block .quantity-rules{display:none!important}body.template-collection .collection-wrapper{max-width:1680px;margin-inline:auto;padding-inline:24px}body.template-collection .main-collection-grid{width:100%}body.template-collection .product-grid[product-grid-view=default]{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:38px 28px!important}body.template-collection .product-grid__item{min-width:0;height:100%;border:0!important}body.template-collection .product-card,body.template-collection .product-card__content{height:100%}body.template-collection .product-card__content{display:flex!important;flex-direction:column;align-items:stretch!important;gap:6px!important;padding:0!important;background:transparent;border:0!important}body.template-collection .product-card slideshow-component,body.template-collection .product-card .card-gallery,body.template-collection .product-card .product-media-container{width:100%;aspect-ratio:1/1!important;min-height:0!important;background:#f8e9e7!important;border-radius:7px!important;overflow:hidden}body.template-collection .product-card .product-media,body.template-collection .product-card .product-media img,body.template-collection .product-card .product-media picture{width:100%!important;height:100%!important}body.template-collection .product-card .product-media img{display:block;object-fit:contain!important;object-position:center!important;padding:18px;transition:transform .28s ease}body.template-collection .product-card:hover .product-media img{transform:scale(1.025)}body.template-collection .product-badges{top:14px!important;left:14px!important;right:auto!important;bottom:auto!important}body.template-collection .product-badges__badge{background:#b98e8e!important;color:#fff!important;border:0!important;border-radius:7px!important;padding:7px 11px!important;font-size:12px!important;font-weight:600!important;line-height:1!important}body.template-collection .product-card :is(h3,h4,.h3,.h4){min-height:2.7em;margin:10px 0 0!important;font-size:16px!important;font-weight:400!important;line-height:1.35!important;color:#302c2a!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.template-collection .product-card .rating-wrapper{min-height:20px;margin:0!important;color:#d5a4a4!important;--star-fill-color:#d5a4a4;--star-fill-color-rgb:213 164 164}body.template-collection .product-card .rating{gap:2px}body.template-collection .product-card .stars{width:16px;height:16px}body.template-collection .product-card .rating-count{font-size:15px!important;color:#665955!important}body.template-collection .product-card .price{margin-top:auto!important;font-size:17px!important;line-height:1.25!important;color:#9a584a!important}body.template-collection .product-card .price__regular,body.template-collection .product-card .price__sale{justify-content:flex-start!important}body.template-collection .product-card s,body.template-collection .product-card .compare-at-price{color:#aa958c!important;margin-right:9px}@media(max-width:1100px){body.template-collection .product-grid[product-grid-view=default]{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px 20px!important}}@media(max-width:749px){body.template-collection .collection-wrapper{padding-inline:14px}body.template-collection .product-grid[product-grid-view=default]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 12px!important}body.template-collection .product-card .product-media img{padding:10px}body.template-collection .product-card :is(h3,h4,.h3,.h4){font-size:14px!important}body.template-collection .product-card .price{font-size:15px!important}body.template-collection .product-badges{top:9px!important;left:9px!important}.product-badges__badge{font-size:10px!important;padding:6px 8px!important}}.sl-hero{display:grid;padding:0}.sl-hero__media,.sl-hero__content{grid-area:1/1}.sl-hero__media .sl-media{object-fit:cover;object-position:center}.sl-hero__content{position:relative;inset:auto;display:flex;flex-direction:column;width:100%;height:100%;padding:48px;z-index:2;pointer-events:none}.sl-hero__content>*{pointer-events:auto}.sl-hero__buttons{display:flex;flex-wrap:wrap;gap:12px}.sl-hero__buttons .sl-btn{margin-top:26px}.sl-hero--top-left .sl-hero__content{justify-content:flex-start;align-items:flex-start;text-align:left}.sl-hero--top-center .sl-hero__content{justify-content:flex-start;align-items:center;text-align:center}.sl-hero--top-right .sl-hero__content{justify-content:flex-start;align-items:flex-end;text-align:right}.sl-hero--middle-left .sl-hero__content{justify-content:center;align-items:flex-start;text-align:left}.sl-hero--middle-center .sl-hero__content{justify-content:center;align-items:center;text-align:center}.sl-hero--middle-right .sl-hero__content{justify-content:center;align-items:flex-end;text-align:right}.sl-hero--bottom-left .sl-hero__content{justify-content:flex-end;align-items:flex-start;text-align:left}.sl-hero--bottom-center .sl-hero__content{justify-content:flex-end;align-items:center;text-align:center}.sl-hero--bottom-right .sl-hero__content{justify-content:flex-end;align-items:flex-end;text-align:right}.sl-category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:22px}.sl-category__media .sl-media,.sl-product__media .sl-media{object-fit:contain;object-position:center}.sl-product__media .sl-media{padding:12px}.sl-featured-title{text-align:center;padding:55px 0 24px}.sl-mobile-swipe{scroll-snap-type:x mandatory;scrollbar-width:none}.sl-mobile-swipe::-webkit-scrollbar{display:none}.sl-mobile-swipe>*{scroll-snap-align:start}@media(max-width:1200px)and (min-width:750px){.sl-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){.sl-hero{min-height:560px}.sl-hero__content{padding:24px 18px}.sl-hero__title{font-size:clamp(32px,10vw,46px)}.sl-hero-mobile--top-left .sl-hero__content{justify-content:flex-start;align-items:flex-start;text-align:left}.sl-hero-mobile--top-center .sl-hero__content{justify-content:flex-start;align-items:center;text-align:center}.sl-hero-mobile--top-right .sl-hero__content{justify-content:flex-start;align-items:flex-end;text-align:right}.sl-hero-mobile--middle-left .sl-hero__content{justify-content:center;align-items:flex-start;text-align:left}.sl-hero-mobile--middle-center .sl-hero__content{justify-content:center;align-items:center;text-align:center}.sl-hero-mobile--middle-right .sl-hero__content{justify-content:center;align-items:flex-end;text-align:right}.sl-hero-mobile--bottom-left .sl-hero__content{justify-content:flex-end;align-items:flex-start;text-align:left}.sl-hero-mobile--bottom-center .sl-hero__content{justify-content:flex-end;align-items:center;text-align:center}.sl-hero-mobile--bottom-right .sl-hero__content{justify-content:flex-end;align-items:flex-end;text-align:right}.sl-hero__buttons{gap:8px}.sl-hero__buttons .sl-btn{min-height:46px;padding:0 24px;margin-top:14px}.sl-products--mobile-four{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 12px!important}.sl-products--mobile-four .sl-product:nth-child(n+5){display:none}.sl-product__media .sl-media{padding:8px}.sl-product__title{font-size:14px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.7em}.sl-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.sl-category:nth-child(n+5){display:none}.sl-category__media{aspect-ratio:1}.sl-category__media .sl-media{object-fit:contain;padding:8px}.sl-category p{font-size:14px;margin-top:8px}.sl-mobile-swipe{display:flex!important;gap:12px!important;overflow-x:auto!important;overscroll-behavior-inline:contain;padding-bottom:10px;-webkit-overflow-scrolling:touch}.sl-promos .sl-promo{flex:0 0 86%;min-width:0;aspect-ratio:.92}.sl-stage-grid .sl-stage{flex:0 0 82%;min-height:140px}.sl-review-track .sl-review{flex:0 0 84%}.sl-gallery>div{flex:0 0 78%;aspect-ratio:1.05}.sl-blog-grid .sl-blog{flex:0 0 88%}.sl-confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 14px!important}.sl-confidence-item span{width:50px;height:50px;margin-bottom:12px}.sl-confidence-item strong{font-size:14px;line-height:1.3}.sl-confidence-item p{font-size:12px;line-height:1.45}.sl-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-cert__mark{height:78px;font-size:30px}.sl-story__image .sl-media,.sl-review__image .sl-media,.sl-blog__image .sl-media,.sl-gallery .sl-media{object-fit:cover;object-position:center}.sl-featured-title{padding:42px 0 20px}.sl-logo-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px;font-size:20px}.sl-editorial__copy{font-size:16px}.sl-section-head{gap:12px}.sl-section-head .sl-link{font-size:13px;white-space:nowrap}}.sl-story__buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.sl-story__buttons .sl-btn{margin-top:20px}@media(max-width:749px){.sl-hero{height:var(--sl-hero-mobile-height,560px)!important;min-height:var(--sl-hero-mobile-height,560px)!important;max-height:var(--sl-hero-mobile-height,560px)!important;overflow:hidden;background:#f5ece8}.sl-hero__media{width:100%;height:100%;overflow:hidden}.sl-hero__media picture{display:block;width:100%;height:100%}.sl-hero__media .sl-media{width:100%!important;height:100%!important;object-fit:var(--sl-hero-mobile-fit,cover)!important;object-position:var(--sl-hero-mobile-x,50%) var(--sl-hero-mobile-y,50%)!important}.sl-benefits{overflow:hidden;padding:24px 0}.sl-benefits .sl-wrap{width:100%;padding-left:18px;padding-right:18px}.sl-benefits__grid{display:flex!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.sl-benefits__grid::-webkit-scrollbar{display:none}.sl-benefits__grid .sl-benefit,.sl-benefits__grid .sl-benefit:nth-child(n){display:grid!important;flex:0 0 84%;grid-template-columns:34px 1fr;scroll-snap-align:start}.sl-story__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:10px}.sl-story__buttons .sl-btn{width:100%;min-width:0;padding:0 14px;text-align:center;white-space:normal}}.sl-home .sl-hero__media{position:relative;inset:auto;min-height:inherit}.sl-hero__image--mobile{display:none!important}.sl-story-button{display:inline-flex;align-items:center;justify-content:center;gap:.35em;min-height:52px;padding:0 28px;margin-top:20px;border-radius:999px;background:var(--button-bg,#292929);color:var(--button-text,#fff);font-weight:var(--button-weight,600);text-decoration:none;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.sl-story-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0002}.sl-story-button__accent{color:var(--button-accent,#fff)}@media(max-width:749px){.sl-hero--has-mobile-image .sl-hero__image--desktop{display:none!important}.sl-hero--has-mobile-image .sl-hero__image--mobile{display:block!important}.sl-hero-mobile-height--fixed{height:var(--sl-hero-mobile-height,560px)!important;min-height:var(--sl-hero-mobile-height,560px)!important;max-height:var(--sl-hero-mobile-height,560px)!important}.sl-hero-mobile-height--screen{height:100svh!important;min-height:100svh!important;max-height:100svh!important}.sl-hero-mobile-height--auto{position:relative;height:auto!important;min-height:0!important;max-height:none!important}.sl-hero-mobile-height--auto .sl-hero__media{height:auto!important;min-height:0!important}.sl-hero-mobile-height--auto .sl-hero__media picture{height:auto!important}.sl-hero-mobile-height--auto .sl-hero__image{display:block;height:auto!important;min-height:0!important;aspect-ratio:auto!important;object-fit:contain!important}.sl-hero-mobile-height--auto .sl-hero__content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;height:100%!important}.sl-story__buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sl-story-button{width:100%;min-width:0;padding:0 12px;white-space:normal}.sl-story-button:nth-child(3){grid-column:1/-1}}body.template-product .product-information{--product-gap:48px}body.template-product .product-information__grid{align-items:start}body.template-product media-gallery.media-gallery--carousel{width:100%}body.template-product media-gallery .product-media-container{background:var(--sl-blush)!important;border-radius:6px!important;overflow:hidden}body.template-product media-gallery .product-media-container .product-media,body.template-product media-gallery .product-media-container img{width:100%!important;height:100%!important}body.template-product media-gallery .product-media-container img{display:block;object-fit:contain!important;object-position:center!important;padding:18px;background:var(--sl-blush)!important}body.template-product media-gallery slideshow-controls[thumbnails]{align-self:start;max-height:min(680px,76vh);overflow-y:auto;scrollbar-width:thin}body.template-product media-gallery .slideshow-controls__thumbnail{background:var(--sl-blush);border-radius:6px;overflow:hidden}body.template-product media-gallery .slideshow-controls__thumbnail img{object-fit:contain!important;background:var(--sl-blush)!important;padding:4px}body.template-product .product-details{min-width:0}body.template-product .product-details :is(h1,.h1){font-size:clamp(32px,2.35vw,46px);line-height:1.08;letter-spacing:-.035em}body.template-product .variant-option__swatch-wrapper,body.template-product .swatch{border-radius:50%!important;overflow:hidden}body.template-product .variant-option__swatch-wrapper{width:40px!important;height:40px!important}.sl-cert{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px}.sl-cert__mark{position:relative;width:118px;height:96px;display:flex;align-items:center;justify-content:center;color:var(--sl-taupe);font-size:38px;font-weight:800;line-height:1;box-sizing:border-box}.sl-cert__mark--box{width:112px;height:82px;border:5px solid currentColor;border-radius:8px}.sl-cert__mark--lines:before,.sl-cert__mark--lines:after{content:"";position:absolute;left:16px;right:16px;height:5px;border-radius:5px;background:currentColor}.sl-cert__mark--lines:before{top:9px}.sl-cert__mark--lines:after{bottom:9px}.sl-cert__mark--ce{font-size:72px;letter-spacing:-.12em;padding-right:10px}.sl-cert__mark--oeko{flex-direction:column;font-size:22px;line-height:1.05;gap:5px}.sl-cert__mark--oeko span+span{width:82%;padding-top:5px;border-top:3px solid currentColor}.sl-cert__mark--bpa{width:92px;height:92px;border:6px solid currentColor;border-radius:50%;font-size:34px}.sl-cert__mark--bpa:after{content:"";position:absolute;width:112px;height:6px;background:currentColor;transform:rotate(-45deg);border-radius:5px}.sl-cert strong{line-height:1.25}@media(min-width:990px){body.template-product .product-information__grid.product-information--media-left{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important}body.template-product .product-information__media{min-width:0}body.template-product .product-details{padding-top:8px}}@media(max-width:749px){body.template-product .product-information{--product-gap:0}body.template-product .product-information.section{padding-inline:0!important}body.template-product .product-information__grid{display:block!important}body.template-product .product-information__media{width:100%;margin:0!important}body.template-product .product-details{padding:34px 16px 0!important}body.template-product media-gallery .product-media-container{border-radius:0!important}body.template-product media-gallery .product-media-container img{padding:12px}body.template-product media-gallery slideshow-component{display:grid}body.template-product media-gallery .media-gallery__mobile-controls{padding:8px 12px 0;min-height:34px}body.template-product media-gallery .slideshow-controls__dots{gap:10px}body.template-product media-gallery .slideshow-controls__dot{width:8px;height:8px}body.template-product media-gallery .slideshow-controls__dot[aria-selected=true]{width:32px;border-radius:999px}body.template-product .product-details :is(h1,.h1){font-size:34px;line-height:1.12}body.template-product .variant-option__swatch-wrapper{width:38px!important;height:38px!important}.sl-safety,.sl-safety .sl-title{text-align:left}.sl-safety__lead{text-align:left;margin-bottom:34px}.sl-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:38px 18px}.sl-cert{gap:12px;text-align:center}.sl-cert__mark{transform:scale(.82);transform-origin:center;margin:-9px 0}.sl-cert strong{font-size:15px}}@media(max-width:749px){body.template-product .product-information__grid{display:grid!important}body.template-product media-gallery{width:100%!important;--gallery-aspect-ratio:1}body.template-product media-gallery slideshow-component,body.template-product media-gallery slideshow-container,body.template-product media-gallery slideshow-slides{width:100%!important;min-width:100%!important}body.template-product media-gallery slideshow-slide{--slide-width:100%!important;width:100%!important;min-width:100%!important;flex:0 0 100%!important}body.template-product media-gallery .product-media-container{--media-preview-ratio:1!important;width:100%!important;min-width:100%!important;aspect-ratio:1!important}body.template-product media-gallery .product-media{width:100%!important;min-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}body.template-product media-gallery .product-media-container img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:14px!important}body.template-product .variant-option--swatches overflow-list{display:flex!important;flex-wrap:wrap!important;gap:10px!important}body.template-product .variant-option__button-label--has-swatch{width:42px!important;height:42px!important;min-width:42px!important;padding:2px!important;border-radius:50%!important}body.template-product .variant-option__button-label--has-swatch .swatch{width:100%!important;height:100%!important;border-radius:50%!important;background-size:contain!important;background-position:center!important}body.template-product .variant-option__swatch-value{font-size:13px!important}}body.template-product .product-information__media{width:100%!important;min-width:0!important;display:block!important}.sl-safety,.sl-reviews,.sl-story,.sl-featured,.sl-editorial,.sl-blog-section{content-visibility:auto;contain-intrinsic-size:auto 720px}@media(max-width:749px){.sl-safety,.sl-reviews,.sl-story,.sl-featured,.sl-editorial,.sl-blog-section{contain-intrinsic-size:auto 900px}.sl-mobile-swipe{-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}}@media(min-width:750px){media-gallery.media-gallery--grid .media-gallery__grid{display:block!important;width:100%!important;position:relative!important;padding-left:96px!important;box-sizing:border-box!important;min-height:620px!important}media-gallery.media-gallery--grid slideshow-component{display:none!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:first-child{display:flex!important;position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1!important;background:#f8e9e7!important;border-radius:6px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(n+2){display:flex!important;position:absolute!important;left:0!important;width:78px!important;height:78px!important;min-height:78px!important;max-height:78px!important;aspect-ratio:1!important;border:1px solid #dfd2cb!important;border-radius:6px!important;background:#f8e9e7!important;cursor:pointer!important;z-index:2!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(2){top:0!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(3){top:88px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(4){top:176px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(5){top:264px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(6){top:352px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(7){top:440px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(8){top:528px!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(n+9){display:none!important}media-gallery.media-gallery--grid .media-gallery__grid .product-media{display:flex!important;width:100%!important;height:100%!important;min-width:100%!important;align-items:center!important;justify-content:center!important}media-gallery.media-gallery--grid .media-gallery__grid .product-media__image{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;object-fit:contain!important;object-position:center!important;visibility:visible!important;opacity:1!important}media-gallery.media-gallery--grid .media-gallery__grid>.product-media-container:nth-child(n+2) .product-media__image{padding:4px!important}}@media(max-width:749px){media-gallery.media-gallery--grid .media-gallery__grid{display:none!important;height:0!important;min-height:0!important;overflow:hidden!important}media-gallery.media-gallery--grid slideshow-component{display:grid!important;width:100%!important;min-width:100%!important}media-gallery slideshow-container{display:block!important;width:100%!important;min-width:100%!important}media-gallery slideshow-slides{display:flex!important;width:100%!important;min-width:100%!important;flex-wrap:nowrap!important;overflow-x:auto!important}media-gallery slideshow-slide,media-gallery slideshow-slide.product-media-container{--slide-width:100%!important;--media-preview-ratio:1!important;display:flex!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:1!important}media-gallery slideshow-slide .product-media{display:flex!important;width:100%!important;min-width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important}media-gallery slideshow-slide .product-media__image{display:block!important;width:100%!important;min-width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:14px!important;visibility:visible!important;opacity:1!important}}@media(max-width:749px){body.template-product .product-information__grid,body.template-product .product-information__grid.product-information--media-left,body.template-product .product-information__grid.product-information--media-right,body.template-product .product-information__grid.product-information__grid--half{display:block!important;grid-template-columns:none!important;grid-column:auto!important;width:100%!important;max-width:100%!important}body.template-product .product-information__media,body.template-product .product-details{display:block!important;grid-column:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}body.template-product .product-details{padding:34px 16px 0!important}body.template-product media-gallery,body.template-product media-gallery slideshow-component,body.template-product media-gallery slideshow-container,body.template-product media-gallery slideshow-slides{display:block!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important}body.template-product media-gallery slideshow-slides{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important}body.template-product media-gallery slideshow-slide,body.template-product media-gallery slideshow-slide.product-media-container{display:flex!important;box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:1/1!important;scroll-snap-align:start!important}body.template-product media-gallery slideshow-slide .product-media,body.template-product media-gallery slideshow-slide .product-media-constraint-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important}body.template-product media-gallery slideshow-slide img,body.template-product media-gallery slideshow-slide .product-media__image{display:block!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;padding:12px!important;object-fit:contain!important;object-position:center!important}}@media(max-width:749px){body.template-product .product-information.section,body.template-product .product-information{display:block!important;box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}body.template-product .product-information__grid,body.template-product .product-information__grid.product-information--media-left,body.template-product .product-information__grid.product-information--media-right,body.template-product .product-information__grid.product-information__grid--half{display:block!important;box-sizing:border-box!important;grid-column:1/-1!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important}body.template-product .product-information__media{display:block!important;box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important}body.template-product .product-details{display:block!important;box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important;padding:34px 16px 0!important}body.template-product .product-details>*{box-sizing:border-box!important;max-width:100%!important}}@media screen and (max-width:749px){.product-grid__item:nth-child(n+7){content-visibility:auto;contain-intrinsic-size:300px 420px}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/baby-store.css.map */
