
/* v1.6.5: The desktop theme already provides its own header search/account/cart.
   Keep the plugin shortcuts mobile-only so they do not appear as a second row on desktop. */
@media (min-width:768px){
  .ntpp-header-tools{display:none!important}
}
/* NovaTools Global Store UI v1.6.5 */
.ntpp-header-tools{display:inline-flex;align-items:center;gap:8px;position:relative;z-index:9999;margin:0 8px;vertical-align:middle}
.ntpp-header-tool{position:relative;width:40px;height:40px;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid #e3e8ef!important;border-radius:10px!important;background:#fff!important;color:#172033!important;text-decoration:none!important;padding:0!important;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.05);transition:.18s ease}
.ntpp-header-tool:hover{border-color:#1769d2!important;color:#1769d2!important;transform:translateY(-1px)}
.ntpp-header-tool svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ntpp-header-cart-count{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#1769d2;color:#fff;font:700 10px/17px Arial,sans-serif;text-align:center}
.ntpp-search-overlay{position:fixed;inset:0;z-index:999999;display:none}
.ntpp-search-overlay.is-open{display:block}
.ntpp-search-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(3px)}
.ntpp-search-panel{position:relative;width:min(720px,calc(100% - 28px));margin:8vh auto 0;background:#fff;border:1px solid #e5e9f0;border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.22);padding:24px}
.ntpp-search-close{position:absolute;right:15px;top:15px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:0!important;background:#f5f7fa!important;border-radius:9px;color:#475467;font-size:22px;line-height:1;cursor:pointer;z-index:2}
.ntpp-search-field-wrap{display:flex;align-items:center;gap:11px;border:1px solid #d9e0ea;border-radius:12px;padding:0 58px 0 14px;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.04)}
.ntpp-search-field-wrap:focus-within{border-color:#1769d2;box-shadow:0 0 0 3px rgba(23,105,210,.09)}
.ntpp-search-field-wrap svg{width:20px;height:20px;fill:none;stroke:#667085;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
#ntpp-global-search-input{width:100%!important;height:54px!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#111827!important;font:500 15px/1.2 Arial,sans-serif!important;padding:0!important}
.ntpp-search-hint{margin:10px 2px 14px;color:#8a94a6;font:400 11px/1.5 Arial,sans-serif}
.ntpp-search-results{max-height:60vh;overflow:auto}
.ntpp-search-empty{padding:28px 12px;text-align:center;color:#7b8494;font-size:13px}
.ntpp-search-result{display:flex;align-items:center;gap:13px;padding:10px;border:1px solid transparent;border-radius:12px;text-decoration:none!important;color:#111827!important;transition:.15s ease}
.ntpp-search-result:hover{background:#f7f9fc;border-color:#e6ebf2}
.ntpp-search-result img{width:56px;height:56px;border-radius:9px;object-fit:cover;background:#f3f5f8;flex:0 0 56px}
.ntpp-search-result-name{font:700 13px/1.35 Arial,sans-serif}
.ntpp-search-result-price{margin-top:4px;color:#1769d2;font:700 12px/1.3 Arial,sans-serif}
.ntpp-cart-page{width:100%;max-width:1120px;margin:0 auto;padding:34px 18px 70px;font-family:Inter,Arial,sans-serif;color:#111827}
.ntpp-cart-page h1{margin:0 0 22px;font-size:30px;line-height:1.2;font-weight:800;letter-spacing:-.4px}
.ntpp-cart-empty{padding:55px 20px;text-align:center;border:1px solid #e6eaf0;border-radius:16px;background:#fff;box-shadow:0 5px 22px rgba(15,23,42,.04)}
.ntpp-cart-empty-icon{width:62px;height:62px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f2f6fb;color:#1769d2}
.ntpp-cart-empty-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ntpp-cart-empty h2{margin:0 0 7px;font-size:20px}.ntpp-cart-empty p{margin:0 0 20px;color:#7b8494;font-size:13px}
.ntpp-cart-shop-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:9px;background:#1769d2;color:#fff!important;text-decoration:none!important;font-weight:700;font-size:13px}
.ntpp-cart-table{border:1px solid #e5e9ef;border-radius:14px;overflow:hidden;background:#fff}.ntpp-cart-item{display:grid;grid-template-columns:82px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:16px;border-bottom:1px solid #edf0f4}.ntpp-cart-item:last-child{border-bottom:0}.ntpp-cart-item img{width:82px;height:82px;border-radius:10px;object-fit:cover;background:#f5f7fa}.ntpp-cart-item-name{font-size:14px;font-weight:700}.ntpp-cart-item-meta{margin-top:5px;color:#8a94a6;font-size:11px}.ntpp-cart-item-price{color:#1769d2;font-size:13px;font-weight:700}.ntpp-cart-item-remove{color:#98a2b3!important;text-decoration:none!important;font-size:18px}.ntpp-cart-summary{display:flex;justify-content:flex-end;margin-top:18px}.ntpp-cart-total{min-width:280px;padding:18px;border:1px solid #e5e9ef;border-radius:14px;background:#fff}.ntpp-cart-total-row{display:flex;justify-content:space-between;gap:20px;font-size:14px;font-weight:700}.ntpp-cart-checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin-top:14px;border-radius:9px;background:#1769d2;color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:700}
@media(max-width:767px){.ntpp-header-tools{gap:5px;margin:0 4px}.ntpp-header-tool{width:36px;height:36px;border-radius:9px!important}.ntpp-header-tool svg{width:18px;height:18px}.ntpp-search-panel{margin-top:4vh;padding:18px;border-radius:15px}.ntpp-search-hint{font-size:10px}.ntpp-cart-page{padding:24px 12px 50px}.ntpp-cart-page h1{font-size:25px}.ntpp-cart-item{grid-template-columns:58px minmax(0,1fr) auto;gap:10px;padding:12px}.ntpp-cart-item img{width:58px;height:58px}.ntpp-cart-item-price{grid-column:2}.ntpp-cart-item-remove{grid-column:3;grid-row:1}.ntpp-cart-summary{justify-content:stretch}.ntpp-cart-total{width:100%;min-width:0}}
