.articles-home-two {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1408px) {
  .articles-home-two {
    padding-top: calc(150px + 0 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .articles-home-two {
    padding-bottom: calc(80px + 70 * (100vw - 360px) / 1048);
  }
}
.articles-home-two__content {
  display: flex;
  gap: 50px;
}
.articles-home-two__col-01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .articles-home-two__col-01 {
    gap: 32px;
  }
}
.articles-home-two__col-01 .pagination {
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .articles-home-two__col-01 .pagination {
    justify-content: center;
  }
}
.articles-home-two__col-01 .pagination .prev {
  border: none !important;
}
.articles-home-two__col-01 .pagination .prev svg path {
  transition: all 0.3s ease 0s;
}
.articles-home-two__col-01 .pagination .prev:hover {
  color: #63159b;
}
.articles-home-two__col-01 .pagination .prev:hover svg path {
  stroke: #63159b;
}
.articles-home-two__col-01 .pagination .next {
  border: none !important;
}
.articles-home-two__col-01 .pagination .next svg path {
  transition: all 0.3s ease 0s;
}
.articles-home-two__col-01 .pagination .next:hover {
  color: #63159b;
}
.articles-home-two__col-01 .pagination .next:hover svg path {
  stroke: #63159b;
}
.articles-home-two__col-01 .pagination .page-numbers {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6b818c;
  border: 1px solid #6b818c;
  transition: all 0.3s ease 0s;
}
.articles-home-two__col-01 .pagination .page-numbers:hover {
  border-color: #63159b;
}
.articles-home-two__col-01 .pagination .page-numbers.current {
  border-color: #63159b;
  color: #63159b;
}
@media (max-width: 992px) {
  .articles-home-two__col-01 .pagination .page-numbers:nth-child(5), .articles-home-two__col-01 .pagination .page-numbers:nth-child(6), .articles-home-two__col-01 .pagination .page-numbers:nth-child(7), .articles-home-two__col-01 .pagination .page-numbers:nth-child(8) {
    display: none;
  }
}
.articles-home-two__col-02 {
  min-width: 370px;
  max-width: 370px;
  position: relative;
}
@media (max-width: 992px) {
  .articles-home-two__col-02 {
    display: none;
  }
}
.articles-home-two__wrapper {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
}
.articles-home-two__wrapper .widget-area {
  background-color: #ebe9fe;
  padding: 24px 16px;
  color: #1e266d;
}
.articles-home-two__wrapper .widget-area .widget_search form button {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #000000;
  cursor: pointer;
}
.articles-home-two__wrapper .widget-area p strong {
  font-size: 24px;
  margin: 24px 0 16px 0;
  display: flex;
}
.articles-home-two__wrapper .widget-area ul {
  margin-left: 15px;
}
.articles-home-two__wrapper .widget-area ul li {
  list-style: disc;
}
.articles-home-two__wrapper .widget-area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.articles-home-two__wrapper .widget-area ol {
  margin-left: 15px;
}
.articles-home-two__wrapper .widget-area ol li {
  list-style: auto;
}
.articles-home-two__wrapper .widget-area ol li:not(:last-child) {
  margin-bottom: 10px;
}
.articles-home-two__wrapper .widget-area a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.articles-home-two__wrapper .widget-area a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.articles-home-two__wrapper .widget-area a:hover {
  color: #252f8a;
}
.articles-home-two__wrapper .widget-area a:hover::before {
  width: 100%;
}

.article-home-two__article {
  overflow: hidden;
  position: relative;
}
.article-home-two__article:hover .wrapper-bottom {
  transform: translate(0, 0);
}
.article-home-two__article:hover .article-home-two__image img {
  transform: scale(1.1);
}
.article-home-two__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  height: 100%;
}
.article-home-two__col-01 {
  padding: 16px 8px;
}
.article-home-two__col-01 .sale {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #63159b;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  z-index: 30;
}
.article-home-two__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.article-home-two__image img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: 0 auto;
  transition: all 0.3s ease 0s !important;
}
.article-home-two__col-02 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-home-two__col-02 .wrapper-bottom {
  margin-top: auto;
  padding: 16px 20px;
  background-color: #ebe9fe;
  border-radius: 8px 8px 0 0;
  transform: translate(0, 55px);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .article-home-two__col-02 .wrapper-bottom {
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.article-home-two__title {
  font-size: 20px;
  color: #1e266d;
  font-weight: 600;
  text-align: center;
}
.article-home-two__price .wrapper {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.article-home-two__price .wrapper .price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 18px;
}
.article-home-two__price .wrapper .sale-price {
  font-size: 18px;
  font-weight: 600;
}
.article-home-two__more {
  margin-top: 30px;
  background-color: #63159b;
  border-radius: 4px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.article-home-two__more:hover {
  background-color: #450e6d;
}
@media (max-width: 767px) {
  .article-home-two__more {
    margin-top: 15px;
  }
}

.archive-article-two {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 1408px) {
  .archive-article-two {
    padding-top: calc(150px + -50 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .archive-article-two {
    padding-bottom: calc(100px + 50 * (100vw - 360px) / 1048);
  }
}
.archive-article-two__title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #1e266d;
}
@media (max-width: 1408px) {
  .archive-article-two__title {
    font-size: calc(30px + 8 * (100vw - 360px) / 1048);
  }
}
.archive-article-two__content {
  margin: 40px 0 0 0;
  display: flex;
  gap: 50px;
}
.archive-article-two__col-01 {
  width: 100%;
}
.archive-article-two__col-02 {
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 992px) {
  .archive-article-two__col-02 {
    display: none;
  }
}
.archive-article-two__wrapper {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
}
.archive-article-two__wrapper .widget-area {
  background-color: #ebe9fe;
  padding: 24px 16px;
  color: #1e266d;
}
.archive-article-two__wrapper .widget-area .widget_search form button {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #000000;
  cursor: pointer;
}
.archive-article-two__wrapper .widget-area p strong {
  font-size: 24px;
  margin: 24px 0 16px 0;
  display: flex;
}
.archive-article-two__wrapper .widget-area ul {
  margin-left: 15px;
}
.archive-article-two__wrapper .widget-area ul li {
  list-style: disc;
}
.archive-article-two__wrapper .widget-area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.archive-article-two__wrapper .widget-area ol {
  margin-left: 15px;
}
.archive-article-two__wrapper .widget-area ol li {
  list-style: auto;
}
.archive-article-two__wrapper .widget-area ol li:not(:last-child) {
  margin-bottom: 10px;
}
.archive-article-two__wrapper .widget-area a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.archive-article-two__wrapper .widget-area a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.archive-article-two__wrapper .widget-area a:hover {
  color: #252f8a;
}
.archive-article-two__wrapper .widget-area a:hover::before {
  width: 100%;
}
.archive-article-two__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .archive-article-two__items {
    gap: 32px;
  }
}

.article-two {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .article-two {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .article-two {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.article-two__body {
  display: flex;
  gap: 50px;
}
.article-two__col-01 {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  padding: 60px 24px 40px 24px;
}
.article-two__columns {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  .article-two__columns {
    flex-direction: column;
    align-items: center;
  }
}
.article-two__col-03 {
  width: 50%;
}
@media (max-width: 992px) {
  .article-two__col-03 {
    width: 100%;
  }
}
.article-two__image img {
  height: 400px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
}
.article-two__col-04 {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .article-two__col-04 {
    width: 100%;
  }
}
.article-two__label {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: #450e6d;
}
@media (max-width: 1408px) {
  .article-two__label {
    font-size: calc(32px + 8 * (100vw - 360px) / 1048);
  }
}
.article-two__price .wrapper {
  margin: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.article-two__price .wrapper .price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 20px;
}
.article-two__price .wrapper .sale-price {
  font-size: 22px;
  font-weight: 600;
}
.article-two__price .wrapper .sale {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #450e6d;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.article-two__excerpt .switcher-btn-aff {
  margin: 24px 0 0 0;
  background-color: #63159b;
  border-radius: 4px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.article-two__excerpt .switcher-btn-aff:hover {
  background-color: #450e6d;
}
@media (max-width: 767px) {
  .article-two__excerpt .switcher-btn-aff {
    margin-top: 15px;
  }
}
.article-two__content {
  margin: 40px 0 0 0;
}
.article-two__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.article-two__content table th,
.article-two__content table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.article-two__content table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.article-two__content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.article-two__content table tr:hover {
  background-color: #f1f1f1;
}
.article-two__content table caption {
  font-size: 1.5em;
  margin: 10px 0;
}
.article-two__content h2 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
}
.article-two__content h3 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
}
.article-two__content h4 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
}
.article-two__content h5 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.article-two__content h6 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
}
.article-two__content ul {
  margin-left: 15px;
}
.article-two__content ul li {
  list-style: disc;
}
.article-two__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.article-two__content ol {
  margin-left: 15px;
}
.article-two__content ol li {
  list-style: auto;
}
.article-two__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.article-two__content a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.article-two__content a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.article-two__content a:hover {
  color: #252f8a;
}
.article-two__content a:hover::before {
  width: 100%;
}
.article-two__content img {
  margin: 24px auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-two__col-02 {
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 992px) {
  .article-two__col-02 {
    display: none;
  }
}
.article-two__wrapper {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
}
.article-two__wrapper .widget-area {
  background-color: #ebe9fe;
  padding: 24px 16px;
  color: #1e266d;
}
.article-two__wrapper .widget-area .widget_search form button {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #000000;
  cursor: pointer;
}
.article-two__wrapper .widget-area p strong {
  font-size: 24px;
  margin: 24px 0 16px 0;
  display: flex;
}
.article-two__wrapper .widget-area ul {
  margin-left: 15px;
}
.article-two__wrapper .widget-area ul li {
  list-style: disc;
}
.article-two__wrapper .widget-area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.article-two__wrapper .widget-area ol {
  margin-left: 15px;
}
.article-two__wrapper .widget-area ol li {
  list-style: auto;
}
.article-two__wrapper .widget-area ol li:not(:last-child) {
  margin-bottom: 10px;
}
.article-two__wrapper .widget-area a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.article-two__wrapper .widget-area a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.article-two__wrapper .widget-area a:hover {
  color: #252f8a;
}
.article-two__wrapper .widget-area a:hover::before {
  width: 100%;
}

.related-articles__label {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #1e266d;
}
@media (max-width: 1408px) {
  .related-articles__label {
    font-size: calc(24px + 8 * (100vw - 360px) / 1048);
  }
}
.related-articles__content {
  margin: 24px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
  .related-articles__content {
    flex-wrap: wrap;
  }
}
.related-articles__item {
  width: 25%;
}
@media (max-width: 767px) {
  .related-articles__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .related-articles__item {
    width: 100%;
  }
}
.related-articles__article {
  overflow: hidden;
  position: relative;
}
.related-articles__article:hover .wrapper-bottom {
  transform: translate(0, 0);
}
.related-articles__article:hover .article-home-two__image img {
  transform: scale(1.1);
}
.related-articles__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  height: 100%;
}
.related-articles__col-01 {
  padding: 16px 8px;
}
.related-articles__col-01 .sale {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #63159b;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  z-index: 30;
}
.related-articles__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.related-articles__image img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: 0 auto;
  transition: all 0.3s ease 0s !important;
}
.related-articles__col-02 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-articles__col-02 .wrapper-bottom {
  margin-top: auto;
  padding: 16px 20px;
  background-color: #ebe9fe;
  border-radius: 8px 8px 0 0;
  transform: translate(0, 55px);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .related-articles__col-02 .wrapper-bottom {
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.related-articles__title {
  font-size: 20px;
  color: #1e266d;
  font-weight: 600;
  text-align: center;
}
.related-articles__price .wrapper {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.related-articles__price .wrapper .price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 18px;
}
.related-articles__price .wrapper .sale-price {
  font-size: 18px;
  font-weight: 600;
}
.related-articles__more {
  margin-top: 30px;
  background-color: #63159b;
  border-radius: 4px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.related-articles__more:hover {
  background-color: #450e6d;
}
@media (max-width: 767px) {
  .related-articles__more {
    margin-top: 15px;
  }
}

.article-two-bottom {
  margin: 50px 0;
}
.article-two-bottom__comments {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.01);
  padding: 40px 24px;
}
@media (max-width: 767px) {
  .article-two-bottom__comments {
    padding: 32px 16px;
  }
}
.article-two-bottom__comments .comments-area .comment-respond .comment-reply-title {
  color: #1e266d;
  font-size: 28px;
  text-align: center;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-notes {
  color: #1e266d;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 16px 0 24px 0;
  order: 1;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .logged-in-as {
  color: #1e266d;
  text-align: center;
  margin: 16px 0 0 0;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .logged-in-as a {
  color: #1e266d;
  font-weight: 600;
  text-decoration: underline;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-comment {
  order: 5;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-comment label {
  color: #1e266d;
  font-size: 16px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-author {
  order: 2;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-author label {
  color: #1e266d;
  font-size: 16px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-email {
  order: 3;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-email label {
  color: #1e266d;
  font-size: 16px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-url {
  order: 4;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-url label {
  color: #1e266d;
  font-size: 16px;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  order: 6;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #1e266d;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  width: -moz-fit-content;
  width: fit-content;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .form-submit {
  order: 7;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .form-submit input {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  background-color: #63159b;
  color: #fff;
  text-align: center;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form .form-submit input:hover {
  background-color: #1e266d;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form input {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #1e266d;
  background-color: #ebe9fe;
  font-size: 16px;
  color: #333333;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.article-two-bottom__comments .comments-area .comment-respond .comment-form textarea {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #1e266d;
  background-color: #ebe9fe;
  font-size: 16px;
  color: #333333;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100px;
  resize: none;
}
.article-two-bottom__comments .comments-area .comment-list {
  background-color: #ebe9fe;
  padding: 16px 16px 16px 32px;
  margin: 16px 0 16px 15px;
}
.article-two-bottom__comments .comments-area .comment-list .comment-metadata {
  margin: 16px 0 0 0;
}
.article-two-bottom__comments .comments-area .comment-list .comment-content {
  margin: 16px 0;
}
.article-two-bottom__comments .comments-area .comment-list a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.article-two-bottom__comments .comments-area .comment-list a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.article-two-bottom__comments .comments-area .comment-list a:hover {
  color: #252f8a;
}
.article-two-bottom__comments .comments-area .comment-list a:hover::before {
  width: 100%;
}

.breadcrumbs-article {
  margin-top: 50px;
}
@media (max-width: 1408px) {
  .breadcrumbs-article {
    margin-top: calc(30px + 20 * (100vw - 360px) / 1048);
  }
}
.breadcrumbs-article__body {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  background: #ffffff;
  padding: 10px 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
}
.breadcrumbs-article__body span {
  color: #1e266d;
}
.breadcrumbs-article__body span a span {
  color: #450e6d;
}
.breadcrumbs-article__body span a:hover span {
  text-decoration: underline;
}

/* Products */
.product-two {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .product-two {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .product-two {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.product-two__body {
  display: flex;
  gap: 50px;
}
.product-two__col-01 {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  padding: 60px 24px 40px 24px;
}
.product-two__columns {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  .product-two__columns {
    flex-direction: column;
    align-items: center;
  }
}
.product-two__col-03 {
  width: 50%;
}
@media (max-width: 992px) {
  .product-two__col-03 {
    width: 100%;
  }
}
.product-two__image img {
  height: 400px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
}
.product-two__col-04 {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .product-two__col-04 {
    width: 100%;
  }
}
.product-two__label {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: #450e6d;
}
@media (max-width: 1408px) {
  .product-two__label {
    font-size: calc(32px + 8 * (100vw - 360px) / 1048);
  }
}
.product-two__price .wrapper {
  margin: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.product-two__price .wrapper .price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 20px;
}
.product-two__price .wrapper .sale-price {
  font-size: 22px;
  font-weight: 600;
}
.product-two__price .wrapper .sale {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #450e6d;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.product-two__excerpt .switcher-btn-aff {
  margin: 24px 0 0 0;
  background-color: #63159b;
  border-radius: 4px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.product-two__excerpt .switcher-btn-aff:hover {
  background-color: #450e6d;
}
@media (max-width: 767px) {
  .product-two__excerpt .switcher-btn-aff {
    margin-top: 15px;
  }
}
.product-two__content {
  margin: 40px 0 0 0;
}
.product-two__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.product-two__content table th,
.product-two__content table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.product-two__content table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.product-two__content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.product-two__content table tr:hover {
  background-color: #f1f1f1;
}
.product-two__content table caption {
  font-size: 1.5em;
  margin: 10px 0;
}
.product-two__content h2 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
}
.product-two__content h3 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
}
.product-two__content h4 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
}
.product-two__content h5 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.product-two__content h6 {
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
}
.product-two__content ul {
  margin-left: 15px;
}
.product-two__content ul li {
  list-style: disc;
}
.product-two__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-two__content ol {
  margin-left: 15px;
}
.product-two__content ol li {
  list-style: auto;
}
.product-two__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.product-two__content a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.product-two__content a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.product-two__content a:hover {
  color: #252f8a;
}
.product-two__content a:hover::before {
  width: 100%;
}
.product-two__content img {
  margin: 24px auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-two__col-02 {
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 992px) {
  .product-two__col-02 {
    display: none;
  }
}
.product-two__wrapper {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
}
.product-two__wrapper .widget-area {
  background-color: #ebe9fe;
  padding: 24px 16px;
  color: #1e266d;
}
.product-two__wrapper .widget-area .widget_search form button {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #000000;
  cursor: pointer;
}
.product-two__wrapper .widget-area p strong {
  font-size: 24px;
  margin: 24px 0 16px 0;
  display: flex;
}
.product-two__wrapper .widget-area ul {
  margin-left: 15px;
}
.product-two__wrapper .widget-area ul li {
  list-style: disc;
}
.product-two__wrapper .widget-area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-two__wrapper .widget-area ol {
  margin-left: 15px;
}
.product-two__wrapper .widget-area ol li {
  list-style: auto;
}
.product-two__wrapper .widget-area ol li:not(:last-child) {
  margin-bottom: 10px;
}
.product-two__wrapper .widget-area a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.product-two__wrapper .widget-area a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.product-two__wrapper .widget-area a:hover {
  color: #252f8a;
}
.product-two__wrapper .widget-area a:hover::before {
  width: 100%;
}

.breadcrumbs-products {
  margin-top: 50px;
}
@media (max-width: 1408px) {
  .breadcrumbs-products {
    margin-top: calc(30px + 20 * (100vw - 360px) / 1048);
  }
}
.breadcrumbs-products__body {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  background: #ffffff;
  padding: 10px 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
}
.breadcrumbs-products__body span {
  color: #1e266d;
}
.breadcrumbs-products__body span a span {
  color: #450e6d;
}
.breadcrumbs-products__body span a:hover span {
  text-decoration: underline;
}

.related-products__label {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #1e266d;
}
@media (max-width: 1408px) {
  .related-products__label {
    font-size: calc(24px + 8 * (100vw - 360px) / 1048);
  }
}
.related-products__content {
  margin: 24px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
  .related-products__content {
    flex-wrap: wrap;
  }
}
.related-products__item {
  width: 25%;
}
@media (max-width: 767px) {
  .related-products__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .related-products__item {
    width: 100%;
  }
}
.related-products__article {
  overflow: hidden;
  position: relative;
}
.related-products__article:hover .wrapper-bottom {
  transform: translate(0, 0);
}
.related-products__article:hover .article-home-two__image img {
  transform: scale(1.1);
}
.related-products__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  height: 100%;
}
.related-products__col-01 {
  padding: 16px 8px;
}
.related-products__col-01 .sale {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #63159b;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  z-index: 30;
}
.related-products__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.related-products__image img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: 0 auto;
  transition: all 0.3s ease 0s !important;
}
.related-products__col-02 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-products__col-02 .wrapper-bottom {
  margin-top: auto;
  padding: 16px 20px;
  background-color: #ebe9fe;
  border-radius: 8px 8px 0 0;
  transform: translate(0, 55px);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .related-products__col-02 .wrapper-bottom {
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.related-products__title {
  font-size: 20px;
  color: #1e266d;
  font-weight: 600;
  text-align: center;
}
.related-products__price .wrapper {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.related-products__price .wrapper .price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 18px;
}
.related-products__price .wrapper .sale-price {
  font-size: 18px;
  font-weight: 600;
}
.related-products__more {
  margin-top: 30px;
  background-color: #63159b;
  border-radius: 4px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.related-products__more:hover {
  background-color: #450e6d;
}
@media (max-width: 767px) {
  .related-products__more {
    margin-top: 15px;
  }
}

.breadcrumbs-articles-two {
  margin-top: 50px;
}
@media (max-width: 1408px) {
  .breadcrumbs-articles-two {
    margin-top: calc(30px + 20 * (100vw - 360px) / 1048);
  }
}
.breadcrumbs-articles-two__body {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  background: #ffffff;
  padding: 10px 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
}
.breadcrumbs-articles-two__body span {
  color: #1e266d;
}
.breadcrumbs-articles-two__body span a span {
  color: #450e6d;
}
.breadcrumbs-articles-two__body span a:hover span {
  text-decoration: underline;
}

.sidebar-articles-two {
  min-width: 370px;
  max-width: 370px;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
}
.sidebar-articles-two .widget-area {
  background-color: #ebe9fe;
  padding: 24px 16px;
  color: #1e266d;
}
.sidebar-articles-two .widget-area .widget_search form button {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #000000;
  cursor: pointer;
}
.sidebar-articles-two .widget-area p strong {
  font-size: 24px;
  margin: 24px 0 16px 0;
  display: flex;
}
.sidebar-articles-two .widget-area ul {
  margin-left: 15px;
}
.sidebar-articles-two .widget-area ul li {
  list-style: disc;
}
.sidebar-articles-two .widget-area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-articles-two .widget-area ol {
  margin-left: 15px;
}
.sidebar-articles-two .widget-area ol li {
  list-style: auto;
}
.sidebar-articles-two .widget-area ol li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-articles-two .widget-area a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.sidebar-articles-two .widget-area a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.sidebar-articles-two .widget-area a:hover {
  color: #252f8a;
}
.sidebar-articles-two .widget-area a:hover::before {
  width: 100%;
}

@media (max-width: 992px) {
  .archive-main__content .sidebar-articles-two {
    display: none;
  }
}
.archive-main__col-01 .section-article-two .section-article__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .archive-main__col-01 .section-article-two .section-article__content {
    gap: 32px;
  }
}
.archive-main__col-01 .section-article-two .section-article__content .navigation {
  display: none;
}
.archive-main__col-01 .section-article-two .section-article__content .no-results .page-title {
  font-size: 24px;
  margin: 0 0 24px 0;
}
.archive-main__col-01 .section-article-two .section-article__content .no-results .page-content .search-form {
  margin: 24px 0 0 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .archive-main__col-01 .section-article-two .section-article__content .no-results .page-content .search-form {
    flex-direction: column;
    width: 100%;
  }
}
.archive-main__col-01 .section-article-two .section-article__content .no-results .page-content .search-form label input {
  background-color: #ebe9fe;
  border: 1px solid #1e266d;
  border-radius: 4px;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .archive-main__col-01 .section-article-two .section-article__content .no-results .page-content .search-form label input {
    width: 100%;
  }
}
.archive-main__col-01 .section-article-two .section-article__content .no-results .page-content .search-form .search-submit {
  background-color: #63159b;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.archive-main__col-01 .section-article-two .section-article__content .no-results .page-content .search-form .search-submit:hover {
  background-color: #450e6d;
}/*# sourceMappingURL=home-articles-two.css.map */