/* 
 Theme Name: Hello Elementor Child
 Theme URI: https://github.com/elementor/hello-theme/
 Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
 Author: Elementor Team
 Author URI: https://elementor.com/
 Template: hello-elementor
 Version: 1.0.1
 Text Domain: hello-elementor-child
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
 */
/*
 $container-max-widths: (
 sm: 540px,
 md: 720px,
 lg: 960px,
 xl: 1140px,
 xxl: 1440px
 );
 $grid-breakpoints: (
 xs: 0,
 sm: 576px,
 md: 768px,
 lg: 992px,
 xl: 1200px,
 xxl: 1400px
 );
 */
/*
 @include all-headings {
 color: $white;
 }
 */
/*
 *
 *
 * MARGINS
 *
 *
 */
/*
 *
 *
 * PADDINGS
 *
 *
 */
/**
 * Fullwidth Attention Grabber
 */
.hnslm_radius img {
  border-radius: 4px;
}
.hnslm_radius .card {
  border-radius: 8px;
}
.txt_module h1 {
  font-family: var(--e-global-typography-e1dc1bb-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1dc1bb-font-size);
  font-weight: var(--e-global-typography-e1dc1bb-font-weight);
  line-height: var(--e-global-typography-e1dc1bb-line-height);
}
.txt_module h2 {
  font-family: var(--e-global-typography-e1dc1bb-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1dc1bb-font-size);
  font-weight: var(--e-global-typography-e1dc1bb-font-weight);
  line-height: var(--e-global-typography-e1dc1bb-line-height);
}
.txt_module h3 {
  font-family: var(--e-global-typography-e1dc1bb-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1dc1bb-font-size);
  font-weight: var(--e-global-typography-e1dc1bb-font-weight);
  line-height: var(--e-global-typography-e1dc1bb-line-height);
}
.txt_module h4 {
  font-family: var(--e-global-typography-e1dc1bb-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1dc1bb-font-size);
  font-weight: var(--e-global-typography-e1dc1bb-font-weight);
  line-height: var(--e-global-typography-e1dc1bb-line-height);
}
.txt_module h5 {
  font-family: var(--e-global-typography-e1dc1bb-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1dc1bb-font-size);
  font-weight: var(--e-global-typography-e1dc1bb-font-weight);
  line-height: var(--e-global-typography-e1dc1bb-line-height);
}
.txt_module h6 {
  font-family: var(--e-global-typography-e1dc1bb-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1dc1bb-font-size);
  font-weight: var(--e-global-typography-e1dc1bb-font-weight);
  line-height: var(--e-global-typography-e1dc1bb-line-height);
}
.services-widget .grid-item {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.services-widget a.grid-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form label .cf7_title {
  display: block;
}
.home .hnslm_menu {
  position: absolute;
  z-index: 999;
}
@media (min-width: 1025px) {
  .home .hnslm_menu nav ul li {
    color: var(--e-global-color-4b10cc5) !important;
  }
  .home .hnslm_menu nav ul li a {
    color: var(--e-global-color-4b10cc5) !important;
  }
}
.home .hnslm_menu .mega-menu-wrap ul.mega-menu.max-mega-menu > li.mega-menu-item {
  color: var(--e-global-color-4b10cc5) !important;
}
.home .hnslm_menu .mega-menu-wrap ul.mega-menu.max-mega-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--e-global-color-4b10cc5) !important;
}
.home .hnslm_menu .hnslmn_headerWhiteSvgHome svg path {
  fill: var(--e-global-color-4b10cc5);
}
.home .hnslm_menu .hnslmn_headerWhiteSvgHome .e-off-canvas__content svg path {
  fill: initial !important;
  /*Off-Canvas-Arrows*/
}
.home .hnslm_menu img[src$=".svg"] {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home .hnslm_menu .hnslm_menuContact a, .home .hnslm_menu .s4_alternateButtonTypeTransparent a {
  border: 2px solid var(--e-global-color-4b10cc5) !important;
  color: var(--e-global-color-4b10cc5) !important;
}
.home .hnslm_menu .hnslm_menuContact a:hover, .home .hnslm_menu .s4_alternateButtonTypeTransparent a:hover {
  border: 2px solid var(--e-global-color-4b10cc5) !important;
  background-color: transparent !important;
}
@media (min-width: 1025px) {
  .home .hnslm_menu .active-language {
    color: var(--e-global-color-4b10cc5);
    border: 1px solid var(--e-global-color-4b10cc5);
  }
}
/*
 .hnslm_menu_sticky {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 1000;
 }
 */
.hnslm_goToCards .hnslm_goToCard {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .hnslm_goToCards .hnslm_goToCard {
    height: 331px;
    width: 233px;
  }
}
.hnslm_goToCards .hnslm_goToCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.s4_alternateButtonTypeBlue a.elementor-button {
  background-color: #00193d;
  color: #fff;
}
.s4_alternateButtonTypeBlue a.elementor-button:hover {
  background-color: #3862a0;
  border-color: #3862a0;
}
.s4_alternateButtonTypeTransparent a.elementor-button {
  background-color: transparent;
  color: #00193d;
}
.s4_alternateButtonTypeTransparent a.elementor-button:hover {
  background-color: #00193d;
  color: #fff;
}
.s4_alternateButtonTypeWhite a.elementor-button {
  background-color: #fff;
  color: #00193d;
}
.s4_alternateButtonTypeWhite a.elementor-button:hover {
  background-color: #00193d;
  color: #fff;
}
.s4_alternateButtonTypeTransparentWhite a.elementor-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.s4_alternateButtonTypeTransparentWhite a.elementor-button:hover {
  background-color: #fff;
  color: #00193d;
}
a.s4_alternateButtonType_1, .s4_alternateButtonType_1 a {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
a.s4_alternateButtonType_1:hover, .s4_alternateButtonType_1 a:hover {
  background-color: #fff !important;
  color: #00193d !important;
}
.machine-popUpContent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .machine-popUpContent {
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.details-container {
  padding: 20px 0;
}
.specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.spec {
  display: flex;
  flex-direction: column;
}
.spec span {
  font-size: 12px;
  color: #333;
}
.spec strong {
  font-size: 12px;
  color: #1a3e66;
}
.actions .machine-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.actions .machine-buttons a {
  text-decoration: none;
  flex: 1 1 auto;
  min-width: 120px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .machine-popUpContent {
    padding: 15px;
  }
  .specs {
    grid-template-columns: repeat(2, 1fr);
  }
  .actions .machine-buttons {
    flex-direction: column;
  }
  .actions .machine-buttons a {
    width: 100%;
  }
}
.trp-custom-switcher {
  position: relative;
  display: inline-block;
}
.active-language {
  display: inline-block;
  padding: 5px 5px 4px;
  color: #002b4b;
  text-align: center;
  border: 1px solid #002b4b;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  line-height: 18px;
}
.ctive-language_v2 .active-language {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.ctive-language_v2 .trp-custom-switcher {
  display: flex;
}
.hnslm_menu_v2 .elementor-icon-wrapper {
  display: flex;
}
.language-options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 100%;
  margin-top: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 999;
  transition: visibility 0s, opacity 0.3s linear;
  transition-delay: 0.3s;
}
.trp-custom-switcher:hover .language-options {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.language-options:hover {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.language-options a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #002b4b;
  text-align: center;
}
.language-options a:hover {
  background: #f5f5f5;
}
.contact-person {
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 30px 20px -20px rgba(163, 165, 174, 0.4);
}
.contact-person .contact-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
  margin-bottom: 12px;
}
@media (max-width: 581px) {
  .contact-person .contact-image {
    max-height: 250px;
  }
}
.contact-person h2 {
  color: #00193d;
  margin-bottom: 0 !important;
  font-size: 28px;
  line-height: 24px;
}
@media (max-width: 581px) {
  .contact-person h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.contact-person .profession {
  color: #a3a6a8;
  font-size: 16px;
  margin-bottom: 12px;
}
.contact-person .contact-info {
  margin-bottom: 12px;
}
.contact-person .contact-info p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.contact-person .contact-info p:last-child {
  margin-bottom: 0;
}
.contact-person .contact-info p .contact-icon {
  margin-right: 8px;
  line-height: 0;
  color: #00193d;
}
.contact-person .contact-info p a {
  color: inherit;
  text-decoration: none;
}
.contact-person .contact-info p a:hover {
  text-decoration: underline;
}
.contact-person .elementor-button {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
.contact-person .elementor-button.elementor-size-sm {
  padding: 10px 20px;
}
.contact-person .loading {
  text-align: center;
  padding: 12px;
  color: #a3a6a8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.contact-person .loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 48, 99, 0.1);
  border-radius: 50%;
  border-top-color: #00193d;
  animation: spin 1s ease-in-out infinite;
}
.contact-person .loading span {
  font-size: 16px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-person .ansprechpartner-languages {
  margin-top: 12px;
}
.contact-person .ansprechpartner-languages .languages-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #00193d;
  font-weight: 600;
}
.contact-person .ansprechpartner-languages .languages-title .languages-icon {
  margin-right: 8px;
  line-height: 0;
}
.contact-person .ansprechpartner-languages .language-flags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.contact-person .ansprechpartner-languages .language-flags .fi {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  cursor: help;
}
.contact-person .social-media-profiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}
.contact-person .social-media-profiles .social-icon {
  display: flex;
  color: #333;
  transition: all 0.3s ease;
  margin: 0;
  cursor: pointer;
}
.contact-person .social-media-profiles .social-icon:hover {
  color: #666;
  cursor: pointer;
}
.contact-person .social-media-profiles .social-icon .icon-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.contact-person .social-media-profiles .social-icon img, .contact-person .social-media-profiles .social-icon svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.contact-person .ansprechpartner-social {
  margin-top: 1rem;
}
.contact-person .ansprechpartner-social .social-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #00193d;
}
.contact-person .ansprechpartner-social .social-title .social-icon {
  display: flex;
  align-items: center;
}
.contact-person .ansprechpartner-address {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contact-person .ansprechpartner-address .address-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
  color: #00193d;
  font-weight: 600;
}
.contact-person .ansprechpartner-address .address-title .address-icon {
  display: flex;
  align-items: center;
}
.contact-person .ansprechpartner-address span {
  margin: 0;
  white-space: pre-line;
}
#contact-person-details {
  max-width: 600px;
  margin: 0 auto;
  padding: 12px;
}
@media (max-width: 581px) {
  #contact-person-details {
    padding: 12px;
  }
}
/*
 .ansprechpartner-categories-wrapper .ansprechpartner-category.category-priv {
 display:none !important;
 }
 */
/* ACF Felder Tabelle (DIV-basiert) */
.acf-data-table-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  /* Etwas kleinere Schrift für Tabellen */
}
.acf-data-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.acf-data-row:last-child {
  border-bottom: none;
}
.acf-data-cell {
  padding: 8px 12px;
  box-sizing: border-box;
}
.acf-data-label {
  flex-basis: 40%;
  /* Breite des Labels */
  font-weight: bold;
  background-color: #f9f9f9;
  border-right: 1px solid #e0e0e0;
  word-wrap: break-word;
  /* Umbruch bei langen Labels */
}
.acf-data-value {
  flex-basis: 60%;
  /* Breite des Wertes */
  word-wrap: break-word;
  /* Umbruch bei langen Werten */
}
.acf-data-value pre {
  /* Für Array-Ausgaben */
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0;
  font-size: 0.9em;
}
/* Optionale Hervorhebung für Gruppen- und Wiederholungs-Items */
.acf-data-row.acf-group-item .acf-data-label, .acf-data-row.acf-repeater-item .acf-data-label {
  /* padding-left: 20px; */
  /* Kleine Einrückung für Sub-Items */
}
.hnsmn_product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
}
.product-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 1rem 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 4px;
  background: #f3f7fa;
}
.product-card__title {
  font-family: var(--e-global-typography-55d86bc-font-family), Sans-serif;
  font-size: var(--e-global-typography-55d86bc-font-size);
  font-weight: var(--e-global-typography-55d86bc-font-weight);
  line-height: var(--e-global-typography-55d86bc-line-height);
  color: var(--e-global-color-193c095);
  margin-bottom: 0.25rem;
}
.product-card__subtitle {
  color: #444;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.product-card__button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.product-card__button .product-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002147;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.product-card__button .product-card__action span {
  margin-right: 0.5em;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1;
}
.product-card__button .product-card__action:hover {
  background: #004080;
  color: #fff;
}
.product-card-horizontal {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.product-card-horizontal__image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: #f8f8f8;
}
.product-card-horizontal__main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-horizontal__header {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0074c1;
  margin-bottom: 2px;
}
.product-card-horizontal__subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 18px;
}
.product-card-horizontal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 24px;
  margin-bottom: 24px;
}
.product-card-horizontal__item {
  background: #f4f8fb;
  border-radius: 6px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-card-horizontal__label {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 2px;
}
.product-card-horizontal__value {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
}
.product-card-horizontal__footer {
  margin-top: auto;
  text-align: right;
}
.product-card-horizontal__button {
  background: #0074c1;
  color: #fff;
  padding: 10px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}
.product-card-horizontal__button:hover {
  background: #005999;
}
.hnsmn_card_specs-fields-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hnsmn_card_specs-fields-cards .hnsmn_card_spec {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.hnsmn_card_specs-fields-cards .hnsmn_card_spec strong {
  color: #222;
  font-weight: 600;
  font-size: 12px;
}
.machine_slider_gallery_wrapper button.splide__arrow svg {
  fill: #fff;
  height: 15px;
  width: 15px;
}
.machine_slider_gallery_wrapper button:hover {
  color: var(--e-global-color-4b10cc5);
}
@media (min-width: 1024px) {
  .elementor-swiper-button-prev {
    left: calc(0% - 15px) !important;
  }
  .elementor-swiper-button-next {
    right: calc(0% - 15px) !important;
  }
}
div#master-container.wpvr-cardboard {
  max-width: 100% !important;
  width: 100% !important;
  height: 600px !important;
}
.hnsmn_cards_price {
  width: 100%;
  text-align: right;
  border-top: 1px solid;
  padding: 15px 0 0;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.hnsmn_cards_price span {
  font-weight: 600;
}
.hnsmn_cards_price span.hnsmn_price_tax {
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 767px) {
  .hnslm_cards_details {
    height: 100%;
  }
}
.hnslm_cards_details .elementor-shortcode {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
/**
 * RW Brand Maschines Slider - Essential Fixes Only
 * Fixes: Image sizes, equal card heights, FOUC, responsive
 */
.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}
.product-card__image {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.product-card__image .splide {
  height: 200px !important;
  width: 100% !important;
}
.product-card__image .splide__track {
  height: 200px !important;
}
.product-card__image .splide__list {
  height: 200px !important;
}
.product-card__image .splide__slide {
  height: 200px !important;
  padding: 0 !important;
}
.product-card__image .splide__slide img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  display: block;
}
.product-card__image img:not(.splide__slide img) {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}
.hnsmn_card_specs-fields-cards {
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .product-card {
    min-height: 580px;
  }
}
@media (max-width: 768px) {
  .product-card {
    min-height: 520px;
  }
  .product-card__image, .product-card__image .splide, .product-card__image .splide__track, .product-card__image .splide__list, .product-card__image .splide__slide {
    height: 180px !important;
  }
  .product-card__image .splide__slide img {
    height: 180px !important;
  }
}
@media (max-width: 480px) {
  .product-card {
    min-height: 480px;
  }
  .product-card__image, .product-card__image .splide, .product-card__image .splide__track, .product-card__image .splide__list, .product-card__image .splide__slide {
    height: 160px !important;
  }
  .product-card__image .splide__slide img {
    height: 160px !important;
  }
}
.hnsmn_category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .hnsmn_category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .hnsmn_category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .hnsmn_category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.category-card {
  background: var(--e-global-color-4b10cc5);
  border-radius: 0;
  padding: 32px 24px;
  text-align: center;
  box-shadow: none;
  transition: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
}
.category-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
  text-decoration: none;
  color: inherit;
}
.category-card:focus {
  outline: 2px solid #0074c1;
  outline-offset: 2px;
}
.category-card__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.category-card__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.category-card__icon .category-icon-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card__icon .category-icon-fallback svg {
  width: 64px;
  height: 64px;
  color: #333;
}
.category-card__title {
  font-family: var(--e-global-typography-6616f20-font-family), Sans-serif;
  font-size: var(--e-global-typography-6616f20-font-size);
  font-weight: var(--e-global-typography-6616f20-font-weight);
  line-height: var(--e-global-typography-6616f20-line-height);
  color: var(--e-global-color-1e80462);
}
.category-card__description {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
.category-card__count {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 16px;
  font-weight: 500;
}
.category-card__link {
  margin-top: auto;
}
.category-card__button {
  background: #0074c1;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.2s;
  display: inline-block;
}
.category-card__button:hover {
  background: #005999;
  color: #fff;
}
@media (max-width: 768px) {
  .category-card {
    padding: 24px 20px;
    min-height: 180px;
  }
  .category-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }
  .category-card__icon .category-icon-fallback svg {
    width: 48px;
    height: 48px;
  }
  .category-card__title {
    font-size: 1.1rem;
  }
  .category-card__description {
    font-size: 0.85rem;
  }
  .category-card__count {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
  .category-card__button {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .category-card {
    padding: 20px 16px;
    min-height: 160px;
  }
  .category-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }
  .category-card__icon .category-icon-fallback svg {
    width: 40px;
    height: 40px;
  }
  .category-card__title {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .category-card__description {
    font-size: 0.8rem;
  }
  .category-card__count {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  .category-card__button {
    padding: 6px 16px;
    font-size: 0.8rem;
  }
}
.hnsmn_product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
}
.hnsmn_product-grid-horizontal {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 1rem 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 4px;
  background: #f3f7fa;
}
.product-card__title {
  font-family: var(--e-global-typography-55d86bc-font-family), Sans-serif;
  font-size: var(--e-global-typography-55d86bc-font-size);
  font-weight: var(--e-global-typography-55d86bc-font-weight);
  line-height: var(--e-global-typography-55d86bc-line-height);
  color: var(--e-global-color-193c095);
  margin-bottom: 0.25rem;
}
.product-card__subtitle {
  color: #444;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.product-card__button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.product-card__button .product-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002147;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.product-card__button .product-card__action span {
  margin-right: 0.5em;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1;
}
.product-card__button .product-card__action:hover {
  background: #004080;
}
.product-card-horizontal {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.product-card-horizontal__image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: #f8f8f8;
  height: 200px;
}
.product-card-horizontal__image .no-image-placeholder {
  width: 100%;
  height: 200px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 8px;
  font-size: 14px;
}
.product-card-horizontal__main {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
}
.product-card-horizontal__header {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0074c1;
  margin-bottom: 2px;
}
.product-card-horizontal__subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 18px;
}
.product-card-horizontal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 24px;
  margin-bottom: 24px;
  flex-grow: 1;
}
.product-card-horizontal__item {
  background: #f4f8fb;
  border-radius: 6px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-card-horizontal__label {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 2px;
  font-weight: 500;
}
.product-card-horizontal__value {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  word-wrap: break-word;
}
.product-card-horizontal__footer {
  margin-top: auto;
  text-align: right;
}
.product-card-horizontal__button {
  background: #0074c1;
  color: #fff;
  padding: 10px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
  display: inline-block;
}
.product-card-horizontal__button:hover {
  background: #005999;
  color: #fff;
}
@media (max-width: 1024px) {
  .product-card-horizontal {
    grid-template-columns: 280px 1fr;
    gap: 20px;
    padding: 20px;
  }
  .product-card-horizontal__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
  }
  .product-card-horizontal__header {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .product-card-horizontal {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    margin-bottom: 24px;
  }
  .product-card-horizontal__image img, .product-card-horizontal__image .no-image-placeholder {
    height: 180px;
  }
  .product-card-horizontal__main {
    min-height: auto;
  }
  .product-card-horizontal__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
    margin-bottom: 16px;
  }
  .product-card-horizontal__item {
    padding: 8px 12px;
  }
  .product-card-horizontal__label {
    font-size: 0.8rem;
  }
  .product-card-horizontal__value {
    font-size: 1rem;
  }
  .product-card-horizontal__footer {
    text-align: center;
  }
  .product-card-horizontal__button {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product-card-horizontal {
    padding: 12px;
    margin-bottom: 16px;
  }
  .product-card-horizontal__image img, .product-card-horizontal__image .no-image-placeholder {
    height: 150px;
  }
  .product-card-horizontal__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-card-horizontal__header {
    font-size: 1.1rem;
  }
  .product-card-horizontal__subtitle {
    font-size: 0.9rem;
  }
}
.rw-brand-maschines-categorys-info {
  margin-top: 32px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #666;
}
.rw-brand-maschines-categorys-info .category-count, .rw-brand-maschines-categorys-info .machine-count {
  font-weight: 600;
  color: #333;
}
.rw-brand-maschines-categorys-info .taxonomy-info, .rw-brand-maschines-categorys-info .filter-info {
  margin-left: 16px;
}
.rw-brand-maschines-categorys-info .taxonomy-info strong, .rw-brand-maschines-categorys-info .filter-info strong {
  color: #0074c1;
}
@media (max-width: 768px) {
  .rw-brand-maschines-categorys-info {
    margin-top: 24px;
    padding: 12px;
  }
  .rw-brand-maschines-categorys-info .taxonomy-info, .rw-brand-maschines-categorys-info .filter-info {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}
.rw-brand-maschines-categorys-no-results {
  text-align: center;
  padding: 48px 24px;
  background: #f8f9fa;
  border-radius: 8px;
  color: #666;
}
.rw-brand-maschines-categorys-no-results p {
  margin: 0;
  font-size: 1.1rem;
}
.hnsmn_card_specs-fields-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hnsmn_card_specs-fields-cards .hnsmn_card_spec {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.hnsmn_card_specs-fields-cards .hnsmn_card_spec strong {
  color: #222;
  font-weight: 600;
  font-size: 12px;
}
/* Components */
