@import url("horizontal_tire_list--FjJYpc.css");
@import url("promoted-products-u16Pvp8.css");

h1 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 0;
}

.subtitle {
    font-weight: 500;
    font-size: 1.6rem;
}

.subtitle a {
    color: #212529;
    text-decoration: none;
}

.subtitle a:hover {
    text-decoration: underline;
}

.info-box th {
    font-weight: 400;
    padding-right: 40px;
    padding-left: 0!important;
}

.info-box td {
    font-weight: 500;
    padding-bottom: 5px;
}

.info-box img {
    max-height: 25px;
}

.info-box .tire-stats {
    font-size: 1.2rem;
}

.price-row-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
}

.price-row-amount {
    font-size: 2rem;
}

.price-row .promoted-price {
    border: 1px solid #fcac0d40;
    background-color: #fcac0d1a;
}

.price-row .has-promoted-price .lowest-price .price-row-title {
    font-weight: 600;
    font-size: 0.75rem;
}

.price-row .has-promoted-price .lowest-price .price-row-amount {
    font-size: 1.9rem;
}

.price-row .store-logo img {
    max-height: 22px;
}

.other-offers-link a {
    color: #212529;
}

.other-offers-link a:hover {
    text-decoration: none;
}

.tire-image {
    max-height: 350px;
    max-width: 100%;
}

.brand-logo img {
    max-height: 14px;
}

.no-offers-message {
    font-size: 1.1rem;
}

h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.8rem;
}

#offers-container .total-offers {
    font-weight: 500;
}

.offers .offer .store-logo {
    height: 20px;
}

.offers a {
    color: #212529;
    text-decoration: none;
}

.offers .offer .store-logo img {
    max-height: 100%;
    max-width: 100%;
}

.offers .offer .store-name {
    font-size: 1.5rem;
    /*font-weight: 500;*/
}

.offers .offer .price-amount {
    font-size: 1.5rem;
    font-weight: 600;
}

.offers .offer.isPromoted {
    border: 1px solid #fcac0d40;
    background-color: #fcac0d1a;
}

.offers .offer.isPromoted .subtitle {
    font-size: 0.8rem;
}

/** About tire section **/
.about-tire-section p {
    font-size: 1.1rem;
}

.about-tire-section .about-tire-content .ql-size-large {
    font-size: 1.3rem;
    font-weight: 600;
}

.about-tire-section .about-tire-content .ql-size-huge {
    font-size: 1.5rem;
    font-weight: 700;
}

.about-tire-content .content {
    display: -webkit-box;
    -webkit-line-clamp:14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.about-tire-content .content.expanded {
    -webkit-line-clamp: unset;
}

.about-tire-content .read-more-button a {
    color: #212529;
}

.about-tire-content .read-more-button a:hover {
    text-decoration: none;
}

table tr th {
    font-weight: 500;
    padding-left: 1rem!important;
}

table tr td {
    padding-left: 1rem!important;
}

table a {
    color: #212529;
    text-decoration: none;
}

table a:hover {
    text-decoration: underline;
}

.offers-section .show-more-offers-button a {
    color: #212529;
    text-decoration: underline;
}

.offers-section .show-more-offers-button a:hover {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .about-tire-section .about-tire-content .ql-size-large {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .about-tire-section .about-tire-content .ql-size-huge {
        font-size: 1.15rem;
        font-weight: 700;
    }

    .tire-image {
        max-height: 220px;
    }

    h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.4rem;
    }

    .price-row-amount-store-logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .price-row .store-logo img {
        max-height: 24px;
        max-width: 100%
    }

    .price-row .store-logo {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .info-box th {
        padding-right: 0;
    }

    .offers .offer .store-logo {
        max-height: 20px;
        max-width: 120px;
    }

    /** About tires section **/
    .about-tire-section p {
        font-size: 1rem;
    }
}