.card_product{position:relative;display:flex;flex-direction:column;width:100%;min-width:11.4375rem;max-width:16.875rem;background-color:#fff;border-radius:.75rem;box-shadow:0 0 1px rgba(36,36,36,.2),0 1px 2px rgba(36,36,36,.1);overflow:hidden;transition:box-shadow .2s ease}.card_product:hover{box-shadow:0 1px 3px rgba(36,36,36,.2),0 3px 6px rgba(36,36,36,.2)}.card_product__header{display:flex;align-items:flex-start;padding:.75rem .75rem .25rem}.card_product__header:has(.card_product__wishlist){padding-right:2rem}.card_product__badges{display:flex;flex-grow:1;gap:.25rem;min-width:0;white-space:nowrap;overflow:hidden;margin-right:.25rem;mask-image:linear-gradient(to right, #000 calc(100% - 1.5rem), transparent)}.card_product__wishlist{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:none;cursor:pointer;border-radius:9999px;transition:background-color .15s ease;z-index:1}.card_product__wishlist:hover{background-color:#deddd7}.card_product__wishlist_icon{width:1.25rem;height:1.25rem;color:#242424}.card_product__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.card_product__image_wrapper{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.card_product__image{width:100%;max-height:10rem;object-fit:contain}.card_product__content{display:flex;flex-direction:column;gap:.25rem;flex:1;padding:.5rem .75rem .75rem}.card_product__heading{margin:0;font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-weight:600;font-size:.875rem;line-height:1.25rem;color:#242424;font-size:1rem;line-height:1.5rem;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card_product__secondary_text{margin:0;font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-weight:400;font-size:.75rem;line-height:1rem;color:#a8a7a3}.card_product__availability{display:inline-flex;align-items:center;gap:.25rem;font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-size:.75rem;font-weight:600;line-height:1rem;color:#72716f}.card_product__availability--available{align-self:flex-start;padding:0 .25rem;border-radius:.25rem;background-color:#dff7ef;color:#167355}.card_product__availability--warning{align-self:flex-start;padding:0 .25rem;border-radius:.25rem;background-color:#fff4de;color:#9e5f0f}.card_product__availability_icon{width:1rem;height:1rem;flex-shrink:0}.card_product__price{font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-weight:600;font-size:1rem;line-height:1.5rem;color:#242424}.card_product__uvp_row{display:flex;align-items:center;gap:.5rem}.card_product__uvp{font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-weight:400;font-size:.875rem;line-height:1.25rem;color:#8d8c89}.card_product__feedback{position:absolute;top:2.75rem;right:.75rem;z-index:2;padding:.5rem .75rem;background-color:#e5533d;color:#fff;border-radius:.25rem;font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-size:.75rem;line-height:1rem;white-space:nowrap;animation:card-product-feedback-fade 3s ease forwards}@keyframes card-product-feedback-fade{0%,80%{opacity:1}100%{opacity:0}}