main {
  max-width: 1200px; 
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  flex: 1;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  flex-direction: column;
}

#footer {
  margin-top: auto;
  width: 100%;
}

article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
  border-radius: 8px;
}

.site-header {
  text-align: center;
  background: linear-gradient(90deg, #0d6efd, #0d6efd);
  color: white;
  padding: 25px 15px;
  margin: 0;
}

.site-header h1 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

/* Slide */
.fonte {
    font-size: 20px;  
}

.product-card {
  min-width: 250px;
  max-width: 250px;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s;
}

/* Imagem */
.product-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 8px;
    max-height: 180px;
    object-fit: contain;
}

/* Título */
.product-card h6 {
    min-height: 40px;
    margin-bottom: 10px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Preço */
.product-card .price {
    color: green;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: auto;
}

.price {
    color: green;
    font-weight: bold;
}

.scroll-btn {
    position: absolute;
    color: #333;
    top: 50%;
    top: 40%;
    background-color: rgba(255,255,255,0.8);
    border: none;
    font-size: 24px;
    font-size: 2rem;
    padding: 10px;
    padding: 0 10px;
    cursor: pointer;
    z-index: 2;
    z-index: 10;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.left-btn {
    left: 0;
    left: -10px; 
}

.right-btn {
  right: -10px;
  right: 0;
}

/* Botão */
.btn-saiba-mais {
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
}

.mais-vendidos {
    font-size: 14px;
}

.btn-saiba-mais {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}

.btn-proxima-pagina {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background: linear-gradient(135deg, #537ab4, #5297d8);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}

.active {
  background: linear-gradient(135deg, #5eb453, #7cddb0);
}

.btn-saiba-mais:hover {
  background: linear-gradient(135deg, #6610f2, #0d6efd);
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Slide */

.center {
  display: flex;
  justify-content: center;
}

.center-button {
    display: flex;
    justify-content: center;
}

.site-footer {
    background-color: #0d1321;
    color: #fff;
}

.site-footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.site-footer p, 
.site-footer li {
    font-size: 14px;
    line-height: 1.6;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.social-icons a img {
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
}

.social-icons a img:hover {
    transform: scale(1.2);
}

.carousel-wrapper {
  position: relative;
}

.carousel-items,
.carousel-items-2,
.carousel-items-3 {

  scroll-behavior: smooth;
  white-space: nowrap;
  padding-bottom: 10px;

  scrollbar-width: thin;
  scrollbar-color: #bbb transparent;

  overflow-x: auto;
  overflow-y: hidden !important;
}

.carousel-items::-webkit-scrollbar {
  height: 8px;
}

.carousel-items::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}

.carousel-items::-webkit-scrollbar-track {
  background: transparent;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  transition: transform .2s;
}

.product-card:hover {
  transform: scale(1.04);
}

/* Tabela Início*/
.tabela-especificacoes {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tabela-especificacoes th {
  background-color: #f4f4f4;
  color: #222;
  text-align: left;
  font-weight: bold;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ddd;
}

.tabela-especificacoes td {
  padding: 10px 12px;
  border: 1px solid #ddd;
}

.tabela-especificacoes tr:nth-child(even) td {
  background-color: #fafafa;
}

.tabela-especificacoes tr:hover td {
  background-color: #f0f8ff;
}

@media (max-width: 768px) {
  .tabela-especificacoes,
  .tabela-especificacoes tbody,
  .tabela-especificacoes tr,
  .tabela-especificacoes td,
  .tabela-especificacoes th {
    display: block;
    width: 100%;
  }

  .tabela-especificacoes tr {
    margin-bottom: 12px;
    border-bottom: 2px solid #eee;
  }

  .tabela-especificacoes td {
    text-align: left;
    padding-right: 50%;
    position: relative;
  }

  .tabela-especificacoes td::before {
    content: attr(data-label);
    position: absolute;
    right: 12px;
    width: 45%;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    color: #555;
  }

  .tabela-especificacoes th {
    display: none;
  }
}
/* Tabela Término*/

@media (max-width: 768px) {
  .carousel-items,
  .carousel-items-2,
  .carousel-items-3 {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
  }

  .product-card {
    min-width: 220px;
    max-width: 220px;
  }
}

@media (max-width: 767px) {
    .site-footer .col-md-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
  .product-card {
    min-width: 200px;
    max-width: 200px;
  }
}