/* Site-specific layer loaded after the template CSS.
   Uniform product grids, equal-height cards and consistent imagery. */

/* ---------------------------------------------------------- product cards */
.product-col {
  margin-bottom: 30px;
  display: flex;
}

.product-col .single-product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(5, 25, 34, 0.07);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}

.product-col .single-product-item:hover {
  box-shadow: 0 6px 24px rgba(5, 25, 34, 0.12);
  transform: translateY(-3px);
}

.product-col .product-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 0;
}

.product-col .product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-col .product-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  margin-bottom: 0;
  border-radius: 5px;
  object-fit: contain;
}

.product-col .single-product-item h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  padding: 18px 20px 8px;
  min-height: 46px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.product-col .single-product-item h3 a {
  color: #051922;
}

.product-col .single-product-item h3 a:hover {
  color: #20B2AA;
}

.product-col p.product-price {
  font-size: 18px;
  margin: 0;
  padding: 0 20px;
  color: #20B2AA;
}

.product-col .single-product-item > :last-child {
  padding-bottom: 22px;
}

/* --------------------------------------------------- equipment detail page */
.detail-main-img {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eef1f2;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 30px;
}

.detail-main-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.detail-thumb {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eef1f2;
  border-radius: 8px;
  padding: 10px;
  transition: border-color 0.2s ease-out;
}

.detail-thumb:hover {
  border-color: #20B2AA;
}

.detail-thumb img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.single-product-content h3 {
  font-size: 28px;
  font-weight: 600;
}

.single-product-content .categoria-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #20B2AA;
  border: 1px solid #20B2AA;
  border-radius: 50px;
  padding: 3px 14px;
  margin-bottom: 18px;
}

/* ------------------------------------------------------------------ galeria */
.galeria-item {
  margin-bottom: 30px;
}

.galeria-item a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.galeria-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.25s ease-out;
}

.galeria-item a:hover img {
  transform: scale(1.03);
}

.galeria-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 0;
}

/* ----------------------------------------------------------------- serviços */
.servico-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}

.servico-bloco {
  margin-bottom: 100px;
}

.servico-bloco:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .servico-bloco .abt-text {
    margin-top: 24px;
  }
}

/* ---------------------------------------------------------------- contactos */
.contact-card {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(5, 25, 34, 0.07);
  padding: 40px 20px;
}

.contact-card i {
  color: #20B2AA;
}

.contact-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0 10px;
}

.contact-card p {
  margin-bottom: 4px;
}

.contact-card a {
  color: #051922;
}

.contact-card a:hover {
  color: #20B2AA;
}

.contact-col {
  margin-bottom: 30px;
}

/* ------------------------------------------------------- homepage collage */
.collage-sm img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .collage-lg img {
    width: 100%;
    height: 424px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .collage-lg img {
    width: 100%;
    border-radius: 10px;
  }
}

.overlay {
  border-radius: 10px;
}

/* ------------------------------------------------------------------- sobre */
.abt-bg-foto {
  background-size: cover;
  background-position: center;
  min-height: 420px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .abt-bg-foto {
    margin-bottom: 30px;
  }
}
