.yb-header__main { position: relative; }
.yb-header__nav-item { position: static; display: flex; align-items: center; }
.yb-header__nav-item > a {
  position: relative;
  padding: 28px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  white-space: nowrap;
}
.yb-header__nav-item--mega > a::before {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -18px;
  left: -14px;
  height: 24px;
}
.yb-header__mega {
  position: absolute;
  z-index: 80;
  top: calc(100% - 1px);
  left: 50%;
  width: min(1360px, calc(100vw - 48px));
  min-height: 390px;
  padding: 38px 32px 42px;
  display: grid;
  grid-template-columns: minmax(260px,1.55fr) minmax(220px,1.25fr) minmax(150px,.85fr) minmax(150px,.85fr) minmax(180px,1fr);
  gap: clamp(22px, 2.4vw, 46px);
  color: #1c1e1b;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%,10px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.yb-header__nav-item--mega:hover .yb-header__mega,
.yb-header__nav-item--mega:focus-within .yb-header__mega {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,0);
  pointer-events: auto;
}
.yb-header__nav-item--mega:hover > a,
.yb-header__nav-item--mega:focus-within > a { color: #111111; background: #ffffff; }
.yb-header__mega h3 { margin: 0 0 22px; color: #171717; font-size: 16px; line-height: 1.2; letter-spacing: .03em; }
.yb-header__mega a { white-space: normal; }
.yb-header__mega a::after { display: none; }
.yb-header__mega-links { display: grid; gap: 13px; }
.yb-header__mega-links > [class^="section_block_id_"] { display: contents; }
.yb-header__mega-links--brands { grid-template-columns: 1fr 1fr; column-gap: 28px; }
.yb-header__mega-links a { width: fit-content; padding: 0; color: #2b2b2b; font-size: 14px; font-weight: 400; line-height: 1.25; letter-spacing: 0; }
.yb-header__mega-links a:hover, .yb-header__mega-links a:focus-visible { color: var(--yb-header-accent); }
.yb-header__nav .yb-header__mega-all { margin-top: 24px; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #ffffff !important; background: #111111; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.yb-header__mega-all span { font-size: 25px; line-height: 1; }
.yb-header__nav .yb-header__mega-feature { min-width: 0; min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #ffffff !important; background: linear-gradient(145deg,#102a3d 0%,#173f59 60%,#e73565 145%); overflow: hidden; }
.yb-header__mega-feature-kicker { margin-bottom: auto; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.yb-header__mega-feature strong { display: block; max-width: 100%; font-family: Georgia,'Times New Roman',serif; font-size: clamp(26px,2.1vw,36px); font-weight: 400; line-height: 1.02; overflow-wrap: anywhere; }
.yb-header__mega-feature > span:not(.yb-header__mega-feature-kicker) { margin-top: 12px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.45; }
.yb-header__mega-feature b { width: fit-content; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid #ffffff; font-size: 11px; letter-spacing: .12em; }
.yb-header__mobile-buy { border-bottom: 1px solid rgba(255,255,255,.12); }
.yb-header__mobile-buy summary { min-height: 49px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 13px; font-weight: 600; letter-spacing: .14em; }
.yb-header__mobile-buy summary::-webkit-details-marker { display: none; }
.yb-header__mobile-buy summary b { font-size: 20px; font-weight: 300; }
.yb-header__mobile-buy[open] summary b { transform: rotate(45deg); }
.yb-header__mobile-buy > div { padding: 0 0 12px 14px; }
.yb-header__mobile-buy > div a { padding: 10px 0; border: 0; color: rgba(255,255,255,.78); font-size: 11px; }

@media (min-width: 1620px) {
  .yb-header__mega { width: 1480px; }
}
@media (max-width: 1180px) and (min-width: 1024px) {
  .yb-header__mega { width: calc(100vw - 24px); padding: 30px 24px 34px; grid-template-columns: 1.4fr 1.1fr .8fr .8fr 1fr; gap: 22px; }
  .yb-header__mega-links--brands { grid-template-columns: 1fr; }
}
@media (max-width: 1023px) {
  .yb-header__mega { display: none; }
  .yb-header__mobile-panel { max-height: calc(100vh - 100px); overflow-y: auto; }
}


.yb-header__mega { border-top:1px solid #d8cfbf; background:#fffaf0; }
.yb-header__mega-feature { background:linear-gradient(145deg,#102e27,#8f1d35); }
.yb-header__nav .yb-header__mega-all { background:#102e27; }
