/** Shopify CDN: Minification failed

Line 135:0 Unexpected "}"

**/
.product-info__block-list .price-list .text-subdued {
    font-family: 'FoundersGroteskRegular', sans-serif !important;
}
.rbu-sb-tier-product-price, .rbu-sb-tier-product-title {
    font-family: 'FoundersGroteskRegular', sans-serif !important;
}
.rbu-sb-btn__text {
    font-family: 'FoundersGrotesk', sans-serif !important;
    font-weight: 200;
}
.product-info__block-item .product-title {
    font-family: FoundersGroteskRegular, sans-serif !important;
}

/*------------custom-tab-css----------------*/
.main_tabs_headings {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.tab_heading {
    padding: 10px 15px;
    border: 1px solid;
}
.sub_tab_block {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}
.sub_tab_heading {
    padding: 10px 15px;
}
.image_text_tab {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
    flex-wrap: wrap;
}
.image_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 749px) {

  /* Reduce padding between gray line and Size: */
  .quick-buy-modal__content {
    padding-top: 0 !important;
  }
  .quick-buy-modal__info-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .product-info__block-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item {
    margin-bottom: 2px !important;
    padding: 0 !important;
  }

  /* Hide duplicate Size: label */
  .quick-buy-modal__info-wrapper [data-block-type="variant-picker"] .variant-picker__option-info {
    display: none !important;
  }

  /* Size buttons — slightly bigger */
  .quick-buy-modal__info-wrapper .option-value__label,
  .quick-buy-modal__info-wrapper .option-value button,
  .quick-buy-modal__info-wrapper .option-value a,
  .quick-buy-modal__info-wrapper [data-block-type="variant-picker"] button,
  .quick-buy-modal__info-wrapper [data-block-type="variant-picker"] .block-swatch {
    font-size: 11px !important;
    padding: 5px 10px !important;
    min-height: 28px !important;
    min-width: 32px !important;
    height: auto !important;
    line-height: 1 !important;
  }

  /* Fix Size Chart link — remove any inherited strikethrough */
  .quick-buy-modal__info-wrapper .size_chat_image,
  .quick-buy-modal__info-wrapper .variant-picker-header a,
  .quick-buy-modal__info-wrapper .variant-picker-header button {
    text-decoration: none !important;
    text-decoration-line: none !important;
  }

  /* Fix quantity picker vertical alignment */
  .quick-buy-modal__info-wrapper .quantity-selector {
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
  }
  .quick-buy-modal__info-wrapper .quantity-selector__button,
  .quick-buy-modal__info-wrapper .quantity-selector__value {
    font-size: 11px !important;
    width: 26px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  /* Smaller shop pay */
  .quick-buy-modal__info-wrapper [data-block-type="payment-terms"],
  .quick-buy-modal__info-wrapper [data-block-type="payment-terms"] * {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
  /* Fix Size Chart strikethrough */
  .quick-buy-modal__info-wrapper button.size_chat_image,
  .quick-buy-modal__info-wrapper .size_chat_image,
  .quick-buy-modal__info-wrapper a.size_chat_image {
    text-decoration: none !important;
    text-decoration-line: none !important;
    -webkit-text-decoration: none !important;
  }s
}