#CartDrawer.new-cart-drawer{background-color:#fff;box-shadow:-4px 0 24px #0000001f;z-index:10000;display:block;visibility:hidden;transition:transform .3s cubic-bezier(.165,.84,.44,1),visibility .3s}#CartDrawer.new-cart-drawer.drawer--is-open{visibility:visible}@media only screen and (min-width:901px){#CartDrawer.new-cart-drawer{width:900px!important;max-width:95vw!important;right:-900px!important}#CartDrawer.new-cart-drawer.drawer--right.drawer--is-open{transform:translate(-900px)!important}}@media only screen and (max-width:900px){#CartDrawer.new-cart-drawer{width:100vw!important;max-width:100vw!important;right:-100vw!important}#CartDrawer.new-cart-drawer.drawer--right.drawer--is-open{transform:translate(-100vw)!important}}.new-cart-drawer__shell{height:100%;display:flex;flex-direction:column}.new-cart-drawer__content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.new-cart-drawer__form{flex:1;display:flex;flex-direction:column;min-height:0}.new-cart-drawer__header{height:64px;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:relative}.new-cart-drawer__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:26px;width:auto;display:none}@media only screen and (max-width:900px){.new-cart-drawer__header{height:52px;padding:0 16px}.new-cart-drawer__logo{display:block}.new-cart-drawer__title{display:none!important}}.new-cart-drawer__title{display:flex;align-items:center;gap:6px;font-size:18px;font-weight:600;color:#121417;line-height:21px}.new-cart-drawer__close-btn{background:transparent;border:none;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#121417;transition:transform .15s ease}.new-cart-drawer__close-btn:hover{transform:scale(1.1)}.new-cart-drawer__body{flex:1;display:flex!important;overflow:hidden;padding:0!important;min-height:0}.new-cart-drawer__items{display:flex;flex-direction:column;gap:36px}@media only screen and (max-width:900px){.new-cart-drawer__items{gap:32px}}@media only screen and (min-width:901px){.new-cart-drawer__body{flex-direction:row}.new-cart-drawer__items-col{flex:1;overflow-y:auto;padding:24px 24px 0}.new-cart-drawer__summary{width:320px;flex-shrink:0;align-self:flex-start;margin:24px 24px 24px 0;background:#f9fafb;border-radius:8px;overflow-y:auto;padding:24px 16px;box-sizing:border-box}}@media only screen and (max-width:900px){.new-cart-drawer__body{flex-direction:column;overflow-y:auto}.new-cart-drawer__items-col{flex:none;padding:16px 16px 4px}.new-cart-drawer__summary{flex-shrink:0;margin:16px 16px 20px;background:#f9fafb;border-radius:4px;overflow-y:auto;padding:20px 16px;box-sizing:border-box}}.new-cart-item{display:flex;gap:12px;padding:0;align-items:flex-start}.new-cart-item__image-wrap{width:88px;height:88px;flex:0 0 88px;border-radius:0;overflow:hidden;background:#f7f7f7}.new-cart-item__image-link{display:block;width:100%;height:100%}.new-cart-item__img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}.new-cart-item__info{flex:1;min-width:0;min-height:88px;display:grid;grid-template-areas:"title stepper" "variants ." "price delete";grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr;column-gap:12px;row-gap:4px;align-items:start}.new-cart-item__title{grid-area:title}.new-cart-item__variants{grid-area:variants}.new-cart-item__price{grid-area:price;align-self:end}.new-cart__qty-stepper{grid-area:stepper;align-self:start}.new-cart-item__delete{grid-area:delete;align-self:end;justify-self:end}@media only screen and (max-width:900px){.new-cart-item__info{grid-template-areas:"title delete" "variants ." "price stepper";grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr;column-gap:12px;row-gap:4px}.new-cart-item__title{padding-right:32px}.new-cart-item__price{margin-bottom:0}.new-cart__qty-stepper{align-self:end;grid-area:stepper}.new-cart-item__delete{align-self:start;grid-area:delete}}.new-cart-item__title{font-size:16px!important;font-weight:500!important;color:#121417!important;line-height:19px!important;text-decoration:none}.new-cart-item__variants{display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;color:#9a9b9e;line-height:19px}.new-cart-item__option{display:inline}.new-cart-item__option+.new-cart-item__option:before{content:"|";margin:0 6px;color:#d1d5db}.new-cart-item__price{font-size:18px;font-weight:500;color:#121417;white-space:nowrap;line-height:21px}.new-cart-item__price-compare{color:#9a9b9e;font-size:14px;text-decoration:line-through;margin-left:6px;font-weight:400}.new-cart__qty-stepper{display:inline-flex;align-items:center;width:91px;min-width:91px;flex:0 0 91px;height:30px;border:1px solid #EDEEF1;border-radius:4px;background:#fff;overflow:hidden;box-sizing:border-box}.new-cart__qty-stepper .js-qty__adjust{position:static!important;top:auto!important;bottom:auto!important;width:30px;height:28px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0;color:#6f7682;transition:background-color .15s ease}.new-cart__qty-stepper .js-qty__adjust--minus{color:#000}.new-cart__qty-stepper .js-qty__adjust svg{width:12px;height:12px;flex:0 0 12px;stroke-width:1.3;pointer-events:none}.new-cart__qty-stepper .js-qty__adjust:hover{background-color:transparent!important;color:#6f7682!important;fill:#6f7682!important}.new-cart__qty-stepper .js-qty__adjust--minus:hover{color:#000!important;fill:#000!important}.new-cart__qty-stepper .js-qty__adjust--minus{border-right:1px solid #EDEEF1}.new-cart__qty-stepper .js-qty__adjust--plus{border-left:1px solid #EDEEF1}.new-cart__qty-stepper .js-qty__num{width:29px!important;height:28px!important;flex:0 0 29px!important;text-align:center;font-size:14px!important;font-weight:600!important;color:#121417!important;border:none!important;padding:0!important;outline:none!important;background:transparent!important}.new-cart-item__delete{position:static!important;top:auto!important;bottom:auto!important;padding:0!important;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#121417;transition:color .2s ease}.new-cart-item__delete:hover{background-color:transparent!important;color:#121417;fill:#121417}.new-cart-item__delete svg{width:16px;height:16px;display:block}@media only screen and (max-width:900px){.new-cart-item__variants{font-size:14px;line-height:17px}.new-cart-item__price{font-size:17px}}.new-cart-drawer__summary-inner{display:flex;flex-direction:column;gap:16px;width:100%}.new-cart-drawer__summary-divider{height:1px;width:100%;background-color:#eef1f4}.new-cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#303132}.new-cart-drawer__subtotal-label{font-size:16px;font-weight:500;color:#303132}.new-cart-drawer__subtotal-price{font-size:22px;font-weight:600;color:#121417;line-height:26px}.new-cart-drawer__shipping-note{font-size:14px;line-height:20px;color:#9a9b9e}.new-cart-drawer__payment-section{padding-bottom:24px}.new-cart-drawer__payment-head{display:flex;align-items:flex-start;gap:39px}.new-cart-drawer__payment-label{font-size:14px;color:#303132;font-weight:400;flex-shrink:0;margin-bottom:0;line-height:20px}.new-cart-drawer__payment-icons{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start;max-width:191px}.new-cart-drawer__payment-icon{display:inline-flex}.new-cart-drawer__payment-icon img{height:20px;width:auto;border-radius:2px}@media only screen and (max-width:900px){.new-cart-drawer__payment-head{flex-direction:column;align-items:flex-start;gap:8px}.new-cart-drawer__payment-icons{flex-wrap:nowrap;justify-content:flex-end;gap:5px;max-width:none}.new-cart-drawer__payment-icon img{height:18px;width:28.5px;flex:0 0 28.5px;border-radius:2px}}.new-cart-drawer__discounts{font-size:13px;color:#303132;line-height:18px}.new-cart-drawer__discounts-title{font-weight:500;margin-bottom:4px}.new-cart-drawer__terms{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:8px}.new-cart-drawer__terms-label small{font-size:12px;color:#6b7280;line-height:16px}.new-cart-drawer__terms-label a{color:#303132;text-decoration:underline}.new-cart-drawer__checkout{display:flex;flex-direction:column;gap:12px}.new-cart-drawer__checkout-btn{height:48px;width:100%;background:#121417;color:#fff;font-size:16px;font-weight:500;border-radius:4px;border:none;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;text-transform:none;letter-spacing:normal;padding:0 24px}.new-cart-drawer__checkout-btn:hover{background-color:#303132;color:#fff}Shop Pay,PayPal,Google Pay,stacked. Total = 4 rows x 48 + 3 gaps x 12 = 228 The accelerated checkout web component defaults to 54px buttons + an 8px first-child offset,which overflowed the 48px wrap and made the summary column scroll \2014  force the host to a 12px-gap column of 48px rows instead. */ .new-cart-drawer .additional-checkout-buttons{display:flex;flex-direction:column;gap:12px;margin:0!important}.new-cart-drawer .additional-checkout-buttons .dynamic-checkout__content,.new-cart-drawer shopify-accelerated-checkout-cart{margin:0}.new-cart-drawer shopify-accelerated-checkout-cart{display:flex;flex-direction:column;gap:12px;padding:0!important;height:auto!important;min-height:0!important}.new-cart-drawer shop-pay-wallet-button,.new-cart-drawer shopify-google-pay-button{height:48px!important;min-height:48px!important;margin:0!important;display:block}.new-cart-drawer shopify-paypal-button{height:48px!important;min-height:48px!important;margin:0!important;overflow:hidden}.new-cart-drawer shopify-paypal-button>div{height:48px!important;margin:0}.new-cart-drawer .additional-checkout-buttons [data-shopify-buttoncontainer]{justify-content:center}.new-cart-drawer .additional-checkout-buttons [data-shopify-buttoncontainer]>*,.new-cart-drawer .additional-checkout-buttons .shopify-payment-button__button--unbranded{height:48px!important;min-height:48px;border-radius:4px;margin:0}.new-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 24px;text-align:center;height:100%}.new-cart-drawer__empty-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.new-cart-drawer__empty-text{font-size:16px;color:#9a9b9e;line-height:22px;margin:0}.new-cart-drawer__empty-btn{margin-top:8px;background:#121417;color:#fff;border-radius:8px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;text-decoration:none;font-size:14px;font-weight:500}.new-cart-drawer__empty-btn:hover{background:#303132;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/105/assets/component-cart-drawer.css.map */
