.dw-cart-drawer,.dw-cart-drawer *{box-sizing:border-box}.dw-cart-drawer[aria-hidden=true]{pointer-events:none}.dw-cart-drawer__overlay{position:fixed;z-index:1198;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;width:100%;height:100%;padding:0;border:0;background:#08180e8a;cursor:pointer;transition:visibility .25s ease,opacity .25s ease}.dw-cart-drawer__panel{position:fixed;z-index:1199;top:0;right:0;width:min(92vw,460px);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;outline:0;background:#fff;color:#263028;box-shadow:-18px 0 52px #0f2f1c2b;transform:translate(105%);transition:transform .28s ease}.dw-cart-drawer.is-open .dw-cart-drawer__overlay{visibility:visible;opacity:1}.dw-cart-drawer.is-open .dw-cart-drawer__panel{transform:translate(0)}.dw-cart-drawer__header{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px solid #e4ded1;background:#fdfbf7}.dw-cart-drawer__eyebrow{display:block;margin-bottom:4px;color:#486f42;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dw-cart-drawer__header h2{margin:0;color:#173f28;font-family:var(--dw-font-heading, "Libre Baskerville", Georgia, serif);font-size:23px;line-height:1.15}.dw-cart-drawer__header h2 span{color:#687068;font-family:var(--dw-font-body, inherit);font-size:12px;font-weight:500}.dw-cart-drawer__close{width:42px;height:42px;flex:0 0 42px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #e4ded1;border-radius:50%;background:#fff;color:#173f28;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.dw-cart-drawer__close:hover{transform:rotate(4deg);background:#f8f3e9}.dw-cart-drawer__body{min-height:0;overflow-y:auto;overscroll-behavior:contain}.dw-cart-drawer__items{padding:5px 22px}.dw-cart-drawer__item{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:17px 30px 17px 0;border-bottom:1px solid #ece7de}.dw-cart-drawer__item-image-wrap{width:92px;height:104px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e4ded1;border-radius:10px;background:radial-gradient(circle at 50% 36%,#fff,#f8f3e9 72%)}.dw-cart-drawer__item-image{width:100%;height:100%;object-fit:contain;padding:7px}.dw-cart-drawer__item-placeholder{color:#8fa887}.dw-cart-drawer__item-content{min-width:0;display:flex;flex-direction:column}.dw-cart-drawer__item-vendor{margin-bottom:4px;color:#486f42;font-size:8px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.dw-cart-drawer__item-title{color:#173f28;font-size:12px;font-weight:700;line-height:1.4;text-decoration:none}.dw-cart-drawer__item-title:hover{color:#486f42}.dw-cart-drawer__item-variant,.dw-cart-drawer__item-properties{margin-top:4px;color:#727a73;font-size:9px;line-height:1.4}.dw-cart-drawer__item-properties{display:flex;flex-direction:column}.dw-cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px}.dw-cart-drawer__quantity{height:32px;display:grid;grid-template-columns:30px 30px 30px;align-items:center;overflow:hidden;border:1px solid #e4ded1;border-radius:8px}.dw-cart-drawer__quantity button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#173f28;cursor:pointer}.dw-cart-drawer__quantity button:hover{background:#f8f3e9}.dw-cart-drawer__quantity span{font-size:10px;text-align:center}.dw-cart-drawer__item-price{color:#173f28;font-family:var(--dw-font-heading, Georgia, serif);font-size:13px}.dw-cart-drawer__remove{position:absolute;top:16px;right:0;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:#8a8f89;cursor:pointer}.dw-cart-drawer__remove:hover{background:#f6eee8;color:#bd4028}.dw-cart-drawer__empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:55px 28px;text-align:center}.dw-cart-drawer__empty-icon{width:82px;height:82px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f8f3e9;color:#486f42}.dw-cart-drawer__empty h3{margin:20px 0 0;color:#173f28;font-family:var(--dw-font-heading, Georgia, serif);font-size:23px}.dw-cart-drawer__empty p{margin:9px 0 22px;color:#687068;font-size:12px}.dw-cart-drawer__footer{padding:19px 22px 22px;border-top:1px solid #e4ded1;background:#fdfbf7}.dw-cart-drawer__shipping{margin-bottom:17px}.dw-cart-drawer__shipping-copy{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#486f42;font-size:10px;font-weight:700}.dw-cart-drawer__shipping-track{height:6px;overflow:hidden;margin-top:9px;border-radius:999px;background:#e6e2d8}.dw-cart-drawer__shipping-track span{display:block;height:100%;border-radius:inherit;background:#486f42;transition:width .3s ease}.dw-cart-drawer__total{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#173f28}.dw-cart-drawer__total span{font-size:12px;font-weight:700}.dw-cart-drawer__total strong{font-family:var(--dw-font-heading, Georgia, serif);font-size:21px}.dw-cart-drawer__tax-note{margin:7px 0 15px;color:#727a73;font-size:9px;line-height:1.45}.dw-cart-drawer__checkout{width:100%;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 20px;border:0;border-radius:10px;background:#173f28;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.dw-cart-drawer__checkout:hover{transform:translateY(-2px);background:#0f2f1c;box-shadow:0 8px 20px #0f2f1c29}.dw-cart-drawer__view-cart{display:block;margin-top:12px;color:#486f42;font-size:10px;font-weight:700;text-align:center;text-decoration:underline}.dw-cart-drawer [hidden]{display:none!important}.dw-js-cart-count{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;padding:0 5px;border-radius:999px;background:#173f28;color:#fff;font-size:9px;font-weight:700;line-height:1}html.dw-cart-open,html.dw-cart-open body{overflow:hidden}@media screen and (max-width:749px){.dw-cart-drawer__panel{width:min(96vw,430px)}.dw-cart-drawer__header{min-height:76px;padding:15px 16px}.dw-cart-drawer__items{padding-inline:16px}.dw-cart-drawer__item{grid-template-columns:80px minmax(0,1fr);gap:11px}.dw-cart-drawer__item-image-wrap{width:80px;height:94px}.dw-cart-drawer__footer{padding:16px}}@media(prefers-reduced-motion:reduce){.dw-cart-drawer__overlay,.dw-cart-drawer__panel,.dw-cart-drawer__shipping-track span{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/dw-cart.css.map */
