* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #33CC66;
  --text: #000;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 128.2rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 131.2rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  color: var(--text);
  font-size: 1.6rem;
  word-break: break-word;
  font-family: 'M PLUS 1p', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.playfair-display {
  font-family: 'Playfair Display', serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #F5FCF7, #FFFFFF);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.head h2 {
  color: var(--primary);
  font-size: 4rem;
  font-weight: 500;
}
.head .more {
  gap: 1.6rem;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 0.6rem;
}
.head .more::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 2rem;
  transition: all 0.3s;
  background: url(../img/arrow-r.svg) no-repeat center / contain;
}
.head .more:hover {
  color: var(--primary);
}
.head .more:hover::after {
  filter: none;
  transform: translateX(5px);
}
div.head .hr {
  display: none;
}
.btn {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  padding: 0 3rem;
  font-size: 2.2rem;
  line-height: 5.6rem;
  color: #fff;
  min-width: 23.2rem;
  border-radius: 0.8rem;
  border: 2px solid var(--primary);
  background-color: var(--primary);
}
.btn:hover {
  color: var(--primary);
  background-color: #fff;
}
.swiper_btns {
  display: flex;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 151.8rem;
  pointer-events: none;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns div {
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper_btns div:hover {
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 40%;
  height: 40%;
  transition: all 0.3s;
  transform: translateX(8%);
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-r.svg) no-repeat center / contain;
}
.swiper_btns .btn_prev::after {
  transform: translateX(-8%) rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
div.swiper-pagination.swiper-pagination-bullets {
  gap: 1.6rem;
  display: flex;
  position: static;
  justify-content: center;
}
div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.3s;
  background-color: #B3B3B3;
}
div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.loader {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
}
.loader i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary);
  animation: shining 1.2s infinite;
}
.loader i:nth-child(2) {
  animation-delay: 0.2s;
}
.loader i:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes shining {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes bar {
  100% {
    width: var(--w);
  }
}
header {
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 996;
  background-color: #1B2335;
  padding-bottom: 2px;
}
header [title]::after {
  content: attr(title);
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: var(--primary);
}
header .flex {
  margin: 0 auto;
  max-width: 186.6rem;
  padding: 8px 0 9px;
}
header .lt,
header .rt {
  flex: 1;
  display: flex;
  align-items: center;
}
header .lt {
  gap: 2.4rem;
}
header .rt {
  gap: 3.5rem;
  justify-content: flex-end;
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: auto;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header .logo1 img {
  height: 42px;
}
header .logo2 img {
  height: 30px;
}
header nav .btn_lang {
  display: none;
}
header nav .menu {
  gap: 9.8rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
header nav .menu > li.menu-item-has-children > a::before {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 32px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
  padding: 22px 0 18px;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li > a:hover::before {
  filter: none;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a::before,
header nav .menu > li.current-menu-parent > a::before {
  filter: none;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 15px 20px;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .sub-menu {
  position: absolute;
  left: -20px;
  z-index: -1;
  opacity: 0;
  display: block;
  min-width: 160px;
  transition: all 0.3s;
  pointer-events: none;
  border-radius: 8px;
  padding: 15px 20px 0;
  background-color: #1B2335;
}
header nav .menu-item-285 .sub-menu{
  min-width: 260px; 
}  
header nav .sub-menu > li {
  transition: all 0.4s;
  transform: translateY(-16px);
}
header nav .sub-menu > li + li {
  margin-top: 5px;
}
header nav .sub-menu > li > a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
header nav .sub-menu > li > a:hover {
  color: var(--primary);
}
header .btn_search {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_account {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  width: 26px;
  height: 27px;
  background: url(../img/icon-account.svg) no-repeat center / contain;
}
header .btn_cart {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  background: url(../img/icon-cart.svg) no-repeat center / contain;
}
header .btn_lang {
  cursor: pointer;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
  transition: all 0.3s;
  background: url(../img/icon-lang.svg) no-repeat left center / 27px;
}
header .btn_lang:hover {
  color: var(--primary);
}
header .btn_lang:hover::before {
  filter: none;
}
header .btn_lang::before {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 12px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
.mobile_bar {
  display: none;
}
footer {
  color: #fff;
  overflow: hidden;
  padding-top: 3.2rem;
  position: relative;
  z-index: 9;
}
footer .subscribe {
  position: relative;
  padding-top: 8.8rem;
  background-color: #F4F4F6;
}
footer .subscribe form {
  gap: 2.2rem;
  display: grid;
  max-width: 85rem;
  margin: 4.2rem auto 0;
  grid-template-columns: 1fr auto;
}
footer .subscribe form input[type="email"] {
  width: 100%;
  display: block;
  transition: all 0.3s;
  border-radius: 0.7rem;
  border: 2px solid #fff;
  color: #000;
  font-size: 2rem;
  padding: 0 2.2rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
footer .subscribe form input[type="email"]:focus {
  border-color: var(--primary);
}
footer .subscribe form input[type="email"]::placeholder {
  color: #5B544A;
}
footer .subscribe form .btn {
  min-width: 23.2rem;
  line-height: 5.8rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
footer .subscribe form .btn input {
  display: none;
}
footer .social {
  gap: 1.2rem;
  transform: translateY(50%);
  position: relative;
  z-index: 2;
  margin: 4.5rem auto 0;
  max-width: max-content;
  border-radius: .8rem;
  background-color: #131426;
}
footer .social div ul {
  gap: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1px;
  padding: 1.9rem 6.9rem;
}
footer .social div a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  opacity: 0.46;
  filter: contrast(0) brightness(2);
  background: no-repeat center / contain;
}
footer .social div a:hover {
  opacity: 1;
  filter: none;
  transform: scale(1.2);
}
footer .social div .facebook a {
  background-image: url(../img/social-facebook.svg);
}
footer .social div .instagram a {
  background-image: url(../img/social-instagram.svg);
}
footer .social div .youtube a {
  background-image: url(../img/social-youtube.svg);
}
footer .social div .linkedin a {
  background-image: url(../img/social-linkedin.svg);
}
footer .social div .twitter a {
  background-image: url(../img/social-twitter.svg);
}
footer .main {
  padding: 13.2rem 0;
  background-color: #1C2335;
}
footer .main .flex {
  gap: 5rem 3rem;
}
footer .main .foot_logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.6rem;
  margin-right: 7%;
}
footer .main .foot_logos .logo {
  display: block;
  position: relative;
}
footer .main .foot_logos .logo img {
  display: block;
  width: auto;
}
footer .main .foot_logos .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_logos .logo1 img {
  height: 5rem;
}
footer .main .foot_logos .logo2 img {
  height: 2.8rem;
}
footer .main .foot_logos .hr {
  opacity: 0.5;
  width: 100%;
  max-width: 9rem;
  height: 1px;
  margin: 5.5rem 0 6rem;
  transform: rotate(-32deg);
  background-color: var(--primary);
}
footer .main .foot_nav:last-child {
  min-width: 22rem;
}
footer .main .foot_nav strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
footer .main .foot_nav li + li {
  margin-top: 2rem;
}
footer .main .foot_nav a {
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  font-weight: 300;
  transition: all 0.3s;
}
footer .main .foot_nav a:hover {
  color: var(--primary);
}
footer .main .foot_nav a[target="_blank"]:hover::after {
  transform: rotate(45deg);
}
footer .main .foot_nav a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.4rem;
  transition: all 0.3s;
  background: url(../img/arrow-tr.svg) no-repeat center / contain;
}
footer .main .foot_lang {
  display: none;
}
footer .bottom {
  padding: 2.2rem 0;
  background-color: #1C2335;
}
footer .bottom .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
}
footer .bottom .payments ul {
  gap: 0.8rem;
  display: flex;
}
footer .bottom .payments li {
  width: 4.6rem;
  height: 2.6rem;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #fff;
}
footer .bottom .payments li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_product {
  padding: 7.6rem 0 5.8rem;
}
.section_product .swiper_box {
  margin-top: 3.5rem;
}
.section_product .section_product_swiper {
  overflow: hidden;
}
.section_product .swiper-pagination {
  margin-top: 5.2rem;
}
.product_list a {
  display: block;
  position: relative;
}
.product_list a:hover .image::after {
  opacity: 1;
}
.product_list a:hover .image .img2 {
  opacity: 1;
  pointer-events: all;
}
.product_list a:hover .info .title {
  color: var(--primary);
}
.product_list a:hover .info .add_to_cart i {
  border-color: #E0DDD1;
  background-color: #F4F3ED;
}
.product_list a:hover .info .add_to_cart i::after {
  filter: none;
}
.product_list .image {
  position: relative;
}
.product_list .image::after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  border-radius: 1.2rem;
  transition: all 0.3s;
  pointer-events: none;
  border: 1px solid var(--primary);
}
.product_list .image .img {
  padding-bottom: 100%;
  border-radius: 1.2rem;
  background-color: #181818;
}
.product_list .image .img2 {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  padding-bottom: 0;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list .image .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  padding: 0 2.2rem;
  text-transform: uppercase;
  background-color: var(--primary);
}
.product_list .info .title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  transition: all 0.3s;
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;            
  -webkit-line-clamp: 2; 
   height: calc(1.4em * 2);         
  -webkit-box-orient: vertical;       
}
.product_list .info .btc {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-top: 1rem;
}
.product_list .info .price {
  color: var(--text);
  font-weight: 500;
  font-size: 2rem;
}
.product_list .info .add_to_cart {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.product_list .info .add_to_cart span {
  display: none;
}
.product_list .info .add_to_cart i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  border: 1px solid #CCCCCC;
}
.product_list .info .add_to_cart i::after {
  content: '';
  display: block;
  width: 54%;
  height: 54%;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url(../img/icon-cart.svg) no-repeat center / contain;
}
.section_banner .swiper_box {
  width: calc(100% - 4rem);
  max-width: 151.8rem;
  margin: 0 auto;
}
.blog_list a {
  display: block;
  position: relative;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list a:hover .info .title {
  color: var(--primary);
}
.blog_list .image {
  position: relative;
}
.blog_list .image .wrap {
  position: relative;
}
.blog_list .img {
  padding-bottom: 56.657224%;
  border-radius: 1.2rem;
}
.blog_list .image .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  padding: 0 1.4rem;
  text-transform: uppercase;
  background-color: var(--primary);
}
.blog_list .info .title {
  font-size: 2.2rem;
  line-height: 2.567rem;
  transition: all 0.3s;
  margin-top: 3.4rem;
}
.blog_list .info .date {
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.loading {
  position: relative;
}
.loading .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex !important;
}
.home_banner a.img,
.blog_banner a.img {
  display: block;
}
 
.discount_modal {
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  display: grid;
  align-items: center;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.discount_modal.active {
  opacity: 1;
  pointer-events: all;
}
.discount_modal::-webkit-scrollbar {
  display: none;
}
.discount_modal .modal_content {
  margin: 4rem auto;
  width: calc(100% - 4rem);
  max-width: 82.8rem;
}
.discount_modal .con {
  padding: 7.98005% 7.98005% 16.708229%;
  background-color: #1B2335;
  border-radius: 8px;
}
.discount_modal .logos {
  gap: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount_modal .logos .logo {
  display: block;
  position: relative;
}
.discount_modal .logos .logo img {
  display: block;
  width: auto;
}
.discount_modal .logos .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.discount_modal .logos .logo1 img {
  height: 5.6rem;
}
.discount_modal .logos .logo2 img {
  height: 4.1rem;
}
.discount_modal .title {
  text-align: center;
  font-weight: 500;
  font-size: 9.24rem;
  line-height: 10rem;
  margin-top: 11.6rem;
}
.discount_modal .title strong {
  font-weight: 800;
  font-size: 9.9rem;
}
.discount_modal .title span {
  color: var(--primary);
}
.discount_modal form {
  max-width: 46.6rem;
  margin: 4.2rem auto 0;
}
.discount_modal form input {
  width: 100%;
  display: block;
}
.discount_modal form input[type="email"] {
  height: 7.8rem;
  font-size: 1.8rem;
  padding: 0 2.8rem;
  transition: all 0.3s;
  border-radius: 0.8rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.discount_modal form input[type="email"]::placeholder {
  color: #999999;
}
.discount_modal form input[type="email"]:focus {
  border-color: var(--primary);
}
.discount_modal form .btn {
  margin-top: 3.8rem;
  line-height: 6.8rem;
  font-size: 2.55rem;
  background-position: right 60% center;
} 
.pro_list_loading{
  display: none;
}
.pro_list_loading.active{
  display: flex;
}

.btn .loader,
.add_to_cart .loader
{
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  margin-top: 0;
}

.icon_con {
  position: absolute;
  right: 4.056%;
  top: 4.353%;
  z-index: 2;
  display: grid;
  gap: 1rem;
  pointer-events: none; 
  width: 5rem;
  display: block;
  height: 5rem;
  background: no-repeat center / contain;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  content: '';
  pointer-events: all;  
}  
.icon_con.love {
  background-image: url("../img/pd-love.svg");
}  
.icon_con.love.active{
  background: no-repeat center / contain;
  background-image: url("../img/pd-love-active.svg");

}



div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #1B2335;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  filter: contrast(0) brightness(20);
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 35px;
  outline: none;
  color: #fff;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #fff;
} 
.screen-reader-text{
  width: 0;
  height: 0;
  display: none;
}
.price ins{
  text-decoration: none;
}

.product_preview  .stock-out{
  color: #FF4757
}
.section_banner {
  max-width: 1920px;
  margin: 0 auto;
}
.section_banner .section_banner_swiper .img_ct{
  display: none;
}


.product_model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  z-index: 999;
  overflow: auto;
  opacity: 0;
}
.product_model .product_container {
  position: relative; 
  background-color: #1B2335;
  width: calc(100% - 6rem);
  max-width: 139.8rem;
  margin: 4rem auto;
  padding: 5.8rem 5rem 8.2rem 8.1rem;
  border-radius: 8px;
  color: #fff;
}

.product_model .product_container .product_preview {
  padding: 0;
}

.product_model .product_preview .rt .price, .product_model .product_preview .rt .options{
  display: block;
}

.product_model .product_preview .rt .btns{
  display: grid;
}

.product_model .product_container .close {
  position: absolute;
  z-index: 2;
  background: url("../img/close.svg") no-repeat center / contain;
  width: 1.9rem;
  height: 1.9rem;
  top: 2.3rem;
  right: 2.6rem;
  display: block;
  content: '';
  filter: contrast(0) brightness(20);
  cursor: pointer;
  transition: all 0.3s;
}
.product_model .product_container .close:hover {
  transform: rotate(360deg);
}


.product_preview {
  padding: 8.5rem 0 6.3rem;
}
.product_preview .lt {
  width: 56.630265%;
  margin-left: -4.9922%;
  position: relative;
}
.product_preview .product_preview_swiper {
  overflow: hidden;
  max-width: 60.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.product_preview .product_preview_swiper .tag {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width: max-content;
  position: absolute;
  left: 2.8rem;
  top: 3.4rem;
  z-index: 3;
}
.product_preview .product_preview_swiper .tag::before,
.product_preview .product_preview_swiper .tag::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../img/tag1.svg) no-repeat center / contain;
}
.product_preview .product_preview_swiper .tag::after {
  transform: rotate(180deg);
}
.product_preview .product_preview_swiper .tag span {
  display: block;
  white-space: nowrap;
  color: #181818;
  font-weight: 500;
  line-height: 2.6rem;
  font-size: 1.46rem;
  padding: 0 1.5rem;
  margin: 0 -1px;
  background: url(../img/tag2.svg) repeat center / auto 100%;
}
.product_preview .product_preview_swiper .img {
  display: block;
  padding-bottom: 100%;
}
.product_preview .swiper_box {
  gap: 1.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  margin-top: 1.8rem;
}
.product_preview .swiper_btns div {
  width: 4.8rem;
  height: 4.8rem;
}
.product_preview .product_preview_thumbs_swiper {
  overflow: hidden;
}
.product_preview .product_preview_thumbs_swiper .swiper-slide-thumb-active .img {
  border-color: var(--primary);
}
.product_preview .product_preview_thumbs_swiper .img {
  --h: 100%;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.product_preview .rt {
  width: 46.177847%;
}
.product_preview h1 {
  font-weight: 500;
  font-size: 4.5rem;
}
.product_preview .price {
  font-size: 3.1rem;
  margin-top: 1.4rem;
}
.product_preview .option {
  margin: 1.4rem 0 2.4rem;
}
.product_preview .option .label {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.product_preview .option ul {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product_preview .option li {
  font-size: 1.7rem;
  border-radius: 0.4rem;
  border: 1px solid #8C8C8A;
  padding: 0.6rem 1.6rem;
  cursor: pointer;
  transition: all 0.3s;
}
.product_preview .option li.active,
.product_preview .option li:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.product_preview .qty {
  width: 14.2rem;
  height: 4.8rem;
  transition: all 0.3s;
  border-radius: 0.4rem;
  border: 1px solid #8C8C8A;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.product_preview .qty:focus-within {
  border-color: var(--primary);
}
.product_preview .qty button {
  width: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.product_preview .qty button::after {
  content: '';
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  transition: all 0.3s;
  transform: rotate(90deg);
  filter: contrast(0) brightness(1.2);
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
.product_preview .qty button:hover::after {
  filter: none;
}
.product_preview .qty .plus::after {
  transform: rotate(-90deg);
}
.product_preview .qty input {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  background-color: transparent;
}
.product_preview .btns {
  gap: 2rem;
  display: grid;
  margin-top: 3rem;
  max-width: 40rem;
}
.product_preview .btns .btn {
  border-radius: 0.6rem;
  border-color: var(--primary);
}

.product_preview .btns .btn:hover {
  color: var(--primary);
  background-color: transparent;
}
.product_preview .btns .btn::before {
  display: none;
}
.product_preview .btns .add_to_cart {
  cursor: pointer;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  line-height: 5.6rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  padding: 0 3rem;
  border: 2px solid var(--primary);
}
.product_preview .btns .add_to_cart:hover {
  color: #fff;
  background-color: var(--primary);
}

.product_preview .btns .btn[disabled],
.product_preview .btns .add_to_cart[disabled]
{
  cursor: no-drop;  
} 


.product_preview .btns .btn.has_loader{
  background-color: unset;
  color: var(--primary);
}
.product_preview .btns .add_to_cart.has_loader{
  background-color: unset;
  color: #ffffff;
}

.product_preview .freebies {
  margin-top: 6rem;
  max-width: 55.6rem;
}
.product_preview .pd {
  gap: 2.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 24.820144% 1fr;
  margin-bottom: 2rem;
}
.product_preview .pd .img {
  padding-bottom: 100%;
}
.product_preview .pd .info {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.product_preview .pd .info .title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.9rem;
  grid-column: 1/-1;
}
.product_preview .pd .info a {
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  max-width: 25.6rem;
  border: 2px solid var(--primary);
}
.product_preview .pd .info a:hover {
  color: #000;
  background-color: var(--primary);
}
.product_preview .pd .pd_price {
  font-size: 2.163rem;
  text-align: right;
}
.product_preview .pd .pd_price del {
  color: #767674;
  font-size: 1.8rem;
  display: block;
}

.gallery_mobile_box .image{
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  header .flex {
    width: calc(100% - 6rem);
  }
  header nav .menu {
    gap: 4rem;
  }
  header nav .menu > li > a {
    font-size: 17px;
  }
  header nav .menu > li.menu-item-has-children > a {
    padding-right: 22px;
  }
  header .btn_lang {
    font-size: 17px;
    padding-left: 32px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  header .lt {
    gap: 10px;
    flex: unset;
  }
  header .logo1 img {
    height: 28px;
  }
  header .logo2 img {
    height: 20px;
  }
  header nav .menu {
    gap: 20px;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  header nav .menu > li.menu-item-has-children > a {
    padding-right: 15px;
  }
  header nav .menu > li.menu-item-has-children > a::before {
    width: 12px;
  }
  header nav .sub-menu > li > a {
    font-size: 15px;
  }
  header .rt {
    gap: 20px;
    flex: unset;
  }
  header .btn_lang {
    height: 27px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0 0 0 27px;
    background-size: 27px;
  }
  header .btn_lang::before,
  header .btn_lang::after {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    padding: 0 3rem;
    max-width: 896px;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 896px;
  }
  .swiper_btns div {
    width: 5rem;
    height: 5rem;
  }
  .product_preview .lt {
    width: 50%;
    margin-left: 0;
  }
  .product_model .product_container {
    max-width: 110rem;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 8px 0;
  }
  header .flex {
    min-height: 57px;
    padding: 13px 0 16px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(320px, 80%);
    display: flex;
    flex-direction: column;
    background-color: #1B2335;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px 20px 32px;
    border-bottom: 1px solid #8D897E;
  }
  header nav .con .close_box .close {
    width: 15px;
    height: 15px;
    filter: contrast(0) brightness(2);
    background: url('../img/icon-delete.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li > a::before,
  header nav .con .menu > li > a::after {
    display: none;
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-d.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #191919;
    margin: 0 32px;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    font-size: 14px;
    color: var(--title);
    white-space: normal;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  header .btn_menu {
    display: block;
    cursor: pointer;
    width: 23px;
    height: 23px;
    background: url(../img/icon-menu.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.3rem;
  }
  .content {
    padding: 0 18px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .head h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .head .more {
    gap: 8px;
  }
  .head .more::after {
    width: 8px;
    height: 12px;
  }
  .head .hr {
    gap: 4px;
    margin-top: -8px;
  }
  .head .hr::before,
  .head .hr::after {
    width: 40px;
    height: 14px;
  }
  .btn {
    font-size: 16px;
    line-height: 42px;
    min-width: 176px;
    padding: 0 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  div.swiper-pagination.swiper-pagination-bullets {
    gap: 8px;
  }
  div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  header .flex {
    width: calc(100% - 36px);
  }
  header .lt {
    gap: 15px;
    flex: unset;
  }
  header .logo1 img {
    height: 23px;
  }
  header .logo2 img {
    height: 18px;
  }
  header nav .btn_lang {
    display: block;
  }
  header .rt {
    gap: 30px;
  }
  header .btn_account,
  header .btn_cart,
  header .rt .btn_lang {
    display: none;
  }
  header .btn_lang {
    height: 27px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0 0 0 27px;
    background-size: 27px;
  }
  header .btn_lang::before,
  header .btn_lang::after {
    display: none;
  }
  .mobile_bar {
    color: #fff;
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 995;
    background-color: #1B2335;
  }
  .mobile_bar ul {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 8px;
  }
  .mobile_bar .active {
    color: var(--primary);
  }
  .mobile_bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mobile_bar .img {
    width: 24px;
    height: 24px;
  }
  .mobile_bar .label {
    text-align: center;
    margin-top: 6px;
  }
  footer {
    padding-top: 0;
  }
  footer .subscribe {
    padding-top: 40px;
  }
  footer .subscribe .head h2 {
    font-weight: normal;
  }
  footer .subscribe form {
    display: block;
    margin-top: 28px;
  }
  footer .subscribe form input[type="email"] {
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
  }
  footer .subscribe form .btn {
    width: 100%;
    line-height: 44px;
    margin-top: 15px;
  }
  footer .social {
    gap: 4px;
    margin-top: 20px;
  }
  footer .social div ul {
    gap: 28px;
    padding: 13px 48px;
  }
  footer .social div a {
    width: 14px;
    height: 14px;
  }
  footer .main {
    padding: 90px 0 30px;
  }
  footer .main .flex {
    display: block;
  }
  footer .main .foot_logos {
    margin: 0 0 46px;
    flex-direction: row;
  }
  footer .main .foot_logos .logo1 img {
    height: 40px;
  }
  footer .main .foot_logos .logo2 img {
    height: 30px;
  }
  footer .main .foot_logos .hr {
    margin: 0;
    max-width: 60px;
    transform: rotate(-45deg);
  }
  footer .main .hr {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
  }
  footer .main .hr::before,
  footer .main .hr::after {
    content: '';
    display: block;
    width: 9px;
    height: 3px;
    background: url(../img/icon-slide.svg) no-repeat center / contain;
  }
  footer .main .hr i {
    display: block;
    height: 1px;
    margin: 0 -1px;
    background-color: #605F5B;
  }
  footer .main .foot_nav.active strong::after {
    background-image: url(../img/icon-minus.svg);
  }
  footer .main .foot_nav strong {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    font-size: 16px;
    margin: 0;
    padding: 16px 0;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    background: url(../img/icon-plus.svg) no-repeat center / contain;
  }
  footer .main .foot_nav div {
    display: none;
    padding: 4px 0 30px;
  }
  footer .main .foot_nav li + li {
    margin-top: 30px;
  }
  footer .main .foot_nav a {
    font-size: 15px;
  }
  footer .main .foot_lang {
    gap: 16px 12px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
  }
  footer .main .foot_lang::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-lang.svg) no-repeat center / contain;
  }
  footer .main .foot_lang::after {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    transform: rotate(-90deg);
    background: url(../img/arrow-d.svg) no-repeat center / contain;
  }
  footer .main .foot_lang .hr {
    grid-column: 1/-1;
  }
  footer .main .foot_lang .hr:first-child {
    order: -1;
  }
  footer .main .foot_lang .hr:last-child {
    order: 9;
  }
  footer .bottom .flex {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .section_product {
    overflow: hidden;
    padding: 20px 0 32px;
  }
  .section_product .swiper_box {
    margin-top: 22px;
  }
  .section_product .swiper_btns {
    display: none;
  }
  .section_product .section_product_swiper {
    overflow: visible;
  }
  .section_product .section_product_swiper .swiper-slide {
    max-width: 236px;
  }
  .section_product div.swiper-pagination {
    display: none;
  }
  .product_list .info .tag {
    top: 14px;
    left: 12px;
  }
  .product_list .info .tag span {
    padding: 0 7px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 20px;
  }
  .product_list .info .title {
    font-size: 15px;
    line-height: 22.58px;
    margin-top: 16px;
  }
  .product_list .info .btc {
    margin-top: 2px;
  }
  .product_list .info .price {
    font-size: 15px;
  }
  .product_list .info .add_to_cart::after {
    width: 50px;
    height: 50px;
  }
  .blog_list .info .tag {
    top: 14px;
    left: 12px;
  }
  .blog_list .info .tag span {
    padding: 0 7px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 20px;
  }
  .blog_list .info .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
  .blog_list .info .date {
    font-size: inherit;
  }

  .discount_modal {
    bottom: 72px;
    z-index: 9999;
    display: block;
    overflow: hidden;
  }
  .single-product .discount_modal{
    bottom: 0;
  }
  .discount_modal .modal_content {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
  }
  .discount_modal .con {
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #191919;
  }
  .discount_modal .logos {
    order: 2;
    gap: 64px;
    padding-bottom: 34px;
  }
  .discount_modal .logos .logo1 img {
    height: 33px;
  }
  .discount_modal .logos .logo2 img {
    height: 25px;
  }
  .discount_modal .close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: auto 58px 40px auto;
    background: url(../img/icon-close.svg) no-repeat center / contain;
  }
  .discount_modal .title {
    margin: 0;
    font-size: 66.54px; 
    line-height: 72.57px;
  }
  .discount_modal .title strong {
    font-size: 71.25px;
    line-height: 72.57px;
  }
  .discount_modal form {
    width: 90%;
    max-width: 300px;
    margin-top: 22px;
    margin-bottom: auto;
  }
  .discount_modal form input[type="email"] {
    height: 44px;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 18px;
    border-color: #302F2B;
    background-color: #302F2B;
  }
  .discount_modal form .btn {
    font-size: 16px;
    line-height: 42px;
    margin-top: 28px;
  }
  .icon_con {
    width: 3rem;
    height: 3rem;
  }

  
  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.search-block input[type='text'] {
    flex: 1;
  }

  div.search-block input[type='submit'] {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 2.2vw 0 1.2vw;
    background: url(../img/icon-search.svg) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
    filter: contrast(0) brightness(20);
  }

  div.search-block div.content {
    position: unset;
  }

  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }
  
  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 3rem;
    bottom: 11rem;
  }

  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    display: none;
  }

  div.search-block.active {
    top: 20%;
    display: block;
    height: 80%;
    transform: translateY(0);
  }

  .search-block input[type="submit"]:not(:disabled):hover { 
    background-size: 1.4rem;
    border: none;
  }
  .btn .loader, .add_to_cart .loader{
    position: absolute;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    margin-top: 0;
    background-color: #191919;
    width: 100%;
    height: 100%;
    border-radius: 3px;
  }
  
  .product_model .product_container {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .product_model .product_container .close {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
  }


  .product_preview {
    padding: 16px 0 0;
  }
  .product_preview .lt {
    width: 50%;
    margin-left: 0;
  }
  .product_preview .product_preview_swiper {
    padding: 5px;
  }
  .product_preview .product_preview_swiper .tag {
    top: 14px;
    left: 12px;
  }
  .product_preview .product_preview_swiper .tag span {
    padding: 0 7px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 20px;
  }
  .product_preview .swiper_box {
    gap: 10px;
  }
  .product_preview .swiper_btns div {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
  .product_preview h1 {
    font-size: 28.4px;
    line-height: 40.5px;
  }
  .product_preview h1 br {
    display: none;
  }
  .product_preview .price {
    font-size: 20px;
  }
  .product_preview .option .label {
    font-size: 15px;
  }
  .product_preview .option ul {
    gap: 10px;
  }
  .product_preview .option li {
    font-size: 14px;
    padding: 5px 13px;
  }
  .product_preview .qty {
    width: 100px;
    height: 36px;
  }
  .product_preview .qty button {
    width: 18px;
  }
  .product_preview .qty button::after {
    width: 10px;
    height: 10px;
  }
  .product_preview .qty input {
    font-size: 18px;
  }
  .product_preview .btns .add_to_cart {
    font-size: 16px;
    line-height: 42px;
  }
  .product_preview .freebies {
    margin-top: 30px;
  }
  .product_preview .pd {
    gap: 14px;
  }
  .product_preview .pd .info {
    gap: 10px;
  }
  .product_preview .pd .info .title {
    font-size: 14px;
    line-height: 18px;
  }
  .product_preview .pd .info a {
    font-size: 12px;
    line-height: 32px;
    border-width: 1px;
    max-width: 160px;
  }
  .product_preview .pd .pd_price {
    font-size: 14px;
  }
  .product_preview .pd .pd_price del {
    font-size: 12px;
  }

  .product_preview.mobile_active .rt{
    color: #fff;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: auto; 
    max-height: 70vh;
    background-color: #1B2335;
    padding: 24px 18px;
  }
  .product_preview.mobile_active .rt::before{
    /* content: ''; */
    display: block;
    width: 100%;
    height: 1px;
    max-width: 164rem;
    margin: 2px auto 0;
    background-image: linear-gradient(to right, transparent 0%, #8D897E 10%, #8D897E 90%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
  }

  .product_preview .gallery_mobile_box.flex{
    display: block; 
  } 
  .product_preview .gallery_mobile_box.flex img{
    display: none;
  } 
  .product_preview.mobile_active .gallery_mobile_box.flex{
    display: flex;
    gap: 1rem;
  }
  .product_preview.mobile_active .gallery_mobile_box.flex img{
    display: block;
  } 
  .product_preview.mobile_active .gallery_mobile_box.flex img{
    width: 120px;
    height: 120px;
  }
  .product_preview.mobile_active .rt .price,
  .product_preview.mobile_active .rt .options,
  .product_preview.mobile_active .rt .btns {
    display: block!important;
  }
  .product_preview.mobile_active .option{
    margin: 2.4rem 0 3.4rem;
  }
  .product_preview.mobile_active .rt .btns{
    display: flex!important;
    margin-bottom: 3rem;
  }

  .product_preview.mobile_active h1{
    font-size: 16.4px;
    line-height: 1.3;
  }
  .product_preview.mobile_active .btns .btn{
    min-width: 138px;
    font-size: 15px;
  }
  .product_preview.mobile_active .btns .add_to_cart{
    font-size: 15px;

  }
  .product_preview.mobile_active .rt .price{
    text-align: right;
  }

  .gallery_mobile_box .image{
    display: block;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.2rem;
  }
  footer .main .foot_logos {
    justify-content: space-between;
  }

  .product_list .image .tag {
    font-size: 12px;
    line-height: 16px;
    padding: 0 13px;
  }
  section.section_contact {
    color: var(--text);
  }

  .product_model {
    overflow: hidden;
    z-index: 1002;
  }
  .product_model .product_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: calc(100% - 8rem);
    margin: 0;
    width: 100%;
    overflow-y: auto;
  }

  .product_preview .flex {
    display: block;
  }
  .product_preview .lt {
    width: 100%;
  }
  .product_preview .rt {
    width: 100%;
    margin-top: 20px;
  }
  .product_preview .rt .price,
  .product_preview .rt .options,
  .product_preview .rt .btns {
    display: none;
  }
  .product_preview .freebies {
    margin-top: 14px;
  }
  
}
