:root{--sg-cart-heading-size: 1.65rem;--sg-cart-heading-weight: 500;--sg-cart-heading-line-height: 1.2;--sg-cart-heading-spacing: .13em;--sg-cart-motion-duration: .17s;--sg-cart-motion-ease: cubic-bezier(.22, .61, .36, 1)}cart-drawer.drawer{height:100dvh;color:#20201e}#CartDrawer .drawer__inner{width:56rem;max-width:100vw;height:100%;padding:0;border:0;background:#fff;color:#20201e;font-family:var(--sg-font);display:flex;flex-direction:column;align-items:stretch;overflow:hidden}#CartDrawer .drawer__header{order:-1;display:flex;justify-content:center;flex:0 0 auto;min-height:8rem;padding:2.4rem 5rem;border-bottom:1px solid #e2e2e2;background:#fff}#CartDrawer .drawer__heading{display:inline-flex;align-items:baseline;justify-content:center;gap:.2rem;margin:0;font-family:var(--sg-font);font-size:var(--sg-cart-heading-size);line-height:var(--sg-cart-heading-line-height);font-weight:var(--sg-cart-heading-weight);letter-spacing:var(--sg-cart-heading-spacing);text-transform:uppercase;text-align:center}#CartDrawer .sg-bag-heading-count{font-size:1em;font-weight:inherit;line-height:1;letter-spacing:.02em}#CartDrawer .drawer__close{top:50%;right:.6rem;transform:translateY(-50%);color:#20201e}#CartDrawer .drawer__close svg{width:1.8rem;height:1.8rem}#CartDrawer .drawer__inner-empty{flex:1;height:auto;display:flex;align-items:center;justify-content:center;padding:2rem}#CartDrawer .sg-bag-empty-message{margin:0;font-size:1.7rem;line-height:1.5;text-align:center;letter-spacing:.025em;text-transform:uppercase}#CartDrawer cart-drawer-items{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain}#CartDrawer cart-drawer-items.is-empty{display:none}#CartDrawer .drawer__contents{padding:3rem 1.5rem 1rem}#CartDrawer .cart-items thead{display:none}#CartDrawer .cart-item{position:relative;min-height:21.8rem;grid-template:auto / 15.5rem minmax(0,1fr);column-gap:2rem;align-items:start;margin:0 0 3.6rem;padding:0 0 3.6rem;border-bottom:1px solid #e4e4e4}#CartDrawer .cart-item.sg-cart-item--bundle{padding-top:2.5rem}#CartDrawer .cart-item:last-child{margin-bottom:3.6rem}#CartDrawer .cart-item>td{padding:0;min-width:0}#CartDrawer .cart-item,#CartDrawer .cart-item a,#CartDrawer .cart-item p,#CartDrawer .cart-item dl,#CartDrawer .cart-item dt,#CartDrawer .cart-item dd,#CartDrawer .cart-item span,#CartDrawer .cart-item s,#CartDrawer .cart-item strong{font-family:var(--sg-font)!important}#CartDrawer .cart-item__media{position:relative;grid-column:1;grid-row:1;width:15.5rem}#CartDrawer .cart-item__image-container{width:100%;height:18.2rem;aspect-ratio:auto;border:0;background:var(--sg-grey);overflow:hidden}#CartDrawer .cart-item__image{display:block;width:100%;max-width:none;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;background:var(--sg-grey)}#CartDrawer .cart-item>td.cart-item__details{grid-column:2;grid-row:1;align-self:start;display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:.2rem 3.5rem 0 0}#CartDrawer .sg-bag-bundle-label{position:absolute;right:0;bottom:calc(100% + .7rem);left:0;width:100%;margin:0;color:#5e5e59;font-family:var(--sg-font);font-size:1.05rem;font-weight:600;line-height:1.3;letter-spacing:.12em;text-align:center;text-transform:uppercase;white-space:nowrap}#CartDrawer .cart-item__name{display:-webkit-box;width:100%;padding-right:0;margin:0;font-family:var(--sg-font);font-size:1.35rem;font-weight:500;line-height:1.3;letter-spacing:.07em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-transform:uppercase;text-decoration:none;white-space:normal;color:#111}#CartDrawer .sg-bag-description{display:-webkit-box;max-width:42rem;margin-block:1rem;color:#5e5e59;font-size:1.45rem;font-weight:400;line-height:1.6;letter-spacing:.035em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}#CartDrawer .sg-bag-unit-price{display:block;margin-top:0}#CartDrawer .cart-item__details dl{margin:.6rem 0 0}#CartDrawer .cart-item__details .product-option{font-family:var(--sg-font);font-size:1.35rem;font-weight:400;line-height:1.5;letter-spacing:.04em;color:#5e5e59}#CartDrawer .cart-item__details .product-option dd{margin-left:.4rem}#CartDrawer .cart-item__details .discounts,#CartDrawer .cart-item__quantity,#CartDrawer .cart-item__totals{display:none}#CartDrawer .cart-item__totals .price{color:var(--sg-black);font-family:var(--sg-font);font-size:1.6rem;font-weight:400;line-height:1.5;letter-spacing:.1rem}#CartDrawer .cart-item__quantity{grid-column:2;grid-row:2}#CartDrawer .quantity{width:9rem;min-height:3rem}#CartDrawer .quantity__button{width:2.8rem}#CartDrawer .quantity__input{font-size:1.2rem;padding:0}#CartDrawer cart-remove-button{position:absolute;top:-.2rem;right:-.2rem;display:block;margin:0}#CartDrawer cart-remove-button .button{display:grid;width:2.8rem;height:2.8rem;min-width:2.8rem;min-height:2.8rem;padding:0;place-items:center;border:1px solid #dededb;border-radius:50%;color:#333;background:#fff}#CartDrawer cart-remove-button .button:before,#CartDrawer cart-remove-button .button:after{content:none}#CartDrawer cart-remove-button svg{width:1.05rem;height:1.05rem}#CartDrawer .drawer__footer{flex-shrink:0;margin:0 1.5rem;padding:2.8rem 0 max(2.8rem,env(safe-area-inset-bottom));border-top:1px solid #ddd;background:#fff}#CartDrawer .totals{align-items:baseline;gap:1rem}#CartDrawer .totals__total,#CartDrawer .totals__total-value{font-family:var(--sg-font);font-size:1.7rem;font-weight:500;line-height:1.4;letter-spacing:.05em;margin:0}#CartDrawer .totals__total{text-transform:uppercase}#CartDrawer .sg-bag-subtotal-prices{display:flex;align-items:baseline;justify-content:flex-end;gap:.9rem}#CartDrawer .sg-bag-subtotal-original{color:currentColor;font-family:var(--sg-font);font-size:.82em;font-weight:400}#CartDrawer .tax-note{margin:1.2rem 0 2rem;font-family:var(--sg-font);font-size:1.3rem;line-height:1.6;text-align:left;color:var(--sg-text-muted)}#CartDrawer .cart__ctas{margin:0}#CartDrawer .cart__checkout-button{width:100%;height:3.8rem;min-height:3.8rem;padding:.6rem 1.2rem;background:#0d0d0d;color:#fff;font-family:var(--sg-font);font-size:1.3rem;font-weight:500;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;border:0;border-radius:0}#CartDrawer .cart__checkout-button:after,#CartDrawer .cart__checkout-button:before{content:none}#CartDrawer .sg-bag-confirm[hidden]{display:none}#CartDrawer .sg-bag-confirm{position:absolute;z-index:2;top:-1rem;right:-.4rem;bottom:-1rem;left:-.4rem;display:flex;align-items:center;justify-content:center;background:#fffffff2;text-align:center}#CartDrawer .sg-bag-confirm h3{margin:0 0 .5rem;font-family:var(--sg-font);font-size:1.65rem;font-weight:600;letter-spacing:.04em}#CartDrawer .sg-bag-confirm p{margin:0 auto 1.8rem;max-width:31rem;font:400 1.45rem/1.6 var(--sg-font);color:var(--sg-text-muted)}#CartDrawer .sg-bag-confirm__actions{display:flex;justify-content:center;gap:1.5rem}#CartDrawer .sg-bag-confirm button{width:11rem;min-height:3.6rem;border:1px solid #20201e;border-radius:0;background:#fff;color:#20201e;font:600 1.45rem var(--sg-font);letter-spacing:.04em;cursor:pointer}#CartDrawer .sg-bag-confirm [data-bag-confirm]{color:#fff;background:#0d0d0d}#CartDrawer .cart-item:has(.sg-bag-confirm:not([hidden])){min-height:18rem}#CartDrawer .totals__total,#CartDrawer .totals__total-value,#CartDrawer .sg-bag-confirm h3,#CartDrawer .sg-bag-confirm button{font-weight:500}#CartDrawer .tax-note{font-weight:400}#CartDrawer-CartErrors:not(:empty){padding:1rem 2rem;color:#b02020}#CartDrawer .drawer__header,#CartDrawer cart-drawer-items,#CartDrawer .drawer__footer{transition:opacity var(--sg-cart-motion-duration) var(--sg-cart-motion-ease),transform var(--sg-cart-motion-duration) var(--sg-cart-motion-ease)}cart-drawer.sg-cart-departing .drawer__inner{pointer-events:none}cart-drawer.sg-cart-departing .drawer__header,cart-drawer.sg-cart-departing cart-drawer-items,cart-drawer.sg-cart-departing .drawer__footer{opacity:0;transform:translateY(-.6rem)}cart-drawer.sg-cart-departing [data-sg-cart-page-link]{cursor:wait}@media(max-width:749px){#CartDrawer .drawer__inner{width:100vw}#CartDrawer .drawer__contents{padding-inline:1.5rem}#CartDrawer .totals__total{font-size:1.55rem}}@media(max-width:360px){#CartDrawer .cart-item{min-height:21.8rem;grid-template-columns:12rem minmax(0,1fr);column-gap:1.4rem}#CartDrawer .cart-item__media{width:12rem}#CartDrawer .cart-item__image,.sg-cart-page__items .cart-item__image{object-fit:contain;transform:scale(1.08);transform-origin:center}#CartDrawer .sg-bag-description,#CartDrawer .totals__total{font-size:1.3rem}}@media(max-width:330px){#CartDrawer .cart-item{grid-template-columns:11.5rem minmax(0,1fr)}#CartDrawer .cart-item__media{width:11.5rem}}@media(max-height:550px){#CartDrawer .drawer__header{min-height:6rem;padding-block:1.5rem}#CartDrawer .drawer__footer{padding-block:1rem}#CartDrawer .tax-note{margin-block:.5rem}}html.sg-cart-arriving,html.sg-cart-arriving body{background:#fff}html.sg-cart-arriving .sg-cart-page__items,html.sg-cart-arriving .sg-cart-page__footer-section .sg-cart-summary,html.sg-cart-arriving .sg-cart-page__footer-section .sg-cart-back-link,html.sg-cart-arriving .sg-cart-page__footer-section .sg-cart-information{opacity:0}html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__items,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-summary,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-back-link,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-information{opacity:1;transition:opacity var(--sg-cart-motion-duration) var(--sg-cart-motion-ease)}.sg-cart-page__items,.sg-cart-page__footer-section{background:#fff;color:var(--sg-black, #111);font-family:var(--sg-font)}.sg-cart-page{max-width:112rem}.sg-cart-page__items .cart__items{padding:0;border:0}.sg-cart-page__items .sg-cart-page__hero{margin:0 0 4rem;padding:4.4rem 0 0}.sg-cart-page__title,.sg-cart-information h2{margin:0;color:#111;font-family:var(--sg-font);font-size:var(--sg-cart-heading-size);font-weight:var(--sg-cart-heading-weight);line-height:var(--sg-cart-heading-line-height);letter-spacing:var(--sg-cart-heading-spacing);text-transform:uppercase}.sg-cart-page__title{display:flex;align-items:center;gap:.6rem}.sg-cart-page__count{margin-left:0;font-size:.82em;font-weight:400;letter-spacing:.035em;text-transform:none;white-space:nowrap}.sg-cart-page__policy-copy{margin:3.2rem 0 0;padding:2.6rem 0;color:#343431;background:#f6f5f2;box-shadow:0 0 0 100vmax #f6f5f2;clip-path:inset(0 -100vmax);font-family:var(--sg-font);font-size:1.45rem;font-weight:400;line-height:1.65;letter-spacing:.025em}.sg-cart-page__policy-copy a,.sg-cart-information a{color:#111;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.35rem}.sg-cart-page__items .cart-items thead{display:none}.sg-cart-page__items .cart-item{position:relative;border-bottom:1px solid #e4e4e4;color:#111}.sg-cart-page__items .cart-item__image-container{width:100%;aspect-ratio:1;border:0;background:var(--sg-grey, #f4f3f0);overflow:hidden}.sg-cart-page__items .cart-item__image{display:block;width:100%;max-width:none;aspect-ratio:1;object-fit:cover;object-position:center}.sg-cart-page__items .cart-item__details,.sg-cart-page__items .cart-item__details>*,.sg-cart-page__items .cart-item__details a,.sg-cart-page__items .cart-item__details p,.sg-cart-page__items .cart-item__details dl,.sg-cart-page__items .cart-item__details dt,.sg-cart-page__items .cart-item__details dd,.sg-cart-page__items .cart-item__details span,.sg-cart-page__items .cart-item__details strong,.sg-cart-page__items .cart-item__details s{font-family:var(--sg-font)}.sg-cart-page__items .cart-item__name{display:-webkit-box;width:100%;max-width:100%;color:#111;font-size:1.35rem;font-weight:500;line-height:1.3;letter-spacing:.07em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-decoration:none;text-transform:uppercase;white-space:normal}.sg-cart-page__items .sg-cart-bundle-label{width:100%;margin:0 0 .8rem;color:#5e5e59;font-family:var(--sg-font);font-size:1.05rem;font-weight:600;line-height:1.3;letter-spacing:.12em;text-align:center;text-transform:uppercase;white-space:nowrap}.sg-cart-page__items .sg-cart-page__bundle-discounts{display:none}.sg-cart-page__items .sg-cart-page__item-description{display:-webkit-box;max-width:42rem;margin-block:1rem;color:#5e5e59;font-size:1.45rem;font-weight:400;line-height:1.6;letter-spacing:.035em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sg-cart-page__items .product-option{color:#5e5e59;font-size:1.35rem;line-height:1.5;letter-spacing:.04em}.sg-cart-page__items .cart-item__price-wrapper .price,.sg-cart-page__items .cart-item__discounted-prices{color:#111;font-family:var(--sg-font);font-size:1.45rem;letter-spacing:.07em}.sg-cart-page__items .quantity{width:11rem;min-height:4rem;border:1px solid #cfcfcb}.sg-cart-page__items .quantity:before,.sg-cart-page__items .quantity:after{content:none}.sg-cart-page__items cart-remove-button .button{display:grid;width:2.8rem;min-width:2.8rem;height:2.8rem;min-height:2.8rem;padding:0;place-items:center;border:1px solid #dededb;border-radius:50%;color:#222;background:#fff}.sg-cart-page__items cart-remove-button .button:before,.sg-cart-page__items cart-remove-button .button:after{content:none}.sg-cart-page__items cart-remove-button .icon-close{width:1.05rem;height:1.05rem}.sg-cart-page__items .cart__warnings{padding:8rem 0}.sg-cart-page__items .cart__empty-text{display:block;margin:0 0 1.6rem}.sg-cart-page__empty-message{margin:0 0 3rem;font:400 1.5rem/1.6 var(--sg-font)}.sg-cart-page__items .cart__warnings .button{min-width:22rem;border:0;border-radius:0;background:#0d0d0d;color:#fff;font-family:var(--sg-font);font-size:1.3rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#CartDrawer .sg-cart-item-editorial,.sg-cart-page__items .sg-cart-item-editorial{width:100%;min-width:0;margin:0;font-family:var(--sg-font)}#CartDrawer .sg-cart-item-editorial .cart-item__name,.sg-cart-page__items .sg-cart-item-editorial .cart-item__name{display:-webkit-box;width:100%;margin:0;color:#111;font-family:var(--sg-font);font-size:1.55rem;font-weight:300;line-height:1.3;letter-spacing:.12em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-decoration:none;text-transform:uppercase;white-space:normal}#CartDrawer .sg-cart-item-editorial .sg-cart-page__item-description,.sg-cart-page__items .sg-cart-item-editorial .sg-cart-page__item-description{display:-webkit-box;max-width:42rem;margin:.8rem 0 0;color:#666662;font-family:var(--sg-font);font-size:1.4rem;font-style:italic;font-weight:600;line-height:1.5;letter-spacing:.035em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}#CartDrawer .sg-cart-item-meta,.sg-cart-page__items .sg-cart-item-meta{display:grid;gap:.9rem;margin-top:1.35rem}#CartDrawer .sg-cart-item-meta__row,.sg-cart-page__items .sg-cart-item-meta__row{display:flex;min-width:0;align-items:center;gap:.9rem;margin:0;color:#5e5e59;font-family:var(--sg-font);font-size:1.35rem;font-weight:300;line-height:1.4;letter-spacing:.055em}#CartDrawer .sg-cart-item-meta__finish-dot,.sg-cart-page__items .sg-cart-item-meta__finish-dot{display:block;width:1.7rem;height:1.7rem;flex:0 0 1.7rem;border:1px solid #aaa;border-radius:50%;background:linear-gradient(135deg,#fafafa,#b8b8b8)}#CartDrawer .sg-cart-item-meta__finish--gold .sg-cart-item-meta__finish-dot,.sg-cart-page__items .sg-cart-item-meta__finish--gold .sg-cart-item-meta__finish-dot{border-color:#b28b18;background:linear-gradient(135deg,#f5d765,#b88700)}#CartDrawer .sg-cart-item-editorial__price,.sg-cart-page__items .sg-cart-item-editorial__price{margin-top:.9rem;color:#5e5e59;font-family:var(--sg-font);font-size:1.35rem;font-weight:300;line-height:1.4;letter-spacing:.055em;text-align:left}#CartDrawer .sg-bag-bundle-label,.sg-cart-page__items .sg-cart-bundle-label{text-align:left}.sg-cart-page__items .cart-item__totals{display:none!important}.sg-cart-gift-wrap{--sg-gift-wrap-motion-duration: .26s;display:block;width:min(52rem,54%);margin:0 0 3rem auto;color:#20201e;font-family:var(--sg-font)}.sg-cart-gift-wrap__content{width:100%}.sg-cart-gift-wrap__trigger{display:flex;width:100%;min-height:4.4rem;align-items:center;justify-content:center;gap:.8rem;padding:0;border:0;border-radius:0;color:inherit;background:transparent;-webkit-tap-highlight-color:transparent}.sg-cart-gift-wrap__toggle{display:flex;align-items:center;gap:.8rem;cursor:pointer}.sg-cart-gift-wrap__mark{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid currentColor;background:transparent}.sg-cart-gift-wrap__mark svg{width:1.3rem;height:1.3rem;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.7;opacity:0;transform:scale(.75);transition:opacity var(--sg-cart-motion-duration) var(--sg-cart-motion-ease),transform var(--sg-cart-motion-duration) var(--sg-cart-motion-ease)}.sg-cart-gift-wrap.is-selected .sg-cart-gift-wrap__mark svg{opacity:1;transform:scale(1)}.sg-cart-gift-wrap__title{font-size:1.4rem;font-weight:400;line-height:1.3;letter-spacing:.025em;text-align:left;white-space:nowrap}.sg-cart-gift-wrap__disclosure{display:grid;width:2rem;height:2rem;padding:0;place-items:center;border:0;border-radius:0;color:inherit;background:transparent;cursor:pointer}.sg-cart-gift-wrap__chevron{width:2rem;height:2rem;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.4;transition:transform var(--sg-gift-wrap-motion-duration) var(--sg-cart-motion-ease)}.sg-cart-gift-wrap.is-open .sg-cart-gift-wrap__chevron{transform:rotate(180deg)}.sg-cart-gift-wrap__panel{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows var(--sg-gift-wrap-motion-duration) var(--sg-cart-motion-ease),opacity var(--sg-gift-wrap-motion-duration) var(--sg-cart-motion-ease),visibility 0s linear var(--sg-gift-wrap-motion-duration)}.sg-cart-gift-wrap.is-open .sg-cart-gift-wrap__panel{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows var(--sg-gift-wrap-motion-duration) var(--sg-cart-motion-ease),opacity var(--sg-gift-wrap-motion-duration) var(--sg-cart-motion-ease),visibility 0s}.sg-cart-gift-wrap__panel-inner{min-height:0;overflow:hidden}.sg-cart-gift-wrap__panel-inner>p{margin:.2rem 0 0 calc(var(--sg-gift-packaging-copy-indent, 0px) + 2.8rem);padding-bottom:1.4rem;color:#5e5e59;font-family:var(--sg-font);font-size:1.35rem;font-weight:400;line-height:1.55;letter-spacing:.025em}.sg-cart-gift-wrap__toggle input:focus-visible+.sg-cart-gift-wrap__mark,.sg-cart-gift-wrap__disclosure:focus-visible{outline:1px solid currentColor;outline-offset:.35rem}.sg-cart-gift-wrap__status{display:block;margin-top:.6rem;color:#5e5e59;font-family:var(--sg-font);font-size:1.15rem;line-height:1.5}.sg-cart-gift-wrap__status:empty{display:none}.sg-cart-gift-wrap__error{margin:.6rem 0 0;color:#9f1d1d;font-family:var(--sg-font);font-size:1.15rem;font-weight:400;line-height:1.5;letter-spacing:.02em}.sg-cart-gift-wrap__error[hidden]{display:none}.sg-cart-gift-wrap.is-saving{opacity:.65;pointer-events:none}.sg-cart-gift-wrap.has-error .sg-cart-gift-wrap__status{color:#9f1d1d}.sg-cart-page__footer-section{border:0}.shopify-section.cart__footer-wrapper,.sg-cart-page__footer-section,.sg-cart-page__footer-section>.sg-cart-page,.sg-cart-summary-slot{display:contents}.sg-cart-page__footer-section .sg-cart-back-link{max-width:112rem;padding-inline:1.5rem}.sg-cart-page__footer-section .sg-cart-information{max-width:85rem;padding-inline:1.5rem}.sg-cart-page__footer-section .sg-cart-summary{position:sticky;bottom:max(1.5rem,env(safe-area-inset-bottom));z-index:2;display:block;width:calc(100% - 3rem);max-width:52rem;max-height:calc(100svh - var(--header-height, 6rem) - 3rem);margin:0 max(1.5rem,calc((100vw - 112rem)/2)) 5rem auto;padding:3rem;border:1px solid rgba(32,32,30,.45);background:#fff;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sg-cart-page__footer-section .cart__blocks{width:100%}.sg-cart-page__footer-section .totals{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:2rem}.sg-cart-page__footer-section .totals__total,.sg-cart-page__footer-section .totals__total-value{margin:0;color:#111;font-family:var(--sg-font);font-size:1.7rem;font-weight:500;line-height:1.4;letter-spacing:.05em;text-transform:uppercase}.sg-cart-page__footer-section .totals__total{white-space:nowrap}.sg-cart-sales-tax{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:2rem;margin:1.4rem 0 3rem;color:#343431;font-family:var(--sg-font);font-size:1.55rem;font-weight:400;line-height:1.4;letter-spacing:.03em}.sg-cart-assurance-list{display:grid;gap:1.8rem;margin:0;padding:0;list-style:none}.sg-cart-assurance-list li{display:grid;grid-template-columns:3.4rem minmax(0,1fr);align-items:center;gap:1.2rem;color:#111;font-family:var(--sg-font);font-size:1.3rem;font-weight:500;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.sg-cart-assurance-icon{display:block;width:2.8rem;height:2.8rem;flex:0 0 auto;object-fit:contain}.sg-cart-assurance-list svg.sg-cart-assurance-icon{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45;shape-rendering:geometricPrecision}.sg-cart-assurance-list svg path{vector-effect:non-scaling-stroke}.sg-cart-assurance-list svg image{stroke:none}.sg-cart-assurance-icon-frame{display:grid;width:3.4rem;height:2.8rem;place-items:center;justify-self:center}.sg-cart-assurance-list .sg-cart-assurance-icon--shield{width:2.178rem;height:2.52rem}.sg-cart-assurance-list .sg-cart-assurance-icon--return{width:2.205rem;height:2.205rem}.sg-cart-assurance-list .sg-cart-assurance-icon--delivery{width:2.652rem;height:1.989rem}.sg-cart-page__footer-section .cart__ctas{margin-top:2.8rem}.sg-cart-page__footer-section .cart__checkout-button{width:100%;max-width:none;height:3.8rem;min-height:3.8rem;padding:.6rem 1.2rem;border:0;border-radius:0;background:#0d0d0d;color:#fff;font-family:var(--sg-font);font-size:1.3rem;font-weight:500;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}.sg-cart-page__footer-section .cart__checkout-button:before,.sg-cart-page__footer-section .cart__checkout-button:after{content:none}.sg-cart-page__footer-section .cart__dynamic-checkout-buttons{max-width:none}.sg-cart-gift-packaging-summary{margin:1.1rem 0 0;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;text-transform:none}.sg-cart-gift-packaging-summary[hidden]{display:none}.sg-cart-back-link{display:flex;width:100%;align-items:center;justify-content:center;gap:1.2rem;margin:5rem auto 6.2rem;color:#111;font-family:var(--sg-font);font-size:1.45rem;font-weight:300;line-height:1.3;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.sg-cart-back-link__label{position:relative;display:inline-block}.sg-cart-back-link svg{position:absolute;top:50%;right:calc(100% + 1.2rem);width:2.2rem;height:2.2rem;flex:0 0 auto;transform:translateY(-50%);stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.25}.sg-cart-information{display:block;max-width:82rem;margin:0 auto;padding-bottom:8rem}.sg-cart-information__section{padding:0}.sg-cart-information__section+.sg-cart-information__section{margin-top:7.5rem;border:0}.sg-cart-information h2{margin:0 0 2.6rem;font-family:var(--sg-font);font-size:2.4rem;font-weight:500;line-height:1.35;letter-spacing:.065em}.sg-cart-information p{max-width:68rem;margin:0 0 1.8rem;color:#252522;font-family:var(--sg-font);font-size:1.65rem;font-weight:300;line-height:1.65;letter-spacing:.02em}.sg-cart-information a,.sg-cart-information__links a{color:#111;font-family:var(--sg-font);font-size:1.65rem;font-weight:400;line-height:1.4;letter-spacing:.02em;text-transform:none}.sg-cart-information__links{display:flex;flex-wrap:wrap;gap:1.4rem 4.8rem}.sg-cart-payment-types{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:2rem;max-width:58rem;margin:0 0 1.8rem;padding:0;list-style:none}.sg-cart-payment-types li{display:grid;min-width:0;place-items:center}.sg-cart-payment-types svg,.sg-cart-payment-types .sg-cart-payment-icon{display:block;width:100%;height:auto;max-height:6.4rem}html.sg-cart-arriving .sg-cart-page__hero,html.sg-cart-arriving .sg-cart-page__items .cart-item:first-child,html.sg-cart-arriving .sg-cart-summary{transform:translateY(.6rem)}html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__hero,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__items .cart-item:first-child,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-summary{transform:translateY(0);transition:transform var(--sg-cart-motion-duration) var(--sg-cart-motion-ease)}html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-summary{transition:opacity var(--sg-cart-motion-duration) var(--sg-cart-motion-ease),transform var(--sg-cart-motion-duration) var(--sg-cart-motion-ease)}@media(max-width:749px){.sg-cart-page__items .sg-cart-page__hero{margin-bottom:3.2rem;padding:3.2rem 0 0}.sg-cart-page__policy-copy{max-width:none;margin-top:2.6rem;padding-block:2.4rem;font-size:1.3rem}.sg-cart-page__items .cart-item{min-height:21.8rem;grid-template:auto / 15.5rem minmax(0,1fr);align-items:start;column-gap:2rem;margin:0 0 3.6rem;padding:0 0 3.6rem}.sg-cart-page__items .cart-item:last-child{margin-bottom:0}.sg-cart-page__items .cart-item__media{grid-column:1;grid-row:1;width:15.5rem}.sg-cart-page__items .cart-item__image-container{height:18.2rem;aspect-ratio:auto}.sg-cart-page__items .cart-item__image{height:100%;aspect-ratio:auto}.sg-cart-page__items .cart-item__details{grid-column:2;grid-row:1;padding:.2rem 3.5rem 0 0}.sg-cart-page__items .cart-item__quantity{position:absolute;top:-.2rem;right:-.2rem;width:auto;padding:0}.sg-cart-page__items .cart-item__totals.medium-hide.large-up-hide{display:none}.sg-cart-page__items .cart-item__quantity-wrapper{align-items:center;justify-content:flex-end;flex-wrap:nowrap}.sg-cart-page__items .cart-item cart-remove-button{margin:0}.sg-cart-page__items .cart-item.sg-cart-item--bundle{padding-top:2.5rem}.sg-cart-page__items .cart-item__media{position:relative}.sg-cart-page__items .cart-item__media .sg-cart-bundle-label{position:absolute;right:0;bottom:calc(100% + .7rem);left:0;margin:0}.sg-cart-gift-wrap{width:100%;margin:0 0 3rem}.sg-cart-gift-wrap__trigger{justify-content:flex-end}.sg-cart-page__footer-section .sg-cart-summary{bottom:max(0px,env(safe-area-inset-bottom));width:100%;max-width:none;max-height:calc(100svh - var(--header-height, 6rem));margin:0 0 5rem;padding:2.8rem 1.5rem}.sg-cart-page__footer-section .totals__total{font-size:1.55rem}.sg-cart-back-link{margin-block:4.8rem 6rem}.sg-cart-information{padding-bottom:5rem}.sg-cart-information__section{padding:0}.sg-cart-information__section+.sg-cart-information__section{margin-top:7rem;border:0}.sg-cart-information h2{margin-bottom:2.4rem;font-size:1.75rem;letter-spacing:.065em}.sg-cart-information p,.sg-cart-information a,.sg-cart-information__links a{font-size:1.55rem}.sg-cart-information__links{gap:1.2rem 3.6rem}.sg-cart-payment-types{gap:1.4rem}}@media(max-width:360px){.sg-cart-page__items .cart-item{min-height:21.8rem;grid-template-columns:12rem minmax(0,1fr);column-gap:1.4rem}.sg-cart-page__items .cart-item__media{width:12rem}.sg-cart-page__items .cart-item__name{font-size:1.55rem;letter-spacing:.12em}.sg-cart-page__items .sg-cart-page__item-description{font-size:1.3rem}.sg-cart-gift-wrap{width:calc(100% - 13.4rem);margin-left:13.4rem}.sg-cart-gift-wrap__trigger{min-height:5.2rem;gap:.5rem}.sg-cart-gift-wrap__toggle{gap:.5rem}.sg-cart-gift-wrap__disclosure,.sg-cart-gift-wrap__mark{width:1.8rem;height:1.8rem}.sg-cart-gift-wrap__panel-inner>p{margin-left:calc(var(--sg-gift-packaging-copy-indent, 0px) + 2.3rem)}.sg-cart-gift-wrap__title{font-size:1.2rem;letter-spacing:0}.sg-cart-gift-wrap__chevron{width:1.8rem;height:1.8rem}.sg-cart-assurance-list li{font-size:1.3rem;letter-spacing:.1em}.sg-cart-page__footer-section .totals{gap:1rem}.sg-cart-page__footer-section .totals__total{font-size:1.3rem}}@media(max-width:330px){.sg-cart-page__items .cart-item{grid-template-columns:11.5rem minmax(0,1fr)}.sg-cart-page__items .cart-item__media{width:11.5rem}.sg-cart-gift-wrap{width:100%;margin-left:0}}@media(prefers-reduced-motion:reduce){.sg-cart-gift-wrap__mark svg,.sg-cart-gift-wrap__chevron,.sg-cart-gift-wrap__panel,#CartDrawer .drawer__header,#CartDrawer cart-drawer-items,#CartDrawer .drawer__footer,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__items,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-summary,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-back-link,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__footer-section .sg-cart-information,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__hero,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-page__items .cart-item:first-child,html.sg-cart-arriving.sg-cart-arrival-ready .sg-cart-summary{transition-duration:1ms}cart-drawer.sg-cart-departing .drawer__header,cart-drawer.sg-cart-departing cart-drawer-items,cart-drawer.sg-cart-departing .drawer__footer,html.sg-cart-arriving .sg-cart-page__hero,html.sg-cart-arriving .sg-cart-page__items .cart-item:first-child,html.sg-cart-arriving .sg-cart-summary{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/sg-cart.css.map */
