.page_banner {
  position: relative;
  background-color: var(--bg);
}
.page_banner .flex {
  padding-bottom: 0;
  justify-content: flex-start;
}
.page_banner .breadcrumbs {
  margin-top: 2.4rem;
  text-align: left;
}
.page_banner .head {
  flex: 1;
  max-width: 96.8rem;
  margin: 0;
  padding: 8.5rem 0 5.4rem;
  text-align: left;
}
.page_banner .tcon,
.page_banner .tcon > em,
.page_banner .tcon h1 {
  text-align: left;
}
.page_banner .tcon > em {
  margin-bottom: 1.1rem;
}
.page_banner .floats {
  opacity: 0.64;
}
.page_banner .floats .img.img1 {
  width: 27%;
  max-width: 50.7rem;
  left: -13.22917%;
  bottom: -13.49432%;
}
.page_banner .floats .img.img1 img {
  opacity: 0.28;
}
.page_banner .floats .img.img2 {
  width: 20.5%;
  max-width: 38.2rem;
  right: -5.05208%;
  top: -0.85227%;
}
.page_banner .floats .img.img2 img {
  opacity: 0.2;
}
.page .post_main .flex,
.page .post_main .flex1,
.page .post_main .postdetail,
.page .post_main .postdetail .content {
  text-align: left;
  margin-left: 0;
}
.post_banner {
  position: relative;
  background-color: var(--bg);
}
.post_banner .flex {
  padding-bottom: 22.56944444%;
}
.page .page_banner .flex,
.page .post_banner .flex {
  padding-bottom: 0;
}
.post_banner .breadcrumbs {
  margin-top: 2.4rem;
}
.post_banner .head {
  flex: 1;
  max-width: 96.8rem;
  margin: 0 auto;
  padding: 8.5rem 0 5.4rem;
}
.post_banner .tcon > em {
  margin-bottom: 1.1rem;
}
.post_banner .metas {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6e665a;
  margin-top: 4.5rem;
}
.post_banner .metas ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 0;
}
.post_banner .metas li {
  display: flex;
  align-items: center;
}
.post_banner .metas li::before {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #6e665a;
  margin: 0 1em 0 1.3333em;
}
.post_banner .metas li:first-child::before {
  display: none;
}
.post_banner .metas .avatar {
  flex-shrink: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-right: 1em;
  margin-top: -0.5rem;
}
.post_banner .metas .name span {
  font-size: 1.06667em;
  font-weight: 400;
}
.post_banner .metas .name span strong {
  font-weight: 500;
  color: var(--title);
}
.post_banner .floats {
  opacity: 0.64;
}
.post_banner .floats .img.img1 {
  width: 27%;
  max-width: 50.7rem;
  left: -13.22917%;
  bottom: -13.49432%;
}
.post_banner .floats .img.img1 img {
  opacity: 0.28;
}
.post_banner .floats .img.img2 {
  width: 20.5%;
  max-width: 38.2rem;
  right: -5.05208%;
  top: -0.85227%;
}
.post_banner .floats .img.img2 img {
  opacity: 0.2;
}
.post_main {
  padding-bottom: 5.3rem;
}
.post_main .post_img {
  margin-top: -22.6%;
  padding-bottom: 46.80555556%;
}
.post_main .flex {
  margin-top: 5.3rem;
}
.post_main .flex1 {
  width: 100%;
  max-width: 100.7rem;
  overflow: hidden;
}
.post_main .postdetail {
  font-size: 1.8rem;
  line-height: 1.6666667;
  color: var(--text);
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #0f172a;
  margin: 6.7rem 0 1.7rem;
}
.post_main .postdetail h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  color: #0f172a;
  margin: 3rem 0 2.2rem;
}
.post_main .postdetail strong {
  color: #0f172a;
}
.post_main .postdetail p {
  font-weight: 500;
  margin: 1rem 0;
}
.post_main .postdetail p + p {
  margin-top: 3rem;
}
.post_main .postdetail a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 99.7rem;
  margin: 4.8rem 0 5rem;
}
.post_main .postdetail ul {
  margin: 2.6rem 0 2rem;
}
.post_main .postdetail ul strong {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.post_main .postdetail ul p {
  margin: 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 1.944444em;
}
.post_main .postdetail ul li::before {
  width: 0.88889em;
  height: 0.88889em;
  position: absolute;
  left: 0;
  top: 0.3334em;
  content: '';
  background: url("../img/icon-subtitle2.svg") no-repeat center / contain;
}
.post_main .postdetail ul li + li {
  margin-top: 0.6111em;
}
.post_main .postdetail ol {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  counter-reset: num;
  margin: 3rem 0;
}
.post_main .postdetail ol li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  counter-increment: num;
  content: counter(num) '.';
}
.post_main .postdetail ol li + li {
  margin-top: 0.2em;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail .wp-block-verse {
  display: block;
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #0f172a;
  margin: 2.7rem 0;
}
.post_main .postdetail .wp-block-quote {
  background-color: #f7f4ed;
  border-left: 0.3rem solid #c0a05c;
  margin: 2.4rem 0 7.2rem;
  padding: 3.2rem 4.8rem 2.87rem;
}
.post_main .postdetail .wp-block-quote p {
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  line-height: 1.36363636;
  font-weight: 400;
  color: #0f172a;
  max-width: 84.8rem;
  margin: 0;
}
.post_main .post_bottom {
  max-width: 99.5rem;
  margin-top: 6.2rem;
}
.post_main .post_bottom .tags {
  border-bottom: 1px solid rgba(188, 188, 188, 0.38);
  font-size: 1.5rem;
  padding: 2rem 0;
}
.post_main .post_bottom .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.06667em;
}
.post_main .post_bottom .tags ul li {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  color: #4f4f4f;
  background-color: #f7f4ed;
  line-height: 1.2;
  padding: 0.9333em 1.22em;
}
.post_main .post_bottom .tags ul li:hover {
  background-color: var(--primary);
  color: #fff;
}
.post_main .post_bottom .share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
}
.post_main .post_bottom .share .label {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.4rem;
}
.post_main .post_bottom .share ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.post_main .post_bottom .share ul a {
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--secondary);
}
.post_main .post_bottom .share ul a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 40.82%;
}
.post_main .post_bottom .share ul a:hover {
  background-color: var(--primary);
}
.post_main .post_bottom .share ul .linkedin a::after {
  background-image: url(../img/share-linkedin.svg);
}
.post_main .post_bottom .share ul .whatsapp a::after {
  background-image: url(../img/share-whatsapp.svg);
}
.post_main .post_bottom .share ul .facebook a::after {
  background-image: url(../img/share-facebook.svg);
}
.post_main .post_bottom .share ul .youtube a::after {
  background-image: url(../img/share-youtube.svg);
}
.post_main .post_bottom .share ul .instagram a::after {
  background-image: url(../img/share-instagram.svg);
}
.post_main .post_bottom .author {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background-color: #f7f4ed;
  gap: 2.7rem;
  padding: 3.8rem 3.2rem 4.2rem;
  margin-top: 3.1rem;
}
.post_main .post_bottom .author .avatar {
  width: 7.75rem;
  --h: 100%;
  border-radius: 50%;
}
.post_main .post_bottom .author .info {
  padding-top: 0.4rem;
}
.post_main .post_bottom .author .info strong {
  font-size: 2.2rem;
  font-weight: 500;
}
.post_main .post_bottom .author .info p {
  line-height: 3rem;
  margin-top: 0.8rem;
}
.post_main .post_bottom .post-navigation {
  margin-top: 1.7rem;
}
.post_main .post_bottom .post-navigation .nav-links {
  display: grid;
  grid-template-columns: 50% 50%;
}
.post_main .post_bottom .post-navigation .nav-btn {
  display: block;
  text-align: right;
  border-bottom: 1px solid rgba(188, 188, 188, 0.38);
  padding: 2.6rem 0;
}
.post_main .post_bottom .post-navigation .nav-btn .link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  gap: 1rem;
}
.post_main .post_bottom .post-navigation .nav-btn .link::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.9375em;
  height: 0.9375em;
  background: url("../img/arrow-line.svg") no-repeat center / contain;
}
.post_main .post_bottom .post-navigation .nav-btn .title {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  margin-top: 1.2rem;
}
.post_main .post_bottom .post-navigation .nav-btn.prev {
  text-align: left;
  padding-right: 1rem;
}
.post_main .post_bottom .post-navigation .nav-btn.prev .link {
  flex-direction: row-reverse;
}
.post_main .post_bottom .post-navigation .nav-btn.prev .link::after {
  transform: rotate(180deg);
}
.post_main .post_bottom .post-navigation .nav-btn:hover .link {
  color: var(--primary);
}
.post_main .post_bottom .post-navigation .nav-btn:hover .title {
  text-decoration-color: var(--title);
}
.post_main .post_sidebar {
  width: 36.9rem;
  display: grid;
  gap: 2rem;
  padding-top: 0.5rem;
  position: sticky;
  top: 150px;
}
.post_main .post_sidebar .pt_title {
  font-size: 2.2rem;
  font-weight: 600;
}
.post_main .post_sidebar .pt_type {
  border: 1px solid #ddd;
  padding: 5.149051% 5.149051% 5.96206%;
}
.post_main .post_sidebar .pt_type .pt_title {
  padding: 0 1.2rem;
}
.post_main .post_sidebar .pt_type ul {
  font-size: 1.8rem;
  margin-top: 1.7rem;
}
.post_main .post_sidebar .pt_type ul li + li {
  margin-top: 0.6rem;
}
.post_main .post_sidebar .pt_type ul a {
  display: grid;
  grid-template-columns: 1.6667em 1fr;
  align-items: center;
  transition: all 0.3s;
  font-weight: 500;
  color: #686868;
  gap: 1.2778em;
  padding: 1rem 1.4rem;
}
.post_main .post_sidebar .pt_type ul a:hover {
  background-color: rgba(235, 225, 203, 0.4);
}
.post_main .post_sidebar .pt_type ul a .icon {
  width: 1.6667em;
}
.post_main .post_sidebar .pt_type ul a .icon img {
  object-fit: contain;
}
.post_main .post_sidebar .pt_type ul a span {
  margin-top: 0.4rem;
}
.post_main .post_sidebar .pt_type ul .active a {
  background-color: rgba(235, 225, 203, 0.68);
  color: var(--title);
}
.post_main .post_sidebar .pt_products {
  background-color: #f7f4ed;
  padding: 5.420054% 8.401084% 8.401084% 8.130081%;
}
.post_main .post_sidebar .pt_products ul {
  margin-top: 1.8rem;
}
.post_main .post_sidebar .pt_products li + li {
  margin-top: 2rem;
}
.post_main .post_sidebar .pt_products .item {
  display: grid;
  grid-template-columns: 35.71428571% 1fr;
  height: 100%;
  gap: 1.8rem;
}
.post_main .post_sidebar .pt_products .img.img_aba {
  display: block;
  --h: 89.81481481%;
  background-color: #fff;
  border: 1px solid #efebe4;
}
.post_main .post_sidebar .pt_products .img.img_aba img {
  position: absolute;
  left: 53%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 64.35185185%;
  height: auto;
  max-height: 72%;
}
.post_main .post_sidebar .pt_products .img.img_aba:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.post_main .post_sidebar .pt_products .info {
  align-self: center;
  margin-top: -2px;
}
.post_main .post_sidebar .pt_products .info .title {
  line-height: 1.125;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 17rem;
}
.post_main .post_sidebar .pt_products .info a.title {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.post_main .post_sidebar .pt_products .info a.title:hover {
  text-decoration-color: var(--title);
}
.post_main .post_sidebar .pt_products .info .price {
  font-size: 1.2rem;
  font-weight: 500;
  color: #66625f;
  margin-top: 0.4rem;
}
.post_main .post_sidebar .pt_products .info .price strong {
  font-weight: 600;
  color: var(--title);
}
.post_main .post_sidebar .pt_products .info .btn {
  width: 100%;
  font-size: 1.4rem;
  line-height: 3.2rem;
  padding: 0 2rem;
  margin-top: 0.6rem;
}
.post_main .post_sidebar .pt_inquiry {
  background-color: rgba(200, 167, 80, 0.35);
  padding: 8.401084% 8.401084% 9.214092%;
}
.post_main .post_sidebar .pt_inquiry .info strong {
  font-size: 2.2rem;
  line-height: 1.31818182;
  font-weight: 600;
}
.post_main .post_sidebar .pt_inquiry .info p {
  line-height: 2.2rem;
  font-weight: 500;
  max-width: 28.1rem;
  margin-top: 0.9rem;
}
.post_main .post_sidebar .pt_inquiry form {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.7rem;
}
.post_main .post_sidebar .pt_inquiry form span:not(.wpcf7-spinner) {
  width: 100%;
}
.post_main .post_sidebar .pt_inquiry form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=hidden]),
.post_main .post_sidebar .pt_inquiry form textarea,
.post_main .post_sidebar .pt_inquiry form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5e5e5e;
  border: 1px solid #fff;
  background-color: #fff;
  transition: border-color 0.2s;
  height: 4.8rem;
  padding: 0 1.7rem 2px;
}
.post_main .post_sidebar .pt_inquiry form input::placeholder,
.post_main .post_sidebar .pt_inquiry form textarea::placeholder,
.post_main .post_sidebar .pt_inquiry form select::placeholder {
  color: #5e5e5e;
}
.post_main .post_sidebar .pt_inquiry form input:focus,
.post_main .post_sidebar .pt_inquiry form textarea:focus,
.post_main .post_sidebar .pt_inquiry form select:focus,
.post_main .post_sidebar .pt_inquiry form input.focus,
.post_main .post_sidebar .pt_inquiry form textarea.focus,
.post_main .post_sidebar .pt_inquiry form select.focus {
  border-color: var(--primary);
}
.post_main .post_sidebar .pt_inquiry form input:not([type=submit]),
.post_main .post_sidebar .pt_inquiry form textarea:not([type=submit]),
.post_main .post_sidebar .pt_inquiry form select:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.post_main .post_sidebar .pt_inquiry form select {
  outline: none;
  background: url("../img/icon-select.svg") no-repeat center right 1.5rem/1.3rem;
  padding-right: 4rem;
}
.post_main .post_sidebar .pt_inquiry form textarea {
  padding: 1.1rem 1.7rem;
  height: 13rem;
}
.post_main .post_sidebar .pt_inquiry form span:has(input[type=submit]) {
  margin-top: 2px;
}
.post_main .post_sidebar .pt_inquiry form .hidden-fields-container {
  display: none;
}
.post_main .post_sidebar .pt_inquiry form input[type=submit],
.post_main .post_sidebar .pt_inquiry form .wpcf7-submit {
  display: block;
  width: 100%;
  height: 4.8rem;
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
.post_main .post_sidebar .pt_inquiry form input[type=submit]:hover,
.post_main .post_sidebar .pt_inquiry form .wpcf7-submit:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.post_related {
  padding: 5.2rem 0 9.5rem;
}
.post_related .post_related_swiper {
  overflow: hidden;
  margin-top: 2.9rem;
}
.post_related .center:has(.btn) {
  margin-top: 5.8rem;
}
.post_related .center:has(.btn) .btn {
  min-width: 14.2rem;
  line-height: 5rem;
}
.footer_contact {
  position: relative;
  background-image: radial-gradient(circle 54.64cqw at center -11.4%, #7a6742, #2e2a26);
  margin-bottom: 1rem;
}
.footer_contact .flex {
  min-height: 37.8rem;
  padding: 6rem 0;
}
.footer_contact .flex .flex {
  min-height: unset;
  padding: 0;
}
.footer_contact .head {
  flex: 1;
  margin-top: 1%;
}
.footer_contact .tcon {
  flex: 1;
}
.footer_contact h2 {
  max-width: 60rem;
}
.footer_contact p {
  max-width: 59rem;
  margin-top: 2.2rem;
}
.footer_contact .subscribe_form {
  width: 45%;
  max-width: 62rem;
  margin-top: 1.5%;
}
.footer_contact form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.1rem;
}
.footer_contact form input {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: var(--title);
  background-color: #fff;
  border: 1px solid #fff;
  transition: border-color 0.2s;
  height: 5.6rem;
  padding: 0 3.3rem 2px;
}
.footer_contact form input::placeholder {
  color: var(--title);
}
.footer_contact form input:focus {
  border-color: var(--primary);
}
.footer_contact form input[type=submit] {
  width: auto;
  font-weight: 500;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  transition: all 0.3s;
  padding: 0 3.8rem;
}
.footer_contact form input[type=submit]:hover {
  background-color: transparent;
  color: var(--primary);
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.40625% 0;
}
@media screen and (max-width: 768px) {
  .page_banner .head,
  .post_banner .head {
    padding: 30px 0 40px;
  }
  .page_banner .head h1,
  .post_banner .head h1 {
    font-size: 25px;
  }
  .page_banner .tcon > em,
  .post_banner .tcon > em {
    margin-bottom: 8px;
  }
  .post_banner .metas {
    margin-top: 20px;
    font-size: 14px;
  }
  .post_banner .metas .avatar {
    margin-top: 0;
  }
  .post_banner .metas p {
    margin: 0;
  }
  .post_main {
    padding-bottom: 50px;
  }
  .post_main .flex {
    margin-top: 30px;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail p + p {
    margin-top: 14px;
  }
  .post_main .postdetail h2 {
    font-size: 22px;
    margin: 30px 0 10px;
  }
  .post_main .postdetail h3 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .post_main .postdetail img {
    margin: 40px 0;
  }
  .post_main .postdetail ul,
  .post_main .postdetail ol {
    margin: 12px 0;
  }
  .post_main .postdetail ul strong,
  .post_main .postdetail ol strong {
    font-size: 16px;
  }
  .post_main .postdetail .wp-block-quote {
    padding: 20px;
    margin: 30px 0;
  }
  .post_main .postdetail .wp-block-quote p {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_main .postdetail .wp-block-verse {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
  }
  .post_main .post_bottom {
    margin-top: 30px;
  }
  .post_main .post_bottom .tags {
    padding: 16px 0;
    font-size: 14px;
  }
  .post_main .post_bottom .share {
    padding-top: 16px;
  }
  .post_main .post_bottom .share .label {
    font-size: 14px;
    margin-top: 2px;
  }
  .post_main .post_bottom .share ul {
    gap: 8px;
  }
  .post_main .post_bottom .share ul a {
    width: 44px;
    height: 44px;
  }
  .post_main .post_bottom .author {
    gap: 16px;
    padding: 20px;
    margin-top: 20px;
  }
  .post_main .post_bottom .author .avatar {
    width: 50px;
  }
  .post_main .post_bottom .author .info {
    padding: 0;
  }
  .post_main .post_bottom .author .info strong {
    font-size: 18px;
  }
  .post_main .post_bottom .author .info p {
    line-height: 1.5;
    margin-top: 5px;
  }
  .post_main .post_bottom .post-navigation {
    margin-top: 20px;
  }
  .post_main .post_bottom .post-navigation .nav-btn {
    padding: 14px 0;
  }
  .post_main .post_bottom .post-navigation .nav-btn .link {
    gap: 8px;
  }
  .post_main .post_bottom .post-navigation .nav-btn .title {
    font-size: 16px;
    margin-top: 6px;
  }
  .post_main .post_sidebar {
    width: 100%;
    position: static;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 16px;
  }
  .post_main .post_sidebar .pt_title {
    font-size: 18px;
  }
  .post_main .post_sidebar .pt_type {
    padding: 20px;
    grid-column: -1/1;
  }
  .post_main .post_sidebar .pt_type .pt_title {
    padding: 0 14px;
  }
  .post_main .post_sidebar .pt_type ul {
    font-size: 14px;
    margin-top: 14px;
  }
  .post_main .post_sidebar .pt_type ul li + li {
    margin-top: 4px;
  }
  .post_main .post_sidebar .pt_type ul a {
    padding: 10px 14px;
  }
  .post_main .post_sidebar .pt_products {
    padding: 20px;
  }
  .post_main .post_sidebar .pt_products ul {
    margin-top: 16px;
  }
  .post_main .post_sidebar .pt_products .item {
    gap: 16px;
  }
  .post_main .post_sidebar .pt_products .info {
    margin: 0;
  }
  .post_main .post_sidebar .pt_products .info .title {
    line-height: 1.2;
  }
  .post_main .post_sidebar .pt_products .info .price {
    font-size: 12px;
    margin-top: 3px;
  }
  .post_main .post_sidebar .pt_products .info .btn {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .post_main .post_sidebar .pt_inquiry {
    padding: 20px;
  }
  .post_main .post_sidebar .pt_inquiry .info strong {
    font-size: 18px;
  }
  .post_main .post_sidebar .pt_inquiry .info p {
    line-height: 1.5;
    margin-top: 5px;
  }
  .post_main .post_sidebar .pt_inquiry form {
    gap: 12px;
    margin-top: 20px;
  }
  .post_main .post_sidebar .pt_inquiry form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=hidden]),
  .post_main .post_sidebar .pt_inquiry form textarea,
  .post_main .post_sidebar .pt_inquiry form select {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }
  .post_main .post_sidebar .pt_inquiry form select {
    padding-right: 35px;
    background-size: 10px;
    background-position-x: right 14px;
  }
  .post_main .post_sidebar .pt_inquiry form textarea {
    padding: 10px 20px;
    height: 120px;
  }
  .post_main .post_sidebar .pt_inquiry form span:has(input[type=submit]) {
    margin-top: 0;
  }
  .post_main .post_sidebar .pt_inquiry form input[type=submit] {
    font-size: 14px;
  }
  .post_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .post_related .post_related_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .post_related .swiper_btns.middle {
    display: none;
  }
  .post_related .center:has(.btn) {
    margin-top: 40px;
  }
  .post_related .center:has(.btn) .btn {
    min-width: unset;
    line-height: 42px;
  }
  .footer_contact {
    margin-bottom: 0;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    margin: 0;
  }
  .footer_contact .subscribe_form {
    margin: 0;
  }
  .footer_contact form {
    gap: 12px;
  }
  .footer_contact form input,
  .footer_contact form input[type=submit] {
    height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .post_main .post_bottom .share {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer_contact .subscribe_form {
    width: 100%;
  }
}
