.bottom-cart-summary{position:fixed;bottom:calc(var(--bottom-cart-height)*-1);left:0;right:0;z-index:90;border-radius:30px 30px 0 0;background-color:var(--oui-white-100);box-shadow:0 -4px 24px 0 rgba(0,0,0,.16);height:var(--bottom-cart-height);padding:16px 20px;transition:bottom .3s ease-in-out;display:flex;flex-direction:column;gap:8px}.bottom-cart-summary.bottom-cart-summary.bottom-cart-open{bottom:0}.bottom-cart-summary.bottom-cart-summary.bottom-cart-open.bottom-cart-summary.bottom-cart-minimized{bottom:calc(-1*var(--bottom-navbar-height))}.bottom-cart-summary .bottom-cart-details{display:flex;align-items:center;gap:12px}.bottom-cart-summary .bottom-cart-details>.oui-button{margin-left:auto}.bottom-cart-summary .bottom-cart-offer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;border-radius:8px;background-color:#e5f7f1;color:#636363;padding:var(--oui-scale-3) var(--oui-scale-4)}.bottom-cart-summary .bottom-cart-offer .bold-text{font-weight:800}.bottom-cart-summary .cart-bg{padding:11px 9px 10px;border-radius:8px;background:linear-gradient(137deg,#fff 1.63%,#ebebeb 98.37%);width:40px;min-width:40px;height:40px;aspect-ratio:1}.bottom-cart-summary .cart-summary{color:#3c3c3c;display:flex;flex-direction:column;justify-content:center}.bottom-cart-summary .cart-summary .price-and-count{display:flex;align-items:center}.bottom-cart-summary .oui-button.open-cart-button{min-height:0;color:var(--oui-green-100);gap:4px;justify-content:flex-start}@media(min-width:900px){.bottom-cart-summary{display:none}}