.roller {
  min-width: 60%;
  display: inline-flex;
  transition: margin-left .2s linear;
  margin-left: -000%;
}

.menu-location {
  flex-wrap: nowrap;
}

.gm-style .gm-style-iw-c {
  position: absolute !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(-50%, -100%) !important;
  background-color: white !important;
  border-radius: 8px !important;
  padding: 1rem !important;
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.3) !important;
  max-width: 650px !important;
  width: 300px !important;
  border-radius: 3px !important;
  border: none !important;
}

.gm-style hr {
  display: none;
}

.gm-style-iw-d {
  overflow: hidden;
}

.locations-infoWindow-storeData {
  display: flex;
}

.locations-infoWindow-storeLeft,
.locations-infoWindow-storeRight {
  display: flex;
  flex-direction: column;
}

.locations-infoWindow-title {
  font-size: 20px !important;
  margin: 0 !important;
  color: var(--cta) !important;
  display: flex !important;
  padding: 0 0 0.5rem 0 !important;
  border-bottom: 1px solid whitesmoke !important;
}

.gm-style .gm-style-iw-t::after {
  top: -1px !important;
}

.gm-style .gm-style-iw-t::before {
  display: none !important;
}

.gMapContainer {
  height: 380px;
  width: 900px;
  border-radius: 10px;
}

.store-information {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .2s ease;
}

.locationToggle {
  cursor: pointer;
}

.locationToggle.active img {
  transition: transform .2s ease;
  transform: rotate(45deg);
}

.store-information.active {
  opacity: 1;
  max-height: 200vh;
  padding: 1rem;
}
[data-store-name] [is-icon] {
  margin-right: 0.5rem;
}
.ui\:containerl {
  min-width: 100%;
  scroll-snap-align: center;
}
.ui\:location {
  border-radius: 10px;
  min-height: 300px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ui\:containerl {
    min-width: 45%;
  }
  .ui\:location {
    padding: 1rem;
    min-height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .ui\:containerl {
    min-width: 30%;
  }
}

@media screen and (min-width: 1500px) {
  .ui\:containerl {
    min-width: 25%;
  }
}


@media screen and (min-width: 980px) {
  .slideLocation {
    padding: 4rem 0;
  }
}
.dot {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index:3;
}

.dot span {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border-radius: 10px;
  pointer-events: none;
  background-color: #ddd;
  display: block;
  transition: all .2s ease;
}
.dot.active span {
  background-color: #000;
  box-shadow: 0 0 0 1px white, 0 0 0 2px black;
}

.txt-banner{
  position: absolute;
  color: #fff;
  z-index: 2;
}

.txt-store{
  position: absolute;
  color: #3cadf1;
  z-index: 3;
}

.oh-flex-inline{
  display: inline-flex;
}

.banner-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

.page-content{
padding:0 !important;
}

.imagesgrid{
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
}

.imagesfirmness{
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
  min-height: 150px;
}

.imagesbrands{
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 110px;
}

.imagesbrandspng{
  max-width: 160px;
  max-height: 100px;
  min-width: 160px;
  min-height: 100px;
}

.imagestype{
  max-width: 300px;
  min-width: 300px;
}

.banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ui:button{
  background-color:#000000;
}

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


.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 50;
}

.arrow2-down:hover .btn-rotate{
    transform: rotate(90deg);
    transition-delay: 0;
    transition: all 0.6s;
}

.firmness{
  height: 410px;
}

.mattype{
  height: 400px;
}

@media screen and (max-width: 768px){
.pic {
    order: -1;
}
.imagesfirmness{
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
}
.firmness{
  max-width: 390px;
  height: 310px !important;
  min-width: 390px;
}
.classfirmness{
  flex-wrap: nowrap;
}
.imgsize{
  max-width: 350px;
  max-height: 400px;
  min-width: 350px;
  min-height: 400px;
}
.pillowJpg{
  max-height: 310px;
  display: none;
}
}

.ctrl {
  position: relative;
  display: block;
  width: 100%;
}

.btnsHover:hover{
  background-color: #000000;
  opacity: 30%;
}

.svgPin{
  width: 26px;
  height: 26px;
}

#mattresses{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#mattresses .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #FFFFFF;
}

#mattresses video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  object-fit: cover;
  object-position: top center;
  user-select: none;
  pointer-events: none;
}

.ui\:slide{
  user-select:none;
  padding:0!important;
  scroll-snap-type:x mandatory;
}

.ui\:slide::-webkit-scrollbar{
  display:block!important;
}

.ui\:slide .slide__item{
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:150px;
  min-width:100%;
  width:100%;
  scroll-snap-align:start;
}

@media screen and (min-width:64rem){
  .ui\:slide .slide__item{
    min-width:12%;
    width:25%;
  }
}

.ui\:slide .slide__item:nth-child(1n){
  background-color:#F0F0F0;
}

.ui\:slide .slide__item:nth-child(2n){
  background-color:#F7F7F7;
}

.ui\:slide .slide__item img{
  width:100%;
  height:100%;
  object-fit:contain;
  pointer-events:none;
  padding:2rem;
  user-select:none;
}

.ui\:slide{
  overflow-x:auto;
  padding-right:2rem;
  transition:all 0.2s linear;
  scroll-snap-type:x mandatory;
}


.ui\:slide.noscroll::-webkit-scrollbar{
  display:none!important
}

@media screen and (min-width:48rem){
  .ui\:slide{
    padding:0;
    scroll-snap-type:none;
  }
}

.ui\:slide-item{
  scroll-snap-align:center;
  min-width:99%;
  list-style:none;
}

@media screen and (min-width:48rem){
  .ui\:slide-item{
    min-width:49%;
  }
}

@media screen and (min-width:64rem){
  .ui\:slide-item{
    min-width:32%;
    scroll-snap-align:start;
  }
}

@media screen and (min-width:81.25rem){
  .ui\:slide-item{
    min-width:23%;
  }
}

.txtotherbrand{
  font-size: 45px;
  color: #1b93f6;
  text-align: center;
}

.txtotherbrand2{
  font-size: 45px;
  color: white;
  text-align: center;
  text-shadow: -1px -1px 1px #1648db, 1px -1px 1px #1648db, -1px 1px 1px #1648db, 1px 1px 1px #1648db;
;
}

.bybrand{
  width: 100%;
  height: 110px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui\:slide::-webkit-scrollbar {
-webkit-overflow-scrolling: auto !important;
-webkit-appearance: none;
}

.ui\:slide::-webkit-scrollbar-button:increment,.ui\:slide::-webkit-scrollbar-button {
  display: block;
}

.ui\:slide::-webkit-scrollbar:horizontal {
  margin-top: 2px;
  height: 7px;
}

.ui\:slide::-webkit-scrollbar:vertical {
  display: none;
}

.ui\:slide::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 1px solid #f1f2f3;
}

.ui\:slide::-webkit-scrollbar-track {
  background: whitesmoke;
  display: block !important;
}

.ui\:slide{
  padding-top: 5px;
}

/*  */

.carousel{
  position:relative
  }
.carousel.pointer-event{
  -ms-touch-action:pan-y;touch-action:pan-y
}
.carousel-inner{
  position:relative;width:100%;overflow:hidden
}
.carousel-inner::after{
  display:block;clear:both;content:""
  }
.carousel-item{
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right:-100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:-webkit-transform .6s ease-in-out;
  transition:transform .6s ease-in-out;
  transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out
  }
@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}
.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}
.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}
.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}
@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#000;text-align:center;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:-30px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#000;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}

@media screen and (max-width: 63rem){
  .imgbrandm{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .txtotherbrand{
    font-size: 45px;
  }
  .txtotherbrand2{
    font-size: 45px;
  }
  .divbrands{
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .bannerSize{
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .divfirmness{
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .imagesfirmness{
    max-width: 130px;
    max-height: 130px;
    min-width: 130px;
    min-height: 130px;
  }
  #demo{
    padding-top: 4rem;
  }
  #demo1{
    padding-top: 2rem;
  }
}

@media screen and (min-width: 64rem){
  .imgbrandm{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .txtotherbrand{
    font-size: 45px;
  }
  .txtotherbrand2{
    font-size: 45px;
  }
  #demo{
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  #demo1{
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  #demo2{
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
}

.simmCollection{
  color: #fed338;
  font-size: 3rem;
}

.typesSimm{
  color: #2d1aa9;
}

.types{
  max-width: 90px;
  max-height: 90px;
  margin: 1rem;
}

@media screen and (min-width: 64rem){
  .typesImg{
    object-fit: cover;
    min-width: 780px;
    min-height: 420px;
    max-width: 780px;
    max-height: 420px;
  }
}


.catalog_item_container {
  background-color: white;
  border-radius: 5px;
  transition: all 0.2s ease;
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 5%);
}

@media screen and (min-width: 64rem){
  .ui\:catalog-image {
      height: 300px;
  }
}

.ui\:catalog-image {
  width: 100%;
  height: 295px;
  overflow: hidden;
  display: block;
  position: relative;
}

.ui\:catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.1s;
}

.ui\:catalog-info {
  position: relative;
  padding: 0.5rem 1rem;
}

.btnSize{
  background-color:#ffffff;
  color:#000000;
  box-shadow:0px 5px 5px 2px rgb(0 0 0 / 5%);
  min-height: 35px;
  height: 35px;
  min-width: 35px;
  width: 35px;
  font-weight: bold;
}

#banner .coverSimm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

#banner .container {
  height: 100%;
  width: 100%;
  z-index: 2;
}

#banner {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

@media screen and (min-width: 64rem){
  #banner {
      height: 500px;
  }
  .brandsimg{
    max-width: 150px;
  }
}

@media screen and (max-width: 63rem){
  .brandsimg{
    max-width: 100px;
  }
}

.brandsimg{
  filter: brightness(0%);
}