/** Shopify CDN: Minification failed

Line 239:50 Expected ":"

**/
.collection {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 2rem 0rem;
  position: relative;
}

.collection .collection__title {
  padding: 0 1.6rem;
}

.collection .collection__title.title-wrapper {
   margin-bottom: 2rem;
}

.collection__title h2 {
  font-size: 2rem;
  font-weight: 600;
}

.collection .card-wrapper.product-card-wrapper .card__media img {
    filter: saturate(1.5);
}

.header-wrapper--border-bottom {
  /* border: 1px solid #dbdbdb; */
}

.collection__view-all {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
}

.collection__view-all a {
    min-height: 36px;
    min-width: auto;
    border-radius: 50px;
    transition: background ease 250ms;
    font-size: 1.4rem;
    padding: 0 3.6rem;
    min-height: 32px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 4px;
    /* color: #616161; */
    border: 1px solid #DBDBDB;
    text-transform: capitalize;

}

.collection__view-all a::after {
  border-radius: 50px;
  box-shadow: none;
}

.collection .grid {
    gap: 0;
    margin-bottom: 0;
}

.featured-collection-section .grid__item .card-wrapper.product-card-wrapper {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.featured-collection-section slider-component::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 105%;
    background: #DBDBDB;
}

.collection .slider-buttons {
    display: none;
}

.collection .product-grid .grid__item {
    min-width: unset;
    display: none;
}

.collection .grid__item:nth-of-type(-n + 4) {
    display: block;
}

/* Never leave a lone odd item alone in the last row of a 2-col grid - drop it instead of showing an unpaired card. */
.featured-collection-section .grid__item:nth-of-type(-n + 4):nth-child(odd):last-child:not(:first-child) {
    display: none;
}

.featured-collection-section .collection {
    padding-bottom: 3rem;
    border-bottom: 1px solid #DBDBDB;
}

.card-wrapper.product-card-wrapper {
    border-radius: 0;
    border: 1px solid #DBDBDB;
    padding: 1.6rem;
}

.product-card-wrapper .card__content {
    padding: 0;
    padding-top: 1.6rem;
}

.product-card-wrapper .card__information {
    padding: 0;
}

.product-card-wrapper .card__information .price {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

.product-card-wrapper .card__heading a {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-wrapper .card-information .price__sale {
    display: flex;
    align-items: center;
}

.product-card-wrapper .card-information .price__container span {
    font-size: 1.4rem;
}

.product-card-wrapper .card-information .price__container span.price-item--sale {
    font-size: 1.6rem;
    font-weight: 500;
}

.product-card-wrapper .card-information .price__container .price-item--regular {
    color: #A3A3A3;
}

.product-card-wrapper .card--card .quick-add {
    margin: 0;
}

.product-card-wrapper .card__content .card__badge {
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0;
    grid-row-start: unset;
}

.product-card-wrapper .card__content .card__badge .badge {
    border-radius: 0;
    background: #D32F2F;
    border: 0;
    height: 100%;
    display: block;
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.product-card-wrapper  .quick-add .quick-add__submit {
    font-size: 1.4rem;
    min-height: 36px;
    border-radius: 0.4rem;
    background: #056974;
    text-transform: capitalize;
    font-weight: 600;
}

.product-card-wrapper .quick-add .quick-add__submit span {
    letter-spacing: 0;
    font-size: 1.3rem;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .collection__title h2 {
        font-size: 2.6rem;
    }

    .collection slider-component {
        padding: 0 1.6rem !important;
    }

    .collection .slider-buttons {
        display: block;
        width: 1px;
        height: 1px;
    }

    .collection .grid__item {
        display: block !important;
    }

    .collection .grid__item {
        margin: 0 !important;
        padding: 0 !important;
    }

    .featured-collection-section .grid__item {
        flex-grow: 0;
        max-width: 244px;
    }

    .collection .slider--desktop.grid--4-col-desktop .grid__item {
        width: 244px;
    }

    .card-wrapper.product-card-wrapper {
        border: none;
        padding: 0;
    }

    .collection .grid.product-grid {
        gap: 40px;
        /* display: grid;
        grid-template-columns: repeat(5, 1fr); */x
    }

    /* .collection .grid__item {
        width: 100%;
        max-width: 100%;
    }  */

    .collection .slider-button {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        background: #FFFFFF !important;
        border-radius: 50%;
        width: 40px !important;
        height: 40px !important;
        transition: background ease 250ms;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    }

    .collection .slider-button .svg-wrapper {
        color: #616161;
        width: 26px !important;
        height: 26px !important;
    }

    .collection .slider-button--next {
        right: 0px;
    }

    .collection .slider-button--prev {
        left: 0px;
    }

    .product-card-wrapper .card__heading a {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    .collection .card__subheading {
        font-size: 1.6rem;
    }

    .product-card-wrapper .quick-add .quick-add__submit {
        min-height: 40px;
    }

    .collection__view-all {
        position: static;
        transform: unset;
        /* margin-right: -1.6rem !important; */
    }

    .collection__view-all a {
        padding: 0 2.4rem;
        margin-top: 0 !important;
    }

    .featured-collection-section .collection {
        padding-bottom: 0;
        border-bottom: none;
    }

    .collection .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .collection .title-wrapper .title {
        margin-bottom: 0 !important;
    }

    .collection .collection__title.title-wrapper {
        margin-bottom: 3rem;
    }

    .collection__view-all a {
        border: none;
        text-decoration: underline;
        padding: 0 !important;
        font-size: 1.6rem;
    }
}
