.elementor-281 .elementor-element.elementor-element-afa1c47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-281 .elementor-element.elementor-element-7caad20{--display:flex;}.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-281 .elementor-element.elementor-element-86c3686{text-align:center;}.elementor-281 .elementor-element.elementor-element-86c3686 .elementor-heading-title{font-family:"Verdana", Sans-serif;font-size:47px;font-weight:600;color:#000000;}.elementor-281 .elementor-element.elementor-element-fff9e80{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-281 .elementor-element.elementor-element-09d0555.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-281 .elementor-element.elementor-element-09d0555.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-281 .elementor-element.elementor-element-afa1c47{--content-width:1400px;}}@media(max-width:1024px){.elementor-281 .elementor-element.elementor-element-09d0555.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-281 .elementor-element.elementor-element-09d0555.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-09d0555 *//* ===== TERMÉKLISTA MODERN KÁRTYÁK ===== */

/* Alap betűtípus */
ul.products,
ul.products * {
    font-family: Verdana, Geneva, sans-serif !important;
}

/* Terméklista grid */
ul.products.elementor-grid,
ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Termékkártya */
ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 18px 18px 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 86, 127, 0.10) !important;
    border-radius: 22px !important;
    box-shadow: 0 12px 32px rgba(13, 86, 127, 0.08) !important;
    text-align: center !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.28s ease !important;
}

/* Hover */
ul.products li.product:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(13, 86, 127, 0.24) !important;
    box-shadow: 0 18px 44px rgba(13, 86, 127, 0.14) !important;
}

/* Termék link */
ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    text-decoration: none !important;
}

/* Kép */
ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: contain !important;
    padding: 12px !important;
    margin: 0 0 18px !important;
    background: #f8fbfd !important;
    border-radius: 18px !important;
    transition: transform 0.3s ease !important;
}

/* Kép hover */
ul.products li.product:hover img {
    transform: scale(1.035) !important;
}

/* Terméknév */
ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #000000 !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: -0.2px !important;
}

/* Terméknév hover */
ul.products li.product a:hover .woocommerce-loop-product__title {
    color: #0d567f !important;
}

/* Ár */
ul.products li.product .price {
    display: block !important;
    margin: 0 0 18px !important;
    color: #000000 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

/* Ár belső elemei */
ul.products li.product .price .woocommerce-Price-amount,
ul.products li.product .price .woocommerce-Price-currencySymbol {
    color: #000000 !important;
    font-weight: 900 !important;
}

/* Kosár gomb */
ul.products li.product a.button,
ul.products li.product .button.add_to_cart_button,
ul.products li.product .button.product_type_simple,
ul.products li.product .button.product_type_variable {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin-top: auto !important;
    padding: 0 18px !important;
    background: #0d567f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(13, 86, 127, 0.24) !important;
    transition: all 0.25s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Gomb hover */
ul.products li.product a.button:hover,
ul.products li.product .button.add_to_cart_button:hover,
ul.products li.product .button.product_type_simple:hover,
ul.products li.product .button.product_type_variable:hover {
    background: #0a4566 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(13, 86, 127, 0.34) !important;
}

/* Linkek */
ul.products li.product a {
    text-decoration: none !important;
}

/* WooCommerce floatok semlegesítése */
ul.products li.product.first,
ul.products li.product.last {
    clear: none !important;
}

/* Tablet: 2 oszlop */
@media (max-width: 1024px) {
    ul.products.elementor-grid,
    ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }

    ul.products li.product {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px !important;
        min-height: 44px !important;
    }

    ul.products li.product .price {
        font-size: 16px !important;
    }
}

/* Mobil: 1 oszlop */
@media (max-width: 767px) {
    ul.products.elementor-grid,
    ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    ul.products li.product {
        padding: 16px !important;
        border-radius: 18px !important;
    }

    ul.products li.product img {
        border-radius: 15px !important;
        margin-bottom: 16px !important;
    }

    ul.products li.product .woocommerce-loop-product__title {
        min-height: auto !important;
        font-size: 16px !important;
    }

    ul.products li.product .price {
        font-size: 16px !important;
    }

    ul.products li.product a.button,
    ul.products li.product .button.add_to_cart_button,
    ul.products li.product .button.product_type_simple,
    ul.products li.product .button.product_type_variable {
        min-height: 46px !important;
        font-size: 14px !important;
    }
}/* End custom CSS */