.order-summary{background-color:var(--order-summary-background, #fffaf5);border-radius:var(--order-summary-radius, 12px);border:var(--order-summary-border-width, 1px) solid var(--order-summary-border-color, #ead5c8);box-shadow:var(--order-summary-shadow, 0 4px 20px rgba(61, 39, 31, .08));padding:0;display:flex;flex-direction:column;color:var(--cart-drawer-ink, #3d271f);margin-top:0;width:100%;overflow:hidden}.order-summary__header{padding:var(--order-summary-padding, 22px) var(--order-summary-padding, 22px) 1rem}.order-summary__title{font-family:var(--font-heading-family);font-size:2.8rem;font-weight:400;margin:0;letter-spacing:-.01em;color:var(--cart-drawer-ink, #3d271f)}.order-summary__content{padding:1.5rem var(--order-summary-padding, 22px) var(--order-summary-padding, 22px)}.order-summary__rows{display:flex;flex-direction:column;gap:1.4rem;margin-bottom:2rem}.order-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:1.45rem}.order-summary__row-label{color:var(--cart-drawer-ink, #3d271f)}.order-summary__row-value{font-weight:700;color:var(--cart-drawer-ink, #3d271f)}.order-summary__subtotal-prices{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:.7rem;text-align:right}.order-summary__subtotal-original{color:var(--cart-drawer-muted, #75665f);font-size:1.25rem;font-weight:400}.order-summary__row-value--muted{font-weight:400;color:var(--cart-drawer-muted, #75665f)}.order-summary__row-value--discount{color:#62714e}.order-summary__divider-line{border:0;border-top:1px solid var(--order-summary-border-color, #ead5c8);margin:2rem 0}.order-summary__total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.8rem}.order-summary__total-label{font-family:var(--font-heading-family);font-size:2.2rem;margin:0;font-weight:400}.order-summary .order-summary__total-value{font-family:var(--font-heading-family);font-size:var(--order-summary-total-size, 24px);font-weight:700;margin:0}.order-summary__tax-note{display:block;font-size:1.25rem;color:var(--cart-drawer-muted, #75665f);margin-bottom:2.5rem}.order-summary__promo{margin-bottom:2rem}.order-summary__promo-input-group{display:flex;align-items:stretch;border:1px solid rgba(225,175,169,.6);border-radius:.6rem;overflow:hidden;background-color:#fff;height:4.8rem}.order-summary__promo-input-group:focus-within{border-color:#a64e49}.order-summary__promo-input{flex-grow:1;border:none;background:transparent;padding:1.2rem 1.6rem;font-size:1.45rem;color:var(--cart-drawer-ink);outline:none;box-shadow:none;width:100%}.order-summary__promo-input::placeholder{color:#bfaea5}.order-summary__promo-button{border:none;background-color:#3b2821;color:#fff;font-weight:600;padding:0 2.2rem;cursor:pointer;font-size:1.4rem;transition:background-color .2s ease;min-width:9rem;display:inline-flex;align-items:center;justify-content:center}.order-summary__promo-button:hover{background-color:#2b1a14}.order-summary__promo-button:focus-visible,.order-summary__applied-code:focus-visible,.order-summary__trust-text a:focus-visible{outline:.2rem solid currentColor;outline-offset:.25rem}.order-summary__promo-button:disabled{cursor:wait;opacity:.65}.order-summary__promo-spinner{display:none;width:1.8rem;height:1.8rem;border:.2rem solid rgba(255,255,255,.4);border-top-color:currentColor;border-radius:50%;animation:order-summary-spin .7s linear infinite}.order-summary__promo-button[aria-busy=true] .order-summary__promo-button-label{display:none}.order-summary__promo-button[aria-busy=true] .order-summary__promo-spinner{display:block}@keyframes order-summary-spin{to{transform:rotate(360deg)}}.order-summary__promo-status{min-height:1.8rem;margin:.7rem 0 0;font-size:1.25rem;color:#62714e}.order-summary__promo-status--error{color:#a64e49}.order-summary__applied-codes{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem}.order-summary__applied-code{border:1px solid var(--order-summary-border-color, #ead5c8);border-radius:999px;background:transparent;color:inherit;cursor:pointer;font:inherit;padding:.35rem .8rem}.order-summary__checkout-button{width:100%;max-width:none;display:flex;align-items:center;justify-content:center;gap:1.2rem;background-color:#37231c;color:#fffaf5;border-radius:.8rem;padding:1.6rem;font-size:1.7rem;font-weight:600;border:none;cursor:pointer;position:relative;transition:background-color .2s;box-shadow:none}.order-summary__checkout-button:hover{background-color:#241611}.order-summary__checkout-button:before,.order-summary__checkout-button:after,.order-summary__checkout-button:not([disabled]):hover:after{content:none;box-shadow:none}.order-summary__checkout-button:disabled{opacity:.7;cursor:not-allowed}.order-summary__checkout-icon{width:2rem;height:2rem;display:flex;align-items:center}.order-summary__checkout-icon svg{width:100%;height:100%;stroke-width:2}.order-summary__trust-strip{display:flex;border-top:1px solid var(--order-summary-border-color, #ead5c8);background-color:var(--order-summary-trust-background, #fbf2ea);border-bottom-left-radius:max(0px,calc(var(--order-summary-radius, 12px) - var(--order-summary-border-width, 1px)));border-bottom-right-radius:max(0px,calc(var(--order-summary-radius, 12px) - var(--order-summary-border-width, 1px)))}.order-summary__trust-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.8rem 1rem;position:relative}.order-summary__trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background-color:var(--order-summary-border-color, #ead5c8)}.order-summary__trust-icon{width:2.2rem;height:2.2rem;margin-bottom:.8rem;color:#db8a83}.order-summary__trust-icon svg{width:100%;height:100%;stroke:currentColor}.order-summary__trust-text{display:flex;flex-direction:column;gap:.3rem}.order-summary__trust-text strong{font-size:1.15rem;color:var(--cart-drawer-ink);font-weight:600}.order-summary__trust-text span{font-size:1.05rem;color:var(--cart-drawer-muted)}.order-summary__trust-text a{color:var(--cart-drawer-muted, #75665f);font-size:1.05rem}@media screen and (max-width:749px){.order-summary__header,.order-summary__content{padding-left:1.6rem;padding-right:1.6rem}.order-summary__trust-item{padding:1.4rem .5rem}.order-summary__trust-text strong,.order-summary__trust-text span,.order-summary__trust-text a{font-size:.95rem}}@media screen and (min-width:750px){#main-cart-footer .order-summary{max-width:var(--order-summary-desktop-width, 520px)}.cart-drawer .order-summary{max-width:100%}}@media(prefers-reduced-motion:reduce){.order-summary *,.order-summary *:before,.order-summary *:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-order-summary.css.map */
