<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {
    .custom-align {
        display: table;
        align-items: baseline;
    }

    .nav-minicart {
        float: left;
        display: block;
        position: absolute;
        left: 50px;
    }

    .minicart-wrapper .block-minicart {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        width: 320px;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: unset;
        box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    }

    .minicart-wrapper .block-minicart:before {
        right: 302px;
        top: -12px;
    }

    .minicart-wrapper .block-minicart:after {
        right: 301px;
        top: -14px;
    }
}

.custom-align {
    align-items: baseline;
}

.subtotal{
    margin: 30px 10px 10px !important;
}

.checkout-shipping-method {
    width: fit-content;
}

.dropdown-custom::after {
    float: none !important;
}

.tyre-icon {
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}
.tyre-badge-detail-size {
    padding: 0.65rem;
    width: 48px;
    height: 48px;
    text-align: center;
}

.tyre-icon-detail {
    height: 50px;
    width: 50px;
    margin-right: 0.5rem;
}

.tyre-badge {
    display: inline-flex;
    align-items: flex-start;
}

.tyre-badge-detail {
    display: inline-flex;
    padding: 0.5rem;
}

.tyre-range-a {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #1FB463;
    margin-right: 0.25rem;
}

.tyre-range-b {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #4BBA5C;
    margin-right: 0.25rem;
}

.tyre-range-c {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #AFD34D;
    margin-right: 0.25rem;
}

.tyre-range-d {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #F1EB3B;
    margin-right: 0.25rem;
}

.tyre-range-e {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #FCB42C;
    margin-right: 0.25rem;
}

.tyre-range-f {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #F47532;
    margin-right: 0.25rem;
}

.tyre-range-g {
    color: white;
    font-size: 1.2rem !important;
    border-radius: 20%;
    padding-inline: 0.65rem;
    background-color: #EE3233;
    margin-right: 0.25rem;
}

.form-group-scroll {
    max-height: 250px;
    overflow: scroll;
}

.field-custom-display {
    display: inline-block;
    width: 100%;
}

.field-custom-input-width {
    width: -moz-available !important; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important; /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}

.product-top-details {
    padding-top: 2rem;
}

.product-top-details-border {
    border-bottom: 1px solid;
}

.product-font-options {
    margin: 0;
    font-family: Jost;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text);
    text-align: left;
    background-color: var(--bg);
    padding-top: 2rem;
}

.field-tooltip {
    display: none;
}

.custom-font-size {
    font-size: 1.6rem !important;
}

.nav-custom-font-size {
    font-size: 1.5rem;
}

.nav-custom-padding-top {
    padding-top: 9rem;
}

.custom-btn-padding {
    padding: 1.75rem 1.75rem 1.75rem 1.75rem !important;
}
</pre></body></html>