/** Shopify CDN: Minification failed

Line 140:24 The "-" operator only works if there is whitespace on both sides

**/
#CollectionProductGrid {
  padding-top: 0px;
}

.collection-shop-products-grid-tab {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-bottom: 60px;
  padding-top: 130px;
  margin-top: -130px;
  background-color: #FFFFFF;
}
.collection-shop-products-grid-tab-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-top: solid 1px rgba(var(--color-base-accent-1), 1);
  border-bottom: solid 1px rgba(var(--color-base-accent-1), 1);
}
.collection-shop-products-grid-tab a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  color: rgba(var(--color-base-accent-1), 1);
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-grid-tab {
    padding-top: 100px;
    margin-top: -100px;
  }
  .collection-shop-products-grid-tab a {
    height: 60px;
    line-height: 1.4;
    font-size: 16px;
    padding-top: 8px;
  }
  .collection-shop-products-grid-tab a + a:before {
    content: "";
    width: 1px;
    height: 24px;
    display: block;
    background-color: rgba(var(--color-base-accent-1), 1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
  }
}
.collection-shop-products-grid-tab a:hover {
  background-color: rgba(var(--color-base-accent-1), 1);
  color: #FFFFFF;
}
.collection-shop-products-grid-tab a span {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-grid-tab a span {
    font-size: 12px;
    margin-left: 0;
    display: block;
  }
}
.collection-shop-products-grid-tab a svg {
  width: 6px;
  height: 11px;
  transform: rotate(90deg);
  margin-top: 2px;
  margin-left: 0.5em;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-grid-tab a svg {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
  }
}

.collection-shop-products-grid-title {
  text-align: center;
/*   padding-top: 130px; */
  margin-top: -220px;
  padding: 220px 20px 0;
}

.collection-shop-products-grid-title h3 {
  line-height: 1.6;
}

.collection-shop-products-grid-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-grid-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
    padding: 0 20px;
  }
}
.collection-shop-products-grid-nav a {
  height: 33px;
  line-height: 31px;
  text-align: left;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: solid 1px #D87562;
  color: #D87562;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-grid-nav {
    flex-wrap: wrap;
  }
  .collection-shop-products-grid-nav a {
    min-width: calc(50% -5px);
    font-size: 11px;
    padding-right: 25px;
  }
}
.collection-shop-products-grid-nav a svg {
  width: 6px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  margin-top: -5px;
  transform: rotate(90deg);
}
.collection-shop-products-grid-nav a.col-blue {
  color: #6298D8;
  border-color: #6298D8;
}

.collection-shop-products {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 220px;
  margin-top: -220px;
}
@media screen and (max-width: 749px) {
  .collection-shop-products {
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 220px;
    margin-top: -220px;
  }
}

.collection-shop-products-title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-title {
    text-align: left;
    margin-bottom: 20px;
  }
}
.collection-shop-products-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.collection-shop-products-text p {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-text {
    text-align: left;
    margin-bottom: 20px;
  }
  .collection-shop-products-text p {
    text-align: left !important;
  }
}
.collection-shop-products-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  border-top: solid 1px #DDDDDD;
  margin-top: 40px;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .collection-shop-products-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
    padding: 40px 0;
  }
}
.collection-shop-products-list .collection-shop-products-list__item {
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .collection-shop-products {
    margin-bottom: 0px;
  }
}

.collection-shop-products-tags {
  margin-top: 20px;
}
.collection-shop-products-title {
  margin-top: 1.1rem;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
}
.collection-shop-products-price {
  margin-top: 1.1rem;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
}
