/* ---------------------------------- */
/* ------------- 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));
}

.sliderText h2,
.sliderText h3 {
  font-size: 1.5em;
}

.sliderText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  width: 70%;
}
