/** Shopify CDN: Minification failed

Line 389:3 Unexpected "{"

**/
.top-section-wrapper{
    /* padding-top: 30px; */
}
/* .section.slideshow {
    width: 73.155%;
    padding-right:15px;
}
.top-section-wrapper #shopify-section-base-cms-catbanners{
    width: 26.845%;
    padding-left:15px;
} */
.section.slideshow {
    width: 100%;
    /* padding-right:15px; */
}
.top-section-wrapper #shopify-section-base-cms-catbanners{
    width: 100%;
    padding-left:15px;
}
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
}
.slideshow__slide .slideshow__media{
  border-radius:5px;
}
.slideshow__text span.subheading{
  font-size: 18px;
}
.slideshow__text .banner__heading {
  font-size: 40px;
  line-height: 54px;
  font-weight: 800;
  text-transform: uppercase;
}
.slideshow__text h2.banner__heading.h2 {
    background: #db1e1e;
    padding: 6px 13px;
    border-radius: var(--buttons-radius-outset);
    color: rgb(var(--color-background));
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 30px;
}
.slideshow__text .banner__buttons{
  margin-block-start:15px;
}
.slideshow__text .banner__buttons .button{
      background: rgb(var(--color-base-background-1));
    color: rgb(var(--color-base-background-text-1));
}
.slideshow__text .banner__buttons .button:hover{
  
    background: #2f816a;
    color: rgb(var(--color-base-background-text-2));
}
.slideshow__text .banner__text{
  margin-top:15px;
  line-height: 0;
}
.slideshow__text .banner__text span.subheading-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-block-start:15px;
}
.slideshow__text .banner__text span.subheading-3 {
    font-size: 42px;
    font-weight: 500;
    display: block;
    line-height: initial;
    color: rgb(var(--color-base-accent-1));
}
.slideshow__text .banner__text span.subheading-3 .small-text {
	font-size: 40px;
	font-weight: 700;
    color: rgb(var(--color-base-text));
}
.slideshow__text .banner__text span.subheading-3 .small-text del{
    font-size: 20px;
    font-weight: 400;
    margin-left:10px;
    color: rgba(var(--color-body-text), 0.7);
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 989px) {
  .slideshow__text-wrapper.banner__content::before {
    display: none !important;
 }
  .right_part, .left_part {
  	width: 100%;
  	padding-inline: 0;
  	float: none;
  	display: inline-block;
  	vertical-align: top;
  }
  .no-js slideshow-component .slider {
    padding-bottom: 3rem;
  }
  .right_part {
  	margin-block-start: 20px;
    width: auto;
  }
  .right_part .slide-banner {
  	margin-block-end: 20px;
  }
}

slideshow-component .slideshow.banner {
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  gap: 0;
  padding: 0;
  border: none;
  border-radius: 20px;
}
.slideshow .slider-counter {
  display:flex;
}
.slideshow__slide {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.slideshow__text.slideshow__text--left {
    align-items: flex-start;
    text-align: left;
    margin-left:60px;
  }

@media screen and (max-width: 749px) {
  .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image .slideshow__media,
  .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom) {
    height: 28rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow--placeholder.banner--adapt_image {
    height: 56rem;
  }
}

.slideshow__text.banner__box {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    left: 0;
    right: auto;
}
.slideshow__text > * {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__text {
    border-right: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    border-left: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  }
/* 
  .banner--mobile-bottom .slideshow__text.banner__box {
    max-width: 100%;
  } */

  .banner--mobile-bottom .slideshow__text-wrapper {
    flex-grow: 1;
  }

  /* .banner--mobile-bottom .slideshow__text.banner__box {
    height: 100%;
  } */

  .banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
  }

  .slideshow__text.slideshow__text-mobile--left {
    align-items: flex-start;
    text-align: left;
  }

  .slideshow__text.slideshow__text-mobile--right {
    align-items: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .banner--mobile-bottom .slideshow__text.banner__box {
      max-width: 240px;
      min-width: 240px;
    }
}
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
  height: 100%;
}

@media screen and (min-width: 750px) {
  .slideshow__text.slideshow__text--right {
    align-items: flex-end;
    text-align: right;
  }
  .slideshow__text-wrapper.banner__content {
    height: 100%;
    padding: 0;
  }
}
.slideshow__controls--top {
  order: 2;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .slideshow__controls--border-radius-mobile {
    border-bottom-right-radius: var(--text-boxes-radius);
    border-bottom-left-radius: var(--text-boxes-radius);
  }
}

.spaced-section--full-width:last-child slideshow-component:not(.page-width) .slideshow__controls {
  border-bottom: none;
}

@media screen and (min-width: 750px) {
  /* .slideshow__controls {
    position: relative;
  } */
}

slideshow-component:not(.page-width) .slider-buttons {
  border-right: 0;
  border-left: 0;
  top:50%;
}
slideshow-component:not(.page-width) .slider-buttons .slider-button{
  display:none;
}
.slideshow__control-wrapper {
  display: flex;
  justify-content: center;
}

/* .slideshow__autoplay {
  position: absolute;
  right: 0;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
} */

button.slideshow__autoplay.slider-button{
    right: 15px;
    left: auto;
    top: auto;
    bottom: 15px;
    opacity: 1;
    z-index: 9;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__autoplay {
    right: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  /* .slideshow__autoplay.slider-button {
    position: inherit;
    margin-left: 0.6rem;
    padding: 0 0 0 0.6rem;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.08);
  } */
}

.slideshow__autoplay .icon.icon-play,
.slideshow__autoplay .icon.icon-pause {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  width: 0.8rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.slideshow__autoplay .icon.icon-play {
  height: 1rem;
}

.slideshow__autoplay path {
  fill: rgba(var(--color-foreground), 0.75);
}

.slideshow__autoplay:hover path {
  fill: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slideshow__autoplay path,
  .slideshow__autoplay:hover path{
    fill: CanvasText;
  }
}

.slideshow__autoplay:hover svg {
  transform: scale(1.1);
}

.slideshow__autoplay--paused .icon-pause,
.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
  visibility: hidden;
  opacity: 0;
  transform: scale(.8)
}
@media screen and (max-width: 1269px){
  .slideshow__text .banner__heading{
    font-size: 38px;
    line-height: 48px;
  }
  .slideshow__text .banner__text{
    display:none;
  }
  .base-cms-catbanners .banner-item.item-1{
    padding-bottom: 20px;
  }
  /* .section.slideshow {
    padding-right: 10px;
    width: 71.7%;
  } */
  .top-section-wrapper #shopify-section-base-cms-catbanners {
    padding-left: 10px;
    width: 28.3%;
  }
  .slideshow__text.slideshow__text--left {
    margin-left:30px;
  }
  /* .top-section-wrapper{
    padding-top: 20px;
  } */
}
@media screen and (max-width: 1199px) {
   .slideshow__text .banner__heading {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 989px) {
  .slideshow__text .banner__heading {
    font-size: 25px;
    line-height: 29px;
  }
  .slideshow__text h2.banner__heading.h2 {
    padding: 3px 10px;
    margin: 0 0 15px;
  }
  .slideshow__text .banner__text{
    margin-block-start: 10px;
  }
   .slideshow__text .banner__text span.subheading-3 .small-text{
        font-size: 30px;
  }
  .slideshow__text .banner__text span.subheading-3 .small-text del{
        font-size: 16px;
  }
  .slideshow__text .banner__buttons {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 749px) {
  
   {
    width: 100%;
    padding:0;
  }
  .top-section-wrapper #shopify-section-base-cms-catbanners{
      width: 100%;
      padding:15px 0 0 0;
  }
  .slideshow__text.slideshow__text--left{
    margin-left: 0;
  }
  .slideshow__text-wrapper.banner__content {
      /* padding: 3rem 1.5rem; */
  }
  .slideshow__text .banner__heading{
      font-size: 20px;
      line-height: 26px;
  }
  .slideshow__text .banner__text{
      display:none;
  }
  .slideshow__text .banner__buttons {
    margin-block-start: 10px;
  }
  .slideshow__text .banner__heading {
    margin-top: 0;
  }
  .slideshow__text span.subheading {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .slideshow__text .banner__heading{
    font-size: 16px;
    line-height: 19px;
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
      max-width: 180px;
      min-width: 180px;
    }
  .slideshow__text-wrapper.banner__content {
      padding:1.5rem;
  }
}