.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-74edec7:#F0F4F3;--e-global-color-cdd0118:#F5E9FF;--e-global-color-4f08d29:#C0A1EB;--e-global-color-979c1e5:#FEFDFA;--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;background-color:var( --e-global-color-979c1e5 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* 1️⃣ Kép konténer és kerekítés */
/* Alapértelmezés: asztali (300px) */
.woocommerce ul.products li.product figure a.ct-media-container {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;   /* négyzet alak */
  width: 300px;          /* fix méret */
  margin: 0 auto;        /* középre igazítás */
  overflow: hidden;
  border-radius: 50%;    /* kör alak */
  border: 5px solid #9f99a3; /* opcionális szegély */
}

.woocommerce ul.products li.product figure a.ct-media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 2️⃣ Kosár gomb és meta info elrejtése */
.woocommerce ul.products li.product .ct-woo-card-actions,
.woocommerce ul.products li.product .entry-meta {
  display: none !important;
}

/* 3️⃣ Termék adatlap gomb hover-re, kerek */
.woocommerce ul.products li.product figure a.ct-media-container::after {
  content: "Adatlap";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #9460ce;
  color: #fff;
  width: 100px;             /* fix szélesség */
  height: 100px;            /* fix magasság */
  line-height: 100px;       /* szöveg középre */
  text-align: center;
  border-radius: 50%;       /* kerek */
  font-weight: bold;
  pointer-events: none;     /* kattintás a linkre menjen */
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

/* Hover: gomb láthatóvá válik és kicsit nagyobb lesz */
.woocommerce ul.products li.product figure a.ct-media-container:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

/* 4️⃣ Termék neve és ára mindig látszik */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size:24px;
}/* End custom CSS */