/** Shopify CDN: Minification failed

Line 764:20 Expected ":"

**/
.drawer {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(var(--color-foreground), 0.5);
  /* transition: visibility var(--duration-default) ease; */
}

.drawer.active {
  visibility: visible;
}
.rtl .drawer__inner{
  transform: translateX(-100%);
}
.ltr .drawer__inner{
  transform: translateX(100%);
}
.drawer__inner {
  height: 100%;
  width: 40rem;
  max-width: calc(100vw - 3rem);
  padding: 0 1.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-left: 0;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .5s var(--drawer-transition-timing), visibility .5s var(--drawer-transition-timing);
}

.ltr .drawer__close{
  right: 0;
  left: unset;
}
.ltr .cart-items *.right {
  text-align: right !important;
  padding-right: 0;
}
.ltr .cart-drawer .cart-items th{
  text-align: left;

}
.drawer__inner-empty {
  height: 100%;
  padding: 0 1.5rem;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}

cart-drawer.is-empty .drawer__header {
  display: none;
}
cart-drawer.is-empty .drawer__header.emptycart_header {
  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: translateX(0);
}
.drawer_header_inner {
  width: 100%;
  text-align: center;
  padding: 2rem 2rem;
  background: #f2f2f3;
  position: relative;
}
.drawer_header_inner .cart_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.drawer__header {
  position: relative;
  background-color: rgb(var(--color-background));
  padding: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.drawer__heading {
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin: 0;
}
.drawer__heading span{
  padding:0 0.5rem;
}

.drawer__close {
  display: inline-block;
  padding: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.remain-order-notice-main {
  width: 100%;
  padding: 2rem 2rem 0;
}
#main-cart-footer .remain-order-notice-main {
  padding: 0;
}
.cart-drawer__warnings .drawer__close {
  /* left: 1.8rem; */
  right:3rem;
  top: 2rem;
}

.drawer__close svg {
  height: 1rem;
  width: 1rem;
  display: block;
}

.cart-drawer .mini-cart-subheading {
  color: rgba(var(--color-foreground), 1);
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  padding: 1.4rem 0;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-drawer .mini-cart-subheading {
    padding: 0 0 2rem;
  }
}

@media (min-width: 992px) {
  .cart-drawer .mini-cart-subheading {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }
}

.cart-drawer .progress {
  width: 100%;
  background: #e9ecef;
  height: 0.5rem;
  border-radius: 2rem;
  position: relative;
}
.cart-price-total-main{
  position: relative;
}
.cart-price-total-main .cart-item__price-wrapper .price{
  text-align: right;
}
.cart-drawer .progress .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background: rgb(var(--color-button));
  border-radius: 2rem;
  height: 100%;
  width:100%;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cart-drawer .promo-code-wrap {
  margin: 0 0rem;
  padding: 1.6rem 3rem;
  border: 1px solid #C9C9C9;
  border-width: 1px 0;
}

.cart-drawer .promo-code-wrap+.drawer__footer {
  border-top: none;
}

.cart-drawer .promo-code-wrap .cart-coupon-main {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: rgba(var(--color-foreground), 1);
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.cart-drawer .promo-code-wrap .cart-coupon-main:before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0;
}

.rtl .cart-drawer .promo-code-wrap .cart-coupon-main:before {
  right: auto;
  left: 0;
}

.cart-drawer .promo-code-wrap.open .cart-coupon-main:before {
  content: "_";
  padding-bottom: 2rem;
}

.promo-code-wrap .cart-coupon-form {
  display: none;
  width: 100%;
  margin-top: 1rem;
}
#CartDrawer-CartItems .quantity{
  max-width: 7rem;
    height: 3rem;
}
#CartDrawer-CartItems .quantity .quantity__button{
  width:calc(2rem / var(--font-body-scale));
}
#CartDrawer-CartItems .quantity .quantity__button ,#CartDrawer-CartItems .quantity .quantity__input{
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.promo-code-wrap.open .cart-coupon-form {
  display: block;
}

.cart-coupon-form .coupon_error,
.cart-coupon-form .coupon_success {
  font-size: 1.4rem;
  line-height: 1.3rem;
  display: block;
  padding: 3px 0 0;
}

.cart-coupon-form .coupon_error {
  color: #f00;
}

.cart-drawer .promo-code-wrap+.drawer__footer {
  border-top: none;
}

.coupon-field-holder {
  display: flex;
  flex-wrap: wrap;
}

.cart-coupon-form .code-input {
  flex: 1;
  padding-right: 1rem;
}

.rtl .cart-coupon-form .code-input {
  padding-right: 0;
  padding-left: 1rem;
}

.cart-coupon-form .code-input .promo-input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #9E9E9E;
  padding: 0 1rem;
  height: 32px;
  font-size: 1.4rem;
  font-weight: 400;
}

.cart-coupon-form .btn-promo {
  width: 86px;
  height: 32px;
  line-height: 1.3;
  padding: 0 1rem;
  text-align: center;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .cart-drawer .promo-code-wrap {
    position: relative;
  }

  .cart-drawer .promo-code-wrap:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e6e6e6;
  }
}
.cart-drawer__footer {
  padding: 0 1rem;
}
.drawer__footer {
  background-color: rgb(var(--color-background));
  /* border-top: 0.1rem solid rgba(var(--color-foreground), 0.2); */
  padding: 1rem 2rem 2rem;
}
.drawer__footer .cart__ctas{
  margin-top:2rem;
  flex-wrap: wrap;
}
.drawer__footer .cart__ctas .go_to_cart_page {
  width: 100%;
  margin: 1rem 0 0;
  line-height: normal;
}
.drawer__footer .cart__ctas .go_to_cart_page a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
}

cart-drawer-items.is-empty+.drawer__footer {
  display: none;
}

.drawer__footer>details {
  margin-top: -1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.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;
  right: 0;
  width: 100vw;
  height: 100%;
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cart-drawer__overlay:empty {
  display: block;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}

.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%;
}

.cart-drawer thead {
  display: inline-table;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: rgb(var(--color-base-background-1));
}

#CartDrawer .drawer__inner{
  padding:0 0rem;
}
#CartDrawer .drawer__inner:has(.drawer__header.emptycart_header) {
  grid-template-rows: 0fr 1fr;
}
cart-drawer-items {
  overflow: auto;
  flex: 1;
}

@media screen and (max-height: 650px) {
  cart-drawer-items {
    overflow: visible;
  }

  .drawer__inner {
    overflow: scroll;
  }
}

.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2, auto) / repeat(4, 1fr);
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ECECEC;
  padding:2rem 0;
}
.cart-drawer .cart-item:last-child{
  border-bottom: 0;
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1rem;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
  max-width:9.9rem;
}

.cart-drawer .cart-item__image {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 13rem;
}

.cart-drawer .cart-items thead {
  margin-bottom: 0.5rem;
}

.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-right: 0;
}

.cart-drawer .cart-items thead tr {
  display: table-row;
  margin-bottom: 0;
}

.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1.5rem;
}

.cart-drawer .cart-item .loading-overlay {
  right: auto;
  padding-top: 0;
  left:0.5rem;
}

.cart-drawer .cart-items td {
  padding-top: 0;
}

.cart-drawer .cart-item>td+td {
  padding-right: 1.5rem;
}

.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;
}

.cart-drawer .cart-item__price-wrapper {
  white-space: nowrap;
}

.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: 0.6rem;
}

.cart-drawer .unit-price {
  margin-top: 0.6rem;
}
.cart-drawer .cart-items .cart-item_price {
  width: auto;
  grid-column: 4 / 5;
  max-width: 100px;
  padding: 0;
  position: relative;
}
.cart-drawer .cart-items .cart-item_price .cart-item__price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.cart-drawer .cart-items .cart-item_price .cart-item__price-wrapper .price s {
  font-weight: 400;
}
.cart-drawer .cart-items .cart-item_price .cart-item__price-wrapper .price:has(s) {
  font-weight: 600;
}
.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0.8rem;
  grid-column: 2 / 5;
}
cart-drawer-items .cart-item__error{margin-top:0;grid-column: 1 / 4;font-size: 1.2rem;line-height: 1.6rem;align-items: center;}
cart-drawer-items .cart-item__error small:empty{display: none;}
cart-drawer-items .cart-item__error small{padding-top:0rem;}



.cart-drawer__footer>*+* {
  margin-top: 1rem;
}

.cart-drawer .totals {
  justify-content: space-between;
}

.cart-drawer .price {
  line-height: 1;
}

.cart-drawer .tax-note {
  margin: 1.2rem auto 1rem 0;
  text-align: right;
}

.cart-drawer .product-option dd {
  word-break: break-word;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.cart-drawer .product-option dd span{
  width: 1.5rem;
  border-radius: 50%;
  display: block;
  height: 1.5rem;
  position: relative;
}
.cart-drawer .product-option dd span:after{
  content: '';
  height: 100%;
  width: 1px;
  background: #535353;
  display: block;
  left: -0.5rem;
  position: absolute;
}
.cart-drawer details[open]>summary .icon-caret {
  transform: rotate(-180deg);
}

.cart-drawer .cart__checkout-button {
  max-width: none;
  font-size: 1.8rem;
  line-height: 2.3rem;
  min-height: 4rem;
}

.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}

.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.5rem 0 0 -0.5rem !important;
  gap: 0.5rem;
}

.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}

.drawer__footer #dynamic-checkout-cart ul>li {
  flex-basis: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}

.drawer__footer #dynamic-checkout-cart ul>li:only-child {
  flex-basis: 100% !important;
  margin-left: 0.5rem !important;
}

@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul>li {
    flex-basis: calc(100% / 3 - 0.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% - 0.5rem) !important;
  }
}

cart-drawer-items::-webkit-scrollbar {
  width: 3px;
  display: none;
}

cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}

cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}
cart-drawer-items .cart-item__quantity-wrapper{
  justify-content: space-between;
}
cart-drawer-items cart-remove-button .button{
  min-width: 2rem;
  min-height: 2rem;
}
cart-drawer-items cart-remove-button .button svg{
  width: 2rem;
  height: 2rem;
}
cart-drawer-items .cart-item__link{
  position: static;
  line-height: 0;
}
cart-drawer .totals .totals__subtotal-value,cart-drawer .totals .totals__subtotal,.free-shipping-message h2,.free-shipping-message p{
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin:0;
}
.free-shipping-message{
  display: flex;
  justify-content: space-between;
}
#main-cart-footer .free-shipping-message {
  margin-bottom: 1rem;
}
cart-coupon-form .error{
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0;
  text-align: start;
  margin-top: 0.5rem;
}
cart-coupon-form .error.d-none{
  display:none;
}

cart-drawer-upsell h2.might_also_add {
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin: 0 0 1rem;
}
cart-drawer-upsell ul.products_list {
  /* display: flex; */
  flex-wrap: nowrap;
  column-gap: 2rem;
  overflow-x: auto;s
}
/* cart-drawer-upsell ul.products_list::-webkit-scrollbar {
  height: 5px;
}
cart-drawer-upsell ul.products_list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
cart-drawer-upsell ul.products_list::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 10px; 
} */
cart-drawer-upsell ul.products_list button.flickity-button.flickity-prev-next-button {
  display: none;
}
cart-drawer-upsell .products_list .grid__item.product-grid-item {
  width: 65%;
  max-width: 65%;
}
cart-drawer-upsell .products_list .grid__item.product-grid-item:last-child {
  padding-left: 1rem;
}
cart-drawer-upsell {
  background: #fafafa;
  padding: 2rem 2rem 2rem 0;
}
cart-drawer-upsell .card-wrapper .card:not(.ratio) {
  background: transparent;
}
cart-drawer-upsell .card:not(.ratio) {
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
}
cart-drawer-upsell .product-card-wrapper .card__inner {
  max-width: 6rem;
  max-height: 6rem;
}
cart-drawer-upsell .card:not(.ratio)>.card__content {
  width: 100%;
  max-width: calc(100% - 7rem);
}
cart-drawer-upsell .card__information .caption-with-letter-spacing, 
cart-drawer-upsell .matat-wishlist-button-container,
cart-drawer-upsell .quick-add__submit.button.button--full-width.button--secondary span {
  display: none !important;
}
cart-drawer-upsell .card>.card__content .card__information {
  padding: 0;
}
cart-drawer-upsell .card-information>.price, cart-drawer-upsell .card>.card__content .card__information {
  text-align: right;
}
cart-drawer-upsell .card__information h3 a, cart-drawer-upsell .card-information>.price {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
cart-drawer-upsell .card>.card__content .card__information {
  padding-left: 3rem;
}
cart-drawer-upsell .quick-add__submit {
  position: relative;
}
cart-drawer-upsell .card-information .product_per_price {
  text-align: right;
}
cart-drawer-upsell .quick_add_to_cart {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3rem;
  height: 2rem;
  transform: translateY(-50%);
}
cart-drawer-upsell .quick-add__submit.button.button--full-width.button--secondary {
  padding: 0;
  border: 0;
  width: 3rem;
  height: 2rem;
  margin: 0;
}
cart-drawer-upsell .quick-add__submit.button.button--full-width.button--secondary:before {
  content: "" !important;
  background: url(/cdn/shop/files/Group_46924.svg?v=1753248329);
  background-repeat: no-repeat;
  height: 2rem;
  width: 3rem;
}
#CartDrawer .card.enable_img_slider .flickity-rtl .flickity-prev-next-button {
  display: none;
}
.cart__ctas .cart_custom_text {
  margin: 0 !important;
  width: 100%;
}
.cart__ctas .cart_custom_text p {
  margin: 0;
  font-size: 1.4rem;
  line-height: normal;
}
.cart__ctas .cart_custom_text p a, .cart__ctas .cart_custom_text p a strong{
  color: rgb(var(--color-foreground));
  font-size: 1.4rem;
  text-decoration: underline;
}
cart-drawer-upsell .quick-add__submit.button.button--full-width.button--secondary:hover {
  background: transparent;
}
@media screen and (max-width: 749px) {
  .drawer {
    transition: 0.4s opacity;
  }
  
  .drawer.active {
    opacity: 1;
  }
  .remain-order-notice-main {
    padding: 1rem 1.5rem 0;
  }
  /* .cart-drawer .progress{
    margin:0 1.5rem;
  } */
  #CartDrawer .drawer__inner{
    padding:0 0rem;
  }
  .cart-drawer .cart-item{
    padding:1.2rem 0;
  }
  .drawer__heading{
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 0;
  }
  .cart-drawer .mini-cart-subheading{
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 0 0 1rem;
  }
  .cart-drawer .cart-item cart-remove-button {
    margin-right: 0;
  }
  .drawer__inner{
    width: 100vw;
    max-width: 100vw;
  }
  /* .cart-drawer .cart-item{
    grid-template: none;
    grid-template-columns: repeat(3, 1fr);
  } */
  /* .cart-drawer .cart-items td, .cart-drawer .cart-items th,.cart-drawer .cart-item__quantity{
    grid-row: 1;
  }
  .cart-drawer .cart-items .cart-item__quantity{
    grid-column: auto;
    row-gap: 0;
  } */
  /* cart-drawer-items .cart-item__quantity-wrapper{
    height: 100%;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: center;
    row-gap: 2rem;
  } */
  cart-drawer-items .cart-item__name,.cart-price-total-main .cart-item__price-wrapper .price{
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  cart-drawer-items .product-option,#CartDrawer-CartItems .quantity .quantity__button, #CartDrawer-CartItems .quantity .quantity__input{
    font-size: 1.2rem;
    line-height:1.5rem;
  }
  .cart-drawer .product-option dd span{
    width: 1.4rem;
    height: 1.4rem;
  }
  /* .cart-drawer .cart-item>td+td{
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1rem;
    padding-right:1.5rem;
  } */
  .cart-drawer .cart-item__details > * + *{
    margin-top:0.5rem;
  }
  .cart-drawer .promo-code-wrap .cart-coupon-main{
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cart-drawer .promo-code-wrap{
    margin: 0;
    padding: 1rem 1.5rem;
  }
  .cart-coupon-form .code-input .promo-input,.cart-coupon-form .btn-promo{
    height: 3.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cart-coupon-form .btn-promo{
    width:8.6rem;
  }
  .drawer__footer{
    padding:1.5rem 0;
  }
  cart-drawer .totals .totals__subtotal-value, cart-drawer .totals .totals__subtotal, .free-shipping-message h2, .free-shipping-message p{
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cart-drawer__footer>*+*{
    margin-top:0.8rem;
  }
  .drawer__footer .cart__ctas{
    margin-top:1.5rem;
  }
  .cart-drawer .cart__checkout-button{
    font-size: 1.4rem;
    line-height: 1.9rem;
    min-height: 3.4rem;
  }
  .cart-drawer .cart-item .loading-overlay{
    right: auto;
    left:0;
   padding-top: 0;
  }
  h2.cart__empty-text{
    margin-bottom: 1rem;
  }
  .cart__empty-text font,.cart-drawer__empty-content .button,.cart__login-title.h3 font,.cart__login-paragraph,.cart__login-title.h3,.cart__empty-text{
    font-size: 1.4rem;
  }
  .cart__login-title.h3{
    margin-bottom: 0;
  }
  #main-cart-footer .remain-order-notice-main {
    margin-bottom: 1.5rem;
  }
  .drawer_header_inner {
    padding: 1.5rem;
  }
  cart-drawer-upsell .products_list .grid__item.product-grid-item {
    width: 100%;
    max-width: 100%;
  }
  cart-drawer-upsell ul.products_list button.flickity-button.flickity-prev-next-button {
    height: 2rem;
    width: 2rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBABA;
  }
  cart-drawer-upsell ul.products_list button.flickity-button.flickity-prev-next-button .flickity-button-icon {
    height: 0.9rem;
    color: #404040;
  }
  cart-drawer-upsell ul.products_list button.flickity-button.flickity-prev-next-button.previous {
    right: 1rem;
  }
  cart-drawer-upsell ul.products_list button.flickity-button.flickity-prev-next-button.next {
    left: 1rem;
  }
  cart-drawer-upsell {
    padding: 0.8rem 0;
  }
  cart-drawer-upsell ul.products_list {
    padding-right: 3.9rem;
    padding-left: 3.9rem;
  }
  cart-drawer-upsell h2.might_also_add {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0 0.8rem;
  }
  .cart__ctas .cart_custom_text {
    margin-top: 0.7rem !important;
  }
}