/* Add custom CSS styles below */


/* center the section side and top banners */

.s-block--features-slider__side .has-overlay--opacity-option, .s-block--features-slider__top .has-overlay--opacity-option {

background-position: center !important;

}


.s-block--features-slider__side .has-overlay--opacity-option h2, .s-block--features-slider__top .has-overlay--opacity-option h2{

text-shadow: 0 0 5px #00000045

}


/* limit the product title and style the fonts*/


.s-product-card-entry .s-product-card-content-title {

margin-bottom: 0;

display: -webkit-box;

-webkit-line-clamp: 1;

-webkit-box-orient: vertical;

overflow: hidden;

line-height: 1.5!important;

}


.s-product-card-entry .s-product-card-content-title a {

font-size: 15px;

font-weight: 500;

}

.article.article--main {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
}