.categories__body.categories__body-4-items { grid-template-columns: repeat(4, 1fr); } .tf-btn { text-transform: none; } .flat-wrapper-iconbox &gt; .title { background: white; } .header-top { --primary:#ff6f61; } body { font-family: "Oswald", sans-serif !important; } header { font-family: "Oswald", sans-serif !important; } .footer-default { font-family: "Oswald", sans-serif !important; } .tf-btn { font-weight: 400; font-size: 18px; } 
.cat_tov__item{
    border: 1px solid var(--line);
    border-radius: 16px;
    width: 100%;
}

.cat_tov__box_img{
    width: 100%;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
}

.cat_tov__img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cat_tov__item .tf-btn{
    margin-bottom: 20px;
    font-size: 16px;
    background: #ff6f61;
    border: none;
}

.cat_tov__item .title {
    padding: 18px 0px;
    font-size: 19px;
}

.card-product .name-product {
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.6em; 
    line-height: 1.8em; 
}

.flat-spacing .swiper-slide {
    display: flex !important;
    height: 366px !important;
}

.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(0px);
    pointer-events: auto;
}

@media (max-width: 780px) {
.cat_tov__box_img {
    height: 150px;
}
.cat_tov__item .title {
    padding: 8px 0px;
}

.categories__body.categories__body-4-items {
display: block;
	}

	.card-product.style-border-2.border-type-5 .card-product-info{
    height: 200px;}

	.categories__body .banner-shop{
        margin-bottom: 10px;
}
}