:root {
  --portit-top: #4F5F6F;
  --portit-top-hover: #57697A;
  --portit-chrome: #343E4A;
  --portit-accent: #F23534;
  --portit-dark: #1d1f24;
  --portit-menu: #4F5F6F;
  --portit-menu-hover: #59C2E6;
  --portit-link-hover: #86D0EB;
  --portit-price: #2d3e50;
  --portit-price-new: #CE0E5A;
  --portit-muted: #CECECE;
  --portit-heading-bg: #F1F5F5;
  --portit-card-bg: #FBFCFC;
  --portit-radius: 12px;
  --portit-radius-pill: 999px;
  --portit-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
}

body {
  color: var(--portit-dark);
}

a {
  color: var(--portit-dark);
  text-decoration: none;
}

a:hover {
  color: var(--portit-accent);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--portit-menu);
}

#container {
  margin-bottom: 0;
}

#content, #column-left, #column-right {
  padding-bottom: 40px;
}

#top {
  background: var(--portit-chrome);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
  padding: 0;
  box-shadow: inset 0 2px 0 var(--portit-accent);
}

.portit-topline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
}

.portit-topline-contacts,
.portit-topline-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.portit-topline-link,
.portit-topline-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.portit-topline-link {
  padding: 6px 2px;
}

.portit-topline-link i,
.portit-topline-chip i {
  color: var(--portit-accent);
  font-size: 12px;
}

.portit-topline-link:hover,
.portit-topline-chip:hover {
  color: #fff !important;
}

.portit-topline-chip {
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--portit-radius-pill);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.portit-topline-chip:hover {
  border-color: rgba(242, 53, 52, 0.7);
  background: rgba(242, 53, 52, 0.12);
}

.portit-topline-chip::after {
  margin-left: 4px;
  font-size: 10px;
  opacity: 0.55;
}

#top .dropdown-menu {
  background: #fff;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  box-shadow: var(--portit-shadow);
  padding: 8px;
  margin-top: 8px !important;
}

#top .dropdown-menu .dropdown-item {
  color: var(--portit-dark) !important;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

#top .dropdown-menu .dropdown-item:hover {
  color: var(--portit-accent) !important;
  background: #f7f9fa;
}

#top .portit-hours {
  min-width: 240px;
}

#top .portit-hours .dropdown-item-text {
  white-space: nowrap;
  color: var(--portit-menu);
  font-size: 13px;
}

#top .portit-hours strong {
  font-weight: 700;
  color: var(--portit-dark);
}

#menu .navbar-nav {
  flex-wrap: nowrap;
  width: 100%;
}

#menu .navbar-nav > li > a,
#menu .nav-link {
  white-space: nowrap;
}

.portit-header {
  background: #fff;
  padding: 18px 0 10px;
}

.portit-header #logo {
  text-align: left;
  margin: 0;
}

.portit-header #logo img {
  max-width: 180px;
  max-height: 56px;
}

.portit-phones {
  padding-top: 6px;
}

.portit-phones a {
  color: #566072;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.portit-phones a i {
  color: var(--portit-muted);
  margin-right: 6px;
}

.portit-phones .portit-callback,
.portit-phones .portit-callback-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 4px 10px;
  border: 1px solid var(--portit-accent);
  border-radius: var(--portit-radius);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--portit-accent);
  text-decoration: none;
  cursor: pointer;
}

.portit-phones .portit-callback:hover,
.portit-phones .portit-callback-btn:hover {
  background: var(--portit-accent);
  color: #fff;
}

#search {
  margin-bottom: 0;
}

#search .input-group {
  margin-bottom: 0;
}

#search .form-control {
  border: 1px solid #dbe3ea;
  border-right: 0;
  height: 44px;
  font-size: 14px;
}

#search .btn[type="submit"] {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
  color: #fff;
  height: 44px;
  min-width: 52px;
}

#search .btn[type="submit"]:hover {
  background: var(--portit-dark);
  border-color: var(--portit-dark);
  color: #fff;
}

#cart {
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  background: transparent;
  border-radius: 12px;
  overflow: visible;
}

#cart .dropdown-menu {
  display: none !important;
}

#cart .btn-lg,
#cart > .dropdown > button,
#cart .portit-cart-open {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto;
  white-space: nowrap;
  background: rgba(241, 245, 245, 0.8);
  border: 1px solid rgba(79, 95, 111, 0.12);
  color: var(--portit-dark);
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#cart .portit-cart-open:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(31, 41, 51, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

#cart .cart-total-price,
#cart .btn i {
  color: var(--portit-accent);
}

.menu-row {
  position: relative;
  z-index: 30;
  background: #fff;
  border-top: none;
  border-bottom: none;
  overflow: visible;
}

.menu-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--portit-accent), transparent);
  background-size: 40% 100%;
  background-repeat: no-repeat;
  animation: portit-accent-run 4.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes portit-accent-run {
  0% { background-position: -40% 0; }
  100% { background-position: 140% 0; }
}

#menu {
  position: relative;
  background: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  min-height: 46px;
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
}

#menu .navbar-collapse,
#menu .navbar-nav {
  overflow: visible;
}

.portit-search {
  position: relative;
}

.live-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid #e6ecf0;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.12);
  max-height: 420px;
  overflow: auto;
}

.live-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.live-search li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: var(--portit-dark);
}

.live-search li a:hover {
  background: #F7F9FA;
  color: var(--portit-accent);
}

.live-search img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.live-search-name {
  flex: 1;
  font-size: 13px;
}

.live-search-price {
  color: var(--portit-accent);
  font-weight: 600;
  white-space: nowrap;
}

.live-search-empty,
.live-search-all {
  display: block;
  width: 100%;
  border: 0;
  background: #F1F5F5;
  padding: 10px 12px;
  text-align: center;
  color: var(--portit-menu);
}

.portit-search .live-search {
  right: auto;
  width: min(720px, calc(100vw - 32px));
  max-height: none;
  overflow: hidden;
  border-color: #dce4e8;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 48px rgba(31, 41, 51, 0.18);
}

.live-search-status {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 8px 12px;
  border-bottom: 1px solid #e8edef;
  background: #f7f9fa;
  color: #64727d;
  font-size: 11px;
}

.live-search-status > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-search-status strong {
  color: var(--portit-accent);
}

.live-search-status b {
  margin-left: auto;
  color: #349767;
  white-space: nowrap;
}

.live-search-status i {
  margin-right: 4px;
}

.live-search-navigator {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 250px;
  max-height: 390px;
}

.live-search-navigator.no-categories {
  grid-template-columns: 1fr;
  min-height: 0;
}

.live-search-categories {
  overflow: auto;
  padding: 9px;
  border-right: 1px solid #e5ebee;
  background: #f6f8f9;
}

.live-search-categories > span {
  display: block;
  padding: 3px 8px 7px;
  color: #929da5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.live-search-categories button {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  margin: 1px 0;
  padding: 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #53616c;
  text-align: left;
}

.live-search-categories button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-search-categories button small {
  margin-left: auto;
  color: #99a4ac;
  font-size: 10px;
}

.live-search-categories button:hover,
.live-search-categories button.is-active {
  background: #fff;
  color: var(--portit-accent);
  box-shadow: 0 3px 12px rgba(31, 41, 51, 0.08);
}

.live-search-products {
  overflow: auto;
  min-width: 0;
}

.live-search-products li {
  border-bottom: 1px solid #eef2f4;
}

.live-search-products li:last-child {
  border-bottom: 0;
}

.live-search-products li a {
  min-height: 62px;
  padding: 7px 11px;
}

.live-search-products img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.live-search-copy {
  min-width: 0;
  flex: 1;
}

.live-search-copy .live-search-name {
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-search-copy small {
  display: block;
  margin-top: 3px;
  color: #3a9b69;
  font-size: 10px;
}

.live-search-copy small i {
  margin-right: 3px;
  font-size: 6px;
}

.live-search-products .live-search-price {
  font-size: 12px;
}

.portit-search .live-search-all {
  border-top: 1px solid #e8edef;
  background: #fff;
  color: var(--portit-accent);
  font-weight: 700;
}

@media (max-width: 767px) {
  .portit-search .live-search {
    position: fixed;
    top: 118px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100vh - 136px);
  }

  .live-search-navigator {
    grid-template-columns: 135px minmax(0, 1fr);
    max-height: calc(100vh - 220px);
  }

  .live-search-status b {
    display: none;
  }
}

#menu .navbar-nav > li > a,
#menu .navbar-nav > li > .nav-link {
  position: relative;
  isolation: isolate;
  color: var(--portit-menu) !important;
  text-shadow: none;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 14px !important;
  background: transparent !important;
  transition: color 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

#menu .navbar-nav > li > a::after,
#menu .navbar-nav > li > .nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: var(--portit-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

#menu .navbar-nav > li:hover,
#menu .nav-item:hover {
  background: transparent;
}

#menu .navbar-nav > li:hover > a,
#menu .navbar-nav > li:hover > .nav-link,
#menu .navbar-nav > li > a:focus-visible {
  transform: translateY(-1px);
  color: var(--portit-dark) !important;
}

#menu .navbar-nav > li:hover > a::after,
#menu .navbar-nav > li:hover > .nav-link::after,
#menu .navbar-nav > li > a:focus-visible::after,
#menu .navbar-nav > li > .nav-link.active::after {
  transform: scaleX(1);
}

#menu .navbar-nav > li > .nav-link.active {
  color: var(--portit-dark) !important;
}

#menu .dropdown-menu {
  border-radius: 0;
  border-color: #e6ecf0;
  padding: 8px 0;
}

#menu .dropdown-item:hover {
  background: var(--portit-top);
  color: #fff;
}

#category {
  float: none;
  color: var(--portit-menu);
  text-shadow: none;
}

#menu .navbar-toggler i {
  color: var(--portit-menu);
}

footer {
  position: static;
  background: var(--portit-chrome);
  border: none;
  color: rgba(255, 255, 255, 0.88);
  padding: 36px 0 20px;
}

footer h5,
footer .h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

footer a,
footer a:visited {
  color: rgba(255, 255, 255, 0.88) !important;
}

footer a:hover {
  color: var(--portit-accent) !important;
}

footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 1;
}

footer .list-unstyled li {
  margin-bottom: 8px;
}

.portit-advantages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.portit-advantage {
  display: block;
  text-align: left;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--portit-radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
}

a.portit-advantage:hover,
button.portit-advantage:hover {
  background: rgba(242, 53, 52, 0.14);
  border-color: rgba(242, 53, 52, 0.55);
  color: #fff;
}

.portit-advantage i {
  color: var(--portit-accent);
  font-size: 18px;
  margin-right: 8px;
}

.portit-advantage .h5 {
  color: #fff;
  display: inline;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.portit-advantage span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  margin: 4px 0 0 26px;
}

@media (max-width: 991px) {
  .portit-advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .portit-advantages {
    grid-template-columns: 1fr;
  }
}

h3.portit-section-title {
  background: var(--portit-heading-bg);
  color: var(--portit-menu);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding: 14px 18px;
  margin: 28px 0 18px;
  border-left: 3px solid var(--portit-accent);
  display: flex;
  align-items: center;
  min-height: 52px;
}

.portit-product-grid .product-thumb .description h4,
.portit-product-grid .product-thumb .description h4 a {
  color: var(--portit-menu);
}

.portit-product-grid .product-thumb .description h4 a:hover {
  color: var(--portit-accent);
}

.product-thumb {
  background: var(--portit-card-bg);
  border: 1px solid #e6ecf0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-thumb:hover {
  border-color: #cfd8e0;
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.12);
  transform: translateY(-3px);
}

.product-thumb .image {
  position: relative;
  padding: 12px;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-thumb .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.product-thumb:hover .image img {
  transform: scale(1.04);
}

.product-thumb .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-thumb .content > form {
  margin-top: auto;
}

.product-thumb .description {
  padding: 4px 16px 12px;
  margin-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.portit-thumb-plain .description {
  padding-bottom: 16px;
}

.product-thumb .description h4,
.product-thumb .description h4 a {
  font-size: 14px;
  font-weight: 600;
  color: var(--portit-dark);
  line-height: 20px;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-thumb .description p {
  display: none;
}

.product-thumb .price {
  color: var(--portit-price) !important;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-top: auto;
}

.product-thumb .price-new {
  color: var(--portit-price);
}

.product-thumb .price-old {
  color: var(--portit-muted) !important;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}

.product-thumb .price-tax {
  display: none;
}

.product-thumb .button {
  position: relative;
  opacity: 1;
  width: 100%;
}

.product-thumb .button button:first-child {
  background: var(--portit-accent);
  color: #fff;
  border-top-color: var(--portit-accent);
}

.product-thumb .button button:first-child:hover {
  background: var(--portit-dark);
  color: #fff;
}

.product-thumb .button button + button {
  background: var(--portit-top);
  color: #fff;
  border-top-color: var(--portit-top);
}

.product-thumb .button button + button:hover {
  background: var(--portit-accent);
  color: #fff;
  border-top-color: var(--portit-accent);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    flex-direction: row;
  }

  .product-list .product-thumb:hover {
    transform: none;
  }

  .product-list .product-thumb .description h4,
  .product-list .product-thumb .description h4 a {
    max-height: none;
    -webkit-line-clamp: 3;
  }
}

.breadcrumb {
  --bs-breadcrumb-divider: "";
  --bs-breadcrumb-item-padding-x: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 8px 0 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1.4;
}

.breadcrumb > .breadcrumb-item,
.breadcrumb > li.breadcrumb-item {
  padding: 0;
  margin: 0;
  text-shadow: none;
  white-space: normal;
  color: #8a96a3;
}

.breadcrumb > .breadcrumb-item::after,
.breadcrumb > .breadcrumb-item::before,
.breadcrumb > li.breadcrumb-item::after,
.breadcrumb > li.breadcrumb-item::before,
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
  content: none;
  float: none;
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  transform: none;
}

.breadcrumb > .breadcrumb-item:not(:last-child)::after,
.breadcrumb > li.breadcrumb-item:not(:last-child)::after {
  display: inline;
  content: "›";
  position: static;
  width: auto;
  height: auto;
  margin: 0 7px;
  border: 0;
  transform: none;
  color: #c5ced6;
  font-size: 12px;
}

.breadcrumb a {
  color: #8a96a3;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--portit-accent);
}

.breadcrumb > .breadcrumb-item:last-child,
.breadcrumb > .breadcrumb-item:last-child span,
.breadcrumb > .breadcrumb-item:last-child a,
.breadcrumb > li.breadcrumb-item:last-child,
.breadcrumb > li.breadcrumb-item:last-child span,
.breadcrumb > li.breadcrumb-item:last-child a {
  color: #6b7785;
}

.breadcrumb > .breadcrumb-item:last-child a,
.breadcrumb > li.breadcrumb-item:last-child a {
  pointer-events: none;
  cursor: default;
}

#product-info .price-new,
#product-info h2 .price-new {
  color: var(--portit-accent);
}

#button-cart,
#product-info #button-cart {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
}

#button-cart:hover {
  background: var(--portit-menu);
  border-color: var(--portit-menu);
}

#column-left .list-group-item.active,
#column-left .list-group a.active {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
}

.btn-primary {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
}

.btn-primary:hover {
  background: var(--portit-dark);
  border-color: var(--portit-dark);
}

.portit-filter .portit-filter-group {
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f5;
}

.portit-filter-title {
  font-weight: 600;
  color: var(--portit-menu);
  margin-bottom: 8px;
}

.portit-filter .form-check {
  margin-bottom: 4px;
}

.portit-filter .form-check-label {
  font-size: 13px;
}

.portit-checkout .card-header {
  background: var(--portit-heading-bg);
  color: var(--portit-menu);
  font-weight: 600;
}

.portit-co {
  --co-ok: #2b9d64;
  margin: 0 0 32px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #e8eef3, #f7f9fb);
  box-shadow: 0 12px 32px rgba(31, 41, 51, 0.06);
}

.portit-co-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.portit-co-form,
.portit-co-side {
  padding: 16px;
  border: 1px solid rgba(79, 95, 111, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.portit-co-ios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 14px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(79, 95, 111, 0.12);
}

.portit-co-ios-btn {
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--portit-top);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.portit-co-ios-btn.is-on {
  background: #fff;
  color: var(--portit-dark);
  box-shadow: 0 6px 14px rgba(31, 41, 51, 0.12);
}

.portit-co-company {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 10px;
  margin-bottom: 4px;
  overflow: hidden;
  max-height: 120px;
  opacity: 1;
  transition: max-height 0.28s ease, opacity 0.22s ease, margin 0.22s ease;
}

.portit-co[data-buyer="person"] .portit-co-company {
  max-height: 0;
  margin: 0;
  opacity: 0;
}

.portit-co[data-buyer="person"] .portit-co-card {
  display: none;
}

.portit-co-field {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.portit-co-field > span:first-child {
  display: block;
  margin-bottom: 4px;
  color: var(--portit-top);
  font-size: 12px;
  font-weight: 600;
}

.portit-co-field input,
.portit-co-comment textarea {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(79, 95, 111, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--portit-dark);
  font: inherit;
  outline: none;
}

.portit-co-comment textarea {
  height: auto;
  min-height: 84px;
  padding: 10px 12px;
  resize: vertical;
}

.portit-co-field input:focus,
.portit-co-comment textarea:focus {
  border-color: var(--portit-top);
  box-shadow: 0 0 0 3px rgba(79, 95, 111, 0.12);
}

.portit-co-field.is-valid input {
  border-color: var(--co-ok);
  box-shadow: 0 0 0 3px rgba(43, 157, 100, 0.16);
  padding-right: 36px;
}

.portit-co-field.is-invalid input {
  border-color: var(--portit-accent);
  box-shadow: 0 0 0 3px rgba(242, 53, 52, 0.12);
}

.portit-co-ok {
  display: none;
  position: absolute;
  right: 12px;
  top: 31px;
  color: var(--co-ok);
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.portit-co-field.is-valid .portit-co-ok {
  display: inline-flex;
  align-items: center;
}

.portit-co-field .invalid-feedback {
  display: none;
  margin-top: 4px;
  color: var(--portit-accent);
  font-size: 12px;
}

.portit-co-field.is-invalid .invalid-feedback,
.portit-co-field .invalid-feedback.d-block {
  display: block;
}

.portit-co-comment-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--portit-top);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.portit-co-comment-toggle span {
  color: #8a96a3;
  font-weight: 400;
}

.portit-co-comment-body {
  margin-top: 8px;
}

.portit-co-comment-body[hidden] {
  display: none !important;
}

.portit-co-login {
  margin: 8px 0 0;
  color: #8a96a3;
  font-size: 12px;
}

.portit-co-cart-title {
  margin-bottom: 10px;
  color: var(--portit-top);
  font-size: 13px;
  font-weight: 700;
}

.portit-co-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(241, 245, 245, 0.9);
}

.portit-co-thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.portit-co-thumb img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.portit-co-item-body {
  flex: 1;
  min-width: 0;
}

.portit-co-item-body a {
  display: block;
  color: var(--portit-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.portit-co-item-body span {
  color: #8a96a3;
  font-size: 12px;
}

.portit-co-price {
  white-space: nowrap;
  font-weight: 700;
}

.portit-co-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 8px 0 6px;
  color: var(--portit-top);
  font-size: 15px;
}

.portit-co-total strong {
  color: var(--portit-dark);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.portit-co-note {
  margin: 0 0 12px;
  color: #8a96a3;
  font-size: 12px;
}

.portit-co-cta {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--portit-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.portit-co-cta:hover {
  background: #d92c2b;
  color: #fff;
}

.portit-co-cta:disabled {
  opacity: 0.7;
  cursor: wait;
}

.portit-co-cta.is-wait {
  animation: portit-co-shake 0.35s ease;
}

.portit-stepper {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  border: 1px solid rgba(79, 95, 111, 0.16);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.portit-qty-btn {
  width: 26px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--portit-top);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.portit-qty-btn:hover {
  background: #f1f5f5;
  color: var(--portit-dark);
}

.portit-qty-input {
  width: 36px;
  height: 28px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(79, 95, 111, 0.12);
  border-right: 1px solid rgba(79, 95, 111, 0.12);
  background: transparent;
  color: var(--portit-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.portit-cart-remove {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a96a3;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.portit-cart-remove:hover {
  background: rgba(242, 53, 52, 0.08);
  color: var(--portit-accent);
}

.portit-co-item {
  align-items: flex-start;
}

.portit-co-clear {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--portit-top);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.portit-co-clear:hover {
  color: var(--portit-accent);
}

@keyframes portit-co-shake {
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

@media (max-width: 860px) {
  .portit-co-layout,
  .portit-co-company {
    grid-template-columns: 1fr;
  }
}

.portit-product-actions .portit-cheaper {
  color: var(--portit-accent);
  font-size: 14px;
}

.portit-cart-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f5;
}

.portit-cart-thumb {
  width: 72px;
  flex-shrink: 0;
}

.portit-cart-info {
  flex: 1;
}

.portit-cart-qty {
  max-width: 180px;
}

.portit-request-phone a {
  color: var(--portit-dark);
  font-weight: 600;
}

#portit-cart-modal .modal-header {
  background: var(--portit-heading-bg);
  color: var(--portit-menu);
}

#portit-request-modal .modal-dialog {
  max-width: 420px;
}

#portit-request-modal:not(.is-call) .modal-dialog {
  max-width: 480px;
}

#portit-request-modal .portit-request {
  position: relative;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 64px rgba(29, 31, 36, 0.22);
}

#portit-request-modal .portit-request::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--portit-accent);
}

.portit-request-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f5;
  color: var(--portit-menu);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.portit-request-close:hover {
  background: var(--portit-accent);
  color: #fff;
}

.portit-request-body {
  padding: 28px 28px 24px;
}

.portit-request-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: var(--portit-radius-pill);
  background: #f8ecec;
  color: var(--portit-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portit-request-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 10px;
  padding-right: 28px;
}

#portit-request-modal .modal-title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--portit-dark);
}

#portit-request-modal:not(.is-call) .modal-title {
  font-size: 22px;
}

.portit-request-time {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--portit-radius-pill);
  background: var(--portit-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.portit-request-lead {
  margin: 0;
  color: #6b7785;
  font-size: 15px;
  line-height: 1.45;
}

.portit-request-product {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f1f5f5;
  color: var(--portit-menu);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.portit-request-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.portit-request-points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: var(--portit-radius-pill);
  background: #f1f5f5;
  color: var(--portit-menu);
  font-size: 12px;
  font-weight: 600;
}

.portit-request-points li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--portit-accent);
}

#portit-request-modal .form-label {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--portit-menu);
}

#portit-request-modal .form-control {
  min-height: 48px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fbfcfc;
  box-shadow: none;
}

#portit-request-modal .form-control:focus {
  border-color: #d7b3b3;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(242, 53, 52, 0.08);
}

.portit-request-phone-wrap {
  position: relative;
}

.portit-request-phone-wrap i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--portit-accent);
  pointer-events: none;
}

.portit-request-phone-wrap .form-control {
  padding-left: 40px;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

#portit-request-modal.is-call .portit-request-phone-field .form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

#portit-request-modal.is-call .portit-request-phone-field {
  position: relative;
  margin-bottom: 16px;
}

#portit-request-modal #button-portit-request {
  min-height: 52px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
}

#portit-request-modal #portit-request-success {
  border: 0;
  border-radius: 12px;
  background: #eef8f1;
  color: #1f6b3a;
  font-weight: 600;
}

.portit-request-alt {
  margin: 14px 0 0;
  text-align: center;
  color: #8a96a3;
  font-size: 13px;
}

.portit-request-alt a {
  display: inline-block;
  margin-left: 6px;
  color: var(--portit-dark);
  font-weight: 700;
}

.portit-request-alt a:hover {
  color: var(--portit-accent);
}

.portit-sticker-box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  pointer-events: none;
}

.portit-sticker {
  border-radius: var(--portit-radius-pill);
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.portit-sticker-sale {
  background: var(--portit-accent);
}

.portit-sticker-new {
  background: var(--portit-menu-hover);
}

.portit-sticker-hit {
  background: var(--portit-dark);
}

.portit-sticker-preorder {
  background: var(--portit-top);
}

.product-thumb .image,
#product-info .image {
  position: relative;
}

#menu .nav-item.dropdown {
  position: relative;
}

#menu .portit-mm-toggle {
  border: 0;
  background: transparent;
  color: var(--portit-menu);
  padding: 0 10px;
}

#menu .dropdown-menu.portit-megamenu {
  width: 260px;
  left: 0;
  right: auto;
  top: 100%;
  margin-top: 0;
  padding: 0;
  border: 1px solid #eef2f5;
  border-top: 2px solid var(--portit-top);
  background: #F1F5F5;
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.12);
  overflow: visible;
}

.portit-megamenu-inner {
  display: block;
  max-height: none;
  overflow: visible;
}

.portit-mm-col {
  position: relative;
}

.portit-mm-parent {
  display: block;
  font-weight: 600;
  color: #2d3e50;
  margin-bottom: 0;
  padding: 10px 16px;
  border-bottom: 1px solid #fff;
}

.portit-mm-col.has-children > .portit-mm-parent::after {
  content: ">";
  float: right;
  color: #b7c0c8;
  font-size: 12px;
}

.portit-mm-col:hover > .portit-mm-parent,
.portit-mm-col:hover > .portit-mm-parent::after {
  background: var(--portit-accent);
  color: #fff;
}

.portit-mm-flyout {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 240px;
  margin: 0;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #eef2f5;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.12);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease, visibility 0.32s;
}

#menu .nav-item.dropdown:hover .portit-mm-col:hover > .portit-mm-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scaleY(1);
}

.portit-mm-flyout a {
  display: block;
  font-size: 13px;
  color: var(--portit-dark);
  padding: 8px 16px;
}

.portit-mm-flyout a:hover,
.portit-mm-all:hover {
  color: var(--portit-accent);
}

.portit-mm-all {
  font-size: 12px;
  color: var(--portit-menu-hover) !important;
}

.portit-mm-footer {
  border-top: 1px solid #eef2f5;
  margin-top: 12px;
  padding-top: 8px;
}

.portit-mm-footer a {
  font-weight: 600;
  color: var(--portit-menu);
}

.portit-search .input-group {
  flex-wrap: nowrap;
}

.portit-search-cat {
  background: #fff;
  border: 1px solid #dbe3ea;
  border-right: 0;
  color: var(--portit-dark);
  height: 44px;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}

.portit-search-cat:hover,
.portit-search-cat:focus {
  background: #fff;
  color: var(--portit-dark);
  border-color: #dbe3ea;
}

.portit-cart-open {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
}

.portit-cart-icon {
  position: relative;
  font-size: 22px;
  color: #b7c0c8;
}

.portit-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--portit-accent);
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  animation: portit-badge-pulse 1.6s ease-in-out infinite;
}

@keyframes portit-badge-pulse {
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 4px rgba(242, 53, 52, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-row::after {
    animation: none;
    background-position: center;
  }

  .portit-cart-badge {
    animation: none;
  }
}

.portit-cats {
  margin-bottom: 20px;
  background: #F1F5F5;
}

.portit-cats-head {
  background: var(--portit-accent);
  color: #fff;
  font-weight: 600;
  padding: 12px 16px;
}

.portit-cats > ul > li {
  position: relative;
}

.portit-cats > ul > li > a {
  display: block;
  padding: 10px 16px;
  color: #2d3e50;
  border-bottom: 1px solid #fff;
}

.portit-cats > ul > li.has-children > a {
  padding-right: 40px;
}

.portit-cats > ul > li.has-children > a::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 10px;
  color: #b7c0c8;
  font-size: 12px;
  line-height: 20px;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
}

.portit-cats-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}

.portit-cats > ul > li > a:hover,
.portit-cats > ul > li > a.active,
.portit-cats > ul > li.has-children:hover > a {
  background: var(--portit-accent);
  color: #fff;
}

.portit-cats > ul > li > a:hover::after,
.portit-cats > ul > li > a.active::after,
.portit-cats > ul > li.has-children:hover > a::after,
.portit-cats > ul > li.has-children.is-open > a::after {
  color: #fff;
}

.portit-cats > ul > li.has-children:hover > a::after,
.portit-cats > ul > li.has-children.is-open > a::after {
  transform: rotate(90deg);
}

.portit-cats-sub {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  pointer-events: none;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease;
}

.portit-cats-sub > ul {
  overflow: hidden;
  min-height: 0;
  background: #fff;
}

.portit-cats > ul > li.has-children:hover > .portit-cats-sub,
.portit-cats > ul > li.has-children.is-open > .portit-cats-sub {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

.portit-cats-sub a {
  display: block;
  padding: 8px 16px 8px 28px;
  color: #2d3e50;
  border-bottom: 1px solid #eef2f5;
  font-size: 13px;
}

.portit-cats-sub a:hover,
.portit-cats-sub a.active {
  color: var(--portit-accent);
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .portit-cats-sub,
  .portit-cats > ul > li.has-children > a::after {
    transition: none;
  }
}

.portit-footer-contacts li {
  margin-bottom: 8px;
}

.portit-footer-contacts i {
  color: var(--portit-accent);
  width: 18px;
}

#portit-slide-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: flex;
  background: #70879E;
}

.portit-panel-link {
  flex: 1;
  color: #fff !important;
  text-align: center;
  padding: 10px 6px 8px;
  font-size: 11px;
  position: relative;
}

.portit-panel-link:hover {
  background: #57697A;
  color: #C9E7F1 !important;
}

.portit-panel-link i {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.portit-panel-link b {
  position: absolute;
  top: 4px;
  right: calc(50% - 28px);
  background: var(--portit-accent);
  color: #fff;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 600;
}

.product-thumb .button {
  opacity: 1;
}

.product-thumb .rating {
  display: none;
}

#cookie {
  height: auto !important;
  bottom: 0;
  padding: 8px 0;
  font-size: 13px;
}

@media (max-width: 767px) {
  .product-thumb .button {
    opacity: 1;
  }

  .portit-panel-link span {
    display: none;
  }

  .portit-search-cat {
    display: none;
  }
}

#cookie a {
  color: var(--portit-accent);
}

.portit-article h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.portit-article h2 a:hover {
  color: var(--portit-accent);
}

.portit-form-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--portit-menu);
}

.portit-form-option {
  border: 1px solid #ecedef;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.portit-form-option:hover,
.portit-form-option.active {
  border-color: var(--portit-accent);
}

.portit-form-option input {
  margin-right: 6px;
}

@media (min-width: 992px) {
  #menu .dropdown-menu.portit-megamenu {
    display: block;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease, visibility 0.32s;
  }

  #menu .nav-item.dropdown:hover > .portit-megamenu,
  #menu .nav-item.dropdown:focus-within > .portit-megamenu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  #menu .dropdown-menu.portit-megamenu {
    transform: none;
    transition: opacity 0.01ms, visibility 0.01ms;
  }

  .portit-mm-flyout {
    transform: none;
    transition: opacity 0.01ms, visibility 0.01ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  #menu .navbar-nav > li > a,
  #menu .navbar-nav > li > .nav-link {
    transition: color 0.01ms;
  }

  #menu .navbar-nav > li:hover > a,
  #menu .navbar-nav > li:hover > .nav-link,
  #menu .navbar-nav > li > a:focus-visible {
    transform: none;
  }
}

@media (max-width: 991px) {
  #menu .dropdown-menu.portit-megamenu {
    display: block;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    box-shadow: none;
  }

  #menu .nav-item.dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #menu .nav-item.dropdown > .nav-link {
    flex: 1;
  }

  #menu .nav-item.dropdown > .portit-megamenu {
    flex-basis: 100%;
  }

  .portit-mm-flyout {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: #fff;
  }

  .portit-mm-flyout a {
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  .portit-phones,
  .portit-header #logo {
    text-align: center;
    margin-bottom: 12px;
  }

  #menu .nav-link {
    padding: 10px 12px !important;
  }
}

h1.cat-header,
h1.product-header {
  margin: 0 0 24px;
  font-size: 24px;
  color: var(--portit-menu);
}

.info-content {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87);
}

.info-content p,
.info-content ul,
.info-content ol {
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 14px;
}

.cat-wall-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}

.oct-category-item-box {
  display: flex;
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  padding: 10px;
  background: #fff;
  border: 1px solid #eef2f5;
}

.oct-category-item-box:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.oct-category-item-icon {
  width: 33%;
  flex-shrink: 0;
  padding-right: 10px;
}

.oct-category-item-text {
  flex: 1;
}

.oct-category-item-header {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--portit-accent);
}

.oct-category-item-text ul li {
  font-size: 12px;
  line-height: 18px;
}

.oct-category-item-text ul li a {
  color: var(--portit-menu);
}

.oct-category-item-text ul li a:hover,
.oct-category-item-header:hover {
  color: var(--portit-menu-hover);
  text-decoration: underline;
}

.oct-category-see-more a {
  color: var(--portit-menu-hover) !important;
  font-weight: 600;
}

.subcat-header {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px;
  color: var(--portit-menu);
}

.subcats-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 24px;
}

.subcat-box {
  width: 16.666%;
  padding: 10px;
  text-align: center;
}

.subcat-box a {
  color: var(--portit-menu);
  font-weight: 700;
}

.subcat-box a:hover {
  color: var(--portit-menu-hover);
  text-decoration: underline;
}

.portit-news-card {
  height: 100%;
  background: #fff;
  border: 1px solid #eef2f5;
}

.portit-news-image {
  display: block;
  padding: 16px;
  min-height: 140px;
  text-align: center;
}

.portit-news-image img {
  max-height: 120px;
  object-fit: contain;
}

.portit-news-body {
  padding: 0 16px 16px;
}

.portit-news-body h4 {
  font-size: 16px;
  min-height: 44px;
}

.portit-news-body p {
  font-size: 13px;
  color: #6b7785;
  min-height: 54px;
}

.portit-news-meta {
  display: flex;
  gap: 14px;
  color: var(--portit-menu-hover);
  font-size: 12px;
}

.contact-card-box {
  background: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.contact-card-header {
  background: #f8f9fa;
  padding: 12px 20px;
  border-bottom: 1px solid #e1e8ed;
  font-weight: 600;
  color: #37474f;
}

.contact-card-header i {
  margin-right: 8px;
  color: #007bff;
}

.contact-card-body {
  padding: 20px;
}

.contact-data p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #444;
  font-size: 14px;
}

.contact-data p i {
  color: #007bff;
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.contact-data a {
  color: #007bff;
}

.warning-text {
  background: #fff9e6 !important;
  padding: 12px 15px !important;
  border-radius: 6px;
  border-left: 4px solid #ffc107 !important;
}

.delivery-info {
  font-style: italic;
  color: #666;
  border-left: 2px solid #eee;
  padding-left: 15px;
}

.btn-rekvizity {
  display: inline-block;
  padding: 8px 16px;
  background: #5a5a5a;
  color: #fff !important;
  border-radius: 4px;
  font-size: 13px;
}

.btn-rekvizity:hover {
  background: #333;
  color: #fff !important;
}

.managers-section h3 {
  font-size: 18px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.manager-card {
  background: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  border-left: 4px solid #007bff;
}

.manager-name {
  font-weight: 700;
  margin-bottom: 5px;
}

.m-contact {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  color: #555;
}

.social-links a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: var(--portit-menu);
  font-size: 18px;
}

.after-header-row {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f5;
}

.after-header-item {
  font-size: 13px;
  margin-bottom: 8px;
}

.after-header-item .blue {
  color: var(--portit-menu-hover);
}

.product-info-li {
  margin: 8px 0;
  font-size: 14px;
}

.product-info-li span {
  color: #76828F;
}

.oct-price-normal {
  color: var(--portit-accent);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.oct-price-old {
  color: var(--portit-muted);
  text-decoration: line-through;
  font-size: 16px;
}

.product-price p {
  font-size: 13px;
  color: #76828F;
  margin: 6px 0 0;
}

.frame-change-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.frame-change-count .plus-minus {
  width: 48px;
  height: 36px;
  text-align: center;
  border: 1px solid #dbe3ea;
}

.frame-change-count .btn-minus,
.frame-change-count .btn-plus {
  width: 36px;
  height: 36px;
  border: 1px solid #dbe3ea;
  background: #f7f9fa;
}

.product-buttons-box {
  display: flex;
  gap: 10px;
  margin: 16px 0;
}

.oct-button {
  background: var(--portit-accent);
  border: 0;
  color: #fff;
  padding: 12px 18px;
  font-weight: 600;
}

.oct-button:hover {
  background: var(--portit-dark);
  color: #fff;
}

.button-one-click {
  background: var(--portit-menu);
}

.oct-preorder-button {
  width: 100%;
}

.product-advantages-item {
  margin-bottom: 20px;
}

.product-advantages-item > a {
  display: block;
  font-weight: 600;
  color: var(--portit-menu);
  margin-bottom: 8px;
}

.product-advantages-item i {
  color: var(--portit-menu-hover);
  margin-right: 6px;
}

.product-advantages-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-advantages-item li {
  font-size: 13px;
  margin-bottom: 8px;
  color: #444;
}

.product-tabs-row .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  border-bottom: 1px solid #eef2f5;
}

.product-tabs-row .nav-link {
  position: relative;
  background: transparent;
  color: var(--portit-top);
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 42px;
}

.product-tabs-row .nav-link:hover {
  background: transparent;
  color: var(--portit-dark);
}

.product-tabs-row .nav-link.active {
  background: transparent;
  color: var(--portit-dark);
}

.product-tabs-row .nav-link.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: var(--portit-accent);
}

.oct-specification .head-td {
  background: #f7f7f7;
  padding: 8px 10px;
  font-weight: 600;
}

.oct-specification .attr-content {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.oct-specification .attr-td {
  padding: 8px 10px;
  width: 50%;
}

.portit-cart-table thead {
  background: #f1f5f5;
}

.portit-cart-table .delete-td {
  width: 36px;
}

.popup-table-price {
  font-weight: 600;
  white-space: nowrap;
}

.oct-cart-box {
  max-height: 360px;
  overflow: auto;
}

.oct-cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ecedef;
}

.oct-cart-item .delete {
  border: 0;
  background: transparent;
  color: #e72121;
  font-size: 20px;
  line-height: 1;
}

.oct-cart-item .item-image img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.oct-cart-item .item-name {
  flex: 1;
  font-size: 13px;
}

.oct-cart-item .item-quantity {
  width: 64px;
}

.oct-cart-item .item-price {
  width: 120px;
  text-align: right;
  font-weight: 600;
}

.popup-total-cart {
  padding-top: 12px;
}

.popup-total-cart .gold {
  color: var(--portit-accent);
  font-weight: 600;
}

.popup-buttons-box {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.popup-button {
  flex: 1;
  background: var(--portit-accent);
  color: #fff !important;
  text-align: center;
  padding: 10px 14px;
  font-weight: 600;
  border: 0;
}

.popup-button.oct-button-inv,
.popup-button.btn-light {
  background: #f1f5f5;
  color: var(--portit-menu) !important;
}

.image-additional a {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.image-additional img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .oct-category-item-box {
    width: calc(50% - 30px);
  }

  .subcat-box {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .oct-category-item-box {
    width: calc(100% - 30px);
  }

  .subcat-box {
    width: 50%;
  }
}

.portit-builder {
  --slot-h: 72px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  background: #14171c url("/image/catalog/portit/server-room.png?v=aisle") center / cover no-repeat;
  color: #fff;
}

.portit-builder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(20, 23, 28, 0.7) 0%, rgba(20, 23, 28, 0.48) 50%, rgba(20, 23, 28, 0.42) 100%);
}

.portit-builder-main,
.portit-slots-col {
  position: relative;
  z-index: 1;
}

.portit-builder-main {
  display: flex;
  align-items: center;
  min-height: 340px;
}

.portit-builder-copy {
  flex: 0 1 400px;
  padding: 32px 36px;
}

.portit-builder-kicker {
  color: var(--portit-accent);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.portit-builder-copy h1,
.portit-builder-copy h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 700;
}

.portit-builder-copy p {
  color: #c5ccd3;
  margin: 0;
  font-size: 15px;
}

.portit-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.portit-slots-col {
  flex: 1;
  min-width: 0;
  padding: 24px 24px 20px 0;
}

.portit-slots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.portit-slot {
  flex: 1;
  min-width: 0;
  cursor: pointer;
}

.portit-slot-label {
  height: 20px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a96a3;
  text-align: center;
  line-height: 20px;
}

.portit-slot-window {
  position: relative;
  height: calc(var(--slot-h) * 3);
  box-sizing: content-box;
  overflow: hidden;
  background: #0e1115;
  border: 1px solid #3a424c;
  border-radius: 16px / 28px;
}

.portit-slot-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(14, 17, 21, 0.5) 0%, rgba(14, 17, 21, 0.5) 32%, transparent 33.5%, transparent 66.5%, rgba(14, 17, 21, 0.5) 68%, rgba(14, 17, 21, 0.5) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0.28), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.28));
}

.portit-slot-frame {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--slot-h, 72px);
  height: var(--slot-h, 72px);
  box-sizing: border-box;
  border: 2px solid var(--portit-accent);
  pointer-events: none;
  z-index: 2;
}

.portit-slot-strip {
  will-change: transform;
}

.portit-slot-item {
  box-sizing: border-box;
  height: var(--slot-h, 72px);
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.portit-slot-item strong,
.portit-slot-item span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portit-slot-item strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.portit-slot-item span {
  margin-top: 2px;
  color: #8a96a3;
  font-size: 11px;
  line-height: 16px;
}

.portit-slot-spin {
  position: relative;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  margin-top: 28px;
  border: 1px solid #3a424c;
  padding: 0;
  background: #14171c;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: visible;
}

.portit-slot-spin svg {
  position: absolute;
  inset: 0;
  display: block;
  animation: portit-spin-icon 3.2s linear infinite;
}

.portit-slot-spin-core {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--portit-accent);
  box-shadow: 0 0 10px rgba(242, 53, 52, 0.7);
}

.portit-slot-spin:hover,
.portit-slot-spin:disabled {
  background: #1a1e24;
}

.portit-builder.is-spinning .portit-slot-spin svg {
  animation: portit-spin-icon 0.42s linear infinite;
}

.portit-builder.is-spinning .portit-slot-spin-core {
  animation: portit-spin-core 0.42s ease-in-out infinite;
}

@keyframes portit-spin-icon {
  to { transform: rotate(360deg); }
}

@keyframes portit-spin-core {
  50% {
    transform: scale(1.35);
    box-shadow: 0 0 16px rgba(242, 53, 52, 0.95);
  }
}

.portit-builder-platform {
  display: block;
  width: calc(100% - 62px);
  max-width: none;
  margin: 12px 62px 0 0;
  box-sizing: border-box;
  background: var(--portit-accent);
  border: 0;
  color: #fff !important;
  font: inherit;
  font-weight: 700;
  padding: 12px 22px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.portit-builder-platform:hover {
  color: #fff !important;
  background: #d42d2c;
}

.portit-builder-config {
  display: inline-block;
  margin: 8px 62px 0 0;
  color: #c5ccd3 !important;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.portit-builder-config:hover {
  color: #fff !important;
}

.portit-builder.is-spinning .portit-slot-window {
  border-color: var(--portit-accent);
}

@media (max-width: 991px) {
  .portit-builder-main {
    flex-direction: column;
    min-height: 0;
  }

  .portit-builder-copy {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    padding: 24px 20px 8px;
  }

  .portit-builder-copy h1,
  .portit-builder-copy h2 {
    font-size: 22px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .portit-slots-col {
    padding: 12px 16px 20px;
  }

  .portit-slots {
    flex-wrap: wrap;
  }

  .portit-slot {
    flex: 1 1 30%;
  }

  .portit-slot-spin {
    flex-basis: 52px;
    margin-top: 28px;
  }

  .portit-builder-platform {
    width: calc(100% - 56px);
    max-width: none;
    margin: 12px 0 0;
  }

  .portit-builder-config {
    margin: 8px 0 0;
  }
}

.portit-brands {
  background: #fff;
  border: 1px solid #e6ecf0;
  margin: 8px 0 28px;
  overflow: hidden;
}

.portit-brands-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 36px, #000 calc(100% - 36px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 36px, #000 calc(100% - 36px), transparent 100%);
}

.portit-brands-track {
  display: flex;
  width: max-content;
  animation: portit-brands-marquee 42s linear infinite;
}

.portit-brands:hover .portit-brands-track {
  animation-play-state: paused;
}

.portit-brands-item {
  flex: 0 0 160px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
}

.portit-brands-item img {
  max-width: 132px;
  max-height: 64px;
  object-fit: contain;
  filter: grayscale(0.12);
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.portit-brands-item:hover img {
  opacity: 1;
  filter: none;
  transform: scale(1.06);
}

@keyframes portit-brands-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .portit-brands-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .portit-brands-item:nth-child(n+15) {
    display: none;
  }
}

/* Product card — Accent / graphite + red */
#product-info h1.product-header,
#product-info .portit-product-title {
  position: relative;
  margin: 0;
  padding: 0 0 8px 12px;
  border-left: 3px solid var(--portit-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--portit-top);
}

#product-info .portit-product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px 24px;
  margin-bottom: 12px;
}

#product-info .portit-product-heading-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
  min-height: 34px;
  padding-top: 2px;
  white-space: nowrap;
}

#product-info .portit-product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #eef2f5;
  font-size: 13px;
  color: #6b7785;
}

#product-info .portit-product-heading .portit-product-meta {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

#product-info .portit-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--portit-top);
}

#product-info .portit-stock::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5ced6;
}

#product-info .portit-stock.is-in::before {
  background: var(--portit-accent);
}

#product-info .portit-stock.is-pre {
  font-weight: 500;
  color: #8a96a3;
}

#product-info .portit-stars {
  display: inline-flex;
  gap: 2px;
  color: #c5ced6;
  font-size: 12px;
  line-height: 1;
}

#product-info .portit-stars .fa-solid {
  color: var(--portit-top);
}

#product-info .portit-reviews-link {
  color: #6b7785;
  font-size: 13px;
}

#product-info .portit-reviews-link:hover {
  color: var(--portit-accent);
}

#product-info .portit-product-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
  font-size: 12px;
  color: #8a96a3;
}

#product-info .portit-product-heading .portit-product-brand {
  flex: 0 0 auto;
  margin: 0;
}

#product-info .portit-product-brand a {
  color: var(--portit-top);
  font-weight: 600;
}

#product-info .portit-product-brand a:hover {
  color: var(--portit-accent);
}

.portit-brand-logo {
  display: inline-block;
  object-fit: contain;
  background: #fff;
  flex: 0 0 auto;
  vertical-align: middle;
}

.portit-brand-logo-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.portit-brand-logo-tile {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.portit-product-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.portit-thumb-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.portit-brand-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
}

.portit-brand-heading .cat-header {
  margin: 0;
}

@media (max-width: 991px) {
  #product-info .portit-product-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #product-info .portit-product-heading-meta,
  #product-info .portit-product-heading .portit-product-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
  }

  #product-info .portit-product-heading-meta {
    min-height: 0;
    padding: 0 0 0 12px;
  }
}

#product-info .portit-buy {
  display: block;
  margin: 4px 0 16px;
  border: 1px solid rgba(79, 95, 111, 0.14);
  border-radius: 12px;
  background: rgba(241, 245, 245, 0.72);
  overflow: hidden;
}

#product-info .portit-buy-top {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

#product-info .portit-buy-main {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
}

#product-info .portit-buy-code {
  margin-bottom: 4px;
  font-size: 12px;
  color: #8a96a3;
}

#product-info .portit-buy-price {
  color: var(--portit-dark);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

#product-info .portit-buy-price.is-special {
  color: var(--portit-accent);
}

#product-info .portit-buy-old {
  color: #b7c0c8;
  text-decoration: line-through;
  font-size: 13px;
}

#product-info .portit-buy-note {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #8a96a3;
}

#product-info .portit-buy-qty {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 8px 10px;
  border-left: 1px solid rgba(79, 95, 111, 0.12);
  background: rgba(255, 255, 255, 0.55);
}

#product-info .portit-buy-qty .btn-minus,
#product-info .portit-buy-qty .btn-plus {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: var(--portit-top);
  color: #fff;
  line-height: 34px;
  padding: 0;
}

#product-info .portit-buy-qty .btn-minus:hover,
#product-info .portit-buy-qty .btn-plus:hover {
  background: var(--portit-accent);
}

#product-info .portit-buy-qty .plus-minus {
  width: 44px;
  height: 34px;
  margin: 0 4px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--portit-dark);
}

#product-info .portit-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

#product-info .portit-btn {
  flex: 1 1 0;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

#product-info .portit-btn-cart,
#product-info #button-cart.portit-btn-cart {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
  color: #fff;
}

#product-info .portit-btn-cart:hover,
#product-info #button-cart.portit-btn-cart:hover {
  background: #d92c2b;
  border-color: #d92c2b;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(242, 53, 52, 0.22);
}

#product-info .portit-btn-click {
  background: var(--portit-top);
  border-color: var(--portit-top);
  color: #fff;
}

#product-info .portit-btn-click:hover {
  background: #445360;
  border-color: #445360;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(79, 95, 111, 0.18);
}

#product-info .portit-btn-preorder {
  flex: 1 1 100%;
  background: #fff;
  border-color: var(--portit-top);
  color: var(--portit-top);
}

#product-info .portit-btn-preorder:hover {
  background: var(--portit-top);
  color: #fff;
}

#product-info .portit-product-help {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: stretch;
}

#product-info .portit-help-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 0;
  width: auto;
  max-width: none;
  padding: 8px 8px;
  border: 1px solid #e6ecf0;
  border-radius: 10px;
  background: #fff;
  color: var(--portit-top);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

#product-info .portit-help-link i {
  font-size: 12px;
}

#product-info .portit-help-link.portit-analog {
  color: var(--portit-accent);
  border-color: #f4c7c7;
}

#product-info .portit-help-link.portit-cheaper {
  color: var(--portit-chrome);
}

#product-info .portit-help-link:hover {
  background: #fff;
  border-color: currentColor;
  color: inherit;
}

#product-info .portit-help-link.portit-analog:hover {
  color: var(--portit-accent);
}

#product-info .portit-help-link.portit-compat:hover {
  color: var(--portit-top);
}

#product-info .portit-help-link.portit-cheaper:hover {
  color: var(--portit-chrome);
}

#product-info .product-advantages-item i {
  color: var(--portit-top);
}

@media (max-width: 575px) {
  #product-info .portit-buy-top {
    flex-direction: column;
  }

  #product-info .portit-buy-qty {
    justify-content: flex-end;
    border-left: 0;
    border-top: 1px solid rgba(79, 95, 111, 0.12);
  }

  #product-info .portit-product-actions {
    flex-direction: column;
  }

  #product-info .portit-product-help {
    flex-wrap: wrap;
  }

  #product-info .portit-help-link {
    flex: 1 1 calc(50% - 4px);
    white-space: normal;
  }
}

#product-info .portit-product-main {
  margin-bottom: 8px;
}

#product-info .portit-product-top {
  margin-bottom: 4px;
}

#product-info .product-tabs-row {
  margin: 4px 0 0;
  padding-top: 4px;
}

#product-info .product-tabs-row .nav-tabs {
  border-bottom: 1px solid #eef2f5;
}

#product-info .product-tabs-row .nav-tabs .nav-link {
  background: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: var(--portit-top);
  box-shadow: none;
}

#product-info .product-tabs-row .nav-tabs .nav-link:hover,
#product-info .product-tabs-row .nav-tabs .nav-link:focus {
  background: transparent;
  border-color: transparent;
  color: var(--portit-dark);
}

#product-info .product-tabs-row .nav-tabs .nav-link.active {
  background: transparent;
  background-color: transparent;
  border: 0;
  color: var(--portit-dark);
}

#product-info #tab-description,
#product-info .product-main-description {
  color: var(--portit-dark);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

#product-info #tab-description h1,
#product-info #tab-description h2,
#product-info #tab-description h3,
#product-info #tab-description h4,
#product-info .product-main-description h2,
#product-info .product-main-description h3 {
  color: var(--portit-top) !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.3 !important;
  margin: 18px 0 8px !important;
  padding: 0 0 0 10px;
  border-left: 3px solid var(--portit-accent);
  background: none;
}

#product-info .product-main-description > h2:first-of-type {
  margin-top: 0 !important;
  padding-left: 0;
  border-left: 0;
  font-size: 14px !important;
  color: var(--portit-top) !important;
}

#product-info #tab-description p,
#product-info .product-main-description p {
  margin: 0 0 8px;
  color: var(--portit-dark);
}

#product-info #tab-description p strong,
#product-info #tab-description p b,
#product-info .product-main-description p strong,
#product-info .product-main-description p b {
  color: var(--portit-top);
  font-weight: 600;
}

#product-info #tab-description ul,
#product-info .product-main-description ul {
  margin: 0 0 10px;
  padding-left: 18px;
  color: var(--portit-dark);
}

#product-info #tab-specification .head-td {
  background: var(--portit-heading-bg);
  color: var(--portit-top);
  border-left: 3px solid var(--portit-accent);
  font-size: 14px;
}

#product-info #tab-specification .oct-attr-name {
  color: #8a96a3;
  font-size: 13px;
}

body.modal-open #alert,
#alert.portit-alert-mute {
  display: none !important;
}

#cart .portit-header-cart {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
}

#cart .portit-header-cart.is-open .portit-cart-open {
  transform: none;
  background: #fff;
}

#cart .portit-mini-cart {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: 380px;
  max-width: min(380px, calc(100vw - 24px));
  padding: 12px;
  border: 1px solid rgba(79, 95, 111, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(31, 41, 51, 0.16);
  z-index: 45;
}

#cart .portit-header-cart.is-open .portit-mini-cart {
  display: block;
}

#cart .portit-mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow: auto;
}

#cart .portit-mini-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f5;
}

#cart .portit-mini-thumb img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

#cart .portit-mini-info {
  flex: 1;
  min-width: 0;
}

#cart .portit-mini-info a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--portit-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cart .portit-mini-info span {
  display: block;
  font-size: 12px;
  color: #8a96a3;
}

#cart .portit-mini-sum {
  font-size: 13px;
  font-weight: 700;
  color: var(--portit-dark);
  white-space: nowrap;
}

#cart .portit-mini-total {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  color: var(--portit-top);
}

#cart .portit-mini-checkout {
  display: block;
  height: 42px;
  border-radius: 10px;
  background: var(--portit-accent);
  color: #fff !important;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}

#cart .portit-mini-checkout:hover {
  background: #d92c2b;
}

#cart .portit-cart-clear {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--portit-top);
  font: inherit;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

#cart .portit-cart-clear:hover {
  color: var(--portit-accent);
}

body.modal-open #cart .portit-mini-cart {
  display: none !important;
}

#portit-cart-modal.portit-modal .modal-dialog {
  max-width: 640px;
}

#portit-cart-modal .modal-content {
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 48px rgba(31, 41, 51, 0.2);
  overflow: hidden;
}

#portit-cart-modal .modal-header {
  background: #fff;
  border-bottom: 1px solid #eef2f5;
  color: var(--portit-top);
  padding: 16px 20px;
}

#portit-cart-modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#portit-cart-modal .modal-body {
  padding: 16px 20px 20px;
}

.portit-popup-count,
.portit-popup-empty {
  margin: 0 0 12px;
  color: #8a96a3;
  font-size: 13px;
}

.portit-popup-list {
  max-height: 360px;
  overflow: auto;
}

.portit-popup-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f5;
}

.portit-popup-thumb img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.portit-popup-info {
  flex: 1;
  min-width: 0;
}

.portit-popup-info a {
  color: var(--portit-dark);
  font-size: 14px;
  font-weight: 600;
}

.portit-popup-info a:hover {
  color: var(--portit-accent);
}

.portit-popup-opt {
  font-size: 12px;
  color: #8a96a3;
}

.portit-popup-qty input {
  width: 52px;
  height: 36px;
  text-align: center;
  border: 1px solid #eef2f5;
  border-radius: 8px;
}

.portit-popup-price {
  min-width: 90px;
  text-align: right;
  font-weight: 700;
  color: var(--portit-dark);
}

.portit-popup-x {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a96a3;
  font-size: 22px;
  line-height: 1;
}

.portit-popup-x:hover {
  color: var(--portit-accent);
  background: rgba(242, 53, 52, 0.08);
}

.portit-popup-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--portit-top);
}

.portit-popup-total span {
  font-size: 20px;
  font-weight: 700;
  color: var(--portit-dark);
}

.portit-popup-actions {
  display: flex;
  gap: 10px;
}

.portit-popup-btn {
  flex: 1;
  height: 46px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  border: 1px solid transparent;
}

.portit-popup-btn-quiet {
  background: #fff;
  border-color: var(--portit-top);
  color: var(--portit-top);
}

.portit-popup-btn-quiet:hover {
  background: var(--portit-top);
  color: #fff;
}

.portit-popup-btn-accent {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
  color: #fff !important;
}

.portit-popup-btn-accent:hover {
  background: #d92c2b;
  color: #fff !important;
}

/* --- Audit: stock OC leftovers + mobile --- */

body {
  padding-bottom: 0;
}

.portit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.portit-btn-cart {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
  color: #fff !important;
}

.portit-btn-cart:hover {
  background: #d92c2b;
  border-color: #d92c2b;
  color: #fff !important;
}

.portit-btn-ghost {
  background: #fff;
  border-color: #dbe3ea;
  color: var(--portit-menu) !important;
}

.portit-btn-ghost:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent) !important;
}

.portit-btn-ghost-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff !important;
}

.portit-btn-ghost-light:hover {
  background: #fff;
  border-color: #fff;
  color: var(--portit-dark) !important;
}

footer .portit-copy {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

footer .portit-copy a {
  color: rgba(255, 255, 255, 0.52);
}

.portit-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.portit-auth-card,
.portit-account-card,
.portit-search-panel {
  background: var(--portit-card-bg);
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  padding: 22px;
}

.portit-auth-card h2,
.portit-account-card h2 {
  font-size: 18px;
  margin: 0 0 12px;
}

.portit-auth-card .portit-btn,
.portit-search-panel .portit-btn {
  margin-top: 8px;
}

.portit-account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.portit-account-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portit-account-card li + li {
  border-top: 1px solid #eef2f5;
}

.portit-account-card a {
  display: block;
  padding: 10px 0;
}

.portit-search-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.portit-search-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  margin: 2px 0 14px;
  padding: 9px 14px;
  border: 1px solid #e4eaee;
  border-left: 3px solid var(--portit-accent);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(216, 75, 68, 0.06), rgba(255, 255, 255, 0) 42%),
    #f8fafb;
}

.portit-search-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  color: var(--portit-accent);
  box-shadow: 0 2px 8px rgba(34, 50, 61, 0.08);
}

.portit-search-summary-copy {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
  min-width: 0;
  color: #6b7780;
  font-size: 12px;
}

.portit-search-summary-copy span {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.portit-search-summary-copy strong {
  overflow: hidden;
  color: var(--portit-menu);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portit-search-start {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 12px;
  border: 1px solid #e4eaee;
  border-radius: 10px;
  background: #f8fafb;
}

.portit-search-start > span {
  color: #8a969e;
}

.portit-search-start .form-control,
.portit-search-start .portit-btn {
  min-height: 42px;
  margin: 0;
}

.portit-brand-index {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 2px;
  margin: 0 0 28px;
  padding: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  border: 1px solid #e4eaee;
  border-radius: var(--portit-radius);
  background: var(--portit-heading-bg);
}

.portit-brand-index a {
  flex: 1 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55em;
  min-height: 36px;
  padding: 0 4px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--portit-chrome);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.portit-brand-index a.is-digits {
  min-width: 2.4em;
  padding: 0 8px;
}

.portit-brand-index a:hover,
.portit-brand-index a:focus-visible {
  background: #fff;
  color: var(--portit-accent);
  box-shadow: 0 0 0 1px rgba(242, 53, 52, 0.16);
}

.portit-brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 76px;
  padding: 8px 12px;
  border: 1px solid #e6ecf0;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.portit-brand-chip:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-brand-letter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 14px;
  color: var(--portit-chrome);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  scroll-margin-top: 16px;
}

.portit-brand-letter::before {
  content: "";
  width: 4px;
  height: 0.78em;
  border-radius: 4px;
  background: var(--portit-accent);
}

#product-manufacturer .portit-brand-letter:first-of-type {
  margin-top: 4px;
}

.portit-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.portit-sitemap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.portit-sitemap ul {
  margin: 0;
  padding-left: 18px;
}

.portit-sitemap li {
  margin: 4px 0;
}

.portit-compare-wrap,
.portit-page .table-responsive,
#output-cart {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.portit-compare-table,
.portit-cart-table,
#account-wishlist .table {
  min-width: 640px;
  background: #fff;
}

.portit-view-toggle {
  display: inline-flex;
  border: 1px solid #e6ecf0;
  border-radius: 8px;
  overflow: hidden;
}

.portit-view-btn {
  width: 40px;
  height: 36px;
  border: 0;
  background: #fff;
  color: var(--portit-top);
}

.portit-view-btn.is-on,
.portit-view-btn:hover {
  background: var(--portit-heading-bg);
  color: var(--portit-accent);
}

.portit-cookie .portit-cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.portit-cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

#account-register .row.mb-3,
#account-edit .row.mb-3,
#account-address .row.mb-3,
#account-password .row.mb-3 {
  --bs-gutter-x: 0;
}

#account-register .col-form-label,
#account-edit .col-form-label {
  text-align: left;
}

.pagination {
  flex-wrap: wrap;
}

#product-info .product-tabs-row .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#product-info .product-tabs-row .nav-link {
  white-space: nowrap;
}

@media (max-width: 991px) {
  #menu .dropdown-menu.portit-megamenu {
    display: none;
    padding: 0 0 8px 12px;
    border: 0;
    background: #f7f9fa;
  }

  #menu .nav-item.dropdown.is-open > .portit-megamenu {
    display: block;
  }

  .portit-mm-flyout {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .portit-header .row {
    align-items: center;
  }

  .portit-logo-col,
  .portit-cart-col {
    margin-bottom: 8px;
  }

  .portit-header #logo {
    text-align: left;
    margin-bottom: 0;
  }

  .portit-phones {
    display: none;
  }

  .portit-search-col {
    order: 3;
  }

  .portit-search-cat {
    display: none !important;
  }

  #search .form-control {
    min-width: 0;
    flex: 1 1 auto;
  }

  .portit-cookie .portit-cookie-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .portit-cookie p {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .portit-cookie-actions {
    flex-direction: row;
    width: auto;
    flex-shrink: 0;
  }

  .portit-cookie-actions .portit-btn {
    flex: 1;
    width: auto;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .portit-auth,
  .portit-account-grid,
  .portit-search-panel,
  .portit-sitemap,
  .portit-brand-grid {
    grid-template-columns: 1fr;
  }

  .portit-brand-index a {
    min-width: 36px;
  }

  .portit-brand-letter {
    font-size: 26px;
  }

  .portit-search-summary {
    align-items: flex-start;
    padding: 9px 11px;
  }

  .portit-search-summary-copy {
    display: grid;
    gap: 2px;
  }

  .portit-search-summary-copy strong {
    max-width: calc(100vw - 105px);
    font-size: 16px;
  }

  .portit-search-start {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .portit-search-start .portit-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  #account-register .col-sm-2,
  #account-register .col-sm-10,
  #account-edit .col-sm-2,
  #account-edit .col-sm-10,
  #account-password .col-sm-2,
  #account-password .col-sm-10,
  #account-address .col-sm-2,
  #account-address .col-sm-10 {
    width: 100%;
    max-width: 100%;
  }

  #account-register fieldset,
  #account-edit fieldset {
    border: 1px solid #e6ecf0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
  }

  footer .row > [class*="col-"] {
    margin-bottom: 20px;
  }

  .sort-row .col-6,
  .sort-row .col-lg-5,
  .sort-row .col-lg-4,
  #display-control .col-6,
  #display-control .col-md-4,
  #display-control .col-md-3 {
    width: 100%;
    max-width: 100%;
  }

  h1.cat-header,
  h1.product-header,
  .portit-page h1,
  #content > h1 {
    font-size: 20px;
  }

  .product-thumb .button button {
    min-width: 44px;
    min-height: 44px;
  }

  #common-home .portit-builder-copy,
  .info-content {
    overflow-wrap: break-word;
  }
}

/* --- Chrome: CTA chip, search empty, footer tiles, mobile bar --- */

#menu .navbar-nav {
  align-items: center;
}

#menu .navbar-nav > li.portit-nav-cta {
  margin-left: 4px;
}

#menu .navbar-nav > li.portit-nav-cta > a.portit-nav-cta-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  margin: 6px 0 6px 8px !important;
  background: var(--portit-chrome) !important;
  color: #fff !important;
  transform: none;
}

#menu .navbar-nav > li.portit-nav-cta > a.portit-nav-cta-link i {
  color: var(--portit-accent);
  font-size: 12px;
}

#menu .navbar-nav > li.portit-nav-cta > a.portit-nav-cta-link::after {
  display: none !important;
}

#menu .navbar-nav > li.portit-nav-cta:hover > a.portit-nav-cta-link,
#menu .navbar-nav > li.portit-nav-cta > a.portit-nav-cta-link:hover,
#menu .navbar-nav > li.portit-nav-cta > a.portit-nav-cta-link:focus-visible {
  background: #2b333d !important;
  color: #fff !important;
  transform: none;
}

.live-search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 12px;
}

.live-search-empty p {
  margin: 0;
}

.live-search-empty .portit-btn {
  min-height: 40px;
}

@media (min-width: 992px) {
  #portit-slide-panel {
    display: none;
  }

  body {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 64px;
  }

  #cookie {
    bottom: 64px;
  }

  #menu.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  #category {
    font-weight: 600;
    font-size: 15px;
  }

  #menu .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    margin: 6px 0;
    border: 1px solid #dbe3ea;
    border-radius: 10px;
    background: #fff;
    color: var(--portit-menu);
    font-size: 14px;
    font-weight: 600;
  }

  #menu .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(242, 53, 52, 0.18);
  }

  #menu .navbar-nav {
    flex-wrap: wrap;
    width: 100%;
  }

  #menu .navbar-nav > li.portit-nav-cta {
    margin-left: 0;
    width: auto;
  }

  #menu .navbar-nav > li.portit-nav-cta > a.portit-nav-cta-link {
    margin: 8px 12px !important;
  }
}

/* --- Home wave 2 --- */

.portit-home-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 28px;
  align-items: stretch;
}

.portit-home-cat {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
  overflow: hidden;
  color: inherit;
  min-height: 44px;
}

.portit-home-cat:hover {
  border-color: #cfd8e0;
  color: inherit;
}

.portit-home-cat img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  background: #f4f6f8;
}

.portit-home-cat > span {
  padding: 10px 12px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: var(--portit-menu);
}

.portit-home-cat:hover > span {
  color: var(--portit-accent);
}

.portit-home-cat-spec {
  border-left: 3px solid var(--portit-accent);
  background: #fff;
}

.portit-home-cat-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 10px;
  text-decoration: none;
  color: inherit;
}

.portit-home-cat-head strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--portit-menu);
}

.portit-home-cat-spec:hover .portit-home-cat-head strong,
.portit-home-cat-spec:focus-within .portit-home-cat-head strong {
  color: var(--portit-accent);
}

.portit-home-cat-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.portit-home-cat-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f3f6f8;
  color: var(--portit-accent);
}

.portit-home-cat-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.portit-home-cat-icon .hw {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portit-home-cat-icon .fill,
.portit-home-cat-icon .ac {
  fill: currentColor;
  stroke: none;
}

.portit-home-cat-spec:hover .portit-home-cat-icon,
.portit-home-cat-spec:focus-within .portit-home-cat-icon {
  background: #fdecec;
}

.portit-home-cat-count {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: #6b7785;
}

.portit-home-cat-count b {
  color: #1d1f24;
  font-weight: 700;
}

.portit-home-cat-body {
  position: relative;
  height: 132px;
  flex: 0 0 132px;
  overflow: hidden;
  background: #fbfcfc;
  border-top: 1px solid #eef2f5;
}

.portit-home-cat-list {
  height: 100%;
  overflow: hidden;
  padding: 2px 14px 26px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--portit-accent) transparent;
}

.portit-home-cat-list::-webkit-scrollbar { width: 4px; }
.portit-home-cat-list::-webkit-scrollbar-thumb {
  background: var(--portit-accent);
  border-radius: 4px;
}

.portit-home-cat-spec:hover .portit-home-cat-list,
.portit-home-cat-spec:focus-within .portit-home-cat-list {
  overflow-y: auto;
}

.portit-home-cat-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.portit-home-cat-list li {
  counter-increment: toc;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px dotted #d5dee4;
  font-size: 13px;
  color: var(--portit-menu);
}

.portit-home-cat-list li::before {
  content: counter(toc, decimal-leading-zero);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--portit-accent);
  flex: 0 0 22px;
}

.portit-home-cat-list li a {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.portit-home-cat-list li a:hover {
  color: var(--portit-accent);
}

.portit-home-cat-list .rest {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
  overflow: hidden;
  transform: translateY(10px);
  filter: blur(4px);
}

.portit-home-cat-spec:hover .portit-home-cat-list .rest,
.portit-home-cat-spec:focus-within .portit-home-cat-list .rest {
  max-height: 44px;
  opacity: 1;
  padding: 7px 0;
  border-bottom-width: 1px;
  transform: none;
  filter: none;
  transition:
    max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 42ms);
}

.portit-home-cat-hint {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  z-index: 2;
  font-size: 11px;
  font-weight: 600;
  color: #6b7785;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.portit-home-cat-spec:hover .portit-home-cat-hint,
.portit-home-cat-spec:focus-within .portit-home-cat-hint {
  opacity: 0;
  transform: translateY(6px);
}

@media (prefers-reduced-motion: reduce) {
  .portit-home-cat-list .rest,
  .portit-home-cat-hint {
    transition: none !important;
    filter: none !important;
  }
}

.portit-home-cats-compact {
  gap: 10px;
  margin-bottom: 20px;
}

.portit-home-cats-compact .portit-home-cat {
  overflow: visible;
  position: relative;
}

.portit-home-cats-compact .portit-home-cat-head {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
}

.portit-home-cats-compact .portit-home-cat-title {
  flex: 1;
}

.portit-home-cats-compact .portit-home-cat-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}

.portit-home-cats-compact .portit-home-cat-icon svg {
  width: 16px;
  height: 16px;
}

.portit-home-cats-compact .portit-home-cat-head strong {
  font-size: 13px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
}

.portit-home-cats-compact .portit-home-cat-count {
  flex: 0 0 auto;
  font-size: 11px;
}

.portit-home-cats-compact .portit-home-cat-body {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% - 1px);
  height: auto;
  max-height: 240px;
  flex: none;
  z-index: 8;
  border: 1px solid #cfd8e0;
  border-top: 0;
  border-radius: 0 0 var(--portit-radius) var(--portit-radius);
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.12);
}

.portit-home-cats-compact .portit-home-cat-list {
  max-height: 240px;
  padding-bottom: 10px;
}

.portit-home-cats-compact .portit-home-cat-list .rest {
  max-height: none;
  opacity: 1;
  padding: 7px 0;
  border-bottom-width: 1px;
  transform: none;
  filter: none;
}

.portit-home-cats-compact .portit-home-cat-hint {
  display: none;
}

.portit-home-cats-compact .portit-home-cat-spec:hover,
.portit-home-cats-compact .portit-home-cat-spec:focus-within {
  z-index: 9;
}

.portit-home-cats-compact .portit-home-cat-spec:hover .portit-home-cat-body,
.portit-home-cats-compact .portit-home-cat-spec:focus-within .portit-home-cat-body {
  display: block;
}

.portit-showcase-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 18px;
}

.portit-showcase-head .portit-section-title {
  flex: 1;
  margin: 0;
}

.portit-showcase-more {
  flex-shrink: 0;
  font-weight: 600;
  color: var(--portit-accent) !important;
}

.portit-showcase.is-row .portit-showcase-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.portit-showcase-item {
  flex: 0 0 220px;
  scroll-snap-align: start;
}

.portit-showcase-item .product-thumb {
  height: 100%;
}

.portit-home-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 28px;
}

.portit-home-fact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  text-align: left;
  padding: 16px;
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
  background: #fff;
  color: var(--portit-dark);
  font: inherit;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
}

.portit-home-fact i {
  color: var(--portit-accent);
  font-size: 18px;
}

.portit-home-fact strong {
  color: var(--portit-menu);
  font-size: 15px;
}

.portit-home-fact span {
  color: #6b7785;
  font-size: 13px;
  line-height: 1.4;
}

a.portit-home-fact:hover,
button.portit-home-fact:hover {
  border-color: #cfd8e0;
  color: var(--portit-dark);
}

.portit-home-request {
  display: grid;
  gap: 18px;
  margin: 0 0 36px;
  padding: 20px;
  background: #f7f9fa;
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
}

.portit-home-request h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.portit-home-request-copy p {
  margin: 0;
  color: #6b7785;
}

.portit-home-request-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .portit-home-cats {
    grid-template-columns: repeat(3, 1fr);
  }

  .portit-home-cat img {
    height: 130px;
  }

  .portit-showcase-item {
    flex: 0 0 240px;
  }

  .portit-home-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .portit-home-request {
    grid-template-columns: 1fr 1.4fr;
    align-items: start;
    padding: 28px;
  }

  .portit-home-request-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portit-home-request-need {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  .portit-home-cats {
    grid-template-columns: repeat(4, 1fr);
  }

  .portit-home-trust {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --- Catalog wave 3 --- */

#product-category > .row {
  align-items: flex-start;
  min-width: 0;
}

#product-category #content {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

#product-category #column-left {
  position: sticky;
  top: 12px;
  max-height: calc(100vh - 24px);
  overflow: auto;
}

.portit-cat-hero {
  margin: 0 0 20px;
}

.portit-cat-hero.has-cover {
  position: relative;
  padding: 14px 18px;
  border-radius: var(--portit-radius);
  overflow: hidden;
  color: #fff;
}

.portit-cat-hero.has-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, rgba(31, 41, 51, 0.86), rgba(31, 41, 51, 0.42)), var(--cat-cover);
  background-size: cover;
  background-position: center;
}

.portit-cat-hero.has-cover.is-product-cover::before {
  background-color: #26313b;
  background-image: linear-gradient(90deg, rgba(31, 41, 51, 0.96) 0%, rgba(31, 41, 51, 0.84) 54%, rgba(31, 41, 51, 0.58) 100%), var(--cat-cover);
  background-repeat: no-repeat;
  background-size: cover, 56% auto;
  background-position: center, right 38%;
}

.portit-cat-hero.has-cover.is-generated-cover::before {
  background-color: #26313b;
  background-image:
    linear-gradient(90deg, rgba(31, 41, 51, 0.98), rgba(31, 41, 51, 0.76)),
    radial-gradient(circle at 82% 34%, rgba(232, 69, 60, 0.24) 0 2px, transparent 3px),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.035) 43px 44px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(255, 255, 255, 0.025) 19px 20px);
  background-size: cover, 52px 52px, auto, auto;
  background-position: center, right center, center, center;
}

.portit-cat-hero.has-cover > * {
  position: relative;
  z-index: 1;
}

.portit-cat-hero.has-cover .cat-header {
  color: #fff;
  margin-bottom: 5px;
}

.portit-cat-intro-wrap {
  max-width: 860px;
}

.portit-cat-intro {
  margin: 0;
  color: #6b7785;
  line-height: 1.5;
}

.portit-cat-intro.is-clip {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portit-cat-intro-more {
  margin-top: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--portit-accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.portit-cat-intro-more:hover {
  color: #d92c2b;
}

.portit-cat-hero.has-cover .portit-cat-intro {
  color: #e6ecf0;
  line-height: 1.4;
}

.portit-cat-hero.has-cover .portit-cat-intro.is-clip {
  -webkit-line-clamp: 3;
}

.portit-cat-hero.has-cover .portit-cat-intro-more {
  color: #fff;
}

.portit-cat-hero.has-cover .portit-cat-intro-more:hover {
  color: #ffd4d3;
}

.portit-cat-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 24px;
}

.portit-cat-tiles .portit-home-cat small {
  color: #8a96a3;
  font-weight: 500;
}

.portit-cat-tiles .portit-home-cat.is-brand {
  flex-direction: row;
  align-items: center;
  min-height: 76px;
  padding: 8px 12px;
  gap: 12px;
}

.portit-cat-tiles .portit-home-cat.is-brand img,
.portit-cat-tiles .portit-home-cat.is-brand .portit-brand-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  object-fit: contain;
  background: #fff;
}

.portit-cat-tiles .portit-home-cat.is-brand > span {
  padding: 0;
}

.portit-brand-strip {
  margin: 0 0 20px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.portit-brand-strip-viewport {
  overflow: hidden;
  max-width: 100%;
  padding: 8px 0;
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
  background: #fff;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
}

.portit-brand-strip-track {
  display: flex;
  width: max-content;
  animation: portit-brand-strip-marquee calc(var(--brand-strip-n, 12) * 2.4s) linear infinite;
}

.portit-brand-strip:hover .portit-brand-strip-track,
.portit-brand-strip:focus-within .portit-brand-strip-track {
  animation-play-state: paused;
}

.portit-brand-strip.is-wheel .portit-brand-strip-track {
  animation: none;
}

.portit-brand-strip-set {
  display: flex;
}

.portit-brand-strip .portit-home-cat.is-brand {
  flex: 0 0 auto;
  width: auto;
  min-width: 168px;
  min-height: 56px;
  height: 56px;
  margin-right: 8px;
  padding: 6px 12px 6px 6px;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.portit-brand-strip-set .portit-home-cat.is-brand:first-child {
  margin-left: 8px;
}

.portit-brand-strip .portit-home-cat.is-brand .portit-brand-logo {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.portit-brand-strip .portit-home-cat.is-brand > span {
  padding: 0;
  white-space: nowrap;
}

.portit-brand-strip.is-static .portit-brand-strip-viewport {
  overflow-x: auto;
  -webkit-mask-image: none;
  mask-image: none;
}

.portit-brand-strip.is-static .portit-brand-strip-track {
  animation: none;
}

@keyframes portit-brand-strip-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .portit-brand-strip-viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .portit-brand-strip-track {
    animation: none;
  }

  .portit-brand-strip-set[aria-hidden] {
    display: none;
  }
}

.portit-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}

.portit-toolbar-found {
  margin-left: auto;
  font-size: 13px;
  color: #6b7785;
}

.portit-stock-chips,
.portit-sort-chips,
.portit-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.portit-chip,
.portit-chip-reset,
a.portit-chip-toggle,
.portit-chip-toggle span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #dbe3ea;
  border-radius: var(--portit-radius-pill);
  background: #fff;
  color: var(--portit-menu);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.portit-chip-toggle {
  margin: 0;
}

.portit-chip-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

a.portit-chip-toggle.is-on,
.portit-chip-toggle:has(input:checked) span,
.portit-chip:hover,
a.portit-chip-toggle:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-chip-reset {
  color: var(--portit-accent);
}

.portit-filter {
  background: #fff;
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
  margin-bottom: 16px;
}

.portit-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 14px;
  border-bottom: 1px solid #eef2f5;
}

.portit-filter-heading {
  font-size: 15px;
  font-weight: 700;
  color: var(--portit-menu);
}

.portit-filter-found {
  display: none;
}

.portit-filter-group {
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f5;
}

.portit-filter-group .portit-filter-title {
  display: block;
  font-weight: 600;
  color: var(--portit-menu);
  margin-bottom: 8px;
  cursor: pointer;
  list-style: none;
}

.portit-filter-group .portit-filter-title::-webkit-details-marker {
  display: none;
}

.portit-filter-checks {
  max-height: 220px;
  overflow: auto;
}

.portit-filter-checks .form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.portit-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.portit-price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.portit-brand-search {
  margin-bottom: 8px;
}

.portit-filter-actions {
  display: grid;
  gap: 8px;
  padding: 12px 14px 14px;
}

#portit-listing.is-busy {
  opacity: 0.55;
  pointer-events: none;
}

.portit-listing-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 20px 0 32px;
}

.portit-listing-pager {
  width: 100%;
}

.portit-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.portit-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e6ecf0;
  border-radius: 10px;
  background: #fff;
  color: var(--portit-top);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.portit-pager-btn.is-nav {
  min-width: 88px;
}

.portit-pager-btn:hover {
  border-color: var(--portit-top);
  color: var(--portit-dark);
}

.portit-pager-btn.is-on {
  background: var(--portit-accent);
  border-color: var(--portit-accent);
  color: #fff;
}

.portit-pager-btn.is-off {
  color: #b4bec6;
  border-color: #eef2f5;
  background: #f7f9fa;
}

.portit-pager-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: #8a96a3;
  font-size: 14px;
  font-weight: 700;
}

.portit-listing-meta {
  color: #6b7785;
  font-size: 13px;
}

.portit-listing-foot .portit-load-more {
  min-width: 220px;
}

.portit-review-pager .portit-pager {
  justify-content: flex-start;
}

.portit-empty {
  padding: 28px 16px;
  text-align: center;
  background: #f7f9fa;
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
  margin-bottom: 24px;
}

.portit-sheet-lock {
  overflow: hidden;
}

@media (min-width: 768px) {
  .portit-cat-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  #product-category #column-left {
    display: none !important;
  }

  #product-category.is-filter-open #column-left {
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 1060;
    width: 100%;
    max-width: 100%;
    max-height: none;
    overflow: auto;
    padding: 16px;
    background: #fff;
    flex: none;
  }

  .portit-toolbar-found {
    width: 100%;
    margin-left: 0;
  }
}

/* --- Wave 4: listing card + PDP --- */

.portit-thumb-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 6px 0 0;
  color: #6b7785;
  font-size: 12px;
  line-height: 1.3;
}

.portit-thumb-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c5ced6;
}

.portit-thumb-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  margin: 8px 0 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--portit-top);
}

.portit-thumb-stock::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5ced6;
}

.portit-thumb-stock.is-in::before,
#product-info .portit-stock.is-in::before {
  background: #2f9e6b;
}

.portit-thumb-stock.is-pre::before {
  display: none;
}

#product-info .portit-stock.is-pre::before {
  background: #d4a017;
}

.portit-thumb-stock.is-pre,
.portit-thumb-stock.is-ask,
#product-info .portit-stock.is-ask {
  font-weight: 500;
  color: #8a96a3;
}

.portit-thumb-flags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  margin-top: auto;
}

.portit-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: var(--portit-radius-pill);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.portit-pill.is-ask {
  background: #fff1f0;
  color: var(--portit-accent);
}

.portit-pill.is-pre {
  background: #eef1f4;
  color: var(--portit-chrome);
}

.product-thumb .price-request {
  font-size: 15px;
  color: var(--portit-top);
}

.portit-quote-check {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 22px;
  height: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #cfd8e0;
  border-radius: 4px;
  cursor: pointer;
}

.portit-quote-check input {
  margin: 0;
  width: 14px;
  height: 14px;
  accent-color: var(--portit-accent);
}

#product-list.row {
  align-items: stretch;
}

#product-list.row > .col {
  display: flex;
  flex-direction: column;
}

#product-list.row > .col > .product-thumb {
  flex: 1 1 auto;
  width: 100%;
}

.portit-thumb-actions {
  display: flex;
  align-items: stretch;
  gap: 6px;
  padding: 0 12px 12px;
}

.portit-thumb-cart {
  flex: 1 1 auto;
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: var(--portit-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.portit-thumb-cart:hover {
  background: #d92c2b;
  color: #fff;
}

.portit-thumb-icon {
  flex: 0 0 40px;
  width: 40px;
  min-height: 40px;
  border: 1px solid #e6ecf0;
  border-radius: 8px;
  background: #fff;
  color: var(--portit-top);
}

.portit-thumb-icon:hover {
  border-color: var(--portit-top);
  color: var(--portit-accent);
}

#portit-quote-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #fff;
  border-top: 1px solid #e6ecf0;
  box-shadow: 0 -8px 24px rgba(31, 41, 51, 0.08);
}

#portit-quote-bar[hidden] {
  display: none !important;
}

.portit-quote-bar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.portit-quote-label {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--portit-top);
}

.portit-quote-clear {
  border: 0;
  background: transparent;
  color: #6b7785;
  font-size: 13px;
  padding: 8px;
}

.portit-quote-clear:hover {
  color: var(--portit-accent);
}

#portit-request-product {
  white-space: pre-line;
}

@media (min-width: 992px) {
  body.has-quote-bar {
    padding-bottom: 72px;
  }

  #product-info .row.portit-pdp {
    display: grid;
    grid-template-columns: minmax(260px, 440px) minmax(0, 1fr);
    column-gap: 24px;
    --bs-gutter-x: 0;
    align-items: stretch;
  }

  #product-info .portit-pdp > [class*="col-"] {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  #product-info .portit-pdp-gallery,
  #product-info #product-info-right {
    display: flex;
    flex-direction: column;
  }

  #product-info .portit-gallery {
    flex: 1 1 auto;
    min-height: 0;
  }

  #product-info .portit-buy-box {
    position: static;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #product-info .portit-product-meta {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  #product-info .portit-product-brand {
    margin-bottom: 10px;
  }

  #product-info .portit-buy {
    margin-bottom: 8px;
  }

  #product-info .portit-product-actions {
    margin-bottom: 8px;
  }

  #product-info .portit-trust-facts {
    margin-top: auto;
    padding-top: 24px;
  }
}

@media (max-width: 991px) {
  #portit-quote-bar {
    bottom: 64px;
  }

  body.has-quote-bar {
    padding-bottom: 128px;
  }

  body.has-quote-bar .portit-pdp-bar {
    display: none;
  }
}

.portit-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.portit-gallery-main {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 280px;
}

.portit-gallery-stage {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 280px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e6ecf0;
  border-radius: 10px;
  background: #fff;
  cursor: zoom-in;
}

.portit-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #e6ecf0;
  border-radius: 50%;
  background: #fff;
  color: var(--portit-top);
  box-shadow: 0 4px 12px rgba(31, 41, 51, 0.08);
}

.portit-gallery-nav.is-prev {
  left: 8px;
  transform: translateY(-50%);
}

.portit-gallery-nav.is-next {
  right: 8px;
  transform: translateY(-50%);
}

.portit-gallery-nav:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-gallery-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(29, 31, 36, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}

.portit-gallery-thumbs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 4px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.portit-gallery-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 4px;
  border: 1px solid #e6ecf0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: start;
}

.portit-gallery-thumb:hover {
  border-color: var(--portit-top);
}

.portit-gallery-thumb.is-on {
  border-color: var(--portit-accent);
  box-shadow: 0 0 0 1px var(--portit-accent);
}

.portit-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.portit-gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

@media (min-width: 992px) {
  #product-info .portit-pdp-gallery,
  #product-info .portit-gallery,
  #product-info .portit-gallery-main,
  #product-info .portit-gallery-stage {
    min-height: 0;
  }

  #product-info .portit-gallery {
    height: 333px;
  }

  #product-info .portit-gallery-main,
  #product-info .portit-gallery-stage {
    height: 100%;
  }

  #product-info .portit-gallery-thumbs {
    flex: 0 0 58px;
    max-height: 58px;
  }

  #product-info .portit-gallery-thumb {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }
}

@media (hover: hover) {
  .portit-gallery-stage:hover img {
    transform: scale(1.55);
  }
}

.portit-zoom {
  border: 0;
  padding: 16px;
  max-width: min(960px, 96vw);
  max-height: 96vh;
  background: #fff;
}

.portit-zoom img {
  display: block;
  max-width: 100%;
  max-height: calc(96vh - 72px);
  object-fit: contain;
}

.portit-zoom::backdrop {
  background: rgba(31, 41, 51, 0.72);
}

.portit-zoom-close {
  margin-top: 12px;
  border: 0;
  background: transparent;
  color: var(--portit-top);
  font-weight: 600;
}

.portit-copy {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.portit-copy.is-copied {
  color: var(--portit-accent);
}

.portit-buy-code .portit-copy {
  font-weight: 600;
  color: var(--portit-dark);
}

#product-info .portit-btn-quote {
  flex: 1 1 100%;
  background: #fff;
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

#product-info .portit-btn-quote:hover {
  background: rgba(242, 53, 52, 0.06);
  color: var(--portit-accent);
}

.portit-trust-facts {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.portit-trust-fact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e6ecf0;
  border-radius: 10px;
  background: #fff;
  color: var(--portit-dark);
  text-decoration: none;
}

.portit-trust-fact.is-delivery {
  border-color: #f4c7c7;
}

.portit-trust-fact:hover {
  color: var(--portit-dark);
  border-color: currentColor;
}

.portit-trust-fact.is-delivery:hover {
  color: var(--portit-dark);
  border-color: var(--portit-accent);
}

.portit-trust-fact.is-payment:hover {
  border-color: var(--portit-top);
}

.portit-trust-fact.is-warranty:hover {
  border-color: var(--portit-chrome);
}

.portit-trust-fact i {
  flex: 0 0 22px;
  width: 22px;
  font-size: 16px;
  text-align: center;
}

.portit-trust-fact.is-delivery i {
  color: var(--portit-accent);
}

.portit-trust-fact.is-payment i {
  color: var(--portit-top);
}

.portit-trust-fact.is-warranty i {
  color: var(--portit-chrome);
}

.portit-trust-fact span {
  display: block;
  min-width: 0;
}

.portit-trust-fact strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--portit-dark);
}

.portit-trust-fact em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
  color: var(--portit-top);
}

#product-info .portit-buy .portit-trust-facts.is-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(79, 95, 111, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

#product-info .portit-buy .portit-trust-facts.is-compact .portit-trust-fact {
  min-width: 0;
  gap: 8px;
  padding: 8px 10px;
  border-color: #dfe6ea;
  border-radius: 8px;
}

#product-info .portit-buy .portit-trust-facts.is-compact .portit-trust-fact i {
  flex-basis: 18px;
  width: 18px;
  color: var(--portit-accent);
  font-size: 13px;
}

#product-info .portit-buy .portit-trust-facts.is-compact .portit-trust-fact strong {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product-info .portit-buy .portit-trust-facts.is-compact .portit-trust-fact em {
  overflow: hidden;
  margin-top: 1px;
  font-size: 9px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 575px) {
  #product-info .portit-buy .portit-trust-facts.is-compact {
    grid-template-columns: 1fr;
  }
}

#product-info .portit-spec {
  margin: 8px 0 28px;
}

#product-info .portit-spec .attr-content:nth-child(2n) {
  background: #f7f9fa;
}

#product-info #tab-description.portit-product-copy,
#product-info .portit-product-copy {
  color: var(--portit-dark);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 8px 0 32px;
}

#product-info .portit-product-copy img {
  max-width: 100%;
  height: auto;
}

#product-info .portit-product-copy table {
  width: 100%;
  max-width: 100%;
}

.portit-pdp-bar {
  display: none;
}

@media (max-width: 991px) {
  .portit-pdp-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 64px;
    z-index: 1035;
    min-height: 64px;
    padding: 8px 16px;
    background: #fff;
    border-top: 1px solid #e6ecf0;
    box-shadow: 0 -8px 24px rgba(31, 41, 51, 0.08);
  }

  .portit-pdp-bar-price {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: var(--portit-price);
  }

  .portit-pdp-bar .portit-btn {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  body:has(#product-info) {
    padding-bottom: 128px;
  }
}

@media (max-width: 991px) {
  .portit-gallery-main {
    min-height: 0;
  }

  .portit-gallery-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .portit-quote-bar-inner {
    flex-wrap: wrap;
  }

  .portit-quote-label {
    flex: 1 1 100%;
  }
}

/* --- Wave 5: info pages --- */

.portit-btn-ghost {
  background: #fff;
  border-color: #cfd8e0;
  color: var(--portit-top) !important;
}

.portit-btn-ghost:hover {
  border-color: var(--portit-top);
  color: var(--portit-accent) !important;
}

.portit-btn-quote {
  background: #fff;
  border-color: var(--portit-accent);
  color: var(--portit-accent) !important;
}

.portit-btn-quote:hover {
  background: rgba(242, 53, 52, 0.06);
}

.portit-info {
  padding-bottom: 32px;
}

.portit-info-title {
  margin: 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 3px solid var(--portit-accent);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--portit-top);
}

.portit-info-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--portit-accent);
}

.portit-info-lead {
  max-width: 46rem;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 28px;
  color: var(--portit-dark);
}

.portit-info-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
  margin: 0 0 28px;
}

.portit-info-hero-copy p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--portit-dark);
}

.portit-info-map {
  overflow: hidden;
  min-height: 240px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #4F5F6F;
}

.portit-info-map iframe {
  display: block;
  width: 100%;
}

.portit-info-place {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
  font-size: 14px;
  color: #6b7785;
}

.portit-info-place strong {
  color: var(--portit-top);
}

.portit-info-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 32px;
}

.portit-info-stat {
  padding: 18px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-info-stat b {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  color: var(--portit-top);
}

.portit-info-stat span,
.portit-info-stat em {
  display: block;
  font-size: 13px;
  font-style: normal;
  color: #6b7785;
}

.portit-info-split,
.portit-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 24px;
}

.portit-info-cards {
  grid-template-columns: repeat(3, 1fr);
}

.portit-info-card {
  padding: 18px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-info-card h2,
.portit-info-steps h2,
.portit-info-form h2,
.portit-info-rekv h2,
.portit-contact-side h2,
.portit-contact-form h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--portit-top);
}

.portit-info-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: var(--portit-top);
}

.portit-info-card ul {
  margin: 0;
  padding-left: 18px;
}

.portit-info-card li,
.portit-info-card p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--portit-dark);
}

.portit-info-table-wrap {
  overflow: auto;
  margin: 0 0 20px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
}

.portit-info-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.portit-info-table th,
.portit-info-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f5;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

.portit-info-table thead th {
  background: #f7f9fa;
  color: var(--portit-top);
  font-weight: 600;
}

.portit-info-table tbody th {
  width: 22%;
  color: var(--portit-top);
}

.portit-info-table tbody tr:nth-child(even) {
  background: #f7f9fa;
}

.portit-info-notes {
  margin: 0 0 20px;
}

.portit-info-notes p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #6b7785;
}

.portit-info-rekv {
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
}

.portit-info-rekv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.portit-info-steps {
  margin: 0 0 28px;
}

.portit-info-steps ol {
  margin: 0;
  padding-left: 20px;
}

.portit-info-steps li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
}

.portit-info-form {
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-info-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.portit-info-form-wide {
  grid-column: 1 / -1;
}

.portit-info-copy {
  max-width: 46rem;
  font-size: 18px;
  line-height: 28px;
  color: var(--portit-dark);
}

.portit-info-copy img,
.portit-info-copy table {
  max-width: 100%;
}

.portit-info-copy p,
.portit-info-copy li {
  margin: 0 0 12px;
}

.portit-info-ask {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 32px 0 8px;
  padding: 20px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #f7f9fa;
}

.portit-info-ask h2 {
  margin: 0 0 6px;
  font-size: 20px;
  color: var(--portit-top);
}

.portit-info-ask p {
  margin: 0;
  color: #6b7785;
}

.portit-info-ask-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portit-contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.portit-contact-form {
  margin-top: 16px;
}

.portit-contact-note,
.portit-contact-warn {
  font-size: 13px;
  color: #6b7785;
}

.portit-contact-warn {
  padding: 10px 12px;
  border-left: 3px solid var(--portit-accent);
  background: #fff;
}

.portit-managers {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.portit-manager {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-manager-ava {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--portit-top);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.portit-manager strong,
.portit-manager a {
  display: block;
  font-size: 14px;
}

.portit-manager strong {
  margin-bottom: 4px;
  color: var(--portit-top);
}

.portit-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portit-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #e6ecf0;
  border-radius: 10px;
  color: var(--portit-top);
  font-size: 13px;
  font-weight: 600;
}

.portit-socials a:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-draft-chip {
  display: block;
  margin-top: 6px;
  padding: 4px 10px;
  border: 1px dashed var(--portit-top);
  border-radius: var(--portit-radius);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--portit-top);
  cursor: pointer;
}

.portit-draft-chip:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-fab {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 10050;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--portit-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(242, 53, 52, 0.28);
  cursor: pointer;
}

.portit-fab:hover {
  background: #d92c2b;
  color: #fff;
}

body.modal-open .portit-fab,
body.has-quote-bar .portit-fab {
  display: none;
}

.portit-search-empty {
  max-width: 560px;
  margin: 12px 0 32px;
  padding: 20px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-search-empty p {
  margin: 0 0 10px;
}

.live-search-hint {
  font-size: 12px;
  color: #6b7785;
  text-align: center;
}

.portit-popup-actions {
  flex-wrap: wrap;
}

.portit-popup-actions .portit-invoice {
  flex: 1 0 100%;
}

#information-configurator .portit-info-ask-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 991px) {
  .portit-fab {
    bottom: 80px;
  }

  body:has(#product-info) .portit-fab {
    bottom: 144px;
  }
}

@media (max-width: 991px) {
  .portit-info-hero,
  .portit-info-split,
  .portit-info-cards,
  .portit-contact,
  .portit-info-ask,
  .portit-info-form-grid,
  .portit-info-stats {
    grid-template-columns: 1fr;
  }

  .portit-info-ask {
    display: grid;
  }

  .portit-info-title {
    font-size: 22px;
  }
}

.portit-co-card {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid rgba(79, 95, 111, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.portit-co-card > span {
  font-size: 13px;
  font-weight: 600;
  color: var(--portit-top);
}

.portit-co-card em {
  font-style: normal;
  font-weight: 400;
  color: #6b7785;
}

.portit-co-upload {
  justify-self: start;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--portit-top);
  border-radius: 10px;
  background: #fff;
  color: var(--portit-top);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.portit-co-upload:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-cart-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}

.portit-cart-list,
.portit-order-list,
.portit-address-list,
.portit-wish-list,
.portit-order-products {
  display: grid;
  gap: 12px;
}

.portit-cart-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f7f9fa;
  border-radius: 10px;
}

.portit-cart-thumb img {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}

.portit-cart-info {
  display: grid;
  gap: 4px;
}

.portit-cart-info a {
  font-weight: 600;
  color: var(--portit-top);
}

.portit-cart-info span {
  font-size: 12px;
  color: #6b7785;
}

.portit-cart-sum {
  display: grid;
  justify-items: end;
  gap: 4px;
  font-size: 13px;
}

.portit-cart-sum strong {
  font-size: 16px;
  color: var(--portit-price);
}

.portit-cart-side {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
  position: sticky;
  top: 12px;
}

.portit-cart-totals {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}

.portit-cart-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.portit-cart-total.is-grand {
  padding-top: 8px;
  border-top: 1px solid #eef2f5;
  font-size: 16px;
}

.portit-order-card,
.portit-success {
  padding: 18px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-order-top,
.portit-order-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.portit-order-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(79, 95, 111, 0.08);
  color: var(--portit-top);
  font-size: 12px;
  font-weight: 600;
}

.portit-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portit-history-row {
  padding: 10px 0;
  border-bottom: 1px solid #eef2f5;
}

.portit-history-row span {
  margin-left: 8px;
  color: #6b7785;
  font-size: 13px;
}

.portit-form-card .row.mb-3 {
  display: block;
}

.portit-form-card .col-sm-2,
.portit-form-card .col-sm-10 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.portit-success p {
  margin: 0 0 12px;
}

@media (max-width: 991px) {
  .portit-cart-page {
    grid-template-columns: 1fr;
  }

  .portit-cart-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .portit-cart-sum,
  .portit-cart-card .portit-cart-remove,
  .portit-cart-card .portit-order-actions,
  .portit-cart-card .portit-btn {
    grid-column: 1 / -1;
  }

  .portit-cart-side {
    position: static;
  }
}

@view-transition {
  navigation: auto;
}

.portit-not-found-actions,
.portit-compare-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.portit-news-hero {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 16px;
  border-radius: var(--portit-radius);
}

.portit-news-article .portit-news-meta {
  margin: 0 0 16px;
  color: #6b7785;
  font-size: 13px;
}

.portit-product-copy {
  font-size: 18px;
  line-height: 28px;
}

.portit-product-copy img {
  max-width: 100%;
  height: auto;
}

/* --- Server configurator: engineer brief --- */

#information-configurator {
  padding-bottom: 24px;
}

.portit-cfg {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: 24px;
  align-items: center;
  min-height: 520px;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(110deg, var(--portit-top) 0, var(--portit-top) 38%, #f7f9fa 38%, #fff 100%);
}

.portit-cfg-intro {
  padding: 22px 16px;
  color: #fff;
}

.portit-cfg-intro .portit-info-kicker {
  color: #86d1eb;
}

.portit-cfg-intro h1 {
  max-width: 410px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.portit-cfg-lead {
  max-width: 390px;
  margin: 0 0 22px;
  color: #d5dce1;
  font-size: 14px;
  line-height: 1.55;
}

.portit-cfg-trust {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.portit-cfg-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.portit-cfg-trust i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #86d1eb;
  font-size: 10px;
}

.portit-cfg-engineer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.portit-cfg-engineer > i {
  color: #86d1eb;
  font-size: 22px;
}

.portit-cfg-engineer b,
.portit-cfg-engineer small {
  display: block;
}

.portit-cfg-engineer b {
  color: #fff;
  font-size: 11px;
}

.portit-cfg-engineer small {
  color: #cbd3d8;
  font-size: 10px;
}

.portit-cfg-intro > a {
  display: block;
  max-width: 330px;
  padding: 10px 12px;
  border-left: 3px solid var(--portit-accent);
  background: rgba(255, 255, 255, 0.08);
  color: #cbd3d8;
  font-size: 11px;
}

.portit-cfg-intro > a b {
  display: block;
  margin-top: 2px;
  color: #fff;
}

.portit-cfg-form {
  overflow: hidden;
  border: 1px solid #e1e7ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.12);
}

.portit-cfg-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 18px;
  border-bottom: 1px solid #e6ecf0;
}

.portit-cfg-form-head span {
  display: block;
  color: var(--portit-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portit-cfg-form-head h2 {
  margin: 2px 0 0;
  color: var(--portit-top);
  font-size: 17px;
  font-weight: 600;
}

.portit-cfg-form-head em {
  color: #9aa5ae;
  font-size: 10px;
  font-style: normal;
}

.portit-cfg-question {
  padding: 13px 18px;
  border-bottom: 1px solid #e6ecf0;
}

.portit-cfg-question-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--portit-top);
  font-size: 11px;
}

.portit-cfg-question-title > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #f1f5f5;
  color: var(--portit-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.portit-cfg-question-title small {
  margin-left: auto;
  color: #9aa5ae;
  font-size: 9px;
  font-weight: 400;
}

.portit-cfg-question > textarea {
  min-height: 48px;
  padding: 8px 10px;
  resize: vertical;
  border-color: #dce3e8;
  border-radius: 7px;
  font-size: 11px;
}

.portit-cfg-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.portit-cfg-presets button {
  padding: 4px 8px;
  border: 1px solid #dce3e8;
  border-radius: 5px;
  background: #fff;
  color: var(--portit-top);
  font-size: 9px;
}

.portit-cfg-presets button:hover {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-cfg-priorities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

#information-configurator .portit-cfg-priorities .portit-form-option {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
}

.portit-cfg-priorities input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.portit-cfg-priorities label > span {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-template-rows: auto auto;
  min-height: 76px;
  padding: 9px;
  column-gap: 7px;
  align-content: center;
  border: 1px solid #dce3e8;
  border-radius: 8px;
  color: var(--portit-top);
}

.portit-cfg-priorities label > span > i {
  grid-row: 1 / 3;
  align-self: center;
  color: #a1abb4;
  font-size: 18px;
}

.portit-cfg-priorities label > span b {
  font-size: 10px;
  line-height: 1.25;
}

.portit-cfg-priorities label > span em {
  color: #939da6;
  font-size: 8px;
  font-style: normal;
}

.portit-cfg-priorities input:checked + span,
.portit-cfg-priorities .portit-form-option.active > span {
  border-color: var(--portit-accent);
  background: rgba(242, 53, 52, 0.05);
  box-shadow: 0 0 0 1px var(--portit-accent);
}

.portit-cfg-priorities input:checked + span > i,
.portit-cfg-priorities input:checked + span b {
  color: var(--portit-accent);
}

.portit-cfg-budget {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 12px;
  align-items: center;
  margin-top: 9px;
  color: #8e99a3;
  font-size: 9px;
}

.portit-cfg-budget > span:last-child {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  height: 32px;
  border: 1px solid #dce3e8;
  border-radius: 6px;
}

.portit-cfg-budget input {
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  font-size: 10px;
}

.portit-cfg-budget > span b {
  display: flex;
  align-items: center;
  padding: 0 8px;
  background: #f1f5f5;
  color: #7f8a94;
  font-size: 9px;
}

.portit-cfg-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 7px;
  align-items: start;
}

.portit-cfg-contact-grid label > span:first-child {
  display: block;
  margin-bottom: 3px;
  color: var(--portit-top);
  font-size: 9px;
  font-weight: 600;
}

.portit-cfg-contact-grid label > span:first-child b {
  color: var(--portit-accent);
}

.portit-cfg-contact-grid input {
  height: 34px;
  padding: 0 8px;
  border-color: #dce3e8;
  border-radius: 6px;
  font-size: 10px;
}

.portit-suggest {
  position: absolute;
  z-index: 1080;
  background: #fff;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  box-shadow: var(--portit-shadow);
  padding: 6px;
}

.portit-suggest-item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: 8px 10px;
  text-align: left;
  font: 13px/1.3 "Open Sans", Arial, sans-serif;
  color: var(--portit-dark);
  cursor: pointer;
}

.portit-suggest-item b {
  display: block;
  font-weight: 700;
}

.portit-suggest-item small {
  display: block;
  margin-top: 2px;
  color: #6b7785;
  font-size: 12px;
  font-weight: 600;
}

.portit-suggest-item:hover,
.portit-suggest-item.is-on {
  background: #f7f9fa;
}

.portit-cfg-contact-grid .portit-btn {
  align-self: end;
  min-height: 34px;
  height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 32px;
  white-space: nowrap;
}

.portit-cfg-form .invalid-feedback {
  min-height: 0;
  margin-top: 2px;
  font-size: 9px;
}

.portit-cfg-details {
  border-bottom: 1px solid #e6ecf0;
}

.portit-cfg-details summary {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  list-style: none;
  color: var(--portit-top);
  font-size: 10px;
  cursor: pointer;
}

.portit-cfg-details summary::-webkit-details-marker {
  display: none;
}

.portit-cfg-details summary > i {
  color: var(--portit-accent);
}

.portit-cfg-details summary > span {
  color: #9aa5ae;
}

.portit-cfg-details summary > em {
  margin-left: auto;
  color: var(--portit-accent);
  font-size: 9px;
  font-style: normal;
}

.portit-cfg-details[open] summary > em i {
  transform: rotate(180deg);
}

.portit-cfg-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  max-height: 420px;
  overflow: auto;
  padding: 14px 18px;
  border-top: 1px solid #e6ecf0;
  background: #f7f9fa;
}

.portit-cfg-detail-field > b {
  display: block;
  margin-bottom: 5px;
  color: var(--portit-top);
  font-size: 10px;
}

.portit-cfg-detail-field > div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#information-configurator .portit-cfg-detail-field .portit-form-option {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
}

.portit-cfg-detail-field .portit-form-option input {
  position: absolute;
  opacity: 0;
}

.portit-cfg-detail-field .portit-form-option span {
  display: block;
  padding: 5px 8px;
  border: 1px solid #dce3e8;
  border-radius: 5px;
  background: #fff;
  color: var(--portit-top);
  font-size: 9px;
}

.portit-cfg-detail-field .portit-form-option input:checked + span,
.portit-cfg-detail-field .portit-form-option.active span {
  border-color: var(--portit-accent);
  color: var(--portit-accent);
}

.portit-cfg-detail-wide {
  grid-column: 1 / -1;
}

.portit-cfg-detail-wide textarea {
  min-height: 48px;
  font-size: 10px;
}

.portit-cfg-privacy {
  margin: 0;
  padding: 7px 18px;
  color: #9aa5ae;
  font-size: 9px;
  text-align: right;
}

.portit-cfg-privacy i {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .portit-cfg {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, var(--portit-top) 0, var(--portit-top) 38%, #f7f9fa 38%, #fff 100%);
  }

  .portit-cfg-intro {
    padding: 14px;
  }

  .portit-cfg-intro h1,
  .portit-cfg-lead {
    max-width: none;
  }

  .portit-cfg-trust {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  #information-configurator {
    padding-right: 10px;
    padding-left: 10px;
  }

  .portit-cfg {
    min-height: 0;
    margin-right: -2px;
    margin-left: -2px;
    padding: 10px;
    background: var(--portit-top);
  }

  .portit-cfg-intro h1 {
    font-size: 24px;
  }

  .portit-cfg-trust,
  .portit-cfg-priorities,
  .portit-cfg-detail-grid {
    grid-template-columns: 1fr;
  }

  .portit-cfg-trust {
    gap: 7px;
  }

  .portit-cfg-question-title {
    flex-wrap: wrap;
  }

  .portit-cfg-question-title small {
    flex: 1 0 100%;
    margin-left: 32px;
  }

  .portit-cfg-budget {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .portit-cfg-contact-grid {
    grid-template-columns: 1fr;
  }

  .portit-cfg-contact-grid .portit-btn {
    width: 100%;
  }

  .portit-cfg-details summary > span,
  .portit-cfg-details summary > em {
    display: none;
  }
}

.portit-pdp-tabs {
  margin: 8px 0 32px;
}

.portit-pdp-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0 8px;
  list-style: none;
  background: var(--portit-heading-bg);
  border: 0;
  border-bottom: 0;
  border-left: 3px solid var(--portit-accent);
  min-height: 52px;
  align-items: stretch;
}

.portit-pdp-tablist .nav-item {
  display: flex;
}

.portit-pdp-tablist .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--portit-top);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  box-shadow: none;
}

.portit-pdp-tablist .nav-link,
.portit-pdp-tablist .nav-link:hover,
.portit-pdp-tablist .nav-link:focus,
.portit-pdp-tablist .nav-link.active {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.portit-pdp-tablist .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  background: var(--portit-accent);
}

.portit-pdp-tab-content {
  padding: 18px 0 0;
}

#product-info .portit-pdp-tabs .portit-spec,
#product-info .portit-pdp-tabs .portit-product-copy,
#product-info .portit-pdp-tabs .portit-product-reviews {
  margin: 0;
}

.portit-review-empty {
  margin: 0 0 20px;
  color: #6b7785;
  font-size: 14px;
}

.portit-review-card {
  margin: 0 0 12px;
  padding: 14px 16px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fff;
}

.portit-review-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.portit-review-card-head strong {
  color: var(--portit-menu);
  font-size: 14px;
}

.portit-review-card-head time {
  color: #8a96a3;
  font-size: 12px;
}

.portit-review-card-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
  color: #c5ced6;
  font-size: 12px;
}

.portit-review-card-stars .fa-solid {
  color: var(--portit-top);
}

.portit-review-card p {
  margin: 0;
  color: var(--portit-dark);
  font-size: 14px;
  line-height: 1.5;
}

.portit-review-pager {
  margin: 8px 0 20px;
}

.portit-review-write {
  padding: 18px 16px 16px;
  border: 1px solid rgba(79, 95, 111, 0.14);
  border-radius: 12px;
  background: rgba(241, 245, 245, 0.72);
}

.portit-review-write-title {
  margin: 0 0 16px;
  color: var(--portit-menu);
  font-size: 18px;
  font-weight: 700;
}

.portit-review-form .form-label {
  margin-bottom: 6px;
  color: var(--portit-menu);
  font-size: 13px;
  font-weight: 600;
}

.portit-review-form .form-control {
  min-height: 48px;
  border: 1px solid #e6ecf0;
  border-radius: 12px;
  background: #fbfcfc;
  box-shadow: none;
}

.portit-review-form textarea.form-control {
  min-height: 120px;
}

.portit-review-form .form-control:focus {
  border-color: #d7b3b3;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(242, 53, 52, 0.08);
}

.portit-review-note {
  margin-top: 6px;
  color: #8a96a3;
  font-size: 12px;
}

.portit-rating-pick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.portit-rating-caption {
  color: #8a96a3;
  font-size: 12px;
}

.portit-rating-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
}

.portit-rating-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.portit-rating-star {
  margin: 0;
  padding: 2px;
  color: #c5ced6;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.portit-rating-star:hover,
.portit-rating-star:hover ~ .portit-rating-star,
.portit-rating-input:checked + .portit-rating-star,
.portit-rating-input:checked ~ .portit-rating-star,
.portit-rating-input:focus-visible + .portit-rating-star {
  color: var(--portit-top);
}

.portit-review-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.portit-review-login {
  margin: 0;
  color: var(--portit-dark);
  font-size: 14px;
}

.portit-review-login a {
  color: var(--portit-accent);
  font-weight: 600;
}

@media (max-width: 575px) {
  .portit-pdp-tablist .nav-link {
    padding: 12px 12px;
    font-size: 14px;
  }

  .portit-review-actions .portit-btn {
    width: 100%;
  }
}

/* Home section headings — compact line with rightward hover motion */
.portit-home h3.portit-section-title {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 46px;
  align-items: center;
  overflow: hidden;
  margin: 26px 0 14px;
  padding: 9px 2px 9px 0;
  border: 0;
  background: transparent;
  color: #43515c;
  font-size: 21px;
  transition: color 0.34s ease;
}

.portit-home h3.portit-section-title::before {
  content: "";
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 2px;
  background: var(--portit-accent);
  transition: width 0.48s cubic-bezier(0.22, 0.75, 0.2, 1);
}

.portit-home h3.portit-section-title:hover::before {
  width: 100%;
}

.portit-home .portit-showcase-head {
  align-items: center;
  margin: 26px 0 14px;
}

.portit-home .portit-showcase-head h3.portit-section-title {
  margin: 0;
}

.portit-home .portit-showcase-more {
  position: relative;
  z-index: 2;
  color: var(--portit-accent) !important;
  font-size: 11px;
  text-decoration: none;
}

.portit-home .portit-showcase-more::after {
  content: " →";
}

@media (prefers-reduced-motion: reduce) {
  .portit-home h3.portit-section-title::before {
    transition-duration: 0.01ms;
  }
}

.portit-logo-text {
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.portit-seo-hub,
.portit-seo-related {
  margin: 36px 0 16px;
  max-width: 760px;
}

.portit-seo-faq {
  margin: 36px 0 16px;
  max-width: none;
  width: 100%;
}

.portit-seo-hub h2,
.portit-seo-faq h2,
.portit-seo-related h2 {
  margin: 0 0 12px;
  font-size: 20px;
  color: var(--portit-menu);
}

.portit-seo-hub p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
}

.portit-seo-faq-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--portit-heading-bg);
  color: var(--portit-accent);
  font-size: 14px;
}

.portit-seo-faq-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--portit-menu);
  background: var(--portit-heading-bg);
  border-radius: var(--portit-radius-pill);
  padding: 3px 8px;
}

.portit-seo-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.portit-seo-faq-card {
  padding: 16px;
  background: var(--portit-card-bg);
  border: 1px solid #e6ecf0;
  border-radius: var(--portit-radius);
}

.portit-seo-faq-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}

.portit-seo-faq-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--portit-dark);
}

.portit-seo-faq-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
}

.portit-seo-faq-list {
  border-top: 1px solid #eef2f5;
}

.portit-seo-faq-item {
  margin: 0;
  border-bottom: 1px solid #eef2f5;
}

.portit-seo-faq-item summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
}

.portit-seo-faq-item summary::-webkit-details-marker,
.portit-seo-faq-item summary::marker {
  display: none;
  content: "";
}

.portit-seo-faq-q {
  flex: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: var(--portit-dark);
}

.portit-seo-faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: var(--portit-menu);
}

.portit-seo-faq-item[open] summary::after {
  content: "−";
}

.portit-seo-faq-a {
  margin: 0;
  padding: 0 16px 16px 48px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
}

@media (min-width: 768px) {
  .portit-seo-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.portit-seo-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portit-seo-related li {
  margin: 0 0 10px;
}

.portit-seo-related a {
  font-weight: 600;
}

.portit-seo-related span {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

/* Mobile storefront: header → checkout, all breakpoints below lg */
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .portit-builder-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .portit-builder-actions .portit-btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .portit-fab {
    width: 48px;
    min-width: 48px;
    padding: 0;
    justify-content: center;
    right: 12px;
    bottom: 76px;
  }

  .portit-fab span {
    display: none;
  }

  body:has(#cookie) {
    padding-bottom: 168px;
  }

  body:has(#cookie) .portit-fab {
    bottom: 168px;
  }

  body:has(#cookie) #cookie {
    bottom: 64px;
  }

  .portit-cookie p {
    font-size: 13px;
    line-height: 1.4;
  }

  #menu .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    margin: 4px 0 8px;
    border: 1px solid #e6ecf0;
    border-radius: 12px;
    background: #fff;
    color: var(--portit-menu);
    font-weight: 600;
  }

  #navbar-menu {
    width: 100%;
  }

  #navbar-menu .navbar-nav {
    flex-direction: column;
    width: 100%;
    padding: 4px 0 12px;
  }

  #navbar-menu .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .portit-toolbar {
    flex-wrap: wrap;
    gap: 8px;
  }

  .portit-stock-chips {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }

  .portit-info-map iframe {
    height: 220px;
  }

  .portit-co {
    padding: 14px;
  }

  .portit-footer-cols .h5 {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .portit-header {
    padding: 10px 0 8px;
  }

  .portit-header #logo img {
    max-width: 132px;
    max-height: 40px;
  }

  #cart .portit-cart-open {
    gap: 0;
    padding: 8px 10px;
  }

  #cart .cart-total-price {
    display: none;
  }

  .portit-topline-chip {
    padding: 5px 8px;
  }

  .portit-builder-copy {
    padding: 20px 16px 8px;
  }

  .portit-builder-copy h1,
  .portit-builder-copy h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .portit-builder-copy p {
    font-size: 14px;
  }

  .portit-slots {
    flex-direction: column;
    align-items: stretch;
  }

  .portit-slot {
    flex: 1 1 auto;
    width: 100%;
  }

  .portit-slot-spin {
    margin-top: 0;
    align-self: center;
    flex-basis: auto;
  }

  .portit-builder-platform {
    width: calc(100% - 56px);
    justify-content: center;
  }

  .portit-cat-hero .cat-header,
  h1.cat-header,
  .portit-info-title {
    font-size: 22px;
    line-height: 1.25;
  }

  .portit-home-request,
  .portit-info-card,
  .portit-auth-card,
  .portit-co-form,
  .portit-co-side {
    padding: 14px;
  }

  .portit-mini-cart {
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 24px));
  }

  .portit-advantages {
    gap: 8px;
  }

  .portit-advantage {
    padding: 12px;
  }

  .portit-section-title {
    font-size: 18px;
    padding: 12px 14px;
    margin: 20px 0 12px;
  }
}

@media (max-width: 575px) {
  .portit-home-trust {
    grid-template-columns: 1fr;
  }

  .portit-cookie-actions .portit-btn {
    min-height: 42px;
  }

  .portit-panel-link {
    padding: 8px 4px 6px;
  }
}

/* Mobile polish: header → checkout, keep chrome compact */
@media (max-width: 991px) {
  #cookie,
  #cookie.portit-cookie {
    padding: 6px 0;
    z-index: 1045;
  }

  .portit-cookie .portit-cookie-row {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .portit-cookie p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .portit-cookie-actions {
    width: auto;
    flex-shrink: 0;
  }

  .portit-cookie-actions .portit-btn {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 12px;
  }

  body:has(#cookie) .portit-fab,
  body:has(#information-contact) .portit-fab,
  body:has(#information-configurator) .portit-fab,
  body:has(#checkout-checkout) .portit-fab,
  body:has(#account-login) .portit-fab,
  body:has(#account-register) .portit-fab,
  body:has(#account-forgotten) .portit-fab,
  body:has(#error-not-found) .portit-fab,
  body:has(input:focus) .portit-fab,
  body:has(textarea:focus) .portit-fab {
    display: none;
  }

  body:has(#cookie) {
    padding-bottom: 112px;
  }

  body:has(#cookie) #cookie {
    bottom: 64px;
  }

  #menu.navbar {
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
  }

  #menu .navbar-toggler {
    width: auto;
    min-width: 108px;
    margin: 4px 0 10px;
  }

  #search .form-control {
    min-width: 0;
    font-size: 16px;
  }

  input.form-control,
  select.form-select,
  textarea.form-control,
  .portit-co-field input,
  .portit-co-comment textarea {
    font-size: 16px;
  }

  .portit-info-rekv-actions,
  .portit-info-ask-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portit-not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .portit-not-found-actions .portit-btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
    justify-content: center;
  }

  .portit-info-rekv-actions .portit-btn,
  .portit-auth-card .portit-btn,
  .portit-home-request .portit-btn,
  .portit-search-empty .portit-btn {
    width: 100%;
    justify-content: center;
  }

  .portit-auth-card:has(#form-login) {
    order: -1;
  }

  .portit-auth-card:not(:has(form)) p + p,
  #form-login > p {
    display: none;
  }

  .portit-auth-card h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #form-login .mb-3 {
    margin-bottom: 8px !important;
  }

  #account-forgotten h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  #account-forgotten .portit-form-card > p {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .portit-co-layout {
    grid-template-columns: 1fr;
  }

  .portit-co-side {
    order: -1;
  }

  .portit-co-cta {
    position: sticky;
    bottom: 72px;
    z-index: 3;
  }

  #portit-slide-panel {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .portit-cfg-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .portit-topline-inner {
    gap: 8px;
  }

  .portit-topline-link {
    font-size: 13px;
  }

  .portit-builder {
    --slot-h: 46px;
  }

  .portit-slots-col {
    position: relative;
    overflow: visible;
  }

  .portit-slots {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    align-items: stretch;
    gap: 6px;
    overflow: visible;
  }

  .portit-slot {
    flex: none;
    width: auto;
    min-width: 0;
  }

  .portit-slot-item {
    padding: 0 6px;
  }

  .portit-slot-item strong {
    font-size: 11px;
  }

  .portit-slot-spin {
    position: static;
    grid-column: 1 / -1;
    justify-self: center;
    align-self: center;
    margin: 8px 0 10px;
    width: 44px;
    height: 44px;
    flex: none;
    overflow: hidden;
  }

  .portit-slot-spin svg {
    width: 44px;
    height: 44px;
  }

  .portit-builder-platform {
    width: calc(100% - 56px);
    margin: 0 56px 8px 0;
  }

  .portit-builder-config {
    margin: 4px 0 8px;
  }

  .portit-builder-copy {
    padding: 14px 16px 6px;
  }

  .portit-builder-copy p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 0;
  }

  .portit-builder-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 12px;
  }

  .portit-builder-actions .portit-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 0 8px;
    font-size: 13px;
  }

  .portit-builder-copy h1,
  .portit-builder-copy h2 {
    font-size: 22px;
  }

  .breadcrumb {
    font-size: 11px;
  }

  footer {
    padding-bottom: 28px;
  }

  .portit-copy {
    padding-bottom: 8px;
  }

  .portit-cat-hero {
    padding: 16px 4px 8px;
  }

  .portit-managers {
    grid-template-columns: 1fr;
  }

  .portit-co-item {
    flex-wrap: wrap;
  }

  .portit-co-price {
    margin-left: auto;
  }

  .portit-cart-side .portit-btn {
    width: 100%;
    justify-content: center;
  }

  .portit-cart-remove {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 575px) {
  .portit-cookie-actions .portit-btn {
    min-height: 38px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .portit-slot-label {
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  footer .portit-footer-cols > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .portit-home-cats {
    grid-template-columns: 1fr;
  }

  .portit-home-cats-compact .portit-home-cat-head {
    align-items: flex-start;
  }

  .portit-home-cats-compact .portit-home-cat-head strong {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
}





