.hfy-drawer{position:fixed;inset:0;z-index:1200;pointer-events:none}.hfy-drawer__overlay{position:absolute;inset:0;background:rgb(29 29 27 / .38);opacity:0;transition:opacity .28s ease}.hfy-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(440px, 100vw);background:#fff;display:flex;flex-direction:column;transform:translateX(102%);transition:transform .34s cubic-bezier(.32,.72,.28,1);border-radius:22px 0 0 22px;box-shadow:-18px 0 60px rgb(29 29 27 / .18);font-family:var(--font)}.hfy-drawer.is-open{pointer-events:auto}.hfy-drawer.is-open .hfy-drawer__overlay{opacity:1}.hfy-drawer.is-open .hfy-drawer__panel{transform:translateX(0)}.hfy-drawer__inner{display:flex;flex-direction:column;height:100%;min-height:0}.hfy-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px 18px;border-bottom:1px solid var(--line)}.hfy-drawer__title{font-size:20px;font-weight:600;letter-spacing:-.02em;margin:0}.hfy-drawer__num{color:var(--muted);font-weight:500}.hfy-drawer__close{background:none;border:0;padding:6px;cursor:pointer;color:var(--ink);border-radius:50%;transition:background .15s;line-height:0}.hfy-drawer__close:hover{background:var(--line)}.hfy-drawer__scroll{flex:1;overflow-y:auto;min-height:0;padding:20px 26px;scrollbar-width:thin;scrollbar-color:var(--line) #fff0}.hfy-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:70px 10px;color:var(--muted)}.hfy-drawer__empty svg{opacity:.4}.hfy-drawer__empty p{margin:0;font-size:16px}.hfy-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);align-items:start}.hfy-item:first-child{padding-top:2px}.hfy-item__media{position:relative}.hfy-item__media img{width:72px;height:72px;object-fit:cover;border-radius:12px;display:block;background:var(--creme,#F5F2EC)}.hfy-item__remove{position:absolute;top:-7px;left:-7px;width:22px;height:22px;border-radius:50%;background:#fff;border:1px solid var(--line);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:0;transition:color .15s,border-color .15s}.hfy-item__remove svg{width:11px;height:11px}.hfy-item__remove:hover{color:var(--ink);border-color:var(--ink)}.hfy-item__name{font-size:15px;font-weight:500;color:var(--ink);text-decoration:none;line-height:1.35;display:block}a.hfy-item__name:hover{color:var(--teal)}.hfy-item__meta{font-size:12.5px;color:var(--muted);margin-top:3px}.hfy-item__meta dl,.hfy-item__meta dt,.hfy-item__meta dd,.hfy-item__meta p{display:inline;margin:0;font-weight:400}.hfy-item__price{font-size:15px;font-weight:600;white-space:nowrap}.hfy-item__qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;margin-top:10px;overflow:hidden}.hfy-item__qty button{width:32px;height:30px;background:none;border:0;font-size:16px;color:var(--ink);cursor:pointer;transition:background .15s}.hfy-item__qty button:hover{background:var(--creme,#F5F2EC)}.hfy-item__qty-n{min-width:26px;text-align:center;font-size:14px;font-weight:500}.hfy-drawer__upsells{margin-top:26px}.hfy-drawer__upsells-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hfy-drawer__upsells-title{font-size:16px;font-weight:600;letter-spacing:-.01em}.hfy-drawer__upsells-nav{display:flex;gap:6px}.hfy-drawer__upsells-nav button{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:0;transition:border-color .15s,background .15s}.hfy-drawer__upsells-nav button:hover{border-color:var(--ink)}.hfy-drawer__upsells-row{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 4px}.hfy-drawer__upsells-row::-webkit-scrollbar{display:none}.hfy-up{flex:0 0 calc(50% - 7px);scroll-snap-align:start;display:flex;flex-direction:column;gap:8px;text-align:center}.hfy-up__img{display:block;position:relative;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;background:var(--creme,#F5F2EC)}.hfy-up__img img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .3s}.hfy-up:hover .hfy-up__img img{transform:scale(1.04)}.hfy-up__name{font-size:14px;line-height:1.35;color:var(--ink);text-decoration:none;font-weight:500}.hfy-up__name:hover{color:var(--teal)}.hfy-up__add{margin-top:auto;display:inline-block;padding:9px 14px;border:1.5px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);font-family:var(--font);font-size:13.5px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .15s,color .15s}.hfy-up__add:hover{background:var(--ink);color:#fff}.hfy-up__add.is-loading{opacity:.5;pointer-events:none}.hfy-drawer__coupon{margin-top:26px;border-top:1px solid var(--line)}.hfy-drawer__coupon-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;background:none;border:0;cursor:pointer;font-family:var(--font);font-size:15px;font-weight:500;color:var(--ink)}.hfy-drawer__coupon-toggle svg{transition:transform .2s}.hfy-drawer__coupon-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}.hfy-drawer__coupon-row{display:flex;gap:8px;padding-bottom:14px}.hfy-drawer__coupon-input{flex:1;min-width:0;padding:11px 16px;border:1px solid var(--line);border-radius:999px;font-family:var(--font);font-size:14px;color:var(--ink)}.hfy-drawer__coupon-input:focus{outline:none;border-color:var(--ink)}.hfy-drawer__coupon-apply{padding:10px 20px!important;font-size:14px!important}.hfy-drawer__coupon-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 8px 6px 14px;margin:0 6px 12px 0;background:var(--creme,#F5F2EC);border-radius:999px;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.hfy-drawer__coupon-chip button{background:none;border:0;cursor:pointer;color:var(--muted);font-size:15px;line-height:1;padding:2px 4px}.hfy-drawer__coupon-chip button:hover{color:var(--ink)}.hfy-drawer__notices{font-size:13.5px;padding-bottom:10px}.hfy-drawer__notices .woocommerce-error,.hfy-drawer__notices .woocommerce-message,.hfy-drawer__notices .woocommerce-info{list-style:none;margin:0 0 8px;padding:10px 14px;border-radius:12px;background:var(--creme,#F5F2EC)}.hfy-drawer__notices .woocommerce-error{background:#FBEAEA;color:#8C2F2F}.hfy-drawer__notices li{margin:0}.hfy-drawer__foot{border-top:1px solid var(--line);padding:18px 26px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:0 0 0 22px}.hfy-drawer__row{display:flex;justify-content:space-between;font-size:16px;font-weight:600}.hfy-drawer__row--discount{font-weight:500;color:var(--teal);margin-top:4px;font-size:14.5px}.hfy-drawer__shipnote{font-size:13.5px;color:var(--muted);margin-top:4px}.hfy-drawer__shipbar{height:4px;background:var(--line);border-radius:4px;margin-top:8px;overflow:hidden}.hfy-drawer__shipbar span{display:block;height:100%;background:var(--ink);border-radius:4px;transition:width .3s}.hfy-drawer__checkout{width:100%;display:flex!important;align-items:center;justify-content:center;gap:10px;margin-top:14px}.hfy-drawer__continue{width:100%;margin-top:10px;padding:8px;background:none;border:0;cursor:pointer;font-family:var(--font);font-size:14.5px;color:var(--ink);text-decoration:underline;text-underline-offset:3px}.hfy-drawer__continue:hover{color:var(--teal)}body.hfy-drawer-open{overflow:hidden}@media (max-width:560px){.hfy-drawer__panel{width:100vw;border-radius:0}.hfy-drawer__head,.hfy-drawer__scroll,.hfy-drawer__foot{padding-left:26px;padding-right:26px}.hfy-drawer__upsells-row{padding:0 0 4px}}