.product{margin-bottom:20px;display:flex;flex-direction:column}.product .product-image{position:relative;display:inline-block;overflow:hidden;transition:transform .3s ease}.product .product-image:hover{transform:scale(1.02);cursor:pointer}.product .product-image img{border-radius:0;transition:transform .3s ease;aspect-ratio:1 / 1;object-fit:cover;width:100%}.product .product-image img:hover{transform:scale(1.02);cursor:pointer}.product .product-image .badge-container-label{padding:8px 8px;letter-spacing:.1rem;position:absolute;top:0;left:0;display:flex;gap:5px;flex-wrap:wrap}.product .product-image .badge-container-label .badge-label{color:white;padding:3px 8px;background-color:#000;text-transform:uppercase;font-size:11px !important}.product .product-image .badge-container-label .badge-sale{color:#fff;background-color:var(--branding-red)}.product .product-image .group-product-overlay-container{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .3s ease;flex-direction:column;display:flex;gap:5px}.product .product-image:hover .group-product-overlay-container{opacity:1}.product .product-image .group-product-overlay-container button{background-color:#ffffffcc;border:0;border-radius:0;line-height:0;padding:5px !important;cursor:pointer}.product .product-image:hover .group-product-overlay-container button:hover{background-color:var(--branding-accent-color)}.product .product-image .variant-container{position:absolute;bottom:0;background:#faf9f8;width:100%;transition:.5s ease;opacity:0;padding:5px;text-align:center}.product .product-image:hover .variant-container{opacity:1}.product .product-image .variant-container img{width:25px;height:25px;border-radius:50%;object-fit:cover;margin:2px}.product .product-image .variant-container img:hover{width:25px;height:25px;border-radius:50%;object-fit:cover;cursor:pointer;border:1px solid #797979}.product .product-content{margin:10px 5px}.product .product-content .review-star-container{display:flex;justify-content:space-between;font-size:12px;margin-bottom:10px;align-items:center}.product .product-content .product-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:black;font-size:14px !important;font-weight:400}.product .product-content .product-title:hover{text-decoration:underline !important;color:black}.product .product-content .product-description{font-size:11px !important;height:50px;max-height:50px;overflow:hidden}.product .product-content .product-description:empty{display:none}.product .product-content .product-price{display:flex;align-items:center}.product .product-content .product-price .saleprice{color:var(--branding-red);font-weight:600}.product .product-content .product-price .saleprice del{color:black;font-weight:400 !important;opacity:.5;font-size:12px !important}.product-grid{margin-top:20px;justify-items:center;display:grid;width:100%;gap:10px;grid-template-columns:repeat(auto-fill,minmax(225px,1fr))}.product-small{margin-top:15px;display:flex;justify-content:flex-start;flex-direction:column;width:100%;max-width:250px}.product-small .product-image{position:relative;display:inline-block;overflow:hidden;transition:transform .3s ease}.product-small .product-image img{aspect-ratio:1/1;position:relative;display:inline-block;overflow:hidden;transition:transform .3s ease;object-fit:cover;width:100%}.product-small .product-image img:hover{transform:scale(1.02);cursor:pointer}.product-small .product-image .badge-container-label{padding:8px 8px;letter-spacing:.1rem;position:absolute;top:0;left:0;display:flex;gap:5px;flex-wrap:wrap}.product-small .product-image .badge-container-label .badge-label{color:white;padding:3px 8px;background-color:#000;text-transform:uppercase;font-size:11px !important}.product-small .product-image .badge-container-label .badge-sale{color:#fff;background-color:var(--branding-red)}.product-small .product-content{margin-top:10px}.product-small .product-content .product-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:inherit;font-size:14px !important;font-weight:400}.product-small .product-content .product-title:hover{color:var(--branding-secondary);text-decoration:none}.product-small .product-content .product-price{display:flex;align-items:center;margin-top:10px}.product-small .product-content .product-price .saleprice{color:inherit;font-weight:600}.product-small .product-content .product-price .saleprice del{color:inherit;font-weight:400 !important;opacity:.5;font-size:12px !important}