.shopContainer {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  /**/
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  background-color: var(--block-bg-color);
  min-width: 360px;
}

/*
media:
  .shopContainer {
    width: 100%;
    margin: 0 auto;
    display: flex;


    gap: 0.5rem;
  }
*/
.productsContainer {
  padding: 0em;
  display: flex;
  flex-direction: column;
  /* */
  align-items: center;
  min-width: 360px;
  width: 100%;
  align-content: center;
  /*color: azure;*/
}

.categoriesContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /*justify-content: space-between;*/
  /*align-items: center;   */
  width: 100%;
  border-radius: 0 0 1rem 1rem;
  color: black;
  background-color: gray;
  padding: 0 2em;
}

.activeProduct {

  /*chatGPT
.mainFlex {*/
  display: flex;
  flex-wrap: wrap;
  /*gap: 16px; */



  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
  text-align: center;
  /*justify-content: space-around;*/
  /*align-items: center;*/
  gap: 0.5rem;
  /*justify-items: center;*/
  background-color: gray;
  width: 100%;
  /*gap: 0.5rem;*/
  border-radius: 0.5rem;
  padding: 0.5rem;
}
/*chatGPT}*/
.activeProduct>div {
  flex: 1 1 320px;
  min-width: 320px;
  box-sizing: border-box;
  padding: 3em;
  align-content: center;
}/**/
.productSelectedActiveImage_container {
  width: 100%;
  height: 45vh;
  border-radius: 10px;
}

.activeProductImage {
  height: 100%;
  width: 100%;
  object-fit:contain;
}

.imgCategory_thumbnails {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  margin: 0 auto;
}

.img_thumbnails {
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
}

.activeImg_thumbnails {
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.ImgColor_thumbnails {
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 32px;
  border: solid 0.1px grey;
}

.activeProduct_gallery {
  display: grid;
  gap: 0.2em;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 3em), 1fr));
  justify-items: center;
  padding: 0 1em 0.5em;

}

.activeProductGallerySelector {
  padding: 0.5em;
  /*cursor: pointer;*/
  /*height: 7vh;*/
  max-width: 4.5em;
  /*border-radius: 10.5em;*/
  /*border: solid 0.1px grey;*/
}

.activeProductGallerySelector--active {
  border: solid 0.1px grey;

  /*background-color: darkgray;*/
  /*padding-bottom: 0.5em;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;*/
  /*position: relative;*/
  text-align: center;
}

/*
.activeProductGallerySelector--active::before {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0%;
  right: -8%;
  background-color: transparent;
  border-top-left-radius: 1rem;
  box-shadow: 0 -1rem 0 #508018;
  xxx  box-shadow: 0 -1rem 0 white; */
/*}
.activeProductGallerySelector--active::after {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0;
  left: -8%;
  background-color: transparent;
  border-top-right-radius: 1rem;
  box-shadow: 0 -1rem 0 #508018;
   xxx box-shadow: 0 -1rem 0 white;*/
/*}
 */

.galleryCategoriesImage {
  object-fit: cover;
  object-position: center;
  width: 4.5em;
  height: 4.5em;
  border-radius: 10.5em;
  padding: 0.5em;
  margin: 0 auto;
  cursor: pointer;
}

.galleryProductsByCategoryImage {
  object-fit: cover;
  object-position: center;
  width: 4.5em;
  height: 4.5em;
  border-radius: 10.5em;
  margin: 0 auto;
  cursor: pointer;
  border: solid 0.1px grey;
}

.galleryCategoriesDesc {
  white-space: nowrap;
  margin: 0 auto;
}

.galleryCategories {
  display: grid;
  gap: 0px 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 4em), 1fr));
  align-content: space-between;
  font-size: medium;
}

.categoriesTitle {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.centerTitles {
  margin: 0 auto;
}

.categoryActive{
  margin: 0 auto;
  display: none;
}
.galleryCategoriesSelector {
  width: 100%;
  max-width: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  /*flex: 0 1 auto;*/
  padding: 0;
  margin: 0 auto;
  color: black;
}

.galleryCategoriesSelector--active {
  background-color: var(--block-bg-color);
  /* Color similar al acero inoxidable */
  color: black;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  position: relative;
  text-align: center;
}

.galleryCategoriesSelector--active::before {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0%;
  right: -8%;
  background-color: transparent;
  border-top-left-radius: 1rem;
  /*box-shadow: 0 -1rem 0 rgba(83, 26, 26, 1);*/
  box-shadow: 0 -1rem 0 var(--block-bg-color);
  /*  box-shadow: 0 -1rem 0 white; */
}

.galleryCategoriesSelector--active::after {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0;
  left: -8%;
  background-color: transparent;
  border-top-right-radius: 1rem;
  /*box-shadow: 0 -1rem 0 rgba(83, 26, 26, 1);*/
  box-shadow: 0 -1rem 0 var(--block-bg-color);
  /*box-shadow: 0 -1rem 0 white;*/
}

.productDetails {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2em;
  padding: 0.5em;
}

.productDetails>div {
  display: flex;
  flex-wrap: wrap;
  font-size: small;
  /*gap: 0.5em;*/
  /*border: solid 0.1px grey;*/
}

.borderGroup {
  width: 100%;
  padding: 1em;
  border: solid 0.1px grey;
  /**/
}

/*.boxSelectSpecs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: left;
  gap: 0.5em;
  padding: 0.5em;
  text-align: center;
}
.boxSelection {
  width: 24px;
  height: 24px;
}*/
.whiteColors {
  background-color: white;
  color: black;
}

.brownColors {
  background-color: brown;
  color: white;
}

.blackColors {
  background-color: black;
  color: white;
}

.greenColors {
  background-color: green;
  color: white;
}

.orangeColors {
  background-color: orange;
  color: white;
}

.selectedProductDescription {
  font-size: small;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60%;
  border-radius: 10px;
  padding: 0.5rem;
}

.productSelectedContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  padding: 0.5rem;
  /*background-color: black;*/
}

.activeProductTexts {
  background-color: lightgray;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "productDetails"
    "priceContainer"
    "btProductBuy";
  gap: 0.5em;
  border-radius: 5px;
  padding: 0.5rem;
}

/*.activeProductSpecs {
  text-align: center;
  color: black;
  width: 100%;

  padding: 0.5rem; 
  background-color: #e88800;
}
*/
.activeProduct_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  font-size: x-large;
  font-weight: bold;

  /*color: white;*/
}

.boxPriceContainer {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

/*
.btProductBuyXXX {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
  background-color: grey;
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.btProductBuyx:hover {
  background-color: black;
  color: white;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}
*/

.iconSpecMovil_container{
  width: 72px;
}

.btSendCart_movil {
  /*font-weight: bold;*/
  text-align: center;
  border-radius: 0.5rem;
  color: black;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: block;
  text-decoration: none;
  color: black;
  padding: 0.1em 1em;
}

.btContact {
  /*font-weight: bold;*/
  text-align: center;
  border-radius: 0.5rem;
  background-color: grey;
  color: black;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: block;
  text-decoration: none;
  color: black;
  padding: 0.1em 1em;
}

.btContact:hover {
  background-color: black;
  display: block;
  text-decoration: none;
  color: whitesmoke;
  font-weight: bold;
  border-radius: 0.5rem;
}

.warningShipping {
  color: black;
  font-size: xx-small;
}

.activeProduct_reviews {
  text-align: center;
  background-color: orangered;
  /*color: azure;*/
  width: 100%;
  border-radius: 0.5rem;
  padding: 5px 20px;
  font-size: x-small;
}

.activeProductSize_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  /*color: azure;*/
  width: 100%;
}

.activeProductSize_gallery {
  display: flex;
  justify-content: center;
  gap: 1rem;
  /*color: azure;*/
  width: 100%;
  padding: 1rem;
}

.activeProductSize_galleryImages {
  align-items: center;
  /*color: azure;*/
  width: 24px;
  height: 24px;
  background-color: lightblue;
}

.productGalleryByCategory {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: black;
  padding: 0 0.5em;
}

.galleryProductsByCategory {
  display: grid;
  gap: 0px 0.25em;
  /*grid-template-columns: repeat(auto-fit,minmax(4.5em, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 4em), 1fr));
  /*text-align: center;*/
  justify-items:center;
  padding-bottom: 0.5em;
  color: black;
}

.galleryProductsByCategorySelector {
  padding: 0.5em;
  /*width: 84px;
  height: 84px;*/
  /*align-content: center;*/
  /*align-items: center;*/
}

.galleryProductsByCategorySelector--active {
  background-color: gray;
  /*color: azure;*/
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}

.boxContainer {
  color: black;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.boxINcontainer {
  /*width: 45%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  max-width: 45%;
  max-height: 45%;
}

.productColors {
  width: 24px;
  height: 24px;
}

.show_movil {
  display: none;
}
  .btMovilDetails_close_hide {
    display: none;
    border: #000000 solid 1px;
  }
@media screen and (max-width: 768px) {
  .nav_movil {
    display: block;
  }
  .nav_link--menu {
    position: fixed;
    background-color: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }

  .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .productDetails_movil {
    display: none
  }
  .productDetails_movil_show {
    display: block
  }
.iconSpecMovil_container{
  width: 72px;
}
  .show_movil {
    width: 100%;
    display: flex;
    gap: 0.5em;
  }
  .hide_movil {
    display: none;
  }  

  .btMovilDetails_close {
    /*position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    cursor: pointer;
    background-color: #ffffff;*/
    border: #000000 solid 1px;
  }
  .btMovilDetails_close_show {
    display: block;
    border: #000000 solid 1px;
  }

  .nav_close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    background-color: #ffffff;
  }

  .shopContainer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /*color: rgba(83, 26, 26, 1);*/
    gap: 0.5rem;
  }

  .categoryActive{
  margin: 0 auto;
  display: block;
}

  .categoriesContainer {
    width: 100%;
    justify-content: space-between;
    padding: 0.5em;
  }

  .galleryCategories {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 0.1em;
  }

  .galleryCategoriesSelector {
    justify-content: center;
    gap: 0px 0.5em;
  }

  .galleryCategoriesSelector--active {
    border-radius: 0.5rem;
    position: relative;
  }

  .galleryCategoriesSelector--active::before {
    display: none;
  }

  .galleryCategoriesSelector--active::after {
    display: none;
  }

  .galleryCategoriesImage {
    width: 100%;
    text-align: center;
    width: 42px;
    height: 42px;
  }

  .galleryCategoriesDesc {
    display: none;
  }

  .productSelectedActiveImage_container {
    max-width: 340px;
    max-height: 340px;
  }

  .activeProduct_price {
    padding: 0.75em;
  }

  .productPrice,
  .activeProductName,
  .activeProductDescription,
  .categoriesTitle {
    font-size: small;
  }

  .img_thumbnails {
    width: 24px;
  }

  .galleryProductsByCategoryImage {
    width: 54px;
    height: 54px;
  }

  .productSelectedContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100%;
    border-radius: 10px;
    padding: 0.5rem;
  }

  .activeProduct_gallery {
    display: flex;
    flex-direction: row;
  }

  .boxSelectSpecs {
    /*flex-direction:row;*/
    display: flex;
    flex-wrap: wrap;
  }

  .labelDetails {
    display: none;
  }

  .activeProduct {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .containerColumn {
    display: flex;
    flex-direction: column;
    gap: 0px;
    /*justify-content: center;
    align-items: center;*/
  }
}

/* >>> End  @MEDIA QUERY */