:root{--color-white-rewards: #ffffff;--color-orange-rewards: #f99c24;--color-darkorange-rewards: #c06239;--color-darkblue-rewards: #435464;--color-darkgray-rewards: #555656;--color-border-rewards: #dadada;--color-bg-rewards-rgb: 242, 242, 242;--color-bg-rewards: rgb(var(--color-bg-rewards-rgb));--spacing-rewards: 5rem}body{--bg-color: var(--color-bg-rewards-rgb)}section[class^=rewards-]{color:var(--color-darkgray-rewards)}.rewards-header-logo{margin-block:3.5rem;margin-inline:auto;display:block;max-width:100%;height:auto}.rewards-header-logo:first-child{margin-top:0}.rewards-header-logo:last-child{margin-bottom:0}.rewards-header{text-align:center;text-wrap:balance;margin-bottom:2.5rem}.rewards-header:last-child{margin-bottom:0}.rewards-header>:first-child{margin-top:0}.rewards-header>:last-child{margin-bottom:0}.rewards-heading{color:var(--color-darkblue-rewards);font-weight:700;line-height:1.22;margin-bottom:.5rem}.rewards-heading:last-child{margin-bottom:0}.rewards-btn{--text-color: currentColor;--bg-color: transparent;--border-color: transparent;--text-color-hover: var(--text-color);--bg-color-hover: var(--bg-color);--border-color-hover: var(--border-color);--border-width: 0px;--_py: var(--py, .6rem);--_px: var(--px, 2rem);--_btn-gap: var(--btn-gap, .5em);flex-shrink:0;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--_btn-gap);text-align:center;font-weight:700;font-size:1.8rem;line-height:1.22;padding:calc(var(--_py) - var(--border-width) * 2) calc(var(--_px) - var(--border-width) * 2);min-width:12.5rem;outline-offset:.25rem;color:var(--text-color);background:var(--bg-color);border:var(--border-width) solid var(--border-color);border-radius:2rem;transition-property:color,background-color,border-color;transition-duration:.3s;transition-timing-function:ease}.rewards-btn:is(:hover,:focus-visible){color:var(--text-color-hover);background:var(--bg-color-hover);border-color:var(--border-color-hover)}.rewards-btn:before,.rewards-btn:after,.rewards-btn svg{flex-shrink:0;height:1em;width:auto}.rewards-btn.rewards-btn--darkblue{--text-color: var(--color-white-rewards);--bg-color: var(--color-darkblue-rewards);--bg-color-hover: var(--color-darkorange-rewards)}.rewards-btn.rewards-btn--border-darkblue{--border-width: 2px;--text-color: var(--color-darkblue-rewards);--text-hover: var(--color-darkblue-rewards);--border-color: var(--color-darkblue-rewards);--text-color-hover: var(--color-white-rewards);--bg-color-hover: var(--color-darkblue-rewards)}.rewards-actions{display:flex;flex-wrap:wrap;gap:1.5rem;flex-direction:column;margin-top:2.5rem}.rewards-actions:first-child{margin-top:0}@media (min-width: 769px){.rewards-actions{justify-content:center;flex-direction:row;flex-wrap:wrap}}@media (min-width: 1024px){:root{--spacing-rewards: 8rem}}.rewards-hero{margin-top:var(--spacing-rewards);overflow:hidden}.rewards-hero .rewards-hero__logo{color:var(--color-darkorange-rewards)}.rewards-hero .rewards-hero__content{padding-inline:5%}.rewards-hero .rewards-hero__image-mobile{margin-top:4rem;margin-inline:calc(var(--gutter) * -1) calc(var(--gutter) * -1 - 3rem)}.rewards-hero .rewards-hero__bg{z-index:-1;display:none}.rewards-steps{margin-block:var(--spacing-rewards)}.rewards-steps .rewards-steps__items{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem 1.5rem;width:min(100%,90rem);margin-inline:auto}.rewards-steps .rewards-steps__item{flex-shrink:1;text-align:center;max-width:12rem;line-height:1.22;text-wrap:balance}.rewards-steps .rewards-steps__item>*{min-width:initial}.rewards-steps .rewards-steps__item h4{color:var(--color-darkblue-rewards);line-height:1.22;font-weight:700;margin-bottom:.5rem}.rewards-steps .rewards-steps__item h4:last-child{margin-bottom:0}.rewards-steps .rewards-steps__item-icon{color:var(--color-darkorange-rewards);border:1px solid var(--color-border-rewards);border-radius:50%;width:10rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:var(--color-white-rewards);margin-inline:auto;margin-bottom:1rem}.rewards-steps .rewards-steps__item-icon:last-child{margin-bottom:0}.rewards-steps .rewards-steps__item-icon svg{width:55%;height:55%}.rewards-steps .rewards-steps__item-icon--cart svg{margin-right:5%}.rewards-compare{margin-block:var(--spacing-rewards)}.rewards-compare table{--radius: 1.5rem;width:100%;max-width:90rem;margin-inline:auto;border-collapse:separate;border:1px solid var(--color-border-rewards);border-radius:var(--radius);line-height:1.22;overflow-wrap:initial}.rewards-compare table td{text-align:center}.rewards-compare table tr:first-child :is(th,td){text-align:center}.rewards-compare table :is(th,td){background-color:var(--cell-color, var(--row-color));min-width:6.4rem;padding:.8rem;height:4.5rem}.rewards-compare table :is(th,td):first-child{padding:.8rem 1.5rem;overflow-wrap:anywhere}.rewards-compare table tr:nth-child(odd) :is(th,td){--row-color: var(--color-white-rewards)}.rewards-compare table tr:nth-child(2n) :is(th,td){--row-color: var(--color-bg-rewards)}.rewards-compare table :is(th,td):nth-child(2){--column-color: var(--color-darkgray-rewards)}.rewards-compare table :is(th,td):nth-child(3){--column-color: var(--color-darkblue-rewards)}.rewards-compare table :is(th,td):nth-child(4){--column-color: var(--color-darkorange-rewards)}.rewards-compare table tr:not(:first-child) :is(th,td){--cell-color: color-mix( in oklch, var(--row-color), var(--column-color) 7.5% )}.rewards-compare table tr:first-child :is(th,td){color:var(--column-color, currentColor)}.rewards-compare table tr:not(:last-child) :is(th,td){border-bottom:1px solid var(--color-border-rewards)}.rewards-compare table tr:first-child :is(th,td):first-child{border-top-left-radius:var(--radius)}.rewards-compare table tr:first-child :is(th,td):last-child{border-top-right-radius:var(--radius)}.rewards-compare table tr:last-child :is(th,td):first-child{border-bottom-left-radius:var(--radius)}.rewards-compare table tr:last-child :is(th,td):last-child{border-bottom-right-radius:var(--radius)}.rewards-compare table :is(th,td){border:none;border-right:1px solid var(--color-border-rewards)}.rewards-compare table :is(th,td):last-child{border-right:none}.yotpo-widget-my-rewards-widget .yotpo-headline .yotpo-inner-text,.yotpo-widget-visual-redemption-widget .yotpo-headline{color:var(--color-darkblue-rewards)!important;font-weight:700!important;font-size:var(--h2-font-size)!important;font-family:var(--heading-font-family)!important}.yotpo-widget-my-rewards-widget .yotpo-action-buttons-tile .yotpo-primary-button-link:first-child{display:none!important}.rewards-tips{margin-block:var(--spacing-rewards)}.rewards-tips .rewards-tips__items{--row-gap: 1.5rem;--col-gap: 1.5rem;--items: 1;display:flex;justify-content:center;flex-wrap:wrap;row-gap:var(--row-gap);margin-inline:calc(var(--col-gap) / -2);max-width:90rem;margin-inline:auto}.rewards-tips .rewards-tips__item{--icon-size: 12.5rem;--padding: 2rem;flex:0 0 calc(100% / var(--items));padding-inline:calc(var(--col-gap) / 2);display:flex;flex-direction:column}.rewards-tips .rewards-tips__item-content{flex-grow:1;display:flex;flex-direction:column;border-radius:2.5rem;border:1px solid var(--color-border-rewards);background-color:var(--color-white-rewards);padding:var(--padding)}.rewards-tips .rewards-tips__item-content:has(.rewards-tips__item-icon){margin-top:calc(var(--icon-size) / 2)}.rewards-tips .rewards-tips__item-icon{position:relative;width:var(--icon-size);aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white-rewards);margin-inline:auto;margin-top:calc((var(--icon-size) / 2 + var(--padding)) * -1);margin-bottom:1rem}.rewards-tips .rewards-tips__item-icon:last-child{margin-bottom:0}.rewards-tips .rewards-tips__item-icon:before{content:"";position:absolute;top:0;right:0;bottom:50%;left:0;border-radius:9999px 9999px 0 0;border:1px solid var(--color-border-rewards);border-bottom:none}.rewards-tips .rewards-tips__item-icon svg{width:65%;height:65%}.rewards-tips .rewards-tips__item-list{display:flex;flex-direction:column;gap:.3rem;margin-bottom:auto}.rewards-tips .rewards-tips__item-list>li{display:flex;justify-content:space-between;align-items:center;gap:1rem}.rewards-tips .rewards-tips__item-list>li:first-child>div{color:var(--color-darkblue-rewards)}.rewards-tips .rewards-tips__item-list>li:first-child>div:first-child{font-weight:700;font-size:1.25em}.rewards-tips .rewards-tips__item-list>li>div:last-child{font-weight:600}.rewards-tips .rewards-tips__item-list>li:not(:first-child)>div:last-child{opacity:.5}.rewards-tips .rewards-tips__item-actions .rewards-btn{width:100%}.rewards-faq{margin-block:var(--spacing-rewards)}.rewards-faq details{line-height:1.22;border:1px solid var(--color-border-rewards);border-radius:3.2rem;background-color:var(--color-white-rewards);margin-top:.8rem;max-width:90rem;margin-inline:auto}.rewards-faq details summary{text-wrap:balance;color:var(--color-darkblue-rewards);padding:2rem 3rem;font-weight:600;border-radius:3.2rem;font-size:1.1em;display:flex;justify-content:space-between;gap:2rem}.rewards-faq details summary svg{flex-shrink:0;width:2rem;height:auto;fill:currentColor}.rewards-faq details[open] summary svg{rotate:180deg}.rewards-faq details .rewards-faq__details-content{padding-bottom:2rem;padding-inline:3rem}.rewards-faq details .rewards-faq__prose{padding-right:3rem}.rewards-faq details .rewards-faq__prose>:first-child{margin-top:0}.rewards-faq details .rewards-faq__prose>:last-child{margin-bottom:0}.rewards-cta .rewards-cta__wrapper{display:grid;grid-template-columns:minmax(0,1fr) 45%;align-items:center;grid-gap:3rem 5%;padding-right:5%}.rewards-cta .rewards-cta__content{padding-block:2rem}.rewards-cta .rewards-cta__logo{color:var(--color-darkblue-rewards)}.rewards-cta .rewards-cta__image{align-self:end;margin-left:calc(var(--gutter) * -1)}@media (min-width: 769px){.rewards-steps .rewards-steps__item{font-size:1.8rem;max-width:20rem}.rewards-tips .rewards-tips__items{--items: 2}}@media (min-width: 1024px){.rewards-hero{// .rewards-hero__wrapper{// position: relative;// isolation: isolate;// background: var(--color-white-rewards);// min-height: 30rem;// display: flex;// flex-direction: column;// justify-content: center;//}// .rewards-hero__content{// padding-inline: 0;// padding-block: 6rem;// max-width: 80rem;// margin-inline: auto;//}// .rewards-hero__image-mobile{// display: none;//}// .rewards-hero__bg{// z-index: -1;// display: block;//}}.rewards-hero .rewards-hero__wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.rewards-hero .rewards-hero__content{padding-inline:0;text-align:left}.rewards-hero .rewards-hero__logo{margin-left:0}.rewards-hero .rewards-header{text-align:left}.rewards-hero .rewards-actions{justify-content:flex-start}.rewards-hero .rewards-hero__image-mobile{transform:scaleX(-1)}.rewards-hero .rewards-hero__image-mobile img{max-width:560px}.rewards-hero{margin-top:0;margin-bottom:var(--spacing-rewards)}.rewards-tips .rewards-tips__items{--items: 3}}@media (min-width: 1200px){.rewards-hero .rewards-hero__wrapper{min-height:35rem}.rewards-cta .rewards-cta__wrapper{padding-right:7.5%}}@media (min-width: 1536px){.rewards-hero .rewards-hero__wrapper{min-height:55rem}}
/*# sourceMappingURL=/cdn/shop/t/149/assets/rewards.css.map */
