.product-card{background-color:var(--background);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--oro);box-shadow:0 10px 30px -15px color-mix(in srgb, var(--oro), transparent 70%);transform:translateY(-4px)}.product-card-link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.product-card-image-container{aspect-ratio:1;background-color:color-mix(in srgb, var(--foreground), transparent 97%);width:100%;position:relative;overflow:hidden}.product-card-image-container:hover .card-image-nav{opacity:1}.card-image-nav{pointer-events:none;opacity:0;z-index:3;justify-content:space-between;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.card-nav-btn{pointer-events:auto;color:#fff;cursor:pointer;-webkit-text-stroke:1px #00000040;background:0 0;border:none;margin:0 .5rem;padding:0;font-size:1.5rem;line-height:1;transition:transform .2s}.card-nav-btn:hover{transform:scale(1.15)}.product-card-image{object-fit:cover;transition:transform .5s}.product-card:hover .product-card-image{transform:scale(1.15)}.badge{text-transform:uppercase;letter-spacing:.05em;z-index:2;padding:4px 8px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.badge.discount{color:#fff;background-color:#ef4444}.badge.featured{background-color:var(--oro);color:#050504}.badge.out-of-stock{background-color:color-mix(in srgb, var(--foreground), transparent 30%);color:var(--background);top:auto;bottom:12px}.product-card-content{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex}.product-card-header{flex-direction:column;gap:.25rem;display:flex}.product-category{text-transform:uppercase;letter-spacing:.1em;color:color-mix(in srgb, var(--foreground), transparent 50%);font-size:.6875rem;font-weight:500}.product-title{font-family:var(--font-heading);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-details{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.product-material{color:color-mix(in srgb, var(--foreground), transparent 40%);font-size:.8125rem}.product-price{color:var(--foreground);flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:.5rem;font-weight:700;display:flex}.product-price .price-bs{flex-basis:100%}.product-price .currency{margin-top:.125rem;margin-right:2px;font-size:.875rem}.product-price .amount{letter-spacing:-.02em;font-size:1.375rem}.product-price .amount.original{color:color-mix(in srgb, var(--foreground), transparent 50%);font-size:1rem;font-weight:500;text-decoration:line-through}.product-price .amount.discounted{color:#ef4444}.product-card-footer{padding:0 1.25rem 1.25rem}.btn-add-to-cart{border:1px solid var(--foreground);width:100%;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background-color:#0000;min-height:44px;padding:.75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.btn-add-to-cart:hover:not(:disabled){background-color:var(--foreground);color:var(--background)}.btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed;border-color:color-mix(in srgb, var(--foreground), transparent 70%)}@media (max-width:768px){.product-card-content{padding:0 .75rem .5rem}.product-title{font-size:1rem}.product-card-details{justify-content:flex-start;gap:1rem}.product-price .amount{font-size:1.125rem}.product-card-footer{border-top:1px solid color-mix(in srgb, var(--foreground), transparent 90%)}.card-image-nav{opacity:1}}@media (max-width:480px){.product-card-content{gap:.5rem;padding:.75rem 1.25rem 1rem}.product-title{font-size:.875rem}.product-category{opacity:.55;font-size:.5625rem}.product-price .amount{font-size:.9375rem}.product-price .amount.original{font-size:.8125rem}.product-material{font-size:.6875rem}.product-card-details{flex-direction:column;align-items:flex-start;gap:.25rem}.product-price{justify-content:flex-end;width:100%}.product-price .price-bs{text-align:right}.btn-add-to-cart{min-height:40px;padding:.625rem;font-size:.75rem}}
