.search{position:relative;overflow:visible;z-index:32}
.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:480px;overflow:auto;background:#fff;border:1px solid #dbe3df;border-radius:8px;box-shadow:0 12px 30px #142a231c;padding:8px;z-index:60}
.search-suggestions[hidden]{display:none}
.search-suggestions a{display:flex;align-items:center;gap:12px;padding:10px;text-decoration:none;color:#202724;border-radius:4px;min-height:44px}
.search-suggestions a:hover,.search-suggestions a[aria-selected=true]{background:#edf7f1}
.search-suggestions img{width:48px;height:48px;object-fit:contain;flex:none}
.search-suggestions span{font-size:13px;line-height:1.4;min-width:0;overflow-wrap:anywhere}
.search-suggestions strong{display:block;color:#147d42;font-size:14px;margin-top:3px}
.buy-form .add-to-cart,.cart-checkout{background:#168442;color:#fff;border-color:#168442}
.buy-form .add-to-cart:hover,.cart-checkout:hover{background:#116c36;border-color:#116c36}
.buy-form .add-to-cart:disabled{background:#8b9690;border-color:#8b9690}
.availability-note{color:#64706a;font-size:13px;line-height:1.55;margin:8px 0 20px;max-width:570px}
body.cart-is-open{overflow:hidden}
#cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(460px,100%);height:100dvh;max-height:100dvh;max-width:100%;padding:0;border:0;border-radius:0;background:#fff;color:#202724;box-shadow:-12px 0 50px #132c231a;overflow:auto}
#cart-drawer::backdrop{background:#14211b66}
#cart-drawer[open]{animation:cart-enter .22s ease-out}
.drawer-heading{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #e2e8e4}
.drawer-heading h2{margin:0;font-size:23px}
.drawer-heading button,.cart-remove,.cart-stepper button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:0;background:transparent;color:#253c30;border:0;border-radius:4px}
.drawer-heading button:hover,.cart-remove:hover,.cart-stepper button:hover{background:#edf7f1}
.drawer-status{margin:0;padding:8px 24px;min-height:36px;font-size:13px;color:#16713a}
.drawer-status:empty{padding:0;min-height:8px}
.drawer-status.is-error{color:#9b381b}
.drawer-items{padding:0 24px}
.drawer-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;padding:20px 0;border-bottom:1px solid #e2e8e4}
.drawer-item img{width:88px;height:88px;object-fit:contain}
.drawer-product-name{display:block;color:inherit;text-decoration:none;font-size:14px;font-weight:600;line-height:1.45;overflow-wrap:anywhere}
.drawer-item small{display:block;color:#64706a;margin:5px 0}
.drawer-item strong{display:block;margin:9px 0;font-size:16px}
.drawer-item form{display:flex;gap:12px;align-items:center;margin:0}
.cart-stepper{display:flex;align-items:center;border:1px solid #dbe3df;border-radius:4px;height:40px}
.cart-stepper input{width:38px;height:36px;border:0;padding:0;text-align:center;appearance:textfield;font-size:14px;min-width:0}
.cart-stepper input::-webkit-inner-spin-button{appearance:none}
.drawer-summary{padding:24px;background:#f5f8f6}
.drawer-summary>div{display:flex;justify-content:space-between;gap:16px;font-size:18px}
.drawer-summary p{color:#64706a;font-size:12px;margin:10px 0 20px}
.drawer-summary .button{width:100%;display:flex;justify-content:center;gap:12px;min-height:50px}
.drawer-summary .text-button{display:block;margin:16px auto 0;color:#45564b}
.cart-empty{text-align:center;padding:60px 24px}
.cart-empty>svg{width:52px;height:52px;color:#168442}
.cart-empty h3{font-size:20px;margin:20px 0}
#cart-drawer[aria-busy=true] [data-cart-content]{pointer-events:none;opacity:.7}
@keyframes cart-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(max-width:600px){.search-suggestions{max-height:55dvh}.drawer-heading,.drawer-summary{padding:20px}.drawer-items{padding:0 20px}.drawer-item{gap:12px;grid-template-columns:72px minmax(0,1fr)}.drawer-item img{width:72px;height:72px}}
@media(prefers-reduced-motion:reduce){#cart-drawer[open]{animation:none}}
