body p,body div,body span{font-family:Inter}.ts-product{display:block}.ts-product__wrapper{max-width:1440px;margin:0 auto;padding:0 44px;display:flex;gap:44px}.ts-product__gallery-wrapper{width:calc(57.5% - 22px);max-width:calc(57.5% - 22px);display:flex;gap:16px;height:fit-content;position:sticky;top:20px}.ts-product__gallery-wrapper-outer .ts-product__gallery-wrapper{width:100%;max-width:100%}.ts-product__gallery{position:relative}.ts-product__gallery--main{width:calc(86% - 8px);max-width:calc(86% - 8px)}.ts-product__gallery--side{width:calc(13.9% - 8px);max-width:calc(13.9% - 8px);height:fit-content}.ts-product__gallery-control{position:absolute;left:50%;transform:translate(-50%);cursor:pointer;transition:opacity .3s;z-index:1}.ts-product__gallery-control svg{pointer-events:none}.ts-product__gallery-control.disabled{opacity:0;pointer-events:none}.ts-product__gallery-control[data-prev]{top:-30px}.ts-product__gallery-control[data-next]{bottom:-30px}.ts-product__gallery--side .ts-product__gallery-controls{display:none!important}.ts-product__gallery-control{top:50%;transform:translateY(-50%) rotate(-90deg)}.ts-product__gallery-control[data-next]{top:50%;right:-20px;left:unset;bottom:unset}.ts-product__gallery-control[data-prev]{top:50%;left:-20px}.ts-product__gallery-list{margin:0}#TSSideGallery{display:flex;flex-direction:column;overflow:auto;gap:12px;scroll-snap-type:y mandatory;aspect-ratio:1 / 6.61}#TSSideGallery:before,#TSSideGallery:after{content:"";position:absolute;top:0;left:0;width:100%;height:87px;background:linear-gradient(0deg,#fff0,#fff);z-index:1;transition:opacity .3s;pointer-events:none}#TSSideGallery:after{top:unset;bottom:0;background:linear-gradient(180deg,#fff0,#fff)}#TSSideGallery.ts-scroll-start:before,#TSSideGallery.ts-scroll-end:after{opacity:0}#TSSideGallery::-webkit-scrollbar{display:none}#TSSideGallery .ts-product__media{scroll-snap-align:start}#TSMainGallery{position:relative;width:100%;height:fit-content;aspect-ratio:1 / 1;overflow:hidden}#TSMainGallery .ts-product__media{width:100%}#TSMainGallery .flickity-page-dots{width:fit-content;max-width:100%;right:24px;bottom:24px;display:none;flex-wrap:wrap;gap:9px}#TSMainGallery .flickity-page-dots .dot{width:12px;height:12px;border-radius:12px;background-color:#9e9e9e;transition:background-color .3s,width .3s;margin:0;opacity:1}#TSMainGallery .flickity-page-dots .dot.is-selected{opacity:1;width:24px;background-color:#fff}.ts-product__gallery--main .ts-product__gallery-controls{display:flex}.ts-product__media{display:flex;margin:0;opacity:1;transition:opacity .5s}.ts-product__media img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;pointer-events:none}#TSSideGallery .ts-product__media{cursor:pointer}.ts-product__scrollbar{display:none}.ts-product__info{position:sticky;top:24px}.ts-product__title{margin:0;color:var(--heading-color)}.ts-product__price-wrapper{display:flex;align-items:center;justify-content:space-between;gap:12px}.ts-product__shipping-label{display:flex;align-items:center;gap:12px;font-family:var(--secondary-font);font-size:16px;font-weight:400;line-height:1.1;color:var(--heading-color)}.ts-product__shipping-label strong{font-weight:500}.ts-product__shipping-label svg{width:26px;height:26px;color:var(--body-color)}.ts-product__price{font-family:var(--main-font);font-size:24px;font-weight:700;line-height:1.1;letter-spacing:-1px;color:var(--heading-color);margin:0;display:flex;align-items:center;gap:6px;width:fit-content}.ts-product__price--original.on-sale{text-decoration:line-through;color:var(--body-color)}.ts-product__options{display:flex;flex-direction:column;gap:24px}.ts-product__option{position:relative}.ts-product__option-swatches{display:flex;gap:8px;flex-wrap:wrap}.ts-product__swatch{display:flex;position:relative;cursor:pointer;border:1.5px solid transparent}.ts-product__swatch-value{width:45px;height:45px;pointer-events:none}.ts-product__swatch.active .ts-product__swatch-value{border-radius:2px}.ts-product__swatch.disabled{border-color:var(--heading-color);cursor:no-drop}.ts-product__swatch.disabled:after{content:"";width:148%;height:1.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);background-color:var(--heading-color)}.ts-product__swatch.active:before{content:"";width:calc(100% + 10px);height:calc(100% + 10px);aspect-ratio:1 / 1;border-radius:2px;transform:translate(-50%,-50%);background-color:transparent;border:1px solid var(--heading-color);top:50%;left:50%;position:absolute}.ts-product__swatch-label{display:none;pointer-events:none}.ts-product__option-current{display:flex;align-items:center;gap:16px;cursor:pointer;position:relative}.ts-product__option-current *{pointer-events:none}.ts-product__option-current--swatch{display:flex;width:45px;height:45px}.ts-product__option--label{display:flex;align-items:center;gap:8px;color:var(--heading-color);flex-wrap:wrap}.ts-product__option--divider{background-color:var(--body-color);width:11px;height:1px}.ts-product__option--sublabel{color:var(--body-color)}.ts-product__option-values{position:absolute;top:calc(100% - 16px);left:0;width:100%;height:fit-content;max-height:200px;z-index:2;opacity:0;transition:opacity .3s,top .3s;background-color:#fff;box-shadow:0 4px 16px #0000001a;overflow:auto;pointer-events:none}.ts-product__option-values.open{top:100%;opacity:1;pointer-events:all}.ts-product__option-value{padding:6px 24px;display:flex;align-items:center;gap:16px;cursor:pointer}.ts-product__option-value *{pointer-events:none}.ts-product__option-value.active,.ts-product__option-value:hover{background-color:#eee}.ts-product__option-value.disabled{opacity:.5}.ts-product__option-value--swatch{display:flex;width:45px;height:45px}.ts-product__option--solid-out{flex-grow:1;text-align:right}.ts-product__button-wrapper{display:flex;align-items:center;gap:8px}.ts-product__quantity{width:134px;height:56px;border:1.5px solid #171516;display:none;align-items:center;justify-content:space-between;padding:16px}.ts-product__button-wrapper.is-available .ts-product__quantity{display:flex}.ts-product__quantity-control{display:flex;cursor:pointer;color:var(--heading-color)}.ts-product__quantity-control.disabled{color:var(--body-secondary-color)}.ts-product__quantity-control svg{pointer-events:none}.ts-product__quantity input{text-align:center;pointer-events:none;color:var(--heading-color);margin:0;border:0;width:34px;padding:0}.ts-product__button{flex:1;height:56px;text-transform:uppercase;position:relative;background-color:var(--accent-color);color:var(--white-color);display:flex;align-items:center;justify-content:center}.ts-product__button *{pointer-events:none}.ts-product__loading{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center;background-color:var(--heading-color);color:var(--white-color);z-index:1;opacity:0;transition:opacity .3s}.ts-product.loading .ts-product__loading{opacity:1}.ts-product__loading svg{-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.ts-product__guarantee{font-family:var(--secondary-font);font-size:18px;font-weight:600;line-height:1.1;text-align:left;margin:24px 0 0;color:#3fad54}.ts-product__trending{display:flex;align-items:center;padding:14px 24px;gap:8px;color:var(--heading-color)}.ts-product__trending-heading{font-weight:700;display:flex;align-items:center}.ts-product__trending-heading .ts-icon img{width:28px;height:28px;object-fit:cover}.ts-product__trending-label{color:#3c3c3c}.ts-product__message{color:red;margin:12px 0 0}.ts-product__message:empty{display:none}.ts-product__description{color:var(--body-color)}.ts-product__block{margin-top:var(--block-indent)}.ts-product__features-wrapper{display:flex;flex-direction:column;gap:24px}.ts-product__features-heading{text-transform:uppercase;color:var(--heading-color)}.ts-product__features{display:flex}.ts-product__features-block:first-of-type{border-right:1px solid #e0e0df;padding-right:32px}.ts-product__features-block:last-of-type{padding-left:32px}.ts-product__feature{display:flex;align-items:center;gap:12px}.ts-product__feature:first-of-type{padding-bottom:24px;border-bottom:1px solid #e0e0df}.ts-product__feature:last-of-type{padding-top:24px}.ts-product__feature-label{font-family:var(--secondary-font);font-size:18px;font-weight:400;line-height:1.3;color:var(--heading-color)}.ts-product__feature-media{display:flex}.ts-product__feature-media img{min-width:44px;width:44px;height:44px;object-fit:contain}.ts-product__review{padding:16px 24px;display:flex;flex-direction:column}.ts-product__review-content{margin:4px 0 24px;font-family:var(--secondary-font);font-size:16px;font-weight:500;line-height:1.5;color:var(--heading-color)}.ts-product__review-product{display:flex;align-items:center;gap:24px}.ts-product__review-media{display:flex}.ts-product__review-media img{width:60px;min-width:60px;height:60px;object-fit:cover}.ts-product__review-label{display:flex;flex-direction:column;color:var(--body-color)}.ts-product__review-author{font-family:var(--secondary-font);font-size:16px;font-weight:500;line-height:1.5;color:var(--heading-color)}.ts-product__disclosure{border-bottom:1px solid #e0e0df}.product__disclosure-toggle{display:flex;align-items:center;justify-content:space-between;padding:24px 0;text-transform:uppercase;gap:12px;cursor:pointer}.product__disclosure-toggle *{pointer-events:none}.product__disclosure-toggle .ts-icon{transition:transform .3s}.product__disclosure-toggle.open .ts-icon{transform:rotate(180deg)}.ts-product__disclosure-content{max-height:0;transition:max-height .3s;overflow:hidden}.ts-product__disclosure-content>div{padding-bottom:24px}.ts-back-stock{position:fixed;top:0;left:0;width:100vw;height:100dvh;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#4443439e;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .3s;z-index:2}.ts-back-stock.open{opacity:1;pointer-events:all}.ts-back-stock__inner{padding:48px;background-color:#fff;position:relative;width:100%;max-width:650px;max-height:100%;overflow:auto;transform:scale(.85);transition:transform .3s}.ts-back-stock.open .ts-back-stock__inner{transform:scale(1)}.ts-back-stock__title{margin:0 0 24px;color:var(--heading-color)}.ts-back-stock__subtitle{color:var(--body-color);margin:0 0 32px}.ts-back-stock__label{margin:0 0 8px;color:var(--heading-color)}.ts-back-stock__form input{height:58px;width:100%;border:1px solid #e0e0df;padding:12px 16px;color:var(--heading-color);display:flex;align-items:center;margin:0;-webkit-appearance:none;appearance:none;border-radius:0}.ts-back-stock__label--agreement{display:flex;gap:14px;margin:24px 0 0}.ts-back-stock__label--agreement input{min-width:24px;width:24px;height:24px;padding:0;position:relative}.ts-back-stock__label--agreement input:after{content:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 78.369 78.369'%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/svg%3E");position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s;opacity:0;width:60%;height:60%;line-height:1}.ts-back-stock__label--agreement input:checked:after{opacity:1}.ts-back-stock__label--agreement p{color:var(--body-color)}.ts-back-stock__button{height:56px;width:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;background-color:var(--heading-color);color:var(--white-color);margin-top:34px}.ts-back-stock__close{position:absolute;top:32px;right:32px;cursor:pointer;display:flex;color:var(--heading-color)}.ts-back-stock__close svg{pointer-events:none}.ts-product__raiting-wrapper{display:flex;flex-direction:column;gap:8px}.ts-product__raiting-wrapper .jdgm-prev-badge[data-average-rating="0.00"]{display:block!important}.ts-product__raiting{display:flex;align-items:center;gap:17px}.ts-product__raiting-divider{width:1px;height:16px;background-color:#e0e0df}.ts-product__raiting-liked{display:flex;align-items:center;gap:6px;font-family:var(--secondary-font);font-size:18px;font-weight:400;line-height:1.5;color:var(--heading-color)}.ts-product__raiting-tags{font-family:var(--secondary-font);font-size:16px;font-weight:400;line-height:1.2;color:var(--body-secondary-color)}.ts-product__raiting-tags--meta{color:var(--heading-color);font-weight:500;text-transform:uppercase;font-size:14px;line-height:1}.ts-product__block tolstoy-stories{margin:48px 0 0;display:block}.ts-product__block tolstoy-stories .tolstoy-stories-main-container{gap:24px}.ts-product__block tolstoy-stories .tolstoy-stories-title{font-family:var(--secondary-font);font-size:20px!important;font-weight:500!important;line-height:1.2;color:var(--heading-color);text-transform:uppercase}.ts-product__option-current--arrows,.ts-sticky-add__option-current--arrows{position:absolute;top:50%;right:24px;pointer-events:none;transform:translateY(-50%)}.ts-sticky-add__option-current--arrows{right:10px}.ts-sticky-add{position:fixed;left:0;bottom:0;width:100%;padding:16px 40px;display:flex;justify-content:space-between;background-color:#fff;border-top:1px solid #ccc;transform:translateY(100%);transition:transform .3s;z-index:2}.ts-sticky-add.is-show{transform:translateY(0)}.ts-sticky-add__title{margin:0 0 10px;font-family:var(--secondary-font);font-size:20px;font-weight:500;line-height:1;color:var(--heading-color)}.ts-sticky-add__price{font-family:var(--secondary-font);font-size:16px;font-weight:400;line-height:1.1;color:var(--heading-color);display:flex;align-items:center;gap:6px}.ts-sticky-add__price--compare{text-decoration:line-through}.ts-sticky-add__controls{display:flex;align-items:center;gap:16px}.ts-sticky-add__options{display:flex;flex-direction:column;gap:24px}.ts-sticky-add__option{position:relative}.ts-sticky-add__option-current{padding:12px 32px 12px 16px;border:1px solid #e0e0df;min-width:240px;display:flex;align-items:center;gap:12px;cursor:pointer;position:relative}.ts-sticky-add__option-current *{pointer-events:none}.ts-sticky-add__option-current--swatch{display:flex;width:32px;height:32px}.ts-sticky-add__option--label{display:flex;align-items:center;gap:8px;color:var(--heading-color);flex-wrap:wrap;font-size:16px}.ts-sticky-add__option--divider{background-color:var(--body-color);width:11px;height:1px}.ts-sticky-add__option--sublabel{color:var(--body-color);font-size:14px}.ts-sticky-add__option-values{position:absolute;bottom:calc(100% - 16px);left:0;width:100%;height:fit-content;max-height:200px;z-index:2;opacity:0;transition:opacity .3s,bottom .3s;background-color:#fff;box-shadow:0 -4px 16px #0000001a;overflow:auto;pointer-events:none}.ts-sticky-add__option-values.open{bottom:100%;opacity:1;pointer-events:all}.ts-sticky-add__option-value{padding:8px 12px;display:flex;min-width:max-content;align-items:center;gap:12px;cursor:pointer}.ts-sticky-add__option-value *{pointer-events:none}.ts-sticky-add__option-value.active,.ts-sticky-add__option-value:not(.disabled):hover{background-color:#eee}.ts-sticky-add__option-value.disabled{cursor:no-drop;opacity:.5}.ts-sticky-add__option-value--swatch{display:flex;width:32px;min-width:32px;height:32px}.ts-sticky-add__button{width:fit-content;padding:12px 40px;display:flex;align-items:center;justify-content:center;height:58px;gap:6px;background-color:var(--accent-color);color:var(--white-color);cursor:pointer}.ts-sticky-add__button *{pointer-events:none}.ts-sticky-add__button svg{width:24px;height:24px}a.klaviyo-bis-trigger:hover{color:#fff}@media screen and (min-width:1600px){.ts-product__wrapper{max-width:1528px}}@media screen and (max-width:1400px){.ts-sticky-add{padding:0;border:none}.ts-sticky-add__headings{display:none}.ts-sticky-add__controls{width:100%;flex-direction:column;gap:0}.ts-sticky-add__select-wrapper,.ts-sticky-add__button{width:100%}}@media screen and (max-width:1200px){.ts-product__gallery--side{width:calc(14.3% - 8px);max-width:calc(14.3% - 8px)}}@media screen and (max-width:989px){.ts-product__wrapper{flex-direction:column}.ts-product__gallery-wrapper{width:100%;max-width:550px;margin:0 auto;position:unset}.ts-product__gallery-wrapper-outer{max-width:550px}.ts-product__gallery-wrapper-outer .ts-product__gallery-wrapper{max-width:100%}.ts-product__info{width:100%;max-width:600px}}@media screen and (max-width:649px){.ts-product__wrapper{padding:0 20px;gap:32px}.ts-product__gallery-wrapper{width:100%;max-width:100%;flex-direction:column-reverse;gap:12px}.ts-product__gallery-wrapper-outer,.ts-product__gallery--main,.ts-product__gallery--side{width:100%;max-width:100%}.ts-product__gallery--side .ts-product__gallery-control{display:none}#TSSideGallery{flex-direction:row;gap:12px;scroll-snap-type:x mandatory;aspect-ratio:unset}#TSSideGallery:before,#TSSideGallery:after{display:none}#TSSideGallery .ts-product__media{min-width:calc(20% - 9.6px);width:calc(20% - 9.6px)}#TSMainGallery .flickity-page-dots{display:none}.ts-product__gallery--main .ts-product__gallery-controls{display:flex}.ts-product__gallery-control{top:50%;transform:translateY(-50%) rotate(-90deg)}.ts-product__gallery-control[data-next]{top:50%;right:-20px;left:unset;bottom:unset}.ts-product__gallery-control[data-prev]{top:50%;left:-20px}.ts-product__media img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;pointer-events:none}.ts-product__media.selected img{border:1.5px solid #3f3c3d}.ts-product__scrollbar{display:none;width:100%;max-width:calc(100% - 90px);margin:0 auto;height:3px;background-color:#e6d09b;position:relative}.ts-product__scroll-thumb{position:absolute;width:10%;height:3px;top:0;left:0;background-color:#171516}.ts-product__info{width:100%;max-width:100%}.ts-product__price-wrapper{flex-direction:column;gap:24px;align-items:flex-start}.ts-product__shipping-label{gap:8px;font-size:12px}.ts-product__shipping-label svg{width:18px;height:18px}.ts-product__price{font-size:22px}.ts-product__option-swatches{gap:10px 6px}.ts-product__swatch-value{width:40px;height:40px}.ts-product__option-current{padding:4px}.ts-product__option-current--swatch{width:40px;height:40px}.ts-product__option--sublabel{color:var(--body-color)}.ts-product__option-value{padding:4px}.ts-product__option-value--swatch{width:40px;height:40px}.ts-product__quantity{width:90px;height:53px;padding:8px}.ts-product__quantity input{width:26px}.ts-product__button{height:47px}.ts-product__guarantee{font-size:15px}.ts-product__trending{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:8px}.ts-product__block{margin-top:var(--block-indent-mob)}.ts-product__features-block:first-of-type{padding-right:12px}.ts-product__features-block:last-of-type{padding-left:12px}.ts-product__feature:first-of-type{padding-bottom:12px}.ts-product__feature:last-of-type{padding-top:12px}.ts-product__feature-label{font-size:16px}.ts-product__feature-media img{min-width:32px;width:32px;height:32px}.ts-product__review{padding:20px 16px}.ts-product__review-content{margin:16px 0;font-size:16px}.ts-product__review-product{gap:16px}.ts-product__review-media img{width:48px;min-width:48px;height:48px}.ts-product__review-author{font-size:16px}.ts-back-stock__inner{padding:16px}.ts-back-stock__title{margin:0 0 12px}.ts-back-stock__subtitle{margin:0 0 24px}.ts-back-stock__form input{height:44px;padding:10px 12px}.ts-back-stock__label--agreement input{padding:0;height:14px}.ts-back-stock__button{height:53px;margin-top:32px}.ts-back-stock__close{top:16px;right:16px}.ts-product__raiting-wrapper{gap:12px}.ts-product__raiting{gap:13px}.ts-product__raiting-liked{font-size:16px}.ts-product__raiting-tags{font-size:14px}.ts-product__raiting-tags--meta{font-size:13px}.ts-product__block tolstoy-stories{margin:40px 0 0}.ts-product__block tolstoy-stories .tolstoy-stories-main-container{gap:16px}.ts-product__block tolstoy-stories .tolstoy-stories-title{font-size:18px!important}.ts-product__option-current--arrows{right:16px}}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rebuy-widget .splide .splide__track:not(.splide__track--slide) .splide__list{gap:0!important}.ts-product__media-side-box{position:relative}.ts-media__play-icon{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.ts-media__play-icon{width:32px;height:32px;border-radius:50%;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:9}.ts-media__play-icon svg{width:15px;height:15px;position:relative;left:1px}.video-autoplay-wrapper.relative_video_wrapper{position:relative;height:auto;width:auto}.ts-product_delivery_label{font-style:italic;font-size:12px}@media screen and (max-width:649px){.ts-product_delivery_label{font-size:10px;display:block}}.ts-product__button.disabled{opacity:.7;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/78/assets/ts-main-product.css.map */
