.mtx__pageSlide-container{
  position: relative;
  width: 100%;
  margin: 0px 0px;
  min-height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-color: rgb(245 246 247 / 76%);
  filter: drop-shadow(1px 2px 2px #d5d5d5);
  z-index: 1;
}

.mtx__pageSlide-content{
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: inherit;
  min-height: 125px;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #0000009c;
  border-radius: 10px;
}
.mtx__pageSlide-coll_desc-bottom{
  padding: 1em 1em 1em 1em;
  margin: -4px 0px 0px 0px;
  background: var(--light);
  color: var(--matexDefault);
  filter: drop-shadow(1px 2px 2px #d5d5d5);
  z-index: 1;
  border-radius: 0px 0px 15px 15px;
  position: relative;
  width: 97%;
}
.mtx__pageSlide-coll_name{
  color: white;
  display: flex;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.724));
  flex-wrap: wrap;
  margin: auto 0;
  font-size: 1.5em;
}

.mtx__pageSlide-coll_desc{
  color: white;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.724));
  margin: auto 0;
  font-size: 1em;
}



.mtxCardItem{
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  width: min-content;
  height: 100%;
  gap: 1em;
  flex-direction: row;
  justify-content: center;
  padding: 2em;
  border-radius: 1em;
  background-color: whitesmoke;   
}

.mtxCardItem__image{
  height: auto;
  max-height: 505px;
  border-radius: 1em;
  display: flow;
  max-width: 450px;
  text-align: center;
}

.mtxCardItem__image img{
  width: auto;
  height: auto;
  border-radius: 1em;
  max-height: 505px;
}

.mtxCardItem__slider{
  display: flex;
  width: 150px;
  max-height: 505px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 1em;
  flex-direction: column;
  gap: 0.25em;
  padding: 5px 5px 0px 5px;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #a5a5a5 #fdfdfd;
}
.mtxCardItem__slider::-webkit-scrollbar {
    width: 3px;
  }
.mtxCardItem__slide{
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 170px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.087));
  min-width: 125px;
  max-height: 170px;
}

.mtxCardItem__slide-video-ytb{
  font-size: xxx-large;
  color: var(--matexDefault);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.087));
  border: 1px solid var(--medium);
}

.mtxCardItem__slideHover-video-ytb-thumb{
  cursor: pointer;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: scale(2);
  transition: all 1s;
}

.mtxCardItem__slideHover-video-ytb-thumb:hover{
  cursor: pointer;
  opacity: 0.4;
  transform: scale(2.25);
  transition: all 2s;
}

.mtxCardItem__image-video{
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  max-height: 505px;
  height: 100%;
  aspect-ratio: 3/4;
}

.mtxCardItem__slide img{
  width: 100%;
  border-radius: 10px;
}

.mtxCardItem__desc{
  min-width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-content: flex-start;
  padding: 1em;
  background-color: var(--whitesmoke);
  border-radius: 1em;
  justify-content: space-between;
}
.mtxCardItem__desc-long{
  min-width: 60%;
  max-width: 60%;
}

.mtxCardItem__404{
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-wrap: wrap;
  align-content: center;
  padding: 1em;
  background-color: var(--whitesmoke);
  border-radius: 1em;
  align-items: center;
}

.mtxCardItem__collDesc{
  position: relative;
  display: flex;
  margin: 1.5em;
  margin-left: 5vw;
  margin-right: 5vw;
  background-color: whitesmoke;
  border-radius: 1em;
  padding: 1em;
  max-width: 1280px;
  flex-direction: column;
  width: 100%;
}

.mtxCardItem__collDesc:empty{
  display: none;
}

.mtxCardItem__colors{
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 2em;
  height: fit-content;
}

.mtxCardItem__color{
  cursor: pointer;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 0.375em;
  border: 0px solid var(--matexOrange);
  padding: 5px;
  background: white;
  justify-content: space-between;
}

.mtxCardItem__color .outoff{
  opacity:0.25;
}

.mtxCardItem__color:hover{
  filter: drop-shadow(2px 2px 2px var(--box-shadow-grey));
}

.mtxCardItem__color-active{
  border: 1px solid var(--medium);
  background: white;
  filter: drop-shadow(0px 2px 2px var(--box-shadow-grey));
}

.mtxCardItem__color-desc{
  font-size: x-small;
  width: auto;
  text-align: center;
  color: var(--matexDefault);
  font-weight: 600;
}

.mtxCardItem__color img{
  max-width: 180px;
  height: auto;
  border-radius: 0.375em;
}


.mtxCardItem__other-items-h3{
  width: 100%;
  text-align: center;
}

.mtxCardItem__desc-item-h3{
  padding: 0;
}

.mtxShop__add2cart-qstock{
  display: flex;
  gap: 0.2em;
  margin: 0em 0.5em;
}

.mtxShop__add2cart-qstock .qstock-text{
  margin: auto 0.5em;
}

@media only screen and (max-width: 500px){
  .wrapper{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #mtx__indexPage{
    margin: 0!important;
    width: 100%;
  }
  .mtxCardItem{
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 1em;
    align-items: center;
    background-color: white;
  }
  .mtxCardItem__slider{
    display: flex;
    width: 80vw;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 1em;
    flex-direction: row;
    gap: 0.5em;
    padding: 5px 2px 0px 5px;
    flex-wrap: nowrap;
    max-height: 200px;
  }
  
  .mtxCardItem__collDesc{
    margin-left: 0;
    margin-right: 0;
  }

  .mtxCardItem__desc, .mtxCardItem__desc-long{
    min-width: 100%;
    max-width: 100%;
  }

  .mtxCardItem__color{
    max-width: 45%;
  }

  .mtxCardItem__color img{
    max-width: 100%;
  }
  
}



@media only screen and (min-width: 501px) and (max-width: 736px){
  .wrapper{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mtxCardItem{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    max-width: -webkit-fill-available;
    background-color: white;
    width: 100%;
  }
  .mtxCardItem__image{
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .mtxCardItem__slider{
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    gap: 1em;
    flex-direction: row;
    padding-top: 21px;
  }
  .mtxCardItem__slide{
    width: 100%;
    height: auto;
    overflow: hidden;
    min-width: 100px;
    cursor: pointer;
  }
  .mtxCardItem__slide img{
    width: 100%;
    border-radius: 1em;
    min-height: 8em;
  }

  .mtxCardItem__collDesc{
    margin-left: 0;
    margin-right: 0;
  }
  
  .mtxCardItem__desc, .mtxCardItem__desc-long{
    min-width: 100%;
    max-width: 100%;
  }
}

.mtxCardItem__saleNovelty {
  display: flex;
  justify-content: center;
  width: fit-content;
}

.mtxCardItem__isNovelty-block{
  display: flex;
  background: limegreen;
  padding: 3px 10px;
  font-size: small;
  color: white;
  border-radius: 15px 0px 15px 0px;
  width: fit-content;
  font-weight: bolder;
  font-family: 'MagistralC'!important;
  border: 2px solid white;
  filter: drop-shadow(1px 1px 1px #c1c1c1);
  margin-left: 3px;
  min-width: 100px;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .mtxCardItem__image {
    max-width: 300px;
    max-height: fit-content;
  }
  .mtxCardItem__image img {
    max-height: 300px;
  }
}

@media only screen and (max-width: 736px) {
  .mtx__pageSlide-container{
    display: none;
  }
}

@media only screen and (min-width: 737px) {
  .mtxCardItem{
    width: auto;
    max-width: 1280px;
  }
  .mtxCardItem__image-video{
    min-width: 379px;
  }
  .mtxCardItem__desc, .mtxCardItem__desc-long{
    min-width: 500px;
    max-width: 640px;
  }
}



