/* page manual */
.pagina-manual {
  padding-bottom: 6rem;
}
.pagina-manual h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 1rem;
}
.pagina-manual h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 2rem;
}
.buttons-manual {
  display: flex;
  gap: 10px;
}
.pagina-manual .dowload-button {
  width: 50%;
  position: relative;
}
.title-info-produto-single-page {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
.description-title-image-single-page {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000cc;
}
.description-text-image-single-page {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000cc;
  margin-left: 3px;
}
.title-product-single-page {
  text-align: left;
  color: #000;
  font-family: Sora;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.img-product-single-page {
  border-radius: 1.3rem;
}

.square-size-image {
  border: 1px solid #4e3629;
  width: 74px;
  height: 74px;
  text-align: center;
  vertical-align: middle;
}

.copyright-text {
  font-size: 11px;
  color: #000000cc;
}

.title-brands {
  margin-top: -30px !important;
  z-index: 35;
}

.img-single-page {
  display: flex !important;
}

.tags {
  width: 100%;
}

.tag-image {
  color: white;
  background: #948779;
  float: left;
  padding: 3px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 55px;
}

.btn-download {
  background: #f36523;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  position: relative;
}

.btn-download:hover {
  background: #f36523ba;
  color: #fff;
}

/* Esconder o checkbox */
.img-checkbox {
  display: none;
}

/* Definir estilo inicial do SVG */
.svg-icon {
  transition: fill 0.3s ease;
}

/* Quando o checkbox for marcado */
input[type="checkbox"]:checked + label .svg-icon .circle {
  fill: #f36523; /* Cor laranja no círculo */
  stroke: none; /* Remove o stroke inicialmente */
}

input[type="checkbox"]:checked + label .svg-icon .path {
  fill: #fff; /* Cor branca no caminho */
}

/* Defina a cor inicial para o último path */
.checkbox-label svg .path:last-of-type {
  fill: #948779; /* Cor original */
}

/* Quando o checkbox for selecionado, mude a cor para branco */
.checkbox-label input[type="checkbox"]:checked + svg .path:last-of-type {
  fill: #fff; /* Cor branca */
  stroke: none; /* Remove o stroke inicialmente */
}

.last-update {
  padding-top: 2rem;
}

.last-update p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.last-update-icon {
  background: url("../icons/last-update-icon.svg") no-repeat;
  width: 23px;
  height: 21px;
  margin-right: 10px;
}

.formats {
  display: flex;
  align-items: center;
}

.miniatura {
  font-size: 12px;
}

.product-ean {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-family: Sora;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575px) {
  #menu-search-dropdown {
    min-width: 242px !important;
    max-width: 242px !important;
  }

  .header-search-premier {
    background-image: url("../img/Header_Home_mobile.png");
    min-height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .search-message-bar {
    font-size: 1rem !important;
    background: rgb(0, 0, 0, 0.4);
    padding: 0.5em;
    text-align: center;
  }
  .header-space li {
    display: flex !important;
  }

  .header-space li::after {
    display: none;
  }

  .navbar {
    display: grid !important;
  }

  .separator-categories-vline {
    height: 7vw !important;
  }
  .title-info-produto-single-page {
    text-align: center !important;
    float: none !important;
  }

  .copyright-text {
    font-size: 11px;
    color: #000000cc;
    text-align: center;
  }

  .title-product-single-page {
    text-align: center;
    font-size: 1.3rem;
  }

  .desc-form-contact-premier {
    font-size: 1.3rem;
    font-weight: 300;
    color: #000000cc;
    text-align: left;
  }
  .description-text-image-single-page {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000000cc;
    margin-left: 3px;
  }
  .description-title-image-single-page {
    font-size: 1.3rem;
  }

  .navbar-light .navbar-toggler {
    border: none !important;
  }

  #menu-search-dropdown {
    background-position: 2px 3px;
    background: url("../icons/down-arrow-search.png") no-repeat scroll 203px
        20px,
      #ffffff !important;
    color: #303030 !important;
    padding: 10px 21px 10px 19px;
    text-align: left;
    overflow: hidden;
    min-width: 241px !important;
    max-width: 232px !important;
    min-height: 49px !important;
    max-height: 49px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    border-color: #ffffff !important;
  }

  .input-search-terms {
    border: none !important;
  }

  .title-contact-img {
    margin-top: -4em !important;
    position: relative;
  }

  .title-faq-img {
    margin-top: -5.3em !important;

    position: relative;
  }

  .btn-upload-image {
    font-size: 12px !important;
  }

  .pagina-manual .dowload-button {
    width: 50%;
    position: relative;
    font-size: 12px;
  }

  .formats {
    justify-content: center;
  }

  .format {
    justify-content: center;
  }

  .last-update p {
    justify-content: center;
  }
}

    .product-thumbnails {
      margin-top: 15px;
  }

  .thumbnail-container {
      display: flex;
      gap: 10px;
      justify-content: center;
  }

  .product-thumb {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border: 2px solid #ddd;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .product-thumb:hover {
      border-color: #f36523ba;
      transform: scale(1.05);
  }

  .product-thumb.active {
      border-color: #f36523;
      box-shadow: 0 0 10px rgba(243, 101, 35, 0.3);
  }

  /* Contador de imagens */
  .image-count {
      display: block;
      font-size: 10px;
      text-align: center;
      margin-top: 5px;
      color: #948779;
  }

  .checkbox-label:hover .image-count {
      color: #F36523;
  }