.non-focus-input {
    background: transparent !important;
    border: none !important;
}

.svg-button-detail-card {
    pointer-events: none;
}

.product-unavailable-text {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.property-product {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.property-product-main-title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.property-product-composition {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.property-product-composition-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    color: #333333;
}

.property-product-composition-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: #333333;
}

.property-product-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.property-product-block-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    color: #333333;
}

.property-product-block-data {
    display: flex;
    justify-content: space-between;
    width: 47%;
}

.property-product-block-data-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 8px;
}

.property-product-block-data-dotted {
    width: 100%;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 12px;
}

.property-product-block-data-value {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
}

.property-product-block-data-title {
    white-space: nowrap;
}

.properties-item-top-title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}

.properties-item-top-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}

@media (max-width: 1440px) {
    .property-product-block-data {
        width: 100%;
    }
}

