html.cart-drawer-lock{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.cart-drawer.cart-drawer--open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#01318473;opacity:0;transition:opacity .25s ease}.cart-drawer.cart-drawer--open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(100%,30rem);height:100%;background:var(--namourou-background);box-shadow:-12px 0 32px #0131841f;transform:translate(100%);transition:transform .3s ease}.cart-drawer.cart-drawer--open .cart-drawer__panel{transform:translate(0)}#CartDrawer-Content{display:flex;flex-direction:column;height:100%;overflow:hidden}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:var(--namourou-offwhite)}.cart-drawer__heading{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--namourou-dark-blue);font-family:Krub,Arial,sans-serif;font-size:1.25rem;font-weight:700}.cart-drawer__heading-count{display:inline-grid;min-width:1.4rem;height:1.4rem;padding:0 .3rem;place-items:center;color:#fff;background:var(--namourou-dark-blue);border-radius:50%;font-size:.75rem;font-weight:800}.cart-drawer__close{display:grid;width:2.25rem;height:2.25rem;padding:0;place-items:center;color:var(--namourou-dark-blue);background:transparent;border:0;cursor:pointer}.cart-drawer__close svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.cart-drawer__shipping{padding:0 1.5rem 1.5rem;background:var(--namourou-offwhite)}.cart-drawer__shipping-label{margin:0 0 .5rem;color:var(--namourou-dark-blue);font-size:.85rem;font-weight:600}.cart-drawer__shipping-track{position:relative;height:.4rem;background:#0131841f;border-radius:999px}.cart-drawer__shipping-fill{height:100%;background:var(--namourou-violet);border-radius:999px;transition:width .3s ease}.cart-drawer__shipping-truck{position:absolute;top:50%;left:0;display:grid;place-items:center;width:1.6rem;height:1.6rem;background:var(--namourou-dark-blue);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #01318459;transform:translate(-50%,-50%);transition:left .3s ease}.cart-drawer__shipping-truck svg{width:.9rem;height:.9rem;fill:none;stroke:#fff;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.cart-drawer__empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.cart-drawer__empty-icon{width:3rem;height:3rem;fill:none;stroke:var(--namourou-dark-blue);stroke-width:1.5;opacity:.5}.cart-drawer__empty p{margin:0;color:var(--namourou-dark-blue);font-weight:600}.cart-drawer__items{display:flex;flex:1;flex-direction:column;gap:1.25rem;margin:0;padding:1.25rem 1.5rem;overflow-y:auto;list-style:none}.cart-drawer__duo-picker{flex:none;padding:1rem 1.5rem;border-top:1px solid rgb(1 49 132 / 12%)}.cart-drawer__duo-picker-heading{margin:0 0 .75rem;color:var(--namourou-dark-blue);font-size:.85rem;font-weight:700}.cart-drawer__duo-box{display:flex;align-items:center;gap:.85rem;padding:.65rem;border:1px solid rgb(1 49 132 / 15%);border-radius:.75rem;background:var(--namourou-offwhite)}.cart-drawer__duo-box-media{flex:0 0 3.25rem;width:3.25rem;height:3.25rem;overflow:hidden;border-radius:.5rem;background:#fff}.cart-drawer__duo-box-media img{width:100%;height:100%;object-fit:cover}.cart-drawer__duo-box-media--empty{padding:.5rem;background:var(--namourou-offwhite)}.cart-drawer__duo-box-media--empty img{object-fit:contain;opacity:.85}.cart-drawer__duo-box-body{flex:1;min-width:0}.cart-drawer__duo-box-select{display:block;width:100%;margin:0 0 .3rem;padding:.3rem 1.5rem .3rem .1rem;border:0;border-bottom:1px dashed rgba(1,49,132,.4);background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23013184' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .1rem center/.85rem;color:var(--namourou-dark-blue);font-family:Krub,Arial,sans-serif;font-size:.88rem;font-weight:700;-webkit-appearance:none;appearance:none;cursor:pointer}.cart-drawer__duo-box-price{margin:0;font-size:.8rem}.cart-drawer__duo-box-price s{margin-right:.3rem;color:#01318473}.cart-drawer__duo-box-btn{flex:none;min-height:2.5rem;padding:0 1rem;font-size:.82rem}.cart-drawer__duo-box-btn:disabled{cursor:default;opacity:.4}.cart-drawer__item{position:relative;display:flex;gap:1rem;align-items:flex-start}.cart-drawer__item--loading{pointer-events:none;opacity:.4}.cart-drawer__item-media{flex:0 0 5.5rem;width:5.5rem;height:5.5rem;overflow:hidden;background:var(--namourou-offwhite);border-radius:.75rem}.cart-drawer__item-media img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-details{flex:1;min-width:0}.cart-drawer__item-title{display:block;margin:0 0 .2rem;color:var(--namourou-dark-blue);font-weight:700;text-decoration:none}.cart-drawer__item-variant{margin:0 0 .4rem;color:#013184a6;font-size:.8rem}.cart-drawer__item-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.cart-drawer__stepper{display:inline-flex;align-items:center;gap:.6rem;padding:.25rem .6rem;border:1px solid rgba(1,49,132,.2);border-radius:999px}.cart-drawer__stepper-btn{display:grid;width:1.5rem;height:1.5rem;place-items:center;color:var(--namourou-dark-blue);background:transparent;border:0;font-size:1rem;line-height:1;cursor:pointer}.cart-drawer__stepper-btn:disabled{cursor:default;opacity:.3}.cart-drawer__stepper-value{min-width:1.2rem;text-align:center;font-size:.9rem;font-weight:700}.cart-drawer__item-price{display:flex;align-items:baseline;gap:.4rem;margin:0;color:var(--namourou-dark-blue);font-weight:700}.cart-drawer__item-price-compare{color:#01318473;font-size:.82rem;font-weight:400}.cart-drawer__item-remove{position:absolute;top:0;right:0;display:grid;width:1.75rem;height:1.75rem;place-items:center;color:#01318480;background:transparent;border:0;cursor:pointer}.cart-drawer__item-remove svg{width:.85rem;height:.85rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.cart-drawer__footer{padding:1.5rem;background:var(--namourou-offwhite)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin:0 0 .15rem;color:var(--namourou-dark-blue);font-size:1.05rem;font-weight:700}.cart-drawer__subtotal-price{display:flex;align-items:baseline;gap:.4rem}.cart-drawer__subtotal-compare{color:#01318473;font-size:.82rem;font-weight:400}.cart-drawer__savings{margin:0 0 .75rem;color:var(--namourou-dark-blue);font-size:.82rem;font-weight:400}.cart-drawer__footer form{margin:0 0 .4rem}.cart-drawer__note{margin:0;color:var(--namourou-dark-blue);font-size:.78rem;text-align:center}.cart-drawer__trust{display:flex;align-items:flex-start;margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgb(1 49 132 / 12%)}.cart-drawer__trust-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:0 .35rem;text-align:center}.cart-drawer__trust-item+.cart-drawer__trust-item{border-left:1px solid rgb(1 49 132 / 12%)}.cart-drawer__trust-icon{display:grid;place-items:center;width:1.05rem;height:1.05rem;color:var(--namourou-dark-blue)}.cart-drawer__trust-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cart-drawer__trust-label{color:var(--namourou-dark-blue);font-size:.62rem;font-weight:600;line-height:1.25}@media(max-width:640px){.cart-drawer__panel{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
