.home-new-products{
  position:relative;
  overflow:hidden;
}

.home-new-products .section-head{
  margin-bottom:clamp(28px,3.5vw,48px);
}

.home-new-products .section-head h2{
  margin:0;
  color:#15191f;
  font-size:clamp(2.5rem,4.5vw,4.8rem);
  line-height:.9;
  letter-spacing:-.055em;
}

.home-new-products .section-head>a{
  padding-bottom:5px;
  border-bottom:1px solid rgba(21,25,31,.35);
  color:#15191f;
  font-weight:750;
  text-decoration:none;
}

.woocommerce ul.products{
  gap:clamp(18px,2vw,28px);
}

.woocommerce ul.products li.product{
  position:relative;
  display:flex;
  min-height:100%;
  flex-direction:column;
  padding:12px 12px 18px;
  overflow:hidden;
  border:1px solid rgba(117,130,143,.22);
  border-radius:26px;
  background:linear-gradient(145deg,#f0f2f4 0%,#e4e9ed 58%,#d8dfe5 100%);
  color:#15191f;
  box-shadow:0 18px 40px rgba(21,25,31,.09);
  transition:transform .3s cubic-bezier(.2,.75,.25,1),box-shadow .3s,border-color .3s;
}

.home-new-products .woocommerce ul.products li.product::before{
  content:"NEW";
  position:absolute;
  z-index:6;
  top:26px;
  left:26px;
  padding:7px 10px;
  border:1px solid rgba(21,25,31,.12);
  border-radius:999px;
  background:rgba(240,242,244,.88);
  color:#15191f;
  font:800 .62rem/1 "Share Tech Mono",monospace;
  letter-spacing:.16em;
  pointer-events:none;
}

.woocommerce ul.products li.product:hover{
  transform:translateY(-3px);
  border-color:rgba(79,92,105,.3);
  box-shadow:0 20px 44px rgba(21,25,31,.13);
}

.woocommerce ul.products li.product:hover img{
  transform:none!important;
}

.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{
  color:inherit;
  text-decoration:none;
}

.woocommerce ul.products li.product img{
  width:100%;
  margin:0 0 22px;
  padding:clamp(20px,2.3vw,34px);
  border:1px solid rgba(117,130,143,.22);
  border-radius:18px;
  background:radial-gradient(circle at 50% 34%,#e2e9f5 0%,#cfd5da 56%,#b9c3cc 100%)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.72);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  margin:0;
  padding:0 8px!important;
  color:#15191f;
  font-size:clamp(1rem,1.15vw,1.16rem)!important;
  font-weight:800;
  line-height:1.25;
}

.woocommerce ul.products li.product .price{
  display:block;
  margin:9px 0 20px;
  padding:0 8px;
  color:#303944!important;
  font:800 1rem/1.2 "Share Tech Mono",monospace!important;
  letter-spacing:.025em;
}

.woocommerce ul.products li.product>a.button{
  width:calc(100% - 16px);
  min-height:48px;
  margin:auto 8px 0;
  padding:13px 18px;
  border:1px solid #aeb8c2!important;
  border-radius:999px;
  background:#c4cad1!important;
  color:#15191f!important;
  font-weight:850;
  text-align:center;
  box-shadow:none!important;
  transition:background .25s,color .25s,transform .25s,box-shadow .25s;
}

.woocommerce ul.products li.product>a.button:hover,
.woocommerce ul.products li.product>a.button:focus-visible{
  border-color:#15191f!important;
  background:#15191f!important;
  color:#f0f2f4!important;
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(21,25,31,.18)!important;
}

@media(max-width:1100px) and (min-width:801px){
  .home-new-products .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:800px){
  .woocommerce ul.products li.product{border-radius:22px}
  .home-new-products .woocommerce ul.products li.product::before{top:22px;left:22px}
  .woocommerce ul.products li.product img{margin-bottom:18px}
}

@media(prefers-reduced-motion:reduce){
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product>a.button{transition:none}
}
