.ingredient-card{flex-direction:column;width:100%;min-width:110px;display:flex;position:relative}.ingredient-card .card-header .ingredient-image{border:none;width:100%;min-width:110px;height:80px;margin:0 auto}.ingredient-card .card-body{text-align:center;flex-direction:column;flex:1;justify-content:space-between;padding:6px 4px;display:flex}.ingredient-card .card-body .ingredient-title .ingredient-qty{display:block}.ingredient-card .card-body .ingredient-price{color:#32d066;padding-top:8px;display:block}.ingredient-card .card-footer .add-to-cart-btn{background-color:#fff;border:1px solid #ebebeb;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:100%;padding:8px;display:flex;box-shadow:0 1px 2px #3333330a,0 2px 4px #3333330a}.ingredient-card .card-footer .add-to-cart-btn:hover{border-color:#d1d1d1}.ingredient-card .card-footer .add-to-cart-btn .icon{font-size:15px}
.product-card{z-index:0;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;gap:12px;width:100%;height:100%;margin-bottom:16px;padding:12px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.product-card .product-card-checkbox{z-index:1;position:absolute}.product-card .product-card-checkbox svg{fill:#32d066}.product-card .image-wrapper{border-bottom-right-radius:0;border-bottom-left-radius:0}.product-card .card-header{position:relative}.product-card .card-header,.product-card .card-header .product-image{border-radius:48px}.product-card .card-header .product-image{border:none;width:134px;height:134px;margin:0 auto}.product-card .card-header .promotion-ribbon:before{border-width:20px;border-color:#fb3748;border-radius:999px}.product-card .card-header .promotion-ribbon .icon{top:10px;left:10px}.product-card .card-header .product-corner-arrows{pointer-events:none;z-index:2;justify-content:space-between;align-items:center;width:180px;padding:0 6px;display:flex;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.product-card .card-header .product-corner-arrows .product-swap-btn{pointer-events:auto;-webkit-tap-highlight-color:#0000;color:#32d066;width:26px;min-width:26px;height:26px;box-shadow:none;background:#ffffff1f;border:none;border-radius:999px;margin:0;padding:0;transition:none;position:relative;transform:none}.product-card .card-header .product-corner-arrows .product-swap-btn:before{content:"";position:absolute;inset:-8px}.product-card .card-header .product-corner-arrows .product-swap-btn:hover:not(:disabled),.product-card .card-header .product-corner-arrows .product-swap-btn:focus:not(:disabled),.product-card .card-header .product-corner-arrows .product-swap-btn:active:not(:disabled){box-shadow:none;opacity:1;background:#ffffff1f;transform:none}.product-card .card-header .product-corner-arrows .product-swap-btn:disabled{opacity:.4}.product-card .card-header .product-corner-arrows .product-swap-btn svg{pointer-events:none;font-size:16px}.product-card .card-header{transition:filter .4s,opacity .4s}.product-card .card-body{text-align:center;flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:4px;padding:6px 4px;display:flex}.product-card .card-body .product-title{height:60px}.product-card .card-body .product-title .product-qty{white-space:nowrap;display:inline}.product-card .card-body .price-container{justify-content:flex-end;min-height:calc(2lh + 4px)}.product-card .card-body .price-container .product-price{color:#1c7238;font-weight:500}.product-card:has(.quantity-controls) .quantity-controls{padding:10px}@media (max-width:569px){.product-card .card-header .product-corner-arrows{width:170px;padding:0 4px;bottom:-12px}.product-card .card-header .product-corner-arrows .product-swap-btn{width:24px;min-width:24px;height:24px}.product-card .card-header .product-corner-arrows .product-swap-btn:before{inset:-10px}.product-card .card-header .product-corner-arrows .product-swap-btn svg{font-size:14px}}
