.meayurv-cart-rewards{--meayurv-cream: #fdf6ec;--meayurv-soft-cream: #fffaf3;--meayurv-orange: #d65a31;--meayurv-deep-orange: #c2410c;--meayurv-text: rgb(46, 42, 57);--meayurv-muted: rgba(46, 42, 57, .68);--meayurv-border: rgba(214, 90, 49, .16);--meayurv-track-top: 4.5rem;font-family:var(--font-body-family);padding:0 1.6rem 1.6rem;background:var(--meayurv-soft-cream);color:var(--meayurv-text);border-bottom:1px solid var(--meayurv-border)}.meayurv-cart-rewards__banner{margin:0 -1.6rem 1.3rem;padding:1rem 1.4rem;background:linear-gradient(90deg,#c2410c,#d65a31);color:#fff;font-size:1.4rem;font-weight:700;line-height:1.3;text-align:center;letter-spacing:.01em}.meayurv-cart-rewards__banner.is-complete{background:linear-gradient(90deg,#9a3412,#d65a31)}.meayurv-cart-rewards__message{margin:0 0 .4rem;color:var(--meayurv-text);font-size:1.3rem;font-weight:500;line-height:1.4;text-align:center}.meayurv-cart-rewards__message strong{color:var(--meayurv-deep-orange);font-weight:800}.meayurv-cart-rewards__track-wrap{position:relative;padding:1.8rem 0 .4rem}.meayurv-cart-rewards__track{position:absolute;top:var(--meayurv-track-top);left:5%;right:11.3%;height:.5rem;background:#d65a3129;border-radius:999px;overflow:hidden}.meayurv-cart-rewards__track-fill{display:block;width:var(--meayurv-reward-progress, 0%);max-width:100%;height:100%;background:linear-gradient(90deg,#d65a31,#c2410c);border-radius:999px;transition:width .35s ease}.meayurv-cart-rewards__steps{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;padding-left:5%}.meayurv-cart-rewards__step{display:grid;justify-items:center;align-items:start;text-align:center;min-width:0}.meayurv-cart-rewards__value{display:block;margin-bottom:.6rem;color:var(--meayurv-text);font-size:1.1rem;font-weight:700;line-height:1}.meayurv-cart-rewards__dot{display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:.7rem;border:2px solid rgba(214,90,49,.3);background:#fff;color:#d65a318c;box-shadow:0 4px 12px #d65a311f}.meayurv-cart-rewards__icon{display:block;width:1.3rem;height:1.3rem}.meayurv-cart-rewards__step.is-unlocked .meayurv-cart-rewards__dot{border-color:var(--meayurv-orange);background:var(--meayurv-orange);color:#fff}.meayurv-cart-rewards__label{display:block;margin-top:.7rem;min-height:2.4rem;color:var(--meayurv-muted);font-size:1.05rem;font-weight:600;line-height:1.25}.meayurv-cart-rewards__step.is-unlocked .meayurv-cart-rewards__label{color:var(--meayurv-deep-orange);font-weight:800}@media screen and (max-width:749px){.meayurv-cart-rewards{padding:0 1.2rem 1.3rem;--meayurv-track-top: 4.25rem}.meayurv-cart-rewards__banner{margin-left:-1.2rem;margin-right:-1.2rem;font-size:1.25rem}.meayurv-cart-rewards__message{font-size:1.15rem}.meayurv-cart-rewards__steps{gap:.3rem;padding-left:4%}.meayurv-cart-rewards__value{font-size:1rem}.meayurv-cart-rewards__dot{width:2.2rem;height:2.2rem;border-radius:.6rem}.meayurv-cart-rewards__icon{width:1.2rem;height:1.2rem}.meayurv-cart-rewards__label{font-size:.92rem;min-height:2.3rem}}.cart-item[data-meayurv-is-gift=true] .quantity-popover-container,.cart-item[data-meayurv-is-gift=true] cart-remove-button,.cart-item[data-meayurv-is-gift=true] .cart-remove-button{display:none!important}.meayurv-reward-gift-badge{display:inline-flex;align-items:center;width:fit-content;margin:.5rem 0 0;padding:.28rem .7rem;border-radius:999px;background:#d65a311f;color:#c2410c;font-size:1.05rem;font-weight:800;line-height:1;letter-spacing:.02em}.cart-item[data-meayurv-is-gift=true] .quantity__input,.cart-item[data-meayurv-is-gift=true] .quantity__button{pointer-events:none}.drawer.is-empty .drawer__inner{display:flex;align-items:stretch;padding-left:1.5rem;padding-right:1.5rem}.drawer.is-empty .drawer__inner-empty{height:auto;flex:1 1 auto;padding-left:0;padding-right:0}.drawer.is-empty .drawer__header{display:flex}.drawer.is-empty .drawer__inner-empty .drawer__close,.drawer.is-empty .cart-drawer__collection{display:none}.drawer.is-empty .cart-drawer__empty-content a.button,.drawer.is-empty .cart__login-paragraph a,.drawer.is-empty .show-account-btn{text-transform:capitalize}#CartDrawer{--meayurv-ci-img: 6rem;--meayurv-ci-card-bg: #fffaf3;--meayurv-ci-card-bd: rgba(214, 90, 49, .14)}#CartDrawer .cart-items thead{display:none}#CartDrawer .cart-item{grid-template-columns:var(--meayurv-ci-img) minmax(0,1fr) auto;grid-template-areas:"media details price" "media qty     qty";gap:.4rem 1.1rem;align-items:start;margin:0 0 1rem;padding:1.1rem 1.2rem;background:var(--meayurv-ci-card-bg);border:1px solid var(--meayurv-ci-card-bd);border-radius:1.2rem}#CartDrawer .cart-item:last-child{margin-bottom:1rem}#CartDrawer .cart-item__media{grid-area:media}#CartDrawer .cart-item__details{grid-area:details;min-width:0}#CartDrawer .cart-item__totals{grid-area:price;min-width:0;display:flex;align-items:flex-start;justify-content:flex-end}#CartDrawer .cart-item__quantity{grid-area:qty;min-width:0}#CartDrawer .cart-items td{padding-top:0}#CartDrawer .cart-item>td+td{padding-left:0}#CartDrawer .cart-item__image{width:100%;max-width:var(--meayurv-ci-img);background:transparent;border:1px solid rgba(214,90,49,.1);border-radius:.8rem}#CartDrawer .cart-item__name{font-size:1.35rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#CartDrawer .cart-item__details{font-size:1.2rem}#CartDrawer .cart-item__details>*+*{margin-top:.3rem}#CartDrawer .cart-item__details>.product-option,#CartDrawer .cart-item__details>.cart-item__discounted-prices{display:none}#CartDrawer .cart-item__details dl,#CartDrawer .cart-item__details dl .product-option{font-size:1.2rem;color:#2e2a399e}#CartDrawer .cart-item__totals .price{font-size:1.35rem;font-weight:700}#CartDrawer .cart-item__totals .cart-item__old-price{font-size:1.25rem;font-weight:500;color:#2e2a3980}#CartDrawer .cart-item__totals .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}#CartDrawer .cart-item__quantity-wrapper{align-items:center;gap:.6rem}#CartDrawer .quantity.cart-quantity{width:auto;min-height:3.2rem}#CartDrawer .cart-item .quantity__button{width:3rem;min-height:3.2rem}#CartDrawer .cart-item .quantity__input{font-size:1.3rem;width:3.4rem;min-width:3.4rem}#CartDrawer .cart-item cart-remove-button{order:-1;margin:0}#CartDrawer cart-remove-button .button{min-width:3.2rem;min-height:3.2rem}.meayurv-celebrate{position:fixed;top:0;right:0;bottom:0;width:40rem;max-width:calc(100vw - 3rem);z-index:6;overflow:hidden;pointer-events:none;visibility:hidden}cart-drawer.active .meayurv-celebrate.is-active{visibility:visible}.meayurv-celebrate__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.meayurv-celebrate__sheet{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;pointer-events:auto;background:var(--meayurv-soft-cream, #fffaf3);border:1px solid rgba(214,90,49,.18);border-radius:1.4rem;box-shadow:0 -10px 34px #2e2a3933;padding:1.6rem 1.6rem 1.4rem;text-align:center;transform:translateY(130%);transition:transform .42s cubic-bezier(.2,.85,.25,1)}.meayurv-celebrate.is-active .meayurv-celebrate__sheet{transform:translateY(0)}.meayurv-celebrate__title{font-size:1.5rem;font-weight:800;color:#c2410c}.meayurv-celebrate__reward{margin-top:.5rem;font-size:1.3rem;font-weight:700;line-height:1.3;color:#2e2a39}.meayurv-celebrate__savings{margin-top:.45rem;font-size:1.25rem;color:#2e2a39b3}.meayurv-celebrate__savings strong{color:#c2410c;font-weight:800}.meayurv-celebrate__btn{position:relative;isolation:isolate;overflow:hidden;display:block;width:100%;margin-top:1.2rem;padding:1.15rem;border:0;border-radius:999px;background:linear-gradient(90deg,#d65a31,#c2410c);color:#fff;font-size:1.35rem;font-weight:800;letter-spacing:.02em;cursor:pointer}.meayurv-celebrate__btn-fill{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#fdf6ec8c;transform:scaleX(1);transform-origin:right center}.meayurv-celebrate__btn-label{position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.meayurv-celebrate__sheet{transition:none}}@media screen and (max-width:749px){.meayurv-celebrate__title{font-size:1.35rem}.meayurv-celebrate__reward{font-size:1.2rem}.meayurv-celebrate__savings{font-size:1.15rem}}.meayurv-removeconfirm{position:fixed;top:0;right:0;bottom:0;width:40rem;max-width:calc(100vw - 3rem);z-index:7;pointer-events:none;visibility:hidden}cart-drawer.active .meayurv-removeconfirm.is-active{visibility:visible}.meayurv-removeconfirm__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;background:#2e2a3961;opacity:0;transition:opacity .3s ease}.meayurv-removeconfirm.is-active .meayurv-removeconfirm__backdrop{opacity:1}.meayurv-removeconfirm__sheet{position:absolute;left:0;right:0;bottom:0;pointer-events:auto;background:#fff;border-top-left-radius:1.6rem;border-top-right-radius:1.6rem;box-shadow:0 -12px 40px #2e2a3940;padding:1.8rem 1.6rem 1.6rem;transform:translateY(100%);transition:transform .4s cubic-bezier(.2,.85,.25,1)}.meayurv-removeconfirm.is-active .meayurv-removeconfirm__sheet{transform:translateY(0)}.meayurv-removeconfirm__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.meayurv-removeconfirm__title{font-size:1.5rem;font-weight:800;color:#2e2a39}.meayurv-removeconfirm__close{border:0;background:none;font-size:2.2rem;line-height:1;color:#2e2a3999;cursor:pointer;padding:0 .4rem}.meayurv-removeconfirm__item{display:flex;align-items:center;gap:1.1rem;padding:.4rem 0 1.3rem}.meayurv-removeconfirm__img{flex:0 0 auto;width:5.4rem;height:5.4rem;object-fit:contain;border:1px solid rgba(214,90,49,.1);border-radius:.8rem}.meayurv-removeconfirm__info{flex:1 1 auto;min-width:0}.meayurv-removeconfirm__name{font-size:1.3rem;font-weight:700;line-height:1.3;color:#2e2a39;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meayurv-removeconfirm__meta{margin-top:.3rem;font-size:1.2rem;color:#2e2a3999}.meayurv-removeconfirm__price{flex:0 0 auto;text-align:right}.meayurv-removeconfirm__price-now{font-size:1.3rem;font-weight:800;color:#c2410c}.meayurv-removeconfirm__price-was{display:block;font-size:1.1rem;color:#2e2a3980}.meayurv-removeconfirm__confirm{width:100%;padding:1.25rem;border:0;border-radius:1rem;background:linear-gradient(90deg,#d65a31,#c2410c);color:#fff;font-size:1.4rem;font-weight:800;cursor:pointer}@media(prefers-reduced-motion:reduce){.meayurv-removeconfirm__sheet,.meayurv-removeconfirm__backdrop{transition:none}}.meayurv-upsell{margin:0 0 .5rem;padding-top:1.4rem;border-top:1px solid rgba(214,90,49,.14);min-width:0;max-width:100%}#CartDrawer [data-essential-upsell-element]{display:none!important}#CartDrawer cart-drawer-items,#CartDrawer .cart-drawer__form,#CartDrawer .drawer__contents{min-width:0}#CartDrawer cart-drawer-items{overflow-x:hidden}#CartDrawer cart-drawer-items{display:flex;flex-direction:column}#CartDrawer .cart-drawer__form{flex-direction:column;flex-wrap:nowrap;min-height:0}#CartDrawer .meayurv-upsell{flex:0 0 auto}.meayurv-upsell__panel{min-width:0;max-width:100%}.meayurv-upsell__tabs{display:flex;gap:1.8rem;border-bottom:1px solid rgba(214,90,49,.16);margin-bottom:1.2rem}.meayurv-upsell__tab{position:relative;background:none;border:0;padding:0 0 .8rem;font-size:1.3rem;font-weight:700;color:#2e2a398c;cursor:pointer}.meayurv-upsell__tab.is-active{color:#c2410c}.meayurv-upsell__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#c2410c}.meayurv-upsell__panel{display:none;position:relative}.meayurv-upsell__panel.is-active{display:block}.meayurv-upsell__track{display:flex;gap:0;min-width:0;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.4rem}.meayurv-upsell__track::-webkit-scrollbar{display:none}.meayurv-upsell__card{flex:0 0 66%;width:66%;padding:0 1.3rem;display:grid;grid-template-columns:4.8rem minmax(0,1fr);column-gap:.9rem;row-gap:.3rem;align-items:center}.meayurv-upsell__card:first-child{padding-left:0}.meayurv-upsell__card:not(:last-child){border-right:1px solid rgba(214,90,49,.16)}.meayurv-upsell__card-media{grid-column:1;grid-row:1 / 3;display:block;width:4.8rem;height:4.8rem;border:1px solid rgba(214,90,49,.1);border-radius:.7rem;overflow:hidden;background:transparent}.meayurv-upsell__card-media img{width:100%;height:100%;object-fit:contain}.meayurv-upsell__card-title{grid-column:2;grid-row:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:1.15rem;font-weight:600;line-height:1.25;color:#2e2a39;text-decoration:none}.meayurv-upsell__card-price{grid-column:2;grid-row:2;margin:0;font-size:1.2rem;font-weight:700;color:#c2410c}.meayurv-upsell__card-was{margin-left:.4rem;font-size:1.05rem;font-weight:500;color:#2e2a3980}.meayurv-upsell__add{grid-column:1 / 3;grid-row:3;margin-top:.7rem;width:100%;padding:.6rem;border:1px solid #c2410c;border-radius:999px;background:#fff;color:#c2410c;font-size:1.15rem;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease}.meayurv-upsell__add:hover{background:#c2410c;color:#fff}.meayurv-upsell__add[disabled]{opacity:.5;border-color:#2e2a394d;color:#2e2a3980;cursor:default}.meayurv-upsell__add.is-loading{opacity:.7;pointer-events:none}.meayurv-upsell__arrow{position:absolute;top:38%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border:1px solid rgba(214,90,49,.2);border-radius:50%;background:#fff;color:#c2410c;font-size:1.9rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px #2e2a3926}.meayurv-upsell__arrow--prev{left:0}.meayurv-upsell__arrow--next{right:0}.meayurv-upsell__arrow[hidden]{display:none}.meayurv-upsell__empty{margin:0;padding:.6rem 0 1.2rem;font-size:1.2rem;color:#2e2a3999}#CartDrawer .drawer__header{padding:.4rem 0}#CartDrawer .drawer__heading{margin:0;font-size:1.8rem}#CartDrawer .drawer__header .drawer__close{position:static;top:auto;right:auto;margin-left:auto;min-width:3.2rem;min-height:3.2rem}#CartDrawer .drawer__header .drawer__close .svg-wrapper{width:1.7rem;height:1.7rem}#CartDrawer .drawer__footer{padding:1rem 0;flex-shrink:0}#CartDrawer #CartDrawer-Note{max-height:9rem;overflow-y:auto}#CartDrawer .drawer__footer>details{margin-top:-1rem}#CartDrawer .drawer__footer summary{padding-top:.7rem;padding-bottom:.7rem;font-size:1.2rem}#CartDrawer .drawer__footer>details+.cart-drawer__footer{padding-top:.8rem}#CartDrawer .drawer__footer>details[open]+.cart-drawer__footer{margin-top:1.2rem}#CartDrawer .cart-drawer__footer>.totals{margin-top:0}#CartDrawer .totals__total{font-size:1.7rem;text-transform:capitalize}#CartDrawer .cart__ctas{margin-top:1.4rem}#CartDrawer .meayurv-savings{width:100%}.meayurv-savings__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%;padding:0;background:none;border:0;cursor:pointer;text-align:left;font-family:inherit}.meayurv-savings__heading-wrap{display:flex;flex-direction:column;gap:.2rem;min-width:0}.meayurv-savings__heading{font-size:1.7rem;font-weight:700;line-height:1.1;text-transform:capitalize;color:#2e2a39}.meayurv-savings__youSaved{font-size:1.15rem;font-weight:600;color:#1a7f5a}.meayurv-savings__youSaved strong{font-weight:800}.meayurv-savings__total-wrap{display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto}.meayurv-savings__grand{font-size:1.8rem;font-weight:700;line-height:1.1;color:#2e2a39;white-space:nowrap}.meayurv-savings__chevron{display:inline-flex;width:1.4rem;height:1.4rem;color:#2e2a398c;transform:rotate(180deg);transition:transform .25s ease}.meayurv-savings__chevron svg{width:100%;height:100%}.meayurv-savings.is-open .meayurv-savings__chevron{transform:rotate(0)}.meayurv-savings__panel{max-height:0;overflow:hidden;transition:max-height .3s ease,padding-top .3s ease,margin-top .3s ease}.meayurv-savings.is-open .meayurv-savings__panel{max-height:32rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(214,90,49,.14)}.meayurv-savings__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:1.25rem}.meayurv-savings__label{color:#2e2a39b3}.meayurv-savings__amt{font-weight:600;color:#2e2a39;white-space:nowrap}.meayurv-savings__amt--save{color:#1a7f5a}.meayurv-savings__amt--free{color:#1a7f5a;font-weight:800}.meayurv-savings__row--grand{margin-top:.4rem;padding-top:.7rem;border-top:1px dashed rgba(46,42,57,.18)}.meayurv-savings__row--grand .meayurv-savings__label,.meayurv-savings__row--grand .meayurv-savings__amt{font-size:1.4rem;font-weight:800;color:#2e2a39}@media(prefers-reduced-motion:reduce){.meayurv-savings__panel,.meayurv-savings__chevron{transition:none}}#CartDrawer .cart__checkout-button{min-height:0;padding:1.2rem 2rem}#CartDrawer .meayurv-cart-rewards{padding-bottom:1rem}#CartDrawer .meayurv-cart-rewards__banner{padding:.7rem 1.4rem;margin-bottom:.8rem;font-size:1.25rem}#CartDrawer .meayurv-cart-rewards__message{font-size:1.2rem}#CartDrawer .meayurv-cart-rewards__label{min-height:2rem}.meayurv-trust{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.4rem 2.4rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid rgba(214,90,49,.12)}.meayurv-trust__item{display:inline-flex;align-items:center;gap:.5rem;font-size:clamp(.95rem,3vw,1.2rem);font-weight:600;line-height:1.2;color:#2e2a39b8}.meayurv-trust__icon{display:inline-flex;flex:0 0 auto;color:#c2410c}.meayurv-trust__icon svg{display:block;width:clamp(1.05rem,2.6vw,1.6rem);height:clamp(1.05rem,2.6vw,1.6rem)}@media screen and (max-width:749px){.meayurv-trust{gap:.3rem 1.4rem}.meayurv-trust__item{gap:.35rem}}.meayurv-trust__text{display:inline-flex;flex-direction:column;align-items:center;gap:.1rem;text-align:center}.meayurv-trust__divider{flex:0 0 auto;width:.4rem;height:.4rem;border-radius:50%;background:#2e2a3947}.drawer.is-empty .meayurv-trust{display:none}
/*# sourceMappingURL=/cdn/shop/t/27/assets/meayurv-cart-rewards.css.map */
