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