/* Key Herbals Favorites v3.2.4 */
.kh-eh--exact .kh-eh__actions{grid-template-columns:minmax(0,1fr) repeat(var(--kh-action-icons,2),44px)}
.kh-eh--exact .kh-eh__favorite-count{position:absolute;right:-5px;top:-6px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:var(--kh-green);color:#fff;font-size:9px;font-weight:700;display:grid;place-items:center;line-height:1}
.kh-eh--exact .kh-eh__favorite-count.is-empty{display:none}
.kh-eh--exact .kh-eh__favorites.has-items svg{fill:rgba(236,174,61,.2);stroke:var(--kh-gold)}

.kh-sp-summary__wishlist.is-active{border-color:var(--kh-sp-green)!important;color:var(--kh-sp-green)!important;background:#f4f8f1!important}
.kh-sp-summary__wishlist.is-active svg{fill:currentColor}
[data-kh-favorite-toggle].is-loading{pointer-events:none;opacity:.58}

.kh-favorites,.kh-favorites *{box-sizing:border-box}
.kh-favorites{--kh-fav-accent:#6d9946;--kh-fav-gold:#ecae3d;--kh-fav-ink:#151914;--kh-fav-muted:#747a71;width:100%;padding:72px 24px 90px;background:#f7f8f4;color:var(--kh-fav-ink);font-family:Montserrat,Arial,sans-serif}
.kh-favorites a{text-decoration:none}
.kh-favorites [hidden]{display:none!important}
.kh-favorites__shell{width:min(1360px,100%);margin:0 auto}
.kh-favorites__header{max-width:730px;margin:0 auto 42px;text-align:center}
.kh-favorites__eyebrow{display:block;margin-bottom:9px;color:var(--kh-fav-accent);font-size:10px;font-weight:800;line-height:1.3;letter-spacing:.16em;text-transform:uppercase}
.kh-favorites__title{margin:0!important;color:var(--kh-fav-ink);font-size:42px!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.025em}
.kh-favorites__subtitle{max-width:610px;margin:14px auto 0!important;color:var(--kh-fav-muted);font-size:13px;line-height:1.7}
.kh-favorites__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.kh-favorites__card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid #e4e7e0;background:#fff;box-shadow:0 7px 24px rgba(26,35,22,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.kh-favorites__card:hover{transform:translateY(-3px);border-color:#d8ddcf;box-shadow:0 14px 34px rgba(26,35,22,.08)}
.kh-favorites__image{height:315px;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;border-bottom:1px solid #eceee9;overflow:hidden}
.kh-favorites__image img{display:block;width:auto!important;height:auto!important;max-width:88%!important;max-height:88%!important;margin:auto!important;object-fit:contain!important}
.kh-favorites__remove{position:absolute;top:15px;right:15px;z-index:2;width:40px;height:40px;display:grid;place-items:center;margin:0!important;padding:0!important;border:1px solid #dfe3dc!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:var(--kh-fav-accent)!important;box-shadow:0 5px 16px rgba(20,30,17,.08);cursor:pointer;transition:.18s ease}
.kh-favorites__remove:hover{border-color:var(--kh-fav-gold)!important;color:var(--kh-fav-gold)!important;transform:scale(1.04)}
.kh-favorites__remove svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.kh-favorites__body{display:flex;flex:1;min-width:0;flex-direction:column;padding:22px}
.kh-favorites__category{margin-bottom:7px;color:var(--kh-fav-accent);font-size:9px;font-weight:800;line-height:1.3;letter-spacing:.12em;text-transform:uppercase}
.kh-favorites__product-title{margin:0 0 10px!important;color:var(--kh-fav-ink);font-size:17px!important;font-weight:750!important;line-height:1.3!important}
.kh-favorites__product-title a{color:inherit!important}
.kh-favorites__product-title a:hover{color:var(--kh-fav-accent)!important}
.kh-favorites__price{margin-top:auto;padding-top:7px;color:var(--kh-fav-ink);font-size:18px;font-weight:800;line-height:1.35}
.kh-favorites__price del{margin-right:7px;color:#9a9f97;font-size:12px;font-weight:500}
.kh-favorites__price ins{text-decoration:none}
.kh-favorites__cta{min-height:46px;display:flex;align-items:center;justify-content:center;margin-top:18px;padding:10px 15px;border:1px solid var(--kh-fav-accent);background:var(--kh-fav-accent);color:#fff!important;font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-align:center;transition:background .18s ease,border-color .18s ease,color .18s ease}
.kh-favorites__cta:hover{border-color:var(--kh-fav-gold);background:var(--kh-fav-gold);color:#171b14!important}
.kh-favorites__empty{max-width:680px;margin:0 auto;padding:64px 30px;border:1px solid #e1e5dd;background:#fff;text-align:center;box-shadow:0 8px 28px rgba(26,35,22,.04)}
.kh-favorites__empty-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:#f0f5ec;color:var(--kh-fav-accent)}
.kh-favorites__empty-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.kh-favorites__empty h2{margin:0 0 9px!important;color:var(--kh-fav-ink);font-size:25px!important;font-weight:800!important}
.kh-favorites__empty p{margin:0 auto 23px!important;color:var(--kh-fav-muted);font-size:13px;line-height:1.65}
.kh-favorites__empty>a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;background:var(--kh-fav-accent);color:#fff!important;font-size:10px;font-weight:800;letter-spacing:.08em}
.kh-favorite-toast{position:fixed;right:22px;bottom:22px;z-index:2147483645;max-width:min(360px,calc(100vw - 28px));padding:13px 18px;border-left:3px solid #6d9946;background:#172116;color:#fff;font:700 12px/1.4 Montserrat,Arial,sans-serif;box-shadow:0 14px 34px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.kh-favorite-toast.is-visible{opacity:1;transform:none}
.kh-favorite-toast.is-error{border-left-color:#c9564d}

@media(max-width:1280px){
 .kh-eh--exact .kh-eh__actions{grid-template-columns:minmax(0,1fr) repeat(var(--kh-action-icons,2),42px)}
 .kh-favorites__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .kh-favorites__image{height:285px}
}
@media(max-width:820px){
 .kh-favorites{padding:56px 18px 68px}
 .kh-favorites__header{margin-bottom:32px}
 .kh-favorites__title{font-size:34px!important}
 .kh-favorites__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
 .kh-favorites__image{height:245px;padding:18px}
}
@media(max-width:520px){
 .kh-favorites{padding:44px 12px 56px}
 .kh-favorites__title{font-size:29px!important}
 .kh-favorites__subtitle{font-size:12px}
 .kh-favorites__grid{gap:10px}
 .kh-favorites__image{height:190px;padding:12px}
 .kh-favorites__body{padding:15px 13px}
 .kh-favorites__product-title{font-size:13px!important}
 .kh-favorites__price{font-size:15px}
 .kh-favorites__cta{min-height:42px;margin-top:13px;padding:8px;font-size:8.5px}
 .kh-favorites__remove{top:9px;right:9px;width:34px;height:34px}
 .kh-favorites__remove svg{width:16px;height:16px}
 .kh-favorites__empty{padding:48px 20px}
 .kh-favorite-toast{right:14px;bottom:14px}
}
@media(prefers-reduced-motion:reduce){.kh-favorites__card,.kh-favorites__remove,.kh-favorite-toast{transition:none!important}}
