.product-card{height:100%;position:relative}.product-card.removable .favorite-toggle{display:none}.product-card .remove-btn{z-index:3;border:1px solid var(--border-color);cursor:pointer;width:28px;height:28px;box-shadow:var(--shadow-sm);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:8px;right:8px}.product-card .remove-btn:hover{background:#fff;border-color:#e53935}.product-card .remove-btn:hover .remove-icon{background-color:#e53935}.product-card .remove-icon{background-color:var(--text-muted);width:12px;height:12px;-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='122.878px'%20height='122.88px'%20viewBox='0%200%20122.878%20122.88'%20enable-background='new%200%200%20122.878%20122.88'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M1.426,8.313c-1.901-1.901-1.901-4.984,0-6.886c1.901-1.902,4.984-1.902,6.886,0l53.127,53.127l53.127-53.127%20c1.901-1.902,4.984-1.902,6.887,0c1.901,1.901,1.901,4.985,0,6.886L68.324,61.439l53.128,53.128c1.901,1.901,1.901,4.984,0,6.886%20c-1.902,1.902-4.985,1.902-6.887,0L61.438,68.326L8.312,121.453c-1.901,1.902-4.984,1.902-6.886,0%20c-1.901-1.901-1.901-4.984,0-6.886l53.127-53.128L1.426,8.313L1.426,8.313z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='122.878px'%20height='122.88px'%20viewBox='0%200%20122.878%20122.88'%20enable-background='new%200%200%20122.878%20122.88'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M1.426,8.313c-1.901-1.901-1.901-4.984,0-6.886c1.901-1.902,4.984-1.902,6.886,0l53.127,53.127l53.127-53.127%20c1.901-1.902,4.984-1.902,6.887,0c1.901,1.901,1.901,4.985,0,6.886L68.324,61.439l53.128,53.128c1.901,1.901,1.901,4.984,0,6.886%20c-1.902,1.902-4.985,1.902-6.887,0L61.438,68.326L8.312,121.453c-1.901,1.902-4.984,1.902-6.886,0%20c-1.901-1.901-1.901-4.984,0-6.886l53.127-53.128L1.426,8.313L1.426,8.313z'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product-card .link{flex-direction:column;height:100%;display:flex}.product-card .image-wrap{flex-shrink:0;position:relative}.product-card .favorite-toggle{z-index:2;position:absolute;top:8px;right:8px}.product-card .image{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%}.product-card .cert,.product-card .tag{text-transform:uppercase;background:var(--card-bg);border-radius:4px;padding:2px 6px;font-size:.5625rem;font-weight:700;position:absolute;top:6px;left:6px}.product-card .cert{color:var(--success-color);background:#ffffffeb;top:auto;bottom:6px}.product-card .body{flex-direction:column;flex:1;min-height:0;padding:10px;display:flex}.product-card .sub{color:var(--text-muted);margin-bottom:2px;font-size:.625rem}.product-card .name{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:8px;font-size:.75rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card .foot{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:auto;display:flex}.product-card .price{color:var(--main-color);font-size:.8125rem;font-weight:700}.product-card .price-old{color:#aaa;font-size:.6875rem;text-decoration:line-through}.product-card .rating-wrap{color:var(--text-muted);align-items:baseline;gap:2px;margin-left:auto;font-size:.625rem;display:inline-flex}.product-card .rating:before{content:"★ "}.product-card .reviews{color:#aaa}@media only screen and (width>=1200px){.product-card .sub{font-size:.875rem}.product-card .name,.product-card .price{font-size:1rem}.product-card .price-old,.product-card .rating-wrap{font-size:.875rem}.product-card .cert,.product-card .tag{font-size:.75rem}}
