<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-med, .contentImgRow .item, .cartThumb.category, .cartThumb.item, .blog-widget .blog-widget-article {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}

.flickerplate, .flick-inner {
  padding-bottom: 50%; 
}

.sliderText h2 {
  font-size:3em;
}

.twoColumn td{
  display: block;
  width:100%!important;
  padding:20px;
}

.twoColumn tr:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

#menu nav li a {
  font-size:.8em;
}</pre></body></html>