.product-card{padding-bottom:1rem;background-color:#fff;border-radius:5px}.product-card__wrapper{display:block;color:currentColor;text-decoration:none;position:relative}.product-card--list .product-card__wrapper{display:flex;align-items:flex-start;overflow:visible}.product-card__title{margin:0 0 .4rem;position:relative;color:var(--color-product-title);text-transform:var(--product-title-transform)}h3.product-card__title{font-size:calc(var(--font-heading-scale) * 2rem)}.product-card__title-text{display:inline-flex;height:35px;align-items:center}.product-card__title a{color:currentColor;display:block}@media(max-width:639.98px){.product-card__title.text-upper{font-size:calc(var(--font-body-size) * 1px)}}.product-card__image{transition:.85s cubic-bezier(.4,0,.2,1)}.product-card__image--main{transition:opacity 1.2s ease}.product-card__image--second{position:absolute;opacity:0;visibility:hidden;transform:scale3d(1.08,1.08,1)}.product-card__image-wrapper{position:relative;display:block;overflow:hidden}.product-card__image-wrapper .f-image{border-radius:5px}.product-card--list .product-card__image-wrapper{width:10rem;flex:0 0 auto}.product-card__info{margin-top:2rem}.product-card__info.text-center .f-price{justify-content:center}.product-card__badge_biky{margin:.6rem 0}.product-card__meta{padding:0 .5rem 1rem}.product-card__meta__lu-theme{position:absolute;top:1.7rem;left:1rem;text-align:left;line-height:1.2em}.product-card__meta__ru-theme{position:absolute;top:1.7rem;right:1rem;text-align:right;line-height:1.2em}.product-card__meta-value{font-weight:bolder;font-size:2em}.product-card__meta-title{font-size:1.1em;font-weight:bolder;color:#afafaf}.product-card__buttons__secondary{display:grid;grid-gap:1rem;justify-content:center}.product-card--list .product-card__info{text-align:left;padding-left:1.5rem;margin-top:0}.product-card--list .product-card__info .f-price{justify-content:flex-start}.product-card--list .product-card__info .f-price__regular{margin:0}.product-card__vendor{color:rgba(var(--color-foreground),.75);display:block;font-size:1.4rem;line-height:1.14;margin:0 0 .4rem}.product-card__badge{position:absolute;left:1rem;top:1rem;display:flex;flex-flow:row wrap;gap:.5rem}.product-card__reviews{margin-bottom:.5rem}.product-card__reviews:empty{display:none}.biky-product-card__btn{width:195px}@media(min-width:768px)and (max-width:1024px){.biky-product-card__btn{width:160px}}.product-card__actions{position:absolute;left:1.5rem;bottom:1.5rem;transform:translateY(15px);opacity:0;transition:.54s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;z-index:3;justify-content:center;width:calc(100% - 3rem)}.product-card__actions .product-card__atc:not(:disabled){opacity:1!important}.product-card__actions .btn{border:1px solid var(--color-border)}.product-card__actions .btn:hover{z-index:1}.product-card__actions>.product-card__atc,.product-card__actions>.f-product-form{margin-right:.2rem}@media(max-width:767.98px){.product-card__actions>.product-card__atc,.product-card__actions>.f-product-form{margin:0;margin-bottom:.8rem!important}}@media(max-width:767.98px){.product-card__actions{opacity:1;transform:translateZ(0)}}.product-card--list .product-card__actions{position:relative;justify-content:flex-start;left:0;bottom:auto;opacity:1;width:auto;transform:none;margin-top:15px}.product-card--list .product-card__actions .f-product-form,.product-card--list .product-card__actions .product-card__atc{width:auto}.product-card--list .product-card__actions .btn{border-color:var(--color-text-heading)}.product-card__atc{width:100%;margin-right:.1rem;padding:0 1.5rem;border-top-right-radius:0;border-bottom-right-radius:0}.product-card__quickview{width:var(--btn-height);flex:0 0 auto;padding:0;border-top-left-radius:0;border-bottom-left-radius:0}.product-card__quickview>span{display:inherit}.product-card__quickview.btn--small{width:calc(var(--btn-height) - 8px)}.product-card__swatch{display:flex;align-items:center;margin-top:.8rem}.text-center .product-card__swatch{justify-content:center}.text-right .product-card__swatch{justify-content:flex-end}.product-card .color-swatch{--color-swatch-item-width: 1.5rem}.product-card .color-swatch__item{width:var(--color-swatch-item-width);height:var(--color-swatch-item-width);flex:0 0 auto;border-radius:var(--color-swatch-radius);padding:0;margin:0 4px!important;border:1px solid var(--color-border)!important;font-size:13px;background-color:var(--bg-color);background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important;background-clip:content-box;z-index:10}.product-card .color-swatch__item:not(.btn-rest){font-size:0}.product-card .color-swatch__item[aria-selected]{box-shadow:0 0 0 3px var(--color-text-body)!important;border:none!important;padding:0}.product-card .color-swatch .btn-rest{padding:0}.product-card .color-swatch .btn-rest:hover{box-shadow:0 0 0 1px #000;border-color:#fff!important}@media(min-width:380px){.product-card .color-swatch{--color-swatch-item-width: 1.8rem}}@media(min-width:768px){.product-card .color-swatch{--color-swatch-item-width: 2rem}.product-card__wrapper:hover .product-card__image-wrapper:not(.product-card__image-wrapper--main-only) .product-card__image--main,.product-card__wrapper:focus-within .product-card__image-wrapper:not(.product-card__image-wrapper--main-only) .product-card__image--main{opacity:0}.product-card__wrapper:hover .product-card__image-wrapper .product-card__image--second,.product-card__wrapper:focus-within .product-card__image-wrapper .product-card__image--second{opacity:1;visibility:visible;transform:scaleZ(1)}.product-card__wrapper:hover .product-card__image-wrapper .product-card__title,.product-card__wrapper:focus-within .product-card__image-wrapper .product-card__title{color:var(--color-link-hover)}.product-card__wrapper:hover .product-card__image-wrapper .product-card__actions,.product-card__wrapper:focus-within .product-card__image-wrapper .product-card__actions{transform:translateZ(0);opacity:1}.product-card__wrapper.f-image--hover-effect responsive-image{transition:.65s cubic-bezier(.4,0,.2,1)}.product-card__wrapper.f-image--hover-effect:hover responsive-image{transform:scale(1.1) translateZ(0)}}@media(max-width:767.98px){.product-card{padding-bottom:1.2rem}.f-column:last-child .product-card{border-bottom:none}.product-card__actions{display:none}.product-card__actions .btn{padding:0 15px;height:4.4rem;width:4.4rem;margin:0 4px;border:1px solid var(--color-border);border-radius:50%}.product-card__actions a.btn{display:none}.product-card__actions product-form{width:auto}.product-card__actions .f-icon-shopping-cart{width:16px;height:16px}.product-card__actions .product-card__atc-icon{display:inline-flex}.f-swiper .product-card{padding-bottom:0}.product-card__atc-text{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal}.product-card .product-card__actions .btn{border-radius:50%}}.color-swatch__item--disabled,.color-swatch__item--disabled:disabled{position:relative;opacity:1!important;cursor:not-allowed!important;pointer-events:none}.color-swatch__item--disabled:before,.color-swatch__item--disabled:after{content:"";position:absolute;top:50%;left:50%;width:70%;height:3px;background-color:#000;z-index:10}.color-swatch__item--disabled:before{transform:translate(-50%,-50%) rotate(45deg)}.color-swatch__item--disabled:after{transform:translate(-50%,-50%) rotate(-45deg)}.product-card__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:8px}.product-badge{padding:6px 12px;border-radius:6px;font-weight:700;font-size:13px;line-height:1;box-shadow:0 2px 8px #00000026;white-space:nowrap}.product-badge--sale{background:#f44;color:#fff}.product-badge--promo{background:#000;color:gold}.product-badge--shipping{background:#222;color:#fff}.product-badge--le{background:linear-gradient(90deg,#018ff7,#b664fb,#e949b1 66%,#f45504);color:#fff}.product-card--le .product-card__image-wrapper .f-image{background:#242528}
/*# sourceMappingURL=/cdn/shop/t/47/assets/component-product-card.css.map */
