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

.product-home-two__article {
  overflow: hidden;
  position: relative;
}
.product-home-two__article:hover .wrapper-bottom {
  transform: translate(0, 0);
}
.product-home-two__article:hover .article-home-two__image img {
  transform: scale(1.1);
}
.product-home-two__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  height: 100%;
}
.product-home-two__col-01 {
  padding: 16px 8px;
}
.product-home-two__col-01 .sale {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #016888;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  z-index: 30;
}
.product-home-two__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.product-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;
}
.product-home-two__col-02 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-home-two__col-02 .wrapper-bottom {
  margin-top: auto;
  padding: 16px 20px;
  background-color: #016888;
  transform: translate(0, 55px);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .product-home-two__col-02 .wrapper-bottom {
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.product-home-two__title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.product-home-two__price .wrapper {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.product-home-two__price .wrapper .price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 18px;
}
.product-home-two__price .wrapper .sale-price {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.product-home-two__more {
  margin-top: 30px;
  background-color: #ffb52f;
  border-radius: 4px;
  padding: 6px 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-home-two__more:hover {
  background-color: #ca9128;
}
@media (max-width: 767px) {
  .product-home-two__more {
    margin-top: 15px;
  }
}

.breadcrumbs-products-two {
  margin-top: 50px;
}
@media (max-width: 1408px) {
  .breadcrumbs-products-two {
    margin-top: calc(30px + 20 * (100vw - 360px) / 1048);
  }
}
.breadcrumbs-products-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-products-two__body span {
  color: #1e266d;
}
.breadcrumbs-products-two__body span a span {
  color: #450e6d;
}
.breadcrumbs-products-two__body span a:hover span {
  text-decoration: underline;
}

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

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

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

.articles-recomend {
  margin: 50px 0 0 0;
}
.articles-recomend__label {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1408px) {
  .articles-recomend__label {
    font-size: calc(32px + 8 * (100vw - 360px) / 1048);
  }
}
.articles-recomend__content {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .articles-recomend__content {
    flex-wrap: wrap;
  }
}
.articles-recomend__item {
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  width: 25%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .articles-recomend__item {
    width: 100%;
  }
}
.articles-recomend__item:hover .articles-recomend__wrapper {
  transform: translate(0, 0);
}
.articles-recomend__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles-recomend__image img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: 0 auto;
}
.articles-recomend__wrapper {
  margin-top: auto;
  padding: 16px 20px;
  background-color: #016888;
  transform: translate(0, 55px);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .articles-recomend__wrapper {
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.articles-recomend__wrapper .wrapper {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.articles-recomend__title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.articles-recomend__price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 18px;
}
.articles-recomend__sale-price {
  font-size: 20px;
  font-weight: 600;
}
.articles-recomend__sale {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #450e6d;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.articles-recomend__more {
  margin-top: 30px;
  background-color: #ffb52f;
  border-radius: 4px;
  padding: 6px 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;
}
.articles-recomend__more:hover {
  background-color: #ca9128;
}
@media (max-width: 767px) {
  .articles-recomend__more {
    margin-top: 15px;
  }
}

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

.product-recommend {
  margin: 50px 0 0 0;
}
.product-recommend__label {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1408px) {
  .product-recommend__label {
    font-size: calc(32px + 8 * (100vw - 360px) / 1048);
  }
}
.product-recommend__content {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .product-recommend__content {
    flex-wrap: wrap;
  }
}
.product-recommend__item {
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
  width: 25%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .product-recommend__item {
    width: 100%;
  }
}
.product-recommend__item:hover .product-recommend__wrapper {
  transform: translate(0, 0);
}
.product-recommend__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-recommend__image img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: 0 auto;
}
.product-recommend__wrapper {
  margin-top: auto;
  padding: 16px 20px;
  background-color: #016888;
  transform: translate(0, 55px);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .product-recommend__wrapper {
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.product-recommend__wrapper .wrapper {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.product-recommend__title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.product-recommend__price {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 18px;
}
.product-recommend__sale-price {
  font-size: 20px;
  font-weight: 600;
}
.product-recommend__sale {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #450e6d;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.product-recommend__more {
  margin-top: 30px;
  background-color: #ffb52f;
  border-radius: 4px;
  padding: 6px 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-recommend__more:hover {
  background-color: #ca9128;
}
@media (max-width: 767px) {
  .product-recommend__more {
    margin-top: 15px;
  }
}

.archive-main__col-01 .section-products-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-products-two .section-article__content {
    gap: 32px;
  }
}
.archive-main__col-01 .section-products-two .section-article__content .navigation {
  display: none;
}

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