/** Shopify CDN: Minification failed

Line 106:242 Expected ")" to end URL token

**/
/* BACKDROP PRODUCT PAGE STYLING */

 h6 {
    line-height: 5px;
  }

/* Globo Add on widget styling  */
.ga-products-box {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ga-products-box h2 {
  font-family: montserrat !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}




.ga-carousel_wrapper {
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ga-product_addtocart {
  color: #121212 !important;
  background-color: #ffffff !important;
  font-size: 14px;
  border: 1px solid #121212 !important;
  border-radius: 5px !important;
}
@media (max-width: 799px) {
  .ga-carousel_wrapper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px !important;
  }

  .ga-product_addtocart {
  font-size: 12px!important;
}
}


/* size chart pop up size */

.modal[active] > .drawer__inner {
  opacity: 1;
  transform: scale(1.3) !important;
}

.modal .drawer__inner h1 {
  display:none;
}


/*desktop header styling */
a.h4.mega-menu__link.mega-menu__link--top.font-heading {
  font-family: montserrat !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}

/* Mobile menu styling */
.menu-drawer__item-link {
  font-family: montserrat;
}

/* Homepage Newsletter section background graphic */

@media (min-width: 800px) {
  #shopify-section-template--18125382975661__newsletter_iRa49T .section {
    background-image: url("/cdn/shop/files/Newsletter_3.jpg?v=1737665766");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* Custom Fonts */

@font-face {
  font-family: "Eighties Regular";
  font-style: normal;
  font-display: swap;
  src: url("/cdn/shop/files/EightiesComeback-Regular.woff2?v=1737654827")
      format("woff2"),
    url("/cdn/shop/files/EightiesComeback-Regular.woff?v=1737654827")
      format("woff");
}

@font-face {
  font-family: "Eighties Italic";
  font-style: normal;
  font-display: swap;
  src: url('/cdn/shop/files/EightiesComebackIt-ExtraBold.woff2?v=1737654848') format('woff2'), url(‘/cdn/shop/files/EightiesComebackIt-ExtraBold.woff?v=1737654848') format('woff');
}

/* Heading Fonts for Eighties Regular */
.hd1,
.hd2,
.hd3 {
  font-family: "Eighties Regular";
}

/* Heading Fonts for Eighties Regular */
h1,
h2,
h3,
h4 {
  font-family: "Eighties Regular";
}

/* Heading Fonts for products Eighties Italic */
.section--featured-collection .section__heading {
  font-family: "Eighties Italic";
}

/* Font styling for heading 2xl, xl, and lg */
.h1,
.h2,
.h3 {
  font-family: "Eighties Italic";
}

/* Font styling for heading md */

.h4 {
  font-family: montserrat !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 500;
}

@media (min-width: 1000px) {
  .h4 {
    font-size: 20px;
  }
}

@media (max-width: 999px) {
  h3.collection-card__title.h4 {
    font-size: 12px;
    letter-spacing: 1px !important;
    font-weight: 600;
  }
}
/* Font styling for heading sm and xs */

.h5,
.h6 {
  font-family: montserrat !important;
}

/* Font styling for subheaders */
.text-subheading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

/* Blog Font styling */
.article-navigation__heading {
  text-transform: none !important;
}

/* price font */
.f-price {
  font-weight: 300;
}
