#side-cart{position:fixed;top:0;right:-450px;width:450px;height:96vh;height:calc(var(--vh, 1vh) * 96);background-color:#fff;z-index:99999;transition:transform .4s ease}#side-cart *{color:rgb(var(--color-foreground))}#side-cart.visible{transform:translate(-450px)}#side-cart form{height:auto;width:100%;display:flex;flex-flow:column nowrap}.side-cart-header{width:100%;background-color:#fff;padding:1.75rem 2.5rem;display:flex;justify-content:space-between;align-items:center;font-size:16px;box-shadow:0 4px 16px #0002;margin-bottom:2rem;height:96px}.side-cart-header p{font-weight:500}#side-cart-remove{background-color:unset;border:unset;outline:unset;cursor:pointer;font-size:24px;padding:0}.side-cart-items-wrapper{width:100%;padding:0 2.5rem;height:calc(100vh - 286px);overflow:auto}.side-cart-item{display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:3rem}.side-cart-item[data-is-loading=true]{opacity:.7}.side-cart-item[data-is-loading=true] *{pointer-events:none;cursor:default}.side-cart-item-figure{width:80px;margin:0;margin-inline-end:1.5rem}.side-cart-item-details{width:calc(100% - 80px);display:flex;flex-flow:column nowrap}.side-cart-item-title-and-remove-button{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.side-cart-item-title{text-decoration:none;text-transform:uppercase;font-weight:600;line-height:1.4;font-size:14px}.side-cart-item-remove{background-color:unset;border:unset;outline:unset;transform:scale(.8);cursor:pointer;padding:0}.side-cart-item-details dl{display:flex;margin:0 0 1rem;text-transform:uppercase;font-size:12px;color:#4b4b4b;font-weight:400}.side-cart-item-details dl dd{margin:0}.side-cart-item-quantity-and-price{display:flex;justify-content:space-between;width:100%}.side-cart-item-quantity-container{display:flex;height:40px;align-items:center;margin-top:.5rem}.side-cart-item-price{font-weight:700;margin:1rem 0}.side-cart-item-quantity-container button{background-color:unset;outline:unset;border:unset;padding:0;transform:scale(.95);cursor:pointer}.side-cart-item-quantity-container input{width:40px;outline:unset;border:unset;background-color:unset;text-align:center;-webkit-appearance:none;appearance:none;height:100%}.side-cart-item-quantity-container input::-webkit-outer-spin-button,.side-cart-item-quantity-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.side-cart-item-quantity-container input[type=number]{-moz-appearance:textfield}.side-cart-footer{width:100%;box-shadow:0 -4px 16px #0002;background-color:#fff;display:flex;flex-flow:column nowrap;height:190px;padding:0 2.5rem}.side-cart-footer .items-estimated-total{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:700}.checkout-button{background-color:rgb(var(--color-foreground));outline:unset;border:1px solid rgb(var(--color-foreground));color:#fff!important;text-transform:uppercase;cursor:pointer;padding:1.5rem;height:44px;margin-bottom:1rem}.cart-redirection-button{display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-foreground));text-decoration:none;text-align:center;height:44px}#side-cart-overlay{background-color:#14141477;position:fixed;top:0;left:0;z-index:99998;height:100vh;width:100vw;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}#side-cart-overlay.visible{opacity:1;visibility:visible;pointer-events:auto}.side-cart-cannot-add-more-items *{font-size:9px;color:red!important}.empty-cart{text-align:center}.side-cart-empty-state{margin:1.2rem 0;text-align:center;font-size:1.3rem;color:rgba(var(--color-foreground),.72)}.side-cart-mobile-summary{display:none}@media screen and (min-width:501px){.side-cart-visible-on-phone{display:none}}@media screen and (max-width:749px){#side-cart{top:auto;right:.8rem;bottom:calc(env(safe-area-inset-bottom,0px) + .8rem);left:.8rem;width:auto;height:auto;max-height:min(86vh,calc(var(--viewport-height, 100vh) - 1.6rem));border:1px solid rgba(0,0,0,.05);border-radius:1.8rem;box-shadow:0 -1.4rem 3.2rem #00000047;transform:translateY(calc(100% + 2.2rem));transition:transform .28s cubic-bezier(.22,1,.36,1),visibility .28s ease;visibility:hidden;display:flex;flex-direction:column;overflow:hidden}#side-cart.visible{transform:translateY(0);visibility:visible}#side-cart form{height:auto;flex:1 1 auto;min-height:0;overflow:hidden}.side-cart-header{position:relative;margin-bottom:0;height:auto;min-height:6.4rem;padding:1.6rem 1.5rem 1.1rem;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:none}.side-cart-header:before{content:"";position:absolute;top:.7rem;left:50%;transform:translate(-50%);width:4.2rem;height:.4rem;border-radius:99rem;background:#0003}.side-cart-hidden-on-phone{display:none}.side-cart-item-price.side-cart-visible-on-phone{margin:-1rem 0 .75rem}.side-cart-items-wrapper{height:auto;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1.1rem 1.5rem 1.3rem;margin-bottom:0}.side-cart-footer{position:static;height:auto;box-shadow:0 -1px #00000014;padding:1.1rem 1.5rem calc(1.1rem + env(safe-area-inset-bottom,0px))}}.side-cart--v2{border:1px solid #f4f4f4!important;background:#fff!important;box-shadow:0 18px 42px #3939391a!important}.side-cart--v2 .side-cart-header{box-shadow:none!important;margin-bottom:2rem!important;height:65px!important}.side-cart--v2 .side-cart-header p{color:#000;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.side-cart--v2 form{height:85%!important}.side-cart--v2 .side-cart-items-wrapper{height:98%!important}.side-cart--v2 .side-cart-item-title-and-remove-button{align-items:center!important;margin-bottom:0rem!important}.side-cart--v2 .side-cart-item-title-and-remove-button .side-cart-item-price{color:#171717;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.side-cart--v2 .side-cart-item-title{color:#222326;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.side-cart--v2 .side-cart-item-meta{margin-top:10px;display:flex;gap:10px;align-items:center}.side-cart--v2 .side-cart-item-meta dl dt{color:#7e7b77!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:150%!important;letter-spacing:.39px!important;text-transform:capitalize!important}.side-cart--v2 .side-cart-item-meta dl dd{color:#222326!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:150%!important;letter-spacing:.39px!important;text-transform:capitalize!important}.side-cart--v2 .side-cart-footer{width:100%;box-shadow:none!important;display:flex;flex-flow:row!important;height:auto!important;padding:0 1rem!important;gap:20px!important;justify-content:space-between!important;position:absolute;bottom:20px}.side-cart--v2 .side-cart-footer .cart-redirection-button,.side-cart--v2 .side-cart-footer .checkout-button{width:49%;border-radius:16px!important}@media screen and (max-width:749px){.side-cart--v2{border-radius:1.8rem!important}.side-cart--v2 form{height:auto!important;min-height:0}.side-cart--v2 .side-cart-items-wrapper{height:auto!important}.side-cart--v2 .side-cart-footer{position:static;bottom:auto;flex-flow:column!important;align-items:stretch!important;padding:1.1rem 1.5rem calc(1.1rem + env(safe-area-inset-bottom,0px))!important;gap:.8rem!important}.side-cart-mobile-summary{display:grid;width:100%;gap:.7rem;margin-bottom:.2rem;padding-bottom:.55rem;border-bottom:1px solid rgba(0,0,0,.08)}.side-cart-mobile-summary__row{display:flex;align-items:center;justify-content:space-between;font-size:1.25rem;line-height:1.2}.side-cart-mobile-summary__row strong{font-size:1.35rem;font-weight:700}.side-cart-mobile-gift-wrap{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;line-height:1.2;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}.side-cart-mobile-gift-wrap__toggle{position:relative;width:3.8rem;height:2.2rem;display:inline-flex;align-items:center}.side-cart-mobile-gift-wrap__toggle input{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;cursor:pointer}.side-cart-mobile-gift-wrap__slider{width:100%;height:100%;border-radius:999rem;background:#0000002e;transition:background .16s ease;position:relative}.side-cart-mobile-gift-wrap__slider:after{content:"";position:absolute;top:.25rem;left:.25rem;width:1.7rem;height:1.7rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .18s cubic-bezier(.22,1,.36,1)}.side-cart-mobile-gift-wrap__toggle input:checked+.side-cart-mobile-gift-wrap__slider{background:#1f1f1f}.side-cart-mobile-gift-wrap__toggle input:checked+.side-cart-mobile-gift-wrap__slider:after{transform:translate(1.6rem)}.side-cart-mobile-gift-wrap__toggle input:disabled+.side-cart-mobile-gift-wrap__slider{opacity:.65}.side-cart--v2 .side-cart-footer .checkout-button--mobile-primary{width:100%!important;margin:0!important;border-radius:12px!important}.side-cart--v2 .side-cart-footer .cart-redirection-button--mobile-secondary{width:auto!important;min-height:0;height:auto;margin:0 auto;padding:.1rem 0;border:0!important;border-radius:0!important;background:transparent;color:rgba(var(--color-foreground),.72);font-size:1.15rem;font-weight:600;line-height:1.25;white-space:nowrap;text-decoration:underline;text-underline-offset:.22rem}}form#cart-notification-form{width:50%}form#cart-notification-form button.checkout-button{width:100%!important}
/*# sourceMappingURL=/cdn/shop/t/54/assets/sidecart.css.map */
