.product-card {
    position: relative;
}
.product-card__carousel,
.product-card__carousel--cart {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}
@media (max-width: 767.98px) {
    .product-card__carousel,
    .product-card__carousel--cart {
        padding-bottom: 70px;
    }
}
.product-card__carousel .owl-nav {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 20px;
}
.product-card__carousel .owl-nav .owl-prev {
    transform: scaleX(-1);
}
.product-card__carousel .owl-nav .owl-prev svg,
.product-card__carousel .owl-nav .owl-next svg {
    margin-left: 25px;
}
.product-card__carousel .owl-nav .disabled {
    opacity: 0.6;
    pointer-events: none;
}
.product-card__carousel--arrows-below {
    padding-top: 90px;
}
.product-card__carousel--arrows-below .owl-nav {
    top: 40px;
    bottom: auto;
    margin-bottom: 0;
}
.product-card__carousel--arrows-below .owl-nav.disabled.disabled {
    display: block;
}
@media (max-width: 767.98px) {
    .product-card__carousel--arrows-below {
        padding-top: 15px;
    }
    .product-card__carousel .owl-nav {
        top: 0;
        right: 3rem;
    }
}
.product-card .button-round {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 100px;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -0.02em;
    padding: 5px 20px;
    font-weight: 400;
    margin: 12px;
    color: var(--color-charcoal);
}
.product-card .button-round:hover {
    color: #fff;
}
.product-card__badge {
    z-index: 1;
    color: var(--color-charcoal);
    border-radius: 20px;
    border: 1px solid var(--color-charcoal);
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -0.02em;
    padding: 6px 18px;
    z-index: 10;
    transition: all 0.5s ease;
}
.product-card__media {
    position: relative;
}
.product-card__image {
    display: flex;
    position: relative;
    z-index: 2;
    padding-top: 104.833%;
}
.product-card__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 4%;
    left: 0;
    /* height: 80%; */
    display: block;
    object-fit: contain;
}
@media (max-width: 767.98px) {
    .product-card__image img {
        top: 5%;
        height: 100%;
    }
}
.product-card__hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    display: flex;
}
.product-card__hover-image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.product-card__info {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-bottom: 8px;
    border-bottom: solid 1px var(--color-charcoal-border);
    margin-top: 20px;
}
.product-card__info > h4 {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
.product-card__info .product-card__price {
    letter-spacing: -0.5px;
    line-height: 23px;
}
.product-card__info .product-card__price.with-discount-highlight {
    display: flex;
    gap: 10px;
}
.product-card .product-card__discount-highlight {
    font-size: 12px;
    color: var(--color-charcoal);
    margin-left: auto;
    letter-spacing: -0.02em;
}
.product-card__footer.has-highlight .product-card__desc,
.product-card__footer.has-highlight .product-card__hover p {
    display: flex;
    align-items: center;
}
.product-card__price--sale {
    text-decoration: line-through;
    color: var(--color-grey);
    margin-left: 7px;
}
.product-card__footer {
    position: relative;
}
.product-card__desc,
.product-card__hover {
    padding-top: 12px;
    transition: all 0.5s ease;
}
.product-card__desc > p,
.product-card__hover > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
}
.product-card__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.product-card__hover {
    position: relative;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}
.product-card__hover .button {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    padding: 16px 20px;
    width: 100%;
    text-align: center;
}
.product-card__hover .rc-container-wrapper {
    display: none !important;
}
.product-card__button-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product-card__button-group .button:nth-child(2) {
    border-left: none;
}
.product-card__button-group .button:only-child {
    grid-column: auto/span 2;
}
.product-card:hover .product-card__badge {
    opacity: 0;
    visibility: hidden;
}
.product-card:hover .product-card__hover,
.product-card:hover .product-card__hover-image {
    opacity: 1;
    visibility: inherit;
}
.product-card:hover .product-card__desc {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 767.98px) {
    .product-card__button-group {
        gap: 1px;
        background: rgba(0, 0, 0, 0);
    }
    .product-card__button-group > .button {
        padding: 9px;
        background: var(--color-charcoal);
        color: #fff;
    }
    .product-card__info {
        margin-top: 24px;
    }
    .product-card__info > h4 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
    .product-card__price {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
    .product-card__price span {
        letter-spacing: -0.5px;
    }
    .product-card__hover-image {
        display: none;
    }
    .product-card__image {
        position: static;
        background: transparent;
    }
    .product-card__hover {
        opacity: 1;
        visibility: inherit;
    }
    .product-card__hover p {
        display: flex;
        align-items: center;
    }
    .product-card__hover p .product-card__discount-highlight {
        margin-left: auto;
    }
    .product-card__desc {
        opacity: 0;
        visibility: hidden;
    }
    .product-card__badge {
        opacity: 1 !important;
        visibility: inherit !important;
    }
    .product-card__desc,
    .product-card__hover {
        padding-top: 11px;
    }
    .product-card__desc > p,
    .product-card__hover > p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
    .product-card .button {
        margin-top: 19px;
        color: #fff;
        background-color: var(--color-charcoal);
    }
}
.featured-card {
    position: relative;
    border-top: solid 1px var(--color-charcoal-border);
    border-bottom: solid 1px var(--color-charcoal-border);
    padding: 0 0 20px;
    grid-column: 1 / span 2;
}
.featured-card__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}
.featured-card__left {
    display: flex;
}
.featured-card__right {
    padding: 60px 0;
}
.featured-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.featured-card__image {
    min-width: 400px;
    text-align: center;
    margin-top: auto;
}
.featured-card__image img {
    display: block;
}
.featured-card__heading {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 24px;
}
.featured-card__heading > h4 {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
.featured-card__desc {
    margin-bottom: 24px;
}
.featured-card__desc > span,
.featured-card__desc > p {
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0px;
    display: inline;
}
.featured-card__desc > span {
    white-space: nowrap;
}
.featured-card__buy {
    margin-top: auto;
}
.featured-card__price {
    display: none;
}
.featured-card__reviews {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-right: 15px;
}
.featured-card--sold .button {
    pointer-events: none;
    opacity: 0.6;
}
@media (max-width: 767.98px) {
    .featured-card {
        grid-column: auto;
        border: none;
        padding: 0;
    }
    .featured-card__price {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        display: block;
    }
    .featured-card__grid {
        grid-template-columns: auto;
        gap: 0;
    }
    .featured-card__image {
        width: 100%;
        min-width: 0;
        padding: 0;
    }
    .featured-card__heading {
        padding-bottom: 9px;
        border-bottom: 1px solid var(--color-charcoal-border);
        position: relative;
        margin-bottom: 47px;
    }
    .featured-card__heading > h4 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
    .featured-card__reviews {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 12px;
    }
    .featured-card__desc {
        margin-bottom: 30px;
    }
    .featured-card__desc > p,
    .featured-card__desc > span {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .featured-card .button {
        width: 100%;
        color: #fff;
        background-color: var(--color-charcoal);
    }
    .featured-card .button > span {
        display: none;
    }
}
.subscribe-cta--collection,
.collection-main__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    padding-right: var(--padding-x);
}
@media (max-width: 991.98px) {
    .subscribe-cta--collection,
    .collection-main__grid {
        grid-template-columns: auto;
        gap: 0;
        padding-left: var(--padding-x);
    }
}
@media (max-width: 767.98px) {
    .subscribe-cta--collection,
    .collection-main__grid {
        padding-right: 0;
        padding-left: 0;
    }
}
.collection-main__grid .featured-card {
    grid-row: 2;
}
.collection-main__right {
    position: relative;
}
.collection-main__left {
    height: var(--height-fill);
    position: relative;
    z-index: 29;
}
.collection-main__heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--padding-x);
}
.collection-main__heading > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 24px;
}
.collection-main__heading > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    max-width: 360px;
    margin-bottom: 24px;
}
.collection-main__heading > .button {
    margin-right: auto;
    margin-top: auto;
}
.collection-main .custom-pagination {
    padding-bottom: var(--padding-x);
}
@media (min-width: 768px) {
    .collection-main .product-card__md-show {
        display: none !important;
    }
    .collection-main__grid .featured-card {
        margin-bottom: 50px;
    }
}
@media (max-width: 991.98px) {
    .collection-main__heading {
        padding-left: 0;
        padding-right: 0;
    }
    .collection-main__grid {
        grid-template-columns: auto;
        gap: 0;
    }
    .collection-main__left {
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .collection-main__heading {
        padding: var(--padding-x);
        padding-bottom: 0;
        padding-top: 60px;
    }
    .collection-main__heading > h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        margin-bottom: 17px;
    }
    .collection-main__heading > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin-bottom: 0;
    }
    .collection-main__heading > .button {
        display: none;
    }
    .collection-main .custom-pagination {
        padding-left: var(--padding-x);
        padding-right: var(--padding-x);
    }
}
.collection-main .load-more {
    text-align: center;
}
.collection-main .load-more > a {
    min-width: 200px;
}
.product-grid {
    display: grid;
    padding: var(--padding-x) 0;
}
.product-grid--collection {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
@media (max-width: 767.98px) {
    .product-grid {
        padding: 0 var(--padding-x);
    }
    .product-grid--collection {
        grid-template-columns: auto;
    }
}
.collection-filters {
    padding: var(--padding-x);
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    background: var(--color-light-grey);
    position: fixed;
    top: 0;
    left: 0;
    width: inherit;
    min-width: calc(33.333vw - 60px);
    max-width: 50vw;
    transform: translate3d(-100%, 0, 0);
    transition: var(--transition);
    visibility: hidden;
    z-index: 99990;
}
.collection-filters__bar {
    display: none;
}
.collection-filters__header {
    margin-bottom: 10px;
    position: relative;
}
.collection-filters__header:before {
    top: 100%;
    bottom: auto;
    transform: scaleY(-1);
}
.collection-filters__header > h4 {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.05em;
}
.collection-filters__body {
    overflow-y: auto;
    padding-bottom: 60px;
}
.collection-filters__footer {
    display: flex;
    padding-top: 5px;
    gap: 15px;
    position: relative;
}
.collection-filters__header:before,
.collection-filters__footer:before,
.collection-filters__bar:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 25px;
    height: 60px;
    background: linear-gradient(
        to top,
        #f5f5f5 10%,
        rgba(245, 245, 245, 0.6) 80%,
        rgba(245, 245, 245, 0) 100%
    );
    pointer-events: none;
}
.collection-filters__clear {
    margin: auto 0 auto auto;
    transition: all 0.5s ease;
}
.navbar,
.product-grid,
.collection-main__heading {
    transition: all 0.5s ease;
}
.glossary__header {
    transition: opacity 0.5s ease;
}
.know-how__grid {
    transition: all 0.5s ease;
}
@media (min-width: 992px) {
    .collection-filters--show.collection .collection-main__heading,
    .collection-filters--show .glossary__header,
    .collection-filters--show .navbar {
        opacity: 0;
        visibility: hidden;
    }
    .collection-filters--show.collection .navbar,
    .collection-filters--show .product-grid {
        transform: translateY(calc(-1 * var(--nav-height)));
    }
    .collection-filters--show .know-how__grid {
        transform: translateY(calc(-1 * var(--nav-height) - 85px));
    }
}
.collection-filters--show .collection-filters {
    transform: translateZ(0);
    visibility: inherit;
}
@media (max-width: 991.98px) {
    .collection-filters {
        width: 100vw;
        max-width: none;
    }
}
@media (max-width: 767.98px) {
    .collection-filters {
        min-width: 0;
        max-width: none;
        width: 100%;
        transform: translateZ(0);
        opacity: 0;
        visibility: hidden;
        position: fixed;
        grid-template-rows: 1fr auto;
        padding-bottom: 65px;
        padding-top: 0;
    }
    .collection-filters__header {
        display: none;
    }
    .collection-filters__footer {
        height: auto;
        padding-top: 0;
    }
    .collection-filters__footer .button {
        text-align: center;
        height: fit-content;
        width: 100%;
    }
    .collection-filters__footer .collection-filters__close {
        opacity: 0;
        visibility: hidden;
    }
    .collection-filters__clear {
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 14px;
        line-height: 1em;
    }
    .collection-filters__clear:after {
        bottom: -3px;
    }
    .collection-filters__body {
        margin-right: var(--padding-x-neg);
        padding-top: var(--padding-x);
    }
    .collection-filters__bar {
        display: block;
        background: #fbfbfb;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99995;
        text-align: center;
    }
    .collection-filters__bar > a {
        display: flex;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        padding: 24px;
        align-items: center;
        justify-content: center;
        letter-spacing: -0.02em;
    }
    .collection-filters__bar > a:before {
        content: "Filter by";
    }
    .collection-filters__bar > a img {
        margin-left: 10px;
    }
    .collection-filters__bar:before {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }
    .collection-filters__bar .collection-filters__trigger {
        border-top: 1px solid var(--color-charcoal);
    }
    .page-collection .collection-filters__footer {
        display: none;
    }
    .page-collection .subscribe-cta {
        padding-top: 40px;
    }
    .page-collection .js-pagination {
        padding-bottom: 0;
    }
    .collection-filters--show {
        overflow: hidden;
    }
    .collection-filters--show .collection-filters {
        opacity: 1;
        visibility: inherit;
    }
    .collection-filters--show .collection-filters__bar:before {
        opacity: 1;
        visibility: inherit;
    }
    .collection-filters--show .collection-filters__bar > a:before {
        content: "Close";
    }
    .collection-filters--show .collection-filters__bar img {
        transform: scaleY(-1);
    }
    .collection-filters--know-how {
        padding-bottom: var(--padding-x);
    }
}
.filter-group {
    padding-top: 45px;
}
.filter-group > h4 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 22px;
    text-transform: capitalize;
}
.filter-group__list {
    list-style: none;
}
.filter-group__option {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    list-style: none;
    cursor: pointer;
}
.filter-group__label {
    font-weight: 300;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -0.05em;
    margin: 0;
    padding-left: 15px;
}
.filter-group__count {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: -0.05em;
    transform: translateY(-5px);
    margin-left: 6px;
}
@media (max-width: 767.98px) {
    .filter-group {
        padding-top: 5px;
        margin-bottom: 40px;
    }
    .filter-group > h4 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .page-collection .product-card__image {
        background: none;
    }
}
