/* EasyShop v1.0.19 — Customer Shopping Experience */
.es-smart-search{position:relative;min-width:0}
[data-smart-search-form] .bbk-filter-main,[data-smart-search-form] .products-filter-main{position:relative}
.es-search-suggestions{position:absolute;z-index:1200;top:calc(100% + 8px);left:0;right:0;display:none;overflow:hidden;border:1px solid #dce3ec;border-radius:16px;background:#fff;box-shadow:0 22px 50px rgba(15,23,42,.18)}
.es-search-suggestions.is-open{display:block;animation:esSuggestIn .16s ease-out both}
@keyframes esSuggestIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.es-search-suggestion{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 13px;color:#172033;text-decoration:none;border-bottom:1px solid #eef2f6}
.es-search-suggestion:last-child{border-bottom:0}
.es-search-suggestion:hover,.es-search-suggestion.is-active{background:#f5f8ff}
.es-search-suggestion img{width:54px;height:62px;object-fit:cover;border-radius:9px;background:#eef2f7}
.es-search-suggestion__copy{min-width:0}
.es-search-suggestion__title{display:block;overflow:hidden;color:#111827;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.es-search-suggestion__subtitle,.es-search-suggestion__meta{display:block;overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.es-search-suggestion__price{color:#0f172a;font-weight:900;white-space:nowrap}
.es-search-suggestions__status{padding:15px;color:#64748b;text-align:center;font-size:13px}
.es-search-suggestions__all{display:flex;width:calc(100% - 20px);min-height:48px;margin:10px;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border:1px solid #d7e2f3;border-radius:13px;background:linear-gradient(135deg,#f7faff 0%,#edf4ff 100%);box-shadow:0 5px 14px rgba(23,92,211,.08);color:#175cd3;font:inherit;font-weight:900;line-height:1.2;text-align:center;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}
.es-search-suggestions__all::before{content:"⌕";display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:8px;background:#fff;color:#175cd3;box-shadow:0 2px 7px rgba(23,92,211,.12);font-size:18px;font-weight:900}
.es-search-suggestions__all::after{content:"→";margin-left:auto;font-size:19px;line-height:1;transition:transform .16s ease}
.es-search-suggestions__all:hover,.es-search-suggestions__all:focus-visible{border-color:#9fc0f5;background:linear-gradient(135deg,#f2f7ff 0%,#e4efff 100%);box-shadow:0 9px 22px rgba(23,92,211,.14);transform:translateY(-1px);outline:none}
.es-search-suggestions__all:hover::after,.es-search-suggestions__all:focus-visible::after{transform:translateX(3px)}
.es-search-suggestions__all:active{transform:translateY(0);box-shadow:0 4px 10px rgba(23,92,211,.1)}

/* v1.0.18 fail-safe: enhancement scripts must never hide valid images. */
.bbk-card-media img,.product-card-media img,.bbk-wishlist-image img,.bbk-detail-cover-wrap img,.product-main-image img,.bbk-quick-view-image-wrap img,.product-quick-view-image-wrap img{opacity:1!important}

.bbk-quick-view-dialog,.product-quick-view-dialog{transform:translateY(8px) scale(.985);opacity:0;transition:transform .2s ease,opacity .2s ease}
.bbk-quick-view:not([hidden]) .bbk-quick-view-dialog,.product-quick-view:not([hidden]) .product-quick-view-dialog{transform:none;opacity:1}

@media(max-width:700px){
 .bbk-page-shell{padding-left:12px;padding-right:12px}
 .bbk-filter-bar,.products-filter{gap:8px}
 .bbk-filter-main,.products-filter-main{gap:7px}
 .bbk-filter-main input,.products-filter-main input{min-width:0;font-size:16px}
 .bbk-filter-main button,.products-filter-main button{padding-left:14px;padding-right:14px}
 .bbk-listing-controls,.products-listing-controls{gap:7px}
 .bbk-compact-sort,.products-compact-sort{scrollbar-width:none}
 .bbk-compact-sort::-webkit-scrollbar,.products-compact-sort::-webkit-scrollbar{display:none}
 .es-search-suggestions{position:fixed;top:auto;left:10px;right:10px;margin-top:7px;max-height:min(62vh,480px);overflow:auto}
 .es-search-suggestion{grid-template-columns:46px minmax(0,1fr) auto;padding:10px}
 .es-search-suggestion img{width:46px;height:54px}
 .es-search-suggestion__price{font-size:12px}
}
@media(prefers-reduced-motion:reduce){.es-search-suggestions.is-open,.bbk-quick-view-dialog,.product-quick-view-dialog{animation:none;transition:none}}
