@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'EB_Garamond';
    src: url('../fonts/EB_Garamond/static/EBGaramond-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* @font-face {
    font-family: 'corinthia';
    src: url('../fonts/corinthia/Corinthia-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'corinthia';
    src: url('../fonts/corinthia/Corinthia-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
} */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #9a9ca5;
    --bs-gray-dark: #424551;
    --bs-primary: #17696a;
    --bs-secondary: #e5e8ed;
    --bs-success: #03cea4;
    --bs-info: #5a87fc;
    --bs-warning: #f89828;
    --bs-danger: #ff4242;
    --bs-light: #fff;
    --bs-dark: #424551;
    --bs-font-sans-serif: "Lato", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(55.95deg, #17696a 0%, #0a9193 100%);
    /* Custom colors */
    --project-peach: #fff1e9;
    --project-peach-rgb: 255, 241, 233;
    --project-grey: #ececec;
    --project-grey-rgb: 236, 236, 236;
    --project-dark: #282c2f;
    --project-dark-rgb: 40, 44, 47;
    --project-black: #0c1013;
    --project-black-rgb: 12, 16, 19;
    --project-blue: #5990C2;
    --project-blue-rgb: 89, 144, 194;
    --project-dark-blue: #215F97;
    --project-dark-blue-rgb: 33, 95, 151;
    --project-orange: #FF996B;
    --project-orange-rgb: 255, 153, 107;
    --project-dark-orange: #E96225;
    --project-dark-orange-rgb: 233, 98, 37;
    --project-primary: #C74358;
    --project-primary-rgb: 199, 67, 88;
    --project-primary-hover: #AB2439;
    --project-primary-hover-rgb: 171, 36, 57;
}

/* - ok */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'EB_Garamond', 'serif' !important;
    font-style: normal !important;
    font-weight: 700;
    color: var(--project-black) !important;
}

/* - ok */
.article-content,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-family: Lato, sans-serif !important;
}

/* - ok */
.ff-lato {
    font-family: Lato, sans-serif !important;
}

/* - ok */
/* .ff-corinthia {
    font-family: 'corinthia', 'serif' !important;
} */
/* - ok */
.eb-garamond-400 {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* - ok */
.eb-garamond-400-italic {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

/* - ok */
.eb-garamond-500 {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* - ok */
.eb-garamond-500-italic {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

/* - ok */
.eb-garamond-600 {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/* - ok */
.eb-garamond-600-italic {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

/* - ok */
.eb-garamond-700 {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* - ok */
.eb-garamond-700-italic {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}

/* - ok */
.eb-garamond-800 {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

/* - ok */
.eb-garamond-800-italic {
    font-family: "EB_Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
}

/* - ok */
a {
    color: var(--project-primary);
}

/* - ok */
.btn-link:hover,
a:hover {
    color: var(--project-primary-hover);
}

/* - ok */
.btn {
    text-transform: uppercase;
    letter-spacing: 0.1rem !important;
}

/* - ok */
.text-transform-none {
    text-transform: none !important;
}

/* ok - */
.text-primary {
    color: var(--project-primary) !important;
}

/* ok - */
.text-light {
    color: #fff !important;
}

.text-gold-mid {
    color: var(--loyalty-gold-mid) !important;
}

/* - ok */
.bg-primary {
    background-color: var(--project-primary) !important;
}

/* - ok */
.bg-secondary {
    background-color: #f9f9f9 !important;
}

/* ok - */
.bg-success {
    background-color: var(--project-blue) !important;
}

/* ok - */
.bg-info {
    background-color: var(--project-blue) !important;
}

/* ok - */
.bg-warning {
    background-color: var(--project-orange) !important;
}

.bg-danger {
    background-color: #ff4242 !important;
}

/* - ok */
.bg-light {
    background-color: #fff !important;
}

/* - ok */
.bg-dark {
    background-color: var(--project-dark) !important;
}

/* - ok */
.bg-grey {
    background-color: var(--project-grey) !important;
}

/* - ok */
.bg-peach {
    background-color: var(--project-peach) !important;
}

/* - ok */
.bg-body {
    background-color: #fff !important;
}

/* - ok */
.bg-white {
    background-color: #fff !important;
}

/* - ok */
.bg-transparent {
    background-color: transparent !important;
}

/* - ok */
.bg-black {
    background-color: var(--project-black) !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.border-primary {
    border-color: rgba(var(--project-primary-hover-rgb), 0.4) !important;
}

/* ok - */
.fit {
    width: 1%;
    white-space: nowrap;
}

/* ok - */
.btn-primary {
    border-color: var(--project-primary);
    background-color: var(--project-primary);
    color: #fff;
}

/* ok - */
.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--project-primary-hover);
    background-color: var(--project-primary-hover);
    color: #fff;
}

/* ok - */
.btn-outline-primary {
    background-color: transparent;
    border-color: var(--project-primary);
    color: var(--project-primary);
}

/* ok - */
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--project-primary-hover);
    border-color: var(--project-primary-hover);
    color: #fff;
}

/* ok - */
.navbar-light .navbar-nav .nav-link {
    counter-reset: var(--project-black);
}

/* ok - */
.navbar-light .navbar-nav .nav-item:hover>.nav-link {
    color: var(--project-primary);
}

/* ok - */
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--project-primary);
}

/* ok - */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: var(--project-primary);
}

h1 .nav-link,
.h1 .nav-link,
h2 .nav-link,
.h2 .nav-link,
h3 .nav-link,
.h3 .nav-link,
h4 .nav-link,
.h4 .nav-link,
h5 .nav-link,
.h5 .nav-link,
h6 .nav-link,
.h6 .nav-link {
    color: var(--project-black);
}

/* ok - */
h1 .nav-link:hover,
.h1 .nav-link:hover,
h2 .nav-link:hover,
.h2 .nav-link:hover,
h3 .nav-link:hover,
.h3 .nav-link:hover,
h4 .nav-link:hover,
.h4 .nav-link:hover,
h5 .nav-link:hover,
.h5 .nav-link:hover,
h6 .nav-link:hover,
.h6 .nav-link:hover {
    color: var(--project-primary);
}

/* ok - */
[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

/* ok - */
[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

/* ok - */
.vss-add-to-favorite .ti-heart {
    display: inline-block;
}

/* ok - */
.vss-add-to-favorite.active .ti-heart {
    display: none;
}

/* ok - */
.vss-add-to-favorite .ti-check {
    display: none;
}

/* ok - */
.vss-add-to-favorite.active .ti-check {
    display: inline-block;
}

/* ok - */
.btn-whatsapp {
    color: #FFF;
    background-color: rgb(18, 140, 126);
    border-color: rgb(18, 140, 126);
}

/* ok - */
#vss-ecommerce-price-wrapper.loading #vss-ecommerce-price-container,
#vss-ecommerce-price-wrapper #vss-ecommerce-price-spinner {
    display: none;
}

/* ok - */
#vss-ecommerce-price-wrapper.loading #vss-ecommerce-price-spinner,
#vss-ecommerce-price-wrapper #vss-ecommerce-price-container {
    display: inline-block;
}

/* ok - */
.accordion-button:not(.collapsed) {
    color: var(--project-primary);
}

/* ok - */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M7.999.667c.368 0 .667.298.667.667v6h6c.368 0 .667.298.667.667s-.299.667-.667.667h-6v6c0 .368-.298.667-.667.667s-.667-.299-.667-.667v-6h-6C.964 8.667.666 8.369.666 8s.298-.667.667-.667h6v-6c0-.368.298-.667.667-.667z' fill='%23C74358'/%3e%3c/svg%3e");
}

/* ok - */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M.666 8c0-.368.298-.667.667-.667v1.333C.964 8.666.666 8.368.666 8zm14 0v.667H1.333V7.333h13.333V8zm0 0v.667c.368 0 .667-.298.667-.667s-.299-.667-.667-.667V8z' fill='%23C74358'/%3e%3c/svg%3e");
}

/* ok - */
.alert-success {
    color: var(--project-dark-blue);
    background-color: rgba(var(--project-blue-rgb), 0.3);
    border-color: var(--project-blue);
}

/* ok - */
.alert-success a {
    color: var(--project-dark-blue) !important;
}

/* ok - */
.alert-success .alert-heading {
    color: var(--project-dark-blue) !important;
}

/* ok - */
.alert-warning {
    color: var(--project-dark-orange);
    background-color: rgba(var(--project-orange-rgb), 0.3);
    border-color: var(--project-orange);
    ;
}

/* ok - */
.alert-warning a {
    color: var(--project-dark-orange) !important;
}

/* ok - */
.alert-warning .alert-heading {
    color: var(--project-dark-orange) !important;
}

/* ok - */
.form-control:focus {
    color: var(--project-black);
    background-color: #fff;
    border-color: rgba(var(--project-dark-rgb), .4);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 5rem 5rem -1.25rem rgba(var(--project-dark-rgb), .08), 0 1.875rem 1.5rem -0.625rem rgba(var(--project-dark-rgb), .05), 0 .75rem .625rem -0.375rem rgba(var(--project-dark-rgb), .04), 0 .25rem .25rem -0.25rem rgba(var(--project-black-rgb), .03);
}

/* ok - */
.form-check-input:checked {
    background-color: var(--project-dark-blue);
    border-color: var(--project-dark-blue);
}

/* ok - */
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--project-primary);
}

/* ok - */
.list-group-item-action:hover,
.list-group-item-action:focus {
    color: var(--project-primary);
}

/* ok - */
.list-group-item.active {
    background-color: var(--project-grey);
    border-color: var(--project-grey);
    color: var(--project-black);
}

.tns-thumbnails [data-nav].tns-nav-active {
    border-color: var(--project-black);
}

.tns-controls-inverse [data-controls]:hover,
.tns-controls-outside [data-controls]:hover {
    background-color: var(--project-primary-hover);
}

/* Loyalty */
:root {
    --loyalty-gold: #BA7517;
    --loyalty-gold-light: #FAEEDA;
    --loyalty-gold-mid: #EF9F27;
    --loyalty-border: #e5e8ed;
    --loyalty-muted: #787a80;
}

.loyalty-detail-page {
    background-color: #fff;
}

.loyalty-eyebrow {
    align-items: center;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-family: Lato, sans-serif;
    font-size: .72rem;
    font-weight: 700;
    gap: .35rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.loyalty-hero {
    border-bottom: 1px solid var(--loyalty-border);
    padding-bottom: 1.25rem;
}

.loyalty-hero__title {
    font-family: Lato, sans-serif !important;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 700;
    margin-bottom: .5rem;
}

.loyalty-hero__copy {
    color: var(--loyalty-muted);
    font-size: .95rem;
    line-height: 1.65;
    margin-bottom: .85rem;
    max-width: 38rem;
}

.loyalty-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
}

.loyalty-hero__meta span {
    align-items: center;
    color: var(--loyalty-muted);
    display: inline-flex;
    font-size: .82rem;
    gap: .35rem;
}

.loyalty-detail-progress {
    margin: 1.5rem 0;
}

.loyalty-progress-card {
    background-color: #fff;
    border: 1px solid var(--loyalty-border);
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.loyalty-progress-card--ready {
    border-color: var(--loyalty-gold-mid);
}

.loyalty-progress-card__header,
.loyalty-progress-card__footer {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: space-between;
}

.loyalty-progress-card__points {
    color: var(--project-black);
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.1;
}

.loyalty-progress-card__points small {
    color: var(--loyalty-muted);
    font-size: .85rem;
    font-weight: 400;
}

.loyalty-status-pill {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 999px;
    color: var(--loyalty-muted);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .35rem;
    padding: .28rem .7rem;
}

.loyalty-status-pill--ready {
    background-color: var(--loyalty-gold-light);
    color: var(--loyalty-gold);
}

.loyalty-track-wrap {
    margin-top: .75rem;
}

.loyalty-track {
    background-color: #f3f4f5;
    border-radius: 999px;
    display: flex;
    height: .4rem;
    overflow: hidden;
}

.loyalty-track__fill {
    background-color: var(--loyalty-gold-mid);
    border-radius: 999px;
    flex-shrink: 0;
}

.loyalty-track__cart {
    background-color: var(--loyalty-gold-light);
    border: 1px dashed var(--loyalty-gold-mid);
    border-radius: 999px;
    flex-shrink: 0;
}

.loyalty-track-labels {
    color: var(--loyalty-muted);
    display: flex;
    font-size: .72rem;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .35rem;
}

.loyalty-text-ready {
    color: var(--loyalty-gold);
    font-weight: 700;
}

.loyalty-progress-card__hint {
    color: var(--loyalty-gold);
    font-size: .78rem;
    margin-top: .45rem;
}

.loyalty-progress-card__footer {
    justify-content: flex-end;
    margin-top: .75rem;
}

.loyalty-progress-card__link,
.loyalty-progress-card__link:hover {
    align-items: center;
    border: 1px solid var(--loyalty-gold-mid);
    border-radius: 8px;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: .4rem;
    padding: .42rem .85rem;
    text-decoration: none;
}

.loyalty-progress-card__link--ready {
    background-color: var(--loyalty-gold-light);
}

.loyalty-anonymous-callout {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 8px;
    color: var(--loyalty-muted);
    display: flex;
    font-size: .85rem;
    gap: .65rem;
    margin-top: .75rem;
    padding: .65rem .8rem;
}

.loyalty-anonymous-callout i {
    color: var(--loyalty-gold);
}

.loyalty-cart-points {
    background-color: #fff;
    border: 1px solid var(--loyalty-gold-mid);
    border-radius: 8px;
    padding: .9rem 1rem;
}

.loyalty-cart-points__label {
    align-items: center;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .35rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.loyalty-cart-points__item {
    align-items: center;
    color: var(--project-black);
    display: flex;
    font-size: .88rem;
    gap: .75rem;
    justify-content: space-between;
    padding: .25rem 0;
    text-decoration: none;
}

.loyalty-cart-points__item:hover {
    color: var(--project-primary);
    text-decoration: none;
}

.loyalty-cart-points__item strong {
    color: var(--loyalty-gold);
    white-space: nowrap;
}

.loyalty-cart-points__hint {
    color: var(--loyalty-muted);
    font-size: .78rem;
    margin-top: .5rem;
}

.loyalty-how {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.5rem 0;
}

.loyalty-how__step {
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 1rem;
}

.loyalty-how__num {
    color: var(--loyalty-gold);
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.loyalty-how__title {
    font-family: Lato, sans-serif !important;
    font-size: .95rem;
    margin-bottom: .25rem;
}

.loyalty-how__desc {
    color: var(--loyalty-muted);
    font-size: .82rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.loyalty-section {
    margin-top: 1.75rem;
}

.loyalty-section__head {
    align-items: center;
    border-bottom: 1px solid var(--loyalty-border);
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: .75rem;
    padding-bottom: .65rem;
}

.loyalty-section__head h2 {
    align-items: center;
    display: inline-flex;
    font-family: Lato, sans-serif !important;
    font-size: 1rem;
    gap: .4rem;
    margin-bottom: 0;
}

.loyalty-section__head a {
    align-items: center;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: .25rem;
    text-decoration: none;
    white-space: nowrap;
}

.loyalty-section__intro {
    color: var(--loyalty-muted);
    font-size: .9rem;
}

.loyalty-products-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
}

.loyalty-product-card {
    border: 1px solid var(--loyalty-border);
    border-radius: 8px;
    overflow: hidden;
}

.loyalty-product-card__image {
    align-items: center;
    aspect-ratio: 1;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 7px;
}

.loyalty-product-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.loyalty-product-card__body {
    padding: .6rem;
}

.loyalty-product-card__title {
    font-family: Lato, sans-serif !important;
    font-size: .85rem;
    line-height: 1.25;
    margin-bottom: .25rem;
}

.loyalty-product-card__title a {
    color: var(--project-black);
    text-decoration: none;
}

.loyalty-product-card__price {
    color: var(--loyalty-muted);
    font-size: .82rem;
    margin-bottom: .35rem;
}

.loyalty-product-card__price span {
    color: var(--loyalty-muted);
    font-size: .68rem;
}

.loyalty-product-card__points {
    align-items: center;
    color: var(--loyalty-gold);
    display: flex;
    font-size: .75rem;
    gap: .25rem;
    margin-bottom: .45rem;
}

.loyalty-product-card__button,
.loyalty-reward-row__button {
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--loyalty-gold-mid);
    border-radius: 8px;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .35rem;
    justify-content: center;
    padding: .38rem .7rem;
    text-align: center;
    text-decoration: none;
}

.loyalty-product-card__button {
    width: 100%;
}

.loyalty-product-card__button:hover,
.loyalty-reward-row__button:hover {
    background-color: var(--loyalty-gold-light);
    color: var(--loyalty-gold);
}

.loyalty-levels {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.loyalty-level {
    border: 1px solid var(--loyalty-border);
    border-radius: 8px;
    overflow: hidden;
}

.loyalty-level--current {
    border-color: var(--loyalty-gold-mid);
}

.loyalty-level__head {
    align-items: center;
    background-color: #fff;
    border: 0;
    color: var(--project-black);
    cursor: pointer;
    display: flex;
    gap: .65rem;
    padding: .85rem 1rem;
    text-align: left;
    width: 100%;
}

.loyalty-level__head i {
    color: var(--loyalty-muted);
    transition: transform .15s ease;
}

.loyalty-level__head.collapsed i {
    transform: rotate(-90deg);
}

.loyalty-level__num {
    align-items: center;
    background-color: var(--loyalty-gold-light);
    border-radius: 50%;
    color: var(--loyalty-gold);
    display: inline-flex;
    flex: 0 0 1.8rem;
    font-size: .82rem;
    font-weight: 700;
    height: 1.8rem;
    justify-content: center;
    width: 1.8rem;
}

.loyalty-level--current .loyalty-level__num {
    background-color: var(--loyalty-gold-mid);
    color: #fff;
}

.loyalty-level__name {
    flex: 1 1 auto;
    font-weight: 700;
    min-width: 0;
}

.loyalty-level__goal {
    color: var(--loyalty-muted);
    font-size: .82rem;
    white-space: nowrap;
}

.loyalty-level__body {
    border-top: 1px solid var(--loyalty-border);
    padding: 0 1rem;
}

.loyalty-reward-row {
    align-items: center;
    border-bottom: 1px solid var(--loyalty-border);
    display: flex;
    gap: .75rem;
    padding: .8rem 0;
}

.loyalty-reward-row:last-child {
    border-bottom: 0;
}

.loyalty-reward-row__image {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex: 0 0 3.5rem;
    height: 3.5rem;
    justify-content: center;
    overflow: hidden;
    width: 3.5rem;
}

.loyalty-reward-row__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.loyalty-reward-row__image--icon {
    color: var(--loyalty-gold);
    font-size: 1.35rem;
}

.loyalty-reward-row__content {
    flex: 1 1 auto;
    min-width: 0;
}

.loyalty-reward-row__title {
    font-family: Lato, sans-serif !important;
    font-size: .9rem;
    line-height: 1.25;
    margin-bottom: .2rem;
}

.loyalty-reward-row__title a {
    color: var(--project-black);
    text-decoration: none;
}

.loyalty-reward-row__variants {
    color: var(--loyalty-muted);
    font-size: .72rem;
    list-style: none;
    margin: -.1rem 0 .3rem;
    padding: 0;
}

.loyalty-reward-row__variants span {
    font-weight: 700;
}

.loyalty-reward-row__price,
.loyalty-reward-row__meta {
    color: var(--loyalty-muted);
    font-size: .8rem;
    margin-bottom: 0;
}

.loyalty-reward-row__price s {
    color: var(--loyalty-muted);
    margin-right: .35rem;
}

.loyalty-reward-row__price strong {
    color: var(--loyalty-gold);
}

.loyalty-reward-row__action {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
}

.loyalty-reward-row__claimed,
.loyalty-reward-row__locked {
    align-items: center;
    color: var(--loyalty-muted);
    display: inline-flex;
    font-size: .78rem;
    gap: .3rem;
    white-space: nowrap;
}

.loyalty-reward-row__claimed {
    color: var(--loyalty-gold);
}

.loyalty-reward-row__claimed--active {
    color: var(--project-primary);
}

.loyalty-reward-row__code {
    color: var(--loyalty-gold);
    display: inline-flex;
    font-weight: 700;
    margin-left: .35rem;
}

.loyalty-redeem-header {
    border-bottom: 1px solid var(--loyalty-border);
}

.loyalty-redeem-breadcrumb {
    align-items: center;
    color: var(--loyalty-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .78rem;
    gap: .45rem;
    margin-bottom: .9rem;
}

.loyalty-redeem-breadcrumb a,
.loyalty-redeem-breadcrumb a:hover {
    color: var(--loyalty-muted);
    text-decoration: none;
}

.loyalty-redeem-breadcrumb strong {
    color: var(--project-black);
    font-weight: 700;
}

.loyalty-redeem-title {
    font-family: Lato, sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    margin-bottom: 0;
}

.loyalty-redeem-preview,
.loyalty-redeem-discount {
    background-color: #fff;
    border: 1px solid var(--loyalty-border);
    border-radius: 8px;
    overflow: hidden;
}

.loyalty-redeem-preview__image {
    align-items: center;
    aspect-ratio: 1;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: .45rem;
}

.loyalty-redeem-preview__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.loyalty-redeem-preview__body {
    padding: .85rem;
}

.loyalty-redeem-preview__title {
    font-family: Lato, sans-serif !important;
    font-size: .95rem;
    line-height: 1.3;
    margin-bottom: .35rem;
}

.loyalty-redeem-preview__title a {
    color: var(--project-black);
    text-decoration: none;
}

.loyalty-redeem-preview__variants {
    color: var(--loyalty-muted);
    font-size: .74rem;
    list-style: none;
    margin: 0 0 .5rem;
    padding: 0;
}

.loyalty-redeem-preview__variants span {
    font-weight: 700;
}

.loyalty-redeem-preview__price {
    color: var(--loyalty-muted);
    font-size: .82rem;
    margin-bottom: .25rem;
}

.loyalty-redeem-preview__free {
    align-items: center;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: .3rem;
    margin-bottom: 0;
}

.loyalty-redeem-discount {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 15rem;
    padding: 1.75rem 1rem;
    text-align: center;
}

.loyalty-redeem-discount__icon {
    align-items: center;
    background-color: var(--loyalty-gold-light);
    border-radius: 50%;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-size: 1.25rem;
    height: 3rem;
    justify-content: center;
    margin-bottom: .75rem;
    width: 3rem;
}

.loyalty-redeem-discount__value {
    color: var(--project-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .35rem;
}

.loyalty-redeem-discount__title {
    font-family: Lato, sans-serif !important;
    font-size: .95rem;
    margin-bottom: .25rem;
}

.loyalty-redeem-discount__copy,
.loyalty-redeem-panel__intro {
    color: var(--loyalty-muted);
    font-size: .85rem;
    margin-bottom: 0;
}

.loyalty-redeem-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.loyalty-redeem-impact {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.loyalty-redeem-impact li {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
}

.loyalty-redeem-impact p {
    color: var(--project-black);
    font-size: .88rem;
    line-height: 1.55;
    margin-bottom: 0;
    padding-top: .1rem;
}

.loyalty-redeem-impact__icon {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 2rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.loyalty-redeem-impact__icon--green {
    background-color: #e7f5ef;
    color: #2d8a64;
}

.loyalty-redeem-impact__icon--gold {
    background-color: var(--loyalty-gold-light);
    color: var(--loyalty-gold);
}

.loyalty-redeem-impact__icon--muted {
    background-color: #f6f6f6;
    color: var(--loyalty-muted);
}

.loyalty-redeem-impact__icon--blue {
    background-color: #e9f2ff;
    color: var(--project-primary);
}

.loyalty-redeem-form {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.loyalty-redeem-button {
    align-items: center;
    align-self: flex-start;
    background-color: var(--project-primary);
    border: 1px solid var(--project-primary);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 700;
    gap: .4rem;
    justify-content: center;
    padding: .55rem .95rem;
}

.loyalty-redeem-button:hover {
    background-color: var(--project-primary-hover);
    border-color: var(--project-primary-hover);
    color: #fff;
}

.loyalty-redeem-back,
.loyalty-redeem-back:hover {
    align-items: center;
    color: var(--loyalty-muted);
    display: inline-flex;
    font-size: .8rem;
    gap: .35rem;
    text-decoration: none;
}

.loyalty-account-rewards {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.loyalty-account-reward {
    background-color: #fff;
    border: 1px solid var(--loyalty-border);
    border-radius: 8px;
    overflow: hidden;
}

.loyalty-account-reward__head,
.loyalty-account-reward__foot {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: space-between;
    padding: .65rem .85rem;
}

.loyalty-account-reward__head {
    border-bottom: 1px solid var(--loyalty-border);
}

.loyalty-account-reward__program {
    color: var(--project-black);
    font-size: .88rem;
    font-weight: 700;
}

.loyalty-account-reward__meta {
    align-items: center;
    color: var(--loyalty-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .76rem;
    gap: .5rem;
    justify-content: flex-end;
}

.loyalty-account-reward__level {
    align-items: center;
    background-color: var(--loyalty-gold-light);
    border-radius: 999px;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-weight: 700;
    gap: .25rem;
    padding: .18rem .55rem;
}

.loyalty-account-reward__body {
    align-items: center;
    display: flex;
    gap: .85rem;
    padding: .85rem;
}

.loyalty-account-reward__thumb {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex: 0 0 4rem;
    height: 4rem;
    justify-content: center;
    overflow: hidden;
    width: 4rem;
}

.loyalty-account-reward__thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.loyalty-account-reward__thumb--discount span {
    color: var(--loyalty-gold);
    font-size: .95rem;
    font-weight: 700;
}

.loyalty-account-reward__content {
    flex: 1 1 auto;
    min-width: 0;
}

.loyalty-account-reward__title {
    font-family: Lato, sans-serif !important;
    font-size: .95rem;
    line-height: 1.3;
    margin-bottom: .25rem;
}

.loyalty-account-reward__title a {
    color: var(--project-black);
    text-decoration: none;
}

.loyalty-account-reward__variants {
    color: var(--loyalty-muted);
    font-size: .74rem;
    list-style: none;
    margin: -.1rem 0 .35rem;
    padding: 0;
}

.loyalty-account-reward__variants span {
    font-weight: 700;
}

.loyalty-account-reward__type,
.loyalty-account-reward__coupon,
.loyalty-account-reward__state {
    align-items: center;
    color: var(--loyalty-muted);
    display: inline-flex;
    font-size: .78rem;
    gap: .35rem;
    margin-bottom: 0;
}

.loyalty-account-reward__coupon code {
    background-color: #f6f6f6;
    border-radius: 6px;
    color: var(--project-black);
    font-size: .75rem;
    padding: .12rem .4rem;
}

.loyalty-account-reward__button {
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--loyalty-gold-mid);
    border-radius: 8px;
    color: var(--loyalty-gold);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .35rem;
    padding: .36rem .7rem;
}

.loyalty-account-reward__button:hover {
    background-color: var(--loyalty-gold-light);
}

.loyalty-account-reward__state--active {
    color: var(--project-primary);
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .loyalty-how {
        grid-template-columns: 1fr;
    }

    .loyalty-progress-card,
    .loyalty-how__step {
        padding: .9rem;
    }

    .loyalty-track-labels {
        flex-direction: column;
        gap: .15rem;
    }

    .loyalty-section__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .loyalty-reward-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .loyalty-reward-row__action {
        justify-content: flex-start;
        width: 100%;
    }

    .loyalty-reward-row__button {
        width: 100%;
    }

    .loyalty-redeem-button {
        width: 100%;
    }

    .loyalty-account-reward__head,
    .loyalty-account-reward__foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .loyalty-account-reward__meta {
        justify-content: flex-start;
    }

    .loyalty-account-reward__body {
        align-items: flex-start;
    }

    .loyalty-account-reward__button {
        justify-content: center;
        width: 100%;
    }
}
