:root{--annghar-pc-primary:#355e3b;--annghar-pc-secondary:#f8f5ed;--annghar-pc-accent:#c89b3c;--annghar-pc-font:inherit;--annghar-pc-radius:16px;--annghar-pc-speed:300ms;--annghar-pc-width:420px;--annghar-pc-ease:cubic-bezier(0.16, 1, 0.3, 1);--annghar-pc-danger:#b3261e;--annghar-pc-ink:#1f2a20;--annghar-pc-ink-soft:#5c6b5e;--annghar-pc-border:rgba(53, 94, 59, 0.14);--annghar-pc-shadow:0 24px 60px -12px rgba(31, 42, 32, 0.35)}#annghar-pc-drawer,#annghar-pc-drawer *,#annghar-pc-drawer *::before,#annghar-pc-drawer *::after,#annghar-pc-floating,#annghar-pc-floating *{box-sizing:border-box;font-family:var(--annghar-pc-font)}#annghar-pc-drawer .annghar-pc-drawer__close,#annghar-pc-drawer .annghar-pc-item__remove,#annghar-pc-drawer .annghar-pc-qty__btn,#annghar-pc-drawer .annghar-pc-coupon-card__copy,#annghar-pc-drawer .annghar-pc-coupon-chip button{border:none!important;box-shadow:none!important;margin:0!important;text-transform:none!important;letter-spacing:normal!important;appearance:none!important;-webkit-appearance:none!important}#annghar-pc-drawer svg,#annghar-pc-floating svg{display:inline-block!important;visibility:visible!important;opacity:1!important;overflow:visible;flex-shrink:0}#annghar-pc-drawer svg [stroke],#annghar-pc-floating svg [stroke]{stroke:currentColor!important}#annghar-pc-drawer svg [fill]:not([fill="none"]),#annghar-pc-floating svg [fill]:not([fill="none"]){fill:currentColor!important}html.annghar-pc-lock-scroll{overflow:hidden}.annghar-pc-floating{position:fixed;bottom:max(24px, env(safe-area-inset-bottom));z-index:100000;width:60px;height:60px;border-radius:50%;border:none;background:var(--annghar-pc-primary);color:var(--annghar-pc-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 28px -6px rgb(53 94 59 / .55);transition:transform var(--annghar-pc-speed) var(--annghar-pc-ease),box-shadow var(--annghar-pc-speed) var(--annghar-pc-ease);will-change:transform}.annghar-pc-floating:hover{background:var(--annghar-pc-primary);color:var(--annghar-pc-secondary);transform:translateY(-2px) scale(1.05);box-shadow:0 16px 34px -6px rgb(53 94 59 / .6)}.annghar-pc-floating:focus-visible{outline:3px solid var(--annghar-pc-accent);outline-offset:3px}.annghar-pc-floating--bottom-right{right:max(24px, env(safe-area-inset-right))}.annghar-pc-floating--bottom-left{left:max(24px, env(safe-area-inset-left))}.annghar-pc-floating__icon{width:26px;height:26px}.annghar-pc-floating.annghar-pc-shake{animation:annghar-pc-shake var(--annghar-pc-speed) var(--annghar-pc-ease)}@keyframes annghar-pc-shake{0%,100%{transform:translateX(0) rotate(0)}20%{transform:translateX(-4px) rotate(-6deg)}40%{transform:translateX(4px) rotate(6deg)}60%{transform:translateX(-3px) rotate(-4deg)}80%{transform:translateX(3px) rotate(4deg)}}.annghar-pc-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--annghar-pc-accent);color:#2a2110;font-size:11px;font-weight:700;line-height:20px;text-align:center;transform:scale(0);transition:transform 220ms var(--annghar-pc-ease)}.annghar-pc-drawer__title .annghar-pc-badge{position:static;display:inline-flex;align-items:center;justify-content:center;transform:none;margin-inline-start:6px;vertical-align:middle}.annghar-pc-badge.is-visible{transform:scale(1)}.annghar-pc-overlay{position:fixed;inset:0;background:rgb(20 26 20 / .5);backdrop-filter:blur(2px);z-index:100001;opacity:0;transition:opacity var(--annghar-pc-speed) var(--annghar-pc-ease)}.annghar-pc-overlay[hidden]{display:none}.annghar-pc-overlay.is-visible{opacity:1}.annghar-pc-drawer{position:fixed;top:0;right:0;height:100%;height:100dvh;width:min(var(--annghar-pc-width), 100vw);background:var(--annghar-pc-secondary);color:var(--annghar-pc-ink);z-index:100002;display:flex;flex-direction:column;transform:translateX(105%);transition:transform var(--annghar-pc-speed) var(--annghar-pc-ease);box-shadow:var(--annghar-pc-shadow);will-change:transform;padding-bottom:env(safe-area-inset-bottom)}.annghar-pc-drawer[hidden]{display:flex;visibility:hidden}.annghar-pc-drawer.is-open{transform:translateX(0);visibility:visible}.annghar-pc-drawer--bottom-left{right:auto;left:0;transform:translateX(-105%)}.annghar-pc-drawer--bottom-left.is-open{transform:translateX(0)}@media (max-width:640px){.annghar-pc-drawer{top:auto;bottom:0;left:0;right:0;width:100%;height:min(92dvh, 860px);border-top-left-radius:var(--annghar-pc-radius);border-top-right-radius:var(--annghar-pc-radius);transform:translateY(100%)}.annghar-pc-drawer.is-open{transform:translateY(0)}}.annghar-pc-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--annghar-pc-border);flex-shrink:0}.annghar-pc-drawer__title{margin:0;font-size:19px;font-weight:700;letter-spacing:.01em;color:var(--annghar-pc-primary);display:flex;align-items:center}.annghar-pc-drawer__close{width:36px;height:36px;border-radius:50%;border:none;background:#fff0;color:var(--annghar-pc-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--annghar-pc-speed) ease}.annghar-pc-drawer__close:hover{background:rgb(53 94 59 / .08);color:var(--annghar-pc-ink)}.annghar-pc-drawer__close:focus-visible,.annghar-pc-drawer *:focus-visible{outline:3px solid var(--annghar-pc-accent);outline-offset:2px}.annghar-pc-drawer__scroll{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 24px 8px}.annghar-pc-drawer__body{min-height:40px}.annghar-pc-drawer__body.is-loading{opacity:.5;pointer-events:none;transition:opacity 150ms ease}.annghar-pc-items{display:flex;flex-direction:column;gap:18px}.annghar-pc-item{position:relative;display:grid;grid-template-columns:76px 1fr;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--annghar-pc-border);animation:annghar-pc-fade-in 260ms var(--annghar-pc-ease)}.annghar-pc-item.is-removing{animation:annghar-pc-fade-out 200ms var(--annghar-pc-ease) forwards}@keyframes annghar-pc-fade-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes annghar-pc-fade-out{to{opacity:0;transform:scale(.96);max-height:0;margin:0;padding:0}}.annghar-pc-item__image{position:relative}.annghar-pc-item__image img{width:76px;height:76px;object-fit:cover;border-radius:calc(var(--annghar-pc-radius) * 0.6);display:block;background:#fff;border:1px solid var(--annghar-pc-border)}.annghar-pc-discount-badge{position:absolute;top:-6px;left:-6px;z-index:1;display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;border-radius:999px;background:var(--annghar-pc-primary);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.01em;line-height:1.2;white-space:nowrap;box-shadow:0 3px 8px -2px rgb(31 42 32 / .5);pointer-events:none}.annghar-pc-item__details{display:flex;flex-direction:column;gap:6px;min-width:0}.annghar-pc-item__row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.annghar-pc-item__name{font-weight:600;font-size:14.5px;color:var(--annghar-pc-ink);text-decoration:none;line-height:1.35}.annghar-pc-item__name:hover{color:var(--annghar-pc-primary)}.annghar-pc-item__remove{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:none;background:#fff0;color:var(--annghar-pc-ink-soft);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 150ms ease,color 150ms ease}.annghar-pc-item__remove:hover{background:rgb(179 38 30 / .08);color:var(--annghar-pc-danger)}.annghar-pc-item__meta{font-size:12.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-item__meta p{margin:0}.annghar-pc-item__weight{margin:0;font-size:12px;color:var(--annghar-pc-ink-soft)}.annghar-pc-ingredients{margin-top:2px}.annghar-pc-ingredients__toggle{display:inline-flex;align-items:center;gap:5px;min-height:40px;border:none;background:#fff0;padding:4px 2px;margin:0 -2px;cursor:pointer;font-size:12px;font-weight:600;color:var(--annghar-pc-primary)}.annghar-pc-ingredients__chevron{font-size:8px;line-height:1;flex-shrink:0;transition:transform var(--annghar-pc-speed) var(--annghar-pc-ease)}.annghar-pc-ingredients__toggle[aria-expanded="true"] .annghar-pc-ingredients__chevron{transform:rotate(180deg)}.annghar-pc-ingredients__details{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows var(--annghar-pc-speed) var(--annghar-pc-ease),opacity var(--annghar-pc-speed) ease}.annghar-pc-ingredients__details-inner{overflow:hidden;min-height:0}.annghar-pc-ingredients__toggle[aria-expanded="true"]+.annghar-pc-ingredients__details{grid-template-rows:1fr;opacity:1}.annghar-pc-item__row--footer{align-items:center;margin-top:4px}.annghar-pc-item__subtotal{font-weight:700;font-size:14px;color:var(--annghar-pc-primary);white-space:nowrap}.annghar-pc-item__price-stack{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;line-height:1.3}.annghar-pc-item__price-sale{font-weight:800;font-size:15px;color:var(--annghar-pc-primary);white-space:nowrap}.annghar-pc-item__price-regular{font-size:12px;font-weight:500;color:var(--annghar-pc-ink-soft);text-decoration:line-through;white-space:nowrap}.annghar-pc-item__loading{position:absolute;inset:0;background:rgb(248 245 237 / .6);display:none;align-items:center;justify-content:center;border-radius:calc(var(--annghar-pc-radius) * 0.4)}.annghar-pc-item.is-updating .annghar-pc-item__loading{display:flex}.annghar-pc-qty{display:inline-flex;align-items:center;border:1px solid var(--annghar-pc-border);border-radius:999px;overflow:hidden}.annghar-pc-qty__btn{width:28px;height:28px;border:none;background:#fff0;color:var(--annghar-pc-primary);font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 150ms ease}.annghar-pc-qty__btn:hover{background:rgb(53 94 59 / .08);color:var(--annghar-pc-primary)}.annghar-pc-qty__input{width:32px;border:none;background:#fff0;text-align:center;font-size:13px;font-weight:600;color:var(--annghar-pc-ink);-moz-appearance:textfield}.annghar-pc-qty__input::-webkit-outer-spin-button,.annghar-pc-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.annghar-pc-qty--fixed{font-size:13px;font-weight:600;color:var(--annghar-pc-ink-soft)}.annghar-pc-shipping{margin:20px 0;padding:16px;border-radius:var(--annghar-pc-radius);background:#fff;border:1px solid var(--annghar-pc-border);box-shadow:0 8px 20px -14px rgb(31 42 32 / .5)}.annghar-pc-shipping__message{margin:0 0 10px;font-size:13.5px;font-weight:600;color:var(--annghar-pc-primary);display:flex;align-items:center;gap:6px}.annghar-pc-shipping__bar{position:relative;height:8px;border-radius:999px;background:rgb(53 94 59 / .12);overflow:hidden}.annghar-pc-shipping__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--annghar-pc-primary),var(--annghar-pc-accent));transition:width 500ms var(--annghar-pc-ease)}.annghar-pc-shipping[data-unlocked="1"] .annghar-pc-shipping__fill{background:var(--annghar-pc-accent)}.annghar-pc-shipping__scale{display:flex;justify-content:space-between;margin:8px 0 0;font-size:11.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-coupons{margin:20px 0;display:flex;flex-direction:column;gap:12px}.annghar-pc-coupons__applied{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.annghar-pc-coupon-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:rgb(53 94 59 / .1);color:var(--annghar-pc-primary);border-radius:999px;font-size:12px;font-weight:700}.annghar-pc-coupon-chip button{border:none;background:#fff0;color:inherit;cursor:pointer;font-size:14px;line-height:1;padding:0}.annghar-pc-coupon-chip button:hover{background:#fff0;color:var(--annghar-pc-primary)}.annghar-pc-coupon-hero{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;border-radius:var(--annghar-pc-radius);padding:14px 16px;background:linear-gradient(0deg,rgb(200 155 60 / .1),rgb(200 155 60 / .1)),#fff;border:1px solid var(--annghar-pc-accent);box-shadow:0 8px 20px -14px rgb(31 42 32 / .5)}.annghar-pc-coupon-hero__pill{width:52px;height:52px;border-radius:50%;background:var(--annghar-pc-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;text-align:center;line-height:1.1;flex-shrink:0}.annghar-pc-coupon-hero__body{min-width:0}.annghar-pc-coupon-hero__save{margin:0;font-size:14px;font-weight:700;color:var(--annghar-pc-ink)}.annghar-pc-coupon-hero__save code{background:none;color:var(--annghar-pc-primary);font-weight:800;letter-spacing:.04em}.annghar-pc-coupon-hero__desc{margin:2px 0 0;font-size:12px;color:var(--annghar-pc-ink-soft)}.annghar-pc-more-offers{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:12px;row-gap:4px;width:100%;padding:10px 0 0}.annghar-pc-more-offers__link{flex-shrink:0;background:none;border:none;padding:0;font-size:12.5px;font-weight:600;color:var(--annghar-pc-primary);text-decoration:none;cursor:pointer;white-space:nowrap}.annghar-pc-more-offers__link:hover{color:var(--annghar-pc-accent);text-decoration:underline;text-underline-offset:2px}.annghar-pc-more-offers__link:focus-visible{outline:2px solid var(--annghar-pc-accent);outline-offset:2px;text-decoration:underline;text-underline-offset:2px}.annghar-pc-nudge{border-radius:var(--annghar-pc-radius);padding:14px 16px;background:#fff;border:1px solid var(--annghar-pc-border);box-shadow:0 8px 20px -14px rgb(31 42 32 / .5)}.annghar-pc-nudge--almost{border-style:dashed;background:linear-gradient(0deg,rgb(53 94 59 / .05),rgb(53 94 59 / .05)),#fff}.annghar-pc-nudge__code{font-size:15px;font-weight:800;letter-spacing:.05em;color:var(--annghar-pc-primary);background:none;display:block}.annghar-pc-nudge__message{margin:0 0 8px;font-size:13.5px;font-weight:600;color:var(--annghar-pc-ink);display:flex;align-items:center;gap:6px}.annghar-pc-nudge__code-row{margin:0;font-size:12.5px;color:var(--annghar-pc-ink-soft);display:flex;align-items:center;gap:8px}.annghar-pc-offers{position:absolute;inset:0;z-index:20;pointer-events:none}.annghar-pc-offers[hidden]{display:block;visibility:hidden}.annghar-pc-offers__scrim{position:absolute;inset:0;background:rgb(20 26 20 / .45);opacity:0;transition:opacity var(--annghar-pc-speed) var(--annghar-pc-ease)}.annghar-pc-offers__sheet{position:absolute;left:0;right:0;bottom:0;max-height:82%;display:flex;flex-direction:column;background:var(--annghar-pc-secondary);border-top-left-radius:calc(var(--annghar-pc-radius) * 1.3);border-top-right-radius:calc(var(--annghar-pc-radius) * 1.3);box-shadow:0 -20px 50px -10px rgb(31 42 32 / .4);transform:translateY(100%);transition:transform var(--annghar-pc-speed) var(--annghar-pc-ease)}.annghar-pc-offers.is-open{pointer-events:auto}.annghar-pc-offers.is-open .annghar-pc-offers__scrim{opacity:1}.annghar-pc-offers.is-open .annghar-pc-offers__sheet{transform:translateY(0)}.annghar-pc-offers__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px 12px;flex-shrink:0}.annghar-pc-offers__title{margin:0 0 2px;font-size:17px;font-weight:800;color:var(--annghar-pc-primary)}.annghar-pc-offers__subtitle{margin:0;font-size:12.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-offers__close{width:32px;height:32px;border-radius:50%;background:rgb(53 94 59 / .08);color:var(--annghar-pc-ink);display:flex;align-items:center;justify-content:center;flex-shrink:0}.annghar-pc-offers__content{overflow-y:auto;overscroll-behavior:contain;padding:4px 24px 24px}.annghar-pc-offers-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.annghar-pc-offers-empty{font-size:13px;color:var(--annghar-pc-ink-soft);text-align:center;padding:24px 0}.annghar-pc-offer-card{position:relative;display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;border:1px dashed var(--annghar-pc-border);border-radius:var(--annghar-pc-radius);padding:14px;background:#fff;box-shadow:0 8px 20px -16px rgb(31 42 32 / .5)}.annghar-pc-offer-card--best{border-color:var(--annghar-pc-accent);background:linear-gradient(0deg,rgb(200 155 60 / .06),rgb(200 155 60 / .06)),#fff}.annghar-pc-offer-card--active{border-color:var(--annghar-pc-primary);border-style:solid;background:linear-gradient(0deg,rgb(53 94 59 / .06),rgb(53 94 59 / .06)),#fff}.annghar-pc-offer-card__badge{position:absolute;top:-10px;left:14px;display:inline-flex;align-items:center;gap:4px;background:var(--annghar-pc-accent);color:#2a2110;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.annghar-pc-offer-card__badge--active{background:var(--annghar-pc-primary);color:#fff}.annghar-pc-offer-card__pill{width:56px;height:56px;border-radius:50%;background:var(--annghar-pc-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;text-align:center;line-height:1.1;flex-shrink:0}.annghar-pc-offer-card__body{min-width:0}.annghar-pc-offer-card__code{font-size:14px;font-weight:800;letter-spacing:.05em;color:var(--annghar-pc-primary);background:none;display:block}.annghar-pc-offer-card__desc{margin:2px 0 4px;font-size:12.5px;font-weight:600;color:var(--annghar-pc-ink)}.annghar-pc-offer-card__meta{margin:0;font-size:11.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-offer-card__hint{margin:4px 0 0;font-size:11px;color:var(--annghar-pc-ink-soft)}.annghar-pc-offer-card__savings{margin:4px 0 0;font-size:11.5px;font-weight:700;color:var(--annghar-pc-primary)}.annghar-pc-offer-card__actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.annghar-pc-coupon-form{display:flex;gap:8px}.annghar-pc-coupon-form input{flex:1;padding:10px 12px;border:1px solid var(--annghar-pc-border);border-radius:999px;font-size:13px;background:#fff;color:var(--annghar-pc-ink)}.annghar-pc-coupon-form input:focus-visible{outline:2px solid var(--annghar-pc-accent);outline-offset:1px}.annghar-pc-recommendations{margin:24px 0 8px}.annghar-pc-recommendations__title{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--annghar-pc-primary)}.annghar-pc-recommendations__viewport{position:relative}.annghar-pc-recommendations__track{display:flex;align-items:stretch;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.annghar-pc-recommendations__track::-webkit-scrollbar{display:none}.annghar-pc-recommendations__arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#fff;color:var(--annghar-pc-primary);border:1px solid var(--annghar-pc-border);box-shadow:0 6px 16px -6px rgb(31 42 32 / .4);z-index:2;align-items:center;justify-content:center}.annghar-pc-recommendations__arrow--prev{left:-6px}.annghar-pc-recommendations__arrow--next{right:-6px}@media (hover:hover) and (pointer:fine){.annghar-pc-recommendations__arrow{display:flex}}.annghar-pc-reco-card{scroll-snap-align:start;flex:0 0 136px;display:flex;flex-direction:column;gap:6px;text-align:left;padding:10px;border:1px solid var(--annghar-pc-border);border-radius:var(--annghar-pc-radius);background:#fff;box-shadow:0 8px 18px -14px rgb(31 42 32 / .45);transition:transform 160ms var(--annghar-pc-ease),box-shadow 160ms var(--annghar-pc-ease)}.annghar-pc-reco-card:hover{transform:translateY(-2px);box-shadow:0 12px 22px -12px rgb(31 42 32 / .5)}.annghar-pc-reco-card.is-added{animation:annghar-pc-reco-added 480ms var(--annghar-pc-ease)}@keyframes annghar-pc-reco-added{0%{box-shadow:0 0 0 0 rgb(53 94 59 / .5)}60%{box-shadow:0 0 0 8px #fff0}100%{box-shadow:0 8px 18px -14px rgb(31 42 32 / .45)}}.annghar-pc-reco-card__image{position:relative;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--annghar-pc-radius) * 0.6);overflow:hidden;background:var(--annghar-pc-secondary)}.annghar-pc-reco-card__image img{width:100%;height:116px;object-fit:cover;display:block}.annghar-pc-reco-card__discount{position:absolute;top:6px;left:6px;background:var(--annghar-pc-primary);color:#fff;font-size:9.5px;font-weight:800;letter-spacing:.02em;padding:2px 6px;border-radius:999px}.annghar-pc-reco-card__name{flex:1 0 auto;font-size:12.5px;font-weight:600;line-height:1.35;color:var(--annghar-pc-ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.annghar-pc-reco-card__weight{margin:0;font-size:10.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-reco-card__price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.annghar-pc-reco-card__current{font-size:13px;font-weight:800;color:var(--annghar-pc-primary)}.annghar-pc-reco-card__mrp{font-size:11px;color:var(--annghar-pc-ink-soft)}.annghar-pc-reco-card__action{margin-top:2px}.annghar-pc-reco-add,.annghar-pc-reco-card__action .annghar-pc-btn{width:100%}.annghar-pc-empty{text-align:center;padding:24px 8px 8px}.annghar-pc-empty__illustration{margin:0 auto 8px}.annghar-pc-empty__title{margin:8px 0 4px;font-size:18px;font-weight:800;color:var(--annghar-pc-primary)}.annghar-pc-empty__subtitle{margin:0 0 20px;font-size:13.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-empty__cta{display:inline-flex}.annghar-pc-empty__trending{margin-top:32px;text-align:left}.annghar-pc-empty__trending h4{font-size:14px;font-weight:700;color:var(--annghar-pc-primary);margin:0 0 12px}.annghar-pc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:13px 22px;font-size:14px;font-weight:700;letter-spacing:.01em;cursor:pointer;text-decoration:none;transition:transform 160ms var(--annghar-pc-ease),box-shadow 160ms var(--annghar-pc-ease),background 160ms ease}.annghar-pc-btn:active{transform:scale(.97)}.annghar-pc-btn--primary{background:var(--annghar-pc-primary);color:#fff;box-shadow:0 10px 24px -8px rgb(53 94 59 / .6)}.annghar-pc-btn--primary:hover{background:var(--annghar-pc-primary);color:#fff;box-shadow:0 14px 28px -8px rgb(53 94 59 / .7)}.annghar-pc-btn--secondary{background:var(--annghar-pc-accent);color:#2a2110}.annghar-pc-btn--secondary:hover{background:var(--annghar-pc-accent);color:#2a2110;filter:brightness(1.05)}.annghar-pc-btn--ghost{background:#fff0;color:var(--annghar-pc-primary);border:1.5px solid var(--annghar-pc-primary)}.annghar-pc-btn--ghost:hover{background:rgb(53 94 59 / .08);color:var(--annghar-pc-primary);border-color:var(--annghar-pc-primary)}.annghar-pc-btn--ghost:disabled:hover{background:#fff0}.annghar-pc-btn--small{padding:8px 16px;font-size:12.5px}.annghar-pc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.annghar-pc-btn.is-loading .annghar-pc-checkout__label,.annghar-pc-btn.is-loading .annghar-pc-checkout__sep,.annghar-pc-btn.is-loading .annghar-pc-checkout__total{opacity:0}.annghar-pc-btn .annghar-pc-spinner{display:none}.annghar-pc-btn.is-loading .annghar-pc-spinner{display:block;position:absolute}.annghar-pc-checkout>*{pointer-events:none}.annghar-pc-checkout__sep{opacity:.7}.annghar-pc-checkout__total{font-variant-numeric:tabular-nums}.annghar-pc-drawer__footer{position:relative;overflow:visible;flex-shrink:0;padding:16px 24px 20px;border-top:1px solid var(--annghar-pc-border);background:var(--annghar-pc-secondary);box-shadow:0 -12px 24px -18px rgb(31 42 32 / .45)}.annghar-pc-estimated-total{margin-bottom:12px}.annghar-pc-estimated-total[hidden]{display:none}.annghar-pc-estimated-total__savings-badge{position:absolute;top:-18px;left:50%;z-index:10;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:88%;min-height:34px;padding:8px 16px;border-radius:999px;background:var(--annghar-pc-primary);color:#fff;font-size:13px;font-weight:700;text-align:center;white-space:nowrap;box-shadow:0 6px 16px -8px rgb(31 42 32 / .5)}.annghar-pc-estimated-total__savings-badge+.annghar-pc-estimated-total__toggle{padding-top:22px}.annghar-pc-estimated-total__toggle{display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:4px 10px;background:none;border:none;padding:0;cursor:pointer;text-align:left}.annghar-pc-estimated-total__main{display:flex;align-items:baseline;gap:8px;flex:1 1 auto}.annghar-pc-estimated-total__label{font-size:12.5px;font-weight:700;color:var(--annghar-pc-ink-soft)}.annghar-pc-estimated-total__value{display:flex;align-items:baseline;gap:6px}.annghar-pc-estimated-total__value strong{font-size:19px;font-weight:800;color:var(--annghar-pc-primary)}.annghar-pc-estimated-total__original{font-size:12.5px;color:var(--annghar-pc-ink-soft);opacity:.8}.annghar-pc-estimated-total__chevron{margin-left:auto;color:var(--annghar-pc-ink-soft);transition:transform var(--annghar-pc-speed) var(--annghar-pc-ease);flex-shrink:0}.annghar-pc-estimated-total__toggle[aria-expanded="true"] .annghar-pc-estimated-total__chevron{transform:rotate(180deg)}.annghar-pc-estimated-total__details{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows var(--annghar-pc-speed) var(--annghar-pc-ease),opacity var(--annghar-pc-speed) ease,margin-top var(--annghar-pc-speed) ease}.annghar-pc-estimated-total__details-inner{overflow:hidden;min-height:0}.annghar-pc-estimated-total__toggle[aria-expanded="true"]+.annghar-pc-estimated-total__details{grid-template-rows:1fr;opacity:1;margin-top:10px}.annghar-pc-estimated-total__row{display:flex;justify-content:space-between;font-size:12.5px;color:var(--annghar-pc-ink-soft);padding:4px 0}.annghar-pc-estimated-total__row--discount span:last-child{color:var(--annghar-pc-primary);font-weight:600}.annghar-pc-estimated-total__row--total{margin-top:4px;padding-top:8px;border-top:1px solid var(--annghar-pc-border);font-size:14px;font-weight:800;color:var(--annghar-pc-primary)}.annghar-pc-rewards{margin-bottom:12px}.annghar-pc-rewards[hidden]{display:none}.annghar-pc-rewards__toggle{display:flex;align-items:center;width:100%;gap:10px;background:none;border:none;padding:0;cursor:pointer;text-align:left}.annghar-pc-rewards__icon{font-size:18px;line-height:1;flex-shrink:0}.annghar-pc-rewards__main{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.annghar-pc-rewards__label{font-size:12.5px;font-weight:700;color:var(--annghar-pc-ink-soft)}.annghar-pc-rewards__headline{font-size:13px;color:var(--annghar-pc-primary)}.annghar-pc-rewards__headline strong{font-weight:800}.annghar-pc-rewards__chevron{margin-left:auto;color:var(--annghar-pc-ink-soft);transition:transform var(--annghar-pc-speed) var(--annghar-pc-ease);flex-shrink:0}.annghar-pc-rewards__toggle[aria-expanded="true"] .annghar-pc-rewards__chevron{transform:rotate(180deg)}.annghar-pc-rewards__details{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows var(--annghar-pc-speed) var(--annghar-pc-ease),opacity var(--annghar-pc-speed) ease,margin-top var(--annghar-pc-speed) ease}.annghar-pc-rewards__details-inner{overflow:hidden;min-height:0}.annghar-pc-rewards__toggle[aria-expanded="true"]+.annghar-pc-rewards__details{grid-template-rows:1fr;opacity:1;margin-top:10px}.annghar-pc-rewards__description{margin:0 0 8px;font-size:12.5px;line-height:1.5;color:var(--annghar-pc-ink-soft)}.annghar-pc-rewards__description a{color:var(--annghar-pc-primary);font-weight:700}.annghar-pc-rewards__description ul{margin:6px 0 0;padding-left:18px}.annghar-pc-rewards__rule{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--annghar-pc-ink-soft);padding:4px 0}.annghar-pc-rewards__rule-label{font-weight:700}.annghar-pc-rewards__row{display:flex;justify-content:space-between;font-size:12.5px;color:var(--annghar-pc-ink-soft);padding:4px 0}.annghar-pc-rewards__row span:last-child{font-weight:700;color:var(--annghar-pc-primary)}.annghar-pc-rewards__progress{margin-top:8px}.annghar-pc-rewards__progress-label{margin:0 0 6px;font-size:11.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-rewards__progress-bar{position:relative;height:8px;border-radius:999px;background:rgb(53 94 59 / .12);overflow:hidden}.annghar-pc-rewards__progress-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--annghar-pc-primary),var(--annghar-pc-accent));transition:width 500ms var(--annghar-pc-ease)}.annghar-pc-rewards__guest-message{margin:0 0 6px;font-size:12.5px;color:var(--annghar-pc-ink-soft)}.annghar-pc-rewards__learn-more{font-size:12.5px;font-weight:700;color:var(--annghar-pc-primary);text-decoration:underline}.annghar-pc-drawer__divider{height:1px;background:var(--annghar-pc-border);margin-bottom:14px}.annghar-pc-drawer__actions{display:flex;gap:10px}.annghar-pc-drawer__actions .annghar-pc-btn{flex:1;position:relative}#annghar-pc-drawer #btn-1cc.annghar-pc-checkout{display:inline-flex!important}.annghar-pc-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgb(255 255 255 / .4);border-top-color:#fff;animation:annghar-pc-spin 700ms linear infinite}.annghar-pc-btn--ghost .annghar-pc-spinner,.annghar-pc-btn--secondary .annghar-pc-spinner{border-color:rgb(53 94 59 / .25);border-top-color:var(--annghar-pc-primary)}@keyframes annghar-pc-spin{to{transform:rotate(360deg)}}.annghar-pc-toast-region{position:fixed;left:50%;bottom:max(24px, env(safe-area-inset-bottom));transform:translateX(-50%);z-index:100010;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.annghar-pc-toast{pointer-events:auto;display:flex;align-items:center;gap:14px;background:var(--annghar-pc-ink);color:#fff;padding:12px 16px;border-radius:999px;font-size:13px;box-shadow:0 12px 30px -8px rgb(0 0 0 / .4);animation:annghar-pc-toast-in 260ms var(--annghar-pc-ease)}.annghar-pc-toast.is-leaving{animation:annghar-pc-toast-out 200ms var(--annghar-pc-ease) forwards}.annghar-pc-toast button{background:#fff0;border:none;color:var(--annghar-pc-accent);font-weight:700;cursor:pointer}@keyframes annghar-pc-toast-in{from{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes annghar-pc-toast-out{to{opacity:0;transform:translateY(8px) scale(.95)}}.annghar-pc-confetti{position:fixed;inset:0;pointer-events:none;z-index:100011;overflow:hidden}.annghar-pc-confetti__piece{position:absolute;top:-10px;width:8px;height:14px;opacity:.9;animation-name:annghar-pc-confetti-fall;animation-timing-function:cubic-bezier(.45,0,.55,1);animation-fill-mode:forwards}@keyframes annghar-pc-confetti-fall{to{transform:translateY(100vh) rotate(540deg);opacity:0}}.single_add_to_cart_button.annghar-pc-atc-loading{opacity:.6;cursor:not-allowed}.single_add_to_cart_button.annghar-pc-atc-success{animation:annghar-pc-atc-pulse var(--annghar-pc-speed) var(--annghar-pc-ease)}@keyframes annghar-pc-atc-pulse{0%{transform:scale(1)}40%{transform:scale(.94)}100%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.annghar-pc-drawer,.annghar-pc-overlay,.annghar-pc-floating,.annghar-pc-item,.annghar-pc-badge,.annghar-pc-shipping__fill,.annghar-pc-toast,.annghar-pc-confetti__piece,.annghar-pc-atc-success{animation:none!important;transition:none!important}}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}