.product-card{background-color:#fff;border-radius:14px;position:relative;min-width:0;height:fit-content}.product-card__hint{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;visibility:hidden;transform:translateY(0);background-color:#fff;min-height:25px;border-top-left-radius:14px;border-top-right-radius:14px;transition:box-shadow .24s ease-out 0s,transform .24s ease-out 0s,visibility 0s ease-out .24s}.product-card__hint svg{width:16px;height:16px}@media(hover:hover)and (pointer:fine){.product-card:hover{border-top-left-radius:0;border-top-right-radius:0;transition:border-radius .24s ease-out}.product-card:hover .product-card__hint{visibility:visible;box-shadow:0 0 32px #0000001a;transform:translateY(-100%);transition:box-shadow .24s ease-out 0s,transform .24s ease-out 0s,visibility 0s ease-in-out 0s}.fsw-grid .product-card:hover .product-card__gallery.swiper-initialized .swiper-slide-active .product-card__gallery__image{transform:scale(1.1)}.fsw-grid .product-card:hover .product-card__gallery:not(.swiper-initialized) .product-card__gallery__image{transform:scale(1.1)}}.product-card__hint__text{color:#1f2226;font-weight:800;font-size:12px;letter-spacing:-.01em;line-height:16px;margin-left:5px}.product-card__content-wrapper{display:flex;flex-direction:column;position:relative}.product-card__images{aspect-ratio:1;display:flex;width:100%;height:100%;position:relative;overflow:hidden}.product-card__images__vase-badge{position:absolute;pointer-events:none;z-index:1;left:0;bottom:32px;padding:4px;min-width:74px;text-align:center;display:flex;flex-direction:row;gap:4px;align-items:center;background:#fffc;-webkit-backdrop-filter:blur(5px) saturate(150%);backdrop-filter:blur(5px) saturate(150%);box-shadow:inset 1px 1px 1px #ffffffd9,inset -1px -1px 1px #ffffff40,0 4px 12px #00000014}.product-card__images__vase-badge__icon{color:#1f2226;font-weight:700;font-size:24px;line-height:1em;letter-spacing:-.02em;min-width:17px}.product-card__images__vase-badge__text{color:#1f2226;font-weight:700;font-size:16px;line-height:1em;letter-spacing:0rem}.product-card__images__delivery-badge{position:absolute;pointer-events:none;display:flex;background-color:#0000004d;color:#fff;right:0;bottom:0;border-top-left-radius:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px 10px;font-size:12px;align-items:center;column-gap:6px;line-height:1;z-index:1}.product-card__images__delivery-badge svg{width:16px;height:auto}.product-card__info{padding:12px 14px 16px;display:flex;flex-direction:column;gap:6px;position:relative}@media(min-width:769px){.product-card__info{gap:10px}}.product-card__info>a:first-child{position:absolute;z-index:1;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.product-card__info__title{color:#0f172a;overflow:hidden;text-overflow:ellipsis;letter-spacing:-2%;font-family:Golos;line-height:1;padding-bottom:12px;font-size:13px;white-space:nowrap}@media(min-width:769px){.product-card__info__title{font-size:16px;line-height:1.5;padding-bottom:2px}}.product-card__info__container{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.product-card__info__container__price{display:flex;align-items:center;gap:2px}.product-card__info__container__price__prefix{font-weight:400;opacity:.9;font-size:12px;letter-spacing:0;line-height:20px;color:#7c7c7c}.product-card__info__container__price__value{font-size:14px;line-height:1;font-weight:600;letter-spacing:-2%}@media(min-width:769px){.product-card__info__container__price{gap:5px}.product-card__info__container__price__prefix{font-size:16px;opacity:.85}.product-card__info__container__price__value{font-size:20px;line-height:24px}}.product-card__info__container__atc{z-index:2}.product-card__info__container__atc__basic{display:flex;align-items:center;justify-content:center;height:24px;min-width:55px;padding:0 8px;border-radius:4px;background:#26ad4f;color:#fff;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;font-size:12px;line-height:1;letter-spacing:-.01rem;font-weight:500}.product-card__info__container__atc__basic:hover{box-shadow:2px 4px 7px #1d833c;color:#fff}@media(min-width:769px){.product-card__info__container__atc__basic{height:44px;min-width:85px;font-size:16px;line-height:24px;letter-spacing:-.02rem;border-radius:12px;padding:0 14px}}.product-card__subscription{display:flex;gap:5px 10px;align-items:center;flex-wrap:wrap;border-top:1px solid #f1f1f1;color:#1f2226;padding:12px;letter-spacing:-2%;position:relative}.product-card__subscription>a:first-child{position:absolute;z-index:1;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.product-card__subscription__price{font-size:12px;line-height:12px;font-weight:500}.product-card__subscription__text{font-size:10px;line-height:12px;font-weight:400}@media(min-width:769px){.product-card__subscription__price{font-size:16px;line-height:20px;font-weight:600}.product-card__subscription__text{font-size:12px}}.product-card__collection-badge{position:absolute;top:8px;left:8px;border-radius:4px;background-color:#f63866;color:#fff;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.product-card__collection-badge span{font-size:10px;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;font-family:Inter}.product-card__collection-badge[data-value="Best Seller"]{width:66px;height:16px}.product-card__collection-badge[data-value="Best Seller"] span{min-width:52px;min-height:12px}.product-card__collection-badge[data-value=New]{width:36px;height:16px}.product-card__collection-badge[data-value=New] span{min-width:22px;min-height:12px}@media(min-width:769px){.product-card__collection-badge{top:12px;left:12px;border-radius:8px}.product-card__collection-badge span{font-size:12px;font-weight:600}.product-card__collection-badge[data-value="Best Seller"]{width:77px;height:24px}.product-card__collection-badge[data-value="Best Seller"] span{width:63px;min-height:15px}.product-card__collection-badge[data-value=New]{width:48px;height:24px}.product-card__collection-badge[data-value=New] span{min-width:27px;min-height:15px}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/unified-product-card.css.map */
