/* Global header */
.wbt-global-header{position:sticky;top:0;z-index:9999;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);}
.wbt-gh-inner{max-width:1200px;margin:0 auto;padding:var(--wbt-gh-pad-y,10px) var(--wbt-gh-pad-x,16px);display:flex;align-items:center;justify-content:space-between;gap:12px;}
.wbt-gh-left{display:flex;align-items:center;min-width:0;}
.wbt-gh-logo,.wbt-gh-logo.custom-logo-link{display:inline-flex !important;align-items:center;line-height:1;text-decoration:none;min-height:var(--wbt-gh-logo-max-h,28px);}
.wbt-gh-logo img, .wbt-gh-custom-logo, .wbt-gh-logo .custom-logo{display:block !important;height:auto !important;width:auto !important;max-height:var(--wbt-gh-logo-max-h,28px) !important;max-width:var(--wbt-gh-logo-max-w,9999px) !important;object-fit:contain;image-rendering:auto;}
.wbt-gh-inner[style*="--wbt-gh-logo-max-w:0px"] .wbt-gh-logo img,
.wbt-gh-inner[style*="--wbt-gh-logo-max-w:0px"] .wbt-gh-custom-logo,
.wbt-gh-inner[style*="--wbt-gh-logo-max-w:0px"] .wbt-gh-logo .custom-logo{max-width:100% !important;}
.wbt-gh-site-name{font-weight:700;color:#111;font-size:16px;}
body .wbt-global-header .wbt-gh-logo img,
body .wbt-global-header .wbt-gh-custom-logo,
body .wbt-global-header .wbt-gh-logo .custom-logo{max-height:var(--wbt-gh-logo-max-h,28px) !important;height:auto !important;width:auto !important;max-width:var(--wbt-gh-logo-max-w,9999px) !important;}
body .wbt-global-header .custom-logo-link{display:inline-flex !important;align-items:center;}

.wbt-gh-right{display:flex;align-items:center;gap:10px;}
.wbt-gh-icon{width:38px;height:38px;border-radius:999px;border:0;background:transparent;color:#111;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;text-decoration:none;padding:0;}
.wbt-gh-icon svg{width:18px;height:18px;}
/* Force header icon color (avoid theme overrides) */
.wbt-gh-icon, .wbt-gh-icon *{color:#111 !important;}
.wbt-gh-icon svg{opacity:1 !important;visibility:visible !important;display:block !important;filter:none !important;}
.wbt-gh-icon svg, .wbt-gh-icon svg *{stroke:#111 !important;fill:none !important;}

.wbt-gh-badge{position:absolute;top:-6px;right:-6px;background:#111;color:#fff;border-radius:999px;font-size:11px;line-height:1;padding:4px 6px;min-width:18px;text-align:center;}
/* overlays */
.wbt-gh-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:10000;opacity:0;pointer-events:none;transition:.2s;}
.wbt-gh-overlay.is-open{opacity:1;pointer-events:auto;}
.wbt-gh-search-panel,.wbt-gh-menu-drawer{position:fixed;top:0;right:0;height:100vh;width:min(420px,92vw);background:#fff;z-index:10001;transform:translateX(100%);transition:.25s;box-shadow:-10px 0 30px rgba(0,0,0,.12);display:flex;flex-direction:column;}
.wbt-gh-search-panel.is-open,.wbt-gh-menu-drawer.is-open{transform:translateX(0);}
.wbt-gh-panel-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);}
.wbt-gh-panel-title{font-weight:700;color:#111;}
.wbt-gh-close{width:34px;height:34px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;font-size:20px;line-height:1;cursor:pointer;}
.wbt-gh-search-form{padding:16px;display:flex;gap:10px;}
.wbt-gh-search-form input{flex:1;border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:12px 12px;}
.wbt-gh-search-form button{border-radius:10px;padding:12px 14px;border:0;background:#111;color:#fff;cursor:pointer;}
.wbt-gh-menu-content{padding:10px 16px;overflow:auto;}
.wbt-gh-menu-list{list-style:none;margin:0;padding:0;}
.wbt-gh-menu-list li{border-bottom:1px solid rgba(0,0,0,.06);}
.wbt-gh-menu-list a{display:block;padding:12px 0;color:#111;text-decoration:none;}
/* Avoid double headers: hide common theme headers */
header#masthead, .ast-header-break-point header.ast-header{display:none !important;}

/* Force header icons visible (theme overrides) */
.wbt-global-header .wbt-gh-icon,
.wbt-global-header .wbt-gh-icon:visited{
  color:#111 !important;
}
.wbt-global-header .wbt-gh-icon svg{
  stroke:#111 !important;
}
.wbt-global-header .wbt-gh-search svg,
.wbt-global-header .wbt-gh-menu svg{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:18px !important;
  height:18px !important;
}
.wbt-global-header .wbt-gh-search svg *,
.wbt-global-header .wbt-gh-menu svg *{
  stroke:#111 !important;
  fill:none !important;
}
.wbt-global-header .wbt-gh-search,
.wbt-global-header .wbt-gh-menu{
  color:#111 !important;
}
/* Wishlist menu from ADI plugin in header */
.wbt-gh-wishlist-slot .adi-wishlist-menu{display:inline-flex;}
.wbt-gh-wishlist-slot .adi-wishlist-toggle{
  width:38px;height:38px;border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;color:#111 !important;
  display:inline-flex;align-items:center;justify-content:center;
  position:relative;cursor:pointer;
  padding:0;margin:0;
}
.wbt-gh-wishlist-slot .adi-wishlist-toggle svg{width:18px;height:18px;stroke:#111 !important;}
.wbt-gh-wishlist-slot .adi-wishlist-badge{
  position:absolute;top:-6px;right:-6px;
}
/* Product gallery actions icons */
.wbt-gallery-actions button,
.wbt-gallery-actions a{
  color:#111 !important;
}
.wbt-gallery-actions svg{stroke:#111 !important;}


/* Ultra-force icon visibility */
.wbt-global-header .wbt-gh-icon svg,
.wbt-global-header .wbt-gh-icon svg *{
  stroke:#111 !important;
  fill:none !important;
  filter:none !important;
  -webkit-filter:none !important;
  opacity:1 !important;
}


/* v1.8.6 fixes: remove outlines + ensure cart badge visible even when 0 */
.wbt-global-header .wbt-gh-icon,
.wbt-global-header .wbt-gh-icon:focus,
.wbt-global-header .wbt-gh-icon:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}
.wbt-gh-wishlist-slot .adi-wishlist-toggle,
.wbt-gh-wishlist-slot .adi-wishlist-toggle:focus,
.wbt-gh-wishlist-slot .adi-wishlist-toggle:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}
/* Make cart badge always readable */
.wbt-global-header .wbt-gh-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#111 !important;
  color:#fff !important;
  font-weight:700 !important;
  min-width:18px !important;
  height:18px !important;
  padding:0 6px !important;
  border:2px solid #fff !important;
  top:-6px !important;
  right:-6px !important;
  opacity:1 !important;
  visibility:visible !important;
  border-radius:999px !important;
}


/* Ultra force icon color to black even if theme/elementor forces white */
body .wbt-global-header .wbt-gh-icon{color:#111 !important;}
body .wbt-global-header .wbt-gh-icon svg, body .wbt-global-header .wbt-gh-icon svg *{stroke:#111 !important; fill:none !important; opacity:1 !important; visibility:visible !important; filter:none !important;}
body .wbt-global-header .wbt-gh-icon svg{width:20px;height:20px;}

/* Wishlist (ADI) button cleanup inside header */

/* Wishlist (ADI) button cleanup inside header (only the toggle/button, not the modal) */
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle,
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle *{
  outline:none !important;
  box-shadow:none !important;
}
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle{
  border:0 !important;
  background:transparent !important;
}

/* ADI wishlist badge: always visible + readable (including 0) */
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#111 !important;
  color:#fff !important;
  font-weight:700 !important;
  min-width:18px !important;
  height:18px !important;
  padding:0 6px !important;
  border:2px solid #fff !important;
  border-radius:999px !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* ADI wishlist modal: force solid white panel (avoid transparent override) */
body .adi-wishlist-modal__panel{
  background:#fff !important;
}

/* Global footer */
#colophon, footer.site-footer, .ast-site-footer-wrap, .site-footer, .ast-footer-overlay{display:none !important;}
.wbt-global-footer{background:#1C2B46;color:#fff;margin-top:32px;position:relative;z-index:2;}
.wbt-gf-main,.wbt-gf-bottom,.wbt-gf-social-section{background:#1C2B46;color:#fff;}
.wbt-gf-inner{width:100%;max-width:var(--ast-container-width,1200px);margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box;}
.wbt-gf-main .wbt-gf-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:32px;padding-top:38px;padding-bottom:26px;}
.wbt-gf-title{margin:0 0 14px;font-size:18px;line-height:1.25;color:#fff;font-weight:700;}
.wbt-gf-language-switcher{position:relative;display:inline-block;margin:0 0 14px;}
.wbt-gf-gt-button{display:inline-flex;align-items:center;gap:10px;min-width:120px;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;font-size:14px;font-weight:600;line-height:1;box-shadow:none;}
.wbt-gf-gt-button:hover{background:rgba(255,255,255,.14);}
.wbt-gf-gt-globe{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#fff;}
.wbt-gf-gt-globe svg{width:18px;height:18px;display:block;fill:currentColor;}
.wbt-gf-gt-current{letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;text-align:left;}
.wbt-gf-gt-chevron{width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translateY(-1px);transition:transform .18s ease;margin-left:auto;}
.wbt-gf-gt-switcher.is-open .wbt-gf-gt-chevron{transform:rotate(-135deg) translateY(-1px);}
.wbt-gf-gt-menu{position:absolute;left:0;top:calc(100% + 10px);width:min(320px,calc(100vw - 40px));padding:10px;background:#fff;border-radius:16px;box-shadow:0 18px 42px rgba(0,0,0,.22);z-index:30;}
.wbt-gf-gt-search-wrap{padding-bottom:8px;}
.wbt-gf-gt-search{width:100%;height:40px;padding:0 14px;border:1px solid #d8dfec;border-radius:12px;background:#fff;color:#1C2B46;font-size:14px;outline:none;box-sizing:border-box;}
.wbt-gf-gt-search:focus{border-color:#1C2B46;box-shadow:0 0 0 3px rgba(28,43,70,.08);}
.wbt-gf-gt-options{max-height:260px;overflow:auto;padding-right:2px;}
.wbt-gf-gt-options::-webkit-scrollbar{width:8px;}
.wbt-gf-gt-options::-webkit-scrollbar-thumb{background:#ccd6e7;border-radius:999px;}
.wbt-gf-gt-option{width:100%;display:flex;align-items:center;gap:12px;padding:11px 12px;border:0;background:transparent;border-radius:12px;color:#1C2B46;text-align:left;cursor:pointer;font-size:14px;}
.wbt-gf-gt-option:hover,.wbt-gf-gt-option.is-active{background:#f2f5fb;}
.wbt-gf-gt-option-short{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:26px;padding:0 8px;border-radius:999px;background:#eef3fb;color:#1C2B46;font-size:11px;font-weight:700;letter-spacing:.04em;}
.wbt-gf-gt-option-label{font-weight:600;line-height:1.3;}
.wbt-gf-gt-empty{padding:12px 12px;color:#637089;font-size:14px;line-height:1.4;}
.wbt-gf-gt-element{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;}
.wbt-gf-desc,.wbt-gf-desc p{margin:0;color:rgba(255,255,255,.88);font-size:16px;line-height:1.8;}
.wbt-gf-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
.wbt-gf-links li,.wbt-gf-links a,.wbt-gf-links span{color:#fff;font-size:16px;line-height:1.6;text-decoration:none;}
.wbt-gf-links a:hover{opacity:.86;}
.wbt-gf-payment-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.wbt-gf-payment-label-wrap{display:flex;align-items:center;gap:10px;margin:0;color:#fff;font-size:16px;white-space:nowrap;}
.wbt-gf-payment-check{width:20px;height:20px;border-radius:999px;background:#22c55e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:0 0 20px;}
.wbt-gf-payment-logos{display:flex;align-items:center;flex-wrap:wrap;gap:8px;}
.wbt-gf-payment-item{background:#fff;border-radius:6px;padding:0;display:inline-flex;align-items:center;justify-content:center;height:var(--wbt-gf-payment-box-h,34px);width:var(--wbt-gf-payment-box-w,72px);box-sizing:border-box;overflow:hidden;flex:0 0 var(--wbt-gf-payment-box-w,72px);}
.wbt-gf-payment-item img{display:block;height:100%;width:100%;max-width:100%;object-fit:contain;padding:0 !important;margin:0;border:0;background:transparent;}
.wbt-gf-bottom-inner{padding-top:10px;padding-bottom:10px;text-align:center;}
.wbt-gf-copy{color:#fff;font-size:16px;line-height:1.6;}
.wbt-gf-social-inner{padding-top:8px;padding-bottom:30px;display:flex;justify-content:center;}
.wbt-gf-social-list{display:flex;align-items:center;justify-content:center;gap:20px;}
.wbt-gf-social-link{color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;}
.wbt-gf-social-link svg{width:24px;height:24px;display:block;fill:currentColor;}
@media (max-width: 921px){
  .wbt-gf-main .wbt-gf-inner{grid-template-columns:1fr 1fr;gap:28px;}
}
@media (max-width: 640px){
  .wbt-gf-main .wbt-gf-inner{grid-template-columns:1fr;gap:14px;padding-top:28px;padding-bottom:18px;}
  .wbt-gf-title{font-size:17px;}
  .wbt-gf-language-switcher{margin-bottom:12px;display:block;}
  .wbt-gf-gt-button{min-width:112px;height:40px;padding:0 13px;font-size:13px;}
  .wbt-gf-gt-menu{width:min(280px,calc(100vw - 32px));}
  .wbt-gf-gt-option{padding:10px 11px;font-size:13px;}
  .wbt-gf-desc,.wbt-gf-desc p,.wbt-gf-links li,.wbt-gf-links a,.wbt-gf-links span,.wbt-gf-copy,.wbt-gf-payment-label-wrap{font-size:14px;}
  .wbt-gf-social-inner{padding-bottom:24px;}
}




/* Footer mobile accordion */
.wbt-gf-toggle{display:block;background:transparent;border:0;padding:0;margin:0 0 14px;width:100%;text-align:left;color:#fff;cursor:default;appearance:none;-webkit-appearance:none;}
.wbt-gf-toggle .wbt-gf-title{margin:0;display:block;}
.wbt-gf-toggle-icon{display:none;}
.wbt-gf-toggle-panel{display:block;}

@media (max-width: 640px){
  .wbt-gf-col-toggle{padding:0;}
  .wbt-gf-col-toggle .wbt-gf-toggle{display:flex;align-items:center;justify-content:space-between;gap:4px;margin:0;cursor:pointer;outline:none;padding:10px 0;border:0;border-bottom:1px solid rgba(255,255,255,.28);}
  .wbt-gf-col-toggle:first-of-type .wbt-gf-toggle{border-top:1px solid rgba(255,255,255,.28);}
  .wbt-gf-col-toggle .wbt-gf-title{font-size:15px;margin:0;color:#fff;font-weight:600;line-height:1.2;}
  .wbt-gf-toggle-icon{display:inline-flex;align-items:center;justify-content:center;position:relative;width:10px;height:10px;flex:0 0 10px;margin-left:4px;}
  .wbt-gf-toggle-icon:before{content:"";display:block;width:6px;height:6px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);transform-origin:center;transition:transform .2s ease;}
  .wbt-gf-col-toggle.is-open .wbt-gf-toggle-icon:before{transform:rotate(-135deg) translateY(-1px);}
  .wbt-gf-toggle-icon:after{display:none;content:none;}
  .wbt-gf-col-toggle .wbt-gf-toggle-panel{display:none;padding-top:8px;padding-bottom:8px;}
  .wbt-gf-col-toggle.is-open .wbt-gf-toggle-panel{display:block;}
  .wbt-gf-col-toggle .wbt-gf-links{gap:10px;}
  .wbt-gf-col-toggle .wbt-gf-links li,.wbt-gf-col-toggle .wbt-gf-links a,.wbt-gf-col-toggle .wbt-gf-links span{font-size:14px;}
}

@media (max-width:640px){
  .wbt-gf-col-payments .wbt-gf-payment-row{align-items:flex-start;gap:10px;}
  .wbt-gf-col-payments .wbt-gf-payment-label-wrap{font-size:14px;}
  .wbt-gf-col-payments .wbt-gf-payment-logos{gap:6px;}
}

.skiptranslate{font-size:0;}
body > .skiptranslate{display:none !important;}
.goog-te-banner-frame.skiptranslate{display:none !important;}
body{top:0 !important;}

.wbt-is-hidden{display:none !important;}


/* v1.13.14: make header icons slightly larger to match gallery icons */
body .wbt-global-header .wbt-gh-right{gap:10px !important;}
body .wbt-global-header .wbt-gh-icon,
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle{
  width:40px !important;
  height:40px !important;
}
body .wbt-global-header .wbt-gh-icon svg,
body .wbt-global-header .wbt-gh-search svg,
body .wbt-global-header .wbt-gh-menu svg,
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle svg{
  width:20px !important;
  height:20px !important;
}
body .wbt-global-header .wbt-gh-icon svg *,
body .wbt-global-header .wbt-gh-search svg *,
body .wbt-global-header .wbt-gh-menu svg *,
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle svg *{
  stroke:#111 !important;
}
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle [class*="icon"],
body .wbt-global-header .wbt-gh-wishlist-slot .adi-wishlist-toggle i,
body .wbt-global-header .wbt-gh-icon i{
  font-size:20px !important;
  line-height:1 !important;
  color:#111 !important;
}


/* v1.13.15: center close icon in search and menu panels */
.wbt-gh-panel-head .wbt-gh-close{
  width:36px !important;
  height:36px !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:#111;
  line-height:1 !important;
  text-align:center !important;
  box-sizing:border-box;
}
.wbt-gh-panel-head .wbt-gh-close svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  flex:0 0 18px;
}
.wbt-gh-panel-head .wbt-gh-close svg,
.wbt-gh-panel-head .wbt-gh-close svg *{
  stroke:#111 !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  fill:none !important;
}
