/** Shopify CDN: Minification failed

Line 7:0 Unexpected "`"
Line 252:0 Unexpected "`"

**/
```css
/* ---- mobile drawer nav ---- start - */
.mobile-nav__item  .mobile-nav__has-sublist {
  position: relative;
}
.mobile-nav__item .mobile-nav__toggle button.collapsible-trigger {
  position: static;
}
.mobile-nav__item .mobile-nav__toggle button.collapsible-trigger::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/* ---- mobile drawer nav ---- end - */


/* ---- tabs font ---- start - */
.station-tabs-tabcontent p span,
.station-tabs-tabcontent p {
  font-size: 20px !important;
}
@media screen and (max-width: 500px) {
  .station-tabs-tabcontent p span,
  .station-tabs-tabcontent p {
    font-size: 0.9rem !important;
  }
  .station-tabs-tabset h3.station-tabs-tabtitle {
    font-size: 1rem !important;
  }
  .station-tabs-tabpanel .spec-value {
    font-size: 0.9rem;
  }
  .station-tabs-tabpanel .spec-title {
    font-size: 0.9rem;
  }
  .station-tabs-tabcontent {
    font-size: 1rem;
  } 
  .station-tabs-tabcontent p {
    line-height: 24px;
  }
  .station-tabs-tabcontent {
    font-size: 0.9rem;
  }
  .station-tabs-tabcontent h1 {
    font-size: calc(var(--typeHeaderSize)* .5);
    margin-top: 25px;
  }
}
/* ---- tabs font ---- ends - */


/* ---- promo grid ---- start - */
.custom-promo-grid__bg--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .custom-promo-grid__bg--desktop {
    display: none;
  }
  .custom-promo-grid__bg--mobile {
    display: block;
  }
  .custom-promo-grid__bg--mobile.custom-d-none {
    display: none
  }
}
/* ---- promo grid ---- end - */

.js-drawer-closing .main-content:after, .js-drawer-open .main-content:after {
  background-color: #000;
}
.shopify-section-group-header-group [data-section-type=header] {
    z-index: 27;
}
.grid-product__colors {
    justify-content: center; 
}
.collection-grid__wrapper .shopify-product-reviews-badge {
  min-height: unset;
}
.grid-product__color-image {
  display: block !important;
}
.template-product .countdown__block {
  margin-top: 0px;
  margin-bottom: 0px;
}
.template-product .countdown__block .countdown__richtext p {
  margin-bottom: 0px;
}
.template-product .countdown__block .h3 {
  margin-bottom: 10px;
}
.template-product .countdown__block .countdown__richtext p {
  font-weight: 700;
}
.product-mats-1.mobile-only {
  padding: 0 0 !important;
}
.template-policies .shopify-section-group-header-group [data-section-type=header] {
  background-color: #000;
}
.template-policies .shopify-policy__container {
  margin-top: 220px;
}

@media (max-width:767px) {
  .template-product .countdown-layout--banner .countdown__content {
      padding: 15px;
  }
  .template-product .countdown__display-block h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .template-policies .shopify-policy__container {
    margin-top: 130px;
  }
}
.grid-product .grid-product__price--savings {
  display: none !important;
}
@media (min-width: 768px) {
  .promo-grid .flex-grid__item--33 {
    max-width: 33.33%;
  }  
}

/* PDP Upsell */
.pdp-upsell {
  background: #eeeeee;
  border-radius: 3px;
  padding: 15px 15px 0 15px;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pdp-upsell__checkbox {
  accent-color: black;
  width: 20px !important;
  height: 20px;
}

.pdp-upsell__label {
  display: flex;
  letter-spacing: 0 !important;
  width: calc(100% - 30px);
}

.pdp-upsell__text {
  width: 55%
}

.pdp-upsell__title {
  display: block;
  font-weight: bold;
}

.pdp-upsell__content {
  margin-top: 10px;
  display: block;
}

.pdp-upsell__image {
  width: 25%;
  object-fit: contain;
}

.pdp-upsell__price {
  width: 20%;
}

.pdp-upsell__compare {
  display: block;
  text-decoration: line-through;
}

.pdp-upsell__sale {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .pdp-upsell__sale {
    font-size: 20px;
  }

  .pdp-upsell__content {
    font-size: 12px;
  }

  .pdp-upsell__text {
    width: 50%;
  }

  .pdp-upsell__image {
    width: 30%;
  }
}

more-payment-options-link {
  display: none !important;
}

#shopify-installments-cta {
  display: none !important;
}

/*
[data-product-handle="ring-sizer-3-pack-free"] {
  pointer-events: none;
  opacity: 0.7;
}
*/


/* ---- render-flash fixes ---- start ---- */

/* Theme's native filter sidebar is in the server HTML and paints before
   Globo's cross-origin CSS removes it. Hide it up front instead.
   NOTE: remove this line if migrating to native Shopify filtering. */
.collection-sidebar {
  display: none !important;
}

/* theme.css paints this badge red via the --accent modifier, then Globo's
   grid swap repaints it gold. Paint it gold from the start. */
.grid-product__content--discount--accent:before {
  background: #cca86f;
}

/* Fera injects ~30px review summaries into cards after load, shifting the
   grid. Reserve the space so cards don't jump. */
.grid__item [class*="fera-productReviewsSummary"],
.grid-product [class*="fera-productReviewsSummary"],
.grid-product__meta [class*="fera-productReviewsSummary"] {
  min-height: 30px;
}

/* ---- render-flash fixes ---- end ---- */
```