* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #96c054;
  --secondary: #000;
  --title: #161616;
  --text: #000;
  --border: #ccc;
  --bg: rgba(204, 204, 204, 0.3);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 155rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 158rem;
  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;
}
body ins{
  text-decoration: unset;
}
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;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: "Roboto", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
}
.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;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 0.3rem;
  font-size: 2.052rem;
  font-weight: 500;
  line-height: 6rem;
  padding: 0 2.89rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid rgba(22, 22, 22, 0.5);
  background-color: transparent;
  color: var(--title);
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 5.7rem;
  padding: 0 4.3rem;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.swiper_btns {
  gap: 3.6rem;
  display: flex;
}
.swiper_btns div {
  width: 5.8rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.5rem;
  background-color: #efefef;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 98.28%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 17.24%;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover {
  background-color: var(--primary);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: var(--primary);
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 172.9rem;
  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;
}
.head.white {
  color: #fff;
}
header {
  position: sticky;
  top: -13.8rem;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
header.bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.opt {
  top: -4.5rem;
}
header .top {
  border-bottom: 1px solid var(--border);
  padding: 1.2rem 0 1.3rem;
}
header .top .btn_lang {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
  margin-bottom: -1px;
}
header .top .btn_lang::before {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
  opacity: 0.8;
  transition: all 0.3s;
  content: '';
  display: inline-block;
  flex-shrink: 0;
  margin-bottom: 1px;
}
header .top .btn_lang:hover::before {
  opacity: 1;
}
header .main .flex {
  gap: 5.8rem;
}
header .lt {
  display: flex;
  align-items: center;
  margin-bottom: 0.3%;
}
header .lt .logo {
  display: block;
  position: relative;
}
header .lt .logo img {
  display: block;
  width: auto;
  height: 6.6rem;
}
header .lt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  position: relative;
  margin-bottom: 2px;
}
header nav .btn_menu {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-radius: 0.3rem;
  border: 1px solid var(--border);
  transition: all 0.3s;
  padding: 1.2rem 1.7rem 1.4rem 5rem;
}
header nav .btn_menu::before,
header nav .btn_menu::after {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 1.6rem;
  content: '';
  background: url("../img/icon-menu.svg") no-repeat center / contain;
  transition: all 0.3s;
}
header nav .btn_menu::before {
  background-image: url("../img/icon-close.svg");
  opacity: 0;
  transform: scale(0.3);
}
header nav .btn_menu + div {
  position: absolute;
  top: 100%;
  width: calc(100% + 4.8rem);
  min-width: 23rem;
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem 0.5rem;
  max-height: 50rem;
  overflow: auto;
  display: none;
  margin-top: 1rem;
}
header nav .menu li + li {
  margin-top: 0.5rem;
}
header nav .menu > li > a {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.3rem;
  vertical-align: top;
  padding: 1rem;
}
header nav .menu > li > a:hover {
  background-color: rgba(150, 192, 84, 0.1);
}
header .search_box {
  flex: 1;
  max-width: 75.1rem;
  margin: 0 auto 0.3rem;
}
header .search_box form {
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  height: 4.6rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
}
header .search_box form input[type=text] {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
  padding: 0 2.4rem 1px;
}
header .search_box form input[type=text]::placeholder {
  color: #111111;
}
header .search_box form input[type=submit] {
  display: block;
  border-radius: 0.5rem;
  text-indent: -999px;
  color: transparent;
  transition: all 0.3s;
  background: url("../img/icon-search-w.svg") no-repeat center / 40.426% var(--primary);
  margin: -1px;
}
header .search_box form input[type=submit]:hover {
  background-color: var(--title);
}
header .btns {
  gap: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 9.3rem;
  padding-top: 0.3rem;
  margin-left: 0.8%;
}
header .btns .btn_lang {
  display: none;
}
header .btns .btn_search {
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btns .btn_account {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/icon-user.svg) no-repeat center / contain;
  margin-left: 0.4rem;
}
header .btns .btn_cart {
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/icon-cart.svg) no-repeat center / contain;
}
header .btns .btn_cart i {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  background-color: var(--primary);
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  min-width: 1.5rem;
  transform: translate(50%, -50%);
}
footer .top {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #dddddd 34%, #dddddd 66%, transparent) 1;
  padding: 11.9rem 0 3.8rem;
}
footer .top .logo {
  display: block;
  position: relative;
  max-width: 16rem;
}
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 h2 {
  font-size: 2.796rem;
  font-weight: 500;
  color: #111111;
  margin-top: 0.8%;
}
footer .main {
  padding: 6.5rem 0 21.3rem;
}
footer .main strong {
  display: block;
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3.3rem;
}
footer .main .flex {
  gap: 5rem 2rem;
}
footer .main .slide_intro {
  width: 32.194%;
  margin-left: 13.6%;
}
footer .main .slide_intro p {
  font-size: 1.8rem;
  color: #1e1e1e;
  opacity: 0.8;
}
footer .main .slide_intro form {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 43.8rem;
  margin-top: 4.7rem;
  position: relative;
}
footer .main .slide_intro form input {
  font-size: 1.8rem;
  color: #1e1e1e;
  display: block;
  width: 100%;
}
footer .main .slide_intro form input::placeholder {
  color: #1e1e1e;
}
footer .main .slide_intro form input[type=email] {
  border-bottom: 1px solid rgba(39, 28, 11, 0.15);
  padding-bottom: 0.5rem;
}
footer .main .slide_intro form input[type=email]:focus {
  border-bottom-color: var(--primary);
}
footer .main .slide_intro form input[type=submit] {
  color: #fff;
  background-color: #000000;
  transition: all 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 5.1rem;
  padding: 0 3.1rem;
}
footer .main .slide_intro form input[type=submit]:hover {
  background-color: var(--primary);
}
footer .main .slide_intro .social {
  gap: 2rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.1rem;
}
footer .main .slide_intro .social a {
  opacity: 1;
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(39, 28, 11, 0.15);
}
footer .main .slide_intro .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
footer .main .slide_intro .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .main .slide_intro .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .main .slide_intro .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .main .slide_intro .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .main .slide_intro .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .main .slide_intro .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .main .slide_intro .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .main .slide_obj ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 28rem;
  gap: 2.6rem 11.3rem;
}
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 .bottom {
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #dddddd 34%, #dddddd 66%, transparent) 1;
  padding: 1.8rem 0 3.3rem;
}
footer .bottom .btn_lang {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #111111;
  gap: 1rem;
  margin-right: 6.1%;
  margin-top: 0.4rem;
}
footer .bottom .btn_lang::before {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
  opacity: 0.8;
  transition: all 0.3s;
  content: '';
  display: inline-block;
  flex-shrink: 0;
}
footer .bottom .btn_lang:hover::before {
  opacity: 1;
}
footer .bottom .copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 0.7rem;
  margin-top: 0.6rem;
}
footer .bottom .copyright a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom .copyright a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom .copyright ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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 0.7rem;
}
footer .bottom .copyright ul li:first-child::before {
  margin-left: 0;
}
footer .bottom .payments ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
footer .bottom .payments .img {
  height: 2.7rem;
  width: auto;
}

body.woocommerce .quantity .qty{
  width: auto;
}
.account_model {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  align-items: center;
  display: none;
  opacity: 0;
  overflow: auto;
}
.account_model .account_box {
  width: calc(100% - 4rem);
  max-width: 84.1rem;
  margin: 5rem auto;
  border-radius: 1.6rem;
  background-color: #fff;
  padding: 7.8rem 5rem 10rem;
}
.account_model form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  gap: 1.9rem 0;
  max-width: 52rem;
  margin: 0 auto;
  display: none;
}
.account_model form.active{
  display: flex;
}
.account_model form span {
  width: 100%;
}
.account_model form .col-2 {
  width: 45%;
}
.account_model form .title {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 0.4rem;
}
.account_model form .desc {
  text-align: center;
  width: 100%;
  margin-bottom: 1.7rem;
}
.account_model form .desc a {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  transition: all 0.3s;
  gap: 0.5rem;
  text-decoration: none;
}
.account_model form .desc a::after {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  content: '';
  flex-shrink: 0;
  transition: all 0.3s;
  background: url("../img/nav-r.svg") no-repeat center / contain;
}
.account_model form .desc a:hover::after {
  transform: translateX(20%);
}
.account_model form input {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #d3d3d3;
  border-radius: 0.4rem;
  background: no-repeat center left 2.1rem/2.2rem;
  height: 7.5rem;
  padding: 0 2rem 0 6.2rem;
}
.account_model form input::placeholder {
  color: var(--title);
}
.account_model form input:focus {
  border-color: var(--primary);
}
.account_model form input[type=email] {
  background-image: url("../img/form-email.svg");
}
.account_model form input[type=password] {
  background-image: url("../img/form-lock.svg");
}
.account_model form input[name="username"] {
  background-image: url("../img/form-user.svg");
}
.account_model form span:has(input[type=checkbox]) {
  margin-top: 1.3rem;
}
.account_model form input[type=checkbox] {
  width: 1.9rem;
  height: 1.9rem;
  padding: 0;
  border-radius: 0.3rem;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.account_model 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;
}
.account_model form input[type=checkbox]:checked::after {
  opacity: 1;
}
.account_model form input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 2.5rem);
  padding-left: 0.9rem;
  margin-top: 1px;
}
.account_model form span:has(a) {
  text-align: right;
  margin-top: 0.9rem;
}
.account_model form a {
  text-decoration: underline;
  transition: all 0.3s;
  vertical-align: top;
}
.account_model form a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}
.account_model form span:has(input[type=submit]) {
  margin-top: 3rem;
}
.account_model form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 700;
  padding: 0 2rem;
  height: 6rem;
}
.account_model form input[type=submit]:hover {
  background-color: transparent;
  color: var(--primary);
}
.page_filter {
  background-color: #58585a;
  padding: 1.5rem 0 1.7rem;
}
.page_filter form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 0.9rem;
}
.page_filter form .title {
  font-size: 2.4rem;
  color: #fff;
  margin-right: auto;
  letter-spacing: 0.01rem;
}
.page_filter form input,
.page_filter form select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
  border-radius: 0.3rem;
  background: #fff;
  height: 4.6rem;
  padding: 0 1.8rem;
}
.page_filter form span:has(select) {
  flex: 0 1 23.1613%;
  margin-left: 0.2rem;
}
.page_filter form select {
  background: url("../img/icon-select.svg") no-repeat center right 1.1rem/1.1rem #fff;
  padding-right: 4rem;
  height: 4.8rem;
  padding-top: 2px;
}
.page_filter form input[type=submit] {
  color: #fff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.3s;
  padding: 0 3.3rem;
}
.page_filter form input[type=submit]:hover {
  background-color: transparent;
  color: var(--primary);
}
.page_filter form span:has(.reset) {
  margin-left: 1.1%;
  margin-right: 1.1613%;
}
.page_filter form .reset {
  display: inline-flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  font-size: 1.6rem;
  gap: 0.8rem;
  letter-spacing: 0.01rem;
}
.page_filter form .reset::before {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../img/close.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.page_filter form .reset:hover {
  color: var(--primary);
}
.page_filter form .reset:hover::before {
  filter: unset;
  transform: rotate(360deg);
}
.page_discover .flex {
  min-height: 38.9rem;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 4rem 8.3rem;
}
.page_discover .flex::before {
  width: 76.90323%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #000 -1.4876%, transparent);
  opacity: 0.5;
}
.page_discover .head {
  flex: 1;
  max-width: 79.7rem;
  padding-top: 0.2%;
}
.page_discover h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 900;
}
.page_discover .btn {
  margin-top: 2.5rem;
}
.notice_box {
  background-color: var(--bg);
  display: flex;
  justify-content: center;
  padding: 1.6rem 2rem 1.7rem;
}
.notice_box .notice_swiper {
  overflow: hidden;
  margin: 0 auto;
}
.notice_box .notice_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  overflow: hidden;
  gap: 3.3rem;
}
.notice_box .notice_swiper .icon {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  background-color: var(--primary);
  flex-shrink: 0;
}
.notice_box .notice_swiper p {
  font-size: 2.648rem;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
  max-width: max-content;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.page_category {
  padding: 1rem 0 2rem;
}
.page_category .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(38rem, 100%), 1fr));
  gap: 2.5rem 1.6129%;
}
.page_products {
  padding: 4.5rem 0 19.9rem;
}
.page_products h2 {
  font-size: 3rem;
  font-weight: 700;
}
.page_products .page_products_swiper {
  margin-top: 1.6rem;
}
.page_products .page_products_swiper .swiper-slide {
  max-width: 300px;
}
.page_products .product_list .info {
  padding-top: 1.7rem;
  padding-right: 2.5rem;
}
.page_products .product_list .amount {
  margin-top: 1.4rem;
}
.page_products .product_list .btn {
  margin-top: 1.6rem;
}
.breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.breadcrumbs span {
  font-weight: 500;
  color: #666666;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: ' > ';
  font-weight: 400;
  opacity: 0.5;
  margin: 0 0.7rem 0 0.4rem;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span span:last-child::before {
  margin-left: 1px;
}
.breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
  font-weight: 400;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.category_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  border-radius: 0.4rem;
  border: 1px solid var(--border);
  overflow: hidden;
}
.category_item a:hover img {
  transform: scale(1.02);
}
.category_item .info {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  max-width: 26.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6.8% 0 8.2% 6.2%;
}
.category_item .title {
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.category_item .btn {
  font-size: 1.6rem;
  line-height: 4.7rem;
  padding: 0 2.8rem;
  margin-top: 2rem;
}
.category_item .img {
  width: 68.2731%;
  --h: 76.47058824%;
  align-self: center;
  margin-left: -10%;
}
.product_list .active a {
  box-shadow: 1rem 1rem 0.8rem rgba(0, 0, 0, 0.1);
}
.product_list .active .img,
.product_list .active .info,
.product_list .active .amount {
  transform: translateY(0);
}
.product_list .active .btn {
  opacity: 1;
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.6rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list a:hover .btn {
  background-color: transparent;
  color: var(--primary);
}
.product_list .img {
  padding-bottom: 90.2777778%;
  transform: translateY(3.1rem);
  transition: all 0.4s;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.697rem;
  line-height: 1.30053;
  transition: all 0.4s;
  transform: translateY(4.9rem);
  padding: 1.6rem 2.4rem 2rem 2.1rem;
}
.product_list .title {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .amount {
  font-weight: 500;
  margin-top: 1.3rem;
  margin-bottom: auto;
  transition: all 0.4s;
  transform: translateY(0.4rem);
}
.product_list .amount del {
  font-size: 1.443rem;
  font-weight: 400;
  color: #898b8c;
  margin-left: 2px;
}
.product_list .btn {
  font-size: 1.6rem;
  line-height: 3.9rem;
  padding: 0 2rem;
  opacity: 0;
  margin-top: 1.4rem;
}
.order_item {
  border-bottom: 1px solid #bcbcbc;
  display: grid;
  grid-template-columns: 14rem auto auto auto;
  align-items: center;
  gap: 2rem 4.258%;
  padding: 2.5rem 0 1.5rem;
}
.order_item:last-child {
  border-bottom: none;
}
.order_item .img {
  padding-bottom: 100%;
}
.order_item .info {
  max-width: 30rem;
  margin-bottom: 0.8rem;
}
.order_item .info .title {
  font-size: 2.3rem;
  line-height: 3.1rem;
  font-weight: 700;
  color: #333333;
}
.order_item .info .desc {
  color: #808080;
  margin-top: 1.1rem;
}
.order_item .qty {
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  align-self: start;
  margin-top: 3.1rem;
}
.order_item .price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
  text-align: right;
  align-self: start;
  margin-top: 3rem;
}
.blog_list {
  font-weight: 600;
}
.blog_list .active .con {
  transform: translateY(0);
  opacity: 1;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  width: 100%;
  padding-bottom: 106.403052%;
}
.blog_list .cat {
  position: absolute;
  z-index: 2;
  left: 5.375%;
  top: 5.9051%;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #fff;
  background-color: var(--primary);
  text-align: center;
  padding: 0 2.7rem;
}
.blog_list .con {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 5.456%;
  bottom: 0;
  display: flex;
  max-height: 80%;
  overflow: hidden;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(100%);
  opacity: 0;
  padding: 11.3% 8.4% 7.2%;
}
.blog_list .con .desc {
  overflow-y: auto;
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: #565656;
}
.blog_list .con::after {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/arrow-tr.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  content: '';
  z-index: 2;
  top: 16.6%;
  right: 8.84%;
}
.blog_list .info {
  flex: 1;
  margin-top: 3.8rem;
}
.blog_list .date {
  font-size: 1.851rem;
  color: #3f3f3f;
}
.blog_list .title {
  font-size: 2.2rem;
  line-height: 3.41rem;
  color: #161616;
  margin-top: 1.4rem;
  max-width: 43rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 2rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}




@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0 3rem;
    max-width: 1220px;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  footer .main .slide_intro {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  header {
    font-size: 14px;
  }
  header .lt {
    margin: 0;
    padding: 0;
  }
  header .main {
    position: relative;
  }
  header .main .content {
    position: unset;
  }
  header nav {
    margin: 0;
    position: unset;
  }
  header nav .btn_menu {
    padding: 0;
    overflow: hidden;
    width: 22px;
    height: 22px;
    text-indent: -999px;
    border: none;
  }
  header nav .btn_menu::before,
  header nav .btn_menu::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  header nav .btn_menu.close::after {
    transform: scale(0.3);
    opacity: 0;
  }
  header nav .btn_menu.close::before {
    transform: scale(1);
    opacity: 1;
  }
  header nav .btn_menu + div {
    width: 100%;
    min-width: unset;
    height: 100vh;
    left: 0;
    padding: 10px;
    max-height: unset;
    margin: 0;
    border-radius: 0;
  }
  header nav .menu li + li {
    margin-top: 10px;
  }
  header nav .menu > li > a {
    padding: 10px 20px;
  }
  header .btns {
    padding: 0;
    margin: 0;
  }
  header .btns .btn_search,
  header .btns .btn_account,
  header .btns .btn_cart,
  header .btns .btn_lang {
    width: 22px;
    height: 22px;
    margin: 0;
  }
  header .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  footer .main .slide_obj ul {
    gap: 2.6rem;
  }
}
@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.4rem;
  }
  .content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 30px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    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_line {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    margin-top: 20px;
  }
  header {
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
    position: sticky;
  }
  header.opt {
    top: 0;
  }
  header .top {
    display: none;
  }
  header .main .flex {
    gap: 20px;
  }
  header .lt .logo img {
    height: 35px;
  }
  header .btns {
    gap: 20px;
    min-height: 64px;
    margin-left: auto;
  }
  header .btns .btn_lang {
    display: block;
    content: '';
    background: url("../img/icon-lang.svg") no-repeat center / contain;
  }
  header .search_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    max-width: unset;
    padding: 16px 20px;
    margin: 0;
    border-top: 1px solid var(--border);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }
  header .search_box form {
    height: 46px;
  }
  header .search_box form input[type=text] {
    font-size: 14px;
    padding: 0 20px;
  }
  footer .top {
    padding: 50px 0 20px;
  }
  footer .top .flex {
    display: block;
  }
  footer .top .logo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
  footer .top h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
  footer .main {
    padding: 40px 0;
  }
  footer .main .flex {
    flex-direction: column;
    gap: 0;
  }
  footer .main strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .main .slide_intro {
    margin: 0 0 20px;
    width: 100%;
    display: grid;
    order: -1;
  }
  footer .main .slide_intro p {
    font-size: 14px;
  }
  footer .main .slide_intro form {
    max-width: unset;
    margin-top: 30px;
  }
  footer .main .slide_intro form input {
    font-size: 14px;
  }
  footer .main .slide_intro form input[type=email] {
    padding: 0;
  }
  footer .main .slide_intro form input[type=submit] {
    line-height: 42px;
    padding: 0 20px;
  }
  footer .main .slide_intro .social {
    margin-top: 30px;
    gap: 16px;
    justify-content: space-around;
  }
  footer .main .slide_intro .social a {
    width: 40px;
    height: 40px;
  }
  footer .main .slide_intro div {
    order: 2;
  }
  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 ul {
    display: block;
    max-height: unset;
  }
  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: 20px;
    flex-direction: column;
  }
  footer .bottom .btn_lang {
    margin: 0;
  }
  footer .bottom .btn_lang::before {
    width: 16px;
    height: 16px;
  }
  footer .bottom .copyright {
    order: 3;
    flex-direction: column-reverse;
    gap: 20px;
  }
  footer .bottom .copyright ul {
    gap: 1rem 0;
  }
  footer .bottom .copyright ul li::before {
    height: 10px;
    margin: 0 10px;
  }
  footer .bottom .copyright p {
    font-size: 13px;
  }
  footer .bottom .copyright a {
    font-size: 14px;
  }
  footer .bottom .payments {
    order: -1;
  }
  footer .bottom .payments ul {
    gap: 10px;
  }
  footer .bottom .payments .img {
    height: 25px;
  }
  .account_model .account_box {
    border-radius: 10px;
    padding: 50px 20px;
    margin: 40px auto;
  }
  .account_model form {
    gap: 16px;
    font-size: 14px;
  }
  .account_model form .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .account_model form .desc {
    margin-bottom: 10px;
  }
  .account_model form .desc a {
    gap: 4px;
  }
  .account_model form .desc a::after {
    width: 10px;
    height: 10px;
  }
  .account_model form input {
    font-size: 14px;
    height: 46px;
    padding: 0 20px 0 45px;
    background-size: 16px;
    background-position: center left 14px;
  }
  .account_model form textarea {
    height: 120px;
    padding: 20px;
  }
  .account_model form span:has(input[type=checkbox]),
  .account_model form span:has(a) {
    margin-top: 0;
  }
  .account_model form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .account_model form input[type=checkbox] ~ span {
    width: calc(100% - 24px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .account_model form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .account_model form input[type=submit] {
    min-width: 120px;
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }
  .notice_box {
    padding: 10px 20px;
  }
  .notice_box .notice_swiper .swiper-slide {
    gap: 16px;
  }
  .notice_box .notice_swiper .swiper-slide .icon {
    width: 40px;
    height: 40px;
  }
  .notice_box .notice_swiper .swiper-slide p {
    font-size: 14px;
  }
  .page_category {
    padding: 10px 0;
  }
  .page_category .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(270px, 100%), 1fr));
    gap: 16px;
  }
  .page_discover {
    padding: 10px 0;
  }
  .page_discover .flex {
    min-height: unset;
    padding: 50px 20px;
  }
  .page_discover .flex .head {
    padding: 0;
    max-width: 300px;
  }
  .page_filter {
    padding: 20px 0;
  }
  .page_filter form {
    gap: 16px;
  }
  .page_filter form .title {
    font-size: 18px;
    letter-spacing: unset;
    width: calc(100% - 120px);
    order: -1;
  }
  .page_filter form input,
  .page_filter form select {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }
  .page_filter form select {
    background-size: 12px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .page_filter form span:has(select) {
    margin: 0;
    flex: 0 1 190px;
  }
  .page_filter form span:has(.reset) {
    margin: 0;
    order: -1;
  }
  .page_filter form .reset {
    font-size: 14px;
    gap: 5px;
    letter-spacing: unset;
  }
  .page_filter form .reset::before {
    width: 8px;
    height: 8px;
  }
  .page_filter form input[type=submit] {
    padding: 0 20px;
  }
  .page_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_products .swiper_content {
    overflow: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page_products .page_products_swiper {
    margin-top: 30px;
  }
  .page_products .page_products_swiper .swiper-slide {
    max-width: 277px;
  }
  .page_products .product_list .info {
    padding: 10px 20px 20px;
  }
  .page_products .product_list .amount {
    margin-top: 10px;
  }
  .page_products .product_list .btn {
    margin-top: 20px;
  }
  .page_products .swiper_btns.middle {
    position: static;
    width: 100%;
    padding: 0 30px;
    justify-content: flex-end;
    margin-top: 30px;
    transform: translateX(0);
  }
  .breadcrumbs span span::before {
    margin: 0 10px;
  }
  .breadcrumbs span span:last-child::before {
    margin: 0 10px;
  }
  .blog_list .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 12px;
  }
  .blog_list .con {
    transform: translateY(0);
    opacity: 1;
  }
  .blog_list .con::after {
    width: 12px;
    height: 12px;
  }
  .blog_list .con .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .blog_list .info {
    margin-top: 14px;
  }
  .blog_list .info .date {
    font-size: 14px;
  }
  .blog_list .info .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .category_item .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .category_item .info .btn {
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .product_list .img {
    transform: translateY(0);
  }
  .product_list .info {
    padding: 10px 20px 20px;
    transform: translateY(0);
    font-size: 18px;
    line-height: 1.5;
  }
  .product_list .info .amount {
    margin-top: 10px;
    transform: translateY(0);
  }
  .product_list .info .amount del {
    font-size: 14px;
  }
  .product_list .info .btn {
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
    opacity: 1;
  }
  .order_item {
    padding: 20px 0;
    grid-template-columns: 100px repeat(3, auto);
    gap: 16px;
  }
  .order_item .info {
    margin: 0;
  }
  .order_item .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .order_item .info .desc {
    margin-top: 10px;
  }
  .order_item .qty,
  .order_item .price {
    font-size: 16px;
    margin: 0;
    align-self: center;
  }

  .default_head{
      padding: 5rem 0;
    }
    .default_head h1{
      font-size: 2rem;
    }
    .default_body{
      padding: 3rem 0;
      font-size: 0.9rem;
      line-height: 1.5rem;
    }
    
    .default_body h2 {
      font-size: 1.2rem;
      line-height: 1.5;
      font-weight: 700;
      margin: 1rem 0 1rem;
    }
    .default_body h3 {
      font-size: 1.1rem;
      line-height: 1.5;
      font-weight: 700;
      margin: 1rem 0;
    }
    .default_body p {
      margin: 1rem 0;
    }
    
    
    .default_body ul li {
      position: relative;
      margin-bottom: 1rem;
    }
    .default_body ul li:last-child {
      margin-bottom: 0;
    }

}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .page_filter form {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
  }
  .page_filter form .title {
    width: 100%;
    grid-column: unset;
  }
  .page_filter form span:has(.reset) {
    grid-column: unset;
  }
  .page_filter form span {
    grid-column: span 2;
  }
  .page_products .swiper_btns.middle {
    padding: 0 20px;
  }
  .order_item {
    grid-template-columns: repeat(2, auto);
  }
  .order_item .img,
  .order_item .info {
    grid-column: span 2;
  }
}
