/* Homepage Shop Section */
.somex-home-shop{padding:70px 0;}
.somex-home-shop .somex-shop-head{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px;}
.somex-home-shop .somex-shop-head h2{margin:0;}
.somex-home-shop .somex-shop-head p{margin:6px 0 0; opacity:.9; max-width:760px;}
.somex-home-shop .somex-shop-controls{display:flex; gap:10px; flex-wrap:nowrap;}
.somex-home-shop .somex-shop-btn{
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.somex-home-shop .somex-shop-btn:hover{transform:translateY(-1px);}

.somex-home-shop .somex-shop-track{
  display:flex;
  gap:18px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  padding:10px 6px 2px;
  -webkit-overflow-scrolling:touch;
}
.somex-home-shop .somex-shop-track::-webkit-scrollbar{height:10px;}
.somex-home-shop .somex-shop-track::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12); border-radius:999px;}

.somex-home-shop .somex-shop-track .product{
  scroll-snap-align:start;
  min-width:260px;
  flex:0 0 auto;
}

.somex-home-shop .somex-shop-track.somex-shop-fading{opacity:.92; transition:opacity .35s ease;}
.somex-home-shop .somex-shop-foot{margin-top:18px; text-align:center;}