/* ---------------------------------- */
/* ------------- 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));
}


p.spacer {
  height: 20px;
}
p.spacer.xl {
  height: 72px;
}



.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 5.5em 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 5.5em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:5.5em;
}

h2 {
  font-size: 2.7em;
  margin: .2em 0;
  font-weight: 100;
  line-height: 1.1em;
}


.button-section:has(.butFrame:nth-child(3):last-child) .butFrame {
   width: calc(33.333% - var(--gridSpacing));
}

.contentPagesWrap > section:first-child .textSection .siteContent > .twoColumn:has(>tbody>tr>td:first-child > p.spacer.xl:first-child):first-child {
  margin-top: -4em;
}