/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 20:15:54 */
/* IT24 – Mobile Layout Fix für Kategorie- und Produktseiten */
@media (max-width: 767px) {
  body.archive.tax-product_cat #primary.content-area,
  body.archive.tax-product_cat #main.site-main,
  body.archive.tax-product_cat .it24-category-intro,
  body.archive.tax-product_cat .it24-category-seo,
  body.archive.tax-product_cat ul.products {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.archive.tax-product_cat #primary.content-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.archive.tax-product_cat .content-container.site-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.archive.tax-product_cat #main.site-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.archive.tax-product_cat ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.archive.tax-product_cat ul.products li.product {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-product #primary.content-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.single-product .content-container.site-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.single-product #main.site-main {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.single-product div.product,
  body.single-product .woocommerce-product-gallery,
  body.single-product div.product .summary,
  body.single-product .woocommerce-tabs {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-product .wa__btn_popup_txt {
    display: none !important;
  }

  body.single-product .wa__btn_popup {
    left: auto !important;
    right: 16px !important;
    bottom: 18px !important;
  }
}

@media (max-width: 767px) {
  html body.archive.tax-product_cat #primary.content-area #main.site-main ul.products.products {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body.archive.tax-product_cat #primary.content-area #main.site-main .it24-category-intro,
  html body.archive.tax-product_cat #primary.content-area #main.site-main .it24-category-seo {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* IT24 – Mobile QA Fixes 2026-07-20 */
@media (max-width: 767px) {
  body.home .it24-home-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body.home .it24-home-hero__visual {
    display: none !important;
  }

  body.home .it24-home-hero__content,
  body.home .it24-home-why__inner,
  body.home .it24-home-why__content,
  body.home .it24-home-why__grid,
  body.home .it24-home-why-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.home .it24-home-why__content > div[style*="display:flex"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 24px !important;
  }

  body.home .it24-home-why__content > div[style*="display:flex"] > div {
    width: 100% !important;
    min-width: 0 !important;
    height: 88px !important;
    padding: 12px !important;
  }

  body.home .it24-home-why__content > div[style*="display:flex"] img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 58px !important;
  }

  .it24-contact-hero h1,
  .it24-funding-hero h1 {
    font-size: 1.7rem !important;
    line-height: 1.18 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: auto !important;
  }

  body.woocommerce-cart .wa__btn_popup,
  body.woocommerce-cart .wa__popup_chat_box,
  body.woocommerce-checkout .wa__btn_popup,
  body.woocommerce-checkout .wa__popup_chat_box {
    display: none !important;
  }

  .it24-price-table-wrap::before {
    content: "← Tabelle seitlich wischen →";
    display: block;
    margin: 0 0 8px;
    color: #687080;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
  }
}


/* IT24 – Mobile QA Feinschliff */
@media (max-width: 767px) {
  html body.home .it24-home-why__content > div[style*="display:flex"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .it24-contact-hero h1 {
    font-size: 1.62rem !important;
    hyphens: none !important;
  }
}
