:root{--offer-border: #d8dce3;--offer-ink: #17233f;--offer-muted: #687083;--offer-soft: #f7f8fa;--offer-success: #247a47}.offer-price-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--offer-border);border-radius:14px;overflow:hidden;margin:20px 0 8px;background:#fff}.offer-price-summary__cell{padding:12px 14px;text-align:center;border-right:1px solid var(--offer-border)}.offer-price-summary__cell:last-child{border-right:0}.offer-price-summary__cell span{display:block;font-size:12px;color:var(--offer-muted);margin-bottom:4px}.offer-price-summary__cell strong,.offer-price-summary__cell s{font-size:18px;color:var(--offer-ink)}.offer-price-summary__cell--saving strong{color:var(--offer-success)}.offer-selector{margin-top:16px}.offer-selector__heading{font-weight:800;font-size:13px;letter-spacing:.06em;margin-bottom:10px;color:var(--offer-ink)}.offer-selector__cards{display:grid;gap:10px}.offer-card{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:12px;align-items:center;border:1.5px solid var(--offer-border);border-radius:14px;padding:14px;cursor:pointer;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.offer-card:hover{transform:translateY(-1px)}.offer-card.is-selected{border-color:var(--offer-ink);box-shadow:0 0 0 1px var(--offer-ink)}.offer-card__radio{position:absolute;opacity:0;pointer-events:none}.offer-card__check{width:20px;height:20px;border:2px solid #9ba3b2;border-radius:50%;position:relative}.offer-card.is-selected .offer-card__check{border-color:var(--offer-ink)}.offer-card.is-selected .offer-card__check:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--offer-ink)}.offer-card__body,.offer-card__headline{min-width:0}.offer-card__headline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.offer-card__title{font-weight:800;font-size:16px;color:var(--offer-ink)}.offer-card__subtitle,.offer-card__note{display:block;font-size:13px;color:var(--offer-muted);margin-top:2px}.offer-card__badge{display:inline-flex;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;letter-spacing:.04em;color:#fff;background:var(--offer-ink)}.offer-card__pricing{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.offer-card__pricing s{color:var(--offer-muted);font-size:12px}.offer-card__pricing strong{color:var(--offer-ink);font-size:17px}.offer-card__pricing span{color:var(--offer-success);font-size:12px;font-weight:700}.offer-gift{margin-top:12px;border:1px dashed #aeb6c4;border-radius:14px;overflow:hidden;background:var(--offer-soft)}.offer-gift__eyebrow{padding:7px 12px;background:var(--offer-ink);color:#fff;font-weight:800;font-size:11px;letter-spacing:.06em;text-align:center}.offer-gift__row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px}.offer-gift__image-wrap{width:64px;height:64px;border-radius:10px;background:#fff;overflow:hidden}.offer-gift__image{width:100%;height:100%;object-fit:contain}.offer-gift__badge{font-size:11px;font-weight:900;color:var(--offer-success);letter-spacing:.04em}.offer-gift__title{display:block;color:var(--offer-ink)}.offer-gift__description{margin-top:2px;font-size:12px;color:var(--offer-muted)}.offer-gift__price{text-align:right}.offer-gift__price s{display:block;color:var(--offer-muted);font-size:12px}.offer-gift__price strong{color:var(--offer-success);font-size:15px}.offer-selector__empty{padding:14px;border:1px solid #d9a1a1;background:#fff7f7;border-radius:10px}.offer-guarantee{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--offer-border);border-radius:14px;background:#fff}.offer-guarantee__icon{flex:0 0 32px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#edf7f0;color:var(--offer-success);font-weight:900}.offer-guarantee strong{color:var(--offer-ink)}.offer-guarantee__text{font-size:13px;color:var(--offer-muted);margin-top:3px}.offer-add-button[disabled]{opacity:.6;cursor:wait}.offer-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.offer-cart-drawer.is-open{pointer-events:auto;visibility:visible}.offer-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f141f73;opacity:0;transition:opacity .2s ease}.offer-cart-drawer.is-open .offer-cart-drawer__overlay{opacity:1}.offer-cart-drawer__panel{position:absolute;top:0;right:0;width:min(460px,100vw);height:100%;background:#fff;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:-12px 0 40px #0000001f}.offer-cart-drawer.is-open .offer-cart-drawer__panel{transform:translate(0)}.offer-cart-open{overflow:hidden}.offer-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--offer-border)}.offer-cart-drawer__header h2{margin:0;font-size:20px;color:var(--offer-ink)}.offer-cart-drawer__close{border:0;background:transparent;font-size:28px;cursor:pointer;line-height:1}.offer-cart-drawer__content{overflow:auto;padding:0 20px 20px;flex:1}.offer-cart-page{max-width:1100px;margin:40px auto 80px;padding:0 20px}.offer-cart-page__title{margin-bottom:24px}.offer-cart-items{display:grid;gap:12px}.offer-cart-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--offer-border);align-items:center}.offer-cart-item--gift{background:var(--offer-soft);padding:12px;border-radius:12px;border-bottom:0}.offer-cart-item__image{width:76px;height:76px;border-radius:10px;overflow:hidden;background:#f6f6f6}.offer-cart-item__image img{width:100%;height:100%;object-fit:contain}.offer-cart-item__title{font-weight:600;color:var(--offer-ink);text-decoration:none}.offer-cart-item__meta{font-size:12px;color:var(--offer-muted);margin-top:3px}.offer-cart-item__gift-badge{display:inline-block;color:var(--offer-success);font-size:11px;font-weight:900;margin-bottom:4px}.offer-cart-item__price{text-align:right}.offer-cart-item__price s{display:block;color:var(--offer-muted);font-size:12px}.offer-cart-item__price strong{color:var(--offer-ink)}.offer-cart-item__price .is-free{color:var(--offer-success)}.offer-cart-item__save{display:block;font-size:11px;color:var(--offer-success);font-weight:700;margin-top:2px}.offer-cart-item__remove{border:0;background:transparent;color:#6b7280;text-decoration:underline;cursor:pointer;font-size:12px;padding:6px 0 0}.offer-cart-summary{border-top:1px solid var(--offer-border);margin-top:18px;padding-top:16px}.offer-cart-summary__row{display:flex;justify-content:space-between;gap:16px;margin:7px 0;color:var(--offer-muted)}.offer-cart-summary__row strong{color:var(--offer-ink)}.offer-cart-summary__row--saving strong{color:var(--offer-success)}.offer-cart-summary__row--total{font-size:18px;padding-top:8px;border-top:1px solid var(--offer-border);color:var(--offer-ink)}.offer-cart-checkout{display:block;width:100%;margin-top:16px;padding:15px 18px;border-radius:10px;text-align:center;background:var(--offer-ink);color:#fff;font-weight:900;text-decoration:none}.offer-cart-empty{text-align:center;padding:36px 0;color:var(--offer-muted)}@media(max-width:640px){.offer-price-summary__cell{padding:10px 7px}.offer-price-summary__cell strong,.offer-price-summary__cell s{font-size:15px}.offer-card{grid-template-columns:20px minmax(0,1fr)}.offer-card__pricing{grid-column:2;align-items:flex-start;flex-direction:row;gap:8px;align-items:baseline}.offer-gift__row{grid-template-columns:54px minmax(0,1fr)}.offer-gift__image-wrap{width:54px;height:54px}.offer-gift__price{grid-column:2;text-align:left;display:flex;gap:8px;align-items:baseline}.offer-cart-item{grid-template-columns:64px minmax(0,1fr)}.offer-cart-item__image{width:64px;height:64px}.offer-cart-item__price{grid-column:2;text-align:left}}.offer-selector__heading{margin-top:18px}.product-rating-inline{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:14px 0 20px}.product-rating-inline__score{font-size:18px;font-weight:700;color:#111;line-height:1}.product-rating-inline__stars{font-size:28px;line-height:1;color:#f6b01e;letter-spacing:2px}.product-rating-inline__text{font-size:18px;line-height:1.2;color:#111}.product-rating-inline .jdgm-prev-badge{margin:0!important}.product-rating-inline .jdgm-star{color:#f6b01e!important}.offer-price-summary--styled{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0;margin:18px 0 22px;padding:18px 10px;border:2px dashed #1f1f1f;border-radius:18px;background:#fff}.offer-price-summary--styled .offer-price-summary__item{position:relative;text-align:center;padding:0 14px}.offer-price-summary--styled .offer-price-summary__item:not(:last-child):after{content:"";position:absolute;top:8px;right:0;width:1px;height:calc(100% - 16px);background:#1f1f1f}.offer-price-summary--styled .offer-price-summary__label{display:block;margin-bottom:8px;font-size:16px;line-height:1.2;font-weight:500;color:#222}.offer-price-summary--styled .offer-price-summary__value{display:block;font-size:22px;line-height:1.1;font-weight:800;color:#111}.offer-price-summary--styled .offer-price-summary__item--saving .offer-price-summary__label,.offer-price-summary--styled .offer-price-summary__value--saving{color:#169447}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:767px){.product-rating-inline{gap:8px;margin:12px 0 18px}.product-rating-inline__score{font-size:16px}.product-rating-inline__stars{font-size:24px;letter-spacing:1px}.product-rating-inline__text{font-size:16px}.offer-price-summary--styled{padding:14px 8px;border-radius:16px}.offer-price-summary--styled .offer-price-summary__item{padding:0 8px}.offer-price-summary--styled .offer-price-summary__label{font-size:14px;margin-bottom:6px}.offer-price-summary--styled .offer-price-summary__value{font-size:18px}}.offer-price-summary.offer-price-summary--styled{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin:16px 0 20px;padding:16px 10px;box-sizing:border-box;background:#fff;border:2px dashed #222222;border-radius:16px}.offer-price-summary--styled .offer-price-summary__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:0 12px;text-align:center}.offer-price-summary--styled .offer-price-summary__item:not(:last-child):after{content:"";position:absolute;top:5%;right:0;width:1px;height:90%;background:#222}.offer-price-summary--styled .offer-price-summary__label{display:block;margin:0 0 7px;font-size:14px;font-weight:400;line-height:1.2;color:#222}.offer-price-summary--styled .offer-price-summary__value{display:block;margin:0;font-size:20px;font-weight:700;line-height:1.1;color:#111}.offer-price-summary--styled .offer-price-summary__item--saving .offer-price-summary__label,.offer-price-summary--styled .offer-price-summary__value--saving{color:#18864b}.offer-price-summary--styled .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media screen and (max-width:749px){.offer-price-summary.offer-price-summary--styled{grid-template-columns:repeat(3,minmax(0,1fr));margin:14px 0 18px;padding:14px 4px;border-radius:14px}.offer-price-summary--styled .offer-price-summary__item{padding:0 7px}.offer-price-summary--styled .offer-price-summary__label{margin-bottom:6px;font-size:11px;line-height:1.15}.offer-price-summary--styled .offer-price-summary__value{font-size:16px;line-height:1.1}}.offer-card__products{display:block;flex:1;min-width:0}.offer-product{display:flex;align-items:center;gap:14px;width:100%}.offer-product__image{flex:0 0 72px;width:72px;height:72px;display:flex;align-items:center;justify-content:center}.offer-product__image img{display:block;width:100%;height:100%;object-fit:contain}.offer-product__info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex:1;min-width:0}.offer-product__title{display:block;margin:0 0 5px;line-height:1.25}.offer-product__price{display:flex;align-items:center;gap:7px;line-height:1.2}.offer-product__price s{opacity:.6;font-weight:400}.offer-product__price strong{font-weight:700}.offer-card__subtitle,.offer-card__note{display:block;margin-top:4px}@media screen and (max-width:749px){.offer-product{gap:10px}}.offer-product__regular-price{font-weight:700;color:#111}.offer-product__regular-price.is-discounted{text-decoration:line-through;text-decoration-thickness:1px;opacity:.55;font-weight:400}.offer-product__discounted-price{margin-left:6px;font-weight:700;color:#16864b}.offer-gift__price s{font-size:18px;font-weight:500;line-height:1}@media screen and (max-width:749px){.offer-add-button{display:block!important;width:100%!important;margin-top:16px!important;padding:15px 18px!important;border:0!important;border-radius:10px!important;background:var(--offer-ink)!important;color:#fff!important;text-align:center!important;font-weight:900!important;text-decoration:none!important;cursor:pointer}.offer-add-button:hover,.offer-add-button:focus,.offer-add-button:active{background:var(--offer-ink)!important;color:#fff!important}}@media screen and (max-width:749px){.offer-price-summary--styled .offer-price-summary__label{font-size:14px}.offer-price-summary--styled .offer-price-summary__value{font-size:18px}}@media screen and (max-width:749px){.offer-card .offer-product__image{flex:0 0 82px!important;width:82px!important;height:82px!important;min-width:82px!important;overflow:visible}.offer-card .offer-product__image img{display:block!important;width:82px!important;height:82px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:scale(1.25);transform-origin:center}}@media screen and (max-width:749px){.offer-gift__image-wrap{flex:0 0 82px!important;width:82px!important;height:82px!important;min-width:82px!important;overflow:visible}.offer-gift__image{display:block!important;width:82px!important;height:82px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:scale(1.18);transform-origin:center}}@media screen and (max-width:749px){.offer-gift__row{display:flex!important;align-items:center!important;gap:14px!important;width:100%}.offer-gift__image-wrap{flex:0 0 88px!important;width:88px!important;height:88px!important;min-width:88px!important;display:flex!important;align-items:center;justify-content:center;overflow:visible}.offer-gift__image{display:block!important;width:82px!important;height:82px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:scale(1.18);transform-origin:center}.offer-gift__copy{flex:1 1 auto!important;min-width:0!important;margin:0!important}.offer-gift__price{flex:0 0 auto!important;min-width:max-content;margin:0!important;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}}@media screen and (max-width:749px){.offer-product__price,.offer-product__regular-price{font-size:17px}.offer-product__discounted-price{font-size:18px}.offer-product__price s{font-size:17px}}@media screen and (max-width:640px){.offer-cart-item{grid-template-columns:82px minmax(0,1fr);gap:14px}.offer-cart-item__image{width:82px;height:82px}.offer-cart-item__image img{width:100%;height:100%;object-fit:contain}.offer-cart-item__price s{font-size:18px;line-height:1.2;font-weight:500}.offer-cart-item__price strong{font-size:20px;line-height:1.2}.offer-cart-item__save{font-size:18px;line-height:1.2;font-weight:800;margin-top:4px}}@media screen and (max-width:640px){.offer-cart-item__title{font-weight:600}}@media screen and (max-width:640px){.offer-cart-summary__row{font-size:22px;line-height:1.35;margin:9px 0}.offer-cart-summary__row strong{font-size:24px;line-height:1.35}.offer-cart-summary__row--saving strong{font-size:22px}.offer-cart-summary__row--total{font-size:24px;line-height:1.35;padding-top:10px}.offer-cart-summary__row--total strong{font-size:24px}}@media screen and (max-width:640px){.offer-cart-item__remove{font-size:14px}}.offer-cart-item .is-free,.offer-cart-item__save,.offer-cart-summary__row--saving,.offer-cart-summary__row--saving strong,.offer-cart-item__free-price{color:#16864b!important;font-weight:700!important}@media screen and (min-width:641px){.offer-cart-item{grid-template-columns:96px minmax(0,1fr) auto;gap:16px}.offer-cart-item__image{width:120px;height:120px}.offer-cart-item__image img{width:100%;height:100%;object-fit:contain}}@media screen and (min-width:641px){.offer-cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) auto;column-gap:18px;align-items:center}.offer-cart-item__image{grid-column:1;width:96px;height:96px}.offer-cart-item__image img{width:100%;height:100%;object-fit:contain}.offer-cart-item__info{grid-column:2;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.offer-cart-item__price{grid-column:3;min-width:120px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:3px;text-align:right}.offer-cart-item__price s{display:block;font-size:16px;font-weight:500;line-height:1.2}.offer-cart-item__price strong,.offer-cart-item__free-price{display:block}.offer-cart-item__save{display:block;margin-top:2px;font-size:15px;font-weight:700;line-height:1.2}}@media screen and (min-width:641px){.offer-cart-item__price s{font-size:16px;font-weight:500;line-height:1.2}.offer-cart-item__save{font-size:15px;font-weight:700;line-height:1.2}}.offer-cart-upsell{margin-top:32px;padding-top:24px;border-top:1px solid var(--offer-border)}.offer-cart-upsell__heading{font-size:18px;font-weight:800;color:var(--offer-ink)}.offer-cart-upsell__subheading{margin-top:4px;color:var(--offer-muted)}.offer-cart-upsell__cards{display:grid;gap:12px;margin-top:16px}.offer-cart-upsell__card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--offer-border);border-radius:12px}.offer-cart-upsell__product{display:flex;align-items:center;gap:14px;min-width:0}.offer-cart-upsell__image{flex:0 0 72px;width:72px;height:72px}.offer-cart-upsell__image img{width:100%;height:100%;object-fit:contain}.offer-cart-upsell__info{min-width:0}.offer-cart-upsell__title{display:block;color:var(--offer-ink)}.offer-cart-upsell__price{display:flex;gap:8px;align-items:baseline;margin-top:4px}.offer-cart-upsell__price s{color:var(--offer-muted)}.offer-cart-upsell__price strong{color:var(--offer-ink)}.offer-cart-upsell__save{margin-top:3px;color:#16864b;font-weight:700}.offer-cart-upsell__button{flex:0 0 auto;padding:11px 16px;border:0;border-radius:9px;background:var(--offer-ink);color:#fff;font-weight:800;cursor:pointer}@media screen and (max-width:640px){.offer-cart-upsell__card{align-items:stretch;flex-direction:column}.offer-cart-upsell__image{flex-basis:82px;width:82px;height:82px}.offer-cart-upsell__button{width:100%;padding:14px 18px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/offer-system.css.map */
