.ts-product-card{width:100%;display:block;max-width:100%;transition:opacity .3s}.ts-product-card.unavailable{opacity:.6}.ts-product-card:hover .ts-product-card__controls,.ts-product-card:hover .ts-product-card__option-wrapper,.ts-product-card:hover .ts-product-card__quick,.ts-product-card:hover .ts-product-card__swatches-wrapper{opacity:1}.ts-product-card__media{position:relative}[no-gallery] .ts-product-card__media{pointer-events:none}[no-gallery] .ts-product-card__quick{pointer-events:all}.ts-product-card__image.swiper-slide{display:flex}.ts-product-card__image img,.ts-product-card__image svg{width:100%;height:auto;object-fit:cover;aspect-ratio:1 / 1.25}.ts-product-card__image img{background-color:#f4f4f4;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.ts-product-card__image--main{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;transition:opacity .3s;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.ts-product-card:hover .ts-product-card__image--main{opacity:0;pointer-events:none}.ts-product-card__controls{opacity:0;transition:opacity .3s}.ts-product-card__control{all:unset;display:flex;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);color:#8a8a8a;z-index:1;-webkit-user-select:none;user-select:none;padding:10px;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.ts-product-card__control *{pointer-events:none}.ts-product-card__control[data-prev]{left:0}.ts-product-card__control[data-next]{right:0}.ts-product-card__pagination{display:none;align-items:center;gap:3px;position:absolute;z-index:1}.ts-product-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:12px;left:12px;width:fit-content}.ts-product-card .swiper-pagination-bullet{width:3px;height:3px;background-color:#d1d1d1;transition:background-color .3s;border-radius:0;margin:0!important}.ts-product-card .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#a1a1a1}.ts-product-card__tags{display:flex;align-items:center;flex-wrap:wrap;width:fit-content;position:absolute;top:8px;left:8px;z-index:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.ts-product-card__tag{padding:8px;font-family:var(--main-font);font-size:13px;line-height:1;font-weight:500;color:#757575}.ts-product-card__tags--sale{color:#f51616}.ts-product-card__quick{display:flex;align-items:center;justify-content:center;padding:16px;background-color:var(--primary-color);color:#fff;position:absolute;bottom:2px;right:2px;z-index:1;cursor:pointer;opacity:0;transition:opacity .3s}.ts-product-card__quick *{pointer-events:none}.ts-product-card__quick--mobile{display:none}.ts-product-card.unavailable .ts-product-card__quick{cursor:no-drop}.ts-product-card__loading{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.ts-product-card.loading .ts-product-card__loading{opacity:1;pointer-events:all}.ts-product-card__loading svg{-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.ts-product-card__option-wrapper{position:absolute;bottom:0;left:0;padding:2px 58px 1px 2px;z-index:1;opacity:0;transition:opacity .3s;background:#f0f0f0;width:calc(100% - 2px)}.ts-product-card__option-values{display:flex;width:100%;flex-wrap:wrap;align-items:center}.ts-product-card__option-value{width:fit-content;min-width:36px;height:36px;padding:6px;border:1px solid transparent;font-family:var(--main-font);font-size:12px;line-height:1;font-weight:400;color:var(--primary-color);cursor:pointer;display:flex;align-items:center;justify-content:center}input:checked+.ts-product-card__option-value{border-color:var(--primary-color)}.ts-product-card__option-value:hover{border-color:#5e5e5e}.ts-product-card__content{padding:16px}.ts-product-card__title{display:block;font-family:var(--font-heading-family);font-size:15px;line-height:1;font-weight:500;color:var(--primary-color);text-decoration:none;margin:0 0 16px}.ts-product-card__price{width:fit-content;display:flex;align-items:center;gap:8px;font-family:var(--font-heading-family);font-size:14px;line-height:1;font-weight:500;color:#595959;margin:0}.ts-product-card__price--sale{color:#595959}.ts-product-card__price--original.ts-on-sale{color:#b7b7b7;text-decoration:line-through}.ts-product-card__swatches-wrapper{margin:16px 0 0;opacity:0;transition:opacity .3s}.ts-product-card__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:6px;position:relative}.ts-product-card__swatch{width:16px;height:16px;border-radius:100px;border:1px solid #fff;cursor:pointer}input:checked+.ts-product-card__swatch{box-shadow:0 0 0 1px var(--primary-color)}.ts-product-card__promotion{margin:16px 0 0}.ts-product-card__promotion-label{font-family:var(--main-font);font-size:12px;line-height:1;font-weight:400;color:#5e5e5e;margin:0 0 8px}.ts-product-card__timer{display:inline-flex}.ts-product-card__timer-cell:after{content:":"}.ts-product-card__timer-cell:last-child:after{display:none}.ts-product-card__track{width:100%;max-width:270px;height:2px;display:flex;border-bottom:1px solid #b7b7b7;position:relative}.ts-product-card__thumb{position:absolute;top:0;transition:width .3s;width:10%;height:2px;background-color:#f51616}.ts-product-card--upsell{display:flex}.ts-product-card--upsell .ts-product-card__media{width:50%}.ts-product-card--upsell .ts-product-card__content{width:50%;padding:8px}.ts-product-card--upsell .ts-product-card__content-inner{flex-direction:column}.ts-product-card__options{margin:24px 0 0;display:flex;flex-direction:column;gap:16px}.ts-product-card__option{position:relative}.ts-product-card__current-wrapper{display:flex;gap:2px}.ts-product-card__current{flex:1;height:44px;padding:16px;background-color:#f0f0f0;display:flex;align-items:center;gap:6px;font-family:var(--main-font);font-size:12px;line-height:1;font-weight:400;color:#5e5e5e;text-transform:uppercase;cursor:pointer}.ts-product-card__current *{pointer-events:none}.ts-product-card__current-value{flex:1;color:var(--primary-color)}.ts-product-card__current .ts-icon{color:var(--primary-color)}.ts-product-card__current-wrapper .ts-product-card__quick{position:relative;opacity:1;padding:10px;bottom:0;right:0}.ts-product-card__option-values--popup{border:1px solid #b7b7b7;position:absolute;top:100%;left:0;flex-direction:column;width:100%;align-items:start;background:#fff;z-index:2;max-height:130px;overflow:auto;flex-wrap:unset;opacity:0;pointer-events:none;transition:opacity .3s,top .3s}.ts-product-card__option.open .ts-product-card__option-values--popup{top:calc(100% + 12px);opacity:1;pointer-events:all}.ts-product-card__option-values--popup .ts-product-card__option-value{border:none;width:100%;justify-content:start;padding:12px;height:fit-content;transition:background-color .3s}.ts-product-card__option-values--popup .ts-product-card__option-value:hover,.ts-product-card__option-values--popup input:checked+.ts-product-card__option-value{background-color:#f0f0f0}.ts-product-card--upsell .ts-product-card__price{flex-direction:row;gap:6px}.ts-product-card .visually-hidden{display:none}.ts-product-card__wishlist{position:absolute;top:0;right:0;display:flex;pointer-events:all;z-index:1;cursor:pointer;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}@media screen and (min-width: 750px){.ts-product-card__wishlist{top:6px;right:6px}}@media screen and (max-width: 749px){.ts-product-card__image--main{display:none}.ts-product-card__controls{opacity:1}.ts-product-card__control{display:none}.ts-product-card__pagination{display:flex}.ts-product-card__quick{padding:12px;bottom:-2px;transform:translateY(100%);opacity:1}.ts-product-card__option-wrapper{display:none}.ts-product-card__swatches-wrapper{margin:20px 0 0;opacity:1}.ts-product-card__swatches{gap:12px}.ts-product-card__swatch{width:20px;height:20px}.ts-product-card__promotion{margin:12px 0 0}.ts-product-card__current-wrapper{flex-direction:column;gap:12px}.ts-product-card__current-wrapper .ts-product-card__quick{width:fit-content;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/ts-product-card.css.map */
