/*
Theme Name: Evergreen Child
Author: VamTam
Author URI: https://vamtam.com
Template: evergreen
*/

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2, .cross-sells h2 {
	color: #1e5423;
	font-size: 27px;
}

	.woocommerce-cart .vh-cart-edit-link-wrap {
		margin-top: 12px;
	}

	.woocommerce-cart .vh-cart-edit-link {
		display: inline-flex;
		align-items: center;
		padding: 8px 12px;
		background: #c7dc49;
		border: 1px solid #c7dc49;
		border-radius: 8px;
		color: #1e5423;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
		transition: all 0.2s ease;
	}

	.woocommerce-cart .vh-cart-edit-link:hover {
		background: #10551f;
		color: white;
		border-color: #10551f;
	}

	.woocommerce table.shop_table td.product-name > a:nth-child(1) {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 17px;	
	}

	.ha-image-compare .twentytwenty-container, .ha-image-compare .twentytwenty-wrapper {
		border-radius: 20px !important;
	}

	.wcpa-custom-quote-block {
		background: #f3f8e8;
		border: 1px solid #c7dc49;
		border-left: 5px solid #1e5423;
		border-radius: 10px;
		padding: 20px;
		margin-top: 25px;
		text-align: center;
		color: #4e3a2b;
		padding-bottom: 60px;
	}

	/* Szöveg */
	.wcpa-custom-quote-block p {
		margin-bottom: 15px;
		font-size: 16px;
	}

	/* Gomb */
	.wcpa-custom-quote-block .ajanlatkeres_button {
		display: inline-block !important;
		background-color: #1e5423 !important;
		color: #ffffff !important;
		border: 2px solid #1e5423 !important;
		border-radius: 8px !important;
		padding: 10px 20px !important;
		font-weight: 600 !important;
		text-decoration: none !important;
		transition: all 0.25s ease !important;
		    margin-left: 10px !important;
	}

	/* Hover */
	.wcpa-custom-quote-block .ajanlatkeres_button:hover {
		background: #c7dc49 !important;
		color: #4e3a2b !important;
		border-color: #c7dc49 !important;
	}

	/* Aktív */
	.wcpa-custom-quote-block .ajanlatkeres_button:active {
		transform: translateY(1px) !important;
	}

.cart,
.woocommerce div.product form.cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
}

.quantity {
    display: flex;
    align-items: stretch;
    border: 1px solid #c7dc49;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff !important;
}

/* Input */
.quantity input.qty {
	width: 45px !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #4e3a2b !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 0 !important;
    margin: 0 10px !important;
}

/* Gombok */
.quantity .qty-button {
width: 42px !important;
    border: none;
    padding: 0 !important;
    background-color: #275326 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all 0.2s ease !important;
    border-radius: 8px !important;
}

/* Hover */
.quantity .qty-button:hover {
    background-color: #c7dc49 !important;
    color: #4e3a2b;
}

/* Magasság fix */
.quantity input.qty,
.quantity .qty-button {
    height: 48px;
}

.single_add_to_cart_button.button.alt {
	height: 48px;
    background-color: #1e5423 !important;
    color: #ffffff !important;
    border: 2px solid #1e5423 !important;
    border-radius: 8px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease !important;
}

/* Hover */
.single_add_to_cart_button.button.alt:hover {
    background-color: #c7dc49 !important;
    color: #4e3a2b !important;
    border-color: #c7dc49 !important;
}

/* Active */
.single_add_to_cart_button.button.alt:active {
    transform: translateY(1px);
}

@media (max-width: 480px) {
	
    .cart,
    .woocommerce div.product form.cart {
        flex-direction: column;
    }

    .single_add_to_cart_button.button.alt {
        width: 100%;
    }

    .quantity {
        width: 73px;
        justify-content: center;
    }
}


/* ===== WCPA teljes blokk ===== */
.wcpa_wrap {
    margin-top: 28px;
    color: #4e3a2b;
}

.wcpa_wrap .wcpa_section_body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ===== Egy mezőblokk ===== */
.wcpa_wrap .wcpa_field_wrap {
    background-color: #ffffff;
    border: 1px solid #e7eddc;
    border-radius: 12px;
    padding: 18px !important;
    box-shadow: 0 4px 14px rgba(30, 84, 35, 0.04);
}

/* ===== Címkék ===== */
.wcpa_wrap .wcpa_field_label {
    display: block;
    margin-bottom: 8px;
    color: #1e5423;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.wcpa_wrap .wcpa_required_ast {
    color: #4e3a2b;
    margin-left: 4px;
}

.wcpa_wrap .wcpa_field_desc {
    margin: 0 0 14px;
    color: #6d5a4b;
    font-size: 14px;
    line-height: 1.5;
}

/* ===== Radio csoport ===== */
.wcpa_wrap .wcpa_group_field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ===== Egy radio opció ===== */
.wcpa_wrap .wcpa_radio {
    margin: 0;
    width: 100%;
}

.wcpa_wrap .wcpa_radio label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dbe6c3;
    border-radius: 10px;
    background-color: #fcfdf8;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.wcpa_wrap .wcpa_radio label:hover {
    background-color: #f3f8e8;
    border-color: #c7dc49;
}

/* Eredeti radio input elrejtése */
.wcpa_wrap .wcpa_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Egyedi radio kör */
.wcpa_wrap .wcpa_radio_custom {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #1e5423;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    transition: all 0.2s ease;
}

/* Belső pont */
.wcpa_wrap .wcpa_radio input[type="radio"]:checked + .wcpa_radio_custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1e5423;
    transform: translate(-50%, -50%);
}

/* Kiválasztott opció */
.wcpa_wrap .wcpa_radio.wcpa_selected label,
.wcpa_wrap .wcpa_radio input[type="radio"]:checked + .wcpa_radio_custom,
.wcpa_wrap .wcpa_radio input[type="radio"]:checked + .wcpa_radio_custom + span {
    /* csak a működés miatt hagyjuk bent a selector láncot */
}

.wcpa_wrap .wcpa_radio.wcpa_selected label {
    background-color: #f3f8e8;
    border-color: #c7dc49;
    box-shadow: 0 0 0 1px #c7dc49 inset;
}

/* Szöveg az opcióban */
.wcpa_wrap .wcpa_radio label > span:not(.wcpa_option_price) {
    color: #4e3a2b;
    font-weight: 500;
    line-height: 1.4;
}

/* Ár az opció mellett */
.wcpa_wrap .wcpa_option_price {
    margin-left: auto;
    color: #1e5423;
    font-weight: 700;
    white-space: nowrap;
}

/* ===== Mező alja / aktuális ár ===== */
.wcpa_wrap .wcpa_field_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eef2e5;
}

.wcpa_wrap .wcpa_field_error {
    color: #4e3a2b;
    font-size: 14px;
}

.wcpa_wrap .wcpa_field_price {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 999px;
    background-color: #f7faf4;
    color: #1e5423;
    font-weight: 700;
    font-size: 14px;
}

/* ===== Textarea ===== */
.wcpa_wrap textarea.wcpa_field,
.wcpa_wrap .wcpa_type_textarea textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid #c7dc49;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 12px 14px;
    color: #4e3a2b;
    font-size: 15px;
    line-height: 1.5;
    resize: vertical;
}

.wcpa_wrap textarea.wcpa_field:focus,
.wcpa_wrap .wcpa_type_textarea textarea:focus {
    outline: none;
    border-color: #1e5423;
    box-shadow: 0 0 0 3px rgba(30, 84, 35, 0.08);
}

/* ===== Tooltip ikon ===== */
.wcpa_wrap .wcpa_tooltip_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: #c7dc49;
    color: #4e3a2b;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

/* ===== Ár összesítő blokk ===== */
.wcpa_wrap .wcpa_price_summary {
    margin-top: 24px;
    background-color: #f7faf4;
    border: 1px solid #c7dc49;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(30, 84, 35, 0.05);
}

.wcpa_wrap .wcpa_options_total,
.wcpa_wrap .wcpa_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    color: #4e3a2b;
}

.wcpa_wrap .wcpa_options_total {
    border-bottom: 1px solid rgba(199, 220, 73, 0.4);
}

.wcpa_wrap .wcpa_total {
    font-size: 18px;
    font-weight: 700;
}

.wcpa_wrap .wcpa_price_outer {
    color: #1e5423;
    font-weight: 800;
    white-space: nowrap;
}

.wcpa_wrap .wcpa_price_suffix {
    color: #6d5a4b;
    font-weight: 500;
    font-size: 12px;
}

/* ===== Ajánlatkérés blokk finomhangolás ===== */
.wcpa_wrap .wcpa-custom-quote-block {
    margin-top: 16px;
}

/* ===== Kisebb mobil finomítás ===== */
@media (max-width: 767px) {

    /* teljes blokk kompaktabb */
    .wcpa_wrap {
        margin-top: 20px;
    }

    .wcpa_wrap .wcpa_section_body {
        gap: 12px;
    }

    /* meződoboz */
    .wcpa_wrap .wcpa_field_wrap {
        padding: 12px !important;
        border-radius: 10px;
    }

    /* cím */
    .wcpa_wrap .wcpa_field_label {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.25;
    }

    .wcpa_wrap .wcpa_field_desc {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1.35;
    }

    /* opciók közti tér */
    .wcpa_wrap .wcpa_group_field {
        gap: 8px;
    }

    /* egy opció */
    .wcpa_wrap .wcpa_radio label {
        display: grid;
        grid-template-columns: 16px minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        padding: 8px 10px;
        border-radius: 8px;
    }

	wcpa_wrap .wcpa_radio_custom {
		width: 16px;
		height: 16px;
		min-width: 16px;
		flex: 0 0 16px;
		border-width: 2px;
	}

	.wcpa_wrap .wcpa_radio input[type="radio"]:checked + .wcpa_radio_custom::after {
		width: 6px;
		height: 6px;
	}

	.wcpa_wrap .wcpa_radio label > span:not(.wcpa_option_price) {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 13px;
		line-height: 1.25;
		text-align: left;
	}

	.wcpa_wrap .wcpa_option_price {
		margin-left: auto;
		width: auto;
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 12px;
		line-height: 1.2;
		text-align: right;
	}

    /* mező alja */
    .wcpa_wrap .wcpa_field_bottom {
        margin-top: 10px;
        padding-top: 10px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .wcpa_wrap .wcpa_field_error {
        font-size: 12px;
        line-height: 1.3;
    }

    .wcpa_wrap .wcpa_field_price {
        padding: 4px 8px;
        font-size: 12px;
    }

    /* textarea */
    .wcpa_wrap textarea.wcpa_field,
    .wcpa_wrap .wcpa_type_textarea textarea {
        min-height: 90px;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 8px;
    }

    /* tooltip */
    .wcpa_wrap .wcpa_tooltip_icon {
        width: 16px;
        height: 16px;
        font-size: 11px;
        margin-left: 4px;
    }

    /* ár összesítő */
    .wcpa_wrap .wcpa_price_summary {
        margin-top: 18px;
        padding: 14px;
        border-radius: 10px;
    }

    .wcpa_wrap .wcpa_options_total,
    .wcpa_wrap .wcpa_total {
        padding: 8px 0;
        gap: 8px;
        flex-direction: row;
        align-items: center;
    }

    .wcpa_wrap .wcpa_options_total > span:first-child,
    .wcpa_wrap .wcpa_total > span:first-child {
        font-size: 13px;
        line-height: 1.3;
    }

    .wcpa_wrap .wcpa_total {
        font-size: 15px;
    }

    .wcpa_wrap .wcpa_price_outer {
        font-size: 14px;
    }

    .wcpa_wrap .wcpa_price_suffix {
        font-size: 11px;
    }

    /* hosszú listás lenyitó */
    .wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-collapsed .wcpa_group_field {
        max-height: 200px;
    }

    .wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-collapsed .wcpa_group_field::after {
        height: 64px;
    }

    .wcpa_wrap .wcpa-more-toggle {
        width: 100%;
        margin-top: 10px;
        padding: 9px 14px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }

    /* ajánlatkérő blokk */
    .wcpa-custom-quote-block {
        padding: 14px;
        padding-bottom: 18px;
        margin-top: 18px;
        border-radius: 8px;
    }

    .wcpa-custom-quote-block p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.4;
    }

    .wcpa-custom-quote-block .ajanlatkeres_button {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
        padding: 10px 14px !important;
        font-size: 14px !important;
    }
}

/* ===== HOSSZÚ WCPA RADIO LISTÁK: fade + lenyitás ===== */

.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more .wcpa_group_field {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* csukott állapot: kb. 4 normál opció */
.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-collapsed .wcpa_group_field {
    max-height: 246px;
}

/* nyitott állapot */
.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-expanded .wcpa_group_field {
    max-height: 5000px;
}

/* alul finom halványítás */
.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-collapsed .wcpa_group_field::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 88px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.78) 52%,
        rgba(255,255,255,1) 100%
    );
}

/* lenyitó sáv */
.wcpa_wrap .wcpa-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 16px;
    border: 1px solid #c7dc49;
    border-radius: 999px;
    background-color: #f7faf4;
    color: #1e5423;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wcpa_wrap .wcpa-more-toggle:hover {
    background-color: #c7dc49;
    color: #4e3a2b;
    border-color: #c7dc49;
}

.wcpa_wrap .wcpa-more-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 84, 35, 0.08);
}

/* nyíl */
.wcpa_wrap .wcpa-more-toggle::after {
    content: "▾";
    font-size: 12px;
    transition: transform 0.2s ease;
}

.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-expanded .wcpa-more-toggle::after {
    transform: rotate(180deg);
}

/* a gomb szépen középen */
.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more .wcpa-more-toggle-wrap {
    display: flex;
    justify-content: center;
}

/* nyitott állapotban ne legyen fade */
.wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-expanded .wcpa_group_field::after {
    display: none;
}

/* mobilon picit kisebb levágás, hogy ne legyen túl nagy */
@media (max-width: 767px) {
    .wcpa_wrap .wcpa_type_radio-group.wcpa-has-more.is-collapsed .wcpa_group_field {
        max-height: 228px;
    }

    .wcpa_wrap .wcpa-more-toggle {
        width: 100%;
    }
}

.wcpa-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 16px !important;
    border: 1px solid #c7dc49 !important;
    border-radius: 10px !important;
    background-color: #f7faf4 !important;
    color: #1e5423 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: all 0.2s ease !important;
}

.wcpa-more-toggle:hover {
    background-color: #c7dc49;
    border-color: #c7dc49;
    color: #4e3a2b;
    transform: translateY(-1px);
}

.wcpa-more-toggle:active {
    transform: translateY(0);
}

.wcpa-more-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 84, 35, 0.12);
}

.wcpa-more-toggle::after {
    content: "▾";
    font-size: 12px;
    transition: transform 0.25s ease;
}



  .vh-premium-compare {
    --green-dark: #1e5423;
    --green-light: #c7dc49;
    --brown: #4e3a2b;
    --cream: #f7f4ee;
    --line: #e6ddd2;
    --text: #2f2a26;
    --muted: #6f655c;
    --bad: #a9442b;
    --warn: #8e6724;
    --good: #1e5423;

    font-family: Arial, sans-serif;
    color: var(--text);
    margin: 24px 0;
  }

  .vh-premium-compare * {
    box-sizing: border-box;
  }

  .vh-premium-scroll {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .vh-premium-table {
    min-width: 980px;
    display: grid;
    grid-template-columns: 180px 1fr 1fr 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .vh-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .vh-head,
  .vh-cell,
  .vh-time-head,
  .vh-time-cell {
    border-radius: 18px;
    overflow: hidden;
  }

  .vh-head {
    color: #fff;
    padding: 22px 18px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    position: relative;
  }

  .vh-head-metal {
    background: linear-gradient(135deg, #5b4331 0%, #4e3a2b 100%);
  }

  .vh-head-spruce {
    background: linear-gradient(135deg, #2a6a31 0%, #1e5423 100%);
  }

  .vh-head-larch {
    background: linear-gradient(135deg, #d8e96a 0%, #c7dc49 100%);
    color: var(--green-dark);
  }

  .vh-time-head {
    background: #efe7db;
    color: var(--brown);
    padding: 22px 16px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    border: 1px solid var(--line);
  }

  .vh-cell {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 20px rgba(40, 28, 18, 0.06);
    min-height: 178px;
    padding: 22px 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .vh-cell-metal {
    background: linear-gradient(180deg, #fff 0%, #fbf7f3 100%);
  }

  .vh-cell-spruce {
    background: linear-gradient(180deg, #fff 0%, #f6fbf6 100%);
  }

  .vh-cell-larch {
    background: linear-gradient(180deg, #fcfde9 0%, #f4f8d2 100%);
    border: 1px solid rgba(30, 84, 35, 0.18);
  }

  .vh-time-cell {
    background: #f9f4ec;
    border: 1px solid var(--line);
    min-height: 178px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--brown);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }

  .vh-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .vh-label-bad {
    color: var(--bad);
    width: 100%;
  }

  .vh-label-warn {
    color: var(--warn);
    width: 100%;
  }

  .vh-label-good {
    color: var(--good);
    width: 100%;
  }

  .vh-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex: 0 0 14px;
  }

  .vh-dot-bad {
    background: var(--bad);
  }

  .vh-dot-warn {
    background: var(--warn);
  }

  .vh-dot-good {
    background: var(--good);
  }

  .vh-text-strong {
    font-weight: 700;
  }

  .vh-bad {
    color: var(--bad);
    font-weight: 700;
  }

  .vh-warn {
    color: var(--warn);
    font-weight: 700;
  }

  .vh-good {
    color: var(--good);
    font-weight: 700;
  }

  .vh-recommended {
    position: absolute;
    top: 6px;
    right: 6px;
    background: var(--green-dark);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .vh-mobile-note {
    display: none;
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
  }

  @media (max-width: 1024px) {
    .vh-head,
    .vh-time-head {
      font-size: 22px;
    }

    .vh-time-cell {
      font-size: 24px;
    }

    .vh-cell {
      font-size: 17px;
    }
  }

  @media (max-width: 767px) {
    .vh-mobile-note {
      display: block;
    }
  }

/* ===== PRÉMIUM BELÉPŐ ANIMÁCIÓ ===== */
.vh-premium-compare .vh-col {
  opacity: 0;
  transform: translateY(42px) scale(0.985);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease;
  will-change: opacity, transform;
  filter: blur(2px);
}

.vh-premium-compare .vh-col.vh-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* ===== OSZLOP KIEMELÉS HOVERRE ===== */
.vh-premium-compare .vh-col {
  position: relative;
}

.vh-premium-compare .vh-head,
.vh-premium-compare .vh-cell,
.vh-premium-compare .vh-time-head,
.vh-premium-compare .vh-time-cell {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.vh-premium-compare .vh-col:hover .vh-head,
.vh-premium-compare .vh-col:hover .vh-cell,
.vh-premium-compare .vh-col:hover .vh-time-head,
.vh-premium-compare .vh-col:hover .vh-time-cell {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(35, 24, 15, 0.12);
}

/* ===== KIFINOMULT HOVER KÖRNYEZET ===== */
.vh-premium-compare .vh-premium-table:hover .vh-col:not(:hover) {
  opacity: 0.82;
  transform: scale(0.992);
}

.vh-premium-compare .vh-premium-table:hover .vh-col.vh-visible:not(:hover) {
  transform: scale(0.992);
}

/* ===== AJÁNLOTT / VÖRÖSFENYŐ OSZLOP EXTRA KIEMELÉS ===== */
.vh-premium-compare .vh-col:nth-child(4) .vh-head,
.vh-premium-compare .vh-col:nth-child(4) .vh-cell {
  position: relative;
}

.vh-premium-compare .vh-col:nth-child(4) .vh-cell {
  box-shadow:
    0 10px 24px rgba(30, 84, 35, 0.08),
    inset 0 0 0 1px rgba(30, 84, 35, 0.04);
}

.vh-premium-compare .vh-col:nth-child(4):hover .vh-head,
.vh-premium-compare .vh-col:nth-child(4):hover .vh-cell {
  box-shadow:
    0 22px 42px rgba(30, 84, 35, 0.16),
    inset 0 0 0 1px rgba(30, 84, 35, 0.10);
}

/* ===== FINOM FÉNYSÁV FEJLÉCEKEN ===== */
.vh-premium-compare .vh-head::after,
.vh-premium-compare .vh-time-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18) 0%,
    rgba(255,255,255,0.06) 24%,
    rgba(255,255,255,0) 48%
  );
  pointer-events: none;
}

/* ===== SZÖVEG FINOMABB KIEMELÉS HOVERRE ===== */
.vh-premium-compare .vh-col:hover .vh-label {
  letter-spacing: 0.05em;
}

.vh-premium-compare .vh-label {
  transition: letter-spacing 0.3s ease, opacity 0.3s ease;
}

/* ===== AJÁNLOTT BADGE LEBEGŐBB HATÁS ===== */
.vh-premium-compare .vh-recommended {
  box-shadow: 0 8px 18px rgba(0,0,0,0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vh-premium-compare .vh-col:nth-child(4):hover .vh-recommended {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0,0,0,0.22);
}

/* ===== HATÁROZOTTABB TÁVOLSÁG ÉS VIZUÁLIS RITMUS ===== */
/*
.vh-premium-compare .vh-cell p:last-child,
.vh-premium-compare .vh-cell > *:last-child {
  margin-bottom: 0;
}*/

/* ===== MOBILON: NE HALJON MEG A HOVER LOGIKA ===== */
@media (hover: none) {
  .vh-premium-compare .vh-premium-table:hover .vh-col:not(:hover) {
    opacity: 1;
    transform: none;
  }

  .vh-premium-compare .vh-col:hover .vh-head,
  .vh-premium-compare .vh-col:hover .vh-cell,
  .vh-premium-compare .vh-col:hover .vh-time-head,
  .vh-premium-compare .vh-col:hover .vh-time-cell {
    transform: none;
  }
}

/* ===== KISEBB KIJELZŐN FINOMÍTÁS ===== */
@media (max-width: 1024px) {
  .vh-premium-compare .vh-col {
    transform: translateY(28px) scale(0.992);
  }

  .vh-premium-compare .vh-col:hover .vh-head,
  .vh-premium-compare .vh-col:hover .vh-cell,
  .vh-premium-compare .vh-col:hover .vh-time-head,
  .vh-premium-compare .vh-col:hover .vh-time-cell {
    transform: translateY(-2px);
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .vh-premium-compare .vh-col,
  .vh-premium-compare .vh-head,
  .vh-premium-compare .vh-cell,
  .vh-premium-compare .vh-time-head,
  .vh-premium-compare .vh-time-cell,
  .vh-premium-compare .vh-label,
  .vh-premium-compare .vh-recommended {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

  @media (max-width: 550px) {
    .vh-head, .vh-time-head {
        font-size: 16px;
    }
	
	.vh-label {
		font-size: 13px;
	}
	
    .vh-time-cell {
        font-size: 16px;
    }
	
    .vh-cell {
        font-size: 14px;
        min-height: 148px;
        padding: 12px 20px;
    }
	
    .vh-time-cell {
        min-height: 148px;
        padding: 12px 20px;
    }
	
  .elementor-8043 .elementor-element.elementor-element-9842dd7 .elementor-loop-container {
    grid-auto-rows: auto !important;
    align-items: start !important;
  }

  .elementor-8043 .elementor-element.elementor-element-9842dd7 .elementor-grid {
    align-items: start !important;
  }

  .elementor-8043 .elementor-element.elementor-element-9842dd7 .e-loop-item {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }
  
	
  }

@media (max-width: 767px) {

    .cart,
    .woocommerce div.product form.cart {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .woocommerce div.product form.cart .quantity {
        width: 100%;
        max-width: 100%;
        justify-content: stretch;
        border-radius: 10px;
        overflow: hidden;
    }

    .woocommerce div.product form.cart .quantity .qty-button {
        width: 46px !important;
        min-width: 46px;
        height: 46px;
        border-radius: 0 !important;
        flex: 0 0 46px;
    }

    .woocommerce div.product form.cart .quantity input.qty {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        height: 46px;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 15px !important;
    }

    .woocommerce div.product form.cart .single_add_to_cart_button.button.alt {
        width: 100%;
        min-height: 46px;
        height: 46px;
        padding: 0 16px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        justify-content: center;
        text-align: center;
		margin: auto;
    }
	
	.wcpa_wrap .wcpa-custom-quote-block {

		padding-bottom: 60px;
	}

}