.product-card-premium{position:relative;background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 2px 20px #0000000f;transform-style:preserve-3d;backface-visibility:hidden}.product-card-premium:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 60px #00000026}.product-card-premium__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#f5f5f7}.product-card-premium__image{width:100%;height:100%;object-fit:cover;transition:all .8s cubic-bezier(.23,1,.32,1)}.product-card-premium__image--secondary{position:absolute;top:0;left:0;opacity:0}.product-card-premium:hover .product-card-premium__image--primary{transform:scale(1.1);opacity:0}.product-card-premium:hover .product-card-premium__image--secondary{opacity:1;transform:scale(1.1)}.product-card-premium__actions{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.product-card-premium:hover .product-card-premium__actions{opacity:1}.product-card-premium__quick-view{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:100px;font-size:.875rem;font-weight:600;color:#1d1d1f;cursor:pointer;transform:translateY(20px);transition:all .3s cubic-bezier(.23,1,.32,1)}.product-card-premium:hover .product-card-premium__quick-view{transform:translateY(0)}.product-card-premium__quick-view:hover{background:#fff;transform:translateY(-2px) scale(1.05)}.product-card-premium__wishlist{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;cursor:pointer;opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.23,1,.32,1)}.product-card-premium:hover .product-card-premium__wishlist{opacity:1;transform:scale(1)}.product-card-premium__wishlist:hover{background:#fff;transform:scale(1.1)}.product-card-premium__wishlist svg{width:20px;height:20px;stroke:#1d1d1f;fill:none;transition:fill .3s ease}.product-card-premium__wishlist--active svg{fill:#ff5773;stroke:#ff5773}.product-card-premium__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.product-card-premium__badge{padding:.375rem .875rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1d1d1f;animation:badgeFadeIn .5s cubic-bezier(.23,1,.32,1) forwards;opacity:0}@keyframes badgeFadeIn{to{opacity:1;transform:translate(0)}0%{opacity:0;transform:translate(-20px)}}.product-card-premium__badge--sale{background:#ff5773;color:#fff}.product-card-premium__badge--new{background:#d4a574;color:#fff;animation-delay:.1s}.product-card-premium__badge--exclusive{background:#1d1d1f;color:#fff;animation-delay:.2s}.product-card-premium__content{padding:1.5rem}.product-card-premium__title{font-size:1.125rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;color:#1d1d1f;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-premium__category{font-size:.875rem;color:#86868b;margin-bottom:.75rem}.product-card-premium__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.product-card-premium__stars{display:flex;gap:.125rem}.product-card-premium__star{width:16px;height:16px;fill:gold}.product-card-premium__star--empty{fill:#e5e5e7}.product-card-premium__reviews{font-size:.75rem;color:#86868b}.product-card-premium__price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-card-premium__price-current{font-size:1.375rem;font-weight:600;color:#1d1d1f}.product-card-premium__price-original{font-size:1rem;color:#86868b;text-decoration:line-through}.product-card-premium__price-save{font-size:.875rem;font-weight:600;color:#ff5773}.product-card-premium__colors{display:flex;gap:.5rem;margin-top:1rem}.product-card-premium__color{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.product-card-premium__color:hover{transform:scale(1.1)}.product-card-premium__color--active{border-color:#1d1d1f}.product-card-premium__color:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:2px solid #1d1d1f;border-radius:50%;opacity:0;transition:opacity .2s ease}.product-card-premium__color--active:after{opacity:1}.product-card-premium__sizes{display:flex;gap:.5rem;margin-top:1rem}.product-card-premium__size{padding:.375rem .75rem;border:1px solid #d2d2d7;border-radius:8px;font-size:.875rem;font-weight:500;color:#424245;cursor:pointer;transition:all .2s ease}.product-card-premium__size:hover{border-color:#86868b;background:#f5f5f7}.product-card-premium__size--active{background:#1d1d1f;color:#fff;border-color:#1d1d1f}.product-card-premium__size--unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-card-premium__add-to-cart{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;margin-top:1rem;background:#1d1d1f;color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1)}.product-card-premium__add-to-cart:hover{background:#424245;transform:translateY(-2px)}.product-card-premium__add-to-cart:active{transform:translateY(0)}.product-card-premium--loading{pointer-events:none}.product-card-premium--loading .product-card-premium__media{background:linear-gradient(90deg,#f5f5f7 25%,#e5e5e7,#f5f5f7 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.product-card-premium{border-radius:16px}.product-card-premium__actions{opacity:1;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%)}.product-card-premium__quick-view{transform:translateY(0)}.product-card-premium__wishlist{opacity:1;transform:scale(1)}.product-card-premium:hover{transform:translateY(-4px) scale(1.01)}}.product-grid--premium{display:grid;gap:2rem}.product-grid--premium-2{grid-template-columns:repeat(2,1fr)}.product-grid--premium-3{grid-template-columns:repeat(3,1fr)}.product-grid--premium-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.product-grid--premium-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-grid--premium-3,.product-grid--premium-4{grid-template-columns:repeat(2,1fr)}.product-grid--premium{gap:1rem}}@media (max-width: 480px){.product-grid--premium-2,.product-grid--premium-3,.product-grid--premium-4{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/product-card-premium.css.map */
