/* ===== GLOBAL ===== */
body {
    background: #F8FAFC;
}

selector {
    backdrop-filter: blur(3px);
}

/* ===== BUTTONS ===== */
.elementor-button,
button,
.wp-element-button,
.single_add_to_cart_button {
    color: white !important;
    border: none !important;
    border-radius: 14px;
    padding: 14px 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(212,175,55,0.25);
    transition: all 0.3s ease;
}

.elementor-button:hover,
button:hover,
.wp-element-button:hover,
.single_add_to_cart_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212,175,55,0.35);
}

.button {
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}

.button:hover {
    transform: translateY(-2px);
}

/* ===== PRODUCT CARDS ===== */
.woocommerce ul.products li.product {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    text-align: center;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.woocommerce ul.products li.product img {
    border-radius: 14px;
    margin-bottom: 18px;
    padding: 15px;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.03);
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    min-height: 90px;
    color: #1F2937;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: -0.3px;
}

.woocommerce ul.products li.product .price {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin-top: 10px;
    margin-bottom: 18px;
    display: block;
}

.woocommerce ul.products li.product .woocommerce-price-suffix {
    display: block;
    font-size: 13px;
    color: #6B7280;
    margin-top: 4px;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    background: linear-gradient(135deg, #D4AF37, #B8860B) !important;
    color: white !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px;
    text-transform: none !important;
    transition: all 0.3s ease;
    border: none !important;
}

.woocommerce ul.products li.product .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212,175,55,0.35);
}

/* ===== BRUTTÓ ÁR SUFFIX ===== */
.woocommerce-price-suffix {
    display: block;
    font-size: 15px !important;
    font-weight: 500;
    color: #4B5563 !important;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #E5E7EB;
    line-height: 1.6;
}

/* ===== SINGLE PRODUCT ===== */
.single-product .product_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.single-product .summary .price .woocommerce-Price-amount {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.single-product .summary .price {
    margin-bottom: 30px !important;
}

.single-product .summary .price small {
    display: block;
    margin-top: 12px;
    font-size: 19px;
    color: #555;
    line-height: 1.5;
}

.single-product .summary .price small .woocommerce-Price-amount {
    font-size: 32px;
    font-weight: 800;
    color: #111;
}

.single_add_to_cart_button {
    background: linear-gradient(135deg, #c89b1d, #d8aa28) !important;
    border-radius: 14px !important;
    padding: 17px 38px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: all .25s ease;
    box-shadow: 0 10px 24px rgba(200,155,29,0.22);
    text-transform: none !important;
}

.single_add_to_cart_button:hover {
    background: #B8860B !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(200,155,29,0.34);
}

.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.single-product .quantity input {
    width: 74px !important;
    height: 58px !important;
    border-radius: 12px !important;
    border: 1px solid #d9d9d9 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.single_add_to_cart_button {
    min-height: 58px !important;
    padding: 0 42px !important;
    border-radius: 14px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.single-product table {
    margin-bottom: 35px !important;
}

/* Product image hover */
.woocommerce div.product div.images img {
    transition: transform .35s ease, box-shadow .35s ease;
    border-radius: 18px;
}

.woocommerce div.product div.images:hover img {
    transform: scale(1.03);
}

.woocommerce div.product div.images {
    overflow: hidden;
    border-radius: 18px;
}

/* ===== CART PAGE ===== */
.woocommerce-cart .woocommerce {
    max-width: 1400px;
    margin: auto;
}

.woocommerce-cart table.shop_table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-radius: 18px !important;
    overflow: hidden;
    background: white;
    box-shadow: none !important;
}

.woocommerce-cart table.shop_table tr {
    border-bottom: 1px solid #ececec !important;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03) !important;
    border-radius: 24px !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.04);
    transition: all .2s ease;
}

.woocommerce-cart table.shop_table tr:hover {
    background: #f8fafc !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.woocommerce-cart table.shop_table thead {
    background: #f7f7f7;
}

.woocommerce-cart table.shop_table th {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px;
}

.woocommerce-cart table.shop_table td {
    padding: 16px 14px !important;
    vertical-align: middle !important;
    border: none !important;
}

.woocommerce-cart .product-name a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1f2937;
    text-decoration: none;
    line-height: 1.4;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a;
}

.woocommerce-cart input.qty {
    width: 64px !important;
    height: 48px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 16px !important;
    border: 1px solid #dddddd !important;
    text-align: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
}

.woocommerce-cart a.remove {
    color: #d1d5db !important;
    font-size: 18px !important;
    transition: 0.2s ease;
}

.woocommerce-cart a.remove:hover {
    color: #ef4444 !important;
    background: transparent !important;
    transform: scale(1.15);
}

.woocommerce-cart table.shop_table img {
    width: 52px !important;
    border-radius: 10px;
}

.woocommerce-cart .includes_tax,
.woocommerce-cart .tax_label {
    font-size: 12px !important;
    color: #888;
}

/* Cart layout */
.woocommerce-cart .woocommerce-cart-form {
    width: 62% !important;
    float: left;
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}

.woocommerce-cart .cart-collaterals {
    width: 34% !important;
    float: left;
    margin-left: 4% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-self: flex-start !important;
    margin-bottom: 70px !important;
}

/* Cart totals */
.cart_totals {
    max-width: 700px;
    margin-left: auto;
    margin-top: -18px !important;
    background: #fff;
    border: 1px solid rgba(15,23,42,0.04) !important;
    border-radius: 28px !important;
    padding: 28px !important;
    box-shadow: 0 12px 40px rgba(15,23,42,0.05) !important;
    height: fit-content !important;
}

.cart_totals h2 {
    font-size: 32px !important;
    font-weight: 800;
    margin-bottom: 30px;
}

.cart_totals td,
.cart_totals th {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.cart_totals .order-total .amount {
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px;
}

.cart_totals .includes_tax {
    font-size: 13px !important;
    color: #888 !important;
}

@media(min-width: 1200px) {
    .woocommerce-cart .cart_totals {
        position: sticky !important;
        top: 110px !important;
        margin-bottom: 80px !important;
    }
}

/* Checkout button */
.wc-proceed-to-checkout .checkout-button {
    background: linear-gradient(135deg, #D4AF37, #C89B1D) !important;
    border-radius: 20px !important;
    height: 72px !important;
    min-height: 52px !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 30px rgba(214,174,32,0.22);
    transition: all .25s ease !important;
    letter-spacing: -0.5px !important;
    width: 100% !important;
    padding: 16px 24px !important;
    line-height: 1.2 !important;
    margin-top: 28px !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(212,170,34,0.28);
    filter: brightness(1.03);
}

/* Shipping link */
a.shipping-calculator-button {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #D4AF37 !important;
    text-decoration: none !important;
}

a.shipping-calculator-button:hover {
    opacity: 0.8;
}

/* Coupon */
.coupon input.input-text {
    width: 240px !important;
    min-width: 240px !important;
    height: 54px !important;
    padding: 0 18px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid #d6d6d6 !important;
}

.coupon input::placeholder {
    color: #9ca3af !important;
}

.coupon button,
button[name="update_cart"] {
    opacity: 1 !important;
    background: #d4aa22 !important;
    color: white !important;
    border: none !important;
    height: 54px !important;
    padding: 0 26px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 18px rgba(212,170,34,0.20);
    cursor: pointer !important;
}

.coupon button:hover,
button[name="update_cart"]:hover {
    transform: translateY(-2px);
    background: #c79f1d !important;
}

.woocommerce button:disabled,
.woocommerce button[disabled] {
    opacity: 1 !important;
    cursor: pointer !important;
}

.actions {
    padding-top: 28px !important;
}

/* Focus states */
.coupon input.input-text:focus,
.qty:focus {
    outline: none !important;
    border-color: #d4aa22 !important;
    box-shadow: 0 0 0 4px rgba(212,170,34,0.15) !important;
}

/* GPay */
.wcpay-payment-request-wrapper {
    width: 100% !important;
}

/* Mini cart */
.widget_shopping_cart_content,
.woocommerce-mini-cart {
    font-size: 14px !important;
}

.woocommerce-mini-cart .quantity {
    font-size: 14px !important;
    font-weight: 600;
}

.woocommerce-mini-cart img {
    width: 58px !important;
    border-radius: 10px;
}

.woocommerce-mini-cart__buttons .button {
    min-height: 46px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}

.woocommerce-mini-cart__total {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.elementor-menu-cart__footer-buttons a,
.woocommerce-mini-cart__buttons a {
    height: 54px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 20px !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.elementor-menu-cart__footer-buttons {
    gap: 2px !important;
}

/* ===== CHECKOUT PAGE ===== */
.woocommerce-checkout {
    max-width: 1380px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.woocommerce-checkout #order_review {
    position: sticky;
    top: 120px;
}

#ship-to-different-address {
    display: none !important;
}

/* Checkout fields */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 12px !important;
    background-color: #f9f9f9 !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
}

.woocommerce-checkout input.input-text:focus {
    border-color: #b5891a !important;
    background-color: #fff !important;
    outline: none;
}

/* Checkout headings */
.woocommerce-checkout h3,
#order_review_heading {
    font-size: 22px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
}

/* Checkout labels */
.woocommerce-checkout label,
.woocommerce-checkout .create-account label,
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
    font-size: 18px !important;
    font-weight: 500 !important;
}

/* Order review table */
.woocommerce-checkout-review-order-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding: 18px 16px !important;
    text-transform: none !important;
}

.shop_table.woocommerce-checkout-review-order-table {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #eee !important;
}

.shop_table thead th {
    background-color: #f8f8f8 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Order total */
.order-total td,
.order-total th {
    background: #f8fafc !important;
    border-top: 2px solid #dbe3ea !important;
}

tr.order-total .amount,
tr.order-total .amount bdi,
.woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    color: #0f172a !important;
}

tr.order-total td .woocommerce-Price-amount.amount bdi {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

tr.order-total td .woocommerce-Price-currencySymbol {
    font-size: 22px !important;
    vertical-align: middle;
}

tr.order-total td {
    font-size: initial !important;
}

tr.order-total small.includes_tax {
    font-size: 13px !important;
    opacity: .65;
}

.order-total small,
.order-total .includes_tax {
    font-size: 12px !important;
    color: #64748b !important;
}

/* Product total and subtotal amounts */
.product-total .amount,
.cart-subtotal .amount,
.order-total .amount {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* Currency symbol */
.woocommerce-Price-currencySymbol,
.woocommerce-Price-suffix {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-left: 4px;
    vertical-align: baseline;
    color: #666;
}

.order-total .amount .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
}

/* Nettó részösszeg sor */
.cart-subtotal th,
.cart-subtotal td .amount,
.cart-subtotal td .amount bdi {
    color: #D4AF37 !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}

.cart-subtotal {
    border-left: 5px solid #D4AF37 !important;
    background-color: rgba(212, 175, 55, 0.05) !important;
}

.order-total th {
    font-size: 18px !important;
    color: #000 !important;
}

.order-total .amount {
    font-size: 22px !important;
    color: #000 !important;
}

/* Shipping row */
.woocommerce-shipping-totals th {
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.shop_table tr {
    border-bottom: 1px solid #eee !important;
}

/* Payment box */
#payment {
    background: #f1f5f9 !important;
    border-radius: 16px;
    border: 1px solid #dbe3ea;
    padding: 26px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.wc_payment_method {
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.payment_box {
    background: white !important;
    border: 1px solid #e2e8f0;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    color: #475569;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: white !important;
}

/* Place order button */
#place_order {
    background: linear-gradient(135deg, #d4a017, #b8860b) !important;
    color: white !important;
    border-radius: 12px !important;
    padding: 18px 34px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 6px 18px rgba(212,160,23,0.25);
    transition: all 0.25s ease;
    min-width: 220px;
    height: 56px;
    letter-spacing: .3px;
    width: 100% !important;
}

#place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(212,160,23,0.35);
    filter: brightness(1.05);
}

/* Privacy text */
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.woocommerce-privacy-policy-text a {
    color: #c69214 !important;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-privacy-policy-text a:hover {
    color: #b8860b !important;
}

/* Terms */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
    font-size: 18px !important;
    font-weight: normal !important;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox a.woocommerce-terms-and-conditions-link {
    font-size: 18px !important;
    text-decoration: underline;
}

/* Coupon toggle */
.woocommerce-form-coupon-toggle {
    margin: 30px 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.woocommerce-info,
.woocommerce-message {
    background: #f8fafc !important;
    border-top: 3px solid #0ea5e9 !important;
    padding: 24px 30px !important;
    font-size: 17px !important;
    border-radius: 14px !important;
    color: #333 !important;
    line-height: 1.6;
}

.woocommerce-info::before,
.woocommerce-message::before {
    display: none !important;
}

.woocommerce-info a {
    color: #D4AF37 !important;
    font-weight: 700;
    text-decoration: underline;
}

.woocommerce-info a:hover {
    color: #000 !important;
}

.showcoupon {
    color: #d4a017 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.showcoupon:hover {
    color: #0f172a !important;
}

/* Google Pay */
#wc-stripe-payment-request-wrapper {
    margin-bottom: 35px !important;
}

#wc-stripe-payment-request-button {
    border-radius: 14px !important;
    overflow: hidden !important;
}

/* Login form */
form.login,
form.checkout_coupon {
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    padding: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.woocommerce-form-login .button {
    background-color: #D4AF37 !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
}

.woocommerce-LostPassword.lost_password a {
    color: #D4AF37 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.woocommerce-LostPassword.lost_password a:hover {
    text-decoration: underline !important;
}

/* ===== BLOCK CHECKOUT ===== */
.wc-block-components-checkout-place-order-button + .wc-block-components-checkout-terms a,
.wc-block-components-checkout-terms a,
.woocommerce-privacy-policy-text a {
    color: #c59b2b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label a {
    font-size: 14px !important;
    font-weight: bold;
}

/* Return to cart */
.wc-block-components-checkout-return-to-cart-link,
.wc-block-components-checkout-return-to-cart-link span,
.wc-block-checkout__actions a {
    color: #e31e24 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.wc-block-components-checkout-return-to-cart-link svg {
    display: inline-block !important;
    fill: #e31e24 !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
}

.wc-block-components-checkout-return-to-cart-link:hover {
    color: #b3171b !important;
    text-decoration: underline !important;
}

.wc-block-checkout__actions {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
}

/* Block checkout account */
.wc-block-checkout__account-create .wc-block-components-checkbox__label {
    font-size: 16px !important;
    color: #c08d1a !important;
    font-weight: 600 !important;
}

/* ===== MINI CART ===== */
.wc-block-mini-cart__button,
.wc-block-mini-cart__badge {
    background-color: #c08d1a !important;
    color: #ffffff !important;
}

.wc-block-mini-cart__icon {
    fill: #c08d1a !important;
}

.wc-block-mini-cart__footer-subtotal,
.wc-block-mini-cart__footer-actions a {
    color: #c08d1a !important;
    font-weight: bold !important;
}

.wc-block-mini-cart__footer-actions .wc-block-components-button {
    background-color: #c08d1a !important;
    border-color: #c08d1a !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.wc-block-mini-cart__button {
    transform: scale(1.1);
}

/* Elementor mini cart */
.elementor-menu-cart__toggle_button,
.elementor-menu-cart__toggle,
.elementor-widget-woocommerce-menu-cart a,
.elementor-menu-cart__container a,
.cart-contents,
.site-header-cart a {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: #c08d1a !important;
    color: white !important;
}

.elementor-menu-cart__product-name a,
.elementor-menu-cart__product-price {
    color: #c08d1a !important;
    font-weight: bold !important;
}

.elementor-menu-cart__subtotal {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

/* ===== CART PAGE BUTTONS ===== */
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .checkout-button {
    background-color: #c08d1a !important;
    color: #ffffff !important;
}

.woocommerce-cart button[name="apply_coupon"],
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart .wc-block-cart__submit-container button {
    background-color: #c08d1a !important;
    color: white !important;
}

.wc-block-components-checkout-place-order-button {
    background-color: #c08d1a !important;
    color: white !important;
}

.elementor-button.elementor-size-md,
.wc-block-cart__submit-container .wc-block-cart__submit-button {
    background-color: #c08d1a !important;
}

/* ===== ICON BOX ===== */
.elementor-icon-box-title,
.elementor-icon-box-title a,
.elementor-icon-box-title span {
    font-weight: 700 !important;
}

/* ===== HEADER FIX — FŐOLDAL + MINDEN OLDAL ===== */
/*
 * Javítás: A fejléc elemei egymás alá kerültek a főoldalon,
 * mert az Elementor flex-direction nem volt megfelelően beállítva.
 * Ez a CSS erősen felülírja, hogy MINDIG sorban (row) legyenek.
 * A betűvastagság (font-weight) változtathatóságát is biztosítjuk.
 */

/* Fejléc fő konténer: MINDIG sor irányú */
.elementor-location-header .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Fejléc oszlopok (section columns): sorban, ne törjenek */
.elementor-location-header .elementor-container > .elementor-column {
    display: flex !important;
    flex-direction: row !important;
    flex-shrink: 0 !important;
    flex-grow: 1 !important;
    align-items: center !important;
}

/* Widget wrap a fejlécben: egy sorban maradjanak a widgetek */
.elementor-location-header .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

/* Fejléc section is legyen row */
.elementor-location-header .elementor-section .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

/* Elementor v3 section inner */
.elementor-location-header .elementor-section-wrap > .elementor-section > .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

/* Elementor container widget (Flexbox Container) a fejlécben */
.elementor-location-header .e-con {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.elementor-location-header .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
}

/* Fejléc gyerek konténerek (nested containers) is sorban */
.elementor-location-header .e-con > .e-con {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

/* Biztosítjuk, hogy a fejléc widgetek ne kapjanak 100% szélességet */
.elementor-location-header .elementor-widget {
    width: auto !important;
    max-width: none !important;
    flex-shrink: 0 !important;
}

/* Navigációs menü widget: ne legyen 100% széles, hacsak nem kell */
.elementor-location-header .elementor-widget-nav-menu {
    flex-grow: 1 !important;
}

/* Betűvastagság: NE blokkolja az Elementor beállításait a fejlécben */
/* Csak az Elementor saját heading/text widgetjeit hagyjuk érintetlenül */
.elementor-location-header .elementor-heading-title {
    /* font-weight öröklődik az Elementor beállításból */
}

.elementor-location-header .elementor-widget-heading .elementor-heading-title {
    /* Elementor inline style-ból jön a font-weight, ne írjuk felül */
}

/* Tablet és mobil nézet */
@media (max-width: 1024px) {
    .elementor-location-header .elementor-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .elementor-location-header .elementor-container > .elementor-column {
        flex-shrink: 0 !important;
        width: auto !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .elementor-location-header .elementor-widget-wrap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .elementor-location-header .e-con,
    .elementor-location-header .e-con-inner {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .elementor-location-header .elementor-widget {
        width: auto !important;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .woocommerce ul.products li.product h2,
    .woocommerce ul.products li.product h3 {
        font-size: 16px !important;
        min-height: auto;
    }

    .woocommerce ul.products li.product .price {
        font-size: 22px !important;
    }

    /* Mobil fejléc: sorban marad */
    .elementor-location-header .elementor-container,
    .elementor-location-header .e-con,
    .elementor-location-header .e-con-inner {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .elementor-location-header .elementor-widget {
        width: auto !important;
    }
}
