/** Shopify CDN: Minification failed

Line 22:62 Unexpected "{"

**/
.shopify-section.hero-wrapper.section-wrapper {
    margin-top: 0 !important;
}
.product-card div[ref="priceContainer"] {
    text-align: center;
}

.product-card a[ref="productTitleLink"] div, .product-card a[ref="productTitleLink"] p {
    text-align: center;
    width: 100%;
    max-width: unset;
}

/* Background image fix start */

/* Stop Tinker from forcing full viewport height */
#shopify-section-template--26665149563202__hero_iLBwPd .hero, {
  min-height: auto !important;
}

/* Make media wrapper participate in layout */
#shopify-section-template--26665149563202__hero_iLBwPd .hero__media-wrapper {
  position: relative !important;
  height: auto !important;
}

/* Make picture behave normally */
#shopify-section-template--26665149563202__hero_iLBwPd .hero__image {
  position: relative !important;
  display: block !important;
  height: auto !important;
}

/* Let image control height */
#shopify-section-template--26665149563202__hero_iLBwPd .hero__image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

/* Contact page image fix */
/* Hero fix */
#shopify-section-template--26665149628738__hero_4gtiBq .hero,
#shopify-section-template--26665149595970__hero_tWbrCp .hero,
#shopify-section-template--26665149563202__hero_cdYrE6 .hero {
  min-height: auto !important;
}
#shopify-section-template--26665149628738__hero_4gtiBq .hero__media-wrapper,
#shopify-section-template--26665149595970__hero_tWbrCp .hero__media-wrapper,
#shopify-section-template--26665149563202__hero_cdYrE6 .hero__media-wrapper {
  position: relative !important;
  height: auto !important;
}
#shopify-section-template--26665149628738__hero_4gtiBq .hero__image,
#shopify-section-template--26665149595970__hero_tWbrCp  .hero__image, 
#shopify-section-template--26665149563202__hero_cdYrE6 .hero__image {
  position: relative !important;
  display: block !important;
  height: auto !important;
}
#shopify-section-template--26665149628738__hero_4gtiBq .hero__image img,
#shopify-section-template--26665149595970__hero_tWbrCp .hero__image img, 
#shopify-section-template--26665149563202__hero_cdYrE6 .hero__image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}
#shopify-section-template--26665149628738__hero_4gtiBq .hero__container,
#shopify-section-template--26665149595970__hero_tWbrCp .hero__container,
#shopify-section-template--26665149563202__hero_cdYrE6 .hero__container {
  padding: 0;
}

/* Golf collection homepage fix */
#shopify-section-template--26665149563202__hero_cdYrE6 .hero__content-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  #shopify-section-template--26665149563202__hero_cdYrE6 .hero__content-wrapper {
    gap: 7px;
  }
}

/* Make homepage menu transparent by removing top padding from the hero image */
#Hero-template--26665149563202__hero_iLBwPd .hero__container {
  padding-top: 0;
}

/* Background image fix end */

/* Blog styles */
.blog__container {
    max-width: 90ch;
    margin: 0 auto;
    margin-bottom: 30px;
}
.blog__container h1 {
  text-align: center;
}

.article-featured-image img {
  max-height: 500px;
  margin: 20px auto;
  object-fit: contain;
}

.related-articles {
  margin-top: 60px;
}

.related-articles h2 {
  margin-bottom: 30px;
  text-align: center;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.related-card img {
  width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 10px auto;
}

.related-card h3 {
  font-size: 24px;
  text-align: center;
}

/* Tablet */
@media (max-width: 990px) {
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/* Custom Blog Styles */
/* Wrapper */
  .custom-layout {
    /* width: 100%; */
    max-width: 950px;
    margin: 0 auto;
  }

  .custom-layout__row {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  /* Full width sections */
  .custom-layout__full {
    width: 100%;
  }

  /* Two column (40/60) */
  .custom-layout__two-column {
    display: flex;
    gap: 30px;
  }

  .custom-layout__col--40 {
    width: 40%;
  }

  .custom-layout__col--60 {
    width: 60%;
  }

  /* Three column */
  .custom-layout__three-column {
    display: flex;
    gap: 30px;
  }

  .custom-layout__col--third {
    width: 33.3333%;
  }

  .custom-blog-date {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Quicksand-Regular', sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
  .custom-blog-static {
    background-color: #252022;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Quicksand-Regular', sans-serif;
    letter-spacing: 4px;
  }
  .custom-blog-title {
    font-size: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Mondeur', sans-serif;
    line-height: 1;
  }
  .custom-blog-headline {
    background-color: #ffd101;
    color: #110a00;
    margin-bottom: 30px;
    font-family: 'Quicksand-SemiBold', sans-serif;
    padding: 10px 0;
    font-size: 20px;
  }
  .custom-blog-tv-film {
    background-color: #241f21;
    color: #9f9c9d !important;
    padding: 10px;
  }
  .custom-blog-tv-film h2 {
    color: #fff !important;
  }
  .custom-blog-body {
    font-size: 12px;
    color: #5a5a5a;
  }
  .custom-blog-body h2 {
    margin: 0;
    font-family: 'Mondeur', sans-serif;
    font-size: 20px;
    color: #000;
  }
  .custom-blog-body h6 {
    margin: 10px 0;
    font-size: 11px;
    font-weight: 700;
  }
  .custom-blog-body h6 + p {
    font-size: 11px;
  }
  .custom-blog-body h6 > a {
    color: #5a8dee;
    text-decoration: underline;
  }
  .custom-blog-body p {
    text-align: justify;
    margin: 0;
    font-family: 'Quicksand-Regular', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-size: 13px;
  }
  .custom-blog-image, .custom-blog-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .custom-blog-copyright {
    text-align: center;
    font-size: 12px;
    color: #888;
    padding: 40px 0;
  }

  /* Mobile */
  @media screen and (max-width: 768px) {
    .custom-blog {
      width: 80%;
      margin: 20px auto;
    }
    .custom-blog-static {
      font-size: 10px;
    }
    .custom-blog-title {
      font-size: 36px;
    }
    .custom-blog-headline {
      padding: 10px;
      font-size: 12px;
    }

    .custom-layout__two-column,
    .custom-layout__three-column {
      flex-direction: column;
    }

    .custom-layout__col--40,
    .custom-layout__col--60,
    .custom-layout__col--third {
      width: 100%;
    }
    #shopify-section-template--26665149563202__hero_cdYrE6 .hero__container {
      padding-top: 200px;
      margin-bottom: max(20px, calc(var(--spacing-scale) * 80px));
    }
  }

  /* @media screen and (max-width: 540px) {
    .ai-text-image-container-ayvrjshfwl29ic01qcaigenblock1a53e6ezkdtch {
      flex-direction: column-reverse !important;
    }
  } */

  /* Custom Blog Styles End */

  /* Product page add to cart shortcut popup */
  .sticky-add-to-cart__title {
    font-family: unset;
  }

  /* Pull quote */
  #shopify-section-template--26665149563202__section_ENUq7Y p,
  #shopify-section-template--26796070306114__section_7HfatQ p {
    font-size: 26px;
  }

  /* Contact us form button hover */
  #ContactForm-AYVovbEpSWTVMSEtqU__contact_form_jWxXkm button:hover {
    background-color: var(--color-primary-button-background);
    color: #000;
  }

  /* Contact information page */
  .shopify-policy__body .rte {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 50px 0;
  }

  .shopify-policy__body .rte p:first-child {
    display: none;
  }

  .shopify-policy__body .rte p:nth-child(2) {
    background-color: var(--color-primary-button-background);
  }

  .shopify-policy__body .rte p:nth-child(3) {
    background-color: #1a1a1a;
    color: #fff;
  }

  .shopify-policy__body .rte p:nth-child(2):hover,
  .shopify-policy__body .rte p:nth-child(3):hover {
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
  }

  .shopify-policy__body .rte p:not(:last-child):not(:first-child) {
    padding: 60px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    box-shadow: 5px 3px 1px #ddd;
    font-family: 'Instrument Serif';
    font-size: 30px;
    margin: 0;
  }

  @media screen and (max-width: 576px) {
    .shopify-policy__body .rte {
      flex-direction: column;
    }
  }