/* PRODUCTS SIGNPOST */
.in-index .footer-banners {
  margin-top: 0px;
}
#products-signpost-stcm {
  background-color: #f6f6f6;
  padding-top: 48px;
  padding-bottom: 36px;
}
#products-signpost-stcm .grid-stcm {
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  gap: 32px;
}
#products-signpost-stcm .img-wrapper-stcm {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
#products-signpost-stcm .grid-stcm .grid-item-stcm {
  text-align: center;
  text-decoration: none;
}
#products-signpost-stcm .grid-stcm .grid-item-stcm .text-stcm {
  font-size: 16px;
  font-weight: 400;
  color: #0e2536;
  text-decoration: none;
}
#products-signpost-stcm .grid-item-stcm:hover .img-wrapper-stcm .img-stcm {
  transition: all 0.3s;
}
#products-signpost-stcm .grid-item-stcm:hover .img-wrapper-stcm .img-stcm {
  mix-blend-mode: multiply;
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #products-signpost-stcm .grid-stcm {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    gap: 20px;
  }
  #products-signpost-stcm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #products-signpost-stcm .img-wrapper-stcm {
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  #products-signpost-stcm .grid-stcm {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    gap: 10px;
  }
}

/* SIGNPOST */
#signpost-stcm {
  padding-top: 64px;
  padding-bottom: 36px;
}
#signpost-stcm .signpost-item-stcm .img-wrapper-stcm {
  height: 664px;
  overflow: hidden;
  position: relative;
  background-color: #0e2536;
}
#signpost-stcm .signpost-item-stcm .img-wrapper-stcm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, #0d2536, #ffffff);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
#signpost-stcm .signpost-item-stcm .img-wrapper-stcm .img-stcm {
  transition: all 0.3s;
  filter: grayscale(100%);
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#signpost-stcm .signpost-item-stcm:hover .img-wrapper-stcm .img-stcm {
  transform: scale(1.1);
  transition: all 0.3s;
  filter: grayscale(0%);
}
#signpost-stcm .signpost-item-stcm {
  text-decoration: none;
}
#signpost-stcm .splide__track {
  overflow: visible;
}
#signpost-stcm
  .splide__slide:first-child
  .signpost-item-stcm
  .img-wrapper-stcm {
  border-radius: 8px 0 0 8px;
}
#signpost-stcm .splide__slide:last-child .signpost-item-stcm .img-wrapper-stcm {
  border-radius: 0 8px 8px 0;
}
#signpost-stcm .signpost-item-stcm .img-wrapper-stcm h3 {
  position: absolute;
  bottom: 28px;
  left: 16px;
  z-index: 2;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
#signpost-stcm .signpost-item-stcm .text-wrapper-stcm {
  padding: 35px 16px 0 16px;
}
#signpost-stcm .signpost-item-stcm .text-wrapper-stcm .text-stcm {
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #signpost-stcm {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #signpost-stcm .signpost-item-stcm .img-wrapper-stcm {
    height: 332px;
  }
  #signpost-stcm .signpost-item-stcm .img-wrapper-stcm h3 {
    font-size: 20px;
  }
  #signpost-stcm .signpost-item-stcm .text-wrapper-stcm {
    padding: 16px 16px 0 16px;
  }
  #signpost-stcm .signpost-item-stcm .text-wrapper-stcm .text-stcm {
    margin-bottom: 30px;
  }
}

/* HANDMADE */
#handmade-stcm {
  padding-top: 36px;
  padding-bottom: 28px;
}
#handmade-stcm .bg-stcm {
  background-image: url("https://736460.myshoptet.com/user/documents/images/optima-diamant-handmade-bg.webp");
  background-size: cover;
  background-position: left bottom;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
}
#handmade-stcm .text-wrapper-stcm {
  max-width: 544px;
  width: 100%;
  padding: 40px 35px 30px 35px;
  background-color: #0e2536cc;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#handmade-stcm .text-wrapper-stcm .icon-stcm {
  position: absolute;
  left: -77px;
  bottom: 44px;
}
#handmade-stcm .text-wrapper-stcm .text-inner-stcm {
  max-width: 355px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#handmade-stcm .text-wrapper-stcm .text-inner-stcm h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  text-align: right;
}
#handmade-stcm .text-wrapper-stcm .text-inner-stcm p {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 767px) {
  #handmade-stcm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #handmade-stcm .text-wrapper-stcm {
    padding: 20px;
  }
  #handmade-stcm .text-wrapper-stcm {
    max-width: 275px;
  }
  #handmade-stcm .text-wrapper-stcm .icon-stcm {
    position: absolute;
    left: -82px;
    bottom: -5px;
    width: 120px;
  }
  #handmade-stcm .text-wrapper-stcm .text-inner-stcm p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* ABOUT US SHOP */
#about-us-shop-stcm {
  padding-top: 28px;
  padding-bottom: 28px;
}
#about-us-shop-stcm .flex-stcm {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  flex-flow: row;
}
#about-us-shop-stcm .flex-stcm .about-us-stcm {
  background: linear-gradient(#0e2536cc, #0e2536cc),
    url("https://736460.myshoptet.com/user/documents/images/optima-diamant-znackova-prodejna-exterier-v2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  min-width: 544px;
  max-width: 544px;
  position: relative;
}
#about-us-shop-stcm .flex-stcm .about-us-stcm .headline-stcm {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#about-us-shop-stcm .flex-stcm .about-us-stcm .text-stcm {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
#about-us-shop-stcm .flex-stcm .about-us-stcm .images-stcm {
  position: absolute;
  top: 40px;
  right: -120px;
  gap: 24px;
  display: flex;
  flex-flow: column;
}
#about-us-shop-stcm .flex-stcm .about-us-stcm .images-stcm img {
  border-radius: 4px;
  box-shadow: 5px 0px 10px 0px #00000021;
}
#about-us-shop-stcm .flex-stcm .shop-stcm {
  padding: 25px 45px 40px 45px;
  width: 100%;
  justify-items: flex-end;
  background-color: #f6f6f6;
}
#about-us-shop-stcm .flex-stcm .shop-stcm .text-wrapper-stcm {
  max-width: 416px;
  width: 100%;
  justify-items: flex-end;
}
#about-us-shop-stcm .flex-stcm .shop-stcm .text-wrapper-stcm > div:first-child {
  max-width: 350px;
  justify-items: flex-end;
}
#about-us-shop-stcm
  .flex-stcm
  .shop-stcm
  .text-wrapper-stcm
  > div:first-child
  h3 {
  text-align: right;
  margin-bottom: 15px;
}
#about-us-shop-stcm
  .flex-stcm
  .shop-stcm
  .text-wrapper-stcm
  > div:first-child
  .text-stcm {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  max-width: 310px;
  margin-bottom: 124px;
}
#about-us-shop-stcm .flex-stcm .shop-stcm .text-wrapper-stcm .buttons-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  #about-us-shop-stcm .flex-stcm .about-us-stcm {
    min-width: 470px;
    max-width: 470px;
  }
  #about-us-shop-stcm .flex-stcm .about-us-stcm .images-stcm {
    right: -40px;
  }
}
@media (max-width: 991px) {
  #about-us-shop-stcm .flex-stcm .about-us-stcm {
    min-width: 430px;
    max-width: 430px;
  }
}
@media (max-width: 767px) {
  #about-us-shop-stcm .flex-stcm {
    flex-flow: column;
  }
  #about-us-shop-stcm .flex-stcm .about-us-stcm {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  #about-us-shop-stcm .flex-stcm .about-us-stcm .headline-stcm {
    margin-bottom: 15px;
  }
  #about-us-shop-stcm .flex-stcm .about-us-stcm .text-stcm {
    font-size: 16px;
  }
  #about-us-shop-stcm .flex-stcm .about-us-stcm .images-stcm {
    right: auto;
    top: auto;
    left: 20px;
    bottom: -268px;
  }
  #about-us-shop-stcm .flex-stcm .shop-stcm {
    padding: 20px 20px 20px 196px;
  }
  #about-us-shop-stcm .flex-stcm .shop-stcm .text-wrapper-stcm .buttons-stcm {
    flex-flow: column;
    gap: 10px;
  }
  #about-us-shop-stcm
    .flex-stcm
    .shop-stcm
    .text-wrapper-stcm
    > div:first-child
    .text-stcm {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  #about-us-shop-stcm .flex-stcm .about-us-stcm .images-stcm {
    display: none;
  }
  #about-us-shop-stcm .flex-stcm .shop-stcm {
    padding: 20px;
  }
}

/* SHOPS SERVICE */
#shops-service-stcm {
  padding-top: 28px;
  padding-bottom: 32px;
}
#shops-service-stcm .flex-stcm {
  display: flex;
  flex-flow: row;
  gap: 32px;
}
#shops-service-stcm .flex-stcm .shops-stcm {
  min-width: 384px;
  max-width: 384px;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 23px 32px 32px 32px;
}
#shops-service-stcm .flex-stcm .shops-stcm .img-wrapper-stcm {
  justify-self: center;
  margin-bottom: 50px;
}
#shops-service-stcm .flex-stcm .shops-stcm .img-wrapper-stcm .img-stcm {
  mix-blend-mode: multiply;
}
#shops-service-stcm
  .flex-stcm
  .flex-item-stcm
  .text-wrapper-stcm
  .headline-stcm {
  margin-bottom: 25px;
  color: #0e2536;
}
#shops-service-stcm .flex-stcm .flex-item-stcm .text-wrapper-stcm .text-stcm {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e2536;
}
#shops-service-stcm .flex-stcm .shops-stcm .text-wrapper-stcm .buttons-stcm {
  justify-items: center;
}
#shops-service-stcm .flex-stcm .service-stcm {
  width: 100%;
  border-radius: 8px;
  background-color: #0e2536;
}
#shops-service-stcm .flex-stcm .service-stcm {
  display: flex;
  flex-flow: row;
}
#shops-service-stcm .flex-stcm .service-stcm .text-wrapper-stcm {
  display: flex;
  flex-flow: column;
  min-width: 365px;
  max-width: 365px;
  padding: 70px 45px 32px 45px;
  place-content: space-between;
}
#shops-service-stcm .flex-stcm .service-stcm .text-wrapper-stcm .headline-stcm {
  color: #ffffff;
}
#shops-service-stcm .flex-stcm .service-stcm .text-wrapper-stcm .text-stcm {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
#shops-service-stcm .flex-stcm .service-stcm .img-wrapper-stcm {
  overflow: hidden;
  border-radius: 8px;
  padding: 16px;
}
#shops-service-stcm .flex-stcm .service-stcm .img-stcm {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 994px) {
  #shops-service-stcm .flex-stcm .shops-stcm {
    min-width: 300px;
    max-width: 300px;
  }
  #shops-service-stcm .flex-stcm .service-stcm .text-wrapper-stcm {
    min-width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  #shops-service-stcm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #shops-service-stcm .flex-stcm {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  #shops-service-stcm .flex-stcm .shops-stcm {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  #shops-service-stcm .flex-stcm .shops-stcm .img-wrapper-stcm {
    margin-bottom: 30px;
  }
  #shops-service-stcm
    .flex-stcm
    .flex-item-stcm
    .text-wrapper-stcm
    .headline-stcm {
    margin-bottom: 10px;
  }
  #shops-service-stcm .flex-stcm .flex-item-stcm .text-wrapper-stcm .text-stcm {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #shops-service-stcm .flex-stcm .service-stcm .text-wrapper-stcm {
    min-width: 220px;
    max-width: 220px;
    padding: 20px 0 20px 20px;
  }
  #shops-service-stcm .flex-stcm .service-stcm .text-wrapper-stcm .text-stcm {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* STONES */
#stones-stcm {
  padding-top: 32px;
  padding-bottom: 32px;
}
#stones-stcm .flex-stcm {
  overflow: hidden;
  border-radius: 8px;
  background-color: #f6f6f6;
  display: flex;
  flex-flow: row;
}
#stones-stcm .flex-stcm {
  position: relative;
}
#stones-stcm .flex-stcm .stones-info-stcm {
  width: 100%;
}
#stones-stcm .flex-stcm .stones-image-stcm {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#stones-stcm .flex-stcm .stones-image-stcm img {
  object-fit: cover;
  height: 100%;
}
#stones-stcm .flex-stcm .stones-info-stcm .text-wrapper-stcm {
  height: 100%;
  background-color: #0e2536cc;
  z-index: 1;
  position: relative;
  max-width: 504px;
  width: 100%;
  padding: 40px 40px 32px 40px;
}
#stones-stcm .flex-stcm .stones-info-stcm .text-wrapper-stcm .text-inner-stcm {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#stones-stcm
  .flex-stcm
  .stones-info-stcm
  .text-wrapper-stcm
  .text-inner-stcm
  h2 {
  color: #ffffff;
  margin-bottom: 35px;
  text-transform: uppercase;
}
#stones-stcm
  .flex-stcm
  .stones-info-stcm
  .text-wrapper-stcm
  .text-inner-stcm
  .text-stcm {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
}
#stones-stcm .flex-stcm .stones-types-stcm {
  justify-items: flex-end;
}
#stones-stcm .flex-stcm .stones-types-stcm .text-wrapper-stcm {
  padding: 32px;
  width: 100%;
  min-width: 385px;
  max-width: 385px;
  position: relative;
  z-index: 1;
}
#stones-stcm
  .flex-stcm
  .stones-types-stcm
  .text-wrapper-stcm
  .stone-category-stcm {
  justify-items: flex-end;
  margin-bottom: 35px;
}
#stones-stcm
  .flex-stcm
  .stones-types-stcm
  .text-wrapper-stcm
  .stone-category-stcm:last-child {
  margin-bottom: 0px;
}
#stones-stcm
  .flex-stcm
  .stones-types-stcm
  .text-wrapper-stcm
  .stone-category-stcm
  h3 {
  text-align: right;
  margin-bottom: 15px;
}
#stones-stcm
  .flex-stcm
  .stones-types-stcm
  .text-wrapper-stcm
  .stone-category-stcm
  .text-stcm {
  text-align: right;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
@media (max-width: 1199px) {
  #stones-stcm .flex-stcm .stones-image-stcm {
    left: -200px;
  }
}
@media (max-width: 991px) {
  #stones-stcm .flex-stcm .stones-image-stcm {
    left: -415px;
  }
}
@media (max-width: 767px) {
  #stones-stcm {
    padding-top: 20px;
  }
  #stones-stcm .flex-stcm {
    flex-flow: column;
  }
  #stones-stcm .flex-stcm .stones-image-stcm {
    left: 0;
  }
  #stones-stcm .flex-stcm .stones-image-stcm img {
    height: 188px;
  }
  #stones-stcm .flex-stcm .stones-info-stcm .text-wrapper-stcm {
    padding: 20px;
    max-width: 100%;
  }
  #stones-stcm .flex-stcm .stones-types-stcm .text-wrapper-stcm {
    padding: 20px;
    min-width: 100%;
    max-width: 100%;
  }
  #stones-stcm
    .flex-stcm
    .stones-info-stcm
    .text-wrapper-stcm
    .text-inner-stcm
    h2 {
    margin-bottom: 15px;
  }
  #stones-stcm
    .flex-stcm
    .stones-info-stcm
    .text-wrapper-stcm
    .text-inner-stcm
    .text-stcm {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #stones-stcm
    .flex-stcm
    .stones-types-stcm
    .text-wrapper-stcm
    .stone-category-stcm
    .text-stcm {
    font-size: 12px;
  }
}
