/** Shopify CDN: Minification failed

Line 213:12 Expected identifier but found whitespace
Line 213:13 Unexpected "("

**/
@font-face {
font-family: 'Gofar Script - Personal Use';
font-style: normal;
font-weight: normal;
src:  url("{{ 'Gofar-Script.woff' | file_url }}") format("woff");
}

@font-face {
    font-family: "Gofar Script - Personal Use";
    src: url("{{ 'Gofar-Script.woff2' | asset_url }}") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gofar Script - Personal Use';
    src: url('/cdn/shop/files/Gofar-Script.woff2?v=1734786397') format('woff2'),
        url('/cdn/shop/files/Gofar-Script.woff?v=1734786393') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: 'Gofar Script';
font-style: normal;
font-weight: normal;
src:  url("{{ 'GofarScript.woff' | file_url }}") format("woff");
}

@font-face {
    font-family: "Gofar Script";
    src: url("{{ 'GofarScript.woff2' | asset_url }}") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gofar Script';
    src: url('/cdn/shop/files/GofarScript.woff2?v=1740656845') format('woff2'),
        url('/cdn/shop/files/GofarScript.woff?v=1740656844') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* nav menu on ios fix */

@media screen and (max-width: 767px) {
.nav-access {
  display: block !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

.nav-trigger {
  display: flex !important;
  visibility: visible !important;
  position: relative !important;
}
}


/* related links */

.meg-rel {
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight:500!important;
    margin: 0 0 15px;
}
.meg-section{
  background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}
span.meg-sub {
list-style: none;
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 23px 15px 0;
}

.section.shell.shell--fluid li{
  list-style: none;
}

ul.meg-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 50px;
    justify-content: center;
}

.no-bullets {
    list-style: none outside;
    margin-left: 0;
}

.toggle-icon{
  display: none;
}

@media (max-width: 768px) {

    ul.meg-wrapper {
    display: block;
  }
  .meg-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
   
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }

  .toggle-icon {
    display: inline-flex;
    font-weight: bold;
    margin-left: 10px;
    transition: transform 0.3s ease;
    float: right;
  }

  .no-bullets {
    display: none;
    list-style: none;
    background-color: #fff;
  }
 .meg-wrapper .no-bullets {
    padding: 15px 10px;
    }
  .no-bullets.active {
    display: block;
  }
}

/* heading tags */

.h3 {
    font-size: 26px;
      margin-bottom: .75em;
    font-weight: 700;
}

.cart-drawer-slider .cart-drawer-slider__head .h4, .cart-drawer-slider .cart-drawer-slider__head .h4 {
    font-weight: 400;
    letter-spacing: .015em;
}

.collection-thumb .collection-thumb__content .h5, .collection-thumb .collection-thumb__content .h5 {
    font-weight: 400;
    letter-spacing: .015em;
}

.image-overlay-content .h2 {
    margin: 0 0 0.5rem;
    text-align: center;
    font-family: "Gofar Script";
    font-weight: 400 !important;
    text-shadow: none;
    font-size: 7rem;
    line-height: 80px;
}
@media screen and (max-width: 767px) {
    .image-overlay-content .h2 {
        font-size: 3rem !important;
        line-height: 30px;
    }
}

.collection-card.collection-card--centered .collection-card__content .h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 1px;
    font-size: small;
}

.collection-card.collection-card--centered .collection-card__content .h5 {
    font-size: 38px;
    font-weight: 400;
    text-transform: lowercase !important;
    letter-spacing: 0px;
    font-family: "Gofar Script";
}

@media screen and (max-width: 767px) {
    .collection-card.collection-card--centered .collection-card__content .h5 {
        font-size: 2rem;
        line-height: 26px;
        padding-bottom: 10px;
    }
}

.collection-card.collection-card--centered .collection-card__content h5
Specificity: (0,3,1)
 {
   font-weight: 400;
   color: #fff;
 }

.image-overlay-content .description {
  font-weight:400;
}

.tabs .tabs__nav a .h2 {
    font: inherit;
}

.section-tabs .section-tabs__head .h3 {
    font-weight: 400;
    letter-spacing: .015em;
}

.image-overlay-content1 .h1 {
    font-size: 5rem;
    line-height: 60px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .image-overlay-content1 .h1 {
        font-size: 2.5rem;
        line-height: 40px;
        width: 300px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        padding-bottom: 20px;
    }
}

