.ingredient-card{width:100%;min-width:110px;display:flex;position:relative;flex-direction:column}.ingredient-card .card-header .ingredient-image{width:100%;min-width:110px;height:80px;margin:0 auto;border:none}.ingredient-card .card-body{text-align:center;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:6px 4px}.ingredient-card .card-body .ingredient-title .ingredient-qty{display:block}.ingredient-card .card-body .ingredient-price{display:block;color:#32d066;padding-top:8px}.ingredient-card .card-footer .add-to-cart-btn{display:flex;justify-content:center;align-items:center;gap:4px;width:100%;padding:8px;background-color:#fff;border:1px solid #ebebeb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(51,51,51,.0392156863),0 2px 4px 0 rgba(51,51,51,.0392156863)}.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{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);box-shadow:0 8px 24px rgba(0,0,0,.1);position:relative;z-index:0;width:100%;display:flex;flex-direction:column;cursor:pointer;padding:12px;gap:12px;border-radius:16px;margin-bottom:16px;overflow:hidden;height:100%}.product-card .product-card-checkbox{position:absolute;z-index:1}.product-card .product-card-checkbox svg{fill:#32d066}.product-card .image-wrapper{border-bottom-left-radius:0;border-bottom-right-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{width:134px;height:134px;margin:0 auto;border:none}.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{position:absolute;left:50%;bottom:-14px;transform:translateX(-50%);width:180px;padding:0 6px;display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:2}.product-card .card-header .product-corner-arrows .product-swap-btn{position:relative;width:26px;height:26px;min-width:26px;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0;margin:0;border-radius:999px;background:hsla(0,0%,100%,.12);color:#32d066;border:none;box-shadow:none;transition:none;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:active: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:hover:not(:disabled){background:hsla(0,0%,100%,.12);box-shadow:none;transform:none;opacity:1}.product-card .card-header .product-corner-arrows .product-swap-btn:disabled{opacity:.4}.product-card .card-header .product-corner-arrows .product-swap-btn svg{font-size:16px;pointer-events:none}.product-card .card-header{transition:filter .4s ease,opacity .4s ease}.product-card .card-body{text-align:center;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:6px 4px;gap:4px}.product-card .card-body .product-title{height:60px}.product-card .card-body .product-title .product-qty{display:inline;white-space:nowrap}.product-card .card-body .price-container{min-height:calc(2lh + 4px);justify-content:flex-end}.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{bottom:-12px;width:170px;padding:0 4px}.product-card .card-header .product-corner-arrows .product-swap-btn{width:24px;height:24px;min-width: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}}