* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #7c66b2;
  --secondary: #111111;
  --tertiary: #c9ab81;
  --quaternary: #704db5;
  --title: #161616;
  --text: #3d3d3d;
  --text_w: rgba(255, 255, 255, 0.85);
  --bg: #f7f6f3;
  --border: #eaeaea;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}

.content {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}

.content .content {
  padding: 0;
}

.swiper_box {
  position: relative;
}

.swiper_content {
  max-width: 143rem;
  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 {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: "Jost", sans-serif;
}

body.fixed {
  overflow: hidden;
  padding-right: 17px;
}

body [data-wpr-lazyrender] {
  content-visibility: unset;
}

h1,
h2,
h3,
strong,
.title {
  font-weight: 400;
  font-family: "Marcellus", serif;
}

.Jost {
  font-family: "Jost", sans-serif;
}

.Marcellus {
  font-family: "Marcellus", serif;
}

.only_mobile {
  display: none;
}

.gap {
  gap: 3rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.glightbox-clean .gslide-media {
  background-color: #ffffff;
}

#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#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;
  user-select: none;
}

.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;
  pointer-events: none;
}

.icon.icon_ab {
  position: relative;
}

.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}

.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 5.2rem;
  padding: 0 3rem;
  min-width: 17.1rem;
}

.btn:hover {
  background-color: transparent;
  color: var(--primary);
}

.btn_w {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  color: #171717;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 5.2rem;
  padding: 0 3rem;
  min-width: 17.1rem;
}

.btn_w:hover {
  background-color: var(--primary);
  color: #fff;
}

.btn_b {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--title);
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 5.2rem;
  padding: 0 3rem;
}

.btn_b:hover {
  background-color: var(--primary);
}

.btn_line {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(23, 23, 23, 0.5);
  color: #171717;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 5.1rem;
  padding: 0 3.25rem;
  min-width: 16.9rem;
}

.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.btn_font {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  color: #171717;
}

.btn_font::after {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  left: 0;
  position: absolute;
  bottom: 0;
  content: '';
  transition: all 0.3s;
}

.btn_font:hover {
  color: var(--primary);
}

.btn_font:hover::after {
  width: 0;
  left: unset;
  right: 0;
}

.swiper_btns {
  gap: 5.6rem;
  display: flex;
}

.swiper_btns div {
  width: 2.9rem;
  cursor: pointer;
  transition: all 0.3s;
}

.swiper_btns div::after {
  content: '';
  display: block;
  padding-bottom: 62.1%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(0);
}

.swiper_btns div:hover::after {
  filter: unset;
}

.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}

.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
  filter: contrast(0) brightness(0);
}

.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.swiper_btns.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}

.swiper_btns.middle div {
  pointer-events: all;
}

.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}

.swiper_btns_circle {
  gap: 1.8rem;
  display: flex;
}

.swiper_btns_circle div {
  width: 5rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #171717;
  background-color: transparent;
}

.swiper_btns_circle div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow3.svg) no-repeat center / 13%;
}

.swiper_btns_circle div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.swiper_btns_circle div:hover::after {
  filter: contrast(0) brightness(2);
}

.swiper_btns_circle .btn_next::after {
  transform: rotate(180deg);
}

.swiper_btns_circle .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.65;
  border: 1px solid #171717;
  background-color: transparent;
}

.swiper_btns_circle .swiper-button-disabled::after {
  filter: none;
}

.swiper_btns_circle .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.swiper_btns_circle.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}

.swiper_btns_circle.middle div {
  pointer-events: all;
}

.swiper_btns_circle.middle .swiper-button-disabled,
.swiper_btns_circle.middle .swiper-button-lock {
  pointer-events: none;
}

.head.sm h1 {
  font-size: 5rem;
  line-height: 1.3;
}

.head.sm h2 {
  font-size: 3.6rem;
  line-height: 4.5rem;
}

.head.white {
  color: #fff;
}

.head.white .subtitle {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 2.45px;
}

.head.white p {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.22px;
}

.head.black {
  color: var(--secondary);
}

.head.black .subtitle {
  color: var(--secondary);
}

.head.black p {
  color: var(--secondary);
  font-weight: 400;
  letter-spacing: unset;
}

.head .subtitle {
  font-size: 1.8rem;
  color: var(--tertiary);
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin-bottom: 0.4rem;
}

.head h1 {
  font-size: 7rem;
  line-height: 7.6rem;
}

.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
}

.head p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  letter-spacing: -0.18px;
}

header {
  position: sticky;
  top: -13.8rem;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
}

header.opt {
  top: -4.4rem;
}

header .content {
  max-width: 182rem;
  width: calc(100% - 6rem);
}

header .top {
  background-color: var(--secondary);
  color: #fff;
  padding: 1.2rem 0;
}

header .top .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

header .top .btn_lang {
  cursor: pointer;
  display: block;
  position: relative;
  opacity: 0.8;
  transition: all 0.3s;
  font-size: 1.4rem;
  padding: 0 1.9rem 0 2.9rem;
  transform: translateY(1px);
  font-weight: 300;
  letter-spacing: 0.18px;
}

header .top .btn_lang:hover {
  opacity: 1;
}

header .top .btn_lang::before,
header .top .btn_lang::after {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  content: '';
  background: url("../img/icon-lang.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
  left: 0;
}

header .top .btn_lang::after {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../img/icon-select.svg");
  opacity: 0.875;
  left: unset;
  right: 0;
  top: 53%;
}

header .top .header_notice {
  display: grid;
  grid-template-columns: 1.4rem 1fr 1.4rem;
  align-items: center;
  gap: 2rem;
  max-width: 50.8rem;
}

header .top .header_notice .swiper_prev,
header .top .header_notice .swiper_next {
  display: block;
  padding-bottom: 78.6%;
  content: '';
  transition: all 0.3s;
  cursor: pointer;
  background: url("../img/arrow2.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
}

header .top .header_notice .swiper_prev:hover,
header .top .header_notice .swiper_next:hover {
  filter: unset;
}

header .top .header_notice .swiper_next {
  transform: rotate(180deg);
}

header .top .header_notice .swiper-button-disabled {
  opacity: 0.68;
}

header .top .header_notice .swiper-button-disabled,
header .top .header_notice .swiper-button-lock {
  pointer-events: none;
}

header .top .header_notice .header_notice_swiper {
  overflow: hidden;
  margin-left: 10%;
}

header .top .header_notice .header_notice_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  gap: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.12px;
}

header .top .header_notice .header_notice_swiper .swiper-slide a:hover {
  text-decoration: underline;
}

header .top .header_notice .header_notice_swiper .swiper-slide::before {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../img/icon-gift.svg") no-repeat center / contain;
}

header .lt {
  display: flex;
  align-items: center;
  padding-bottom: 0.2%;
  margin-right: 1.2%;
}

header .lt .logo {
  display: block;
  position: relative;
}

header .lt .logo img {
  display: block;
  width: auto;
  height: 6.97806rem;
}

header .lt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

header nav .menu {
  display: flex;
  gap: 5.4rem;
}

header nav .menu>li {
  position: relative;
  z-index: 2;
}

header nav .menu>li::after {
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
}

header nav .menu>li>a {
  display: block;
  font-size: 1.8rem;
  color: #141414;
  text-transform: uppercase;
  transition: all 0.3s;
  line-height: 9.2rem;
  padding-top: 2px;
}

header nav .menu>li.current-menu-item::after,
header nav .menu>li.current-menu-parent::after,
header nav .menu>li:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

header nav .menu>li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}

header nav .menu>li:hover ul li {
  transform: translate(0);
}

header nav .menu>li.btn_mega_menu .sub-menu {
  display: none;
}

header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

header nav .sub-menu>li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}

header nav .sub-menu>li>a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  position: relative;
}

header nav .sub-menu>li>a::after {
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
}

header nav .sub-menu>li>a:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

header .btns {
  gap: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 9.4rem;
  padding-top: 0.2%;
}

header .btns .notify_box {
  position: relative;
}

header .btns .notify_box .notify_menu {
  position: absolute;
  right: 39%;
  top: 100%;
  min-width: 35.8rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
  z-index: 2;
  margin-top: 1.2rem;
  padding: 0.6rem 0 1px;
  display: none;
  max-height: 30rem;
  overflow-y: auto;
}

header .btns .notify_box .notify_menu li {
  position: relative;
  overflow: hidden;
  padding: 0 2.4rem 0 2.8rem;
}

header .btns .notify_box .notify_menu li.empty span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
}

header .btns .notify_box .notify_menu li.empty span img {
  width: 40px;
}

header .btns .notify_box .notify_menu li::before {
  width: 0.4rem;
  left: 0;
  height: 74%;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  background-color: var(--primary);
  content: '';
  transition: all 0.3s;
}

header .btns .notify_box .notify_menu li.active::before {
  transform: translate(0, -50%);
}

header .btns .notify_box .notify_menu li.active .img {
  background-color: var(--bg);
}

header .btns .notify_box .notify_menu li:last-child a {
  border-bottom: none;
}

header .btns .notify_box .notify_menu a {
  display: grid;
  grid-template-columns: 6.2rem 1fr 1rem;
  align-items: center;
  color: #171717;
  font-size: 1.57rem;
  border-bottom: 1px solid rgba(232, 232, 232, 0.5);
  gap: 1.2rem;
  padding: 1.1rem 0;
}

header .btns .notify_box .notify_menu a:hover img {
  transform: scale(1.02);
}

header .btns .notify_box .notify_menu a::after {
  padding-bottom: 100%;
  background: url("../img/nav.svg") no-repeat center right / contain;
  display: block;
  content: '';
}

header .btns .notify_box .notify_menu .title {
  margin-bottom: 0.4rem;
}

header .btns .notify_box .notify_menu .img {
  padding-bottom: 100%;
  background-color: #fff;
  transition: all 0.3s;
}

header .btns .icon_item {
  position: relative;
  display: block;
  cursor: pointer;
  content: '';
  background: no-repeat center / contain;
}

header .btns .icon_item i {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: var(--tertiary);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  min-width: 1.5rem;
  text-align: center;
  transform: translate(39%, -26%);
}

header .btns .btn_search {
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../img/icon-search.svg);
  margin-right: 0.6rem;
}

header .btns .btn_cart {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../img/icon-cart.svg);
}

header .btns .btn_login {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../img/icon-user.svg);
}

header .btns .btn_notify {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/icon-notice.svg);
  margin-right: 0.4rem;
}

header .btns .btn_notify i {
  transform: translate(29%, -23%);
}

header .btns .btn_menu,
header .btns .btn_lang {
  display: none;
}

footer {
  background-color: #fff;
}

footer .top {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #dddddd 40%, #dddddd 60%, transparent) 1;
  padding: 6.6rem 0 3.1rem;
}

footer .top .logo {
  display: block;
  position: relative;
  max-width: 20.7rem;
}

footer .top .logo img {
  display: block;
  width: 100%;
  height: auto;
}

footer .top .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

footer .top p {
  flex: 1;
  font-size: 2.2rem;
  max-width: 80.2rem;
  margin-bottom: 1.4%;
}

footer .main {
  padding: 6.4rem 0 21.2rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #dddddd 40%, #dddddd 60%, transparent) 1;
}

footer .main strong {
  display: block;
  font-size: 2rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2.9rem;
}

footer .main .flex {
  gap: 5rem 2rem;
}

footer .main .slide_obj li a {
  font-size: 1.8rem;
  color: #1e1e1e;
  opacity: 0.8;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}

footer .main .slide_obj li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}

footer .main .slide_obj li+li {
  margin-top: 2.2rem;
}

footer .main .slide_newsletter {
  width: 44rem;
}

footer .main .slide_newsletter p {
  font-size: 1.8rem;
  color: #1e1e1e;
  opacity: 0.8;
}

footer .main .slide_newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(39, 28, 11, 0.15);
  margin-top: 4.6rem;
  height: 5.1rem;
}

footer .main .slide_newsletter form input {
  font-size: 1.8rem;
  color: #1e1e1e;
  padding-right: 2rem;
  padding-bottom: 0.6rem;
}

footer .main .slide_newsletter form input[type="email"] {
  width: 100%;
  height: 100%;
  display: block;
}

footer .main .slide_newsletter form input[type="email"]+span {
  position: absolute;
  left: 0;
  top: 100%;
}

footer .main .slide_newsletter form input::placeholder {
  color: #1e1e1e;
}

footer .main .slide_newsletter form input[type=submit] {
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 1px 3.45rem 0;
}

footer .main .slide_newsletter form input[type=submit]:hover {
  background-color: var(--primary);
}

footer .main .slide_newsletter form .wpcf7-response-output {
  display: none;
}

footer .main .slide_newsletter .social {
  gap: 2rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.1rem;
}

footer .main .slide_newsletter .social a {
  opacity: 1;
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid rgba(39, 28, 11, 0.15);
  border-radius: 50%;
}

footer .main .slide_newsletter .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 52.1%;
  transition: all 0.3s;
}

footer .main .slide_newsletter .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}

footer .main .slide_newsletter .social a:hover::after {
  filter: contrast(0) brightness(2);
}

footer .main .slide_newsletter .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}

footer .main .slide_newsletter .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}

footer .main .slide_newsletter .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}

footer .main .slide_newsletter .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}

footer .main .slide_newsletter .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}

footer .bottom {
  padding: 1.8rem 0 2.2rem;
}

footer .bottom .flex {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

footer .bottom .btn_lang {
  cursor: pointer;
  display: inline-block;
  max-width: max-content;
  position: relative;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 2.1rem 0 2.9rem;
  margin-top: 0.3rem;
}

footer .bottom .btn_lang:hover {
  opacity: 1;
}

footer .bottom .btn_lang::before,
footer .bottom .btn_lang::after {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  content: '';
  background: url("../img/icon-lang.svg") no-repeat center / contain;
  left: 0;
}

footer .bottom .btn_lang::before {
  opacity: 0.8;
}

footer .bottom .btn_lang::after {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../img/icon-select.svg");
  left: unset;
  right: 0;
  top: 53%;
}

footer .bottom p,
footer .bottom a {
  font-size: 1.4rem;
}

footer .bottom a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}

footer .bottom a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}

footer .bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 0.5rem;
}

footer .bottom .copyright ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

footer .bottom .copyright ul li {
  display: flex;
  align-items: center;
}

footer .bottom .copyright ul li::before {
  width: 1px;
  height: 1.3rem;
  background-color: var(--title);
  opacity: 0.15;
  display: inline-block;
  content: '';
  margin: 0 1.7rem 0 1.6rem;
}

footer .bottom .copyright ul li:first-child::before {
  margin-left: 0;
}

footer .bottom .payments ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

footer .bottom .payments .img {
  height: 2.73431rem;
  width: auto;
}

.mega_menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 992;
  display: none;
}

.mega_menu .flex {
  justify-content: space-between;
  padding: 4.7rem 0 4.6rem;
  max-height: calc(100vh - 15rem);
  gap: 1.28%;
  overflow: auto;
}

.mega_menu .mega_menu_item {
  min-width: 19%;
  flex: 0 0 auto;
}

.mega_menu .mega_menu_item>a {
  font-family: "Marcellus", serif;
  font-size: 3.2rem;
}

.mega_menu .mega_menu_item>a+ul {
  margin-top: 2rem;
}

.mega_menu .mega_menu_item .mega_menu2_item {
  margin-top: 1.9rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 45rem;
  align-content: flex-start;
  gap: 1.7rem 2.3%;
  width: max-content;
}

.mega_menu .mega_menu_item a {
  color: #171717;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}

.mega_menu .mega_menu_item a:hover {
  text-decoration-color: #171717;
}

.mega_menu .mega_menu_item .list {
  min-width: 35rem;
}

.mega_menu .mega_menu_item .list>a {
  font-size: 2.137rem;
}

.mega_menu .mega_menu_item ul {
  margin-top: 0.9rem;
}

.mega_menu .mega_menu_item ul li+li {
  margin-top: 0.7rem;
}

.mega_menu .mega_menu_item ul li>a {
  letter-spacing: -0.14px;
}

.menu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
}

.menu_overlay.active {
  opacity: 1;
  pointer-events: all;
}

.popup_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;
}

.popup_model .popup_box {
  width: calc(100% - 6rem);
  max-width: 109.7rem;
  margin: 4rem auto;
  border-radius: 8px;
  background-color: rgba(33, 36, 43, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.37);
  box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.9rem 1rem 1rem 1.1rem;
}

.popup_model .img {
  padding-bottom: 131.1%;
}

.popup_model .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
}

.popup_model .img:hover img {
  transform: scale(1.02);
}

.popup_model .rt {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2rem 11.6rem;
  gap: 3.2rem;
}

.popup_model .rt .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}

.popup_model .rt .logo img {
  display: block;
  width: auto;
  height: 6.97806rem;
}

.popup_model .rt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.popup_model .rt .text {
  text-align: center;
  margin-top: 1.6rem;
}

.popup_model .rt .text strong {
  font-size: 3.6rem;
  color: #171717;
  display: block;
  margin-bottom: 1.9rem;
}

.popup_model .rt .text p {
  line-height: 1.9rem;
  color: #666666;
  max-width: 36.1rem;
  margin: 1rem auto 0;
}

.popup_model form {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  max-width: 39.3rem;
  margin: 0 auto;
}

.popup_model form span {
  width: 100%;
}

.popup_model form input {
  display: block;
  width: 100%;
  height: 5.8rem;
  border-radius: 6px;
  background-color: #f4f4f4;
  font-size: 1.7rem;
  color: #161616;
  padding: 0 2.3rem;
}

.popup_model form input::placeholder {
  color: #161616;
}

.popup_model form input[type=submit] {
  background-color: var(--quaternary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase;
  height: 5.6rem;
}

.popup_model form input[type=submit]:hover {
  background-color: var(--primary);
}

.popup_model form span.center {
  margin-top: -0.3rem;
}

.popup_model form a {
  color: #666666;
  text-decoration: underline;
  transition: all 0.3s;
  vertical-align: top;
}

.popup_model form a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}

.product_container .lt {
  width: 55.93%;
  padding-top: 1px;
}

.product_container .rt {
  flex: 1;
  max-width: 57.5rem;
  font-size: 1.7rem;
  line-height: 2.7rem;
}

.product_container .rt strong {
  color: var(--title);
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.product_container .swiper_box {
  display: grid;
  grid-template-columns: 13.155% 86.08%;
  justify-content: space-between;
}

.product_container .swiper_box.active {
  display: grid;
}

.product_container .swiper_box>div {
  position: relative;
}

.product_container .swiper_box .product_container_gallery_swiper {
  overflow: hidden;
  background-color: var(--bg);
}

.product_container .swiper_box .product_container_gallery_swiper .swiper-slide {
  position: relative;
}

.product_container .swiper_box .product_container_gallery_swiper .btn_love {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: 2.1rem;
  width: 5.2rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #fff;
}

.product_container .swiper_box .product_container_gallery_swiper .btn_love::after {
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/icon-love.svg") no-repeat center / 37%;
  transition: all 0.3s;
}

.product_container .swiper_box .product_container_gallery_swiper .btn_love.active,
.product_container .swiper_box .product_container_gallery_swiper .btn_love:hover {
  background-color: var(--primary);
}

.product_container .swiper_box .product_container_gallery_swiper .btn_love.active::after,
.product_container .swiper_box .product_container_gallery_swiper .btn_love:hover::after {
  filter: contrast(0) brightness(2);
}

.product_container .swiper_box .product_container_gallery_swiper .img {
  display: block;
  padding-bottom: 100%;
}

.product_container .swiper_box .product_container_gallery_swiper .img:hover img {
  transform: scale(1.02);
}

.product_container .swiper_box .swiper_lt {
  display: flex;
  flex-direction: column;
}

.product_container .swiper_box .btn_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--secondary);
  transition: all 0.3s;
  gap: 0.8rem;
  margin-top: auto;
  cursor: pointer;
  padding: 1.9rem 0;
}

.product_container .swiper_box .btn_video i {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--secondary);
  transition: all 0.3s;
  content: '';
}

.product_container .swiper_box .btn_video:hover {
  color: var(--primary);
}

.product_container .swiper_box .btn_video:hover i {
  background-color: var(--primary);
}

.product_container .swiper_box .product_container_thumbs_swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  max-height: calc(100% - 15rem);
  z-index: 2;
}

.product_container .swiper_box .product_container_thumbs_swiper .swiper-slide {
  border: 2px solid transparent;
  transition: border-color 0.3s;
  cursor: pointer;
}

.product_container .swiper_box .product_container_thumbs_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.product_container .swiper_box .product_container_thumbs_swiper .swiper-slide-thumb-active {
  border-color: var(--title);
}

.product_container .swiper_box .product_container_thumbs_swiper .img {
  padding-bottom: 100%;
  background-color: var(--bg);
  overflow: hidden;
}

.product_container .desc {
  margin-top: 6.3rem;
  max-width: 86.08%;
  margin-left: auto;
}

.product_container .desc strong {
  font-size: 3.6rem;
  color: #171717;
}

.product_container .desc p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: var(--text);
  hyphens: auto;
  margin-top: 1.1rem;
  letter-spacing: -0.23px;
}

.product_container .intro {
  margin-top: 0.7rem;
}

.product_container .intro .title {
  font-size: 5rem;
  line-height: 5.6rem;
}

.product_container .intro p {
  color: var(--text);
  margin-top: 1.5rem;
  letter-spacing: -0.2px;
}

.product_container .intro ul {
  margin-top: 2.2rem;
  color: var(--text);
}

.product_container .intro ul li+li {
  margin-top: 1.4rem;
}

.product_container .pa_color .label span {
  font-weight: 500;
  color: var(--primary);
}

.product_container .add_to_checkout[disabled],
.product_container .add_to_cart[disabled] {
  cursor: no-drop;
}

.screen-reader-text {
  width: 0;
  height: 0;
  display: none;
}

.product_container .stock-out {
  color: #FF4757
}

.price ins {
  text-decoration: none;
}

.product_container .sizes {
  margin-top: 0.5rem;
}

.product_container .sizes .size:not(.pa_color) {
  max-width: 51.4rem;
}

.product_container .sizes .size {
  margin-bottom: 1.8rem;
}

.product_container .sizes strong {
  display: block;
  margin-bottom: 1rem;
}

.product_container .sizes ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(11rem, 100%), 1fr));
  gap: 1.1rem;
}

.product_container .sizes ul li {
  cursor: pointer;
  transition: all 0.3s;
  color: rgba(22, 22, 22, 0.75);
  border: 1px solid rgba(23, 23, 23, 0.17);
  position: relative;
  padding: 0.9rem 0.5rem 0.8rem;
  text-align: center;
}

.product_container .sizes .colors ul li {
  padding: 0;
}

.product_container .sizes ul li.active,
.product_container .sizes ul li:hover {
  color: var(--title);
  border-color: transparent;
  background-color: rgba(247, 246, 243, 0.17);
}

.product_container .sizes ul li.active::after,
.product_container .sizes ul li:hover::after {
  opacity: 1;
}

.product_container .sizes ul li.active {
  font-weight: 500;
}

.product_container .sizes ul li::after {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: -1px;
  top: -1px;
  content: '';
  border: 2px solid #171717;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.product_container .sizes .btn_guide {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: underline;
  font-size: 1.8rem;
  color: #171717;
  gap: 0.7rem;
  margin-top: -1px;
}

.product_container .sizes .btn_guide::before {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  background: url("../img/icon-q.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}

.product_container .sizes .btn_guide:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}

.product_container .sizes .btn_guide:hover::before {
  filter: unset;
}

.product_container .sizes .colors {
  margin-top: 0rem;
  max-width: 57.4rem;
}

.product_container .sizes .colors ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(10rem, 100%), 1fr));
  gap: 1.3rem 0.9rem;
}

.product_container .sizes .colors li {
  transition: border-color 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
}

.product_container .sizes .colors li.active,
.product_container .sizes .colors li:hover {
  border-color: var(--title);
}

.product_container .sizes .colors .img {
  padding-bottom: 100%;
  overflow: hidden;
  background-color: var(--bg);
}

.product_container .sizes .colors .img:hover img {
  transform: scale(1.1);
}

.product_container .price {
  font-size: 3.2rem;
  font-weight: 500;
  color: #171717;
  text-align: right;
  margin-top: -0.4rem;
}

.product_container .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.1rem;
  gap: 2.5rem 1.7rem;
}

.product_container .btns .btn,
.product_container .btns .btn_line,
.product_container .btns .btn_b {
  flex: 1;
  line-height: 5.8rem;
  text-transform: unset;
  font-weight: 500;
}

.product_container .btns .btn_line {
  border-color: #171717;
}

.product_container .btns .btn_line:hover {
  border-color: var(--primary);
}

.product_container .btns .btn_b,
.product_container .btns .btn_line {
  flex: unset;
  width: 100%;
}

.product_container .btns .btn_b {
  border: 1px solid var(--title);
}

.product_container .btns .btn_b:hover {
  border-color: var(--primary);
}

.product_container .btns .qty {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  min-width: 25.3%;
}

.product_container .btns .qty button {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../img/minus.svg") no-repeat center / contain;
  content: '';
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}

.product_container .btns .qty button:hover {
  filter: unset;
}

.product_container .btns .qty .plus {
  background-image: url("../img/plus.svg");
}

.product_container .btns .qty input {
  font-size: 1.6rem;
  height: 5.8rem;
  width: 7.6rem;
  color: #171717;
  display: block;
  text-align: center;
  padding: 0 1rem;
}

.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: #fff;
  width: calc(100% - 6rem);
  max-width: 139.8rem;
  margin: 4rem auto;
  padding: 4.8rem 5rem 8.2rem 4.1rem;
}

.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: '';
  cursor: pointer;
  transition: all 0.3s;
}

.product_model .product_container .close:hover {
  transform: rotate(360deg);
}

.product_model .swiper_box .product_container_gallery_swiper .btn_love {
  width: 4.8rem;
  right: 1.9rem;
  top: 1.9rem;
}

.product_model .swiper_box .product_container_thumbs_swiper {
  max-height: 100%;
}

.product_model .rt {
  font-size: 1.584rem;
  line-height: 2.516rem;
  max-width: 53.3rem;
}

.product_model .desc {
  margin-top: 5.8rem;
}

.product_model .desc strong {
  font-size: 3.354rem;
}

.product_model .desc p {
  font-size: 1.584rem;
  line-height: 2.516rem;
}

.product_model .breadcrumbs span span {
  font-size: 1.677rem;
}

.product_model .breadcrumbs span span::before {
  margin: 0 1rem 0 0.4rem;
}

.product_model .intro .title {
  font-size: 4.659rem;
  line-height: 5.218rem;
}

.product_model .intro p {
  margin-top: 1.4rem;
}

.product_model .intro ul {
  margin-top: 2rem;
}

.product_model .intro ul li+li {
  margin-top: 1.5rem;
}

.product_model .colors ul {
  grid-template-columns: repeat(auto-fill, minmax(min(9rem, 100%), 1fr));
}

.product_model .sizes {
  max-width: 47.8rem;
}

.product_model .sizes .size {
  margin-bottom: 1.7rem;
}

.product_model .sizes strong {
  margin-bottom: 0.8rem;
}

.product_model .sizes ul {
  gap: 1rem;
}

.product_model .sizes ul li {
  padding-top: 0.8rem;
}

.product_model .sizes .btn_guide {
  font-size: 1.677rem;
  margin-top: -2px;
}

.product_model .sizes .btn_guide::before {
  width: 1.9rem;
  height: 1.9rem;
}

.product_model .price {
  font-size: 2.998rem;
}

.product_model .btns {
  margin-top: 1.8rem;
  gap: 2.4rem 1.7rem;
}

.product_model .btns .btn,
.product_model .btns .btn_line,
.product_model .btns .btn_b {
  font-size: 1.677rem;
  line-height: 5.4rem;
}

.product_model .btns .qty input {
  height: 5.4rem;
}

.guide_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;
}

.guide_model .guide_box {
  width: calc(100% - 6rem);
  max-width: 101.5rem;
  margin: 4rem auto;
  background-color: #fff;
  position: relative;
  padding: 6.4rem 4.1rem 4rem 6.3rem;
}

.guide_model .guide_box .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: '';
  cursor: pointer;
  transition: all 0.3s;
}

.guide_model .guide_box .close:hover {
  transform: rotate(360deg);
}

.guide_model .head .title {
  font-size: 5rem;
  line-height: 5.6rem;
}

.guide_model .head p {
  line-height: 2.7rem;
  margin-top: 2.1rem;
}

.guide_model .main {
  position: relative;
  max-height: 89.4rem;
  overflow-y: auto;
  padding-right: 4.4rem;
}

.guide_model .main::-webkit-scrollbar {
  width: 1.2rem;
}

.guide_model .main::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--primary);
}

.guide_model .main::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgba(247, 246, 243, 0.5);
  border: 2.5px solid #fff;
}

.guide_model .table {
  margin-top: 1.2rem;
}

.guide_model .table table {
  text-align: center;
  table-layout: fixed;
}

.guide_model .table table tbody tr:nth-child(even) td {
  background-color: var(--bg);
}

.guide_model .table table .img {
  --h: 82.3%;
}

.guide_model .table table td,
.guide_model .table table th {
  font-size: 1.7rem;
  padding: 1.8rem 1rem 2.2rem;
}

.guide_model .table table th {
  text-transform: uppercase;
  font-weight: 500;
  background-color: var(--bg);
  padding: 2.4rem 1rem 2.3rem;
}

.guide_model .table table td {
  color: rgba(22, 22, 22, 0.75);
}

.guide_model .table table th:has(.img) {
  background-color: transparent;
  padding: 0;
}

.footer_contact {
  background-color: #efeee7;
  overflow: hidden;
}

.footer_contact .flex {
  min-height: 51.1rem;
  padding: 4rem 0;
}

.footer_contact .head {
  flex: 1;
  padding-bottom: 1.3%;
}

.footer_contact .head h2 {
  font-size: 5.6rem;
  line-height: 1.46;
  margin-top: 0.7rem;
}

.footer_contact .head h2 img {
  height: 0.83882rem;
  width: auto;
  display: inline-block;
  object-fit: contain;
  margin: 0 0.2rem;
}

.footer_contact .head .flex {
  min-height: unset;
  padding: 0;
}

.footer_contact .head .flex+.flex {
  margin-top: 1.4rem;
}

.footer_contact .form {
  flex: 1;
  max-width: 66.2rem;
}

.footer_contact .form form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.3rem 0;
  width: 100%;
}

.footer_contact .form form input {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #1e1e1e;
  border: 1px solid rgba(39, 28, 11, 0.15);
  background-color: transparent;
  height: 6.2rem;
  padding: 0.3rem 2.6rem 0;
}

.footer_contact .form form input::placeholder {
  color: #1e1e1e;
}

.footer_contact .form form input[type=submit] {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  text-transform: uppercase;
  min-width: 15.8rem;
}

.footer_contact .form form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.footer_contact .form form span:has(input[type=checkbox]) {
  width: 100%;
  grid-column: span 2;
}

.footer_contact .form form input[type=checkbox] {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.footer_contact .form form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}

.footer_contact .form form input[type=checkbox]:checked::after {
  opacity: 1;
}

.footer_contact .form form input[type=checkbox]~span {
  vertical-align: top;
  cursor: pointer;
  font-size: 1.7rem;
  color: var(--text);
  display: inline-block;
  width: calc(100% - 3rem);
  padding-left: 1.2rem;
  margin-top: 2px;
}

.footer_contact p {
  margin-top: 0.7rem;
}

.footer_contact .mask {
  position: absolute;
  width: 82.143%;
  height: auto;
  right: 90.4%;
  top: -13.8%;
  pointer-events: none;
}


.page_banner::before {
  position: absolute;
  width: 100%;
  height: 50.13%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.42;
  pointer-events: none;
}

.page_banner .flex {
  height: 100vh;
  max-height: 78.4rem;
  min-height: max-content;
  padding: 11.9rem 0;
}

.page_banner .head {
  flex: 1;
  max-width: 63rem;
}

.page_banner .subtitle {
  margin-bottom: 1.1rem;
}

.page_banner p {
  margin-top: 1.3rem;
}

.page_banner .btn_w,
.page_banner .btn {
  margin-top: 2.6rem;
}

.page_banner .btn {
  background-color: var(--quaternary);
  border-color: var(--quaternary);
  line-height: 5rem;
  min-width: 17.9rem;
}

.page_banner .btn:hover {
  background-color: transparent;
}

.page_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  max-width: 44.5rem;
  margin-top: 2.6rem;
  margin-bottom: 4.3%;
}

.page_banner form input {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0 2.4rem;
}

.page_banner form input[type=text] {
  color: #fff;
  transition: all .3s;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.page_banner form input[type=text]:focus {
  border-color: #fff;
}

.page_banner form input[type=submit] {
  margin-left: -1px;
  color: #171717;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
  text-transform: uppercase;
  height: 5.2rem;
}

.page_banner form input[type=submit]:hover {
  background-color: var(--primary);
  color: #fff;
}

.page_contact {
  overflow: hidden;
}

.page_contact .img {
  width: 59.43%;
  height: auto;
  margin-left: -18.57%;
}

.page_contact .img:hover img {
  transform: scale(1.02);
}

.page_contact .img+.rt {
  max-width: 69.5rem;
}

.page_contact .rt {
  flex: 1;
  padding: 4rem 0 6.2rem;
  align-self: center;
}

.page_contact .head h1,
.page_contact .head h2 {
  font-size: 5.6rem;
  line-height: 1.3;
}

.page_contact p {
  margin-top: 2rem;
}

.page_contact form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 69.2rem;
  gap: 2.8rem 0;
  margin-top: 1rem;
}

.page_contact form span {
  width: 100%;
}

.page_contact form .col-2 {
  width: 48.555%;
}

.page_contact form input,
.page_contact form textarea,
.page_contact form select {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  color: var(--text);
  border: none;
  outline: none;
  border-bottom: 1px solid #b0b3b5;
  background-color: transparent;
  height: 5.9rem;
  letter-spacing: -0.22px;
}

.page_contact form input::placeholder,
.page_contact form textarea::placeholder,
.page_contact form select::placeholder {
  color: var(--text);
}

.page_contact form input:focus,
.page_contact form textarea:focus,
.page_contact form select:focus {
  border-color: var(--primary);
}

.page_contact form select {
  background: url("../img/icon-select.svg") no-repeat center right / 1.3rem;
  padding-right: 3rem;
}

.page_contact form textarea {
  padding: 2.4rem 0;
  height: 21.4rem;
}

.page_contact form span:has(input[type=checkbox]) {
  margin-top: 2px;
}

.page_contact form input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 1px solid #b0b3b5;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.page_contact form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}

.page_contact form input[type=checkbox]:checked::after {
  opacity: 1;
}

.page_contact form input[type=checkbox]~span {
  vertical-align: top;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: var(--text);
  display: inline-block;
  width: calc(100% - 2.9rem);
  padding-left: 1.7rem;
  max-width: 48.2rem;
  margin-top: -2px;
  letter-spacing: -0.22px;
}

.page_contact form input[type=checkbox]~span a {
  text-decoration: underline;
  transition: all 0.3s;
}

.page_contact form input[type=checkbox]~span a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}

.page_contact form span:has(input[type=submit]) {
  max-width: max-content;
  margin-top: -0.4rem;
}

.page_contact form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--quaternary);
  border: 1px solid var(--quaternary);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: max-content;
  padding: 0 3rem;
  min-width: 22.1rem;
}

.page_contact form input[type=submit]:hover {
  background-color: transparent;
  color: var(--quaternary);
}

.page_products {
  padding: 6.8rem 0 8.1rem;
}

.page_products .head {
  margin-bottom: 0.7rem;
}

.page_products .page_products_swiper {
  margin-top: 4.1rem;
  overflow: hidden;
}

.page_products .page_products_swiper .swiper-slide {
  max-width: 336px;
}

.order_item {
  display: grid;
  grid-template-columns: 15.5rem 1fr auto;
  align-items: start;
  color: #171717;
  padding: 2rem 0;
  gap: 4.7rem;
}

.order_item .img {
  padding-bottom: 100%;
  background-color: var(--bg);
}

.order_item .img:hover img {
  transform: scale(1.1);
}

.order_item .info {
  margin-top: 1.8rem;
}

.order_item .info .title {
  font-size: 2rem;
}

.order_item .info .desc {
  font-size: 1.4rem;
  opacity: 0.6;
  text-transform: uppercase;
  margin-top: 1rem;
}

.order_item .price {
  text-align: right;
  margin-top: 1.6rem;
}

.order_item .price p {
  font-size: 1.945rem;
  margin-bottom: 2px;
}

.order_item .price del {
  font-size: 1.5rem;
  color: rgba(22, 22, 22, 0.58);
}

.order_step {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
  padding: 5.3rem 0 4.5rem;
  margin-bottom: 7rem;
}

.order_step .step_list {
  display: flex;
  max-width: 67rem;
  margin: 0 auto;
}

.order_step .step_list li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 1rem;
}

.order_step .step_list li:last-child::before {
  display: none;
}

.order_step .step_list li::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 2.6rem;
  content: '';
  z-index: -1;
  background-color: #f0f0f0;
}

.order_step .step_list li.active .order {
  background-color: var(--primary);
  color: #fff;
}

.order_step .step_list li.active .title {
  opacity: 1;
}

.order_step .step_list .order {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  font-size: 2.1rem;
  font-weight: 500;
  color: rgba(23, 23, 23, 0.35);
  transition: all 0.3s;
  background-color: var(--bg);
  line-height: 5.2rem;
  min-width: 5.2rem;
  padding: 0 1rem;
}

.order_step .step_list .order::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.7rem solid #fff;
  content: '';
}

.order_step .step_list .title {
  font-size: 1.8rem;
  color: #171717;
  opacity: 0.35;
  transition: all 0.3s;
  margin-top: 1.5rem;
}

.white .breadcrumbs span {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.22px;
}

.white .breadcrumbs span span::before {
  filter: contrast(0) brightness(2);
}

.white .breadcrumbs span a:hover {
  color: var(--primary);
}

.breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
}

.breadcrumbs span {
  font-size: 1.8rem;
  color: #7c7c7c;
}

.breadcrumbs span span::before {
  display: inline-block;
  content: '';
  background: url("../img/bread-nav.svg") no-repeat center / contain;
  width: 1rem;
  height: 1rem;
  margin: 0 1.2rem 0 0.5rem;
}

.breadcrumbs span span:first-child::before {
  display: none;
}

.breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}

.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

div.swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 2rem;
  justify-content: center;
  pointer-events: all;
}

div.swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--title);
  border: 1px solid var(--title);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.4s, opacity 0.3s;
  transform: scale(0.583333);
}

div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1);
  background: transparent;
}

div.swiper-pagination.white .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff;
  opacity: 0.6;
}

div.swiper-pagination.white .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: transparent;
}

.no_uppercase {
  text-transform: unset;
}

.head_icon {
  width: 18.3rem;
}

.head_icon::after {
  display: block;
  content: '';
  padding-bottom: 100%;
  pointer-events: none;
}

.head_icon img {
  animation: rotateC 5s infinite linear;
}

@keyframes rotateC {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.product_list>li:hover .img .pd {
  opacity: 0;
  transform: scale(1.2);
}

.product_list>li:hover .img .bg {
  opacity: 1;
  transform: scale(1);
}

.product_list>li:hover .btns {
  transform: translateY(0);
  opacity: 1;
}

.product_list .active .colors {
  transform: translateY(0);
  opacity: 1;
}

.product_list .pic {
  position: relative;
  overflow: hidden;
}

.product_list .img {
  display: block;
  padding-bottom: 100%;
  background-color: var(--bg);
  transition: all 0.5s;
}

.product_list .img:hover {
  transform: scale(1.03);
}

.product_list .img .bg {
  opacity: 0;
  transform: scale(1.1);
}

.product_list .tag {
  position: absolute;
  z-index: 2;
  left: 1.4rem;
  top: 1.6rem;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: var(--primary);
  color: #fff;
  padding: 0 2.15rem;
}

.product_list .btns {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 5.4%;
  max-height: 60%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  padding: 0 2.3rem 0 2.2rem;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(100%);
  opacity: 0;
}

.product_list .btns .btn_w,
.product_list .btns .btn_b {
  flex: 1 0 12rem;
  min-width: unset;
  font-size: 1.6rem;
  line-height: 4.4rem;
  padding: 0 1rem;
}

.product_list .info {
  color: #171717;
  margin-top: 2.4rem;
}

.product_list .cat {
  font-size: 1.3rem;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.6rem;
}

.product_list .title {
  font-size: 2rem;
}

.product_list .price {
  margin-top: 1.4rem;
}

.product_list .colors {
  margin-top: 1.6rem;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(100%);
  opacity: 0;
}

.product_list .colors ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2px;
}

.product_list .colors li {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0.3rem;
}

.product_list .colors li.active::after,
.product_list .colors li:hover::after {
  opacity: 1;
  transform: scale(1.2);
}

.product_list .colors li::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: url("../img/color-mask.svg") no-repeat center / contain;
}

.product_list .colors li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transition: all 0.4s, opacity 0.3s;
  border: 1px solid #171717;
  opacity: 0;
  border-radius: 50%;
}

.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #171717;
}

.blog_list a:hover img {
  transform: scale(1.02);
}

.blog_list .img {
  padding-bottom: 74.83%;
}

.blog_list .cat {
  position: absolute;
  left: 5.8%;
  top: 6.4%;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  font-size: 1.329rem;
  font-weight: 500;
  line-height: 3.4rem;
  padding: 0 2rem;
}

.blog_list .info {
  flex: 1;
  line-height: 2.4rem;
  margin-top: 1.8rem;
}

.blog_list .info .date {
  opacity: 0.85;
}

.blog_list .info .title {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-top: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_list .info .desc {
  opacity: 0.6;
  margin-top: 1.3rem;
  margin-bottom: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_list .info .more {
  color: var(--title);
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 1.9rem;
}

.blog_list .info .more:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}

.contact_sidebar {
  position: fixed;
  top: 30vh;
  left: 2.4rem;
  z-index: 99;
  width: 5.3rem;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  background-color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0 0.9rem;
}

.contact_sidebar .social {
  display: grid;
  gap: 1.65rem;
}

.contact_sidebar .social a {
  opacity: 1;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}

.contact_sidebar .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}

.contact_sidebar .social a:hover {
  transform: scale(1.1);
}

.contact_sidebar .social .facebook a::after {
  background-image: url(../img/facebook3.svg);
}

.contact_sidebar .social .twitter a::after {
  background-image: url(../img/twitter3.svg);
}

.contact_sidebar .social .youtube a::after {
  background-image: url(../img/youtube3.svg);
}

.contact_sidebar .social .instagram a::after {
  background-image: url(../img/instagram3.svg);
}

.contact_sidebar .label {
  writing-mode: sideways-lr;
  text-transform: uppercase;
  color: #171717;
  border-radius: 100px;
  background-color: rgba(23, 23, 23, 0.17);
  padding: 1.6rem 0;
  font-size: 1.2rem;
  line-height: 3.4rem;
  transition: all .3s;
}

.contact_sidebar .label:hover {
  color: #fff;
  background-color: var(--primary);
}

/*** global css ***/
.loading {
  position: relative;
}

.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}

.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

span:has(.wpcf7-spinner) {
  position: relative;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}

.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.loading_pro {
  position: relative;
}

.loading_pro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  /* 让圆心居中 */
  margin-left: -14px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  /* 淡淡的细线背景圈 */
  border-top-color: #333;
  /* 转动的线条颜色 */
  animation: spin-loading 0.7s linear infinite;
}

.loading_pro_r {
  position: relative;
}

.loading_pro_r::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 28px;
  height: 28px;
  margin-top: -15px;
  /* 让圆心居中 */
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  /* 淡淡的细线背景圈 */
  border-top-color: #333;
  /* 转动的线条颜色 */
  animation: spin-loading 0.7s linear infinite;
}


div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
  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;
  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;
}

div.search-block .searchform ::-webkit-input-placeholder {
  color: #333;
}

@keyframes spin-loading {
  to {
    transform: rotate(360deg);
  }
}

.discount_modal {
  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 {
  padding: 1rem;
  margin: 4rem auto;
  width: calc(100% - 4rem);
  max-width: 110rem;
  border-radius: 5px;
  border: 2px solid #4e4e4e;
  background-color: rgba(0, 0, 0, .2);
}

.discount_modal .modal_content .lt {
  width: 50%;
  flex: 1;
}

.discount_modal .modal_content .rt {
  background-color: #fff;
  width: 50%;
  padding: 7rem 4rem;
  min-height: 70.5rem;
}

.discount_modal .modal_content .rt .image_logo {
  text-align: center;
}

.discount_modal .modal_content .rt .image_logo img {
  width: 16rem;
}

.discount_modal .modal_content .rt>strong {
  font-size: 3.7rem;
  text-align: center;
  margin-top: 4rem;
  display: block;
}

.discount_modal .modal_content .rt>p {
  color: #666666;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: .5rem;

}

.discount_modal .modal_content .rt form {
  padding-top: 3rem;
  padding-bottom: 2rem;
  max-width: 39rem;
  margin: 0 auto;
}

.discount_modal .modal_content .rt form input[type="email"] {
  padding: 1.5rem;
  background-color: #f4f4f4;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
  border-radius: 5px;
  width: 100%;
}

.discount_modal .modal_content .rt form input[type="email"]::placeholder {
  color: #000;
}

.discount_modal .modal_content .rt form .wpcf7-not-valid-tip{
  margin-bottom: 1rem;
}
.discount_modal .modal_content .rt form input[type="submit"] {

  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 5.2rem;
  padding: 0 3rem;
  min-width: 17.1rem;
  width: 100%;
  background-color: var(--quaternary);
  font-weight: 500;
  
}

.discount_modal .modal_content .rt .close {
  text-align: center;
  cursor: pointer;
  display: block;
  color: #666666;
  text-decoration: underline;
}

/*** global css ***/
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
    max-width: 1220px;
  }

  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }

  .mega_menu .mega_menu_item .list {
    min-width: 20rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  .content,
  .swiper_content {
    max-width: 896px;
  }

  .product_model .product_container {
    max-width: 110rem;
  }
}

@media screen and (max-width: 1024px) {
  header .lt {
    margin: 0;
    padding: 0;
  }

  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }

  header nav.active {
    pointer-events: all;
  }

  header nav.active .close {
    opacity: 1;
  }

  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }

  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }

  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }

  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }

  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.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 .close_box+div::-webkit-scrollbar {
    width: 5px;
  }

  header nav .con .close_box+div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }

  header nav .con .menu {
    display: block;
  }

  header nav .con .menu>li {
    cursor: pointer;
  }

  header nav .con .menu>li::after {
    display: none;
  }

  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.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/mobile-menu/select.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: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    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 {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
  }

  header nav .con .sub-menu li a::after {
    display: none;
  }

  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }

  header .btns {
    padding: 0;
    margin: 0;
  }

  header .btns .icon_item {
    width: 22px;
    height: 22px;
    margin: 0;
  }

  header .btns .btn_menu {
    display: block;
    background-image: url(../img/mobile-menu/nav-btn.svg);
  }

  header .mega_menu {
    display: none !important;
  }
}

@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;
    height: 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.4rem;
  }

  .content {
    padding: 0 30px;
  }

  .swiper_content {
    padding: 10px 30px;
  }

  .only_mobile {
    display: block;
  }

  body.fixed {
    padding-right: 0;
  }

  .gap {
    gap: 20px;
  }

  .btn,
  .btn_w,
  .btn_b,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 120px;
  }

  .btn,
  .btn_line {
    line-height: 40px;
  }

  .btn_font {
    font-size: 14px;
    line-height: 30px;
  }

  .swiper_btns {
    gap: 25px;
  }

  .swiper_btns div {
    width: 20px;
  }

  .swiper_btns_circle {
    gap: 20px;
  }

  .swiper_btns_circle div {
    width: 40px;
  }

  div.head.sm h1 {
    font-size: 25px;
  }

  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  div.head.white .subtitle {
    letter-spacing: 1px;
  }

  div.head.white p {
    letter-spacing: unset;
  }

  div.head .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: 1px;
  }

  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }

  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }

  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }

  div.head .btn,
  div.head .btn_w,
  div.head .btn_b,
  div.head .btn_line,
  div.head .btn_font {
    margin-top: 20px;
  }

  div.head .btn,
  div.head .btn_w,
  div.head .btn_b,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 120px;
  }

  div.head .btn,
  div.head .btn_line {
    line-height: 40px;
  }

  header {
    top: 0;
  }

  header .content {
    width: 100%;
    padding: 0 30px;
  }

  header.opt {
    top: 0;
  }

  header .top {
    padding: 10px 0;
  }

  header .top .grid {
    display: block;
  }

  header .top .left,
  header .top .right {
    display: none;
  }

  header .top .header_notice {
    margin: 0 auto;
    gap: 14px;
    grid-template-columns: 12px 1fr 12px;
  }

  header .top .header_notice .header_notice_swiper {
    margin-left: 0;
  }

  header .top .header_notice .header_notice_swiper .swiper-slide {
    font-size: 14px;
    gap: 10px;
  }

  header .top .header_notice .header_notice_swiper .swiper-slide::before {
    width: 12px;
    height: 12px;
  }

  header .lt .logo img {
    height: 40px;
  }

  header .btns {
    gap: 16px;
    min-height: 64px;
  }

  header .btns .btn_lang {
    display: inline-block;
    background-image: url("../img/icon-lang.svg");
  }

  header .btns .notify_box {
    position: static;
  }

  header .btns .notify_box .notify_menu {
    width: 100%;
    left: 0;
    min-width: unset;
    margin: 0;
    border-radius: 0;
    padding: 10px 0;
    z-index: -1;
    box-shadow: 0 1rem 1.2rem rgba(0, 0, 0, 0.15);
    max-height: 250px;
  }

  header .btns .notify_box .notify_menu li {
    padding: 0 20px;
  }

  header .btns .notify_box .notify_menu a {
    grid-template-columns: 50px 1fr 8px;
    gap: 10px;
    font-size: 14px;
    padding: 12px 0;
  }

  header .btns .notify_box .notify_menu .title {
    margin: 0;
  }

  footer .top {
    padding: 50px 0 30px;
  }

  footer .top .flex {
    align-items: center;
  }

  footer .top .logo {
    max-width: 180px;
  }

  footer .top p {
    font-size: 14px;
    max-width: unset;
    padding: 0;
    flex: unset;
  }

  footer .main {
    padding: 30px 0 50px;
  }

  footer .main .flex {
    display: block;
  }

  footer .main strong {
    font-size: 18px;
  }

  footer .main .slide_newsletter {
    margin: 0;
    padding-top: 20px;
    width: 100%;
  }

  footer .main .slide_newsletter strong {
    margin-bottom: 10px;
  }

  footer .main .slide_newsletter p {
    font-size: 14px;
  }

  footer .main .slide_newsletter .social {
    margin-top: 20px;
    gap: 16px;
    justify-content: space-around;
  }

  footer .main .slide_newsletter .social a {
    width: 40px;
    height: 40px;
  }

  footer .main .slide_newsletter form {
    height: 46px;
    margin-top: 20px;
  }

  footer .main .slide_newsletter form input {
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 0;
  }

  footer .main .slide_newsletter form input[type=submit] {
    padding: 0 20px;
    min-width: 120px;
  }

  footer .main .slide_obj:not(.slide_connect) {
    width: 100%;
  }

  footer .main .slide_obj:not(.slide_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }

  footer .main .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  footer .main .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }

  footer .main .slide_obj:not(.slide_connect)>div {
    display: none;
    padding: 0 20px 20px;
  }

  footer .main .slide_obj:not(.slide_connect)>div li+li {
    margin-top: 14px;
  }

  footer .main .slide_obj:not(.slide_connect)>div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }

  footer .main .slide_obj:not(.slide_connect)>div p {
    font-size: 14px;
    line-height: 1.5;
  }

  footer .main .slide_connect {
    width: 100%;
    padding-top: 20px;
  }

  footer .main .slide_connect strong {
    margin-bottom: 20px;
  }

  footer .main .slide_connect li+li {
    margin-top: 20px;
  }

  footer .main .slide_connect li {
    padding-left: 30px;
  }

  footer .main .slide_connect li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }

  footer .main .slide_connect li a {
    font-size: 16px;
  }

  footer .main .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }

  footer .main .slide_connect .email::before {
    top: 5px;
  }

  footer .bottom {
    padding: 20px 0;
  }

  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
    align-items: unset;
    display: flex;
  }

  footer .bottom .btn_lang {
    padding: 0 20px;
    margin: 0 auto;
  }

  footer .bottom .btn_lang::before {
    width: 14px;
    height: 14px;
  }

  footer .bottom .btn_lang::after {
    width: 8px;
    height: 8px;
  }

  footer .bottom p {
    font-size: 13px;
  }

  footer .bottom a {
    font-size: 14px;
  }

  footer .bottom .copyright {
    order: -1;
    gap: 30px;
    flex-direction: column-reverse;
    margin: 0;
  }

  footer .bottom .copyright ul {
    gap: 16px 0;
  }

  footer .bottom .copyright ul li::before {
    height: 10px;
    margin: 0 10px;
  }

  footer .bottom .copyright ul li:first-child::before {
    display: none;
  }

  footer .bottom .payments ul {
    gap: 5px;
    justify-content: space-around;
  }

  footer .bottom .payments .img {
    height: 25px;
  }

  .popup_model .popup_box {
    width: calc(100% - 40px);
    padding: 10px;
  }

  .popup_model .rt {
    padding: 20px;
    gap: 20px;
  }

  .popup_model .rt .logo img {
    height: 60px;
  }

  .popup_model .rt .text {
    margin-top: 14px;
  }

  .popup_model .rt .text strong {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .popup_model .rt .text p {
    line-height: 1.5;
    margin-top: 10px;
  }

  .popup_model form {
    gap: 10px;
  }

  .popup_model form input {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }

  .popup_model form input[type=submit] {
    height: 46px;
    font-size: 14px;
  }

  .popup_model form span.center {
    margin-top: 0;
  }

  .product_container>.flex {
    display: block;
  }

  .product_container .lt {
    width: 100%;
  }

  .product_container .lt .swiper_box {
    max-width: 444px;
    margin: 0 auto;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .product_container .lt .swiper_box.active {
    display: flex;
  }

  .product_container .lt .swiper_box .product_container_gallery_swiper .btn_love {
    width: 40px;
    right: 20px;
    top: 20px;
  }

  .product_container .lt .swiper_box .btn_video {
    padding: 0;
    font-size: 14px;
    gap: 5px;
  }

  .product_container .lt .swiper_box .btn_video i {
    width: 40px;
    height: 40px;
  }

  .product_container .lt .swiper_box .swiper_lt {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .product_container .lt .swiper_box .product_container_thumbs_swiper {
    position: static;
    max-height: unset;
    width: 100%;
    flex: 1;
  }

  .product_container .lt .desc {
    margin-top: 30px;
    max-width: unset;
  }

  .product_container .lt .desc strong {
    font-size: 18px;
  }

  .product_container .lt .desc p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }

  .product_container .rt {
    max-width: unset;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }

  .product_container .rt .intro {
    margin-top: 10px;
  }

  .product_container .rt .intro .title {
    font-size: 22px;
    line-height: 1.3;
  }

  .product_container .rt .intro p {
    margin-top: 10px;
    letter-spacing: unset;
  }

  .product_container .rt .intro ul {
    margin-top: 16px;
  }

  .product_container .rt .intro ul li+li {
    margin-top: 10px;
  }

  .product_container .rt .colors {
    margin-top: 10px;
    max-width: unset;
  }

  .product_container .rt .colors ul {
    grid-template-columns: repeat(auto-fill, minmax(min(100px, 100%), 1fr));
    gap: 10px;
  }

  .product_container .rt .sizes {
    margin-top: 20px;
    max-width: unset;
  }

  .product_container .rt .sizes .size {
    margin-bottom: 16px;
  }

  .product_container .rt .sizes strong {
    margin-bottom: 10px;
  }

  .product_container .rt .sizes ul {
    grid-template-columns: repeat(auto-fill, minmax(min(100px, 100%), 1fr));
    gap: 10px;
  }

  .product_container .rt .sizes ul li {
    padding: 5px 4px;
  }

  .product_container .rt .sizes .btn_guide {
    font-size: 14px;
    gap: 8px;
    margin-top: 0;
  }

  .product_container .rt .sizes .btn_guide::before {
    width: 14px;
    height: 14px;
  }

  .product_container .rt .price {
    font-size: 20px;
    margin-top: 5px;
  }

  .product_container .rt .btns {
    margin-top: 20px;
    gap: 10px;
  }

  .product_container .rt .btns .btn,
  .product_container .rt .btns .btn_line,
  .product_container .rt .btns .btn_b {
    line-height: 40px;
  }

  .product_container .rt .btns .qty {
    padding: 0 5px;
  }

  .product_container .rt .btns .qty button {
    width: 10px;
    height: 10px;
  }

  .product_container .rt .btns .qty input {
    height: 40px;
    font-size: 14px;
    width: 40px;
  }

  .product_model .product_container {
    padding: 20px;
    width: calc(100% - 40px);
  }

  .product_model .product_container .close {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
  }

  .guide_model .guide_box {
    width: calc(100% - 40px);
    padding: 60px 20px 40px;
  }

  .guide_model .guide_box .close {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
  }

  .guide_model .head .title {
    font-size: 22px;
    line-height: 1.3;
  }

  .guide_model .head p {
    line-height: 1.5;
    margin-top: 10px;
  }

  .guide_model .main {
    padding-right: 30px;
    max-height: 600px;
  }

  .guide_model .table {
    margin-top: 20px;
  }

  .guide_model .table table td,
  .guide_model .table table th {
    font-size: 14px;
    padding: 14px 10px;
  }

  .about_swiper {
    overflow: unset;
  }

  .about_swiper .swiper-slide {
    max-width: 286px;
  }

  .about_swiper .info {
    margin-top: 20px;
  }

  .about_swiper .info h3 {
    font-size: 18px;
  }

  .about_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }

  .footer_contact .flex {
    min-height: unset;
    padding: 30px 0 50px;
  }

  .footer_contact .head {
    padding: 0;
  }

  .footer_contact .head .flex:has(h2) {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }

  .footer_contact .head .flex+.flex {
    margin-top: 0;
  }

  .footer_contact .head .flex:has(p) {
    display: block;
  }

  .footer_contact .head p {
    text-align: center;
  }

  .footer_contact .head h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    text-align: center;
  }

  .footer_contact .head h2 img {
    height: 5px;
    margin: 0 2px;
  }

  .footer_contact .form {
    max-width: 500px;
    margin: 20px auto 0;
  }

  .footer_contact .form form {
    gap: 16px 0;
  }

  .footer_contact .form form input {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }

  .footer_contact .form form input[type=submit] {
    min-width: 120px;
  }

  .footer_contact .form form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }

  .footer_contact .form form input[type=checkbox]~span {
    width: calc(100% - 25px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }

  .page_banner .flex {
    min-height: unset;
    max-height: unset;
    height: auto;
    padding: 50px 0;
  }

  .page_banner form {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .page_banner form input {
    font-size: 14px;
    ppadding: 0 20px;
  }

  .page_banner form input[type=submit] {
    height: 46px;
  }

  .page_products {
    padding: 50px 0;
    overflow: hidden;
  }

  .page_products .head {
    padding: 0;
  }

  .page_products .page_products_swiper {
    overflow: unset;
  }

  .page_products .page_products_swiper .swiper-slide {
    max-width: 277px;
  }

  .order_step {
    padding: 30px 0;
  }

  .order_step .step_list li::before {
    top: 20px;
  }

  .order_step .step_list .order {
    font-size: 14px;
    line-height: 40px;
    min-width: 40px;
    padding: 0 5px;
  }

  .order_step .step_list .title {
    font-size: 14px;
    margin-top: 10px;
  }

  .page_contact {
    padding: 20px 0 50px;
  }

  .page_contact .flex {
    flex-direction: column;
    align-items: unset;
  }

  .page_contact .img {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }

  .page_contact .rt {
    max-width: unset;
    padding: 0;
  }

  .page_contact .head h1,
  .page_contact .head h2 {
    font-size: 22px;
  }

  .page_contact form {
    margin-top: 12px;
    gap: 16px;
  }

  .page_contact form input,
  .page_contact form textarea,
  .page_contact form select {
    font-size: 14px;
    height: 46px;
    letter-spacing: unset;
  }

  .page_contact form select {
    background-size: 12px;
    padding-right: 40px;
  }

  .page_contact form textarea {
    height: 120px;
    padding: 14px 0;
  }

  .page_contact form span:has(input[type=checkbox]) {
    margin-top: 0;
  }

  .page_contact form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }

  .page_contact form input[type=checkbox]~span {
    width: calc(100% - 25px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
    letter-spacing: unset;
  }

  .page_contact form span:has(input[type=submit]) {
    margin-top: 10px;
  }

  .page_contact form input[type=submit] {
    min-width: 120px;
    font-size: 14px;
    padding: 0 20px;
  }

  div.swiper-pagination {
    gap: 12px;
  }

  div.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .head_icon {
    width: 100px;
  }

  .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }

  .breadcrumbs span {
    font-size: 14px;
  }

  .breadcrumbs span span::before {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }

  .white .breadcrumbs span {
    letter-spacing: unset;
  }

  .product_list .img .pd {
    opacity: 0;
    transform: scale(1.2);
  }

  .product_list .img .bg {
    opacity: 1;
    transform: scale(1);
  }

  .product_list .btns {
    transform: translateY(0);
    opacity: 1;
  }

  .product_list .pic .tag {
    font-size: 14px;
    line-height: 30px;
    padding: 0 14px;
    left: 14px;
    top: 14px;
  }

  .product_list .pic .btns {
    gap: 10px;
    padding: 0 20px;
  }

  .product_list .pic .btns .btn_w,
  .product_list .pic .btns .btn_b {
    font-size: 14px;
    line-height: 42px;
    flex: 1 0 100px;
  }

  .product_list .info {
    margin-top: 20px;
  }

  .product_list .info .cat {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .product_list .info .title {
    font-size: 18px;
  }

  .product_list .info .price {
    font-size: 14px;
  }

  .product_list .info .colors {
    transform: translateY(0);
    opacity: 1;
    margin-top: 10px;
  }

  .product_list .info .colors ul {
    gap: 5px;
  }

  .product_list .info .colors li {
    width: 14px;
    height: 14px;
    margin: 3px;
  }

  .order_item {
    grid-template-columns: 80px 1fr auto;
    gap: 16px;
    padding: 14px 0;
  }

  .order_item .info {
    margin-top: 10px;
  }

  .order_item .info .title {
    font-size: 16px;
  }

  .order_item .info .desc {
    font-size: 14px;
    margin-top: 5px;
  }

  .order_item .price {
    margin-top: 10px;
  }

  .order_item .price p {
    font-size: 18px;
  }

  .order_item .price del {
    font-size: 14px;
  }

  .blog_list .cat {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    left: 10px;
    top: 10px;
  }

  .blog_list .info {
    line-height: 1.5;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_list .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }

  .blog_list .info .desc {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .blog_list .info .more {
    margin-top: 20px;
  }

  .contact_sidebar {
    left: 14px;
    gap: 10px;
    padding: 20px 0 10px;
  }

  .contact_sidebar .social {
    gap: 10px;
  }

  .contact_sidebar .social a {
    width: 22px;
    height: 22px;
  }

  .contact_sidebar .label {
    font-size: 12px;
    line-height: 30px;
    padding: 10px 0;
  }


  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;
  }

  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;
  }

  .discount_modal .modal_content .lt {
    display: none;
  }

  .discount_modal .modal_content>.flex {
    background: none;
  }

  .discount_modal .modal_content .rt {
    width: 100%;
    min-height: unset;
    padding: 6rem 3rem;
  }

  .discount_modal .modal_content .rt .image_logo img {
    width: 12rem;
  }

  .discount_modal .modal_content .rt>strong {
    font-size: 2.5rem;
    margin-top: 3rem;
  }

  .discount_modal .modal_content .rt form input[type="email"] {
    font-size: 1.4rem;

  }

  .discount_modal .modal_content .rt>p {
    width: 100%;
  }

  .discount_modal .modal_content .rt form input[type="submit"] {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 120px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }

  .swiper_content {
    padding: 10px 20px;
  }

  header .content {
    padding: 0 20px;
  }

  footer .top .flex {
    flex-direction: column;
  }

  .order_item {
    grid-template-columns: 80px 1fr;
    gap: 10px 16px;
  }

  .order_item .price {
    grid-column: 2;
    margin: 0;
  }

  .page_contact form .col-2 {
    width: 100%;
  }

  .product_model {
    overflow: hidden;
  }

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

  .popup_model .popup_box {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=global.css.map */