/* v4_7: minimal two-image gallery option */
.wfps-wrapper{max-width:1200px;margin:0 auto;position:relative;}
.wfps-stage{position:relative;overflow:hidden;}
.wfps-swiper{padding:12px 0 0; position:relative;}
.wfps-swiper .swiper-slide{height:auto;}

.wfps-card{
  display:grid;grid-template-columns:1.1fr 1fr;background:#fff;
  border:none !important;box-shadow:none !important;outline:none !important;
  overflow:hidden;border-radius:12px;
}
.wfps-media{background:transparent;display:flex;align-items:center;justify-content:center;padding:20px;}
.wfps-imgbox{width:100%; max-height:620px; overflow:hidden; display:flex; align-items:center; justify-content:center;}
.wfps-image{width:100%; height:auto; object-fit:contain; display:block;}
.wfps-gallery{width:100%;}
.wfps-gallery .swiper-wrapper{align-items:center;}
.wfps-gallery .swiper-pagination, .wfps-gallery .swiper-button-prev, .wfps-gallery .swiper-button-next{display:none!important;}

.wfps-body{padding:28px;display:flex;flex-direction:column;justify-content:center;}
.wfps-title{font-size: clamp(28px, 4vw, 52px); line-height:1.05; margin:0 0 8px; font-weight:800;}
.wfps-title a{color:#121212;text-decoration:none}
.wfps-price{font-size: clamp(22px, 3vw, 36px); font-weight:800; color:#14a500; margin:2px 0 10px;}
.wfps-desc{font-size:18px;color:#333;line-height:1.65;margin:0 0 14px;}

.wfps-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;}
.wfps-actions .wfps-more{
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 22px;border-radius:8px;border:none;
  background:#14a500;color:#fff;text-decoration:none;font-weight:800;
  text-transform:uppercase;letter-spacing:.5px;transition:filter .15s ease;
}
.wfps-actions .wfps-more:hover{filter:brightness(.95)}
.wfps-actions .wfps-cart{
  width:72px;height:72px;display:inline-block;
  background: transparent url('cart-plus.png') center/60px 60px no-repeat;
  border:none;border-radius:8px;box-shadow:none;
}

/* bullets */
.wfps-swiper .swiper-pagination{position:relative; margin-top:6px;}
.wfps-swiper .swiper-pagination-bullet{background:#16a34a; opacity:.45; margin:0 4px !important;}
.wfps-swiper .swiper-pagination-bullet-active{opacity:1;}

/* outside arrows */
.wfps-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px;height:44px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;
  box-shadow:0 4px 12px rgba(0,0,0,.08); color:#16a34a; cursor:pointer;
}


.wfps-prev{left:32px;}


.wfps-next{right:32px;}
.wfps-prev::after, .wfps-next::after{content:''; display:block; width:100%; height:100%; background-position:center;background-repeat:no-repeat;background-size:16px;}
.wfps-prev::after{background-image:linear-gradient(transparent,transparent), url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"%2316a34a\" viewBox=\"0 0 16 16\"><path d=\"M11 14 5 8l6-6\"/></svg>');}
.wfps-next::after{background-image:linear-gradient(transparent,transparent), url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"%2316a34a\" viewBox=\"0 0 16 16\"><path d=\"m5 14 6-6-6-6\"/></svg>');}

@media (max-width: 1300px){ .wfps-prev{left:24px;} .wfps-next{right:24px;} }
@media (max-width: 780px){
  .wfps-prev, .wfps-next{display:none}
  .wfps-card{grid-template-columns:1fr}
  .wfps-body{padding:22px}
}
.wfps-wrapper{margin-top:4px;margin-bottom:6px;}