/** Shopify CDN: Minification failed

Line 130:3 Expected "}" to go with "{"

**/
/* Contact Us Page */

@media (min-width: 768px) {
  /* Align the form and custom liquid block side by side */
  body.template-page-contact #shopify-section-template--25523541541173__form,
  body.template-page-contact #shopify-section-template--25523541541173__custom_liquid_7w4ymQ {
    display: inline-block;
    vertical-align: top;
    width: 48%; /* Each section takes 48% of the width */
    box-sizing: border-box;
  }

  /* Add space between the two sections */
  body.template-page-contact .spaced-section {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Controls the space between the two sections */
  }
}



/* Testimonials Video */

@media (min-width: 1024px) {
  /* Ensures both video and text sections take 48% width on larger screens */
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_Nerzi9,
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_QytXit,
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_QKePWN,
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_73XKGf {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_QDyzeT,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_WLmzhn,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_dqB64a,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_J6NX9E {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 1023px) {
  /* On mobile, stack both the video and custom liquid sections */
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_Nerzi9,
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_QytXit,
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_QKePWN,
  body.template-page-reviews #shopify-section-template--25523543572789__background_video_73XKGf,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_QDyzeT,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_WLmzhn,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_dqB64a,
  body.template-page-reviews #shopify-section-template--25523543572789__custom_liquid_J6NX9E {
    width: 100%;
    display: block;
  }
}



/* Bark Collar Blue Video */

@media (min-width: 1024px) {
  /* Create a flex container to center the videos */
  body.template-product-bark-collar-blue #shopify-section-template--25523543736629__background_video_D74eVb {
    display: inline-block;
    width: 48%; /* Each section takes 48% of the width */
    vertical-align: top; /* Aligns the videos to the top */
    margin-left: 2%;
  }

@media (min-width: 1024px) {
  /* Create a flex container to center the videos */
  body.template-product-bark-collar-blue #shopify-section-template--25523543736629__background_video_dQtz7h {
    display: inline-block;
    width: 48%; /* Each section takes 48% of the width */
    vertical-align: top; /* Aligns the videos to the top */
    margin-right: 2%; /* Reduced space between the two videos */
  }



/* Flea and Tick Video */

@media (min-width: 1024px) {
  /* Create a flex container to center the videos */
  body.template-product-flea-tick-chews #shopify-section-template--25523544391989__background_video_D74eVb {
    display: inline-block;
    width: 48%; /* Each section takes 48% of the width */
    vertical-align: top; /* Aligns the videos to the top */
    margin-left: 2%;
  }

@media (min-width: 1024px) {
  /* Create a flex container to center the videos */
  body.template-product-flea-tick-chews #shopify-section-template--25523544391989__background_video_fTH6Fp {
    display: inline-block;
    width: 48%; /* Each section takes 48% of the width */
    vertical-align: top; /* Aligns the videos to the top */
    margin-right: 2%; /* Reduced space between the two videos */
  }



  /* 16 in 1 Chewable Multivitamin Video */

@media (min-width: 1024px) {
  /* Create a flex container to center the videos */
  body.template-product-16-in-1-multivitamin-chew #shopify-section-template--25523543638325__background_video_D74eVb {
    display: inline-block;
    width: 48%; /* Each section takes 48% of the width */
    vertical-align: top; /* Aligns the videos to the top */
    margin-left: 2%;
  }

@media (min-width: 1024px) {
  /* Create a flex container to center the videos */
  body.template-product-16-in-1-multivitamin-chew #shopify-section-template--25523543638325__background_video_fTH6Fp {
    display: inline-block;
    width: 48%; /* Each section takes 48% of the width */
    vertical-align: top; /* Aligns the videos to the top */
    margin-right: 2%; /* Reduced space between the two videos */
  }