.similar-products {
    margin: 15px 0;
    font-family: Arial, sans-serif;
}

.similar-products__title {
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
}

.similar-products__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.similar-products__item {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #1f96cc;
    border-radius: 15px;
    color: #1f96cc;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.similar-products__item:hover {
    background-color: #1f96cc;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.buy_block .counter_wrapp .limited-stock-badge {
    display: flex;
    align-items: center;
    width: calc(100% - 12px);
    min-height: 42px;
    gap: 8px;
    float: none;
    margin: 0 0 12px 6px !important;
    padding: 10px 14px !important;
    border: 1px solid transparent;
    border-radius: 12px;
    box-sizing: border-box;
    color: #3a2a10;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.buy_block .counter_wrapp .limited-stock-badge__icon {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

.buy_block .limited-stock-badge__text {
    display: block;
    width: 100%;
    min-width: 0;
}

.buy_block .counter_wrapp .limited-stock-badge--warning {
    background: #fff4cc;
    border-color: #f0d887;
    color: #5c4300;
}

.buy_block .counter_wrapp .limited-stock-badge--alert {
    background: #ffe6cf;
    border-color: #ffbf80;
    color: #7a3300;
}

.buy_block .counter_wrapp .limited-stock-badge--danger {
    background: #ffe0e0;
    border-color: #f2a3a3;
    color: #8b1e1e;
}

@media (max-width:767px){
    .stores_text_wrapp .main_info,
    .article__title,
    .tab-content [itemprop="description"],
    .reviews-block-inner [itemprop="reviewBody"],
    .tab-pane.delivery,
    .tab-pane.payment,
    .catalog_detail .props_list .props_item span[itemprop="name"],

    #main .catalog_detail .text-form .price_txt{
        font-size: 16px;
    }
    .buy_block .counter_wrapp .more_text,
    .item_info .item-title .js-notice-block__title,
    .reviews-block-inner .reviews-post-table thead td .message-post-date{
        font-size: 14px;
    }

    .buy_block .counter_wrapp .limited-stock-badge {
        margin-bottom: 10px;
        padding: 9px 12px;
        font-size: 12px;
    }
}

.calc-tab {
    margin-top: 16px;
}

.calc-tab__container {
    max-width: 536px;
    width: 100%;
}

.calc-tab__box {
    border-radius: 48px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 48px;
}

.calc-tab__label {
    margin: 0 0 16px;
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.calc-tab__ratio {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.calc-tab__stepper {
    flex: 1;
    height: 56px;
    border-radius: 16px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
}

.calc-tab__step {
    border: 0;
    background: transparent;
    width: 24px;
    height: 24px;
    font-size: 34px;
    line-height: 0.7;
    color: #63686b;
    cursor: pointer;
    padding: 0;
}

.calc-tab__step:hover {
    color: #2c2f35;
}

.calc-tab input[type="number"] {
    width: 100%;
    border: 0 !important;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
    box-shadow: none !important;
    padding: 0;
}

.calc-tab input[type="number"]::-webkit-outer-spin-button,
.calc-tab input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calc-tab input[type="number"] {
    -moz-appearance: textfield;
}

.calc-tab__controls {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.calc-tab__control {
    width: calc(50% - 12px);
}

.calc-tab__control input[type="number"],
.calc-tab__control select {
    height: 56px;
    width: 100%;
    border-radius: 16px;
    border: 0;
    background: #f2f2f2;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    box-shadow: none;
}

.calc-tab__control input[type="number"] {
    margin: 0;
    padding: 0 12px;
}

.calc-tab__control select {
    appearance: none;
    cursor: pointer;
    padding: 0 40px 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.calc-tab__select-wrap {
    position: relative;
}

.calc-tab__select-wrap:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #63686b;
    pointer-events: none;
}

.calc-tab__bottles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.calc-tab__bottle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.calc-tab__bottle p {
    margin: 0 0 16px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}

.calc-tab__bottle svg {
    width: 92px;
    height: auto;
    margin: 0 auto 16px;
}

.calc-tab__result {
    width: 100%;
    min-height: 56px;
    border-radius: 16px;
    background: #e5f8ff;
    color: #00abef;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 12px;
    position: static;
    box-shadow: none;
    font-family: inherit;
}

@media screen and (max-width: 640px) {
    .calc-tab__box {
        border-radius: 24px;
        padding: 24px;
    }

    .calc-tab__ratio,
    .calc-tab__controls,
    .calc-tab__bottles {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .calc-tab__control {
        width: 100%;
    }

    .calc-tab input[type="number"],
    .calc-tab__control select,
    .calc-tab__result {
        font-size: 16px;
    }
}
