body:has(.drawer.active){overflow:hidden}.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;visibility:hidden;transition:visibility .3s ease}.drawer.active{visibility:visible}.drawer.active .drawer__inner{animation:openCart .2s forwards}.drawer.active .drawer__inner .drawer__empty{overflow-x:hidden;overflow-y:auto}@keyframes openCart{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a2827cc}.drawer.loading .cart-drawer__container{background-color:#fff}@media screen and (max-width: 440px){.cart-drawer__container{width:100%}}.drawer__inner{height:100%;width:100%;max-width:450px;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;animation:closeCart .3s forwards;overflow:auto}@keyframes closeCart{0%{transform:translate(0)}to{transform:translate(100%)}}.drawer__inner.has-overflow{max-width:466px}.drawer__inner::-webkit-scrollbar{background-color:#fff;width:16px}.drawer__inner::-webkit-scrollbar-track{background-color:#fff}.drawer__inner::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;border:5px solid #fff}.drawer__empty-header{display:flex;justify-content:end;align-items:center;padding-top:20px;padding-inline:18px;margin-bottom:71px}.drawer__close{display:contents;cursor:pointer}.drawer__close svg{width:21px;height:24px}.drawer__empty-body{display:flex;flex-direction:column;align-items:center;padding-inline:28px 27px;padding-bottom:20px}.drawer__empty-title{color:#2a2827;text-align:center;font-family:GrandSlang;font-size:clamp(40px,3vw,45px);font-style:normal;font-weight:400;line-height:78%;margin-bottom:15px;letter-spacing:.4px}.drawer__empty-subtitle{color:#2a2827;text-align:center;font-family:DM Sans;font-size:clamp(16px,2vw,18px);font-style:normal;font-weight:400;line-height:110%;margin-bottom:34px}.drawer__empty-image{width:100%;height:clamp(230px,37vh,360px);overflow:hidden;display:none}.drawer__empty-image>img{width:100%;height:100%;object-fit:cover;object-position:center}.drawer__empty-image img{height:100%;width:100%;object-fit:contain;overflow:visible}@media screen and (min-width: 1800px){.drawer__empty-image img{object-position:-28px -5px;object-fit:cover}}.drawer__benefits{padding:0;margin:-30px 0 37px;list-style:none;display:flex;gap:clamp(0px,2vw,25px);display:none}.drawer__benefit{display:flex;flex-direction:column;align-items:center;gap:12px}.drawer__benefit img{height:52px;width:52px}.drawer__benefit-text{color:#2a2827;text-align:center;width:80px;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:99%}.drawer__cta{width:100%;margin-bottom:12px}.drawer__cta a{padding-block:18px 19px;border-radius:99px;background:#2a2827;color:#fff;width:100%;gap:8px}.drawer__cta a svg{width:23.054px;height:18px}.drawer__rating{display:flex;gap:8px;align-items:center}.drawer__stars{display:flex;gap:2px}.drawer__stars svg{width:22px;height:22px}.drawer__rating_text{color:#2a2827;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:.15px}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:6px 18px;border-bottom:2px solid #2a2827}.drawer__item__content{display:flex;align-items:center;gap:14px}.drawer__title{color:#2a2827;font-family:GrandSlang;font-size:32px;font-style:normal;font-weight:400;display:inline;margin-right:15px}.drawer__count{color:#2a2827;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:400;line-height:110%}.drawer__body{padding:30px 19px 30px 24px;height:100%;overflow:auto}.drawer__body::-webkit-scrollbar{background-color:#fff;width:16px}.drawer__body::-webkit-scrollbar-track{background-color:#fff}.drawer__body::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;border:5px solid #fff}.drawer__body form{display:flex;flex-direction:column;gap:20px;height:100%}.drawer__body form.has_recommendation{height:calc(100% - 100px)}.drawer__body .drawer__item{display:flex;flex-direction:column}.drawer__item-image{width:110px;height:110px;border-radius:8px;border:1.5px solid #2a2827;overflow:hidden}.drawer__item-image img{width:100%;height:100%;object-fit:cover}.drawer__item-details>a{display:flex;justify-content:space-between;align-items:start;gap:10px}.drawer__item-title{color:#2a2827;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;letter-spacing:.1px}.drawer__item-description{color:#2a2827;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:11px}.drawer__item-type{color:#c8aa88;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:15px}.drawer__item-qnt-price,.drawer__item-quantity{display:flex;justify-content:space-between;align-items:center}.drawer__item-price{color:#2a2827;text-align:right;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:400;line-height:1}.drawer__item-price.crossed{text-decoration:line-through;margin-left:5px}.drawer__subscription{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding:10px 16px;margin-right:5px;border-radius:8px;border:2px solid #2a2827}.drawer__subscription-text{letter-spacing:-.8px}.drawer__upsell{padding-inline:24px;padding-bottom:16px}.drawer__upsell-product{display:flex;gap:14px;align-items:center;padding:3px 16px 3px 4px;border-radius:8px;border:2px solid #2a2827;background:#fff}.drawer__upsell-image{height:80px;width:80px;border-radius:5px;overflow:hidden}.drawer__upsell-image img{width:100%;height:100%;object-fit:cover}.drawer__upsell-details{display:flex;justify-content:space-between;align-items:center;flex-grow:1}.drawer__upsell-content{display:flex;flex-direction:column;justify-content:space-around;gap:0;min-height:40px}.drawer__upsell-title{color:#2a2827;font-family:DM Sans;font-size:16px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.1px}.drawer__upsell-price{color:#2a2827;font-family:DM Sans;font-size:15px;font-style:normal;font-weight:400;line-height:1}.drawer__footer{padding:16px 23px;border-top:2px solid #2a2827}.drawer__total-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.drawer__subtotal-title{color:#2a2827;font-family:DM Sans;font-size:16px;font-style:normal;font-weight:500;line-height:110%}.drawer__subtotal-value{color:#2a2827;text-align:right;font-family:DM Sans;font-size:16px;font-style:normal;font-weight:500;line-height:110%}.drawer__checkout-cta{border-radius:99px;border:1.5px solid #2a2827;background:#2a2827;color:#fff;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:17px;width:100%;height:55px;transition:transform .2s ease}.drawer__checkout-cta:hover{transform:scale(1.02)}.drawer__checkout-cta svg{width:16px;height:20px}.drawer_payment-methods{display:flex;align-items:center;justify-content:center;gap:5px}.drawer_payment-methods svg{width:36px;height:24px}.drawer__item-quantity-remove{color:var(--Off-black, #272727);font-family:DM Sans;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.drawer_free_shipping{padding:20px;background:#cbb599;color:var(--Off-black, #272727);font-family:DM Sans;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.drawer_free_shipping strong,.drawer_free_shipping b{text-decoration:underline}.drawer_free_shipping a{font-weight:700;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width: 768px){.drawer__empty-header{padding-inline:14px;padding-top:14px;margin-bottom:40.75px}.drawer__title{line-height:174%}.drawer__close svg{width:19.25px;height:22px}.drawer__empty-body{padding-inline:15px}.drawer__empty-title{margin-bottom:11px;letter-spacing:.2px}.drawer__empty-subtitle{margin-bottom:38.75px}.drawer__empty-image{height:231.095px;position:relative;z-index:100}.drawer__empty-image img{object-position:2px -3px;overflow:visible;object-fit:contain}.drawer__benefits{margin:-66px 0 56.5px;gap:0px}.drawer__benefit{gap:4px;position:relative;z-index:10}.drawer__benefit img{height:42px;width:42px}.drawer__benefit-text{font-size:13px;margin-top:3px;width:90px}.drawer__cta{margin-bottom:5px}.drawer__cta a{padding-block:17px 18px}.drawer__cta a svg{width:19.212px;height:15px}.drawer__rating{gap:6px}.drawer__stars{gap:1.5px}.drawer__stars svg{width:20px;height:20px}.drawer__rating_text{font-size:13px;letter-spacing:0px}.drawer__header{padding:1px 15px 2.097px 13px}.drawer__body{padding:20px 15px}.drawer__item-qnt-price{margin-bottom:8px}.drawer__item-image{width:95px;height:95px}.drawer__item-title{font-size:16px}.drawer__item-description{margin-bottom:5px}.drawer__item-description,.drawer__item-type{font-size:12px}.drawer__item-price{font-size:16px}.drawer__subscription{border-radius:8px;margin-top:13px;padding:2px 12px 2px 0}.drawer__subscription-text{font-size:14px;letter-spacing:0px;padding:10px 12px}.drawer__upsell{padding:15px}.drawer__upsell-product{padding:3px 13px 4px 4px;gap:12px}.drawer__upsell-image{height:70px;width:70px}.drawer__upsell-title,.drawer__upsell-price{font-size:14px}.drawer__footer{padding:12px 14px}.drawer__subtotal-title,.drawer__subtotal-value{font-size:14px}.drawer__checkout-cta{padding-block:15px 16px;font-size:16px;gap:6px;margin-bottom:8px}.drawer__checkout-cta svg{width:15px;height:19px}.drawer_payment-methods svg{width:30px;height:20px}}.drawer__loading{border:4px solid rgba(0,0,0,.1);border-left-color:transparent;border-radius:50%;display:none}cart-drawer.loading .drawer__loading{display:block}.drawer__loading{border:4px solid rgba(0,0,0,.1);border-left-color:transparent;width:33px;height:33px}.drawer__loading{border:4px solid rgba(0,0,0,.1);border-left-color:transparent;width:33px;height:33px;animation:spin89345 1s linear infinite}@media screen and (max-width: 768px){.drawer__loading{width:30px;height:30px}}@keyframes spin89345{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer__item-quantity-input{width:88px;display:flex;align-items:center;border-radius:24.025px;border:1px solid var(--Off-black, #272727)}.drawer__item-quantity-input button{height:100%;aspect-ratio:1/1;padding:5px 8px;border:none;outline:none;box-shadow:none;width:100%;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .2s ease-in-out}.drawer__item-quantity-input button:disabled{opacity:.3;cursor:not-allowed}.drawer__item-quantity-input input{padding:5px 8px;border-radius:24.025px;border:none;outline:none;box-shadow:none;width:100%;text-align:center}.drawer___recommended_product{display:flex;justify-content:flex-start;align-items:center;padding:5px 20px 5px 5px;border:2px solid #2a2827;border-radius:8px;margin-top:20px}.drawer___recommended_product>figure{width:70px;height:70px;overflow:hidden;border-radius:8px;margin:0;display:flex;justify-content:center;align-items:center}.drawer___recommended_product>figure>img{width:100%;height:100%;object-fit:cover;object-position:center}.drawer___recommended_product_info{margin-left:20px}.drawer___recommended_product_info>p{font-size:15px}.drawer___recommended_product_switch{margin-left:auto}
/*# sourceMappingURL=/cdn/shop/t/57/assets/0-cart-drawer.css.map */
