cart-items.gradient.color-background-1{background:#fffcec;min-height:60vh}.wlg-cart__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:2.4rem 0 1.6rem;border-bottom:1px solid rgba(93,154,155,.15);margin-bottom:2rem}.wlg-cart__title{font-size:2.6rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em;position:relative;padding-left:1.2rem}.wlg-cart__title:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:5px;border-radius:3px;background:#efe768}.wlg-cart__continue-link{display:inline-flex;align-items:center;gap:.4rem;color:#5d9a9b;font-size:.95rem;font-weight:600;text-decoration:none;padding:.6rem 1.2rem;border-radius:999px;border:1.5px solid #5D9A9B;background:transparent;transition:all .2s ease}.wlg-cart__continue-link:hover{background:#5d9a9b;color:#fffcec}.wlg-cart__empty{text-align:center;padding:5rem 1rem}.wlg-cart__empty-text{font-size:1.8rem;color:#1a1a1a;font-weight:600;margin-bottom:1.5rem}.wlg-cart__empty-button{display:inline-block;background:#5d9a9b;color:#fffcec;padding:.9rem 2.2rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.wlg-cart__empty-button:hover{background:#3d7a7b;transform:translateY(-1px);box-shadow:0 6px 18px #3d7a7b59}.wlg-cart__items-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.wlg-cart__item{display:grid;grid-template-columns:130px 1fr auto;grid-template-rows:auto;gap:1.5rem;align-items:flex-start;padding:1.8rem;background:#fffbec;border:1px solid rgba(93,154,155,.15);border-radius:16px;box-shadow:0 2px 8px #5d9a9b0f;transition:box-shadow .25s ease,transform .25s ease}.wlg-cart__item:hover{box-shadow:0 8px 24px #5d9a9b1f}.wlg-cart__item-media{grid-column:1;grid-row:1 / span 2;display:block;width:130px;height:130px;border-radius:12px;overflow:hidden;background:#fff8dd;border:1px solid rgba(93,154,155,.1);flex-shrink:0}.wlg-cart__item-image{width:100%;height:100%;object-fit:cover;display:block}.wlg-cart__item-details{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:.4rem;min-width:0}.wlg-cart__item-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.3;display:inline-block;margin-bottom:.2rem;transition:color .15s ease}.wlg-cart__item-name:hover{color:#5d9a9b}.wlg-cart__item-unit-price{font-size:.92rem;color:#1a1a1ab3;font-weight:500}.wlg-cart__item-variant-info{font-size:.88rem;color:#1a1a1aa6;margin-top:.2rem}.wlg-cart__item-variant{display:inline-block;padding:.15rem .6rem;background:#fff8dd;border-radius:6px;font-size:.82rem;margin-right:.3rem}.wlg-cart__item-property{font-size:.85rem;color:#1a1a1ab3;background:#fff8dd;padding:.4rem .7rem;border-radius:8px;margin-top:.3rem;border-left:3px solid #EFE768}.wlg-cart__item-property-label{font-weight:600;color:#1a1a1a;margin-right:.3rem}.wlg-cart__item-controls{grid-column:2;grid-row:2;display:flex;align-items:center;gap:1.2rem;margin-top:.4rem;flex-wrap:wrap}.wlg-cart__item-qty{display:inline-flex;align-items:center;background:#fffcec;border:1.5px solid rgba(93,154,155,.3);border-radius:999px;overflow:hidden;height:42px}.wlg-cart__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:transparent;border:none;cursor:pointer;color:#5d9a9b;transition:background .15s ease,color .15s ease;flex-shrink:0}.wlg-cart__qty-btn:hover{background:#5d9a9b1a;color:#3d7a7b}.wlg-cart__qty-btn svg{width:14px;height:14px}.wlg-cart__qty-input{width:50px;height:38px;border:none;background:transparent;text-align:center;font-size:1rem;font-weight:600;color:#1a1a1a;-moz-appearance:textfield;padding:0;flex-shrink:0}.wlg-cart__qty-input::-webkit-outer-spin-button,.wlg-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wlg-cart__qty-input:focus{outline:none;background:#5d9a9b14}.wlg-cart__item-remove{display:inline-flex;align-items:center;gap:.4rem;color:#1a1a1a99;font-size:.9rem;text-decoration:none;font-weight:500;padding:.5rem .8rem;border-radius:8px;transition:color .15s ease,background .15s ease}.wlg-cart__item-remove svg{width:18px;height:18px;fill:currentColor;transition:fill .15s ease}.wlg-cart__item-remove:hover{color:#b45309;background:#b4530914}.wlg-cart__item-remove:hover svg{fill:#b45309}.wlg-cart__item-totals{grid-column:3;grid-row:1 / span 2;text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;min-width:100px}.wlg-cart__item-line-price{font-size:1.25rem;font-weight:700;color:#1a1a1a}.wlg-cart__item-old-price{font-size:.95rem;color:#1a1a1a80;text-decoration:line-through;display:block;margin-bottom:.2rem}.wlg-cart__item-error{grid-column:1 / -1;grid-row:3;color:#b45309;font-size:.9rem;padding:.5rem .8rem;background:#b4530914;border-radius:8px;margin-top:.5rem}.cart__footer-wrapper{background:#fff8dd;margin-top:1rem;border-top:4px solid #5D9A9B;border-radius:16px 16px 0 0}.cart__footer{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0}.cart__note.field{display:flex;flex-direction:column;gap:.5rem}.cart__note.field label{font-size:.95rem;font-weight:600;color:#1a1a1a}.cart__note .text-area.field__input{background:#fffcec;border:1.5px solid rgba(93,154,155,.3);border-radius:12px;padding:1rem;font-size:.95rem;color:#1a1a1a;min-height:80px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;resize:vertical}.cart__note .text-area.field__input:focus{outline:none;border-color:#5d9a9b;box-shadow:0 0 0 3px #5d9a9b2e}.cart__blocks{display:flex;flex-direction:column;gap:1.2rem}.totals{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:#fffcec;border-radius:12px;border:1px solid rgba(93,154,155,.15)}.totals__total{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0;text-transform:uppercase;letter-spacing:.05em}.totals__total-value{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:0}.tax-note{font-size:.85rem;color:#1a1a1a99;text-align:center;padding:0 1rem}.tax-note a{color:#5d9a9b;text-decoration:underline}.cart__ctas{display:flex;flex-direction:column;gap:.8rem}.cart__checkout-button.button{background:#5d9a9b!important;color:#fffcec!important;font-size:1.05rem;font-weight:700;height:56px;border-radius:12px;border:none;cursor:pointer;letter-spacing:.02em;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px #5d9a9b4d}.cart__checkout-button.button:hover{background:#3d7a7b!important;transform:translateY(-1px);box-shadow:0 8px 22px #3d7a7b73}.cart__checkout-button.button:disabled{background:#5d9a9b66!important;cursor:not-allowed;transform:none;box-shadow:none}.cart__update-button.button--secondary{background:transparent!important;color:#5d9a9b!important;border:1.5px solid #5D9A9B!important}.discounts{list-style:none;padding:0;margin:0}.discounts__discount{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#efe76840;border-radius:8px;color:#1a1a1a;font-size:.9rem;font-weight:500;border-left:3px solid #EFE768;margin-bottom:.4rem}@media screen and (max-width:749px){.wlg-cart__title{font-size:2rem}.wlg-cart__header{padding:1.5rem 0 1rem}.wlg-cart__item{grid-template-columns:100px 1fr;grid-template-rows:auto auto auto;gap:1rem;padding:1.2rem}.wlg-cart__item-media{grid-column:1;grid-row:1 / span 2;width:100px;height:100px}.wlg-cart__item-details{grid-column:2;grid-row:1}.wlg-cart__item-controls{grid-column:2;grid-row:2;margin-top:.3rem}.wlg-cart__item-totals{grid-column:1 / -1;grid-row:3;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;margin-top:.5rem;padding-top:.8rem;border-top:1px solid rgba(93,154,155,.15)}.wlg-cart__item-line-price{font-size:1.15rem}.totals{padding:1rem 1.2rem}.totals__total-value{font-size:1.4rem}}.cart-drawer__overlay{display:none!important}body cart-drawer.drawer{position:fixed!important;top:0!important;right:0!important;left:auto!important;bottom:auto!important;width:0!important;height:0!important;z-index:10000!important;pointer-events:none!important;visibility:hidden!important;opacity:0!important;background:transparent!important;overflow:visible!important}body cart-drawer.drawer.active.animate{visibility:visible!important;opacity:1!important;background-color:#1a1a1a73!important;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}body cart-drawer.drawer.animate:not(.active){visibility:hidden!important;opacity:0!important}body cart-drawer.drawer .drawer__inner{position:fixed!important;top:0!important;right:0!important;bottom:auto!important;left:auto!important;width:440px!important;max-width:100vw!important;height:100dvh!important;margin:0!important;padding:0!important;transform:translate(100%)!important;transition:transform .4s cubic-bezier(.4,0,.2,1)!important;background:#fffcec!important;border-left:1px solid rgba(93,154,155,.2)!important;box-shadow:-12px 0 40px #3d7a7b2e!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:10001!important}body cart-drawer.drawer.active.animate .drawer__inner{transform:translate(0)!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.cart-drawer .drawer__header{position:relative!important;padding:1.5rem 1.8rem!important;display:flex!important;justify-content:space-between!important;align-items:center!important;background:#5d9a9b!important;color:#fffcec!important;flex-shrink:0!important;border-bottom:2px solid #3D7A7B!important;gap:1rem!important}.cart-drawer .drawer__heading{margin:0!important;color:#fffcec!important;font-size:1.4rem!important;font-weight:700!important;letter-spacing:-.01em}.cart-drawer .drawer__close{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;width:36px!important;height:36px!important;border-radius:50%!important;background:#fffcec26!important;color:#fffcec!important;border:none!important;cursor:pointer!important;position:static!important;min-width:36px!important;min-height:36px!important;transition:background .2s ease,transform .15s ease}.cart-drawer .drawer__close:hover{background:#fffcec4d!important;transform:rotate(90deg)}.cart-drawer .drawer__close svg{width:18px!important;height:18px!important}.cart-drawer-items{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;background:#fffcec}.cart-drawer-items::-webkit-scrollbar{width:5px}.cart-drawer-items::-webkit-scrollbar-thumb{background-color:#5d9a9b4d;border-radius:100px}.cart-drawer-items::-webkit-scrollbar-track{background:transparent}.cart-drawer .cart-item{display:grid!important;grid-template-columns:80px 1fr auto!important;grid-template-rows:auto auto!important;column-gap:1rem!important;row-gap:.4rem!important;align-items:flex-start!important;padding:1.4rem 1.6rem!important;border-bottom:1px solid rgba(93,154,155,.12)!important;background:transparent!important;margin-bottom:0!important;width:100%!important;box-sizing:border-box!important}.cart-drawer .cart-item:last-child{border-bottom:none}.cart-drawer .cart-item__media{grid-column:1!important;grid-row:1 / 3!important;display:block!important;width:80px!important;height:80px!important;border-radius:10px!important;overflow:hidden!important;background:#fff8dd!important;border:1px solid rgba(93,154,155,.1)!important;flex-shrink:0!important}.cart-drawer .cart-item__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;max-width:none!important}.cart-drawer .cart-item__details{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:.2rem!important}.cart-drawer .cart-item__name{font-size:.95rem!important;font-weight:600!important;color:#1a1a1a!important;text-decoration:none!important;line-height:1.3!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .cart-item__name:hover{color:#5d9a9b!important}.cart-drawer .cart-item__variant-info{font-size:.8rem!important;color:#1a1a1a99!important}.cart-drawer .cart-item__variant{display:inline-block;padding:.1rem .5rem;background:#fff8dd;border-radius:4px;font-size:.78rem;margin-right:.25rem}.cart-drawer .cart-item__property{font-size:.78rem;color:#1a1a1ab3;background:#fff8dd;padding:.3rem .6rem;border-radius:6px;border-left:2px solid #EFE768;margin-top:.2rem}.cart-drawer .cart-item__property-label{font-weight:600;color:#1a1a1a;margin-right:.25rem}.cart-drawer .cart-item__controls{grid-column:2!important;grid-row:2!important;display:flex!important;align-items:center!important;gap:.7rem!important;margin-top:.3rem!important;padding-top:0!important}.cart-drawer .cart-item__qty{display:inline-flex!important;align-items:center!important;background:#fffbec!important;border:1.5px solid rgba(93,154,155,.3)!important;border-radius:999px!important;overflow:hidden!important;height:36px!important;padding:0!important}.cart-drawer .cart-item__qty-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:34px!important;background:transparent!important;border:none!important;cursor:pointer!important;color:#5d9a9b!important;transition:background .15s ease,color .15s ease;flex-shrink:0!important;padding:0!important}.cart-drawer .cart-item__qty-btn:hover{background:#5d9a9b1a!important;color:#3d7a7b!important}.cart-drawer .cart-item__qty-btn svg{width:12px!important;height:12px!important}.cart-drawer .cart-item__qty-input{width:38px!important;height:34px!important;border:none!important;background:transparent!important;text-align:center!important;font-size:.9rem!important;font-weight:600!important;color:#1a1a1a!important;-moz-appearance:textfield!important;padding:0!important;flex-shrink:0!important}.cart-drawer .cart-item__qty-input::-webkit-outer-spin-button,.cart-drawer .cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.cart-drawer .cart-item__qty-input:focus{outline:none!important;background:#5d9a9b14!important}.cart-drawer .cart-item__remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border-radius:50%!important;background:transparent!important;border:1px solid rgba(26,26,26,.15)!important;cursor:pointer!important;color:#1a1a1a99!important;padding:0!important;margin-left:0!important;flex-shrink:0!important;transition:color .15s ease,background .15s ease,border-color .15s ease}.cart-drawer .cart-item__remove svg{width:14px!important;height:14px!important;fill:currentColor!important}.cart-drawer .cart-item__remove:hover{color:#b45309!important;background:#b4530914!important;border-color:#b45309!important}.cart-drawer .cart-item__totals{grid-column:3!important;grid-row:1 / 3!important;pointer-events:auto!important;display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;text-align:right!important;min-width:70px!important;flex-direction:column!important}.cart-drawer .cart-item__final-price{font-size:1.05rem!important;font-weight:700!important;color:#1a1a1a!important;line-height:1.2!important}.cart-drawer .cart-item__old-price{font-size:.82rem;color:#1a1a1a80;text-decoration:line-through;display:block;margin-bottom:.1rem}.cart-drawer .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cart-drawer .cart-item__error{grid-column:1 / -1;grid-row:3;color:#b45309;font-size:.85rem;padding:.5rem .8rem;background:#b4530914;border-radius:6px;margin-top:.5rem}.cart-drawer .drawer__footer{border-top:2px solid rgba(93,154,155,.15);padding:1.2rem 1.6rem 1.4rem;background:#fffcec;flex-shrink:0;box-shadow:0 -4px 12px #5d9a9b0d}.cart-drawer .drawer__footer>details{margin:0 0 .8rem;border-bottom:1px solid rgba(93,154,155,.1)}.cart-drawer .drawer__footer>details summary{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;list-style:none;cursor:pointer;color:#1a1a1a;font-size:.9rem;font-weight:500}.cart-drawer .drawer__footer>details summary::-webkit-details-marker{display:none}.cart-drawer .drawer__footer>details[open]{padding-bottom:.6rem}.cart-drawer .drawer__footer .text-area--resize-vertical{background:#fffbec;border:1.5px solid rgba(93,154,155,.3);border-radius:10px;padding:.7rem;font-size:.9rem;color:#1a1a1a;font-family:inherit;width:100%;resize:vertical;min-height:60px}.cart-drawer .drawer__footer .text-area--resize-vertical:focus{outline:none;border-color:#5d9a9b;box-shadow:0 0 0 3px #5d9a9b2e}.cart-drawer .cart-drawer__footer{display:flex;flex-direction:column;gap:.8rem}.cart-drawer .cart-drawer__footer>*+*{margin-top:0}.cart-drawer .cart-drawer__footer .totals{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px dashed rgba(93,154,155,.2)}.cart-drawer .cart-drawer__footer .totals__total{font-size:.95rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;margin:0}.cart-drawer .cart-drawer__footer .totals__total-value{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0}.cart-drawer .cart-drawer__footer .tax-note{font-size:.8rem;color:#1a1a1a99;text-align:center;margin:0;line-height:1.4}.cart-drawer .cart-drawer__footer .tax-note a{color:#5d9a9b;text-decoration:underline}.cart-drawer .cart-drawer__footer .cart__ctas{display:flex;flex-direction:column;gap:.6rem;margin-top:.4rem}.cart-drawer .cart-drawer__footer .cart__checkout-button.button{background:#5d9a9b!important;color:#fffcec!important;font-size:1rem;font-weight:700;height:52px;border-radius:12px;border:none!important;cursor:pointer;letter-spacing:.02em;box-shadow:0 4px 14px #5d9a9b4d;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.cart-drawer .cart-drawer__footer .cart__checkout-button.button:hover{background:#3d7a7b!important;transform:translateY(-1px);box-shadow:0 8px 22px #3d7a7b73}.cart-drawer .cart-drawer__footer .cart__checkout-button.button:disabled{background:#5d9a9b66!important;cursor:not-allowed;transform:none;box-shadow:none}.cart-drawer .drawer__inner-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem 1.5rem;text-align:center;background:#fffcec}.cart-drawer .drawer__inner-empty .cart__empty-text{font-size:1.4rem;color:#1a1a1a;font-weight:600;margin:0 0 1.5rem}.cart-drawer .drawer__inner-empty .button{background:#5d9a9b!important;color:#fffcec!important;font-size:.95rem;font-weight:600;height:48px;padding:0 2rem;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none}.cart-drawer .drawer__inner-empty .button:hover{background:#3d7a7b!important;transform:translateY(-1px);box-shadow:0 6px 18px #3d7a7b59}body.overflow-hidden,body:has(cart-drawer.drawer.active.animate){overflow:auto!important;position:static!important}@media screen and (max-width:479px){body cart-drawer.drawer .drawer__inner{width:100vw!important}.cart-drawer .cart-item{padding:1.2rem!important;column-gap:.8rem!important}.cart-drawer .cart-item__media{width:70px!important;height:70px!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/wlg-cart-page.css.map */
