/* TOP tires carousel — shared by koleso.ee and rehvidemaailm */
.top_tires_area .single_product.top_tire_product {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.top_tires_area .top_tire_product .product_thumb {
    width: 100%;
    max-width: 185px;
    margin: 0 auto 10px;
    position: relative;
}

.top_tires_area .top_tire_product .product_thumb a {
    display: block;
    text-align: center;
}

.top_tires_area .top_tire_product .product_thumb img {
    max-height: 150px !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.top_tires_area .top_tire_product .product_thumb a.secondary_img {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 185px;
}

.top_tires_area .top_tire_product .top_tire_info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top_tires_area .top_tire_product .top_tire_brand_logo {
    margin-bottom: 4px;
    line-height: 0;
}

.top_tires_area .top_tire_product .top_tire_brand_logo a {
    display: inline-block;
    line-height: 0;
}

.top_tires_area .top_tire_product .top_tire_brand_logo img {
    display: block;
    height: 16px !important;
    width: auto !important;
    max-width: 72px !important;
    max-height: 16px !important;
    object-fit: contain;
    object-position: left center;
}

.top_tires_area .top_tire_product .product_name h3 {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 3px !important;
    text-transform: uppercase;
}

.top_tires_area .top_tire_product .product_name h3 a {
    line-height: 1.25;
    color: #333;
}

.top_tires_area .top_tire_product .top_tire_size {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.top_tires_area .top_tire_product .product_content {
    margin-top: auto !important;
    padding-top: 0;
}

.top_tires_area .top_tire_product .product_footer {
    width: 100%;
}

.top_tires_area .top_tire_product .price_box {
    width: 100%;
}

.top_tires_area .top_tire_product .price_box .top_tire_price {
    display: block;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #e94141 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
    .top_tires_area .top_tire_product .product_thumb img {
        max-height: 125px !important;
    }

    .top_tires_area .top_tire_product .price_box .top_tire_price {
        font-size: 21px !important;
    }
}
