@keyframes swatches-panel-in{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes swatches-panel-out{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-8px)}}@keyframes swatches-pill-appear{from{opacity:0}to{opacity:1}}.product-card{position:relative}@media(hover: hover)and (min-width: 1140px){.product-card:hover .product-card__img-wrap>img{transform:scale(1.1)}}.product-card__link{display:inline}.product-card__link:before{content:"";position:absolute;inset:0;z-index:1}.product-card__btn{position:absolute;top:24px;right:24px;z-index:1;padding:.8rem}.product-card__btn.is-hidden{display:none}.product-card__btn.is-appearing{animation:swatches-pill-appear .15s ease-out}.product-card__img-wrap{aspect-ratio:386/488;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.product-card__img-wrap img{transition:transform .3s ease-out;backface-visibility:hidden;width:100%;height:auto}.product-card__badges{position:absolute;bottom:24px;display:flex;gap:1.2rem;z-index:1}.product-card__details{display:flex;justify-content:space-between;gap:1rem;padding:1.6rem 1.6rem 0}.product-card__swatches{position:absolute;top:24px;left:24px;z-index:2}.product-card__swatches.is-expanded{right:24px}.product-card__swatches-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem;background-color:#ddd;border:none;border-radius:1.6rem;cursor:pointer}.product-card__swatches-pill .svg-wrap{width:2.4rem;height:2.4rem}.is-expanded .product-card__swatches-pill{display:none}.product-card__swatches-pill.is-appearing{animation:swatches-pill-appear .15s ease-out}.product-card__swatch-preview{width:3.2rem;height:3.2rem;border-radius:50%;border:.3rem solid hsla(0,0%,100%,.56);display:block;overflow:hidden;box-sizing:border-box}.product-card__swatch-preview--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__swatches-panel{display:none;gap:.8rem}.is-expanded .product-card__swatches-panel{display:flex;animation:swatches-panel-in .2s ease-out}.is-expanded .product-card__swatches-panel.is-closing{animation:swatches-panel-out .15s ease-in forwards}.product-card__swatches-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(3.2rem, 1fr));justify-items:center;gap:.4rem;flex:1;background-color:#ddd;border-radius:1.6rem;padding:.4rem}.product-card__swatch{width:3.2rem;height:3.2rem;border-radius:50%;border:.2rem solid hsla(0,0%,100%,.56);padding:0;cursor:pointer;background:none;flex-shrink:0;box-sizing:border-box;transition:border .3s ease-out}@media(hover: hover){.product-card__swatch:hover{border-width:.4rem}}.product-card__swatch.is-active{border:.4rem solid #fff}.product-card__swatch--image{overflow:hidden}.product-card__swatch--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.product-card__swatches-close{width:4rem;height:4rem;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;color:inherit}.product-card__swatches-close:before{background-color:rgba(210,210,210,.5)}.product-card__title{font-size:1.6rem}.product-card .price{justify-content:flex-start}.product-card--alt .product-card__img-wrap{aspect-ratio:4/5}.product-card--alt .product-card__img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products{grid-area:products}.avtocase-page.avtocase-page--category .products{padding-bottom:0}.products__header{display:flex;justify-content:space-between;align-items:center;padding:1.6rem}@media screen and (min-width: 744px){.products__header{padding:2.4rem 1.6rem}}@media screen and (min-width: 1140px){.products__header{padding:2.4rem 0}}.products__header--woocommerce{padding:1.6rem 0}.avtocase-page--shop .products__header--woocommerce{padding:0}.products__footer{padding:0 1.6rem;display:flex;justify-content:center}.products__btn--desktop{display:none}@media screen and (min-width: 744px){.products__btn--desktop{display:inline-flex}}.products__btn--mobile{margin:2.4rem auto 0}@media screen and (min-width: 744px){.products__btn--mobile{display:none}}