.tab-with-collection {
    padding-top: var(--padding-top-desk);
    padding-bottom: var(--padding-bottom-desk);
    background: var(--section-bg);
}

.tab-with-collection-container .collections_mian-heading {
    font-size: var(--heading-font-desk);
    color: var(--heading-color);
    text-transform: capitalize;
    margin: 0 0 28px 0;
    line-height: 1.273;
    text-align: center;
}

.tab-list__content-wrapper {
    display: flex;
    justify-content: center;
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 0 0 43px 0;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    width: 100%;
}

.tab-text_items::marker {
    content: none;
}

.tab-list__content-wrapper .tab-text_items {
    flex: 0 0 auto;
    max-width: 160px;
    width: 100%;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 11px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: ANTA Sharp Grotesk Medium;
    line-height: 1.112;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.5s;
}

.tab-text_items.active {
    background: #000;
    color: #fff;
}

.collection_product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-inner-content .tab-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 19px;
    row-gap: 46px;
}

/* .tab-inner-content .tab-content.active {
    display: grid;
} */
.tab-with-collection__card .card-product-title_info {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    color: #030303;
    font-family: ANTA Sharp Grotesk Medium;
    line-height: 1.273;
    margin: 12px 0 0 0;
}

.card-product-type_info {
    margin: 4px 0 0 0;
    font-size: 18px;
    color: #969696;
    line-height: 1.278;
}

.info_addto-cart .product-form__submit::after,
.info_addto-cart .product-form__submit::before {
    content: unset;
}

.info_addto-cart .product-form__submit {
    background: #000;
    width: 100px;
    padding: 8px;
    line-height: 1.1;
    gap: 4px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 18px;
}

.info_addto-cart .product-form__submit img {
    display: block;
    width: 29px;
    height: 21px;
    object-fit: cover;
}

.tab-with-collection__card .card-money-with-addtocart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    flex-wrap: wrap;
}

.card-money-with-addtocart .card_info-money {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.card-money-with-addtocart .info_compare-price {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 1.278;
    text-decoration: line-through;
}

.card-money-with-addtocart .info_regular-price {
    font-size: 22px;
    color: #030303;
    line-height: 1.273;
}

.info_addto-cartcustom-product__tag .product--tag {
    width: auto;
    height: 28px;
    background: #D6000F;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 20px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.tab-with-collection__card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info_addto-cartcustom-product__tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 0 0 18px;
}

@media (max-width:1190px) {
    .tab-with-collection__card .card-product-title_info {
        font-size: 18px;
    }

    .card-product-type_info {
        font-size: 16px;
    }

    .card-money-with-addtocart .info_regular-price {
        font-size: 18px;
    }

    .card-money-with-addtocart .info_compare-price {
        font-size: 16px;
    }
}

@media (max-width:990px) {
    .tab-inner-content .tab-content {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 18px;
        row-gap: 30px;
    }
}


@media(max-width:767px) {
    .tab-with-collection {
        padding-top: var(--padding-top-mob);
        padding-bottom: var(--padding-bottom-mob);
    }

    .tab-with-collection-container .collections_mian-heading {
        font-size: var(--heading-font-mob);
        line-height: 1.286;
        margin-bottom: 12px;
    }

    .tab-list__content-wrapper {
        margin-bottom: 14px;
        padding-bottom: 10px;
        gap: 12px;
    }

    .tab-list__content-wrapper .tab-text_items {
        flex: unset;
        max-width: unset;
        width: auto;
        white-space: nowrap;
        height: 38px;
        padding: 5px 20px;
        font-size: 14px;
        line-height: 1.25;
    }

    .tab-inner-content .tab-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 10px;
    }

    .tab-with-collection__card .card-product-title_info {
        font-size: 14px;
        line-height: 1.286;
        margin-top: 8px;
    }

    .tab-with-collection__card p.card-product-type_info {
        font-weight: normal;
        font-size: 12px;
        line-height: 1.25;
        color: #969696;
        margin-top: 6px;
    }

    .info_addto-cartcustom-product__tag {
        padding: 8px 0 0 8px;
    }

    .info_addto-cartcustom-product__tag .product--tag {
        width: fit-content;
        height: fit-content;
        font-size: 10px;
        line-height: 1;
        padding: 5px 10px;
        border-radius: 2px;
    }

    .tab-with-collection__card .card-money-with-addtocart {
        padding-top: 14px;
    }

    .card-money-with-addtocart .card_info-money {
        gap: 4px;
    }

    .card-money-with-addtocart .info_regular-price {
        font-size: 14px;
        line-height: 1.25;
    }

    .card-money-with-addtocart .info_compare-price {
        font-size: 12px;
        line-height: 1.25;
    }

    .info_addto-cart .product-form__submit {
        margin: 0;
        width: 60px;
        height: 25px;
        padding: 1px;
        font-size: 12px;
        gap: 0;
    }

    .info_addto-cart .product-form__submit img {
        display: block;
        width: 22px;
        height: 20px;
        object-fit: cover;
    }
}