:root{--hz-accent:#CD794E;--hz-border:#ececec;--hz-muted:#8a8a8a;--hz-bg:#fff;--hz-green:#059669}.hz-drawer,.hz-drawer *,.hz-drawer *:before,.hz-drawer *:after{box-sizing:border-box}.hz-overlay{box-sizing:border-box}.hz-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998;opacity:0;transition:opacity .3s}.hz-overlay.open{opacity:1}.hz-drawer{position:fixed;top:0;right:0;height:100dvh;width:100%;max-width:420px;background:var(--hz-bg);z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;font-family:inherit;color:#1a1a1a;box-shadow:-8px 0 30px #0000001f}.hz-drawer.open{transform:translate(0)}.hz-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--hz-border)}.hz-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;margin:0}.hz-count{color:var(--hz-muted);font-weight:400}.hz-close{background:none;border:none;font-size:34px;line-height:1;cursor:pointer;color:#444;padding:4px 8px}.hz-body{flex:1;overflow-y:auto}.hz-trust{padding:12px 20px 4px;display:flex;justify-content:center}.hz-trust img{width:100%;max-width:320px;height:auto;display:block;border-radius:8px}.hz-ship{padding:12px 20px}.hz-ship-text{text-align:center;font-size:14px;font-weight:600;margin:0 0 8px}.hz-ship-text b{color:var(--hz-accent)}.hz-bar{position:relative;height:10px;border-radius:999px;background:#eee}.hz-bar-fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:var(--hz-accent);transition:width .5s}.hz-bar-truck{position:absolute;top:-7px;transform:translate(-50%);transition:left .5s}.hz-bar-truck span{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--hz-accent);color:#fff;box-shadow:0 2px 6px #0003}.hz-ship-free{text-align:center;font-size:11px;color:var(--hz-accent);font-weight:600;margin:10px 0 0}.hz-items{list-style:none;margin:0;padding:8px 20px}.hz-item{display:flex;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:12px}.hz-item:last-child{border-bottom:none;margin-bottom:0}.hz-item img{width:136px;height:136px;border-radius:10px;object-fit:cover;background:#f3f3f3;flex-shrink:0}.hz-item-main{flex:1;min-width:0}.hz-item-top{display:flex;justify-content:space-between;gap:8px}.hz-item-title{font-size:14px;font-weight:500;line-height:1.25;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;text-decoration:none}.hz-remove{background:none;border:none;cursor:pointer;color:var(--hz-muted);padding:2px}.hz-remove:hover{color:#dc2626}.hz-price-row{display:flex;align-items:baseline;gap:8px;margin-top:4px;flex-wrap:wrap}.hz-compare{font-size:12px;color:var(--hz-muted);text-decoration:line-through}.hz-price{font-size:14px;font-weight:700}.hz-save{font-size:12px;font-weight:600;color:var(--hz-green);margin:2px 0 0}.hz-qty-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.hz-qty{display:inline-flex;align-items:center;border:1px solid var(--hz-border);border-radius:8px;overflow:hidden}.hz-qty button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:#333}.hz-qty button:hover{background:#f4f4f4}.hz-qty-input{width:44px;height:36px;text-align:center;font-size:14px;font-weight:600;border:none;outline:none;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;padding:0;color:#1a1a1a}.hz-qty-input::-webkit-outer-spin-button,.hz-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hz-kit{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;background:#f4f4f4;font-size:11px;font-weight:700}.hz-kit svg{color:var(--hz-accent)}.hz-carousel{padding:16px 20px;border-top:1px solid var(--hz-border);margin-top:8px}.hz-carousel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hz-carousel-head h3{font-size:14px;font-weight:600;margin:0}.hz-arrows{display:flex;gap:4px}.hz-arrows button{width:28px;height:28px;border-radius:999px;border:1px solid var(--hz-border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.hz-arrows button:hover{background:#f4f4f4}.hz-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}.hz-track::-webkit-scrollbar{display:none}.hz-card{scroll-snap-align:start;flex:0 0 160px;border:1px solid var(--hz-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.hz-card img{width:100%;aspect-ratio:1;object-fit:cover;background:#f6f6f6;display:block}.hz-card-body{padding:10px;display:flex;flex-direction:column;gap:4px;flex:1}.hz-card-title{font-size:12px;font-weight:500;line-height:1.2;min-height:2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;text-decoration:none}.hz-card-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.hz-card-price .hz-price{font-size:14px}.hz-disc{font-size:10px;font-weight:700;color:var(--hz-green)}.hz-add{margin-top:auto;height:32px;border:none;border-radius:8px;background:var(--hz-accent);color:#fff;font-weight:600;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px}.hz-add:hover{filter:brightness(.95)}.hz-add:disabled{opacity:.6;cursor:default}.hz-footer{border-top:1px solid var(--hz-border);padding:16px 20px;background:#fff}.hz-subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:12px}.hz-subtotal-row span:first-child{color:var(--hz-muted)}.hz-subtotal{font-weight:700;font-size:16px}.hz-cta{width:100%;height:48px;border:none;border-radius:10px;background:var(--hz-accent);color:#fff;font-weight:600;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.hz-cta:hover{filter:brightness(.95)}.hz-cta:disabled{opacity:.6;cursor:not-allowed}.hz-keep{width:100%;margin-top:12px;background:none;border:none;font-size:12px;color:var(--hz-muted);cursor:pointer}.hz-keep:hover{color:#1a1a1a}.hz-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:60px 24px;color:var(--hz-muted)}.hz-empty-icon{width:64px;height:64px;border-radius:999px;background:#f3f3f3;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/3/assets/homezy-cart-drawer.css.map */
