.product-card-quick-add{background:var(--primary);color:var(--primary-foreground);cursor:pointer;opacity:0;text-transform:uppercase;letter-spacing:.05em;border:none;padding:.625rem;font-size:.8125rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.group:hover .product-card-quick-add{opacity:1;transform:translateY(0)}.product-card{flex-direction:column;height:100%;display:flex;position:relative}.product-card__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.product-card__image-wrap{aspect-ratio:1;border:1px solid var(--border);background:#fff;border-radius:.75rem;width:100%;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}[data-theme=dark] .product-card__image-wrap{background:var(--card)}.product-card:hover .product-card__image-wrap{border-color:color-mix(in oklch, var(--border), var(--primary) 30%);box-shadow:0 8px 24px #00000012}.product-card__image-wrap img{transition:transform .4s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__badge{text-transform:uppercase;letter-spacing:.03em;z-index:5;border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;position:absolute;top:.625rem;left:.625rem}.product-card__badge--sale{color:#fff;background:#ef4444}.product-card__badge--new{background:var(--primary);color:var(--primary-foreground)}.product-card__badge--urgent{color:#000;background:#f59e0b;animation:2s infinite pulse-urgent}@keyframes pulse-urgent{0%,to{opacity:1}50%{opacity:.7}}.product-card__wishlist{z-index:5;opacity:0;transition:all .2s;position:absolute;top:.625rem;right:.625rem;transform:scale(.85)}.product-card:hover .product-card__wishlist{opacity:1;transform:scale(1)}.product-card__info{flex-direction:column;flex:1;padding:.875rem .25rem 0;display:flex}.product-card__category{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.8125rem;font-weight:400;overflow:hidden}.product-card__title{color:#2563eb;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.9375rem;font-weight:600;line-height:1.35;transition:color .15s;display:-webkit-box;overflow:hidden}@media (min-width:640px){.product-card__title{font-size:1rem}}[data-theme=dark] .product-card__title{color:#60a5fa}.product-card:hover .product-card__title{color:#1d4ed8;text-decoration:underline}[data-theme=dark] .product-card:hover .product-card__title{color:#93c5fd}.product-card__price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.product-card__price{color:var(--foreground);font-size:1.125rem;font-weight:700}.product-card__price--sale{color:var(--foreground);font-weight:700}.product-card__price-original{color:var(--muted-foreground);font-size:.875rem;font-weight:400;text-decoration:line-through}.shop-list{flex-direction:column;gap:.75rem;display:flex}.shop-list .product-card{border:1px solid var(--border);background:var(--background);border-radius:.75rem;flex-direction:row;gap:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s}.shop-list .product-card:hover{border-color:color-mix(in oklch, var(--foreground), transparent 60%);box-shadow:0 2px 8px color-mix(in oklch, var(--foreground), transparent 92%)}.shop-list .product-card__link{flex-direction:row;gap:1rem;height:auto}.shop-list .product-card__image-wrap{aspect-ratio:1;border-radius:.5rem;flex-shrink:0;width:100px;height:100px}@media (min-width:640px){.shop-list .product-card__image-wrap{width:140px;height:140px}}@media (min-width:768px){.shop-list .product-card__image-wrap{width:160px;height:160px}}.shop-list .product-card__info{flex:1;justify-content:center;min-width:0;padding:0}.shop-list .product-card__title{-webkit-line-clamp:1;font-size:.9375rem;font-weight:600}@media (min-width:640px){.shop-list .product-card__title{-webkit-line-clamp:2;font-size:1rem}}.shop-list .product-card__price{font-size:1rem}.shop-list .product-card__badge{padding:.125rem .375rem;font-size:.625rem;top:.5rem;left:.5rem}.shop-list .product-card__wishlist{opacity:1;flex-shrink:0;align-self:center;position:static;transform:scale(1)}
