.elementor-kit-10{--e-global-color-primary:#6EB7E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );font-family:"Times New Roman", Sans-serif;font-weight:bold;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-secondary );}.elementor-kit-10 h1{color:#B38745;font-size:47px;font-weight:bold;}.elementor-kit-10 h2{color:var( --e-global-color-secondary );font-family:"Tahoma", Sans-serif;font-size:2px;}.elementor-kit-10 h3{color:var( --e-global-color-secondary );font-size:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === KÖZÖS ANIMÁCIÓK (egyszer definiáljuk) === */
@keyframes pulse-gold {
  0%   { transform: scale(1);   box-shadow: 0 0 0 rgba(204,165,99,0); }
  50%  { transform: scale(1.05);box-shadow: 0 0 18px rgba(204,165,99,0.55); }
  100% { transform: scale(1);   box-shadow: 0 0 0 rgba(204,165,99,0); }
}
@keyframes pulse-gold-soft {
  0%   { box-shadow: 0 0 0 rgba(204,165,99,0); }
  50%  { box-shadow: 0 0 0 3px rgba(204,165,99,0.35), 0 0 14px rgba(204,165,99,0.35); }
  100% { box-shadow: 0 0 0 rgba(204,165,99,0); }
}

/* === 1) ELEMENTOR GOMBOK (maradjon az impulzus) === */
.elementor-button {
  position: relative;
  transition: all .3s ease;
  animation: pulse-gold 3s infinite ease-in-out !important;
  will-change: transform, box-shadow;
}

/* (opcionális) csak hoverkor legyen erősebb */
.elementor-button:hover { animation-duration: 2.4s; }

/* === 2) WOO GOMBOK (egytermék, kosár, pénztár, archív) === */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button,
.single_add_to_cart_button,
.add_to_cart_button,
.wp-element-button {
  animation: pulse-gold 3s infinite ease-in-out !important;
  transition: transform .3s ease;
  will-change: transform, box-shadow;
}

/* === 3) VARIÁCIÓS MEZŐK === */

/* Legördülő (select) – diszkrét fényimpulzus */
.single-product .variations select {
  animation: pulse-gold-soft 3s infinite ease-in-out !important;
  border-radius: 6px;
}

/* Swatch pluginek – amíg nincs kiválasztva, pulzál */
.woo-variation-swatches .variable-item:not(.selected):not(.disabled),
.variations .woo-variation-items-wrapper .variable-item:not(.selected):not(.disabled),
.variable-items-wrapper .variable-item:not(.selected):not(.disabled),
.variations .swatch:not(.selected):not(.disabled),
.variations .swatches .swatch:not(.selected):not(.disabled),
.variations input[type="radio"] + label:not(.selected):not(.disabled) {
  animation: pulse-gold 3s infinite ease-in-out !important;
  border-radius: 8px;
}

/* Kiválasztott/letiltott ne pulzáljon */
.variable-item.selected,
.variations .swatch.selected,
.variations input[type="radio"]:checked + label,
.variable-item.disabled,
.variations .swatch.disabled {
  animation: none !important;
  box-shadow: none !important;
}

/* === 4) KIS FINOMHANGOLÁS MOBILON === */
@media (max-width: 480px) {
  .elementor-button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce .button,
  .single_add_to_cart_button,
  .add_to_cart_button,
  .wp-element-button {
    animation-duration: 3.5s; /* kicsit nyugisabb mobilon */
  }
}
/* --- MEDIA CAROUSEL FELIRAT IMPULZÁLÁS (nem piszkálja a gombokat) --- */
.elementor-widget-media-carousel .elementor-carousel-image-overlay {
  animation: pulse-label-illat 3s infinite ease-in-out !important;
}

/* Egyedi kulcsanimáció, hogy ne ütközzön a gombok pulse-gold-jával */
@keyframes pulse-label-illat {
  0%   { transform: scale(1);   background: rgba(0,0,0,.45); }
  50%  { transform: scale(1.03);background: rgba(204,165,99,.45); }
  100% { transform: scale(1);   background: rgba(0,0,0,.45); }
}
/* Illatstilus kereső – szélesség és középre igazítás */
.illat-search {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* hogy ne nyúljon túl */
.illat-search form {
  width: 100%;
}/* End custom CSS */