body.single-product .product_title,
body.single-product .summary h1,
body.single-product h1.product_title{
  font-size:24px!important;line-height:1.38!important;font-weight:800!important;margin-bottom:14px!important;
}
@media(max-width:767px){
  body.single-product .product_title,
  body.single-product .summary h1,
  body.single-product h1.product_title{font-size:21px!important;line-height:1.42!important;}
}

/* Product sections and cards: one stable rhythm regardless of title length. */
.hhs-products-section .hhs-container{
  width:min(100% - 32px,1240px)!important;
}

.hhs-products-section .hhs-section-title{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin-bottom:22px!important;
}

.hhs-product-grid{
  align-items:stretch!important;
}

.hhs-product-grid .hhs-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

.hhs-product-grid .hhs-card__image{
  flex:0 0 auto!important;
  box-sizing:border-box!important;
}

.hhs-product-grid .hhs-card__content{
  display:grid!important;
  grid-template-rows:minmax(3.2em,auto) auto auto!important;
  align-content:end!important;
  flex:1 1 auto!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

.hhs-product-grid .hhs-card__content h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:3.2em!important;
  max-height:3.2em!important;
  margin:0 0 8px!important;
}

.hhs-product-grid .hhs-card__content h3 a{
  display:block!important;
  overflow:hidden!important;
}

.hhs-product-grid .hhs-card__price{
  min-height:1.35em!important;
  display:flex!important;
  align-items:center!important;
  margin:5px 0!important;
}

.hhs-product-grid .hhs-card__actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px!important;
  width:100%!important;
  align-items:stretch!important;
  margin-top:12px!important;
}

.hhs-product-grid .hhs-card__actions a,
.hhs-product-grid .hhs-card__actions button,
.hhs-product-grid .hhs-card__button,
.hhs-product-grid .hhs-card__buy{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  padding:0 6px!important;
  margin:0!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;
  text-align:center!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  text-decoration:none!important;
}

@media(max-width:767px){
  .hhs-products-section .hhs-container{width:min(100% - 18px,1240px)!important;}
  .hhs-products-section .hhs-section-title{
    align-items:flex-start!important;
    gap:10px!important;
    margin-bottom:14px!important;
  }
  .hhs-products-section .hhs-section-title>div{min-width:0!important;}
  .hhs-products-section .hhs-section-title>a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    margin-top:5px!important;
  }
  .hhs-product-grid .hhs-card__content{
    grid-template-rows:minmax(3.5em,auto) auto auto!important;
  }
  .hhs-product-grid .hhs-card__content h3{
    min-height:3.5em!important;
    max-height:3.5em!important;
  }
  .hhs-product-grid .hhs-card__actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:6px!important;
    margin-top:8px!important;
  }
  .hhs-product-grid .hhs-card__actions a,
  .hhs-product-grid .hhs-card__actions button,
  .hhs-product-grid .hhs-card__button,
  .hhs-product-grid .hhs-card__buy{
    display:flex!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    font-size:10px!important;
    padding:0 3px!important;
  }
}

@media(max-width:360px){
  .hhs-product-grid .hhs-card__actions{gap:4px!important;}
  .hhs-product-grid .hhs-card__actions a,
  .hhs-product-grid .hhs-card__actions button,
  .hhs-product-grid .hhs-card__button,
  .hhs-product-grid .hhs-card__buy{font-size:9px!important;padding:0 2px!important;}
}

body.single-product form.variations_form .single_add_to_cart_button{
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;cursor:pointer!important;filter:none!important;
}
