.mona-content h2 {
  font-size: 2.4rem;
}

.mona-content h3 {
  font-size: 2rem;
}

.mona-content table th,
.mona-content table tbody tr:first-child td {
  font-size: 1.6rem;
  text-transform: unset;
}

.mona-content .table-resp table {
  background-color: unset;
}

.mona-content table td {
  color: unset;
}

.m-product_cat-content {
  margin-top: 9.6rem;
  position: relative;
}

.m-product_cat-content .mona-content {
  overflow: hidden;
  position: relative;
}

.m-product_cat-content .view-more_content::before {
  background: linear-gradient(transparent, #fff 100%);
}

.l-filter {
  gap: 0.8rem;
}

.l-filter_item>* {
  display: flex;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #710E23;
  color: #fff;
  transition: 0.3s;
}

.l-filter_item>*:hover,
.l-filter_item.is-active>* {
  color: #fff;
  background-color: #E41A33;
}

.l-filter_item>*::before {
  content: none;
}

.product-shortcode-box .price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #d71a21;
  font-weight: bold;
}

.product-shortcode-box .price del {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.product-shortcode-box .price ins {
  text-decoration: none;
}

.product-shortcode-box {
  border: 1px solid #e0e0e0;
  border-radius: 1.6rem;
  padding: 2.4rem;
  position: relative;
  margin: 2.4rem auto;
  max-width: max-content;
  overflow: hidden;
}

@keyframes styles_slide__SvF_62 {
  0% {
    left: -20%;
  }
  70%, 80%, 90%, 100% {
    left: 120%;
  }
}

.ps-shine {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  height: 120%;
  transform: translateY(-50%);
  pointer-events: none;
  animation: styles_slide__SvF_62 3s infinite;
}

.ps-shine::before, .ps-shine::after {
  content: "";
  height: 100%;
  position: absolute;
  background: hsla(0, 0%, 100%, .2);
  transform: skewX(-20deg);
}

.ps-shine::before {
  width: 50%;
  left: 40%;
} 
.ps-shine::after {
  width: 15%;
  left: 0;
}

.ps-sale-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #ff6b6b;
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  font-weight: bold;
  overflow: hidden;
}

.ps-content-wrapper {
  display: flex;
  gap: 2rem;
}

.ps-image {
  width: 20rem;
  flex-shrink: 0;
}

.ps-image img {
  margin: 0;
}

.ps-footer {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-end;
}

.product-shortcode-box .ps-title {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.ps-btn {
  background: #710E23;
  color: white !important;
  padding: 1.2rem 2.4rem;
  border-radius: 2.4rem;
  text-decoration: none !important;
  display: inline-block;
  transition: 0.3s;
}

.ps-btn:hover {
  background: #c20e2e !important;
}

.article-price del span, .article-price .price del span {
  font-size: 1.4rem;
}

.ps-description-inner {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Số dòng tối đa bạn muốn hiển thị */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6em; /* Khớp với line-height của text */
    max-height: 6.4em; /* = line-height x số dòng (1.6 x 4) */
}

.ps-description-inner ul {
    margin: 0;
    padding-left: 2.4rem;
}

.postdt-inner {
  gap: 1.6rem;
}

.mona-sidebar-left {
  width: calc(calc(3 / 12 * 100% - 1.6rem));
}

.postdt .postdt-left {
  width: calc(50% - 1.6rem);
}

.sidebar-sticky-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.sidebar-sticky-wrapper * {
  width: 100% !important;
}

.sidebar-sticky-wrapper ul li a {
  display: flex;
  padding: 0.6rem 1.2rem;
  transition: 0.3s;
}

.sidebar-sticky-wrapper ul li a:hover {
  color: #710E23;
}

.sidebar-sticky-wrapper .wp-caption-text {
  display: none;
}

.widget-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

@media (max-width: 991px) {
  .postdt-inner {
    flex-direction: column-reverse;
  }

  .postdt .postdt-left {
    width: 100%;
  }

  .mona-sidebar-left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .postdt .mona-content .table-resp tbody tr {
    display: table-row;
  }

  .postdt .mona-content .table-resp tbody tr td:has(:not([colspan*=""])) {
    width: unset !important;
    border-bottom: 0.1rem solid #f0f0f0;
    border-right: unset;
  }

  .postdt .mona-content table :is(th, td):not(:last-child) {
    border-right: 0.1rem solid #f0f0f0 !important;
  }
}

@media (max-width: 600px) {
  .ps-content-wrapper {
    flex-direction: column;
  }

  .widget-title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}