<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_page_container {
    margin-bottom: 20px;
}

h1 {
    word-break: break-word;
}

.gift-cards-container button {
    padding: 8px 16px;
    border-radius: 0;
}
.gift-cards-container .btn-add-to-cart {
    background: #3172ab;
    border: 1px solid #3172ab;
}
.gift-cards-container .btn-add-to-cart:hover,
.gift-cards-container .btn-add-to-cart:focus {
    opacity: 0.9;
}

.pagination .page-item:hover {
    cursor: pointer;
}

/***********/
@media (min-width: 992px) {
    .pagination .page-item span {
        font-size: 1.2rem;
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 991.9px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .pagination .page-item span {
        font-size: 0.9rem;
        padding: 0.4rem 0.6rem;
    }
}</pre></body></html>