
/* DaruGet Master v23 — Mega intro treatment + Hero price emphasis */

@media(min-width:901px){
  .category-navigation .category-mega-head{
    position:relative!important;
    overflow:hidden!important;
    margin:-2px -4px 18px!important;
    padding:16px 18px 17px!important;
    border:1px solid #e1ece6!important;
    border-radius:14px!important;
    background:
      radial-gradient(circle at 92% 18%,rgba(34,197,94,.06),transparent 28%),
      linear-gradient(135deg,#f7fbf8 0%,#fbfefd 52%,#f5faf7 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
  }
  .category-navigation .category-mega-head::after{
    content:""!important;
    position:absolute!important;
    inset:auto 18px 0 18px!important;
    height:2px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,rgba(21,128,61,.14),rgba(15,118,110,.04),transparent)!important;
  }
  .category-navigation .category-mega-head>div{
    position:relative!important;
    z-index:1!important;
  }
  .category-navigation .mega-kicker{
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    padding:3px 9px!important;
    margin-bottom:5px!important;
    border:1px solid #d7e7dd!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.82)!important;
    color:#167344!important;
    font-size:12px!important;
    line-height:1.3!important;
    font-weight:950!important;
    letter-spacing:.25px!important;
  }
  .category-navigation .category-mega-head h3{
    margin:3px 0 4px!important;
    color:#182a22!important;
    font-size:20px!important;
    line-height:1.55!important;
    font-weight:950!important;
  }
  .category-navigation .category-mega-head p{
    margin:0!important;
    max-width:720px!important;
    color:#607067!important;
    font-size:12px!important;
    line-height:1.9!important;
    font-weight:650!important;
  }
  .category-navigation .category-mega-head>a{
    position:relative!important;
    z-index:1!important;
    flex:0 0 auto!important;
    min-height:40px!important;
    padding:0 13px!important;
    border:1px solid #cfe3d6!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#167344!important;
    box-shadow:0 4px 12px rgba(15,23,42,.035)!important;
  }
  .category-navigation .category-mega-head>a:hover{
    background:#eef8f1!important;
    border-color:#bcd8c5!important;
  }
}

/* Hero prices: roughly double current visual size, without resizing Hero */
.home-product-price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:10px!important;
}
.home-product-price strong{
  font-size:30px!important;
  line-height:1.25!important;
  font-weight:950!important;
  letter-spacing:-.3px!important;
}
.home-product-price del{
  font-size:19px!important;
  line-height:1.35!important;
  font-weight:800!important;
  opacity:.72!important;
}

@media(min-width:901px) and (max-width:1366px){
  .home-product-price strong{font-size:28px!important}
  .home-product-price del{font-size:18px!important}
}

@media(max-width:680px){
  .home-product-price{
    gap:7px!important;
    margin-top:8px!important;
  }
  .home-product-price strong{
    font-size:24px!important;
    line-height:1.3!important;
  }
  .home-product-price del{
    font-size:16px!important;
    line-height:1.35!important;
  }
}
