:root{--amara-reward-bg: #f8f5f2;--amara-reward-card: #ffffff;--amara-reward-text: #171412;--amara-reward-muted: #786d67;--amara-reward-soft: #92796d;--amara-reward-border: #e6ddd7;--amara-reward-accent: #171412;--amara-reward-success-bg: #edf6ee;--amara-reward-success-text: #285c32;--amara-reward-error-bg: #fff0ee;--amara-reward-error-text: #8a2d23}.amara-reward,.amara-reward-modal,.amara-reward-modal *,.amara-reward *{box-sizing:border-box}.amara-reward{position:relative;width:100%;margin:0 0 16px;padding:15px;overflow:hidden;border:1px solid var(--amara-reward-border);border-radius:14px;background:var(--amara-reward-bg);color:var(--amara-reward-text)}.amara-reward__head,.amara-reward__locked-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.amara-reward__head>div,.amara-reward__locked-head>div{min-width:0}.amara-reward__head p,.amara-reward__locked-head p,.amara-reward-modal__header p{margin:0 0 4px;color:var(--amara-reward-soft);font-size:9px;font-weight:700;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}.amara-reward__head h3,.amara-reward__locked-head h3{margin:0;color:var(--amara-reward-text);font-size:15px;font-weight:700;line-height:1.25;letter-spacing:-.015em}.amara-reward__head>div>span,.amara-reward__locked-head>div>span{display:block;margin-top:4px;color:var(--amara-reward-muted);font-size:11px;line-height:1.4}.amara-reward__unlocked{flex:0 0 auto;margin-top:2px;padding:6px 9px;border:1px solid var(--amara-reward-border);border-radius:999px;background:#fff;color:#5d514b;font-size:8px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}.amara-reward__locked-head>strong{flex:0 0 auto;color:#8a756a;font-size:11px;font-weight:700}.amara-reward__progress{height:5px;margin-top:13px;overflow:hidden;border-radius:999px;background:#1714121a}.amara-reward__progress span{display:block;width:0;height:100%;border-radius:inherit;background:var(--amara-reward-accent);transition:width .42s cubic-bezier(.22,.8,.25,1)}.amara-reward__progress-values{display:flex;align-items:center;justify-content:space-between;margin-top:6px;color:#94867e;font-size:8.5px;font-weight:600}.amara-reward__choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:13px}.amara-reward-choice{position:relative;min-width:0;min-height:64px;display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--amara-reward-border);border-radius:10px;background:#fff;color:var(--amara-reward-text);text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.amara-reward-choice:hover:not(:disabled){transform:translateY(-1px);border-color:#b9aaa1;box-shadow:0 7px 18px #2018140f}.amara-reward-choice:focus-visible{outline:2px solid var(--amara-reward-accent);outline-offset:2px}.amara-reward-choice.is-selected{border-color:var(--amara-reward-accent);background:var(--amara-reward-accent);color:#fff}.amara-reward-choice:disabled{display:none}.amara-reward-choice__icon{flex:0 0 25px;width:25px;height:25px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:10px;font-weight:700}.amara-reward-choice__copy{min-width:0}.amara-reward-choice__copy strong,.amara-reward-choice__copy small{display:block}.amara-reward-choice__copy strong{font-size:10px;font-weight:700;line-height:1.2}.amara-reward-choice__copy small{margin-top:3px;color:#81756e;font-size:8px;line-height:1.2}.amara-reward-choice.is-selected .amara-reward-choice__copy small{color:#ffffffbf}.amara-reward-choice__check{position:absolute;top:6px;right:7px;display:none;font-size:9px}.amara-reward-choice.is-selected .amara-reward-choice__check{display:block}.amara-reward__selected{margin:10px 0 0;color:#71665f;font-size:9px;line-height:1.35}.amara-reward__selected strong{color:var(--amara-reward-text)}.amara-reward__message,.amara-reward__setup-note{margin:10px 0 0;padding:9px 10px;border-radius:8px;font-size:9px;line-height:1.4}.amara-reward__message{background:var(--amara-reward-success-bg);color:var(--amara-reward-success-text)}.amara-reward__message[data-type=error]{background:var(--amara-reward-error-bg);color:var(--amara-reward-error-text)}.amara-reward__setup-note{border:1px dashed #bca89d;background:#fffaf3;color:#6f5648}.amara-reward.is-busy{pointer-events:none}.amara-reward.is-busy:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#f8f5f2b8;cursor:wait}.amara-reward-modal[hidden]{display:none!important}.amara-reward-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.amara-reward-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.amara-reward-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#14100e8f;cursor:pointer}.amara-reward-modal__panel{position:relative;z-index:1;width:min(880px,100%);max-height:min(760px,90vh);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(230,221,215,.9);border-radius:18px;background:#fff;box-shadow:0 30px 90px #14100e3d;transform:translateY(12px);transition:transform .24s ease}.amara-reward-modal.is-open .amara-reward-modal__panel{transform:translateY(0)}.amara-reward-modal__header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 21px;border-bottom:1px solid #ece5df;background:#fff}.amara-reward-modal__header h3{margin:0;color:var(--amara-reward-text);font-size:21px;line-height:1.15;letter-spacing:-.025em}.amara-reward-modal__header>button{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #e4dbd5;border-radius:50%;background:#fff;color:var(--amara-reward-text);font-size:23px;line-height:1;cursor:pointer;appearance:none;-webkit-appearance:none}.amara-reward-modal__header>button:hover{background:#f8f5f2}.amara-reward-modal__header>button:focus-visible{outline:2px solid var(--amara-reward-accent);outline-offset:2px}.amara-reward-modal__grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:max-content;align-items:start;gap:13px;padding:18px 21px 22px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.amara-reward-modal-open{overflow:hidden}.amara-reward-product{position:relative;align-self:start;width:100%;min-width:0;height:auto;min-height:0;max-height:none;display:flex;flex-direction:column;overflow:hidden;contain:none;border:1px solid #e8e0da;border-radius:12px;background:#fff;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.amara-reward-product:hover,.amara-reward-product:focus-visible{transform:translateY(-2px);border-color:#bfaea4;box-shadow:0 14px 34px #1e161217}.amara-reward-product:focus-visible{outline:2px solid var(--amara-reward-accent);outline-offset:3px}.amara-reward-product__image{position:relative!important;flex:0 0 auto!important;width:100%!important;height:0!important;min-height:0!important;padding:0 0 100%!important;overflow:hidden!important;border-radius:11px 11px 0 0;background:#f8f6f3!important}.amara-reward-product__image img,.amara-reward-product__image svg,.amara-reward-product__media{position:absolute!important;top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;width:calc(100% - 20px)!important;height:calc(100% - 20px)!important;max-width:none!important;max-height:none!important;display:block!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center center!important;transform:none!important}.amara-reward-product__free-badge{position:absolute;top:8px;right:8px;z-index:2;min-height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border-radius:999px;background:var(--amara-reward-accent);color:#fff;box-shadow:0 5px 14px #17141229;font-size:8px;font-weight:800;line-height:1;letter-spacing:.08em}.amara-reward-product__content{flex:none!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;overflow:visible!important;padding:10px!important}.amara-reward-product__content h4{min-height:38px;margin:0 0 9px;color:var(--amara-reward-text);font-size:12px;font-weight:650;line-height:1.35}.amara-reward-product__value{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,.82fr)!important;align-items:stretch!important;gap:6px!important;margin:2px 0 11px!important;visibility:visible!important;opacity:1!important}.amara-reward-product__regular-price,.amara-reward-product__gift-price{min-width:0;display:flex!important;flex-direction:column;justify-content:center;padding:7px;border:1px solid #e9e1dc;border-radius:8px;background:#faf8f6;visibility:visible!important;opacity:1!important}.amara-reward-product__regular-price span,.amara-reward-product__gift-price span{display:block;margin:0 0 3px;color:#8a7f78;font-size:7.5px;font-weight:650;line-height:1.15;white-space:nowrap}.amara-reward-product__regular-price s{display:block;overflow:hidden;color:#514943;font-size:10.5px;font-weight:650;line-height:1.15;text-decoration-thickness:1px;text-overflow:ellipsis;white-space:nowrap}.amara-reward-product__gift-price{border-color:#d9cec7;background:#f3eeea}.amara-reward-product__gift-price strong{display:block;color:var(--amara-reward-text);font-size:13px;font-weight:850;line-height:1.05;letter-spacing:.025em}.amara-reward-product__value small{grid-column:1 / -1!important;min-height:23px;display:flex!important;align-items:center;justify-content:center;padding:5px 7px;border-radius:7px;background:var(--amara-reward-accent);color:#fff!important;font-size:8.5px!important;font-weight:700!important;line-height:1.2!important;text-align:center;visibility:visible!important;opacity:1!important}.amara-reward-product__variant-label{display:block!important;margin:0 0 5px;color:#786e68;font-size:8.5px;font-weight:650;line-height:1.2}select.amara-reward-product__variants{width:100%;height:35px;display:block!important;margin:0 0 8px;padding:0 28px 0 9px;border:1px solid #ddd3cc;border-radius:7px;background:#fff;color:var(--amara-reward-text);font-size:9px;cursor:pointer}input.amara-reward-product__variants{display:none!important}.amara-reward-product__select{position:relative!important;width:100%!important;height:auto!important;min-height:36px!important;margin-top:auto;display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:0;border-radius:7px;background:var(--amara-reward-accent);color:#fff;font-size:9px;font-weight:700;cursor:pointer;visibility:visible!important;opacity:1!important;appearance:none;-webkit-appearance:none;transition:background .18s ease,transform .18s ease}.amara-reward-product__select:hover:not(:disabled){transform:translateY(-1px);background:#352d28}.amara-reward-product__select:focus-visible,.amara-reward-product__variants:focus-visible{outline:2px solid var(--amara-reward-accent);outline-offset:2px}.amara-reward-product__select:disabled{cursor:wait;opacity:.65!important}.amara-reward-modal.is-busy .amara-reward-modal__panel{pointer-events:none;opacity:1}.amara-reward-product.is-selecting{border-color:var(--amara-reward-accent);box-shadow:0 12px 32px #1e16121a}.amara-reward-product.is-selecting .amara-reward-product__select{background:#4a403a}.amara-reward-loading[hidden]{display:none!important}.amara-reward-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#ffffffe0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:wait;animation:amaraRewardFadeIn .16s ease both}.amara-reward-loading__card{width:min(270px,calc(100% - 28px));display:flex;flex-direction:column;align-items:center;padding:24px 20px 21px;border:1px solid #e7ddd7;border-radius:16px;background:#fff;color:var(--amara-reward-text);text-align:center;box-shadow:0 20px 60px #1c141024}.amara-reward-loading__spinner{width:34px;height:34px;margin-bottom:14px;border:3px solid #e9e1dc;border-top-color:var(--amara-reward-accent);border-radius:50%;animation:amaraRewardSpin .72s linear infinite}.amara-reward-loading__title{display:block;margin:0;color:var(--amara-reward-text);font-size:14px;font-weight:700;line-height:1.3}.amara-reward-loading__copy{display:block;margin-top:5px;color:var(--amara-reward-muted);font-size:10px;line-height:1.45}@keyframes amaraRewardSpin{to{transform:rotate(360deg)}}@keyframes amaraRewardFadeIn{0%{opacity:0}to{opacity:1}}.amara-cart-item.is-amara-reward{margin:8px 0;padding-left:10px!important;padding-right:10px!important;border:1px solid #e7ddd7;border-radius:12px;background:#faf7f4}.amara-cart-item__reward-badge{display:inline-block;margin-top:6px;padding:4px 7px;border-radius:999px;background:var(--amara-reward-accent);color:#fff;font-size:7.5px;font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase}.amara-cart-item__gift-label{color:#71665f;font-size:10px;font-weight:600}.amara-cart-item__price.is-free-gift strong{color:var(--amara-reward-text);font-size:13px;font-weight:800}.amara-cart-item__price.is-free-gift small{color:#7c5f50;font-size:8.5px;font-weight:650}.amara-cart-page-reward-wrap{width:min(100%,760px);margin:28px 0 0 auto}.amara-reward--cart{margin-bottom:0;padding:20px;border-radius:16px}.amara-reward--cart .amara-reward__head h3,.amara-reward--cart .amara-reward__locked-head h3{font-size:18px}.amara-reward--cart .amara-reward__head>div>span,.amara-reward--cart .amara-reward__locked-head>div>span{font-size:12px}.amara-reward--cart .amara-reward-choice{min-height:74px;padding:12px}.amara-reward--cart .amara-reward-choice__copy strong{font-size:12px}.amara-reward--cart .amara-reward-choice__copy small{font-size:9px}#MinimogCart .m-cart-item.is-amara-reward{margin:8px 0;padding-left:14px;padding-right:14px;border:1px solid #e7ddd7;border-radius:14px;background:#faf7f4}.amara-cart-page-gift-price,.amara-cart-page-gift-total,.amara-cart-page-gift-quantity{display:grid;gap:3px}.amara-cart-page-gift-price s,.amara-cart-page-gift-total s{color:#978b84;font-size:11px}.amara-cart-page-gift-price strong,.amara-cart-page-gift-total strong{color:var(--amara-reward-text);font-size:14px;font-weight:800}.amara-cart-page-gift-price small,.amara-cart-page-gift-quantity span{color:#7c5f50;font-size:9px;font-weight:650}.amara-cart-page-gift-quantity strong{color:var(--amara-reward-text);font-size:14px}@media screen and (max-width:767px){.amara-reward{margin-bottom:13px;padding:13px;border-radius:12px}.amara-reward__head h3,.amara-reward__locked-head h3{font-size:14px}.amara-reward__head>div>span,.amara-reward__locked-head>div>span{font-size:10px}.amara-reward__choices{gap:5px}.amara-reward-choice{min-height:61px;gap:6px;padding:8px 7px;border-radius:9px}.amara-reward-choice__icon{flex-basis:22px;width:22px;height:22px;font-size:9px}.amara-reward-choice__copy strong{font-size:9px}.amara-reward-choice__copy small{font-size:7.3px}.amara-reward-modal{place-items:end center;padding:0}.amara-reward-modal__panel{width:100%;max-height:88vh;border-radius:18px 18px 0 0;transform:translateY(28px)}.amara-reward-modal__header{padding:16px 17px}.amara-reward-modal__header h3{font-size:19px}.amara-reward-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:13px 13px 22px}.amara-reward-product__image img,.amara-reward-product__image svg,.amara-reward-product__media{top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;width:calc(100% - 16px)!important;height:calc(100% - 16px)!important}.amara-reward-product__content{padding:9px!important}.amara-reward-product__content h4{min-height:34px;font-size:10.5px}.amara-reward-product__value{gap:5px!important}.amara-reward-product__regular-price,.amara-reward-product__gift-price{padding:6px 5px}.amara-reward-product__regular-price span,.amara-reward-product__gift-price span{font-size:6.8px}.amara-reward-product__regular-price s{font-size:9.5px}.amara-reward-product__gift-price strong{font-size:11.5px}.amara-reward-product__value small{min-height:21px;font-size:7.8px!important}.amara-reward-loading{align-items:end;padding:0 14px 24px}.amara-reward-loading__card{width:100%;padding:20px 18px 18px;border-radius:15px}.amara-cart-page-reward-wrap{width:100%;margin-top:18px}.amara-reward--cart{padding:14px;border-radius:12px}.amara-reward--cart .amara-reward__head h3,.amara-reward--cart .amara-reward__locked-head h3{font-size:15px}.amara-reward--cart .amara-reward__head>div>span,.amara-reward--cart .amara-reward__locked-head>div>span{font-size:10px}.amara-reward--cart .amara-reward-choice{min-height:62px;padding:8px 7px}.amara-reward--cart .amara-reward-choice__copy strong{font-size:9px}.amara-reward--cart .amara-reward-choice__copy small{font-size:7.3px}#MinimogCart .m-cart-item.is-amara-reward{padding-left:8px;padding-right:8px}}@media(prefers-reduced-motion:reduce){.amara-reward__progress span,.amara-reward-choice,.amara-reward-modal,.amara-reward-modal__panel,.amara-reward-product,.amara-reward-product__select,.amara-reward-loading,.amara-reward-loading__spinner{transition:none!important;animation:none!important}}@media screen and (max-width:767px){.amara-reward,.amara-reward--cart{margin-bottom:12px!important;padding:12px!important;border-radius:12px!important}.amara-reward__head,.amara-reward__locked-head{align-items:center!important;gap:9px!important}.amara-reward__head p,.amara-reward__locked-head p{margin-bottom:3px!important;font-size:7.5px!important;letter-spacing:.11em!important}.amara-reward__head h3,.amara-reward__locked-head h3,.amara-reward--cart .amara-reward__head h3,.amara-reward--cart .amara-reward__locked-head h3{font-size:16px!important;line-height:1.15!important;letter-spacing:-.02em!important}.amara-reward__head>div>span,.amara-reward__locked-head>div>span,.amara-reward--cart .amara-reward__head>div>span,.amara-reward--cart .amara-reward__locked-head>div>span{margin-top:3px!important;font-size:9.5px!important;line-height:1.3!important}.amara-reward__unlocked{margin-top:0!important;padding:5px 7px!important;font-size:7px!important;letter-spacing:.06em!important}.amara-reward__choices{gap:6px!important;margin-top:10px!important}.amara-reward-choice,.amara-reward--cart .amara-reward-choice{min-height:54px!important;gap:5px!important;padding:7px 6px!important;border-radius:9px!important}.amara-reward-choice__icon{flex:0 0 20px!important;width:20px!important;height:20px!important;font-size:8px!important}.amara-reward-choice__copy strong,.amara-reward--cart .amara-reward-choice__copy strong{font-size:8.7px!important;line-height:1.15!important}.amara-reward-choice__copy small,.amara-reward--cart .amara-reward-choice__copy small{margin-top:2px!important;font-size:7px!important;line-height:1.15!important}.amara-reward-choice__check{top:4px!important;right:5px!important;font-size:8px!important}.amara-reward__selected{display:grid!important;grid-template-columns:16px minmax(0,1fr) auto!important;align-items:center!important;column-gap:6px!important;row-gap:0!important;margin:9px 0 0!important;padding:9px 0 0!important;border-top:1px solid rgba(23,20,18,.09)!important;color:#71665f!important;font-size:8.8px!important;line-height:1.3!important}.amara-reward__selected>span:first-child{width:16px!important;height:16px!important;display:grid!important;place-items:center!important;align-self:start!important;margin-top:1px!important;border-radius:50%!important;background:#171412!important;color:#fff!important;font-size:8px!important;font-weight:800!important;line-height:1!important}.amara-reward__selected p{min-width:0!important;margin:0!important;color:#71665f!important;font-size:8.8px!important;line-height:1.35!important}.amara-reward__selected p strong{display:-webkit-box!important;overflow:hidden!important;color:#171412!important;font-size:9px!important;font-weight:700!important;line-height:1.3!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.amara-reward__selected button{align-self:center!important;width:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:4px 0 3px!important;border:0!important;border-bottom:1px solid currentColor!important;border-radius:0!important;background:transparent!important;color:#675950!important;box-shadow:none!important;font:inherit!important;font-size:8.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}.amara-reward__progress{margin-top:10px!important}.amara-reward__progress-values{margin-top:5px!important;font-size:7.5px!important}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/amara-reward-program.css.map */
