/** Shopify CDN: Minification failed

Line 573:12 Expected ":"

**/


/* CSS from section stylesheet tags */
.bongpong-outer-section {
  background: #f1fbff;
  padding: 80px 0;
}

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

.bongpong-section .rich-heading {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.bongpong-section p.description {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
}

.bongpong-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}

.bongpong-buttons a {
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border: 2px solid #000;
  background: #f1fbff;
  color: #000;
  text-decoration: none;
  transition: background 0.3s;
  display: block;
}

.bongpong-buttons a:hover,
.bongpong-buttons a.active {
  background: #b4f240;
}

@media (min-width: 768px) {
  .bongpong-section .bongpong-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .bongpong-buttons {
    width: 100%;
  }
}

  .custom-image-slider  .page-width {
    padding: 0;
}


img.bounce-graphic {
    margin-bottom: -80px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.bongpong-buttons a {
    border-radius: 5px;
    font-weight: 700;
    font-family: "Gabarito";
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
}

.bongpong-grid h1 {
    font-family: 'Bowlby One SC';
    font-weight: 400;
    font-size: 55px;
}

.bongpong-grid h1 strong {
    font-weight: 400;
}

.text-block {
    display: flex;
    flex-direction: column;
}

.bongpong-grid p {
    font-family: 'Gabarito';
    font-size: 16px;
}


  .bongpong-grid {}

.bongpong-grid .description {
    max-width: 520px;
}

.bongpong-buttons {
    max-width: 550px;
    margin: 0;
}
@media screen and (max-width: 768px) {
.bongpong-grid h1 {
    font-size: 35px;
}

section.bongpong-outer-section {
    padding: 30px 0;
    border-bottom: 1px solid;
}

.custom-video-slider.custom-image-slider {
    overflow: hidden;
}

.bongpong-grid .description strong {
    display: block;
}

.bongpong-grid .description {
    max-width: 370px;
    margin: auto;
}

.bongpong-section .rich-heading {
    margin-bottom: 10px;
    font-size: 36px;
}

img.bounce-graphic {
    margin-bottom: 0;
    margin-top: 10px;
}

.bongpong-buttons a {
    height: 55px;
    font-size: 20px;
}
}
.shop-featured-products-section {
  background-color: #f9ffe9;
  padding: 60px 20px;
}

.shop-featured-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.featured-products-heading {
  flex: 1 1 300px;
  text-align: center;
}

.featured-products-heading .subheading {
  font-size: 16px;
  margin-bottom: 8px;
  color: #444;
}

.featured-products-heading .heading {
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 20px;
}

.featured-products-cta {
  display: inline-block;
  border: 2px solid #000;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.featured-products-list {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.featured-product {
  background: #fff;
  border: 2px solid #000;
  padding: 16px;
}

.product-card-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.product-image img {
  width: 150px;
  height: auto;
  border-radius: 4px;
}

.product-info {
  flex: 1;
}

.product-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 6px;
}

.product-subtext {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.price-info {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.compare-price {
  text-decoration: line-through;
  color: #999;
}

.price {
  font-weight: bold;
  font-size: 18px;
}

.sale-badge {
  background: #ff4f7f;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}

.add-to-cart-button {
  background-color: #c4f442;
  border: 2px solid #000;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  cursor: pointer;
}



  .featured-products-list {
    display: flex;
    /* flex: auto; */
    height: auto;
}

.featured-product {
    padding: 5px;
    border-radius: 8px;
    background: transparent;
}

.product-image img {
    width: 160px;
    height: 100%;
    object-fit: cover;
}

h3.product-title {
    font-size: 16px;
    margin-bottom: 5px;
}

section.shop-featured-products-section {
    font-family: "Gabarito";
    background: #f7fded;
}

section.shop-featured-products-section * {
    font-family: "Gabarito";
    /* align-items: initial; */
    /* height: 100%; */
}

p.product-subtext {
    margin-bottom: 0;
}

section.shop-featured-products-section span.price {
    font-size: 20px;
}

.product-image {
    height: 100%;
}

section.shop-featured-products-section span.compare-price {
    display: block;
    width: 100%;
}

.price-info {
    row-gap: 0;
    margin-bottom: 5px;
    align-items: center;
}

button.add-to-cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: auto;
}

span.sale-badge {
    border-radius: 0;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0;
}

.featured-products-heading .subheading {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: initial;
}

a.featured-products-cta {
    border-width: 1px;
    width: 100%;
}

.page-width.shop-featured-products-wrapper {
    gap: 40px;
    align-items: initial;
}

div {}

.featured-products-heading .heading {
    font-family: 'Bowlby One SC';
    font-weight: 400;
    max-width: 300px;
    margin: 20px auto;
    margin-bottom: 20px;
    LETTER-SPACING: 0;
}

.product-card-flex {
    height: 100%;
}

.product-info {
    height: 100%;
    padding-top: 3px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {


.featured-products-list {}

.featured-product {
    width: 100%;
}

.featured-products-list {
    flex-direction: column;
    gap: 15px;
}

.product-card-flex {
    gap: 10px;
}

section.shop-featured-products-section {
    padding: 40px 0px;
    /* position: relative; */
    /* padding-bottom: 90px; */
}

a.featured-products-cta {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-width.shop-featured-products-wrapper {
    position: relative;
    padding-bottom: 80px;
    padding: 0;
    padding-bottom: 70px;
    margin: 0 20px;
    gap: 0px;
}

a.featured-products-cta {
    border-radius: 5px;
}

.featured-products-heading .heading {
    margin-top: 10px;
    FONT-SIZE: 22PX;
    MAX-WIDTH: 100%;
}
  }

  .featured-products-heading {
    max-width: 330px;
}

p.product-subtext {
    margin: 3px 0 4px;
}

.page-width.shop-featured-products-wrapper {}

.featured-products-list {
    justify-content: flex-end;
}

a.featured-products-cta {
    border-color: #000;
}
  @media screen and (min-width: 768px) {
.featured-products-list {
    flex: auto;
    gap: 30px;
}

section.shop-featured-products-section * .featured-product {
    max-width: 360px;
}
}


.featured-products-heading {
    flex: auto;
}
@media screen and (max-width: 1250px) {
.page-width.shop-featured-products-wrapper {
    justify-content: center;
}

.featured-products-list {
    justify-content: center;
}
    .featured-products-heading {
    max-width: 100%;
}
}




@media screen and (max-width: 768px) {
.bongpong-buttons {
    max-width: 100%;
}
    .custom-image-slider .video_title {
    margin: 0 15px;
}
}

.featured-products-heading .heading {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--txt-dark, #1C1E1D);
    font-family: "Bowlby One SC";
    text-transform: uppercase;
    color: transparent;
}
.see-more-wrapper {
    margin: 30px 0;
    border-bottom: 2px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }

  .see-more-toggle {
    background: none;
    border: none;
    font-family: inherit;
    font-weight: bold;
    font-size: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
  }

  .see-more-toggle .plus-icon {
    font-size: 40px;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .custom-image-slider .swiper-slide {
    margin: 10px 0;
  }

  .hidden-slide {
    display: none;
  }

  .how-to-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
  }
  .video_title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 12px;
  }
  .video_description {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
  }


  .custom-image-slider.custom-video-slider .video-title {
      flex-direction: column;
  }

  .custom-image-slider .video_title {
      font-size: 22px;
      font-weight: 700;
      font-family: Bowlby One SC,cursive;
      Bowlby One SC,font-family: cursive;
      text-align: left;
      margin-left: 10px;
      margin-bottom: 10px;
  }

  .custom-image-slider .video_description {
      font-size: 16px;
      letter-spacing: 0;
      text-align: left;
      font-weight: 400;
      line-height: 1.5em;
      font-family: Gabarito;
      margin: 15px 10px 0;
      /* margin-top: 15px; */
  }

  .custom-image-slider.custom-video-slider .swiper-scrollbar {
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      height: 5px;
  }

  .custom-image-slider .swiper.rip-cam-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
      flex: auto;
      width: 100%;
  }

  .custom-image-slider .swiper-wrapper {
      cursor: grab;
  }

  .custom-image-slider .swiper-slide:first-child {
      margin-left: 100px;
  }
  @media screen and (max-width: 1350px) and (min-width: 768px) {
  .custom-image-slider.custom-video-slider .swiper-scrollbar {
     margin-left: 100px;
       margin-right: 100px;
      width: calc(100% - 200px);
  }
  }

    .custom-image-slider  .page-width {
      padding: 0;
  }


    .custom-image-slider .video_title p {
      font-size: 22px;
      font-weight: 400;
      font-family: Bowlby One SC, cursive;
      text-align: left;
      margin-left: 10px;
      margin-bottom: 15px;
  }

  .how-to-image img {
      border-radius: 0;
  }

  .custom-image-slider .video_description {
      margin: 20px 15px 0;
      font-weight: 400;
  }

  .custom-image-slider .video_description p {
      font-family: 'Gabarito';
      line-height: 1.6em;
      margin-bottom: 0;
  }

  div#HowToPlay {}
  @media screen and (max-width: 768px) {
  .custom-image-slider .swiper-slide:first-child {
      margin-left: 0;
  }

  .custom-image-slider .swiper.rip-cam-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
      margin: 0;
  }

  .custom-image-slider .swiper-wrapper {
      flex-direction: column;
      transform: none!Important;
  }

  .custom-image-slider .swiper-slide {
      width: 100%!Important;
      margin: 0!important;
      margin-bottom: 30px!Important;
  }

  .custom-image-slider.custom-video-slider .swiper-scrollbar {
      display: none;
  }
  }


  .custom-video-slider.custom-image-slider h2 {
      text-align: center;
  }

  section.bongpong-outer-section {
      border-bottom: 1px solid;
  }
    .custom-image-slider .page-width {
      padding: 0;
      max-width: 100%;
  }
    .custom-video-slider .video-title .rip-cam-tex h2 {
      max-width: 100%;
  }

  .custom-video-slider .video-title .rip-cam-tex {
      max-width: 100%;
  }

  .custom-video-slider .video-title .rip-cam-tex p {
      font-family: "Gabarito";
      -webkit-text-stroke: none!important;
      text-stroke: none!important;
      font-size: 16px;
      text-align: center;
      font-size: 16px;
      color: #000;
      font-weight: 400!important;
  }
    .custom-video-slider .video-title h2 {
      font-family: Bowlby One SC, cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 125%;
      letter-spacing: 0px;
      color: #1c1e1d;
  }

    .custom-image-slider .video_title p {
      text-transform: uppercase;
  }

  .custom-video-slider .video-title .rip-cam-tex p {
      text-transform: initial;
      margin: 0;
      margin-top: -10px;
  }

    .how-to-image img {
      aspect-ratio: 16/9;
      object-fit: cover;
  }

    .how-to-image img {
      aspect-ratio: 16/9;
      object-fit: cover;
  }

  .custom-image-slider .video_title p {
      margin-left: 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 21px;
  }
    @media screen and (max-width: 1230px) and (min-width: 768px){
  .custom-image-slider .video_title p {
  font-size: 20px;
  }
  }

    @media screen and (max-width: 768px) {
  .custom-video-slider.custom-image-slider {
      padding: 25px 0 0;
  }

  .custom-image-slider .swiper-slide:last-child {
      margin-bottom: 0;
  }
  }

    .see-more-wrapper {
      display: none;
  }
  @media screen and (max-width: 768px) {
  .see-more-wrapper {
      display: block;
  }

  button.see-more-toggle {
      font-family: 'Bowlby One SC';
      font-weight: 400;
      font-size: 22px;
      padding: 0 20px;
  }

  .see-more-wrapper {
      border: 0;
      margin-bottom: 0;
  }

  .see-more-toggle .plus-icon {
      font-family: 'Gabarito';
      font-weight: 400;
  }

  .see-more-wrapper hr {
      background: #000;
      opacity: 1;
      height: 1px;
      border-width: 1px;
      border-color: #000;
      margin: 0 20px;
      margin-top: 20px;
  }

  .custom-image-slider .swiper-slide,
  .custom-image-slider .video_description{
      display: none;
  }

  .custom-image-slider .swiper-slide:first-child {
      display: block;
  }


    .custom-video-slider.custom-image-slider.expanded .swiper-slide,
    .custom-video-slider.custom-image-slider.expanded  .video_description{
      display: block;
  }
  .video_description {}
  }

    .custom-image-slider .show-more .swiper-slide, .custom-image-slider .show-more .video_description {
      display: block;
  }