.shop-product {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .shop-product {
    padding-top: calc(50px + 50 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .shop-product {
    padding-bottom: calc(50px + 50 * (100vw - 360px) / 1048);
  }
}
.shop-product__body {
  display: flex;
  gap: 50px;
}
.shop-product__columns {
  display: flex;
  gap: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
@media (max-width: 992px) {
  .shop-product__columns {
    flex-direction: column;
  }
}
.shop-product__col-02 {
  width: 371px;
  max-width: 371px;
  min-width: 371px;
  position: relative;
}
@media (max-width: 992px) {
  .shop-product__col-02 {
    display: none;
  }
}
.shop-product__col-03 {
  width: 50%;
}
@media (max-width: 767px) {
  .shop-product__col-03 {
    width: 100%;
  }
}
.shop-product__col-04 {
  width: 50%;
}
@media (max-width: 767px) {
  .shop-product__col-04 {
    width: 100%;
  }
}
.shop-product__wrapper {
  max-width: 371px;
}
.shop-product__wrapper .widget-area {
  min-width: 371px;
  max-width: 100%;
  background-color: #f3e6e7;
  background-image: url("/custom/wp-content/themes/switcher/assets/images/sidebar-back-01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 16px;
  padding: 16px 24px 130px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
.shop-product__wrapper .widget-area .widget_block h2,
.shop-product__wrapper .widget-area .widget_block h3,
.shop-product__wrapper .widget-area .widget_block h4,
.shop-product__wrapper .widget-area .widget_block h5,
.shop-product__wrapper .widget-area .widget_block h6 {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.shop-product__wrapper .widget-area .widget_block ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10px;
}
.shop-product__wrapper .widget-area .widget_block li {
  position: relative;
  padding-left: 16px;
}
.shop-product__wrapper .widget-area .widget_block li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #e76b6e;
}
.shop-product__wrapper .widget-area .widget_block li a {
  color: #e76b6e;
}
.shop-product__wrapper .widget-area .widget_block li a:hover {
  text-decoration: underline;
}
.shop-product__wrapper .widget-area .widget_block p {
  margin: 16px 0 8px 0;
  font-size: 16px;
  line-height: normal;
}
.shop-product__wrapper .widget-area .widget_block p a {
  position: relative;
  color: #e76b6e;
}
.shop-product__wrapper .widget-area .widget_block p a:hover {
  text-decoration: underline;
}
.shop-product__image {
  display: flex;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.shop-product__image img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .shop-product__image {
    height: 300px;
  }
  .shop-product__image img {
    height: 300px;
  }
}
.shop-product__label {
  display: flex;
  margin: 0 0 28px 0;
  font-size: 26px;
  font-weight: 500;
  color: #0c0c0c;
  transition: all 0.3s ease 0s;
}
.shop-product__price {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.shop-product__price b {
  font-size: 18px;
}
.shop-product__price .wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.shop-product__price .wrapper .price {
  font-size: 16px;
  text-decoration: line-through;
  font-size: 20px;
}
.shop-product__price .wrapper .sale-price {
  font-weight: 700;
  font-size: 24px;
}
.shop-product__price .sale {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e76b6e;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #e76b6e;
  margin-left: 24px;
}
.shop-product__aff-link {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: #e76b6e;
  transition: all 0.3s ease 0s;
}
.shop-product__aff-link:hover {
  background-color: #4a2a31;
}
@media (max-width: 767px) {
  .shop-product__aff-link {
    width: 100%;
    padding: 9px 64px;
  }
}
.shop-product__content {
  margin-top: 50px;
  background-color: #f3e6e7;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.shop-product__content p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.shop-product__content p img {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0;
}
.shop-product__content h1 {
  font-size: 28px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.shop-product__content h2 {
  font-size: 26px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.shop-product__content h3 {
  font-size: 24px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.shop-product__content h4 {
  font-size: 22px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.shop-product__content h5 {
  font-size: 20px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.shop-product__content h6 {
  font-size: 18px;
  line-height: normal;
  margin: 32px 0 16px 0;
}
.shop-product__content ul {
  margin: 15px 0;
}
.shop-product__content ul li {
  position: relative;
  padding-left: 16px;
}
.shop-product__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.shop-product__content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e76b6e;
  border-radius: 100px;
}
.shop-product__content ol {
  margin: 15px 0;
  padding-left: 16px;
}
.shop-product__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.shop-product__content .btn-aff {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-color: #fa6566;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.shop-product__excerpt {
  margin: 24px 0 0 0;
}
.shop-product__excerpt p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-product__excerpt .switcher-btn-aff {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-color: #fa6566;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.shop-product__excerpt .switcher-btn-aff svg {
  display: none;
}
.shop-product__excerpt .switcher-btn-aff:hover {
  background-color: #4a2a31;
}

.recommend-product {
  padding: 0 0 50px 0;
}
.recommend-product__label {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}
.recommend-product__content {
  margin: 24px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .recommend-product__content {
    display: flex;
    flex-direction: column;
  }
}
.recommend-product__item {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  position: relative;
}
.recommend-product__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fa6566;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.recommend-product__more:hover {
  background-color: #4a2a31;
}
.recommend-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 15px;
  overflow: hidden;
}
.recommend-product__image img {
  width: 100%;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
  transition: all 0.3s ease 0s;
}
.recommend-product__image:hover img {
  transform: scale(1.1);
}
.recommend-product__wrapper {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.recommend-product__wrapper .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 16px 0 22px 0;
}
.recommend-product__title {
  font-size: 20px;
  text-align: center;
  color: #0c0c0c;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.recommend-product__title:hover {
  color: #fa6566;
}
.recommend-product__price {
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
}
.recommend-product__sale-price {
  font-size: 24px;
  font-weight: 600;
  color: #fa6566;
}
.recommend-product__sale {
  background-color: #fa6566;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}/*# sourceMappingURL=article-products.css.map */