
.page-template-page-cuffie-recensite .wrapper {
  max-width: 100%;
  padding: 0 20px;
}
.page-template-page-cuffie-recensite .grid-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .page-template-page-cuffie-recensite .grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .page-template-page-cuffie-recensite .grid-products {
    grid-template-columns: 1fr;
  }
}
.page-template-page-cuffie-recensite .intro-recensite {
  background: #f3f3f3;
  padding: 30px;
  border-left: 4px solid #1a5fb4;
  margin-bottom: 20px;
}
.page-template-page-cuffie-recensite .intro-recensite h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}
.page-template-page-cuffie-recensite .button-reset {
  background: transparent;
  border: 1px solid #d21f3c;
  color: #d21f3c !important;
  padding: 10px 14px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.page-template-page-cuffie-recensite .button-reset:hover {
  background: #d21f3c;
  color: white !important;
}
