.ui\:slider {
  width: 100%;
  padding: 1rem 0;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: auto;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
}
.ui\:slider::-webkit-scrollbar {
  display: none;
}
.ui\:slider-box {
  position: relative;
  scroll-snap-align: center;
  min-width: 100%;
}
@media screen and (min-width: 38.75rem) {
  .ui\:slider-box {
    min-width: 60%;
  }
}
@media screen and (min-width: 48rem) {
  .ui\:slider-box {
    min-width: 48%;
  }
}
@media screen and (min-width: 64rem) {
  .ui\:slider-box {
    min-width: 32%;
  }
}
@media screen and (min-width: 81.25rem) {
  .ui\:slider-box {
    min-width: 24%;
  }
}
.ui\:slider-item {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ui\:dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui\:dots-item {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 2rem;
  pointer-events: none;
}

.ui\:catalog-item {
  width: 100%;
}
@media screen and (min-width: 38.75rem) {
  .ui\:catalog-item {
    width: 50%;
  }
}
@media screen and (min-width: 64rem) {
  .ui\:catalog-item {
    width: 25%;
  }
}
.ui\:catalog-item w-button {
  opacity: 0.65;
}
.ui\:catalog-item w-button:hover {
  opacity: 1;
}
.ui\:catalog-multicolor {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
.ui\:catalog-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: block;
  position: relative;
}
.ui\:catalog-image .discountIcon {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  cursor: initial;
}
@media screen and (min-width: 64rem) {
  .ui\:catalog-image {
    height: 300px;
  }
}
.ui\:catalog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.ui\:catalog-image img.change {
  opacity: 0;
}
.ui\:catalog-info {
  position: relative;
  padding: 0.5rem 1rem;
}
.ui\:catalog-controls {
  z-index: 2;
  position: relative;
  margin-top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.48, 0.32, 0.83, 0.67);
  -o-transition: all 0.2s cubic-bezier(0.48, 0.32, 0.83, 0.67);
  transition: all 0.2s cubic-bezier(0.48, 0.32, 0.83, 0.67);
}
.ui\:catalog .button_icon {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui\:catalog .button_icon.active, .ui\:catalog .button_icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #000000;
}
.ui\:catalog-color {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.ui\:catalog-color img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.ui\:catalog-color:not(:last-child) {
  margin-right: 0.5rem;
}
.ui\:catalog-color:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.catalog_item_container {
  background-color: white;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.05);
}
.catalog_item_container:hover {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.separator {
  width: 100px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}

.ui\:picture-contain, .ui\:picture {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  display: block;
}

.ui\:picture source, .ui\:picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui\:picture-contain source, .ui\:picture-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

#navmenu-desktop:not(.sticky) {
  background-color: black;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.page-content {
  padding: 0;
}

#root {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #fafafa;
}
#root.loaded {
  opacity: 1;
}

.ui\:slider {
  padding-right: 3rem;
}
@media screen and (min-width: 48rem) {
  .ui\:slider {
    padding: 0;
  }
}
.ui\:slider-item {
  height: 18.75rem;
  color: #FFFFFF;
}
@media screen and (min-width: 64rem) {
  .ui\:slider-item {
    height: 28.125rem;
    scroll-snap-align: start;
  }
}
.ui\:slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ui\:picture, .ui\:picture * {
  pointer-events: none;
}

#bannervideo {
  position: relative;
  background-color: #000;
  overflow: hidden;
  height: 550px;
}
#bannervideo .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  z-index: 2;
}

#covervideo {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#covervideo:focus {
  outline: 0;
}

#singleGate video,
#singleGate picture {
  height: 18.75rem;
}
@media screen and (min-width: 48rem) {
  #singleGate video,
#singleGate picture {
    height: 28.125rem;
  }
}
#singleGate video {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#singleGate video:focus {
  outline: 0;
}

@media screen and (min-width: 48rem) {
  #gateslocated .ui\:slider-box {
    min-width: 48%;
  }
}

#filters {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 48rem) {
  #filters {
    height: 0;
  }
  #filters.open {
    height: auto;
  }
}
@media screen and (max-width: 48rem) {
  #filters {
    position: fixed;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 60px 1fr;
    grid-template-rows: 60px 1fr;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    bottom: 0;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    z-index: 55;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    color: white;
    border-radius: 10px 10px 0 0;
  }
  #filters > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #filters > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #filters.open {
    height: 80vh;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 48rem) and (max-height: 600px) {
  #filters.open {
    height: 100vh;
  }
}
@media screen and (max-width: 48rem) {
  #filters .h1 {
    position: relative;
    padding: 1rem;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 48rem) {
  #filters .containerf {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 48rem) {
  #filters .containerf > .nowrap {
    padding: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media screen and (max-width: 48rem) {
  #filters .oh-check:before {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 48rem) {
  #filters w-range .w-range, #filters w-range .w-range::-webkit-slider-thumb {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 48rem) {
  #filters .separator {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  #filters {
    height: 100vh;
  }
}

.ui\:catalog-image {
  height: 300px;
  margin: 0;
}
.ui\:catalog-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(5%, 1fr));
  padding: 0;
}
.grid .ui\:slider-box {
  -ms-grid-column-span: 20;
  grid-column: span 20;
}
@media screen and (min-width: 48rem) {
  .grid .ui\:slider-box:nth-child(2), .grid .ui\:slider-box:nth-child(3) {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}

google-map {
  width: 100%;
  display: block;
  height: 80vh;
}
@media screen and (min-width: 48rem) {
  google-map {
    height: 500px;
  }
}
@media screen and (min-width: 64rem) {
  google-map {
    border-radius: 10px;
    height: 700px;
  }
}

.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}

[type=radio]:disabled + .oh-radio,
[type=checkbox]:disabled + .oh-check {
  display: none !important;
}