.hint-body {
  left: 100%;
  margin-left: 10px;
  transform: translateX(-100%);
}

.product-caption br {
  display: block !important;
}

.text-title {
  font-size: 22px;
  line-height: 32px;
}

.text-28-20 {
  font-size: 28px;
  line-height: 20px;
}

.text-h2 {
  font-size: 18px;
  line-height: 24px;
}

.text-h2-sm {
  font-size: 16px;
  line-height: 24px;
}

.text-sm {
  font-size: 16px;
  line-height: 24px;
}

.cart-modal ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.team__img img {
  max-width: 125px;
}

.text-vs-title {
  margin-bottom: 2rem;
}

.main .nav-container .menu-container {
  color: #ffffff;
}

.nav-container._inverse .menu-container {
  color: #212121;
  border-bottom-color: rgba(33, 33, 33, 0.5);
}

.main .nav-container._active {
  top: 0 !important;
}

.main .nav-container._active .menu-container {
  color: #212121;
  border-bottom-color: rgba(33, 33, 33, 0.5);
}

#mobile-menu {
  color: #212121;
}

.catalog__title {
  font-size: clamp(18px, 3vw, 22px);
  line-height: clamp(22px, 3vw, 25px);
}

.burger {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
}

.burger._active:before {
  margin-top: -1px;
  transform: rotate(45deg);
}

.burger._active:after {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.burger:before,
.burger:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.burger:before {
  margin-top: -6px;
}

.burger:after {
  margin-top: 4px;
}

.slider-card {
  display: flex;
  max-height: 320px;
}

.slider-card__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-card__slide > img {
  max-widht: 100%;
  max-height: 100%;
}

.color-panel {
  margin-top: -7px;
  margin-bottom: -7px;
}

.color-pick {
  position: relative;
  display: inline-block;
  margin: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.color-pick:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  backdrop-filter: blur(60px);
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: background-color 0.3s, border-color 0.3s;
}

.color-pick:hover:before {
  background-color: rgba(255, 255, 255, 0.33);
  border-color: rgba(33, 33, 33, 0.25);
}

input:checked + .color-pick:before {
  background-color: rgba(255, 255, 255, 0.33);
  border-color: rgba(33, 33, 33, 0.5);
}

.select-item {
  display: block;
  width: 100%;
  height: 44px;
  padding-left: 8px;
  padding-right: 32px;
  appearance: none;
  outline: 0;
  background-color: rgba(240, 239, 237, 0.5);
  border: 1px solid rgba(33, 33, 33, 0.25);
  border-radius: 5px;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: rgba(240, 239, 237, 0.5);
  border: 1px solid rgba(33, 33, 33, 0.25);
  border-radius: 5px;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 32px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: #f0efed;
  border: 1px solid rgba(33, 33, 33, 0.5);
  border-radius: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  transform: translate(-50%, -51%);
  background: url(/assets/templates/iron/img/filterIcon.svg) center center
    no-repeat;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: #212121;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:before {
  background-image: url(/assets/templates/iron/img/filterIconWhite.svg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-dropdown {
  border: 1px solid rgba(33, 33, 33, 0.25);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(33, 33, 33, 0.25);
}

.select2-results__option {
  padding: 6px 8px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #212121;
}

.swiper-cols {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.swiper-slide.d-flex {
  height: auto;
}

.swiper-pagination {
  line-height: 0.9;
}

.grid {
  row-gap: 0 !important;
  grid-auto-flow: row dense;
}

.grid .grid-row-2 {
  grid-row: span 2;
}

.g-row-2 {
  grid-row: span 2;
}

.scroll-hidden::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-hidden::-webkit-scrollbar-track {
  background: #0000001a;
}

.scroll-hidden::-webkit-scrollbar-thumb {
  background-color: #212121cc;
}

.border-gray {
  border-color: rgba(33, 33, 33, 0.25);
}

.row.swiper-wrapper {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}

.main-bg {
  padding-top: 96px;
  font-family: GT America LC Ext Rg, ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, Liberation Mono, Courier New, monospace;
  color: #fff;
  background: center center no-repeat;
  background-size: cover;
}

.main-bg > * {
  position: relative;
  z-index: 1;
}

.main-h1 {
  font-size: 144px;
  line-height: 144px;
  font-size: clamp(28px, 8vw, 144px);
  line-height: clamp(28px, 8vw, 144px);
}

.main-h2 {
  font-size: 96px;
  line-height: 96px;
  font-size: clamp(28px, 8vw, 96px);
  line-height: clamp(28px, 8vw, 96px);
}

.text-22-32 {
  font-size: clamp(12px, 3vw, 22px);
  line-height: clamp(18px, 4vw, 32px);
}

.m2__item {
  font-size: clamp(16px, 1.8vw, 28px);
}

.min-w-0 {
  min-width: 0;
}

.group-last-child > *:first-child {
  margin-top: 0 !important;
}

.group-last-child > *:last-child {
  margin-bottom: 0 !important;
}

.nav-container {
  width: auto;
}

.slider-per-view-auto {
  overflow: hidden;
}

.swiper-pagination-helper-area {
  display: none;
  position: fixed;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  white-space: nowrap;
  transform: translateY(-100%);
  z-index: 1;
  pointer-events: none;
}

.swiper-pagination-custom {
  display: none;
  position: relative;
}

.cart-item {
  position: relative;
}

.cart-item .cart-delete-icon {
  top: 16px;
}

.official__item.border-b:last-child {
  border-bottom-width: 0;
}

.about-banner {
  overflow: hidden;
  max-height: 800px;
}

.about-banner:before {
  display: block;
  content: "";
  padding-top: 60%;
}

.catalog__item:hover .catalog__price {
  opacity: 1;
}

.catalog__price {
  font-family: "GT America Mono LC Rg";
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}

.catalog__item:hover .catalog-img:after,
.catalog__item:hover .steel-img:after,
.catalog__item:hover .hover-element__img:after {
  opacity: 1;
}

.catalog-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 218px;
  border: 1px solid rgba(33, 33, 33, 0.5);
}

@media (min-width: 992px) {
  .catalog-img {
    height: 418px;
  }
}

.catalog-img--square {
  max-width: 208px;
}

.catalog-img:before {
  display: block;
  content: "";
  padding-top: 134%;
}

.catalog-img--long:before {
  padding-top: calc(67% - 1.375rem);
}

.catalog-img--square:before {
  padding-top: 100%;
}

.catalog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  border: none !important;
}

.steel-img {
  position: relative;
  max-width: 192px;
  border: 1px solid rgba(33, 33, 33, 0.5);
  overflow: hidden;
}

.steel-img:before {
  display: block;
  content: "";
  padding-top: 200%;
}

.steel-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: none !important;
}

.no-img {
  background: linear-gradient(
    to top right,
    #fff calc(50% - 1px),
    rgba(33, 33, 33, 0.5),
    #fff calc(50% + 1px)
  );
}

.catalog-img:after,
.steel-img:after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #212121;
  opacity: 0;
  transition: opacity 0.3s;
}

.hover-element:hover .hover-element__img:after,
.hover-element:hover .add {
  opacity: 1;
}

.hover-element__img {
  position: relative;
  border: 1px solid rgba(33, 33, 33, 0.5);
}

.hover-element__img > img {
  width: 100%;
}

.img-border {
  border: 1px solid rgba(33, 33, 33, 0.5);
}

.hover-element__img:hover:after {
  opacity: 1;
}

.hover-element__img:after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #212121;
  opacity: 0;
  transition: opacity 0.3s;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

.filter-wrapper {
  padding: 0;
}

.filter-wrapper .fixed-filter {
  position: relative;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.cart-modal__inner {
  overflow-x: hidden;
  overflow-y: scroll;
}

.cart-modal__panel-close {
  height: 42px;
}

.cart-modal__close {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  z-index: 10;
}

.img-preview {
  max-height: 270px;
}

.cart-item__preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(33, 33, 33, 0.5);
}

.data-toggle-caller {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1;
  transition: opacity 0.3s;
}

.data-toggle {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.data-toggle-caller:hover {
  opacity: 0;
}

.data-toggle-caller:hover ~ .data-toggle {
  opacity: 1;
  visibility: visible;
}

.cart-close {
  min-width: 12px;
}

.count [name="count"] {
  text-align: center;
}

.count [name="count"]::-webkit-outer-spin-button,
.count [name="count"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@media (min-width: 476px) {
  .cart-modal__inner {
    max-width: 416px;
  }

  .team__img img {
    max-width: 225px;
  }

  .cart-modal__close {
    right: 2rem;
  }
}

@media (min-width: 768px) {
  .text-vs-title {
    margin-bottom: 1rem;
  }

  .team__img img {
    max-width: 296px;
  }

  .text-title {
    font-size: 36px;
    line-height: 46px;
  }

  .text-h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-h2-sm {
    font-size: 22px;
    line-height: 28px;
  }

  .text-sm {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination-helper-area {
    display: block;
  }

  .swiper-pagination-custom {
    display: flex;
  }

  .columns-lg-2 {
    column-count: 2;
    column-gap: 64px;
  }

  .catalog-img--long:before {
    padding-top: calc(67% - 2.75rem);
  }

  .mdl\:visible {
    visibility: visible !important;
  }

  .burger {
    display: none;
  }

  .product-main__content {
    max-width: 500px;
  }

  .slider-card {
    position: absolute;
    padding-left: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: none;
    z-index: -1;
  }

  .slider-card__slide {
    display: flex;
    justify-content: flex-start;
  }

  .hint-body {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
}

.range {
  display: flex;
  align-items: center;
  height: 20px;
}

.range-track {
  width: 100%;
  height: 1px;
  padding: 0 10px;
  background: rgba(33, 33, 33, 0.5);
}

.noUi-target {
  background: rgba(33, 33, 33, 0.5);
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.noUi-connect {
  background: rgba(33, 33, 33, 1);
}

.noUi-horizontal {
  height: 1px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 10px;
  right: -10px;
  top: -5px;
}

.noUi-handle {
  border: 1px solid rgba(33, 33, 33, 0.5);
  border-radius: 5px;
  background: #f0efed;
  cursor: pointer;
  box-shadow: none;
}

.noUi-handle:before {
  top: 0;
  left: 50%;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
  transform: translateX(-50%);
}

.noUi-handle:after {
  display: none;
}

#jGrowl {
  display: none;
}
.product-page .dropdown {
  display: none;
}
.no-pseudo:before,
.no-pseudo:after {
  display: none;
}

@media (max-width: 575.98px) {
  .nav-container {
    z-index: 1003;
  }
  .nav-container._modal-active {
    background-color: #fff;
  }
  .nav-container._modal-active .menu-container {
    background-color: #fff;
    border-bottom-color: rgba(33, 33, 33, 0.5);
  }
  .nav-container._modal-active .menu-container {
    color: #212121;
  }
  .nav-container._modal-active .cart,
  .nav-container._modal-active a {
    color: #212121;
  }
  .nav-container._modal-active svg path {
    fill: #212121;
  }
  .cart-modal > div {
    padding-top: 56px;
  }
}

.text-h2-sm {
  font-size: 22px;
}

.catalog-menu-item--steal .catalog-menu-item__img {
  max-width: 170px;
  height: 340px;
}

.catalog-menu-item--interier .catalog-menu-item__img {
  max-width: 290px;
  height: 400px;
}

.catalog-menu-item__img {
  display: inline-block;
  width: 100%;
  height: 295px;
}

.catalog-menu-item__img > img {
  height: 100%;
}
