/* ===== 2) KOSÁRBA gomb fénycsík (opcionális) ===== */
a.button-add-to-cart{ position:relative !important; overflow:hidden !important; }
a.button-add-to-cart::after{
  content:"";
  position:absolute;
  top:0; left:-130%;
  width:130%; height:100%;
  background:linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
  transform:skewX(-20deg);
  animation:netFlash 2.4s infinite ease-in-out;
  pointer-events:none;
}
@keyframes netFlash{ 0%{left:-130%;} 60%{left:130%;} 100%{left:130%;} }

/* =========================================================
   LuckyFishing – KIEMELT TERMÉKEK (FEATURED) – JÉGKÉK KÁRTYÁK
   Csak erre a modulra: #module_featured_wrapper
   ========================================================= */

/* Termékkártyák */
#module_featured_wrapper .product,
#module_featured_wrapper .product-card,
#module_featured_wrapper .card.product-card,
#module_featured_wrapper .product-snapshot,
#module_featured_wrapper .product-snapshot.list_div_item{
  background:#D8EDF7 !important;
  border:1px solid #c7e3f1 !important;
  border-radius:18px !important;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(2,6,23,.08);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

#module_featured_wrapper .product:hover,
#module_featured_wrapper .product-card:hover,
#module_featured_wrapper .card.product-card:hover{
  transform:translateY(-3px);
  background:#e6f4fb !important;
  border-color:#b7d8ea !important;
  box-shadow:0 16px 32px rgba(2,6,23,.12);
}

/* Termékkép – nagyobb, fehér kártyán */
#module_featured_wrapper img{
  background:#ffffff;
  border:1px solid #cfe6f3;
  border-radius:14px;
  padding:10px;
  object-fit:contain;
  max-width:180px;
  max-height:180px;
}

/* Terméknév */
#module_featured_wrapper .product-name,
#module_featured_wrapper .name{
  font-weight:900 !important;
  letter-spacing:-.2px;
}

/* Cikkszám / SKU */
#module_featured_wrapper .product-code,
#module_featured_wrapper .sku{
  font-size:12px;
  opacity:.7;
}

/* Ár – PIROS, hangsúlyos */
#module_featured_wrapper .price,
#module_featured_wrapper .product-price,
#module_featured_wrapper .price-new,
#module_featured_wrapper .special-price{
  color:#dc2626 !important;
  font-weight:900 !important;
  font-size:18px !important;
}

#module_featured_wrapper .price-old{
  opacity:.55;
}

/* Gombok – kerekebb, prémium */
#module_featured_wrapper .btn,
#module_featured_wrapper a.btn,
#module_featured_wrapper button.btn{
  border-radius:14px !important;
  font-weight:900 !important;
}

/* Mobil finomítás */
@media (max-width:480px){
  #module_featured_wrapper img{
    max-width:150px;
    max-height:150px;
    padding:8px;
  }
  #module_featured_wrapper .price{
    font-size:19px !important;
  }
	}