/** Shopify CDN: Minification failed

Line 32:13 Unexpected ".100-bamboo-toilet-paper-mystery-box"

**/
.product-card {
    width: calc(25% - 22.5px);
    display: inline-block;
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding-bottom: 40px;
    position: relative;
}

.titleArea .product-card__heading a {
    text-decoration: none;
}

.product-card__img-wrapper {
    width: 100%;
    position: relative;
    border-radius:8px;
}

.media {
    border-radius: 8px;
}


.product-card.wipe-with-pride-gift-card:before,
.product-card.100-bamboo-toilet-paper-mystery-box:before{
    content: none !important;
}

.product-card__img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.titleArea {
    width: 100%;
}

.product-card__heading {
    font-size: var(--font-size--base--lg);
    margin: 10px 0 10px;
}

.titleArea .product-card__heading {
    max-width: 100%;
    width: 100%;
    float: left;
    font-size: 22px;
}

.titleArea .product-card__price {
    max-width: 100%;
    float: left;
    width: 100%;
    text-align: left;
}

.titleArea .product-card__price .price {
    font-family: var(--font--body);
    font-size: var(--font-size--base);
    color: var(--color--copy);
    line-height: 1.6;
    text-align: left;
    font-style: italic;
    font-weight: 800;
    margin: 0px 0 10px;
}

.product-card__desc {
    font-size: var(--font-size--base--sm);
    margin: 0 0 30px;
    float: left;
    width: 100%;
    font-family: var(--font--body);
    color: var(--color--body);
}

.product-card__desc > *:nth-child(1) {
    margin-top: 0;
}

.product-card__desc > *:nth-last-child(1) {
    margin-bottom: 0;
}

.product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-card__price {
    font-weight: bold;
    width: 50%;
    font-family: var(--font--heading);
    color: var(--color--heading);
}

.product-card__button {
    margin: 0;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
}

.product-card__button:hover,
.product-card__button:active,
.product-card__button:focus {
    border: 2px solid #000;
    color: #000;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.7;
}

.product-card__img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    /* makes it a square */
    overflow: hidden;
}

.product-card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* crops image to fill square */
    object-position: center;
}

.product-card__slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-card__slides-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.product-card__slide {
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}

.slider-arrow.prev {
    right: 50px;
}

.product-reviews {
    margin: 10px 0 0;
}

.slider-arrow.next {
    right: 0px;
}

.slider-arrow.next:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'><path d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/></svg>") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'><path d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/></svg>") no-repeat center / contain;
    background-color: #000;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 8px;
    transform: scale(.7);
}

.slider-arrow.prev:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill-rule='evenodd' clip-rule='evenodd'><path d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill-rule='evenodd' clip-rule='evenodd'><path d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'/></svg>");
    background-color: #000;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 8px;
    transform: scale(.7);
}

.slider-arrow {
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 2rem;
    line-height: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: block;
    min-width: 40px;
    right: 30px;
    box-shadow: #64646f33 0 7px 19px;
}

.slider-arrow:hover,
.slider-arrow:focus,
.slider-arrow:active {
    background: #ffffffb3;
    animation: none !important;
    border: none;
}

@media (max-width: 900px) {

    .featured-products__group__overflow {
        overflow-x: auto;
    }

    .featured-products__group {
        width: 100%;
    }

    .product-card__desc {
        margin-bottom: 0 !important;
    }

    .product-card__footer {
        float: left;
        gap: 10px;
        margin-top: 0px;
        clear: both;
    }

    .titleArea .product-card__price {
        max-width: 100%;
        float: left;
        width: 100%;
        text-align: left;
    }

    .titleArea .product-card__price .price {
        font-family: var(--font--body);
        font-size: var(--font-size--base);
        color: var(--color--copy);
        line-height: 1.6;
        text-align: left;
        font-style: italic;
        font-weight: 300;
        margin: 0px 0 10px;
    }

    .product-card__button {
        width: 100% !important;
        margin: 0 0 5px 0 !important;
    }

    .featured-products__group .product-card {
        width: 38vw;
    }

    .featured-products__group .product-card {
        width: 50%;
        display: block;
        border: 5px solid #fff;
        padding: 0 0 10px 0;
    }

    .collection__heading {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .collection__filters {
        width: 100%;
        float: left;
        text-align: left;
    }

    .collection {
        width: 100%;
        padding: 20px 0;
    }

    .titleArea .product-card__heading {
        max-width: 100%;
        float: left;
        font-size: 19px;
        margin: 10px 0 0px;
    }

    .product-filters {
        width: 100%;
        display: block !important;
        justify-content: flex-end;
        gap: 30px;
    }

    .product-card__footer {
        flex-wrap: unset;
        gap: unset;
        float: left;
        width: 100%;
        display: block;
        position: relative;
        left: auto;
        margin: 20px 0 0 0;
    }

    .collection__products > .product-card {
        margin-bottom: 0;
    }

    .collection__products .product-card {
        width: calc(50% - 15.5px);
        padding-bottom: 0;
        position: relative;
    }

    .featured-products__group {
        gap: 0;
    }

    .slider-arrow {
        position: absolute;
        top: 20px;
        transform: translateY(-50%);
        background: #fff;
        border: none;
        font-size: 1rem;
        line-height: 1;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 9;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        display: block;
        min-width: 30px;
        right: 30px;
        box-shadow: #64646f33 0 7px 19px;
    }

    .slider-arrow.prev {
        right: 40px;
    }

    .slider-arrow.prev:after,
    .slider-arrow.next:after {
        top: 5px;
        left: 3px;
        transform: scale(0.5);
    }

}