#mainnav ul li .submenu a {
    border-bottom: 1px solid #333;
}

.submenudetaling {
    all: unset !important;
}

.submenudetaling a {
    all: unset !important;
    color: #00000080 !important;
    cursor: pointer !important;
}
.submenudetaling > li {
    padding: none !important;
}

.submenudetaling > li:hover > a {
    color: #000000 !important;
}

.tf-slider-product {
    aspect-ratio: 16/7;
}

.tf-slider-product .product-content {
    padding: 0;
    position: absolute;
    left: 50px;
    bottom: 120px;
}

@media screen and (max-width: 992px) {
    .tf-slider-product {
        aspect-ratio: 3 / 4;
    }
    .tf-slider-product .swiper-horizontal > .swiper-pagination-bullets,
    .tf-slider-product .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 24px !important;
        bottom: 24px !important;
    }
    .tf-slider-product .product-content {
        padding: 0;
        position: absolute;
        left: 24px;
        bottom: 56px;
    }
}

.item-vlog-v3 .image-blog-v3 {
    aspect-ratio: 4/3;
}

.item-vlog-v3 .image-blog-v3 img {
    object-fit: cover;
    height: 100%;
}

.preloarer {
    display: none;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.feature-post {
    aspect-ratio: 16/9;
}
.blog-grid img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.preload img {
    width: 164px;
    height: 164px;
    object-fit: contain;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
