/*
Theme Name: Euromax Professional
Theme URI: https://www.euromax.in/
Description: Premium dark-blue and white WooCommerce child theme for Euromax Industries.
Author: Euromax Industries
Template: crona
Version: 5.0.0
Text Domain: euromax-professional
*/

:root {
  --em-navy: #050505;
  --em-blue: #b88916;
  --em-bright: #d4af37;
  --em-sky: #19160e;
  --em-white: #ffffff;
  --em-ink: #f7f2e5;
  --em-muted: #bdb5a1;
  --em-line: #3b321e;
  --em-green: #0e9f6e;
  --em-shadow: 0 14px 38px rgba(6, 26, 58, .11);
  --em-radius: 16px;
}

html { scroll-behavior: smooth; }

body {
  color: var(--em-ink) !important;
  background: #f6f9fc !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--em-blue); transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
a:hover { color: var(--em-bright); }
img { max-width: 100%; height: auto; }

/* Premium announcement bar */
.euromax-trustbar {
  position: relative;
  z-index: 1001;
  display: flex;
  justify-content: center;
  gap: 36px;
  padding: 10px 5%;
  color: #fff;
  background: linear-gradient(90deg, #04142e, #0a3d78 55%, #061a3a);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.euromax-trustbar span::before { content: "✓"; margin-right: 7px; color: #75c6ff; }

/* Header */
header, .header-wrapper, .header-container, .ftc-header-template, .header-layout, .site-header {
  background: rgba(255,255,255,.98) !important;
}
.header-content, .header-middle, .header-bottom, .navigation-primary, .main-navigation {
  border-color: var(--em-line) !important;
}
.header-middle, .header-content { padding-top: 12px !important; padding-bottom: 12px !important; }
.site-logo img, .logo-wrapper img, .header-logo img { max-height: 68px !important; width: auto !important; }
.nav-menu > li > a, .menu > li > a, .main-navigation a {
  color: var(--em-navy) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a, .menu > li > a:hover {
  color: var(--em-bright) !important;
}
.sub-menu, .mega-menu, .dropdown-container {
  border: 1px solid var(--em-line) !important;
  border-radius: 12px !important;
  box-shadow: var(--em-shadow) !important;
  overflow: hidden;
}
.search-table, .search-wrapper input, .aws-container .aws-search-field {
  border: 1px solid var(--em-line) !important;
  border-radius: 999px !important;
  background: #f5f9fd !important;
}

/* Page title and breadcrumbs */
.breadcrumb-title-wrapper, .page-title, .woocommerce-products-header {
  color: #fff !important;
  background: linear-gradient(125deg, #04142e, #0a3d78) !important;
  border: 0 !important;
}
.breadcrumb-title-wrapper a, .breadcrumb-title-wrapper span, .page-title h1 { color: #fff !important; }

/* Home hero/sliders */
.rev_slider_wrapper, .wpb_revslider_element, .elementor-widget-slider, .ftc-slider {
  overflow: hidden;
  border-radius: 0 0 26px 26px;
  box-shadow: 0 20px 50px rgba(6,26,58,.18);
}
.rev-btn, .slider-button, .ftc-button, a.button {
  border-radius: 999px !important;
}

/* Content rhythm */
.site-content, #main-content, .page-container { background: #f6f9fc !important; }
.container, .page-container, .site-content > .content-wrapper { max-width: 1240px; }
.wpb_content_element h2, .elementor-heading-title, .heading-title, .shortcode-title {
  color: var(--em-navy) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}
.wpb_content_element h2::after, .shortcode-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 4px;
  background: var(--em-bright);
}

/* WooCommerce product cards */
.woocommerce ul.products, ul.product_list_widget { align-items: stretch; }
.woocommerce ul.products li.product,
.products .product,
.ftc-product .product,
.product-wrapper {
  background: #fff !important;
  border: 1px solid var(--em-line) !important;
  border-radius: var(--em-radius) !important;
  box-shadow: 0 6px 22px rgba(6,26,58,.06) !important;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.woocommerce ul.products li.product:hover, .products .product:hover, .product-wrapper:hover {
  transform: translateY(-6px);
  border-color: #b8d8f5 !important;
  box-shadow: var(--em-shadow) !important;
}
.woocommerce ul.products li.product img, .product-wrapper img {
  background: #fff;
  transition: transform .35s ease;
}
.woocommerce ul.products li.product:hover img, .product-wrapper:hover img { transform: scale(1.035); }
.woocommerce-loop-product__title, .products .product h3, .product-name, .product-title a {
  color: var(--em-navy) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.4 !important;
}
.price, .woocommerce-Price-amount { color: var(--em-blue) !important; font-weight: 800 !important; }
.price del, del .woocommerce-Price-amount { color: #8190a4 !important; font-weight: 500 !important; }
.onsale, .product-label .onsale, span.sale {
  top: 14px !important;
  left: 14px !important;
  min-height: auto !important;
  padding: 6px 11px !important;
  color: #fff !important;
  background: var(--em-green) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Buttons and form controls */
button, input[type="submit"], .button, .woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .single_add_to_cart_button, .added_to_cart {
  min-height: 44px;
  padding: 12px 22px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--em-blue), var(--em-bright)) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 7px 18px rgba(10,61,120,.20);
  font-weight: 750 !important;
  letter-spacing: .025em;
  text-transform: none !important;
}
button:hover, input[type="submit"]:hover, .button:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .single_add_to_cart_button:hover {
  background: var(--em-navy) !important;
  box-shadow: 0 10px 24px rgba(6,26,58,.24);
  transform: translateY(-1px);
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
input[type="number"], textarea, select {
  min-height: 46px;
  padding: 10px 14px !important;
  color: var(--em-ink) !important;
  background: #fff !important;
  border: 1px solid #ccdbea !important;
  border-radius: 9px !important;
}
input:focus, textarea:focus, select:focus { border-color: var(--em-bright) !important; outline: 3px solid rgba(18,104,196,.12); }

/* Product and checkout pages */
.single-product .product, .woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order,
.woocommerce form.checkout, .woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  box-shadow: 0 8px 28px rgba(6,26,58,.07);
  padding: clamp(18px, 3vw, 34px);
}
.single-product .product_title { color: var(--em-navy); font-weight: 850; letter-spacing: -.03em; }
.woocommerce-message, .woocommerce-info {
  background: var(--em-sky) !important;
  border-top-color: var(--em-bright) !important;
  border-radius: 10px;
}
.woocommerce table.shop_table { border-color: var(--em-line) !important; border-radius: 12px !important; }

/* Why-us/content cards */
.vc_column_container > .vc_column-inner, .elementor-column > .elementor-widget-wrap {
  border-radius: var(--em-radius);
}
.ftc-feature, .feature-wrapper, .service-box, .icon-box, .counter-wrapper {
  height: 100%;
  padding: 24px !important;
  background: #fff !important;
  border: 1px solid var(--em-line) !important;
  border-radius: var(--em-radius) !important;
  box-shadow: 0 7px 24px rgba(6,26,58,.06);
}

/* Footer */
footer, .site-footer, .footer-container, .footer-middle, .footer-bottom {
  color: #c9d9ea !important;
  background: var(--em-navy) !important;
  border-color: rgba(255,255,255,.1) !important;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
.site-footer .widget-title { color: #fff !important; }
footer a, .site-footer a { color: #dbeeff !important; }
footer a:hover, .site-footer a:hover { color: #70bdff !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12) !important; }

/* Mobile polish */
@media (max-width: 767px) {
  .euromax-trustbar { gap: 12px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding-inline: 18px; }
  .euromax-trustbar span:nth-child(3) { display: none; }
  .site-logo img, .logo-wrapper img, .header-logo img { max-height: 52px !important; }
  .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .woocommerce ul.products li.product { width: 100% !important; margin: 0 !important; }
  .woocommerce-loop-product__title, .products .product h3 { font-size: 14px !important; }
  .product-wrapper, .woocommerce ul.products li.product { border-radius: 12px !important; }
  button, .button, .woocommerce a.button { padding: 10px 14px !important; }
}

@media (max-width: 420px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Motion layer: existing Crona/WPBakery content stays intact */
.em-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.em-reveal.em-visible { opacity: 1; transform: translateY(0); }
.em-delay-1 { transition-delay: .08s; }
.em-delay-2 { transition-delay: .16s; }
.em-delay-3 { transition-delay: .24s; }
.em-delay-4 { transition-delay: .32s; }

.header-wrapper, .ftc-header-template {
  position: relative;
  z-index: 999;
  box-shadow: 0 5px 25px rgba(6,26,58,.07) !important;
}
.is-sticky .header-sticky, .header-sticky.is-sticky {
  background: rgba(255,255,255,.96) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(6,26,58,.12) !important;
}
.rev_slider_wrapper img, .ftc-slider img { transition: transform 7s ease !important; }
.rev_slider_wrapper:hover img, .ftc-slider:hover img { transform: scale(1.025); }
.products .product .product-image:after, .woocommerce ul.products li.product a:first-child:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg,transparent 35%,rgba(255,255,255,.45) 50%,transparent 65%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.products .product:hover .product-image:after, .woocommerce ul.products li.product:hover a:first-child:after { transform: translateX(120%); }
.products .product .product-image, .woocommerce ul.products li.product a:first-child { position: relative; overflow: hidden; }
.ftc-feature .feature-icon, .service-box i, .icon-box i { transition: transform .35s ease, box-shadow .35s ease; }
.ftc-feature:hover .feature-icon, .service-box:hover i, .icon-box:hover i { transform: translateY(-5px) rotate(-3deg); }

@media (prefers-reduced-motion: reduce) {
  .em-reveal { opacity: 1; transform: none; }
}

/* Euromax 2.0 product showcase */
.home .site-content {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 35%, rgba(18,104,196,.10), transparent 28%),
    radial-gradient(circle at 92% 65%, rgba(10,61,120,.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 52%, #f8fbff 100%) !important;
}

.home .wpb_row:has(.ftc-product.product-v5) {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 72px max(24px, calc((100vw - 1240px) / 2)) 90px !important;
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
    repeating-linear-gradient(135deg, rgba(18,104,196,.035) 0 1px, transparent 1px 18px) !important;
}

.home .wpb_row:has(.ftc-product.product-v5)::before,
.home .wpb_row:has(.ftc-product.product-v5)::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(1px);
}
.home .wpb_row:has(.ftc-product.product-v5)::before {
  top: -90px; left: -100px; width: 260px; height: 260px;
  background: rgba(18,104,196,.07);
}
.home .wpb_row:has(.ftc-product.product-v5)::after {
  right: -80px; bottom: -100px; width: 300px; height: 300px;
  border: 52px solid rgba(10,61,120,.045);
}

.home .ftc-product.product-v5 {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin-inline: auto;
}

.home .ftc-product.product-v5 > .meta-slider {
  min-height: 430px;
  padding: 18px 6px 28px;
}

.home .ftc-product.product-v5 .products {
  min-height: 410px;
}

.home .ftc-product.product-v5 .products:not(.owl-loaded) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  height: auto !important;
}

.home .ftc-product.product-v5 .products:not(.owl-loaded) > .product {
  width: auto !important;
  margin: 0 !important;
}

.home .ftc-product.product-v5 .owl-stage { display: flex; padding: 12px 0 24px; }
.home .ftc-product.product-v5 .owl-item { display: flex; height: auto; padding: 0 9px; }
.home .ftc-product.product-v5 .owl-item > .product { width: 100%; }

.home .ftc-product.product-v5 .product {
  min-height: 400px;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(177,207,235,.7) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 36px rgba(6,26,58,.09) !important;
}

.home .ftc-product.product-v5 .product:hover {
  border-color: rgba(18,104,196,.45) !important;
  box-shadow: 0 22px 52px rgba(6,26,58,.16) !important;
}

.home .ftc-product.product-v5 .product .images {
  min-height: 260px;
  padding: 20px 18px 8px;
  background: linear-gradient(155deg, #fff 25%, #edf6ff 100%);
  border-radius: 19px 19px 0 0;
}

.home .ftc-product.product-v5 .product .images img {
  width: 100% !important;
  height: 235px !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}

.home .ftc-product.product-v5 .item-description {
  padding: 18px 20px 22px !important;
  text-align: left !important;
}

.home .ftc-product.product-v5 .product_title,
.home .ftc-product.product-v5 .product_title a {
  min-height: 45px;
  color: var(--em-navy) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.38 !important;
  letter-spacing: -.015em;
}

.home .ftc-product.product-v5 .price {
  display: block;
  margin-top: 10px;
  color: var(--em-bright) !important;
  font-size: 18px !important;
}

.home .ftc-product.product-v5 .owl-nav > div {
  display: grid !important;
  place-items: center;
  width: 46px !important;
  height: 46px !important;
  color: #fff !important;
  background: var(--em-navy) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 22px rgba(6,26,58,.22);
}

.home .ftc-product.product-v5 .owl-dots { margin-top: 24px; }
.home .ftc-product.product-v5 .owl-dot span {
  width: 9px; height: 9px; background: #b7cee5 !important; border-radius: 20px;
}
.home .ftc-product.product-v5 .owl-dot.active span { width: 30px; background: var(--em-bright) !important; }

.home .ftc-product.product-v5 .products.loading::before,
.home .ftc-product.product-v5 .products.loading::after,
.home .ftc-product.product-v5 .images.lazy-loading::before,
.home .ftc-product.product-v5 .images.lazy-loading::after {
  display: none !important;
}

@media (max-width: 990px) {
  .home .ftc-product.product-v5 .products:not(.owl-loaded) { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .home .wpb_row:has(.ftc-product.product-v5) { padding: 52px 14px 65px !important; }
  .home .ftc-product.product-v5 .products:not(.owl-loaded) { grid-template-columns: 1fr; }
}

/* Euromax 5.0 — clean commerce cards */
body.wp-child-theme-euromax-professional .products .product .yith-wcwl-add-to-wishlist,
body.wp-child-theme-euromax-professional .products .product .wishlist,
body.wp-child-theme-euromax-professional .products .product .group-button-product > div:not(.add-to-cart) {
  display: none !important;
}

body.wp-child-theme-euromax-professional .products .product .group-button-product {
  right: 14px !important;
  bottom: 14px !important;
}

body.wp-child-theme-euromax-professional .products .product .group-button-product > .add-to-cart {
  display: block !important;
  width: auto !important;
  height: auto !important;
}

body.wp-child-theme-euromax-professional .products .product .group-button-product .add-to-cart a.add_to_cart_button {
  display: flex !important;
  gap: 8px;
  width: auto !important;
  min-width: 132px !important;
  height: 44px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .025em;
  text-transform: uppercase !important;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product .add-to-cart a.add_to_cart_button::after {
  content: "Add to cart";
  font: 850 11px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product .add-to-cart a.add_to_cart_button .ftc-tooltip {
  display: none !important;
}

body.wp-child-theme-euromax-professional .products .product.em-out-of-stock .group-button-product {
  display: none !important;
}
body.wp-child-theme-euromax-professional .products .product .em-stock-label {
  position: absolute;
  z-index: 18;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff !important;
  background: linear-gradient(135deg,#8d0e16,#d62839) !important;
  border: 1px solid #ff6570;
  border-radius: 999px;
  box-shadow: 0 7px 20px rgba(142,14,23,.30);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
/* Image arrows remain available but stay quiet until the card is used. */
body.wp-child-theme-euromax-professional .em-image-arrow {
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  font-size: 19px !important;
  opacity: 0;
  visibility: hidden;
}
body.wp-child-theme-euromax-professional .products .product:hover .em-image-arrow,
body.wp-child-theme-euromax-professional .products .product:focus-within .em-image-arrow {
  opacity: .9;
  visibility: visible;
}

/* Why Shop With Us — rebuild plain WPBakery columns as premium cards. */
body.wp-child-theme-euromax-professional .em-why-section {
  position: relative;
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 78px 28px 92px !important;
  background:
    radial-gradient(circle at 50% 0,rgba(212,175,55,.12),transparent 36%),
    linear-gradient(180deg,#101010,#070707) !important;
  border: 1px solid rgba(212,175,55,.19) !important;
  border-radius: 26px;
  box-shadow: 0 25px 70px rgba(0,0,0,.36);
}
body.wp-child-theme-euromax-professional .em-why-section::before {
  content: "WHY EUROMAX";
  display: block;
  margin-bottom: 12px;
  color: #d4af37;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
}
body.wp-child-theme-euromax-professional .em-why-section > .wpb_column,
body.wp-child-theme-euromax-professional .em-why-section > .vc_column_container {
  padding: 10px !important;
}
body.wp-child-theme-euromax-professional .em-why-card > .vc_column-inner,
body.wp-child-theme-euromax-professional .em-why-card .wpb_wrapper {
  height: 100%;
}
body.wp-child-theme-euromax-professional .em-why-card .wpb_text_column {
  position: relative;
  height: 100%;
  min-height: 275px;
  margin: 0 !important;
  padding: 78px 28px 30px !important;
  color: #cfc6b5 !important;
  background: linear-gradient(155deg,#191919,#0d0d0d) !important;
  border: 1px solid #423719;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
body.wp-child-theme-euromax-professional .em-why-card .wpb_text_column:hover {
  transform: translateY(-7px);
  border-color: #c89d2b;
  box-shadow: 0 22px 48px rgba(0,0,0,.46);
}
body.wp-child-theme-euromax-professional .em-why-card .wpb_text_column::before {
  position: absolute;
  top: 25px;
  left: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0a0803;
  background: linear-gradient(145deg,#f0d574,#b88916);
  border: 1px solid #ffeaa3;
  border-radius: 12px;
  box-shadow: 0 7px 19px rgba(212,175,55,.18);
  font-size: 20px;
  font-weight: 900;
}
body.wp-child-theme-euromax-professional .em-why-card:nth-child(1) .wpb_text_column::before { content: "✓"; }
body.wp-child-theme-euromax-professional .em-why-card:nth-child(2) .wpb_text_column::before { content: "◆"; }
body.wp-child-theme-euromax-professional .em-why-card:nth-child(3) .wpb_text_column::before { content: "↗"; }
body.wp-child-theme-euromax-professional .em-why-card h2,
body.wp-child-theme-euromax-professional .em-why-card h3 {
  margin: 0 0 13px !important;
  color: #f3d778 !important;
  font-size: 21px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}
body.wp-child-theme-euromax-professional .em-why-card h2::after,
body.wp-child-theme-euromax-professional .em-why-card h3::after { display: none !important; }
body.wp-child-theme-euromax-professional .em-why-card p {
  margin: 0 !important;
  color: #c9c0af !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

@media (max-width: 767px) {
  body.wp-child-theme-euromax-professional .em-why-section { margin-inline: 14px !important; padding: 55px 12px 65px !important; }
  body.wp-child-theme-euromax-professional .em-why-card .wpb_text_column { min-height: 0; }
  body.wp-child-theme-euromax-professional .em-image-arrow { opacity: .85; visibility: visible; }
}

/* =========================================================
   EUROMAX 3.0 — BLACK & GOLD LUXURY SYSTEM
   Kept last and highly specific so Crona cannot override it.
   ========================================================= */
body.wp-child-theme-euromax-professional {
  color: #eee8da !important;
  background: #070707 !important;
}

body.wp-child-theme-euromax-professional a { color: #d8b54b; }
body.wp-child-theme-euromax-professional a:hover { color: #ffe293; }

.euromax-trustbar {
  color: #100d05 !important;
  background: linear-gradient(90deg,#8c6812,#d4af37 48%,#f1d878 62%,#8c6812) !important;
  box-shadow: 0 4px 22px rgba(212,175,55,.22);
}
.euromax-trustbar span::before { color: #111 !important; }

body.wp-child-theme-euromax-professional #masthead,
body.wp-child-theme-euromax-professional .site-header,
body.wp-child-theme-euromax-professional .header-ftc,
body.wp-child-theme-euromax-professional .header-content,
body.wp-child-theme-euromax-professional .navigation-primary,
body.wp-child-theme-euromax-professional .header-sticky,
body.wp-child-theme-euromax-professional .is-sticky .header-sticky {
  color: #f8f1df !important;
  background: rgba(5,5,5,.97) !important;
  border-color: rgba(212,175,55,.28) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,.38) !important;
}

body.wp-child-theme-euromax-professional .navigation-primary::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg,transparent,#d4af37,transparent);
}

body.wp-child-theme-euromax-professional .nav-menu > li > a,
body.wp-child-theme-euromax-professional .menu > li > a,
body.wp-child-theme-euromax-professional .main-navigation a,
body.wp-child-theme-euromax-professional .mega_main_menu .mega_main_menu_ul > li > .item_link {
  color: #f7f0dd !important;
}
body.wp-child-theme-euromax-professional .nav-menu > li > a:hover,
body.wp-child-theme-euromax-professional .menu > li > a:hover,
body.wp-child-theme-euromax-professional .main-navigation a:hover,
body.wp-child-theme-euromax-professional .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
  color: #e7c75e !important;
  background: rgba(212,175,55,.09) !important;
}

body.wp-child-theme-euromax-professional .sub-menu,
body.wp-child-theme-euromax-professional .mega_dropdown,
body.wp-child-theme-euromax-professional .dropdown-container,
body.wp-child-theme-euromax-professional #dropdown-list {
  color: #eee8da !important;
  background: #111 !important;
  border-color: #4d3e18 !important;
  box-shadow: 0 20px 45px rgba(0,0,0,.55) !important;
}

body.wp-child-theme-euromax-professional .site-content,
body.wp-child-theme-euromax-professional #main-content,
body.wp-child-theme-euromax-professional .page-container,
body.wp-child-theme-euromax-professional.home .site-content {
  color: #eee8da !important;
  background:
    radial-gradient(circle at 12% 20%,rgba(212,175,55,.08),transparent 24%),
    radial-gradient(circle at 88% 70%,rgba(212,175,55,.055),transparent 25%),
    #080808 !important;
}

body.wp-child-theme-euromax-professional .vc_row,
body.wp-child-theme-euromax-professional .wpb_row {
  border-color: rgba(212,175,55,.16) !important;
}
body.wp-child-theme-euromax-professional .vc_row:nth-of-type(even) {
  background-color: #0d0d0d;
}

body.wp-child-theme-euromax-professional h1,
body.wp-child-theme-euromax-professional h2,
body.wp-child-theme-euromax-professional h3,
body.wp-child-theme-euromax-professional h4,
body.wp-child-theme-euromax-professional h5,
body.wp-child-theme-euromax-professional .heading-title,
body.wp-child-theme-euromax-professional .shortcode-title,
body.wp-child-theme-euromax-professional .wpb_content_element h2 {
  color: #f8f1df !important;
}
body.wp-child-theme-euromax-professional .wpb_content_element h2::after,
body.wp-child-theme-euromax-professional .shortcode-title::after {
  background: linear-gradient(90deg,#8c6812,#f0d574,#8c6812) !important;
  box-shadow: 0 0 16px rgba(212,175,55,.35);
}

body.wp-child-theme-euromax-professional .breadcrumb-title-wrapper,
body.wp-child-theme-euromax-professional .page-title,
body.wp-child-theme-euromax-professional .woocommerce-products-header {
  color: #fff !important;
  background:
    linear-gradient(115deg,rgba(212,175,55,.14),transparent 38%),
    linear-gradient(135deg,#030303,#17130a 60%,#050505) !important;
  border-bottom: 1px solid #8a6a1b !important;
}

body.wp-child-theme-euromax-professional button,
body.wp-child-theme-euromax-professional input[type="submit"],
body.wp-child-theme-euromax-professional .button,
body.wp-child-theme-euromax-professional .woocommerce a.button,
body.wp-child-theme-euromax-professional .woocommerce button.button,
body.wp-child-theme-euromax-professional .woocommerce input.button,
body.wp-child-theme-euromax-professional .single_add_to_cart_button,
body.wp-child-theme-euromax-professional .added_to_cart {
  color: #090806 !important;
  background: linear-gradient(135deg,#a57a14,#d4af37 48%,#f1d878) !important;
  border: 1px solid #f4dc8b !important;
  box-shadow: 0 8px 22px rgba(212,175,55,.20) !important;
}
body.wp-child-theme-euromax-professional button:hover,
body.wp-child-theme-euromax-professional input[type="submit"]:hover,
body.wp-child-theme-euromax-professional .button:hover,
body.wp-child-theme-euromax-professional .woocommerce a.button:hover,
body.wp-child-theme-euromax-professional .woocommerce button.button:hover {
  color: #f4d979 !important;
  background: #0a0a0a !important;
  border-color: #d4af37 !important;
  box-shadow: 0 0 0 3px rgba(212,175,55,.12),0 12px 28px rgba(0,0,0,.38) !important;
}

body.wp-child-theme-euromax-professional.home .wpb_row:has(.ftc-product.product-v5) {
  background:
    radial-gradient(circle at 50% -20%,rgba(212,175,55,.16),transparent 38%),
    repeating-linear-gradient(135deg,rgba(212,175,55,.025) 0 1px,transparent 1px 20px),
    #0b0b0b !important;
  border-top: 1px solid rgba(212,175,55,.25) !important;
  border-bottom: 1px solid rgba(212,175,55,.25) !important;
}

body.wp-child-theme-euromax-professional.home .ftc-product.product-v5 .product,
body.wp-child-theme-euromax-professional .woocommerce ul.products li.product,
body.wp-child-theme-euromax-professional .products .product,
body.wp-child-theme-euromax-professional .ftc-product .product,
body.wp-child-theme-euromax-professional .product-wrapper {
  color: #e7dfcf !important;
  background: linear-gradient(160deg,#171717,#0b0b0b) !important;
  border: 1px solid #4a3a16 !important;
  box-shadow: 0 12px 35px rgba(0,0,0,.42) !important;
}
body.wp-child-theme-euromax-professional.home .ftc-product.product-v5 .product:hover,
body.wp-child-theme-euromax-professional .woocommerce ul.products li.product:hover,
body.wp-child-theme-euromax-professional .products .product:hover {
  border-color: #d4af37 !important;
  box-shadow: 0 0 0 1px rgba(212,175,55,.18),0 24px 55px rgba(0,0,0,.55) !important;
}

body.wp-child-theme-euromax-professional.home .ftc-product.product-v5 .product .images,
body.wp-child-theme-euromax-professional .products .product .images {
  background:
    radial-gradient(circle at 50% 44%,#fffdf7 0%,#eee5d0 74%,#d8c79f 100%) !important;
  border-bottom: 1px solid rgba(212,175,55,.30);
}
body.wp-child-theme-euromax-professional .products .product .images::before {
  content: "EUROMAX";
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: rgba(92,68,12,.12);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .18em;
}

body.wp-child-theme-euromax-professional .products .product_title,
body.wp-child-theme-euromax-professional .products .product_title a,
body.wp-child-theme-euromax-professional .woocommerce-loop-product__title,
body.wp-child-theme-euromax-professional .product-name,
body.wp-child-theme-euromax-professional .product-title a {
  color: #f5ecd8 !important;
}
body.wp-child-theme-euromax-professional .price,
body.wp-child-theme-euromax-professional .woocommerce-Price-amount {
  color: #e2bd4d !important;
}
body.wp-child-theme-euromax-professional .price del,
body.wp-child-theme-euromax-professional del .woocommerce-Price-amount {
  color: #8e887a !important;
}
body.wp-child-theme-euromax-professional .onsale,
body.wp-child-theme-euromax-professional .product-label .onsale,
body.wp-child-theme-euromax-professional span.sale {
  color: #0a0803 !important;
  background: linear-gradient(135deg,#c99a24,#f1d878) !important;
  border: 1px solid #ffe6a1 !important;
}

body.wp-child-theme-euromax-professional .ftc-feature,
body.wp-child-theme-euromax-professional .feature-wrapper,
body.wp-child-theme-euromax-professional .service-box,
body.wp-child-theme-euromax-professional .icon-box,
body.wp-child-theme-euromax-professional .counter-wrapper,
body.wp-child-theme-euromax-professional .widget-container {
  color: #d7d0c1 !important;
  background: linear-gradient(150deg,#171717,#0b0b0b) !important;
  border: 1px solid #3d321a !important;
  box-shadow: 0 10px 32px rgba(0,0,0,.34) !important;
}
body.wp-child-theme-euromax-professional .ftc-feature:hover,
body.wp-child-theme-euromax-professional .service-box:hover,
body.wp-child-theme-euromax-professional .icon-box:hover {
  border-color: #b88e27 !important;
  transform: translateY(-6px);
}

body.wp-child-theme-euromax-professional input[type="text"],
body.wp-child-theme-euromax-professional input[type="email"],
body.wp-child-theme-euromax-professional input[type="tel"],
body.wp-child-theme-euromax-professional input[type="password"],
body.wp-child-theme-euromax-professional input[type="number"],
body.wp-child-theme-euromax-professional textarea,
body.wp-child-theme-euromax-professional select {
  color: #f4eddf !important;
  background: #111 !important;
  border-color: #50431f !important;
}
body.wp-child-theme-euromax-professional input:focus,
body.wp-child-theme-euromax-professional textarea:focus,
body.wp-child-theme-euromax-professional select:focus {
  border-color: #d4af37 !important;
  outline-color: rgba(212,175,55,.14) !important;
}

body.wp-child-theme-euromax-professional .single-product .product,
body.wp-child-theme-euromax-professional .woocommerce-cart-form,
body.wp-child-theme-euromax-professional .cart_totals,
body.wp-child-theme-euromax-professional .woocommerce-checkout-review-order,
body.wp-child-theme-euromax-professional .woocommerce form.checkout,
body.wp-child-theme-euromax-professional .woocommerce-account .woocommerce-MyAccount-content,
body.wp-child-theme-euromax-professional .woocommerce table.shop_table {
  color: #e8e0d0 !important;
  background: #101010 !important;
  border-color: #423719 !important;
}
body.wp-child-theme-euromax-professional .woocommerce table.shop_table th {
  color: #f2d77e !important;
  background: #19160e !important;
}
body.wp-child-theme-euromax-professional .woocommerce-message,
body.wp-child-theme-euromax-professional .woocommerce-info {
  color: #f2ead9 !important;
  background: #17140b !important;
  border-top-color: #d4af37 !important;
}

body.wp-child-theme-euromax-professional footer,
body.wp-child-theme-euromax-professional .site-footer,
body.wp-child-theme-euromax-professional .footer-container,
body.wp-child-theme-euromax-professional .footer-middle,
body.wp-child-theme-euromax-professional .footer-bottom {
  color: #c9c0ad !important;
  background:
    linear-gradient(135deg,rgba(212,175,55,.055),transparent 38%),#030303 !important;
  border-color: rgba(212,175,55,.24) !important;
}
body.wp-child-theme-euromax-professional footer h1,
body.wp-child-theme-euromax-professional footer h2,
body.wp-child-theme-euromax-professional footer h3,
body.wp-child-theme-euromax-professional footer h4,
body.wp-child-theme-euromax-professional .site-footer .widget-title {
  color: #e8c85f !important;
}
body.wp-child-theme-euromax-professional footer a,
body.wp-child-theme-euromax-professional .site-footer a { color: #eee4ce !important; }
body.wp-child-theme-euromax-professional footer a:hover,
body.wp-child-theme-euromax-professional .site-footer a:hover { color: #f3d87c !important; }

body.wp-child-theme-euromax-professional .back-to-top,
body.wp-child-theme-euromax-professional #to-top {
  color: #080704 !important;
  background: #d4af37 !important;
  border-color: #f3dc8e !important;
}

/* Euromax 4.0 — product controls */
body.wp-child-theme-euromax-professional .products .product .images .product-hover-image {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  pointer-events: none !important;
}
body.wp-child-theme-euromax-professional .products .product:hover .images .wp-post-image,
body.wp-child-theme-euromax-professional .products .product .images .wp-post-image {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body.wp-child-theme-euromax-professional .products .product.em-show-alt .images .wp-post-image:not(.product-hover-image) {
  opacity: 0 !important;
  visibility: hidden !important;
}
body.wp-child-theme-euromax-professional .products .product.em-show-alt .images .product-hover-image {
  opacity: 1 !important;
  visibility: visible !important;
}

body.wp-child-theme-euromax-professional .em-image-arrow {
  position: absolute !important;
  z-index: 15;
  top: 50%;
  display: grid !important;
  place-items: center;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  color: #090704 !important;
  background: linear-gradient(145deg,#f3d87b,#c69722) !important;
  border: 1px solid #fff0b0 !important;
  border-radius: 50% !important;
  box-shadow: 0 7px 20px rgba(0,0,0,.28) !important;
  font: 900 23px/1 Arial,sans-serif !important;
  opacity: .94;
  transform: translateY(-50%) !important;
  cursor: pointer;
}
body.wp-child-theme-euromax-professional .em-image-arrow:hover {
  color: #f5d970 !important;
  background: #080808 !important;
  border-color: #d4af37 !important;
}
body.wp-child-theme-euromax-professional .em-image-prev { left: 10px; }
body.wp-child-theme-euromax-professional .em-image-next { right: 10px; }

/* Remove Crona/YITH Compare (the confusing restart icon). */
body.wp-child-theme-euromax-professional .products .product .compare,
body.wp-child-theme-euromax-professional .products .product a.compare,
body.wp-child-theme-euromax-professional .products .product .yith-compare {
  display: none !important;
}

/* Keep product actions permanently visible and easy to understand. */
body.wp-child-theme-euromax-professional .products .product .group-button-product {
  position: absolute !important;
  z-index: 16;
  right: 12px !important;
  bottom: 12px !important;
  top: auto !important;
  left: auto !important;
  display: flex !important;
  gap: 8px;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product > div {
  position: static !important;
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product a {
  position: relative !important;
  display: grid !important;
  place-items: center;
  width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  color: #090704 !important;
  background: linear-gradient(145deg,#f3d87b,#c69722) !important;
  border: 1px solid #fff0b0 !important;
  border-radius: 50% !important;
  box-shadow: 0 7px 20px rgba(0,0,0,.30) !important;
  font-size: 0 !important;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product a:hover {
  color: #f3d778 !important;
  background: #090909 !important;
  border-color: #d4af37 !important;
}
body.wp-child-theme-euromax-professional .products .product .add-to-cart a::before {
  content: "\f07a";
  font: normal normal normal 19px/1 FontAwesome !important;
}
body.wp-child-theme-euromax-professional .products .product .add-to-cart a:not(.add_to_cart_button)::before,
body.wp-child-theme-euromax-professional .products .product .add-to-cart a.product_type_simple:not(.ajax_add_to_cart)::before {
  content: "\f06e";
}
body.wp-child-theme-euromax-professional .products .product .yith-wcwl-add-to-wishlist i {
  color: inherit !important;
  font-size: 18px !important;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product .ftc-tooltip {
  position: absolute !important;
  right: 0;
  bottom: 54px;
  width: max-content;
  padding: 6px 9px;
  color: #f7e8b0 !important;
  background: #090909 !important;
  border: 1px solid #6f571c;
  border-radius: 6px;
  font-size: 11px !important;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
}
body.wp-child-theme-euromax-professional .products .product .group-button-product a:hover .ftc-tooltip {
  opacity: 1;
}

@media (max-width: 560px) {
  body.wp-child-theme-euromax-professional .em-image-arrow { width: 34px !important; height: 34px !important; min-height: 34px !important; }
  body.wp-child-theme-euromax-professional .products .product .group-button-product > div,
  body.wp-child-theme-euromax-professional .products .product .group-button-product a { width: 42px !important; height: 42px !important; min-height: 42px !important; }
}
