/* 2026-03-20 premium single-bar header + stable slider */

:root{
  --yf-menu-navy:#172a59;
  --yf-menu-navy-2:#223973;
  --yf-menu-surface:rgba(255,255,255,.06);
  --yf-menu-border:rgba(255,255,255,.09);
  --yf-menu-gold:#f2be63;
  --yf-menu-text:#f7fbff;
}

.header-bottom{
  display:block!important;
  background:transparent!important;
  box-shadow:none!important;
}
.header-bottom .container{
  display:block!important;
  max-width:min(1380px,calc(100% - 12px));
  width:100%;
  margin:0 auto;
  padding:0 12px!important;
}
.header-bottom .header-menu-category,
.header-bottom .header-menu{display:none!important}

.header-bottom .yf-category-bar{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  min-height:74px;
  padding:12px 14px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(20,36,77,.985) 0%,rgba(30,49,96,.975) 52%,rgba(22,39,79,.99) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 38px rgba(12,22,47,.16), inset 0 1px 0 rgba(255,255,255,.06);
  position:relative;
  overflow:hidden;
  backdrop-filter:blur(12px);
}
.header-bottom .yf-category-bar::before{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,rgba(242,190,99,0),rgba(242,190,99,.72),rgba(242,190,99,0));
  opacity:.8;
}
.header-bottom .yf-category-bar::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 8% 0%,rgba(255,255,255,.10),transparent 35%);
  pointer-events:none;
}
.header-bottom .yf-category-bar__intro{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-width:146px;
  padding:0 4px 0 2px;
}
.header-bottom .yf-category-bar__eyebrow{
  font-size:10.8px;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(247,251,255,.64);
}
.header-bottom .yf-category-bar__intro strong{
  font-size:16px;
  line-height:1.12;
  font-weight:800;
  color:var(--yf-menu-text);
}
.header-bottom .yf-category-bar__scroller{
  position:relative;
  z-index:1;
  flex:1 1 auto;
  min-width:0;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu{
  display:flex!important;
  align-items:center;
  gap:8px;
  width:100%;
  margin:0!important;
  padding:0!important;
  list-style:none;
  background:transparent!important;
  border:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu::-webkit-scrollbar{display:none}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li{
  flex:0 0 auto;
  min-width:max-content;
  margin:0!important;
  background:transparent!important;
  border:0!important;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px;
  min-height:50px!important;
  height:50px!important;
  padding:0 16px!important;
  border-radius:17px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.045))!important;
  border:1px solid var(--yf-menu-border)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  text-decoration:none!important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:46%;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0));
  opacity:.5;
  pointer-events:none;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(242,190,99,.0),rgba(242,190,99,.85),rgba(242,190,99,.0));
  opacity:0;
  transform:translateY(4px);
  transition:opacity .18s ease, transform .18s ease;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a:hover,
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a:focus,
.header-bottom .yf-category-nav.yf-fixed-main-menu>li.is-active>a{
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.07))!important;
  border-color:rgba(242,190,99,.36)!important;
  box-shadow:0 12px 24px rgba(10,18,38,.16), inset 0 1px 0 rgba(255,255,255,.07);
  transform:translateY(-1px);
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a:hover::after,
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a:focus::after,
.header-bottom .yf-category-nav.yf-fixed-main-menu>li.is-active>a::after{
  opacity:1;
  transform:translateY(0);
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li.yf-category-nav__primary>a,
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a.yf-category-pill--accent{
  background:linear-gradient(180deg,rgba(242,190,99,.20),rgba(242,190,99,.11))!important;
  border-color:rgba(242,190,99,.40)!important;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li.yf-category-nav__utility>a,
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a.yf-category-pill--soft{
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.055))!important;
}
.header-bottom .yf-menu-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:var(--yf-menu-gold);
  background:rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.header-bottom .yf-menu-icon i{font-size:11.5px;line-height:1}
.header-bottom .yf-menu-copy{display:block;min-width:0}
.header-bottom .yf-menu-copy strong{
  display:block!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:760!important;
  line-height:1!important;
  white-space:nowrap!important;
  letter-spacing:.005em;
}

@media (max-width: 1399px){
  .header-bottom .container{max-width:min(100%,calc(100% - 8px));padding:0 8px!important}
  .header-bottom .yf-category-bar{gap:10px;padding:11px 12px;border-radius:21px}
  .header-bottom .yf-category-bar__intro{min-width:136px}
  .header-bottom .yf-category-bar__intro strong{font-size:15px}
  .header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{padding:0 14px!important}
  .header-bottom .yf-menu-copy strong{font-size:12.5px!important}
}
@media (max-width: 1199px){
  .header-bottom .yf-category-bar{min-height:68px;padding:10px 11px;border-radius:19px}
  .header-bottom .yf-category-bar__intro{min-width:118px;gap:3px}
  .header-bottom .yf-category-bar__eyebrow{font-size:10px}
  .header-bottom .yf-category-bar__intro strong{font-size:14px}
  .header-bottom .yf-category-nav.yf-fixed-main-menu{gap:7px}
  .header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{height:46px!important;min-height:46px!important;padding:0 13px!important;border-radius:15px}
  .header-bottom .yf-menu-copy strong{font-size:12px!important}
}
@media (max-width: 991px){
  .header-bottom .container{padding:0 6px!important}
  .header-bottom .yf-category-bar{gap:8px;min-height:60px;padding:9px 10px;border-radius:16px}
  .header-bottom .yf-category-bar__intro{display:none}
  .header-bottom .yf-category-nav.yf-fixed-main-menu{gap:6px}
  .header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{height:42px!important;min-height:42px!important;padding:0 12px!important;border-radius:999px}
  .header-bottom .yf-menu-icon{width:20px;height:20px;flex-basis:20px}
  .header-bottom .yf-menu-icon i{font-size:10.8px}
  .header-bottom .yf-menu-copy strong{font-size:11.6px!important}
}
@media (max-width: 575px){
  .header-bottom .yf-category-bar{padding:8px 9px;border-radius:14px}
  .header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{height:40px!important;min-height:40px!important;padding:0 11px!important}
  .header-bottom .yf-menu-copy strong{font-size:11.2px!important}
}

.home section.mt10.container{max-width:min(1360px,calc(100% - 20px));width:100%;margin:12px auto 18px!important;padding:0 8px}
.home .outer{width:100%;max-width:100%;margin:0 auto 18px;padding:0;background:transparent;border-radius:0;overflow:visible}
#big.owl-carousel,#big.owl-carousel .owl-stage-outer,#big.owl-carousel .owl-stage{width:100%}
#big.owl-carousel .owl-stage{display:flex;align-items:stretch}
#big.owl-carousel .owl-item{display:flex;align-items:stretch}
.home #big .item{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f7f7f7;border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(22,32,66,.08)}
.home #big .item img{display:block;width:100%!important;height:auto!important;max-width:100%;max-height:min(68vh,720px)!important;object-fit:contain!important;object-position:center center;background:#fff;border-radius:20px}
#big.owl-theme .owl-prev,#big.owl-theme .owl-next{width:52px;height:52px;line-height:52px;margin-top:-26px;border-radius:14px;background:#f2a01f!important;color:#fff!important;box-shadow:0 10px 24px rgba(242,160,31,.28)}
#big.owl-theme .owl-prev:hover,#big.owl-theme .owl-next:hover{background:#dd8e12!important}
#thumbs{display:none!important;margin-top:0!important}
#thumbs .owl-stage{display:flex;align-items:stretch}
#thumbs .item{height:100%;background:#fff;border:1px solid rgba(24,43,95,.08);border-radius:12px;overflow:hidden;cursor:pointer}
#thumbs .item img{display:block;width:100%;height:88px;object-fit:cover}
#thumbs .owl-item.current .item{border-color:#f2a01f;box-shadow:0 6px 18px rgba(242,160,31,.18)}

@media (max-width: 1199px){
  .home #big .item img{max-height:min(60vh,560px)!important}
}
@media (max-width: 991px){
  .home section.mt10.container{max-width:100%;padding:0 12px}
  .home #big .item img{max-height:46vh!important;border-radius:18px}
  #big.owl-theme .owl-prev,#big.owl-theme .owl-next{width:42px;height:42px;line-height:42px;margin-top:-21px;border-radius:12px}
}
@media (max-width: 575px){
  .home section.mt10.container{padding:0 10px}
  .home #big .item{border-radius:18px}
  .home #big .item img{max-height:38vh!important;border-radius:18px}
}


/* 2026-03-20 round 2: centered category bar + full-cover hero slider */
.header-bottom .yf-category-bar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
}
.header-bottom .yf-category-bar__intro{
  min-width:240px;
  padding-right:10px;
  border-right:1px solid rgba(255,255,255,.08);
}
.header-bottom .yf-category-bar__scroller{
  display:flex;
  justify-content:center;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu{
  justify-content:center;
}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{
  min-width:unset;
  justify-content:center!important;
  padding:0 18px!important;
}
.header-bottom .yf-menu-icon{
  width:24px;
  height:24px;
  flex-basis:24px;
  background:rgba(242,190,99,.14);
  color:#ffd68a;
}
.header-bottom .yf-menu-icon svg{width:14px;height:14px;display:block}
.header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{padding-top:2px!important;padding-bottom:2px!important}
.header-bottom .yf-category-bar__action{
  display:flex;
  justify-content:flex-end;
}
.header-bottom .yf-category-cta{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 24px;
  border-radius:18px;
  text-decoration:none!important;
  background:linear-gradient(135deg,#f4a11a 0%,#eba316 58%,#df960d 100%);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 28px rgba(230,161,30,.24), inset 0 1px 0 rgba(255,255,255,.18);
}
.header-bottom .yf-category-cta .yf-menu-icon{
  background:rgba(255,255,255,.18);
  color:#fff7e6;
}
.header-bottom .yf-category-bar__action{align-self:center}
.header-bottom .yf-category-cta .yf-menu-copy strong{
  color:#fff!important;
}
.header-bottom .yf-category-cta.is-active,
.header-bottom .yf-category-cta:hover,
.header-bottom .yf-category-cta:focus{
  transform:translateY(-1px);
  box-shadow:0 18px 32px rgba(230,161,30,.28), inset 0 1px 0 rgba(255,255,255,.22);
}

.yf-home-hero-section{margin-top:12px}
.home section.mt10.container.yf-home-hero-section{
  max-width:min(1380px,calc(100% - 20px));
  margin:12px auto 18px!important;
  padding:0 8px;
}
.yf-hero-slider-shell{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg,#fffdf8 0%,#fff8ef 100%);
  box-shadow:0 18px 42px rgba(17,24,39,.12);
  margin:0 auto;
}
.yf-hero-slider-head{
  position:absolute;
  top:16px;
  left:16px;
  right:16px;
  z-index:4;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  pointer-events:none;
}
.yf-hero-slider-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  pointer-events:auto;
}
.yf-hero-slider-badges a{
  text-decoration:none;
}
.yf-hero-slider-badges a:hover{
  color:#fff;
  text-decoration:none;
  background:rgba(249,115,22,.92);
}
.yf-hero-slider-badges span,
.yf-hero-slider-badges a,
.yf-hero-slider-counter{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(18,31,64,.66);
  color:#fff;
  backdrop-filter:blur(8px);
  box-shadow:0 12px 24px rgba(15,23,42,.14);
}
.yf-hero-slider-counter strong{font-size:14px;line-height:1}
.yf-hero-slider-counter small,.yf-hero-slider-counter span{font-size:12px;opacity:.8}
.yf-hero-slider-stage{
  position:relative;
  height:auto;
  background:linear-gradient(180deg,#fffdf9 0%,#fff7ec 100%);
}
.yf-hero-slider-ambient{display:none!important}
.yf-home-hero-section #big,
.yf-home-hero-section #big .owl-stage-outer,
.yf-home-hero-section #big .owl-stage,
.yf-home-hero-section #big .owl-item,
.yf-home-hero-section #big .item,
.yf-home-hero-section .yf-hero-image-slide{
  height:auto;
}
.yf-home-hero-section #big .owl-stage-outer{overflow:hidden}
.yf-home-hero-section #big.owl-carousel .owl-stage{display:block!important}
.yf-home-hero-section #big.owl-carousel .owl-item{display:block!important}
.yf-home-hero-section .yf-hero-image-slide{
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.yf-home-hero-section .yf-hero-image-slide img,
.home #big .item img{
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block;
  margin:0 auto;
  border-radius:0!important;
  background:transparent!important;
}
.home #big .item{
  height:auto;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#big.owl-theme .owl-prev,#big.owl-theme .owl-next{
  top:50%;
  margin-top:-26px;
  width:52px;
  height:52px;
  line-height:52px;
  border-radius:16px;
}
#big.owl-theme .owl-prev{left:18px}
#big.owl-theme .owl-next{right:18px}

@media (max-width: 1399px){
  .header-bottom .yf-category-bar__intro{min-width:210px}
}
@media (max-width: 1199px){
  .header-bottom .yf-category-bar{grid-template-columns:auto minmax(0,1fr) auto}
  .header-bottom .yf-category-nav.yf-fixed-main-menu{justify-content:flex-start}
  .header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{padding:0 15px!important}
  .header-bottom .yf-category-bar__intro{min-width:180px}
  .yf-home-hero-section #big.owl-theme .owl-prev,.yf-home-hero-section #big.owl-theme .owl-next{width:46px;height:46px;line-height:46px;margin-top:-23px}
}
@media (max-width: 991px){
  .header-bottom .yf-category-bar{
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
  }
  .header-bottom .yf-category-bar__intro{display:none}
  .header-bottom .yf-category-bar__scroller{justify-content:flex-start}
  .header-bottom .yf-category-nav.yf-fixed-main-menu{justify-content:flex-start}
  .header-bottom .yf-category-cta{min-height:44px;padding:0 16px;border-radius:14px}
  .yf-hero-slider-head{top:12px;left:12px;right:12px}
  .yf-hero-slider-badges span,.yf-hero-slider-badges a{display:none}
  .yf-hero-slider-badges span:first-child,.yf-hero-slider-badges a.yf-hero-slider-badge-link{display:inline-flex}
  .yf-hero-slider-stage{height:auto}
}
@media (max-width: 575px){
  .header-bottom .container{padding:0 4px!important}
  .header-bottom .yf-category-bar{padding:8px 8px 8px 10px;border-radius:16px}
  .header-bottom .yf-category-nav.yf-fixed-main-menu>li>a{height:40px!important;min-height:40px!important;padding:0 12px!important;border-radius:14px}
  .header-bottom .yf-category-cta{padding:0 13px;min-height:40px}
  .header-bottom .yf-category-cta .yf-menu-copy strong{font-size:11.5px!important}
  .yf-home-hero-section #big.owl-theme .owl-prev,.yf-home-hero-section #big.owl-theme .owl-next{width:40px;height:40px;line-height:40px;border-radius:12px;margin-top:-20px}
  .yf-hero-slider-stage{height:auto}
}

@media (max-width: 991px){
  .yf-desktop-trustbar{display:none!important;}
  .yf-mobile-trustbar{display:block!important;}
}

.product-default .yf-card-excerpt{display:none!important;}
