/* ===== Layout ===== */
.ast-container  {
padding-left: 0px; 
    padding-right: 0px;
}

.hp{
  width:100%;
}

.hp-container{
  /* width:min(2500px, 100%); */
  margin:0 auto;
  /* padding:26px 16px 44px; */
  /* padding:26px 16px 44px; */
}

/* ===== Shared helpers ===== */
.hp-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  color:#111;
  background:#fff;
  border:1px solid rgba(255,255,255,.35);
}

.hp-btn:hover{
  opacity:.92;
}
.hp-bs-more {
  margin-top: 20px;
}

.hp-link{
  text-decoration:none;
}

.hp-link:hover{
  opacity:.85;
}

.hp-iconbtn{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  background:#111;
  color:#fff;
  cursor:pointer;
}

.hp-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 2px;
  border-radius:0px;
  background-color: #fff;
  border:1px #111;
  color:#000000;
  font-weight:900;
  font-size:12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ===== Shared sliders ===== */
.hp-track{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:12px 4px 2px;
}

.hp-track::-webkit-scrollbar{
  display:none;
}

.hp-product {
    flex: 0 0 360px;
    max-width: 560px;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    /* border: 1px solid rgba(0, 0, 0, .10); */
    background: #fff;
}

.hp-product a{
  text-decoration:none;
  color:inherit;
  display:block;
}

.hp-pimg{
  width:100%;
  aspect-ratio: 1 / 1;
  background:rgba(0,0,0,.04);
}

.hp-pimg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hp-pbody{
  padding:10px 12px 12px;
}

.hp-ptitle{
  margin:0 0 6px;
  font-size:14px;
  font-weight:900;
  line-height:1.25;
}

.hp-price{
  font-size:13px;
  font-weight:100;
}

.hp-row{
  margin-top:10px;
  display:flex;
  justify-content:space-between;
  gap:10px;
}

/* ===== Theme overrides ===== */
@media (min-width: 922px) {
  .ast-container{
    max-width:2900px;
  }
}

@media (min-width: 1200px) {
  .ast-plain-container.ast-no-sidebar #primary{
    margin-top:0;
    margin-bottom:60px;
  }
}

.woocommerce-js h2{
  margin-bottom:.1em;
}
