.product-card{cursor:pointer;background-color:#fff;border:2px dashed #742e38;border-radius:10px;flex-direction:column;flex:1;height:auto;display:flex;position:relative}.product-card:hover{border-bottom-color:#0000;border-radius:10px 10px 0 0;box-shadow:5px 5px 10px #00000040}.product-card:hover .actions{opacity:1;visibility:visible;pointer-events:auto}.product-card .actions{box-sizing:border-box;color:#fff;opacity:0;visibility:hidden;pointer-events:none;z-index:12;background-color:#742e38;border-radius:0 0 10px 10px;width:100%;position:absolute;bottom:0;left:0;overflow:hidden;transform:translateY(100%)scaleX(101%);box-shadow:5px 5px 10px #00000040}.product-card .actions .container{border:2px dashed #fff;border-radius:0 0 10px 10px;flex-direction:row;justify-content:space-between;align-items:center;padding:16.7px 15px 15px;display:flex}.product-card .actions .container>div{flex-direction:row;align-items:center;display:flex}.product-card .actions .container>div svg{cursor:pointer}.product-card .actions .container>div:first-child{letter-spacing:0%;-webkit-user-select:none;user-select:none;cursor:pointer;gap:7.5px;font-family:Century Gothic;font-size:14px;font-weight:600;line-height:100%}.product-card .actions .container>div:first-child svg{font-size:large}.product-card .actions .container>div:last-child{letter-spacing:0%;-webkit-user-select:none;user-select:none;gap:15px;font-family:Century Gothic;font-size:16px;font-weight:600;line-height:140%}.product-card .actions .container>div:last-child svg{font-size:24px}.product-card .labels{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.product-card .labels .labels-container{position:relative}.product-card .new-ribbon{color:#fff;letter-spacing:0%;z-index:10;text-align:center;background:#742e38;padding:5px 50px;font-family:Century Gothic,sans-serif;font-size:14px;font-weight:400;line-height:100%;position:absolute;top:18px;left:-50px;transform:rotate(-45deg);box-shadow:0 1px 3px #0003}.product-card svg.favorite-icon{color:#828282;cursor:pointer;font-size:20px;position:absolute;top:18px;right:16.6px}.product-card svg.favorite-icon.active{color:red}.product-card .img-container{box-sizing:border-box;flex:1;justify-content:center;align-items:center;min-height:250px;padding:35px 35px 20px;display:flex}.product-card img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;max-height:250px}.product-card .info{grid-template-rows:auto auto auto 1fr auto;grid-template-columns:1fr 100px;margin-top:auto;padding:15px;display:grid}.product-card .info .spacer{grid-area:4/1/auto/span 2}.product-card .info .brand-name{letter-spacing:0%;color:#828282;grid-area:1/1;margin-bottom:10px;font-family:Century Gothic,sans-serif;font-size:14px;font-weight:400;line-height:100%}.product-card .info .product-name{letter-spacing:0%;color:#000;grid-area:2/1;margin-bottom:10px;font-family:Century Gothic,sans-serif;font-size:14px;font-weight:400;line-height:110%}.product-card .info>.in-stock{width:100%;letter-spacing:0%;text-align:end;color:#39b25b;grid-area:1/2;font-size:14px;font-weight:400;line-height:100%}.product-card .info>.in-stock.notInStock{color:#b23939}.product-card .info>.in-stock{margin-bottom:10px}.product-card .info .price-container{flex-direction:column;grid-area:2/2;align-items:flex-end;gap:8px;display:flex}.product-card .info .price-container .price{color:#000;font-family:Century Gothic,sans-serif;font-size:16px;font-weight:600;line-height:20px}.product-card .info .price-container .original-price{color:#ff6b6b;font-family:Century Gothic,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-decoration:line-through}.product-card .info .select-container{grid-area:5/1/auto/span 2;width:100%;position:relative}.product-card .info .select-container.open .custom-select{border:1px solid #742e38;border-bottom:none}.product-card .info .select-container .custom-select{cursor:pointer;box-sizing:border-box;background-color:#fff;border-radius:5px 5px 0 0;justify-content:space-between;align-items:center;width:100%;padding:5px;font-family:Century Gothic,sans-serif;font-size:14px;display:flex}.product-card .info .select-container .custom-select.in-stock{color:#000}.product-card .info .select-container .custom-select.out-of-stock{color:#888}.product-card .info .select-container .custom-select .dropdown-arrow{border-top:6px solid #828282;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .2s}.product-card .info .select-container .custom-select .dropdown-arrow.open{transform:rotate(180deg)}.product-card .info .select-container .dropdown-options{box-sizing:border-box;z-index:1000;background-color:#fff;border:1px solid #742e38;border-top:none;border-radius:0 0 5px 5px;max-height:150px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.product-card .info .select-container .dropdown-options .option{-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:space-between;align-items:center;padding:10px 12px;font-family:Century Gothic,sans-serif;font-size:14px;transition:all .2s;display:flex}.product-card .info .select-container .dropdown-options .option:not(:last-child){border-bottom:1px solid #f0f0f0}.product-card .info .select-container .dropdown-options .option.in-stock{color:#000;opacity:1}.product-card .info .select-container .dropdown-options .option.in-stock:hover{background-color:#f8f8f8}.product-card .info .select-container .dropdown-options .option.out-of-stock{color:#888;opacity:.6}.product-card .info .select-container .dropdown-options .option.out-of-stock:hover{background-color:#f8f8f8}.product-card .info .select-container .dropdown-options .option.selected{background-color:#f0f0f0}.product-card .info .select-container .dropdown-options .option .stock-label{color:#b23939;margin-left:8px;font-size:12px}
/*# sourceMappingURL=a64f1d10fb7dd97a.css.map*/