.subject{
    background-color:#78AAC3 ;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0.5rem;
}
.subject a{
    color: #fff;
}
.product-pagination{
    margin-top: 1rem;
    margin-left: auto;
    width: 50%;
}
@media (max-width: 768px) {
    .product-pagination{
        width: 65%;
    }
}
.photo{
    height: 250px;
}

.tag {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0.3em;
    font-size: 0.9em;
    font-weight: 500;
    color: #333;
    background-color: #f8f9fa;
    border-radius: 25px;
  }

  .tag:hover {
    background-color: #e2e6ea;
  }


  .social-buttons {
    display: flex;
    gap: 10px;
  }

  .social-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .social-button svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }

  /* Facebook button */
  .facebook {
    background-color: #1877f2;
  }
  .facebook:hover {
    background-color: #145dbf;
  }

  /* Twitter button */
  .twitter {
    background-color: #1da1f2;
  }
  .twitter:hover {
    background-color: #1a8cd8;
  }

  /* Line button */
  .line {
    background-color: #06C755;
    color: white;
  }
  .line:hover {
    background-color: #05a844;
    color: white;
  }
