.isearch-container.isearch-mega-layout { background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.15); border-radius: 0 0 8px 8px; z-index: 1001; box-sizing: border-box; display: flex; flex-direction: column; overflow: hidden; font-family: inherit; }
.d-none { display: none !important; }
.isearch-close-btn-wrapper { position: absolute; top: 8px; right: 10px; z-index: 1001; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: transparent; border-radius: 50%; cursor: pointer; transition: background 0.2s; }
.isearch-close-btn-wrapper:hover { background: rgba(0,0,0,0.05); }
.isearch-close-x { font-size: 22px; color: #999; line-height: 1; margin: 0; padding: 0; }
.isearch-close-x:hover { color: #333; }
@media (max-width: 991px) {
    .isearch-container.isearch-mega-layout { position: fixed !important; left: 0 !important; width: 100vw !important; margin: 0 !important; border-radius: 0; border-top: 1px solid #eee; }
    .isearch-mobile-tabs { display: flex !important; flex-direction: row; flex-wrap: nowrap; width: 100%; background: #ebf7f9; flex-shrink: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; height: 48px; position: relative; z-index: 1001; padding-right: 40px; }
    .isearch-tab-item { flex: 1; min-width: 90px; text-align: center; padding: 0 10px; line-height: 46px; font-size: 14px; font-weight: 600; color: #444; white-space: nowrap; cursor: pointer; border-bottom: 3px solid transparent; transition: all 0.2s; pointer-events: auto; }
    .isearch-tab-item.active { border-bottom-color: #00b6eb; color: #000; background: transparent; }
    .isearch-tab-item.hidden-tab { display: none !important; }
    .isearch-scroll-wrapper { overflow-y: auto; height: 100%; background: #fff; padding: 10px; padding-bottom: 120px; -webkit-overflow-scrolling: touch; }
    .isearch-layout-grid { display: block; }
    .isearch-col { display: block; width: 100%; padding: 0; border: none; }
    .isearch-tab-section { display: none; width: 100%; }
    .isearch-tab-section.mobile-visible { display: block !important; animation: fadeIn 0.2s; }
    .isearch-products-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .image-wrapper { height: 120px !important; }
    #tab-content-suggestions { display: block !important; background: #ebf7f9; padding: 10px 10px 15px 10px; margin: -10px -10px 15px -10px; text-align: center; width: calc(100% + 20px); box-sizing: border-box; }
    #tab-content-suggestions .isearch-section-title { display: none !important; }
    .isearch-suggestion-item { margin: 0 4px 8px 4px; }
}
@media (min-width: 992px) {
    .isearch-container.isearch-mega-layout { position: absolute; margin-top: 5px; }
    .isearch-mobile-tabs { display: none !important; }
    .isearch-scroll-wrapper { max-height: 65vh; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #ddd #f1f1f1; }
    .isearch-scroll-wrapper::-webkit-scrollbar { width: 6px; }
    .isearch-scroll-wrapper::-webkit-scrollbar-track { background: #f1f1f1; }
    .isearch-scroll-wrapper::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
    .isearch-layout-grid { display: flex; width: 100%; min-height: 300px; }
    .isearch-col { padding: 25px; border-right: 3px solid #ebf7f9; }
    .isearch-col:last-child { border-right: none; }
    .isearch-tab-section { display: block; margin-bottom: 25px; }
    .isearch-tab-section:last-child { margin-bottom: 0; }
    .isearch-col-left { width: 22%; background: #ebf7f9; }
    .isearch-col-categories { width: 25%; }
    .isearch-col-products { flex: 1; background: #fff; }
    .isearch-products-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    #tab-content-suggestions { margin-bottom: 25px; }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.isearch-section-title { font-size: 15px; font-weight: 600; margin-bottom: 15px; font-family: "Catamaran", sans-serif; }
.isearch-suggestion-item { display: inline-block; background: #fff; padding: 6px 12px; margin: 0 6px 8px 0; color: #000; text-decoration: none; border-radius: 8px; text-transform: capitalize; font-weight: 600; }
.isearch-suggestion-item:hover { background: #00addf; color: #fff; border-color: #00addf; text-decoration: none; }
.isearch-manufacturer-item { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; width: 100%; margin: 0 0 10px 0; padding: 10px; background: #fff; border-radius: 8px; text-decoration: none; box-sizing: border-box; overflow: hidden; }
.isearch-manufacturer-item:hover { border-color: #00b6eb; box-shadow: 0 4px 15px rgba(0,173,223,0.1); text-decoration: none; }
.isearch-manufacturer-image { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; flex-shrink: 0; }
.isearch-manufacturer-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.isearch-manufacturer-name { font-weight: 600; color: #000; text-align: center; width: 100%; word-wrap: break-word; }
@media (max-width: 991px) { .isearch-manufacturer-item { display: inline-flex; width: calc(50% - 10px); margin: 0 10px 10px 0; vertical-align: top; } .isearch-manufacturer-item:nth-of-type(even) { margin-right: 0; } }
.isearch-category-pill { display: flex; justify-content: space-between; align-items: center; background: #ebf7f9; color: #00b6eb; padding: 10px 15px; text-decoration: none; margin-bottom: 8px; border-radius: 8px; font-weight: 600; }
.isearch-category-pill:hover { background: #00b6eb; color: #fff; text-decoration: none; }
.isearch-product-card { padding: 10px; border: 1px solid transparent; border-radius: 8px; transition: all 0.2s; position: relative; }
.isearch-product-card:hover { border-color: #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.isearch-product-card a.product-link { text-decoration: none; color: inherit; display: block; }
.image-wrapper { height: 220px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.image-wrapper img { max-height: 100%; max-width: 100%; object-fit: contain; }
.product-name { font-size: 13px; font-weight: 600; color: #333; margin: 0 0 5px 0; height: 34px; overflow: hidden; line-height: 1.3; }
.price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; }
.price-box { font-weight: bold; font-size: 14px; color: #333; }
.special { color: #ff4d4d; }
.price-old { color: #999; text-decoration: line-through; font-size: 11px; margin-left: 5px; }
.cart-btn-visual { width: 32px; height: 32px; background: #00addf; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; z-index: 5; }
.cart-btn-visual:hover { background: #008cb5; }
.isearch-footer-action { padding: 15px; text-align: center; border-top: 1px solid #eee; }
.btn-view-more { display: inline-block; padding: 10px 30px; background: #00addf; color: #fff !important; border-radius: 20px; font-weight: bold; text-decoration: none; }