<style>
body {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
}

.product-box-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-list-view {
  width: 100%;
}

.product-box-layout3 {
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  align-items: flex-start;
  gap: 15px;
}

.item-img {
  flex-shrink: 0;
  width: 120px;
  margin: 0;
}

.item-img img {
  width: 145px;
  height: 163px;
  border-radius: 10px;
  object-fit: cover;
}

.product-info {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-grow: 1;
  min-width: 175px;
}

.item-content {
  flex: 1;
}

.item-title a {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
}

.item-title a:hover {
  color: #e83e8c;
}

.item-content p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0;
  overflow: hidden;
  max-height: 140px;
  text-overflow: ellipsis;
}

.entry-meta {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #555;
}

.item-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  min-width: 100px;
}

.item-btn {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #1a1818;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
}

.whatapp-btn img {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .product-box-layout3 {
    flex-direction: column;
    align-items: center;
  }
  .product-info {
    flex-direction: column;
    align-items: center;
  }
  .item-content,
  .item-right {
    width: 100%;
    text-align: center;
  }
  .item-img img {
    margin: 0 auto;
  }
}
</style>
<!--
     FILE ARCHIVED ON 21:03:09 Aug 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:50 Mar 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 0.589
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.013
  esindex: 0.011
  cdx.remote: 11.875
  LoadShardBlock: 169.338 (3)
  PetaboxLoader3.resolve: 96.907 (3)
  PetaboxLoader3.datanode: 127.798 (4)
  load_resource: 77.833
-->