.ems-product-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}.ems-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #1a365d1f}.ems-product-card__badges{position:absolute;top:12px;left:12px;z-index:10;display:flex;flex-direction:column;gap:6px}.ems-badge{display:inline-block;padding:5px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;line-height:1}.ems-badge--sale{background:#e53e3e;color:#fff}.ems-badge--bestseller{background:#f99015;color:#fff}.ems-badge--new{background:#38a169;color:#fff}.ems-badge--soldout{background:#718096;color:#fff}.ems-product-card__image-wrapper{position:relative;overflow:hidden;background:#f7fafc;aspect-ratio:1 / 1}.ems-product-card__image-link{display:block;width:100%;height:100%}.ems-product-card__image{width:100%;height:100%;object-fit:cover;transition:all .4s ease}.ems-product-card__image--primary{position:relative;z-index:1}.ems-product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;z-index:2}.ems-product-card:hover .ems-product-card__image--primary{opacity:0}.ems-product-card:hover .ems-product-card__image--secondary{opacity:1}.ems-product-card:hover .ems-product-card__image{transform:scale(1.05)}.ems-product-card__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#cbd5e0}.ems-product-card__quick-view{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(20px);opacity:0;z-index:20;display:flex;align-items:center;gap:8px;padding:10px 20px;background:#1a365d;color:#fff;border:none;border-radius:25px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.ems-product-card:hover .ems-product-card__quick-view{opacity:1;transform:translate(-50%) translateY(0)}.ems-product-card__quick-view:hover{background:#f99015}.ems-product-card__info{padding:16px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.ems-product-card__vendor{margin:0;font-size:.75rem;color:#718096;text-transform:uppercase;letter-spacing:.5px}.ems-product-card__title{margin:0;font-size:.95rem;font-weight:600;line-height:1.4}.ems-product-card__title a{color:#1a202c;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.ems-product-card__title a:hover{color:#f99015}.ems-product-card__rating{display:flex;align-items:center;gap:8px}.ems-stars{display:flex;gap:2px}.ems-star{color:#f99015}.ems-star--empty{color:#e2e8f0}.ems-product-card__review-count{font-size:.8rem;color:#718096}.ems-product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ems-product-card__price--current{font-size:1.15rem;font-weight:700;color:#1a365d}.ems-product-card__price--sale{color:#e53e3e}.ems-product-card__price--compare{font-size:.9rem;color:#a0aec0;text-decoration:line-through}.ems-product-card__price--from{font-size:.8rem;color:#718096}.ems-product-card__form{margin-top:auto;padding-top:8px}.ems-product-card__add-to-cart{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#f99015;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.ems-product-card__add-to-cart:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #f9901559}.ems-product-card__add-to-cart--disabled{background:#cbd5e0;cursor:not-allowed}.ems-product-card__add-to-cart--disabled:hover{transform:none;box-shadow:none}.ems-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:24px 0}@media(max-width:1200px){.ems-product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.ems-product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.ems-product-card__quick-view span{display:none}.ems-product-card__quick-view{padding:10px;border-radius:50%}}@media(max-width:480px){.ems-product-grid{gap:12px}.ems-product-card__info{padding:12px}.ems-product-card__title{font-size:.85rem}.ems-product-card__add-to-cart{padding:10px 12px;font-size:.8rem}}.ems-quick-view-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:#0009;opacity:0;visibility:hidden;transition:all .3s ease}.ems-quick-view-modal.active{opacity:1;visibility:visible}.ems-quick-view-modal__content{position:relative;width:100%;max-width:900px;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;transform:scale(.9) translateY(20px);transition:transform .3s ease;display:grid;grid-template-columns:1fr 1fr}.ems-quick-view-modal.active .ems-quick-view-modal__content{transform:scale(1) translateY(0)}.ems-quick-view-modal__close{position:absolute;top:16px;right:16px;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.ems-quick-view-modal__close:hover{background:#f7fafc;transform:rotate(90deg)}.ems-quick-view-modal__image{background:#f7fafc;display:flex;align-items:center;justify-content:center;padding:40px}.ems-quick-view-modal__image img{max-width:100%;max-height:400px;object-fit:contain}.ems-quick-view-modal__details{padding:40px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.ems-quick-view-modal__title{margin:0;font-size:1.5rem;font-weight:700;color:#1a202c}.ems-quick-view-modal__price{font-size:1.5rem;font-weight:700;color:#1a365d}.ems-quick-view-modal__description{color:#4a5568;line-height:1.6}.ems-quick-view-modal__actions{display:flex;gap:12px;margin-top:auto}.ems-quick-view-modal__add-cart{flex:1;padding:14px 24px;background:#f99015;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.ems-quick-view-modal__add-cart:hover{background:#d97706}.ems-quick-view-modal__view-full{padding:14px 24px;background:transparent;color:#1a365d;border:2px solid #1a365d;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease}.ems-quick-view-modal__view-full:hover{background:#1a365d;color:#fff}@media(max-width:768px){.ems-quick-view-modal__content{grid-template-columns:1fr;max-height:85vh}.ems-quick-view-modal__image{padding:20px}.ems-quick-view-modal__details{padding:24px}.ems-quick-view-modal__actions{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/ems-product-card.css.map */
