/**************************************************/
/**         GENERAL RESET & BASE STYLES          **/
/**************************************************/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white: #fff;
  --white-hero: #efefef;
  --green: #003a45;
  --body-color: #f7f7ea;
  --gray: #abaea5;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  /* color: var(--white); */
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  background: var(--body-color);
}

main {
  flex: auto;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.hover {
  cursor: pointer;
  transition: opacity 0.4s;
}

.hover:hover {
  opacity: 0.5;
}

.container {
  overflow: hidden;
  display: block;
  position: relative;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

/**************************************************/
/**                 MAIN STYLES                  **/
/**************************************************/
.hero_text {
  color: var(--white-hero);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.hero_link {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 26px 84px;
  width: 100%;
  max-width: 408px;
  border: 1px solid var(--white);
  transition: 0.3s all;
  text-align: center;
}
.first-margin {
  margin-top: 255px;
}
.first-padding {
  padding-top: 255px;
}
.section-margin {
  margin-top: 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.h2__title {
  color: var(--green);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 14.4px;
  text-transform: uppercase;
}
.h2__title.white {
  color: var(--white);
}
.button__navigation {
  cursor: pointer;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.swiper-slide .name,
.swiper-slide .price p,
.swiper-slide .price p span {
  font-size: 18px;
  font-weight: 400;
}
.swiper-slide .price p span.old__price {
  font-weight: 400;
  text-decoration: line-through;
  /* color: rgba(255, 0, 0, 0.8); */
}
.only-now__swiper .swiper-slide {
  height: auto;
}
.only-now__swiper,
.reviews-swiper {
  margin-left: calc(50vw - 600px);
}
.woocommerce-product-search {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.form_search-wrap {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
}
.woocommerce-product-search input {
  display: block;
  width: 90%;
  background: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-product-search input::-webkit-input-placeholder {
  color: var(--white);
  font-size: 16px;
}
.woocommerce-product-search button {
  background: none;
  cursor: pointer;
  color: var(--body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none;
}
/**************************************************/
/**                    HERO                      **/
/**************************************************/
/* Для Chrome, Edge, Safari */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Для Firefox */
input[type="search"]::-moz-search-clear {
  display: none;
}

/* На всякий случай обнуляем */
input[type="search"]::-ms-clear {
  display: none;
}
.hero {
  background: url(../images/hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 156px;
  height: 100%;
}
.hero_logo {
  width: 379px;
  height: 100px;
  margin: 46px 0 30px;
}
.hero_search {
  margin: 36px 0 40px;
  width: 100%;
}
.hero_description {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
  width: 100%;
}
.hero_description > .hero_text {
  max-width: 325px;
}
/**************************************************/
/**                   TRENDS                     **/
/**************************************************/
.trends-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.trends-swiper .swiper-slide .trends-swiper__item:nth-child(2),
.trends-swiper .swiper-slide .trends-swiper__item:nth-child(3) {
  grid-row: span 2;
}
.trends-swiper__item {
  position: relative;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 65px 20px 20px;
}
.trends__link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--green);
  padding: 20px 8px;
}
.trends__link img {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}
.trends-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 30px;
}
/**************************************************/
/**                  top-category                **/
/**************************************************/
.top-category__bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.top-category__item {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  padding: 20px;
}
.top-category__image {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.top-category__image img {
  object-fit: cover;
  height: 100%;
}
.top-category__bottom .top-category__item:nth-child(1) {
  grid-row: span 2;
  grid-column: span 2;
}
.top-category__bottom .top-category__item:nth-child(3),
.top-category__bottom .top-category__item:nth-child(5) {
  grid-column: span 2;
}
.top-category__text {
  color: var(--body-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.top-category__link {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding: 4px 0;
  width: max-content;
  border-bottom: 1px solid var(--body-color);
  transition: 0.3s all;
}
.top-category__link:hover {
  opacity: 0.7;
}
.top-category__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
  gap: 16px;
  align-items: center;
}
.top-category__top .line {
  height: 1px;
  background: var(--green);
}
.top-category__top a {
  color: var(--white);
  background: var(--green);
  padding: 26px 33px;
  font-size: 16px;
  font-weight: 600;
}
/**************************************************/
/**                  new-product                 **/
/**************************************************/
.new-product__inner {
  display: flex;
  justify-content: space-between;
  gap: 88px;

  height: 760px;
}
.new-product__r {
  width: 420px;
  background-image: url(../images/new-product.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-product__l {
  flex: 1;
  height: 100%;
  width: 100%;
}
.new-product__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.new-product .new-product__button {
  display: block;
  padding: 20px 80px;
  max-width: 435px;
  margin-top: 10px;
  border: 1px solid var(--white);
  display: flex;
  justify-content: center;
}
.slide__l {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.new-product__swiper {
  width: 100%;
  height: 715px;
  overflow: hidden;
  position: relative;
}
.new-product__swiper .swiper-slide {
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
}
.new-product__swiper::after {
  content: "";
  height: 220px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgb(0 56 69 / 0%) 0%, #003845 93.69%);
  z-index: 3;
  pointer-events: none;
}

.slide__r {
  width: 182px;
  height: 182px;
  border-radius: 182px;
  overflow: hidden;
}

.new-product__img,
.new-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.green-background {
  background: var(--green);
  padding: 100px 0 120px;
  margin-top: -99px;
  position: relative;
  z-index: 0;
}
.new-product__swiper .swiper-slide {
  height: auto !important;
}
/**************************************************/
/**                   only-now                   **/
/**************************************************/
.only-now__top {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.only-now__swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: var(--gray);
}
.only-now__r {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  min-height: 225px;
  height: auto;
}
.only-now__l {
  position: relative;
  display: flex;
  align-items: end;
}
.only-now__l-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.only-now__l-img img {
  object-fit: cover;
  height: 100%;
}
.only-now__l-button {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 275px;
  height: 65px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-sale-text {
  padding: 5px 10px;
  background: #003a45;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;

  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

.wrap-gradient {
  position: relative;
}
.gradient-green {
  position: absolute;
  height: 100%;
  width: 400px;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 56, 69, 0) 0%, #003845 100%);
}
/**************************************************/
/**                   reviews                    **/
/**************************************************/
.reviews__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-bottom: 30px;
}
.reviews-swiper .swiper-slide {
  padding: 25px;
  background: var(--white);
  height: auto;
}
.gradient-green.light {
  background: linear-gradient(90deg, rgba(247, 247, 234, 0) 0%, #f7f7ea 100%);
}
.reviews-slide__top {
  display: flex;
  gap: 16px;
  align-items: center;
}
.reviews-slide__top .img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
}
.reviews-slide__top .img img {
  height: 100%;
  object-fit: cover;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info_name {
  color: var(--green);
  font-size: 20px;
  font-weight: 600;
}
.info_star {
  display: flex;
  gap: 2px;
  align-items: center;
}
.info_star img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.reviews-slide__bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews-slide__bottom .text {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews-more {
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
/**************************************************/
/**                    POPUP                     **/
/**************************************************/

.popup {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  transition: 0.3s all;
}
.popup.hidden {
  top: -100%;
  z-index: -1;
  opacity: 0;
}

.popup .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: var(--white);
  padding: 40px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  font-size: 16px;
}
.popup-top {
  position: relative;
}
.popup-close {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  color: var(--green);
  font-size: 24px;
  font-size: 32px;
  rotate: 45deg;
}

.popup-title {
  width: 90%;
  color: var(--green);
  font-size: 28px;
  font-weight: 600;
}
.popup-text {
  margin-top: 32px;
  color: var(--green);
}
/**************************************************/
/**                order-info                    **/
/**************************************************/
.order-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 212px;
}

.order-info__icon {
  padding: 36px;
  background-color: var(--green);
  width: 117px;
  height: 117px;
  border-radius: 100%;
}
.order-info__title {
  margin-top: 35px;
  color: var(--green);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.order-info__text {
  margin-top: 15px;
  color: var(--green);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.order-info__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  justify-content: center;
}
/**************************************************/
/**                description                   **/
/**************************************************/
.description__inner {
  padding: 40px;

  background: var(--gray);
}
.description__content {
  overflow-y: scroll;
  max-height: 344px;
  padding-right: 42px;
  font-size: 18px;
}
.description__content::-webkit-scrollbar {
  width: 2px; /* Ширина полосы прокрутки */
}

.description__content::-webkit-scrollbar-track {
  background: #d9d9d9; /* Цвет фона полосы */
  border-radius: 0;
}

.description__content::-webkit-scrollbar-thumb {
  background: #fff; /* Цвет бегунка */
  border-radius: 0px;
}
/**************************************************/
/**                    Footer                    **/
/**************************************************/
.footer {
  margin-top: 120px;
  background: var(--green);
}
.wrap__logo {
  width: 160px;
  height: 42px;
  flex-shrink: 0;
  aspect-ratio: 80/21;
}
.footer__inner {
  display: grid;
  gap: 45px 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 40px 0;
}
.social__wrap {
  display: flex;
  gap: 14px;
  align-items: center;
}
.social__wrap a {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: block;
}
.navigation__footer {
  grid-row: span 2;
  margin: 0 auto;
}
.social__footer p {
  margin-top: 20px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.navigation__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.navigation__footer:nth-child(3) {
  gap: 16px;
}
.navigation__footer:nth-child(3) li:nth-child(1) {
  margin-bottom: -1px;
}
.navigation__footer li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

  transition: 0.3s all;
  cursor: pointer;
}
.navigation__footer li a:hover {
  opacity: 0.6;
}
.navigation__footer li:nth-child(1) {
  margin-bottom: 5px;
}
.navigation__footer li:nth-child(1) a {
  cursor: default;

  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
}
.navigation__footer li:nth-child(1) a:hover {
  opacity: 1;
}
/**************************************************/
/**                    Header                    **/
/**************************************************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #003a45;
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  z-index: 2000;
  padding: 48px 0;
}
.menu,
.header-button__mob {
  display: none;
}
.fixed-translate {
  height: 82px;
}
.heade-menu ul *,
.trends-swiper *,
.green-background *,
.description__content,
.footer * {
  color: var(--white);
}
.heade-menu ul li a {
  font-size: 16px;
  font-weight: 400;
}
.breadcrumps-mk .container {
  position: relative;
  overflow: visible;
}
.breadcrumps-mk__inner {
  position: absolute;
  top: 175px;
  z-index: 4;
}
.breadcrumps-mk__inner span,
.breadcrumps-mk__inner a {
  cursor: pointer;
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
}
.breadcrumps-mk__inner p {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* .breadcrumps-mk__inner span:nth-child(1) {
  color: var(--gray);
} */
.heade-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heade-menu ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
.heade-menu ul li {
  position: relative;
}
.heade-menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: 0.3s all;
  left: 0;
  bottom: -3px;
}
.heade-menu ul li:hover::after {
  width: 100%;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.header-button .line {
  width: 1px;
  height: 32px;
  background-color: #fff;
}
.icons__fixed {
  position: fixed;
  z-index: 5;
  right: 70px;
  top: 40%;
  width: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 10px 4px;
  border-radius: 100px;
  background: rgba(171, 174, 165, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.fixed-social {
  width: 30px;
  height: 34px;
  aspect-ratio: 15/17;
}
.header-button .woocommerce-Price-amount.amount {
  display: none;
}
.header .container {
  overflow: visible;
}

/**************************************************/
/**                   contacts                   **/
/**************************************************/
.contacts .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.contacts__item-wrap {
  margin-top: 15px;
  display: grid;
  align-items: end;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 11px 65px;
}
.contacts__social {
  display: flex;
  gap: 21px;
  align-items: center;
}
.contacts__social img {
  width: 30px;
  height: 30px;
  aspect-ratio: 9/10;
}
.contcts__title {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.contacts__item a,
.contacts-text {
  display: block;
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

/* page-contact */
.contact-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__inner-contact {
  width: 617px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__inner-contact .top {
  color: var(--white-hero);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.hero__inner-contact .center {
  margin-top: 15px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.form {
  margin-top: 30px;
}
.form,
.hero__inner-contact form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__inner-contact form > p {
  width: 100%;
}
.form .input {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 16px 14px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.form-button {
  cursor: pointer;
  margin-top: 40px;
  width: max-content;
  padding: 26px 84px;
  border: 1px solid #fff;
  color: var(--white);
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
/* about-page */
.about-us__container {
  display: flex;
  gap: 30px;
}
.about-us__left p {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 140%;
}
.about-us__left .h2__title {
  margin-bottom: 23px;
}
.about-us__right {
  overflow: hidden;
  position: relative;
  width: 50%;
}
.about-us__btn {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
  top: 45%;
  z-index: 2;
}
.about-us__right .img:nth-child(1) {
  grid-row: span 2;
}
.about-us__right .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-us-swiper,
.about-us-swiper .swiper-slide,
.about-us-swiper .swiper-slide .img {
  height: 100%;
}
.about-us__right,
.about-us__left {
  flex: 1;
}
/* 404 page */
.page-404__content {
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: 763px;
}
.page-404__content .title {
  color: #e9e9d6;
  text-align: center;
  font-size: 230px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 138px;
  text-transform: uppercase;
}
.color-found {
  color: var(--green);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 14.4px;
  text-transform: uppercase;
}
.page-404-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.not-found_btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.not-found_btn .btn {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 26px 84px;
  border: 1px solid #003a45;
}
.not-found_btn .btn:nth-child(1) {
  color: var(--green);
}
.not-found_btn .btn:nth-child(2) {
  color: var(--body-color);
  background: var(--green);
}
.page-404__mk .container {
  display: flex;
  justify-content: center;
}
.text-not-found {
  color: var(--green);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
/* delivery-page */
.delivery__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.delivery-block > div {
  margin-top: 40px;
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
}
/* product */
.product-wrap-mk {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-wrap-mk_absolute {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 8px 14px;
  background: #e65644;

  color: var(--body-color);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-wrap-mk-img {
  display: block;
  height: 345px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-wrap-mk-img img {
  /* height: 100%;
  object-fit: cover;
  object-position: center; */
}
.product-center {
  padding: 16px 16px;
}
.product-center .title a {
  display: block;
  color: #003a45;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* catalog */
.button.catalog-button {
  display: block;
  padding: 20px 84px;
  text-align: center;
  width: 100%;
  background: var(--green);
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}
.mk-products-custom--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 32px;
}
.mk-catalog.section-margin,
.mk-sorting-catalog.section-margin {
  overflow: visible;
}
.product-wrap-mk form.cart {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.mk-sorting-catalog select {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: none;
  cursor: pointer;
}
.mk-sorting-catalog select option {
  background: #abaea5;
}
form.mk-sorting {
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #abaea5;
  gap: 16px;
  width: max-content;
}
.catalog__filters-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.activate-filters {
  border: none;
}
.catalog__filters-line__left {
  position: relative;
  z-index: 2;
}
.activate-filters--block {
  padding: 10px 20px;
  background-color: var(--gray);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 290px;
}
.activate-filters--block span {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}
.catalog-filters-self {
  position: absolute;
  top: 48px;
  background: var(--gray);
  width: 100%;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.3s all;
}
.catalog-filters-self.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.catalog-filtres--content {
  color: var(--white);
}
.catalog-filtres--content h3 {
  margin-bottom: 15px;
}
.irs--flat .irs-bar {
  background-color: var(--green);
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to,
.irs--flat .irs-handle > i:first-child {
  background: var(--green);
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  border-top-color: var(--green);
}
.catalog-top {
  padding-top: 280px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
}
.catalog-top .catalog-video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.catalog-top .container {
  overflow: visible;
}
.catalog-top__wrap {
  max-width: 645px;
}
.catalog-category__page.section-margin {
  overflow: visible;
}
.catalog-top__wrap .text {
  margin-top: 30px;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}
.product-wrap-mk .prise {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.product-wrap-mk .prise .old-price {
  color: #e65644;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: line-through;
  display: flex;
  gap: 2px;
}
.product-wrap-mk .prise .static-price,
.product-wrap-mk .prise .static-price * {
  color: var(--green);
  font-size: 18px;
  font-weight: 500;
}
.catalog-category {
  margin-top: 60px;
}
.catalog-category__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.catalog-category__wrap a {
  display: block;
  width: max-content;
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s all;
}
.catalog-category__wrap a:hover {
  color: var(--green);
}

/* single-product */
.product-info__top {
  display: flex;
  gap: 60px;
  max-height: 650px;
}
.product-gallery {
  width: 50%;
  position: relative;
}
.product-gallery span {
  position: absolute;
  padding: 10px 15px;
  color: var(--white);
  font-size: 16px;
  z-index: 2;
  background: var(--green);
  top: 20px;
  left: 20px;
}
.product-info .product-star img {
  width: 22px;
  height: 22px;
}
.product-info .product-star {
  margin-top: 20px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.qib-button-wrapper button.qib-button {
  width: 35px !important;
  height: 35px !important;
}
.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 35px !important;
}
.simple__mk form.cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.product-info__top-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.product-info__top-info .title {
  color: var(--green);
  font-size: 24px;
  font-weight: 500;
}
.gray-mk {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}
.product-sku__custom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.green-mk {
  color: var(--green);
  font-size: 16px;
  font-weight: 400;
}
.product-stock {
  margin-top: 20px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.product-price__custom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-price__custom .price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}
.product-price__custom .old-price {
  color: #e65644;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: line-through;
}
.product-price__custom .static-price,
.product-price__custom .static-price * {
  color: var(--green);
  font-size: 24px;
  font-weight: 600;
}
button.produkt-mk-sdd.single_add_to_cart_button.my-btn-ccc.button.alt {
  width: 100%;
  padding: 22px 84px;
  display: flex;
  justify-content: center;
  background: var(--green);
  color: var(--body-color);
  border: none;
  margin-top: 45px;

  font-size: 18px;
  font-weight: 600;
}
.product-bottom {
  margin-top: 70px;
}
.product-tab {
  display: flex;
  align-items: center;
  gap: 130px;
}
.product-tab > div {
  color: var(--gray);
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
}
.product-tab > div.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: var(--green);
}
.product-tab > div.active {
  color: var(--green);
  font-size: 20px;
  font-weight: 600;
}
.product-bottom .line {
  width: 100%;
  margin: 15px 0 26px;
  height: 1px;
  background: var(--green);
}
.product-tab__content {
  position: relative;
}
.product-tab__content-item {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;

  transition: 0.3s all;
}
.product-bottom-description {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
}
.product-tab__content-item.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.li-product-mk {
  display: block;
  height: 100%;
  border: 1px solid var(--green);
}
.with-product-swiper .swiper-slide,
.simple-product-swiper .swiper-slide,
.last-product-swiper .swiper-slide {
  height: auto;
}
.flex-mk {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 40px;
}
.simple-product {
  background-color: var(--green);
  padding: 55px 0;
}
.simple-product .button.catalog-button {
  background: var(--body-color);
  color: var(--green);
}
.simple-product .product-center .title a,
.simple-product .product-wrap-mk .prise .static-price {
  color: var(--body-color) !important;
}

.wdr_bulk_table_msg {
  margin-bottom: 15px;
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
}
.wdr_bulk_table_tr {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: repeat(3, 1fr);
}
.wdr_bulk_table_tr span {
  width: 100%;
  display: block;
  text-align: start;
}
.cart-grey {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400 !important;

  border-bottom: 1px solid var(--green);
}
.mk-woocommerce-cart-form .product-thumbnail {
  width: 157px;
}
body .qib-button-wrapper {
  gap: 15px !important;
}
.woocommerce a.remove {
  color: var(--green) !important;
  font-weight: 100 !important;
  font-size: 40px !important;
  transition: 0.3s all;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: var(--green) !important;
}
.cart-content {
  margin-top: 35px;
}
.woocommerce .mk-woocommerce-cart-form table.shop_table {
  border: none;
}
.mk-woocommerce-cart-form .cart_item td,
.cart_item th {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.mk-woocommerce-cart-form .product-sku {
  color: var(--gray);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
}
.mk-woocommerce-cart-form .product-name a {
  color: var(--green);
  font-size: 18px;
  font-weight: 600;
}
.mk-woocommerce-cart-form .product-name {
  padding-left: 12px !important;
}

.woocommerce .mk-woocommerce-cart-form table.shop_table td del {
  color: #e65644 !important;
}
.woocommerce
  .mk-woocommerce-cart-form
  table.shop_table
  td
  del
  span.woocommerce-Price-amount.amount
  * {
  color: #e65644 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
}
.mk-woocommerce-cart-form span.woocommerce-Price-amount.amount * {
  color: var(--green);
  font-family: Inter;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
ins.woocommerce-Price-amount,
ins {
  text-decoration: none !important;
}
.cart-content .order-total th,
.cart-content .order-total td {
  text-align: end;
}
.woocommerce .mk-cart_totals table.shop_table {
  border: none;
}
.wc-proceed-to-checkout a {
  padding: 20px 84px !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 140% !important;
  width: max-content;
}
.wc-proceed-to-checkout {
  display: flex;
  gap: 20px;
}
.woocommerce .cart-collaterals .cart_totals {
  float: right;
  width: max-content;
}
.mk-link__go-to-catalog {
  color: var(--green);
  border: 1px solid var(--green);
}
.wc-proceed-to-checkout a:nth-child(2) {
  color: #faf7f7 !important;
  background: var(--green) !important;
  transition: 0.3s all;
}
.wc-proceed-to-checkout a:nth-child(2):hover {
  opacity: 0.7;
}

.cart-content
  .woocommerce
  table.shop_table
  tbody:first-child
  tr:first-child
  td
  *,
.cart-content
  .woocommerce
  table.shop_table
  tbody:first-child
  tr:first-child
  th {
  color: #003a45;
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 140%; /* 28px */
}
.cart-content
  .woocommerce
  table.shop_table
  tbody:first-child
  tr:first-child
  td
  * {
  font-weight: 700 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button {
  background-color: var(--green) !important;
  color: var(--body-color) !important;
}

.woocommerce-info,
.woocommerce-info::before {
  border-top-color: var(--green);
  color: var(--green);
}

/* search-page */
.mk-woocommerce-product-search {
  position: relative;
}
.mk-search-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.mk-woocommerce-product-search .mk-search-input {
  display: block;
  width: 100%;
  padding: 20px;
  border: none;
  color: var(--green);
  font-size: 18px;
}
.mk-woocommerce-product-search textarea::-webkit-input-placeholder,
.mk-woocommerce-product-search input::-webkit-input-placeholder {
  color: #616161;
  font-size: 16px;
}
.mk-woocommerce-product-search input:-webkit-autofill,
.mk-woocommerce-product-search input:-webkit-autofill:hover,
.mk-woocommerce-product-search input:-webkit-autofill:focus,
.mk-woocommerce-product-search input:-webkit-autofill:active {
  -webkit-text-fill-color: #616161;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid var(--green);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#mk-search-results {
  margin-top: 40px;
}

/* checkout-page */
.mk-checkout-section {
  margin-top: 47px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
}
.mk-checkout-section .col-2 {
  display: flex;
  flex-direction: column;
}
.mobail--checkout {
  display: none !important;
}
/* .mk-checkout-section div#order_review {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mk-checkout-section .woocommerce-checkout #payment {
  flex: 1;
} */
.mk-checkout-section h3 {
  color: #003a45;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 60px;
}

.mk-shop__table .product-left {
  width: 157px;
  height: 157px;
}
.mk-shop__table .product-left img {
  object-fit: cover;
  object-position: center;
}
.mk-shop__table .product-right {
  flex: 1;
}
.product-title--wrapp .product-total {
  min-width: max-content;
}
.product-right .product-title--wrapp {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 5px;
  align-items: center;
}
.mk-shop__table .product-right .product-title {
  color: var(--green);
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.check-grey {
  color: #abaea5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
.select2-search__field {
  color: #003a45;
}
.checkout-content input,
.checkout-content textarea,
.select2-container .select2-selection--single,
.select2-dropdown.select2-dropdown--below {
  padding: 20px 14px !important;

  color: #003a45;
  font-size: 16px;
  font-weight: 500;

  border: none !important;
  box-shadow: none;

  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px);
}
.zen-ui-select > div {
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px);
}
.zen-ui-select__value {
  position: relative;
  padding: 20px 14px !important;
}

.checkout-content textarea::-webkit-input-placeholder,
.checkout-content input::-webkit-input-placeholder {
  color: #003a45;
  font-size: 16px;
}
.checkout-content input:-webkit-autofill,
.checkout-content input:-webkit-autofill:hover,
.checkout-content input:-webkit-autofill:focus,
.checkout-content input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #041c20;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 10px 5px #ffffffa3;
}
.checkout-content textarea {
  min-height: 210px;
}
.checkout-content .woocommerce table.shop_table {
  border: none;
}
.product-right .product-sku {
  color: var(--green);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
}
.product-right .product-total-price .amount * {
  color: #003a45;
  font-size: 18px;
  font-weight: 600;
}
.product-total .product-qty {
  color: var(--green);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  border: none;
}
tr.woocommerce-shipping-totals.shipping.mk-shipping {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
}
#shipping_method {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
}
.mk-checkout-section::after,
.mk-checkout-section::before {
  display: none !important;
}
.mk-checkout-section .order-total h3 {
  margin-bottom: 0;
}
.mk-checkout-section .order-total td * {
  color: #003a45;
  font-size: 20px;
  font-weight: 700;
}
.mk-checkout-section .order-total {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.woocommerce-privacy-policy-text {
  margin-top: 40px;
  color: #abaea5;
  font-size: 14px;
  font-weight: 400;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce table.shop_table {
  margin-bottom: 60px;
}
.wc_payment_methods.payment_methods.methods li:nth-of-type(even) {
  margin-top: 24px !important;
}
.woocommerce form .form-row {
  margin-bottom: 20px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 24px 84px !important;
  margin-top: 70px;
  float: left !important;
}

.container:has(.mk-successful__woocommerce-order) .check-title-h2 {
  display: none;
}

.wrap-thankyou {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 212px;
}
.wrap-thankyou > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrap-thankyou > div ul::after,
.wrap-thankyou > div ul::before {
  display: none !important;
}
.wrap-thankyou > div ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrap-thankyou > div ul li {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 40px;
  align-items: center;
  padding: 0 !important;
  border: none !important;

  color: #abaea5;
  font-size: 16px !important;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140% !important;
  text-transform: math-auto !important;
}
.wrap-thankyou > div ul li strong {
  color: #003a45;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%;
}
.wrap-thankyou h3 {
  color: #003a45;
  font-size: 20px;
  font-weight: 600;
}
.wrap-thankyou__btn {
  margin-top: 80px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.wrap-thankyou__btn a {
  display: block;
  padding: 20px 84px;
  width: max-content;

  font-size: 18px;
  font-weight: 600;
  border: 1px solid #003a45;
  color: #faf7f7;
  background: var(--green);
}
.wrap-thankyou__btn a:nth-child(1) {
  color: #003a45;
  background: transparent;
}
body:has(.home-page) .breadcrumps-mk {
  display: none;
}

.simple-product .product-wrap-mk .prise .static-price * {
  color: var(--body-color);
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
  max-height: 650px;
}
body .select2-container,
body .ui-widget.ui-datepicker {
  z-index: 2 !important;
}
.product-page .product-wrap-mk .prise {
  gap: 8px;
  flex-direction: column;
}

/* фон */
.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* активный попап */
.image-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* картинка */
.image-popup-overlay img {
  width: auto;
  max-width: 70vw;
  padding: 20px;
  max-height: 70vh;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}

.only-now .swiper-slide .price p span.old__price *,
.only-now .swiper-slide .price p span.old__price {
  color: #f00;
}
