.indexs-toys {
    margin: 0;
    padding: 20px;
}

.indexs-toys .indexs-toys-container {
    max-width: 98%;
    margin: 0 auto;
}

.indexs-toys .indexs-toys-header {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexs-toys .indexs-toys-header h2 {
    margin: 0;
    color: #f5f5f5;
    font-size: 24px;
    font-family: Lab Grotesque !important;
}

.indexs-toys .indexs-toys-header p {
    font-size: 24px;
    font-family: Lab Grotesque !important;
    margin: 20px 0;
    color: #fff;
}

.indexs-toys .categoriess {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: center;
}

.indexs-toys .categoriess::-webkit-scrollbar {
    display: none;
}

.indexs-toys .categorys {
    /* background-color: #333; */
    border-radius: 10px;
    overflow: hidden;
}

.indexs-toys .category img {
    width: 24px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    user-select: none;
    pointer-events: none;
}

.indexs-toys .indexs-toys-category-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

.indexs-toys .categorys h2 {
    margin: 0;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.indexs-toys .categorys p {
    font-size: 14px;
    font-family: Lab Grotesque;
    margin: 10px 0;
}

.indexs-toys .indexs-toys-shop-now {
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 14px;
}

.indexs-toys .indexs-toys-category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 5;
}

.indexs-toys .indexs-toys-dianji {
    display: none;
}

.footer-talk-to-a-love-two .footer-talk-to-a-love-two-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Lab Grotesque;
    color: #f5f5f5;
    text-transform: lowercase;
}

@media (max-width: 768px) {
    .indexs-toys .categoriess {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 0;
        gap: 15px;
    }

    .indexs-toys .categorys {
        flex: 0 0 80%;
    }

    .indexs-toys .indexs-toys-shop-now {
        padding: 8px 16px;
    }

    .indexs-toys .indexs-toys-dianji {
        display: block;
    }

    .indexs-toys .indexs-toys-header {
        text-align: left;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .indexs-toys .indexs-toys-header h2 {
        margin: 0;
        color: #f5f5f5;
        font-size: 20px;
        font-family: Lab Grotesque;
    }

    .indexs-toys .indexs-toys-header .footer-talk-to-a-love-title {
        font-size: 20px;
        color: #fff;
        font-family: Lab Grotesque;
        margin: 10px 0;
    }

    .indexs-toys .categorys h2 {
        margin: 0;
        font-size: 14px;
        font-family: Inter, sans-serif;
    }

    .indexs-toys .categorys p {
        font-size: 14px;
        font-family: Lab Grotesque;
        margin: 10px 0;
        color: #f5f5f5;
    }

    .footer-talk-to-a-love-two .footer-talk-to-a-love-two-title {
        font-size: 20px;
        margin-bottom: 15px;
        font-family: Lab Grotesque;
        color: #f5f5f5;
        text-transform: lowercase;
    }
}

.indexs-toys .indexs-toys-carousel-button.nexts,
.indexs-toys .indexs-toys-carousel-button.prevs {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
}

.indexs-toys .indexs-toys-indexs-toys-button-left {
    width: 24px;
    height: auto;
}

.indexs-toys .button-right {
    width: 24px;
    height: auto;
    transform: rotate(180deg);
}

.footer-talk-to-a-love {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    background-color: black;
    padding: 0 55px;

}

.footer-talk-to-a-love-two {
    text-align: center;
}



.footer-talk-to-a-love-two .footer-talk-to-a-love-two-text {
    color: #f5f5f5;
    line-height: 1.5;
}

.footer-talk-to-a-love-two-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;

}


.footer-talk-to-a-love-two-button a {
    display: inline-block;
    font-size: 12px;
    font-family: Inter, sans-serif;
    white-space: nowrap;
    padding: 8px 24px;
    border: 1px solid #fff;
    background-color: #121212;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.footer-talk-to-a-love-two-button a:hover {
    background-color: #fff;
    color: #121212;
}

.footer-talk-to-a-love-two-wenzi {
    padding: 30px 10px;
    padding-top: 0;
    padding-bottom: 20px;
}

.footer-talk-to-a-love-two-img img {
    width: 24px;
    height: auto;
}
@media (max-width:768px){
    .indexs-toys .categoriess {
        justify-content: unset;
    }
}

@media (max-width:480px){
        .indexs-toys .indexs-toys-dianji {
        display: flex;
        flex-wrap: nowrap;
    }
}