/** Shopify CDN: Minification failed

Line 48:10 Unexpected "{"

**/
/*  ################################################################################################################################## Force Font globally to all elements */
@font-face {
    font-family: 'Proxima Nova';
    src: url('/cdn/shop/files/proxima_nova-webfont.woff2?v=1737308824') format('woff2'),
         url('/cdn/shop/files/proxima_nova-webfont.woff?v=1737308819') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/cdn/shop/files/proxima_nova_bold-webfont.woff2?v=1737308824') format('woff2'),
         url('/cdn/shop/files/proxima_nova_bold-webfont.woff?v=1737308819') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova SemiBold';
    src: url('/cdn/shop/files/proxima_nova_semibold-webfont.woff2?v=1737308824') format('woff2'),
         url('/cdn/shop/files/proxima_nova_semibold-webfont.woff?v=1737308819') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('/cdn/shop/files/proxima_nova_thin-webfont.woff2?v=1737308824') format('woff2'),
         url('/cdn/shop/files/proxima_nova_thin-webfont.woff?v=1737308819') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Proxima Nova', sans-serif !important;
    letter-spacing: normal !important;
}

h1,h2,h3, {
  font-family: 'Proxima Nova' !important;
  font-weight: 700;
}
h2 {
  font-weight: 600;
}
p {
  font-size: 16px !important;
  line-height: normal !important;
}

/*  ################################################################################################################################## Menu */
shopify-payment-terms {
  display: none !important;
}
/*  ################################################################################################################################## Menu */

.jdgm-star.jdgm--on,
.jdgm-star.jdgm--off {
  font-family: 'JudgemeStar' !important;
}

.site-nav__link {
  color: #FFF; /* Primary color for links */
  text-decoration: none; /* Remove underline by default */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}
.site-nav__link:hover {
  color: #4a572b; /* Change color on hover */
  text-decoration: none; /* Ensure no underline on hover */
}

/* Grid Item Alignment */
.grid__item.medium-up--one-fifth {
  text-align: center !important;
} 

.grid__item h5 {
  margin: 0 auto;
  text-align: center;
}

/* Dropdown Links */
.site-nav__dropdown-link {
  font-size: 14px;
  text-decoration: none;
  color: #4a572b; /* Default color for dropdown links */
  transition: all 0.3s ease; /* Smooth hover transition */
}
.site-nav__dropdown-link:hover {
  /* Highlight color on hover */
  font-weight: bold; /* Bold text for emphasis */
  background-color: #f0f0f0; /* Light gray background on hover */
  padding: 3px 6px; /* Add slight padding on hover */
  border-radius: 3px; /* Rounded corners for dropdown items */
}

/* Top-Level Dropdown Links */
.site-nav__dropdown-link--top-level {
  color: #4a572b; /* Neutral color for top-level links */
  text-decoration: underline;
  letter-spacing: 0.5px; /* Slightly increased spacing for readability */
  transition: color 0.3s ease;
}
.site-nav__dropdown-link--top-level:hover {
   /* Bright highlight color on hover */
  text-decoration: none; /* Remove underline on hover */
}

/* Specific Dropdown Item Styling */
#site-nav-item--5 .site-nav__dropdown-link {
  color: #4a572b; /* Custom color for item 5 */
}
#site-nav-item--5 .site-nav__dropdown-link:hover {
  font-weight: bold;
}
/*  ######
/* Add Subtle Shadow for Better Visibility */
/*
.site-nav__link,
.site-nav__dropdown-link { /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth}
.site-nav__link:hover,
.site-nav__dropdown-link:hover {/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover }
*/

/*  ################################################################################################################################## Home Page */
/*  ################################################################################################################################## Video Hero */
/*  ###### this is disabled for now.... */
.btn.btn--inverse {
  background-color: #000000;
  color: #97d700;
  border: 2px solid black;
  font-size: 16px;
}

/*  ################################################################################################################################## Testimonials Section */

/*
.testimonials-section {
  margin-top: -50px !important;
}
.testimonials-section .page-width {
  margin-top: -20px !important;
}

.testimonials-section .section-header {
  margin-bottom: 10px !important;
}
*/

.testimonials-slider__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.testimonial-image {
  order: 1;
}
.testimonials__info {
  order: 3;
}
cite {
  order: 2;
}
.testimonial-stars {
  order: 5;
  color: #97d700;
  -webkit-text-stroke: 1px black;
}
.rte-setting {
  order: 4;
  font-style: italic;
}
/*  ################################################################################################################################## TOOLBAR */
/* Ensure the toolbar layout with adjusted padding */
.toolbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px; /* Adjust side spacing */
  box-sizing: border-box;
  height: 40px; /* Ensure adequate space */
}

/* Align social icons to start where the logo ends */
.toolbar__item--social {
  position: absolute;
  left: 0px; /* Adjust to match logo width */
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
  display: flex;
  gap: 10px; /* Add spacing between icons */
}

/* Center the announcement text */
.toolbar__item--announcement {
  position: relative !important;
  left: auto !important;
  top: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  text-align: left !important;
  font-size: calc(var(--typeBaseSize) * 0.9) !important;
  color: #000 !important;
  white-space: nowrap !important;
  margin-left: 24px !important; /* matches logo offset */
  max-width: 1348px !important;
}

/* Currency selector aligned to the right */
.toolbar__item:last-child {
  position: absolute;
  right: 15px; /* Adjust for spacing */
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
  text-align: right;
  z-index: 1050;
}

/* Dropdown menu adjustments */
.toolbar__item:last-child .dropdown {
  position: absolute; /* Prevent affecting layout */
  top: 100%; /* Position below the toolbar */
  right: 0; /* Align dropdown to the right edge */
  z-index: 1100; /* Higher than toolbar */
  background: var(--colorNav);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
  border-radius: 4px; /* Rounded corners */
  padding: 10px; /* Add spacing inside dropdown */
  display: block; /* Ensure the dropdown is visible */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .toolbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: auto; /* Adjust for stacking */
  }

  .toolbar__item--social,
  .toolbar__item:last-child {
    position: static;
    transform: none;
    text-align: center;
    margin: 5px 0;
  }


}

@media only screen and (max-width: 768px) {
    .mobile-nav__social {
        display: none !important;
    }
}

/*  ################################################################################################################################## Site Wide Adjustments */

.grid-product__tag--sale {
  display: none !important;
}
h1,
h3 {
  letter-spacing: normal !important;
}
h2 {
  letter-spacing: normal !important;
  font-weight: 600;
}
p {
}
.grid-product__title.grid-product__title--body {
  letter-spacing: normal !important;
}

/*  ################################################################################################################################## Hide Odd Shopify visual Glitch */
[data-testid="prequal-button-text"],
[data-testid="subtitle"],
[data-testid="check-if-you-qualify-button"] {
  display: none !important;
}
[data-nametag="shop-portal-provider"] {
  display: none !important;
}
/*  ################################################################################################################################## Main Page Collection List */
.page-width .grid__item .collection-item .collection-image {
  position: relative !important;
  overflow: hidden !important;
}

.page-width .grid__item .collection-item .collection-image img {
  transition: transform 0.3s ease-in-out !important;
}

.page-width .grid__item .collection-item:hover .collection-image img {
  transform: scale(1.2) !important;
}

.page-width .grid__item .collection-item .collection-item__title > span {
  font-size: 1em !important;
  font-weight: bold !important;
}
.grid-product__content {
  margin-bottom: 70px; /* Adjust the value as needed */
}
.grid-product__price {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
/*  ################################################################################################################################## Features Section */
.grid-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
  gap: 1rem;
  width: 100%;
  margin-top: -20px;
}

.features__feature {
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.text-primary-outline {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ✅ FIXED: Ensure single-column layout on mobile */
@media (max-width: 768px) {
  .grid-features {
      grid-template-columns: 1fr; /* Ensures full-width stacking */
  }
}

/*  ################################################################################################################################## PTIA AWARDS Section */
/* PTIA Awards Section */
/* PTIA Awards Section */
.ptia-section {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  width: 100vw; /* Ensures full viewport width */
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* Forces full width outside any Shopify container */
}

.ptia-section .ptia-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); 
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px; /* was 600px */
  margin: 0 auto;
}

.ptia-section .ptia-logos img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
}

.ptia-section .ptia-text {
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .ptia-section {
    padding: 20px 10px;
  }

  .ptia-section .ptia-text {
    font-size: 14px;
  }

  .ptia-section .ptia-logos {
    grid-template-columns: 1fr;
  }

  .ptia-section .ptia-logos img {
    max-width: 200px;
    max-height: 200px;
  }

}
/*  ################################################################################################################################## custom collection banner overrides */
.custom__item[data-shopify-editor-block*="liquid_8DzbQJ"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
/*  ################################################################################################################################## Featured Product section */

/* General Add to Cart Button Styling */
.product-section .add-to-cart,
.btn.btn--full.add-to-cart {
  background: var(--shopify-editor-setting-color_button, #97d700); /* Green Button */
  color: var(--shopify-editor-setting-color_button_text, #000000); /* Black Text */
  border: 1px solid var(--shopify-editor-setting-color_borders, #000000); /* Border */
  border-radius: 5px; /* Slightly rounded corners */
  font-family: var(--typeBasePrimary, Helvetica, Arial, sans-serif);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hover Effect - Lightens Button */
.product-section .add-to-cart:hover,
.btn.btn--full.add-to-cart:hover {
  background: #b6ff0b !important; /* Lightened Green */
  transform: translateY(-2px);
}

/* Active State */
.product-section .add-to-cart:active,
.btn.btn--full.add-to-cart:active {
  background: #a5e600 !important; /* Slightly Darker Green */
  transform: scale(0.98);
}

/* Disabled State */
.product-section .add-to-cart:disabled,
.btn.btn--full.add-to-cart:disabled {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
  transform: none;
}


@media only screen and (min-width: 750px) {
  .product-section {
    margin-top: -40px;
    margin-bottom: -100px;
  }
}

.grid-product__tag {
  display: none;
}
.grid-product__meta {
  max-height: 45.8281px;
}

.site-footer,
.site-footer a,
.site-footer p,
.site-footer li,
.site-footer h2,
.site-footer button {
  font-size: 16px;
  line-height: 1.5;
}

/*  ################################################################################################################################## bogo text override */

.fg-gift-thumbnail-offer-title {
    font-size: 22px !important;
}
