/* .s-block.s-block--banners */
.s-block__title {
  justify-content: start;
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}
.two-row .banner-entry:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
a.banner-entry {
  height: 500px;
  background-color: unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

a.banner-entry.square-photos:hover {
  transform: scale(1.1);
}

.banner-entry {
  transition: all 0.5s;
}
.banner-entry::after {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.banner-entry:hover::after {
  animation: flashing 0.5s linear;
}


/**end  category*/
section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
  height: unset;
}

section:nth-child(1 of .s-block--banners) .banner-entry {
  height: 165px;
}

.s-block__title h2 {
  color: #0a2a52;
  font-size: 50px;
}


.got-swiper_info h1 {
    font-size: 60px !important;
}

.got-swiper_info .got-sub_title {
    font-size: 20px !important;
    line-height: 1 !important;
    width: 100% !important;
}
/*products**/
.s-product-card-entry{
height:500px;
    
}
.s-product-card-image img.loaded {
    opacity: 1;
    position: relative;
    height: 100%;
}
/* end- products**/
/* end- .s-block.s-block--banners */


@media (max-width: 767px) {
.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info {
    
    display: none;
}

/*products**/
 .s-product-card-image img {
    height: 170px !important;
}
.s-product-card-entry {
    height: 280px;
}

.got-main_slider .got-custom_container .got-swiper_slide .got-slider_img {

    min-height: 380px;
}

/*products**/
/**footer  **/
footer *{

    margin-right:auto;
    margin-left:auto;
    text-align:center
}

.store-footer .grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.store-footer .grid > div{
    grid-column: span 1;
}

  /***/
}