.product-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.product-card__wrapper{display:flex;flex-direction:column;height:100%}.product-card__media{position:relative;overflow:hidden;flex-shrink:0}.product-card__media-link{display:block;text-decoration:none}.product-card__media-wrapper{position:relative;overflow:hidden}.media--adapt{aspect-ratio:auto}.media--square{aspect-ratio:1}.media--portrait{aspect-ratio:3/4}.media--landscape{aspect-ratio:4/3}.product-card__image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.product-card__image--hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image--hover{opacity:1}.product-card__image-placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b}.product-card__image-placeholder svg{width:60px;height:60px;opacity:.5}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:linear-gradient(130deg,#00605b,#05a055,#00605b);box-shadow:0 2px 4px #0003}.product-badge--sale{background:linear-gradient(135deg,#ef4444,#dc2626)}.product-badge--sold-out{background:linear-gradient(135deg,#6b7280,#4b5563)}.product-badge--new{background:linear-gradient(130deg,#00605b,#05a055,#00605b)}.product-badge--bestseller{background:linear-gradient(135deg,#f59e0b,#d97706)}.product-card__wishlist{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;color:#64748b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__wishlist:hover{background:#fff;color:#ef4444;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.product-card__wishlist.active{color:#ef4444;background:#fff}.product-card__content{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.product-card__vendor{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.product-card__vendor a{color:inherit;text-decoration:none;transition:color .3s ease}.product-card__vendor a:hover{color:#05a055}.product-card__title{margin:0;font-size:16px;font-weight:600;line-height:1.3;color:#1a202c}.product-card__title-link{color:inherit;text-decoration:none;display:block;transition:color .3s ease}.product-card__title-link:hover{color:#05a055}.product-card__rating{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.rating{display:flex;align-items:center}.rating-star{width:80px;height:14px}.rating-text,.rating-count{margin:0;font-size:12px;color:#64748b}.product-card__price{margin-top:auto;padding-top:8px}.price-range,.price-single{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.price-from{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.price{font-size:18px;font-weight:700;color:#1a202c}.price--on-sale{color:#ef4444}.price--compare{font-size:14px;font-weight:500;color:#64748b;text-decoration:line-through}.price-badge{padding:2px 6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card__colors{margin-top:4px}.color-swatches{display:flex;gap:6px;align-items:center}.color-swatch{width:20px;height:20px;border-radius:50%;border:2px solid #e2e8f0;transition:all .3s ease;cursor:pointer;position:relative}.color-swatch:hover{transform:scale(1.1);border-color:#05a055}.color-swatch--more{background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#64748b}.product-card__actions{margin-top:12px}.product-card__form{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn--primary{background:linear-gradient(130deg,#00605b,#05a055,#00605b);color:#fff;box-shadow:0 2px 4px #00605b33}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00605b4d}.btn--secondary{background:transparent;color:#05a055;border:2px solid #05a055}.btn--secondary:hover{background:#05a055;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #05a0554d}.btn--full-width{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn__spinner{display:flex;align-items:center;justify-content:center}.spinner{width:16px;height:16px;animation:spin 1s linear infinite}.spinner .path{stroke:currentColor;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.hidden{display:none!important}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.products-grid[data-view=list] .product-card{border-radius:8px;box-shadow:0 1px 3px #0000001a}.products-grid[data-view=list] .product-card__wrapper{flex-direction:row;align-items:stretch}.products-grid[data-view=list] .product-card__media{width:200px;flex-shrink:0}.products-grid[data-view=list] .product-card__content{padding:20px;flex:1;justify-content:space-between}.products-grid[data-view=list] .product-card__title{font-size:18px;margin-bottom:8px}.products-grid[data-view=list] .product-card__actions{margin-top:16px}.products-grid[data-view=list] .btn{width:auto;min-width:140px}@media (max-width: 768px){.product-card__content{padding:12px}.product-card__title{font-size:14px}.price{font-size:16px}.btn{padding:10px 16px;font-size:13px}.products-grid[data-view=list] .product-card__wrapper{flex-direction:column}.products-grid[data-view=list] .product-card__media{width:100%}.products-grid[data-view=list] .product-card__content{padding:12px}}@media (max-width: 480px){.product-card__badges{top:8px;left:8px}.product-card__wishlist{top:8px;right:8px;width:32px;height:32px}.product-badge{padding:3px 6px;font-size:10px}.color-swatch{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-card.css.map */
