.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-100169 .elementor-element.elementor-element-5fd71c0c{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-100169 .elementor-element.elementor-element-73b6e39{text-align:center;}.elementor-100169 .elementor-element.elementor-element-73b6e39 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#FF0000;}.elementor-100169 .elementor-element.elementor-element-5cc5cc0{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for heading, class: .elementor-element-73b6e39 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.custom-discount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
  font-family: 'Poppins', sans-serif !important;
}

.custom-discount-box {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: transform 0.3s ease !important;
  position: relative !important;
}

.custom-discount-box:hover {
  transform: scale(1.02) !important;
}

.custom-discount-box img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
}

.custom-discount-box h3 {
  font-size: 21px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.custom-discount-box h3 a {
  color: #81B642 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.custom-discount-box h3 a:hover {
  color: #FF0000 !important;
  text-decoration: none !important;
}

.custom-discounted-price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #FF0000 !important;
  margin-bottom: 10px !important;
}

.custom-regular-price {
  font-size: 14px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  margin-bottom: 5px !important;
}

.custom-regular-price span {
  color: #666 !important;
}

.custom-discount-box a {
  margin-top: auto !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #6ec1e4 !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
  border: none !important;
}

.custom-discount-box a:hover {
  color: #FF0000 !important;
  text-decoration: none !important;
  border: none !important;
}

/* AKCIÓ címke */
.akcio-felirat {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: #FF0000 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 5px 12px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
  z-index: 10 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b23d9eb */.villam-container {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.villam-ikon {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 14px rgba(255, 0, 0, 0.5);
  transition: transform 0.2s ease;
}

.villam-ikon:hover {
  transform: scale(1.15) rotate(-10deg);
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.villam-tooltip {
  position: absolute;
  bottom: 120%;
  right: 50%;
  transform: translateX(50%);
  background: red;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.villam-ikon:hover .villam-tooltip {
  opacity: 1;
}/* End custom CSS */