<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   #loadMoreButton[disabled] {
	 background-color: #fff;
	 color: #636363;
}
 #loadMoreButton{
	 background-color: #d50032;
	 color: #fff;
}

.packery .container{
    max-width: 100% !important;
}

.grid-items{
    max-width: 100% !important;
}

h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #d50032 !important;
    font-size: 24px !important;
}

.interior .row.packery {
  background-color: #e5e6e7 !important;
}

.card.front .flip-title {
    display: none !important;
}

@media (max-width: 990px)
.packery .container {
    max-width: 625px !important;
}</pre></body></html>