.home-product {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .home-product {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .home-product {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.home-product__title {
  font-size: 48px;
  color: #0c0c0c;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1408px) {
  .home-product__title {
    font-size: calc(32px + 16 * (100vw - 360px) / 1048);
  }
}
.home-product__content {
  margin: 50px 0 0 0;
  display: flex;
  gap: 50px;
}
.home-product__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) {
  .home-product__col-01 .pagination {
    justify-content: center;
  }
}
.home-product__col-01 .pagination .prev {
  border: none !important;
}
.home-product__col-01 .pagination .prev svg path {
  transition: all 0.3s ease 0s;
}
.home-product__col-01 .pagination .prev:hover {
  color: #FA6566;
}
.home-product__col-01 .pagination .prev:hover svg path {
  stroke: #FA6566;
}
.home-product__col-01 .pagination .next {
  border: none !important;
}
.home-product__col-01 .pagination .next svg path {
  transition: all 0.3s ease 0s;
}
.home-product__col-01 .pagination .next:hover {
  color: #FA6566;
}
.home-product__col-01 .pagination .next:hover svg path {
  stroke: #FA6566;
}
.home-product__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;
}
.home-product__col-01 .pagination .page-numbers:hover {
  border-color: #FA6566;
}
.home-product__col-01 .pagination .page-numbers.current {
  border-color: #FA6566;
  color: #FA6566;
}
@media (max-width: 992px) {
  .home-product__col-01 .pagination .page-numbers:nth-child(5), .home-product__col-01 .pagination .page-numbers:nth-child(6), .home-product__col-01 .pagination .page-numbers:nth-child(7), .home-product__col-01 .pagination .page-numbers:nth-child(8) {
    display: none;
  }
}
.home-product__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .home-product__products {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-product__products {
    display: flex;
    flex-direction: column;
  }
}
.home-product__col-02 {
  width: 371px;
  max-width: 371px;
  min-width: 371px;
  position: relative;
}
@media (max-width: 992px) {
  .home-product__col-02 {
    display: none;
  }
}
.products-home__article {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.products-home__wrapper {
  position: relative;
}
.products-home__col-01 {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.products-home__col-01 .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;
}
.products-home__image {
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.products-home__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 300px;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease 0s;
}
.products-home__image img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .products-home__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.products-home__col-02 {
  padding: 16px;
}
.products-home__col-02 .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;
}
.products-home__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;
}
.products-home__title:hover {
  color: #FA6566;
}
.products-home__price .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 16px 0 0 0;
}
.products-home__price .wrapper .price {
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
}
.products-home__price .wrapper .sale-price {
  font-size: 24px;
  font-weight: 600;
  color: #FA6566;
}
.products-home__desc {
  margin: 16px 0;
  text-align: center;
  line-height: 130%;
}
.products-home__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;
}
.products-home__more:hover {
  background-color: #4a2a31;
}
.products-home__excerpt {
  margin: 24px 0 0 0;
}
.products-home__excerpt p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-home__excerpt p .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;
}
.products-home__excerpt p .switcher-btn-aff svg {
  display: none;
}
.products-home__excerpt p .switcher-btn-aff:hover {
  background-color: #4a2a31;
}/*# sourceMappingURL=home-products.css.map */


/* Home page */
.gipi-hero__body {
  background-color: #fff;
  padding: 13px;
  display: flex;
}
@media (max-width: 767px) {
  .gipi-hero__body {
      flex-direction: column;
      row-gap: 16px;
  }
}
.gipi-hero__logo .text {
  margin: 16px 0 0 0;
  font-weight: 700;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
display: flex;
}
.gipi-hero__text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin-left: 5px;
  line-height: 18px;
}
.gipi-hero__text .text-01 {
  color: #c6007b;
}
.gipi-hero__text .text-02 {
  color: #808080;
}
.gipi-hero__text .text-03 {
  color: #c0c0c0;
}
.gipi-hero__search {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .gipi-hero__search {
      margin: 0;
  }
}
.gipi-hero__search-wrapper {
  margin: 13px 0;
  display: flex;
  align-items: center;
}
.gipi-hero__date {
  color: #c0c0c0;
  font-size: 13px;
  line-height: 18px;
}
.gipi-hero__input {
  border: 1px solid #d9d9d9;
  font-family: "Arial", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  padding: 4px 6px;
}
.gipi-hero__input::-moz-placeholder {
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.gipi-hero__input::placeholder {
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.gipi-hero__btn {
  margin-left: 12px;
  border: 1px solid #666;
  background-color: #cecece;
  padding: 6px 27px;
  border-radius: 2px;
  display: flex;
}
.gipi-hero__btn svg {
  fill: #fff;
}

.gipi-letters__body {
  background-color: #fff;
  padding: 13px;
  margin-top: -70px;
}
@media (max-width: 992px) {
  .gipi-letters__body {
      margin: 0;
  }
}
.gipi-letters__title {
  color: #000080;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.gipi-letters__title:hover {
  color: #c6007b;
}
.gipi-letters__text {
  margin: 5px 0 0 0;
  color: #808080;
  font-size: 13px;
  line-height: 18px;
}
.gipi-letters__text span {
  color: #000080;
  text-decoration: underline;
}
.gipi-letters__text span:hover {
  color: #c6007b;
}
.gipi-letters__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.gipi-letters__letters {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2px;
}
@media (max-width: 992px) {
  .gipi-letters__letters {
      flex-wrap: wrap;
  }
}
.gipi-letters__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  border-style: solid;
  border-width: 1px;
  background-color: #f3f3f3;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000080;
  text-decoration: underline;
  cursor: pointer;
}
.gipi-letters__letter:hover {
  color: #c6007b;
}

.gipi-bottom__row-01 {
  background-color: #fff;
  padding: 13px;
}
.gipi-bottom__text {
  font-size: 13px;
  line-height: 18px;
  color: #808080;
}
.gipi-bottom__row-02 {
  background-color: #f3f3f3;
  padding: 3px 13px;
}
.gipi-bottom__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gipi-bottom__link {
  color: #000080;
  line-height: normal;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.gipi-bottom__link:hover {
  color: #c6007b;
}
.gipi-bottom__link span {
  display: flex;
  margin: 0 8px;
  color: #808080;
}
.gipi-bottom__row-03 {
  background-color: #fff;
  padding: 13px 13px 3px 13px;
  display: flex;
  align-items: center;
  -moz-column-gap: 150px;
  column-gap: 150px;
}
@media (max-width: 992px) {
  .gipi-bottom__row-03 {
      flex-direction: column;
      align-items: flex-start;
      -moz-column-gap: 0;
      column-gap: 0;
      row-gap: 24px;
  }
}
.gipi-bottom__date {
  color: #808080;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 11px 0;
}
.gipi-bottom__desc {
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}
.gipi-bottom__link-licence {
  color: #000080;
  text-decoration: underline;
  font-size: 13px;
  line-height: 18px;
}
.gipi-bottom__link-licence:hover {
  color: #c6007b;
}
.gipi-bottom__contacts {
  border: 1px solid #000000;
  padding: 2px 4px;
  min-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 18px;
  color: #c6007b;
}
.gipi-bottom__contacts div {
  color: #000080;
  text-decoration: underline;
}
.gipi-bottom__contacts div:hover {
  color: #c6007b;
}
.gipi-bottom__contacts span {
  color: #808080;
  display: flex;
  margin: 0 0 0 5px;
}

.gipi-main__body {
  background-color: #fff;
  padding: 13px;
}
.gipi-main__content {
  display: flex;
}
@media (max-width: 992px) {
  .gipi-main__content {
      flex-direction: column;
      row-gap: 24px;
  }
}
.gipi-main__title {
  color: #c6007b;
  font-weight: 700;
  margin: 50px 0 0 0;
}
.gipi-main__list-01 {
  margin: 0 0 0 20px;
}
.gipi-main__list-01 li {
  padding-left: 15px;
  background-image: url("/wp-content/uploads/2024/08/flechitagris.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  cursor: pointer;
}
.gipi-main__list-01 li p {
  color: #000080;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
}
.gipi-main__list-01 li p span {
  font-weight: 700;
}
.gipi-main__list-01 li p:hover {
  color: #c6007b;
}
.gipi-main__list-02 {
  margin: 0 0 0 40px;
}
.gipi-main__list-02 li {
  list-style: disc;
  color: #000000;
}
.gipi-main__list-02 li div {
  color: #000080;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.gipi-main__list-02 li div:hover {
  color: #c6007b;
}
.gipi-main__list-02 li span {
  color: #000000;
  display: flex;
  margin: 0 0 0 5px;
}
.gipi-main__img-01 {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gipi-main__img-01 img {
  display: flex;
  margin: 0 auto;
}
.gipi-main__img-01 .text {
  text-align: center;
  font-size: 13px;
  color: #000000;
  display: flex;
  align-items: center;
}
.gipi-main__img-01 .text div {
  color: #000080;
  text-decoration: underline;
  display: flex;
  margin: 0 5px 0 0;
}
.gipi-main__img-01 .text div:hover {
  color: #c6007b;
}
.gipi-main__col-02 {
  max-width: 465px;
  padding: 0 15px;
}
.gipi-main__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .gipi-main__top {
      flex-direction: column;
  }
}
.gipi-main__top .col {
  display: grid;
  grid-template-columns: minmax(40px, 40px) minmax(auto, auto);
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 10px;
}
.gipi-main__top .col img {
  grid-column-start: 1;
  grid-row-start: span 2;
  display: flex;
  margin: auto 0;
}
.gipi-main__top .col .link {
  grid-column-start: 2;
  grid-row-start: 1;
  color: #000080;
  font-weight: 700;
  text-decoration: underline;
}
.gipi-main__top .col .link:hover {
  color: #c6007b;
}
.gipi-main__top .col .text {
  grid-column-start: 2;
  grid-row-start: 2;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}
.gipi-main__main {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 16px 0 0 0;
}
@media (max-width: 767px) {
  .gipi-main__main {
      flex-direction: column;
      -moz-column-gap: 0;
      column-gap: 0;
      row-gap: 16px;
  }
}
.gipi-main__main .image .text {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}
.gipi-main__bottom .top {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 5px 0 0 0;
}
.gipi-main__bottom .top span {
  color: #c6007b;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}
.gipi-main__bottom .top div {
  color: #000080;
  font-weight: 700;
  text-decoration: underline;
}
.gipi-main__bottom .top div:hover {
  color: #c6007b;
}
.gipi-main__bottom .text {
  text-align: center;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}
.gipi-main__label {
  margin: 5px 0 0 0;
}
.gipi-main__label .wrapper {
  background-color: #f0f0f2;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
@media (max-width: 767px) {
  .gipi-main__label .wrapper {
      flex-direction: column;
  }
}
.gipi-main__label .wrapper .col-01 img {
  width: 92px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #000000;
}
.gipi-main__label .wrapper .col-02 .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media (max-width: 767px) {
  .gipi-main__label .wrapper .col-02 .top {
      flex-direction: column;
      row-gap: 5px;
      -moz-column-gap: 0;
      column-gap: 0;
  }
}
.gipi-main__label .wrapper .col-02 .top .link-01 {
  color: #000080;
  font-weight: 700;
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
}
.gipi-main__label .wrapper .col-02 .top .link-01:hover {
  color: #c6007b;
}
.gipi-main__label .wrapper .col-02 .top .link-02 {
  color: #000080;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
.gipi-main__label .wrapper .col-02 .top .link-02:hover {
  color: #c6007b;
}
.gipi-main__label .wrapper .col-02 .top .separator {
  color: rgb(185, 31, 36);
}
.gipi-main__label .wrapper .col-02 .desc {
  color: #c6007b;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin: 5px 0 0 0;
}
.gipi-main__label .wrapper .col-02 .text {
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.gipi-main__images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
}
.gipi-main__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gipi-main__image div {
  font-size: 10px;
  color: #000080;
  line-height: 15px;
  text-decoration: underline;
}
.gipi-main__image div:hover {
  color: #c6007b;
} 


.container { 
    max-width: 1040px;
    padding: 0 8px;
    margin: 0 auto;
}