/* Add custom CSS styles below */ 

/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/**/

@media(max-width:768px) {
.font-bold {
    font-weight: 700;
    text-align: center;
}
.font-medium {
    font-weight: 500;
    text-align: center;
}
.s-product-card-vertical {
    flex-direction: column;
    height: 400px !important;
}
.md\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
section:nth-child(1 of .landing-page-first-banner) .txt {
    margin-right: 0;
    padding: 0;
}
/**/
.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}

.horizontal-list>div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/**/



/*
section:nth-child(2 of .w-full.section_c_r) .swiper-wrapper {
    display: none;
}

section:nth-child(2 of .w-full.section_c_r)  {
    margin:0
}

.s-block--fixed-banner {
    margin: 0;
}
/**/

.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
}
.landing-banner .item-text {
    background-color: rgb(0 0 0 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}