.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-269d104:#393C41;--e-global-color-de781f5:#F4F2F2;--e-global-color-fbdb243:#5B5554;--e-global-color-0e45d8a:#A08C7B;--e-global-color-e7a66e5:#A09D9C;--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:"Afacad";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}:root { --Hatter:#F4F2F2; }
/* Start custom CSS */.thdesign-product-gallery {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
    clear: both;
    position: relative;
    min-height: 500px;
}

.thdesign-product-gallery * {
    box-sizing: border-box;
}

/* Main image slider */

.thdesign-main-swiper {
    width: 100%;
    max-width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.thdesign-main-swiper .swiper-wrapper {
    align-items: stretch;
}

.thdesign-main-swiper .swiper-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background: #fff;
    overflow: hidden;
}

.thdesign-gallery-lightbox {
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
    overflow: hidden;
}

.thdesign-main-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center;
    display: block;
}

/* Sale badge — akciós címke */

.thdesign-sale-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 6;
    background: #c87543;
    color: #fff;
    padding: 7px 14px;
    font-family: "Afacad", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    border-radius: 2px;
}

/* Thumbnails */

.thdesign-thumbs-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
}

.thdesign-thumbs-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.thdesign-thumbs-swiper .swiper-slide {
    opacity: 0.58;
    cursor: pointer;
    background: #fff;
    transition: opacity 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
    aspect-ratio: 1 / 1;
}

.thdesign-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: rgba(79, 73, 70, 0.38);
}

.thdesign-thumbs-swiper .swiper-slide img,
.thdesign-thumb-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center;
    display: block !important;
}

/* Thumbnail draggable scrollbar */

.thdesign-thumbs-scrollbar {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 3px !important;
    margin-top: 12px;
    background: rgba(79, 73, 70, 0.10) !important;
    border-radius: 999px;
}

.thdesign-thumbs-scrollbar .swiper-scrollbar-drag {
    background: rgba(79, 73, 70, 0.38) !important;
    border-radius: 999px;
    cursor: grab;
}

.thdesign-thumbs-scrollbar .swiper-scrollbar-drag:active {
    cursor: grabbing;
}

/* Main arrows */

.thdesign-gallery-prev,
.thdesign-gallery-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    cursor: pointer;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.28) !important;
    padding: 0;
    border-radius: 999px;
    color: inherit !important;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    opacity: 0.75;
}

.thdesign-gallery-prev {
    left: 18px;
}

.thdesign-gallery-next {
    right: 18px;
}

.thdesign-gallery-prev::before,
.thdesign-gallery-next::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1.5px solid #4f4946;
    border-left: 1.5px solid #4f4946;
    margin: auto;
}

.thdesign-gallery-prev::before {
    transform: rotate(-45deg);
}

.thdesign-gallery-next::before {
    transform: rotate(135deg);
}

.thdesign-gallery-prev:hover,
.thdesign-gallery-next:hover,
.thdesign-gallery-prev:active,
.thdesign-gallery-next:active,
.thdesign-gallery-prev:focus,
.thdesign-gallery-next:focus {
    background: rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 0 0 1px rgba(79, 73, 70, 0.18);
    color: inherit !important;
    outline: none !important;
    opacity: 1;
}

.thdesign-gallery-prev:focus-visible,
.thdesign-gallery-next:focus-visible {
    box-shadow: 0 0 0 1px rgba(79, 73, 70, 0.28);
}

/* FOUC védelem */

.thdesign-product-gallery:not(.is-ready) .thdesign-main-swiper,
.thdesign-product-gallery:not(.is-ready) .thdesign-thumbs-wrap {
    opacity: 0;
    pointer-events: none;
}

.thdesign-product-gallery:not(.is-ready)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><circle cx='20' cy='20' r='16' fill='none' stroke='%234f4946' stroke-width='2' stroke-dasharray='80' stroke-dashoffset='40'><animateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/></circle></svg>") center center no-repeat;
    z-index: 5;
}

.thdesign-product-gallery.is-ready {
    min-height: 0;
}

.thdesign-product-gallery.is-ready .thdesign-main-swiper,
.thdesign-product-gallery.is-ready .thdesign-thumbs-wrap {
    opacity: 1;
    transition: opacity 0.25s ease;
}

/* Mobile */

@media (max-width: 767px) {
    .thdesign-product-gallery {
        width: 100%;
        margin: 0;
        min-height: 100vw;
    }

    .thdesign-main-swiper .swiper-slide {
        aspect-ratio: 1 / 1;
    }

    .thdesign-thumbs-wrap {
        margin-top: 14px;
    }

    .thdesign-sale-badge {
        top: 14px;
        left: 14px;
        padding: 5px 11px;
        font-size: 11px;
    }

    .thdesign-gallery-prev,
    .thdesign-gallery-next {
        display: block;
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, 0.48) !important;
        opacity: 0.85;
    }

    .thdesign-gallery-prev {
        left: 8px;
    }

    .thdesign-gallery-next {
        right: 8px;
    }

    .thdesign-gallery-prev::before,
    .thdesign-gallery-next::before {
        width: 13px;
        height: 13px;
        border-top-width: 1.3px;
        border-left-width: 1.3px;
    }

    .thdesign-thumbs-scrollbar {
        height: 3px !important;
        margin-top: 10px;
    }
}

.custom-product-card {
    position: relative;
}

.custom-sale-badge {
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 20;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 102px;
    height: 41px;
    padding: 0 22px;

    background: #c97934;
    color: #ffffff;

    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;

    letter-spacing: 0.02em;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
}

@media (max-width: 767px) {
    .custom-sale-badge {
        bottom: 54px;
        min-width: 84px;
        height: 34px;
        padding: 0 16px;
        font-size: 15px;
    }
}

.quick-cart-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Alap ikon gomb */
.quick-cart-icon .loop-add-to-cart {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  border: 1px solid #F1EDE9 !important;
  background: #F1EDE9 !important;
  color: #5B5554 !important;

  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);

  opacity: 1 !important;
  visibility: visible !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

/* Ikon */
.quick-cart-icon .quick-cart-bag {
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: currentColor !important;
}

.quick-cart-icon .quick-cart-bag svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

/* Hover */
.quick-cart-icon .loop-add-to-cart:hover {
  background: #5B5554 !important;
  border-color: #5B5554 !important;
  color: #F1EDE9 !important;
}

/* Sikeres hozzáadás után az ikon eltűnik */
.quick-cart-icon .loop-add-to-cart.added {
  opacity: 0 !important;
  transform: translateY(-2px) scale(0.92);
  pointer-events: none;
}

/* WooCommerce "Kosár" linkből lesz a Hozzáadva üzenet */
.quick-cart-icon .added_to_cart,
.quick-cart-icon + .added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 52px !important;
  padding: 0 26px !important;

  border-radius: 999px !important;
  border: 1px solid #F1EDE9 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #5B5554 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);

  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  vertical-align: middle !important;

  transform-origin: center;
  animation: addedMessageIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* "Kosár" helyett "Hozzáadva" */
.quick-cart-icon .added_to_cart::after,
.quick-cart-icon + .added_to_cart::after {
  content: "Hozzáadva";
  font-family: "Acafad", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #5B5554;
  transform: translateY(-1px);
}

/* Finom megjelenés */
@keyframes addedMessageIn {
  0% {
    opacity: 0;
    transform: translateY(-2px) translateX(-6px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(-4px) translateX(0) scale(1);
  }
}

/* Mobil méretezés */
@media (max-width: 767px) {
  .quick-cart-icon .loop-add-to-cart {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }

  .quick-cart-icon .quick-cart-bag,
  .quick-cart-icon .quick-cart-bag svg {
    width: 18px !important;
    height: 18px !important;
  }

  .quick-cart-icon .added_to_cart,
  .quick-cart-icon + .added_to_cart {
    min-height: 44px !important;
    padding: 0 20px !important;
  }

  .quick-cart-icon .added_to_cart::after,
  .quick-cart-icon + .added_to_cart::after {
    font-size: 13px;
  }
}

/* ==================================================
   TH|DESIGN – DŐLT SZÖVEGES KIEMELÉS
   Használat: <span class="th-trade-accent">Szöveg</span>
   Globálisan minden oldalon érvényes
================================================== */

.th-trade-accent {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
}/* End custom CSS */