.buy-together-product-img img {
    max-width: 108px;
    height: auto;
    display: block;
    object-fit: cover;
    width: 100%;
}

h3.buy-together-block-ttl {
    font-size: 20px;
    color: #131313;
    font-family: 'ANTA Sharp Grotesk Medium';
    margin: 30px 0 16px 0;
}

h4.buy-together-title-main {
    font-size: 18px;
    color: #131313;
}

.buy-together_option_selects-items select {
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 34px;
    font-size: 16px;
    color: #131313;
    font-family: 'ANTA Sharp Grotesk Medium';
    padding: 0 10px;
}

.buy-together-variant-item {
    width: 100%;
    max-width: 136px;
}

.buy-together-variant-list {
    display: flex;
    gap: 8px;
    margin: 10px 0 18px 0;
}

span.buy-together-regular-price {
    font-size: 18px;
    color: #000000;
}

span.compare-buy-together-item {
    font-size: 16px;
    text-decoration: line-through;
    color: #C2C2C2;
}

.buy-together-price-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.buy-together-product-info {
    flex: 1;
}

.buy-together-item-main-products {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 25px 30px;
    border: 1px solid #D4D4D4;
    border-radius: 8px 8px 0 0;
    border-bottom: unset;
}

.buy-together-image--media img {
    display: block;
    max-width: 96px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

h4.buy-together-info-ttl {
    font-size: 18px;
    color: #131313;
    font-family: 'ANTA Sharp Grotesk Medium';
}

.buy-together-profuct_info {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.buy-together-info-meta {
    flex: 1;
}

.buy-together-items-pairs {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.buy-together-checkbox-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #DADADA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: relative;
}

.buy-together-checkbox:checked+.buy-together-checkbox-icon {
    background: #000;
}

.buy-together-checkbox:checked+.buy-together-checkbox-icon::after {
    content: "✔";
    color: #fff;
    font-size: 9px;
    line-height: 1.2;
    position: absolute;
    top: 2px;
}

.buy-together-meta-items {
    margin: 18px 33px;
    border-block-start: unset;
    padding-bottom: 18px;
    border-bottom: 1px solid #D3D3D3;
}

.buy_together-inner-value {
    border: 1px solid #D3D3D3;
}

.buy-together-meta-items:last-child {
    border: none;
    margin-bottom: 0;
}

.buy-together-discount-items {
    font-size: 14px;
    color: #FFFFFF;
    padding: 3px 10px;
    background: #CE0F2B;
    border-radius: 2px 2px 2px 2px;
    line-height: 1.2;
}

.buy-together-lable-discouts,
.buy-together-all-added-price {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

span.total-regular-price-of-all {
    font-size: 26px;
    color: #131313;
    font-family: 'ANTA Sharp Grotesk Bold';
}

span.compare-price-all-items {
    font-size: 18px;
    color: #C2C2C2;
    text-decoration: line-through;
}

.buy-together-btn-atc {
    flex: 0 0 57%;
    max-width: calc(57% - 30px);
}

.buy-together-price-items-total {
    flex: 1;
}

span.buy-together-discounttotal-title {
    font-size: 18px;
    color: #131313;
}

.buy_together-price-total-atc {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 0 1px 8px 8px;
    border: 1px solid #D4D4D4;
    border-top: unset;
    padding: 27px 33px;
}

.buy-together_option_selects-items select option[disabled] {
    opacity: 0.2;
    color: lightgray;
}

a.buy-it-together {
    font-size: 20px;
    color: #FFFFFF !important;
    background: #000;
    text-transform: capitalize;
    text-align: center;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 30px;
}


@media (max-width: 749px) {
    h3.buy-together-block-ttl {
        font-size: 16px;
    }

    .buy-together-product-img img {
        max-width: 70px;
    }

    .buy-together-image--media img {
        max-width: 60px;
    }

    h4.buy-together-title-main {
        font-size: 16px;
    }

    .buy-together-variant-list {
        gap: 5px;
        margin: 6px 0 8px 0;
    }

    .buy-together_option_selects-items select {
        height: 26px;
        font-size: 12px;
        padding: 0 7px;
    }

    span.buy-together-regular-price {
        font-size: 14px;
    }

    span.compare-buy-together-item {
        font-size: 12px;
    }

    .buy-together-price-flex {
        gap: 6px;
    }

    .buy-together-checkbox-icon {
        width: 13px;
        height: 13px;
    }

    .buy-together-checkbox:checked+.buy-together-checkbox-icon::after {
        font-size: 7px;
    }

    .buy-together-meta-items {
        margin: 12px 20px;
        padding-bottom: 12px;
    }

    .buy-together-profuct_info {
        gap: 8px;
    }

    h4.buy-together-info-ttl {
        font-size: 14px;
    }

    .buy-together-items-pairs {
        gap: 8px;
    }

    .buy-together-item-main-products {
        gap: 8px;
        padding: 16px 20px;
    }

    .buy_together-price-total-atc {
        gap: 26px;
        padding: 16px 20px;
    }

    span.buy-together-discounttotal-title {
        font-size: 12px;
    }

    .buy-together-discount-items {
        font-size: 11px;
    }

    .buy-together-lable-discouts,
    .buy-together-all-added-price {
        gap: 8px;
    }

    span.total-regular-price-of-all {
        font-size: 16px;
    }

    span.compare-price-all-items {
        font-size: 12px;
    }

    a.buy-it-together {
        font-size: 14px;
        height: 38px;
    }
}