.section-dual-collection {
    position: relative;
}
.dual-top {
    font-size: 24px;
    text-align: center;
    padding-top: 9px;
    font-weight: 600;
}

.sub-title {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 40px;
    font-weight: 400;
}

.collection-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 62%;
    margin: 0 auto 30px;
}

.section-dual-collection .ssr-plugin-comment-product-card-star-block {
    width: auto;
    margin: 0 auto;
}

.section-dual-collection .card-title1 {
    /* width: 100%; */
    margin: 0 auto;
}

.collection-tab {
    width: 50%;
    text-align: left;
    background: none;
    border: none;
    border-top: 1px solid #f5f5f5;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 18px 40px;
    flex: 1;
    text-transform: uppercase;
    color: #959595;
    line-height: 1em;
    transition: all;
    transition-duration: 300ms;
        white-space: nowrap;
}

.collection-tabs>.collection-tab:last-child {
    text-align: right;
}

.collection-tab.active {
    border-top: 1px solid #000;
    color: #000;
}

.collection-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.collection-content.active {
    display: block;
}
.collection-content .plugin-color-board{
display: none;
}
.url-btn {
    text-align: center;
    border: 1px solid #5d5d5d;
    margin: 60px auto;
    font-size: 13px;
    line-height: 53px;
    height: 53px;
    width: 400px;
}

.dual-collection__button {
    position: absolute;
    top: calc(50% - 50px);
    /* transform: translateY(-50%); */
    background-color: #ffffffa8;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}

.dual-collection__button:hover {
    background-color: #f5f5f5;
}
.disabled{
    /* opacity: 0.2; */
}
.dual-collection__button--previous {
    left: 10px;
}

.dual-collection__button--next {
    right: 10px;
}

.dual-collection__button svg {
    width: 12px;
    height: 12px;
}

.dual-collection__button--previous svg {
    transform: rotate(180deg);
}

@media (min-width: 960px) {
    .section-dual-collection .collection-content .block-product-list {
        grid-auto-flow: column;
        overflow-x: auto;
    }
}
@media (max-width: 959px) {
    .collection-tabs {
        width: 100%;
        margin: 0 auto 0;
    }

    .collection-tabs>.collection-tab {
        text-align: center;
        padding: 18px 0;
    }

    .collection-tabs>.collection-tab:last-child {
        text-align: center;
    }

    .sub-title {
        font-size: 12px;
        line-height: 1em;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 18px;
    }

    .url-btn {
        margin: 36px auto;
        font-size: 13px;
        line-height: 34px;
        height: 34px;
        width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
 /* .lang-zd .collection-tab{
     text-align: right;
} */