#js-mini-cart{padding:32px;position:fixed;bottom:31px;right:32px;border-radius:8px;flex-direction:column;box-shadow:0 0 10px 2px rgba(0,84,55,0.3);z-index:1000;max-width:430px;color:#2C2525;width:100%;max-width:392px;gap:24px}#js-mini-cart .js-hide-products{cursor:pointer;content:'';background-image:url("../images/xmark.png");width:19px;height:19px}#js-mini-cart .js-mini-cart-count{display:flex;justify-content:space-between;font-size:16px;line-height:1.2}#js-mini-cart .js-mini-cart-count .js-count-wrapper{line-height:120%}#js-mini-cart .js-mini-cart-count .js-count-wrapper.closed{text-decoration-line:underline;cursor:pointer}#js-mini-cart .js-mini-cart-count .js-count-wrapper.open{font-size:20px;font-weight:700}#js-mini-cart .js-mini-cart-text{font-size:16px;line-height:1.2;margin-bottom:24px}#js-mini-cart #js-mini-cart-products{display:flex;flex-direction:column;gap:24px}#js-mini-cart #js-mini-cart-products .crosssell-remove{content:'';background:url("../images/trash-can.png") right center no-repeat;color:#398D5C;cursor:pointer;width:29px;height:29px;margin-left:auto;order:2;cursor:pointer}#js-mini-cart .mini-cart-actions .checkout-next{flex:1;height:40px;padding:0px 24px;justify-content:center;align-items:center;gap:8px;margin-top:0;display:flex}#js-mini-cart .mini-cart-actions .checkout-next::after{content:'';background-image:url("../images/arrow-right.svg");width:22px;height:22px;margin-top:1px;position:relative}#js-mini-cart .mini-cart-actions .btn-back{content:'';background:url("../images/arrow-left.svg") center center no-repeat;width:40px;height:40px;border-radius:8px;border:2px solid #005437;margin-right:24px}
