/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med,
body[class*="_category10434"] .cartThumb.item {
  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));
}


.slideBox a.button {
  font-size: 1em;
}

.buttonWrap .photoSection:before {
  left: -13px;
  height:114px;
  clip-path: polygon(10px 5px, calc(100% - 0px) 5px, calc(100% - 0px) 100%, 10px 100%);
  }

