:root {
  --higiprol-primary: #43b9e9;
  --higiprol-primary-dark: #179bcf;
  --higiprol-navy: #17182d;
  --higiprol-surface: #f5f8fa;
  --bs-primary: var(--higiprol-primary-dark);
  --bs-link-color: var(--higiprol-primary-dark);
  --bs-link-hover-color: var(--higiprol-navy);
}

body {
  color: var(--higiprol-navy);
  background: #fff;
}

/* O Hummingbird fixa todo o cabeçalho. Com a navegação Higiprol em duas
   linhas isso tapava o início do hero durante o scroll. */
body > header {
  position: relative;
  top: auto;
}

.header-top {
  color: #fff;
  background: var(--higiprol-navy);
  border: 0;
}

.header-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.175rem;
}

.header-top a,
.header-top .header-block__action-btn {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
}

.header-top a:hover {
  color: var(--higiprol-primary);
}

.header-top__item {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
}

.header-top__item--phone .ps-contactinfo,
.header-top__item--phone #_desktop_ps_contactinfo {
  display: contents;
}

.header-top__item .material-icons {
  color: #fff;
  font-size: 0.9rem;
}

.header-top__item .header-top__chevron {
  margin-left: 0.1rem;
  font-size: 0.85rem;
}

.header-bottom {
  position: relative;
  z-index: 1060;
  padding-block: 0.8rem;
  overflow: visible;
  background: #fff;
  border-bottom: 0;
}

.header-bottom__row {
  min-height: 4rem;
  gap: 2rem;
  flex-wrap: nowrap;
}

.header-bottom__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 18rem;
}

.header-bottom__search #_desktop_ps_searchbar {
  width: min(100%, 48rem);
  margin-inline: auto !important;
}

.header-bottom__search .ps-searchbar {
  width: 100%;
  margin: 0;
}

.header-bottom__search .ps-searchbar__input {
  min-height: 3.05rem;
  padding-right: 4.25rem;
  padding-left: 1.35rem;
  border: 1px solid #dce5ea;
  border-radius: 0.25rem;
  box-shadow: none;
}

.header-bottom__search .ps-searchbar__submit {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 3.75rem;
  height: 100%;
  padding: 0;
  color: #fff;
  cursor: pointer;
  background: var(--higiprol-primary-dark);
  border: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  transition: background-color 160ms ease, transform 160ms ease;
  place-items: center;
}

.header-bottom__search .ps-searchbar__submit:hover,
.header-bottom__search .ps-searchbar__submit:focus-visible {
  background: var(--higiprol-navy);
}

.header-bottom__search .ps-searchbar__submit:active {
  transform: none;
}

.header-bottom__search .ps-searchbar__submit .material-icons {
  font-size: 1.25rem;
}

.header-bottom__search .ps-searchbar__clear {
  right: 4rem;
}

.header-bottom__actions {
  gap: 1.1rem;
  justify-content: flex-end;
  min-width: max-content;
}

.header-bottom__actions > div,
.header-bottom__actions .header-block {
  display: flex;
  align-items: center;
}

.header-bottom__actions .header-block__action-btn {
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.35rem 0.4rem;
  color: var(--higiprol-navy);
  border-radius: 0.65rem;
}

.header-bottom__actions .header-block__action-btn:hover {
  color: var(--higiprol-primary-dark);
  background: var(--higiprol-surface);
}

.header-bottom__actions .header-block__icon {
  font-size: 2.15rem;
}

.header-bottom__actions .header-block__copy {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.15;
}

.header-bottom__actions .header-block__eyebrow {
  color: #6c7480;
  font-size: 0.72rem;
  font-weight: 400;
}

.header-bottom__actions .header-block__title {
  margin-top: 0.2rem;
  color: var(--higiprol-navy);
  font-size: 0.88rem;
  font-weight: 750;
}

#_mobile_ps_customersignin {
  margin-left: auto;
}

.higiprol-contact-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.55rem 0.85rem;
  color: var(--higiprol-navy);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.65rem;
}

.higiprol-contact-link:hover {
  color: var(--higiprol-primary-dark);
  background: var(--higiprol-surface);
}

.higiprol-contact-link .material-icons {
  color: var(--higiprol-primary-dark);
  font-size: 1.4rem;
}

.header-bottom__search .ps-searchbar__input:focus {
  border-color: var(--higiprol-primary);
  box-shadow: 0 0 0 0.2rem rgba(67, 185, 233, 0.2);
}

.header-bottom .navbar-brand {
  max-width: 18rem;
  padding: 0;
}

.header-bottom .navbar-brand .logo {
  width: auto;
  max-width: 15rem;
  max-height: 3.8rem;
}

.btn-primary {
  --bs-btn-bg: var(--higiprol-primary-dark);
  --bs-btn-border-color: var(--higiprol-primary-dark);
  --bs-btn-hover-bg: var(--higiprol-navy);
  --bs-btn-hover-border-color: var(--higiprol-navy);
}

.higiprol-navigation {
  position: relative;
  z-index: 1050;
  color: var(--higiprol-navy);
  background: #fff;
  border-top: 1px solid #e4e8ec;
  border-bottom: 1px solid #e4e8ec;
}

.higiprol-navigation .ps-mainmenu {
  width: 100%;
  padding: 0;
}

.higiprol-menu-row {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.higiprol-all-categories {
  position: static;
  flex: 0 0 auto;
  color: #fff;
  background: var(--higiprol-navy);
}

.higiprol-all-categories summary {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
  min-width: 15rem;
  background: var(--higiprol-navy);
  user-select: none;
}

.higiprol-all-categories summary::-webkit-details-marker {
  display: none;
}

.higiprol-all-categories summary .material-icons {
  font-size: 1.25rem;
}

.higiprol-all-categories__arrow {
  margin-left: 0.25rem;
  transition: transform 160ms ease;
}

.higiprol-all-categories[open] .higiprol-all-categories__arrow {
  transform: rotate(180deg);
}

.higiprol-all-categories__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1080;
  padding: 1.5rem;
  color: var(--higiprol-navy);
  background: #fff;
  border: 1px solid #e4ebef;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 1.5rem 3rem rgba(23, 24, 45, 0.18);
}

.higiprol-all-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.higiprol-all-categories__grid a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  min-height: 3.25rem;
  padding: 0.75rem 0.9rem;
  color: var(--higiprol-navy);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  background: var(--higiprol-surface);
  border: 1px solid transparent;
  border-radius: 0.65rem;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.higiprol-all-categories__grid a:hover,
.higiprol-all-categories__grid a[aria-current="page"] {
  color: var(--higiprol-primary-dark);
  background: #fff;
  border-color: var(--higiprol-primary);
}

.higiprol-all-categories__grid a .material-icons {
  flex: 0 0 auto;
  color: var(--higiprol-primary-dark);
  font-size: 1rem;
}

.higiprol-responsive-categories {
  width: 100%;
}

.higiprol-responsive-categories > summary {
  list-style: none;
}

.higiprol-responsive-categories > summary::-webkit-details-marker {
  display: none;
}

.higiprol-responsive-categories[open] .higiprol-menu-toggle__arrow {
  transform: rotate(180deg);
}

.higiprol-responsive-categories__panel {
  padding: 1rem 0.75rem 1.25rem;
  background: #fff;
  border-top: 1px solid #e4ebef;
}

@media (max-width: 1199.98px) {
  .higiprol-responsive-categories__panel .higiprol-all-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .higiprol-responsive-categories__panel .higiprol-all-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .higiprol-responsive-categories__panel {
    padding: 0.75rem 0 1rem;
  }
}

@media (max-width: 399.98px) {
  .higiprol-responsive-categories__panel .higiprol-all-categories__grid {
    grid-template-columns: 1fr;
  }
}

.higiprol-navigation .ps-mainmenu__tree {
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
  overflow: hidden;
}

.higiprol-navigation .ps-mainmenu__tree > li:nth-child(n + 6) {
  display: none;
}

.higiprol-navigation .ps-mainmenu__tree > li {
  border-right: 0;
}

.higiprol-navigation .ps-mainmenu__tree-link,
.higiprol-navigation .ps-mainmenu__tree-dropdown-toggle {
  color: var(--higiprol-navy) !important;
}

.higiprol-navigation .ps-mainmenu__tree-link {
  min-height: 3rem;
  padding: 0.75rem 1.15rem !important;
  font-size: 0.9rem;
  font-weight: 600;
}

.higiprol-navigation .ps-mainmenu__tree > li:hover,
.higiprol-navigation .ps-mainmenu__tree > li.current {
  background: #f4f8fb;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .higiprol-navigation .ps-mainmenu__tree > li:nth-child(n + 5) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .higiprol-navigation .ps-mainmenu--desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .higiprol-all-categories__panel {
    right: auto;
    width: min(82.5rem, calc(100vw - 4rem));
  }

  .higiprol-navigation .ps-mainmenu,
  .higiprol-menu-row,
  .higiprol-all-categories,
  .higiprol-all-categories summary,
  .higiprol-navigation .ps-mainmenu__tree,
  .higiprol-navigation .ps-mainmenu__tree > li,
  .higiprol-navigation .ps-mainmenu__tree-link {
    min-height: 2.75rem;
  }

  .higiprol-navigation .ps-mainmenu,
  .higiprol-menu-row,
  .higiprol-all-categories,
  .higiprol-navigation .ps-mainmenu__tree,
  .higiprol-navigation .ps-mainmenu__tree > li {
    height: 2.75rem;
  }

  .higiprol-all-categories summary {
    height: 2.75rem;
    padding-block: 0;
  }

  .higiprol-navigation .ps-mainmenu__tree-link {
    display: flex;
    align-items: center;
    height: 2.75rem;
    padding-block: 0 !important;
  }
}

.higiprol-hero {
  position: relative;
  min-height: 0;
  aspect-ratio: 8 / 3;
  overflow: hidden;
  color: var(--higiprol-navy);
  background: #f4f8fb;
}

.higiprol-hero__picture,
.higiprol-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.higiprol-hero__picture {
  display: block;
}

.higiprol-hero__media {
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .higiprol-hero__media {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 90%;
    height: 90%;
    object-fit: contain;
    object-position: right bottom;
  }
}

.higiprol-hero__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-block: 3rem 2rem;
}

.higiprol-hero__content {
  position: relative;
  max-width: 39rem;
}

.higiprol-hero__eyebrow {
  margin-bottom: 0.9rem;
  color: #008fce;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.higiprol-hero h2 {
  max-width: 38rem;
  margin-bottom: 1rem;
  color: #071b3d;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.higiprol-hero__lead {
  max-width: 31rem;
  margin-bottom: 1.6rem;
  color: #58616f;
  font-size: 1.05rem;
  line-height: 1.5;
}

.higiprol-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.higiprol-hero__actions .btn {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 0.25rem;
  font-weight: 700;
}

.higiprol-hero__actions .material-icons {
  font-size: 1rem;
}

.higiprol-hero__actions .btn:focus-visible {
  outline: 3px solid rgba(23, 155, 207, 0.4);
  outline-offset: 3px;
}

.higiprol-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.75rem;
}

.higiprol-benefits > div {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  color: var(--higiprol-navy);
}

.higiprol-benefits > div > span:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.higiprol-benefits strong {
  font-size: 0.8rem;
  font-weight: 750;
}

.higiprol-benefits small {
  margin-top: 0.2rem;
  color: #66727a;
  font-size: 0.7rem;
  line-height: 1.35;
}

.higiprol-benefits .material-icons {
  color: var(--higiprol-primary-dark);
  font-size: 2.15rem;
}

.higiprol-audiences {
  padding-block: 1rem;
  background: #fff;
}

.higiprol-audiences__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.higiprol-audience-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  min-height: 5.25rem;
  padding: 1rem 1.15rem;
  color: var(--higiprol-navy);
  background: #fff;
  border: 1px solid #dfe6eb;
  border-radius: 0.25rem;
}

.higiprol-audience-card__icon {
  color: var(--higiprol-primary-dark);
  font-size: 2.25rem;
}

.higiprol-audience-card__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.higiprol-audience-card__copy strong {
  font-size: 0.875rem;
  font-weight: 750;
}

.higiprol-audience-card__copy small {
  margin-top: 0.2rem;
  color: #66727a;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (max-width: 1199.98px) {
  .higiprol-audiences__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .higiprol-audiences__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .higiprol-audience-card {
    min-height: 4.75rem;
    padding: 0.85rem 1rem;
  }
}

.higiprol-home-modules {
  padding-block: 0 1.5rem;
  background: #fff;
}

.higiprol-home-modules > .ps-imageslider {
  display: none;
}

.higiprol-home-modules > .ps-customtext {
  display: none;
}

.higiprol-home-modules > .ps-banner {
  display: none;
}

.higiprol-solutions {
  padding-block: 2.5rem 1rem;
  background: #fff;
}

.higiprol-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.higiprol-section-heading__eyebrow {
  margin-bottom: 0.75rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-section-heading h2 {
  max-width: 44rem;
  margin: 0;
  color: var(--higiprol-navy);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.higiprol-section-heading > p {
  margin: 0;
  color: #66727a;
  font-size: 1.02rem;
  line-height: 1.7;
}

.higiprol-solutions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.higiprol-solution-card {
  position: relative;
  min-height: 19rem;
  padding: 1.6rem;
  overflow: hidden;
  background: var(--higiprol-surface);
  border: 1px solid #e6edf1;
  border-radius: 1rem;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.higiprol-solution-card:hover {
  color: #fff;
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
  box-shadow: 0 1.25rem 2.5rem rgba(23, 24, 45, 0.16);
  transform: translateY(-0.4rem);
}

.higiprol-solution-card__icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 3rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-radius: 0.85rem;
  place-items: center;
}

.higiprol-solution-card__number {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  color: #a8b3ba;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.higiprol-solution-card h3 {
  margin-bottom: 0.8rem;
  color: inherit;
  font-size: 1.25rem;
  font-weight: 750;
}

.higiprol-solution-card p {
  margin: 0;
  color: #66727a;
  font-size: 0.8rem;
  line-height: 1.65;
}

.higiprol-solution-card:hover p,
.higiprol-solution-card:hover .higiprol-solution-card__number {
  color: rgba(255, 255, 255, 0.72);
}

.higiprol-solutions__action {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

.higiprol-solutions__action .btn {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding-inline: 1.5rem;
  border-radius: 999px;
  font-weight: 700;
}

.higiprol-solutions__action .material-icons {
  font-size: 1.1rem;
}

.higiprol-home-modules .featured-products,
.higiprol-home-modules .new-products,
.higiprol-home-modules .best-sellers,
.higiprol-home-modules #custom-text {
  margin-block: 4rem;
}

.higiprol-home-modules .module-products {
  padding-block: 3.5rem;
}

.higiprol-home-modules .module-products > h2,
.higiprol-home-modules .module-products__title {
  margin-bottom: 2rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.higiprol-product-carousel {
  position: relative;
  margin-block: 0 2.5rem !important;
  padding-block: 1rem 1.5rem;
  overflow: hidden;
  background: #fff;
  border: 0;
}

.higiprol-product-carousel > .container {
  max-width: 75rem;
  padding: 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fbfd 0%, #eaf5fa 100%);
  border: 1px solid #dceaf1;
  border-radius: 1.5rem;
  box-shadow: 0 1.25rem 3rem rgba(23, 24, 45, 0.08);
}

.higiprol-product-carousel__heading {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.higiprol-product-carousel__heading h2 {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 750;
}

.higiprol-product-carousel__heading a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .higiprol-product-carousel__heading {
    align-items: center;
  }

  .higiprol-product-carousel__heading a {
    max-width: 8rem;
    line-height: 1.25;
    text-align: right;
  }
}

.higiprol-product-carousel__viewport {
  width: 100%;
  overflow: hidden;
  mask-image: none;
}

.higiprol-product-carousel__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: higiprol-products-scroll var(--higiprol-products-duration, 40s) steps(var(--higiprol-products-count, 8), end) infinite;
  will-change: transform;
}

.higiprol-product-carousel__viewport:hover .higiprol-product-carousel__track,
.higiprol-product-carousel__viewport:focus-within .higiprol-product-carousel__track {
  animation-play-state: paused;
}

.higiprol-product-carousel__set {
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
}

.higiprol-product-carousel .product-miniature {
  flex: 0 0 12rem;
  width: 12rem;
  box-shadow: 0 0.75rem 1.75rem rgba(23, 24, 45, 0.08);
}

.higiprol-product-carousel .product-miniature__top {
  padding: 0.75rem;
}

.higiprol-product-carousel .product-miniature__image,
.higiprol-product-carousel .product-miniature__image img,
.higiprol-product-carousel .product-miniature__top img {
  max-height: 10.5rem;
}

.higiprol-product-carousel .product-miniature__bottom {
  padding: 0.85rem;
}

.higiprol-product-carousel .product-miniature__title {
  min-height: 2.45rem;
  font-size: 0.82rem;
}

.higiprol-product-carousel .product-miniature__details {
  min-height: 2.4rem;
  font-size: 0.78rem;
}

@keyframes higiprol-products-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.higiprol-home-modules .module-products__list .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.25rem;
  width: 100%;
}

.higiprol-home-modules .module-products__list .product-miniature {
  width: auto;
  min-width: 0;
  max-width: none;
}

.higiprol-home-modules .product-miniature {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2eaee;
  border-radius: 1rem;
}

.higiprol-home-modules .product-miniature__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.higiprol-home-modules .product-miniature__top {
  position: relative;
  padding: 1rem;
  background: #fff;
}

.higiprol-home-modules .product-miniature__image,
.higiprol-home-modules .product-miniature__image img,
.higiprol-home-modules .product-miniature__top img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: contain;
}

.higiprol-home-modules .product-miniature__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.1rem 1.15rem 1.2rem;
  border-top: 1px solid #edf2f4;
}

.higiprol-home-modules .product-miniature__infos {
  flex: 1 1 auto;
}

.higiprol-home-modules .product-miniature__title {
  display: -webkit-box;
  min-height: 2.8rem;
  overflow: hidden;
  color: var(--higiprol-navy);
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.higiprol-home-modules .product-miniature__title:hover {
  color: var(--higiprol-primary-dark);
}

.higiprol-home-modules .product-miniature__actions {
  margin-top: 1rem;
}

.higiprol-home-modules .product-miniature__details {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.65rem;
}

.higiprol-home-modules .product-miniature__details::after {
  font-family: "Material Icons";
  font-size: 1rem;
  content: "arrow_forward";
}

.higiprol-home-modules .product-miniature__details:hover,
.higiprol-home-modules .product-miniature__details:focus-visible {
  color: #fff;
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
}

.higiprol-home-modules .product-miniature .product-flags li {
  padding: 0.35rem 0.6rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  background: var(--higiprol-primary-dark);
  border-radius: 0.35rem;
}

.higiprol-home-modules .product-miniature__quickview-button,
.higiprol-home-modules .product-miniature__quickview-touch {
  display: none;
}

.higiprol-home-modules .higiprol-product-carousel > .container {
  max-width: 82.5rem;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.higiprol-home-modules .higiprol-product-carousel__heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
}

.higiprol-home-modules .higiprol-product-carousel__heading h2 {
  margin: 0;
}

.higiprol-home-modules .higiprol-product-carousel__heading a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-size: 0.8rem;
}

@media (min-width: 1200px) {
  .higiprol-home-modules .higiprol-product-carousel__heading {
    padding-inline: 1rem;
  }

  .higiprol-home-modules .higiprol-product-carousel__heading h2 {
    font-size: 1.45rem;
  }

  .higiprol-home-modules .higiprol-product-carousel__heading a {
    font-size: 0.72rem;
  }
}

.higiprol-home-modules .higiprol-product-carousel__viewport {
  padding-inline: 0;
  mask-image: none;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature {
  flex-basis: 12rem;
  width: 12rem;
  height: 9rem;
  border-radius: 0.25rem;
  box-shadow: none;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__inner {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  height: 100%;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__top {
  height: 100%;
  padding: 0.5rem;
  border-right: 1px solid #edf2f4;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__image,
.higiprol-home-modules .higiprol-product-carousel .product-miniature__image img,
.higiprol-home-modules .higiprol-product-carousel .product-miniature__top img {
  height: 100%;
  max-height: 7.75rem;
  aspect-ratio: auto;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__bottom {
  min-width: 0;
  padding: 0.55rem;
  border-top: 0;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__title {
  display: -webkit-box;
  min-height: 2.8rem;
  max-height: 2.8rem;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3rem;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.higiprol-home-modules .higiprol-product-carousel .quantity-button {
  display: none;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__add,
.higiprol-home-modules .higiprol-product-carousel .product-miniature__details {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  margin-left: auto;
  font-size: 0;
  color: var(--higiprol-navy);
  background: #fff;
  border: 1px solid #dfe6eb;
  border-radius: 0.35rem;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__add:hover,
.higiprol-home-modules .higiprol-product-carousel .product-miniature__add:focus-visible,
.higiprol-home-modules .higiprol-product-carousel .product-miniature__details:hover,
.higiprol-home-modules .higiprol-product-carousel .product-miniature__details:focus-visible {
  color: var(--higiprol-primary-dark);
  background: var(--higiprol-surface);
  border-color: var(--higiprol-primary-dark);
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__details::after {
  font-size: 1.2rem;
  content: "visibility";
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__add-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__prices {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 750;
}

.higiprol-home-modules .higiprol-product-carousel .product-miniature__price-note {
  margin-top: 0.25rem;
  color: #66727a;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.25;
}

.higiprol-home-modules .higiprol-product-carousel .product-flags {
  display: none;
}

.higiprol-home-product {
  display: flex;
  flex: 0 0 12.5rem;
  width: 12.5rem;
  height: 8.9rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe6eb;
  border-radius: 0.25rem;
}

.higiprol-home-product__image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.75rem;
}

.higiprol-home-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.higiprol-home-product__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0.6rem;
}

.higiprol-home-product__title {
  display: -webkit-box;
  max-height: 3.15rem;
  overflow: hidden;
  color: var(--higiprol-navy);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.higiprol-home-product__purchase {
  display: flex;
  gap: 0.35rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.higiprol-home-product__purchase--login {
  justify-content: flex-start;
}

.higiprol-home-product__price {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #66727a;
  font-size: 0.75rem;
  line-height: 1.25;
}

.higiprol-home-product__price strong {
  color: var(--higiprol-navy);
  font-size: 0.8rem;
  font-weight: 750;
}

.higiprol-home-product__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.25rem;
  min-height: 2.75rem;
  padding: 0.45rem 0.75rem;
  color: var(--higiprol-navy);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe6eb;
  border-radius: 0.3rem;
}

.higiprol-home-product__login:hover,
.higiprol-home-product__login:focus-visible {
  color: var(--higiprol-primary-dark);
  background: var(--higiprol-surface);
  border-color: var(--higiprol-primary-dark);
}

.higiprol-home-product__form {
  flex: 0 0 auto;
}

.higiprol-home-product__action {
  display: inline-flex;
  flex: 0 0 2.75rem;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: var(--higiprol-navy);
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe6eb;
  border-radius: 0.3rem;
}

.higiprol-home-product__action:hover,
.higiprol-home-product__action:focus-visible {
  color: var(--higiprol-primary-dark);
  background: var(--higiprol-surface);
  border-color: var(--higiprol-primary-dark);
}

.higiprol-home-product__action .material-icons {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  .higiprol-home-product {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    flex-basis: 15rem;
    width: 15rem;
  }
}

@media (max-width: 575.98px) {
  .higiprol-home-modules .higiprol-product-carousel .product-miniature {
    flex-basis: 15rem;
    width: 15rem;
  }

  .higiprol-home-modules .higiprol-product-carousel .product-miniature__inner {
    grid-template-columns: 6.5rem minmax(0, 1fr);
  }
}

.higiprol-home-modules .module-products__buttons {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.higiprol-home-modules .module-products__buttons .btn {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0.7rem 0.65rem 1.4rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 750;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 999px;
  box-shadow: 0 0.75rem 1.75rem rgba(23, 155, 207, 0.2);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.higiprol-home-modules .module-products__buttons .btn .material-icons {
  display: grid;
  width: 2rem;
  height: 2rem;
  color: var(--higiprol-primary-dark);
  font-size: 1rem;
  background: #fff;
  border-radius: 50%;
  place-items: center;
}

.higiprol-home-modules .module-products__buttons .btn:hover {
  color: #fff;
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
  box-shadow: 0 1rem 2rem rgba(23, 24, 45, 0.2);
  transform: translateY(-0.15rem);
}

.higiprol-home-modules .ps-featuredproducts + .ps-newproducts {
  border-top: 1px solid #dfe7eb;
}

.higiprol-professional {
  padding-block: 4.5rem;
  background: #fff;
}

.higiprol-professional__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  gap: 4rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, var(--higiprol-navy) 0%, #21284b 60%, #126f98 100%);
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 3.5rem rgba(23, 24, 45, 0.18);
}

.higiprol-professional__panel::after {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  content: "";
  background: rgba(67, 185, 233, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.higiprol-professional__content,
.higiprol-professional__sectors {
  position: relative;
  z-index: 1;
}

.higiprol-professional__eyebrow {
  margin-bottom: 0.8rem;
  color: var(--higiprol-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-professional h2 {
  max-width: 46rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.higiprol-professional__intro {
  max-width: 44rem;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.higiprol-professional__advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
}

.higiprol-professional__advantages > div {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 650;
}

.higiprol-professional__advantages .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.25rem;
}

.higiprol-professional__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.higiprol-professional__actions .btn {
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
}

.higiprol-professional__sectors {
  align-self: center;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.1rem;
  backdrop-filter: blur(0.75rem);
}

.higiprol-professional__sectors > p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.higiprol-professional__sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.higiprol-professional__sector-grid > div {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 6.5rem;
  padding: 0.9rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
}

.higiprol-professional__sector-grid .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.5rem;
}

.higiprol-brands {
  padding-block: 4.5rem;
  background: #fff;
  border-top: 0;
}

.higiprol-brands__heading {
  display: flex;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.higiprol-brands__heading p {
  margin-bottom: 0.5rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-brands__heading h2 {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 750;
  letter-spacing: -0.03em;
}

.higiprol-brands__heading > a {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  color: var(--higiprol-navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.higiprol-brands__heading > a:hover {
  color: var(--higiprol-primary-dark);
}

.higiprol-brands__heading > a .material-icons {
  font-size: 1rem;
}

.higiprol-brands__carousel {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 2.5rem, #000 calc(100% - 2.5rem), transparent);
}

.higiprol-brands__track {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  animation: higiprol-brands-scroll 32s linear infinite;
  will-change: transform;
}

.higiprol-brands__carousel:hover .higiprol-brands__track,
.higiprol-brands__carousel:focus-within .higiprol-brands__track {
  animation-play-state: paused;
}

.higiprol-brands__set {
  display: flex;
  flex: 0 0 auto;
  gap: 0.8rem;
}

@keyframes higiprol-brands-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.4rem));
  }
}

.higiprol-brand {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 12rem;
  width: 12rem;
  min-height: 8.5rem;
  padding: 1rem;
  color: #66727a;
  font-size: 0.78rem;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e2eaee;
  border-radius: 0.85rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.higiprol-brand:hover {
  color: var(--higiprol-navy);
  border-color: var(--higiprol-primary);
  box-shadow: 0 0.75rem 1.75rem rgba(23, 24, 45, 0.09);
  transform: translateY(-0.2rem);
}

.higiprol-brand img {
  width: 100%;
  max-width: 9rem;
  height: 4rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.higiprol-home-modules .products-section-title,
.higiprol-home-modules h2 {
  color: var(--higiprol-navy);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.higiprol-home-modules .higiprol-professional h2 {
  color: #fff;
}

.higiprol-home-modules .product-miniature {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.higiprol-home-modules .product-miniature:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1rem 2.5rem rgba(23, 24, 45, 0.1);
}

@media (min-width: 768px) {
  .header-bottom .navbar-brand .logo {
    max-width: 16rem;
    max-height: 4.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body .header-top.d-none.d-md-block {
    display: none !important;
  }

  .header-bottom {
    padding-block: 0.7rem;
  }

  .header-bottom__row {
    gap: 0.65rem 1rem;
    min-height: 0;
    flex-wrap: wrap;
  }

  .header-bottom__logo {
    order: 1;
    margin-right: auto !important;
    margin-left: 0;
  }

  .header-bottom .navbar-brand .logo {
    max-width: 11rem;
    max-height: 3.25rem;
  }

  .header-bottom__search {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    padding-inline: 0;
  }

  .header-bottom__actions {
    order: 2;
    gap: 0.2rem;
    margin-left: auto;
  }

  .header-bottom__actions .header-block__action-btn {
    gap: 0.35rem;
    padding-inline: 0.25rem;
  }

  .header-bottom__actions .header-block__icon {
    font-size: 1.8rem;
  }

  .header-bottom__actions .header-block__eyebrow {
    display: none;
  }

  .header-bottom__actions .header-block__title {
    margin-top: 0;
    font-size: 0.78rem;
  }

  .higiprol-navigation {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1070;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e4e8ec;
    border-bottom: 1px solid #e4e8ec;
  }

  .higiprol-navigation .container-md {
    padding-inline: 0.75rem;
  }

  .higiprol-navigation .ps-mainmenu {
    width: 100%;
  }

  .higiprol-navigation .ps-mainmenu__mobile-toggle,
  .higiprol-navigation .menu-toggle {
    display: inline-flex;
    gap: 0.5rem;
    width: 100%;
    min-height: 3rem;
    height: auto;
    padding: 0 0.75rem;
    align-items: center;
    justify-content: flex-start;
    color: var(--higiprol-navy);
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 0.25rem;
  }

  .higiprol-navigation .ps-mainmenu__mobile-toggle {
    width: 100%;
  }

  .higiprol-navigation .higiprol-menu-toggle__arrow {
    margin-left: auto;
    font-size: 1.15rem;
  }

  .higiprol-hero {
    min-height: clamp(36rem, 66vw, 42rem);
    aspect-ratio: auto;
  }

  .higiprol-hero::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, rgba(247, 251, 254, 0.98) 0%, rgba(247, 251, 254, 0.92) 42%, rgba(247, 251, 254, 0.2) 72%, rgba(247, 251, 254, 0) 100%);
    pointer-events: none;
  }

  .higiprol-hero__picture,
  .higiprol-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .higiprol-hero__media {
    top: auto;
    bottom: 0;
    left: auto;
    right: 7%;
    width: 88%;
    height: 88%;
    object-fit: contain;
    object-position: right bottom;
  }

  .higiprol-hero__container {
    min-height: clamp(36rem, 66vw, 42rem);
    padding-block: 2.75rem 3rem;
  }

  .higiprol-hero__content {
    max-width: 52%;
  }

  .higiprol-hero h2 {
    max-width: 42rem;
    font-size: clamp(2.5rem, 6vw, 3.35rem);
  }
}

@media (max-width: 767.98px) {
  body > header {
    position: relative;
  }

  .header-bottom {
    position: relative;
    padding-block: 0.65rem;
  }

  .header-bottom__row {
    min-height: 0;
    gap: 0.6rem 0.35rem;
    flex-wrap: wrap;
    align-items: center !important;
  }

  .header-bottom__logo {
    order: 1;
    padding: 0;
    margin-right: auto !important;
    margin-left: 0;
  }

  .header-bottom .navbar-brand .logo {
    max-width: 9.5rem;
    max-height: 2.65rem;
  }

  .header-bottom__search {
    order: 3;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .header-bottom__search .ps-searchbar--mobile,
  .header-bottom__search .ps-searchbar--inline-mobile {
    display: block;
    width: 100%;
  }

  .header-bottom__search .ps-searchbar__input {
    min-height: 3rem;
  }

  .header-bottom__search .ps-searchbar__submit {
    width: 3.5rem;
  }

  #_mobile_ps_customersignin,
  #_mobile_ps_shoppingcart {
    order: 2;
    padding-inline: 0;
  }

  #_mobile_ps_customersignin .header-block__action-btn,
  #_mobile_ps_shoppingcart .header-block__action-btn {
    display: grid;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    place-items: center;
  }

  .higiprol-navigation {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1030;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e4e8ec;
    border-bottom: 1px solid #e4e8ec;
  }

  .higiprol-navigation .container-md {
    padding-inline: 0.5rem;
  }

  .higiprol-navigation .ps-mainmenu {
    width: 100%;
    min-width: 0;
    color: var(--higiprol-navy);
  }

  .higiprol-navigation .ps-mainmenu__mobile-toggle,
  .higiprol-navigation .menu-toggle {
    display: inline-flex;
    gap: 0.45rem;
    width: 100%;
    min-height: 3rem;
    height: auto;
    padding: 0 0.75rem;
    align-items: center;
    justify-content: flex-start;
    color: var(--higiprol-navy);
    font-size: 0.76rem;
    font-weight: 700;
    border-radius: 0.25rem;
  }

  .higiprol-navigation .ps-mainmenu__mobile-toggle {
    width: 100%;
  }

  .higiprol-navigation .higiprol-menu-toggle__arrow {
    margin-left: auto;
    font-size: 1.15rem;
  }

  .higiprol-navigation .menu-toggle:hover,
  .higiprol-navigation .menu-toggle:focus-visible {
    color: var(--higiprol-primary-dark);
    background: var(--higiprol-surface);
  }

  .higiprol-mobile-shortcuts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 1rem;
    margin-top: auto;
    border-top: 1px solid #e5eaee;
  }

  .higiprol-mobile-shortcuts a {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: center;
    justify-content: center;
    min-height: 4.5rem;
    padding: 0.6rem;
    color: var(--higiprol-navy);
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: var(--higiprol-surface);
    border-radius: 0.7rem;
  }

  .higiprol-mobile-shortcuts a:hover,
  .higiprol-mobile-shortcuts a:focus-visible {
    color: var(--higiprol-primary-dark);
  }

  .higiprol-mobile-shortcuts .material-icons {
    color: var(--higiprol-primary-dark);
    font-size: 1.5rem;
  }

  .higiprol-hero__container {
    grid-template-columns: 1fr;
    min-height: 56rem;
    padding-block: 2rem 2.5rem;
    align-items: flex-start;
  }

  .higiprol-hero {
    min-height: 56rem;
    aspect-ratio: auto;
  }

  .higiprol-hero::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(180deg, rgba(247, 251, 254, 0.98) 0%, rgba(247, 251, 254, 0.92) 43%, rgba(247, 251, 254, 0.42) 70%, rgba(247, 251, 254, 0.14) 100%);
    pointer-events: none;
  }

  .higiprol-hero__picture,
  .higiprol-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .higiprol-hero__media {
    top: auto;
    bottom: 0;
    left: auto;
    right: 20%;
    width: 82%;
    height: 82%;
    object-fit: contain;
    object-position: right bottom;
  }

  .higiprol-hero__content {
    max-width: 100%;
  }

  .higiprol-hero h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .higiprol-hero__visual {
    display: none;
  }

  .higiprol-benefits {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }

  .higiprol-benefits > div {
    justify-content: flex-start;
    min-height: 4.5rem;
  }

  .higiprol-benefits > div + div {
    border-top: 1px solid #e7edf1;
    border-left: 0;
  }

  .higiprol-home-modules {
    padding-top: 1rem;
  }

  .higiprol-home-modules .module-products__list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem;
  }

  .higiprol-home-modules .product-miniature__bottom {
    padding: 0.85rem;
  }

  .higiprol-home-modules .product-miniature__title {
    font-size: 0.82rem;
  }

  .higiprol-product-carousel {
    margin-block: 0 2rem !important;
    padding-block: 1rem;
  }

  .higiprol-product-carousel > .container {
    padding: 1.25rem 0.75rem;
    border-radius: 1rem;
  }

  .higiprol-product-carousel__viewport {
    margin-inline: -0.5rem;
    width: calc(100% + 1rem);
    mask-image: none;
  }

  .higiprol-product-carousel .product-miniature {
    flex-basis: 10.5rem;
    width: 10.5rem;
  }

  .higiprol-solutions {
    padding-block: 9rem 0.75rem;
  }

  .higiprol-section-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .higiprol-solutions__grid {
    grid-template-columns: 1fr;
  }

  .higiprol-solution-card {
    min-height: auto;
  }

  .higiprol-solution-card__icon {
    margin-bottom: 2rem;
  }

  .higiprol-brands {
    padding-block: 3.5rem;
  }

  .higiprol-brands__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .higiprol-brands__carousel {
    margin-inline: -0.5rem;
    width: calc(100% + 1rem);
    mask-image: linear-gradient(to right, transparent, #000 1rem, #000 calc(100% - 1rem), transparent);
  }

  .higiprol-brand {
    flex-basis: 10rem;
    width: 10rem;
    min-height: 7.5rem;
  }

  .higiprol-professional {
    padding-block: 3rem;
  }

  .higiprol-professional__panel {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }

  .higiprol-professional__advantages {
    grid-template-columns: 1fr;
  }

  .higiprol-professional__sector-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Tablets Android compactos: mantêm os widgets móveis do PrestaShop,
   mas apresentam-nos com a composição visual de tablet. */
@media (min-width: 600px) and (max-width: 767.98px) {
  .header-bottom__row {
    gap: 0.65rem 1rem;
  }

  .header-bottom .navbar-brand .logo {
    max-width: 11rem;
    max-height: 3.25rem;
  }

  body #_mobile_ps_customersignin .header-block__copy,
  body #_mobile_ps_shoppingcart .header-block__copy {
    display: flex !important;
    flex-direction: column;
    line-height: 1.15;
  }

  #_mobile_ps_customersignin .header-block__eyebrow,
  #_mobile_ps_shoppingcart .header-block__eyebrow {
    display: none;
  }

  #_mobile_ps_customersignin .header-block__action-btn,
  #_mobile_ps_shoppingcart .header-block__action-btn {
    display: flex;
    width: auto;
    min-width: 0;
    height: auto;
    gap: 0.35rem;
    padding: 0.35rem 0.25rem;
  }
}

@media (max-width: 599.98px) {
  body #_mobile_ps_customersignin .header-block__copy,
  body #_mobile_ps_shoppingcart .header-block__copy {
    display: flex !important;
    flex-direction: column;
    line-height: 1.15;
  }

  #_mobile_ps_customersignin .header-block__eyebrow,
  #_mobile_ps_shoppingcart .header-block__eyebrow {
    display: none;
  }

  #_mobile_ps_customersignin .header-block__action-btn,
  #_mobile_ps_shoppingcart .header-block__action-btn {
    display: flex;
    width: auto;
    min-width: 0;
    height: auto;
    gap: 0.3rem;
    padding: 0.3rem 0.15rem;
  }
}

/* Entrada e abertura de conta profissional */
.higiprol-auth-container {
  max-width: 75rem;
  padding-block: 4rem 5rem;
}

.higiprol-auth {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  min-height: 41rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e9ed;
  border-radius: 1.5rem;
  box-shadow: 0 1.75rem 4rem rgba(23, 24, 45, 0.14);
}

.higiprol-auth__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(67, 185, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 185, 233, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 92% 10%, rgba(67, 185, 233, 0.2), transparent 22rem),
    linear-gradient(135deg, #111326 0%, #182846 100%);
  background-size: 3rem 3rem, 3rem 3rem, auto, auto;
}

.higiprol-auth__logo {
  display: inline-flex;
  align-self: flex-start;
  width: 12rem;
  padding: 0.65rem 0.8rem;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 0.8rem;
}

.higiprol-auth__logo img {
  width: 100%;
  height: auto;
}

.higiprol-auth__eyebrow {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--higiprol-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-auth__eyebrow span {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--higiprol-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 0.3rem rgba(67, 185, 233, 0.12);
}

.higiprol-auth__info h1 {
  max-width: 34rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.higiprol-auth__lead {
  max-width: 34rem;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
  line-height: 1.7;
}

.higiprol-auth__steps {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}

.higiprol-auth__steps li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}

.higiprol-auth__steps li > span {
  display: grid;
  flex: 0 0 1.65rem;
  width: 1.65rem;
  height: 1.65rem;
  color: var(--higiprol-navy);
  background: var(--higiprol-primary);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  place-items: center;
}

.higiprol-auth__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.higiprol-auth__actions .btn {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  min-height: 3rem;
  border-radius: 0.7rem;
  font-weight: 750;
}

.higiprol-auth__actions .material-icons {
  font-size: 1.1rem;
}

.higiprol-auth__login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 5vw, 4.25rem);
}

.higiprol-auth__login-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.25rem;
}

.higiprol-auth__login-heading > .material-icons {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-radius: 1rem;
  font-size: 1.75rem;
  place-items: center;
}

.higiprol-auth__login-heading h2 {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: 2rem;
  font-weight: 750;
}

.higiprol-auth__login-heading p {
  margin: 0.2rem 0 0;
  color: #7a858c;
}

.higiprol-auth__form .form-control {
  min-height: 3.25rem;
  border-color: #d4dee3;
  border-radius: 0.7rem;
}

.higiprol-auth__form .form-control:focus {
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.2rem rgba(23, 155, 207, 0.13);
}

.higiprol-auth__form .buttons-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

.higiprol-auth__form #submit-login {
  width: 100%;
  min-height: 3.25rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.7rem;
  font-weight: 750;
}

.higiprol-auth__form .btn-basic {
  align-self: flex-end;
  padding: 0;
  color: var(--higiprol-primary-dark);
  font-size: 0.82rem;
}

.higiprol-auth__register-prompt {
  margin: 1.75rem 0 0;
  color: #7a858c;
  font-size: 0.86rem;
  text-align: center;
}

.higiprol-auth__register-prompt a {
  color: var(--higiprol-primary-dark);
  font-weight: 750;
}

@media (max-width: 991.98px) {
  .higiprol-auth-container {
    padding-block: 2.5rem 3.5rem;
  }

  .higiprol-auth {
    grid-template-columns: 1fr;
  }

  .higiprol-auth__info,
  .higiprol-auth__login {
    padding: 2.5rem;
  }

  .higiprol-auth__logo {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .higiprol-auth-container {
    padding-block: 1rem 2.5rem;
  }

  .higiprol-auth {
    border-radius: 1rem;
  }

  .higiprol-auth__info,
  .higiprol-auth__login {
    padding: 1.5rem;
  }

  .higiprol-auth__info h1 {
    font-size: 2rem;
  }

  .higiprol-auth__actions {
    flex-direction: column;
  }

  .higiprol-auth__actions .btn {
    justify-content: center;
    width: 100%;
  }
}

/* Catálogo e páginas de categoria */
.page-category .columns-container {
  padding-block: 2.25rem 4.5rem;
}

.page-category .wrapper__left-column {
  padding-inline-end: 1rem;
}

.page-category .ps-categorytree {
  padding: 1.35rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #e1e9ed;
  border-radius: 1rem;
  box-shadow: 0 0.85rem 2rem rgba(23, 24, 45, 0.06);
}

.page-category .ps-categorytree .left-block__title {
  padding-bottom: 1rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid #e5edf1;
}

.page-category .ps-categorytree .left-block__title-link {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--higiprol-navy);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.page-category .ps-categorytree .left-block__title-link::before {
  font-family: 'Material Icons';
  color: var(--higiprol-primary-dark);
  content: 'category';
  font-size: 1.25rem;
  font-weight: normal;
}

.page-category .category-tree__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-category .category-tree__item-header {
  min-height: 2.55rem;
  border-bottom: 1px solid #eef3f5;
}

.page-category .category-tree__item:last-child > .category-tree__item-header {
  border-bottom: 0;
}

.page-category .category-tree__item-link {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
  color: #35434c;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
}

.page-category .category-tree__item-link:hover {
  color: var(--higiprol-primary-dark);
  transform: translateX(0.2rem);
}

.page-category .category-tree__item-header .accordion-button {
  width: 2rem;
  padding: 0;
  color: var(--higiprol-navy);
  background: transparent;
  box-shadow: none;
}

.higiprol-category-header {
  margin-bottom: 1.5rem;
}

.higiprol-category-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  min-height: 16rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 55% 0%, rgba(67, 185, 233, 0.16), transparent 18rem),
    linear-gradient(125deg, #17182d 0%, #203556 62%, #17688f 130%);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.75rem rgba(23, 24, 45, 0.12);
}

.higiprol-category-hero--no-image {
  grid-template-columns: 1fr;
}

.higiprol-category-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.higiprol-category-hero__eyebrow {
  margin-bottom: 0.65rem;
  color: var(--higiprol-primary);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-category-hero h1 {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.higiprol-category-hero .category__description,
.higiprol-category-hero__description {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.higiprol-category-hero .category__description p:last-child {
  margin-bottom: 0;
}

.higiprol-category-hero__image {
  position: relative;
  min-height: 16rem;
  margin: 0 !important;
  overflow: hidden;
}

.higiprol-category-hero__image::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, #203556 0%, rgba(32, 53, 86, 0.15) 45%, transparent 100%);
  pointer-events: none;
}

.higiprol-category-hero__image picture,
.higiprol-category-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.higiprol-category-hero__image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.page-category #products {
  padding: 1.25rem;
  background: #f7fafc;
  border: 1px solid #e2eaee;
  border-radius: 1.15rem;
}

.page-category .products__selection {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.15rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #dde7ec;
}

.page-category .products__count {
  color: #68767e;
  font-size: 0.86rem;
}

.page-category .products__count strong {
  color: var(--higiprol-navy);
  font-size: 1rem;
}

.page-category .products__sort {
  gap: 0.6rem;
}

.page-category .products__sort-label {
  color: #68767e;
  font-size: 0.82rem;
}

.page-category .products__sort-dropdown-button {
  min-width: 13rem;
  min-height: 2.75rem;
  padding-inline: 1rem;
  background: #fff;
  border-color: #d4e0e6;
  border-radius: 0.65rem;
  text-align: left;
}

.page-category #js-product-list .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.page-category #js-product-list .product-miniature {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e8ec;
  border-radius: 0.9rem;
  box-shadow: 0 0.5rem 1.35rem rgba(23, 24, 45, 0.05);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.page-category #js-product-list .product-miniature:hover {
  border-color: rgba(23, 155, 207, 0.45);
  box-shadow: 0 1rem 2rem rgba(23, 24, 45, 0.1);
  transform: translateY(-0.25rem);
}

.page-category #js-product-list .product-miniature__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.page-category #js-product-list .product-miniature__top {
  padding: 1rem;
  background: #fff;
}

.page-category #js-product-list .product-miniature__image,
.page-category #js-product-list .product-miniature__image img,
.page-category #js-product-list .product-miniature__top img {
  width: 100%;
  height: 13.5rem;
  object-fit: contain;
}

.page-category #js-product-list .product-miniature__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
  border-top: 1px solid #edf2f4;
}

.page-category #js-product-list .product-miniature__infos {
  flex: 1 1 auto;
}

.page-category #js-product-list .product-miniature__title {
  color: var(--higiprol-navy);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
}

.page-category #js-product-list .product-miniature__details {
  width: 100%;
  margin-top: 1rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.6rem;
  font-size: 0.8rem;
  font-weight: 750;
}

.page-category #js-product-list .product-miniature__quickview-button,
.page-category #js-product-list .product-miniature__quickview-touch {
  display: none;
}

@media (min-width: 768px) {
  .page-category #left-column {
    align-self: flex-start;
    position: sticky;
    top: 7.5rem;
  }
}

@media (max-width: 991.98px) {
  .page-category #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .higiprol-category-hero {
    grid-template-columns: minmax(0, 1fr) 14rem;
  }
}

@media (max-width: 767.98px) {
  .page-category .columns-container {
    padding-block: 0.9rem 3rem;
  }

  .page-category #center-column {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .higiprol-category-hero {
    grid-template-columns: 1fr;
  }

  .higiprol-category-header {
    margin-bottom: 1rem;
  }

  .higiprol-category-hero__content {
    padding: 1.6rem 1.35rem;
  }

  .higiprol-category-hero h1 {
    font-size: 2rem;
  }

  .higiprol-category-hero__image {
    min-height: 8.5rem;
  }

  .higiprol-category-hero__image::after {
    background: linear-gradient(180deg, #203556 0%, transparent 55%);
  }

  .page-category #products {
    padding: 0.75rem;
  }

  .page-category .products__selection {
    gap: 0.75rem;
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .page-category .products__sort {
    justify-content: space-between;
  }

  .page-category .products__sort-dropdown-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 479.98px) {
  .page-category #js-product-list .products {
    grid-template-columns: 1fr;
  }

  .page-category #js-product-list .product-miniature__image,
  .page-category #js-product-list .product-miniature__image img,
  .page-category #js-product-list .product-miniature__top img {
    height: 12rem;
  }
}

/* Catálogo Higiprol — composição aprovada */
.page-category .columns-container {
  max-width: 94rem;
  padding-block: 1rem 3rem;
}

.page-category .columns-container > .row {
  --bs-gutter-x: 1rem;
}

.page-category #left-column {
  flex: 0 0 15rem;
  width: 15rem;
}

.page-category #center-column {
  flex: 1 1 0;
  width: calc(100% - 15rem);
  min-width: 0;
}

.page-category .ps-categorytree {
  display: flex;
  min-height: 0;
  padding: 0.9rem 0.85rem 0.75rem;
  border-radius: 0.35rem;
  box-shadow: none;
  flex-direction: column;
}

.page-category .ps-categorytree .left-block__title {
  padding: 0 0 0.8rem;
  margin: 0 0 0.25rem;
}

.page-category .ps-categorytree .left-block__title-link {
  gap: 0.75rem;
  color: #078bc4;
  font-size: 0.86rem;
}

.page-category .ps-categorytree .left-block__title-link::before {
  content: 'menu';
  font-size: 1.45rem;
}

.page-category .category-tree__item-header {
  position: relative;
  min-height: 3.05rem;
}

.page-category .category-tree__item-link {
  position: relative;
  padding: 0.75rem 1.5rem 0.75rem 1.9rem;
  color: #25364a;
  font-size: 0.77rem;
  font-weight: 550;
}

.page-category .category-tree__item-link::before {
  position: absolute;
  left: 0.25rem;
  font-family: 'Material Icons';
  color: #3287d6;
  content: 'cleaning_services';
  font-size: 1.08rem;
  font-weight: normal;
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(2) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'soup_kitchen';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(3) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'local_laundry_service';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(4) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'sanitizer';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(5) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'science';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(6) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'auto_awesome';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(7) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'air';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(8) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'dry_cleaning';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(9) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'countertops';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(10) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'delete_outline';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(11) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'construction';
}

.page-category .category-tree__list[data-depth='0'] > .category-tree__item:nth-child(12) > .category-tree__item-header > .category-tree__item-link::before {
  content: 'shield';
}

.page-category .category-tree__item-header .accordion-button {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.2rem;
  transform: translateY(-50%);
}

.page-category .category-tree__item-header .accordion-button::after {
  margin: 0;
}

.higiprol-category-account {
  display: flex;
  gap: 0.65rem;
  padding: 0.85rem;
  margin-top: 1rem;
  color: #17345c;
  background: #f2f8fe;
  border: 1px solid #cfe3f5;
  border-radius: 0.5rem;
}

.page-category #search_filters_wrapper {
  display: block;
  padding: 1rem 0.85rem;
  margin-top: 0.85rem;
  background: #fff;
  border: 1px solid #e1e9ed;
  border-radius: 0.35rem;
  box-shadow: none;
}

.page-category #search-filters > .left-block__title {
  padding-bottom: 0.8rem;
  margin-bottom: 0.25rem;
  color: #078bc4;
  border-bottom: 1px solid #e5edf1;
  font-size: 0.86rem;
  font-weight: 800;
}

.page-category #search-filters > .left-block__title::before {
  margin-right: 0.65rem;
  font-family: 'Material Icons';
  content: 'filter_alt';
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
}

.page-category #search-filters .accordion-item {
  border-bottom: 1px solid #eef3f5;
}

.page-category #search-filters .accordion-button {
  min-height: 2.8rem;
  padding: 0.65rem 0.25rem;
  color: #25364a;
  font-size: 0.76rem;
  font-weight: 700;
}

.higiprol-category-account > i {
  color: #188dd2;
  font-size: 1.35rem;
}

.higiprol-category-account strong {
  font-size: 0.78rem;
}

.higiprol-category-account p {
  margin: 0.3rem 0 0.65rem;
  color: #52677e;
  font-size: 0.66rem;
  line-height: 1.4;
}

.higiprol-category-account .btn {
  width: 100%;
  min-height: 2.15rem;
  padding: 0.4rem;
  font-size: 0.7rem;
}

.higiprol-category-header {
  margin-bottom: 1.1rem;
}

.higiprol-category-hero {
  display: grid;
  grid-template-columns: minmax(22rem, 1.35fr) minmax(32rem, 2fr);
  min-height: 7.8rem;
  color: var(--higiprol-navy);
  background: linear-gradient(100deg, #ecf8fe 0%, #f8fbfe 100%);
  border: 1px solid #d8eefa;
  border-radius: 0.45rem;
  box-shadow: none;
}

.higiprol-category-hero__content {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem;
}

.higiprol-category-hero__icon {
  display: grid;
  width: 4.7rem;
  height: 4.7rem;
  color: #fff;
  background: linear-gradient(145deg, #138dcc, #25add8);
  border-radius: 50%;
  font-size: 2.4rem;
  place-items: center;
  flex: 0 0 auto;
}

.higiprol-category-hero h1 {
  margin: 0 0 0.4rem;
  color: var(--higiprol-navy);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
}

.higiprol-category-hero .category__description,
.higiprol-category-hero__description {
  color: #52677e;
  font-size: 0.77rem;
  line-height: 1.45;
}

.higiprol-category-benefits {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.higiprol-category-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.higiprol-category-benefits li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
}

.higiprol-category-benefits li {
  justify-content: center;
  padding: 1rem 0.7rem;
  border-left: 1px solid #dce9f2;
}

.higiprol-category-benefits i {
  color: #2487dc;
  font-size: 1.55rem;
}

.higiprol-category-benefits span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.higiprol-category-benefits strong {
  color: #17345c;
  font-size: 0.7rem;
  line-height: 1.3;
}

.higiprol-category-benefits small {
  color: #617489;
  font-size: 0.62rem;
  line-height: 1.35;
}

.page-category .subcategory {
  margin-top: 1.1rem;
}

.page-category .subcategory__list,
.page-category .subcategory__list--with-images {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.page-category .subcategory__link,
.page-category .subcategory__link--with-image {
  position: relative;
  display: grid;
  min-height: 6.9rem;
  padding: 0.8rem 0.7rem 1.7rem;
  color: #17345c;
  background: #fff;
  border: 1px solid #dfe8ef;
  border-radius: 0.45rem;
  box-shadow: none;
  grid-template-columns: 3.6rem minmax(0, 1fr);
  align-items: center;
  text-decoration: none;
}

.page-category .subcategory__link::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.55rem;
  color: #168fd0;
  content: 'Ver produtos  →';
  font-size: 0.66rem;
  font-weight: 700;
}

.page-category .subcategory__thumbnail {
  width: 3.1rem;
  height: 3.1rem;
  object-fit: contain;
}

.page-category .subcategory__name {
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.35;
}

.page-category #products {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.higiprol-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 1.7rem 0 0.75rem;
}

.higiprol-catalog-heading__eyebrow {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: 1.2rem;
  font-weight: 800;
}

.higiprol-catalog-heading h2 {
  margin: 0.15rem 0 0;
  color: #657587;
  font-size: 0.75rem;
  font-weight: 500;
}

.higiprol-catalog-tabs {
  display: flex;
  gap: 1.35rem;
  margin-right: auto;
  margin-left: 2rem;
}

.higiprol-catalog-tabs a {
  padding-bottom: 0.35rem;
  color: #657587;
  border-bottom: 2px solid transparent;
  font-size: 0.72rem;
  font-weight: 650;
  text-decoration: none;
}

.higiprol-catalog-tabs a.is-active {
  color: #176db3;
  border-color: #176db3;
}

.page-category .products__selection {
  padding: 0.65rem 0;
  margin-bottom: 0.8rem;
}

.page-category #js-product-list .products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.page-category #js-product-list .product-miniature {
  border-radius: 0.45rem;
  box-shadow: none;
}

.page-category #js-product-list .product-miniature__top {
  padding: 0.75rem;
}

.page-category #js-product-list .product-miniature__image,
.page-category #js-product-list .product-miniature__image img,
.page-category #js-product-list .product-miniature__top img {
  height: 10.5rem;
}

.page-category #js-product-list .product-miniature__bottom {
  padding: 0.85rem;
}

.page-category #js-product-list .product-miniature__title {
  min-height: 2.6rem;
  font-size: 0.76rem;
}

.page-category #js-product-list .product-miniature__form {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.page-category #js-product-list .quantity-button {
  flex: 0 0 5.8rem;
}

.page-category #js-product-list .product-miniature__add {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  border-radius: 0.4rem;
}

.page-category #js-product-list .product-miniature__add-text {
  display: inline;
  font-size: 0.7rem;
}

.page-category #js-product-list .product-miniature__add i {
  display: none;
}

@media (max-width: 1199.98px) {
  .higiprol-category-hero {
    grid-template-columns: 1fr;
  }

  .higiprol-category-benefits li:first-child {
    border-left: 0;
  }

  .page-category .subcategory__list,
  .page-category .subcategory__list--with-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-category #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-category #left-column {
    flex-basis: 13rem;
    width: 13rem;
  }

  .page-category #center-column {
    width: calc(100% - 13rem);
  }

  .higiprol-category-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .higiprol-category-benefits li:nth-child(3) {
    border-left: 0;
  }

  .page-category #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-category #center-column {
    width: 100%;
  }

  .higiprol-category-hero__content {
    padding: 1rem;
  }

  .higiprol-category-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .higiprol-category-benefits li {
    justify-content: flex-start;
    border-top: 1px solid #dce9f2;
  }

  .page-category .subcategory__list,
  .page-category .subcategory__list--with-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .higiprol-catalog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .higiprol-catalog-tabs {
    width: 100%;
    margin: 0.7rem 0 0;
    overflow-x: auto;
  }

}

@media (max-width: 479.98px) {
  .higiprol-category-hero__icon {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 2rem;
  }

  .higiprol-category-benefits,
  .page-category .subcategory__list,
  .page-category .subcategory__list--with-images {
    grid-template-columns: 1fr;
  }

  .page-category #js-product-list .product-miniature__image,
  .page-category #js-product-list .product-miniature__image img,
  .page-category #js-product-list .product-miniature__top img {
    height: 11rem;
  }
}

/* Página de produto */
.page-product .columns-container {
  max-width: 78rem;
  padding-block: 2.5rem 5rem;
}

.page-product .product__container {
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: stretch;
  margin-bottom: 3.5rem;
}

.page-product .product__left {
  min-width: 0;
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(145deg, #f8fbfc 0%, #eef6f9 100%);
  border: 1px solid #e0eaee;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.75rem rgba(23, 24, 45, 0.07);
}

.page-product .product__carousel {
  overflow: hidden;
  background: #fff;
  border-radius: 1rem;
}

.page-product .product__carousel .carousel-item {
  background: #fff;
}

.page-product .product__carousel .carousel-item img {
  width: 100%;
  height: clamp(24rem, 45vw, 36rem);
  padding: 1.5rem;
  object-fit: contain;
}

.page-product .product__zoom {
  right: 1rem;
  bottom: 1rem;
  color: var(--higiprol-navy);
  background: #fff;
  border: 1px solid #dbe5ea;
  box-shadow: 0 0.5rem 1.25rem rgba(23, 24, 45, 0.12);
}

.page-product .product__thumbnails {
  margin-top: 1rem;
}

.page-product .product__thumbnails-list {
  display: flex;
  gap: 0.65rem;
}

.page-product .product__thumbnail {
  flex: 0 0 4.75rem;
  width: 4.75rem;
  height: 4.75rem;
  padding: 0.35rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6eb;
  border-radius: 0.7rem;
}

.page-product .product__thumbnail.active {
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.15rem rgba(23, 155, 207, 0.12);
}

.page-product .product__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  outline: 0 !important;
}

.page-product .product__right {
  position: static;
  height: 100%;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: #fff;
  border: 1px solid #e0e8ec;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgba(23, 24, 45, 0.09);
}

.higiprol-product-eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  margin-bottom: 0.8rem;
  color: var(--higiprol-primary-dark);
  background: #eaf7fc;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-product .product__name {
  margin-bottom: 0.5rem;
  color: var(--higiprol-navy);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.page-product .product__manufacturer {
  margin-bottom: 1.25rem;
}

.page-product .product__manufacturer a {
  color: var(--higiprol-primary-dark);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.page-product .product__prices {
  padding: 1.1rem 0;
  margin-bottom: 1.25rem;
  border-block: 1px solid #e7edf1;
}

.page-product .product__price {
  color: var(--higiprol-navy);
  font-size: 2rem;
  font-weight: 800;
}

.page-product .product__tax-infos {
  color: #77838a;
  font-size: 0.78rem;
}

.page-product .product__description-short {
  margin-bottom: 1.5rem;
  color: #4f5e67;
  font-size: 0.92rem;
  line-height: 1.65;
}

.page-product .product__actions {
  padding-top: 0.25rem;
  margin-bottom: 1.25rem;
}

.page-product .product__actions-qty-add {
  flex-wrap: nowrap;
  gap: 0.75rem;
}

.page-product .product__quantity {
  flex: 0 0 7.75rem;
  width: 7.75rem;
}

.page-product .product__add-to-cart {
  flex: 1 1 auto;
}

.page-product .product__add-to-cart-button {
  min-height: 3.25rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.7rem;
  font-size: 0.92rem;
  font-weight: 750;
  box-shadow: 0 0.75rem 1.75rem rgba(23, 155, 207, 0.2);
}

.page-product .product__add-to-cart-button:hover {
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
}

.page-product .product__additional-info {
  padding-top: 1.25rem;
  border-top: 1px solid #e7edf1;
}

.page-product .ps-emailalerts--product {
  padding: 1.2rem;
  margin-top: 1rem;
  background: linear-gradient(145deg, #f3f9fc 0%, #eaf5fa 100%);
  border: 1px solid #d5e8f0;
  border-radius: 0.85rem;
}

.page-product .ps-emailalerts__content {
  display: grid;
  gap: 0.75rem;
}

.page-product .ps-emailalerts__content .h4 {
  color: var(--higiprol-navy);
  font-size: 1rem;
  font-weight: 800;
}

.page-product .ps-emailalerts__content > p:not(.h4) {
  color: #566771;
  font-size: 0.82rem;
  line-height: 1.55;
}

.page-product .ps-emailalerts__content .form-control {
  min-height: 2.8rem;
  border-color: #cfdee5;
  border-radius: 0.6rem;
}

.page-product .ps-emailalerts__content .btn-primary {
  min-height: 2.8rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.6rem;
  font-size: 0.86rem;
  font-weight: 750;
}

.page-product .ps-emailalerts__content .btn-primary:hover {
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
}

.page-product .product__bottom {
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 3.5rem;
}

.page-product .product__bottom-left,
.page-product .product__bottom-right {
  margin-bottom: 0;
}

.page-product .product__accordion {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e8ec;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(23, 24, 45, 0.05);
}

.page-product .product__accordion .accordion-item {
  border-color: #e5ecef;
}

.page-product .product__accordion .accordion-button {
  padding: 1.15rem 1.35rem;
  color: var(--higiprol-navy);
  background: #fff;
  font-size: 0.98rem;
  font-weight: 750;
  box-shadow: none;
}

.page-product .product__accordion .accordion-button:not(.collapsed) {
  color: var(--higiprol-primary-dark);
  background: #f1f9fc;
}

.page-product .product__accordion .accordion-body {
  padding: 1.35rem;
  color: #4e5d66;
  font-size: 0.9rem;
  line-height: 1.7;
}

.page-product .product__description h2,
.page-product .product__description h3,
.page-product .product__description h4 {
  color: var(--higiprol-navy);
  font-weight: 750;
}

.higiprol-product-reassurance {
  padding: 1.4rem;
  background: linear-gradient(145deg, #17182d 0%, #1d3658 100%);
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(23, 24, 45, 0.14);
}

.higiprol-product-reassurance__title {
  padding-bottom: 1rem;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.higiprol-product-reassurance__item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding-block: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.higiprol-product-reassurance__item > .material-icons {
  display: grid;
  flex: 0 0 2.35rem;
  width: 2.35rem;
  height: 2.35rem;
  color: var(--higiprol-primary);
  background: rgba(67, 185, 233, 0.12);
  border-radius: 0.65rem;
  font-size: 1.25rem;
  place-items: center;
}

.higiprol-product-reassurance__item > div {
  display: grid;
  gap: 0.2rem;
}

.higiprol-product-reassurance__item strong {
  color: #fff;
  font-size: 0.86rem;
}

.higiprol-product-reassurance__item span:not(.material-icons) {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.5;
}

.higiprol-product-reassurance__link {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  color: var(--higiprol-primary);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.higiprol-product-reassurance__link .material-icons {
  font-size: 1rem;
}

.page-product .product-comments-wrapper,
.page-product .ps-categoryproducts {
  padding: 1.5rem;
  margin-bottom: 2rem;
  background: #f7fafc;
  border: 1px solid #e2eaee;
  border-radius: 1rem;
}

.page-product .ps-categoryproducts .module-products__title,
.page-product .ps-categoryproducts h2 {
  margin-bottom: 1.25rem;
  color: var(--higiprol-navy);
  font-size: 1.45rem;
  font-weight: 780;
}

.page-product .ps-categoryproducts .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.page-product .ps-categoryproducts .product-miniature {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e8ec;
  border-radius: 0.85rem;
}

.page-product .ps-categoryproducts .product-miniature__top {
  padding: 0.75rem;
}

.page-product .ps-categoryproducts .product-miniature__image,
.page-product .ps-categoryproducts .product-miniature__image img,
.page-product .ps-categoryproducts .product-miniature__top img {
  width: 100%;
  height: 11rem;
  object-fit: contain;
}

.page-product .ps-categoryproducts .product-miniature__bottom {
  padding: 0.9rem;
  border-top: 1px solid #edf2f4;
}

.page-product .ps-categoryproducts .product-miniature__title {
  color: var(--higiprol-navy);
  font-size: 0.8rem;
  font-weight: 750;
}

.page-product .ps-categoryproducts .product-miniature__details {
  width: 100%;
  margin-top: 0.75rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
}

@media (max-width: 991.98px) {
  .page-product .product__right {
    position: static;
  }

  .page-product .product__bottom {
    grid-template-columns: 1fr;
  }

  .page-product .ps-categoryproducts .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .page-product .columns-container {
    padding-block: 1.25rem 3rem;
  }

  .page-product .product__left,
  .page-product .product__right {
    padding: 1rem;
    border-radius: 1rem;
  }

  .page-product .product__carousel .carousel-item img {
    height: 21rem;
    padding: 0.75rem;
  }

  .page-product .product__actions-qty-add {
    flex-wrap: wrap;
  }

  .page-product .product__quantity {
    flex-basis: 100%;
    width: 100%;
  }

  .page-product .ps-categoryproducts .products {
    grid-template-columns: 1fr;
  }
}

/* Página de contactos */
.page-contact .columns-container {
  max-width: 78rem;
  padding-block: 3rem 5rem;
}

.page-contact .columns-container > .row {
  gap: 1.5rem;
  align-items: stretch;
  flex-wrap: nowrap;
}

.page-contact #left-column {
  flex: 0 0 21rem;
  width: 21rem;
  padding: 0;
}

.page-contact #center-column {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  padding: 0;
}

.page-contact #left-column > *,
.page-contact #left-column .ps-contactinfo {
  height: 100%;
}

.page-contact #left-column .ps-contactinfo {
  padding: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 185, 233, 0.2), transparent 13rem),
    linear-gradient(145deg, #17182d 0%, #1d3658 100%);
  border-radius: 1.15rem;
  box-shadow: 0 1rem 2.75rem rgba(23, 24, 45, 0.12);
}

.page-contact #left-column .ps-contactinfo::before {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--higiprol-primary);
  content: 'CONTACTOS HIGIPROL';
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.page-contact #left-column .ps-contactinfo::after {
  display: none;
}

.page-contact #left-column .footer-block__title,
.page-contact #left-column .ps-contactinfo__title {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.page-contact #left-column .ps-contactinfo__item,
.page-contact #left-column .ps-contactinfo__address,
.page-contact #left-column .ps-contactinfo__phone,
.page-contact #left-column .ps-contactinfo__email,
.page-contact #left-column .ps-contactinfo__fax {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 0 0.45rem !important;
}

.page-contact #left-column .ps-contactinfo__item address,
.page-contact #left-column .ps-contactinfo__address address,
.page-contact #left-column .ps-contactinfo__item p,
.page-contact #left-column .ps-contactinfo__item div {
  padding-block: 0;
  margin-block: 0;
}

.page-contact #left-column .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.25rem;
}

.page-contact #left-column address,
.page-contact #left-column a,
.page-contact #left-column .ps-contactinfo__info,
.page-contact #left-column .ps-contactinfo__infos {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  line-height: 1.65;
  text-decoration: none;
}

.page-contact #left-column a:hover {
  color: var(--higiprol-primary);
}

.page-contact .higiprol-contact-business {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
  line-height: 1.65;
}

.page-contact .higiprol-contact-business__title {
  margin-bottom: 0.55rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.page-contact .higiprol-contact-business > p:not(.higiprol-contact-business__title) {
  margin-bottom: 0.9rem;
}

.page-contact .higiprol-contact-business ul {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-contact .higiprol-contact-business li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(255, 255, 255, 0.84);
}

.page-contact .higiprol-contact-business li::before {
  position: absolute;
  left: 0;
  color: var(--higiprol-primary);
  content: 'check_circle';
  font-family: 'Material Icons';
  font-size: 1rem;
}

.page-contact .contact-form {
  height: 100%;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: #fff;
  border: 1px solid #e0e8ec;
  border-radius: 1.15rem;
  box-shadow: 0 1rem 3rem rgba(23, 24, 45, 0.08);
}

.higiprol-contact-form__header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e6edf0;
}

.higiprol-contact-form__eyebrow {
  margin-bottom: 0.55rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.higiprol-contact-form__header h1 {
  margin-bottom: 0.55rem;
  color: var(--higiprol-navy);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.higiprol-contact-form__header > p:last-child {
  max-width: 39rem;
  margin: 0;
  color: #65747c;
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-contact .contact-form .form-label {
  color: var(--higiprol-navy);
  font-size: 0.82rem;
  font-weight: 750;
}

.page-contact .contact-form .form-control,
.page-contact .contact-form .form-select {
  min-height: 3rem;
  border-color: #d6e1e6;
  border-radius: 0.65rem;
}

.page-contact .contact-form textarea.form-control {
  min-height: 8.5rem;
}

.page-contact .contact-form .form-control:focus,
.page-contact .contact-form .form-select:focus {
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.2rem rgba(23, 155, 207, 0.12);
}

.page-contact .contact-form .buttons-wrapper {
  padding-top: 0.75rem;
}

.page-contact .contact-form .btn-primary {
  min-width: 12rem;
  min-height: 3rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.65rem;
  font-weight: 750;
  box-shadow: 0 0.75rem 1.75rem rgba(23, 155, 207, 0.2);
}

.page-contact .contact-form .btn-primary:hover {
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
}

@media (max-width: 767.98px) {
  .page-contact .columns-container {
    padding-block: 1.25rem 3rem;
  }

  .page-contact .columns-container > .row {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .page-contact #left-column,
  .page-contact #center-column {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .page-contact #left-column .ps-contactinfo,
  .page-contact .contact-form {
    padding: 1.35rem;
  }

  .page-contact .contact-form .btn-primary {
    width: 100%;
  }
}

/* Página 404 */
.page-not-found .columns-container,
.page-404 .columns-container {
  max-width: 58rem;
  padding-block: 3.5rem 5rem;
}

.page-not-found .page-header,
.page-404 .page-header {
  margin: 0;
}

.page-not-found .higiprol-404__code,
.page-404 .higiprol-404__code {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

.higiprol-404__code .material-icons {
  color: var(--higiprol-primary);
  font-size: clamp(3.5rem, 8vw, 5.5rem);
}

.higiprol-404__code p {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: clamp(4.5rem, 11vw, 7.5rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.06em;
}

.page-not-found .page-content--not-found,
.page-404 .page-content--not-found {
  padding: clamp(1.75rem, 4vw, 3rem);
  margin-top: 1.5rem;
  background: linear-gradient(145deg, #fff 0%, #f4f9fb 100%);
  border: 1px solid #dce8ed;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3.5rem rgba(23, 24, 45, 0.09);
}

.higiprol-404__eyebrow {
  margin-bottom: 0.55rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-not-found .page-content--not-found h1,
.page-404 .page-content--not-found h1 {
  max-width: 42rem;
  margin: 0 auto 0.85rem;
  color: var(--higiprol-navy);
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.page-not-found .page-content--not-found > p,
.page-404 .page-content--not-found > p {
  max-width: 39rem;
  margin: 0 auto;
  color: #63727a;
  font-size: 0.92rem;
  line-height: 1.65;
}

.higiprol-not-found__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.higiprol-not-found__actions .btn {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding-inline: 1.25rem;
  border-radius: 0.65rem;
  font-weight: 750;
}

.higiprol-not-found__actions .btn-primary {
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
}

.higiprol-not-found__contact {
  display: flex;
  flex-basis: 100%;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.45rem;
  color: var(--higiprol-navy);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.higiprol-not-found__contact .material-icons {
  color: var(--higiprol-primary-dark);
  font-size: 1.1rem;
}

@media (max-width: 575.98px) {
  .page-not-found .columns-container,
  .page-404 .columns-container {
    padding-block: 2rem 3rem;
  }

  .higiprol-not-found__actions .btn {
    width: 100%;
  }
}

/* Carrinho */
.page-cart .columns-container {
  max-width: 78rem;
  padding-block: 2.75rem 5rem;
}

.page-cart .cart-grid {
  --bs-gutter-x: 1.5rem;
  align-items: flex-start;
}

.higiprol-cart-header {
  padding: 1.6rem 1.75rem;
  margin-bottom: 1rem;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 185, 233, 0.2), transparent 15rem),
    linear-gradient(135deg, #17182d 0%, #1d3658 100%);
  border-radius: 1rem;
}

.higiprol-cart-header > p {
  margin-bottom: 0.4rem;
  color: var(--higiprol-primary);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-cart-header h1 {
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.higiprol-cart-header > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
}

.page-cart .cart-grid__products-details {
  padding: 1rem;
  background: #f5f9fb;
  border: 1px solid #dfe9ed;
  border-radius: 1rem;
}

.page-cart .cart__overview > hr {
  display: none;
}

.page-cart .cart__list {
  display: grid;
  gap: 0.8rem;
}

.page-cart .cart__item {
  padding: 1rem;
  background: #fff;
  border: 1px solid #e0e8ec;
  border-radius: 0.85rem;
  box-shadow: 0 0.4rem 1.15rem rgba(23, 24, 45, 0.04);
}

.page-cart .product-line__image {
  overflow: hidden;
  background: #f8fbfc;
  border-radius: 0.7rem;
}

.page-cart .product-line__img {
  width: 7.5rem;
  height: 7.5rem;
  padding: 0.4rem;
  object-fit: contain;
}

.page-cart .product-line__title {
  color: var(--higiprol-navy);
  font-weight: 780;
  text-decoration: none;
}

.page-cart .product-line__item-price,
.page-cart .product-line__price {
  color: var(--higiprol-navy);
  font-weight: 800;
}

.page-cart .product-line__actions a {
  color: #c64242;
  font-size: 0.78rem;
  font-weight: 700;
}

.page-cart .cart__continue-shopping {
  margin-top: 1rem;
  border-color: #cfdde4;
  border-radius: 0.65rem;
  font-weight: 700;
}

.page-cart .cart-grid__aside-wrapper {
  overflow: hidden;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #dfe8ec;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.75rem rgba(23, 24, 45, 0.08);
}

.page-cart .cart-grid__aside-wrapper > h2 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: var(--higiprol-navy);
  border-bottom: 1px solid #e5ecef;
  font-size: 1.35rem;
  font-weight: 800;
}

.page-cart .cart-summary__line {
  padding-block: 0.55rem;
}

.page-cart .cart-summary__actions .btn-primary {
  min-height: 3.2rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.65rem;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 0.75rem 1.75rem rgba(23, 155, 207, 0.2);
}

.page-cart .cart-summary__actions .btn-primary:hover {
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
}

.higiprol-cart-assurance {
  display: grid;
  gap: 0.85rem;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #e5ecef;
}

.higiprol-cart-assurance > div {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.higiprol-cart-assurance .material-icons {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--higiprol-primary-dark);
  background: #eaf7fc;
  border-radius: 0.6rem;
  font-size: 1.15rem;
  place-items: center;
}

.higiprol-cart-assurance p {
  display: grid;
  gap: 0.12rem;
  margin: 0;
}

.higiprol-cart-assurance strong {
  color: var(--higiprol-navy);
  font-size: 0.8rem;
}

.higiprol-cart-assurance small {
  color: #718087;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .page-cart .cart-grid__aside {
    margin-top: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .page-cart .columns-container {
    padding-block: 1.25rem 3rem;
  }

  .higiprol-cart-header,
  .page-cart .cart-grid__aside-wrapper {
    padding: 1.25rem;
  }

  .page-cart .cart-grid__products-details {
    padding: 0.65rem;
  }

  .page-cart .cart__item {
    padding: 0.75rem;
  }

  .page-cart .cart__continue-shopping {
    width: 100%;
  }
}

/* Checkout e seleção de moradas */
.page-order .columns-container {
  max-width: 78rem;
  padding-block: 2.5rem 5rem;
}

.page-order .checkout-grid {
  --bs-gutter-x: 1.5rem;
  align-items: flex-start;
}

.page-order .checkout-grid__content .checkout-step {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid #dfe8ec;
  border-radius: 1rem;
  box-shadow: 0 0.85rem 2.5rem rgba(23, 24, 45, 0.06);
}

.page-order .checkout-step__title,
.page-order .checkout-step h1,
.page-order .checkout-step h2 {
  color: var(--higiprol-navy);
  font-weight: 800;
}

.page-order .js-address-form > form > p:first-of-type {
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  color: #52636c;
  background: #eef8fc;
  border-left: 0.25rem solid var(--higiprol-primary-dark);
  border-radius: 0.4rem;
  font-size: 0.86rem;
}

.page-order .address__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.page-order .address-card {
  min-width: 0;
  margin: 0;
}

.page-order .address-card__container {
  display: flex;
  height: 100%;
  min-height: 18rem;
  flex-direction: column;
  padding: 1.15rem;
  background: #f9fbfc;
  border: 1px solid #dce6eb;
  border-radius: 0.85rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.page-order .address-card.selected .address-card__container,
.page-order .address-card:has(input:checked) .address-card__container {
  background: #f1f9fc;
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.18rem rgba(23, 155, 207, 0.1);
}

.page-order .address-card__header {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #e1e9ed;
}

.page-order .address-card__alias {
  color: var(--higiprol-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.page-order .address-card__content {
  flex: 1 1 auto;
  margin: 0;
  color: #52616a;
  font-size: 0.86rem;
  line-height: 1.55;
}

.page-order .address-card__actions {
  display: flex;
  gap: 1rem;
  padding-top: 0.85rem;
  margin-top: 0.85rem;
  border-top: 1px solid #e1e9ed;
}

.page-order .address-card__actions a {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.page-order #delivery-address,
.page-order #invoice-address {
  padding: 1.25rem;
  background: #f7fafc;
  border: 1px solid #dfe8ec;
  border-radius: 0.9rem;
}

.page-order #delivery-address .form-fields,
.page-order #invoice-address .form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
}

.page-order #delivery-address .higiprol-field--alias,
.page-order #delivery-address .higiprol-field--company,
.page-order #delivery-address .higiprol-field--address1,
.page-order #delivery-address .higiprol-field--address2,
.page-order #delivery-address .higiprol-field--vat-number,
.page-order #delivery-address .higiprol-field--siret,
.page-order #invoice-address .higiprol-field--alias,
.page-order #invoice-address .higiprol-field--company,
.page-order #invoice-address .higiprol-field--address1,
.page-order #invoice-address .higiprol-field--address2,
.page-order #invoice-address .higiprol-field--vat-number,
.page-order #invoice-address .higiprol-field--siret,
.page-order #delivery-address .form-check,
.page-order #invoice-address .form-check {
  grid-column: 1 / -1;
}

.page-order #delivery-address .form-label,
.page-order #invoice-address .form-label {
  margin-bottom: 0.4rem;
  color: var(--higiprol-navy);
  font-size: 0.79rem;
  font-weight: 750;
}

.page-order #delivery-address .form-control,
.page-order #delivery-address .form-select,
.page-order #invoice-address .form-control,
.page-order #invoice-address .form-select {
  min-height: 2.8rem;
  background-color: #fff;
  border-color: #d4e0e6;
  border-radius: 0.6rem;
}

.page-order #delivery-address .form-control:focus,
.page-order #delivery-address .form-select:focus,
.page-order #invoice-address .form-control:focus,
.page-order #invoice-address .form-select:focus {
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.2rem rgba(23, 155, 207, 0.12);
}

.page-order #delivery-address .form-text,
.page-order #invoice-address .form-text {
  color: #7a888f;
  font-size: 0.7rem;
}

.page-order .buttons-wrapper .btn {
  min-height: 2.85rem;
  border-radius: 0.65rem;
  font-weight: 750;
}

.page-order .buttons-wrapper .btn-primary {
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0.7rem 1.5rem rgba(23, 155, 207, 0.18);
}

.page-order .delivery-options__list {
  display: grid;
  gap: 0.75rem;
}

.page-order .delivery-option__item {
  overflow: hidden;
  background: #f9fbfc;
  border: 1px solid #dce6eb;
  border-radius: 0.8rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.page-order .delivery-option__item:has(input:checked) {
  background: #f0f9fc;
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.18rem rgba(23, 155, 207, 0.1);
}

.page-order .delivery-option__label {
  min-height: 4.5rem;
  padding: 1rem;
  margin: 0;
}

.page-order .delivery-option__carrier-name {
  color: var(--higiprol-navy);
  font-weight: 800;
}

.page-order .delivery-option__content {
  color: #596971;
  font-size: 0.86rem;
}

.page-order .delivery-option__price {
  color: var(--higiprol-navy);
  font-weight: 800;
}

.page-order .delivery-option__carrier-logo {
  max-width: 3.5rem;
  max-height: 3.5rem;
  padding: 0.25rem;
  object-fit: contain;
  background: #fff;
  border-radius: 0.55rem;
}

.page-order .order-options {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #e2eaee;
}

.page-order .order-options .form-label {
  color: var(--higiprol-navy);
  font-size: 0.82rem;
  font-weight: 750;
}

.page-order .order-options textarea.form-control {
  min-height: 5.5rem;
  border-color: #d4e0e6;
  border-radius: 0.65rem;
}

.page-order .checkout-grid__aside-wrapper {
  overflow: hidden;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #dfe8ec;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.75rem rgba(23, 24, 45, 0.08);
}

.page-order .checkout__summary-accordion-item {
  border: 0;
}

.page-order .checkout__summary-accordion-header .accordion-button {
  padding: 0 0 1rem;
  color: var(--higiprol-navy);
  background: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: none;
}

.higiprol-checkout-assurance {
  display: grid;
  gap: 0.85rem;
  padding-top: 1.15rem;
  margin-top: 1.15rem;
  border-top: 1px solid #e2eaee;
}

.higiprol-checkout-assurance > div {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.higiprol-checkout-assurance .material-icons {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--higiprol-primary-dark);
  background: #eaf7fc;
  border-radius: 0.6rem;
  font-size: 1.15rem;
  place-items: center;
}

.higiprol-checkout-assurance p {
  display: grid;
  gap: 0.12rem;
  margin: 0;
}

.higiprol-checkout-assurance strong {
  color: var(--higiprol-navy);
  font-size: 0.8rem;
}

.higiprol-checkout-assurance small {
  color: #718087;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .page-order .checkout-grid__aside {
    margin-top: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .page-order .columns-container {
    padding-block: 1.25rem 3rem;
  }

  .page-order .address__list {
    grid-template-columns: 1fr;
  }

  .page-order .address-card__container {
    min-height: 0;
  }

  .page-order #delivery-address,
  .page-order #invoice-address {
    padding: 0.9rem;
  }

  .page-order #delivery-address .form-fields,
  .page-order #invoice-address .form-fields {
    grid-template-columns: 1fr;
  }

  .page-order #delivery-address .higiprol-field,
  .page-order #invoice-address .higiprol-field {
    grid-column: 1;
  }

  .page-order .delivery-option__label {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem;
  }

  .page-order .delivery-option__content {
    grid-column: 1 / -1;
    padding-left: 2rem;
  }

  .page-order .checkout-grid__aside-wrapper {
    padding: 1rem;
  }
}

/* Confirmação de produto adicionado */
/* Navegação do checkout e etapa de pagamento */
.page-order .checkout-steps {
  padding: 1.15rem max(1rem, calc((100% - 72rem) / 2));
  background: #f7fafc;
  border-bottom: 1px solid #dfe8ec;
}

.page-order .checkout-steps__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-order .checkout-steps__list::before {
  position: absolute;
  top: 1rem;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: #d5e1e6;
  content: "";
}

.page-order .checkout-steps__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
  text-align: center;
}

.page-order .checkout-steps__number {
  display: grid;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #8a989f;
  border: 3px solid #f7fafc;
  border-radius: 50%;
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 1px #d5e1e6;
  place-items: center;
}

.page-order .checkout-steps__step:has(.checkout-steps__btn.active) .checkout-steps__number,
.page-order .checkout-steps__step.js-current-step .checkout-steps__number {
  background: var(--higiprol-navy);
  box-shadow: 0 0 0 3px rgba(23, 155, 207, 0.18);
}

.page-order .checkout-steps__step:has(.checkout-steps__btn:not([disabled])):not(:has(.checkout-steps__btn.active)) .checkout-steps__number {
  background: #188251;
}

.page-order .checkout-steps__btn {
  padding: 0;
  color: #637179;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.page-order .checkout-steps__btn.active,
.page-order .checkout-steps__step.js-current-step .checkout-steps__btn {
  color: var(--higiprol-navy);
  font-weight: 850;
}

.page-order #checkout-payment-step .payment-options__list {
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.page-order #checkout-payment-step .payment-option {
  padding: 1rem 1.1rem;
  background: #f9fbfc;
  border: 1px solid #dce6eb;
  border-radius: 0.8rem;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.page-order #checkout-payment-step .payment-option:has(.payment-option__input:checked) {
  background: #eef9fd;
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.18rem rgba(23, 155, 207, 0.1);
}

.page-order #checkout-payment-step .payment-option__form-check {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 2rem;
  padding: 0;
  margin: 0;
}

.page-order #checkout-payment-step .payment-option__input {
  position: static;
  flex: 0 0 auto;
  margin: 0;
}

.page-order #checkout-payment-step .payment-option__label {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: var(--higiprol-navy);
  font-weight: 750;
}

.page-order #checkout-payment-step .payment-option__label img {
  width: auto;
  max-width: 4.5rem;
  height: 2rem;
  object-fit: contain;
}

.page-order #checkout-payment-step .payment-option__additional-information,
.page-order #checkout-payment-step .js-payment-option-form {
  padding-top: 0.9rem;
  margin-top: 0.9rem;
  border-top: 1px solid #dce6eb;
}

.page-order #conditions-to-approve {
  padding: 1rem 1.1rem;
  background: #f3f9fc;
  border: 1px solid #d8e8ef;
  border-radius: 0.8rem;
}

.page-order #conditions-to-approve .form-check {
  margin: 0 !important;
}

.page-order #conditions-to-approve .form-check-label {
  color: #44545c;
  font-size: 0.88rem;
  line-height: 1.5;
}

.page-order #checkout-payment-step .final-summary > .h2 {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #dfe8ec;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.page-order #checkout-payment-step .final-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 0.65rem;
  margin: 0;
  color: var(--higiprol-navy);
  font-size: 1rem;
  font-weight: 800;
}

.page-order #checkout-payment-step .final-summary .address-card__container {
  min-height: 13rem;
}

.page-order #checkout-payment-step .grid-table,
.page-order #checkout-payment-step .final-summary__order-table {
  overflow: hidden;
  background: #f9fbfc;
  border: 1px solid #dce6eb !important;
  border-radius: 0.8rem;
}

.page-order #checkout-payment-step #payment-confirmation .btn {
  min-width: 13rem;
}

@media (max-width: 767.98px) {
  .page-order .checkout-steps {
    padding: 0.8rem 1rem;
  }

  .page-order .checkout-steps__mobile {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    max-width: 32rem;
    margin: auto;
  }

  .page-order .checkout-steps__title {
    margin: 0 0 0.15rem;
    color: var(--higiprol-navy);
    font-size: 0.95rem;
    font-weight: 800;
  }

  .page-order .checkout-steps__subtitle {
    margin: 0;
    color: #6d7a81;
    font-size: 0.75rem;
  }

  .page-order #checkout-payment-step .payment-option {
    padding: 0.9rem;
  }

  .page-order #checkout-payment-step .buttons-wrapper,
  .page-order #checkout-payment-step #payment-confirmation,
  .page-order #checkout-payment-step #payment-confirmation .btn {
    width: 100%;
  }
}

/* Confirmação da encomenda */
.page-order-confirmation .columns-container {
  max-width: 76rem;
  padding-block: 2.5rem 5rem;
}

.page-order-confirmation .alert-success {
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #104e3a;
  background: linear-gradient(135deg, #e9f8f2, #f5fcf9);
  border: 1px solid #bfe3d5;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(24, 130, 81, 0.08);
}

.page-order-confirmation .alert-success .page-title,
.page-order-confirmation .alert-success h1 {
  margin-bottom: 0.5rem;
  color: #104e3a;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 850;
}

.page-order-confirmation .card {
  overflow: hidden;
  border: 1px solid #dfe8ec !important;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2.5rem rgba(23, 24, 45, 0.06);
}

.page-order-confirmation .card-body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.page-order-confirmation .card-body > .h2 {
  color: var(--higiprol-navy);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 850;
}

.page-order-confirmation .card-subtitle {
  color: var(--higiprol-primary-dark) !important;
  font-size: 1rem;
  font-weight: 750;
}

.page-order-confirmation .dl-list {
  display: grid;
  grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 1.3fr);
  overflow: hidden;
  margin-top: 1.25rem;
  background: #f7fafc;
  border: 1px solid #dfe8ec;
  border-radius: 0.8rem;
}

.page-order-confirmation .dl-list dt,
.page-order-confirmation .dl-list dd {
  min-width: 0;
  padding: 0.9rem 1rem;
  margin: 0;
  border-bottom: 1px solid #e0e8ec;
}

.page-order-confirmation .dl-list dt {
  color: var(--higiprol-navy);
  font-weight: 800;
}

.page-order-confirmation .dl-list dt:nth-last-of-type(1),
.page-order-confirmation .dl-list dd:last-child {
  border-bottom: 0;
}

.higiprol-bankwire-note {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  color: #45565e;
  background: #eef8fc;
  border-left: 0.25rem solid var(--higiprol-primary-dark);
  border-radius: 0.45rem;
  font-size: 0.88rem;
}

.higiprol-bankwire-note strong {
  color: var(--higiprol-navy);
  font-size: 0.95rem;
}

.page-order-confirmation .card-footer {
  color: #52636b;
  background: #f8fafb;
  border-color: #e1e9ed !important;
}

.page-order-confirmation .order-confirmation__details-list {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.1rem;
  margin: 0;
  list-style: none;
  background: #f7fafc;
  border: 1px solid #e0e8ec;
  border-radius: 0.75rem;
}

@media (max-width: 575.98px) {
  .page-order-confirmation .columns-container {
    padding-block: 1.25rem 3rem;
  }

  .page-order-confirmation .dl-list {
    grid-template-columns: 1fr;
  }

  .page-order-confirmation .dl-list dt {
    padding-bottom: 0.25rem;
    border-bottom: 0;
  }

  .page-order-confirmation .dl-list dd {
    padding-top: 0.25rem;
    overflow-wrap: anywhere;
  }
}

/* Menu da área de cliente */
#_desktop_ps_customersignin .dropdown-menu {
  z-index: 1080;
  width: 17rem;
  padding: 0.55rem;
  margin-top: 0.65rem !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5ea;
  border-radius: 0.9rem;
  box-shadow: 0 1rem 2.5rem rgba(23, 24, 45, 0.14);
}

#_desktop_ps_customersignin .dropdown-item {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  color: #35444c;
  border-radius: 0.55rem;
  font-size: 0.9rem;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

#_desktop_ps_customersignin .dropdown-item:hover,
#_desktop_ps_customersignin .dropdown-item:focus,
#_desktop_ps_customersignin .dropdown-item[aria-current="page"] {
  color: var(--higiprol-navy);
  background: #eaf7fc;
  transform: translateX(0.12rem);
}

#_desktop_ps_customersignin .dropdown-item .material-icons {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  margin: 0 !important;
  color: var(--higiprol-primary-dark);
  background: #eef8fc;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  place-items: center;
}

#_desktop_ps_customersignin .dropdown-menu > .dropdown-item:first-child {
  color: #fff;
  background: linear-gradient(120deg, var(--higiprol-navy), #224c70);
  font-weight: 800;
}

#_desktop_ps_customersignin .dropdown-menu > .dropdown-item:first-child .material-icons {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

#_desktop_ps_customersignin .dropdown-menu > .dropdown-item:last-child {
  color: #a9343e;
}

#_desktop_ps_customersignin .dropdown-menu > .dropdown-item:last-child:hover {
  background: #fff0f1;
}

#_desktop_ps_customersignin .dropdown-divider {
  margin: 0.45rem 0;
  border-color: #e5ecef;
}

#_desktop_ps_customersignin #userMenuButton {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.65rem;
}

#_desktop_ps_customersignin #userMenuButton:hover,
#_desktop_ps_customersignin #userMenuButton[aria-expanded="true"] {
  background: #eef8fc !important;
}

/* Página de manutenção */
.layout-error:has(.higiprol-maintenance) {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 100vh;
  padding: clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(67, 185, 233, 0.3), transparent 24rem),
    radial-gradient(circle at 90% 88%, rgba(23, 155, 207, 0.24), transparent 28rem),
    linear-gradient(135deg, #17182d 0%, #1d3152 58%, #176283 130%);
}

.higiprol-maintenance {
  display: grid;
  min-height: calc(100vh - clamp(2rem, 8vw, 6rem));
  align-content: center;
  gap: 1.25rem;
  width: min(100%, 68rem);
  max-width: 68rem;
  margin: auto;
}

.higiprol-maintenance__card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  box-shadow: 0 2rem 6rem rgba(8, 15, 32, 0.34);
}

.higiprol-maintenance__brand,
.higiprol-maintenance__content {
  min-width: 0;
  padding: clamp(2rem, 5vw, 4rem);
}

.higiprol-maintenance__brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 185, 233, 0.2), transparent 18rem),
    var(--higiprol-navy);
}

.higiprol-maintenance__brand::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(67, 185, 233, 0.3);
  border-radius: 50%;
  content: "";
}

.higiprol-maintenance__logo {
  width: min(100%, 18rem);
  height: auto;
  padding: 0.75rem 1rem;
  margin-bottom: 2.25rem;
  background: #fff;
  border-radius: 0.9rem;
}

.higiprol-maintenance__eyebrow {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--higiprol-primary);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-maintenance__pulse {
  width: 0.65rem;
  height: 0.65rem;
  background: var(--higiprol-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(67, 185, 233, 0.5);
  animation: higiprol-maintenance-pulse 2s infinite;
}

.higiprol-maintenance__brand h1 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 850;
  line-height: 1.05;
}

.higiprol-maintenance__lead {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.7;
}

.higiprol-maintenance__secondary {
  max-width: 34rem;
  padding-top: 1.25rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.9rem;
  line-height: 1.65;
}

.higiprol-maintenance__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4e5d65;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

.higiprol-maintenance__content-eyebrow {
  margin-bottom: 0.8rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-maintenance__content h2 {
  max-width: 13ch;
  margin-bottom: 1rem;
  color: var(--higiprol-navy);
  font-family: inherit;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.higiprol-maintenance__content-lead {
  max-width: 28rem;
  margin-bottom: 1.25rem;
  color: #596971;
  font-size: 0.95rem;
  line-height: 1.7;
}

.higiprol-maintenance__commercial {
  padding: 1rem 1.1rem;
  margin-bottom: 1.25rem;
  background: #f3f9fb;
  border: 1px solid #dcecf2;
  border-radius: 0.8rem;
}

.higiprol-maintenance__commercial h3 {
  margin-bottom: 0.4rem;
  color: var(--higiprol-navy);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.higiprol-maintenance__commercial p {
  margin: 0;
  color: #596971;
  font-size: 0.88rem;
  line-height: 1.6;
}

.higiprol-maintenance__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.8rem 1.25rem;
  margin-bottom: 1.25rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-radius: 0.7rem;
  box-shadow: 0 0.6rem 1.4rem rgba(23, 155, 207, 0.2);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.higiprol-maintenance__cta:hover,
.higiprol-maintenance__cta:focus {
  color: #fff;
  background: var(--higiprol-navy);
  box-shadow: 0 0.75rem 1.6rem rgba(23, 24, 45, 0.22);
  text-decoration: none;
  transform: translateY(-1px);
}

.higiprol-maintenance__cta:focus-visible {
  outline: 3px solid rgba(67, 185, 233, 0.35);
  outline-offset: 3px;
}

.higiprol-maintenance__text > :last-child,
.higiprol-maintenance__hook > :last-child {
  margin-bottom: 0;
}

.higiprol-maintenance__contacts {
  display: grid;
  gap: 0.7rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e1e9ed;
}

.higiprol-maintenance__contacts p {
  margin-bottom: 0.2rem;
  color: var(--higiprol-navy);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.higiprol-maintenance__contacts a {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  width: fit-content;
  color: #43545c;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.higiprol-maintenance__contacts a:hover {
  color: var(--higiprol-primary-dark);
}

.higiprol-maintenance__contacts .material-icons {
  display: grid;
  width: 2rem;
  height: 2rem;
  color: var(--higiprol-primary-dark);
  background: #eaf7fc;
  border-radius: 0.5rem;
  font-size: 1.15rem;
  place-items: center;
}

.higiprol-maintenance__footer {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-align: center;
}

@keyframes higiprol-maintenance-pulse {
  70% {
    box-shadow: 0 0 0 0.65rem rgba(67, 185, 233, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(67, 185, 233, 0);
  }
}

@media (max-width: 899.98px) {
  .higiprol-maintenance__card {
    grid-template-columns: 1fr;
    border-radius: 1.1rem;
  }

  .higiprol-maintenance__brand,
  .higiprol-maintenance__content {
    padding: 2rem 1.4rem;
  }

  .higiprol-maintenance__logo {
    max-width: 14rem;
    margin-bottom: 1.75rem;
  }

  .higiprol-maintenance__brand h1 {
    max-width: none;
  }

  .higiprol-maintenance__content {
    text-align: left;
  }

  .higiprol-maintenance__content h2 {
    max-width: 18ch;
  }

  .higiprol-maintenance__cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .higiprol-maintenance__pulse,
  .higiprol-maintenance__cta {
    animation: none;
    transition: none;
  }
}

/* Landing page B2B de manutenção */
.layout-error:has(.higiprol-maintenance) {
  min-height: 100vh;
  padding: 0;
  background: #fff;
}

.higiprol-maintenance {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: hidden;
  color: #43545c;
  background: #fff;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

.higiprol-maintenance__header,
.higiprol-maintenance__hero,
.higiprol-maintenance__hook,
.higiprol-maintenance__ranges,
.higiprol-maintenance__business,
.higiprol-maintenance__comparison,
.higiprol-maintenance__final,
.higiprol-maintenance__footer {
  width: min(calc(100% - 3rem), 72rem);
  margin-right: auto;
  margin-left: auto;
}

.higiprol-maintenance__header {
  display: flex;
  min-height: 5.5rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e9ed;
}

.higiprol-maintenance__logo {
  width: min(100%, 15rem);
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.higiprol-maintenance__header-actions,
.higiprol-maintenance__header-phone,
.higiprol-maintenance__hero-actions,
.higiprol-maintenance__contacts {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.higiprol-maintenance__header-phone,
.higiprol-maintenance__contacts a {
  color: #43545c;
  font-weight: 750;
  text-decoration: none;
}

.higiprol-maintenance__header-phone:hover,
.higiprol-maintenance__contacts a:hover {
  color: var(--higiprol-primary-dark);
}

.higiprol-maintenance__header-phone .material-icons,
.higiprol-maintenance__contacts .material-icons {
  color: var(--higiprol-primary-dark);
  font-size: 1.2rem;
}

.higiprol-maintenance__button {
  display: inline-flex;
  min-height: 3.15rem;
  padding: 0.85rem 1.35rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border: 1px solid var(--higiprol-primary-dark);
  border-radius: 0.65rem;
  box-shadow: 0 0.65rem 1.5rem rgba(23, 155, 207, 0.16);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.higiprol-maintenance__button:hover,
.higiprol-maintenance__button:focus {
  color: #fff;
  background: var(--higiprol-navy);
  border-color: var(--higiprol-navy);
  box-shadow: 0 0.75rem 1.6rem rgba(23, 24, 45, 0.18);
  text-decoration: none;
  transform: translateY(-1px);
}

.higiprol-maintenance__button:focus-visible {
  outline: 3px solid rgba(67, 185, 233, 0.35);
  outline-offset: 3px;
}

.higiprol-maintenance__button--compact {
  min-height: 2.65rem;
  padding: 0.7rem 1rem;
  font-size: 0.72rem;
}

.higiprol-maintenance__button--secondary {
  color: var(--higiprol-navy);
  background: #fff;
  border-color: #cbdce3;
  box-shadow: none;
}

.higiprol-maintenance__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
  padding-top: clamp(3.5rem, 8vw, 6.75rem);
  padding-bottom: clamp(3rem, 6.5vw, 5.25rem);
}

.higiprol-maintenance__eyebrow,
.higiprol-maintenance__advantages-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.higiprol-maintenance__hero h1 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
  color: var(--higiprol-navy);
  font-size: clamp(2.6rem, 5.1vw, 4.3rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.higiprol-maintenance__hero-lead {
  max-width: 39rem;
  margin-bottom: 1.8rem;
  color: #596971;
  font-size: 1.05rem;
  line-height: 1.75;
}

.higiprol-maintenance__hero-actions {
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.higiprol-maintenance__status {
  display: flex;
  max-width: 40rem;
  gap: 0.7rem;
  align-items: flex-start;
  margin: 0;
  color: #718188;
  font-size: 0.82rem;
  line-height: 1.55;
}

.higiprol-maintenance__status .higiprol-maintenance__pulse {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.3rem;
  flex: 0 0 auto;
}

.higiprol-maintenance__advantages {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 3.75rem);
  color: rgba(255, 255, 255, 0.78);
  background: radial-gradient(circle at 100% 0%, rgba(67, 185, 233, 0.2), transparent 18rem), var(--higiprol-navy);
  border-radius: 1.25rem;
  box-shadow: 0 1.8rem 4rem rgba(23, 24, 45, 0.18);
}

.higiprol-maintenance__advantages::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(67, 185, 233, 0.28);
  border-radius: 50%;
  content: "";
}

.higiprol-maintenance__advantages-eyebrow {
  position: relative;
  color: var(--higiprol-primary);
}

.higiprol-maintenance__advantages h2 {
  position: relative;
  max-width: 12ch;
  margin-bottom: 2rem;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.higiprol-maintenance__advantages ul {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.higiprol-maintenance__advantages li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-weight: 700;
}

.higiprol-maintenance__advantages li .material-icons {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  color: var(--higiprol-primary);
  background: rgba(67, 185, 233, 0.12);
  border-radius: 50%;
  font-size: 1rem;
  place-items: center;
}

.higiprol-maintenance__hook {
  padding: 1.5rem;
  margin-bottom: 3rem;
  background: #f3f9fb;
  border: 1px solid #dcecf2;
  border-radius: 0.8rem;
}

.higiprol-maintenance__hook > :last-child {
  margin-bottom: 0;
}

.higiprol-maintenance__ranges {
  width: 100%;
  padding: clamp(2.75rem, 5vw, 4.25rem) max(1.5rem, calc((100% - 72rem) / 2));
  background: #f3f9fb;
  border-top: 1px solid #e1edf2;
  border-right: 0;
  border-bottom: 1px solid #e1edf2;
  border-left: 0;
  border-radius: 0;
}

.higiprol-maintenance__section-heading {
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.higiprol-maintenance__section-heading h2,
.higiprol-maintenance__business h2,
.higiprol-maintenance__comparison h2,
.higiprol-maintenance__final h2 {
  margin-bottom: 1.2rem;
  color: var(--higiprol-navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.higiprol-maintenance__range-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.higiprol-maintenance__range {
  min-width: 0;
  height: 100%;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #dceaf0;
  border-top: 2px solid var(--higiprol-primary);
  border-radius: 0.85rem;
}

.higiprol-maintenance__range > .material-icons {
  margin-bottom: 1rem;
  color: var(--higiprol-primary-dark);
  font-size: 2.1rem;
}

.higiprol-maintenance__range h3 {
  margin: 0 0 0.6rem;
  color: var(--higiprol-navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.higiprol-maintenance__range p {
  margin: 0;
  color: #64767e;
  font-size: 0.84rem;
  line-height: 1.55;
}

.higiprol-maintenance__business {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  padding-top: clamp(3rem, 5.75vw, 4.75rem);
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.higiprol-maintenance__business-intro p {
  max-width: 35rem;
  margin: 0;
  color: #596971;
}

.higiprol-maintenance__business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.higiprol-maintenance__business-list li {
  display: flex;
  min-width: 0;
  min-height: 8rem;
  padding: 1.35rem;
  gap: 0.85rem;
  flex-direction: column;
  justify-content: space-between;
  color: var(--higiprol-navy);
  background: #f3f9fb;
  border: 1px solid #dcecf2;
  border-radius: 0.85rem;
  font-weight: 800;
  line-height: 1.4;
}

.higiprol-maintenance__business-list .material-icons {
  color: var(--higiprol-primary-dark);
  font-size: 1.6rem;
}

.higiprol-maintenance__comparison {
  display: flex;
  padding: clamp(2.25rem, 5vw, 4rem);
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.74);
  background: radial-gradient(circle at 90% 0%, rgba(67, 185, 233, 0.18), transparent 22rem), var(--higiprol-navy);
  border-radius: 1.25rem;
}

.higiprol-maintenance__comparison > div {
  max-width: 42rem;
}

.higiprol-maintenance__comparison .higiprol-maintenance__eyebrow {
  color: var(--higiprol-primary);
}

.higiprol-maintenance__comparison h2 {
  color: #fff;
}

.higiprol-maintenance__comparison p {
  margin: 0;
}

.higiprol-maintenance__button--light {
  flex: 0 0 auto;
  color: var(--higiprol-navy);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.higiprol-maintenance__final {
  padding-top: clamp(4.5rem, 9vw, 7.5rem);
  padding-bottom: clamp(4.5rem, 9vw, 7.5rem);
  text-align: center;
}

.higiprol-maintenance__final h2 {
  max-width: 19ch;
  margin-right: auto;
  margin-left: auto;
}

.higiprol-maintenance__final > p {
  margin-bottom: 1.75rem;
  color: #596971;
}

.higiprol-maintenance__contacts {
  justify-content: center;
  margin-top: 2rem;
}

.higiprol-maintenance__contacts a {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
}

.higiprol-maintenance__footer {
  display: flex;
  min-height: 5rem;
  padding: 1.4rem 0;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  color: #718188;
  border-top: 1px solid #e1e9ed;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
}

.higiprol-maintenance__footer p {
  margin: 0;
}

@media (max-width: 899.98px) {
  .higiprol-maintenance__hero,
  .higiprol-maintenance__business {
    grid-template-columns: 1fr;
  }

  .higiprol-maintenance__hero h1 {
    max-width: 17ch;
  }

  .higiprol-maintenance__advantages h2 {
    max-width: 18ch;
  }

  .higiprol-maintenance__range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .higiprol-maintenance__comparison {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .higiprol-maintenance__header,
  .higiprol-maintenance__hero,
  .higiprol-maintenance__hook,
  .higiprol-maintenance__ranges,
  .higiprol-maintenance__business,
  .higiprol-maintenance__final,
  .higiprol-maintenance__footer {
    width: min(calc(100% - 2rem), 72rem);
  }

  .higiprol-maintenance__header {
    min-height: 4.75rem;
    gap: 1rem;
  }

  .higiprol-maintenance__logo {
    max-width: 10.5rem;
  }

  .higiprol-maintenance__header-phone {
    display: none;
  }

  .higiprol-maintenance__button--compact {
    min-height: 2.5rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.66rem;
  }

  .higiprol-maintenance__hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .higiprol-maintenance__hero-actions,
  .higiprol-maintenance__contacts {
    align-items: stretch;
    flex-direction: column;
  }

  .higiprol-maintenance__hero-actions .higiprol-maintenance__button,
  .higiprol-maintenance__comparison .higiprol-maintenance__button,
  .higiprol-maintenance__final > .higiprol-maintenance__button {
    width: 100%;
  }

  .higiprol-maintenance__advantages {
    padding: 2.2rem 1.5rem;
  }

  .higiprol-maintenance__range-grid,
  .higiprol-maintenance__business-list {
    grid-template-columns: 1fr;
  }

  .higiprol-maintenance__business-list li {
    min-height: 0;
  }

  .higiprol-maintenance__ranges {
    width: 100%;
    padding: 2.5rem 1rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .higiprol-maintenance__range {
    padding: 1.25rem;
  }

  .higiprol-maintenance__comparison {
    width: 100%;
    padding: 3rem 1rem;
    border-radius: 0;
  }

  .higiprol-maintenance__contacts {
    align-items: center;
  }

  .higiprol-maintenance__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .higiprol-maintenance__button {
    transition: none;
  }
}

/* Área de cliente */
.account-menu--sidebar {
  position: sticky;
  top: 1.5rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #dfe8ec;
  border-radius: 1rem;
  box-shadow: 0 0.85rem 2.5rem rgba(23, 24, 45, 0.06);
}

.account-menu--sidebar .account-menu__title {
  padding-bottom: 1rem;
  margin-bottom: 0.65rem;
  color: var(--higiprol-navy);
  border-bottom: 1px solid #e2eaee;
  font-size: 1.15rem;
  font-weight: 850;
}

.account-menu--sidebar .account-menu__nav {
  display: grid;
  gap: 0.25rem;
}

.account-menu--sidebar .account-menu__link {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.6rem 0.7rem;
  color: #45555d;
  border-radius: 0.6rem;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.account-menu--sidebar .account-menu__link:hover,
.account-menu--sidebar .account-menu__link--active {
  color: var(--higiprol-navy);
  background: #eaf7fc;
  transform: translateX(0.12rem);
}

.account-menu--sidebar .account-menu__icon {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  color: var(--higiprol-primary-dark);
  background: #eef8fc;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  place-items: center;
}

.account-menu--sidebar .account-menu__link--signout {
  padding-top: 0.8rem;
  margin-top: 0.55rem;
  color: #a9343e;
  border-top: 1px solid #e2eaee;
  border-radius: 0;
}

.account-menu--sidebar .account-menu__link--signout:hover {
  background: #fff0f1;
  border-radius: 0.6rem;
}

.account-menu--sidebar .account-menu__link--signout .account-menu__icon {
  color: #c13e49;
  background: #fff0f1;
}

.account-menu--main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.account-menu--main .account-menu__link {
  position: relative;
  display: flex;
  min-height: 9rem;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.25rem;
  overflow: hidden;
  color: var(--higiprol-navy);
  background: #fff;
  border: 1px solid #dfe8ec;
  border-radius: 0.9rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 0.65rem 1.75rem rgba(23, 24, 45, 0.045);
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.account-menu--main .account-menu__link::after {
  position: absolute;
  top: -2.25rem;
  right: -2.25rem;
  width: 6rem;
  height: 6rem;
  background: rgba(67, 185, 233, 0.08);
  border-radius: 50%;
  content: "";
}

.account-menu--main .account-menu__link:hover {
  color: var(--higiprol-primary-dark);
  border-color: rgba(23, 155, 207, 0.55);
  box-shadow: 0 1rem 2.25rem rgba(23, 155, 207, 0.12);
  transform: translateY(-0.2rem);
}

.account-menu--main .account-menu__icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  color: var(--higiprol-primary-dark);
  background: #eaf7fc;
  border-radius: 0.65rem;
  font-size: 1.4rem;
  place-items: center;
}

.account-menu--main .account-menu__link--signout {
  display: none;
}

.page-content--customer {
  min-height: 20rem;
}

@media (max-width: 991.98px) {
  .account-menu--sidebar {
    position: static;
    margin-bottom: 1.5rem;
  }

  .account-menu--sidebar .account-menu__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-menu--main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .account-menu--sidebar .account-menu__nav,
  .account-menu--main {
    grid-template-columns: 1fr;
  }

  .account-menu--main .account-menu__link {
    min-height: 5.25rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

#blockcart-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(23, 24, 45, 0.22);
}

#blockcart-modal .modal-header {
  padding: 1.4rem 1.5rem;
  background: linear-gradient(135deg, #f4fafc 0%, #eaf6fa 100%);
  border-bottom: 1px solid #dce9ee;
}

#blockcart-modal .blockcart-modal__title {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0;
  color: var(--higiprol-navy);
  font-size: 1.35rem;
  font-weight: 800;
}

#blockcart-modal .blockcart-modal__title-icon {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  color: #168453;
  background: #dcf5e8;
  border-radius: 50%;
  font-size: 1.3rem;
  place-items: center;
}

#blockcart-modal .modal-body {
  padding: 1.5rem;
}

#blockcart-modal .blockcart-modal__image {
  width: 100%;
  height: 10rem;
  padding: 0.5rem;
  object-fit: contain;
  background: #f7fafb;
  border-radius: 0.75rem;
}

#blockcart-modal .blockcart-modal__name {
  color: var(--higiprol-navy);
  font-weight: 800;
}

#blockcart-modal .blockcart-modal__summary {
  padding-left: 1.5rem;
  border-left: 1px solid #e1e9ed;
}

#blockcart-modal .blockcart-modal__nb-products {
  padding-bottom: 0.8rem;
  margin-bottom: 0.4rem;
  color: #53636c;
  border-bottom: 1px solid #e7edef;
}

#blockcart-modal .blockcart-modal__total {
  padding-block: 0.35rem;
}

#blockcart-modal .modal-footer {
  padding: 1rem 1.5rem 1.35rem;
  background: #f7fafb;
  border-top: 1px solid #e1e9ed;
}

#blockcart-modal .modal-footer .btn {
  min-height: 2.8rem;
  border-radius: 0.65rem;
  font-weight: 750;
}

#blockcart-modal .modal-footer .btn-primary {
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
}

@media (max-width: 575.98px) {
  #blockcart-modal .modal-header,
  #blockcart-modal .modal-body,
  #blockcart-modal .modal-footer {
    padding-inline: 1rem;
  }

  #blockcart-modal .blockcart-modal__title {
    font-size: 1.05rem;
  }

  #blockcart-modal .blockcart-modal__image {
    height: 8rem;
  }

  #blockcart-modal .modal-footer .btn {
    width: 100%;
  }
}

/* Consentimento de cookies */
.higiprol-cookie[hidden],
.higiprol-cookie-modal[hidden] {
  display: none !important;
}

.higiprol-cookie {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1090;
  max-width: 78rem;
  padding: 1.1rem;
  margin-inline: auto;
  color: #fff;
  background: rgba(23, 24, 45, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(7, 14, 25, 0.28);
  backdrop-filter: blur(0.75rem);
}

.higiprol-cookie__content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.higiprol-cookie__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  color: var(--higiprol-primary);
  background: rgba(67, 185, 233, 0.12);
  border-radius: 0.8rem;
  place-items: center;
}

.higiprol-cookie__text h2 {
  margin: 0 0 0.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 750;
}

.higiprol-cookie__text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.79rem;
  line-height: 1.5;
}

.higiprol-cookie__text a {
  color: var(--higiprol-primary);
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.higiprol-cookie__actions {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.higiprol-cookie__actions .btn {
  min-height: 2.65rem;
  padding-inline: 1rem;
  border-radius: 0.65rem;
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.higiprol-cookie__actions .btn-primary,
.higiprol-cookie-modal__actions .btn-primary {
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
}

.higiprol-cookie__actions .btn-outline-secondary,
.higiprol-cookie-modal__actions .btn-outline-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.higiprol-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  padding: 1rem;
  place-items: center;
}

.higiprol-cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 22, 0.68);
  backdrop-filter: blur(0.2rem);
}

.higiprol-cookie-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  max-height: calc(100vh - 2rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  overflow-y: auto;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 2rem 5rem rgba(7, 10, 22, 0.3);
}

.higiprol-cookie-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--higiprol-navy);
  background: #eef3f6;
  border: 0;
  border-radius: 50%;
  place-items: center;
}

.higiprol-cookie-modal__eyebrow {
  margin-bottom: 0.45rem;
  color: var(--higiprol-primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.higiprol-cookie-modal h2 {
  margin-bottom: 0.6rem;
  color: var(--higiprol-navy);
  font-size: 1.8rem;
  font-weight: 750;
}

.higiprol-cookie-modal__intro {
  max-width: 36rem;
  margin-bottom: 1.5rem;
  color: #69767d;
  font-size: 0.88rem;
  line-height: 1.6;
}

.higiprol-cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.1rem 0;
  border-top: 1px solid #e4ebef;
}

.higiprol-cookie-option > div {
  display: grid;
  gap: 0.25rem;
}

.higiprol-cookie-option strong {
  color: var(--higiprol-navy);
  font-size: 0.92rem;
}

.higiprol-cookie-option > div span {
  color: #758188;
  font-size: 0.78rem;
  line-height: 1.5;
}

.higiprol-cookie-switch {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  cursor: pointer;
}

.higiprol-cookie-switch input {
  position: absolute;
  opacity: 0;
}

.higiprol-cookie-switch > span {
  position: relative;
  width: 2.8rem;
  height: 1.55rem;
  background: #cbd5da;
  border-radius: 2rem;
  transition: background 160ms ease;
}

.higiprol-cookie-switch > span::after {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.15rem;
  height: 1.15rem;
  content: '';
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease;
}

.higiprol-cookie-switch input:checked + span {
  background: var(--higiprol-primary-dark);
}

.higiprol-cookie-switch input:checked + span::after {
  transform: translateX(1.25rem);
}

.higiprol-cookie-switch em {
  margin-top: 0.3rem;
  color: #758188;
  font-size: 0.66rem;
  font-style: normal;
  white-space: nowrap;
}

.higiprol-cookie-modal__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding-top: 1.5rem;
  border-top: 1px solid #e4ebef;
}

.higiprol-cookie-open {
  overflow: hidden;
}

#footer .copyright__cookies {
  padding: 0;
  margin-left: 0.8rem;
  color: var(--higiprol-primary);
  background: transparent;
  border: 0;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

@media (max-width: 991.98px) {
  .higiprol-cookie__content {
    grid-template-columns: auto 1fr;
  }

  .higiprol-cookie__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 575.98px) {
  .higiprol-cookie {
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .higiprol-cookie__content {
    display: block;
  }

  .higiprol-cookie__icon {
    display: none;
  }

  .higiprol-cookie__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
  }

  .higiprol-cookie__actions .btn-primary {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .higiprol-cookie-option {
    grid-template-columns: 1fr auto;
  }

  .higiprol-cookie-modal__actions {
    flex-direction: column-reverse;
  }

  #footer .copyright__cookies {
    display: block;
    margin: 0.65rem auto 0;
  }
}

/* Registo de cliente profissional */
.higiprol-register-container {
  max-width: 75rem;
  padding-block: 4rem 5rem;
}

.higiprol-register {
  display: grid;
  grid-template-columns: minmax(19rem, 0.8fr) minmax(30rem, 1.2fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e9ed;
  border-radius: 1.5rem;
  box-shadow: 0 1.75rem 4rem rgba(23, 24, 45, 0.14);
}

.higiprol-register__info {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(67, 185, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 185, 233, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 100% 8%, rgba(67, 185, 233, 0.2), transparent 20rem),
    linear-gradient(145deg, #111326 0%, #192b49 100%);
  background-size: 3rem 3rem, 3rem 3rem, auto, auto;
}

.higiprol-register__info-inner {
  position: sticky;
  top: 8rem;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.higiprol-register__logo {
  display: inline-flex;
  width: 11rem;
  padding: 0.6rem 0.75rem;
  margin-bottom: 2.75rem;
  background: #fff;
  border-radius: 0.8rem;
}

.higiprol-register__logo img {
  width: 100%;
  height: auto;
}

.higiprol-register__eyebrow {
  margin-bottom: 0.85rem !important;
  color: var(--higiprol-primary) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.higiprol-register__info h1 {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.higiprol-register__info > p,
.higiprol-register__info-inner > p:not(.higiprol-register__eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
  line-height: 1.7;
}

.higiprol-register__benefits {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1.75rem 0;
  list-style: none;
}

.higiprol-register__benefits li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
}

.higiprol-register__benefits .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.15rem;
}

.higiprol-register__notice {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
}

.higiprol-register__notice .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.2rem;
}

.higiprol-register__notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
}

.higiprol-register__pdf {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: 0.7rem;
  font-size: 0.84rem;
  font-weight: 750;
}

.higiprol-register__pdf .material-icons {
  font-size: 1.1rem;
}

.higiprol-register__form {
  padding: clamp(2.25rem, 5vw, 4.25rem);
}

.higiprol-register__heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e6edf1;
}

.higiprol-register__heading > .material-icons {
  display: grid;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background: var(--higiprol-primary-dark);
  border-radius: 1rem;
  font-size: 1.65rem;
  place-items: center;
}

.higiprol-register__heading h2 {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: 2rem;
  font-weight: 750;
}

.higiprol-register__heading p {
  margin: 0.2rem 0 0;
  color: #7a858c;
}

.higiprol-register__form .form-label {
  color: var(--higiprol-navy);
  font-size: 0.87rem;
  font-weight: 700;
}

.higiprol-register__form .form-control,
.higiprol-register__form .form-select {
  min-height: 3rem;
  border-color: #d4dee3;
  border-radius: 0.65rem;
}

.higiprol-register__form .form-control:focus,
.higiprol-register__form .form-select:focus {
  border-color: var(--higiprol-primary-dark);
  box-shadow: 0 0 0 0.2rem rgba(23, 155, 207, 0.13);
}

.higiprol-register__form .form-text {
  color: #7d898f;
  font-size: 0.74rem;
}

.higiprol-register__form .password-field .btn {
  min-width: 3.25rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
}

.higiprol-register__form .buttons-wrapper {
  margin-top: 2rem;
}

.higiprol-register__form .form-control-submit {
  width: 100%;
  min-height: 3.25rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.7rem;
  font-weight: 750;
}

.higiprol-register__form .register-form__login-prompt {
  padding-top: 1.5rem;
  margin: 1.5rem 0 0;
  color: #7a858c;
  font-size: 0.86rem;
  text-align: center;
  border-top: 1px solid #e6edf1;
}

.higiprol-register__form .register-form__login-prompt a {
  color: var(--higiprol-primary-dark);
  font-weight: 750;
}

@media (max-width: 991.98px) {
  .higiprol-register-container {
    padding-block: 2.5rem 3.5rem;
  }

  .higiprol-register {
    grid-template-columns: 1fr;
  }

  .higiprol-register__info-inner {
    position: static;
    padding: 2.5rem;
  }

  .higiprol-register__form {
    padding: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .higiprol-register-container {
    padding-block: 1rem 2.5rem;
  }

  .higiprol-register {
    border-radius: 1rem;
  }

  .higiprol-register__info-inner,
  .higiprol-register__form {
    padding: 1.5rem;
  }

  .higiprol-register__info h1 {
    font-size: 2rem;
  }

  .higiprol-register__pdf {
    justify-content: center;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .higiprol-solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .higiprol-home-modules .module-products__list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .higiprol-professional__panel {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

}

@media (max-width: 379.98px) {
  .higiprol-home-modules .module-products__list .products {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .higiprol-brands__track,
  .higiprol-product-carousel__track {
    animation: none;
  }
}

/* Rodapé Higiprol */
#footer.footer {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--higiprol-navy);
}

#footer .footer__before {
  color: var(--higiprol-navy);
  background: #eef8fc;
  border-top: 1px solid #dcecf3;
}

#footer .footer__before .ps-emailsubscription {
  padding-block: 2.5rem !important;
  background: transparent !important;
}

#footer .footer__before .ps-emailsubscription .h3 {
  margin: 0;
  color: var(--higiprol-navy);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 750;
  line-height: 1.25;
}

#footer .footer__before .ps-emailsubscription .form-control {
  min-height: 3.25rem;
  padding-inline: 1.15rem;
  background: #fff;
  border: 1px solid #ccdfe8;
  border-radius: 0.75rem;
}

#footer .footer__before .ps-emailsubscription .btn {
  min-height: 3.25rem;
  padding-inline: 1.4rem;
  background: var(--higiprol-primary-dark);
  border-color: var(--higiprol-primary-dark);
  border-radius: 0.75rem;
  font-weight: 750;
}

#footer .footer__before .ps-emailsubscription .text-body-secondary,
#footer .footer__before .ps-emailsubscription .fs-6 {
  color: #64747d !important;
}

#footer .footer__main {
  position: relative;
  padding: 4.5rem 0 1.5rem;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 92% 5%, rgba(67, 185, 233, 0.16), transparent 20rem),
    linear-gradient(120deg, #17182d 0%, #1b2744 62%, #164f70 145%);
}

#footer .footer__main-top {
  display: grid;
  grid-template-columns: minmax(15rem, 1.35fr) repeat(4, minmax(9rem, 1fr));
  gap: 2.25rem;
  margin: 0;
}

#footer .footer__main-top > * {
  width: auto;
  max-width: none;
  padding: 0;
}

#footer .higiprol-footer-intro {
  order: 1;
}

#footer .higiprol-footer-legal {
  order: 2;
}

#footer .ps-customeraccountlinks {
  order: 3;
}

#footer .ps-linklist {
  order: 4;
}

#footer .ps-contactinfo {
  order: 5;
}

#footer .footer__main-top > .ps-contactinfo {
  display: none;
}

#footer .higiprol-footer-contact {
  order: 5;
}

.higiprol-footer-intro__logo {
  display: inline-flex;
  max-width: 13rem;
  padding: 0.7rem 0.9rem;
  margin-bottom: 1.25rem;
  background: #fff;
  border-radius: 0.85rem;
}

.higiprol-footer-intro__logo img {
  display: block;
  width: 100%;
  height: auto;
}

#footer .footer-block__title,
#footer .footer-block__title a {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 750;
  text-decoration: none;
}

#footer .footer-block__title a {
  margin-bottom: 0;
}

#footer .footer-block__list {
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .footer-block__list li {
  margin-bottom: 0.65rem;
}

#footer .footer-block__list a,
#footer .ps-contactinfo a,
#footer .ps-contactinfo address {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
  text-decoration: none;
}

#footer .footer-block__list a:hover,
#footer .ps-contactinfo a:hover {
  color: var(--higiprol-primary);
}

#footer .ps-contactinfo__phone,
#footer .ps-contactinfo__fax,
#footer .ps-contactinfo__email,
#footer .ps-contactinfo__address {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin-top: 0.75rem;
}

#footer .ps-contactinfo__address {
  margin-top: 0;
}

#footer .ps-contactinfo address {
  margin: 0;
}

#footer .ps-contactinfo__phone > div,
#footer .ps-contactinfo__email > div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

#footer .ps-contactinfo__phone span,
#footer .ps-contactinfo__email span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#footer .ps-contactinfo .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.15rem;
}

#footer .ps-contactinfo__title {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 750;
}

#footer .ps-contactinfo__item {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0;
}

#footer .ps-contactinfo__item + .ps-contactinfo__item {
  margin-top: 0.8rem;
}

#footer .ps-contactinfo__item address,
#footer .ps-contactinfo__info {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
}

#footer .ps-contactinfo hr {
  display: none;
}

#footer .higiprol-footer-contact__item {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: 0.8rem;
}

#footer .higiprol-footer-contact__item:first-of-type {
  margin-top: 0;
}

#footer .higiprol-footer-contact__item .material-icons {
  flex: 0 0 1.15rem;
  color: var(--higiprol-primary);
  font-size: 1.15rem;
}

#footer .higiprol-footer-contact__item address,
#footer .higiprol-footer-contact__item a {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
  text-decoration: none;
}

#footer .higiprol-footer-contact__item a:hover {
  color: var(--higiprol-primary);
}

#footer .footer__main-bottom {
  padding-top: 2rem;
  margin: 2.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#footer .higiprol-complaints {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
  background: #fff;
  border-radius: 0.65rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#footer .higiprol-complaints:hover { transform: translateY(-2px); box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.2); }
#footer .higiprol-complaints img { display: block; width: auto; max-width: 13rem; height: auto; max-height: 3.25rem; object-fit: contain; }

#footer .copyright {
  padding-top: 1.5rem;
  margin-top: 2.5rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#footer .copyright__separator {
  padding-inline: 0.4rem;
  color: var(--higiprol-primary);
}

@media (max-width: 1199.98px) {
  #footer .footer__main-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer .higiprol-footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  #footer .footer__before .ps-emailsubscription {
    padding-block: 2rem !important;
  }

  #footer .footer__before .ps-emailsubscription .h3 {
    margin-bottom: 1rem;
  }

  #footer .footer__main {
    padding-top: 3rem;
  }

  #footer .footer__main-top {
    display: block;
  }

  #footer .higiprol-footer-intro {
    padding-bottom: 2rem;
  }

  #footer .footer-block {
    padding-block: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  #footer .footer-block__title {
    margin: 0;
  }

  #footer .footer-block__title .material-icons {
    color: #fff;
  }

  #footer .footer-block__content {
    padding-top: 1rem;
  }

  #footer .higiprol-complaints { width: 100%; min-width: 0; }
}

/* Rodapé aprovado */
#footer .higiprol-footer-resources {
  color: var(--higiprol-navy);
  background: #f4faff;
  border-top: 3px solid var(--higiprol-primary);
}

#footer .higiprol-footer-resources__layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 2.2fr);
  min-height: 7rem;
}

#footer .higiprol-footer-resources__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.65rem 2rem 0.65rem 2.5rem;
  border-right: 1px solid #cfe4f2;
}

#footer .higiprol-footer-resources__intro > span {
  align-self: flex-start;
  padding: 0.15rem 0.65rem;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--higiprol-navy);
  border-radius: 0.2rem;
}

#footer .higiprol-footer-resources__intro h2 {
  max-width: 14rem;
  margin: 0 0 0.25rem;
  color: var(--higiprol-navy);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  font-weight: 750;
  line-height: 1.08;
}

#footer .higiprol-footer-resources__intro p {
  max-width: 14rem;
  margin: 0;
  color: #425770;
  font-size: 0.65rem;
  line-height: 1.35;
}

#footer .higiprol-footer-resources__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  padding-left: 0.75rem;
}

#footer .higiprol-footer-resources__links > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  min-height: 4.5rem;
  padding: 0.5rem 0.8rem;
  color: var(--higiprol-navy);
  text-decoration: none;
  border-right: 1px solid #cfe4f2;
}

#footer .higiprol-footer-resources__links > div:last-child {
  border-right: 0;
}

#footer .higiprol-footer-resources__links > div > .material-icons:first-child {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  color: #078de1;
  font-size: 1.65rem;
  background: #e3f3ff;
  border-radius: 0.55rem;
  place-items: center;
}

#footer .higiprol-footer-resources__links strong,
#footer .higiprol-footer-resources__links small {
  display: block;
}

#footer .higiprol-footer-resources__links strong {
  margin-bottom: 0.15rem;
  font-size: 0.78rem;
  font-weight: 750;
}

#footer .higiprol-footer-resources__links small {
  color: #425770;
  font-size: 0.68rem;
  line-height: 1.3;
}

#footer .footer__main {
  padding: 1.9rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  background: #032e5a;
}

#footer .footer__main > .container {
  position: relative;
  z-index: 1;
}

#footer .higiprol-footer-grid {
  display: grid;
  grid-template-columns: minmax(17rem, 1.1fr) repeat(3, minmax(10rem, 1fr));
  gap: clamp(2rem, 3.5vw, 4rem);
  align-items: start;
}

#footer .higiprol-footer-card {
  box-sizing: border-box;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#footer .higiprol-footer-card__logo {
  display: inline-flex;
  width: min(100%, 12rem);
  min-height: 3rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

#footer .higiprol-footer-card__logo img {
  display: block;
  width: 100%;
  height: auto;
}

#footer .higiprol-footer-card h2 {
  position: relative;
  padding-bottom: 0.7rem;
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

#footer .higiprol-footer-card h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  content: "";
  background: var(--higiprol-primary);
}

#footer .higiprol-footer-card__contacts {
  display: grid;
  gap: 0.25rem;
  padding: 0;
  margin: 0 0 0.8rem;
  list-style: none;
}

#footer .higiprol-footer-card__contacts li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-height: 2rem;
}

#footer .higiprol-footer-card__contacts .material-icons {
  color: #fff;
  font-size: 1.2rem;
}

#footer .higiprol-footer-card__contacts a,
#footer .higiprol-footer-card__contacts span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  text-decoration: none;
}

#footer .higiprol-footer-card__contact {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: min(100%, 16rem);
  min-height: 3rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #0da4ee;
  border: 1px solid #0da4ee;
  border-radius: 0.45rem;
}

#footer .higiprol-footer-card__contact:hover,
#footer .higiprol-footer-card__contact:focus-visible {
  color: #fff;
  background: #087fc0;
  border-color: #087fc0;
}

#footer .higiprol-footer-nav {
  padding-top: 0.85rem;
}

#footer .higiprol-footer-nav h2 {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 0.9rem;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  border-bottom: 2px solid #0da4ee;
}

#footer .higiprol-footer-nav h2 span {
  display: grid;
  width: 2.5rem;
  height: 2.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  background: #0da4ee;
  border-radius: 0.2rem;
  place-items: center;
}

#footer .higiprol-footer-nav ul {
  display: grid;
  gap: 0.35rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .higiprol-footer-nav a,
#footer .higiprol-footer-nav__cookies {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0 0 1.9rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

#footer .higiprol-footer-nav a::before,
#footer .higiprol-footer-nav__cookies::before {
  position: absolute;
  left: 0.25rem;
  color: #0da4ee;
  font-family: "Material Icons";
  font-size: 1rem;
  content: "chevron_right";
}

#footer .higiprol-footer-nav a:hover,
#footer .higiprol-footer-nav a:focus-visible,
#footer .higiprol-footer-nav__cookies:hover,
#footer .higiprol-footer-nav__cookies:focus-visible {
  color: #fff;
}

#footer .higiprol-footer-newsletter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.8rem 0;
  margin: 1.8rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

#footer .higiprol-footer-newsletter__icon {
  color: #0da4ee;
  font-size: 4.75rem;
}

#footer .higiprol-footer-newsletter .ps-emailsubscription,
#footer .higiprol-footer-newsletter .ps-emailsubscription > .container {
  padding: 0 !important;
  color: #fff;
  background: transparent !important;
}

#footer .higiprol-footer-newsletter .row {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(22rem, 1.7fr);
  gap: 2rem;
  align-items: center;
  margin: 0;
}

#footer .higiprol-footer-newsletter .row > * {
  width: auto;
  padding: 0;
}

#footer .higiprol-newsletter-copy h2 {
  margin: 0 0 0.25rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

#footer .higiprol-newsletter-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  line-height: 1.4;
}

#footer .higiprol-footer-newsletter .form-control,
#footer .higiprol-footer-newsletter .btn {
  min-height: 3.25rem;
  border-radius: 0.35rem;
}

#footer .higiprol-footer-newsletter .btn {
  min-width: 8.5rem;
  color: #fff;
  font-weight: 700;
  background: #0da4ee;
  border-color: #0da4ee;
}

#footer .higiprol-footer-newsletter .fs-6,
#footer .higiprol-footer-newsletter .text-body-secondary,
#footer .higiprol-footer-newsletter label {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.75rem !important;
}

#footer .copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  justify-content: center;
  min-height: 5.75rem;
  padding: 1rem 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  text-align: center;
  border-top: 0;
}

#footer .copyright__links {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .copyright__links > * {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.45rem 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  background: transparent;
  border: 0;
  border-right: 1px solid #0da4ee;
}

#footer .copyright__links .copyright__cookies {
  margin: 0;
  text-decoration: none;
}

#footer .copyright__links > *:last-child {
  border-right: 0;
}

#footer .copyright__links a:hover,
#footer .copyright__links a:focus-visible,
#footer .copyright__cookies:hover,
#footer .copyright__cookies:focus-visible {
  color: #47c4ff;
}

#footer .copyright__developer {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 2.75rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

#footer .copyright__developer:hover,
#footer .copyright__developer:focus-visible {
  color: #47c4ff;
}

@media (max-width: 1199.98px) {
  #footer .higiprol-footer-resources__layout {
    grid-template-columns: minmax(13rem, 0.75fr) minmax(0, 2.25fr);
  }

  #footer .higiprol-footer-resources__intro {
    padding: 0.75rem 1.25rem;
  }

  #footer .higiprol-footer-resources__links {
    padding-left: 0;
  }

  #footer .higiprol-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  #footer .higiprol-footer-card {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 24rem;
  }

  #footer .higiprol-footer-newsletter .row {
    grid-template-columns: minmax(14rem, 0.8fr) minmax(20rem, 1.4fr);
  }
}

@media (max-width: 991.98px) {
  #footer .higiprol-footer-resources__layout {
    grid-template-columns: 1fr;
  }

  #footer .higiprol-footer-resources__intro {
    border-right: 0;
    border-bottom: 1px solid #cfe4f2;
  }

  #footer .higiprol-footer-resources__intro h2,
  #footer .higiprol-footer-resources__intro p {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  #footer .higiprol-footer-resources__intro {
    padding-inline: 0.25rem;
  }

  #footer .higiprol-footer-resources__links {
    grid-template-columns: 1fr;
  }

  #footer .higiprol-footer-resources__links > div {
    min-height: 4.5rem;
    padding-inline: 0.25rem;
    border-right: 0;
    border-bottom: 1px solid #cfe4f2;
  }

  #footer .higiprol-footer-resources__links > div:last-child {
    border-bottom: 0;
  }

  #footer .higiprol-footer-grid {
    grid-template-columns: 1fr;
  }

  #footer .higiprol-footer-card {
    display: block;
    grid-column: auto;
    padding: 0;
  }

  #footer .higiprol-footer-nav {
    padding-top: 0;
  }

  #footer .higiprol-footer-newsletter {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  #footer .higiprol-footer-newsletter__icon {
    font-size: 3.5rem;
  }

  #footer .higiprol-footer-newsletter .row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #footer .higiprol-footer-newsletter form .d-flex {
    flex-direction: column;
    align-items: stretch !important;
  }

  #footer .higiprol-footer-newsletter .btn {
    width: 100%;
  }

  #footer .copyright {
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    padding-block: 1.25rem;
    text-align: center;
  }

  #footer .copyright__links {
    flex-wrap: wrap;
  }

  #footer .copyright__links > * {
    padding-inline: 0.75rem;
  }

  #footer .copyright__developer {
    justify-self: center;
  }
}

@media (max-width: 389.98px) {
  #footer .higiprol-footer-resources__links > div {
    grid-template-columns: auto minmax(0, 1fr);
  }

  #footer .higiprol-footer-resources__links > div > .material-icons:first-child {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }

  #footer .higiprol-footer-card {
    padding: 0;
  }
}
/* Dashboard da área de cliente. Tokens derivados exclusivamente da paleta Higiprol. */
.hg-account-dashboard,
.hg-account-sidebar {
  --hg-primary: var(--higiprol-primary);
  --hg-primary-dark: var(--higiprol-primary-dark);
  --hg-accent: var(--higiprol-primary);
  --hg-bg: var(--higiprol-surface);
  --hg-surface: #fff;
  --hg-border: #dfe8ec;
  --hg-text: var(--higiprol-navy);
  --hg-text-muted: #596971;
}

.hg-account-sidebar.account-menu--sidebar {
  padding: 1rem;
  overflow: hidden;
  color: #fff;
  background: var(--higiprol-navy);
  border: 0;
  box-shadow: 0 1rem 2.75rem rgba(23, 24, 45, 0.18);
}

.hg-account-sidebar__customer {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem;
  margin-bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.8rem;
}

.hg-account-sidebar__avatar {
  display: grid;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  color: var(--higiprol-navy);
  background: var(--higiprol-primary);
  border-radius: 50%;
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  place-items: center;
}

.hg-account-sidebar__name {
  margin: 0 0 0.18rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.hg-account-sidebar__status {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
}

.hg-account-sidebar__status i {
  width: 0.42rem;
  height: 0.42rem;
  background: var(--higiprol-primary);
  border-radius: 50%;
}

.hg-account-sidebar.account-menu--sidebar .account-menu__nav {
  gap: 0.15rem;
}

.hg-account-sidebar.account-menu--sidebar .account-menu__link {
  min-height: 2.65rem;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0.55rem;
}

.hg-account-sidebar.account-menu--sidebar .account-menu__link:hover,
.hg-account-sidebar.account-menu--sidebar .account-menu__link:focus-visible,
.hg-account-sidebar.account-menu--sidebar .account-menu__link--active {
  color: var(--higiprol-navy);
  background: var(--higiprol-primary);
  outline: 0;
  transform: none;
}

.hg-account-sidebar.account-menu--sidebar .account-menu__icon {
  width: 1.75rem;
  height: 1.75rem;
  flex-basis: 1.75rem;
  color: var(--higiprol-primary);
  background: rgba(67, 185, 233, 0.12);
  font-size: 1rem;
}

.hg-account-sidebar.account-menu--sidebar .account-menu__link:hover .account-menu__icon,
.hg-account-sidebar.account-menu--sidebar .account-menu__link:focus-visible .account-menu__icon,
.hg-account-sidebar.account-menu--sidebar .account-menu__link--active .account-menu__icon {
  color: var(--higiprol-navy);
  background: rgba(255, 255, 255, 0.34);
}

.hg-account-sidebar.account-menu--sidebar .account-menu__link--signout {
  color: rgba(255, 255, 255, 0.72);
  border-top-color: rgba(255, 255, 255, 0.12);
}

.hg-account-sidebar.account-menu--sidebar .account-menu__link--signout .account-menu__icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hg-account-sidebar__help {
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.8rem;
}

.hg-account-sidebar__help > .material-icons {
  color: var(--higiprol-primary);
  font-size: 1.8rem;
}

.hg-account-sidebar__help h2 {
  margin: 0.45rem 0 0.3rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.hg-account-sidebar__help p {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  line-height: 1.55;
}

.hg-account-sidebar__help .btn {
  width: 100%;
  color: var(--higiprol-navy);
  background: var(--higiprol-primary);
  border-color: var(--higiprol-primary);
  border-radius: 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
}

.hg-account-sidebar__help .btn:hover,
.hg-account-sidebar__help .btn:focus-visible {
  color: var(--higiprol-navy);
  background: #fff;
  border-color: #fff;
}

.hg-account-dashboard {
  padding: clamp(1rem, 2.4vw, 1.8rem);
  color: var(--hg-text);
  background: var(--hg-bg);
  border: 1px solid var(--hg-border);
  border-radius: 1rem;
}

.hg-account-dashboard__welcome {
  margin-bottom: 1.25rem;
}

.hg-account-dashboard__eyebrow,
.hg-account-panel__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--hg-primary-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hg-account-dashboard__welcome h1 {
  margin: 0 0 0.3rem;
  color: var(--hg-text);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 850;
}

.hg-account-dashboard__welcome > p:last-child {
  margin: 0;
  color: var(--hg-text-muted);
  font-size: 0.88rem;
}

.hg-account-dashboard__hook:empty,
.hg-account-dashboard__extensions:empty {
  display: none;
}

.hg-account-dashboard__hook--top:not(:empty) {
  margin-bottom: 1rem;
}

.hg-account-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.hg-account-metric {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  min-width: 0;
  padding: 1.05rem;
  background: var(--hg-surface);
  border: 1px solid var(--hg-border);
  border-radius: 0.8rem;
  box-shadow: 0 0.55rem 1.5rem rgba(23, 24, 45, 0.045);
}

.hg-account-metric__icon {
  display: grid;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--hg-primary-dark);
  background: rgba(67, 185, 233, 0.12);
  border-radius: 50%;
  font-size: 1.3rem;
  place-items: center;
}

.hg-account-metric__label,
.hg-account-metric__meta {
  margin: 0;
  color: var(--hg-text-muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.hg-account-metric__value {
  display: block;
  margin: 0.16rem 0;
  color: var(--hg-text);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 850;
  line-height: 1.15;
}

.hg-account-metric__amounts {
  display: flex;
  gap: 0.2rem 0.65rem;
  flex-wrap: wrap;
}

.hg-account-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr);
  gap: 1rem;
}

.hg-account-panel {
  min-width: 0;
  padding: 1rem;
  background: var(--hg-surface);
  border: 1px solid var(--hg-border);
  border-radius: 0.8rem;
}

.hg-account-panel__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e7edef;
}

.hg-account-panel__header h2 {
  margin: 0;
  color: var(--hg-text);
  font-size: 0.98rem;
  font-weight: 850;
}

.hg-account-panel__link {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  color: var(--hg-primary-dark);
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration: none;
}

.hg-account-panel__link .material-icons {
  font-size: 0.95rem;
}

.hg-account-panel__link:hover,
.hg-account-panel__link:focus-visible {
  color: var(--hg-text);
  text-decoration: underline;
}

.hg-account-activity {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hg-account-activity__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid #edf2f4;
}

.hg-account-activity__item:last-child {
  border-bottom: 0;
}

.hg-account-activity__icon {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--hg-primary-dark);
  background: rgba(67, 185, 233, 0.12);
  border-radius: 50%;
  font-size: 0.95rem;
  place-items: center;
}

.hg-account-activity__body {
  display: grid;
  min-width: 0;
}

.hg-account-activity__body strong {
  overflow: hidden;
  color: var(--hg-text);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hg-account-activity__body span,
.hg-account-activity time {
  color: var(--hg-text-muted);
  font-size: 0.65rem;
}

.hg-account-orders {
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}

.hg-account-orders table {
  width: 100%;
  min-width: 35rem;
  border-collapse: collapse;
}

.hg-account-orders th,
.hg-account-orders td {
  padding: 0.65rem 0.55rem;
  color: var(--hg-text-muted);
  border-bottom: 1px solid #edf2f4;
  font-size: 0.7rem;
  text-align: left;
  vertical-align: middle;
}

.hg-account-orders thead th {
  color: var(--hg-text);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hg-account-orders tbody th {
  color: var(--hg-text);
  font-weight: 800;
}

.hg-account-status {
  display: inline-flex;
  padding: 0.22rem 0.45rem;
  color: var(--hg-text-muted);
  background: #f1f4f6;
  border-radius: 2rem;
  font-size: 0.62rem;
  font-weight: 750;
  white-space: nowrap;
}

.hg-account-status--valid {
  color: var(--higiprol-navy);
  background: rgba(67, 185, 233, 0.18);
}

.hg-account-orders__view {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  color: var(--hg-primary-dark);
  border-radius: 50%;
  text-decoration: none;
  place-items: center;
}

.hg-account-orders__view:hover,
.hg-account-orders__view:focus-visible {
  color: var(--hg-text);
  background: rgba(67, 185, 233, 0.14);
}

.hg-account-orders__view .material-icons {
  font-size: 1rem;
}

.hg-account-document-summary {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem;
  background: rgba(67, 185, 233, 0.08);
  border-radius: 0.65rem;
}

.hg-account-document-summary__icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--hg-primary-dark);
  background: #fff;
  border-radius: 50%;
  place-items: center;
}

.hg-account-document-summary strong {
  color: var(--hg-text);
  font-size: 1.25rem;
  font-weight: 850;
}

.hg-account-document-summary p {
  margin: 0;
  color: var(--hg-text-muted);
  font-size: 0.72rem;
}

.hg-account-empty {
  display: flex;
  min-height: 9rem;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: var(--hg-text-muted);
  text-align: center;
  background: #f8fafb;
  border-radius: 0.65rem;
}

.hg-account-empty--compact {
  min-height: 5rem;
}

.hg-account-empty > .material-icons {
  color: var(--hg-primary-dark);
}

.hg-account-empty p {
  margin: 0;
  font-size: 0.75rem;
}

.hg-account-empty .btn {
  margin-top: 0.2rem;
}

.hg-account-dashboard__extensions.account-menu--main {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hg-account-dashboard__extensions.account-menu--main .account-menu__link {
  min-height: 5.5rem;
  padding: 0.85rem;
}

@media (max-width: 1199.98px) {
  .hg-account-dashboard__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hg-account-dashboard__metrics .hg-account-metric:last-child {
    grid-column: 1 / -1;
  }

  .hg-account-dashboard__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .hg-account-sidebar.account-menu--sidebar {
    position: static;
  }

  .hg-account-sidebar.account-menu--sidebar .account-menu__nav {
    display: flex;
    padding-bottom: 0.35rem;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .hg-account-sidebar.account-menu--sidebar .account-menu__link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hg-account-sidebar__help {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hg-account-dashboard__metrics--has-credit {
    grid-template-columns: 1fr;
  }

  .hg-account-dashboard {
    padding: 0.85rem;
    border-radius: 0.75rem;
  }

  .hg-account-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .hg-account-dashboard__metrics .hg-account-metric:last-child {
    grid-column: auto;
  }

  .hg-account-panel__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hg-account-activity__item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .hg-account-activity time {
    grid-column: 2;
  }

  .hg-account-dashboard__extensions.account-menu--main {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hg-account-sidebar .account-menu__link,
  .hg-account-panel__link,
  .hg-account-orders__view {
    transition: none;
  }
}

/* Refinamento visual do dashboard: composição alinhada com a referência aprovada. */
.hg-account-dashboard {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 4%, rgba(67, 185, 233, 0.16) 0 4.5rem, transparent 4.6rem),
    radial-gradient(circle at 88% 7%, rgba(67, 185, 233, 0.08) 0 8rem, transparent 8.1rem),
    var(--hg-bg);
}

.hg-account-dashboard::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: min(34rem, 55%);
  height: 10rem;
  background-image: radial-gradient(rgba(23, 155, 207, 0.22) 0.8px, transparent 0.8px);
  background-size: 7px 7px;
  content: "";
  mask-image: linear-gradient(110deg, transparent 10%, #000 100%);
}

.hg-account-dashboard__welcome {
  position: relative;
  max-width: 48rem;
  margin-bottom: 1rem;
}

.hg-account-dashboard__welcome h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.7rem, 3.1vw, 2.35rem);
}

.hg-account-dashboard__welcome h2 {
  margin: 0 0 0.2rem;
  color: var(--hg-text);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 800;
}

.hg-account-dashboard__metrics {
  position: relative;
  z-index: 1;
  gap: 0.7rem;
}

.hg-account-dashboard__metrics--has-credit {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hg-account-metric {
  min-height: 6.5rem;
  padding: 0.9rem;
  box-shadow: 0 0.45rem 1.25rem rgba(23, 24, 45, 0.035);
}

.hg-account-dashboard__grid {
  grid-template-areas:
    "activity orders credit-slips"
    "quick quick extensions";
  grid-template-columns: minmax(12rem, 0.8fr) minmax(20rem, 1.45fr) minmax(12rem, 0.82fr);
  grid-template-rows: auto auto;
  gap: 0.75rem;
  align-items: stretch;
}

.hg-account-panel--activity {
  grid-area: activity;
}

.hg-account-panel--orders {
  grid-area: orders;
}

.hg-account-panel--credit {
  grid-area: credit;
}

.hg-account-panel--credit-slips {
  grid-area: credit-slips;
}

.hg-account-panel--extensions {
  grid-area: extensions;
}

.hg-account-panel--quick-products {
  grid-area: quick;
}

.hg-account-dashboard__grid--has-credit {
  grid-template-areas:
    "activity orders credit"
    "activity orders credit-slips"
    "quick quick extensions";
  grid-template-rows: auto auto auto;
}

.hg-account-credit {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}

.hg-account-credit__gauge {
  position: relative;
  display: grid;
  place-items: center;
}

.hg-account-credit__gauge svg {
  width: 5.5rem;
  height: 5.5rem;
  transform: rotate(-90deg);
}

.hg-account-credit__gauge circle {
  fill: none;
  stroke-width: 4;
}

.hg-account-credit__gauge-track {
  stroke: #e6eef2;
}

.hg-account-credit__gauge-value {
  stroke: var(--hg-primary-dark);
  stroke-linecap: round;
}

.hg-account-credit__gauge > span {
  position: absolute;
  display: grid;
  color: var(--hg-text-muted);
  font-size: 0.54rem;
  line-height: 1.15;
  text-align: center;
}

.hg-account-credit__gauge strong {
  color: var(--hg-text);
  font-size: 0.88rem;
}

.hg-account-credit__values {
  display: grid;
  gap: 0;
  margin: 0;
}

.hg-account-credit__values > div {
  display: flex;
  gap: 0.45rem;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.35rem 0;
  border-bottom: 1px solid #edf2f4;
}

.hg-account-credit__values > div:last-child {
  border-bottom: 0;
}

.hg-account-credit__values dt,
.hg-account-credit__values dd {
  margin: 0;
  font-size: 0.62rem;
}

.hg-account-credit__values dt {
  color: var(--hg-text-muted);
}

.hg-account-credit__values dd {
  color: var(--hg-text);
  font-weight: 800;
  text-align: right;
}

.hg-account-credit__values .hg-account-credit__available dd {
  color: var(--hg-primary-dark);
}

.hg-account-panel {
  padding: 0.85rem;
  border-radius: 0.72rem;
  box-shadow: 0 0.4rem 1.2rem rgba(23, 24, 45, 0.025);
}

.hg-account-panel__header {
  padding-bottom: 0.6rem;
  margin-bottom: 0.55rem;
}

.hg-account-panel__header h2 {
  font-size: 0.9rem;
}

.hg-account-panel__eyebrow {
  font-size: 0.62rem;
}

.hg-account-empty {
  min-height: 6rem;
  padding: 0.75rem;
}

.hg-account-panel--activity .hg-account-empty,
.hg-account-panel--orders .hg-account-empty {
  height: calc(100% - 0.25rem);
  min-height: 12rem;
}

.hg-account-panel--credit-slips .hg-account-empty {
  min-height: 4.5rem;
}

.hg-account-dashboard__extensions.account-menu--main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.hg-account-dashboard__extensions.account-menu--main .account-menu__link {
  min-height: 3.6rem;
  flex-direction: row;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-start;
  padding: 0.65rem;
  border-radius: 0.65rem;
  box-shadow: none;
}

.hg-account-dashboard__extensions.account-menu--main .account-menu__link::after {
  top: -2.75rem;
  right: -2.75rem;
  width: 5rem;
  height: 5rem;
}

.hg-account-dashboard__extensions.account-menu--main .account-menu__icon {
  flex: 0 0 2.15rem;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.55rem;
  font-size: 1.1rem;
}

.hg-account-quick-products__intro {
  margin: -0.1rem 0 0.7rem;
  color: var(--hg-text-muted);
  font-size: 0.68rem;
}

.hg-account-quick-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.hg-account-quick-product {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hg-border);
  border-radius: 0.65rem;
}

.hg-account-quick-product__image {
  display: grid;
  min-height: 6.4rem;
  padding: 0.4rem;
  background: #f7fafb;
  place-items: center;
}

.hg-account-quick-product__image img {
  width: 100%;
  height: 5rem;
  object-fit: contain;
}

.hg-account-quick-product__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0.65rem 0.6rem;
}

.hg-account-quick-product__name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hg-text);
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hg-account-quick-product__name:hover,
.hg-account-quick-product__name:focus-visible {
  color: var(--hg-primary-dark);
  text-decoration: underline;
}

.hg-account-quick-product__reference {
  margin-top: 0.2rem;
  overflow: hidden;
  color: var(--hg-text-muted);
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hg-account-quick-product__footer {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5rem;
}

.hg-account-quick-product__footer strong {
  color: var(--hg-text);
  font-size: 0.78rem;
  font-weight: 850;
}

.hg-account-quick-product__footer form {
  margin: 0;
}

.hg-account-quick-product__cart {
  display: grid;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0.45rem;
  place-items: center;
}

.hg-account-quick-product__cart .material-icons {
  font-size: 1rem;
}

.hg-account-quick-product__details {
  color: var(--hg-primary-dark);
  font-size: 0.65rem;
  font-weight: 800;
}

.hg-account-orders table {
  min-width: 31rem;
}

.hg-account-orders th,
.hg-account-orders td {
  padding: 0.58rem 0.42rem;
  font-size: 0.66rem;
}

@media (max-width: 1399.98px) {
  .hg-account-dashboard__metrics--has-credit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hg-account-dashboard__metrics--has-credit .hg-account-metric:last-child {
    grid-column: auto;
  }

  .hg-account-dashboard__grid {
    grid-template-areas:
      "activity orders"
      "quick quick"
      "credit-slips extensions";
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.38fr);
    grid-template-rows: auto auto;
  }

  .hg-account-dashboard__grid--has-credit {
    grid-template-areas:
      "activity orders"
      "quick quick"
      "credit credit-slips"
      "extensions extensions";
    grid-template-rows: auto auto auto auto;
  }

  .hg-account-quick-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hg-account-panel--activity .hg-account-empty,
  .hg-account-panel--orders .hg-account-empty {
    min-height: 9rem;
  }
}

@media (max-width: 991.98px) {
  .hg-account-dashboard__grid {
    grid-template-areas:
      "orders"
      "activity"
      "quick"
      "credit-slips"
      "extensions";
    grid-template-columns: 1fr;
  }

  .hg-account-dashboard__grid--has-credit {
    grid-template-areas:
      "orders"
      "activity"
      "quick"
      "credit"
      "credit-slips"
      "extensions";
  }
}

@media (max-width: 575.98px) {
  .hg-account-dashboard {
    background:
      radial-gradient(circle at 100% 0, rgba(67, 185, 233, 0.13) 0 4rem, transparent 4.1rem),
      var(--hg-bg);
  }

  .hg-account-dashboard::before {
    width: 70%;
    height: 8rem;
  }

  .hg-account-dashboard__welcome {
    padding-right: 1rem;
  }

  .hg-account-dashboard__metrics--has-credit {
    grid-template-columns: 1fr;
  }

  .hg-account-quick-products {
    grid-template-columns: 1fr;
  }
}

/* Evita que os painéis centrais vazios herdem a altura total da coluna lateral. */
.hg-account-dashboard__grid--has-credit .hg-account-panel--activity,
.hg-account-dashboard__grid--has-credit .hg-account-panel--orders {
  align-self: start;
}

.hg-account-dashboard__grid--has-credit .hg-account-panel--activity .hg-account-empty,
.hg-account-dashboard__grid--has-credit .hg-account-panel--orders .hg-account-empty {
  height: auto;
  min-height: 13rem;
}

@media (min-width: 1400px) {
  .hg-account-dashboard__grid--has-credit .hg-account-panel--activity,
  .hg-account-dashboard__grid--has-credit .hg-account-panel--orders {
    align-self: stretch;
  }

  .hg-account-dashboard__grid--has-credit .hg-account-panel--activity .hg-account-empty,
  .hg-account-dashboard__grid--has-credit .hg-account-panel--orders .hg-account-empty {
    min-height: 22.5rem;
  }
}

@media (min-width: 992px) {
  #my-account .hg-account-sidebar.account-menu--sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  #my-account .hg-account-sidebar__help {
    margin-top: auto;
  }
}

@media (max-width: 991.98px) {
  #my-account .hg-account-sidebar.account-menu--sidebar {
    padding: 0.85rem;
  }

  #my-account .hg-account-sidebar.account-menu--sidebar .account-menu__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    padding-bottom: 0;
    overflow: visible;
  }

  #my-account .hg-account-sidebar.account-menu--sidebar .account-menu__link {
    min-width: 0;
    min-height: 3rem;
    white-space: normal;
  }

  #my-account .hg-account-sidebar.account-menu--sidebar .account-menu__link--signout {
    grid-column: 1 / -1;
    margin-top: 0.2rem;
  }

  .hg-account-dashboard__grid--has-credit .hg-account-panel--activity .hg-account-empty,
  .hg-account-dashboard__grid--has-credit .hg-account-panel--orders .hg-account-empty {
    min-height: 9rem;
  }
}

@media (max-width: 575.98px) {
  #my-account .hg-account-sidebar.account-menu--sidebar .account-menu__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #my-account .hg-account-sidebar.account-menu--sidebar .account-menu__link {
    padding: 0.5rem;
    font-size: 0.78rem;
  }

  #my-account .hg-account-sidebar.account-menu--sidebar .account-menu__icon {
    width: 1.6rem;
    height: 1.6rem;
    flex-basis: 1.6rem;
  }
}

/* Hero premium — composição 02 (palco de produto) */
.page-index .higiprol-hero {
  min-height: clamp(36rem, 40vw, 42rem);
  aspect-ratio: auto;
  background-color: #edf5fc;
  background-image: url("../img/higiprol-hero-stage-v2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-index .higiprol-hero__picture,
.page-index .higiprol-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-index .higiprol-hero__media {
  top: auto;
  bottom: 16%;
  left: auto;
  right: 13%;
  width: auto;
  height: 68%;
  object-fit: contain;
  object-position: right bottom;
}

.page-index .higiprol-hero__container {
  min-height: clamp(36rem, 40vw, 42rem);
  padding-block: clamp(3rem, 4vw, 4.5rem);
}

.page-index .higiprol-hero__content {
  max-width: min(37rem, 43%);
}

.page-index .higiprol-hero__eyebrow {
  margin-bottom: 1rem;
  font-size: 0.78rem;
}

.page-index .higiprol-hero h2 {
  max-width: 35rem;
  margin-bottom: 1.1rem;
  font-size: clamp(2.65rem, 3.55vw, 3.55rem);
  line-height: 1.02;
}

.page-index .higiprol-hero__lead {
  max-width: 34rem;
  margin-bottom: 1.75rem;
  color: #34445a;
}

.page-index .higiprol-hero__actions {
  gap: 0.9rem;
}

.page-index .higiprol-hero__actions .btn {
  min-height: 3.1rem;
  border-radius: 0.35rem;
}

.page-index .higiprol-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 26rem;
  margin-top: 2.25rem;
}

.page-index .higiprol-benefits > div {
  gap: 0.7rem;
}

.page-index .higiprol-benefits > div > .material-icons {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  place-items: center;
  color: #008fce;
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid #b9ddf0;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .page-index .higiprol-hero {
    min-height: clamp(30rem, 33.6vw, 35.25rem);
    background-image: url("../img/hero-desktop.webp");
    background-position: center;
    background-size: 100% 100%;
  }

  .page-index .higiprol-hero__picture {
    display: none;
  }

  .page-index .higiprol-hero__container {
    min-height: clamp(30rem, 33.6vw, 35.25rem);
    padding-block: 2rem;
  }
}

@media (min-width: 600px) and (max-width: 1199.98px) {
  .page-index .higiprol-hero {
    min-height: clamp(40rem, 82vw, 44rem);
    background-image: url("../img/hero-tablet.webp");
    background-position: center;
    background-size: 100% 100%;
  }

  .page-index .higiprol-hero::after {
    display: none;
  }

  .page-index .higiprol-hero__picture {
    display: none;
  }

  .page-index .higiprol-hero__media {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    width: auto;
    height: 88%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

  .page-index .higiprol-hero__container {
    min-height: clamp(40rem, 82vw, 44rem);
    padding-block: 2rem 1.75rem;
    align-items: flex-start;
  }

  .page-index .higiprol-hero__content {
    max-width: min(39rem, 68%);
  }

  .page-index .higiprol-hero h2 {
    max-width: 37rem;
    margin-bottom: 0.8rem;
    font-size: clamp(2.1rem, 4.6vw, 2.9rem);
  }

  .page-index .higiprol-hero__lead {
    margin-bottom: 1.15rem;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .page-index .higiprol-hero__actions .btn {
    min-width: 10.5rem;
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
  }

  .page-index .higiprol-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 25rem;
    margin-top: 1rem;
  }

  .page-index .higiprol-benefits > div {
    min-height: 0;
  }

  .page-index .higiprol-benefits > div + div {
    border-top: 0;
    border-left: 0;
  }

  .page-index .higiprol-benefits > div > .material-icons {
    width: 2.1rem;
    height: 2.1rem;
    flex-basis: 2.1rem;
    font-size: 1.1rem;
  }

  .page-index .higiprol-benefits strong {
    font-size: 0.72rem;
  }

  .page-index .higiprol-benefits small {
    display: none;
  }
}

@media (max-width: 599.98px) {
  .page-index .higiprol-hero {
    min-height: clamp(43rem, 180vw, 49rem);
    background-image: url("../img/hero-mobile.webp");
    background-position: center;
    background-size: 100% 100%;
  }

  .page-index .higiprol-hero::after {
    display: none;
  }

  .page-index .higiprol-hero__picture {
    display: none;
  }

  .page-index .higiprol-hero__media {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    width: auto;
    height: 88%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

  .page-index .higiprol-hero__container {
    min-height: clamp(43rem, 180vw, 49rem);
    padding-block: 1.5rem 1rem;
    align-items: flex-start;
  }

  .page-index .higiprol-hero__content {
    width: 100%;
    max-width: 100%;
  }

  .page-index .higiprol-hero__eyebrow {
    margin-bottom: 0.6rem;
    font-size: 0.62rem;
  }

  .page-index .higiprol-hero h2 {
    max-width: 25rem;
    margin-bottom: 0.85rem;
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .page-index .higiprol-hero__lead {
    margin-bottom: 1rem;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .page-index .higiprol-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .page-index .higiprol-hero__actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 2.7rem;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
  }

  .page-index .higiprol-benefits {
    grid-template-columns: 1fr;
    gap: 0.1rem;
    margin-top: 1.1rem;
  }

  .page-index .higiprol-benefits > div {
    min-height: 2.65rem;
  }

  .page-index .higiprol-benefits > div + div {
    border: 0;
  }

  .page-index .higiprol-benefits > div > .material-icons {
    width: 1.9rem;
    height: 1.9rem;
    flex-basis: 1.9rem;
    font-size: 1rem;
  }

  .page-index .higiprol-benefits strong {
    font-size: 0.72rem;
  }

  .page-index .higiprol-benefits small {
    display: none;
  }
}
