/* WEISS PADEL CONNECT · shop product visuals V1
   Exact master-product pixels; no AI recreation or logo replacement. */

body.wp-excellence .shop-product-image{
  display:grid;
  height:340px;
  place-items:center;
  background:
    radial-gradient(circle at 50% 42%,rgba(31,49,63,.44),transparent 62%),
    #080a0e;
}
body.wp-excellence .shop-product-card{
  display:flex;
  flex-direction:column;
}

body.wp-excellence .shop-product-copy{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
}

body.wp-excellence .shop-product-copy>.shop-product-link,
body.wp-excellence .shop-product-copy>button{
  margin-top:auto;
}


body.wp-excellence .shop-product-image img,
body.wp-excellence .shop-product-featured .shop-product-image img,
body.wp-excellence .shop-product-card:nth-child(2) .shop-product-image img,
body.wp-excellence .shop-product-card:nth-child(3) .shop-product-image img{
  box-sizing:border-box;
  width:100%;
  height:100%;
  padding:10px 14px;
  object-fit:contain;
  object-position:center;
}

body.wp-excellence .shop-product-card:nth-child(3) .shop-product-image{
  background:#edf1f2;
}

body.wp-excellence .shop-product-card:nth-child(3) .shop-product-image img{
  padding:12px;
}

body.wp-excellence .shop-women-product-grid .shop-product-card:nth-child(-n+2) .shop-product-image{
  background:#111820;
}

body.wp-excellence .shop-women-product-grid .shop-product-card:nth-child(-n+2) .shop-product-image img{
  padding:0;
  object-fit:cover;
}

body.wp-excellence .shop-women-product-grid .shop-product-card:first-child .shop-product-image img{
  object-position:center 52%;
}

body.wp-excellence .shop-women-product-grid .shop-product-card:nth-child(2) .shop-product-image img{
  object-position:center 46%;
}

body.wp-excellence .shop-women-product-grid .shop-product-card:nth-child(3) .shop-product-image{
  background:#24282c;
}

body.wp-excellence .shop-women-product-grid .shop-product-card:nth-child(3) .shop-product-image img{
  padding:0;
  object-fit:cover;
  object-position:center 24%;
  transform:translateY(8%) scale(2.1);
}

body.wp-excellence .shop-women-product-grid[hidden]{
  display:none;
}
@media(max-width:700px){
  body.wp-excellence .shop-product-image{height:320px}
}