.cart-drawer__dialog{width:647px}.cart-drawer__dialog .cart-drawer__header{padding:48px;border-bottom:1px solid hsla(0,0%,93.3%,.2);background:var(--clr-darkest-grey);display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.cart-drawer__dialog .cart-drawer__header .close-button{position:relative;top:0;right:0;margin-right:0;width:auto;height:auto;border-radius:0}.cart-drawer__dialog .cart-drawer__header .close-button .text-button{text-transform:uppercase;width:auto;height:auto}.cart-drawer__dialog .cart-drawer__content{background:var(--clr-darkest-grey)}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items{padding:0}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;gap:24px;padding:10px 48px;margin:0;border-bottom:1px solid hsla(0,0%,93.3%,.2)}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__media{width:140px}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details{padding:10px 0;-webkit-flex:1;flex:1}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details p{margin:0}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details .cart-items__variants{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;gap:16px;margin:0;padding-top:24px}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details .cart-items__variants .cart-items__properties,.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details .cart-items__variants .cart-items__variant{background-color:var(--clr-white);white-space:nowrap;border-radius:50px;padding:11px 16px;margin:0}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details .cart-items__variants .cart-items__properties .text-button,.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__details .cart-items__variants .cart-items__variant .text-button{color:var(--clr-darkest-grey)!important}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:20px;padding:10px 0}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__price-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;gap:12px;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__price-wrapper .cart-items__remove{width:13px;height:13px}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__quantity{margin:0}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__quantity .quantity-selector{--quantity-selector-width:108px;border-radius:0;background:var(--clr-dark-grey);border:1px solid var(--clr-white);color:var(--clr-white);height:100%}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__quantity .quantity-selector .button{color:var(--clr-white)}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__quantity .quantity-selector .button .svg-wrapper{width:100%}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__quantity .quantity-selector input{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:var(--font-weight-semibold);line-height:.9;letter-spacing:var(--letterspacing-0);color:var(--clr-white)}.cart-drawer__dialog .cart-drawer__content .cart-drawer__summary{padding:26px 48px 48px;gap:32px;border-top:1px solid hsla(0,0%,93.3%,.2);-webkit-mask-image:unset;mask-image:unset}.cart-drawer__dialog .cart-drawer__content .cart-drawer__summary .cart__summary-totals{margin:0;padding:0;border:0}.cart-drawer__dialog .cart-drawer__content .cart-drawer__summary .button-custom-wide{color:var(--clr-neon-blue);border:1px solid var(--clr-neon-blue);-webkit-justify-content:space-between;justify-content:space-between}.cart-drawer__dialog .cart-drawer__content .cart-drawer__summary .button-custom-wide .text-button{color:var(--clr-neon-blue)}.cart-drawer__dialog::-webkit-backdrop{background-color:hsla(0,0%,93.3%,.2)!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}.cart-drawer__dialog::backdrop{background-color:hsla(0,0%,93.3%,.2)!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}@media screen and (max-width:749px){.cart-drawer__dialog{width:100vw;max-width:100vw}.cart-drawer__dialog .cart-drawer__content .cart-drawer__items .cart-items__table-row .cart-items__total-wrapper .cart-items__price-wrapper{-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}}