
/* === Page layout === */
body {
  background-image: none !important;
}
#main-container {
  margin-bottom: 60px;
}
#main-container:has(#login-login-button),
#main-container:has(#password-recovery) {
  margin-top: 45px !important;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1370px !important;
  }
} /* === Header === */
nav #nav-item-list .active > a {
  border-bottom: 4px solid #00a4e4 !important;
} /* === Footer === */
.footer-col-header h2 {
  font-size: 1.28rem;
  font-weight: bold;
  margin-bottom: 12px;
}
#mobile-menu .js-new-menu-dropdown,
#mobile-menu #search-button,
#mobile-menu #js-my-account-button {
  color: #212529 !important;
}
.footer div ul li:not(:first-child) {
  margin-top: 7px;
}
.footer div ul li {
  font-size: 1.05rem;
}
.footer div ul li a:hover {
  text-decoration: underline;
}
.footer #footer-opening-hours {
  margin-top: 19px;
}
.footer .evocloud-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.evocloud-container {
  width: 295px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d8d8;
  margin-top: 50px;
}
.evocloud-container .status-circle {
  width: 11px;
  height: 11px;
  margin-top: -2px;
  margin-right: 5px;
  background-color: #1d8636;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.evocloud-container .status-text {
  margin-right: 5px;
}
.evocloud-container .status-link {
  white-space: nowrap;
}
.evocloud-container .status-link:hover {
  text-decoration: underline;
}
.footer-copyright .copyright-text {
  font-size: 0.9rem;
  font-weight: bold;
}
.footer-copyright .social-icons a {
  margin: 0 10px;
  color: #001d31 !important;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.footer-copyright .social-icons a:hover {
  transform: scale(1.2);
  text-decoration: none;
}
.footer-copyright > div {
  border-top-color: #c9c9c9 !important;
  margin-top: 35px;
}
#bottom-navigation #js-my-account-button,
#bottom-navigation #search-button,
#bottom-navigation .js-new-menu-dropdown {
  color: #212529 !important;
}
@media (max-width: 767px) {
  .footer-copyright .social-icons {
    margin-top: 15px;
    margin-bottom: 20px;
  }
} /* === Cookie consent === */
@media (max-width: 767px) {
  #Coi-Renew {
    bottom: 0 !important;
    transition: bottom 0.3s ease;
  }
  body:has(#bottom-navigation:not(.height-0)) #Coi-Renew {
    bottom: 60px !important;
  }
}
#consent-accept-choice {
  /* Monitor */
  background-color: #007db1;
  border-color: #007db1;
  color: white;
}
#consent-accept-choice:hover {
  /* Monitor */
  background-color: #007db1;
  border-color: #007db1;
} /* === Staff === */
#personal-wrapper .card-img-top {
  height: 100%;
}
#personal-wrapper .card-title {
  font-size: 1.1rem;
  font-weight: bold;
}
#personal-wrapper .card-body {
  background: #eeeeee;
  text-align: center;
}
#personal-wrapper section h2 {
  font-size: 1.4rem;
  letter-spacing: 1.2px;
}
#hero-section {
  margin-top: 20px;
}
.product-grid {
  padding-right: 0px;
  padding-left: 0px;
}
.product-grid .product-box {
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.product-grid .product-box h3 {
  font-size: 1.5rem;
}
.tool-section .tool-button {
  color: white;
  border: none;
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.tool-section {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.tool-section .tool-row .tool-col h3 {
  font-size: 1.3rem;
  font-weight: normal;
}
.tool-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
}
.tool-col {
  background-color: #001d31;
  border-radius: 0.25rem !important;
  flex: 1 1 30%;
  max-width: 30%;
  transition: background-color 0.3s;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.tool-section .tool-col:hover {
  background-color: #000f1a;
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .tool-row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .tool-col {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .tool-section .tool-button {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}
.img-service-homepage {
  width: 325px;
  max-width: 100%;
  display: block;
}
.sections-dehumi .text-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dehumi-img-wrapper {
  position: relative;
  display: inline-block;
}
.dehumi-img-wrapper img {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .sections-dehumi .text-content {
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 1201px) {
  .sections-dehumi .dehumi-installation {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .section-dehumi-install {
    padding-top: 1.5rem;
  }
}
.why-acetec {
  padding-top: 1.5rem;
}
.why-company-box {
  background: #f8f9fa;
  color: #212529;
  border-radius: 2px;
  padding: 2rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.why-company-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.why-company-box h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}
.why-company-box p {
  font-size: 1rem;
  color: #4b4d4f;
}
@media (max-width: 992px) {
  .why-company-box {
    min-height: auto;
    padding: 1.5rem;
  }
}
.resellers-cta {
  margin-top: 68px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.custom-product-grid .product-card-widget .card {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.quote-container {
  padding-top: 4.2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 30px;
}
.quote-container > div {
  padding: 67px;
  margin-top: 20px;
  border-radius: 0.25rem;
  background-color: #f8f9fa;
}
.quote-container {
  padding-top: 4.2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.quote-container > div {
  padding: 67px;
  margin-top: 20px;
  border-radius: 0.25rem;
  position: relative;
}
.quote-container .emblem {
  position: absolute;
  top: -40px;
  right: 15px;
  width: 90px;
}
@media (max-width: 768px) {
  .quote-container .emblem {
    top: -30px;
    right: 10px;
    width: 60px;
  }
}
@media (max-width: 480px) {
  .quote-container .emblem {
    top: -25px;
    right: 15px;
    width: 50px;
  }
}
.product-landing-page-temp header {
  position: relative;
}
.product-landing-page-temp header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("/files/general/file/start-why-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}
.product-landing-page-temp header h1 {
  padding-right: 100px;
}
@media (max-width: 768px) {
  .product-landing-page-temp header::after {
    display: none;
  }
  .product-landing-page-temp header h1 {
    padding-right: 0px;
  }
}
.product-landing-page-temp .lead > span {
  font-weight: 800;
}
.product-landing-page-temp .info-faq {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .product-landing-page-temp .info-faq {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .product-landing-page-temp .info-faq.row > .col-lg-6:nth-of-type(2) {
    margin-top: 18px;
  }
}
@media (max-width: 764px) {
  .product-landing-page-temp .info-faq {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .landing-pages-cta-temp {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (max-width: 767.98px) {
  .info-faq .col-lg-6 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .info-faq .order-box .js-part-widget.col-lg-4 {
    max-width: 76% !important;
  }
}
@media (max-width: 575px) {
  .landing-pages-cta-temp .d-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .landing-pages-cta-temp .d-flex > a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
  .landing-pages-cta-temp .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.landing-pages-cta-temp {
  background-color: #f8f9fa;
  padding: 60px;
} /* === Hide Landingspages From Nav === */
a[ta-id="top-bar-page-80893975-9122-4ddc-8135-e2a35408eceb"],
a[ta-id="top-bar-page-b6422da8-da5e-4b3b-81e5-1259994897ee"],
a[ta-id="top-bar-page-93568ca4-7ac4-4a94-8032-7c89d6cbb51e"],
a[ta-id="top-bar-page-6d4c55e7-6521-4c06-ae18-2199c1068322"],
a[ta-id="top-bar-page-61f7cd04-40e9-41e8-9e8e-a29bf8d049e4"],
a[ta-id="top-bar-page-6203f65f-8d97-475b-a6fe-46dde4a02ef8"],
a[ta-id="top-bar-page-050e401c-d1d4-4ea3-a11e-ad38ed9ae820"],
a[ta-id="top-bar-page-4271bf56-2d50-42a7-aaec-cfbe1c1c0b93"],
a[ta-id="top-bar-page-f89350a4-3189-4e05-af63-1b51a12706ad"],
a[ta-id="top-bar-page-7634511b-29b8-4f41-8bae-8e3afbb2ff2b"],
a[ta-id="top-bar-page-be64f9fa-ba48-44a6-8147-2a48a7082f4d"],
a[ta-id="top-bar-page-531335cf-90db-48ae-adbd-ac218191e311"],
a[ta-id="top-bar-page-79d28213-2dfe-46a6-8e8f-0a186c03d4d9"],
a[ta-id="top-bar-page-3c917598-1a95-4d9a-a593-7a122c8aec05"],
a[ta-id="top-bar-page-cd23a713-c9a6-4e2f-8fbc-e43ac72e9053"],
a[ta-id="top-bar-page-efa25f10-7be4-4b55-a3b8-91eb9ffc5307"],
a[ta-id="top-bar-page-407ca7f1-7398-4492-ae01-3c1780a2afe3"],
a[ta-id="top-bar-page-cbb61eaf-7346-4339-8339-42593ebdb229"],
a[ta-id="top-bar-page-fcb2a149-34ae-4788-8d75-5e065087bbea"] {
  display: none !important;
}
.application-lp {
  max-width: 960px;
} /* === Product Cards === */
.product-card-deck .card {
  margin-bottom: 20px !important;
} /* === Page Menu === */
#page-menu {
  padding: 17px 17px 17px 4px;
}
#page-menu li a {
  color: #212529;
  font-size: 1rem;
}
#page-menu > mon-site-menu-item > li > .menu-link-wrapper > a {
  font-size: 1.25rem;
}
#page-menu > mon-site-menu-item > li > .menu-link-wrapper > a:hover {
  text-decoration: underline;
}
#page-menu > mon-site-menu-item > li ul.menu-expanded a span {
  margin-left: 5px !important;
}
#page-menu a.text-underline {
  text-decoration: underline;
}
#page-menu a:hover:not(.text-underline) {
  text-decoration: underline;
}
.navbar.navbar-under div.nav-container > ul > li > a {
  font-weight: 700;
}
#sub-nav-id-45 div ul li {
  display: none;
} /* === ToTopBtn === */
#top-link {
  z-index: 1;
}
#top-link button {
  padding: 0.85rem !important;
} /* === Tables === */
.responsive-table-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .responsive-table-img {
    width: 50%;
  }
}
#topbar {
  margin-bottom: 12px;
} /* === Brand Colours === */
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.swiper-pagination-bullet-active,
.btn-primary.disabled,
.btn-primary:disabled {
  background: #007db1 !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #007db1 !important;
  border-color: #007db1 !important;
}
.page-item.active .page-link {
  background: #007db1 !important;
  border-color: #007db1 !important;
}
.swiper-pagination-bullet-active {
  background: #007db1 !important;
}
a:hover,
.page-link,
.btn-link {
  color: #007db1;
}
.checkout-price--sticky .checkout_progress .progress-bar {
  background-color: #1d8636;
} /* === Typography === */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p {
  font-weight: 500;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.15rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
} /* === Responsive Videos === */
.responsive-external-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-external-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} /* === Buttons === */
.btn {
  text-transform: uppercase;
  border-radius: 2px !important;
}
.btn-outline-dark:hover {
  background-color: #001d31;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
  background-color: #007db1;
  border-color: #007db1;
}
.section-padding {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
.text-overlay-image {
  background-color: rgba(0, 0, 0, 0.6);
}
#add-to-shopping-list button {
  font-size: 0.85rem;
}
#add-to-shopping-list button:hover {
  background-color: #001d31;
  color: white;
  border-color: #001d31;
} /* === Logo === */
@media (min-width: 768px) {
  #site-logo {
    height: 70px;
  }
} /* === Search Bar === */
#navbar
  #searchContainer
  .js-nav-search-list
  li
  a
  p[ng-bind="part.ExtraDescription"],
#search-quick-result li a p[ng-bind="part.ExtraDescription"] {
  display: none;
} /* === Banner Above Hero Section === */
.filter-banner {
  background-color: #fff3cd;
  color: #212529;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .filter-banner {
    flex-direction: row;
  }
}
.banner-text {
  text-align: center;
  font-size: 0.9rem;
}
.filter-banner a {
  font-size: 0.96rem;
  color: #212529;
  font-weight: 700;
}
.banner-highlight {
  font-size: 0.96rem;
  font-weight: 700;
} /* === Shop Page === */
#shop-section {
  margin-bottom: 60px;
} /* === Contact Us Page === */
.contact-us-wrapper {
  padding-bottom: 3rem;
}
.contact-us-page .contact-phone {
  font-size: 1.3rem;
}
.contact-us-wrapper h2 {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .contact-us-page h1 {
    margin-top: 0px !important;
  }
  .contact-img {
    margin-top: 1.5rem;
  }
} /* === Support Page === */
.contact-us-wrapper .main-support .support-box {
  background-color: #f8f9fa;
  padding: 3.2rem;
  border-radius: 2px;
  height: 100%;
}
.contact-us-wrapper .main-support .row {
  gap: 1rem;
} /* === EvoCloud Page === */
#evocloud-status .status-box,
#evocloud-status .log-box {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#evocloud-status .status-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
#evocloud-status .circle {
  width: 12px;
  height: 12px;
  background-color: #1d8636;
  border-radius: 50%;
  display: inline-block;
}
#evocloud-status .status-text {
  color: #333;
  font-weight: 500;
}
#evocloud-status .log-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
}
#evocloud-status .log-list li {
  padding: 0.5rem 0;
  border-top: 1px solid #eee;
}
#evocloud-status .log-list li:first-child {
  border-top: none;
} /* === FAQ-toggle No JS === */
.faq-toggle-no-js .faq-toggle {
  border: 1px solid #dee2e6;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.faq-toggle-no-js .faq-toggle summary {
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq-toggle-no-js .faq-toggle summary::-webkit-details-marker {
  display: none;
}
.faq-toggle-no-js .faq-toggle summary::before {
  content: "\002B";
  color: black;
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5rem;
  transition: content 0.2s ease;
}
.faq-toggle-no-js .faq-toggle[open] summary::before {
  content: "\2212";
}
.faq-toggle-no-js .faq-toggle p {
  margin-top: 0.5rem;
  margin-bottom: 0;
} /* === Reference Page === */
#reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1.2rem 0 2rem 0;
}
#reference-grid .project-card {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
#reference-grid .project-card:hover {
  transform: translateY(-4px);
}
#reference-grid .project-card h3 {
  margin-top: 0;
  font-size: 1.1rem;
}
#reference-grid .project-card a {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}
#reference-grid .project-card a:hover {
  text-decoration: underline;
} /* === Spare Parts Decision Page === */
.spare-parts-decision .hover-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid #ddd;
}
.spare-parts-decision .hover-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.spare-parts-decision .card-img-top {
  background-color: #fff;
  object-fit: contain;
  max-height: 250px;
  padding: 1rem;
}
.spare-parts-decision .card-body {
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 1.25rem;
}
.spare-parts-decision .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
} /* === Product Category Page === */
.subcategory-product-btn {
  margin-top: 25px;
  margin-bottom: 15px;
}
#category-top .cursor-pointer {
  display: none;
}
@media (max-width: 992px) {
  .category-title {
    font-size: 2.5rem;
  }
}
#category-pagination-top {
  margin-top: 14px;
} /* === Single Product Page === */
#traits {
  display: none;
}
.no-return-hidden {
  display: none;
}
.alert-notice {
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  border-radius: 0.25rem;
  padding: 10px;
  margin-bottom: 15px;
}
.alert-notice p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}
.alert-notice p::before {
  content: "\2139";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: #00a4e4;
  color: #fff;
  font-size: 0.9em;
}
#product-container header .article-number span:nth-of-type(-n + 2) {
  font-size: 0.9rem;
  font-weight: bold;
}
#product-container header .article-number .ng-binding {
  font-size: 0.9rem;
}
.spp-push-to-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 12px;
}
#part-gs1-code span:first-of-type {
  font-weight: bold;
}
#part-gs1-code span:first-of-type::after {
  font-weight: bold;
}
.SlideGallery .swiper-zoom-container .picture {
  max-height: 320px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.SlideGallery .swiper-zoom-container:hover {
  cursor: pointer;
}
.gallery-thumbs .swiper-slide {
  width: 13% !important;
}

@media (max-width: 768px) {
  #thumbs {
    max-height: 57px;
  }
}

.swiper-zoom-container {
  pointer-events: none;
  position: relative;
}
.swiper-zoom-container img.picture {
  pointer-events: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.hoverZoomOverlay {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper-zoom-container:hover .hoverZoomOverlay {
  pointer-events: auto;
  visibility: visible;
}
#TheModal {
  background-color: white;
}
#TheModal #swiper-content {
  border: none;
}
#TheModal .close {
  right: 6%;
  color: #3b3b3b;
  font-size: 3.2rem;
  text-shadow: none;
}
#extra-fields #extra-field-group-collapsable table tr .text-right,
#part-traits #part-traits-collapsable table tr .text-right {
  font-weight: 400;
}
.product-details .documents li {
  background: #ffffff;
} /* =========================== Acetec CSS-only Lightbox =========================== */
.acetec-lightbox .alb-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.acetec-lightbox .alb-trigger {
  display: inline-block;
  cursor: zoom-in;
}
.acetec-lightbox .alb-thumb-wrap {
  position: relative;
  display: inline-block;
}
.acetec-lightbox .alb-thumb {
  display: block;
  max-width: 280px;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.acetec-lightbox .alb-legend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.45rem 0.6rem;
  font: 500 0.9rem/1.3 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.acetec-lightbox .alb-trigger:hover .alb-legend,
.acetec-lightbox .alb-trigger:focus .alb-legend {
  opacity: 1;
}
.acetec-lightbox .alb-toggle:checked ~ .alb-trigger {
  display: none;
}
.acetec-lightbox .alb-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: transparent;
  z-index: 9999;
  text-align: center;
  pointer-events: none;
}
.acetec-lightbox .alb-toggle:checked ~ .alb-overlay {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}
.acetec-lightbox .alb-backdrop {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
  pointer-events: auto;
  z-index: 0;
}
.acetec-lightbox .alb-content {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1400px);
}
.acetec-lightbox .alb-full {
  display: block;
  max-width: 92vw;
  max-height: 82vh;
  height: auto;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  pointer-events: auto;
}
.acetec-lightbox .alb-caption {
  margin-top: 0.75rem;
  font: 400 0.95rem/1.35 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #e8e8e8;
}
.acetec-lightbox .alb-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font: 700 2.25rem/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
}
.acetec-lightbox .alb-trigger:focus,
.acetec-lightbox .alb-close:focus {
  outline: 2px solid #fff3;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .acetec-lightbox .alb-thumb {
    max-width: 100%;
  }
  .acetec-lightbox .alb-full {
    max-height: 76vh;
  }
  .acetec-lightbox .alb-close {
    font-size: 3rem;
    right: 0.75rem;
  }
  .acetec-lightbox .alb-caption {
    font-size: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .acetec-lightbox * {
    transition: none !important;
  }
} /* === Styles for Feature Comparison Table === */
.compare-dehumi .sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.03);
}
.compare-dehumi thead .sticky-col {
  z-index: 5;
  background: #f8f9fa;
}
.check-icon {
  width: 22px;
  height: 22px;
}
.empty-cell {
  color: #adb5bd;
}
.checkmark::before {
  content: "\2714";
  color: green;
  font-size: 1.2rem;
  background: #d1e7dd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.compare-dehumi .sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.03);
}
.compare-dehumi thead .sticky-col {
  z-index: 5;
  background: #f8f9fa;
}
.check-icon {
  width: 22px;
  height: 22px;
}
.empty-cell {
  color: #adb5bd;
}
.checkmark::before {
  content: "\2714";
  color: green;
  font-size: 1.2rem;
  background: #d1e7dd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.compare-dehumi .sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.03);
}
.compare-dehumi thead .sticky-col {
  z-index: 5;
  background: #f8f9fa;
}
.check-icon {
  width: 22px;
  height: 22px;
}
.empty-cell {
  color: #adb5bd;
}
.compare-dehumi .text-start {
  font-weight: bold;
}
.checkmark::before {
  content: "\2714";
  color: green;
  font-size: 1.2rem;
  background: #d1e7dd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
@media (max-width: 576px) {
  .compare-dehumi .k-table th,
  .compare-dehumi .k-table td {
    min-width: 140px;
  }
  .compare-dehumi .k-table .sticky-col {
    min-width: 170px;
  }
  .compare-dehumi .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 24px;
    scrollbar-width: thin;
  }
  .compare-dehumi .table-responsive {
    --edge-fade: 28px;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 var(--edge-fade),
      #000 calc(100% - var(--edge-fade)),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 var(--edge-fade),
      #000 calc(100% - var(--edge-fade)),
      transparent 100%
    );
  }
  .compare-dehumi .table-responsive {
    position: relative;
  }
  .compare-dehumi .table-responsive::after {
    content: "Svep \2192";
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 0.875rem;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0;
    animation: hint-pop 4s ease-out 0.4s forwards;
  }
  @keyframes hint-pop {
    0% {
      opacity: 0;
      transform: translateX(6px);
    }
    10% {
      opacity: 1;
      transform: translateX(0);
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .compare-dehumi .table-responsive::after {
      animation: none;
      opacity: 1;
    }
  }
  .compare-dehumi .table-responsive {
    scroll-snap-type: x proximity;
  }
  .compare-dehumi .k-table th,
  .compare-dehumi .k-table td {
    scroll-snap-align: start;
  }
}
.checkmark::before {
  line-height: 28px;
}
.compare-dehumi .sticky-col[title]::after {
  content: "\24D8";
  font-size: 0.85em;
  color: #007db1;
  cursor: help;
}
