<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-empty {
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
}
.cart-empty img {
    width: 100%;
    margin-bottom: -3px;
}
.empty-cart--heading {
    color: #000;
    margin: 0;
    font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}
.empty-cart--copy {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26.1px;
    letter-spacing: 0%;
    text-align: center;
}
.empty-cart--image {
    width: 100%;
    padding: 0 20px;
    padding-top: 10px;
    box-sizing: border-box;
}
a.empty-cart--button {
    display: inline-block;
    margin: 36px 10px 0 10px;
    padding: 0 15px;
    min-width: 150px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-size: 14px;
    text-transform: initial;
    color: #fff;
    background-color: #b40024;
    border: 2px solid #b40024;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 0 3px transparent;
}
a.empty-cart--button:hover {
    background-color: #8c0b26;
    border-color: #8c0b26;
    color: #fff;
}
a.empty-cart--button:focus {
    box-shadow: none;
}
a.empty-cart--button:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6893d2 !important;
}
a.empty-cart--button:active {
    background-color: #63021a;
    border-color: #63021a;
    color: #fff;
}
@media (min-width: 769px) {
    #wrapper .page-content {
        padding-left: initial;
        padding-right: initial;
        max-width: 1920px;
    }
    .cart-empty img {
        margin-top: 60px;
    }
}
footer {
    margin-top: 0 !important;
}
@media (max-width: 768px) {
    #wrapper .page-content {
        padding-left: initial;
        padding-right: initial;
    }
    .cart-empty img {
        margin-top: 30px;
        margin-bottom: -3px;
    }
    .empty-cart--heading {
        font-size: 40px;
        line-height: 40px;
        margin-top: 30px;
    }
}</pre></body></html>