/*
Theme Name: TTF child
Template: twentytwentyfive
*/

main {
    margin-top: 0 !important;
}

.home h1 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #095D14 !important;
}

.swiper-pagination-bullet-active {
    background: #095D14 !important;
}

.product-slider .desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background-color: #0000009f;
    color: #fff;
    text-decoration: none !important;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-bottom: 60px !important;
}
