.guide-hero-container {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.guide-intro {
  padding: 0 10px;
  margin: 20px 0;
  text-align: left;
}
.guide-paragraph {
  clear: both;
  margin: 50px 0;
}
.guide-paragraph .guide-paragraph-img {
  width: 100%;
  height: auto;
}
.guide-date {
  font-style: italic;
  color: #777777;
  margin: 0 0 10px 0;
  padding: 0;
}
.guide-breadcrumb {
  color: #1faddf;
  font-weight: bold;
  font-size: 22px;
  margin: 0 10px 10px 10px;
  padding: 0;
}
.guide-breadcrumb a:link,
.guide-breadcrumb a:visited {
  color: #1faddf;
  text-decoration: none;
}
.guide-breadcrumb a:hover {
  text-decoration: underline;
}
.guide-featured-product {
  max-width: 800px;
  width: auto;
  height: auto;
  border-radius: 30px;
  padding: 10px;
  margin: 20px auto;
  border: 10px solid #a5dae1;
  flex-direction: row;
}
.guide-featured-product img {
  border-radius: 30px;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.guide-featured-product img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.guide-list {
  background-color: #e0e0e0;
  padding: 10px;
  margin: 0;
}
.guides-masonry {
  margin: 20px;
}
.guides-card .guides-card-title {
  height: auto;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #777777;
  border-radius: 20px 20px 0 0;
  background-color: #e0e0e0;
  color: #1faddf;
  font-size: 16px;
  font-weight: 600;
}
.guides-card img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-radius: 0 0 20px 20px;
}
.guides-card:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
}
.guide-shell {
  background-color: #343434;
  padding: 15px 20px;
  margin: 0;
  border-radius: 10px;
  color: #e0e0e0;
}
.guide-shell span {
  color: green;
  font-weight: bold;
}
@media (max-width: 550px) {
  .guide-featured-product {
    flex-direction: column;
  }
  .guide-featured-product .txt-left {
    text-align: center;
  }
  .guide-featured-product .justify-left {
    justify-content: center;
  }
}

.category-products {
  max-width: 985px;
}
.category-products a {
  color: #343434;
  text-decoration: none;
}
.category-products a:hover {
  color: #1faddf;
  text-decoration: underline;
}
.category-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  margin: 0;
  width: auto;
  height: auto;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
}
.category-product a:link {
  width: 160px;
  overflow: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.category-product-img {
  width: 160px;
  height: 170px;
  padding: 0;
  margin: 0;
}
.product-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-overflow: ellipsis;
}
.product-heading h1 {
  margin: 0 10px;
}
.product-heading-name {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-heading-right {
  display: flex;
  gap: 10px;
}
.svg-pad {
  margin: 0 4px;
}
.category-products-list {
  margin: 10px;
  gap: 14px;
}
@media (max-width: 550px) {
  .category-products-list,
  .product-heading {
    justify-content: center;
  }
}

