/** 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: var(--typeHeaderPrimary);
  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: var(--typeHeaderPrimary);
  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: var(--typeHeaderPrimary);
  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: var(--typeHeaderPrimary);
  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-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-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-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-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;
  }
}

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

Bestseller Products CSS

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

#CartDrawer .cart_bestseller-wrapper {
  border-bottom: 1px solid #edede8;
  padding-bottom: 10px;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .bestseller-item {
  position: relative;
  /* flex: 1; */
  border-radius: 5px;
  border: 2px solid #eeeee8;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  margin: 0;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .product_media {
  width: 172px;
  height: 118px;
  object-fit: contain;
  margin-inline: auto;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .product-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .b_title {
  color: #5d5c5a;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 0px;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .b_price {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .b_button {
  border-radius: 3px;
  border: 1px solid #000;
  background: #000;
  padding: 5px;
  color: #fff;
  text-align: center;
  /* font-family: Inter, sans-serif; */
  font-size: 12px;
  font-weight: 700;
  line-height: 19.88px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}
#CartDrawer .cart_bestseller-wrapper .bestseller_grid .b_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#CartDrawer .cart_bestseller-popups .bestseller-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 410px;
  height: fit-content;
  z-index: 99999;
  transform: translateY(120%);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
#CartDrawer .cart_bestseller-popups .bestseller-popup.active {
  transform: translateY(0%);
  visibility: visible;
}
.js-bestseller_overlay .main-content:after,
.js-bestseller_overlay .cart__drawer:after {
  /* animation: overlay-on .35s forwards; */
  position: fixed;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1 !important;
  background: rgba(45, 45, 45, 0.80);
  z-index: 999;
}
#CartDrawer .cart_bestseller-popups .popup-wrapper {
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
button.popup-close {
  display: inline-flex;
  padding: 0;
  margin-left: auto;
  width: 16px;
  height: 16px;
}
#CartDrawer .cart_bestseller-popups .popup-wrapper svg {
  width: 100%;
  height: 100%;
}
#CartDrawer .cart_bestseller-popups .product_info-wrapper {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E8E8E1;
}
#CartDrawer .cart_bestseller-popups .product_info-wrapper img {
    width: 82px;
    height: 92px;
    object-fit: contain;
    flex-shrink: 0;
}
#CartDrawer .cart_bestseller-popups .product_info-wrapper .product-content {
    display: flex
;
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
}
#CartDrawer .cart_bestseller-popups .product_info-wrapper .b_title {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase !important;
    margin: 0px;
    letter-spacing: 0;
}
#CartDrawer .cart_bestseller-popups .product_info-wrapper .b_price {
    display: flex;
    color: #1C1D1D;
   
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.414px;
}
#CartDrawer .cart_bestseller-popups .atc_button {
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
}
#CartDrawer .cart_bestseller-popups .atc_button>span {
    color: var(--text-color);
    text-align: center;
    /* font-family: Inter, sans-serif; */
    font-size: 12.141px;
    font-weight: 700;
    line-height: 19.88px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    z-index: 2;
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#CartDrawer .cart_bestseller-popups .atc_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--button-color) !important;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: scale(1);
    transform-origin: left center;
    z-index: 1;
    border-radius: 3px;
}
#CartDrawer .cart_bestseller-popups .atc_button:hover {
    border-color: var(--button-color);
    background-color: transparent !important;
}
#CartDrawer .cart_bestseller-popups .atc_button:hover>span {
    color: #000;
}
#CartDrawer .cart_bestseller-popups .atc_button:hover::after {
    transform: scaleX(0);
    transform-origin: right center;
}

/* Color Swatch CSS */

#CartDrawer .cart_bestseller-popups .product_color-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
#CartDrawer .cart_bestseller-popups .popup-wrapper .label_title {
  color: #000;
  /* font-family: "Twentieth Century", sans-serif; */
  font-size: 13.2px;
  font-weight: 400;
  line-height: 18.55px;
  letter-spacing: 3.974px;
  text-transform: uppercase !important;
}
#CartDrawer .cart_bestseller-popups .product_color-wrapper .color-swatch_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding-block: 3px;
}
#CartDrawer .cart_bestseller-popups .product_color-wrapper .color--swatch {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 4px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.10);
}
#CartDrawer .cart_bestseller-popups .product_color-wrapper .color--swatch.selected {
  border-color: rgba(0, 0, 0, 0.40);
}
#CartDrawer .cart_bestseller-popups .product_color-wrapper .color--swatch span {
  display: block;
    width: 100%;
    height: 100%;
}

/* Size Color CSS */

#CartDrawer .cart_bestseller-popups .product_size-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 10px;
}
#CartDrawer .cart_bestseller-popups .product_size-wrapper .size-swatch_grid {
    display: flex;
}
#CartDrawer .cart_bestseller-popups .product_size-wrapper .size--swatch {
    display: flex;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px #E8E8E1;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    cursor: pointer;
    text-align: center;
    color: #000;
    text-align: center;
    /* font-family: "Twentieth Century", sans-serif; */
    font-size: 16.081px;
    font-weight: 400;
    line-height: 23.18px;
    letter-spacing: 0.414px;
    position: relative;
}
#CartDrawer .cart_bestseller-popups .product_size-wrapper .size--swatch[disabled] {
    color: #E8E8E1;
    cursor: not-allowed;
    font-size: 16.6px;
}
#CartDrawer .cart_bestseller-popups .product_size-wrapper .size--swatch[disabled]:after {
   content: '';
  position: absolute;
  transform: rotate(45deg);
  border-left: 1.436px solid;
  border-color: #E8E8E1;
  bottom: 0;
  left: 50%;
  top: 0;
}
#CartDrawer .cart_bestseller-popups .product_size-wrapper .size--swatch.selected {
    border: 1px solid var(--button-color);
    box-shadow: 0px 0px 0px 1px var(--button-color);
    z-index: 1;
}

@media screen and (max-width: 768px) {
  #CartDrawer .cart_bestseller-popups .bestseller-popup {
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100%;
    max-width: 85%;
  } 
  #CartDrawer .cart_bestseller-wrapper .bestseller_grid .bestseller-item {
    padding: 8px;
    gap: 2px;
    min-width: 160px;
    flex: unset;
  }
  #CartDrawer .cart_bestseller-wrapper .bestseller_grid .product_media {
    width: 84px;
    height: 80px;
  }
  #CartDrawer .cart_bestseller-wrapper .bestseller_grid .b_button {
    padding: 2px 4px;
    font-size: 11px;
    letter-spacing: 1px;
  }
    #CartDrawer .cart_bestseller-wrapper {  
    max-width: 100%;
  }
}

@media screen and (min-width: 595px) and (max-width: 768px) {
  #CartDrawer .cart_bestseller-wrapper .bestseller_grid .bestseller-item {
    flex-direction: row;
    justify-content: space-evenly;
  }
  #CartDrawer .cart_bestseller-wrapper .bestseller_grid .product-content {
    row-gap: 8px;
  }
}

@media screen and (max-width: 595px) {
  #CartDrawer .cart_bestseller-popups .bestseller-popup {
   max-width: 91.7%;
  } 
}