:root,
[data-bs-theme="light"] {
  --bs-primary: #00a0e0;
  --bs-primary-rgb: 0, 160, 224;
  --bs-link-color: #0070c0;
  --bs-link-color-rgb: 0, 112, 192;
  --bs-link-hover-color: #d00070;
  --bs-link-hover-color-rgb: 208, 0, 112;
  --bs-success: #30b000;
  --bs-success-rgb: 48, 176, 0;
  --bs-dark: #003050;
  --bs-dark-rgb: 0, 48, 80;
  --bs-heading-color: #003050;
  --bs-border-radius: 0.5rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-focus-ring-color: rgba(0, 160, 224, 0.24);
  --documente-cyan: #00a0e0;
  --documente-cyan-dark: #0070c0;
  --documente-magenta: #d00070;
  --documente-green: #30b000;
  --documente-navy: #003050;
  --documente-ink: #123248;
  --documente-muted: #5f7482;
  --documente-paper: #ffffff;
  --documente-soft: #f5fafd;
  --documente-line: #dceaf1;
  --documente-shadow: 0 18px 42px rgba(0, 48, 80, 0.1);
}

html {
  background: #f7fbfd;
}

body {
  background:
    linear-gradient(180deg, rgba(0, 160, 224, 0.08), rgba(255, 255, 255, 0) 22rem),
    #f7fbfd;
  color: var(--documente-ink);
}

a {
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.btn {
  border-radius: 0.5rem;
  font-weight: 700;
}

.btn-primary {
  --bs-btn-bg: var(--documente-cyan);
  --bs-btn-border-color: var(--documente-cyan);
  --bs-btn-hover-bg: #008dca;
  --bs-btn-hover-border-color: #008dca;
  --bs-btn-active-bg: #007ab0;
  --bs-btn-active-border-color: #007ab0;
  --bs-btn-color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 160, 224, 0.22);
}

.btn-outline-primary {
  --bs-btn-color: var(--documente-cyan-dark);
  --bs-btn-border-color: rgba(0, 160, 224, 0.52);
  --bs-btn-hover-bg: var(--documente-cyan);
  --bs-btn-hover-border-color: var(--documente-cyan);
  --bs-btn-hover-color: #ffffff;
  background: #ffffff;
}

.form-control,
.form-select,
.input-group-text {
  border-color: var(--documente-line);
  border-radius: 0.5rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--documente-cyan);
  box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.18);
}

.header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 48, 80, 0.08);
  box-shadow: 0 12px 30px rgba(0, 48, 80, 0.08);
  backdrop-filter: blur(12px);
}

.documente-header-strip {
  background:
    linear-gradient(90deg, var(--documente-navy), #005b86 52%, var(--documente-magenta));
  color: #ffffff;
  font-size: 0.88rem;
}

.documente-header-strip__inner {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  min-height: 2.35rem;
}

.documente-header-strip__item {
  align-items: center;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-weight: 750;
  gap: 0.35rem;
  padding: 0.28rem 0.55rem;
}

.documente-header-strip__item:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.documente-header-strip__item .material-icons {
  color: #7ee7ff;
  font-size: 1.05rem;
}

.header-top {
  background: var(--documente-navy);
  color: rgba(255, 255, 255, 0.82);
}

.header-top,
.header-top a:not(.dropdown-item),
.header-top .form-select {
  --header-top-color: rgba(255, 255, 255, 0.86);
  --header-top-color-hover: #ffffff;
  color: rgba(255, 255, 255, 0.86);
}

.header-top .form-select {
  background-color: transparent;
}

.header-bottom {
  border-bottom: 0;
  padding-block: 0.9rem;
}

.header-bottom .navbar-brand .logo {
  max-height: 4.25rem;
  max-width: 13rem;
}

.documente-header-brand {
  background: #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.16);
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgba(0, 48, 80, 0.07);
  gap: 0.8rem;
  padding: 0.45rem 0.65rem;
}

.documente-header-brand__copy {
  border-left: 1px solid rgba(0, 160, 224, 0.18);
  color: var(--documente-muted);
  line-height: 1.15;
  padding-left: 0.8rem;
}

.documente-header-brand__copy span,
.documente-header-brand__copy strong {
  display: block;
}

.documente-header-brand__copy span {
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.documente-header-brand__copy strong {
  color: var(--documente-navy);
  font-size: 0.95rem;
  font-weight: 900;
}

.header-block__action-btn,
.menu-toggle {
  border: 1px solid rgba(0, 160, 224, 0.24);
  border-radius: 0.5rem;
  color: var(--documente-navy);
}

.header-block__title {
  color: currentColor;
  font-weight: 800;
}

.header-top .ps-customersignin .header-block__action-btn,
.header-top .ps-customersignin .header-block__action-btn .header-block__title,
.header-top .ps-customersignin .header-block__action-btn .header-block__icon {
  color: #ffffff !important;
}

.header-top .ps-customersignin .header-block__action-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding-inline: 0.65rem;
}

.header-top .ps-customersignin .header-block__action-btn:hover,
.header-top .ps-customersignin .header-block__action-btn:focus-visible {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

.header-bottom .ps-customersignin .header-block__action-btn,
.header-bottom .ps-customersignin .header-block__action-btn .header-block__title {
  color: var(--documente-navy) !important;
}

.ps-customersignin .dropdown-menu {
  border-color: rgba(0, 160, 224, 0.18);
  border-radius: 0.5rem;
  box-shadow: 0 16px 34px rgba(0, 48, 80, 0.14);
}

.header-block__action-btn:hover,
.menu-toggle:hover {
  background: rgba(0, 160, 224, 0.08);
  color: var(--documente-magenta);
}

.header-block__badge {
  background: var(--documente-magenta);
}

.ps-searchbar {
  min-width: min(27rem, 34vw);
}

.ps-searchbar__input {
  background: #f8fcfe;
  border-color: rgba(0, 160, 224, 0.22);
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  min-height: 2.85rem;
}

.ps-searchbar__input:focus {
  background: #ffffff;
}

.ps-mainmenu__tree {
  gap: 0.25rem;
  justify-content: center;
}

.ps-mainmenu__tree-link {
  border-radius: 0.5rem;
  color: var(--documente-navy);
  font-weight: 700;
  padding: 0.8rem 0.95rem;
}

.ps-mainmenu__tree-item.current .ps-mainmenu__tree-link,
.ps-mainmenu__tree-link:hover,
.ps-mainmenu__tree-item-wrapper:hover .ps-mainmenu__tree-link {
  background: rgba(0, 160, 224, 0.1);
  color: var(--documente-cyan-dark);
}

.ps-mainmenu__tree-dropdown-toggle {
  color: var(--documente-magenta);
}

.submenu {
  border: 0;
  border-top: 1px solid rgba(0, 160, 224, 0.2);
  box-shadow: var(--documente-shadow);
}

.submenu__row {
  background:
    linear-gradient(90deg, rgba(0, 160, 224, 0.08), rgba(208, 0, 112, 0.04)),
    #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.16);
  border-radius: 0.5rem;
  margin-block: 1rem;
  padding: 1rem;
}

.submenu__left {
  border-right: 1px solid var(--documente-line);
}

.submenu__left-item {
  border-radius: 0.5rem;
  color: var(--documente-navy);
  font-weight: 700;
  padding: 0.8rem 0.9rem;
}

.submenu__left-item:hover,
.submenu__left-item[aria-selected="true"] {
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 48, 80, 0.08);
  color: var(--documente-magenta);
}

.menu-item,
.menu-item__group-main-item {
  border-radius: 0.5rem;
  color: var(--documente-ink);
  display: inline-flex;
  font-weight: 600;
  padding: 0.5rem 0.65rem;
}

.menu-item:hover,
.menu-item__group-main-item:hover {
  background: rgba(48, 176, 0, 0.08);
  color: var(--documente-green);
}

.page-title-section {
  color: var(--documente-navy);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.breadcrumb {
  color: var(--documente-muted);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: var(--documente-cyan-dark);
}

.page-category .category__header {
  background:
    linear-gradient(135deg, rgba(0, 160, 224, 0.14), rgba(208, 0, 112, 0.06)),
    #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.18);
  border-radius: 0.5rem;
  box-shadow: var(--documente-shadow);
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  position: relative;
}

.page-category .category__header::before {
  background: linear-gradient(180deg, var(--documente-magenta), var(--documente-cyan));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.35rem;
}

.category__eyebrow {
  color: var(--documente-magenta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.page-category .category__description {
  color: var(--documente-muted);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  max-width: 62rem;
}

.page-category .category__cover {
  margin-bottom: 1.25rem;
}

.page-category .category__cover-image {
  border-radius: 0.5rem;
  box-shadow: 0 14px 30px rgba(0, 48, 80, 0.1);
  max-height: 18rem;
  object-fit: cover;
  width: 100%;
}

.subcategory {
  margin-top: 1.25rem;
}

.subcategory__list {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}

.subcategory__link {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.22);
  border-radius: 0.5rem;
  color: var(--documente-ink);
  display: flex;
  gap: 0.75rem;
  min-height: 4.75rem;
  overflow: hidden;
  padding: 0.85rem;
  position: relative;
}

.subcategory__link::before {
  background:
    linear-gradient(135deg, rgba(0, 160, 224, 0.18), rgba(208, 0, 112, 0.12)),
    #eef9fd;
  border: 1px solid rgba(0, 160, 224, 0.2);
  border-radius: 0.35rem;
  box-shadow: 0 0.25rem 0 #ffffff inset;
  content: "";
  flex: 0 0 2.4rem;
  height: 3rem;
}

.subcategory__link::after {
  border-right: 0.7rem solid rgba(0, 160, 224, 0.22);
  border-top: 0.7rem solid #ffffff;
  content: "";
  left: 2.9rem;
  position: absolute;
  top: 1.05rem;
}

.subcategory__link:hover {
  border-color: var(--documente-cyan);
  box-shadow: 0 12px 26px rgba(0, 48, 80, 0.1);
  color: var(--documente-magenta);
  transform: translateY(-1px);
}

.subcategory__name {
  font-weight: 800;
  line-height: 1.25;
}

.subcategory__thumbnail {
  background: #ffffff;
  border-radius: 0.5rem;
  height: 3rem;
  object-fit: cover;
  width: 3rem;
}

.left-block,
.ps-categorytree {
  background: #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.18);
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgba(0, 48, 80, 0.08);
  overflow: hidden;
}

.documente-left-column {
  align-self: flex-start;
}

@media (min-width: 768px) {
  .documente-left-column {
    position: sticky;
    top: 8.75rem;
    z-index: 10;
  }
}

.documente-left-column .left-block,
.documente-left-column .ps-categorytree {
  margin-bottom: 1rem;
}

.documente-left-column .ps-categorytree {
  border-top: 0;
}

.documente-left-column .ps-categorytree::before {
  background: linear-gradient(90deg, var(--documente-cyan), var(--documente-magenta));
  content: "";
  display: block;
  height: 0.28rem;
}

.left-block__title {
  background: linear-gradient(135deg, var(--documente-navy), #004c78);
  color: #ffffff;
  margin: 0;
  padding: 1rem;
}

.left-block__title a,
.left-block__title-link {
  color: #ffffff;
}

.category-tree__child {
  padding: 0.5rem;
}

.category-tree__summary {
  background: #f4fbfe;
  border-bottom: 1px solid rgba(0, 160, 224, 0.14);
  color: var(--documente-muted);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

.category-tree__products {
  padding: 0.55rem;
}

.category-tree__product-list {
  display: grid;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-tree__product-list .category-tree__product-list {
  margin-top: 0.45rem;
}

.category-tree__product-item,
.category-tree__group {
  min-width: 0;
}

.category-tree__product-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.14);
  border-radius: 0.5rem;
  color: var(--documente-ink);
  display: grid;
  gap: 0.55rem;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.2;
  min-height: 2.85rem;
  padding: 0.58rem 0.65rem;
}

.category-tree__product-link:hover,
.category-tree__product-item--current .category-tree__product-link {
  background: linear-gradient(135deg, rgba(0, 160, 224, 0.1), rgba(208, 0, 112, 0.06));
  border-color: rgba(208, 0, 112, 0.26);
  color: var(--documente-magenta);
}

.category-tree__product-icon {
  color: var(--documente-cyan-dark);
  font-size: 1.12rem;
}

.category-tree__product-name {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.category-tree__group {
  background: rgba(0, 48, 80, 0.03);
  border: 1px solid rgba(0, 160, 224, 0.12);
  border-radius: 0.5rem;
  padding: 0.55rem;
}

.category-tree__group-title {
  color: var(--documente-navy);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.category-tree__list {
  margin: 0;
  padding-left: 0;
}

.category-tree__item {
  border: 0;
}

.category-tree__item-header {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  min-height: 2.75rem;
}

.category-tree__item-link {
  border-radius: 0.5rem;
  color: var(--documente-ink);
  flex: 1 1 auto;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.65rem 0.75rem;
}

.category-tree__item-link::before {
  background: rgba(0, 160, 224, 0.24);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.42rem;
  margin-right: 0.5rem;
  vertical-align: 0.08rem;
  width: 0.42rem;
}

.category-tree__item-link:hover {
  background: rgba(0, 160, 224, 0.09);
  color: var(--documente-cyan-dark);
}

.category-tree__item-link:hover::before {
  background: var(--documente-magenta);
}

.category-tree__list[data-depth="1"] .category-tree__item-link {
  font-weight: 650;
  padding-left: 1.3rem;
}

.category-tree__list[data-depth="2"] .category-tree__item-link {
  color: var(--documente-muted);
  font-size: 0.94rem;
  font-weight: 600;
  padding-left: 2rem;
}

.category-tree__list[data-depth="2"] .category-tree__item-link::before {
  background: rgba(48, 176, 0, 0.32);
  height: 0.34rem;
  width: 0.34rem;
}

.accordion--category .accordion-button {
  border-radius: 0.5rem;
  box-shadow: none;
  color: var(--documente-magenta);
  flex: 0 0 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.accordion--category .accordion-button:not(.collapsed),
.accordion--category .accordion-button:hover {
  background: rgba(208, 0, 112, 0.08);
  color: var(--documente-magenta);
}

.products__selection {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 160, 224, 0.16);
  border-radius: 0.5rem;
  padding: 0.85rem;
}

.products__count {
  color: var(--documente-muted);
  font-weight: 650;
}

.products,
.products__list {
  gap: 1rem;
}

.product-miniature__inner {
  background: var(--documente-paper);
  border: 1px solid rgba(0, 160, 224, 0.16);
  border-radius: 0.5rem;
  box-shadow: 0 10px 26px rgba(0, 48, 80, 0.07);
  height: 100%;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-miniature__inner:hover {
  border-color: rgba(208, 0, 112, 0.36);
  box-shadow: 0 18px 38px rgba(0, 48, 80, 0.12);
  transform: translateY(-2px);
}

.product-miniature__top {
  background:
    linear-gradient(135deg, rgba(0, 160, 224, 0.12), rgba(48, 176, 0, 0.08)),
    #f7fbfd;
  border-bottom: 1px solid rgba(0, 160, 224, 0.14);
}

.product-miniature__image,
.product-miniature__image img,
.product-miniature__thumbnail,
.product-miniature__cover {
  border-radius: 0.5rem;
}

.product-miniature__bottom {
  padding: 1rem;
}

.product-miniature__title {
  color: var(--documente-navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.product-miniature__title:hover {
  color: var(--documente-magenta);
}

.product-miniature__price {
  color: var(--documente-green);
  font-size: 1.15rem;
  font-weight: 900;
}

.product-miniature__actions {
  margin-top: 0.85rem;
}

.product-miniature__add,
.product-miniature__details {
  min-height: 2.75rem;
}

.product-flags {
  gap: 0.35rem;
}

.product-flag {
  border-radius: 0.35rem;
  font-weight: 800;
}

.product-flag.discount,
.product-flag.on-sale {
  background: var(--documente-magenta);
}

.product-flag.new {
  background: var(--documente-cyan);
}

.page-product .product__container,
.cart-grid__aside-wrapper,
.checkout-grid__aside-wrapper,
.page-content:not(.page-content--home) {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 160, 224, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 10px 26px rgba(0, 48, 80, 0.06);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.page-product .product__name {
  color: var(--documente-navy);
  font-weight: 850;
}

.page-product .product__price {
  color: var(--documente-green);
  font-weight: 900;
}

.documente-legal {
  color: var(--documente-ink);
  display: grid;
  gap: 1rem;
  line-height: 1.65;
}

.documente-legal h2,
.documente-legal h3 {
  color: var(--documente-navy);
  font-weight: 850;
  letter-spacing: 0;
}

.documente-legal h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  margin-top: 1rem;
}

.documente-legal h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.documente-legal p,
.documente-legal ul,
.documente-legal ol {
  margin-bottom: 0;
}

.documente-legal__notice,
.documente-legal__card,
.documente-legal__contact,
.documente-legal__anpc {
  background: #f7fbfd;
  border: 1px solid rgba(0, 160, 224, 0.18);
  border-radius: 0.5rem;
  padding: 1rem;
}

.documente-legal__notice {
  border-left: 0.28rem solid var(--documente-magenta);
}

.documente-legal__contact {
  display: grid;
  gap: 0.45rem;
}

.documente-legal__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.documente-legal__badge {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 160, 224, 0.24);
  border-radius: 0.5rem;
  color: var(--documente-navy);
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 3.125rem;
  padding: 0.55rem 0.85rem;
  text-align: center;
}

.documente-legal__badge:hover {
  border-color: var(--documente-magenta);
  color: var(--documente-magenta);
}

.footer__before {
  background: #ffffff;
  border-top: 1px solid rgba(0, 160, 224, 0.12);
}

.footer__main {
  background:
    linear-gradient(135deg, rgba(208, 0, 112, 0.18), rgba(0, 160, 224, 0.14)),
    var(--documente-navy);
  color: rgba(255, 255, 255, 0.82);
}

.documente-footer {
  padding-block: 0.75rem 2rem;
}

.documente-footer__intro {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(0, 160, 224, 0.18), rgba(208, 0, 112, 0.14)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1.5rem;
  padding: clamp(1rem, 2.4vw, 1.5rem);
}

.documente-footer__eyebrow {
  color: #7ee7ff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.documente-footer__title {
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 850;
  line-height: 1.18;
  margin-bottom: 0.45rem;
}

.documente-footer__text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
  max-width: 49rem;
}

.documente-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.documente-footer__cta {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
  min-height: 2.85rem;
  white-space: nowrap;
}

.documente-footer__cta .material-icons {
  font-size: 1.25rem;
}

.documente-footer .btn-outline-light {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.46);
  --bs-btn-hover-color: var(--documente-navy);
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.documente-footer__grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.documente-footer__column {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  flex: 1 1 13.5rem;
  min-width: 0;
  padding: 1rem;
}

.documente-footer__column--account {
  flex-basis: 12rem;
}

.documente-footer__heading {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 850;
  margin-bottom: 0.85rem;
}

.documente-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.documente-footer__list {
  display: grid;
  gap: 0.45rem;
}

.documente-footer__list a {
  align-items: center;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  line-height: 1.3;
  padding: 0.28rem 0;
}

.documente-footer__list a::before {
  background: var(--documente-cyan);
  border-radius: 50%;
  content: "";
  height: 0.38rem;
  margin-right: 0.55rem;
  width: 0.38rem;
}

.documente-footer__list a:hover {
  color: #ffffff;
}

.documente-footer__list a:hover::before {
  background: var(--documente-magenta);
}

.documente-footer__logos {
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem;
}

.documente-footer__logo-item,
.documente-footer__brand-logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.documente-footer__brand-logo {
  flex: 0 0 15.625rem;
}

.documente-footer__logo-item {
  flex: 0 0 15.625rem;
}

.documente-footer__anpc a,
.documente-footer__brand-logo,
.documente-footer__netopia {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  box-sizing: border-box;
  height: 3.125rem;
  overflow: hidden;
  padding: 0;
  width: 15.625rem;
}

.documente-footer__brand-logo img,
.documente-footer__anpc img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.documente-footer__brand-logo img {
  object-fit: contain;
}

.documente-footer__netopia {
  align-items: center;
  display: flex;
  justify-content: center;
}

.documente-footer__netopia img,
.documente-footer__netopia iframe,
.documente-footer__netopia object,
.documente-footer__netopia svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.footer__main-top {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 0.5rem;
  padding-top: 1.5rem;
}

.footer-block__title,
.footer-block__title a {
  color: #ffffff;
}

.footer-block a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-block a:hover {
  color: #ffffff;
}

.offcanvas {
  border-color: rgba(0, 160, 224, 0.18);
}

.menu__title {
  color: var(--documente-magenta);
  font-weight: 850;
}

.menu__link {
  border-radius: 0.5rem;
  color: var(--documente-navy);
  font-weight: 700;
}

.menu__link:hover,
.menu .current > .menu__link {
  background: rgba(0, 160, 224, 0.09);
  color: var(--documente-cyan-dark);
}

.menu__toggle-child {
  color: var(--documente-magenta);
}

@media (max-width: 1199.98px) {
  .header-bottom {
    padding-block: 0.55rem;
  }

  .header-bottom .navbar-brand .logo {
    max-height: 3.5rem;
    max-width: 10rem;
  }

  .documente-header-brand {
    padding: 0.35rem 0.5rem;
  }

  .ps-searchbar {
    min-width: min(22rem, 30vw);
  }
}

@media (max-width: 767.98px) {
  body {
    background: #f7fbfd;
  }

  .page-title-section {
    font-size: 1.8rem;
  }

  .page-category .category__header {
    padding: 1.15rem;
  }

  .subcategory__list {
    grid-template-columns: 1fr;
  }

  .products__selection {
    align-items: stretch;
    gap: 0.75rem;
  }

  .documente-left-column {
    margin-bottom: 1rem;
    order: -1;
    position: static;
  }

  .documente-left-column .ps-categorytree {
    box-shadow: 0 10px 24px rgba(0, 48, 80, 0.08);
  }

  .left-block__title {
    padding: 0.85rem 1rem;
  }

  .header-bottom .navbar-brand .logo {
    max-height: 3.1rem;
    max-width: 8.5rem;
  }

  .documente-header-brand {
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .documente-footer {
    padding-block: 0.25rem 1.5rem;
  }

  .documente-footer__intro {
    grid-template-columns: 1fr;
  }

  .documente-footer__actions {
    justify-content: flex-start;
  }

  .documente-footer__cta {
    flex: 1 1 100%;
    white-space: normal;
  }

  .documente-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .documente-footer__logos {
    align-items: flex-start;
    flex-direction: column;
  }

  .documente-footer__brand-logo,
  .documente-footer__logo-item,
  .documente-footer__netopia {
    flex: 0 0 15.625rem;
    min-width: 0;
    max-width: 100%;
    width: 15.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .documente-footer__intro {
    grid-template-columns: 1fr;
  }

  .documente-footer__actions {
    justify-content: flex-start;
  }

  .documente-footer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .documente-footer__logos {
    justify-content: flex-start;
  }
}
