.index header.store-header {
    background: rgba(255,255,255,0.6);
}

.product-index label {
    margin-left: 1rem;
}

.image-title .title-heade {
    background-color: transparent;
    border: 2px solid var(--color-primary);
    padding-bottom:1.2rem !Important
}
@media(min-width:768px){
video{
    -o-object-fit: contain!important;
    object-fit: contain !important;
}
}

.s-block{
  margin-bottom:3rem !Important
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.s-block--banners .banner-entry {
    height: 300px;
}

.banner-entry:nth-of-type(1){
  grid-row:1/3;
  height:100% !important;
  grid-column:1/2
}
.banner-entry:nth-of-type(2){
  grid-row:1/2;
  grid-column:2/3
}
.banner-entry:nth-of-type(3){
  grid-row:2/3;
  grid-column:2/3
}

@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}

.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}