.add-to-cart-btn{z-index:5;position:relative}.add-to-cart-btn .icon{color:currentColor}.product-card{display:block;text-decoration:none;color:inherit;border-radius:var(--radius);overflow:hidden;background:rgb(var(--background));border:1px solid rgb(var(--border));transition:all .3s ease;height:100%;position:relative}.product-card-link-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.product-card:hover{box-shadow:0 4px .5rem var(--shadow-color);border-color:rgb(var(--border-hover));transform:none}.product-card-container{display:flex;flex-direction:column;height:100%}.product-card-image-link{display:block;position:relative;z-index:4}.product-card-image-container{position:relative;width:100%;height:10em;overflow:hidden;background:rgb(var(--surface));border-bottom:1px solid rgb(var(--border));touch-action:pan-y;user-select:none;-webkit-user-select:none}.product-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:1;transition:opacity .3s ease-in-out;pointer-events:none}.product-card-image.active{opacity:1;z-index:2;pointer-events:auto}.product-card-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;z-index:1;transition:opacity .3s ease-in-out;pointer-events:none}.product-card-image-layer.active{opacity:1;z-index:2;pointer-events:auto}.product-card-image-indicators{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:5;pointer-events:auto}.product-card-image-indicator{border:1px solid rgb(var(--border));width:3rem;height:.5rem;background:rgba(255,255,255,.4);border-radius:1rem;transition:all .25s ease;backdrop-filter:blur(4px);cursor:pointer;padding:0;outline:none}.product-card-image-indicator:hover{background:rgba(255,255,255,.7)}.product-card-image-indicator.active{background:rgba(255,255,255,.9);box-shadow:0 1px 4px rgba(0,0,0,.2)}@media (hover:none){.product-card-image-container{cursor:grab}.product-card-image-container:active{cursor:grabbing}.product-card-image-indicator{width:3rem;height:.625rem;cursor:default}.product-card-image-indicator:active{background:rgba(255,255,255,.7)}}.product-card-no-image{width:100%;height:100%;background:rgb(var(--surface));color:rgb(var(--text-muted))}.product-card-favorite,.product-card-no-image{display:flex;align-items:center;justify-content:center}.product-card-favorite{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;border:1px solid rgba(0,0,0,.15);border-radius:50%;background:rgba(var(--white),.9);color:rgb(var(--text-secondary));cursor:pointer;transition:all .2s ease;z-index:10;backdrop-filter:blur(4px);opacity:1;visibility:visible}.product-card-favorite:hover{background:rgba(var(--white),1);color:rgb(var(--danger));transform:scale(1.1);opacity:1;visibility:visible}.product-card-favorite.active{background:rgb(var(--danger));color:rgb(var(--white))}.product-card-favorite.active:hover{background:rgb(var(--danger-hover));color:rgb(var(--white))}.product-card-favorite .icon{opacity:1!important;visibility:visible!important;display:flex!important}.product-card-badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card-discount-badge{background:rgb(var(--danger));color:rgb(var(--white));padding:4px 8px;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;width:fit-content}.product-card-new-badge{top:-.5rem;left:-.5rem;color:rgb(var(--white));width:65px;height:65px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:900;letter-spacing:.5px;position:relative;transform:rotate(-15deg);z-index:2}.product-card-new-badge:before{content:"✸";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5rem;color:rgb(var(--danger));z-index:-1;line-height:1}.product-card-recommended-badge{background:rgb(var(--warning));color:rgb(var(--white));padding:4px 8px;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;width:fit-content}.product-card-content{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card-title{margin-bottom:4px}.product-card-name{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:4.2em}.product-card-price-container{display:flex;align-items:baseline;gap:8px;margin:8px 0}.product-card-current-price{flex-shrink:0}.product-card-original-price .strikethrough{text-decoration:line-through}.product-card-brand{margin-top:auto}.product-card-colors{display:flex;align-items:center;gap:6px;margin-top:.25rem}.product-card-color-dot{width:1rem;height:1rem;border-radius:50%;border:1px solid rgb(var(--border));flex-shrink:0}.product-card-colors-more{margin-left:.25rem}.product-card-out-of-stock{margin-top:.25rem;color:rgb(var(--danger))}@media (max-width:768px){.product-card-content{padding:12px}.product-card-favorite{width:2rem;height:2rem;top:.5rem;right:.5rem}.product-card-badges{top:.5rem;left:.5rem;gap:4px}.product-card-discount-badge,.product-card-recommended-badge{padding:2px 6px;font-size:.7rem}.product-card-new-badge{width:50px;height:50px;font-size:.6rem}.product-card-new-badge:before{font-size:4rem}}@media (max-width:480px){.product-card-image-indicator{width:2rem}}