/** Shopify CDN: Minification failed

Line 129:0 Unexpected "}"

**/
/* === NAV == */
/* Navigation Font Weight */
.site-nav.site-navigation.small--hide {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0 !important;
}

/* Regional sites font size */
.toolbar__menu.inline-list {
  font-size: 12px !important;
}

/* Section Header */
.section-header__title {
  letter-spacing: 1.1px !important;
  font-size: 20px !important;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 26px !important;
  }
}

@media screen and (min-width: 1024px) {
  .section-header__title {
    font-size: 28px !important;
  }
}

@media screen and (min-width: 1024px) {
  .page-width.page-content.page-content--top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* === COLLECTION PAGE == */
.page-width.page-content.page-content--top {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .page-width.page-content.page-content--top {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}

/* Product Card Title */
.grid-product__title {
    font-size: 13px !important;
    padding-bottom: 7px;
    line-height: 1.2;
}

.grid-product__price {
    font-size: 13px !important;
}

/* === PRODUCT PAGE == */
.product-single__title {
    letter-spacing: 0px !important;
    font-size: 24px !important;
    text-transform: none !important;
    line-height: 1.25 !important;
    padding-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
    .product-single__title {
    font-size: 28px !important;
    line-height: 2rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .product-single__title {
    font-size: 30px !important;
    line-height: 2.5rem !important;
    }
}

/* Product description body text */
.rte {
    font-size: 15px !important;
    line-height: 1.6 !important;
    letter-spacing: none !important;
}

.rte p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    letter-spacing: none !important;
    margin-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
    .rte,
    .rte p {
    font-size: 15px !important;
    letter-spacing: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .rte,
    .rte p {
    font-size: 15px !important;
    letter-spacing: none !important;
    }
}

/* Slashed Previous Price */
.product__price.product__price--compare {
    color: #999999 !important; /* Faded gray */
    opacity: 0.7 !important; /* Additional fading */
    }
}

/* Product Price */
.product-block.product-block--price {
    font-size: 12px !important;
    font-weight: 500 !important;
}

@media screen and (min-width: 1024px) {
    .product-block.product-block--price {
    font-size: 13px !important;
    font-weight: 500 !important;
    }
}

/* Savings text "Save" */
.product__price-savings {
    font-size: 13px !important;
    color: #fff !important;
}

/* Savings amount - the actual price */
span[data-save-price] {
    font-size: 14px !important;
    color: #FFFFFF !important;
    background-color: #E53935 !important;
    padding: 4px 12px !important;
    display: inline-block !important;
    margin-top: 12px !important;
}

span[data-save-price] .money {
    color: #FFFFFF !important;
    font-weight: 400 !important;
}

/* Hide the Sale color in non-sale items */
.product__price-savings.hide {
    display: none !important;
}

/* Label Text and Button */
.label {
    letter-spacing: 2px !important;
}

/* Size Chart Link */
.tool-tip-trigger .tool-tip-trigger__title {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: underline;
}

/* Add to Cart button */
.btn.btn--full.add-to-cart {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 16px;
    font-weight: 600;
    border-radius: 32px;
}

/* Disable hover effect when button is disabled/sold out */
.btn.btn--full.add-to-cart:disabled,
.btn.btn--full.add-to-cart[disabled] {
    pointer-events: none;
}

.label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height {
    text-align: left;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: 600 !important;
    padding: 20px;
}

/* Restock Button */
.restock-rocket-button {
    border-radius: 32px !important;
    padding: 18px !important;
}

/* Recently Viewed Product Title */
.index-section--small {
    font-size: 14px; 
    font-weight: 600;
}

/* Bottom Return Button on Product Page */
@media screen and (max-width: 768px) {
    .text-center.page-content.page-content--bottom {
        padding-bottom: 0px !important;
    }
}

/* Filter Titles & Checkboxes */
.collapsible-trigger-btn {
    font-weight: 500 !important;
    letter-spacing: 1.8px;
    font-size: 13px;
}

ul.no-bullets.tag-list {
    font-size: 13px;
}

.tag__checkbox {
    padding-top: 20px;
    padding-right: 8px;
    color: black;
}

.tag__checkbox::before {
    border: 1px solid #ccc;
}

.price-range__display-wrapper {
    padding-bottom: 18px;
}

/* Cart Drawer */
.rebuy-cart__flyout-header {
    padding: 20px;
}

.rebuy-cart__flyout-title {
    font-size: 18px;
}

h5.rebuy-product-title .rebuy-product-title-link {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.rebuy-product-actions .rebuy-button {
    text-transform: none;
    letter-spacing: 0;
}

.rebuy-cart__flyout-subtotal {
    font-size: 17px;
    margin: 20px 0 10px;
}

.rebuy-cart__flyout-actions .rebuy-button.rebuy-cart__checkout-button {
    font-size: 13px;
    letter-spacing: 2.4px;
    padding: 16px;
}

h3.super-title {
    font-size: 24px;
    letter-spacing: 1.2px;
}

/* Upsell Belts button */
.rebuy-product-actions .rebuy-button {
    font-size: 16px;
    padding: 18px 32px;
}

/* === CART PAGE == */
.cart__item-name {
    font-size: 18px;
    font-weight: 600;
}

.cart__item-sub.cart__item-row {
    padding-bottom: 10px;
    font-weight: 600;
}

.btn.cart__checkout {
    border-radius: 32px;
    letter-spacing: 1.2px;
    text-transform: none;
    font-size: 16px;
    padding: 18px;
}

/* Reviews Carousel */
.jdgm-carousel-title-and-link {
    margin-bottom: 40px !important;
}

.jdgm-carousel-wrapper {
    padding-bottom: 0px !important;
}

.jdgm-carousel-title {
    padding-bottom: 15px;
}

.jdgm-all-reviews-rating {
    padding-bottom: 6px;
}

.jdgm-carousel__arrows {
    padding-top: 40px;
}

/* Review Nav Arrows */
.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {
    display: none !important;
}
.jdgm-carousel__arrows {
    margin: 0px !important 
}

/* === MOBILE NAV == */
.mobile-nav {
    font-size: 13px;
    font-weight: 600;
}

/* Product Card Title */
.grid-product__title.grid-product__title--body {
  font-size: 13px !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
}

/* Homepage Promo Grid Title */
.promo-grid__text .rte--block.rte--strong {
  font-size: 24px !important;
}

/* Homepage Promo Grid Title */
.promo-grid__text .rte--block.rte--strong {
    font-size: 24px !important;
}
