@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html.nosso-theme body {
  font-family: "Inter", sans-serif;
  background-color: #F5F6FA;
}
@media (min-width: 1200px) {
  html.nosso-theme .container {
    width: 1360px;
  }
}
html.nosso-theme .button {
  border-radius: 4px;
  background-color: #242424;
  color: #ffffff;
  border: 0;
  padding: 4px 16px;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
html.nosso-theme .button-mute {
  border-color: transparent;
  background-color: transparent;
}
html.nosso-theme .button-mute:hover {
  background-color: transparent;
}
html.nosso-theme .button-white {
  background-color: #ffffff;
  color: #242424;
  border: 1px solid #D9D9D9;
  font-size: 13px;
  font-weight: 400;
}
html.nosso-theme .button-white:hover, html.nosso-theme .button-white.active {
  border: 1px solid #383838;
}
html.nosso-theme .button-primary {
  background-color: #C10E1A;
  color: #ffffff;
  border-color: #C10E1A;
}
html.nosso-theme .button-primary:hover {
  background-color: #970912;
}
html.nosso-theme .button-gray {
  background-color: #383838;
}
html.nosso-theme .button-gray:hover {
  background-color: #666 !important;
}
html.nosso-theme .button-circle {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.nosso-theme .button-circle img, html.nosso-theme .button-circle svg {
  height: 16px;
  width: auto;
}
html.nosso-theme .button-outline {
  border: 1px solid #ffffff;
}
html.nosso-theme .button-outline:hover {
  color: #ffffff;
  background-color: #383838;
  border-color: #ffffff;
}
html.nosso-theme .button-outline:hover svg path {
  fill: #ffffff;
}
html.nosso-theme .button-lg {
  padding: 12px 20px;
  height: auto;
  font-weight: 700;
}
html.nosso-theme .button-success {
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
  transition: background 0.2s, color 0.2s;
}
html.nosso-theme .button-success:hover {
  background-color: rgb(33.1014492754, 138.1985507246, 57.1) !important;
}
html.nosso-theme .btn {
  border-radius: 4px;
  padding: 12px 24px;
}
html.nosso-theme .btn.btn-primary {
  color: #ffffff;
  background-color: #C10E1A !important;
}
html.nosso-theme .btn.btn-primary:hover {
  background-color: #970912 !important;
}
html.nosso-theme .btn.w-icon {
  position: relative;
  padding-right: 40px;
}
html.nosso-theme .btn.w-icon .fa.fa-chevron-right {
  position: absolute;
  right: 16px;
  left: auto;
  top: auto;
  width: 16px;
  height: 13px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0008 6.99993C16.0013 7.08645 15.9857 7.17222 15.9551 7.25233C15.9245 7.33243 15.8794 7.40529 15.8223 7.46672L10.2842 13.3838C10.1684 13.5076 10.0112 13.5771 9.84735 13.5771C9.68349 13.5771 9.52633 13.5076 9.41046 13.3838C9.29459 13.26 9.22949 13.0921 9.22949 12.917C9.22949 12.7419 9.29459 12.574 9.41046 12.4502L14.5178 6.99993L9.41046 1.54964C9.35309 1.48834 9.30757 1.41557 9.27652 1.33547C9.24547 1.25538 9.22949 1.16954 9.22949 1.08285C9.22949 0.996157 9.24547 0.910315 9.27652 0.830223C9.30757 0.750131 9.35309 0.677357 9.41046 0.616057C9.46783 0.554757 9.53595 0.50613 9.61091 0.472955C9.68587 0.43978 9.76621 0.422706 9.84735 0.422706C9.92849 0.422706 10.0088 0.43978 10.0838 0.472955C10.1588 0.50613 10.2269 0.554757 10.2842 0.616057L15.8223 6.53314C15.8794 6.59457 15.9245 6.66742 15.9551 6.74753C15.9857 6.82763 16.0013 6.9134 16.0008 6.99993Z' fill='white'/%3E%3Cpath d='M15.999 6.9988C15.999 7.17316 15.9341 7.34039 15.8187 7.46369C15.7033 7.58698 15.5468 7.65625 15.3836 7.65625L0.615344 7.65625C0.452145 7.65625 0.29563 7.58698 0.18023 7.46369C0.0648307 7.34039 -4.03238e-08 7.17316 -5.48785e-08 6.9988C-6.94332e-08 6.82443 0.0648306 6.6572 0.18023 6.53391C0.295629 6.41061 0.452145 6.34134 0.615344 6.34134L15.3836 6.34134C15.5468 6.34134 15.7033 6.41061 15.8187 6.53391C15.9341 6.6572 15.999 6.82443 15.999 6.9988Z' fill='white'/%3E%3C/svg%3E%0A");
}
html.nosso-theme .btn.w-icon .fa.fa-chevron-right::before {
  display: none;
}
html.nosso-theme .btn-group {
  display: flex;
}
html.nosso-theme .btn-group .button:first-child {
  border-radius: 4px 0 0 4px;
}
html.nosso-theme .btn-group .button:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
html.nosso-theme .btn-group .button-white {
  padding: 8px;
}
html.nosso-theme .btn-group .button-white:hover, html.nosso-theme .btn-group .button-white.active {
  background-color: #E7E9EF;
  border-color: transparent;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
}
html.nosso-theme .btn-group .button-white:hover img, html.nosso-theme .btn-group .button-white.active img {
  opacity: 1;
}
html.nosso-theme .btn-group .button-white img {
  opacity: 0.5;
  border: 0;
}
html.nosso-theme .btn-dropdown {
  position: relative;
}
html.nosso-theme .btn-dropdown .button {
  padding: 4px 12px;
  display: flex;
  gap: 4px;
}
html.nosso-theme .btn-dropdown .dropdown-menu {
  right: auto !important;
  left: 0 !important;
  border: 0;
}
html.nosso-theme .btn-dropdown .dropdown-menu li a {
  display: flex;
  gap: 4px;
  padding: 6px 8px;
  font-size: 13px;
}
html.nosso-theme .input {
  background-color: #ffffff;
  color: #242424;
  font-size: 13px;
  font-weight: 300;
  height: 32px;
  border: 1px solid #D9D9D9;
  padding: 8px 16px;
  position: relative;
  border-radius: 4px;
  outline: none !important;
  box-shadow: none;
}
html.nosso-theme .input:focus, html.nosso-theme .input:focus-visible {
  outline: none !important;
  box-shadow: none;
  border: none;
}
html.nosso-theme .input-icon-end {
  padding-block-end: 40px;
}
html.nosso-theme .input-icon-start {
  padding-block-start: 40px;
}
html.nosso-theme .input-lg {
  height: 40px;
  padding: 4px 16px;
  font-size: 16px;
}
html.nosso-theme .custom-select,
html.nosso-theme .nosso-filter-select {
  position: relative;
}
html.nosso-theme .custom-select .select,
html.nosso-theme .nosso-filter-select .select {
  height: 32px;
  font-size: 13px;
  padding: 4px 8px;
  padding-right: 24px;
  border-radius: 4px;
  color: #242424;
  border: 1px solid #D9D9D9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html.nosso-theme .custom-select .select:focus,
html.nosso-theme .nosso-filter-select .select:focus {
  border-color: #242424;
  outline: none;
}
html.nosso-theme .custom-select::after,
html.nosso-theme .nosso-filter-select::after {
  content: "";
  width: 7px;
  height: 4px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.14623 0.146443C6.34149 -0.0488144 6.65799 -0.0488144 6.85325 0.146443C7.0485 0.341701 7.0485 0.658201 6.85325 0.853459L3.85331 3.85339C3.65805 4.04865 3.34155 4.04865 3.1463 3.85339L0.146364 0.853459L0.112185 0.815374C-0.0479866 0.618991 -0.03669 0.329497 0.146364 0.146443C0.329418 -0.0366106 0.618912 -0.0479072 0.815294 0.112264L0.853379 0.146443L3.4998 2.79287L6.14623 0.146443Z' fill='black'/%3E%3C/svg%3E%0A");
  border: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
html.nosso-theme .nosso-checkbox-tags-grid {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}
html.nosso-theme .nosso-checkbox-tags-grid label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
html.nosso-theme .nosso-checkbox-tags-grid input[type=checkbox]:checked + label {
  background-color: #242424;
  color: #ffffff;
  border-color: #242424;
}
html.nosso-theme .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
}
html.nosso-theme .icon-end {
  right: 8px;
}
html.nosso-theme .icon-right {
  left: 8px;
}
html.nosso-theme input:focus,
html.nosso-theme input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
html.nosso-theme .caret {
  width: 7px;
  height: 4px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.14623 0.146443C6.34149 -0.0488144 6.65799 -0.0488144 6.85325 0.146443C7.0485 0.341701 7.0485 0.658201 6.85325 0.853459L3.85331 3.85339C3.65805 4.04865 3.34155 4.04865 3.1463 3.85339L0.146364 0.853459L0.112185 0.815374C-0.0479866 0.618991 -0.03669 0.329497 0.146364 0.146443C0.329418 -0.0366106 0.618912 -0.0479072 0.815294 0.112264L0.853379 0.146443L3.4998 2.79287L6.14623 0.146443Z' fill='black'/%3E%3C/svg%3E%0A");
  border: none;
}
html.nosso-theme .active img {
  border: 0;
}
html.nosso-theme .icon-loading {
  width: 16px;
  height: 16px;
}
html.nosso-theme .spin {
  animation: rotate 1.5s linear infinite;
  opacity: 0.5;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html.nosso-theme .bg-lightblue {
  background-color: #F5F6FA;
}
html.nosso-theme .nosso-header {
  background-color: #242424;
  padding: 2px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
html.nosso-theme .nosso-header .container {
  width: 100%;
  max-width: 1360px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .container {
    flex-direction: column-reverse;
  }
}
html.nosso-theme .nosso-header .t-group,
html.nosso-theme .nosso-header .b-group {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .t-group,
  html.nosso-theme .nosso-header .b-group {
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .t-group {
    gap: 0;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .b-group {
    justify-content: flex-end;
  }
}
html.nosso-theme .nosso-header .tl-group,
html.nosso-theme .nosso-header .bl-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .tl-group,
  html.nosso-theme .nosso-header .bl-group {
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .tl-group {
    width: 100%;
  }
}
html.nosso-theme .nosso-header .tr-group,
html.nosso-theme .nosso-header .br-group {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
html.nosso-theme .nosso-header .navbar {
  padding: 0 !important;
  min-height: inherit;
}
html.nosso-theme .nosso-header .navbar ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
}
html.nosso-theme .nosso-header .navbar ul li a {
  padding: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}
html.nosso-theme .nosso-header .navbar ul li a:hover, html.nosso-theme .nosso-header .navbar ul li a.active {
  color: #ffffff;
  background-color: #383838;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown {
  position: relative;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown > a {
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  color: #242424;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu {
  margin-top: 8px;
  left: 0 !important;
  right: auto !important;
  display: none;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: 0;
  min-width: 220px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li {
  width: 100%;
  display: block;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li a {
  border-radius: 0;
  color: #242424;
  text-align: left;
  padding: 8px;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li a:hover {
  background-color: #F7DA0B;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li a span {
  margin: 0;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li.divider {
  margin: 0;
  padding: 0;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li.view-all a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown .dropdown-menu li.view-all a span {
  font-weight: 500;
}
html.nosso-theme .nosso-header .navbar ul li.dropdown.open .dropdown-menu {
  display: block;
}
@media (max-width: 1359px) {
  html.nosso-theme .nosso-header .navbar.primary-nav .nav-item:nth-last-child(-n+2) {
    display: none;
  }
}
html.nosso-theme .nosso-header .navbar.secondary-nav {
  display: flex;
  align-items: center;
}
html.nosso-theme .nosso-header .navbar.secondary-nav .button-search-adv-desktop {
  font-size: 13px;
  padding: 4px 8px;
  margin-left: 8px;
  border: 1px solid #666;
}
html.nosso-theme .nosso-header .navbar.secondary-nav .button-search-adv-desktop span {
  white-space: nowrap;
}
html.nosso-theme .nosso-header .navbar.secondary-nav .button-search-adv-desktop:hover {
  color: #ffffff;
  background-color: #383838;
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .navbar {
    display: none !important;
  }
}
html.nosso-theme .nosso-header .logout-session {
  display: none;
}
html.nosso-theme .nosso-header .logout-session .button svg {
  display: none;
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .logout-session .button {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html.nosso-theme .nosso-header .logout-session .button svg {
    display: block;
  }
  html.nosso-theme .nosso-header .logout-session .button span {
    display: none;
  }
}
html.nosso-theme .nosso-header .auth-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .auth-user {
    display: none;
  }
}
html.nosso-theme .nosso-header .auth-user-mobile {
  display: none;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .auth-user-mobile {
    display: flex;
  }
}
@media (min-width: 768px) {
  html.nosso-theme .nosso-header .auth-user-mobile .button-username span {
    width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .auth-user-mobile .button-username span {
    display: none;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .auth-user-mobile .button-username {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html.nosso-theme .nosso-header .brand-mobile {
  display: none;
}
@media (max-width: 1359px) {
  html.nosso-theme .nosso-header .brand-mobile {
    display: block;
  }
}
@media (max-width: 1359px) {
  html.nosso-theme .nosso-header .brand-desktop {
    display: none;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .nosso-brand {
    position: absolute;
    top: 13px;
    left: 40px;
  }
}
html.nosso-theme .nosso-header .menu-toggle {
  background: none;
  border: none;
  display: none;
  width: 32px;
  height: 32px;
}
@media (max-width: 1359px) {
  html.nosso-theme .nosso-header .menu-toggle {
    display: block;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .menu-toggle {
    position: absolute;
    top: 8px;
  }
}
html.nosso-theme .nosso-header .button-cart {
  width: 32px;
  height: 32px;
  position: relative;
}
html.nosso-theme .nosso-header .button-cart-badge {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  padding: 2px;
  background-color: #F7DA0B;
  line-height: 1;
  height: 16px;
  min-width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  right: -4px;
  top: -4px;
  background-color: #F7DA0B;
}
html.nosso-theme .nosso-header .button-search-adv {
  display: none;
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  padding: 6px;
}
html.nosso-theme .nosso-header .button-search-adv:hover {
  background-color: #383838;
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .button-search-adv {
    display: flex;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .button-search-adv {
    border-color: #555555;
    background-color: #383838;
    display: none;
  }
}
html.nosso-theme .nosso-header .form-search {
  position: relative;
  width: 100%;
  min-width: 583px;
}
@media (max-width: 767px) {
  html.nosso-theme .nosso-header .form-search {
    min-width: inherit;
  }
}
html.nosso-theme .nosso-header .form-search .input-search {
  width: 100%;
  text-transform: none !important;
  font-size: 16px;
  border: 0;
}
html.nosso-theme .nosso-header .form-search .input-search::-moz-placeholder {
  font-size: 16px;
  color: #242424;
}
html.nosso-theme .nosso-header .form-search .input-search::placeholder {
  font-size: 16px;
  color: #242424;
}
html.nosso-theme .nosso-header .form-search .input-search input {
  border: 0;
  width: 100%;
  height: 100%;
}
html.nosso-theme .nosso-header .form-search .button-search {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -12px;
  background: none;
  border: 0;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
html.nosso-theme .nosso-header .form-search .search-loading {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -16px;
  background: none;
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 1;
  display: none;
}
html.nosso-theme .nosso-header .form-search .search-clear {
  position: absolute;
  right: 4rem;
  top: 4px;
  background: none;
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}
html.nosso-theme .nosso-header .form-search .search-placeholder {
  padding: 32px;
  text-align: center;
}
html.nosso-theme .nosso-header .form-search .search-placeholder p {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  html.nosso-theme .nosso-header .form-search.focused {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    padding: 16px;
    border: 8px solid #242424;
  }
  html.nosso-theme .nosso-header .form-search.focused .input {
    width: 100%;
    padding: 0;
  }
  html.nosso-theme .nosso-header .form-search.focused .nosso-search-dropdown-results {
    margin-top: 16px;
    border-radius: 0;
  }
}
html.nosso-theme .nosso-header .language {
  display: flex;
  gap: 8px;
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .language {
    display: none;
  }
}
html.nosso-theme .nosso-header .language .link-lang {
  font-size: 13px;
  font-weight: 300;
  color: #555555;
}
html.nosso-theme .nosso-header .language .link-lang:hover, html.nosso-theme .nosso-header .language .link-lang.active {
  color: #ffffff;
  font-weight: 700;
}
html.nosso-theme .nosso-header .button-username {
  background-color: #383838;
}
html.nosso-theme .nosso-header .button-username span {
  max-width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
html.nosso-theme .nosso-header .search-clients-container,
html.nosso-theme .nosso-header .search-clients-container-mobile {
  position: relative;
  max-width: 240px;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile {
  width: 100%;
  position: relative;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select-label,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select-label,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select-label,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select-label {
  position: absolute;
  left: 16px;
  top: 4px;
  z-index: 9;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select2-container,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select2-container,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select2-container,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select2-container {
  width: 100% !important;
  vertical-align: unset;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select2-container .select2-selection,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select2-container .select2-selection,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select2-container .select2-selection,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select2-container .select2-selection {
  height: 32px;
  margin-top: 0;
  display: flex;
  align-items: center;
  border-radius: 4px !important;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select2-container .select2-selection:hover,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select2-container .select2-selection:hover,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select2-container .select2-selection:hover,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select2-container .select2-selection:hover {
  background-color: #666 !important;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select2-container .select2-selection .select2-selection__rendered,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select2-container .select2-selection .select2-selection__rendered,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select2-container .select2-selection .select2-selection__rendered,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select2-container .select2-selection .select2-selection__rendered {
  line-height: 1;
  padding-right: 24px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  top: 4px;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select2-container .select2-selection .select2-selection__arrow,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select2-container .select2-selection .select2-selection__arrow,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select2-container .select2-selection .select2-selection__arrow,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select2-container .select2-selection .select2-selection__arrow {
  top: 3px;
  right: 4px;
}
html.nosso-theme .nosso-header .search-clients-container .search-clients .select2-container .select2-selection .select2-selection__arrow b,
html.nosso-theme .nosso-header .search-clients-container .search-clients-mobile .select2-container .select2-selection .select2-selection__arrow b,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients .select2-container .select2-selection .select2-selection__arrow b,
html.nosso-theme .nosso-header .search-clients-container-mobile .search-clients-mobile .select2-container .select2-selection .select2-selection__arrow b {
  width: 7px;
  height: 4px;
  background-size: cover;
  border: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.14623 0.146443C6.34149 -0.0488145 6.65799 -0.0488145 6.85325 0.146443C7.0485 0.341701 7.0485 0.658201 6.85325 0.853459L3.85331 3.85339C3.65805 4.04865 3.34155 4.04865 3.1463 3.85339L0.146364 0.853459L0.112185 0.815374C-0.0479866 0.618991 -0.03669 0.329497 0.146364 0.146443C0.329418 -0.0366106 0.618912 -0.0479072 0.815294 0.112264L0.853379 0.146443L3.4998 2.79287L6.14623 0.146443Z' fill='white'/%3E%3C/svg%3E");
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown {
  left: auto !important;
  right: 0 !important;
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown {
  margin-top: 8px;
  left: auto;
  right: 0;
  border-radius: 4px;
  padding: 8px;
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown .select2-search,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown .select2-search {
  padding: 0;
  margin-bottom: 8px;
  position: relative;
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown .select2-search::after,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown .select2-search::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 8px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8889 7.20004C12.8889 4.10723 10.3817 1.60001 7.28891 1.60001C4.19609 1.60001 1.68888 4.10723 1.68888 7.20004C1.68888 10.2929 4.19609 12.8001 7.28891 12.8001C10.3817 12.8001 12.8889 10.2929 12.8889 7.20004ZM14.4889 7.20004C14.4889 11.1765 11.2654 14.4001 7.28891 14.4001C3.31243 14.4001 0.0888672 11.1765 0.0888672 7.20004C0.0888672 3.22357 3.31243 0 7.28891 0C11.2654 0 14.4889 3.22357 14.4889 7.20004Z' fill='%23242424'/%3E%3Cpath d='M11.2433 11.1544C11.5362 10.8615 11.9994 10.8435 12.3136 11.0997L12.3746 11.1544L15.8543 14.6341L15.9097 14.6951C16.166 15.0093 16.1471 15.4725 15.8543 15.7654C15.5614 16.0583 15.0982 16.0771 14.7839 15.8209L14.723 15.7654L11.2433 12.2857L11.1886 12.2248C10.9323 11.9105 10.9504 11.4473 11.2433 11.1544Z' fill='%23242424'/%3E%3C/svg%3E");
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown .select2-search .select2-search__field,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown .select2-search .select2-search__field {
  border-radius: 4px;
  padding-left: 28px;
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown .select2-results__option,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown .select2-results__option {
  font-size: 13px;
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown .select2-results__option.select2-results__option--highlighted,
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #444;
  color: #ffffff;
}
html.nosso-theme .nosso-header .search-clients-container .select-client-dropdown .select2-dropdown .select2-results__option[aria-selected=true],
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #444 !important;
  color: #ffffff !important;
  font-weight: 500;
}
html.nosso-theme .nosso-header .search-clients-container-mobile {
  display: none;
}
@media (max-width: 1199px) {
  html.nosso-theme .nosso-header .search-clients-container-mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .search-clients-container-mobile {
    max-width: 205px;
  }
}
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown {
  left: 0 !important;
  right: auto !important;
}
html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown {
  right: auto !important;
}
@media (max-width: 576px) {
  html.nosso-theme .nosso-header .search-clients-container-mobile .select-client-dropdown .select2-dropdown {
    max-width: 230px !important;
  }
}
html.nosso-theme .nosso-search-dropdown-results {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #ffffff !important;
  width: 100% !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  position: relative;
  left: 0;
}
html.nosso-theme .nosso-search-dropdown-results::-webkit-scrollbar {
  border-radius: 8px;
}
html.nosso-theme .nosso-search-dropdown-results .search-dropdown-filters {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 8px;
  background-color: #ffffff;
  z-index: 1;
  border-bottom: 1px solid #E0E0E0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html.nosso-theme .nosso-search-dropdown-results .search-dropdown-filters .btn-group {
  display: flex;
  gap: 8px;
}
html.nosso-theme .nosso-search-dropdown-results .search-dropdown-filters .btn-group .btn-filter {
  border: 1px solid #666666;
  padding: 7px 12px;
  color: #242424;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  border-radius: 4px !important;
}
html.nosso-theme .nosso-search-dropdown-results .search-dropdown-filters .btn-group .btn-filter:hover {
  background-color: #383838;
  color: #ffffff;
}
html.nosso-theme .nosso-search-dropdown-results .search-dropdown-filters .btn-group .btn-filter.active {
  background-color: #242424;
  color: #ffffff;
  border-color: #242424;
}
html.nosso-theme .nosso-search-dropdown-results .search-dropdown-filters::-webkit-scrollbar {
  display: none;
}
html.nosso-theme .nosso-search-dropdown-results .result-group {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .title-list-group {
  font-weight: 600;
  font-size: 14px;
  color: #242424;
  background-color: transparent;
  padding: 8px;
  min-height: 24px;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .title-list-group span {
  border: 1px solid #C0C0C0;
  padding: 2px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  font-weight: 300;
  margin-left: 4px;
  font-size: 11px;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a {
  padding: 4px 8px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a .item-img {
  border: 1px solid #C0C0C0;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a .item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a .item-name {
  font-weight: 300;
  color: #242424;
  flex: 1 2 auto;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a .item-helper {
  opacity: 0.5;
  color: #242424;
}
@media (max-width: 440px) {
  html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a .item-helper {
    max-width: 160px;
    font-size: 13px;
    line-height: 1.1;
    text-align: right;
  }
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a:hover {
  background-color: #F4F4F4;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a:hover .item-name {
  color: #000000;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .list-item a:hover .item-helper {
  color: #000000;
  opacity: 0.8;
}
html.nosso-theme .nosso-search-dropdown-results .result-group .show-more {
  background-color: transparent;
  color: #242424;
  border: 0;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
}
html.nosso-theme .panel-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  min-width: 300px;
  width: 24vw;
  background-color: #FFCC00;
  display: flex;
  flex-direction: column;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 99999;
}
html.nosso-theme .panel-nav .panel-header {
  display: flex;
  align-items: center;
  padding: 32px 16px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0823529412);
}
@media (max-width: 1199px) {
  html.nosso-theme .panel-nav .panel-header .logo-header {
    width: 12rem;
  }
}
@media (min-width: 1200px) {
  html.nosso-theme .panel-nav .panel-header .logo-header {
    display: none;
  }
}
html.nosso-theme .panel-nav .panel-header .data-user {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-grow: 2;
}
html.nosso-theme .panel-nav .panel-header .data-user .avatar {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DEC308;
  border-radius: 100%;
  flex-shrink: 0;
}
html.nosso-theme .panel-nav .panel-header .data-user .avatar img {
  height: 24px;
}
html.nosso-theme .panel-nav .panel-header .data-user .user-id {
  display: flex;
  flex-direction: column;
}
html.nosso-theme .panel-nav .panel-header .data-user .user-id p {
  color: #242424;
  line-height: 1;
  margin: 0;
}
html.nosso-theme .panel-nav .panel-header .button {
  padding: 8px;
  width: 32px;
}
html.nosso-theme .panel-nav .panel-header .button img {
  height: 20px;
}
html.nosso-theme .panel-nav img {
  border: none;
}
html.nosso-theme .panel-nav .menu {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}
html.nosso-theme .panel-nav .menu li a {
  color: #242424;
  font-size: 16px;
  padding: 16px;
  display: block;
  font-weight: 500;
  transition: all 0.15s ease;
}
html.nosso-theme .panel-nav .menu li a img {
  filter: invert(0);
}
html.nosso-theme .panel-nav .menu li a.active, html.nosso-theme .panel-nav .menu li a:hover {
  background-color: #242424;
  color: #ffffff;
}
html.nosso-theme .panel-nav .menu li a.active img, html.nosso-theme .panel-nav .menu li a:hover img {
  filter: invert(1);
}
html.nosso-theme .panel-nav .menu li.link-adv-search {
  border-top: 1px solid rgba(36, 36, 36, 0.3137254902);
}
html.nosso-theme .panel-nav .menu li.link-adv-search a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
html.nosso-theme .panel-nav .menu li.link-adv-search a svg {
  margin-right: 6px;
}
html.nosso-theme .panel-nav .menu li.link-adv-search a:hover svg path {
  fill: #fff;
}
html.nosso-theme .panel-nav.nav-menu {
  left: 0;
  transform: translateX(-100%);
}
html.nosso-theme .panel-nav.nav-menu .panel-header {
  background-color: #242424;
}
html.nosso-theme .panel-nav.nav-menu .panel-header .language a {
  opacity: 0.5;
}
html.nosso-theme .panel-nav.nav-menu .panel-header .language a.active {
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
}
html.nosso-theme .panel-nav.nav-menu .panel-header .language a:hover {
  color: #ffffff;
  opacity: 1;
}
html.nosso-theme .panel-nav.nav-menu .menu li {
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle img {
  width: 16px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle.active {
  background-color: transparent;
  color: #242424;
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle.active img {
  transform: rotate(135deg);
  filter: invert(0);
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle.active:hover {
  background-color: #242424;
  color: #ffffff;
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle.active:hover img {
  filter: invert(1);
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .accordion-toggle:hover img {
  filter: invert(1);
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .submenu {
  display: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0823529412);
}
html.nosso-theme .panel-nav.nav-menu .menu li.submenu-container .submenu a {
  display: block;
  padding: 8px 32px;
  text-decoration: none;
  font-size: 14px;
}
html.nosso-theme .panel-nav.nav-menu.active {
  transform: translateX(0%);
}
html.nosso-theme .panel-nav.nav-menu.active .menu li {
  transform: translateX(0%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(1) {
  transition-delay: 0.025s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(2) {
  transition-delay: 0.05s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(3) {
  transition-delay: 0.075s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(4) {
  transition-delay: 0.1s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(5) {
  transition-delay: 0.125s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(6) {
  transition-delay: 0.15s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(7) {
  transition-delay: 0.175s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(8) {
  transition-delay: 0.2s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(9) {
  transition-delay: 0.225s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(10) {
  transition-delay: 0.25s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(11) {
  transition-delay: 0.275s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(12) {
  transition-delay: 0.3s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(13) {
  transition-delay: 0.325s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(14) {
  transition-delay: 0.35s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(15) {
  transition-delay: 0.375s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(16) {
  transition-delay: 0.4s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(17) {
  transition-delay: 0.425s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(18) {
  transition-delay: 0.45s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(19) {
  transition-delay: 0.475s;
}
html.nosso-theme .panel-nav.nav-menu.active .menu li:nth-child(20) {
  transition-delay: 0.5s;
}
html.nosso-theme .panel-nav.nav-user {
  right: 0;
  transform: translateX(100%);
}
html.nosso-theme .panel-nav.nav-user .menu li {
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
html.nosso-theme .panel-nav.nav-user.active {
  transform: translateX(0%);
}
html.nosso-theme .panel-nav.nav-user.active .menu li {
  transform: translateX(0%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(1) {
  transition-delay: 0.025s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(2) {
  transition-delay: 0.05s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(3) {
  transition-delay: 0.075s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(4) {
  transition-delay: 0.1s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(5) {
  transition-delay: 0.125s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(6) {
  transition-delay: 0.15s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(7) {
  transition-delay: 0.175s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(8) {
  transition-delay: 0.2s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(9) {
  transition-delay: 0.225s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(10) {
  transition-delay: 0.25s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(11) {
  transition-delay: 0.275s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(12) {
  transition-delay: 0.3s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(13) {
  transition-delay: 0.325s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(14) {
  transition-delay: 0.35s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(15) {
  transition-delay: 0.375s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(16) {
  transition-delay: 0.4s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(17) {
  transition-delay: 0.425s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(18) {
  transition-delay: 0.45s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(19) {
  transition-delay: 0.475s;
}
html.nosso-theme .panel-nav.nav-user.active .menu li:nth-child(20) {
  transition-delay: 0.5s;
}
html.nosso-theme .overlay-nav {
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
html.nosso-theme .overlay-nav.active {
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  html.nosso-theme .overlay-nav.overlay-nav-filters {
    visibility: hidden;
    opacity: 0;
  }
}
html.nosso-theme .main {
  margin-top: 7.75rem !important;
}
html.nosso-theme body.login .nosso-header .logout-session {
  display: none;
}
@media (max-width: 575.98px) {
  html.nosso-theme body.login .nosso-header .form-search.focused {
    padding: 8px 16px;
    border-top: 22px solid #242424;
    border-bottom: 22px solid #242424;
  }
}
html.nosso-theme body:not(.login) .nosso-header .logout-session {
  display: block;
}
html.nosso-theme body:not(.login) .nosso-header .auth-user,
html.nosso-theme body:not(.login) .nosso-header .auth-user-mobile,
html.nosso-theme body:not(.login) .nosso-header .search-clients-container-mobile {
  display: none !important;
}
@media (max-width: 1199px) {
  html.nosso-theme body:not(.login) .nosso-header .t-group {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  html.nosso-theme body:not(.login) .nosso-header .t-group {
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  html.nosso-theme body:not(.login) .nosso-header .form-search {
    min-width: inherit;
  }
}
@media (max-width: 1199px) {
  html.nosso-theme body:not(.login) .nosso-header .b-group {
    display: none;
  }
}
@media (max-width: 576px) {
  html.nosso-theme body:not(.login) .nosso-header .nosso-brand {
    position: inherit;
    top: auto;
    left: auto;
  }
}
@media (max-width: 576px) {
  html.nosso-theme body:not(.login) .nosso-header .menu-toggle {
    position: inherit;
    top: auto;
    left: auto;
  }
}
@media (max-width: 1199px) {
  html.nosso-theme body:not(.login) .main {
    margin-top: 58px !important;
  }
}
html.nosso-theme .alert-container {
  width: 100%;
  position: relative;
}
html.nosso-theme .modal-open .modal {
  z-index: 9999;
}
html.nosso-theme .modal-open .modal .modal-dialog {
  padding-top: 120px;
  margin: auto;
}
html.nosso-theme .modal-open .modal .modal-dialog .modal-content {
  border-radius: 8px;
}
html.nosso-theme .card-launch-list {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  html.nosso-theme .card-launch-list {
    flex-direction: column;
  }
}
html.nosso-theme .card-launch-list .card-launch {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  text-align: left;
  color: #242424;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 80px;
  position: relative;
}
html.nosso-theme .card-launch-list .card-launch .card-date {
  width: 60px;
  background-color: #F7DA0B;
  color: #242424;
  text-align: center;
  padding: 8px;
  font-weight: 700;
}
html.nosso-theme .card-launch-list .card-launch .card-content {
  padding: 24px;
}
html.nosso-theme .card-launch-list .card-launch .card-content h4 {
  color: #242424;
  font-size: 20px;
}
html.nosso-theme .card-launch-list .card-launch .card-content p {
  margin: 0;
}
html.nosso-theme .card-launch-list .card-launch .card-button {
  display: flex;
  justify-content: flex-end;
  padding: 24px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
html.nosso-theme .card-launch-list .card-launch:hover {
  background-color: #242424;
}
html.nosso-theme .card-launch-list .card-launch:hover .card-content h4, html.nosso-theme .card-launch-list .card-launch:hover .card-content p {
  color: #ffffff;
}
html.nosso-theme .search-results {
  padding-top: 32px;
  width: 1360px;
  max-width: 100%;
}
@media (max-width: 991px) {
  html.nosso-theme .search-results {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .search-results {
    padding-top: 16px;
  }
}
html.nosso-theme .search-results .product-manager {
  display: flex;
  gap: 32px;
  overflow: inherit;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .product-manager {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
html.nosso-theme .search-results .aside-container {
  min-width: 240px;
  max-width: 300px;
  position: relative;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .aside-container {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
    z-index: 99999;
    left: 0;
    transform: translateX(-100%);
  }
  html.nosso-theme .search-results .aside-container.active {
    transform: translateX(0%);
  }
}
@media (max-width: 480px) {
  html.nosso-theme .search-results .aside-container {
    max-width: inherit;
  }
}
html.nosso-theme .search-results .panel-filter {
  width: 100%;
  position: sticky;
  top: 130px;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .panel-filter {
    position: relative;
    top: 0;
    overflow: auto;
    padding: 64px 16px 80px;
  }
}
html.nosso-theme .search-results .panel-filter .aside-header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .panel-filter .aside-header {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    width: 100%;
    padding: 16px;
    z-index: 1;
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    margin-bottom: 0;
  }
}
html.nosso-theme .search-results .panel-filter .aside-header h2 {
  margin: 0;
  font-size: 20px;
  color: #242424;
  font-weight: 300;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .panel-filter .aside-header h2 {
    font-size: 14px;
  }
}
html.nosso-theme .search-results .panel-filter .aside-header .button {
  margin-top: 0;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .panel-filter .aside-header .button {
    display: none;
  }
}
html.nosso-theme .search-results .panel-filter .aside-header .close-filters {
  position: absolute;
  right: 4px;
  top: 7px;
  background: none;
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0.5;
  display: none;
  border: 0;
}
html.nosso-theme .search-results .panel-filter .aside-header .close-filters img {
  border: 0;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .panel-filter .aside-header .close-filters {
    display: inline;
  }
}
html.nosso-theme .search-results .panel-filter .filter-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html.nosso-theme .search-results .panel-filter .filter-title h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
html.nosso-theme .search-results .panel-filter .filter-title .search-container {
  position: relative;
}
html.nosso-theme .search-results .panel-filter .filter-title .search-container .icon-search {
  position: absolute;
  left: 8px;
  top: 10px;
  height: 14px;
}
html.nosso-theme .search-results .panel-filter .filter-title .search-container .filter-search {
  width: 100%;
  padding: 8px 8px 8px 28px;
}
html.nosso-theme .search-results .panel-filter .filter-title .search-container .filter-search:focus {
  border: 1px solid #242424;
}
html.nosso-theme .search-results .panel-filter .filter-title .search-container .filter-search::-moz-placeholder {
  font-size: 13px;
  color: #666;
}
html.nosso-theme .search-results .panel-filter .filter-title .search-container .filter-search::placeholder {
  font-size: 13px;
  color: #666;
}
html.nosso-theme .search-results .panel-filter .filter-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  transition: height 0.2s ease-in-out;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .checkbox-container {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .checkbox-container input {
  border-color: #242424;
  border-radius: 2px;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  margin-top: 0;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .checkbox-container input:checked {
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_2045)'%3E%3Crect width='16' height='16' fill='%232C2C2C'/%3E%3Cpath d='M13.3333 4L5.99996 11.3333L2.66663 8' stroke='%23F5F5F5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_2045'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .checkbox-container label {
  font-weight: 300;
  color: #242424;
  padding-left: 8px !important;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container i::after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container input {
  visibility: hidden;
  border-color: #242424;
  border-radius: 100%;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  margin-top: 0;
  position: absolute;
  left: 0;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container input:checked + i {
  border-color: #242424;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container input:checked + i::after {
  background-color: #242424;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list .radio-container label {
  font-weight: 300;
  color: #242424;
  padding-left: 8px !important;
  font-size: 14px;
}
html.nosso-theme .search-results .panel-filter .filter-group .filter-list.expand {
  max-height: inherit;
}
html.nosso-theme .search-results .panel-filter .filter-group .view-more {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #242424;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
html.nosso-theme .search-results .panel-filter .filter-group .view-more.up .caret {
  transform: rotate(180deg);
}
html.nosso-theme .search-results .panel-filter .filter-block {
  background-color: #242424;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html.nosso-theme .search-results .panel-filter .filter-block .filter-title {
  margin-bottom: 8px;
}
html.nosso-theme .search-results .panel-filter .filter-block .filter-title h3 {
  color: #ffffff;
}
html.nosso-theme .search-results .panel-filter .filter-block .vehicle-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .custom-select .select {
  width: 100%;
  height: 32px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  border: 0;
  color: #242424;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .custom-select .select:focus {
  outline: none;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select2 {
  width: 100% !important;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select2 .select2-selection {
  border: 0;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select2 .select2-selection .select2-selection__choice {
  font-size: 12px;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select2:after {
  content: "";
  width: 7px;
  height: 4px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.14623 0.146443C6.34149 -0.0488144 6.65799 -0.0488144 6.85325 0.146443C7.0485 0.341701 7.0485 0.658201 6.85325 0.853459L3.85331 3.85339C3.65805 4.04865 3.34155 4.04865 3.1463 3.85339L0.146364 0.853459L0.112185 0.815374C-0.0479866 0.618991 -0.03669 0.329497 0.146364 0.146443C0.329418 -0.0366106 0.618912 -0.0479072 0.815294 0.112264L0.853379 0.146443L3.4998 2.79287L6.14623 0.146443Z' fill='black'/%3E%3C/svg%3E%0A");
  border: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version {
  position: relative;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-container,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-container {
  width: 100% !important;
  top: 100% !important;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-container .select2-dropdown,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-container .select2-dropdown {
  width: 100% !important;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-container .select2-dropdown .select2-results__options .select2-results__option,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-container .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #444;
  color: #ffffff;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true],
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #444 !important;
  color: #ffffff !important;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-search--inline .select2-search__field,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-search--inline .select2-search__field {
  padding-left: 6px;
  color: #666;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-search--inline .select2-search__field::-moz-placeholder, html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-modelo .select2-search--inline .select2-search__field::placeholder,
html.nosso-theme .search-results .panel-filter .vehicle-form .select-control-version .select2-search--inline .select2-search__field::placeholder {
  color: #666;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
html.nosso-theme .search-results .panel-filter .aside-footer {
  display: none;
}
@media (max-width: 767px) {
  html.nosso-theme .search-results .panel-filter .aside-footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 16px;
    display: flex;
    gap: 16px;
    border-top: 1px solid #242424;
    justify-content: space-between;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #ffffff;
  }
  html.nosso-theme .search-results .panel-filter .aside-footer .button {
    margin: 0;
  }
}
html.nosso-theme .search-results .panel-filter.filter-technical {
  margin-top: 5px;
}
html.nosso-theme .search-results .panel-filter.filter-technical h2 {
  display: flex;
  gap: 8px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .aside-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group {
  gap: 0;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-label {
  font-size: 13px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-select .select {
  width: 100%;
  height: 42px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-input {
  position: relative;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-input .input {
  width: 100%;
  height: 42px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-input.input-append .input {
  padding-right: 50px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-input.input-append .input-symbol {
  width: auto;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 12px;
  font-size: 13px;
  color: #242424;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  background-color: #F6F6F6;
  border-radius: 0 4px 4px 0;
  line-height: 30px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-filter-input-group .input {
  width: 100%;
  height: 42px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-top: 20px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .input-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #E1E2E6;
  outline: none;
  transition: background 0.3s;
  position: relative;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 18px;
  border-radius: 3px;
  background: #242424;
  cursor: pointer;
  top: -7px; /* to align with the bar */
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .input-range::-moz-range-thumb {
  width: 6px;
  height: 16px;
  border: none;
  border-radius: 3px;
  background: #242424;
  cursor: pointer;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .range-wrapper {
  position: relative;
  width: 100%;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .range-wrapper .range-tooltip {
  position: absolute;
  top: -28px;
  transform: translateX(-50%);
  background: #242424;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  transition: left 0.1s ease-out;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .prepend,
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .append {
  font-size: 10px;
  color: #444;
  min-width: auto;
  text-align: center;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .prepend {
  text-align: left;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-input-range .append {
  text-align: right;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider {
  margin-top: 30px;
  position: relative;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider .noUi-target {
  border: 0;
  box-shadow: none;
  background-color: #E1E2E6;
  border-radius: 3px;
  height: 6px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider .noUi-connect {
  background-color: #242424;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider .noUi-handle {
  background-color: #242424;
  border-radius: 6px;
  box-shadow: none;
  height: 20px;
  width: 6px;
  border: 0;
  top: -8px;
  right: -5px;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider .noUi-handle::after, html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider .noUi-handle::before {
  display: none;
}
html.nosso-theme .search-results .panel-filter.filter-technical .filter-group .nosso-range-slider .noUi-handle .noUi-tooltip {
  background: #242424;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  border: 0;
  transition: left 0.1s ease-out;
}
html.nosso-theme .products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  html.nosso-theme .products {
    margin-top: 0 !important;
  }
}
html.nosso-theme .header-product-list {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  html.nosso-theme .header-product-list {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
html.nosso-theme .header-product-list .header-tags {
  display: flex;
  gap: 0 16px;
  align-items: center;
}
html.nosso-theme .header-product-list .header-tags h4 {
  display: flex;
  gap: 8px;
  margin: 0;
  font-size: 20px;
  color: #242424;
  font-weight: 300;
}
@media (max-width: 991px) {
  html.nosso-theme .header-product-list .header-tags h4 {
    margin-top: 5px;
  }
}
html.nosso-theme .header-product-list .header-tags h4 span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
html.nosso-theme .header-product-list .header-tags h4 span::before {
  content: '"';
}
html.nosso-theme .header-product-list .header-tags h4 span::after {
  content: '"';
}
@media (max-width: 991px) {
  html.nosso-theme .header-product-list .header-tags h4 span {
    max-width: 375px;
  }
}
@media (max-width: 1199px) {
  html.nosso-theme .header-product-list .header-tags h4 span {
    max-width: 175px;
  }
}
@media (min-width: 1200px) {
  html.nosso-theme .header-product-list .header-tags h4 span {
    max-width: 375px;
  }
}
html.nosso-theme .header-product-list .header-tags.tags-list {
  flex-wrap: wrap;
}
html.nosso-theme .header-product-list .header-tags.tags-list p {
  font-size: 14px;
  font-weight: 300;
  color: #242424;
  margin: 0;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group .button {
  margin-top: 0;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group .filter-tag {
  background-color: #E7E9EF;
  border: 1px solid #CFD2DB;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group .filter-tag span {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group .filter-tag button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 0;
  opacity: 0.6;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group .filter-tag button img {
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
}
html.nosso-theme .header-product-list .header-tags.tags-list .tags-group .filter-tag button:hover {
  opacity: 1;
}
html.nosso-theme .header-product-list .header-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  html.nosso-theme .header-product-list .header-actions {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .header-product-list .header-actions {
    background-color: #ffffff;
    border-radius: 4px;
    justify-content: space-between;
    gap: 0;
    padding-right: 115px;
    position: relative;
  }
}
@media (max-width: 991px) {
  html.nosso-theme .header-product-list .header-actions .dropdown-share {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .header-product-list .header-actions .dropdown-share {
    order: 3;
    margin-right: 0;
    width: 40px;
    border-left: 1px solid #F5F6FA;
    position: absolute;
    right: 72px;
  }
  html.nosso-theme .header-product-list .header-actions .dropdown-share .button {
    border: 0;
    border-radius: 0;
  }
  html.nosso-theme .header-product-list .header-actions .dropdown-share .button span,
  html.nosso-theme .header-product-list .header-actions .dropdown-share .button b {
    display: none;
  }
  html.nosso-theme .header-product-list .header-actions .dropdown-share .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
html.nosso-theme .header-product-list .header-actions .button-filter-mobile {
  display: none;
}
@media (max-width: 767px) {
  html.nosso-theme .header-product-list .header-actions .button-filter-mobile {
    display: block;
    order: 1;
    border-radius: 0;
    border: 0;
    text-align: center;
    border-right: 1px solid #F5F6FA;
    border-radius: 4px 0 0 4px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  html.nosso-theme .header-product-list .header-actions .button-filter-mobile {
    width: 30%;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .header-product-list .header-actions .swicher-view {
    order: 4;
    border: 0;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    position: absolute;
    right: 0;
  }
  html.nosso-theme .header-product-list .header-actions .swicher-view .button {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .header-product-list .header-actions .dropdown-order {
    order: 2;
    width: 50%;
  }
  html.nosso-theme .header-product-list .header-actions .dropdown-order .select {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding-right: 16px;
    font-weight: 400;
  }
  html.nosso-theme .header-product-list .header-actions .dropdown-order::after {
    right: 8;
  }
}
@media (max-width: 480px) {
  html.nosso-theme .header-product-list .header-actions .dropdown-order {
    width: 70%;
  }
}
html.nosso-theme .product-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  html.nosso-theme .product-list {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .product-list {
    max-width: inherit;
  }
}
html.nosso-theme .product-list .item-products {
  border-radius: 8px;
  border: 0;
  overflow: hidden;
  padding: 0 0 16px;
  margin: 0;
  min-height: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
}
html.nosso-theme .product-list .item-products .product-img {
  height: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 32px 8px;
}
html.nosso-theme .product-list .item-products .product-img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: inherit;
  margin: 0;
  height: 100%;
}
html.nosso-theme .product-list .item-products .product-brand {
  position: absolute;
  left: auto;
  top: auto;
  flex: 0 1 auto;
  margin-bottom: 0;
  margin-right: 10px;
  max-height: 25px;
}
html.nosso-theme .product-list .item-products .product-brand img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: inherit;
  margin: 0;
}
html.nosso-theme .product-list .item-products .product-tag {
  position: absolute;
  right: 0;
  top: 0;
}
html.nosso-theme .product-list .item-products .product-tag span {
  background-color: #242424;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 0 0 0 4px;
  font-weight: 500;
  display: block;
}
html.nosso-theme .product-list .item-products .product-code {
  padding: 4px;
}
html.nosso-theme .product-list .item-products .product-code h4 {
  color: #242424;
  font-size: 14px;
  font-size: 600;
  margin: 0;
}
html.nosso-theme .product-list .item-products .product-description {
  padding: 4px;
}
html.nosso-theme .product-list .item-products .product-description p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #242424;
}
html.nosso-theme .product-list .item-products .product-button {
  display: none;
  justify-content: center;
  align-items: center;
}
html.nosso-theme .product-list .item-products .product-button .icon {
  height: 32px;
  width: 32px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #242424;
  border-radius: 100%;
}
html.nosso-theme .product-list .item-products .product-button .icon img {
  height: 16px;
  width: 16px;
  margin: 0;
}
html.nosso-theme .product-list .item-products:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}
html.nosso-theme .product-list .list-header {
  display: none;
  background-color: #242424;
  border-radius: 8px 8px 0 0;
  margin: 0;
  gap: 8px 16px;
  padding: 8px;
}
html.nosso-theme .product-list .list-header li {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}
html.nosso-theme .product-list .list-header li:nth-child(1) {
  width: 96px;
}
html.nosso-theme .product-list .list-header li:nth-child(2) {
  width: 80px;
}
html.nosso-theme .product-list .list-header li:nth-child(3) {
  width: 160px;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-list .list-header li:nth-child(3) {
    width: auto;
  }
}
html.nosso-theme .product-list .list-header li:nth-child(4) {
  width: auto;
  max-width: 300px;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-list .list-header li:nth-child(4) {
    display: none;
  }
}
html.nosso-theme .product-list .list-header li:nth-child(5) {
  width: 80px;
  margin-left: auto;
}
@media (max-width: 991px) {
  html.nosso-theme .product-list .list-header li:nth-child(5) {
    display: none;
  }
}
html.nosso-theme .product-list .list-header li:nth-child(6) {
  width: 45px;
}
@media (max-width: 991px) {
  html.nosso-theme .product-list .list-header li:nth-child(6) {
    margin-left: auto;
  }
}
html.nosso-theme .product-list.grid-view .list-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-list.grid-view .list-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  html.nosso-theme .product-list.grid-view .list-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
html.nosso-theme .product-list.list-view .list-header {
  display: flex;
}
html.nosso-theme .product-list.list-view .list-body {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
html.nosso-theme .product-list.list-view .list-body .item-products {
  flex-direction: row;
  border-radius: 0;
  border-bottom: 1px solid #E9E9E9;
  gap: 8px 16px;
  padding: 8px;
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-img {
  order: 1;
  width: 96px;
  padding: 0;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-img img {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  overflow: hidden;
  height: 46px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-brand {
  order: 2;
  width: 80px;
  position: relative;
  left: auto;
  top: auto;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-brand img {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  overflow: hidden;
  height: 46px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-info {
  width: 460px;
  order: 3;
  display: flex;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-list.list-view .list-body .item-products .product-info {
    width: 100%;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    max-width: 220px;
  }
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-info .product-code {
  order: 3;
  width: 174px;
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-list.list-view .list-body .item-products .product-info .product-code {
    width: 100%;
  }
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-info .product-description {
  order: 4;
  display: flex;
  align-items: center;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-list.list-view .list-body .item-products .product-info .product-description {
    width: 100%;
  }
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-tag {
  order: 5;
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  margin-left: auto;
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-tag span {
  border-radius: 4px;
}
@media (max-width: 991px) {
  html.nosso-theme .product-list.list-view .list-body .item-products .product-tag {
    display: none;
  }
}
html.nosso-theme .product-list.list-view .list-body .item-products .product-button {
  order: 6;
  width: 48px;
  padding: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  html.nosso-theme .product-list.list-view .list-body .item-products .product-button {
    margin-left: auto;
  }
}
html.nosso-theme .product-list.list-view .list-body .item-products:hover {
  background-color: #fffdee;
}
html.nosso-theme .product-list.list-view .list-body .item-products:hover .product-button .icon {
  background-color: #242424;
}
html.nosso-theme .product-list.list-view .list-body .item-products:hover .product-button .icon img {
  filter: invert(1);
}
html.nosso-theme .product-list.list-view .list-body .item-products:last-child {
  border-bottom: transparent;
}
html.nosso-theme .page-nav {
  text-align: center;
}
html.nosso-theme .page-nav .pagination .page-item {
  opacity: 0.5;
}
html.nosso-theme .page-nav .pagination .page-item .page-link {
  border: 0;
  background-color: transparent;
  color: #242424;
}
html.nosso-theme .page-nav .pagination .page-item:hover, html.nosso-theme .page-nav .pagination .page-item.active {
  opacity: 1;
}
html.nosso-theme .nosso-breadcrumb {
  margin-top: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #D9d9d9;
  padding: 8px 0;
}
html.nosso-theme .nosso-breadcrumb .container-breadcrumb {
  width: 1360px;
  max-width: 100%;
  display: flex;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: space-between;
  margin: auto;
}
html.nosso-theme .nosso-breadcrumb .link-back {
  display: flex;
  width: auto;
  gap: 8px;
  color: #242424;
  font-weight: 300;
  font-size: 14px;
  align-items: center;
}
html.nosso-theme .nosso-breadcrumb .link-back img {
  height: 24px;
}
html.nosso-theme .nosso-breadcrumb .link-back span {
  display: block;
  white-space: nowrap;
}
html.nosso-theme .nosso-breadcrumb .btn-dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
html.nosso-theme .product-detail {
  margin-top: 0 !important;
  padding-top: 32px;
}
html.nosso-theme .product-detail .container {
  width: 1360px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
html.nosso-theme .product-detail .product-layout {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  html.nosso-theme .product-detail .product-layout {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-layout {
    flex-direction: column;
  }
}
html.nosso-theme .product-detail .product-layout .gallery {
  width: 50%;
  margin: 0;
}
@media (max-width: 991px) {
  html.nosso-theme .product-detail .product-layout .gallery {
    width: 40%;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-layout .gallery {
    width: 100%;
  }
}
html.nosso-theme .product-detail .product-layout .gallery .swiper {
  width: 100%;
  height: 100%;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper .swiper-button-next,
html.nosso-theme .product-detail .product-layout .gallery .swiper .swiper-button-prev {
  color: #242424;
  z-index: 9;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper .swiper-button-next::after,
html.nosso-theme .product-detail .product-layout .gallery .swiper .swiper-button-prev::after {
  font-size: 24px;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper .swiper-slide {
  align-items: center;
  background-size: cover;
  background-position: center;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery {
  width: 100%;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery .swiper-slide a {
  display: block;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery-thumbnails {
  height: 160px;
  box-sizing: border-box;
  padding: 10px 0;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery-thumbnails .swiper-slide {
  width: 33%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #fff;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery-thumbnails .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery-thumbnails .swiper-slide-thumb-active {
  border-color: #D9D9D9;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper.product-gallery-thumbnails .swiper-slide-thumb-active img {
  opacity: 1;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper .product-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
html.nosso-theme .product-detail .product-layout .gallery .swiper .product-tag span {
  background-color: #242424;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 6% 16px;
  border-radius: 0 0 0 4px;
  font-weight: 500;
  display: block;
}
html.nosso-theme .product-detail .product-layout .product-summary {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  html.nosso-theme .product-detail .product-layout .product-summary {
    width: 60%;
  }
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-layout .product-summary {
    width: 100%;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-title .brand {
  display: inline-block;
  width: auto;
  height: auto;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-title h2 {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-title p {
  color: #242424;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price {
  padding: 8px 16px 16px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #d9d9d9;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-label {
  font-weight: 600;
  font-size: 16px;
  color: #242424;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 440px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-label {
    font-size: 13px;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .prices {
  font-weight: 700;
  color: #242424;
  font-size: 20px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden button {
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden button img {
  height: 16px;
  width: 16px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden .prices {
  transition: opacity 0.2s ease;
  position: relative;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden .prices.hidden {
  color: transparent;
  position: relative;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden .prices.hidden::before {
  content: "********";
  visibility: visible;
  display: block;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden .show-price img.enabled {
  display: none;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden .show-price.active img.enabled {
  display: block;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row .price-hidden .show-price.active img.disabled {
  display: none;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row.price-sm .price-label {
  font-weight: 300;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-price .price-row.price-sm .prices {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 2px solid #242424;
  transition: all 0.2s ease-in-out;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy:hover {
  border-color: #C10E1A;
}
@media (max-width: 440px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 440px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock {
    align-items: center;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock .label-stock {
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 8px;
  width: auto;
  cursor: pointer;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock .label-stock.stock {
  background-color: #3EC98F;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock .label-stock.out-of-stock {
  background-color: #F44F63;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock .label-stock.low-stock {
  background-color: #f3af42;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .product-stock .stock-income {
  font-size: 12px;
  color: #242424;
  font-weight: 300;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .buy-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-buy .buy-actions .quantity {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 32px;
  width: 8rem;
  padding: 4px 8px;
  text-align: right;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-color: transparent;
  transition: all 0.2s ease-in-out;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable.best-option {
  border-color: #242424;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable.best-option:hover {
  border-color: #C10E1A;
}
@media (max-width: 991px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable.best-option .variable-price h3 {
    margin-top: 16px;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable .variable-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable .variable-buy {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  padding-top: 16px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable .tag-best-option {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  font-size: 10px;
  background-color: #242424;
  color: #ffffff;
  border-radius: 0 0 0 4px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable h3 {
  width: 40%;
  color: #242424;
  margin: 10px 0 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable h3 {
    width: 100%;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable .price-group {
  width: 100%;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.block-variable .price-group .price-row:last-child {
  border-bottom: 0;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.summary-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
@media (max-width: 440px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.summary-placeholder {
    flex-direction: column;
    gap: 16px;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-block.summary-placeholder p {
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 440px) {
  html.nosso-theme .product-detail .product-layout .product-summary .summary-block.summary-placeholder p {
    text-align: center;
  }
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-extra p {
  margin: 0;
  font-size: 14px;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-extra a {
  font-size: 13px;
  color: #242424;
}
html.nosso-theme .product-detail .product-layout .product-summary .summary-extra a span {
  padding-left: 4px;
  font-weight: 600;
  text-decoration: underline;
}
html.nosso-theme .product-detail .product-layout .product-summary .show-price-modal {
  padding-top: 8px;
}
html.nosso-theme .product-detail .product-layout .product-summary .show-price-modal span {
  font-size: 13px;
  color: #242424;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
html.nosso-theme .product-detail .product-tabs {
  margin-top: 48px;
}
html.nosso-theme .product-detail .product-tabs .nav-tabs li a {
  background-color: #ffffff;
  border: 1px solid #F5F6FA;
  color: #242424;
  margin: 0;
  border-bottom: 1px solid #242424;
  font-size: 14px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .nav-tabs li a span {
    display: none;
  }
}
html.nosso-theme .product-detail .product-tabs .nav-tabs li:first-child a {
  border-radius: 8px 0 0 0;
}
html.nosso-theme .product-detail .product-tabs .nav-tabs li:last-child a {
  border-radius: 0 8px 0 0;
}
html.nosso-theme .product-detail .product-tabs .nav-tabs li.active a {
  background-color: #242424;
  color: #ffffff;
}
html.nosso-theme .product-detail .product-tabs .tab-content {
  background-color: #ffffff;
  border-radius: 0 8px 8px 8px;
  border-top: 1px solid #242424;
  overflow: hidden;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content {
    padding: 0;
    border: 0;
    border-radius: 8px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane {
  margin: 0;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane {
    border-radius: 0;
    border: 0;
  }
}
@media (max-width: 576px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane {
    display: none;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane .table {
  margin: -1px 0 0;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane .table tbody tr td {
  padding: 4px 16px !important;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane .table tbody tr td {
    padding: 6px !important;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table {
  margin-top: 8px;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table tbody tr td {
  width: 38%;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table tbody tr td .app-reference {
  display: flex;
  gap: 16px;
  align-items: center;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table tbody tr td .app-reference .link-image {
  border: 1px solid #d9d9d9;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 40px;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table tbody tr td .app-reference .link-image img {
  height: 16px;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table tbody tr td .app-reference .link-image:hover {
  border-color: #242424;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table thead {
  border-top: 8px solid #d9d9d9;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table thead tr th {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #242424;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table:first-child {
  margin-top: -1px;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-aplicaciones .table:first-child thead {
  border-top: 0;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-equivalencias .table thead tr th {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #242424;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td {
  vertical-align: middle;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .link-image {
  border: 1px solid #d9d9d9;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 120px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .link-image {
    width: 60px;
    padding: 2px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .link-image img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .link-image img {
    height: 40px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .link-image:hover {
  border-color: #242424;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .img-fabricante {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 4px;
  background-color: #fff;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td .img-fabricante img {
  -o-object-fit: contain;
     object-fit: contain;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td:nth-child(1) {
  width: 136px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td:nth-child(1) {
    width: 68px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td:nth-child(2) {
  width: 136px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td:nth-child(2) {
    width: 68px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td:nth-child(3) {
  width: 200px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td:nth-child(3) {
    width: auto;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table tbody tr td a {
  color: #242424;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  color: #242424;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th:nth-child(1) {
  width: 136px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th:nth-child(1) {
    width: 68px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th:nth-child(2) {
  width: 136px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th:nth-child(2) {
    width: 68px;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th:nth-child(3) {
  width: 200px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-relaciones .table thead tr th:nth-child(3) {
    width: auto;
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos {
  border: 0;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a {
  display: flex;
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a .inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a .inner img {
  height: 24px;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a .inner span {
  font-size: 14px;
  font-weight: 600;
  color: #242424;
  display: block;
  line-height: 130%;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a:hover {
  background-color: #242424;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a:hover .inner span {
  color: #ffffff;
}
html.nosso-theme .product-detail .product-tabs .tab-content .tab-pane.tab-documentos .docs-list a:hover svg path {
  fill: #ffffff;
}
@media (max-width: 766.9px) {
  html.nosso-theme .product-detail .product-tabs .nav-tabs {
    display: none;
  }
  html.nosso-theme .product-detail .product-tabs .tab-accordion-toggle {
    display: block;
    width: 100%;
    background-color: #242424;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    padding: 16px;
    position: relative;
  }
  html.nosso-theme .product-detail .product-tabs .tab-accordion-toggle br {
    display: none;
  }
  html.nosso-theme .product-detail .product-tabs .tab-accordion-toggle::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00016 3.3335V12.6668M3.3335 8.00016H12.6668' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    display: block;
  }
  html.nosso-theme .product-detail .product-tabs .tab-pane {
    display: none;
    padding: 10px;
    background: #fafafa;
  }
  html.nosso-theme .product-detail .product-tabs .tab-pane.active {
    display: block;
  }
}
html.nosso-theme .modal .modal-content {
  border-radius: 8px;
  border: 0;
}
html.nosso-theme .modal .modal-content .modal-header {
  background-color: #F0F0F0;
  border-radius: 8px 8px 0 0;
}
html.nosso-theme .modal .modal-content .modal-header .modal-title {
  font-size: 16px;
  color: #242424;
  font-weight: 500;
  text-align: left;
}
html.nosso-theme .modal .modal-content .modal-header .close span {
  font-size: 24px;
}
html.nosso-theme .modal .modal-content .modal-body .table-responsive {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
html.nosso-theme .modal .modal-content .modal-body .table-responsive .table {
  margin: 0 !important;
}
html.nosso-theme .modal .modal-content .modal-body .table-responsive .table tr td {
  font-size: 14px;
  font-weight: 300;
  color: #242424;
  padding: 8px !important;
}
html.nosso-theme .modal .modal-content .modal-body .table-responsive .table tr.tr-head td {
  background-color: #F5F6FA;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}
html.nosso-theme .banner {
  padding: 32px 0;
  background: #efefef;
  border-bottom: 1px solid #d9d9d9;
  background-image: none;
  height: auto;
  text-align: left;
}
html.nosso-theme .ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: #e4e8e9;
  padding: 0 !important;
}
html.nosso-theme .ss-values .ss-value {
  background-color: #999 !important;
}
html.nosso-theme .ss-list .ss-option:hover {
  background-color: #D9D9D9 !important;
  color: #000000 !important;
}
html.nosso-theme .ss-list .ss-selected {
  background-color: #999 !important;
}
html.nosso-theme .ss-open-below {
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  z-index: 100000;
}
html.nosso-theme .swal2-large-modal {
  width: 480px !important;
  max-width: 90vw !important;
  padding: 2.5em 2em !important;
}
html.nosso-theme .swal2-large-title {
  font-size: 2rem !important;
}
html.nosso-theme .swal2-large-text {
  font-size: 1.45rem !important;
}
html.nosso-theme .swal2-large-btn {
  font-size: 1.1rem !important;
  padding: 0.75em 2em !important;
}
html.nosso-theme .swal2-large-btn.swal2-confirm {
  background-color: #C10E1A !important;
  border-color: #C10E1A !important;
  color: #fff !important;
}
html.nosso-theme .driver-popover footer {
  background-image: none;
}/*# sourceMappingURL=taba-web-nosso.css.map */