/* Fann.co Header */
body.fann-lock-scroll { overflow: hidden; }
.fann-header { position: relative; z-index: 900; width: 100%; }
.fann-header svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fann-header__top { background: var(--fann-black); color: #fff; }
.fann-header__container { width: min(1360px, calc(100% - 36px)); margin: 0 auto; }
.fann-header__top .fann-header__container { min-height: 80px; display: grid; grid-template-columns: 190px minmax(320px, 1fr) auto; align-items: center; gap: 28px; }

.fann-logo { display: flex; align-items: center; justify-content: flex-start; width: 164px; height: 58px; padding: 0; background: transparent; border-radius: 0; overflow: visible; }
.fann-logo img { display: block; max-height: 54px; width: auto; max-width: 150px; object-fit: contain; }
.fann-mobile-row { display: contents; }
.fann-header__mobile-actions { display: none; }
/* Keep the hamburger explicitly hidden on desktop. It also uses fann-icon-btn,
   whose later display rule must not make the desktop header wrap. */
.fann-header .fann-menu-toggle { display: none !important; }

.fann-search-shell { height: 48px; display: flex; align-items: center; gap: 9px; position: relative; border-radius: 28px; background: #3c3c3c; transition: background .2s ease, box-shadow .2s ease; overflow: hidden; }
.fann-search-shell:focus-within, .fann-header.fann-search-open .fann-search-shell { background: #fff; box-shadow: inset 0 0 0 1px #d8d8d8; color: #1f1f1f; }
.fann-search-leading { margin-left: 16px; width: 18px !important; height: 18px !important; color: #d2d2d2; }
.fann-header.fann-search-open .fann-search-leading, .fann-search-shell:focus-within .fann-search-leading { color: #7a7a7a; }
.fann-live-search-input { flex: 1; width: 100%; height: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 15px; padding: 0; }
.fann-live-search-input::placeholder { color: #f0f0f0; opacity: .92; }
.fann-search-shell:focus-within .fann-live-search-input, .fann-header.fann-search-open .fann-live-search-input { color: #222; }
.fann-search-shell:focus-within .fann-live-search-input::placeholder, .fann-header.fann-search-open .fann-live-search-input::placeholder { color: #979ba4; }
.fann-search-submit { flex: 0 0 auto; margin-right: 5px; width: 44px; height: 38px; border: 0; border-radius: 21px; display: none; place-items: center; background: var(--fann-accent); color: #111; }
.fann-header.fann-search-open .fann-search-submit { display: inline-grid; }
.fann-header.fann-search-open .fann-search-leading { display: none; }
.fann-header.fann-search-open .fann-live-search-input { padding-left: 16px; }
.fann-search-submit svg { width: 20px; height: 20px; stroke-width: 2.1; }

.fann-header__links { display: flex; align-items: center; justify-content: flex-end; gap: 22px; white-space: nowrap; font-weight: 650; font-size: 15px; }
.fann-header__top .fann-header__container > .fann-search-shell { min-width: 0; }
.fann-header__top .fann-header__container > .fann-header__links { min-width: max-content; }
.fann-header-contact { display: flex; align-items: center; gap: 16px; }
.fann-header-contact__item { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 13px; font-weight: 600; line-height: 1.2; }
.fann-header-contact__item svg { flex: 0 0 18px; width: 18px !important; height: 18px !important; stroke-width: 1.7; }
.fann-header__links a:not(.fann-icon-btn) { transition: color .18s ease; }
.fann-header__links a:hover { color: var(--fann-accent); }
.fann-header__links .fann-accent-link { color: var(--fann-accent); }
.fann-icon-btn { position: relative; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: transparent; color: #fff; display: inline-grid; place-items: center; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.fann-icon-btn:hover { border-color: var(--fann-accent); color: var(--fann-accent); }
.fann-icon-btn svg { width: 24px; height: 24px; }
.fann-cart-count { position: absolute; right: -4px; top: -5px; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 11px; background: var(--fann-accent); color: #111; font-size: 12px; line-height: 22px; text-align: center; font-weight: 800; border: 2px solid var(--fann-black); }

.fann-desktop-nav { height: 56px; background: var(--fann-nav-bg, #FEC30F); border-bottom: 1px solid rgba(0,0,0,.08); box-shadow: 0 2px 8px rgba(0,0,0,.025); }
.fann-desktop-nav__inner { height: 100%; display: flex; align-items: center; justify-content: center; }
.fann-menu { margin: 0; padding: 0; list-style: none; }
.fann-menu--desktop { display: flex; align-items: center; justify-content: center; gap: 0; height: 100%; }
.fann-menu--desktop > li { position: relative; height: 100%; display: flex; align-items: center; }
.fann-menu--desktop > li > a { display: flex; align-items: center; gap: 7px; height: 100%; padding: 0 15px; color: #111; font-size: 14px; font-weight: 520; transition: color .18s ease; }
.fann-menu--desktop li.menu-item-has-children > a::after { content: ''; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 3px; transition: transform .18s ease; }
.fann-menu--desktop > li:hover > a { color: #fff; }
.fann-menu--desktop > li.current-menu-item > a, .fann-menu--desktop > li.current-menu-ancestor > a { color: var(--fann-accent-strong); }
.fann-menu--desktop > li:hover > a::after { transform: rotate(225deg) translate(-2px,-2px); }
.fann-menu--desktop .sub-menu { position: absolute; z-index: 30; left: 0; top: calc(100% - 2px); min-width: 210px; padding: 6px 0; margin: 0; list-style: none; background: #fff; border-radius: 0 0 13px 13px; box-shadow: 0 16px 38px rgba(0,0,0,.16); visibility: hidden; opacity: 0; transform: translateY(7px); transition: .18s ease; }
.fann-menu--desktop li:hover > .sub-menu, .fann-menu--desktop li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.fann-menu--desktop .sub-menu li { position: relative; }
.fann-menu--desktop .sub-menu a { display: flex; align-items: center; justify-content: space-between; min-height: 36px; padding: 7px 13px; color: #282828; font-size: 14px; line-height: 1.25; }
.fann-menu--desktop .sub-menu a:hover { color: var(--fann-accent-strong); background: #fafafa; }
.fann-menu--desktop .sub-menu li.menu-item-has-children > a::after { transform: rotate(-45deg); }
.fann-menu--desktop .sub-menu .sub-menu { left: calc(100% - 4px); top: -6px; border-radius: 12px; }

/* Search overlay */
.fann-search-panel { position: fixed; z-index: 880; left: 50%; top: var(--fann-search-panel-top, 90px); width: min(1200px, calc(100% - 40px)); max-height: calc(100vh - var(--fann-search-panel-top, 90px) - 18px); transform: translate(-50%, -12px); background: #fff; border-radius: 15px; box-shadow: var(--fann-shadow); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; overflow: hidden; }
.fann-header.fann-search-open .fann-search-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.fann-search-panel__inner { position: relative; display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 24px; padding: 54px 28px 40px; max-height: calc(100vh - var(--fann-search-panel-top, 90px) - 18px); overflow-y: auto; }
.fann-search-panel__close { position: absolute; right: 18px; top: 15px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f5f5f5; color: #222; font-size: 25px; line-height: 1; }
.fann-trending-search { padding: 0 22px 0 0; border-right: 1px solid #ececec; }
.fann-trending-search h2, .fann-trending-products h2 { margin: 0 0 16px; color: #262626; font-size: 21px; line-height: 1.2; }
.fann-trending-search__list { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.fann-trending-keyword { padding: 0; border: 0; background: none; color: #555; font-size: 14px; text-align: left; }
.fann-trending-keyword:hover { color: var(--fann-accent-strong); }
.fann-search-results { min-height: 300px; }
.fann-search-products-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.fann-search-product { display: flex; flex-direction: column; min-width: 0; padding: 16px; border: 1px solid #e1e4e8; border-radius: 18px; background: #fff; box-shadow: 0 8px 14px rgba(0,0,0,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.fann-search-product:hover { transform: translateY(-2px); border-color: #d1d4d8; box-shadow: 0 12px 22px rgba(0,0,0,.09); }
.fann-search-product__image { height: 160px; display: grid; place-items: center; margin-bottom: 8px; }
.fann-search-product__image img { width: 100%; height: 100%; object-fit: contain; }
.fann-search-product__title { display: block; min-height: 48px; color: #333; font-size: 17px; line-height: 1.38; font-weight: 700; }
.fann-search-product__price { display: block; margin-top: 8px; color: #222; font-size: 17px; font-weight: 750; }
.fann-search-product__price del { color: #888; font-size: 13px; font-weight: 500; margin-right: 7px; }
.fann-search-product__price ins { text-decoration: none; }
.fann-search-empty { padding: 30px 0; color: #777; }
.fann-search-loading { display: flex; align-items: center; gap: 10px; color: #777; padding: 24px 0; }
.fann-search-loading::before { content: ''; width: 18px; height: 18px; border-radius: 50%; border: 2px solid #ddd; border-top-color: var(--fann-accent); animation: fannSpin .7s linear infinite; }
@keyframes fannSpin { to { transform: rotate(360deg); } }

/* Mobile menu */
.fann-mobile-overlay { position: fixed; z-index: 1190; inset: 0; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; transition: .2s ease; }
.fann-mobile-overlay.is-open { opacity: 1; visibility: visible; }
.fann-mobile-menu { position: fixed; z-index: 1200; left: 0; top: 0; bottom: 0; width: min(430px, 92vw); background: #fff; transform: translateX(-102%); transition: transform .25s ease; overflow-y: auto; }
.fann-mobile-menu.is-open { transform: translateX(0); }
.fann-mobile-menu__head { height: 62px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: #151515; color: #fff; }
.fann-mobile-menu__head strong { font-size: 17px; }
.fann-mobile-menu__close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: #fff; font-size: 26px; line-height: 1; }
.fann-mobile-menu__nav { border-bottom: 1px solid #e3e3e3; }
.fann-menu--mobile li { position: relative; border-bottom: 1px solid #f0f0f0; }
.fann-menu--mobile li:last-child { border-bottom: 0; }
.fann-menu--mobile a { display: block; padding: 14px 54px 14px 16px; color: #333; font-size: 15px; font-weight: 650; }
.fann-mobile-menu__nav .sub-menu { display: none; margin: 0; padding: 0; list-style: none; background: #f7f7f7; }
.fann-mobile-menu__nav .sub-menu a { padding-left: 30px; font-weight: 550; }
.fann-mobile-menu__nav .sub-menu .sub-menu a { padding-left: 44px; }
.fann-mobile-submenu-toggle { position: absolute; z-index: 2; right: 8px; top: 6px; width: 40px; height: 40px; border: 0; background: transparent; color: #111; font-size: 24px; line-height: 1; }
.fann-mobile-submenu-toggle::before { content: '›'; display: block; transition: transform .18s ease; }
.fann-mobile-submenu-toggle.is-open::before { transform: rotate(90deg); }
.fann-mobile-menu__utilities { display: flex; flex-direction: column; gap: 0; padding: 8px 0 35px; }
.fann-mobile-menu__utilities a, .fann-mobile-login { min-height: 44px; padding: 11px 16px; border: 0; background: transparent; color: #222; text-align: left; font-size: 15px; font-weight: 650; }
.fann-mobile-menu__utilities .fann-accent-link { color: #ef4b19; }
.fann-mobile-contact { display: flex !important; align-items: center; gap: 10px; }
.fann-mobile-contact svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Modal shared */
.fann-modal { position: fixed; z-index: 1500; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: opacity .18s ease, visibility .18s; }
.fann-modal.is-open { visibility: visible; opacity: 1; }
.fann-modal__backdrop { position: absolute; inset: 0; background: rgba(17,25,31,.43); backdrop-filter: blur(4px); }
.fann-modal__panel { position: relative; z-index: 2; width: min(540px, calc(100% - 30px)); max-height: calc(100vh - 40px); border-radius: 15px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.25); overflow: hidden; }
.fann-modal__head { min-height: 72px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e2e2e2; }
.fann-modal__head h2 { margin: 0; font-size: 25px; color: #222; }
.fann-modal__head--centered { justify-content: center; position: relative; }
.fann-modal__head--centered .fann-modal__close { position: absolute; right: 16px; }
.fann-modal__close { width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f7f7f7; color: #333; font-size: 28px; line-height: 1; }

/* Cart */
.fann-cart-panel { height: min(820px, calc(100vh - 60px)); display: flex; flex-direction: column; }
.fann-cart-topline { padding: 22px 24px 10px; display: flex; align-items: center; justify-content: space-between; }
.fann-cart-item-heading { font-size: 21px; color: #222; }
.fann-clear-cart { border: 0; background: none; color: #f05c14; font-size: 14px; }
.fann-cart-items-wrap { flex: 1; min-height: 0; overflow-y: auto; padding: 5px 24px 15px; }
.fann-cart-empty { min-height: 210px; display: grid; place-items: center; color: #8a8a8a; text-align: center; }
.fann-cart-lines { display: flex; flex-direction: column; gap: 12px; }
.fann-cart-line { display: grid; grid-template-columns: 76px 1fr 32px; gap: 12px; align-items: center; padding: 10px; border: 1px solid #ececec; border-radius: 13px; }
.fann-cart-line__image { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 8px; overflow: hidden; background: #f8f8f8; }
.fann-cart-line__image img { width: 100%; height: 100%; object-fit: contain; }
.fann-cart-line__title { display: block; color: #242424; font-size: 14px; font-weight: 700; line-height: 1.35; }
.fann-cart-line__meta { color: #8c8c8c; font-size: 12px; margin-top: 3px; }
.fann-cart-line__price { color: #1d1d1d; font-weight: 700; font-size: 14px; margin-top: 3px; }
.fann-cart-line__remove { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #f7f7f7; color: #555; font-size: 20px; }
.fann-cart-order-summary { padding: 12px 24px 24px; }
.fann-cart-order-summary h3 { margin: 0 0 16px; font-size: 20px; color: #222; }
.fann-coupon-row { height: 50px; display: flex; align-items: center; border: 1px solid #dedede; border-radius: 27px; overflow: hidden; }
.fann-coupon-input { flex: 1; min-width: 0; height: 100%; padding: 0 16px; border: 0; outline: 0; color: #333; }
.fann-coupon-input::placeholder { color: #9aa2af; }
.fann-apply-coupon { margin-right: 5px; height: 38px; padding: 0 20px; border: 0; border-radius: 21px; background: #111; color: #fff; font-size: 13px; font-weight: 700; }
.fann-cart-message { min-height: 20px; margin-top: 5px; font-size: 12px; color: #188b42; }
.fann-cart-message.is-error { color: #c73625; }
.fann-cart-summary-wrap { margin-top: 2px; }
.fann-cart-summary-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 6px 0; color: #555; }
.fann-cart-summary-row strong { color: #222; }
.fann-cart-summary-row--total { margin-top: 4px; padding-top: 10px; border-top: 1px solid #dedede; color: #222; font-size: 18px; font-weight: 700; }
.fann-cart-continue { margin-top: 26px; width: 100%; height: 48px; display: grid; place-items: center; border-radius: 25px; background: var(--fann-accent); color: #111; font-size: 14px; font-weight: 800; transition: filter .18s ease; }
.fann-cart-continue:hover { filter: brightness(.94); }

/* Login */
.fann-login-panel { width: min(425px, calc(100% - 30px)); }
.fann-login-body { padding: 24px; }
.fann-google-login { height: 50px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid #dadada; border-radius: 26px; color: #222; font-weight: 600; }
.fann-google-g { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #4285f4; font-size: 20px; font-weight: 800; }
.fann-login-divider { margin: 22px 0; display: flex; align-items: center; gap: 10px; color: #555; font-size: 13px; }
.fann-login-divider::before, .fann-login-divider::after { content: ''; flex: 1; height: 1px; background: #e0e0e0; }
.fann-login-form label { display: block; margin: 7px 0 3px; color: #2b2b2b; font-size: 13px; }
.fann-login-form > input, .fann-password-wrap { width: 100%; height: 42px; border: 1px solid #d8d8d8; border-radius: 6px; background: #fff; }
.fann-login-form > input { padding: 0 12px; outline: 0; }
.fann-password-wrap { display: flex; align-items: center; overflow: hidden; }
.fann-password-wrap input { flex: 1; min-width: 0; height: 100%; padding: 0 12px; border: 0; outline: 0; }
.fann-password-toggle { width: 42px; height: 100%; border: 0; background: transparent; color: #444; }
.fann-forgot-password { display: block; margin: 7px 0 17px; text-align: right; color: #222; font-size: 13px; }
.fann-login-message { min-height: 18px; margin: -7px 0 7px; font-size: 12px; color: #c73625; }
.fann-login-submit { width: 100%; height: 42px; border: 0; border-radius: 24px; background: var(--fann-accent); color: #111; font-weight: 800; }
.fann-create-account { margin-top: 15px; text-align: center; color: #333; font-size: 13px; }
.fann-create-account a { color: #f06515; font-weight: 700; }

@media (max-width: 1180px) {
  .fann-header__top .fann-header__container { grid-template-columns: 165px minmax(270px,1fr) auto; gap: 18px; }
  .fann-logo { width: 150px; }
  .fann-header__links { gap: 13px; font-size: 13px; }
  .fann-header-contact { gap: 10px; }
  .fann-header-contact__item { font-size: 12px; }
  .fann-menu--desktop > li > a { padding: 0 10px; font-size: 13px; }
  .fann-search-panel { width: calc(100% - 30px); }
}

@media (max-width: 900px) {
  .fann-header__container { width: calc(100% - 32px); }
  .fann-header__top .fann-header__container { min-height: 133px; padding: 8px 0 14px; display: flex; flex-wrap: wrap; gap: 8px 12px; }
  .fann-mobile-row { width: 100%; height: 58px; display: grid; grid-template-columns: 42px 1fr 48px; align-items: center; gap: 8px; }
  .fann-header .fann-menu-toggle { display: inline-grid !important; width: 42px; height: 42px; border: 0; }
  .fann-mobile-row .fann-logo { justify-self: start; width: 145px; height: 52px; }
  .fann-header__mobile-actions { display: flex; justify-self: end; }
  .fann-header__mobile-actions .fann-icon-btn { width: 44px; height: 44px; }
  .fann-search-shell { order: 3; width: 100%; height: 42px; background: #fff; color: #222; }
  .fann-search-leading { display: none; }
  .fann-live-search-input { padding-left: 16px; color: #222; font-size: 14px; }
  .fann-live-search-input::placeholder { color: #9aa2af; }
  .fann-search-submit,
  .fann-header.fann-search-open .fann-search-submit { display: inline-grid; width: 44px; height: 34px; margin-right: 4px; }
  .fann-header.fann-search-open .fann-live-search-input { padding-left: 16px; }
  .fann-header__links, .fann-desktop-nav { display: none; }
  .fann-search-panel { top: 133px; width: min(100%, 470px); max-height: calc(100vh - 133px); border-radius: 0; transform: translate(-50%, -6px); box-shadow: none; }
  .fann-search-panel__inner { display: block; max-height: calc(100vh - 133px); padding: 24px 18px 40px; }
  .fann-search-panel__close { right: 14px; top: 14px; }
  .fann-trending-search { padding: 0 40px 20px 0; border-right: 0; border-bottom: 0; }
  .fann-trending-search h2, .fann-trending-products h2 { font-size: 19px; }
  .fann-trending-search__list { gap: 7px; }
  .fann-trending-products { margin-top: 4px; }
  .fann-search-products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
  .fann-search-product { padding: 12px; border-radius: 17px; }
  .fann-search-product__image { height: 130px; }
  .fann-search-product__title { min-height: 44px; font-size: 14px; }
  .fann-search-product__price { font-size: 15px; }
}

@media (max-width: 520px) {
  .fann-header__container { width: calc(100% - 28px); }
  .fann-mobile-row .fann-logo { width: 136px; height: 50px; padding: 4px 8px; }
  .fann-search-products-grid { gap: 14px; }
  .fann-search-product__image { height: 120px; }
  .fann-search-product__title { font-size: 13.5px; }
  .fann-cart-panel { height: calc(100vh - 24px); }
  .fann-modal__panel { max-height: calc(100vh - 24px); }
  .fann-modal__head { min-height: 66px; padding: 0 18px; }
  .fann-modal__head h2 { font-size: 22px; }
  .fann-cart-topline { padding: 18px 18px 8px; }
  .fann-cart-items-wrap { padding-left: 18px; padding-right: 18px; }
  .fann-cart-order-summary { padding-left: 18px; padding-right: 18px; padding-bottom: 18px; }
  .fann-cart-line { grid-template-columns: 64px 1fr 28px; }
  .fann-cart-line__image { width: 64px; height: 64px; }
}


.fann-trending-category{display:block;padding:0;border:0;background:transparent;color:#616161;font:inherit;line-height:1.45;text-align:left;cursor:pointer;transition:color .16s ease,transform .16s ease}.fann-trending-category:hover,.fann-trending-category:focus-visible,.fann-trending-category.is-active{color:var(--fann-accent);transform:translateX(2px)}
