/* HappyLHR Homepage V5 - professional scoped homepage */
.hzv5-page{
  background:#f6f7fb;
  color:#101827;
  font-size:14px;
}

.hzv5-page *{
  box-sizing:border-box;
}

.hzv5-wrap{
  width:min(1500px,94vw);
  margin:0 auto;
}

.hzv5-page .nav{
  box-shadow:0 12px 34px rgba(3,10,18,.20);
}

.hzv5-page .logo{
  font-size:29px;
}

.hzv5-page .logo small{
  font-size:9px;
}

.hzv5-page .search{
  height:48px;
}

.hzv5-page .catbtn{
  height:48px;
}

.hzv5-section{
  padding:18px 0;
}

.hzv5-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:12px;
}

.hzv5-section-head h2{
  margin:0;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.35px;
  font-weight:750;
  color:#111827;
}

.hzv5-section-head p{
  margin:5px 0 0;
  color:#667085;
  line-height:1.55;
  font-size:13px;
  font-weight:400;
}

.hzv5-section-head a{
  color:#ff4f0a;
  font-weight:750;
  font-size:13px;
}

/* compact marketplace mode tabs */
.hzv5-mode{
  padding:12px 0 0;
}

.hzv5-mode-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid #e7ebf2;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.hzv5-mode-card{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:8px 14px;
  border-right:1px solid #e7ebf2;
  color:#111827;
}

.hzv5-mode-card:last-child{
  border-right:0;
}

.hzv5-mode-card.active{
  background:linear-gradient(180deg,#fff,#fff8f3);
  box-shadow:inset 0 -2px 0 #ff4f0a;
}

.hzv5-mode-icon{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#fff1e8;
  color:#ff4f0a;
  font-size:18px;
}

.hzv5-mode-card:nth-child(2) .hzv5-mode-icon{
  background:#f3f0ff;
  color:#7457ff;
}

.hzv5-mode-card:nth-child(3) .hzv5-mode-icon{
  background:#eff6ff;
  color:#2563eb;
}

.hzv5-mode-card b{
  display:block;
  font-size:13px;
  font-weight:700;
}

.hzv5-mode-card small{
  display:block;
  color:#667085;
  font-size:12px;
  margin-top:1px;
  font-weight:400;
}

/* hero */
.hzv5-hero{
  padding:16px 0 8px;
}

.hzv5-hero-layout{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:16px;
}

.hzv5-hero-main{
  min-height:360px;
  border:1px solid #e7ebf2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 58px rgba(15,23,42,.08);
  overflow:hidden;
}

.hzv5-hero-swiper,
.hzv5-hero-swiper .swiper-wrapper,
.hzv5-hero-swiper .swiper-slide{
  height:100%;
  min-height:360px;
}

.hzv5-slide{
  min-height:360px;
  display:grid;
  grid-template-columns:.55fr .45fr;
  background:
    radial-gradient(circle at 72% 48%,rgba(255,79,10,.13),transparent 0 31%),
    linear-gradient(115deg,#fff 0%,#fff8f3 53%,#fff 100%);
}

.hzv5-slide-copy{
  padding:42px 52px;
}

.hzv5-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff1e8;
  color:#ff4f0a;
  border:1px solid #ffd1bd;
  font-size:12px;
  font-weight:700;
  margin-bottom:14px;
}

.hzv5-slide h1{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-1.4px;
  font-weight:700;
  color:#101827;
}

.hzv5-slide h1 span{
  color:#ff4f0a;
}

.hzv5-slide p{
  margin:0 0 20px;
  max-width:450px;
  color:#526174;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}

.hzv5-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.hzv5-btn{
  height:42px;
  border-radius:10px;
  padding:0 18px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.hzv5-btn-primary{
  background:#ff4f0a;
  color:#fff;
  box-shadow:0 14px 28px rgba(255,79,10,.18);
}

.hzv5-btn-light{
  background:#fff;
  border-color:#dce3ee;
  color:#101827;
}

.hzv5-slide-art{
  position:relative;
  min-height:360px;
  overflow:hidden;
}

.hzv5-art-stage{
  position:absolute;
  inset:34px;
  border-radius:26px;
  background:linear-gradient(145deg,#fff,#f8fafc);
  border:1px solid #edf1f6;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
}

.hzv5-art-product{
  position:absolute;
  width:130px;
  height:210px;
  right:135px;
  bottom:58px;
  border-radius:34px;
  background:linear-gradient(145deg,#101827,#344154);
  box-shadow:0 20px 46px rgba(15,23,42,.18);
}

.hzv5-art-product:before{
  content:"";
  position:absolute;
  left:20px;
  top:20px;
  width:48px;
  height:48px;
  border-radius:16px;
  background:#0b1220;
  box-shadow:26px 0 0 #0b1220;
}

.hzv5-art-bag{
  position:absolute;
  width:128px;
  height:130px;
  right:38px;
  bottom:64px;
  border-radius:16px;
  background:linear-gradient(135deg,#ff4f0a,#ff7a1a);
  box-shadow:0 20px 46px rgba(255,79,10,.17);
}

.hzv5-art-bag:before{
  content:"";
  position:absolute;
  left:34px;
  top:-28px;
  width:56px;
  height:42px;
  border:7px solid rgba(255,255,255,.65);
  border-bottom:0;
  border-radius:30px 30px 0 0;
}

.hzv5-art-bag:after{
  content:"H";
  position:absolute;
  inset:34px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.7);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:34px;
  font-weight:700;
}

.hzv5-hero-side{
  display:grid;
  grid-template-rows:1fr 1fr 1fr;
  gap:12px;
}

.hzv5-widget{
  min-height:112px;
  border:1px solid #e7ebf2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  padding:16px;
  overflow:hidden;
}

.hzv5-widget.dark{
  background:linear-gradient(180deg,#07111c,#0b1624);
  color:#fff;
  border-color:rgba(255,255,255,.08);
}

.hzv5-widget h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:700;
  letter-spacing:-.2px;
}

.hzv5-widget p{
  margin:0;
  color:#667085;
  font-size:13px;
  line-height:1.45;
}

.hzv5-widget.dark p{
  color:#94a3b8;
}

.hzv5-mini-list{
  display:grid;
  gap:8px;
  margin-top:10px;
}

.hzv5-mini-item{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  font-size:12px;
}

.hzv5-mini-item b{
  font-weight:650;
}

.hzv5-mini-price{
  color:#ff4f0a;
  font-weight:700;
}

.hzv5-countdown{
  color:#ff4f0a;
  font-size:20px;
  font-weight:700;
  letter-spacing:1.4px;
  margin-top:8px;
}

/* categories */
.hzv5-category-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:11px;
}

.hzv5-category{
  min-height:96px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  border:1px solid #e7ebf2;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:8px;
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  transition:.22s;
}

.hzv5-category:hover{
  transform:translateY(-3px);
  border-color:#ffd1bd;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.hzv5-cat-icon{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff1e8;
  color:#ff4f0a;
  font-size:20px;
}

.hzv5-category:nth-child(2n) .hzv5-cat-icon{
  background:#f3f0ff;
  color:#7457ff;
}

.hzv5-category:nth-child(3n) .hzv5-cat-icon{
  background:#eff6ff;
  color:#2563eb;
}

.hzv5-category b{
  font-size:12px;
  font-weight:650;
  text-align:center;
  line-height:1.2;
}

/* product panels */
.hzv5-grid-3{
  display:grid;
  grid-template-columns:1.05fr .95fr .95fr;
  gap:16px;
}

.hzv5-panel{
  background:#fff;
  border:1px solid #e7ebf2;
  border-radius:20px;
  padding:16px;
  box-shadow:0 16px 44px rgba(15,23,42,.07);
}

.hzv5-deal-products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.hzv5-product-card{
  position:relative;
  min-height:230px;
  border:1px solid #e7ebf2;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  padding:12px;
  transition:.22s;
}

.hzv5-product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(15,23,42,.08);
}

.hzv5-discount{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  background:#ff4f0a;
  color:#fff;
  border-radius:8px;
  padding:5px 7px;
  font-size:11px;
  font-weight:700;
}

.hzv5-product-img{
  height:126px;
  border-radius:14px;
  background:linear-gradient(145deg,#f8fafc,#fff);
  position:relative;
  overflow:hidden;
  margin-bottom:12px;
}

.hzv5-product-img.airpods:before{
  content:"";
  position:absolute;
  left:37px;
  top:22px;
  width:44px;
  height:82px;
  border-radius:28px;
  background:#fff;
  box-shadow:46px 0 0 #fff,0 13px 26px rgba(15,23,42,.14),46px 13px 26px rgba(15,23,42,.14);
}

.hzv5-product-img.phone:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:48px;
  height:88px;
  border-radius:14px;
  background:linear-gradient(145deg,#101827,#7457ff);
  box-shadow:0 14px 28px rgba(15,23,42,.16);
}

.hzv5-product-img.watch:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:54px;
  height:62px;
  border-radius:22px;
  background:#101827;
  box-shadow:0 14px 28px rgba(15,23,42,.16);
}

.hzv5-product-img.boxes:before{
  content:"";
  position:absolute;
  left:50%;
  top:56%;
  transform:translate(-50%,-50%);
  width:92px;
  height:62px;
  border-radius:9px;
  background:#bd864b;
  box-shadow:-42px 10px 0 #c99255,38px 12px 0 #a97841;
}

.hzv5-product-card h4{
  margin:0 0 6px;
  font-size:13px;
  line-height:1.25;
  font-weight:650;
}

.hzv5-product-card strong{
  color:#ff4f0a;
  font-weight:750;
}

.hzv5-product-card del{
  color:#94a3b8;
  font-size:12px;
  margin-left:5px;
}

.hzv5-wholesale{
  min-height:270px;
  background:
    radial-gradient(circle at 86% 34%,rgba(255,79,10,.11),transparent 0 30%),
    linear-gradient(135deg,#fff,#fff7f1);
  display:grid;
  grid-template-columns:.55fr .45fr;
}

.hzv5-wholesale h3{
  margin:7px 0;
  font-size:42px;
  font-weight:650;
  letter-spacing:1.4px;
}

.hzv5-box-art{
  position:relative;
}

.hzv5-box{
  position:absolute;
  background:#bd864b;
  border-radius:9px;
  box-shadow:0 14px 28px rgba(92,52,16,.14);
}

.hzv5-box:before{
  content:"H";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#8a5c2b;
  font-size:26px;
  font-weight:700;
}

.hzv5-box.one{width:115px;height:78px;right:20px;bottom:18px}
.hzv5-box.two{width:90px;height:66px;right:122px;bottom:28px}
.hzv5-box.three{width:80px;height:58px;right:76px;bottom:104px}

.hzv5-classified{
  min-height:270px;
  display:grid;
  grid-template-columns:.58fr .42fr;
  background:
    radial-gradient(circle at 82% 40%,rgba(15,23,42,.07),transparent 0 31%),
    linear-gradient(135deg,#fff,#fbfcfe);
}

.hzv5-classified p{
  color:#334155;
  line-height:1.6;
}

.hzv5-classified-art{
  position:relative;
}

.hzv5-classified-art:before,
.hzv5-classified-art:after{
  content:"";
  position:absolute;
  border:7px solid #111827;
  border-radius:50%;
}

.hzv5-classified-art:before{
  width:108px;
  height:70px;
  right:34px;
  top:38px;
}

.hzv5-classified-art:after{
  width:66px;
  height:66px;
  right:0;
  top:43px;
}

.hzv5-classified-pill{
  position:absolute;
  right:22px;
  bottom:22px;
  width:108px;
  height:52px;
  border-radius:20px;
  background:#aaa39f;
}

/* swiper product sections */
.hzv5-swiper-shell{
  position:relative;
}

.hzv5-swiper .swiper-slide{
  height:auto;
}

.hzv5-wide-product{
  min-height:270px;
  background:#fff;
  border:1px solid #e7ebf2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(15,23,42,.055);
  padding:12px;
}

.hzv5-wide-product .hzv5-product-img{
  height:150px;
}

.hzv5-wide-product h4{
  font-size:14px;
}

.hzv5-meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:8px;
  color:#667085;
  font-size:12px;
}

.hzv5-badge{
  display:inline-flex;
  align-items:center;
  height:24px;
  border-radius:999px;
  padding:0 9px;
  background:#fff1e8;
  color:#ff4f0a;
  font-size:11px;
  font-weight:700;
}

/* footer */
.hzv5-footer{
  margin-top:28px;
  background:#07111c;
  color:#cbd5e1;
}

.hzv5-footer-top{
  padding:42px 0;
  display:grid;
  grid-template-columns:1.3fr repeat(4,1fr);
  gap:34px;
}

.hzv5-footer-logo{
  font-size:32px;
  font-weight:750;
  letter-spacing:-1px;
  color:#fff;
}

.hzv5-footer-logo span{
  color:#ff4f0a;
}

.hzv5-footer p{
  color:#94a3b8;
  line-height:1.7;
  font-size:13px;
}

.hzv5-footer h4{
  margin:0 0 12px;
  color:#fff;
  font-size:15px;
  font-weight:650;
}

.hzv5-footer a{
  display:block;
  margin:8px 0;
  color:#cbd5e1;
  font-size:13px;
}

.hzv5-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:16px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#94a3b8;
  font-size:12px;
}

/* responsive */
@media(max-width:1180px){
  .hzv5-hero-layout,
  .hzv5-grid-3,
  .hzv5-wholesale,
  .hzv5-classified,
  .hzv5-footer-top{
    grid-template-columns:1fr;
  }

  .hzv5-mode-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hzv5-category-grid{
    grid-template-columns:repeat(4,1fr);
  }

  .hzv5-hero-side{
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:auto;
  }
}

@media(max-width:720px){
  .hzv5-wrap{
    width:min(94vw,1500px);
  }

  .hzv5-mode-grid{
    display:flex;
    overflow:auto;
  }

  .hzv5-mode-card{
    min-width:220px;
  }

  .hzv5-hero-layout{
    gap:12px;
  }

  .hzv5-slide{
    grid-template-columns:1fr;
  }

  .hzv5-slide-copy{
    padding:28px 24px 10px;
  }

  .hzv5-slide h1{
    font-size:31px;
  }

  .hzv5-slide-art{
    min-height:250px;
  }

  .hzv5-art-product{
    right:142px;
    bottom:36px;
    transform:scale(.82);
  }

  .hzv5-art-bag{
    right:38px;
    bottom:42px;
    transform:scale(.84);
  }

  .hzv5-hero-side{
    grid-template-columns:1fr;
  }

  .hzv5-category-grid{
    display:flex;
    overflow:auto;
    padding-bottom:8px;
  }

  .hzv5-category{
    min-width:126px;
  }

  .hzv5-deal-products{
    grid-template-columns:repeat(2,1fr);
  }

  .hzv5-footer-top{
    gap:20px;
  }

  .hzv5-footer-bottom{
    flex-direction:column;
  }
}
