html:has(> head > #pbx-product-classic-marker) body.type-product.type-detail.template-11:not(.blank-mode:not(.shoptak-titan)) {
  & #footer {
    background: #f3f7f8;
    border-top: 1px solid var(--pbx-product-line);
    color: #40505a;
    margin-top: 52px;
  }

  & #footer .footer-rows {
    padding-block: 38px 30px;
  }

  & #footer .site-name {
    display: none !important;
  }

  & #footer .custom-footer {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 0 !important;
  }

  & #footer .custom-footer.elements-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  & #footer .custom-footer::before,
  & #footer .custom-footer::after {
    content: none;
  }

  & #footer .custom-footer > div {
    background: #fff;
    border: 1px solid #dbe5e8;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(25, 46, 56, 0.05);
    float: none;
    margin: 0;
    min-width: 0;
    max-width: none !important;
    padding: 24px !important;
    width: auto !important;
  }

  & #footer .custom-footer > .custom-footer__newsletter {
    align-items: center;
    background: #173b41;
    border: 0;
    box-shadow: 0 16px 36px rgba(19, 53, 59, 0.16);
    display: grid;
    gap: 24px 42px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(230px, 0.8fr) minmax(480px, 1.2fr);
    order: -1 !important;
    padding: clamp(26px, 3vw, 38px) !important;
  }

  & #footer .pageElement__heading,
  & #footer .newsletter-header .pageElement__heading {
    color: var(--pbx-product-ink);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: none;
  }

  & #footer .custom-footer__newsletter .pageElement__heading {
    color: #fff;
    font-size: clamp(23px, 2vw, 30px);
    letter-spacing: -0.025em;
    margin-bottom: 9px;
  }

  & #footer .newsletter-header p {
    color: #d9e7e9;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    max-width: 46ch;
  }

  & #footer #formNewsletterWidget,
  & #footer #formNewsletterWidget fieldset {
    margin: 0;
    min-width: 0;
  }

  & #footer .custom-footer > .custom-footer__newsletter #formNewsletterWidget {
    align-items: center;
    display: grid !important;
    gap: 24px 42px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(230px, 0.8fr) minmax(480px, 1.2fr);
    max-width: none !important;
    width: 100% !important;
  }

  & #footer #formNewsletterWidget .newsletter-left {
    min-width: 0;
  }

  & #footer #formNewsletterWidget fieldset {
    align-items: end;
    display: grid;
    gap: 8px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }

  & #footer #formNewsletterWidget .form-group {
    margin: 0;
  }

  & #footer #formNewsletterWidget .smart-label-wrapper > label {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 6px;
  }

  & #footer #formNewsletterWidget .form-control {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
    box-shadow: none;
    color: var(--pbx-product-ink);
    font-size: 16px;
    height: 52px;
    padding: 0 15px;
    width: 100%;
  }

  & #footer #formNewsletterWidget .btn {
    align-items: center;
    background: var(--pbx-product-accent);
    border: 1px solid var(--pbx-product-accent);
    border-radius: 9px;
    box-shadow: 0 8px 18px rgba(0, 174, 184, 0.22);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 52px;
    justify-content: center;
    min-width: 148px;
    padding: 0 22px;
    text-transform: none;
  }

  & #footer #formNewsletterWidget .btn:hover,
  & #footer #formNewsletterWidget .btn:focus-visible {
    background: #008f98;
    border-color: #008f98;
    color: #fff;
  }

  & #footer #formNewsletterWidget .consents {
    grid-column: 1 / -1;
  }

  & #footer #formNewsletterWidget .consents .label {
    color: #bed1d4;
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
  }

  & #footer #formNewsletterWidget .consents a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  & #footer .contact-box ul,
  & #footer .custom-footer__articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  & #footer .contact-box li,
  & #footer .custom-footer__articles li,
  & #footer .news-item-widget {
    border-bottom: 1px solid #edf1f2;
    margin: 0;
    padding: 9px 0;
  }

  & #footer .contact-box li:first-child,
  & #footer .custom-footer__articles li:first-child,
  & #footer .custom-footer__section2 .news-item-widget:first-of-type {
    padding-top: 0;
  }

  & #footer .contact-box li:last-child,
  & #footer .custom-footer__articles li:last-child,
  & #footer .custom-footer__section2 .news-item-widget:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }

  & #footer .contact-box a,
  & #footer .custom-footer__articles a,
  & #footer .newsItemWidget__heading a {
    color: #43525c;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
  }

  & #footer .contact-box a {
    color: var(--pbx-product-ink);
    font-weight: 700;
  }

  & #footer .contact-box a:hover,
  & #footer .custom-footer__articles a:hover,
  & #footer .newsItemWidget__heading a:hover {
    color: var(--pbx-product-accent-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  & #footer .contact-box li > span {
    display: block;
    padding-left: 27px;
    position: relative;
  }

  & #footer .contact-box li > span::before {
    color: var(--pbx-product-accent-dark);
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 1px;
  }

  & #footer .newsItemWidget__heading {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
  }

  & #footer .custom-footer__facebook #fb-widget-wrap {
    min-height: 130px;
    overflow: hidden;
  }

  & #footer .custom-footer__facebook .fb-page,
  & #footer .custom-footer__facebook iframe {
    max-width: 100% !important;
  }

  & #footer .footer-bottom {
    align-items: center;
    border-top: 1px solid #d7e2e5;
    color: #66747d;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-block: 18px;
  }

  & #footer .footer-bottom .copyright {
    float: none;
    margin: 0;
  }

  & #footer .footer-bottom #signature {
    /* Shoptet injects display/visibility as inline !important declarations. */
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  & #footer .footer-bottom a {
    color: #42545e;
    text-underline-offset: 3px;
  }

  & #footer a:focus-visible,
  & #footer button:focus-visible,
  & #footer input:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.75);
    outline: 2px solid #152930;
    outline-offset: 2px;
  }

  @media (max-width: 991px) {
    & #footer {
      margin-top: 36px;
    }

    & #footer .custom-footer {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    & #footer .custom-footer > .custom-footer__newsletter {
      grid-template-columns: minmax(210px, 0.8fr) minmax(360px, 1.2fr);
    }

    & #footer .custom-footer__contact,
    & #footer .custom-footer__articles,
    & #footer .custom-footer__section2,
    & #footer .custom-footer__facebook {
      grid-column: auto;
    }
  }

  @media (max-width: 767px) {
    & #footer .footer-rows {
      padding-block: 28px 22px;
    }

    & #footer .custom-footer {
      display: block;
    }

    & #footer .custom-footer > div {
      border-radius: 14px;
      margin-bottom: 12px;
      padding: 19px 18px;
    }

    & #footer .custom-footer > .custom-footer__newsletter {
      display: block;
      padding: 22px 18px;
    }

    & #footer .custom-footer__newsletter .newsletter-header {
      margin-bottom: 17px;
    }

    & #footer .custom-footer__newsletter .pageElement__heading {
      font-size: 23px;
      margin-bottom: 7px;
    }

    & #footer .newsletter-header p {
      font-size: 13px;
    }

    & #footer #formNewsletterWidget fieldset {
      display: grid;
      grid-template-columns: 1fr;
    }

    & #footer .custom-footer > .custom-footer__newsletter #formNewsletterWidget {
      display: block !important;
    }

    & #footer #formNewsletterWidget .consents {
      grid-column: 1;
      grid-row: 3;
      margin-top: 3px;
    }

    & #footer #formNewsletterWidget .btn {
      grid-row: 2;
      min-width: 0;
      width: 100%;
    }

    & #footer .pageElement__heading {
      font-size: 16px;
      margin-bottom: 14px;
    }

    & #footer .custom-footer__articles ul,
    & #footer .custom-footer__section2 {
      column-gap: 16px;
    }

    & #footer .custom-footer__articles ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    & #footer .custom-footer__articles li:nth-last-child(2) {
      border-bottom: 0;
      padding-bottom: 0;
    }

    & #footer .custom-footer__section2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    & #footer .custom-footer__section2 .pageElement__heading {
      grid-column: 1 / -1;
    }

    & #footer .custom-footer__section2 .news-item-widget:nth-last-child(2) {
      border-bottom: 0;
      padding-bottom: 0;
    }

    & #footer .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 9px;
      padding-block: 16px 20px;
    }

    & #footer .footer-bottom .copyright {
      line-height: 1.55;
      order: 1;
    }

  }

  @media (max-width: 390px) {
    & #footer .footer-rows,
    & #footer .footer-bottom {
      padding-inline: 10px;
    }

    & #footer .custom-footer > div {
      padding-inline: 16px;
    }

    & #footer .custom-footer__articles a,
    & #footer .newsItemWidget__heading a {
      font-size: 12.5px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    & #footer *,
    & #footer *::before,
    & #footer *::after {
      transition-duration: 0.01ms !important;
    }
  }
}
