.faq-section{position:relative}.faq-section__wrapper{max-width:90rem;margin:0 auto}.faq-section__card{padding:3rem 2rem}@media screen and (min-width:750px){.faq-section__card{padding:5rem 6rem}}.faq-section__heading{text-align:center;margin:0 0 2.5rem;font-weight:700;letter-spacing:-.01em}@media screen and (min-width:750px){.faq-section__heading{margin-bottom:3rem}}.faq-section__list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(0,0,0,.08);transition:padding .3s ease}.faq-item:last-child{border-bottom:none}.faq-item__summary{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.6rem 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:padding .2s ease}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__summary:hover .faq-item__question{opacity:.7}.faq-item__question{font-size:1.45rem;font-weight:600;line-height:1.4;transition:opacity .2s ease;flex:1}@media screen and (min-width:750px){.faq-item__question{font-size:1.5rem}}.faq-item__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;border-radius:50%;background-color:#0000000f;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .2s ease}.faq-item[open] .faq-item__icon{transform:rotate(180deg);background-color:#000;color:#fff}.faq-item__summary:hover .faq-item__icon{background-color:#0000001f}.faq-item[open] .faq-item__summary:hover .faq-item__icon{background-color:#000}.faq-item__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.faq-item[open] .faq-item__content-wrapper{grid-template-rows:1fr}.faq-item__content{overflow:hidden;font-size:1.4rem;line-height:1.7;opacity:0;transform:translateY(-8px);transition:opacity .35s ease .05s,transform .35s ease .05s}.faq-item[open] .faq-item__content{opacity:1;transform:translateY(0);padding-bottom:1.6rem}.faq-item__content p{margin:0 0 1.2rem}.faq-item__content p:last-child{margin-bottom:0}@supports not (grid-template-rows: 0fr){.faq-item__content-wrapper{display:block;max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item[open] .faq-item__content-wrapper{max-height:1000px}}.hero-banner{display:block;width:100%;line-height:0;background:var(--color-background, #fff)}.hero-banner__link{display:block;width:100%;text-decoration:none}.hero-banner__picture{display:block;width:100%}.hero-banner__image,.hero-banner__picture source,.hero-banner__placeholder-svg{display:block;width:100%;height:auto;max-width:100%}.hero-banner__placeholder{width:100%;background:#f4f4f4}.random-products{position:relative}.random-products__heading{text-transform:uppercase;letter-spacing:.08em;font-weight:500;margin:0 0 2rem;line-height:1.3}@media screen and (min-width:750px){.random-products__heading{margin-bottom:2.5rem}}.random-products__slider-container{position:relative}.random-products__slider{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin}.random-products__slider::-webkit-scrollbar{height:4px}.random-products__slider::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.random-products__slider::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}@media screen and (min-width:990px){.random-products__slider{gap:2rem}}.random-product-card{flex:0 0 auto;width:calc(50% - .8rem);scroll-snap-align:start;text-decoration:none;color:inherit;display:block}@media screen and (min-width:750px){.random-product-card{width:calc(33.333% - 1.07rem)}}@media screen and (min-width:990px){.random-product-card{width:calc(20% - 1.6rem)}}.random-product-card__image-wrapper{position:relative;overflow:hidden;background-color:#00000008;aspect-ratio:3 / 4;margin-bottom:1.2rem}.random-product-card__image-wrapper img,.random-product-card__image-wrapper svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.random-product-card:hover .random-product-card__image-wrapper img{transform:scale(1.04)}.random-product-card__badge{position:absolute;top:0;right:0;padding:.6rem 1rem;font-size:1.2rem;font-weight:600;letter-spacing:.02em;z-index:2;line-height:1}.random-product-card__info{text-align:center;padding:0 .5rem}.random-product-card__title{font-size:1.35rem;font-weight:400;line-height:1.4;margin:0 0 .6rem;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.random-product-card__title{font-size:1.4rem}}.random-product-card__price{margin:0;font-size:1.35rem;display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.random-product-card__price-compare{text-decoration:line-through;color:#c0392b;font-weight:400}.random-product-card__price-sale{font-weight:600}.random-products__arrow{position:absolute;top:35%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:50%;background:#fffffff2;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:5;transition:all .2s ease;color:#000}.random-products__arrow:hover{background:#fff;box-shadow:0 4px 12px #0000001f}.random-products__arrow--prev{left:-1.5rem}.random-products__arrow--next{right:-1.5rem}@media screen and (min-width:990px){.random-products__arrow{display:flex}}.sisters-story{position:relative;overflow:hidden}.sisters-story__wrapper{position:relative}.sisters-story__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media screen and (min-width:750px){.sisters-story__grid{grid-template-columns:1fr 1fr;gap:6rem}.sisters-story__grid--right .sisters-story__media-wrapper{order:2}.sisters-story__grid--right .sisters-story__content{order:1}}.sisters-story__media-wrapper{position:relative}.sisters-story__media{position:relative;overflow:hidden;border-radius:4px;aspect-ratio:var(--img-ratio, 1)}.sisters-story__media img{width:100%;height:100%;object-fit:cover;display:block}.sisters-story__media--placeholder{background-color:rgba(var(--color-foreground),.04)}.sisters-story__content{display:flex;flex-direction:column;gap:1.6rem;max-width:52rem}@media screen and (min-width:750px){.sisters-story__content{padding:1.5rem 0}}.sisters-story__subheading{font-size:1.3rem;letter-spacing:.2rem;text-transform:uppercase;margin:0;opacity:.7}.sisters-story__heading{text-transform:uppercase;letter-spacing:.05em;line-height:1.25;margin:0 0 1rem;font-weight:500}.sisters-story__paragraph{font-size:1.5rem;line-height:1.7;margin:0}.sisters-story__paragraph p{margin:0 0 1.4rem}.sisters-story__paragraph p:last-child{margin-bottom:0}.sisters-story__button-wrapper{margin-top:1rem}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
