.textFormat {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 70px;
}

.Format {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* Adjust this value if necessary to ensure it matches 4 lines of text */
}

.related-items .rel-item-card {
  background: #280D0D;
  margin: 15px;
}


.colortxt {
  color: #E8D98E I !important;
}

.container-news {
  padding: 40px;
  color: black;
}

p a:hover {
  color: #555552 !important;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}

.product {
  background-color: #280D0D;
  padding: 15px;
  /* border: 1px solid #d1bfa8; */
  text-align: center;
}

.product img {
  object-fit: contain;
  width: 100%;
  height: 300px;
}

.product h2 {
  font-size: 1.2em;
  margin: 10px 0;
}

.product p {
  margin: 5px 0;
}

.sold {
  color: red;
  font-weight: bold;
}

.crop {
  padding: 10px;
}

#product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  background: black;
  padding: 40px;
}

#load-more {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  cursor: pointer;
}

.head-section {
  background-color: black;
  padding: 80px 0;
}

.head-section p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}


.offer-container {
  background-color: #070707;
  color: #E8D98E;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* margin: 20px auto; */
}

.offer-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.offer-description {
  margin: 10px 0;
  font-size: 1.1rem;
}

.offer-container p a {
  background: #E8D98E;
  display: inline-block;
  padding: 12px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #4A1A1A;
}


.offer-container p a:after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: transparent;
  border-bottom: 2px solid #4A1A1A;
  border-right: 2px solid #4A1A1A;
  transform: rotate(-45deg);
}
