.pp-editorial {
    font-family: var(--font-pp-editorial);
}
.loyalty-hero {
    position: relative;
    background-color: #faf8f2;
}
.loyalty-hero__container {
    display: flex;
    flex-direction: column-reverse;
    margin-top: auto;
    height: var(--height-fill);
    padding: 0;
}
.loyalty-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.loyalty-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loyalty-hero__content {
    color: #fff;
    text-align: left;
    padding-bottom: 133px;
    padding-left: 76px;
    z-index: 1;
}
.loyalty-hero__heading {
    color: #3e3e3d;
    font-size: 65.003px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.304px;
    letter-spacing: -1.577px;
    text-transform: uppercase;
    font-family: var(--font-untitled);
}
.loyalty-hero__subheading {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.loyalty-hero__buttons {
    gap: 8px;
    display: flex;
    justify-content: left;
}
.loyalty-hero__buttons .button {
    width: 100%;
    max-width: 121px;
    height: 33px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 13.073px;
    font-style: normal;
    font-weight: 300;
    line-height: 15.826px;
    letter-spacing: -0.688px;
    font-family: var(--font-untitled);
}
@media (min-width: 992px) {
    .loyalty-hero__heading {
        max-width: 332px;
        margin-bottom: 30px;
    }
    .loyalty-hero.loyalty-hero--02 .loyalty-hero__image {
        left: 50%;
    }
}
@media (max-width: 991.98px) {
    .loyalty-hero:before {
        display: none;
    }
    .loyalty-hero__container {
        flex-direction: column;
    }
    .loyalty-hero__content {
        padding: 130px 20px 40px;
    }
    .loyalty-hero__heading {
        font-size: 30px;
        line-height: 36px;
    }
    .loyalty-hero__buttons {
        gap: 20px;
    }
}
@media (max-width: 767.98px) {
    .loyalty-hero {
        min-height: auto;
    }
    .loyalty-hero__container {
        max-height: 560px;
        margin-left: 0;
        margin-right: 0;
        background-size: cover;
        background-position: right bottom;
    }
    .loyalty-hero__content {
        padding-top: 110px;
    }
    .loyalty-hero__subheading {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .loyalty-hero__heading {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .loyalty-hero__buttons .button {
        height: 42px;
        max-width: 165px;
    }
}
.loyalty-intro {
    padding: 98px 86px 79.3px 108px;
    background-color: #fff;
}
.loyalty-intro__content {
    max-width: 1246px;
    margin: 0 auto;
    text-align: center;
}
.loyalty-intro__content p {
    font-size: 37.385px;
    font-style: normal;
    font-weight: 300;
    line-height: 45.256px;
    letter-spacing: -1.968px;
    margin-bottom: 0;
    font-family: var(--font-untitled);
    color: #000;
}
@media (max-width: 767.98px) {
    .loyalty-intro {
        padding: 50px 0;
    }
    .loyalty-intro__content p {
        font-size: 20px;
        line-height: 25px;
    }
}
.loyalty-points {
    padding: 120px 0;
}
.loyalty-points__container {
    padding: 0 20px;
}
.loyalty-points__heading {
    max-width: 735px;
    margin: 0 auto 70px;
    text-align: center;
}
.loyalty-points__heading h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.loyalty-points__heading p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    letter-spacing: 0.1px;
}
.loyalty-points__grid {
    gap: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
}
.loyalty-points__grid--item:nth-child(2) .loyalty-points__item--content {
    margin-bottom: 50px;
}
.loyalty-points__grid--item:nth-child(2) .loyalty-points__item--button {
    margin-bottom: 20px;
}
.loyalty-points__grid--item:nth-child(2) .loyalty-points__item--icon {
    max-width: 198px;
}
.loyalty-points__grid--item:nth-child(3) .loyalty-points__item--icon {
    max-width: 112px;
}
.loyalty-points__item {
    padding: 50px 60px;
    background: #f6f6f6;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
}
.loyalty-points__item:hover {
    background: #fbd4d5;
}
.loyalty-points__item--content {
    max-width: 320px;
    margin: 0 auto;
}
.loyalty-points__item--link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.loyalty-points__item--icon {
    max-width: 130px;
    object-fit: contain;
    margin: 0 auto 20px;
}
.loyalty-points__item--title {
    font-weight: 500;
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.loyalty-points__item--button {
    margin-bottom: 30px;
}
.loyalty-points__item--button .btn {
    font-size: 13px;
    line-height: 18px;
    padding: 5.5px 15px;
    border: 1px solid #000;
    background: #0000;
}
.loyalty-points__item--content p {
    margin: 0;
}
@media (max-width: 991.98px) {
    .loyalty-points__grid {
        gap: 26px;
        grid-template-columns: auto;
    }
}
@media (max-width: 767.98px) {
    .loyalty-points {
        padding: 70px 0 50px;
    }
    .loyalty-points__item {
        padding: 40px 20px;
    }
    .loyalty-points__item--title {
        font-size: 18px;
        line-height: 26px;
    }
    .loyalty-points__item--icon {
        max-width: 97px;
        margin: 0 auto 20px;
    }
    .loyalty-points__heading {
        margin-bottom: 50px;
    }
    .loyalty-points__heading h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .loyalty-points__grid--item:nth-child(2) .loyalty-points__item--icon {
        max-width: 123px;
    }
    .loyalty-points__grid--item:nth-child(3) .loyalty-points__item--icon {
        max-width: 88px;
    }
}
.loyalty-rewards {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #faf8f2;
    border-top: 0.5px solid #3e3e3d;
    border-bottom: 0.5px solid #3e3e3d;
}
.loyalty-rewards--login {
    padding-top: 40px;
    padding-bottom: 3px;
    border: none;
    background-color: #fff;
}
.loyalty-rewards__heading {
    margin-bottom: 64px;
    text-align: center;
    font-size: 36.718px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.467px;
    letter-spacing: -1.748px;
    font-family: var(--font-untitled);
    color: #3e3e3d;
    text-transform: uppercase;
}
.loyalty-rewards__grid {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.loyalty-rewards__item {
    text-align: center;
    max-width: 389px;
    margin: 0 auto;
}
.loyalty-rewards__item--number {
    font-size: 36.718px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.467px;
    letter-spacing: -1.748px;
    font-family: var(--font-untitled);
    color: #3e3e3d;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.loyalty-rewards__item--title {
    font-weight: 400;
    font-size: 27px;
    line-height: 21px;
    letter-spacing: -0.5px;
    font-family: var(--font-untitled);
    color: #3e3e3d;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.loyalty-rewards__item--description p {
    margin: 0;
    font-size: 21.687px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.253px;
    letter-spacing: -1.141px;
    color: #3e3e3d;
    font-family: var(--font-untitled);
}
@media (max-width: 991.98px) {
    .loyalty-rewards {
        padding: 50px 20px;
    }
    .loyalty-rewards__heading {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .loyalty-rewards__grid {
        gap: 50px;
        padding-top: 0;
        grid-template-columns: auto;
    }
    .loyalty-rewards__item {
        max-width: none;
        margin-left: 30px;
        margin-right: 30px;
    }
    .loyalty-rewards__item--number {
        font-size: 27px;
        line-height: 29px;
    }
    .loyalty-rewards__item--description p {
        line-height: 22px;
        letter-spacing: -0.02em;
    }
}
@media (max-width: 767.98px) {
    .loyalty-rewards__container {
        padding: 0;
    }
}
.loyalty-how__container {
    padding-left: 87px;
    padding-right: 69px;
    padding-top: 67px;
}
.loyalty-how__heading {
    font-size: 36.718px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.467px;
    letter-spacing: -1.748px;
    font-family: var(--font-untitled);
    color: #3e3e3d;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 991.98px) {
    .loyalty-how__container {
        padding-inline: 14px;
        padding-top: 50px;
    }
    .loyalty-how__heading {
        font-size: 33px;
        line-height: 36px;
    }
}
.loyalty-more-ways {
    padding-bottom: 70px;
}
.loyalty-more-ways__container:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin-bottom: 80px;
}
.loyalty-more-ways__heading {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -2px;
}
@media (max-width: 991.98px) {
    .loyalty-more-ways__container:before {
        margin-bottom: 50px;
    }
    .loyalty-more-ways__heading {
        font-size: 33px;
        line-height: 36px;
    }
}
.loyalty-use-points {
    padding-bottom: 70px;
    border-top: 0.5px solid #3e3e3d;
    border-bottom: 0.5px solid #3e3e3d;
}
.loyalty-use-points__container {
    padding-inline: 0px;
    padding-top: 107px;
}
.loyalty-use-points--login {
    border: none;
}
.loyalty-use-points--login .loyalty-use-points__container {
    padding-top: 20px;
}
@media (max-width: 767.98px) {
    .loyalty-use-points {
        padding-bottom: 33px;
    }
    .loyalty-use-points__container {
        padding-top: 50px;
    }
}
.loyalty-refer {
    padding-bottom: 75px;
    background: #faf8f2;
    border-bottom: 0.5px solid #3e3e3d;
}
.loyalty-refer__container {
    padding-left: 73px;
}
.loyalty-refer__container:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #faf8f2;
    margin-bottom: 75px;
}
@media (max-width: 767.98px) {
    .loyalty-refer {
        padding-bottom: 50px;
    }
    .loyalty-refer__container {
        padding-inline: 25px;
    }
    .loyalty-refer__container:before {
        margin-bottom: 50px;
    }
}
.loyalty-faq {
    border-bottom: 0.5px solid #3e3e3d;
}
.loyalty-faq__container {
    padding-bottom: 80px;
}
.loyalty-faq__container:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 90px;
}
.loyalty-faq__grid {
    gap: 80px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.loyalty-faq__image {
    order: 2;
}
.loyalty-faq__content {
    max-width: 490px;
    margin: 0 auto;
}
.loyalty-faq__content .accordion__label {
    padding: 10px 10px 10px 0;
}
.loyalty-faq__content .accordion__label label {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
}
.loyalty-faq__content .accordion__label label {
    font-weight: 300;
    position: relative;
    display: block;
    color: var(--color-charcoal);
}
.loyalty-faq__content .accordion__label label:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-top: -4px;
    transform: scale(0);
    background: var(--color-charcoal);
}
@media (max-width: 991.98px) {
    .loyalty-faq__content .accordion__label label:before {
        display: none;
    }
}
.loyalty-faq__content .accordion__label label > span {
    display: block;
    color: #3e3e3d;
    transition: all 0.5s ease;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -1.428px;
}
.loyalty-faq__content .accordion__label label:before,
.loyalty-faq__content .accordion__label label > span {
    transition: all 0.5s ease;
}
.loyalty-faq__content .accordion__label:hover label:before {
    transform: scale(1);
}
.loyalty-faq__content .accordion__label:hover label > span {
    transform: translate(17px);
    opacity: 1;
    color: #3e3e3d;
}
@media (max-width: 991.98px) {
    .loyalty-faq__content .accordion__label:hover label > span {
        transform: translate(0);
    }
}
.loyalty-faq__content .accordion__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.02em;
}
.loyalty-faq__heading {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    color: #3e3e3d;
    margin-bottom: 50px;
}
@media (max-width: 991.98px) {
    .loyalty-faq__grid {
        gap: 50px;
        grid-template-columns: auto;
    }
    .loyalty-faq__heading {
        font-size: 27px;
        line-height: 29px;
    }
    .loyalty-faq__content .accordion__content {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 767.98px) {
    .loyalty-faq {
        padding-bottom: 50px;
    }
    .loyalty-faq__container:before {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .loyalty-how
        .yotpo-widget-campaign-widget
        .yotpo-outer-tile
        .yotpo-tile:before {
        display: none !important;
    }
}
body.loyalty-logged-in .loyalty-hero__heading {
    margin-bottom: 0;
}
.loyalty-membership-section {
    margin: 0;
    width: 100%;
}
.membership__container {
    background-color: #faf8f2;
    padding: 48px 70px 51px 86px;
    display: grid;
    grid-template-columns: 1fr minmax(min-content, 567px);
    gap: 66px;
    position: relative;
}
.membership__title {
    margin-bottom: 83px;
    font-size: 36.718px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.467px;
    letter-spacing: -1.748px;
    color: #3e3e3d;
    font-family: var(--font-untitled);
}
.membership__tabs {
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: repeat(3, auto);
}
.membership__tabs a:hover span {
    color: #000;
}
.membership__tabs a:hover:after {
    content: "" !important;
    opacity: 1;
    visibility: inherit;
}
.membership__tab {
    position: relative;
    cursor: pointer;
    padding-bottom: 9px;
    padding-right: 21px;
    display: block;
    max-width: none;
    text-align: center;
    font-family: var(--font-untitled);
    font-size: 23.043px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.894px;
    letter-spacing: -1.213px;
    text-transform: uppercase;
    color: #3e3e3db3;
}
@media (max-width: 767.98px) {
    .membership__tab {
        font-size: 18px;
        line-height: 22px;
    }
}
.membership__tab span {
    color: #3e3e3db3;
}
.membership__tab:first-child:after {
    left: 10px;
}
.membership__tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(62, 62, 61, 0.7);
    width: 100%;
}
.membership__tab.active,
.membership__tab.active span {
    color: #3e3e3d;
}
.membership__tab.active:after {
    border-color: #3e3e3d;
}
.membership__tab br {
    display: none;
}
.membership__type-description {
    display: flex;
    justify-content: space-between;
}
.membership__type--item {
    margin-left: 0;
}
.membership__amount {
    max-width: 150px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}
.membership__list {
    max-width: 360px;
    width: 100%;
    margin: 0 0 0 30px;
    padding: 0 26px 0 0;
}
.membership__list li {
    letter-spacing: -0.56px;
}
.membership__list li:not(:last-child) {
    margin-bottom: 20px;
}
.membership__img-container {
    position: relative;
    overflow: hidden;
}
.membership__img-container > div {
    display: none;
}
.membership__img-container > div.active {
    display: block;
}
.membership__img-container div,
.membership__img-container picture,
.membership__img-container img {
    height: 100%;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .membership__img-container {
        display: flex;
        align-items: flex-end;
    }
}
@media (max-width: 991.98px) {
    .membership__img-container {
        max-width: 280px;
        position: absolute;
        bottom: 70px;
        right: 33px;
    }
}
@media (max-width: 767.98px) {
    .membership__img-container {
        position: relative;
        bottom: 0;
        right: 0;
        max-height: 359px;
        height: 100%;
        width: 100%;
        justify-self: end;
    }
}
.membership__img-container img {
    height: 100%;
    width: 100%;
}
.membership__type--content {
    display: none;
    width: 100%;
}
.membership__type--content.active {
    display: grid;
}
.membership__type--block {
    display: none;
    width: 100%;
    gap: 63px;
}
.membership__type--block.active {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
}
.membership__type--block--desc ul {
    margin: 0 0 0 30px;
    padding: 0 26px 0 0;
}
.membership__type--block--desc ul li {
    color: #3e3e3d;
    font-family: var(--font-untitled);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.955px;
}
.membership__type--block--desc ul li:not(:last-child) {
    margin-bottom: 26px;
}
.membership__type--block--amount {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.262px;
    letter-spacing: -1.098px;
    color: #3e3e3d;
    font-family: var(--font-untitled);
    flex-shrink: 0;
    white-space: nowrap;
    width: 100%;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
    .membership__type--block--block {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 80px;
    }
    .membership__type--block--block--desc {
        max-width: 500px;
        width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .membership__container {
        grid-template-columns: 1fr minmax(min-content, 350px);
        gap: 50px;
    }
    .membership__tab br {
        display: block;
    }
    .membership__type-description {
        flex-direction: column;
    }
    .membership__amount {
        margin-bottom: 38px;
    }
    .membership__img-container {
        display: flex;
        align-items: flex-end;
    }
}
@media (max-width: 991.98px) {
    .membership__container {
        grid-template-columns: 1fr;
        padding: 30px 30.5px 70px;
        gap: 0;
    }
    .membership__text-container {
        padding: 10px 0 0;
    }
    .membership__tab br {
        display: none;
    }
    .membership__list {
        max-width: 349px;
        margin-left: 16px;
        padding-right: 23px;
    }
    .membership__img-container {
        max-width: 280px;
        position: absolute;
        bottom: 70px;
        right: 33px;
    }
}
@media (max-width: 767.98px) {
    .membership__type--block {
        flex-direction: column;
    }
    .membership__type--block--amount {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.32px;
        margin-bottom: 30px;
    }
    .membership__type--block--desc ul {
        padding: 0;
    }
    .membership__container {
        padding: 25px 19px;
        gap: 35px;
    }
    .membership__text-container {
        padding: 4px 0 0 3px;
    }
    .membership__title {
        letter-spacing: -0.66px;
        margin-bottom: 14px;
    }
    .membership__tabs {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.12px;
        margin-bottom: 21px;
    }
    .membership__tab {
        justify-content: flex-start;
        padding-bottom: 8px;
    }
    .membership__tab span {
        width: 66%;
    }
    .membership__tab:nth-child(2) span,
    .membership__tab:nth-child(3) span {
        margin-left: 9px;
    }
    .membership__tab br {
        display: block;
    }
    .membership__amount {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.32px;
        margin-bottom: 30px;
    }
    .membership__list {
        margin-left: 15px;
        padding-right: 21px;
    }
    .membership__img-container {
        position: relative;
        bottom: 0;
        right: 0;
        max-height: 359px;
        height: 100%;
        width: 100%;
        justify-self: end;
    }
}
@media (max-width: 575.98px) {
    .membership__img-container {
        max-width: none;
    }
}
.home-benefits {
    padding-inline: 55px;
    border-bottom: 1px solid var(--color-charcoal-border);
}
.home-benefits--login {
    border: none;
}
.home-benefits__container {
    padding-top: 70px;
    display: flex;
    padding-inline: 0px;
}
.home-benefits__grid {
    width: 100%;
    margin: auto auto 0;
    display: grid;
    grid-template-columns: 1fr 562px;
    column-gap: 126px;
    padding-bottom: 70px;
}
.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;
    width: 100%;
}
.home-benefits__image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 562px;
    margin-left: auto;
    max-height: 708px;
}
.home-benefits__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.home-benefits__image.hide-default > img {
    opacity: 0;
    visibility: hidden;
}
.home-benefits__hover-images {
    z-index: 9;
}
.home-benefits__hover-images,
.home-benefits__hover-images > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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: inherit;
}
.home-benefits__item-content {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -1.428px;
    color: #3e3e3d;
    font-family: var(--font-untitled);
    margin-top: 27px;
    max-width: 645px;
}
.home-benefits__item-header.active a {
    opacity: 1 !important;
}
.home-benefits__item-header .btn {
    font-size: 30.226px;
    font-style: normal;
    font-weight: 300;
    line-height: 43.66px;
    letter-spacing: -2.399px;
    font-family: var(--font-untitled);
    color: #3e3e3d;
    height: 1px;
}
.home-benefits__links {
    margin-top: auto;
    list-style: none;
}
.home-benefits__links > li {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-bottom: 1px solid var(--color-charcoal-border-30);
    cursor: pointer;
}
.home-benefits__links > li > a span.btn {
    font-size: 30.226px;
    font-style: normal;
    font-weight: 300;
    line-height: 43.66px;
    letter-spacing: -2.399px;
    color: #3e3e3d;
    text-align: center;
    transition: all 0.5s ease;
    margin-left: auto;
    cursor: pointer;
    opacity: 1;
}
.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 {
        padding-inline: 25px;
    }
    .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 {
        font-size: 18px;
        margin-left: auto;
        height: auto;
    }
    .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;
    }
}
@media (max-width: 991.98px) {
    .membership__img-container {
        position: static;
        max-width: none;
    }
    .membership__type--block--desc {
        max-width: 500px;
    }
    .membership__container {
        gap: 80px;
    }
}
@media (max-width: 767.98px) {
    .membership__type--block {
        gap: 0;
    }
    .membership__container {
        gap: 50px;
    }
}
.loyalty-progress-bar {
    margin: 90px 76px 140px 87px;
    padding: 35px 43px 43px 23px;
    display: flex;
    justify-content: space-between;
    background-color: #faf8f2;
}
.loyalty-progress-bar--left {
    display: grid;
    gap: 24px;
}
.loyalty-progress-bar--right {
    width: 100%;
    max-width: 737px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
}
.loyalty-progress-bar__title {
    font-size: 23.043px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.894px;
    letter-spacing: -1.213px;
    text-transform: uppercase;
    color: var(--CHARCOAL, #3e3e3d);
    font-family: var(--font-untitled);
}
.loyalty-progress-bar__text {
    color: var(--CHARCOAL, #3e3e3d);
    font-family: var(--font-untitled);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: -0.2px;
    max-width: 289px;
}
.loyalty-progress-bar__bar {
    height: 4px;
    background-color: #e3e1e1;
}
.loyalty-progress-bar__bar-fill {
    height: 100%;
    background-color: #141414;
}
.loyalty-progress-bar__bar-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: -0.2px;
    color: var(--CHARCOAL, #3e3e3d);
    font-family: var(--font-untitled);
}
@media (max-width: 991.98px) {
    .loyalty-progress-bar {
        margin: 50px 20px 100px;
        flex-direction: column;
        gap: 50px;
    }
}
/*# sourceMappingURL=/cdn/shop/t/190/assets/page-loyalty.css.map?v=64186482345403478721709843915 */
