/** Shopify CDN: Minification failed

Line 143:0 All "@import" rules must come first

**/
#CartDrawer .drawer__scrollable .cart__image .image-element {
  opacity: 1 !important;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  padding: 10px 20px 10px 4px;
  column-gap: 20px;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item .cart-upsell_media img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item .cart-upsell_content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  justify-content: center;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item ul.upsell_size-options {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  margin: 0;
}

#CartDrawer
  .cart-drawer_upsell
  .cart_upsell-item
  ul.upsell_size-options
  .size-swatch_item {
  margin: 0;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item h5.upsell_title {
  color: #1c1b1b;
  font-family: "Asap", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item .upsell_price {
  color: #1c1b1b;
  font-family: "Asap", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item .size-swatch {
  color: #6a6a6a;
  text-align: center;
  font-family: "Asap", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
  min-width: 18.442px;
  height: 19px;
  border: 1px solid #d6d5d3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 0;
}
#CartDrawer .cart-drawer_upsell .cart_upsell-item .upsell_atc-btn {
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-family: "Asap", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.8px;
}
#CartDrawer .cart-drawer_upsell .swiper-button {
  width: 10px;
  height: 20px;
}
#CartDrawer .cart-drawer_upsell .swiper-button-prev {
  left: 0;
}
#CartDrawer .cart-drawer_upsell .swiper-button-next {
  right: 0;
}
#CartDrawer .cart-drawer_upsell .size-swatch__Radio:checked + .size-swatch {
  color: #1c1b1b;
  border: 1px solid #1c1b1b;
}
#CartDrawer .cart-drawer_upsell .size-swatch__Radio:disabled + .size-swatch {
  color: #d6d5d3;
  pointer-events: none;
  border: 1px solid #d6d5d3;
  position: relative;
  overflow: hidden;
}
#CartDrawer
  .cart-drawer_upsell
  .size-swatch__Radio:disabled
  + .size-swatch:after {
  position: absolute;
  content: "";
  top: -19px;
  left: 50%;
  transform: rotate(45deg);
  background: #d6d5d3;
  z-index: 9;
  width: 1px;
  height: 55px;
}

/* -----------------------

New Upsell Products CSS

-------------------------- */

@import url("https://fonts.cdnfonts.com/css/sf-pro-display");

#CartDrawer .mobile-upsell_products {
  display: none;
  width: 100%;
  border-top: 1px solid #edede8;
  border-bottom: 1px solid #d6d5d3;
  padding-top: 14px;
  padding-bottom: 10px;
}
#CartDrawer .mobile-upsell_products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#CartDrawer .mobile-upsell_products ul li {
  margin-bottom: 0;
}
#CartDrawer .mobile-upsell_products .swiper-button {
  width: 19.546px;
  height: 20px;
  border-radius: 20px;
  background: #e6e6e6;
  transform: translateY(50%);
}
#CartDrawer .mobile-upsell_products .swiper-button svg {
  width: 5px;
  height: 9px;
}
#CartDrawer .mobile-upsell_products .swiper-button-next {
  right: 0;
}
#CartDrawer .mobile-upsell_products .swiper-button-prev {
  left: 0;
}
#CartDrawer .mobile-upsell_products .swiper-slide {
  display: flex;
  padding: 10px 20px 10px 4px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
  height: auto;
}
#CartDrawer .mobile-upsell_products .mobile-upsell--item {
  display: flex;
  align-items: center;
  gap: 2px;
}
#CartDrawer .mobile-upsell_products .mobile-upsell--item .mobile-upsell--media {
  width: auto;
  height: auto;
}
#CartDrawer
  .mobile-upsell_products
  .mobile-upsell--item
  .mobile-upsell--media
  .upsell--image {
  width: 104px;
  height: auto;
  object-fit: cover;
}
#CartDrawer
  .mobile-upsell_products
  .mobile-upsell--item
  .mobile-upsell--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  flex: 1;
}
#CartDrawer
  .mobile-upsell_products
  .mobile-upsell--content
  .upsell--title_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#CartDrawer .mobile-upsell_products .mobile-upsell--content .upsell--title {
  color: #1c1b1b !important;
  font-family: "SF Pro Display", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
#CartDrawer .mobile-upsell_products .mobile-upsell--content .upsell--price {
  color: #1c1b1b;
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#CartDrawer .mobile-upsell_products .upsell--color_grid {
  display: flex;
  gap: 5px;
}
#CartDrawer .mobile-upsell_products .upsell--color_grid .color--option {
  width: 20px;
  height: 20px;
  border-radius: 17px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
  padding: 1px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#CartDrawer .mobile-upsell_products .upsell--color_grid .color--option.active {
  border: 2px solid rgba(0, 0, 0, 0.4);
  cursor: none;
  pointer-events: none;
}
#CartDrawer .mobile-upsell_products .upsell--color_grid .color--option span {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 13px;
}
#CartDrawer .mobile-upsell_products .upsell--size_variants {
  display: flex;
  align-items: center;
  gap: 5px;
}
#CartDrawer .mobile-upsell_products .upsell--size_variants .variant-button {
  display: flex;
  width: 18.442px;
  height: 19px;
  padding: 1.5px 4.901px 1.5px 4.848px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d5d3;
  color: #6a6a6a;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
  cursor: pointer;
}
#CartDrawer
  .mobile-upsell_products
  .upsell--size_variants
  .variant-button.active {
  border: 1px solid #000;
  cursor: none;
  pointer-events: none;
  color: #1c1b1b;
}
#CartDrawer
  .mobile-upsell_products
  .upsell--size_variants
  .variant-button[disabled] {
  cursor: none;
  pointer-events: none;
  position: relative;
  color: #e8e8e1;
}
#CartDrawer
  .mobile-upsell_products
  .upsell--size_variants
  .variant-button[disabled]::after {
  content: "";
  width: 90%;
  height: 1px;
  background: #e8e8e1;
  display: inline-block;
  position: absolute;
  transform: rotate(137deg);
  left: 1px;
  top: 47%;
}
#CartDrawer .mobile-upsell_products .upsell--atc_button {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 77px;
}

@media screen and (max-width: 767px) {
  #CartDrawer .cart-drawer_upsell {
    display: none !important;
  }
  #CartDrawer .mobile-upsell_products {
    display: block;
  }
  #CartDrawer .drawer__inner .cart__items .cart__item {
    margin-bottom: 14px;
  }
}
