.w49h-widget{
  --w49-accent:#d8a229;
  --w49-dark:#161616;
  --w49-bg:#fff;
  --w49-line:#e6e6e6;
  width:100%;
  overflow:hidden;
  color:var(--w49-dark);
  background:var(--w49-bg);
  font-family:Arial,Helvetica,sans-serif;
}
.w49h-widget *, .w49h-widget *::before, .w49h-widget *::after{box-sizing:border-box}
.w49h-widget a{text-decoration:none}
.w49h-container{width:100%;max-width:1240px;margin:0 auto;padding-left:20px;padding-right:20px}
.w49h-topbar{min-height:58px;display:flex;align-items:center;border-bottom:1px solid var(--w49-line);background:var(--w49-bg)}
.w49h-topbar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}
.w49h-top-item{min-width:0;display:flex;align-items:center;justify-content:center;gap:11px;padding:0 20px;color:var(--w49-dark);font-size:14px;line-height:1.25;white-space:nowrap}
.w49h-top-item:first-child{justify-content:flex-start;padding-left:0}
.w49h-top-item:last-child{justify-content:flex-end;padding-right:0}
.w49h-top-item + .w49h-top-item{border-left:1px solid var(--w49-line)}
.w49h-top-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--w49-accent);font-size:25px;line-height:1;flex:0 0 auto}
.w49h-top-icon svg{width:1em;height:1em;fill:currentColor}
.w49h-top-text{overflow:hidden;text-overflow:ellipsis}
.w49h-main{background:radial-gradient(circle at 92% 25%,color-mix(in srgb,var(--w49-accent) 8%,transparent),transparent 21%),var(--w49-bg)}
.w49h-hero{padding:20px 0}
.w49h-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:40px;align-items:center}
.w49h-hero-grid.is-single{grid-template-columns:1fr}
.w49h-brand-area{min-width:0;display:grid;grid-template-columns:auto 1px minmax(125px,1fr);align-items:center;gap:22px}
.w49h-brand-logo-area{min-width:0}
.w49h-logo-link{display:block;color:inherit;text-decoration:none}
.w49h-logo-link:focus-visible{outline:2px solid var(--w49-accent);outline-offset:5px;border-radius:2px}
.w49h-brand-digits{display:flex;align-items:flex-start;font-size:145px;font-weight:800;line-height:.72;letter-spacing:-.12em;white-space:nowrap}
.w49h-digit-one{color:#050505}
.w49h-digit-two{color:var(--w49-accent);font-weight:400;margin-left:.05em}
.w49h-brand-name{margin-top:12px;font-size:23px;font-weight:800;letter-spacing:.11em;line-height:1;white-space:nowrap}
.w49h-brand-name span{color:var(--w49-accent)}
.w49h-logo-image{display:block;max-width:300px;max-height:150px;width:auto;height:auto;object-fit:contain}
.w49h-brand-divider{display:block;width:1px;height:112px;background:var(--w49-accent)}
.w49h-tagline{font-size:19px;font-weight:800;line-height:1.18;text-transform:uppercase;white-space:nowrap}
.w49h-tagline>span{display:block;width:55px;height:4px;margin-top:12px;background:var(--w49-accent);transform:skewX(-18deg)}
.w49h-deal-area{position:relative;min-height:170px;display:flex;align-items:center;justify-content:flex-start;padding-right:88px}
.w49h-deal-copy{position:relative;z-index:2;transform:rotate(-3deg)}
.w49h-deal-top{position:relative;margin-left:12px;font-size:58px;font-weight:900;font-style:italic;letter-spacing:-.04em;line-height:.9}
.w49h-deal-top::before,.w49h-deal-top::after{content:"";position:absolute;width:4px;height:24px;border-radius:99px;background:var(--w49-accent);left:-10px;top:-13px;transform:rotate(-34deg)}
.w49h-deal-top::after{left:12px;top:-21px;height:20px;transform:rotate(2deg)}
.w49h-deal-banner{display:inline-block;margin-top:5px;padding:10px 18px 9px;background:linear-gradient(135deg,var(--w49-accent),color-mix(in srgb,var(--w49-accent) 75%,white));color:#fff;font-size:48px;font-weight:900;font-style:italic;letter-spacing:-.03em;line-height:1;box-shadow:0 8px 18px color-mix(in srgb,var(--w49-accent) 22%,transparent)}
.w49h-deal-dots{position:absolute;z-index:0;right:24px;bottom:0;width:260px;height:110px;opacity:.62;background-image:radial-gradient(circle,color-mix(in srgb,var(--w49-accent) 75%,transparent) 1.5px,transparent 2px);background-size:12px 12px;transform:rotate(-3deg);mask-image:linear-gradient(90deg,transparent,#000 22%,#000 78%,transparent)}
.w49h-price-badge{position:absolute;z-index:3;right:2px;top:22px;width:118px;height:118px;border-radius:50%;display:grid;place-items:center;text-align:center;color:#fff;background:#282828;border:5px solid #282828;box-shadow:0 0 0 2px var(--w49-accent),0 0 0 5px #282828,0 5px 12px rgba(0,0,0,.14);transform:rotate(3deg)}
.w49h-price-badge::before{content:"";position:absolute;inset:8px;border:1px solid var(--w49-accent);border-radius:50%}
.w49h-badge-copy{position:relative;z-index:1;font-size:13px;line-height:1.15;text-transform:uppercase}
.w49h-badge-copy span,.w49h-badge-copy strong{display:block}
.w49h-badge-copy strong{color:var(--w49-accent);font-size:1.12em;margin:2px 0}
.w49h-badge-copy i{display:block;width:32px;height:2px;margin:7px auto 0;border-radius:99px;background:var(--w49-accent)}
.w49h-menu-wrap{margin-top:4px;overflow:visible}
.w49h-menu{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none}
.w49h-menu>li{position:relative;margin:0;padding:0;list-style:none}
.w49h-menu>li+li::before{content:"";position:absolute;left:0;top:50%;width:1px;height:17px;background:var(--w49-accent);transform:translateY(-50%)}
.w49h-menu a{display:block;padding:6px 14px;color:var(--w49-dark);font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase;transition:color .2s ease}
.w49h-menu>li:first-child>a{padding-left:0}
.w49h-menu .sub-menu{position:absolute;z-index:50;top:100%;left:0;display:none;min-width:190px;margin:0;padding:7px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.12);list-style:none}
.w49h-menu li:hover>.sub-menu,.w49h-menu li:focus-within>.sub-menu{display:block}
.w49h-menu .sub-menu a{padding:8px 10px;white-space:nowrap}
.w49h-benefits{display:flex;align-items:center;justify-content:center;margin-top:16px}
.w49h-benefit{min-width:205px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 25px;color:var(--w49-dark)}
.w49h-benefit+.w49h-benefit{border-left:1px solid var(--w49-accent)}
.w49h-benefit-icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--w49-dark);color:var(--w49-accent);font-size:19px}
.w49h-benefit-icon svg{width:1em;height:1em;fill:currentColor}
.w49h-benefit-copy{font-size:10px;font-weight:700;line-height:1.25;text-transform:uppercase}
.w49h-benefit-copy strong{display:block;font-size:13px;margin-bottom:2px}
.w49h-benefit-copy span{display:block}
.w49h-search-section{padding:14px 0;background:var(--w49-bg)}
.w49h-search-row{display:flex;align-items:center;gap:18px}
.w49h-search-shell{position:relative;flex:1;min-width:0}
.w49h-search-form{height:58px;display:flex;align-items:stretch;overflow:hidden;border:1px solid #dedede;border-radius:10px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.07)}
.w49h-search-field{min-width:0;flex:1;display:flex;align-items:center;gap:15px;padding:0 22px;cursor:text}
.w49h-search-icon{display:inline-flex;color:#5a5a5a;font-size:25px;flex:0 0 auto}
.w49h-search-icon svg{width:1em;height:1em;fill:currentColor}
.w49h-search-input{min-width:0;width:100%;height:100%;margin:0!important;padding:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#333;font-size:17px;line-height:1}
.w49h-search-input::placeholder{color:#7a7a7a;opacity:1}
.w49h-search-button{width:145px;flex:0 0 145px;margin:0!important;padding:0 15px!important;border:0!important;border-radius:0!important;background:#262626;color:#fff;font-size:15px;font-weight:800;line-height:1;cursor:pointer;transition:filter .2s ease}
.w49h-search-button:hover{filter:brightness(.8)}
.w49h-cart-link{position:relative;width:62px;height:58px;flex:0 0 62px;display:flex;align-items:center;justify-content:center;color:var(--w49-dark);font-size:42px}
.w49h-cart-link svg{width:1em;height:1em;fill:currentColor}
.w49h-cart-count{position:absolute;right:0;top:-4px;min-width:27px;height:27px;padding:0 6px;border-radius:99px;display:grid;place-items:center;background:var(--w49-accent);color:#111;font-size:12px;font-weight:700;line-height:1}
.w49h-live-results{position:absolute;z-index:100;top:calc(100% + 6px);left:0;right:0;overflow:hidden;border:1px solid #e3e3e3;border-radius:9px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.14)}
.w49h-live-results[hidden]{display:none!important}
.w49h-result-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #eee;color:#222}
.w49h-result-item:last-child{border-bottom:0}
.w49h-result-item:hover{background:#faf8f2}
.w49h-result-image{width:44px;height:44px;flex:0 0 44px;border-radius:5px;object-fit:cover;background:#f3f3f3}
.w49h-result-content{min-width:0;display:flex;flex-direction:column;gap:3px}
.w49h-result-title{overflow:hidden;color:#222;font-size:13px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.w49h-result-price{color:var(--w49-accent);font-size:12px;font-weight:700}
.w49h-result-empty,.w49h-result-loading{padding:14px;color:#666;font-size:13px;text-align:center}

@media(max-width:1024px){
  .w49h-top-item{padding:0 12px;font-size:12px}
  .w49h-hero-grid{grid-template-columns:1fr 1fr;gap:18px}
  .w49h-brand-area{gap:14px}
  .w49h-brand-digits{font-size:120px}
  .w49h-brand-name{font-size:19px}
  .w49h-brand-divider{height:94px}
  .w49h-tagline{font-size:15px}
  .w49h-deal-area{padding-right:70px;min-height:150px}
  .w49h-deal-top{font-size:49px}
  .w49h-deal-banner{font-size:40px}
  .w49h-price-badge{width:102px;height:102px}
  .w49h-badge-copy{font-size:11px}
  .w49h-benefit{min-width:0;flex:1;padding:0 15px}
}

@media(max-width:767px){
  .w49h-container{padding-left:10px;padding-right:10px}
  .w49h-topbar{min-height:42px;overflow:hidden}
  .w49h-topbar-grid{display:flex;overflow-x:auto;padding-top:5px;padding-bottom:5px;scrollbar-width:none}
  .w49h-topbar-grid::-webkit-scrollbar{display:none}
  .w49h-top-item,.w49h-top-item:first-child,.w49h-top-item:last-child{flex:0 0 auto;justify-content:flex-start;gap:6px;padding:0 10px;font-size:9px}
  .w49h-top-item:first-child{padding-left:0}
  .w49h-top-item+.w49h-top-item{border-left:1px solid var(--w49-line)}
  .w49h-top-icon{font-size:18px}
  .w49h-hero{padding:10px 0}
  .w49h-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:8px;align-items:center}
  .w49h-brand-area{grid-template-columns:auto 1px minmax(52px,1fr);gap:7px}
  .w49h-brand-digits{font-size:66px;letter-spacing:-.13em}
  .w49h-brand-name{margin-top:6px;font-size:12px;letter-spacing:.06em}
  .w49h-brand-divider{height:48px}
  .w49h-tagline{font-size:8px;line-height:1.2;white-space:normal}
  .w49h-tagline>span{width:25px;height:2px;margin-top:5px}
  .w49h-logo-image{max-width:125px;max-height:70px}
  .w49h-deal-area{min-height:85px;padding-right:40px}
  .w49h-deal-top{margin-left:6px;font-size:30px;letter-spacing:-.05em}
  .w49h-deal-top::before,.w49h-deal-top::after{width:2px;height:12px;left:-5px;top:-7px}
  .w49h-deal-top::after{left:7px;top:-11px;height:10px}
  .w49h-deal-banner{margin-top:3px;padding:6px 9px 5px;font-size:25px}
  .w49h-price-badge{right:0;top:10px;width:66px;height:66px;border-width:3px;box-shadow:0 0 0 1px var(--w49-accent),0 0 0 3px #282828,0 3px 7px rgba(0,0,0,.12)}
  .w49h-price-badge::before{inset:4px}
  .w49h-badge-copy{font-size:8px}
  .w49h-badge-copy i{width:18px;height:1px;margin-top:3px}
  .w49h-deal-dots{right:2px;bottom:1px;width:130px;height:60px;background-size:7px 7px}
  .w49h-menu-wrap{margin-top:2px;overflow-x:auto;scrollbar-width:none}
  .w49h-menu-wrap::-webkit-scrollbar{display:none}
  .w49h-menu{width:max-content;flex-wrap:nowrap}
  .w49h-menu a{padding:5px 8px;font-size:8px;white-space:nowrap}
  .w49h-menu>li:first-child>a{padding-left:0}
  .w49h-menu>li+li::before{height:11px}
  .w49h-menu .sub-menu{display:none!important}
  .w49h-benefits{margin-top:8px}
  .w49h-benefit{flex:1;min-width:0;gap:5px;padding:0 5px}
  .w49h-benefit-icon{width:28px;height:28px;flex-basis:28px;font-size:13px}
  .w49h-benefit-copy{font-size:6.5px;line-height:1.15}
  .w49h-benefit-copy strong{font-size:8px;margin-bottom:1px}
  .w49h-search-section{padding:8px 0}
  .w49h-search-row{gap:8px}
  .w49h-search-form{height:44px;border-radius:7px}
  .w49h-search-field{gap:8px;padding:0 10px}
  .w49h-search-icon{font-size:17px}
  .w49h-search-input{font-size:12px}
  .w49h-search-button{width:80px;flex-basis:80px;padding:0 8px!important;font-size:10px}
  .w49h-cart-link{width:43px;height:44px;flex-basis:43px;font-size:30px}
  .w49h-cart-count{right:-1px;top:-2px;min-width:20px;height:20px;padding:0 4px;font-size:9px}
  .w49h-result-image{width:36px;height:36px;flex-basis:36px}
}

@media(max-width:390px){
  .w49h-brand-digits{font-size:56px}
  .w49h-brand-name{font-size:10px}
  .w49h-tagline{font-size:7px}
  .w49h-deal-top{font-size:25px}
  .w49h-deal-banner{font-size:21px}
  .w49h-price-badge{width:58px;height:58px}
  .w49h-badge-copy{font-size:7px}
  .w49h-search-button{width:68px;flex-basis:68px}
}

/* Live-search overlay portal: always above Elementor containers/sections. */
.w49h-live-results.w49h-live-results--portal{
  position:fixed!important;
  z-index:2147483647!important;
  right:auto!important;
  margin:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  isolation:isolate;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  font-family:Arial,Helvetica,sans-serif;
  box-sizing:border-box;
}
.w49h-live-results.w49h-live-results--portal[hidden]{
  display:none!important;
}
.w49h-live-results.w49h-live-results--portal .w49h-result-price{
  color:var(--w49-accent,#d8a229);
}

/* Header language selector: compact copy of the existing #lang-float-btn. */
.w49h-menu-row{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:4px;
}
.w49h-menu-row .w49h-menu-wrap{
  flex:1 1 auto;
  min-width:0;
  margin-top:0;
}
.w49h-language-slot{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
}
.w49h-language-slot:empty{
  display:none;
}
.w49h-lang-trigger{
  position:static!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  z-index:auto!important;
  min-width:48px;
  height:38px;
  margin:0!important;
  padding:6px 9px!important;
  border:0!important;
  border-radius:8px!important;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  background:#1a1a1a!important;
  color:#fff!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
  cursor:pointer;
  line-height:1;
  transition:background .2s ease,transform .2s ease!important;
}
.w49h-lang-trigger:hover{
  background:var(--w49-accent,#f0a500)!important;
  transform:translateY(-1px)!important;
}
.w49h-lang-trigger .globe-icon{
  font-size:18px!important;
  line-height:1!important;
}
.w49h-lang-trigger .current-flag{
  font-size:17px!important;
  line-height:1!important;
}
.w49h-lang-trigger .float-label{
  display:none!important;
}
#lang-float-btn.w49h-language-source-hidden{
  display:none!important;
}

@media(max-width:767px){
  .w49h-menu-row{gap:6px;margin-top:2px}
  .w49h-menu-row .w49h-menu-wrap{margin-top:0}
  .w49h-language-slot{min-height:32px}
  .w49h-lang-trigger{min-width:40px;height:32px;padding:4px 6px!important;border-radius:6px!important;gap:3px!important}
  .w49h-lang-trigger .globe-icon{font-size:15px!important}
  .w49h-lang-trigger .current-flag{font-size:14px!important}
}
