.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;
}

/* 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;
}




@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 */
  }

  .desktop-margin {
    margin-right: 0; /* Reset the margin on mobile */
  }
  .heromod-mobile-font {
    font-size: 30px !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;
    width: 100%;
  }
  .width488 {
    width: 488px;
  }
  .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;
  }
  .dynamic-content__box_overide_0 {
    overflow: visible;
    height: auto;
    min-height: 638px;
    padding: 10px 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 */
  }
}

.distro-dual-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.distro-dual-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 50px;
    background-color: #fff;
    max-width: 1734px;
    width: 100%;
    box-sizing: border-box;
}

.distro-dual-option {
    display: flex;
    align-items: flex-start;
    width: 45%;
    margin: 20px;
    box-sizing: border-box;
}

.distro-dual-image-container {
    flex: 0 0 50%;
    margin-right: 20px;
    max-width: 410px;
}

.distro-dual-image-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.95 / 1;
}

.distro-dual-text-container {
    flex: 1 1 auto;
}

.distro-dual-text-container h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.distro-dual-text-container p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.distro-dual-text-container ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #666;
}

.distro-dual-text-container ul li {
    margin: 5px 0;
}

.distro-dual-text-container button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.distro-dual-text-container button:hover {
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .distro-dual-option {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .distro-dual-image-container {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .distro-dual-text-container ul {
        text-align: left;
        display: inline-block;
        margin: 0 auto;
    }
}

.mobileonly-carousel-container body {
    font-family: "futura-pt", sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Styles for radio buttons */
.slide-radio {
    display: none;
}

/* Styles for the carousel container */
.mobileonly-carousel-container {
    width: 100%;
    max-width: 375px; /* You can adjust the max-width based on your desired maximum width */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Styles for the carousel */
.mobileonly-carousel {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

/* Styles for individual slides */
.mobileonly-carousel-slide {
    flex: 0 0 100%;
    aspect-ratio: 9/16;
    text-align: left;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
    scroll-snap-align: start;
    margin: 0;
    padding: 0;
}

/* Styles for slide content */
.mobileonly-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #333;
    text-align: left;
}

/* Styles for slide headings */
.mobileonly-slide-content h2 {
    font-size: 24px;
    margin:  10 0;
}

/* Styles for slide paragraphs */
.mobileonly-slide-content p {
    font-size: 14px;
    margin: 0;
}

/* Styles for slide indicators */
.mobileonly-carousel-indicators {
    text-align: center;
    margin-top: 10px;
}

.mobileonly-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Styles for active indicators */
.slide-radio:checked + .mobileonly-carousel-slide + .mobileonly-carousel-indicators label {
    background-color: #333;
}

.draft-carousel-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.draft-carousel {
  display: flex;
  scroll-snap-type: x mandatory;
  animation: carousel-slide 5s infinite;
}

.draft-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
}

.draft-text-container {
  position: absolute;
  top: 0; /* Start from the top of the slide */
  left: 0; /* Position on the left of the slide */
  width: 40%; /* Limit to half the width of the slide */
  padding: 80px; /* Add 10px padding */
  color: #fff;
  font-family: "futura-pt", sans-serif;
  box-sizing: border-box; /* Include padding in the width */
}

.draft-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.draft-indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.draft-indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(51,51,51,0.4);
  margin: 0 5px;
}

.draft-indicator.active {
  background-color: #333;
}

.draft-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
}

.draft-carousel-arrow-left {
  left: 20px;
}

.draft-carousel-arrow-right {
  right: 20px;
}

/* Large Buttons */
.btn-lg {
  font-size: .938em;
  font-weight: normal;
  letter-spacing: .3em;
  min-width: 240px;
  padding: 16px 33px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Transparent button with black border */
.btn-border-black {
  border: 1px solid black; /* Black border */
  color: black; /* Text color */
  background-color: transparent; /* Transparent background */
  font-size: .938em; /* Inherited from .btn-lg */
  font-weight: normal; /* Inherited from .btn-lg */
  letter-spacing: .3em; /* Inherited from .btn-lg */
  min-width: 240px; /* Inherited from .btn-lg */
  padding: 16px 33px 14px; /* Inherited from .btn-lg */
  text-decoration: none; /* Inherited from .btn-lg */
  margin-top: 20px; /* Add top margin */
}

.btn-border-black:hover,
a:hover .btn-border-black {
  background-color: black; /* Background color on hover */
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  color: white; /* Text color on hover */
  text-decoration: none; /* No underline on hover */
}


/* 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;
}

/* Rest of the CSS code */

@keyframes draft-carousel-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-500%);
  }
}

.carousel-highlight-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.carousel-highlight-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #fff;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
}

.carousel-highlight-option {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.carousel-highlight-image-container {
    flex: 0 0 auto;
    margin-right: 40px;
}

.carousel-highlight-image-container img {
    width: 100%;
    height: auto;
    max-width: 500px; /* Adjust this as necessary */
}

.carousel-highlight-text-container {
    flex: 1 1 auto;
    text-align: left;
    margin-right: 40px;
}

.carousel-highlight-text-container h3 {
    font-size: 40px;
    font-family: futura-pt,sans-serif;
    font-weight: 700;
    margin: 80px 0 10px;
}

.carousel-highlight-foty  {
    font-size: 40px;!important
}

.carousel-highlight-text-container p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.carousel-highlight-text-container ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #666;
    text-align: left;
}

.carousel-highlight-text-container ul li {
    margin: 5px 0;
}

.carousel-highlight-text-container button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-highlight-text-container button:hover {
    background-color: #f0f0f0;
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: block;
}

@media screen and (min-width: 600px) {
    .heromod-desktop-hide {
        display: none;
    }
    .heromod-mobile-hide {
        display: block;
    }
    .margin-bottom-11 {
        margin-bottom: 11px;
    }
    .heromod-desktop-font {
        font-weight: 400!important;
    }
}

@media screen and (max-width: 600px) {
    .heromod-mobile-font {
        font-size: 32px !important;
    }
    .heromod-mobile-hide {
        display: none;
    }
    .heromod-desktop-hide {
        display: block;
    }
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
    .box-mobile-only {
        height: 800px!important;
    }
    .box-mobile-only-row {
        height: 876px!important;
    }
    .heromod-mobile-bf-font {
        font-size: 26px !important;
        font-weight: 400!important;
    }
    .lineheightmod {
        line-height: 30px !important;
    }
}


/* Styles for desktop */
@media screen and (min-width: 601px) {
  .noshow-desktop {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
}


.single-highlight-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.single-highlight-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px 50px;
    background-color: #fff;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
}

.single-highlight-option {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.single-highlight-image-container {
    flex: 0 0 auto;
    margin-right: 20px;
}

.single-highlight-image-container img {
    width: 100%;
    height: auto;
    max-width: 300px; /* Adjust this as necessary */
}

.single-highlight-text-container {
    flex: 1 1 auto;
    text-align: left;
}

.single-highlight-text-container h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.single-highlight-text-container p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.single-highlight-text-container ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #666;
    text-align: left;
}

.single-highlight-text-container ul li {
    margin: 5px 0;
}

.single-highlight-text-container button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.single-highlight-text-container button:hover {
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .single-highlight-option {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .single-highlight-image-container {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .single-highlight-text-container ul {
        text-align: left;
        display: inline-block;
        margin: 0 auto;
    }
    .carousel-highlight-container {
        padding: 10px;
        max-width: 400px;
        margin-bottom: 40px;
    }
    .mobileonly-carousel-slide {
        flex: 0 0 100%;
        aspect-ratio: 4/5;
        text-align: left;
        box-sizing: border-box;
        background-size: cover;
        background-position: center;
        position: relative;
        scroll-snap-align: start;
        margin: 0;
        padding: 0;
    }
    .carousel-highlight-text-container h3 {
        font-size: 24px;
        font-family: futura-pt,sans-serif;
        font-weight: 700;
        margin: 10px 0 10px;
    }
    .carousel-highlight-text-container {
        flex: 1 1 auto;
        text-align: left;
    }
    .carousel-highlight-option {
        display: flex;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
    }
    .carousel-highlight-text-container {
        flex: 1 1 auto;
        text-align: center;
        margin: 0px;
    }
    .distro-dual-container {
        padding: 0px;
    }
}
