.product-card6{cursor:pointer;background-color:#0000;flex-direction:column;gap:.5rem;transition:all .3s;display:flex}.product-card6:hover .product-card6-asset{transform:scale(1.2)}.product-card6-asset-container{background-color:#f5f5f5;border:1px solid #0000000d;border-radius:5px;width:100%;height:400px;position:relative;overflow:hidden}.product-card6-asset-container:hover .product-card6-add-to-cart-overlay{opacity:1;pointer-events:auto}.product-card6-asset-container:hover .product-card6-action-buttons{opacity:1}.product-card6-badge{z-index:2;color:#fff;letter-spacing:.05em;text-transform:uppercase;background-color:#16a34a;border-radius:0;flex-direction:column;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-block;position:absolute;top:1rem;left:1rem}.product-card6-asset-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.product-card6-asset-wrapper:before{content:"";width:100%;height:0;padding-top:127.5%;display:block}.product-card6-asset{object-fit:cover;width:100%;height:100%;transition:opacity .9s cubic-bezier(.9,0,.1,1),transform .9s cubic-bezier(.4,0,.2,1);display:block;position:absolute;top:0;left:0}.product-card6-add-to-cart-overlay{opacity:0;z-index:3;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;transition:opacity .6s;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.product-card6-add-to-cart-overlay:hover{opacity:1}.product-card6-add-to-cart-overlay .addToCartInline{pointer-events:auto;width:100%}.product-card6-action-buttons{z-index:4;opacity:0;flex-direction:column;gap:.5rem;transition:opacity .6s;display:flex;position:absolute;top:1rem;right:1rem}.product-card6-action-button{cursor:pointer;color:#333;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.product-card6-action-button:hover{color:#333;background-color:#f5f5f5;transform:scale(1.1)}.product-card6-action-button:active{transform:scale(.95)}.product-card6-action-button svg{color:#333;stroke:currentColor;fill:none}.product-card6-action-button svg[fill]{fill:currentColor}.product-card6-action-button:hover svg{color:#333}.product-card6-info{text-align:center;flex-direction:column;gap:.1rem;display:flex}.product-card6-name{color:#333;font-size:1rem;font-weight:500}.product-card6-price-container{justify-content:center;align-items:center;gap:.7rem;display:flex}.product-card6-original-price{color:#999;font-size:1rem;font-weight:400;text-decoration:line-through}.product-card6-current-price{color:#333;font-size:1.1em;font-weight:400}@container (max-width:1024px){.product-card6-add-to-cart-overlay{opacity:1;pointer-events:auto}.product-card6-asset-container{height:350px}.product-card6-action-buttons{opacity:1}}@container (max-width:768px){.product-card6-badges{top:.75rem;left:.75rem}.product-card6-badge{padding:.25rem .5rem;font-size:.625rem}.product-card6-action-button{width:36px;height:36px}.product-card6-name,.product-card6-current-price,.product-card6-original-price{font-size:.95rem}}@container (max-width:480px){.product-card6-name{font-size:.9rem}.product-card6-asset-container{height:280px}.product-card6-current-price,.product-card6-original-price{font-size:.9rem}}
