.product-card-skeleton{display:flex;flex-direction:column;gap:12px;width:100%}.product-card-skeleton__image{animation:skeleton-loading 1.5s ease-in-out infinite;aspect-ratio:1/1;background:linear-gradient(90deg,#d2d4df4d 25%,#d2d4df80,#d2d4df4d 75%);background-size:200% 100%;border-radius:16px;width:100%}.product-card-skeleton__content{display:flex;flex-direction:column;gap:8px}.product-card-skeleton__content__title{height:20px}.product-card-skeleton__content__price,.product-card-skeleton__content__title{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#d2d4df4d 25%,#d2d4df80,#d2d4df4d 75%);background-size:200% 100%;border-radius:4px}.product-card-skeleton__content__price{height:16px;width:60%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card,.product-card__link{display:flex;flex-direction:column;gap:10px}.product-card__link{color:inherit;text-decoration:none}.product-card:hover .product-card__image:before{background:linear-gradient(309deg,#0a104500 5.82%,#0a104540 93.95%)}.product-card__image{aspect-ratio:1/1;border-radius:16px;overflow:hidden;position:relative;width:100%}.product-card__image:before{background:linear-gradient(309deg,#fff0 5.82%,#ffffff40 93.95%);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.product-card__image img{aspect-ratio:1/1;display:block;height:auto;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:0}.product-card__image__skeleton{height:100%;position:relative;width:100%;z-index:0}.product-card__content{display:flex;flex-direction:column;gap:7px}.product-card__content span,.product-card__content__price{color:#a2a4ae}.product-card__content__colors{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.product-card__content__colors__item{border:1px solid transparent;border-radius:50%;height:15px;list-style:none;width:15px}.product-card__content__colors__item.-light .product-card__content__colors__item__swatch{border:1px solid rgba(0,0,0,.2)}.product-card__content__colors__item.-no-hex .product-card__content__colors__item__swatch{background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 4px,#fff 0 8px);border:1px solid #ccc;pointer-events:none}.product-card__content__colors__item__swatch{border-radius:50%;cursor:pointer;display:block;height:100%;overflow:hidden;position:relative;transition:box-shadow .2s ease;width:100%}.product-card__content__colors__item__swatch:hover{box-shadow:0 0 0 1px #d2d4df}.product-card__content__colors__more{list-style:none;width:40px}.product-card__content__colors__more__link{color:inherit;text-decoration:none}
