:root {
    --swiper-theme-color: #ed3232 !important;
}



main {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.hero {
     padding: 20vh 20vw 10vh 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-image: url(/images/hero2-redo.webp);
    background-position: center;
    background-size: cover;
    color: black;

}

/* SWIWPER
--------------------------------------- */
.swiper {
    padding: 2rem;
  width: 100%;
  height: 15rem;
  border: #232323 1px solid;
  .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    img {
        height: 70%;
    }

}

}
.hisense, .fridge-master {
    object-fit: contain;
    object-position: center;
    height: 80%;

}
.brand-grid {
    display: grid;
    place-items: anchor-center;
;
    grid-template-columns: 1fr 1fr;
    
    gap: 1fr;
    
    
}

/* DELIVERY
-------------------------------------------------- */
.delivery {
     background-color: #232323;
    color: rgb(194, 194, 194);
    img {
        max-width: 4rem;
        margin: auto;
    }
    /* padding: 2rem 0.7rem; */
}

@media screen and (min-width:700px) {
    .brand-grid {
        grid-template-columns: 1fr 1fr 1fr;

    }
  .swiper {
    height:80vh ;
  }
    
}
a {
    align-self: center;
}