.cart-drawer{position:fixed;top:0;right:0;width:100%;height:100%;z-index:1000;visibility:hidden;opacity:0;transition:visibility .3s ease,opacity .3s ease}.cart-drawer--open{visibility:visible;opacity:1}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;cursor:pointer}.cart-drawer__content{position:absolute;top:0;right:0;width:375px;height:100%;background-color:#fff;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;padding:24px 16px;box-sizing:border-box}.cart-drawer--open .cart-drawer__content{transform:translate(0)}.cart-drawer__content--loading{pointer-events:none}.cart-drawer__content--loading .cart-drawer__items{opacity:.5}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cart-drawer__title{font-family:PlainLP;font-weight:500;font-size:20px;line-height:1.2;color:#000;margin:0}.cart-drawer__close{display:flex;justify-content:center;align-items:center;width:36px;height:36px;background-color:#f2f0eb;border:none;border-radius:100px;cursor:pointer;padding:0}.cart-drawer__close svg{width:14px;height:auto}.cart-drawer__close:hover{background-color:#e8e3da}.cart-drawer__separator{width:100%;height:1px;background-color:#e8e3da;margin:20px 0}.cart-drawer__empty{margin-top:-8px;margin-bottom:38px}.cart-drawer__items{margin-bottom:40px}.cart-drawer__item{display:flex;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--color-warm-gray-neutral-300)}.cart-drawer__item-left{flex:0 0 100px}.cart-drawer__item-middle{flex:1}.cart-drawer__item-image{width:100px;height:100px;background-color:var(--color-warm-gray-neutral-200);border-radius:10px;margin-bottom:8px}.cart-drawer__item-image img{width:100%;height:100%;object-fit:contain}.cart-drawer__item-title{font-family:PlainLP;font-weight:400;font-size:16px;line-height:1.4;color:#000;margin:0 0 8px}.cart-drawer__item-description{font-family:PlainLP;font-weight:400;font-size:12px;line-height:1.4;color:#464646;margin:0}.cart-drawer__item-detail{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:12px;line-height:1;color:var(--color-warm-gray-neutral-700)}.cart-drawer__item-detail svg{display:block;width:18px;height:auto}.cart-drawer__item-price{display:flex;flex-direction:column;align-items:flex-end}.cart-drawer__item-price-compare{font-family:PlainLP;font-weight:400;font-size:13px;line-height:1.4;color:#464646;text-decoration:line-through;opacity:.6}.cart-drawer__item-price-current{font-family:PlainLP;font-weight:700;font-size:15px;line-height:1.4;color:#0f5f21}.cart-drawer__quantity{display:flex;align-items:center;gap:8px;border:1px solid #e8e3da;border-radius:5px;padding:8px 12px;width:100px;max-width:100px}.cart-drawer__quantity-remove,.cart-drawer__quantity-add{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0}.cart-drawer__quantity-value{font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;color:#181716;min-width:8px;text-align:center}.cart-drawer__item-remove{display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;border:none;background:none;cursor:pointer;margin-left:auto;margin-top:4px;padding:4px 0 0 4px}.cart-drawer__item-remove svg{width:16px;height:auto}.cart-drawer__promo{margin-bottom:24px}.cart-drawer__promo-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:8px}.cart-drawer__promo-text{font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;color:#0f5f21}.cart-drawer__promo-form{display:flex;align-items:center;background-color:#f2f0eb;border-radius:5px;padding:6px 8px 6px 16px;gap:8px}.cart-drawer__promo-input{flex:1;border:none;background:none;font-family:PlainLP;font-weight:400;font-size:18px;line-height:1.4;color:#181716;outline:none}.cart-drawer__promo-input::placeholder{color:#181716}.cart-drawer__promo-submit{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#0f5f21;border:none;border-radius:100px;cursor:pointer;padding:0}.cart-drawer__subtotal{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.cart-drawer__subtotal-line{display:flex;justify-content:space-between;gap:12px}.cart-drawer__subtotal-label,.cart-drawer__subtotal-value{font-family:PlainLP;font-weight:400;font-size:16px;line-height:1.4;color:#000}.cart-drawer__total{display:flex;justify-content:space-between;gap:12px;margin-bottom:24px}.cart-drawer__total-label,.cart-drawer__total-value{font-family:PlainLP;font-weight:700;font-size:16px;line-height:1.4;color:#000}.cart-drawer__checkout{display:flex;justify-content:center;align-items:center;width:100%;padding:12px 45px 14px;background-color:#0f5f21;border:none;border-radius:5px;color:#fff;font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;cursor:pointer;margin-bottom:48px;text-decoration:none}.cart-drawer__checkout:hover{background-color:#0e5520}.cart-drawer__additional{margin-bottom:40px}.cart-drawer__additional-header{margin-bottom:24px}.cart-drawer__additional-title{font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;color:#181716;margin:0 0 8px}.cart-drawer__additional-subtitle{font-family:PlainLP;font-weight:400;font-size:18px;line-height:1.4;color:#272726;margin:0}.cart-drawer__additional-products{display:flex;flex-direction:column;gap:24px}.cart-drawer__product-card{background-color:#f2f0eb;border-radius:16px;padding:24px 16px}.cart-drawer__product-image{width:216px;height:200px;margin:0 auto 16px;border-radius:10px;overflow:hidden}.cart-drawer__product-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-drawer__product-title{color:#272726;margin:0}.cart-drawer__product-price{font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;color:#181716}.cart-drawer__product-description{font-family:PlainLP;font-weight:400;font-size:18px;line-height:1.4;color:#464646;margin:0 0 16px}.cart-drawer__product-options{display:flex;flex-direction:column;gap:20px}.cart-drawer__product-finish{display:flex;flex-direction:column;gap:8px}.cart-drawer__product-finish-label{font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;color:#181716}.cart-drawer__product-finish-selectors{display:flex;gap:8px}.cart-drawer__product-finish-option{display:flex;align-items:center;gap:12px;padding:18px 16px;border:1px solid #a4a09b;border-radius:8px;cursor:pointer;background-color:#f2f0eb}.cart-drawer__product-finish-option--selected{border-color:#464646;background-color:#fff}.cart-drawer__product-finish-circle{width:20px;height:20px;border-radius:50%;position:relative}.cart-drawer__product-finish-option--selected .cart-drawer__product-finish-circle{border:1px solid #181716;background-color:#fff}.cart-drawer__product-finish-option--selected .cart-drawer__product-finish-circle:after{content:"";position:absolute;top:5px;left:5px;width:10px;height:10px;background-color:#181716;border-radius:50%}.cart-drawer__product-finish-option:not(.cart-drawer__product-finish-option--selected) .cart-drawer__product-finish-circle{border:1px solid #a4a09b;background-color:#f2f0eb}.cart-drawer__product-finish-text{font-family:PlainLP;font-weight:400;font-size:18px;line-height:1.4;color:#181716}.cart-drawer__product-finish-option:not(.cart-drawer__product-finish-option--selected) .cart-drawer__product-finish-text{color:#464646}.cart-drawer__product-actions{display:flex;gap:8px}.cart-drawer__product-actions .cart-drawer__quantity-selector{height:45px}.cart-drawer__product-actions .cart-drawer__quantity-selector-input{font-size:18px}.cart-drawer__product-add{display:flex;justify-content:center;align-items:center;padding:10px 45px;background-color:#0f5f21;border:none;border-radius:5px;color:#fff;font-family:PlainLP;font-weight:700;font-size:18px;line-height:1.4;cursor:pointer;flex:1}.cart-drawer__product-add:hover{background-color:#0e5520}@media screen and (max-width:450px){.cart-drawer__content{width:100%;padding:24px 16px}}.cart-drawer__product-controls{margin-top:16px}.cart-drawer__product-options{margin-top:auto}.cart-drawer__product-finish-label{display:block;color:var(--color-warm-gray-neutral-800)}.cart-drawer__product-finish-options{display:flex;gap:6px;flex-wrap:wrap}.cart-drawer__finish-selector{display:block;cursor:pointer}.cart-drawer__finish-selector-input{position:absolute;opacity:0;pointer-events:none}.cart-drawer__finish-selector-button{display:flex;align-items:center;gap:8px;padding:16px 22px;border:1px solid var(--color-warm-gray-neutral-500);border-radius:6px;background:var(--color-warm-gray-neutral-200);transition:all .2s ease;font-size:14px}.cart-drawer__finish-selector-input:checked+.cart-drawer__finish-selector-button{border-color:var(--color-warm-gray-neutral-500);background:var(--color-warm-gray-neutral-100)}.cart-drawer__finish-selector-color{width:16px;height:16px;border-radius:50%;border:1px solid var(--color-warm-gray-neutral-800);background:var(--color-warm-gray-neutral-100);position:relative;flex-shrink:0}.cart-drawer__finish-selector-input:checked+.cart-drawer__finish-selector-button .cart-drawer__finish-selector-color:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:var(--color-warm-gray-neutral-800)}.cart-drawer__finish-selector-text{color:var(--color-warm-gray-neutral-500)}.cart-drawer__finish-selector-input:checked+.cart-drawer__finish-selector-button .cart-drawer__finish-selector-text{color:var(--color-warm-gray-neutral-800)}.cart-drawer__product-actions{display:flex;gap:8px;align-items:center}.cart-drawer__quantity-selector{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border:1px solid var(--color-warm-gray-neutral-500);border-radius:5px;background:var(--color-warm-gray-neutral-200);width:80px;height:32px}.cart-drawer__quantity-selector-button{background:none;border:none;color:var(--color-lilypad-300);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease;width:100%;height:100%;padding:0}.cart-drawer__quantity-selector-button:hover{color:var(--color-lilypad-500)}.cart-drawer__quantity-selector-input{border:none;background:none;text-align:center;font-weight:700;font-size:14px;color:var(--color-warm-gray-neutral-800);-webkit-appearance:none;appearance:none;width:100%;height:100%;padding:0}.cart-drawer__quantity-selector-input::-webkit-outer-spin-button,.cart-drawer__quantity-selector-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__quantity-selector-input:focus{outline:none}.cart-drawer__product-add-to-cart{flex:0 1 auto;padding:10px 45px;background:var(--color-lilypad-300);color:var(--color-warm-gray-neutral-100);border:none;border-radius:5px;font-weight:700;font-size:18px;cursor:pointer;transition:background-color .2s ease;height:45px}.cart-drawer__product-add-to-cart:hover{background:var(--color-lilypad-500)}.cart-drawer__product-add-to-cart:disabled{background:var(--color-warm-gray-neutral-400);cursor:not-allowed}@media screen and (min-width:768px){.cart-drawer__content{width:400px}}@media screen and (min-width:1024px){.cart-drawer__content{width:450px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-drawer.css.map */
