@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mb-2 {
  margin-bottom: 2rem;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.container-small {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .container-small {
    max-width: 1400px;
  }
}

@media screen and (max-width: 640px) {

  .container,
  .container-small {
    max-width: 100%;
    padding-inline: 16px;
  }
}

.flex {
  display: flex;
}

.no-scroll {
  overflow: hidden;
}

.header {
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9;
  line-height: 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 32px 24px;
}

.header-inner .menu-mobile {
  display: none;
}

.header-inner .menu-mobile .wrap-menu-mb {
  display: none;
}

.header-inner .menu-mobile .close-icon {
  display: none;
  /* Thêm các thuộc tính CSS cho icon close */
}

.header-inner h1 a,
.header-inner p a {
  display: inline-block;
  line-height: 0;
  width: 282px;
}

.header-inner h1 a img,
.header-inner p a img {
  width: 100%;
  height: auto;
}

.wrap-search {
  position: relative;
}

.wrap-search.mobile {
  display: none;
}

.wrap-search input {
  width: 257px;
  padding: 12px 16px 10px 40px;
  border-radius: 20px;
  background: #e8e8e8;
  border: none;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.wrap-search input::placeholder {
  color: #8b8b8b;
}

.wrap-search input:focus-visible {
  border: none;
  outline: none;
}

.wrap-search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}

.body-content {
  padding-top: 110px;
  padding-bottom: 70px;
}

.body-content .breadcrumb-inner {
  color: #8b8b8b;
  font-size: 14px;
  line-height: normal;
  align-items: center;
  padding: 26px 80px 18px;
  gap: 5px;
}

.breadcrumb-inner a {
  color: #8b8b8b;
}

.breadcrumb-inner a:hover {
  text-decoration: underline;
}

.body-content .categories {
  width: 280px;
  padding: 21px 0;
}

.body-content .categories .title {
  margin-left: 18px;
  color: #272727;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 11px;
}

.body-content .categories ul li {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 3px;
}

.body-content .categories ul li:hover a {
  left: 10px;
}

.body-content .categories ul li a {
  padding: 25px 23px 24px;
  gap: 24px;
  position: relative;
  align-items: center;
  color: #272727;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.body-content .categories ul li .open {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.body-content .wrap-product .product {
  gap: 54px;
  justify-content: space-between;
}

.single-article .body-content .wrap-product .list-product {
  width: calc(100% - 280px - 108px - 300px);
  padding-top: 21px;
}

.body-content .wrap-product .list-product {
  width: calc(100% - 280px - 54px);
  padding-top: 21px;
}

.body-content .wrap-product .list-product .title-list {
  color: #272727;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 48px;
}

.body-content .wrap-product .list-product .title-list::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #f50a00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.body-content .wrap-product .list-product ul {
  gap: 43px 24px;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.body-content .wrap-product .list-product table ul {
  margin-left: 20px;
  list-style: unset;
}

.body-content .wrap-product .list-product table ul li {
  width: 100% !important;
}

.body-content .wrap-product .list-product ul li {
  width: calc((100% - 24px * 2) / 3);
  transition: all 0.3s;
}

.body-content .wrap-product .list-product ul li a {
  display: block;
  overflow: hidden;
}

.body-content .wrap-product .list-product ul li a .post_img {
  overflow: hidden;
}

.body-content .wrap-product .list-product ul a:hover img {
  transform: scale(1.2);
}

.body-content .wrap-product .list-product ul li a img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 2px;
}

.body-content .wrap-product .list-product ul li .date {
  color: #bbb;
  font-size: 11px;
  line-height: normal;
  margin-bottom: 2px;
}

.body-content .wrap-product .list-product ul li .desc {
  color: #272727;
  font-size: 15px;
  line-height: 1.6;
}

.body-content .wrap-product .see-more {
  cursor: pointer;
  width: 300px;
  display: block;
  padding-block: 16px;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid #ff3939;
  background: #fff;
  color: #ff3939;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s;
}

.body-content .wrap-product .see-more:hover {
  background: #ff3939;
  color: #fff;
  border: 1px solid #ff3939;
}

.footer {
  background: #e7e7e7;
  padding: 48px 0 59px;
  text-align: center;
}

.footer>p:first-child {
  color: #272727;
  font-size: 14px;
  line-height: normal;
}

.footer .wrap-img {
  width: 375px;
  line-height: 0;
  margin: 0 auto;
  margin-bottom: 28px;
}

.footer .wrap-img img {
  width: 100%;
}

.footer ul {
  gap: 32px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}

.footer ul li a {
  display: inline-block;
  color: #272727;
  font-size: 16px;
  line-height: normal;
}

.footer>p:last-child {
  color: #272727;
  font-size: 12px;
  line-height: normal;
}

.single-article .body-content .wrap-product .product {
  justify-content: start;
}

@media screen and (max-width: 640px) {
  .wrap-search.mobile {
    display: block;
    width: 100%;
  }

  .wrap-search.mobile input {
    width: 100%;
  }

  .header-inner {
    padding: 12px 4px 12px 0;
    position: relative;
  }

  .header-inner p a,
  .header-inner h1 a {
    width: 218px;
  }

  .header-inner .wrap-search {
    display: none;
  }

  .header-inner .menu-mobile {
    display: block;
  }

  .header-inner .menu-mobile button {
    border: none;
    background: transparent;
    line-height: 0;
  }

  .header-inner .menu-mobile .wrap-menu-mb {
    position: absolute;
    width: calc(100% + 16px * 2);
    top: 76px;
    left: 0;
    background-color: #fff;
    padding-top: 32px;
    margin: -16px;
    text-align: center;
    height: calc(100vh - 60px);
    overflow: scroll;
  }

  .header-inner .menu-mobile .wrap-menu-mb .wrap-search {
    display: block;
    margin-bottom: 20px;
    padding-inline: 16px;
  }

  .header-inner .menu-mobile .wrap-menu-mb .wrap-search img {
    left: 34px;
  }

  .header-inner .menu-mobile .wrap-menu-mb .wrap-search input {
    width: 100%;
  }

  .header-inner .menu-mobile .wrap-menu-mb .categories ul {
    margin-bottom: 48px;
  }

  .header-inner .menu-mobile .wrap-menu-mb .categories ul li {
    padding: 25px 23px;
    border-bottom: 1px solid #e7e7e7;
  }

  .header-inner .menu-mobile .wrap-menu-mb .categories ul li a {
    align-items: center;
    position: relative;
    gap: 25px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  .header-inner .menu-mobile .wrap-menu-mb .categories ul li a img:last-child {
    position: absolute;
    right: -5px;
  }

  .header-inner .menu-mobile .wrap-menu-mb .close {
    cursor: pointer;
    width: 279px;
    display: block;
    padding-block: 16px;
    margin: 0 auto;
    border-radius: 40px;
    border: 1px solid #8b8b8b;
    background: #fff;
    color: #8b8b8b;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    transition: all 0.3s;
    margin-bottom: 44px;
  }

  .body-content {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .body-content .breadcrumb-inner {
    padding: 15px 0 !important;
    font-size: 12px;
    gap: 3.5px;
  }

  .body-content .wrap-product .product {
    flex-wrap: wrap;
    gap: 17px;
  }

  .body-content .wrap-product .product .categories {
    width: 100%;
    padding-top: 50px;
  }

  .body-content .wrap-product .product .categories .title {
    margin: 0;
    text-align: center;
    margin-bottom: 26px;
  }

  .body-content .wrap-product .product .categories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13px 16px;
  }

  .body-content .wrap-product .product .categories ul li {
    width: calc((100% - 16px * 2) / 3);
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    overflow: hidden;
  }

  .body-content .wrap-product .product .categories ul li a {
    flex-wrap: wrap;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    padding: 26px 5px 12px;
    justify-content: center;
    gap: 26px;
    flex-direction: column;
  }

  .body-content .wrap-product .product .categories ul li img {
    width: 40px;
  }

  .body-content .wrap-product .product .categories ul li img:last-child {
    display: none;
  }

  .body-content .wrap-product .product .list-product {
    width: 100%;
  }

  .body-content .wrap-product .product .list-product .title-list {
    color: #111;
    font-size: 24px;
    margin-bottom: 34px;
  }

  .body-content .wrap-product .product .list-product ul {
    gap: 26px;
    margin-bottom: 62px;
  }

  .body-content .wrap-product .product .list-product ul li {
    width: 100%;
  }

  .body-content .wrap-product .product .list-product ul li a img {
    margin-bottom: 5px;
  }

  .body-content .wrap-product .product .list-product ul li .date {
    margin-bottom: 13px;
  }

  .footer {
    padding: 48px 0 83px;
  }

  .footer>p:first-child {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .footer .wrap-img {
    width: 292px;
    margin-bottom: 34px;
  }

  .footer ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 37px;
    gap: 19px;
  }

  .footer ul li {
    width: 100%;
  }
}

.navigation ol {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none !important;
}

.navigation ol li a,
.navigation ol li span {
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b8b8b;
  font-size: 16px;
  line-height: normal;
}

.navigation ol li a:hover,
.navigation ol li .current {
  font-weight: 700;
  background-color: #f50a00;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form p label {
  color: #272727;
  font-weight: bold;
}

.wpcf7-form p label span {
  display: block;
  margin-top: 10px;
}

.wpcf7-form p label span input,
.wpcf7-form p label span textarea {
  background: #e7e7e7;
  border: none;
  color: #8b8b8b;
  padding: 12px;
  width: 100% !important;
  max-width: 360px;
  border-radius: 10px;
}

.wpcf7-form p label span textarea {
  max-width: 100%;
}

.wpcf7-form p label span input:focus,
.wpcf7-form p label span textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.wpcf7-form input[type="submit"] {
  cursor: pointer;
  width: 100px;
  display: block;
  padding-block: 16px;
  border-radius: 40px;
  border: 1px solid #ff3939;
  background: #fff;
  color: #ff3939;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s;
  margin: 0 auto;
}

.wpcf7-form input[type="submit"]:hover {
  background: #ff3939;
  color: #fff;
  border: 1px solid #ff3939;
}

/*# sourceMappingURL=commons.css.map */
.detail-page .wrap-product .group-comment .comment .comment-text::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -10px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  display: block;
  background: url(../img/icon/Polygon.svg) no-repeat center;
  background-size: contain;
}

.detail-page .wrap-product .wrap-profile {
  margin-bottom: 58px;
}

.detail-page .wrap-product .wrap-profile .block-profile {
  border-radius: 8px;
  text-align: center;
  border: 1px solid #ededed;
  padding: 15px 12px;
}

.detail-page .wrap-product .wrap-profile .block-profile .wrap-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  overflow: hidden;
  background: #FFEDED;
  margin: 0 auto;
  margin-bottom: 6px;
}

.detail-page .wrap-product .wrap-profile .block-profile .wrap-img img {
  width: 100%;
  height: auto;
}

.detail-page .wrap-product .wrap-profile .block-profile p.name {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 1.8;
}

.detail-page .wrap-product .wrap-profile .block-profile p.desc {
  line-height: 1.6;
  font-size: 13px;
  color: rgba(94, 94, 94, 0.8);
  text-align: left;
}

.detail-page .wrap-product .group-comment .comment {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 21px;
}

.detail-page .wrap-product .group-comment .comment .wrap-img {
  width: 116px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  padding: 0;
  text-align: center;
  overflow: hidden;
  background: #FFF;
}

.detail-page .wrap-product .group-comment .comment .wrap-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.detail-page .wrap-product .group-comment .comment .comment-text {
  width: 100%;
  min-height: 100px;
  background-color: #ededed;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment .comment-text::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 16px solid transparent;
  border-right: 17px solid red;
  border-bottom: 16px solid transparent;
}

.detail-page .wrap-product .wrap-comment {
  margin: 40px 0;
}

.detail-page .wrap-product .wrap-comment p.title-block {
  margin-bottom: 24px;
}

.detail-page .wrap-product .wrap-feedback {
  margin: 40px 0;
}

.detail-page .wrap-product .wrap-feedback p.title-block {
  margin-bottom: 36px;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment {
  margin-bottom: 18px;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment .wrap-img {
  border: none;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-text {
  padding: 16px;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-text p {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 1.3;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-good .wrap-img {
  border: 1px solid #FF9393;
  background-color: #fff;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-good .comment-text {
  background-color: #ffefef;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-good .comment-text::before {
  content: "";
  background: url("./images/Polygon_pink.svg") no-repeat center;
  background-size: contain;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-bad .wrap-img {
  border: 1px solid #849ABB;
  background-color: #fff;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-bad .comment-text {
  background-color: #e5f1f6;
}

.detail-page .wrap-product .wrap-feedback .group-comment .comment-bad .comment-text::before {
  content: "";
  background: url("./images/Polygon_blue.svg") no-repeat center;
  background-size: contain;
}

.detail-page .wrap-product .wrap-benefits-drawbacks p.title-block {
  margin-bottom: 12px;
}

.detail-page .wrap-product .wrap-benefits-drawbacks .benefits,
.detail-page .wrap-product .wrap-benefits-drawbacks .drawbacks {
  background-color: #FFEFEF;
  padding: 16px;
  border-radius: 8px;
}

.detail-page .wrap-product .wrap-benefits-drawbacks .benefits p,
.detail-page .wrap-product .wrap-benefits-drawbacks .drawbacks p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #5E5E5E;
  margin-bottom: 10px;
}

.detail-page .wrap-product .wrap-benefits-drawbacks .benefits p:last-child,
.detail-page .wrap-product .wrap-benefits-drawbacks .drawbacks p:last-child {
  margin: 0;
}

.detail-page .wrap-product .wrap-benefits-drawbacks .benefits p img,
.detail-page .wrap-product .wrap-benefits-drawbacks .drawbacks p img {
  width: 16px;
  height: 16px;
  color: #5E5E5E;
}

.detail-page .wrap-product .wrap-benefits-drawbacks .benefits {
  margin-bottom: 21px;
}

.detail-page .wrap-product .wrap-benefits-drawbacks .drawbacks {
  background-color: #E5F1F6;
}

.pc_gallery {
  width: 300px;
  padding-top: 20px;
}

.pc_gallery.fixed {
  position: fixed;
  top: 0;
}

.pc_gallery li {
  margin-bottom: 32px;
}

.pc_gallery li img {
  height: auto !important;
}

.sp_gallery {
  display: none;
}

.close_menu,
.float_btn a {
  display: none;
}

/* @media screen and (max-width: 1200px) and (min-width: 641px) { */
@media screen and (max-width: 1400px) and (min-width: 641px) {
  .close_menu {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    background: url(https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/uploads/2025/02/close_btn.png&amp;nocache=1&amp;nocache=1&amp;nocache=1&amp;nocache=1&amp;nocache=1) no-repeat;
  }

  .categories {
    position: fixed;
    left: -280px;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    background: #fff;
    max-height: 100vh;
    overflow-y: scroll;
  }

  .menu_open .categories {
    left: 0;
  }

  .body-content .wrap-product .product {
    gap: 47px;
  }

  .container-small {
    max-width: calc(100% - 32px);
    padding-left: 100px;
  }

  .float_btn a {
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 77px;
    border-radius: 0 16px 16px 0;
    color: #989898;
    padding: 54px 5px 14px;
    font-size: 12px;
    text-align: center;
    background: #ECECEC url(https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/webpc-passthru.php?src=https://xb115014.xbiz.jp/wp-content/uploads/2025/02/cat_icon.png&amp;nocache=1&amp;nocache=1&amp;nocache=1&amp;nocache=1&amp;nocache=1) no-repeat top 14px center;
    background-size: 32px auto;
    line-height: 1.4;
  }

  .menu_open {
    position: relative;
  }

  .menu_open:before {
    content: '';
    background: rgba(0, 0, 0, .3);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  .single-article .body-content .wrap-product .list-product {
        /* width: calc(100% - 47px - 300px); */
        width: calc(100% - 47px);
        max-width: 720px;
    }
}

@media screen and (max-width: 640px) {
  .detail-page .wrap-product .wrap-profile .block-profile {
    padding: 16px;
  }

  .detail-page .wrap-product .wrap-profile {
    margin-bottom: 40px;
  }

  .detail-page .wrap-product .group-comment .comment .wrap-img {
    width: 60px;
    height: 60px;
  }

  .detail-page .wrap-product .wrap-feedback .group-comment .comment-text p {
    font-size: 12px;
  }

  .detail-page .wrap-product .group-comment .comment .comment-text {
    width: 100%;
    min-height: 67px;
    font-size: 12px;
  }

  .detail-page .wrap-product .group-comment .comment .comment-text::before,
  .detail-page .wrap-product .wrap-feedback .group-comment .comment .comment-text::before {
    left: 48%;
  }

  .detail-page .wrap-product .group-comment .comment {
    margin-bottom: 16px;
  }

  .detail-page .wrap-product .wrap-comment {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .detail-page .wrap-product .wrap-feedback p.title-block {
    margin-bottom: 8px;
  }

  .detail-page .wrap-product .wrap-feedback .group-comment .comment {
    margin-bottom: 13px;
  }

  .detail-page .wrap-product .wrap-feedback {
    margin-bottom: 43px;
  }

  .detail-page .wrap-product .wrap-benefits-drawbacks p.title-block {
    margin-bottom: 18px;
  }

  .detail-page .wrap-product .wrap-benefits-drawbacks .benefits p,
  .detail-page .wrap-product .wrap-benefits-drawbacks .drawbacks p {
    font-size: 14px;
  }

  .detail-page .wrap-product .wrap-benefits-drawbacks .benefits {
    margin-bottom: 46px;
  }

  .pc_gallery {
    display: none;
  }

  .sp_gallery {
    display: block;
    margin: 32px 0 -32px !important;
  }

  .sp_gallery ul {
    margin-bottom: 0 !important;
  }

  .sp_gallery li {
    margin-bottom: 32px;
  }
}
  /* Comment out the incomplete style */
  /* .sp_gallery li img { */


  /* Temporary response */

.container-small {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  
  @media (min-width: 641px) and (max-width: 1200px) {
    .pc_gallery {
      display: none;
    }
  }

@media (min-width: 641px) and (max-width: 1200px) {
    .single-article .body-content .wrap-product .list-product {
        width: calc(100% - 47px);
        max-width: 640px;
    }
}

iframe.wp-embedded-content{
    width:100%;
}

iframe.wp-embedded-content .wp-embed-footer{
	display:none;
}


/* @media screen and (max-width: 1400px) and (min-width: 641px) {
    .single-article .body-content .wrap-product .product {
        justify-content: center;
    }
} */
