html,
body {
    overflow-x: hidden;
}

.bg-invert-top {
    transform: scaleY(-1);
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-divider::before {
    background-image: url(../img/product-cat-group-divider.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    left: -15px;
    width: 10px;
    height: 500px;
    content: var(--tw-content);
}

.home-new-product-hero {
    z-index: 999;
    left: -120px;
}

.product-content_v2 {
    margin: 45px 10px;
    padding: 20px;
    border-radius: 13px;
    border: 2px solid #7f7f7f;
    overflow-wrap: break-word;
}

.pcat-products-slider {
    padding-top: 30px;
}

.pcat-products-slider-prev,
.pcat-products-slider-next {
    top: 20%;
}

.news-menu {
    background-color: #EFEFEF;
    display: inline-block;
    border-radius: 27px;
}

.news-menu li {
    display: inline-block;
    padding: 10px 25px;
}

.news-menu li.active {
    background-color: rgb(253 197 62);
    border-radius: 30px;
}

.before\:bg-\[url\(\.\.\/img\/product-cat-group-divider\.svg\)\]:before {
    background-image: none;
}

.absolute.bottom-0 {
    bottom: -1px;
}

.why-tao {

    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 30px auto;
    padding: 30px;
}

/*Menu wow nut*/
.wownut-menu {
    width: 126px;
    border-radius: 22px;
    background-color: #fff;
    height: 44px;
    display: flex;
    margin-left: auto;
    margin-right: -20px;
    position: relative;
    justify-content: center;
}

.btn-menu-outline {
    border: solid 1px #fff;
    width: 97px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    height: 30px;
    align-items: center;
    margin-right: 15px;
}

/* On screens that are 600px or less, set the background color to olive */

@media screen and (max-width: 1365px) {
    .home-new-product-hero {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .site-nav .menu-item > a {
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    .wownut-menu {
        margin-right: 8px;
        width: 98px;
        height: 30px;
    }

    .wownut-menu img {
        width: 67px;
    }
}

@media screen and (max-width: 600px) {
    .why-tao {
        width: auto;
        margin: 30px 20px;
        padding: 20px;
    }

    .hero-banner .swiper-pagination {
        bottom: -7px;
    }
    .hero-banner .btn {
        font-size: 12px;
        bottom: 25px;
        padding: 0.5rem 1.2rem;
    }
    .pcat-products-slider-prev,
    .pcat-products-slider-next {
        top: 150px;
    }
    .pcat-products-slider-prev {
        margin-left: -12px;
    }
    .pcat-products-slider-next {
        margin-right: -12px;
    }
    .seaweed--position_a,
    .seaweed--position_b {
        display: none;
    }
    .pcat-products-slider {
        padding: 0 !important;
    }
    .news-menu {
        border-radius: 0;
    }
    .news-menu li {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .section-activities.pt-24 {
        padding-top: 2rem;
    }
    .news-diy-hero {
        height: 200px;
        width: auto;
    }
}


/* .swiper-slide img {
    height: 300px;
    object-fit: cover;
} */

