ul#menu-capitalized-main-menu {
    list-style: none;
    margin-top: 100px;
}

.collection-intro {
    margin: 0 auto;
    margin-top: 11.5vmin;
}

.collection-intro .title {
    margin-top: var(--s0);
    margin-bottom: 0;
}

.collection-intro .body {
    margin-top: var(--s2);
    margin-bottom: var(--s6);
    max-width: 58ch;
    font-size: var(--s1);
    line-height: 1.5;
    letter-spacing: -0.025em;
    position: relative;
}

.body .line {
    display: none;
    fill: var(--black);
    width: var(--s7);
    height: 1px;
    position: absolute;
    left: 0;
    top: 1.2ch;
}

.collection-intro + div, .woocommerce-result-count, .woocommerce-ordering {
    display: none!important;
}

.products {
  margin: auto;
  left: 7px;
}

.onsale {
    display: none;
}

.product {
  width: 23.5%!important;
  margin-bottom: 10px!important;
  position: relative;
  margin-right: 0!important;
  overflow: hidden;
}

.price del {
    display: none!important;
}

.price ins {
    text-decoration: none;
    font-weight: 320!important;
}
 
.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: transform 300ms ease-in-out;
}

.woocommerce-loop-product__title {
    float:left;
    font-size: var(--s1)!important;
    font-weight: 320;
    line-height: 1;
    letter-spacing: -0.02em;
    padding-top: 0!important;
    max-width: 170px;
}

.woocommerce-loop-product__title + .price {
    float: right;
    font-size: 0!important;
    line-height: 0.75;
    position: relative;
    margin-left: 1.5ch;
    color: var(--black)!important;
    font-weight: 320!important;
}

.woocommerce-loop-product__title + .price bdi {
    font-size: var(--s1)!important;
    letter-spacing: -0.056px;
}

.woocommerce-loop-product__title + .price span:nth-of-type(2) {
    display: none;
}

.woocommerce ul.products li.product a .zoom-parent {
    margin-bottom: 10.406px;
}

.product .woocommerce-LoopProduct-link:hover img {
    transform: scale(1.1); 
}

.zoom-parent {
    overflow: hidden;
}

.woocommerce-Price-currencySymbol {
    font-size: var(--s1)!important;
    position: relative;
    bottom: 0.12em;
}

.prev-next {
    margin-top: var(--s6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item p{
    margin-bottom: -1px;
}

.prev-next .item.left {
    padding-bottom: var(--s4);
}

.prev-next .item .title {
    display: inline-block;
    margin-top: var(--s-1);
}

.prev-next .item.right {
    align-self: flex-end;
}

@media (min-width: 1773px) {
    .products .product:not(.after-masonry .product):not(.products .product:nth-of-type(4n)) {
        margin-right: 24px!important;
    }
}

@media (max-width: 1772px) and (min-width: 1331px){
    .product {
      width: 32%!important;
    }

    .products .product:not(.after-masonry .product):not(.products .product:nth-of-type(3n)) {
        margin-right: 18px!important;
    }
}

@media (max-width: 1330px) and (min-width: 894px) {
    .product {
      width: 48.5%!important;
    }

    .products .product:not(.after-masonry .product):not(.products .product:nth-of-type(2n)) {
        margin-right: 17px!important;
    }
}

@media (max-width: 893px) {
    .product {
      width: 100%!important;
    }
}

@media (min-width: 980px) {
    .collection-intro .body {
        margin-top: var(--s6);
        margin-bottom: var(--s8);
        padding-left: calc(var(--s7) + 1ch);
    }

    .collection-intro .body .line {
        display: block;
    }
}

@media (min-width: 500px) {
    .prev-next {
        flex-direction: row;
    }

    .prev-next .item.right {
        align-self: flex-start;
    }
}