@media (max-width: 1330px) {
  .support-caption {
    margin-top: 50px;
  }
  .header-info.hide-mob {
    padding-left: 0;
    gap: 15px;
  }
  .header {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .lang-switcher-title {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    height: 46px;
    cursor: pointer;
  }
  .contact-switcher-title {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 46px;
    cursor: pointer;
  }
  .contact-switcher {
    margin-right: 20px;
  }
  .lang-switcher,
  .contact-switcher {
    position: relative;
  }
  .lang-switcher-content {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    top: 100%;
    right: 0;
    padding-top: 7px;
  }
  .lang-switcher-content-inner {
    white-space: nowrap;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--Borders-Dark-Grey, #303334);
    background: var(--Surface-Default-White, #fff);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .contact-switcher-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding-top: 7px;
  }
  .lang-switcher:hover .lang-switcher-content,
  .contact-switcher:hover .contact-switcher-content {
    opacity: 1;
    visibility: visible;
  }
  .lang-switcher .lang-switcher-arrow {
    transition: 0.3s;
  }
  .lang-switcher:hover .lang-switcher-arrow {
    transform: rotate(180deg);
  }
  .contact-switcher-content-inner {
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--Borders-Dark-Grey, #303334);
    background: var(--Surface-Default-White, #fff);
    box-shadow: 0 6px 13.9px 0 rgba(0, 0, 0, 0.11);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 233px;
  }
  .lang-switcher-content a {
    padding: 8px;
    border-radius: 8px;
    min-width: 184px;
    text-align: left;
    justify-content: flex-start;
    text-decoration: none;
  }
  .lang-switcher-content a:hover {
    font-weight: 500;
    background: var(--Surface-Subtle, #f7f8f8);
  }
  .contact-switcher-content-inner .header-contact > .hc-content:first-child {
    font-size: var(--caption-text-size, 12px);
    font-weight: 600;
    line-height: var(--button-ms-line-height, 16.9px);
    letter-spacing: var(--caption-letter-spacing, 0.27px);
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .contact-switcher-content-inner .header-contact {
    gap: 4px;
  }
  .contact-switcher-content-inner .header-contact + .header-contact {
    order: -1;
  }
  .contact-switcher-content-inner .hc-content {
    gap: 6px;
  }
  .contact-switcher-content-inner .hc-content a,
  .contact-switcher-content-inner .hc-content span {
    font-size: var(--body-M-text-size, 14px);
    line-height: var(--body-M-line-height, 20px);
    letter-spacing: var(--body-M-letter-spacing, -0.05px);
    display: block;
  }
  .contact-helper-baner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--body-M-text-size, 14px);
    line-height: var(--body-M-line-height, 20px);
    letter-spacing: var(--body-M-letter-spacing, -0.05px);
  }
  .contact-helper-baner img {
    border-radius: 4px;
    min-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    object-fit: cover;
  }

  .show-mob {
    display: none !important;
  }
  header .logo img {
    width: 118px;
  }
  .header {
    padding: 7px 10px 7px 0;
  }
  .etrusted-global-widget {
    width: 138px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.75);
  }
  .is_in_category_section .js-product-slider-progressbar {
    display: none;
  }
  .is_in_category_section .slider-navi-footer {
    margin: 0;
  }
  .is_in_category_section .bestseller-content {
    position: relative;
  }
  .is_in_category_section .slider-navi > div {
    position: absolute;
    top: calc(50% - 14px);
  }
  .is_in_category_section .slider-navi > div.slider-prev {
    left: -60px;
  }
  .is_in_category_section .slider-navi > div.slider-next {
    right: -60px;
  }
  .section-bannertext {
    height: 638px;
  }
}
@media (min-width: 1200px) {
  .show-sm:not(.show-lg),
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 1199px) AND (min-width: 835px) {
  .show-lg:not(.show-sm),
  .show-xs {
    display: none !important;
  }
  .js-products-main2:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    background: linear-gradient(
      90deg,
      rgba(250, 250, 250, 0) 39.71%,
      #fafafa 100%
    );
    width: 152px;
    z-index: 2;
  }
  .js-products-main2 {
    overflow: visible;
  }
  .is_in_category_section {
    overflow: hidden;
  }
  .logo img {
    width: 126px;
  }
  .checkbox-service-item {
    min-width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
}
@media (max-width: 834px) {
  .show-lg,
  .show-sm {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .lang-switcher-mobile {
    border-top: 1px solid var(--Borders-Light-Grey, #c1c2c2);
    border-bottom: 1px solid var(--Borders-Light-Grey, #c1c2c2);
    padding: 16px 50px;
    margin-bottom: 30px;
  }
  .header-trusted {
    display: block;
    margin-top: 42px;
    width: 100%;
  }
  .lang-switcher-mobile .nice-select-toggle {
    background: var(--Surface-Default-White, #fff);
    border-radius: 5px;
    border: 1px solid var(--Borders-Light-Grey, #c1c2c2);
    padding: 12px 15px;
  }
  .lang-switcher-mobile .nice-select-toggle .current:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.67188C6.32229 1.67386 4.71367 2.34102 3.52734 3.52734C2.34102 4.71367 1.67386 6.32229 1.67188 8C1.67188 9.25155 2.04298 10.475 2.73828 11.5156C3.43361 12.5563 4.42185 13.3677 5.57812 13.8467C6.73441 14.3256 8.00686 14.4502 9.23438 14.2061C10.4619 13.9619 11.5896 13.3596 12.4746 12.4746C13.3596 11.5896 13.9619 10.4619 14.2061 9.23438C14.4502 8.00686 14.3256 6.73441 13.8467 5.57812C13.3677 4.42185 12.5563 3.43361 11.5156 2.73828C10.54 2.08645 9.40382 1.71911 8.23438 1.67578L8 1.67188ZM13.6592 8.37793C13.5725 9.64487 13.064 10.8467 12.2148 11.791C11.3658 12.7351 10.2251 13.3677 8.97461 13.5879L8.84863 13.6104L8.92969 13.5117C9.67185 12.6149 10.7255 10.9083 10.8213 8.37305L10.8232 8.32812H13.6631L13.6592 8.37793ZM5.17871 8.37305C5.27447 10.9083 6.32815 12.6149 7.07031 13.5117L7.15137 13.6104L7.02539 13.5879C5.77491 13.3677 4.63421 12.7351 3.78516 11.791C2.93603 10.8467 2.42746 9.64487 2.34082 8.37793L2.33691 8.32812H5.17676L5.17871 8.37305ZM10.1641 8.37695C10.1161 9.76316 9.71113 11.1135 8.98926 12.2979C8.71756 12.7404 8.39672 13.1516 8.0332 13.5225L8 13.5566L7.9668 13.5225C7.60328 13.1516 7.28244 12.7404 7.01074 12.2979C6.28887 11.1135 5.88387 9.76316 5.83594 8.37695L5.83496 8.32812H10.165L10.1641 8.37695ZM8.97461 2.41211C10.2251 2.63235 11.3658 3.26489 12.2148 4.20898C13.064 5.15325 13.5725 6.35513 13.6592 7.62207L13.6631 7.67188H10.8232L10.8213 7.62695C10.7255 5.09198 9.67584 3.38509 8.93066 2.48828L8.84863 2.38965L8.97461 2.41211ZM8.0332 2.47754C8.39672 2.84836 8.71756 3.25961 8.98926 3.70215C9.71113 4.88654 10.1161 6.23684 10.1641 7.62305L10.165 7.67188H5.83496L5.83594 7.62305C5.88387 6.23684 6.28887 4.88654 7.01074 3.70215C7.28244 3.25961 7.60328 2.84836 7.9668 2.47754L8 2.44336L8.0332 2.47754ZM7.07031 2.48828C6.32815 3.38509 5.27447 5.0917 5.17871 7.62695L5.17676 7.67188H2.33691L2.34082 7.62207C2.42746 6.35513 2.93603 5.15325 3.78516 4.20898C4.63421 3.26489 5.77491 2.63235 7.02539 2.41211L7.15137 2.38965L7.07031 2.48828Z' fill='%23303334' stroke='%23303334' stroke-width='0.09375'/%3E%3C/svg%3E");
    min-width: 16px;
    flex: 0 0 16px;
    height: 16px;
    content: "";
  }
  .lang-switcher-mobile .nice-select:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M10.854 0.854028L5.85403 5.85403C5.80759 5.90052 5.75245 5.9374 5.69175 5.96256C5.63105 5.98772 5.56599 6.00067 5.50028 6.00067C5.43457 6.00067 5.36951 5.98772 5.30881 5.96256C5.24811 5.9374 5.19296 5.90052 5.14653 5.85403L0.146528 0.854028C0.0527077 0.760208 0 0.63296 0 0.500278C0 0.367596 0.0527077 0.240348 0.146528 0.146528C0.240348 0.0527074 0.367596 0 0.500278 0C0.63296 0 0.760208 0.0527074 0.854028 0.146528L5.50028 4.7934L10.1465 0.146528C10.193 0.100073 10.2481 0.0632225 10.3088 0.0380812C10.3695 0.0129398 10.4346 0 10.5003 0C10.566 0 10.631 0.0129398 10.6917 0.0380812C10.7524 0.0632225 10.8076 0.100073 10.854 0.146528C10.9005 0.192983 10.9373 0.248133 10.9625 0.30883C10.9876 0.369526 11.0006 0.434581 11.0006 0.500278C11.0006 0.565975 10.9876 0.63103 10.9625 0.691726C10.9373 0.752423 10.9005 0.807573 10.854 0.854028Z' fill='%23303334'/%3E%3C/svg%3E");
  }
  .lang-switcher-mobile .nice-select-toggle .current {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-trusted svg {
    width: 100%;
    height: auto;
  }
  .subscribe-right dotlottie-player {
    max-width: 100%;
    height: auto !important;
  }
  .js-cart-count span,
  .js-wish-count span {
    right: -7px;
  }
  .js-wish-count span {
    top: -7px;
  }
  .hide-mob {
    display: none !important;
  }
  .mob-btns {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .mob-btn {
    background: none;
    padding: 0;
    border: none;
  }
  .js-menu {
    min-width: 24px;
    flex: 0 0 24px;
    height: 24px;
    position: relative;
  }
  .js-menu span {
    height: 1px;
    width: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    background: #303334;
    transition: 0.3s;
  }
  .js-menu span + span {
    width: 11px;
    top: 13px;
  }
  .js-menu.active span {
    transform: rotate(45deg);
    top: 50%;
    width: 16px;
  }
  .js-menu.active span + span {
    transform: rotate(-45deg);
  }
  .searchform {
    width: 100%;
  }
  header,
  .menu-block {
    display: none;
  }
  .pf-bottom.show-mob + div {
    margin-top: 30px;
  }
  header {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .header {
    padding: 10px 0;
  }
  .section-support {
    height: 948px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 90px;
  }
  .section-aibanner {
    height: 563px;
    padding: 0;
    align-items: center;
  }
  .support-caption {
    justify-content: center;
  }
  .ai-caption {
    justify-content: flex-start;
    margin: 0;
  }

  .slider-navi-home {
    justify-content: center;
  }
  body[data-aos-duration] .section-support > img {
    transform: scale(1.05);
    transform-origin: center bottom;
  }
  .faq-content {
    flex-direction: column-reverse;
  }
  .faq-title {
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 415px;
  }
  .faq-right {
    min-width: 100%;
    flex: 0 0 auto;
    padding-bottom: 30px;
  }
  .futures .swiper-wrapper {
    gap: 0px;
    background: none !important;
  }
  .banner-caption.support-caption {
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }
  .banner-title {
    width: 100%;
  }
  .banner-block.section-support {
    padding: 100px 0 45px 0;
  }
  .carusel3:before {
    top: -1px;
  }
  .carusel3:after {
    bottom: -1px;
  }
  .blog-grid {
    grid-template-columns: none;
  }
  .section-blog .blog-img img {
    width: 177px;
    height: 177px;
  }
  .blog-lesen {
    display: none !important;
  }
  .blog-more {
    justify-content: center;
  }
  .subscribe-right {
    max-width: 220px;
    padding-right: 0px;
  }
  .subscribe-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 505px;
  }
  .subscribe-text {
    max-width: 215px;
  }
  .wpcf7-form {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .subscribe-left .form {
    width: 100%;
  }
  .wpcf7-text {
    max-width: 100%;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .btn-form {
    width: 100%;
  }
  .footer {
    flex-direction: column;
    gap: 50px;
    padding: 25px 0;
  }
  .footer-left {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 31px 48px;
    justify-content: space-between;
    margin: 0;
  }
  .footer-left .logo {
    width: 250px;
  }
  .footer-text {
    width: calc(100% - 300px);
  }
  .footer-contacts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 43px;
  }
  .footer-right {
    gap: 25px;
  }
  .menus-footer {
    flex-direction: column;
  }
  .menu-item {
    gap: 15px;
    display: none;
  }
  .menu-title {
    padding: 16px 8px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-title span {
    min-width: 24px;
    height: 24px;
    position: relative;
  }
  .menu-title span:before,
  .menu-title span:after {
    content: "";
    width: 12px;
    height: 2px;
    top: calc(50% - 1px);
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #afbabc;
    display: block;
  }
  .menu-title span:after {
    transform: rotate(90deg);
  }
  .menu-title.active span:after {
    transform: rotate(0deg);
  }
  .menu-footer {
    border-bottom: 1px solid var(--Outlines-Variant, #c1c2c2);
  }
  .menu-footer:nth-child(1) {
    border-top: 1px solid var(--Outlines-Variant, #c1c2c2);
  }
  .menu-item a {
    display: block;
    margin-bottom: 22px;
    padding: 0 15px;
  }
  .footer-bottom {
    padding: 28px 0 0 0;
    border-top: none;
    border-bottom: none;
  }
  .footer-bootom-content {
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }
  .payments {
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
    width: 100%;
    justify-content: center;
    padding: 45px 0;
  }
  .menus {
    flex-direction: column;
  }
  .menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .has-child {
    width: 100%;
  }
  .menu > a,
  .menu .child-title {
    width: 100%;
    padding: 24px 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .has-child:first-child {
    border-top: 1px solid var(--neutral-variant-40, #303334);
  }
  .menu > a,
  .has-child {
    border-bottom: 1px solid var(--neutral-variant-40, #303334);
  }
  .fixed,
  .fixed body {
    overflow: hidden;
    height: 100%;
  }
  .menu-block {
    background: #fff;
    padding-bottom: 80px;
    padding-top: 35px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: auto;
  }
  .header-container {
    position: relative;
  }
  .child-title {
    justify-content: space-between;
  }
  .childs {
    position: static;
  }
  .childs:before {
    display: none;
  }
  .childs-content {
    flex-direction: column;
    gap: 40px;
  }
  .child-left {
    flex: 0 0 auto;
    width: 100%;
    background: var(--Container-Low, #f7f8f8);
    padding: 20px;
    align-items: center;
    text-align: center;
  }
  .child-title:before {
    display: none;
  }
  .childs-outer {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .childs-outer > a > img {
    height: 220px;
  }
  .childs-outer > a > .menu-item-title {
    font-size: 22px;
    font-weight: 300;
    line-height: 28.636px;
    letter-spacing: 0.022px;
  }
  .js-cat-slider.swiper {
    overflow: visible;
  }
  .childs .container {
    padding: 0;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .section-category-intro {
    padding: 16px 0 0 0;
  }
  .pagination {
    margin-top: 40px;
  }
  .swiper-wrapper.centered {
    justify-content: flex-start;
  }
  .slider-navi-content {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }
  .slider-navi-content > div {
    position: static;
  }
  .compare-head-title {
    min-width: 182px;
  }
  .compare .compare-head-td {
    vertical-align: top;
    padding-top: 30px;
  }
  .product-item.compare-item {
    min-width: 222px;
  }
  .compare-table {
    overflow: auto;
    border: none;
    border-radius: 0;
  }
  .section-compare {
    padding: 30px 0;
  }
  table.compare {
    margin-bottom: 20px;
    border: 1px solid var(--Outlines-Variant, #c1c2c2);
    border-radius: 0;
  }

  .compare-table::-webkit-scrollbar,
  .orders-list::-webkit-scrollbar,
  .responsive-table::-webkit-scrollbar {
    height: 9px;
  }

  .compare-table::-webkit-scrollbar-thumb,
  .orders-list::-webkit-scrollbar-thumb,
  .responsive-table::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: var(--primary-40, #5f9e98);
  }

  .compare-table::-webkit-scrollbar-track,
  .orders-list::-webkit-scrollbar-track,
  .responsive-table::-webkit-scrollbar-track {
    border-radius: 25px;
    background: var(--Container-High, #dfe3e4);
  }
  .orders-list,
  .responsive-table {
    overflow: auto;
    white-space: nowrap;
  }
  .info-block-content .description {
    width: 100%;
  }
  .category-into .btn {
    position: static;
  }
  .category-into .intro-title {
    position: static;
  }
  .content-404 {
    padding: 120px 0 60px 0;
  }
  .img-404 svg {
    width: 400px;
    height: auto;
  }
  .list3 .term img {
    height: auto;
  }
  .contact-grid {
    gap: 24px;
    margin-bottom: 24px;
  }
  .contact-items {
    grid-template-columns: none;
    gap: 8px;
  }
  .contact-item {
    min-height: 0;
  }
  .contact-left img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .contact-form {
    padding: 90px 0;
  }
  .section-contact {
    margin-top: 5px;
  }
  .blogpage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .section-blog-grid {
    margin-top: 50px;
  }
  .blogpage-grid {
    grid-template-columns: none;
  }
  .intro-desc p br {
    display: none;
  }
  .section-post h1.h3 {
    margin-bottom: 18px;
  }
  .wp-block-image + .wp-block-columns {
    margin-top: 62px;
  }
  .text-image-caption {
    padding: 0;
  }
  .section-navi + .faq-full {
    margin-top: 0;
  }
  .list3 .term {
    width: calc(50% - 18px);
  }
  .shadow-text {
    height: 300px;
  }
  .title-image img {
    width: 100px;
  }
  .account-title {
    padding: 30px 0 40px 0;
  }
  .account-grid {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .section-account {
    padding-bottom: 40px;
  }
  .nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f8f8;
    padding: 0 0 20px 0;
  }
  .logout {
    border: none;
    padding: 0;
  }
  button.js-toggle-navi {
    width: 100%;
    border-radius: 6px;
    background: var(--Styles-White, #fff);
    justify-content: space-between;
    align-items: center;
  }
  button.js-toggle-navi > svg {
    transition: 0.3s;
    transform: rotate(180deg);
  }
  button.js-toggle-navi.active > svg {
    transform: rotate(0deg);
  }
  .js-toggle-navi > span {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .navi-list .is-active {
    display: none;
  }
  .navi-head.show-mob {
    background: #f7f8f8;
    padding-bottom: 6px;
  }
  .navi-list {
    display: none;
    border-radius: 6px;
    background: var(--Styles-White, #fff);
    box-shadow: 0px 6px 13.9px 0px rgba(0, 0, 0, 0.11);
  }
  .woocommerce-MyAccount-navigation {
    flex: 0 0 auto;
  }
  .section-reg-success {
    padding: 130px 50px;
  }
  .login-info {
    position: static;
    width: 100%;
    padding: 80px 100px;
    max-width: 100%;
  }
  .section-login {
    min-height: 0;
    background: var(--Container-Low, #f7f8f8);
  }
  .login-content {
    max-width: 100%;
    padding-bottom: 18px;
  }
  .reg-content {
    flex-direction: column;
  }
  .reg-form-content {
    width: 100%;
    padding: 0;
  }
  .section-reg .login-info {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .login-img {
    margin: 40px 0;
  }
  .section-lost {
    padding: 94px 0;
  }
  .product-block {
    flex-direction: column;
    gap: 0px;
  }
  .config-panel {
    padding: 0;
  }
  .product-tabs {
    overflow: auto;
  }
  .product-tabs a,
  .product-tabs button {
    min-width: 225px;
    white-space: nowrap;
  }
  .product-attributes {
    grid-template-columns: none;
  }
  .option:nth-child(2n) {
    background: var(--Styles-White, #fff);
  }
  .info-block-content {
    flex-direction: column;
  }
  .info-block-content {
    flex-direction: column;
    gap: 32px;
  }
  .ibc-right {
    flex: 0 0 auto;
    min-width: 0;
  }
  .cart-grid {
    gap: 16px;
    flex-direction: column;
  }
  .mob-cart-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page-template-configurator .config-margin {
    margin-top: 38px;
  }
  .btn-next-block {
    display: none;
  }
  .crosssell-block {
    margin: 0 -15px;
    padding: 26px 15px 40px;
  }
  .menu-mob .menu {
    padding: 16px 24px 32px;
    margin: 0px -15px 0;
    width: calc(100% + 30px);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .header-info {
    margin: 0 0 32px 0px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: 0.6px;
  }
  .header-info > .etrusted-global-widget {
    grid-area: 2 / 1 / 3 / 3;
    justify-content: center;
    display: flex;
    padding-bottom: 20px;
  }
  .hc-content {
    margin-top: 8px;
  }
  .hc-title {
    letter-spacing: 0.27px;
  }
  .header-info > * {
    background-color: #fff;
  }
  .menu-mob .menu > a:not(.btn-type):not(.btn-type2) {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.027px;
    padding: 8px 0;
    border: none;
    position: relative;
  }

  .menu-mob .menu > a:first-child:after {
    display: none !important;
  }
  .menu-mob {
    width: 100%;
  }
  .menu > a.btn-type {
    width: calc(50% - 10px);
    margin-top: 16px;
    min-width: 218px;
    padding: 14px 8px;
    text-align: center;
    justify-content: center;
  }
  .menu > a.btn-type2 {
    min-width: 218px;

    justify-content: center;
    text-align: center;
    width: calc(50% - 10px);
    color: var(--raecks-40, #303334);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.175px;
    padding: 14px 8px;
    margin-top: 16px;
    border-radius: 18px;
    border: 1px solid var(--raecks-40, #303334);
  }
  .trustbadges-content {
    gap: 40px;
  }
  .trustbadges-item {
    gap: 11px;
  }
  .section-trustbadges {
    padding: 40px 0;
  }
  .subtitle-caption {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .subtitle-text {
    flex: 0 0 auto;
  }
  .producthighlight-content {
    gap: 25px;
  }
  .bannertext-content .btn {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .featureicon-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 44px 0;
    gap: 40px 20px;
  }
  .section-bannertext {
    height: 930px;
  }
  .bannertext-caption {
    height: auto;
    padding-top: 30px;
    max-width: 785px;
  }
  .section-hero > iframe {
    height: 100%;
  }
  .section-bannertext > iframe {
    aspect-ratio: 10 / 11.16;
  }
  #contact {
    width: 500px;
  }
  .contact-modal-main-title {
    text-align: left;
  }
  .contact-modal-content {
    flex-direction: column;
  }
  .contact-modal-right {
    width: 100%;
  }
  .contact-modal-content .contact-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .pf-top-inner {
    flex-direction: column-reverse;
    gap: 8px;
    align-items: flex-start;
    padding: 15px 0;
  }
  .pf-price-stock .stock-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pf-right {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    padding-bottom: 43px;
  }
  .pf-price {
    flex-grow: 1;
  }
  .regalprufung-item-input {
    width: 180px;
  }
  .regalprufung-table td {
    width: auto;
  }
  .confix-textinput {
    max-width: 100%;
  }
  .configurator-individual-box {
    padding-bottom: 24px;
  }
  .configurator-individual-result-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media (min-width: 835px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 834px) {
  .checkbox-service-item,
  .cart-grid .checkbox-service-item {
    min-width: 100%;
    flex: 0 0 auto;
    width: 100%;
  }
  .home-slide .support-caption {
    text-align: center;
  }
  .section-sliderhome .section-support {
    height: 700px;
  }
  .home-slide .support-inner {
    align-items: center;
  }
  .gallery-product .label-sale,
  .config-common .label-sale {
    min-width: 97px;
    flex: 0 0 97px;
    height: 97px;
  }
  [data-name="acceptance-609"] {
    width: auto;
    height: auto;
  }
  .subscribe-caption .wpcf7-list-item {
    display: none;
  }
  .subscribe-text {
    margin-bottom: 0;
  }
  .success-subscribe.active:before {
    transform: scale(3000);
  }
  .subscribe-right-success {
    padding-right: 0;
  }
  .subscribe-left-success {
    padding-top: 40px;
  }
  .subscribe-right {
    margin-top: 0;
  }
  .success-subscribe .subscribe-text {
    max-width: none;
  }
  .hide-xs {
    display: none !important;
  }
  .logo img {
    width: 116px;
  }
  .section-support {
    height: 650px;
    padding-bottom: 60px;
  }
  .support-caption {
    position: relative;
    gap: 0;
    margin: 0;
    padding: 50px 20px;
  }
  .home-slide .support-caption {
    position: relative;
    gap: 0;
    margin: 0;
    padding: 20px 0px;
    height: auto;
  }

  .support-caption:not(.ai-caption) svg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    bottom: 0;
  }
  .support-caption svg ~ svg {
    left: auto;
    right: 0;
  }
  .term img {
    height: 233px;
  }
  .term span,
  .term h2 {
    min-height: 42px;
  }
  .category-title {
    margin-bottom: 24px;
  }
  .progressbar.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(100% - 72px);
    right: 0;
    margin: auto;
    top: 0 !important;
  }
  .product-item img {
    min-height: 163px;
  }
  .product-item {
    padding: 8px;
  }
  .caption {
    margin-top: 5px;
  }
  .model {
    font-size: 8px;
  }
  .product-name {
    font-size: 14px;
  }
  .attr-item {
    font-size: 12px;
  }
  .section-bestseller {
    padding: 16px 0 32px 0;
  }
  .banner-block.section-support {
    padding: 70px 0 30px 0;
  }
  .banner-caption.support-caption {
    padding: 0;
  }
  .carusel3 .swiper {
    height: 500px;
  }
  .carusel3-item img {
    height: auto;
  }
  .carusel3 {
    gap: 20px;
  }
  .carusel3-item span {
    bottom: 16px;
    right: 16px;
    left: 16px;
    gap: 8px;
  }
  .carusel3:after,
  .carusel3:before {
    height: 150px;
  }
  .blog-item-big:not(.blog-item-base) .blog-title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blog-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blog-grid {
    gap: 24px;
  }
  .blog-item-big:not(.blog-item-base) {
    margin-bottom: 40px;
  }
  .section-blog .blog-img img {
    width: 104px;
    height: 104px;
    min-width: 104px;
  }
  .blog-item {
    gap: 16px;
  }
  .blog-caption {
    padding-right: 25px;
    gap: 8px;
  }
  .blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blog-author {
    gap: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .post-read {
    font-size: 12px;
    white-space: nowrap;
  }
  .blog-meta {
    gap: 10px;
  }
  .faq-content {
    margin-top: 30px;
  }
  .faq-contact img {
    margin-left: 0;
    max-width: 100%;
  }
  .subscribe-content {
    flex-direction: column;
    gap: 20px;
  }
  .section-subscribe {
    padding: 17px 0;
  }
  .footer {
    gap: 30px;
    padding: 17px 0;
  }
  .footer-left {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .footer .logo img {
    width: 153px;
  }
  .footer-text {
    width: 100%;
    margin: 0;
  }
  .footer-contacts {
    grid-template-columns: none;
    gap: 20px;
  }
  .footer_icons {
    flex-direction: column;
    gap: 10px;
  }
  .footer_icons img {
    width: 100%;
  }
  .payments {
    padding: 24px 0;
  }
  .copyright {
    padding: 25px 0;
  }
  .childs-outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .childs-outer > a > img {
    height: auto;
  }
  .childs-outer > a > .menu-item-title {
    font-size: 16px;
    line-height: 26.6px;
    letter-spacing: 0.016px;
  }
  .js-toggle-filter {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: normal;
  }
  .sort-filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100vw;
    background: var(--Container-Low, #f7f8f8);
    z-index: 1000;
    display: block;
    width: 100vw;
    transition: 0.3s;
  }
  .sort-filter.active2 {
    transition: none;
  }
  .sort-filter.active {
    left: 0;
  }
  .filter-mob-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Styles-White, #fff);
    padding: 15px 20px;
  }
  .js-toggle-filter.close-filter {
    gap: 24px;
  }
  .filters {
    display: block;
  }
  .sort-box {
    position: relative;
    margin: 0 24px;
    border-top: 1px solid var(--neutral-40, #afbabc);
    border-bottom: 1px solid var(--neutral-40, #afbabc);
    padding: 16px 0;
  }
  .sort-list {
    position: static;
    box-shadow: none;
    background: none;
    padding: 0;
  }
  .sort-list .btn-option {
    border: none;
    font-size: 16px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    padding: 12px 0;
  }
  .sort-title {
    font-size: 16px;
    justify-content: space-between;
  }
  .sort-list .btn-option:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='9' stroke='%23303334' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .sort-list .btn-option.active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='9' stroke='%23E52722' stroke-linejoin='bevel'/%3E%3Ccircle cx='10' cy='10' r='5' fill='%23E52722'/%3E%3C/svg%3E%0A");
  }
  .filter {
    border-bottom: 1px solid var(--neutral-40, #afbabc);
    padding: 16px 0;
    margin: 0 24px;
  }
  .filter-title {
    font-size: 16px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-title.active,
  .filter-title.active2 {
    color: inherit;
    background: transparent;
    border-color: transparent;
  }
  .filter-title svg {
    transition: 0.3s;
  }
  .filter-title.active svg,
  .filter-title.active2 svg {
    transform: rotate(180deg);
  }
  .filter-content {
    position: static;
    box-shadow: none;
    background: none;
    padding: 16px 0;
    min-width: 100%;
  }
  .fcbt-title-box,
  .filter-common,
  .fc-title-box {
    display: none;
  }
  .pi-input input {
    background: transparent;
  }
  .btn-clear-filter {
    color: var(--secondary-40, #486966);
    text-decoration: none;
  }
  body .noUi-target {
    background: #cfd6d7;
  }
  .js-filter-item-toggle.active2 + .filter-content {
    display: block;
  }
  .product-grid {
    gap: 30px 20px;
  }
  .pagination {
    margin-top: 30px;
  }
  .section-products {
    padding: 30px 0 30px 0;
  }
  .intro-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.014px;
    color: var(--Text-Standard-Highest, #303334);
    margin-bottom: 0;
  }
  .yoast-breadcrumbs,
  .bcn-breadcrumbs {
    white-space: nowrap;
    overflow: auto;
  }
  .product-item.compare-item {
    min-width: 190px;
  }
  .img-404 svg {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .content-404 {
    text-align: center;
    padding: 100px 0 60px 0;
  }
  .list3 .term {
    width: calc(50% - 10px);
  }
  .list-terms {
    gap: 20px;
  }
  .contact-grid {
    gap: 16px;
    flex-direction: column;
  }
  .contact-left img {
    height: auto;
  }
  .contact-form {
    padding: 54px 0;
  }
  .wp-block-image + .wp-block-columns {
    margin-top: 48px;
  }
  .description h5 {
    margin: 20px 0;
  }
  .section-quote {
    margin: 48px 0;
  }
  .section-quote-outer {
    padding: 48px 0;
  }
  .usp-title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.072px;
  }
  .usp-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.07px;
  }
  .usp-caption {
    bottom: 8px;
    left: 8px;
    right: 8px;
    gap: 1px;
  }
  .usp-title:before {
    display: none;
  }
  .usp-item:before {
    content: "";
    min-width: 8px;
    flex: 0 0 8px;
    height: 8px;
    background: #e52722;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .text-image-content,
  .text-image-content.reverse {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .text-image-caption {
    flex: 0 0 auto;
  }
  .section-statistics {
    margin: 50px 0;
  }
  .statistics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .statistics-title {
    font-size: 44px;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
  }
  .navi {
    gap: 24px;
    grid-template-columns: none;
  }
  .faq-full-title.h5 {
    font-size: 25px;
    font-weight: 500;
  }
  .faq-full {
    margin: 60px auto;
  }
  .section-help {
    margin: 75px auto;
  }
  .help-caption {
    flex-direction: column;
    padding: 30px;
  }
  .section-text {
    padding: 0 0 40px 0;
  }
  .title-image img {
    width: 86px;
  }
  .section-textitems {
    margin: 50px auto;
  }
  .text-items {
    grid-template-columns: none;
    gap: 24px;
  }
  .nav-title .logout {
    display: none;
  }
  .woocommerce-MyAccount-navigation {
    min-width: 0;
  }
  .logout {
    margin-top: 24px;
    margin: 24px auto 0;
    width: max-content;
  }
  .section-account {
    padding-bottom: 24px;
  }
  .order-item {
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .woocommerce-orders-table__cell-order-number {
    min-width: 100%;
    margin-bottom: 4px;
  }
  .woocommerce-orders-table__cell-order-date {
    min-width: 100%;
    margin-bottom: 18px;
  }
  .woocommerce-orders-table__cell-order-status {
    min-width: 40%;
    flex: 0 0 40%;
    justify-content: flex-start;
  }
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    min-width: 40%;
    flex: 0 0 40%;
  }
  .account-content {
    padding: 16px;
  }
  .edit-account {
    gap: 24px;
  }
  .cart-item-info {
    flex-direction: column;
  }
  .cart-item-image {
    width: 91px;
    flex: 0 0 auto;
  }
  tr.woocommerce-cart-form__cart-item {
    border-radius: 12px;
    border: 1px solid var(--Outlines-Variant, #c1c2c2);
    position: relative;
    padding: 16px;
    width: 100%;
  }
  .wishlist-box.cart-table tbody {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .edit-account {
    display: flex;
    flex-direction: column;
  }
  .cart-table tbody td {
    padding: 0 !important;
  }
  td.wish-edit {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .cart-item-info .single_add_to_cart_button {
    bottom: 40px;
    left: 0;
    right: auto;
  }
  .wishlist-box > tbody > tr {
    padding: 16px;
  }
  .wish-nologin td.wish-edit {
    margin: 0;
    top: 0;
    left: 0;
  }
  .wish-nologin .wish-edit-out {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 70px;
    align-items: flex-start;
  }
  .wishlist-box > tbody > tr {
    margin-bottom: 0;
  }
  .section-wishlist-empty .cart-btns.wish-btns {
    margin-top: 24px;
  }
  .section-wishlist-empty {
    padding-bottom: 34px;
  }
  .wish-nologin.wishlist-box .product-quantity {
    margin-bottom: 0px;
    padding: 0 !important;
  }
  .wish-nologin .single_add_to_cart_button {
    bottom: 16px;
  }
  .wishlist-box .product-quantity {
    margin-bottom: 50px;
  }
  .wish-btns .btn span,
  .cart-btns .btn span {
    display: none;
  }
  .wish-btns .btn,
  .cart-btns .btn {
    padding: 0;
    width: 44px;
    height: 44px;
  }
  .section-reg-success {
    padding: 100px 15px;
  }
  .login-info {
    padding: 60px 24px;
  }
  .login-img {
    margin-top: 48px;
  }
  .group2 {
    gap: 0;
    grid-template-columns: none;
  }
  .lost {
    padding: 48px 20px;
  }
  .section-lost {
    padding: 50px 0;
  }
  .order-head {
    flex-direction: column;
    gap: 30px;
  }
  .order-table-head {
    display: none;
  }
  .order-table {
    margin-top: 30px;
  }
  .order-table-item {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order-table .product-iname {
    min-width: 100%;
    flex: 0 0 100%;
    padding: 16px 16px 0 16px;
  }
  .order-table .product-qty,
  .order-table .product-total {
    min-width: 50%;
    flex: 0 0 50%;
    padding: 16px;
  }
  .order-table .cart-item-info {
    align-items: flex-start;
  }
  .order-address {
    grid-template-columns: none;
    gap: 20px;
  }
  .config-panel {
    flex-direction: column-reverse;
    gap: 22px;
  }
  .qty-add {
    margin: 0;
  }
  .config-panel-top {
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
  }
  .product-left,
  .configurator-box .product-left {
    min-width: 0;
    flex: 0 0 auto;
  }
  iframe#d3ViewerIframe,
  .js-no-frame,
  .js-shapediver-viewer {
    height: calc(100vh - 300px);
    max-height: 548px;
  }
  .page-template-configurator iframe#d3ViewerIframe,
  .page-template-configurator .js-no-frame,
  .js-shapediver-viewer {
    height: calc(100vh - 300px);
  }
  .config-position > div {
    width: 37px;
    height: 37px;
  }
  .config-position > div:first-child,
  .config-position > div:last-child {
    width: 41px;
  }
  .config-common-bottom {
    left: 16px;
    bottom: 16px;
  }
  .config-history > button {
    padding: 8px 7px 8px 10px;
  }
  .config-history > button:last-child {
    padding: 8px 10px 8px 7px;
  }
  .configurator-box .product-right,
  .product-right {
    padding-top: 0;
    flex: 0 0 auto;
    min-width: 0;
  }
  .woocommerce div.product form.cart,
  .configurator-box .woocommerce div.product form.cart {
    background: #fff;
    margin-top: 0;
    position: sticky;
    top: 0;
    padding: 10px 15px;
    z-index: 99;
    border: none;
    margin: 0 -15px;
  }
  .js-simulate-cart span {
    display: none;
  }
  .js-simulate-cart {
    min-width: 115px;
  }
  .js-simulate-cart svg {
    width: 24px;
    height: 24px;
  }
  .pf-left > * {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-tabs a,
  .product-tabs button {
    min-width: 135px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.064px;
    padding: 10px 0;
  }
  .product-tabs {
    padding: 5px 0 10px 0;
  }
  .product-info-section {
    padding: 25px 22px;
  }
  .description > .section > *:first-child {
    margin-top: 0;
  }
  .shadow-text-mob {
    position: relative;
    height: 330px;
    overflow: hidden;
  }
  .product-attributes.shadow-text-mob {
    height: 638px;
    margin-bottom: 20px;
  }
  .shadow-text-mob:not(.opened):after {
    content: "";
    background: linear-gradient(
      0deg,
      #f7f8f8 0%,
      rgba(247, 248, 248, 0) 80.51%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 228px;
  }
  .gallery-slide img {
    height: auto;
  }
  .cart-modal-title {
    padding: 8px 46px 8px 24px;
  }
  .cart-item-info.cart-item-modal {
    display: grid;
    grid-template-columns: 91px auto;
    gap: 8px 24px;
    padding: 8px 0;
  }
  .cart-item-info.cart-item-modal a.cart-item-image {
    grid-area: 1 / 1 / 3 / 2;
  }
  .modal-bts .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #cart .crosssell-block {
    padding: 16px 24px 24px;
  }
  .crosssell-header {
    margin-bottom: 13px;
  }
  .crosssell-content.crosssell-modal {
    gap: 5px;
  }
  .crosssell-modal .crosssell-item.product-item img {
    min-height: 109px;
  }
  .modal-content {
    max-height: calc(100vh - 10px);
  }
  .cart-table thead {
    display: none;
  }
  table.cart-table tr {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .woocommerce-cart tr.woocommerce-cart-form__cart-item {
    border: none;
    padding: 0;
  }
  table.cart-table tbody {
    display: grid;
    gap: 30px;
  }
  .mob-cart-flex {
    grid-template-columns: none;
  }
  .cg-coupon {
    order: -1;
  }
  .cart-payment-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .cart-right {
    min-width: 0;
    flex: 0 0 auto;
  }
  .cg-item {
    padding: 20px 16px;
  }
  .woocommerce-checkout-review-order .cart-item-info {
    flex-direction: row;
  }
  .lost.success-checkout {
    padding: 20px 24px;
  }
  .success-checkout .cart-contact {
    flex-direction: column;
  }
  .success-checkout .cart-contact-left {
    width: 100%;
    flex: 0 0 auto;
  }
  .header-info {
    grid-template-columns: none;
    background: none;
    gap: 15px;
    text-align: center;
    justify-content: flex-start;
  }
  .header-contact {
    position: relative;
  }
  .header-info > * {
    padding: 0;
  }
  .hc-title {
    justify-content: center;
  }
  .header-trusted img {
    margin: 0 auto;
  }
  .menu-block {
    padding-bottom: 0;
  }
  .config-btn {
    width: 34px;
    height: 34px;
  }
  .config-common-top {
    gap: 7px;
    top: 10px;
    left: 10px;
  }
  .trustbadges-content {
    gap: 30px;
    overflow: auto;
    justify-content: start;
  }
  .section-bannertext {
    height: 726px;
  }
  .subtitle-caption {
    gap: 18px;
  }
  .producthighlight-content {
    grid-template-columns: none;
    gap: 20px;
  }
  .producthighlight-item > img,
  .producthighlight-item > video {
    height: 400px;
  }
  .featureicon-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .featureicon-title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.027px;
  }
  .bannertext-caption {
    gap: 16px;
    padding-top: 16px;
  }
  .bannertext-content .btn {
    bottom: 30px;
  }
  .btn-contact {
    right: 16px;
    bottom: 16px;
    width: 59px;
  }
  .btn-co2 {
    right: 16px;
    bottom: 92px;
    padding: 6px;
    width: 59px;
  }
  .btn-co2 svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .contact-modal-content .contact-item {
    min-width: 0;
  }
  .product-block {
    gap: 20px;
  }
  .config-panel {
    padding-bottom: 0;
  }
  .config-reset.btn {
    padding: 8px 4px;
  }
  .config-btns .btn:nth-child(1) {
    flex-grow: 1;
  }
  .config-btns .btn {
    min-width: 0;
  }
  .config-btns .btn:nth-child(2) span {
    display: none;
  }
  .config-btns .btn:nth-child(2) {
    min-width: 48px;
    padding: 0;
  }
  .radio-btn input + label:before {
    right: 3px;
  }
  .btn-contact span,
  .btn-co2 span {
    display: none;
  }
  .co2-modal-content {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 30px;
    height: auto;
  }
  .co2-modal-right img {
    width: 130px;
  }
  .co2-modal-left {
    flex: 0 0 auto;
    text-align: center;
    align-items: center;
  }
  .menu > a.btn-type,
  .menu > a.btn-type2 {
    width: 100%;
  }
  .header-info > .etrusted-global-widget {
    grid-area: auto;
    justify-content: flex-start;
  }
  .section-hero .slider-home-content {
    border-radius: 0px;
  }
  .co2-left span {
    display: none;
  }
  .product-fix-panel + div {
    margin-bottom: 22px;
  }
  .gallery-thumbs {
    gap: 10px;
  }
  .thumb-item {
    width: calc(100% / 7 - 8.57px);
  }
  #msg {
    right: 10px;
    left: 10px;
  }
  #msg > div {
    width: 100%;
  }
  .section-hero > iframe {
    aspect-ratio: 10 / 13;
  }
  .section-bannertext > iframe {
    aspect-ratio: 10 / 16.96;
  }
  .slider-navi.slider-navi-home > div {
    position: static;
  }
  .slider-navi.slider-navi-home {
    position: absolute;
    bottom: 32px;
    left: 24px;
    right: 24px;
  }
  .section-aibanner {
    padding: 0;
    align-items: flex-end;
    aspect-ratio: 10 / 17;
    height: auto;
  }
  .ai-caption .support-inner {
    max-width: 100%;
    text-align: center;
  }
  .btn-ai {
    width: 100%;
  }
  .btn-ai .btn {
    width: 100%;
    white-space: normal;
  }
  body[data-aos-duration] .section-support.section-aibanner > img {
    transform: none;
  }
  .bundled_product.bundled_product_summary {
    flex-direction: column;
    position: relative;
  }
  .bundled_product_images.images {
    flex: 0 0 auto;
    width: 133px;
  }
  .bundled_product.bundled_product_summary .details {
    position: static;
    flex: 0 0 auto;
  }
  .bundled_product_title.product_title {
    position: absolute;
    top: 0;
    left: 143px;
    padding: 0;
  }
  .bundled_item_cart_details .price {
    left: 143px;
    text-align: left;
    top: 50px;
  }
  .bundled_product_summary .old-price-block {
    justify-content: flex-start;
  }
  label.bundled_product_optional_checkbox.wpcf7-list-item {
    position: absolute;
    top: 50px;
    left: 143px;
  }
  .bundled_product_summary .variations > tbody > tr > td.label {
    display: none;
  }
  .bundled_product_summary .variations {
    margin-top: 0;
  }
  .qty-group.qty-group-sm {
    width: 100%;
  }
  .qty-group.qty-group-sm button {
    height: 46px;
    min-width: 46px;
    flex: 0 0 46px;
  }

  .column-slider.section-support > img,
  .column-slider.section-support > iframe,
  .column-slider.section-support > video {
    position: static;
  }
  .white.section-support.column-slider {
    padding: 0;
    flex-direction: column;
  }
  .white.section-support.column-slider .hero-overlay {
    display: none;
  }
  .section-sliderhome .white.section-support.column-slider > .container {
    height: auto;
    padding: 0;
  }
  .white.section-support.column-slider .support-caption {
    padding: 0;
  }
  .white.section-support.column-slider .support-inner {
    padding-bottom: 100px;
  }
  .section-sliderhome .slider-navi.slider-navi-home > div.slider-prev {
    left: 0;
  }
  .section-sliderhome .slider-navi.slider-navi-home > div.slider-next {
    right: 0;
  }
  .start-chat-btns {
    grid-template-columns: none;
    gap: 24px;
  }
  .start-chat-btn {
    height: 92px;
    gap: 6px;
  }
  .start-chat-image img {
    height: 247px;
  }
  .model-top-line + .modal-title {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
  }
  .checkbox-service-item > label,
  .checkbox-service-item > div {
    width: 100%;
  }
  .regalprufung-hero {
    height: 329px;
    border-radius: 0;
    margin: 0 -15px;
  }
  .regalprufung-hero-content {
    padding: 0 15px;
  }
  .regalprufung-table-block {
    margin: 16px 0 55px 0;
  }
  .regalprufung-features {
    grid-template-columns: none;
    gap: 40px;
  }
  .regalprufung-table thead {
    display: none;
  }
  .regalprufung-table {
    display: flex;
    flex-direction: column-reverse;
  }
  .regalprufung-table tbody {
    display: block;
  }
  .regalprufung-table tfoot {
    position: sticky;
    top: 0;
    background: var(--Container-Low, #f7f8f8);
    box-shadow: 0 4px 5.3px 0 rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 8px 20px;
    margin: 0 -15px;
  }
  .regalprufung-button {
    margin: 0;
  }
  .regalprufung-table tfoot tr {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .regalprufung-table tfoot tr td {
    border: none;
    padding: 0 !important;
  }
  .regalprufung-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 6px 12px;
    border-bottom: 1px solid var(--Outlines-Variant, #c1c2c2);
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 18px 0;
  }
  .regalprufung-item-input {
    width: auto;
    max-width: 238px;
  }
  .regalprufung-table tbody tr td:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }
  .regalprufung-table tbody tr td:last-child {
    grid-area: 3 / 1 / 4 / 3;
  }
  .regalprufung-table tbody td {
    border: none;
    padding: 0 !important;
  }
  .regalprufung-button-td {
    width: 100%;
    grid-column: span 2;
  }
  .regalprufung-button .btn {
    width: 100%;
    height: 44px;
  }
  .regalprufung-table tbody td.regalprufung-item-total {
    padding-top: 6px !important;
  }
  .btn.btn-configurator-step {
    font-size: 14px;
    min-width: 80px;
  }
  .configurator-steps {
    gap: 5px;
  }
  .btn-configurator-step.done span {
    display: none;
  }
  .cube-item {
    width: 88px;
  }
  .config-panel-top .price {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .checkbox-service-item > label > img,
  .checkbox-service-item > div > img {
    width: 107px;
    height: 107px;
    margin-top: 0;
  }
  .checkbox-service-item > label,
  .checkbox-service-item > div {
    padding-right: 120px;
  }
  .checkbox-service-item-description {
    line-height: 16px;
  }
  .pf-price-stock .stock-block {
    width: auto;
  }
}
