.cart-drawer{width:calc(100% - 30px);max-width:390px;outline:none;height:100%;margin-left:30px;overflow-y:auto;padding:0;position:fixed;right:0;top:0;visibility:hidden;transform:translate(100%);-webkit-transform:translateX(100%);transition:.4s ease-in-out;z-index:9999999;background:#fff}.cart-drawer[aria-hidden=false]{visibility:visible;opacity:1;transform:translate(0);-webkit-transform:translateX(0)}.cart-drawer__inner{height:100%;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.cart-drawer__header{height:55px;margin:4px 19px 0 24px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{color:var(--wf-dark);margin:0;font-size:14px;text-transform:uppercase;font-weight:500}.cart-drawer__header-close{max-width:15px;width:100%}.cart-drawer__header-close svg{width:100%;height:auto;color:var(--wf-dark);height:16px;width:16px}.loyalty-banner-wrapper{padding:16px 20px;background:var(--dark-teal);display:flex;justify-content:center;align-items:center;flex-direction:column}.loyalty-banner-wrapper__inner svg{display:block}.loyalty-banner-wrapper__description{margin-top:8px;margin-bottom:0;color:#fff;font-size:14px;line-height:1.2;text-align:center}.cart-drawer__content{height:calc(100% - 55px);display:flex;flex-direction:column;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;margin-top:auto}.cart-drawer__items{height:100%;padding:0 24px;display:flex;flex-direction:column;justify-content:space-between;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer__content::-webkit-scrollbar,.cart-drawer__items::-webkit-scrollbar{display:none}.cart-drawer__items-wrapper{height:100%}.cart-item{padding:16px 0;border-bottom:1px solid #5B677080}.cart-item__details{display:flex;position:relative;width:100%}.cart-item__remove{padding:5px;font-size:16px;line-height:1.3;position:absolute;bottom:0;right:0;color:var(--nightfall);text-decoration:underline}.cart-item__image{height:100px;width:100px;position:relative;flex-shrink:0}.cart-item__content{width:100%;padding-left:10px}.cart-item__title{margin:0 0 8px;font-size:16px;padding-right:80px;line-height:1.3;color:var(--wf-dark)}.cart-item__option{font-family:Outfit,sans-serif;margin:0;font-size:14px;color:#5b6770;font-weight:400}.cart-item__bottom{margin-top:0;display:flex;justify-content:space-between;align-items:center}.cart-item__quantity .quantity{width:88px;height:32px;border-color:#5b677080}.cart-item__quantity .quantity__button{width:30%}.cart-item__quantity .quantity__button svg,.cart-item__quantity .quantity__button line{color:var(--wf-dark);stroke:var(--wf-dark)}.cart-item__quantity .quantity__input{width:20px;height:auto;font-size:16px}.cart-item__price{position:absolute;top:0;right:0;color:var(--wf-dark);font-size:16px}.cart-drawer__items-wrapper .cart-item__price .price span{flex:100% 0 0;text-align:right;line-height:1.2;font-size:16px}.cart-drawer__items-wrapper .cart-item__price .price .sale__price--enabled{opacity:.3;font-size:12px;line-height:1.5}.cart-drawer__continue{margin:10px auto;display:flex;justify-content:center;align-items:center}.cart-drawer__continue svg{margin-right:10px}.cart-drawer__footer{padding:16px 20px;left:0;right:0;bottom:0;border-top:1px solid #F2F5F5;background:var(--beige);color:var(--wf-dark)}.cart-drawer__footer .sh4{margin:0}.cart-drawer__shipping-wrapper{margin-bottom:0;display:flex;justify-content:space-between;align-items:center}.cart-drawer__subtotal-wrapper{margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.cart-drawer__subtotal-wrapper .sh1{margin:0;font-size:18px;line-height:1.155}.cart-drawer__loading-container{position:relative;display:flex;justify-content:center;align-items:center}.cart-drawer__loading-container.loading h4{opacity:0}.cart-drawer__loading-container .loading-overlay{text-align:center;width:100%;top:10px;right:0;bottom:10px;left:0;background:#fff}.cart-drawer__footer .button{width:100%;border-radius:100px}.cart-drawer__taxes{margin:8px auto 0;text-align:center}@media screen and (max-width: 768px){.cart-drawer__header-close line{stroke:var(--wf-dark)}}.cart-drawer__empty{height:100vh;width:100%;padding:30px 24px 120px;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;overflow:hidden;position:relative}.cart-drawer__empty-title{margin:0}.cart-drawer__empty-title p{text-align:left;margin:0;font-size:22px;line-height:1.2;font-weight:600;color:var(--nightfall)}.cart-drawer__empty-collections{display:flex;flex-wrap:wrap;column-gap:12px;row-gap:24px;margin-top:32px;width:100%}.cart-drawer__empty-collection{display:flex;flex-direction:column;text-align:left;cursor:pointer;gap:10px;max-width:165px;transition:all .3s ease}.cart-drawer__empty-collection-image{overflow:hidden;position:relative;width:165px;height:165px}.cart-drawer__empty-collection-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__empty-collection-title{color:var(--wf-dark);transition:all .3s ease}.cart-drawer__empty-collection:hover .cart-drawer__empty-collection-title{text-decoration:underline}.cart-drawer__upsell-wrapper{margin-top:24px;font-family:Outfit,sans-serif}.cart-drawer__upsell{margin:10px 0 20px;padding:12px;display:flex;justify-content:space-between;background:var(--cream);position:relative;color:var(--wf-dark)}.cart-drawer__upsell-container-title{margin:16px 0;text-transform:uppercase;color:var(--wf-dark);font-size:18px;line-height:1.2}.cart-drawer__upsell-image{width:100px;height:100px;position:relative;flex-shrink:0}.cart-drawer__upsell-content{width:100%;padding-left:16px;display:flex;justify-content:space-between}.cart-drawer__upsell-content-container{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.cart-drawer__upsell-title{max-width:190px;margin:0 0 10px;font-size:16px;line-height:1.2}.cart-drawer__upsell-description{max-width:190px;margin:0}.cart-drawer__upsell-actions{padding-left:12px}.cart-drawer__upsell-actions p{margin:0;font-size:16px}.cart-drawer__upsell-atcs{position:absolute;right:14px;bottom:14px;color:var(--nightfall);font-size:16px}.cart-drawer__upsell-atcs span{text-decoration:underline}.cart-drawer__upsell-atcs svg{width:10px;height:10px}.cart-drawer__upsell .cart-drawer__upsell-content .cart-drawwer__variant_options .product-form__input{margin:12px 0 0}.cart-drawer__upsell .cart-drawer__upsell-content .cart-drawwer__variant_options .product-form__input .form__label{margin:0 0 5px;line-height:1.4}.cart-drawer__upsell .cart-drawer__upsell-content .cart-drawwer__variant_options .product-form__input .product-form__dropdown-text{padding:8px 10px 10px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon-caret' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-size:10px;background-position:95%;cursor:pointer;font-family:Outfit,sans-serif}.cart-drawer__upsell .cart-drawer__upsell-content .cart-drawwer__variant_options .product-form__input .product-form__dropdown-text:focus-visible{outline:0}.upsell_product-container .js-add-to-cart.soldout{cursor:not-allowed;opacity:.5}@media screen and (max-width: 479px){.cart-drawer{width:100%;margin-left:0;max-width:unset}.cart-drawer__upsell-actions{padding-left:10px}}.cart-upsell-custom-dropdown{position:relative;display:block}.cart-upsell-dropdown__trigger{width:100%;max-width:142px;height:40px;background:#fff;border:1px solid #5B677080;border-radius:100px;padding:0 19px 0 16px;font-size:16px;line-height:1.4;color:var(--wf-dark);cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;text-align:left}.cart-upsell-dropdown__trigger:hover,.cart-upsell-dropdown__trigger[aria-expanded=true]{border-color:var(--wf-dark)}.cart-upsell-dropdown__current{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell-dropdown__icons{display:flex;flex-direction:column;align-items:center;margin-left:8px}.cart-upsell-dropdown__icon-top,.cart-upsell-dropdown__icon-bottom{display:flex;align-items:center;justify-content:center}.cart-upsell-dropdown__icon-top svg,.cart-upsell-dropdown__icon-bottom svg{width:10px;height:10px;color:var(--wf-dark);transition:transform .2s ease}.cart-upsell-dropdown__icon-bottom svg{transform:rotate(180deg)}.cart-upsell-dropdown__list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #5B677080;border-radius:8px;box-shadow:0 4px 20px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px;opacity:0;transform:translateY(-10px);visibility:hidden;transition:all .3s ease}.cart-upsell-dropdown__list.open{opacity:1;transform:translateY(0);visibility:visible}.cart-upsell-dropdown__option{padding:12px 16px;font-size:16px;line-height:1.4;color:var(--wf-dark);cursor:pointer;border-bottom:1px solid #5B677020;transition:background-color .2s ease}.cart-upsell-dropdown__option:last-child{border-bottom:none}.cart-upsell-dropdown__option:hover{background-color:#5b677010}.cart-upsell-dropdown__option--selected{background-color:#5b677020;font-weight:500}.cart-upsell-dropdown__option--selected:hover{background-color:#5b677030}.cart-upsell-dropdown__option[data-available=false]{color:rgba(var(--wf-dark),.5);cursor:not-allowed}.cart-upsell-dropdown__option[data-available=false]:hover{background-color:transparent}.cart-upsell-dropdown__soldout{font-size:12px;color:rgba(var(--wf-dark),.6);font-style:italic}@media screen and (max-width: 749px){.cart-upsell-dropdown__trigger{font-size:13px}.cart-upsell-dropdown__icons{margin-left:6px}.cart-upsell-dropdown__icon-top .icon-caret,.cart-upsell-dropdown__icon-bottom .icon-caret{width:8px;height:8px}.cart-upsell-dropdown__option{padding:10px 14px;font-size:13px}}.cart-item__pro-package-wrapper{background-color:var(--light-teal);margin-top:12px;padding:12px}.cart-item__pro-package{background-color:var(--light-teal);display:grid;font-family:Outfit,sans-serif;gap:8px;grid-template-columns:auto 1fr;width:100%}.cart-item__pro-package-header{display:flex;justify-content:space-between;align-items:center}.cart-item__pro-package-header-left{display:flex;align-items:center;gap:8px}.cart-item__pro-package-checkbox{position:relative;display:inline-block;width:24px;height:24px;background-color:#fff;box-shadow:inset 0 0 0 1px #5b67707f;display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-item__pro-package-checkbox .checked{background:url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5.36865L5 9.36865L13 1.36865" stroke="white" stroke-width="1.8"/></svg>'),var(--nightfall);background-position:center;background-repeat:no-repeat;background-size:auto,12px;width:24px;height:24px}.cart-item__pro-package-header-left p,.cart-item__pro-package-price{margin:0;color:var(--wf-dark);font-size:16px;line-height:1.4}.cart-item__pro-package-description{container-name:package-description;color:#262422;font-size:14px;line-height:1.4;margin-top:8px}.cart-item__pro-package-description p{margin:0}.cart-item__pro-package-description p+p,.cart-item__pro-package-description p+ul{margin-top:8px}.cart-item__pro-package-description ul{list-style:none;margin:0;padding:0}.cart-item__pro-package-description ul li{padding-left:22px;position:relative}.cart-item__pro-package-description ul li+li{margin-top:4px}.cart-item__pro-package-description ul li:before{content:"\2b50  ";left:0;position:absolute;top:0}@media screen and (width > 750px){.template-cart .cart-item__pro-package-description:not(:has(ul)),.template-cart .cart-item__pro-package-description:not(:has(ol)){display:flex;flex-wrap:wrap}:is(.template-cart .cart-item__pro-package-description:not(:has(ul)),.template-cart .cart-item__pro-package-description:not(:has(ol))) p{position:relative}:is(.template-cart .cart-item__pro-package-description:not(:has(ul)),.template-cart .cart-item__pro-package-description:not(:has(ol))) p:after{background-color:#000;content:"";display:inline-block;height:90%;margin-left:12px;vertical-align:middle;width:1px}:is(.template-cart .cart-item__pro-package-description:not(:has(ul)),.template-cart .cart-item__pro-package-description:not(:has(ol))) p:last-child:after{display:none}}.cart-item__pro-upgrade-text{margin-right:12px;padding-right:12px}.cart-item__pro-upgrade-text--bordered{border-right:1px solid #000}.cart-item--updating{opacity:.6;pointer-events:none;position:relative}.cart-item--updating:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-background),.8);z-index:1}
/*# sourceMappingURL=/cdn/shop/t/99/assets/component-cart-drawer.css.map */
