/** Shopify CDN: Minification failed

Line 111:50 Unexpected "-->"
Line 200:15 Expected ":"
Line 200:17 Expected identifier but found "1rem"
Line 254:2 Unexpected "<"

**/
.hdt-site-top_nav .hdt-site-nav_icon a .hdt-count-box {
  color: #252d2a;
}
.collabs-page__header h1 {
  font-size: 3em;
  margin-top: 4rem;
}

/* Start -- Product Page Styles Mods */

.titleSubtitle {
  margin-bottom: 0rem;
}

h1.product-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

h2.product-subtitle {
  font-size: 2rem;
  margin-bottom: -10px;
  font-weight: 300;
}

.hdt-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2.2rem;
}
.hdt-price .hdt-money {
    font-weight: 500;
}



.mSectionTitle {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #C0EF30;
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
}


/* Space between the Price block and reviews underneath */
.hdt-product-info__item.hdt-product__price {
    margin-bottom: 1rem;
}


/* Start What's included Block */
.highlights-block {
  max-width: 100%;
}

.highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.highlights-list li {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}
.highlights-list li:last-child {
  border-bottom: none;
}
.highlights-list span {
  flex: 1;
  margin-right: 0.5rem;
}
.arrow-link {
  text-decoration: none;
  color:rgb(211, 211, 211);
  font-weight: bold;
  font-size: 1.3rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
.arrow-link:hover {
  color: #000; /* hover color */
  transform: translateX(3px);
}
/* End What's included Block */


.hdt-product__order {
  font-size: 1.5rem;
}







<!-- Bundle & Save Offers — Custom Liquid block -->
  <style>
    /* ===== Bundle & Save (scoped) ===== */
    .noyze-bundle-offers {
      --accent: #c7f464;        /* lime green chip color */
      --text: #0a0a0a;
      --muted: #5f646d;
      --card-bg: #ffffff;
      --border: #e7e8ea;
      --shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);
      font-family: inherit;
      color: var(--text);
      margin: 16px 0 24px;
    }
	
    .noyze-bundle-offers * { box-sizing: border-box; }
    .noyze-bundle-header {
      display: flex; align-items: center; gap: 12px;
      margin-bottom: 0px;
    }
    .noyze-bundle-title {
      font-size: clamp(22px, 2.4vw, 32px);
      line-height: 1.1; font-weight: 800; margin: 0;
    }
    .noyze-chip {
      margin-left: auto;
      background: var(--accent);
      color: #0a0a0a;
      border-radius: 999px;
      padding: 8px 14px;
      font-weight: 800; font-size: 14px;
      box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
      white-space: nowrap;
    }

    .noyze-bundle-list { 
      display: grid;
      gap: 12px;
      position: relative;
    }

    .noyze-card {
      display: flex;
      gap: 16px;
      justify-content: space-between;
      background: white;
      border: 1px solid #c0ef30f0;
      border-radius: 16px;
      padding: 16px 24px;
      box-shadow: var(--shadow);
      position: relative;
    }

    .noyze-popular {
      display: inline-block;
      position: absolute;
      background: #0a0a0a;
      color: #C0EF30;
      font-weight: 500;
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding: 6px 12px;
      border-radius: 999px;
      margin-bottom: 12px;
      line-height: 1rem;
      top: -11px;
      left: 42%;
    }

    .noyze-card {
      border: 1px solid #C0EF30;
      background-color: white;
      transition: all ease-in-out .4s;
    }
    .noyze-card:hover {
      cursor: pointer;
      border: 1px solid #C0EF30;
      background-color:rgba(191, 239, 48, 1);
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .noyze-card.tourpack {
      background-color:rgba(191, 239, 48, 0.2);
    }
    .noyze-card.tourpack:hover {
      background-color:rgba(191, 239, 48, 1);
    }

    .noyze-card ul span {
      font-size; 1rem;
      font-weight: 500;
    }

    .noyze-card ul li {
      font-size: 1.3rem;
      font-weight: 200;
      line-height: 1.8rem;
    }

    .noyze-left {
      min-width: 0;
	  width: 100%;
    }
    .noyze-pack-title {
      font-size: 2rem;
      line-height: 1.15; font-weight: 500; margin: 0 0 8px;
    }
    .noyze-sub {
      color: #90959a;
	  font-size: 1.3rem;
	  font-weight: 300;
    }
    .noyze-sub-strong {
      color: #101820;
      font-size: 1.3rem; font-weight: 300; margin: 0;
    }

    .noyze-right {
      text-align: right; flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
    }
    .noyze-msrp {
      color: #2d2d2d; opacity: .5;
      text-decoration: line-through;
      font-size: 1.3rem;
	  font-weight: 300;
    }
    .noyze-price {
      font-size: 1.5rem;
      font-weight: 500; margin: 0;
	  color: #101820
    }

    @media (max-width: 720px) {
      .noyze-card { }
      .noyze-right { text-align: left; }
      .noyze-bundle-header { align-items: flex-start; }
      .noyze-chip { margin-left: 0; }
    }

  </style>










/* End -- Product Page Styles Mods */







/* Judge.me padding on section on homepage START */
section#shopify-section-template--18986489577709__1741051498b8c37ab9 {
    padding: 80px 0px; /* Default padding for desktop */
}

/* Adjust padding for mobile screens */
@media (max-width: 768px) {
    section#shopify-section-template--18986489577709__1741051498b8c37ab9 {
        padding: 30px 0px;
    }
}

.jdgm-carousel__arrows {
    margin: 60px auto 10px auto;
    font-size: 0;
    text-align: center;
}

.jdgm-carousel-wrapper {padding: 60px, 0px;}
.jdgm-carousel-title-and-link {padding: 10px;}
h2.jdgm-carousel-title {font-size:3.8rem !important;}
/* Judge.me padding on section on homepage END */



/* Ensure the parent section is properly positioned */
.hdt-media-overlap-content {
    position: relative;
}

/* Create a dark overlay */
.hdt-media-overlap-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust darkness level */
    z-index: 1; /* Ensures it's above the video */
    pointer-events: none; /* Prevents it from blocking interactions */
}

/* Ensure content stays visible */
.hdt-content {
    position: relative;
    z-index: 2; /* Ensures text & buttons are above overlay */
}


.hdt-hero-image__content-wrap .custom-button {
  pointer-events: auto !important;
}


.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}

.custom-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-button img {
    width: 100%;
    max-height: 51px;
    height: auto;
    transition: transform 0.3s ease;
}

.custom-button:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .custom-button {
        width: 160px;
    }
}







/* Center the SVG and control its size */
.hero-svg-container {
    display: flex;
    justify-content: center; /* Centers the SVG horizontally */
    align-items: center; /* Aligns it vertically (if needed) */
    width: 100%; /* Ensures it spans the full width of the container */
    padding: 0px 0px 40px 0px; /* Adds spacing above/below */
}

/* Default SVG Size */
.hero-svg {
    width: 100%;
    max-width: 700px; /* Desktop size */
    height: auto; /* Maintains aspect ratio */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .hero-svg {
        max-width: 550px; /* Scales down on mobile */
    }
}





/* Judge.me mods START */
h2.jdgm-carousel-title {font-size:3.8rem !important;}

/* Judge.me mods END */

.free-trial-offers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.free-trial-offer {
    padding: 5px 0px;
    color: #000;
    background-color: white;
    transition: all .5s ease;
    border-bottom: 1px solid #e1e1e1;
}
.free-trial-offer:hover {
    background-color: white;
}
.free-trial-offer label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-direction: row;
    font-size: 12px;
}

.free-trial-offer input {
    color: #caee59;
    border: 2px solid black;
}
.free-trial-offer input:checked {
    color: black;
}

@media screen and (min-width: 768px) {
  .free-trial-offer label {
    flex-direction: row;
    font-size: 14px;
    gap: 10px;
  }
}

button.modal-trigger {
  padding: 4px 12px;
  background-color: #c0ef30;
  border-radius: 50px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.3rem;
}

.confirmTitle {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;

}

.info-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.6);
  /* Remove flexbox centering - it conflicts with absolute positioning */
  scroll-behavior: smooth;
  overflow-y: auto;
  padding: 20px; /* Add padding to the modal container */
  box-sizing: border-box;
}

.info-modal-content {
  background: #fff;
  padding: 0;
  border-radius: 12px;
  max-width: 800px; /* Match your inline style */
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 40px); /* Account for modal padding */
  overflow-y: auto; /* Allow scrolling if content is too tall */
}

.info-modal-close {
  position: absolute;
  top: 15px; 
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.info-modal-close:hover {
  background: rgba(255,255,255,1);
}

.info-body-modal {
  padding: 40px;
}

.info-modal-footer {
  padding: 0px 0px 20px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.info-modal-footer a {
  padding: 12px 24px;
  background-color: #c0ef30;
  color: black;
  border-radius: 100px;
  margin-bottom: 12px; /* Fixed typo: marging-bottom -> margin-bottom */
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.info-modal-footer a:hover {
  background-color: #a8d428;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .info-modal {
    padding: 10px; /* Less padding on mobile */
  }
  
  .info-modal-content {
    width: 95%;
    max-height: calc(100vh - 20px);
  }
  
  .info-body-modal {
    padding: 20px;
  }
  
  .info-modal-close {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}


.moneyMore {
  text-decoration: line-through;
}

span.valueBadge {
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Electric-Green, #C0EF30);
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0px 0px;
}

.hdt-product-accordion__content ul {
  list-style: disc;
}
.hdt-product-accordion__content ul li {
  margin-bottom: 1.25rem;
}
.hdt-product-accordion__content ul li strong {
    font-weight: 700;
    padding-bottom: 1px;
    border-bottom: 2px solid #c0ef30;
}



  /* learn-to-play page styles */
 
  /* learn-to-play page styles END */


body.vp-center {
  border-radius: 20px !important;
}



/* Collections Template Changes */
/* Collections Template Changes */

h2.hdt-heading.hdt-font-normal.hdt-s-text.hdt-h1, .hdt-hero-image__content-box .hdt-hero-image__text:first-of-type p {
    font-size: 8rem;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 90%;
}

h5.hdt-label.hdt-base.hdt-font-semibold.hdt-s-text, .hdt-hero-image__content-box .hdt-hero-image__text:nth-of-type(2) p {
    font-weight: 200;
    font-size: 2rem;
    padding-left: 5px;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  h2.hdt-heading.hdt-font-normal.hdt-s-text.hdt-h1, .hdt-hero-image__content-box .hdt-hero-image__text:first-of-type p {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -1px;
  }
}

/* End Collections Template Changes */
/* End Collections Template Changes */

.linked-products {
  display: flex;
  gap: 12px;  /* spacing between links */
  flex-wrap: wrap; /* optional if you want wrapping on mobile */
}

.linked-product-link {
  text-decoration: none;
  color: inherit; /* use current text color */
  font-size: 14px; /* optional styling */
}

a.linked-product-link {
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #A5ED52;
    background-color: white;
    font-weight: 400;
    cursor: pointer;
    transition-duration: 0.5s;
}

a.linked-product-link:hover {
  background-color: #A5ED52;
  font-weight: 400;
}



.feature-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}