/** Shopify CDN: Minification failed

Line 466:0 Unexpected "{"

**/
.promotional-banner {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--gradient-start, #ff8c42) 0%,
    var(--gradient-end, #ffb84d) 100%
  );
  max-height: 337px;
}

.promotional-banner.section-spacing {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .promotional-banner.section-spacing {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}

.promotional-banner--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 337px;
  min-height: 337px;
  
}

.promotional-banner--inner::after {  
  content: "";
  position: absolute;
  inset: 0; /* full size */
  background-image: url(/cdn/shop/files/Frame_1000006024.png?v=1765438123);
  background-size: 62%;
 background-position: 50% -1%;
    z-index: -1;
    opacity: .20;
}
.promotional-banner--content {
  max-width: 50%;
  z-index: 2;
}

.promotional-banner--heading {
  font-size: 40px;
  line-height: normal;
  font-weight: 800;
  color: #222026;
  margin: 0 0 16px 0;
  font-family: var(--font-plus-jakarta-sans);
  letter-spacing: 1.2px;
}

.promotional-banner--sub-text {
  font-size: 20px;
  line-height: 24px;
  color: #222026;
  font-family: var(--font-league-spartan);
  margin-bottom: 30px;
}

.promotional-banner--sub-text p {
  margin: 0;
}

.promotional-banner--button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: auto;
      padding: 19px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  font-family: var(--font-league-spartan);
  max-width: 185px;
}

.promotional-banner--button span {
  display: inline-flex;
    line-height: normal;
}

.promotional-banner--button {
  background-color: #222026;
  color: #fff;
  border-color: #222026;
}

.promotional-banner--button:hover {
  background-color: #222026;
  opacity: 0.9;
  color: #fff;
}

.promotional-banner--button svg {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}

/* .promotional-banner--button:hover svg {
  transform: translateX(4px);
} */

.promotional-banner--image {
  max-width: 484px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  height: 100%;
}

.promotional-banner--image img {
 width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
}

/* Content Position - Text on left, image on right (default) */
.promotional-banner--content {
  order: 1;
}

.promotional-banner--image {
  order: 2;
}

/* Text Alignment - Left aligned by default */
.promotional-banner--content {
  text-align: left;
}

@media only screen and (max-width: 767px) { 

}
/* Responsive */
@media only screen and (max-width: 767px) {
  .promotional-banner {
    max-height: 337px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .promotional-banner--inner {
    flex-direction: row;
    padding: 0 14px;
    gap: 0;
    max-height: 337px;
    height: 100%;
    min-height: 180px;
  }

  .promotional-banner--content {
    max-width: 50%;
    flex: 0 0 50%;
    order: 1 !important;
    text-align: left;
  }

  .promotional-banner--image {
   max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    /* height: 100%; */
  }

  .promotional-banner--heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .promotional-banner--sub-text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .promotional-banner--button {
    padding: 10px 13px;
    font-size: 10px;
    gap: 5px;
  }

 .promotional-banner--button svg {
        width: 7px;
        height: 10px;
    }

  .promotional-banner--image img {
    width: auto;
    max-width: 100%;
    max-height: 337px;
    height: auto;
    object-fit: contain;
    object-position: center right;
  }
}

/* Ensure slideshow slides use full banner width */
.promotional-banner-slideshow .carousel__slide .promotional-banner {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--gradient-start, #ff8c42) 0%,
    var(--gradient-end, #ffb84d) 100%
  );
  max-height: 337px;
}

.promotional-banner.section-spacing {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .promotional-banner.section-spacing {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}

.promotional-banner--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 337px;
  min-height: 337px;
  
}

.promotional-banner--inner::after {  
  content: "";
  position: absolute;
  inset: 0; /* full size */
  background-image: url(/cdn/shop/files/Frame_1000006024.png?v=1765438123);
  background-size: 62%;
 background-position: 50% -1%;
    z-index: -1;
    opacity: .20;
}
.promotional-banner--content {
  max-width: 50%;
  z-index: 2;
}

.promotional-banner--heading {
  font-size: 40px;
  line-height: normal;
  font-weight: 800;
  color: #222026;
  margin: 0 0 16px 0;
  font-family: var(--font-plus-jakarta-sans);
  letter-spacing: 1.2px;
}

.promotional-banner--sub-text {
  font-size: 20px;
  line-height: 24px;
  color: #222026;
  font-family: var(--font-league-spartan);
  margin-bottom: 30px;
}

.promotional-banner--sub-text p {
  margin: 0;
}

.promotional-banner--button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: auto;
      padding: 19px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  font-family: var(--font-league-spartan);
  max-width: 185px;
}

.promotional-banner--button span {
  display: inline-flex;
    line-height: normal;
}

.promotional-banner--button {
  background-color: #222026;
  color: #fff;
  border-color: #222026;
}

.promotional-banner--button:hover {
  background-color: #222026;
  opacity: 0.9;
  color: #fff;
}

.promotional-banner--button svg {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}

/* .promotional-banner--button:hover svg {
  transform: translateX(4px);
} */

.promotional-banner--image {
  width: 484px;
  max-width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  height: 337px;
  min-height: 337px;
}

.promotional-banner--image img {
  width: 100%;
  max-width: 484px;
  height: 100%;
  max-height: 337px;
  object-fit: contain;
  object-position: center right;
  padding: 0;
}

/* Content Position - Text on left, image on right (default) */
.promotional-banner--content {
  order: 1;
}

.promotional-banner--image {
  order: 2;
}

/* Text Alignment - Left aligned by default */
.promotional-banner--content {
  text-align: left;
}

@media only screen and (max-width: 767px) { 

}
/* Responsive */
@media only screen and (max-width: 767px) {
  .promotional-banner {
    max-height: 337px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .promotional-banner--inner {
    flex-direction: row;
    padding: 0 14px;
    gap: 0;
    max-height: 337px;
    height: 100%;
    min-height: 180px;
  }

  .promotional-banner--content {
    max-width: 50%;
    flex: 0 0 50%;
    order: 1 !important;
    text-align: left;
  }

  .promotional-banner--image {
    width: 50%;
    max-width: 50%;
    height: 100%;
    min-height: 180px;
    max-height: 337px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
  }

  .promotional-banner--heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .promotional-banner--sub-text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .promotional-banner--button {
    padding: 10px 13px;
    font-size: 10px;
    gap: 5px;
  }

 .promotional-banner--button svg {
        width: 7px;
        height: 10px;
    }

  .promotional-banner--image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 337px;
    object-fit: contain;
    object-position: center right;
  }
}

/* Ensure slideshow slides use full banner width */
.promotional-banner-slideshow .carousel__slide {
  width: 100%;
  margin-right: 0;
}
{
  width: 100%;
  margin-right: 0;
}
