.drawer{position:fixed;z-index:1000000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));position:relative;overflow-y:visible;overflow-x:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-drawer__warnings{display:flex;flex-direction:column;justify-content:center}cart-drawer.is-empty .drawer__header{display:none}cart-drawer.drawer div.drawer__header--cart-empty{display:flex}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E5E5E5}.drawer__heading{margin:0;display:flex;align-items:center;font-size:18px}.drawer__heading-item-count{font-size:12px;color:#888;margin-left:8px;margin-top:1px}.drawer__progress-bar-container:after{content:"";background-color:#6a56cf;display:block;height:4px;position:absolute;top:0}.drawer__progress-bar-container:before{content:"";position:absolute;top:0;height:4px;width:100%;background-color:#f4f4f4;border:.5px solid black}.drawer__progress-bar-container{width:100%;position:relative;display:flex;justify-content:space-between;list-style-type:none;padding:10px 0 0;margin:0;transition:width .5s ease}.drawer__progress-bar-container>li{position:unset;font-size:12px;width:100%}.drawer__progress-bar-container>li:after,.drawer__progress-bar-checkmark{content:"";position:absolute;height:12px;width:12px;background-color:#f1f2f2;border-radius:50%;border:.5px solid black;transform:translateY(-50%);z-index:1;top:2px;right:-7px;left:unset}.drawer__progress-bar-checkmark{background:unset;border-radius:unset;border:unset;display:none;top:-9px}.drawer__progress-bar-free-shipping:after,.drawer__progress-bar-free-shipping .drawer__progress-bar-checkmark{left:-2px}.drawer__progress-bar-checkmark,.free-shipping-threshold-met{position:absolute;left:unset;top:1px;right:-5px;left:unset!important}.drawer__progress-bar-mystery-prize p,.drawer__progress-bar-free-shipping p{margin-top:2px;position:relative;margin-bottom:0}.drawer__progress-bar-free-shipping p{left:0;right:0;margin:0 auto;display:block;position:relative;float:unset;width:100%;text-align:center}.drawer__progress-bar-mystery-prize p{right:-50%}.drawer__progress-bar-mystery-prize:after,.drawer__progress-bar-mystery-prize .drawer__progress-bar-checkmark{right:-1px}.free-shipping-threshold-met .drawer__progress-bar-checkmark,.mystery-prize-threshold-met .drawer__progress-bar-checkmark{display:block}.free-shipping-threshold-met.drawer__progress-bar-free-shipping:after,.mystery-prize-threshold-met.drawer__progress-bar-mystery-prize:after{content:none}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:2.4rem;width:2.4rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.2);position:sticky;bottom:0;padding-top:0;padding-bottom:10px}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%;overflow-x:hidden;position:relative}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-background-1))}cart-drawer-items{overflow:auto;-webkit-overflow-y:auto;flex:1;min-height:250px}cart-drawer hr{margin-right:-1.5rem;margin-left:-1.5rem;margin-top:0;margin-bottom:0;background-color:#f4f4f4;padding:4px}@media screen and (max-width: 767px){cart-drawer-items{min-height:150px}}@media screen and (max-height: 650px){.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem;margin-bottom:0;position:relative}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading-overlay{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:2rem;padding-bottom:.5rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end;grid-column:4;grid-row:1}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{grid-column:4 / 5;grid-row:1}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer__footer{margin-bottom:14px}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.drawer__cart-items-wrapper .review-kit-selected-colors{margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;background-color:transparent;margin-top:0;padding-left:.5rem}.review-kit-selected-colors .color-selection-discount{display:none}.cart-drawer .cart-item td.cart-item__kit-selected-colors{padding-left:0;padding-top:0}.kit-variant__price-info{font-size:10px}.drawer__progress-bar-text-indicator{text-align:center;font-size:12px;padding:8px 0;background-color:#ebe8ff;margin:0;margin-left:-1.5rem;margin-right:-1.5rem}.drawer__progress-bar-text-indicator span{color:#7c3fca}.cart-drawer .quantity{width:calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);min-height:calc((var(--inputs-border-width) * 2) + 3rem);z-index:0}.cart-drawer .quantity__button{width:calc(3rem / var(--font-body-scale))}.cart-drawer .quantity__button svg{width:1.25rem}.product-option.kit-variant__price-info,.product-option.product-option-variant{font-size:10px}.drawer__nailflix{display:flex;padding:10px 0;text-decoration:none}.drawer__nailflix svg{margin-right:8px;width:18px;height:18px}.drawer__nailflix-info{display:flex;flex-direction:column}.drawer__nailflix-info>p{font-size:12px;margin:0;line-height:normal;color:#000}p.drawer__nailflix-title{margin-bottom:2px}p.drawer__nailflix-subtitle{font-size:10px}.drawer__cart-summary-row{display:flex;align-items:flex-start;justify-content:space-between;line-height:1}.drawer__cart-summary-row-title,.drawer__cart-summary-row-value{margin:0;font-size:10px}.discounts__discount{margin-right:4px;color:#626262}.drawer__cart-summary-row-coupon-code-list{padding-left:0;display:flex;flex-wrap:wrap;list-style-type:none;margin:0}.drawer__cart-summary-row-coupon-code-list>li{font-size:10px;padding:0;background-color:transparent}.drawer__cart-summary-row-coupon-code{display:flex}.drawer__cart-summary-row-coupon-code-title{margin-right:4px}.drawer__cart-summary-coupons-and-promotions{display:flex;flex-wrap:wrap;gap:2px;justify-content:flex-end}.drawer__cart-summary-row--coupon-and-promo .drawer__cart-summary-row-title,.drawer__cart-summary-row--total .drawer__cart-summary-row-title,.drawer__cart-summary-row--total .drawer__cart-summary-row-value{font-size:12px;white-space:nowrap}.drawer__cart-summary-row--coupon-and-promo{padding-bottom:12px;border-bottom:1px solid #E5E5E5}.drawer__cart-summary-row--total{padding:12px 0;border-top:1px solid #E5E5E5}.drawer__cart-summary-row--subtotal{padding-top:12px}.drawer__cart-summary-row--taxes{padding-bottom:12px}.drawer__cart-summary-row--subtotal,.drawer__cart-summary-row--shipping,.drawer__cart-summary-row--coupon{margin-bottom:10px}.cart-progress-bar{margin:14px 0 8px;padding:0 8px 0 0}.drawer__nailflix-title{margin-bottom:6px}.you-may-also-like-title{margin:8px 0 4px;font-size:14px}.you-may-also-like .add-extras-product-grid-item-info{pointer-evnets:none}.cart-item__discounted-prices{display:flex;align-items:center}.cart-item__discounted-prices>p,.cart-item__discounted-prices>span,.cart-item__discounted-prices>strong{font-size:12px}.add-extra-product-toast-notification{font-size:12px;background-color:#000;padding:7px 8px;border-radius:42px;color:#fff;position:absolute;top:0;right:0;cursor:none;display:block;z-index:9999!important}.drawer .kit-price-savings{margin-right:4px;padding:4px 10px;background-color:#cc0c39;color:#fff;font-size:10px;font-size:10px!important;padding:2px 7px!important;height:100%!important;white-space:nowrap;width:58px!important;display:flex;align-items:center;line-height:1.2em}.purple{color:#7c3fca}.bundle-gifts{display:flex;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;padding-bottom:15px}.gift-picker-slide{display:flex;margin-top:15px;padding-right:15px}img.prod-img{max-width:41px;max-height:41px}.details_info{display:flex;flex-direction:column;margin-left:10px}.details_info .title_product{font-size:12px}.details_info .discounts__discount{padding:2px 5px}.cart-drawer .cart-item td.cart-item__kit-selected-colors{padding-left:0;padding-top:0;width:100%;grid-column:1/5}.cart-drawer .cart-item__media{grid-row:1 / 3;height:max-content}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:.5rem;margin-bottom:0;position:relative;row-gap:0}.cart-item cart-remove-button{display:flex!important;margin-left:1rem;position:relative;margin:unset!important;display:block}cart-remove-button .button{margin:0 0 0 auto!important}@media (max-width: 395px){.cart-item__discounted-prices>p,.cart-item__discounted-prices>span,.cart-item__discounted-prices>strong{font-size:10px}.cart-item__discounted-prices .cart-item__old-price{font-size:10px}}#CartDrawer>div.drawer__inner>a>svg>rect:nth-child(1){fill:#44c160}#CartDrawer>div.drawer__inner>a>svg>rect:nth-child(2){stroke:#fff}#CartDrawer>div.drawer__inner>a>svg>path{stroke:#fff}#CartDrawer>div.drawer__inner>div.drawer__footer>div.cart__ctas>span>svg>path:nth-child(1){fill:transparent}.shortdesc{font-size:10px;color:#626262;margin-bottom:10px;display:block}
/*# sourceMappingURL=/cdn/shop/t/374/assets/component-cart-drawer.css.map */
