.s-button-primary-outline{
  background: var(--color-primary) !important;
  color:white;
border:1px solid var(--color-primary) !important
}
.s-button-primary-outline:hover{
  color: var(--color-primary) !important;
  fill: var(--color-primary) !important;
  background:white !important;
border:1px solid var(--color-primary) !important
}
#main-content{
  background-color: #fff !important;
  padding-bottom: 50px;
}
.s-product-card-image{
  padding: 10px;
  background-color: #fff;
}
.s-product-card-image img{
  border-radius: 12px
}
.s-product-card-vertical{
  box-shadow: 0px 0px 20px 0px #0000000D;
}
 .s-product-card-sale-price h4{
   color: #C39543 !important
 } 
.topnav-is-dark .top-navbar{
  background-color: #655ea5 !important
}
.topnav-is-dark .top-navbar .s-search-input::placeholder{
  color: white
}
custom-main-menu {
    min-height: auto !important;
}
/* ##################### */
.index section:nth-of-type(1) {
    margin-top: 0 !important;
}

.index section:nth-of-type(1) .container{
  max-width: 100% !important;
  padding: 0 !important
}
/* ##################### */
.index section:nth-of-type(2) .slide--cat-entry {
  border:none;
  background-color: #F9F9F9;
  border-radius: 10px
}
/* ##################### */
.index section:nth-of-type(3) .s-slider-block__title-right h2 {
  color: #655EA5;
  font-weight: 700;
  font-size: 20px;
  line-height: 68px;
}
@media (max-width:768px) {
    .index section:nth-of-type(3) .s-slider-block__title-right h2 {
     font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    }
}
/* ##################### */
.index section:nth-of-type(5) .s-slider-block__title-right h2 {
  color: #655EA5;
  font-weight: 700;
  font-size: 20px;
  line-height: 68px;
}
@media (max-width:768px) {
    .index section:nth-of-type(5) .s-slider-block__title-right h2 {
     font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    }
}
/* ##################### */
.index section:nth-of-type(6) .container {
  max-width:100% !important
}
/* ##################### */
.index section:nth-of-type(7) .s-block__title h2{
  color: #655EA5;
}
.index section:nth-of-type(7) .inner>div:nth-of-type(2) .s-block__title h2{
  display: none
}
.index section:nth-of-type(7) .s-product-card-overlay{
background: linear-gradient(to bottom, #00000000 0%, #58469D 100%);

}
.index section:nth-of-type(7) .s-product-card-entry{
  background-color: #F9F9F9;
}
  @media (min-width: 1024px) {
    .s-block--features-products.two-cols .inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: end;
    }
.index section:nth-of-type(7) .s-product-card-entry{
  max-height: 532px
}
  .index section:nth-of-type(7) .inner>div:nth-of-type(1){
    grid-column: span 1 / span 1;
  }
  .index section:nth-of-type(7) .inner>div:nth-of-type(2){
    grid-column: span 2 / span 2;
  }
  .index section:nth-of-type(7) .inner>div:nth-of-type(1)>.grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  }
  .index section:nth-of-type(7) .inner>div:nth-of-type(1) .grid .grid{
    display:none
  }
  /* ##################### */
.index section:nth-of-type(8) .container {
  max-width:100% !important
}
/* ##################### */
  .index section:nth-of-type(9) .s-block__title h2{
  color: #655EA5;
  font-weight: 700;
  font-size: 20px;
  line-height: 68px;
}
@media (max-width:768px) {
    .index section:nth-of-type(9) .s-block__title h2 {
     font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    }
}
/* ##################### */
  .index section:nth-of-type(10){
    max-width: 90%
  }
  @media(min-width:1440px){
    
  .index section:nth-of-type(10) .banner-entry{
    height: 500px
  }
  }
/* ##################### */
  .store-footer ,.store-footer__inner{
    background-color: #F9F9F9;
    color:#000;
  }
  .store-footer{
    margin-top: 30px
  }