.product-main__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: var(--height-fill);
}
.product-main__left {
    height: 100%;
    position: relative;
    min-width: 0;
}
.product-main__gallery {
    position: relative;
    height: 100%;
}
.product-main__gallery img {
    height: calc(100vh - var(--nav-height));
    width: 100%;
    object-fit: cover;
}

.product-main__gallery .owl-dots {
    position: relative;
    bottom: 45px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: nowrap; /* Prevent dots from wrapping onto multiple lines */
    overflow-x: auto; /* Allow horizontal scrolling */
    padding: 0 20px; /* Add some padding for a better layout */
    max-width: 100%; /* Ensure it doesn't overflow the container */
    scrollbar-width: thin; /* Adjust scrollbar width for better aesthetics */
}
.product-main__gallery .owl-dots .owl-dot > span {
    margin: 8px;
    display: block;
    height: 10px;
    width: 10px;
    border: solid 1px var(--color-charcoal);
    border-radius: 50%;
    transition: all 0.5s ease;
}
.product-main__gallery .owl-dots .owl-dot.active > span,
.product-main__gallery .owl-dots .owl-dot:hover > span {
    background-color: var(--color-charcoal);
}

/* Hide scrollbar in WebKit browsers (Chrome, Safari, etc.) */
.product-main__gallery .owl-dots::-webkit-scrollbar {
    display: none;
}

/* Scrollbar customization for Firefox */
.product-main__gallery .owl-dots {
    scrollbar-color: var(--color-charcoal) transparent;
    scrollbar-width: thin;
    padding: 14px;
}

.product-main__right {
    display: flex;
    height: 100%;
    position: relative;
}
.product-main__right .product-main__content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.product-main__gwp {
    margin-top: 25px;
    margin-bottom: 25px;
}
.product-main__content {
    margin: auto;
    max-width: 550px;
    width: 100%;
}
.product-main__header {
    border-bottom: 1px solid var(--color-charcoal-border);
    padding-bottom: 18px;
}
.product-main__header > h1 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 8px;
}
.product-main__header > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
.product-main__discount-highlight {
    font-size: 14px;
    color: var(--color-charcoal);
    margin-left: 5px;
}
.product-main__price {
    font-weight: 300;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: -0.02em;
    margin-top: 22px;
}
.product-main__price--sale {
    color: var(--color-grey);
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    margin-left: 16px;
}
@media (max-width: 767.98px) {
    .product-main__price {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.05em;
    }
    .product-main__price--sale {
        margin-left: 13px;
    }

    .product-main__gallery .owl-dots {

    left: 5px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;

}
}
.product-main__desc {
    padding-top: 18px;
    padding-bottom: 0;
    position: relative;
    font-size: 17px;
    line-height: 1.21em;
    letter-spacing: 0px;
    font-weight: 300;
}
.product-main__desc p,
.product-main__desc ul,
.product-main__desc li,
.product-main__desc h6,
.product-main__desc span,
.product-main__desc .read-toggle__more,
.product-main__desc .read-more {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.21em;
    letter-spacing: 0px;
}
.product-main__desc span,
.product-main__desc h6 {
    font-weight: 400 !important;
}
.product-main__variants {
    padding-top: 10px;
    padding-bottom: 25px;
}
.product-main__variants h4 {
    padding-right: 21px;
}
.product-main__variants .feature-list__item {
    align-items: flex-start;
}
.product-main__variants .feature-list__heading {
    padding-top: 6px;
}
.product-main__modal-links {
    gap: 10px;
    display: flex;
    margin: 10px;
}
.product-main__modal-links > a {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
        margin: 10px !important;
}
.product-main__modal-links > a:hover {
    color: var(--color-text-hover);
}
.product-main__benefits {
    list-style: none;
    display: flex;
    column-gap: 10px;
    margin: 0;
}
.product-main__benefits > a {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -0.02em;
    padding: 6px 15px;
    white-space: nowrap;
    cursor: pointer;
}
.product-main__benefits > li {
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -0.02em;
    padding: 6px 15px;
    white-space: nowrap;
    cursor: default;
}
.product-main__purchase-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: solid 1px var(--color-charcoal);
    background-color: var(--color-charcoal);
    gap: 1px;
}
.product-main__purchase-type input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}
.product-main__purchase-type div {
    padding: 16px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: var(--color-mid-grey);
    cursor: pointer;
}
.product-main__purchase-type div:hover {
    color: var(--color-charcoal);
}
.product-main__purchase-type input:checked + div {
    color: var(--color-charcoal);
}
.product-main__mobile-variants {
    display: none;
}
.product-main__add-to-cart {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
.product-main__add-to-cart:hover .button {
    background-color: var(--color-charcoal-light);
    border-color: var(--color-charcoal-light);
}
.product-main__add-to-cart .button--quantity:hover {
    background-color: var(--color-charcoal-light) !important;
}
.product-main__tag {
    position: absolute;
    top: 25px;
    right: 35px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: #fff;
    background: var(--color-charcoal);
    border-radius: 50%;
    width: 66px;
    height: 66px;
    text-align: center;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.product-main__reviews {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
.product-main__reviews > img {
    margin-right: 11px;
    margin-left: 4px;
}
.product-main__payment-others {
    padding-top: 12px;
}
.product-main__payment-others li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
.product-main__payment-others li > img {
    margin-left: 10px;
    transform: translateY(2px);
    height: 14px;
    width: auto;
    object-fit: contain;
}
.product-main__duration {
    display: grid;
    width: 100%;
}
.product-main__subscribe {
    margin-top: -1px;
    display: none;
}
.product-main--subscribe .product-main__subscribe {
    display: block;
}
.product-main--subscribe .product-main__one-time,
.product-main__picky {
    display: none;
}
.product-main__buy {
    position: relative;
    z-index: 9;
}
.product-main__buy .button {
    display: block;
    width: 100%;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
    text-align: center;
}
.product-main__buy .button--quantity {
    padding: 0 24px;
    display: flex;
    height: 100%;
    align-items: center;
}
.product-main__buy .button:hover {
    background-color: var(--color-charcoal-light);
    border-color: var(--color-charcoal-light);
}
.product-main__buy.disable button {
    opacity: 0.6;
    pointer-events: none;
}
.product-main__buy .nice-select .list {
    width: auto !important;
    text-align: center !important;
}
.product-main__buy .nice-select .option.disabled {
    display: none;
}
.product-main__endnote {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
    margin-top: 12px;
}
.product-main .bundle-sticky {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.product-main .bundle-sticky.show {
    opacity: 1;
    visibility: inherit;
}
@media (max-width: 991.98px) {
    .product-main__grid {
        grid-template-columns: auto;
    }
}
@media (max-width: 767.98px) {
    .product-main__endnote {
        background: #fff;
        padding: 10px;
        margin-bottom: 1px;
        border-top: 1px solid var(--color-charcoal);
        position: absolute;
        bottom: 100%;
        width: 100%;
        font-size: 12px;
        line-height: 1.3em;
    }
    .product-main__grid {
        grid-template-columns: auto;
    }
    .product-main__gallery,
    .product-main__gallery img {
        height: 100%;
    }
     .color-variant-image {
        height: 115% !important;
    }
    /* .product-main__gallery .owl-dots {
        bottom: 19px;
    } */
    .product-main__gallery .owl-dots .owl-dot > span {
        margin: 6px;
        height: 8px;
        width: 8px;
    }
    .product-main__right {
        padding: var(--padding-x);
        padding-bottom: 0;
        bottom: 15%;
    }
    .product-main__right .product-main__content {
        padding: 0;
    }
    .product-main__tag {
        height: 50px;
        width: 50px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        top: 23px;
        right: 28px;
        font-size: 10px;
    }
    .product-main__reviews {
        gap: 4px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }
    .product-main__reviews img {
        order: -1;
        margin: 0 2px 0 0;
    }
    .product-main__header {
        padding-bottom: 16px;
    }
    .product-main__header > h1 {
        font-weight: 300;
        font-size: 33px;
        line-height: 36px;
        letter-spacing: -0.05em;
        margin-bottom: 4px;
    }
    .product-main__header > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .product-main__header > p.md-with-price {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 20px;
    }
    .product-main__header > p span {
        display: inline;
        font-size: 17px;
        line-height: 21px;
        font-weight: 300;
    }
    .product-main__price {
        margin-top: 14px;
    }
    .product-main__payment-others {
        padding-top: 6px;
    }
    .product-main__desc {
        padding-bottom: 22px;
        padding-top: 19px;
    }
    .product-main__desc .read-toggle__more,
    .product-main__desc .read-toggle__more *,
    .product-main__desc .read-toggle__button,
    .product-main__desc p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .product-main__desc .read-toggle__button,
    .product-main__desc p {
        display: inline;
    }
    .product-main__modal-links {
        display: grid;
    }



    .product-main__modal-links > a {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
    .product-main__modal-links
        > a:not(.product-main__modal-links > a:last-of-type) {
        margin-right: 10px;
    }
    .product-main__benefits {
        justify-content: stretch;
        gap: 10px;
        flex-wrap: wrap;
    }
    .product-main__benefits > li {
        width: auto;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
    }

     .product-main__benefits > a {
        width: auto;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .product-main__variants,
    .product-main__purchase-type {
        display: none;
    }
    .product-main__mobile-variants {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-left: solid 1px var(--color-charcoal);
    }
    .product-main__mobile-variants > .nice-select {
        margin-left: -1px;
        margin-top: -1px;
    }
    .product-main__mobile-variants > .nice-select:only-of-type {
        grid-column: auto/span 2;
    }
    .product-main__mobile-variants .list .disabled {
        display: none;
    }
    .product-main__mobile-variants--options-3 > .nice-select:nth-of-type(2) {
        grid-column: auto/span 2;
        order: 5;
    }
    .product-main__buttons-wrapper {
        margin-top: -1px;
    }
    .product-main__buy {
        padding-top: 34px;
        transform: none !important;
    }
    .product-main .feature-list__heading {
        display: none;
    }
    .product-main .feature-list__item {
        grid-template-columns: auto;
    }
    .product-main__sticky {
        transition: all 0.3s ease;
        background: #fff;
    }
    .product-main__sticky-wrapper {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: -1px;
        right: -1px;
    }
    .product-main__sticky-wrapper .nice-select .list {
        top: auto;
        bottom: 100%;
        margin-bottom: -1px;
    }
    .footer--in-view .product-main__sticky-wrapper {
        pointer-events: none;
    }
    .footer--in-view .product-main__sticky {
        opacity: 0;
        visibility: hidden;
    }
    .footer--in-view .quickview-modal .product-main__sticky-wrapper {
        pointer-events: auto;
    }
    .footer--in-view .quickview-modal .product-main__sticky {
        opacity: 1;
        visibility: inherit;
    }
}
.pdp-gwp {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 5px;
    padding-top: 10px;
}
.pdp-gwp__content {
    padding: 6px 14px 14px 0;
}
.pdp-gwp__content > h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
}
.pdp-gwp__content > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
.klaviyo__change-trigger {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.read-toggle__more div {
    display: block !important;
}
.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: 5%;
    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);
    }
}
.home-hero {
    position: relative;
    min-height: var(--height-full);
    margin-top: calc(-1 * var(--nav-height));
}
.home-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.home-hero__bg > .md-hide {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-hero__bg > .md-show {
    margin-top: 60px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-hero__bg video {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-hero__content {
    position: absolute;
    padding-left: 70px;
    padding-bottom: 80px;
    z-index: 9;
    color: #fff;
}
.home-hero__content > h2 {
    max-width: 439px;
    font-weight: 300;
    font-size: 72px;
    line-height: 68px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.home-hero__content > p {
    max-width: 428px;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.home-hero__content > .dot-button:hover {
    color: inherit;
}
@media (max-width: 767.98px) {
    .home-hero__content {
        padding: var(--padding-x);
        padding-bottom: 60px;
    }
    .home-hero__content > h2 {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.05em;
        margin-bottom: 15px;
    }
    .home-hero__content > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .home-hero__content .dot-button {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.5px;
    }
    .home-hero__content .dot-button__dot {
        height: 13px;
        width: 13px;
    }
}
.home-intro__content {
    padding-top: 83px;
    padding-bottom: 103px;
    text-align: center;
    border-bottom: 1px solid var(--color-charcoal-border);
}
.home-intro__content > h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
}
.home-intro__content > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    max-width: 530px;
    margin: 20px auto 23px;
}
.home-intro__content .dot-button {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
}
.home-intro__content .dot-button__dot {
    background: var(--color-charcoal);
    height: 9px;
    width: 9px;
    margin-right: 10px;
}
@media (max-width: 767.98px) {
    .home-intro__content {
        padding: 70px 0;
    }
    .home-intro__content > h2 {
        font-size: 33px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }
    .home-intro__content > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin-top: 22px;
        margin-bottom: 19px;
    }
    .home-intro__content .dot-button {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
    .home-intro__content .dot-button__dot {
        margin-left: -10px;
    }
}
.home-benefits__container {
    padding-top: 70px;
    display: flex;
}
.home-benefits__grid {
    width: 100%;
    margin: auto auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    padding-bottom: 70px;
    /* border-bottom: 1px solid var(--color-charcoal-border); */
}
.home-benefits__left {
    display: flex;
    flex-direction: column;
}
.home-benefits__left > h2 {
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 150px;
}
@media (min-width: 1440px) {
    .home-benefits__left > h2 {
        margin-bottom: 100px;
    }
}
.home-benefits__right {
    position: relative;
}
.home-benefits__image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* max-width: 680px; */
    margin-left: auto;
    z-index: 1;
}
.home-benefits__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.home-benefits__image.hide-default > img {
    opacity: 0;
    visibility: hidden;
}
.home-benefits__hover-images {
    z-index: 2;
    position: relative;
}
.home-benefits__hover-images,
.home-benefits__hover-images > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    object-fit: cover;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
/* .home-benefits__hover-images > img {
  opacity: 0;
  visibility: hidden;
  object-fit: cover;
  transition: all 0.5s ease;
} */
.home-benefits__hover-images > img.active {
    opacity: 1;
    visibility: visible;
}
.home-benefits__links {
    margin-top: auto;
    list-style: none;
    text-transform: capitalize;
}
.home-benefits__links > li {
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: center;
    border-bottom: 1px solid var(--color-charcoal-border-30);
}
.home-benefits__links > li > a span.btn {
    opacity: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    padding: 13px 28px;
    color: #fff;
    text-align: center;
    background-color: var(--color-charcoal);
    transition: all 0.5s ease;
    margin-left: auto;
    cursor: pointer;
}
.home-benefits__links > li:hover a,
.home-benefits__links > li:hover span.btn {
    opacity: 1;
}
.home-benefits__links > li:hover a {
    color: #3e3e3d;
}
.home-benefits__links > li > a {
    padding: 24px 0;
    font-weight: 300;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -0.06em;
    display: flex;
    position: relative;
    opacity: 0.3;
    transition: all 0.5s ease;
}
@media (min-width: 1440px) {
    .home-benefits__links > li > a {
        font-size: 80px;
        line-height: 80px;
    }
}
.home-benefits__links > li > a > span {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-bottom: auto;
    margin-top: 6px;
    margin-left: 5px;
}
.home-benefits__links > li > a.active,
.home-benefits__links > li > a:hover {
    opacity: 1;
}
@media (max-width: 991.98px) {
    .home-benefits__container {
        padding-top: 30px;
        min-height: 0;
        display: block;
    }
    .home-benefits__grid {
        grid-template-columns: auto;
        border-bottom: none;
    }
    .home-benefits__left {
        order: 2;
        margin-top: 30px;
    }
    .home-benefits__left > h2 {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }
    .home-benefits__image {
        position: relative;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .home-benefits__links > li {
        display: flex;
        grid-template-columns: auto;
    }
    .home-benefits__links > li > span.btn {
        padding: 10px 15px;
        font-size: 14px;
        max-width: 100px;
        margin-left: auto;
        display: none;
    }
    .home-benefits__links > li > a {
        font-size: 43px;
        line-height: 90%;
        letter-spacing: -0.06em;
        opacity: 1;
        padding: 15px 0;
        width: 100%;
    }
    .home-benefits__links > li > a > span {
        font-size: 11.2px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}
.home-product__container {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    min-height: var(--height-fill);
    padding-right: 0;
}
.home-product__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: auto;
}
.home-product__image {
    max-width: 100%;
    margin-right: auto;
}
.home-product__image img {
    width: 50%;
    object-fit: cover;
    max-height: 750px;
}
.home-product__right {
    height: 100%;
    display: flex;
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
}
.home-product__content {
    max-width: 415px;
    margin: auto;
}
.home-product__heading > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-charcoal-border);
}
.home-product__heading > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-bottom: 27px;
}
.home-product__media {
    margin: 27px 0;
}
.home-product .button {
    padding: 14px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -0.02em;
}
@media (max-width: 991.98px) {
    .home-product__grid {
        grid-template-columns: auto;
    }
    .home-product__content {
        max-width: 100%;
        margin: auto;
    }
    .home-product__image {
        margin-bottom: 40px;
    }
    .home-product__container {
        padding-top: 0;
        padding-right: var(--padding-x);
    }
    .home-product__right {
        padding-left: 0;
        padding-right: 0;
    }
    .home-product__image img {
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .home-product__heading > h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        padding-bottom: 18px;
        margin-bottom: 24px;
    }
    .home-product__heading > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin-bottom: 23px;
    }
    .home-product__media {
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .home-product .button {
        background: var(--color-charcoal);
        color: #fff;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: -0.02em;
        padding: 10px;
    }
}
.top-sellers__tabs {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
    .top-sellers__tabs {
        border-top: solid 1px var(--color-charcoal-border);
        padding-top: 16px;
        gap: 20px;
        margin-bottom: 0;
        margin-top: -8px;
    }
}
.top-sellers__tabs > li > a {
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0px;
    display: block;
    opacity: 0.6;
}
@media (max-width: 767.98px) {
    .top-sellers__tabs > li > a {
        font-size: 20px;
        line-height: 1.3em;
    }
}
.top-sellers__tabs > li > a.active {
    opacity: 1;
}
.top-sellers__tabs-content {
    position: relative;
}
.top-sellers__tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block !important;
    z-index: 9;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.top-sellers__tab:first-of-type {
    position: relative;
}
.top-sellers__tab.active {
    opacity: 1;
    visibility: inherit;
}
@media (max-width: 767.98px) {
    .top-sellers__tabs > li:nth-of-type(4) {
        display: none;
    }
    .top-sellers__tabs-content {
        margin: 0 var(--padding-x-neg);
        width: auto;
    }
    .top-sellers__tab {
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-sellers .owl-stage-outer {
        padding-left: 19px;
        margin-left: 1px;
    }
}
.home-community__heading {
    padding-bottom: 26px;
    border-bottom: 1px solid var(--color-charcoal-border);
}
.home-community__heading > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
}
.home-community__content {
    padding: 120px 0;
    overflow-x: auto;
}
.home-community .community-card__grid {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 30px;
}
.home-community .community-card__image img {
    height: 385px;
}
.home-community .community-card__content {
    padding-top: 100px;
    max-width: 250px;
}
.home-community .community-card__content > h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0px;
}
.home-community .community-card__content > p {
    margin-bottom: 11px;
    margin-top: 14px;
}
.home-community .community-card__content > p,
.home-community .community-card__content > strong {
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
    .home-community__heading {
        padding-bottom: 20px;
    }
    .home-community__heading > h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
    }
    .home-community__content {
        padding: 30px 60px 50px;
    }
    .home-community .owl-prev,
    .home-community .owl-next {
        position: absolute;
        top: 170px;
    }
    .home-community .owl-prev {
        right: 100%;
        margin-right: 30px;
    }
    .home-community .owl-next {
        left: 100%;
        margin-left: 30px;
        transform: scaleX(-1);
    }
    .home-community .community-card {
        width: 100%;
    }
    .home-community .community-card__grid {
        grid-template-columns: auto;
    }
    .home-community .community-card__image img {
        height: auto;
        width: 100%;
    }
    .home-community .community-card__content {
        padding-top: 17px;
        width: 100%;
        max-width: none;
    }
    .home-community .community-card__content > h4 {
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0px;
    }
    .home-community .community-card__content > p,
    .home-community .community-card__content > strong {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
}
.home-know-how {
    position: relative;
    /* padding: 100px 0; */
}
.home-know-how__border {
    height: 1px;
    left: var(--padding-x);
    right: var(--padding-x);
    background: var(--color-charcoal-border);
    top: 0;
    position: absolute;
}
.home-know-how__grid {
    display: grid;
    grid-template-columns: 4fr 6fr;
}
.home-know-how__heading {
    padding: var(--padding-x);
}
.home-know-how__heading > h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.05em;
}
.home-know-how__heading > h2 {
    font-weight: 300;
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -4px;
    max-width: 385px;
    margin: 26px 0;
}
.home-know-how__heading > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    max-width: 385px;
    margin-bottom: 20px;
}
.home-know-how__carousel {
    min-width: 0;
    overflow-x: hidden;
}
.home-know-how .dot-button {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
}
.home-know-how .dot-button__dot {
    background: var(--color-charcoal);
    height: 9px;
    width: 9px;
    margin-right: 10px;
}
#know-how-cursor .custom-cursor__icon {
    transition: all 0.2s ease;
}
#know-how-cursor.custom-cursor--mouse-down .custom-cursor__icon {
    transform: scale(0.85);
}
@media (max-width: 991.98px) {
    .home-know-how {
        padding: 0 0 70px;
    }
    .home-know-how__grid {
        grid-template-columns: 1fr;
    }
    .home-know-how__carousel,
    .home-know-how__heading {
        width: auto;
    }
    .home-know-how h2,
    .home-know-how p {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .home-know-how__heading {
        opacity: 1 !important;
        margin-bottom: 40px;
        padding-top: 0;
    }
    .home-know-how__heading > h4 {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .home-know-how__heading > h2 {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.05em;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .home-know-how__heading > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
}
.know-how-carousel__item {
    padding-left: 32px;
    padding-right: 27px;
}
@media (max-width: 767.98px) {
    .know-how-carousel__item {
        padding-right: 0;
        padding-left: var(--padding-x);
    }
}
.know-how-card__wrapper {
    position: relative;
}
.know-how-card__image {
    width: 100%;
    overflow: hidden;
}
.know-how-card__image img {
    display: block;
}
.know-how-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: 0 100%;
    transform: rotate(-90deg);
}
.know-how-card__label > h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
@media (max-width: 767.98px) {
    .know-how-card {
        padding-left: 30px;
        margin-right: 1px;
    }
    .know-how-card__label > h4 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 12px;
        white-space: nowrap;
    }
}
.home-sus {
    min-height: var(--height-fill);
    position: relative;
    z-index: 5;
    padding: 0;
}
.home-sus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-sus__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.home-sus__heading > h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 0em;
    margin-bottom: 24px;
    padding-top: 140px;
}
.home-sus__heading > h2 {
    font-weight: 300;
    font-size: 72px;
    line-height: 70px;
    letter-spacing: 0px;
    max-width: 550px;
    padding-top: 140px;
}
.home-sus__heading > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    max-width: 424px;
    margin-top: 22px;
    margin-bottom: 31px;
}
.home-sus .dot-button {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
}
.home-sus .dot-button__dot {
    background: var(--color-charcoal);
    height: 10px;
    width: 10px;
    margin-right: 10px;
}
@media (max-width: 767.98px) {
    .home-sus {
        min-height: 0;
        height: 675px;
        padding: 0;
    }
    .home-sus__bg img {
        object-position: center bottom;
    }
    .home-sus__heading > h4 {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin-bottom: 13px;
    }
    .home-sus__heading > h2 {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.05em;
    }
    .home-sus__heading > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin: 18px 0;
    }
    .home-sus .dot-button {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
}
.follow-us {
    padding-bottom: 120px;
}
.follow-us__heading {
    padding-bottom: 80px;
}
.follow-us__heading h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    padding-bottom: 30px;
    display: flex;
    border-bottom: 1px solid var(--color-charcoal-border);
}
.follow-us__heading h2 > span {
    margin-top: auto;
    margin-left: auto;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
.follow-us__wrapper {
    overflow: hidden;
}
.follow-us__carousel {
    width: 100%;
}
@media (max-width: 767.98px) {
    .follow-us {
        padding-bottom: 55px;
    }
    .follow-us__heading {
        padding-bottom: 34px;
    }
    .follow-us__heading h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        padding-bottom: 20px;
    }
    .follow-us__item {
        flex: 0 0 40vw;
    }
}
.page-index .related-products .top-sellers__tabs-content {
    overflow: hidden;
}
