.ready-header{
    font-size: 42px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 52px;
    word-wrap: break-word;
    text-align: center;
}

.banner_button_lphp {
  background: #16ADEC !important;
  border: 0px solid #16ADEC !important;
  font-family: 'proxima-nova-condensed',sans-serif; !important;
  font-weight: 600 !important;
  letter-spacing: .3em !important;
  font-size: .938em !important;
}

.customdrawer-container {
  width: 1280px;
  margin: auto;
}

.customdrawer-product-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.customdrawer-product {
  flex: 0 0 calc((980px - 20px) / 3);
  margin-bottom: 21.37px;
  cursor: pointer;
  text-align: center;
}

.customdrawer-product:not(:last-child) {
  margin-right: 10px;
}

.customdrawer-product img {
  width: 100%;
  max-width: 305px;
  margin-bottom: 21.37px;
}

.customdrawer-product p {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.customdrawer-product.active p {
  color: #00c0be;
}

.customdrawer-drawer {
  display: none;
  width: 100%;
  padding: 20px;
  border: none;
}

.customdrawer-drawer .alternate-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  text-align: center;
}

.customdrawer-drawer-rando-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

/* Content container*/
.content-container-header {
  font-weight: bold;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}

/* Content container*/
.content-container-sub {
  font-weight: bold;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

/* Content container*/
.content-container-copy {
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

.customdrawer-mobile-show {
  display: none; /* hide elements when screen size is 600 pixels or more */
}

.marg0 {
  margin-right: 10px;
  margin-left: 10px;
}


/* Style for unordered list with class "list-style-1" */
ul.list-style-1 {
  list-style: inside;
  margin: 0 !important;
}

/* Style for list items with class "list-style-1" */
ul.list-style-1 li {
  margin: 0 !important;
  list-style: inside;
}

/* Style for unordered list with class "list-style-2" */
ol.list-style-2 {
  margin: 0 !important;
}

/* Style for list items with class "list-style-2" */
ol.list-style-2 li {
  margin: 0 !important;
}

h1 {
  display: inline;
}

.inlinediv {
  display: inline;
}

/* Styles for youtube */
.yt-new-video-container {
  max-width: 1280px; /* Maximum width for desktop */
  max-height: 720px; /* Maximum height for desktop */
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the div horizontally */
}

/* Media query for screens smaller than 768 pixels (typical mobile devices) */
@media (max-width: 600px) {
  .yt-new-video-container {
      max-width: 430px; /* Maximum width for desktop */
  }
  .marg0 {
    margin-right: 10%;
    margin-left: 10%;
  }
  .heromod-mobile-font {
    font-size: 30px !important;
  }
  .ready-header {
      line-height: normal !important;
  }
}

.yt-personal-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


@media screen and (max-width: 600px) {
  .customdrawer-container {
    width: 100%;
  }

  .customdrawer-product-row {
    flex-direction: column;
    align-items: center;
  }

  .customdrawer-product {
    width: 336px;
  }

  .customdrawer-product img {
    max-width: 336px;
    margin-bottom: 21.37px;
  }

  .customdrawer-product p {
     /* pointer-events: none; */  /* Removed this rule */
  }

  .customdrawer-mobile-drawer {
    display: block;
  }

  .customdrawer-desktop-drawer {
    display: none;
  }
  .customdrawer-drawer-rando-text {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 400 !important;
    text-transform: none;
  }
  .customdrawer-mobile-hide {
    display: none; /* Hide elements when screen size is 600 pixels or less */
  }
  .customdrawer-mobile-show {
    display: block; /* show elements when screen size is 600 pixels or less */
  }
  .customdrawer-desktop-hide {
    display: block; /* Hide elements when screen size is 600 pixels or more */
  }
  .desktop-margin {
    margin-right: 0; /* Reset the margin on mobile */
  }
  .heromod-mobile-font {
    font-size: 32px !important;
  }
}

@media screen and (min-width: 600px) {
  .customdrawer-container {
    width: 1280px;
  }
  .customdrawer-desktop-hide {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
  .desktop-margin {
    margin-right: 20%;
  }
  .margin-bottom-11 {
    margin-bottom: 11px;
  }
  .hero-mod-mt-12{
    margin-top: 12px!important;
  }
}


/* Styles for desktop - directly targeting container to pick up margin */
@media screen and (min-width: 768px) {
  .dynamic-content__section > .marg-right-gifts {
    margin-right: 20% !important;
  }
  .dynamic-content__section > .marg-left-gifts {
    margin-left: 20% !important;
  }
}

@media (max-width: 768px) {
  .dynamic-content__box_overide {
    overflow: visible;
    height: auto;
    min-height: 638px;
    padding: 40px 19px 0;
    display: block;
    text-align: center;
  }
}

/* Targeting only devices with a max width of 768px (typically mobile devices) */
@media only screen and (max-width: 768px) {

  /* Adjust the hero banner container for mobile */
  .hero-banner__container {
    max-height: none; /* Removes height restriction */
    min-height: 500px; /* Adjust this to fit your design needs */

    /* Background adjustments */
    background-size: contain; /* Fit the image within the container without stretching */
    background-position: top center; /* Ensure the top of the image is visible */
  }

  /* For the video variant on mobile (in case it's used) */
  .hero-banner--video .hero-banner__container video {
    height: auto; /* Allows the video to take its natural height */
  }
}
