.cart-component.blocked .btn-cart-remove,.cart-component.blocked .quantity-input button{opacity:.5}@-webkit-keyframes bar{0%{width:0}to{width:var(--width)}}@keyframes bar{0%{width:0}to{width:var(--width)}}.popup-cart-drawer .cart-recommendations{padding-bottom:16px;border-bottom:1px solid var(--miscellaneous)}.popup-cart-drawer .cart-recommendations .recommended-header-wrapper{margin-bottom:12px}.popup-cart-drawer .cart-recommendations .recommended-header-wrapper .recommended-title{font-weight:700;font-size:16px;line-height:24px;color:var(--text)}.popup-cart-drawer .cart-recommendations .recommended-header-wrapper .btn-recommendation-close svg{width:12px;height:auto}.popup-cart-drawer .cart-recommendations .product-card{border:1px solid var(--miscellaneous);border-radius:4px;padding:8px}.popup-cart-drawer .cart-recommendations .product-card .product-card_wrapper{gap:8px;flex-direction:row;padding:0 32px 0 0}.popup-cart-drawer .cart-recommendations .product-card .product-card_wrapper .product-card_header{flex:0 0 75px;margin-bottom:0}.popup-cart-drawer .cart-recommendations .product-card .product-name{font-weight:400;font-size:14px;line-height:21px;margin-bottom:12px}.popup-cart-drawer .cart-recommendations .product-card .product-price{font-weight:400;font-size:14px;line-height:21px;letter-spacing:.04em;text-transform:uppercase}.popup-cart-drawer .cart-recommendations .product-card .btn-wrapper{z-index:2;margin-right:6px}.popup-cart-drawer .cart-recommendations .product-card .btn-wrapper .btn-add-cart{transition:all .3s ease;background-color:transparent;padding:5px;border-radius:50%}.popup-cart-drawer .cart-recommendations .product-card .btn-wrapper .btn-add-cart svg{width:20px;height:auto;color:var(--icon)}.popup-cart-drawer .cart-recommendations .product-card .btn-wrapper .state-added svg{color:var(--highlight)}.popup-cart-drawer .cart-recommendations .product-card:hover,.popup-cart-drawer .cart-recommendations .product-card:hover .product-card_wrapper{background-color:var(--miscellaneous)}.popup-cart-drawer .cart-recommendations .product-card:hover .btn-add-cart{background-color:var(--primary-button-bg)}.popup-cart-drawer .cart-item-components .expand{transition:transform .3s ease-in-out}.popup-cart-drawer .cart-item-components .expand svg{width:16px;height:auto}.popup-cart-drawer .cart-item-components details[open] .expand{transform:rotate(-180deg)}.popup-cart-drawer .cart-item-components .cart-item-component{margin-top:8px;padding-top:8px}.popup-cart-drawer .cart-item-components .cart-item-component+.cart-item-component{border-top:1px solid var(--miscellaneous)}.popup-cart-drawer .btn-cart-remove.loading{cursor:not-allowed}.popup-cart-drawer .btn-cart-remove.loading>*{pointer-events:none}.popup-cart-drawer .btn-cart-remove.loading .icon-wrapper{opacity:0}.popup-cart-drawer .btn-cart-remove.loading .icon-loading-wrapper{opacity:1}.popup-cart-drawer.active{z-index:112!important}.popup-cart-drawer .btn-popup-close{padding:12px;margin-right:-12px;flex:0 0 40px;max-width:40px;display:flex;align-items:center;justify-content:center}.popup-cart-drawer .btn-popup-close svg{width:15px;height:auto}.popup-cart-drawer .cart-drawer{display:flex;flex-direction:column;align-items:stretch;height:100%}.popup-cart-drawer .popup-header{padding:24px 12px;gap:10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;background:var(--background);box-shadow:0 4px 10px #0000001a}.popup-cart-drawer .popup-header .cart-drawer-heading a{gap:10px;font-size:22px;line-height:1.5;letter-spacing:-.02em}.popup-cart-drawer .popup-header .cart-drawer-heading a svg{color:inherit}.popup-cart-drawer .popup-header .cart-drawer-heading a svg path{fill:currentColor}.popup-cart-drawer .popup-header .cart-drawer-heading .icon-cart{display:none}.popup-cart-drawer .popup-header .cart-drawer-heading .icon-cart-fill{display:block}.popup-cart-drawer .popup-header .cart-drawer-heading:has(.cart-count-text[data-count="0"]) .icon-cart{display:block}.popup-cart-drawer .popup-header .cart-drawer-heading:has(.cart-count-text[data-count="0"]) .icon-cart-fill{display:none}.popup-cart-drawer .popup-header .cart-drawer-heading .cart-count-text{display:flex;gap:5px}.popup-cart-drawer .popup-header .cart-drawer-heading .cart-count-text:before{content:attr(data-count)}.popup-cart-drawer .popup-header .cart-drawer-heading .cart-count-text:after{content:attr(data-other)}.popup-cart-drawer .popup-header .cart-drawer-heading .cart-count-text[data-count="1"]:after{content:attr(data-one)}.popup-cart-drawer .popup-content{width:100%;padding:0;display:block;max-width:100%}@media (min-width: 750px){.popup-cart-drawer .popup-content{max-width:400px}}.popup-cart-drawer .popup-body{padding:12px;height:100%;max-height:100%;overflow-x:hidden;overflow-y:auto;background:var(--background);color:var(--text)}.popup-cart-drawer .btn-continue{padding:16px 18px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.04em;border-radius:4px}.popup-cart-drawer .cart-drawer-items{display:grid;grid-template-columns:1fr;gap:12px}.popup-cart-drawer .cart-item{background:var(--background);color:var(--text);font-size:var(--body-fs);padding:8px}.popup-cart-drawer .cart-item svg{color:var(--icon)}.popup-cart-drawer .cart-item .picture-component{border:1px solid var(--subtext);border-radius:4px;overflow:hidden}.popup-cart-drawer .cart-item .cart-item-info{display:grid;grid-template-columns:85px 1fr;position:relative;gap:8px}.popup-cart-drawer .cart-item .cart-item-footer{grid-column:1/span 2}.popup-cart-drawer .cart-item .cart-item-title{font-weight:700;line-height:21px}.popup-cart-drawer .cart-item .cart-item-sku{color:var(--subtext)}.popup-cart-drawer .cart-item .cart-item-total{position:relative;margin:8px 0;padding-top:4px;display:flex;gap:8px;border-top:1px solid var(--miscellaneous)}.popup-cart-drawer .cart-item .cart-item-quantity{width:60%}.popup-cart-drawer .cart-item .cart-item-quantity .quantity-input{border-radius:4px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr 1fr}.popup-cart-drawer .cart-item .cart-item-quantity .quantity-input input{text-align:center}.popup-cart-drawer .cart-item .cart-item-quantity .quantity-input input[type=number]::-webkit-inner-spin-button,.popup-cart-drawer .cart-item .cart-item-quantity .quantity-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.popup-cart-drawer .cart-item .remove-button a{padding:12px}.popup-cart-drawer .cart-item:has(.cart-item-components) .cart-item-footer{border-top:1px solid var(--miscellaneous);padding-top:8px;margin-top:8px}.popup-cart-drawer .popup-footer{margin-top:auto;box-shadow:0 -4px 15px #0000001a;background:var(--background)}.popup-cart-drawer .popup-footer:has(.cart-summary-prices:empty) .cart-summary{display:none!important}.popup-cart-drawer .popup-footer .popup-footer-spacing{padding:12px}.popup-cart-drawer .popup-footer .free-shipping{margin:0 0 8px;display:block}.popup-cart-drawer .popup-footer .free-shipping .fs-text{text-align:center;font-size:14px;line-height:21px}.popup-cart-drawer .popup-footer .free-shipping .fs-bar{border-radius:20px;height:10px;background:#f2f2f3;display:block;margin:10px 0 0;position:relative}.popup-cart-drawer .popup-footer .free-shipping .fs-bar .progress-bar{background:var(--highlight);border-radius:5px;height:100%;position:absolute;left:0;top:0;transition:all .5s ease-out}.popup-cart-drawer .popup-footer .cart-button{gap:8px;margin-top:16px}.popup-cart-drawer .popup-footer .cart-button .btn{padding:9px 0;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:.04em;text-transform:uppercase;border-radius:4px}.popup-cart-drawer .popup-footer .cart-summary{font-size:14px}.popup-cart-drawer .popup-footer .cart-summary .expand{transition:transform .3s ease;transform:rotate(-180deg)}.popup-cart-drawer .popup-footer .cart-summary:has(details[open]) .state-active{display:block}.popup-cart-drawer .popup-footer .cart-summary:has(details[open]) .expand{transform:rotate(0)}.popup-cart-drawer .popup-footer .cart-summary:has(details[open]) .state-default{display:none}.popup-cart-drawer .popup-footer .cart-summary .cart-note-wrapper p{margin:0 0 8px}.popup-cart-drawer .popup-footer .cart-summary .cart-note-wrapper textarea{min-height:100px;height:auto;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--miscellaneous)}.popup-cart-drawer .popup-footer .cart-summary .cart-note-wrapper .cart-note-message{margin-bottom:16px}.popup-cart-drawer .popup-footer .cart-summary-header{margin-bottom:24px}.popup-cart-drawer .popup-footer .cart-summary-header-title{font-size:20px;line-height:24px}.popup-cart-drawer .popup-footer .btn-toggle-note{font-weight:400;font-size:14px;line-height:21px;letter-spacing:.04em;gap:10px}.popup-cart-drawer .popup-footer .btn-toggle-note svg{width:16px;height:auto}.popup-cart-drawer .popup-footer .cart-discounts span:nth-child(2){color:var(--subtext)}.popup-cart-drawer .cart-empty--title{text-align:center;margin-bottom:24px;font-weight:400;font-size:16px;line-height:24px;color:var(--text)}.popup-cart-drawer .quantity-input button:hover{background:var(--qty-btn-hover, #bfc1c2)}#cartNoti.active{z-index:113!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
