.custom-cart-drawer{width:100%;max-width:480px;height:100dvh;background-color:#eaf6f1;position:fixed;top:0;right:0;z-index:99;transform:translate(100%);transition:transform .3s ease-in-out}.custom-cart-drawer-open{transform:translate(0)}.custom-cart-drawer-overlay{width:100%;height:100dvh;background-color:#00000080;position:fixed;top:0;right:0;z-index:98;display:none}.custom-cart-drawer.custom-cart-drawer-open~.custom-cart-drawer-overlay{display:block}.custom-cart-drawer-header{background:#fff;padding:20px;display:flex;justify-content:space-between}.custom-cart-drawer-header-title h2{font-size:24px;color:#262626;text-transform:uppercase;line-height:1}.custom-cart-drawer-header-close-button{width:24px;height:24px;color:#000;cursor:pointer}.custom-cart-drawer-header-close-button svg{width:20px;height:20px;display:block}.custom-cart-drawer-inner{display:flex;flex-direction:column;height:100%}.custom-cart-drawer-empty{flex:1;display:flex;align-items:center}.custom-cart-drawer-empty-content{width:100%;padding:20px;text-align:center}.custom-cart-drawer-empty-content h2{font-size:24px;color:#262626;text-transform:capitalize;font-family:var(--body-font-family);font-weight:700}.custom-cart-drawer-empty-content .nw-button{width:100%;margin-top:40px}.cta-icon-with-text{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:8px;font-size:14px;color:#262626;letter-spacing:.2px}.custom-cart-drawer-empty:not(.custom-cart-drawer--empty .custom-cart-drawer-empty){display:none}.custom-cart-drawer-content{flex:1;overflow-y:auto;padding:0 20px 20px;background:#fff}.custom-cart-drawer-item-top{display:flex;gap:16px;flex-wrap:wrap;position:relative}.custom-cart-drawer-item-image{--size: 125px;width:var(--size);min-width:var(--size);height:var(--size)}.custom-cart-drawer-item-content{flex:1}.custom-cart-drawer-items{border-top:1px solid #E6E5E5;padding-top:40px}.custom-cart-drawer-item-content-title h3{font-size:22px;color:#262626;font-family:var(--body-font-family);text-transform:capitalize;font-weight:700;line-height:1.1;padding-right:30px}.custom-cart-drawer-item-delete{position:absolute;width:24px;height:24px;top:0;right:0}.custom-cart-drawer-item-delete-button{width:100%;height:100%;cursor:pointer;display:block}.custom-cart-drawer-item-content-block-item{display:flex;justify-content:space-between;margin-top:10px}.custom-cart-drawer-item-content-block-item-title{font-size:18px;color:#262626;line-height:1;font-weight:400}.custom-dropdown select{font-size:18px;font-weight:700;color:#004025;font-family:var(--body-font-family);padding-right:36px!important;cursor:pointer;text-align:right}.custom-dropdown{position:relative}.custom-dropdown-icon{width:24px;height:24px;position:absolute;top:0;right:0;pointer-events:none}.custom-dropdown-icon svg{width:100%;height:100%;display:block}.custom-cart-drawer-item-description{margin-top:20px;padding-top:20px;border-top:1px solid #000000;font-size:13px;color:#262626;line-height:1}.custom-cart-drawer-item-description ul{display:flex;justify-content:space-between;gap:5px}.custom-cart-drawer-item-description ul li{padding-left:22px;position:relative}.custom-cart-drawer-item-description ul li:before{content:"";position:absolute;left:0;top:0;width:18px;height:100%;background-image:url(./list_icon.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.custom-cart-drawer-reviews-title h2{font-size:24px;color:#262626;line-height:1}.custom-cart-drawer-reviews-content-item{border:1px solid #004025;border-radius:8px;padding:16px;background:#eaf6f1}.custom-cart-drawer-reviews-content-item-star{display:flex;gap:1px}.custom-cart-drawer-reviews-content-item-content p{color:#262626;font-size:15px;line-height:1.4;margin-top:8px;margin-bottom:0}.custom-cart-drawer-reviews-content-item-meta{display:flex;align-items:center;margin-top:16px;justify-content:space-between}.custom-cart-drawer-reviews-content-item-meta h3{font-size:15px;font-weight:500;color:#262626;text-transform:capitalize;font-family:var(--body-font-family);line-height:1}.custom-cart-drawer-reviews-content-item-meta p{font-size:14px;font-weight:400;color:#262626;text-transform:capitalize;font-family:var(--body-font-family);line-height:1;display:flex;align-items:center;gap:4px}.custom-cart-drawer-reviews-content-item{margin-top:24px}.custom-cart-drawer-reviews{margin-top:60px}.custom-cart-drawer-footer{padding:30px 20px}.custom-cart-drawer-footer-item{display:flex;justify-content:space-between;margin-bottom:10px;font-size:20px;line-height:1}.custom-cart-drawer-footer-item-label{color:#262626;font-weight:700}.custom-cart-drawer-footer-item-value{color:#004025;font-weight:600}.custom-cart-drawer-footer-cta .nw-button{display:flex;justify-content:center;width:100%}.custom-cart-drawer-footer-cta{margin-top:20px}.custom-cart-drawer--empty .custom-cart-drawer-content,.custom-cart-drawer--empty .custom-cart-drawer-footer{display:none}@media screen and (max-width: 767px){.custom-cart-drawer-header-title h2{font-size:20px}.custom-cart-drawer-header-close-button{width:20px;height:20px}.custom-cart-drawer-items{padding-top:30px}.custom-cart-drawer-header{padding:16px}.custom-cart-drawer-header-close-button svg{width:16px;height:16px}.custom-cart-drawer-content{padding:0 16px 20px}.custom-cart-drawer-item-image{--size: 90px}.custom-cart-drawer-item-content-title h3{font-size:20px}.custom-cart-drawer-item-delete{width:20px;height:20px}.custom-cart-drawer-item-delete svg{width:100%;height:100%;display:block}.custom-cart-drawer-item-content-block-item-title{font-size:16px}.custom-dropdown-icon{width:20px;height:20px}.custom-dropdown select{padding-right:30px!important}.custom-cart-drawer-item-content-block-item{margin-top:6px;align-items:center}.custom-cart-drawer-item-description ul li{padding-left:18px}.custom-cart-drawer-item-description{font-size:11px}.custom-cart-drawer-item-description ul li:before{width:14px;height:100%}.custom-cart-drawer-reviews{margin-top:24px}.custom-cart-drawer-reviews-title h2{font-size:20px}.custom-cart-drawer-reviews-content-item{margin-top:12px}.custom-cart-drawer-reviews-content-item-star svg{width:12px;height:auto}.custom-cart-drawer-reviews-content-item-content p,.custom-cart-drawer-reviews-content-item-meta h3{font-size:13px}.custom-cart-drawer-reviews-content-item-meta p{font-size:12px}.custom-cart-drawer-reviews-content-item-meta p svg{width:12px;height:auto}.custom-cart-drawer-footer{padding:30px 16px}.custom-cart-drawer-footer-item{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/custom-cart-drawer.css.map */
