@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Light.woff2") format("woff2"), url("../fonts/Inter24pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Regular.woff2") format("woff2"), url("../fonts/Inter24pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Medium.woff2") format("woff2"), url("../fonts/Inter24pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter24pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Bold.woff2") format("woff2"), url("../fonts/Inter24pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #000;
  background-color: #F8F5F4;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 80px 0;
}

@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.page-padding2 {
  padding: 50px 0 80px;
}

@media screen and (max-width: 575px) {
  .page-padding2 {
    padding: 50px 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

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

h1, h2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  h1, h2 {
    font-size: 42px;
    letter-spacing: 16px;
  }
}

@media screen and (max-width: 1399px) {
  h1, h2 {
    font-size: 38px;
    letter-spacing: 14px;
  }
}

@media screen and (max-width: 1199px) {
  h1, h2 {
    font-size: 35px;
    letter-spacing: 12px;
  }
}

@media screen and (max-width: 575px) {
  h1, h2 {
    font-size: 30px;
    letter-spacing: 8px;
  }
}

.underline-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.underline-title h1, .underline-title h2 {
  border-bottom: 1px solid #000;
}

.title span {
  font-size: 18px;
  font-family: "Marcellus";
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  display: block;
  color: #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
  .title span {
    font-size: 16px;
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 575px) {
  .title span {
    font-size: 12px;
    letter-spacing: 3px;
  }
}

.center-title h1, .center-title h2, .center-title span {
  text-align: center;
}

.small-title h1, .small-title h2, .small-title2 h1, .small-title2 h2 {
  font-size: 32px;
  letter-spacing: 12px;
}

@media screen and (max-width: 575px) {
  .small-title h1, .small-title h2, .small-title2 h1, .small-title2 h2 {
    font-size: 25px;
    letter-spacing: 8px;
  }
}

.small-title2 h1, .small-title2 h2 {
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .small-title2 h1, .small-title2 h2 {
    letter-spacing: 3px;
  }
}

.big-title h1, .big-title h2 {
  font-size: 64px;
  letter-spacing: 28px;
}

p {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 2.5px;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  p {
    font-size: 16px;
    letter-spacing: 2.3px;
  }
}

@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

.text p+p {
  margin-top: 20px;
}

.white {
  background-color: #fff;
}

.mt {
  margin-top: 110px;
}

@media screen and (max-width: 1299px) {
  .mt {
    margin-top: 100px;
  }
}

@media screen and (max-width: 575px) {
  .mt {
    margin-top: 115px;
  }
}

.whiteBtn {
  font-size: 16px;
  letter-spacing: 4px;
  font-family: "Inter";
  font-weight: 400;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  transition: all 0.5s;
  padding: 20px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .whiteBtn {
    font-size: 14px;
    letter-spacing: 3.5px;
  }
}

.whiteBtn:hover {
  color: #fff;
  background-color: #000;
}

.whiteBtn2 {
  font-size: 18px;
  letter-spacing: 7px;
  padding: 15px 45px;
}

@media screen and (max-width: 575px) {
  .whiteBtn2 {
    font-size: 16px;
    letter-spacing: 3.5px;
    padding: 15px 30px;
  }
}

.centerBtn .whiteBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.close {
  display: block;
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.next {
  font-size: 16px;
  font-family: "Marcellus";
  font-weight: 400;
  color: #000;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}

.next::after {
  content: "";
  width: 85px;
  height: 20px;
  background-image: url("../images/right-long-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  .next {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .next::after {
    width: 50px;
    margin-left: 5px;
  }
}

.next2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px 0;
  margin-left: auto;
}

.page-top {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
}

.page-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page-top .page-width {
  position: relative;
  z-index: 1;
}

.page-top .title span {
  margin: 0;
}

@media screen and (max-width: 1399px) {
  .page-top {
    height: 280px;
  }
}

@media screen and (max-width: 575px) {
  .page-top {
    height: 230px;
  }
}

.mt2 {
  margin-top: 50px;
}

.pdf, .back {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0;
  font-size: 18px;
}

.pdf::before, .back::before {
  content: "";
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pdf {
  font-weight: 400;
  letter-spacing: 2.5px;
}

.pdf::before {
  width: 40px;
  height: 50px;
  background-image: url("../images/pdf.png");
}

.pdf:hover {
  text-decoration: underline;
}

.back {
  font-weight: 600;
  letter-spacing: 5px;
}

.back::before {
  width: 40px;
  height: 20px;
  background-image: url("../images/back-arrow.png");
}

@media only screen and (max-width: 1600px) {
  .pdf::before {
    width: 30px;
    height: 40px;
  }

  .back::before {
    width: 35px;
  }
}

@media screen and (max-width: 575px) {
  .pdf, .back {
    font-size: 16px;
    margin: 30px 0;
  }

  .pdf {
    letter-spacing: 1px;
  }

  .pdf::before {
    width: 25px;
    height: 30px;
  }

  .back {
    letter-spacing: 3px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.iti {
  width: 100%;
}

.amountBtns {
  display: flex;
  align-items: center;
}

.amountBtns input {
  background-color: transparent;
  outline: none;
  font-family: "Inter";
  font-weight: 400;
}

.amountBtns .amount-minus, .amountBtns .amount-plus {
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  font-size: 20px;
  cursor: pointer;
  line-height: 15px;
}

.amountBtns .number {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 17px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}

header .page-width {
  position: relative;
}

@media screen and (max-width: 575px) {
  header .page-width {
    max-width: 100%;
    padding: 0 5%;
  }
}

.distributor {
  height: 20px;
}

.distributor, .distributor .countries {
  display: flex;
  align-items: center;
  justify-content: end;
}

.distributor .countries img {
  margin-left: 10px;
}

.distributor span {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
}

.main-head {
  height: 90px;
  justify-content: space-between;
}

.main-head, .main-head .nav, .main-head .main-search, .main-head .right-menu, .main-head .right-head {
  display: flex;
  align-items: center;
}

.main-head .mobile-wrap {
  height: 100%;
}

.main-head .mobile-wrap .mobile-languages {
  display: none;
}

.main-head .nav {
  height: 100%;
  list-style: none;
}

.main-head .nav>li {
  border-bottom: 1px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-head .nav>li a {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.main-head .nav>li+li {
  margin-left: 45px;
}

@media only screen and (max-width: 1600px) {
  .main-head .nav>li+li {
    margin-left: 35px;
  }
}

@media screen and (max-width: 1399px) {
  .main-head .nav>li+li {
    margin-left: 20px;
  }
}

.main-head .nav>.active {
  border-bottom: 1px solid #000;
}

.main-head .nav>.active>a, .main-head .nav>.active>details summary a {
  font-weight: 600;
}

.main-head .nav .product-list details summary, .main-head .nav .product-list details ul {
  list-style: none;
}

.main-head .nav .product-list details ul {
  position: absolute;
  top: 100%;
}

.main-head .nav .product-list .products {
  /* padding: 40px 0; */
  height: 100%;
  display: flex;
  align-items: center;
}

.main-head .nav .product-list .products>summary {
  padding-right: 15px;
  background-image: url("../images/chevron-down-black.svg");
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  appearance: none;
  -webkit-appearance:none;
}

.main-head .nav .product-list .products>ul {
  left: 0;
  background-color: #fff;
  padding: 100px 0;
}

.main-head .nav .product-list .products>ul>li+li {
  margin-top: 10px;
}

.main-head .nav .product-list .products>ul details {
  width: 500px;
  padding: 20px 0;
  padding-left: 100px;
}

@media only screen and (max-width: 1600px) {
  .main-head .nav .product-list .products>ul details {
    width: 400px;
  }
}

.main-head .nav .product-list .products>ul details summary {
  display: flex;
  align-items: center;
}

.main-head .nav .product-list .products>ul details summary a {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.5px;
  transition: all 0.4s;
}

.main-head .nav .product-list .products>ul details summary::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}

.main-head .nav .product-list .products>ul details summary:hover a {
  font-weight: 600;
}

.main-head .nav .product-list .products>ul details summary:hover::before {
  width: 50px;
  margin-right: 10px;
}

.main-head .nav .product-list .products>ul details ul {
  top: 0;
  left: 500px;
  width: 900px;
  background-color: #F8F5F4;
  height: 100%;
  overflow-y: scroll;
  padding: 50px 100px;
}

@media only screen and (max-width: 1600px) {
  .main-head .nav .product-list .products>ul details ul {
    left: 400px;
    width: calc(80vw - 400px);
  }
}

.main-head .nav .product-list .products>ul details ul li a {
  font-size: 18px;
  letter-spacing: 2.5px;
  font-weight: 300;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}

.main-head .nav .product-list .products>ul details ul li a:hover {
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.main-head .nav .product-list .products>ul details ul li+li {
  margin-top: 35px;
}

.main-head .header-logo {
  /* width: 70px; */
  width: 150px;
  height: 70px;
  transform: translateY(-10px);
  transition: all 0.5s;
}

.main-head .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main-head .right-menu .profile, .main-head .right-menu .wish, .main-head .right-menu .head-cart, .main-head .right-menu .lang-and-hamb {
  margin-left: 30px;
}

@media only screen and (max-width: 1600px) {
  .main-head .right-menu .profile, .main-head .right-menu .wish, .main-head .right-menu .head-cart, .main-head .right-menu .lang-and-hamb {
    margin-left: 20px;
  }
}

.main-head .right-menu .head-cart {
  width: 20px;
  height: 20px;
  background-image: url("../images/shopping-bag.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .main-head .right-menu .head-cart {
    margin-right: 10px;
  }
}

.main-head .right-menu .head-cart .num-of-items {
  position: absolute;
  top: -12px;
  right: -14px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  min-width: 22px;
  border-radius: 50%;
}

.main-head .right-menu .lang-and-hamb {
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-left: 1px solid #000;
  min-height: 30px;
}

@media only screen and (max-width: 1600px) {
  .main-head .right-menu .lang-and-hamb {
    padding-left: 20px;
  }
}

.main-head .right-menu .lang-and-hamb .hamburger {
  display: none;
}

.main-head .right-menu .lang-and-hamb .languages {
  position: relative;
}

.main-head .right-menu .lang-and-hamb .languages summary {
  list-style: none;
  cursor: pointer;
  padding-right: 12px;
  background-image: url("../images/chevron-down-black.svg");
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.main-head .right-menu .lang-and-hamb .languages ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F8F5F4;
  list-style: none;
  padding: 10px;
}

.main-head .right-menu .lang-and-hamb .languages summary, .main-head .right-menu .lang-and-hamb .languages ul li a {
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  color: #000;
  letter-spacing: 2.5px;
}

.main-head .main-search input::-moz-placeholder {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.5px;
}

.main-head .main-search input, .main-head .main-search input::placeholder {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.5px;
}

.main-head .main-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.main-head .main-search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.main-head .main-search input {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  color: #000;
  padding: 5px 0;
  width: 100%;
  max-width: 210px;
}

.main-head .main-search input:-webkit-autofill,
.main-head .main-search input:-webkit-autofill:hover,
.main-head .main-search input:-webkit-autofill:focus,
.main-head .main-search input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.main-head .main-search input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
}

.main-head .main-search button {
  border: none;
  outline: none;
  background-color: transparent;
  margin-left: 30px;
}


@media screen and (min-width: 1300px) {
  
.main-head .mobile-wrap .mobile-container{
 height: 100%;
}
}

@media only screen and (max-width: 1600px) {
  .main-head .main-search button {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1299px) {
  .main-head {
    height: 80px;
  }

  .main-head .mobile-wrap {
    position: fixed;
    z-index: 100;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 100px 10% 150px;
    background-color: #fff;
    /* overflow-y: scroll; */
    transform: translateX(100%);
    transition: all 0.5s;
  }

  .main-head .mobile-wrap .mobile-languages {
    display: flex;
    list-style: none;
    margin-top: 50px;
  }

  .main-head .mobile-wrap .mobile-languages li a {
    font-weight: 300;
  }

  .main-head .mobile-wrap .mobile-languages li .active {
    font-weight: 700;
  }

  .main-head .mobile-wrap .mobile-container{
    overflow-y: auto;
    height: 100%;
  }

  .main-head .nav li{
    width: 100%;
  }

  .main-head .nav .product-list .products{
    width: 100%;
  }

  .main-head .mobile-wrap .mobile-languages li+li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #000;
  }

  .main-head .mobile-wrap.opened {
    transform: translateX(0);
  }

  .main-head .nav {
    flex-direction: column;
    align-items: start;
    height: -moz-fit-content;
    height: fit-content;
  }

  .main-head .nav>li {
    border-bottom: none;
  }

  .main-head .nav>li a {
    font-size: 24px;
    letter-spacing: 3.5px;
  }

  .main-head .nav>li+li {
    margin-left: 0;
    margin-top: 20px;
  }

  .main-head .nav>.active {
    border-bottom: none;
  }

  .main-head .nav>.active>a, .main-head .nav>.active>details summary a {
    font-weight: 700;
  }

  .main-head .nav .product-list details ul {
    position: static;
  }

  .main-head .nav .product-list .products {
    padding: 0;
    flex-direction: column;
    display: block;
  }

  .main-head .nav .product-list .products summary {
    padding-right: 30px;
    background-image: url("../images/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 15px;
    cursor: pointer;
    width: 100%;
  }

  .main-head .nav .product-list .products>ul {
    background-color: transparent;
    padding: 10px 0 10px 20px;
    min-width: 100%;
  }

  .main-head .nav .product-list .products>ul details {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    padding: 0;
  }

  .main-head .nav .product-list .products>ul details summary a {
    font-size: 20px;
    letter-spacing: 2.8px;
  }

  .main-head .nav .product-list .products>ul details summary::before {
    display: none;
  }

  .main-head .nav .product-list .products>ul details summary:hover a {
    font-weight: 400;
  }

  .main-head .nav .product-list .products>ul details ul {
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 0 20px 20px;
  }

  .main-head .nav .product-list .products>ul details ul li a:hover {
    font-weight: 300;
  }

  .main-head .nav .product-list .products>ul details ul li+li {
    margin-top: 15px;
  }

  .main-head .header-logo {
    /* width: 60px; */
    width: 125px;
    height: 60px;
    transform: translateY(0);
  }

  .main-head .right-menu .lang-and-hamb {
    padding-left: 0;
    border-left: none;
    margin-left: 10px;
    transform: translateX(15px);
  }

  .main-head .right-menu .lang-and-hamb .languages {
    display: none;
  }

  .main-head .right-menu .lang-and-hamb .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 900px) {
  .main-head .mobile-wrap {
    padding: 100px 5% 150px;
  }
}

@media screen and (max-width: 575px) {
  .main-head {
    height: 60px;
  }

  .main-head .mobile-wrap {
    top: 95px;
  }

  .main-head .main-search {
    position: absolute;
    z-index: 93;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px 5%;
    transition: all 0.5s;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    visibility: visible;
  }

  .main-head .main-search input {
    max-width: unset;
  }

  .main-head .main-search.hide {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }

  .main-head .header-logo {
    /* width: 45px; */
    width: 95px;
    height: 45px;
  }

  .main-head .right-menu .profile, .main-head .right-menu .wish, .main-head .right-menu .head-cart {
    margin-left: 10px;
    transform: scale(0.8);
  }

  .main-head .right-menu .head-cart {
    margin-right: 0;
  }

  .main-head .right-menu .lang-and-hamb {
    margin-left: 0;
  }
}

.translateup-header {
  transform: translateY(-20px);
}
.translateup-header.top-bar-active {
  transform: translateY(-55px);
}

.translateup-header .main-head .header-logo {
  transform: none;
}

.foot2 {
  background-color: #000;
  padding: 16px 0;
}

.foot2 * {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.foot2 .page-width {
  position: relative;
  justify-content: space-between;
}

.foot2 .page-width, .foot2 .page-width ul {
  display: flex;
  align-items: center;
}

.foot2 .page-width ul {
  list-style: none;
}

.foot2 .page-width ul li+li {
  margin-left: 5px;
}

.foot2 .page-width ul li+li::before {
  content: "/";
  margin-right: 5px;
}

.foot2 .page-width img {
  height: 32px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 1299px) {
  /* .foot2 .page-width {
    padding-top: 40px;
  } */

  .foot2 .page-width img {
    top: 0;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .foot2 {
    padding-bottom: 10px;
  }

  .foot2 .page-width {
    flex-direction: column-reverse;
  }

  .foot2 .page-width p {
    text-align: center;
    line-height: normal;
    margin-top: 10px;
  }
}

.foot1 {
  padding: 80px 0 50px;
  border-top: 2px solid #fff;
}

.foot1 .page-width, .foot1 .foot-right {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.foot1 .foot-left {
  width: 100%;
  max-width: 350px;
}

.foot1 .foot-left .footer-logo {
  display: block;
  /* width: 124px; */
  width: 200px;
  height: 124px;
}

.foot1 .foot-left .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.foot1 .foot-left .contact-links {
  margin: 40px 0;
}

.foot1 .foot-right {
  width: 100%;
  max-width: 850px;
  margin-left: 50px;
}

.foot1 .foot-right div p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.foot1 .foot-right div ul {
  list-style: none;
}

.foot1 .foot-right div ul li {
  margin-top: 30px;
}

.foot1 .foot-right div ul li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.5s;
}

.foot1 .foot-right div ul li .active {
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  .foot1 .foot-right {
    max-width: 700px;
  }
}

@media screen and (max-width: 1299px) {
  .foot1 {
    padding: 50px 0;
  }

  .foot1 .page-width {
    flex-direction: column;
  }

  .foot1 .foot-right {
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .foot1 .foot-right {
    flex-direction: column;
  }

  .foot1 .foot-right div+div {
    margin-top: 50px;
  }

  .foot1 .foot-right div ul li {
    margin-top: 15px;
  }

  .foot1 .foot-right div ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .foot1 .foot-left .contact-links {
    gap: 20px;
  }

  .foot1 .foot-left .footer-logo {
    /* width: 100px;
    height: 100px; */
    width: 175px;
    height: 60px;
  }

  .foot1 .foot-right {
    margin-top: 40px;
  }
}

.contact-links {
  display: grid;
  gap: 30px;
}

.contact-links div, .contact-links a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  padding-left: 30px;
  position: relative;
}

.contact-links div::before, .contact-links a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-links .transport::before {
  width: 18px;
  height: 14px;
  background-image: url("../images/transport.svg");
}

.contact-links a[href^="tel:"]::before {
  width: 15px;
  height: 15px;
  background-image: url("../images/phone.svg");
}

.contact-links a[href^="mailto:"]::before {
  width: 15px;
  height: 13px;
  background-image: url("../images/mail.svg");
}

.contact-links .working-hours::before {
  width: 16px;
  height: 16px;
  background-image: url("../images/clock.svg");
}

.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social a {
  width: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: all 0.5s;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social a svg {
  width: 60%;
  height: 60%;
}

.social a svg path {
  fill: #fff;
  transition: all 0.5s;
}

.social a:hover {
  background-color: #fff;
}

.social a:hover svg path {
  fill: #000;
}

@media screen and (max-width: 575px) {
  .social a {
    width: 35px;
    height: 32px;
  }
}

.discount-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.discount-popup-wrap .discount-popup {
  background-color: #fff;
  position: relative;
  padding: 50px;
  width: 90%;
  max-width: 725px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90%;
  overflow-y: scroll;
}

.discount-popup-wrap .discount-popup, .discount-popup-wrap .discount-popup .special-offer-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.discount-popup-wrap .discount-popup * {
  text-align: center;
}

.discount-popup-wrap .discount-popup .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.discount-popup-wrap .discount-popup p {
  font-size: 18px;
  letter-spacing: 5px;
}

.discount-popup-wrap .discount-popup .special-offer-title {
  margin-bottom: 50px;
}

.discount-popup-wrap .discount-popup .special-offer-title p {
  font-size: 45px;
  line-height: 130%;
  letter-spacing: 19px;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}

.discount-popup-wrap .discount-popup .whiteBtn {
  margin-top: 50px;
  padding: 20px 60px;
}

@media screen and (max-width: 991px) {
  .discount-popup-wrap .discount-popup p {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .discount-popup-wrap .discount-popup .special-offer-title {
    margin-bottom: 40px;
  }

  .discount-popup-wrap .discount-popup .special-offer-title p {
    font-size: 40px;
    letter-spacing: 17px;
  }

  .discount-popup-wrap .discount-popup .whiteBtn {
    margin-top: 40px;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 575px) {
  .discount-popup-wrap .discount-popup {
    padding: 50px 20px;
  }

  .discount-popup-wrap .discount-popup .close {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 10px;
  }

  .discount-popup-wrap .discount-popup p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .discount-popup-wrap .discount-popup .special-offer-title {
    margin-bottom: 30px;
  }

  .discount-popup-wrap .discount-popup .special-offer-title p {
    font-size: 30px;
    letter-spacing: 12px;
  }

  .discount-popup-wrap .discount-popup .whiteBtn {
    margin-top: 30px;
    padding: 15px 20px;
  }
}

.discount-popup-wrap.opened {
  opacity: 1;
  visibility: visible;
}

.newsletter p {
  text-align: center;
  letter-spacing: 3.5px;
  line-height: 125%;
  margin: 40px auto;
  max-width: 800px;
}

.newsletter form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter form input, .newsletter form button {
  background-color: transparent;
  outline: none;

}

.newsletter form input::-moz-placeholder {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  color: #000;
  letter-spacing: 5px;
}

.newsletter form input, .newsletter form input::placeholder, .newsletter form button {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  color: #000;
  letter-spacing: 5px;
}

.newsletter form input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  width: 100%;
  max-width: 380px;
  padding-right: 10px !important;
}

.newsletter form button {
  border: 1px solid #000;
  border-left: none;
  position: relative;
  padding: 20px 30px;
  transition: all 0.5s;
  margin-bottom: 2px;
}

.newsletter form button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #000;
}

.newsletter form button:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .newsletter form input::-moz-placeholder {
    font-size: 16px;
    letter-spacing: 3.5px;
  }

  .newsletter form input, .newsletter form input::placeholder, .newsletter form button {
    font-size: 16px;
    letter-spacing: 3.5px;
  }

  .newsletter form input, .newsletter form button {
    padding: 15px 0;
  }

  .newsletter form input {
    max-width: unset;
  }

  .newsletter form button {
    width: 100%;
    max-width: 200px;
  }
}

@media screen and (max-width: 575px) {
  .newsletter form input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .newsletter form input, .newsletter form input::placeholder, .newsletter form button {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .newsletter form input, .newsletter form button {
    padding: 10px 0;
  }

  .newsletter form button {
    max-width: 130px;
  }
}

.md-bg {
  position: relative;
  padding: 200px 0;
  background-image: url("../images/devices.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.md-bg .page-width {
  position: relative;
  z-index: 1;
}

.md-bg h2 {
  margin: 10px 0 25px;
}

@media screen and (max-width: 1399px) {
  .md-bg {
    padding: 160px 0;
  }
}

@media screen and (max-width: 991px) {
  .md-bg {
    padding: 100px 0;
  }
}

@media screen and (max-width: 575px) {
  .md-bg {
    padding: 70px 0;
    background-position: 90%;
  }
}

.featured-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.featured-products .featured1, .featured-products .featured2 {
  display: grid;
  gap: 25px;
}

.featured-products .featured1 .title, .featured-products .featured2 .title {
  background-color: #F8F5F4;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured-products .featured1 .title p, .featured-products .featured2 .title p {
  text-align: center;
  letter-spacing: 3.5px;
  line-height: 160%;
  max-width: 350px;
}

.featured-products .featured1 .title .whiteBtn, .featured-products .featured2 .title .whiteBtn {
  margin-top: 20px;
}

.featured-products .featured-middle {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}

.featured-products .featured-middle img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 70%;
  object-position: 70%;
}

.featured-products .featured-middle .title {
  position: relative;
  z-index: 1;
}

.featured-products img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.featured-products h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .featured-products {
    gap: 20px;
  }

  .featured-products .featured1, .featured-products .featured2 {
    gap: 20px;
  }

  .featured-products .featured1 .title, .featured-products .featured2 .title {
    padding: 50px;
  }
}

@media screen and (max-width: 1399px) {
  .featured-products {
    gap: 10px;
  }

  .featured-products .featured1, .featured-products .featured2 {
    gap: 10px;
  }

  .featured-products .featured1 .title, .featured-products .featured2 .title {
    padding: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .featured-products {
    grid-template-columns: 1fr;
  }

  .featured-products .featured1, .featured-products .featured2 {
    grid-template-columns: 1fr 1fr;
  }

  .featured-products .featured1 .title, .featured-products .featured2 .title {
    justify-content: center;
  }

  .featured-products .featured1 .title p, .featured-products .featured2 .title p {
    letter-spacing: 2.5px;
  }

  .featured-products .featured-middle {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  .featured-products .featured1 .title, .featured-products .featured2 .title {
    padding: 30px 20px;
  }

  .featured-products .featured1 .title p, .featured-products .featured2 .title p {
    max-width: unset;
    letter-spacing: 1.5px;
    font-size: 14px;
  }

  .featured-products .whiteBtn2 {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 575px) {
  .featured-products .featured1, .featured-products .featured2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .featured-products .featured1 img, .featured-products .featured2 img {
    max-height: 300px;
  }
}

.slideshow {
  position: relative;
  height: 900px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.slideshow * {
  color: #fff !important;
}

.slideshow .overlay {
  opacity: 0.35;
  z-index: 1;
}

.slideshow .mainSwiper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .mainSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.slideshow .main-pagination {
  position: absolute;
  z-index: 3;
  top: unset;
  right: unset;
  left: calc(50% - 700px);
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}

@media only screen and (max-width: 1600px) {
  .slideshow .main-pagination {
    left: 10%;
  }
}

@media only screen and (max-width: 900px) {
  .slideshow .main-pagination {
    left: 5%;
  }
}

.slideshow .main-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
  opacity: 1;
  margin: 0;
}

.slideshow .main-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 30px;
}

.slideshow .main-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slideshow .page-width {
  position: relative;
  z-index: 2;
  padding: 300px 0 120px;
}

.slideshow .page-width .slider-logo {
  margin: 10px 0 35px;
  width: 315px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.slideshow .page-width p {
  line-height: 160%;
  max-width: 780px;
  letter-spacing: 3.5px;
  font-weight: 500;
}

.slideshow .page-width .whiteBtn {
  border-color: #fff;
  margin-top: 35px;
}

.slideshow .page-width .whiteBtn:hover {
  border-color: #000;
}

@media only screen and (max-width: 1600px) {
  .slideshow {
    height: -moz-fit-content;
    height: fit-content;
  }

  .slideshow .page-width {
    padding: 200px 0 150px;
  }

  .slideshow .page-width .slider-logo {
    width: 280px;
  }

  .slideshow .page-width p {
    letter-spacing: 2.8px;
  }
}

@media screen and (max-width: 767px) {
  .slideshow .page-width .slider-logo {
    width: 250px;
  }

  .slideshow .page-width p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 575px) {
  .slideshow .page-width {
    padding: 150px 0 100px;
  }

  .slideshow .page-width .slider-logo {
    width: 200px;
  }

  .slideshow .page-width p {
    letter-spacing: 1px;
  }

  .slideshow .main-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .slideshow .main-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 20px;
  }
}

.partnersSwiper {
  margin-top: 50px;
}

.partnersSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.partnersSwiper .swiper-slide img {
  height: 65px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 575px) {
  .partnersSwiper .swiper-slide img {
    height: 50px;
  }
}

.partners p {
  letter-spacing: 5px;
}

.care {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.care a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.care a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 140px;
  max-height: 130px;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.care a p {
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.care a:hover img {
  transform: scale(1.2);
}

@media screen and (max-width: 1399px) {
  .care a img {
    max-width: 120px;
    max-height: 110px;
  }

  .care a p {
    letter-spacing: 7px;
  }
}

@media screen and (max-width: 991px) {
  .care a img {
    max-width: 100px;
    max-height: 90px;
  }

  .care a p {
    letter-spacing: 4px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .care {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}

@media screen and (max-width: 575px) {
  .care a img {
    max-height: 80px;
  }

  .care a p {
    letter-spacing: 3px;
    font-size: 12px;
  }
}

.first-featured {
  padding: 100px calc(50% - 700px);
  padding-right: calc(50% + 50px);
  position: relative;
  margin-bottom: 80px;
}

.first-featured img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.first-featured .limited-discount {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 18px;
  text-align: center;
  margin: 80px 0;
}

.first-featured .limited-time {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.first-featured .limited-time div span, .first-featured .limited-time div p {
  display: block;
  text-align: center;
}

.first-featured .limited-time div span {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 12px;
}

.first-featured .limited-time div p {
  font-family: "Marcellus";
  letter-spacing: 7px;
  line-height: normal;
  margin-top: 10px;
}

.first-featured .limited-time div+div {
  border-left: 1px solid #000;
}

.first-featured .centerBtn {
  margin-top: 80px;
}

@media only screen and (max-width: 1600px) {
  .first-featured {
    padding: 100px 10%;
    padding-right: calc(50% + 50px);
  }

  .first-featured .limited-discount {
    margin: 50px 0;
  }

  .first-featured .centerBtn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1399px) {
  .first-featured .limited-discount {
    font-size: 40px;
    letter-spacing: 14px;
  }

  .first-featured .limited-time div span {
    font-size: 28px;
    letter-spacing: 10px;
  }

  .first-featured .limited-time div p {
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 1199px) {
  .first-featured {
    padding-right: 45%;
  }

  .first-featured img {
    width: 40%;
  }
}

@media only screen and (max-width: 900px) {
  .first-featured {
    padding: 450px 5% 50px;
  }

  .first-featured img {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .first-featured {
    /* padding-top: calc(30vh + 50px); */
    /* margin-bottom: 50px; */
    margin-bottom: 0;
    padding-bottom: calc(30vh + 50px);
    padding-top: 50px;
  
  }

  .first-featured img {
    height: 30vh;
    top: auto;
    bottom: 0;
  }

  .first-featured .small-title h2{
    font-size: 23px;
    letter-spacing: 4px;
  }

  .first-featured .small-title span{
    letter-spacing: 2px;
  }

  .first-featured .limited-discount {
    font-size: 30px;
    letter-spacing: 8px;
    margin: 35px 0;
  }

  .first-featured .limited-time div span {
    font-size: 21px;
    letter-spacing: 4px;
  }

  .first-featured .limited-time div p {
    letter-spacing: 3px;
    font-size: 12px;
  }
}

.reviews {
  padding-bottom: 160px;
}

@media screen and (max-width: 1199px) {
  .reviews {
    padding-bottom: 0;
  }
}

.reviewsSwiper {
  overflow-y: visible;
}

.reviewsSwiper .review-slide, .reviewsSwiper .reviews-pagination {
  padding-left: calc(50% + 50px);
  padding-right: calc(50% - 700px);
}

.reviewsSwiper .review-slide {
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F5F4;
  min-height: 530px;
}

.reviewsSwiper .review-slide .result-image img, .reviewsSwiper .review-slide .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.reviewsSwiper .review-slide .result-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  bottom: -80px;
}

.reviewsSwiper .review-slide .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 50px;
}

.reviewsSwiper .review-slide .review-text {
  max-width: 470px;
  margin-bottom: 50px;
}

.reviewsSwiper .review-slide .review-text p {
  line-height: 145%;
  letter-spacing: 3.5px;
  text-align: center;
}

.reviewsSwiper .review-slide .user-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.reviewsSwiper .reviews-pagination {
  bottom: 30px;
  top: unset;
}

.reviewsSwiper .reviews-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: transparent;
  transition: all 0.5s;
  border: 1px solid #000;
  opacity: 1;
  margin: 0;
}

.reviewsSwiper .reviews-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.reviewsSwiper .reviews-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 30px;
}

@media only screen and (max-width: 1600px) {
  .reviewsSwiper .review-slide, .reviewsSwiper .reviews-pagination {
    padding-right: 10%;
  }
}

@media screen and (max-width: 1199px) {
  .reviewsSwiper .review-slide, .reviewsSwiper .reviews-pagination {
    padding-left: 10%;
  }

  .reviewsSwiper .review-slide {
    height: -moz-fit-content;
    height: fit-content;
  }

  .reviewsSwiper .review-slide .result-image {
    position: static;
  }

  .reviewsSwiper .review-slide .review-text, .reviewsSwiper .review-slide .result-image {
    width: 100%;
    max-width: 550px;
  }

  .reviewsSwiper .review-slide .user-name {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .reviewsSwiper .review-slide, .reviewsSwiper .reviews-pagination {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 575px) {
  .reviewsSwiper .review-slide .avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 35px;
  }

  .reviewsSwiper .review-slide .review-text {
    margin-bottom: 35px;
  }

  .reviewsSwiper .review-slide .review-text p {
    letter-spacing: 1.5px;
  }

  .reviewsSwiper .review-slide .user-name {
    margin-top: 35px;
  }

  .reviewsSwiper .reviews-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .reviewsSwiper .reviews-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 20px;
  }
}

.blog .blog-img {
  height: 450px;
  position: relative;
}

.blog .blog-img::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.73%, rgba(255, 255, 255, 0.30704) 87.73%, rgba(255, 255, 255, 0.35) 100%);
}

.blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog .blog-img .blog-date {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
}

.blog .blog-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 1600px) {
  .blog .blog-img {
    height: 415px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-img {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .blog .blog-img {
    height: 300px;
  }

  .blog .blog-img .blog-date {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .blog .blog-title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 400px) {
  .blog .blog-img {
    height: 250px;
  }
}

.blog:hover .blog-title {
  text-decoration: underline;
}

.blog-home {
  padding-left: calc(50% - 700px);
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 50px;
}

.blog-home .title {
  padding-top: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-home h2 {
  font-size: 64px;
  letter-spacing: 28px;
  margin-bottom: 50px;
  transform: translateX(14px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-home h2::after {
  position: absolute;
  content: "";
  width: calc(100% - 36px);
  height: 1px;
  background-color: #000;
  left: 5px;
  bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .blog-home {
    padding-left: 10%;
  }

  .blog-home .title {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1399px) {
  .blog-home {
    grid-template-columns: 300px 1fr;
  }

  .blog-home h2 {
    font-size: 56px;
    letter-spacing: 24px;
    transform: translateX(12px);
  }

  .blog-home h2::after {
    width: calc(100% - 24px);
    left: 0px;
  }
}

@media screen and (max-width: 1299px) {
  .blog-home {
    grid-template-columns: 1fr;
    padding-right: 10%;
    padding-bottom: 100px;
    position: relative;
  }

  .blog-home .title {
    padding-top: 0;
  }

  .blog-home .whiteBtn {
    position: absolute;
    bottom: 0;
  }

  .blog-home h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 900px) {
  .blog-home {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 575px) {
  .blog-home h2 {
    font-size: 40px;
    letter-spacing: 15px;
    transform: translateX(7.5px);
  }

  .blog-home h2::after {
    width: calc(100% - 15px);
  }
}

.blog-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

@media screen and (max-width: 1399px) {
  .blog-home-grid {
    gap: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-home-grid {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blog-home-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .blog-home-grid {
    grid-template-columns: 1fr;
  }
}

.blog-home-grid .blog .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-home-grid>.blog:last-child .blog-img::before {
  background: rgba(0, 0, 0, 0.1);
}

.blog-home-grid>.blog:last-child .blog-img .blog-insta {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 84px;
  height: 84px;
}

.blog-home-grid>.blog:last-child .blog-img .blog-insta svg {
  width: 100%;
  height: 100%;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1399px) {
  .blog-grid .blog .blog-img {
    height: 360px;
  }
}

@media screen and (max-width: 1299px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 575px) {
  .blog-grid {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .blog-grid .blog .blog-img {
    height: 250px;
  }

  .blog-grid .blog .blog-img .blog-date {
    padding: 5px;
    letter-spacing: 2px;
  }

  .blog-grid .blog .blog-title {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 400px) {
  .blog-grid .blog .blog-img {
    height: 200px;
  }
}

.blog-page-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.blog-page-text h1, .blog-page-text h2, .blog-page-text ul {
  margin: 50px 0;
}

.blog-page-text h1, .blog-page-text h2 {
  letter-spacing: 3.5px;
}

.blog-page-text h2 {
  font-size: 32px;
}

@media screen and (max-width: 1399px) {
  .blog-page-text h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-page-text h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .blog-page-text h2 {
    font-size: 20px;
  }
}

.blog-page-text *:first-child {
  margin-top: 0;
}

.blog-page-text ul {
  padding-left: 15px;
}

.blog-page-text ul li {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 2.5px;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  .blog-page-text ul li {
    font-size: 16px;
    letter-spacing: 2.3px;
  }
}

@media screen and (max-width: 575px) {
  .blog-page-text ul li {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 1399px) {
  .blog-page-text {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .blog-page-text h1, .blog-page-text h2, .blog-page-text ul {
    margin: 40px 0;
  }
}

@media screen and (max-width: 575px) {
  .blog-page-text {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .blog-page-text h1, .blog-page-text h2, .blog-page-text ul {
    margin: 30px 0;
  }

  .blog-page-text h1, .blog-page-text h2 {
    letter-spacing: 2px;
  }

  .blog-page-text h1 {
    font-size: 26px;
  }
}

.share {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.share span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3.5px;
  margin-right: 25px;
}

.share .social a {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #000;
}

.share .social a svg {
  width: 55%;
  height: 55%;
}

.share .social a svg path {
  fill: #000;
}

.share .social a:hover {
  background-color: #000;
}

.share .social a:hover svg path {
  fill: #fff;
}

.share .social a+a {
  margin-left: 20px;
}

@media screen and (max-width: 1399px) {
  .share {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .share {
    margin-bottom: 30px;
  }

  .share span {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-right: 15px;
  }

  .share .social a+a {
    margin-left: 10px;
  }
}

.blogSwiper {
  height: 63vh;
  max-height: 630px;
}

.blogSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blogSwiper .blog-next, .blogSwiper .blog-prev {
  width: 24px;
  height: 48px;
  background-image: url("../images/chevron-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.blogSwiper .blog-next::after, .blogSwiper .blog-prev::after {
  display: none;
}

.blogSwiper .blog-next {
  left: unset;
  right: 50px;
}

.blogSwiper .blog-prev {
  right: unset;
  left: 50px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1199px) {
  .blogSwiper {
    max-height: 400px;
  }

  .blogSwiper .blog-next {
    right: 30px;
  }

  .blogSwiper .blog-prev {
    left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .blogSwiper {
    max-height: 300px;
  }

  .blogSwiper .blog-next, .blogSwiper .blog-prev {
    width: 20px;
    height: 40px;
  }

  .blogSwiper .blog-next {
    right: 10px;
  }

  .blogSwiper .blog-prev {
    left: 10px;
  }
}

.other-posts {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #F8F5F4 50%, #FFFFFF 50%);
}

.other-posts .title {
  margin-bottom: 50px;
}

.other-posts .title h2 {
  font-size: 32px;
  letter-spacing: 3.5px;
}

@media screen and (max-width: 1399px) {
  .other-posts .title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .other-posts .title h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .other-posts .title h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 575px) {
  .other-posts {
    padding-bottom: 50px;
  }

  .other-posts .title {
    margin-bottom: 25px;
  }
}

.text2 {
  padding: 70px;
  margin-bottom: 0;
}

.text2 h2 {
  margin: 70px 0 35px;
}

@media screen and (max-width: 1399px) {
  .text2 {
    padding: 50px;
  }

  .text2 h2 {
    margin: 60px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .text2 {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 575px) {
  .text2 {
    max-width: 100%;
    padding: 50px 5%;
  }

  .text2 h2 {
    margin: 50px 0 25px;
  }
}

.page-padding:has(.text2) {
  padding-bottom: 0;
}

@media screen and (max-width: 575px) {
  .page-padding:has(.text2) {
    padding: 0;
  }
}

.template {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.page-nav {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.page-nav * {
  font-family: "Marcellus";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.page-nav li+li::before {
  content: "/";
  /* margin-right: -8px; */
  margin-right: -2px;
  margin-left: 8px;
}

@media screen and (max-width: 575px) {
  .page-nav * {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .page-nav li+li::before {
    /* margin-right: -6px; */
    margin-right: -3px;
    margin-left: 3px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}

@media only screen and (max-width: 1600px) {
  .products-grid {
    gap: 40px;
  }
}

@media screen and (max-width: 1399px) {
  .products-grid {
    gap: 25px;
  }
}

@media screen and (max-width: 1299px) {
  .products-grid {
    row-gap: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 575px) {
  .products-grid {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.wishList {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wishList svg {
  width: 60%;
  height: 60%;
}

.wishList svg, .wishList svg path {
  transition: all 0.5s;
}

.wishList.added svg {
  transform: rotateY(180deg);
}

.wishList.added svg path:first-child {
  fill: #000;
}

.product {
  display: flex;
  flex-direction: column;
}

.product .product-image {
  position: relative;
  height: 340px;
}

.product .product-image a {
  z-index: 0;
}

.product .product-image a, .product .product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.product .product-image a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product .product-image a img:first-child {
  opacity: 1;
}

.product .product-image a img:last-child {
  opacity: 0;
}

.product .product-image .discount {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #000;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 5px;
}

.product .product-image .wishList {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 54px;
  height: 54px;
  opacity: 0;
  transition: all 0.5s;
}

.product .product-image .wishList.added {
  opacity: 1;
}

.product .product-name {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  letter-spacing: 3.5px;
  text-align: center;
  margin: 20px 0;
  min-height: 50px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.product .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product .product-price span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
  letter-spacing: 5px;
}

.product-details-main .product .product-price span {
  font-size: 24px;
}


.product .product-price span+span {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  margin-left: 10px;
}

.product .product-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  opacity: 0;
  transition: all 0.5s;
}

.product .product-bottom .addToCart, .product .product-bottom .eye {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .product-bottom .addToCart {
  padding: 16px;
  min-height: 53px;
}

.product .product-bottom .eye {
  margin-left: 5px;
  width: 53px;
  height: 53px;
  padding: 0;
}

.product .product-bottom .eye svg {
  width: 70%;
  height: 70%;
}

.product .product-bottom .eye svg path {
  transition: all 0.5s;
}

.product .product-bottom .eye:hover svg path {
  stroke: #fff;
}

@media only screen and (max-width: 1600px) {
  .product .product-image {
    height: 300px;
  }
}

@media screen and (max-width: 1399px) {
  .product .product-image {
    height: 300px;
  }

  .product .product-image .discount {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .product .product-image .wishList {
    width: 45px;
    height: 45px;
  }

  .product .product-name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
    margin: 15px 0;
  }

  .product .product-price span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
  }
  .product-details-main .product .product-price span {
    font-size: 24px;
  }

  .product .product-bottom .addToCart {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 3px;
    min-height: 45px;
  }

  .product .product-bottom .eye {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 1299px) {
  .product .product-image .wishList, .product .product-bottom {
    opacity: 1;
  }
}

@media screen and (max-width: 575px) {
  .product .product-image {
    height: 200px;
  }

  .product .product-image .discount {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px;
  }

  .product .product-image .wishList {
    width: 35px;
    height: 35px;
    border: none;
  }

  .product .product-name {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.5px;
    min-height: 45px;
  }

  .product .product-price span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .product-details-main .product .product-price span {
    font-size: 24px;
  }

  .product .product-bottom .addToCart {
    padding: 5px;
    font-size: 10px;
    letter-spacing: 1px;
    min-height: 35px;
  }

  .product .product-bottom .eye {
    width: 35px;
    height: 35px;
    border: none;
  }
}

.product:hover .product-image a img:first-child {
  opacity: 0;
}

.product:hover .product-image a img:last-child {
  opacity: 1;
}

.product:hover .product-image .wishList {
  opacity: 1;
}

.product:hover .product-bottom {
  opacity: 1;
}

/* .product-details-wrap {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
} */
.product-details-wrap {
  position: fixed;
  z-index: 105;
  /* top: 50%; */
  top: 0;
  bottom: 0;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
  width: 100%;
  /* width: 100vw;
  max-width: 100vw; */
  height: 100%;
  /* height: 100vh; */
  /* max-height: 100vh; */
  /* height: calc(100vh - 110px); */
  background-color: rgba(0, 0, 0, 0.35);
  
  align-items: center;
  justify-content: center;
  /* transition: all 0.2s; */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}



.product-details-wrap.opened {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  display: flex;
}

.product-details-modal {

  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 1260px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90%;
  overflow-y: scroll;
  padding: 50px;
  padding-left: 680px;
}

.product-details-modal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: contain;
  /* -o-object-fit: cover;
  object-fit: cover; */
  -o-object-position: center;
  object-position: center;
}

.product-details-modal .close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 25px;
  z-index: 5;
}

.product-details-modal .title h2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 8px;
  text-transform: none;
  padding-bottom: 5px;
}

.product-details-modal .description {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 40px 0;
}

.product-details-modal .description p, .product-details-modal .description ul li {
  font-family: "Marcellus";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2.5px;
}

.product-details-modal .description ul {
  list-style-position: inside;
}

.product-details-modal .description p, .product-details-modal .description ul {
  margin: 40px 0;
}

.product-details-modal .description *:first-child {
  margin-top: 0;
}

.product-details-modal .description *:last-child {
  margin-bottom: 0;
}

.product-details-modal .product-id {
  margin: 40px 0;
  font-size: 18px;
  letter-spacing: 2.5px;
}

.product-details-modal .product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-modal .product-bottom .product-btns {
  display: flex;
  align-items: center;
}

.product-details-modal .product-bottom .product-btns .addToCart, .product-details-modal .product-bottom .product-btns .wishList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details-modal .product-bottom .product-btns .addToCart {
  padding: 16px;
  min-height: 54px;
}

.product-details-modal .product-bottom .product-btns .wishList {
  width: 54px;
  height: 54px;
  margin-left: 10px;
}

.product-details-modal .product-bottom .product-price {
  font-size: 45px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 1600px) {
  .product-details-modal {
    max-width: 80%;
    padding-left: calc(40% + 50px);
  }
}

@media screen and (max-width: 1399px) {
  .product-details-modal .title h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 6px;
  }

  .product-details-modal .description {
    padding: 30px 0;
  }

  .product-details-modal .description p, .product-details-modal .description ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  .product-details-modal .description p, .product-details-modal .description ul {
    margin: 30px 0;
  }

  .product-details-modal .product-id {
    margin: 30px 0;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .product-details-modal .product-bottom .product-btns .addToCart {
    padding: 10px;
    min-height: 45px;
    letter-spacing: 3px;
  }

  .product-details-modal .product-bottom .product-btns .wishList {
    width: 45px;
    height: 45px;
  }

  .product-details-modal .product-bottom .product-price {
    font-size: 36px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 1199px) {
  .product-details-modal {
    padding: 450px 30px 50px;
    max-width: 550px;
  }

  .product-details-modal img {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .product-details-modal {
    max-width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .product-details-modal {
    padding: 330px 20px 30px;
  }

  .product-details-modal img {
    height: 300px;
  }

  .product-details-modal .close {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }

  .product-details-modal .title h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .product-details-modal .description {
    padding: 20px 0;
  }

  .product-details-modal .description p, .product-details-modal .description ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .product-details-modal .description p, .product-details-modal .description ul {
    margin: 20px 0;
  }

  .product-details-modal .product-id {
    margin: 20px 0;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .product-details-modal .product-bottom {
    flex-direction: column-reverse;
    align-items: start;
  }

  .product-details-modal .product-bottom .product-btns {
    margin-top: 20px;
  }

  .product-details-modal .product-bottom .product-btns, .product-details-modal .product-bottom .product-btns .addToCart, .product-details-modal .product-bottom .product-btns .wishList {
    width: 100%;
  }

  .product-details-modal .product-bottom .product-btns .addToCart {
    padding: 7px;
    letter-spacing: 1.5px;
  }

  .product-details-modal .product-bottom .product-btns .wishList {
    max-width: 45px;
  }

  .product-details-modal .product-bottom .product-price {
    font-size: 36px;
    letter-spacing: 3px;
  }
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li a {
  font-size: 18px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  padding: 5px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li .active {
  background-color: #000;
  color: #fff;
}

.pagination li+li {
  margin-left: 20px;
}

.pagination li:last-child a {
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 1399px) {
  .pagination li a {
    font-size: 16px;
    min-width: 40px;
    min-height: 40px;
  }

  .pagination li+li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .pagination li a {
    font-size: 14px;
    min-width: 30px;
    min-height: 30px;
  }

  .pagination li+li {
    margin-left: 10px;
  }

  .pagination li:last-child a svg {
    transform: scale(0.8);
  }
}

.pag-margin {
  margin-top: 50px;
}

.product-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-page-top .categories-sort, .product-page-top .categories-sort div {
  display: flex;
  align-items: center;
}

.product-page-top .categories-sort div+div {
  margin-left: 50px;
}

.product-page-top p, .product-page-top label {
  line-height: normal;
  letter-spacing: 2.5px;
}

.product-page-top label {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.product-page-top select {
  min-width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  font-size: 18px;
  font-weight: 300;
  font-family: "Inter";
  letter-spacing: 2.5px;
  padding: 2.5px 10px;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/chevron-down-black.svg");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 8px;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .product-page-top select, .product-page-top p, .product-page-top label {
    font-size: 16px;
    letter-spacing: 2.3px;
  }
}

@media screen and (max-width: 1199px) {
  .product-page-top {
    flex-direction: column;
    align-items: start;
  }

  .product-page-top .categories-sort {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-page-top .categories-sort {
    flex-direction: column;
    align-items: start;
  }

  .product-page-top .categories-sort div+div {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .product-page-top select, .product-page-top p, .product-page-top label {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

.trending-products {
  position: relative;
}

.trending-products .trending-next, .trending-products .trending-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 45px;
  height: 25px;
  background-image: url("../images/chevron-down-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  cursor: pointer;
}

.trending-products .trending-next::after, .trending-products .trending-prev::after {
  display: none;
}

.trending-products .trending-next {
  transform: translateY(-50%) rotate(-90deg);
  right: -75px;
}

.trending-products .trending-prev {
  transform: translateY(-50%) rotate(90deg);
  left: -75px;
}

@media screen and (max-width: 900px) {
  .trending-products .trending-next {
    right: -45px;
  }

  .trending-products .trending-prev {
    left: -45px;
  }
}

@media screen and (max-width: 575px) {
  .trending-products {
    margin-top: 50px;
    padding: 0 25px;
  }

  .trending-products .trending-next {
    right: 0;
  }

  .trending-products .trending-prev {
    left: 0;
  }

  .trending-products .trendingSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trending-products .trendingSwiper .swiper-slide .product {
    max-width: 300px;
  }

  .trending-products .trending-next, .trending-products .trending-prev{
    width: 21px;
    height: 15px;
  }
}

.product-id {
  font-size: 14px;
  letter-spacing: 3px;
}

.product-details-main {
  padding-left: calc(50% + 50px);
  min-height: 700px;
  position: relative;
}

.product-details-main .product-details-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 700px;
}

.product-details-main .product-details-slider .mySwiper2 img, .product-details-main .product-details-slider .mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-details-main .product-details-slider .mySwiper2, .product-details-main .product-details-slider .mySwiper {
  width: 100%;
}

.product-details-main .product-details-slider .mySwiper2 {
  height: 480px;
  margin-bottom: 20px;
}

.product-details-main .product-details-slider .mySwiper2 .details-next, .product-details-main .product-details-slider .mySwiper2 .details-prev {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-details-main .product-details-slider .mySwiper2 .details-next::after, .product-details-main .product-details-slider .mySwiper2 .details-prev::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/chevron-down-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-details-main .product-details-slider .mySwiper2 .details-next {
  right: 40px;
}

.product-details-main .product-details-slider .mySwiper2 .details-next::after {
  transform: rotate(-90deg);
}

.product-details-main .product-details-slider .mySwiper2 .details-prev {
  left: 40px;
}

.product-details-main .product-details-slider .mySwiper2 .details-prev::after {
  transform: rotate(90deg);
}

.product-details-main .product-details-slider .mySwiper {
  height: 200px;
}

.product-details-main .title span {
  font-size: 16px;
  letter-spacing: 5px;
}

.product-details-main .title h1 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
}

.product-details-main .product-id, .product-details-main .description, .product-details-main .amount-wrap {
  margin: 40px 0;
}

.product-details-main .description p, .product-details-main .description ul li {
  font-size: 18px;
  letter-spacing: 2.5px;
  line-height: 200%;
}

.product-details-main .description ul {
  padding-left: 17px;
}

.product-details-main .amount-wrap {
  display: flex;
  align-items: center;
}

.product-details-main .amount-wrap .addToCart {
  padding: 14px;
  font-size: 18px;
}

.product-details-main .amount-wrap .amount {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 205px;
  margin-right: 20px;
}

.product-details-main .amount-wrap .amount input {
  width: 100%;
  max-width: 75px;
  text-align: center;
  min-height: 50px;
  background-color: transparent;
  font-family: "Inter";
}

.product-details-main .amount-wrap .amount .number {
  font-size: 32px;
  font-weight: 400;
  border: none;
  outline: none;
  max-width: 55px;
}

.product-details-main .amount-wrap .amount .amount-plus, .product-details-main .amount-wrap .amount .amount-minus {
  border: 1px solid #000;
  font-weight: 300;
  font-size: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
}

.product-details-main .amount-wrap .amount .amount-plus {
  background-image: url("../images/line.svg"), url("../images/line2.svg");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.product-details-main .amount-wrap .amount .amount-minus {
  background-image: url("../images/line.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.product-details-main .wish-wrap {
  display: flex;
  align-items: center;
}

.product-details-main .wish-wrap .wishList {
  border: none;
  margin-right: 10px;
}

.product-details-main .wish-wrap .wishList svg {
  width: 100%;
  height: 100%;
}

.product-details-main .wish-wrap p {
  line-height: normal;
  letter-spacing: 5px;
}

@media only screen and (max-width: 1600px) {
  .product-details-main {
    min-height: 600px;
  }

  .product-details-main .product-details-slider {
    height: 600px;
  }

  .product-details-main .product-details-slider .mySwiper {
    height: 160px;
  }

  .product-details-main .product-details-slider .mySwiper2 {
    height: 420px;
  }
}

@media screen and (max-width: 1399px) {
  .product-details-main .description p, .product-details-main .description ul li {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .product-details-main .amount-wrap .amount {
    max-width: 155px;
  }

  .product-details-main .amount-wrap .amount .number {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1100px) {
  .product-details-main {
    padding-left: 0;
  }

  .product-details-main .product-details-slider {
    position: static;
    width: 100%;
    margin-bottom: 50px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 575px) {
  .product-details-main .product-details-slider .mySwiper {
    height: 100px;
  }

  .product-details-main .product-details-slider .mySwiper2 {
    height: 300px;
  }

  .product-details-main .product-details-slider .mySwiper2 .details-next {
    right: 5px;
  }

  .product-details-main .product-details-slider .mySwiper2 .details-prev {
    left: 5px;
  }

  .product-details-main .title span {
    font-size: 14px;
    letter-spacing: 2.5px;
  }

  .product-details-main .title h1 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .product-details-main .description p, .product-details-main .description ul li {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 160%;
  }

  .product-details-main .description ul {
    padding-left: 15px;
  }

  .product-details-main .amount-wrap .amount {
    margin-right: 0;
  }

  .product-details-main .amount-wrap .amount .amount-minus, .product-details-main .amount-wrap .amount .amount-plus {
    width: 40px;
    height: 40px;
    min-height: unset;
    background-size: 40%;
  }

  .product-details-main .amount-wrap .amount .amount-plus {
    background-size: 40%, 1px 40%;
  }

  .product-details-main .amount-wrap .amount .number {
    font-size: 22px;
    max-width: 45px;
  }

  .product-details-main .amount-wrap .addToCart {
    font-size: 14px;
    padding: 10px;
  }

  .product-details-main .wish-wrap p {
    letter-spacing: 3px;
  }
}

.product-details-2, .product-details-2 .bought-together-wrap {
  margin-top: 50px;
}

.product-details-2>p {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 3.5px;
}

.product-details-2 .bought-together-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-details-2 .bought-together-wrap .bought-together {
  display: flex;
  align-items: center;
}

.product-details-2 .bought-together-wrap .bought-together img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* .product-details-2 .bought-together-wrap .bought-together+.bought-together::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/line.svg"), url("../images/line2.svg");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin: 0 30px;
} */

.product-details-2 .bought-together-wrap .bought-together .sign {
  font-size: 42px;
  font-weight: 300;
  margin: 0 30px;
  width: 25px;
  text-align: center;
}


.product-details-2 .bought-together-text {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.product-details-2 .bought-together-text ul {
  padding-right: 50px;
  width: 100%;
  max-width: 70%;
  margin-right: 50px;
  border-right: 1px solid #000;
  list-style: none;
}

.product-details-2 .bought-together-text ul li {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  font-size: 18px;
  letter-spacing: 3.5px;
}

/* .product-details-2 .bought-together-text ul li::before {
  width: 40px;
  height: 40px;
  content: "";
  border: 1px solid #000;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
} */

.product-details-2 .bought-together-text ul li input {
  width: 40px;
  height: 40px;
  content: "";
  border: 1px solid #000;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
}

.product-details-2 .bought-together-text ul li span {
  margin-left: 10px;
}

.product-details-2 .bought-together-text ul li+li {
  margin-top: 30px;
}

.product-details-2 .bought-together-text ul .current-product {
  opacity: 0.5;
}

.product-details-2 .bought-together-text span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
}

.product-details-2 .bought-together-text .total-price {
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.product-details-2 .bought-together-text .total-price p {
  line-height: normal;
  text-align: center;
  letter-spacing: 3.5px;
}

.product-details-2 .bought-together-text .total-price span {
  margin: 20px 0 25px;
}

.product-details-2 .bought-together-text .total-price .addToCart {
  padding: 14px;
}

@media screen and (max-width: 1399px) {
  .product-details-2>p {
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}

@media screen and (max-width: 1199px) {
  .product-details-2 .bought-together-wrap .bought-together img {
    width: 150px;
    height: 150px;
  }

  /* .product-details-2 .bought-together-wrap .bought-together+.bought-together::before {
    margin: 0 15px;
  } */
  .product-details-2 .bought-together-wrap .bought-together .sign {
    margin: 0 15px;
  }

  .product-details-2 .bought-together-text ul {
    padding-right: 30px;
    max-width: unset;
    margin-right: 30px;
  }

  .product-details-2 .bought-together-text ul li {
    padding-left: 40px;
    min-height: 30px;
    font-size: 16px;
    letter-spacing: 2.5px;
  }

  .product-details-2 .bought-together-text ul li::before {
    width: 30px;
    height: 30px;
    top: -5px;
  }

  .product-details-2 .bought-together-text ul li span {
    margin-left: 5px;
  }

  .product-details-2 .bought-together-text span {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .product-details-2 .bought-together-text .total-price {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .product-details-2 .bought-together-text .total-price p {
    letter-spacing: 2.5px;
  }

  .product-details-2 .bought-together-text .total-price span {
    margin: 20px 0;
  }

  .product-details-2 .bought-together-text .total-price .addToCart {
    padding: 14px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 991px) {
  .product-details-2 .bought-together-text {
    flex-direction: column;
    align-items: start;
  }

  .product-details-2 .bought-together-text ul {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 30px;
  }

  .product-details-2 .bought-together-text .total-price {
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .product-details-2>p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .product-details-2 .bought-together-wrap .bought-together img {
    width: 100px;
    height: 100px;
  }

  /* .product-details-2 .bought-together-wrap .bought-together+.bought-together::before {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  } */

  .product-details-2 .bought-together-wrap .bought-together .sign {
    font-size: 21px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .product-details-2 .bought-together-wrap .bought-together img {
    width: 80px;
    height: 80px;
  }

  .product-details-2 .bought-together-text ul li {
    padding-left: 30px;
    min-height: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .product-details-2 .bought-together-text ul li::before {
    width: 20px;
    height: 20px;
    top: 0;
  }

  .product-details-2 .bought-together-text ul li span {
    margin-left: 5px;
  }

  .product-details-2 .bought-together-text ul li+li {
    margin-top: 20px;
  }

  .product-details-2 .bought-together-text .total-price span {
    margin: 20px 0;
  }

  .product-details-2 .bought-together-text .total-price .addToCart {
    padding: 10px;
  }
}

.details-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 50px 0;
}

.details-buttons button {
  font-size: 24px;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: none;
  padding: 10px 25px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.details-buttons .activeBtn {
  color: #000;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 1600px) {
  .details-buttons button {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 1399px) {
  .details-buttons button {
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .details-buttons {
    flex-direction: column;
  }

  .details-buttons .activeBtn {
    border-bottom: none;
  }
}

@media screen and (max-width: 575px) {
  .details-buttons button {
    font-size: 17px;
    letter-spacing: 2px;
    padding: 10px;
  }
}

.details-panel .reviews {
  padding-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .details-panel .reviews {
    padding-bottom: 0;
  }
}

.product-functions-wrap {
  margin-top: 50px;
}

.product-functions-wrap h2 {
  font-size: 32px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 50px;
}

.product-functions-wrap .product-functions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.product-functions-wrap .product-functions .function img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-functions-wrap .product-functions .function h3, .product-functions-wrap .product-functions .function h4, .product-functions-wrap .product-functions .function p {
  text-align: center;
}

.product-functions-wrap .product-functions .function h3, .product-functions-wrap .product-functions .function h4 {
  margin: 25px 0;
}

.product-functions-wrap .product-functions .function h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
}

.product-functions-wrap .product-functions .function h4 {
  font-family: "Marcellus";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.product-functions-wrap .product-functions .function p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2.5px;
}

@media only screen and (max-width: 1600px) {
  .product-functions-wrap .product-functions .function img {
    height: 350px;
  }
}

@media screen and (max-width: 1399px) {
  .product-functions-wrap h2 {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .product-functions-wrap .product-functions {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .product-functions-wrap .product-functions .function h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .product-functions-wrap .product-functions .function h3, .product-functions-wrap .product-functions .function h4 {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1199px) {
  .product-functions-wrap .product-functions .function img {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .product-functions-wrap .product-functions {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .product-functions-wrap h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .product-functions-wrap .product-functions {
    grid-template-columns: 1fr;
  }

  .product-functions-wrap .product-functions .function img {
    height: 250px;
  }

  .product-functions-wrap .product-functions .function p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 575px) {
  .details-panel:has(.product-functions-wrap)>p {
    text-align: center;
  }
}

.related .title {
  margin-bottom: 50px;
}

.related .title h2 {
  letter-spacing: 4px;
}

.video-section {
  height: 60vh;
  max-height: 600px;
  background-image: url("../images/llskin-products.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-section .play {
  width: 80%;
  height: 80%;
  max-width: 450px;
  max-height: 450px;
  background-image: url("../images/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .video-section {
    max-height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .video-section {
    max-height: 350px;
  }

  .video-section .play {
    width: 60%;
    height: 60%;
  }
}

.about-section {
  /* padding: 100px calc(55% + 50px) 100px 0; */
  position: relative;
}

.about-section h2 {
  margin-bottom: 40px;
  letter-spacing: 5px;
  font-size: 37px;
}

.about-section h4{
  font-weight: normal;
  font-size: 15px;
      font-family: "Marcellus";
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 8px;
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.about-section picture {
  position: absolute;
}

.about-section picture:first-of-type {
  top: 0;
  /* right: 15%;
  width: 35%;
  height: 85%; */
  right: 22%;
  width: 30%;
  height: 68%;
}

.about-section picture:nth-of-type(2) {
  /* bottom: 0; */
  bottom: 70px;
  right: 0;
  /* width: 30%;
  height: 70%; */
  width: 27%;
  height: 65%;
}

.about-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* @media only screen and (max-width: 1600px) {
  .about-section {
    padding: 100px calc(50% + 50px) 100px 0;
  }
}

@media screen and (max-width: 1399px) {
  .about-section {
    padding: 50px calc(50% + 50px) 50px 0;
  }
} */

@media screen and (max-width: 1199px) {
  .about-section {
    padding: 0;
  }

  .about-section picture {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .about-section h2 {
    margin-bottom: 25px;
  }
}

.faq ul {
  list-style: none;
}

.faq ul li {
  background-color: #fff;
  padding: 30px;
}

.faq ul li h2 {
  font-size: 32px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 46px;
  letter-spacing: 3.5px;
  text-transform: none;
  margin-right: 80px;
}

.faq ul li ul li {
  padding: 0;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2.5px;
}

.faq ul li+li {
  margin-top: 50px;
}

@media only screen and (max-width: 1600px) {
  .faq ul li h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 3px;
  }

  .faq ul li ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1399px) {
  .faq ul li h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 2.5px;
  }
}

@media screen and (max-width: 991px) {
  .faq ul li {
    padding: 20px;
  }

  .faq ul li h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    margin-right: 50px;
  }

  .faq ul li+li {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .faq ul li {
    padding: 15px;
  }

  .faq ul li h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-right: 25px;
  }

  .faq ul li ul li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}

.faq>ul>li {
  cursor: pointer;
  position: relative;
}

.faq>ul>li::after, .faq>ul>li::before {
  position: absolute;
  content: "";
  background-color: #000;
}

.faq>ul>li::after {
  width: 50px;
  height: 2px;
  right: 30px;
  top: 54px;
}

.faq>ul>li::before {
  height: 50px;
  width: 2px;
  top: 30px;
  right: 54px;
  transition: all 0.5s ease;
}

@media screen and (max-width: 991px) {
  .faq>ul>li::after {
    width: 30px;
    height: 2px;
    right: 20px;
    top: 34px;
  }

  .faq>ul>li::before {
    height: 30px;
    width: 2px;
    top: 20px;
    right: 34px;
  }
}

@media screen and (max-width: 575px) {
  .faq>ul>li::after {
    width: 20px;
    height: 2px;
    right: 15px;
    top: 24px;
  }

  .faq>ul>li::before {
    height: 20px;
    width: 2px;
    top: 15px;
    right: 24px;
  }
}

.faq>ul>li ul {
  max-height: 0;
  transition: all 0.5s ease;
}

.faq>ul>li ul li {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.faq>ul>li.openfaq::before {
  transform: rotate(90deg);
}

.faq>ul>li.openfaq ul {
  max-height: 200vh;
}

.faq>ul>li.openfaq ul li {
  visibility: visible;
  opacity: 1;
  margin-top: 20px;
}

.contact-page-wrap {
  background: linear-gradient(90deg, transparent 50%, #fff 50%);
}

@media screen and (max-width: 991px) {
  .contact-page-wrap {
    background: transparent;
    padding-bottom: 0;
  }
}

.contact-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.contact-page p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3.5px;
  line-height: normal;
  margin-bottom: 50px;
}

.contact-page .contact-links {
  gap: 50px;
  margin-bottom: 100px;
}

.contact-page .contact-links div, .contact-page .contact-links a {
  font-size: 24px;
  letter-spacing: 3.5px;
  padding-left: 50px;
}

.contact-page .contact-links a[href^="tel:"]::before {
  width: 25px;
  height: 25px;
}

.contact-page .contact-links a[href^="mailto:"]::before {
  width: 25px;
  height: 21px;
}

.contact-page .contact-links .working-hours::before {
  width: 26px;
  height: 26px;
}

.contact-page .social {
  display: grid;
  grid-template-columns: repeat(3, 70px);
  gap: 40px;
}

.contact-page .social a {
  width: 70px;
  height: 65px;
  border: 1px solid #000;
  background-color: transparent;
}

.contact-page .social a svg path {
  fill: #000;
}

.contact-page .social a:hover {
  background-color: #000;
}

.contact-page .social a:hover svg path {
  fill: #fff;
}

@media only screen and (max-width: 1600px) {
  .contact-page p {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }

  .contact-page .contact-links {
    gap: 40px;
    margin-bottom: 80px;
  }

  .contact-page .contact-links div, .contact-page .contact-links a {
    font-size: 22px;
    letter-spacing: 3px;
    padding-left: 45px;
  }

  .contact-page .social {
    grid-template-columns: repeat(3, 60px);
    gap: 30px;
  }

  .contact-page .social a {
    width: 60px;
    height: 55px;
  }
}

@media screen and (max-width: 1399px) {
  .contact-page p {
    font-size: 20px;
    letter-spacing: 2.5px;
    margin-bottom: 30px;
  }

  .contact-page .contact-links {
    gap: 30px;
    margin-bottom: 60px;
  }

  .contact-page .contact-links div, .contact-page .contact-links a {
    font-size: 20px;
    letter-spacing: 2.5px;
    padding-left: 40px;
  }

  .contact-page .social {
    grid-template-columns: repeat(3, 50px);
  }

  .contact-page .social a {
    width: 50px;
    height: 45px;
  }
}

@media screen and (max-width: 991px) {
  .contact-page {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 100%;
  }

  .contact-page .contact-left {
    padding: 0 10%;
  }

  .contact-page .contact-right {
    background-color: #fff;
    padding: 50px 10%;
  }
}

@media only screen and (max-width: 900px) {
  .contact-page .contact-left {
    padding: 0 5%;
  }

  .contact-page .contact-right {
    padding: 50px 5%;
  }
}

@media screen and (max-width: 575px) {
  .contact-page p {
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .contact-page .contact-links div, .contact-page .contact-links a {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

.grey-form form {
  display: grid;
  gap: 30px;
}

.grey-form p {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.5px;
}

.grey-form label, .grey-form input, .grey-form textarea, .grey-form select {
  font-family: "Inter";
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 300;
}

.grey-form label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.grey-form input, .grey-form textarea, .grey-form select {
  width: 100%;
  border: none;
  background-color: #F8F5F4;
}

.grey-form input:focus, .grey-form textarea:focus, .grey-form select:focus {
  outline: 1px solid rgba(0, 0, 0, 0.4);
}

.grey-form input, .grey-form select {
  height: 65px;
  padding: 0 20px;
}

.grey-form textarea {
  resize: none;
  height: 235px;
  padding: 20px;
}

.grey-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/chevron-down-black.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px;
}

.grey-form input:-webkit-autofill,
.grey-form input:-webkit-autofill:hover,
.grey-form input:-webkit-autofill:focus,
.grey-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F8F5F4 inset !important;
}

.grey-form input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
}

.grey-form .radioBtns {
  display: flex;
  align-items: center;
}

.grey-form .form-control {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 250px;
}

.grey-form .form-control input[type=radio], .grey-form .form-control input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 40px;
  height: 40px;
  outline: none;
  margin-right: 10px;
  display: grid;
  place-content: center;
  cursor: pointer;
  padding: 0;
}

.grey-form .form-control input[type=radio]::before, .grey-form .form-control input[type=checkbox]::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.grey-form .form-control input[type=radio]:checked::before, .grey-form .form-control input[type=checkbox]:checked::before {
  transform: scale(1);
}

@media screen and (max-width: 1399px) {
  .grey-form .form-control input[type=radio], .grey-form .form-control input[type=checkbox], .grey-form .form-control input[type=radio]::before, .grey-form .form-control input[type=checkbox]::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .grey-form .form-control input[type=radio], .grey-form .form-control input[type=checkbox], .grey-form .form-control input[type=radio]::before, .grey-form .form-control input[type=checkbox]::before {
    width: 20px;
    height: 20px;
  }

  .grey-form .form-control input[type=radio], .grey-form .form-control input[type=checkbox] {
    margin-right: 5px;
  }
}

.grey-form .form-control+.form-control {
  margin-left: 20px;
}

.grey-form .inputs2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}

.grey-form .terms {
  text-transform: none;
}

.grey-form .terms a {
  margin-left: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.grey-form .formBtn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.grey-form .bottom-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grey-form .bottom-links a {
  font-size: 12px;
  letter-spacing: 1px;
}

.grey-form .password {
  background-image: url("../images/password.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 50px;
}

@media only screen and (max-width: 1600px) {
  .grey-form p {
    font-size: 22px;
    letter-spacing: 3px;
  }

  .grey-form .formBtn {
    font-size: 16px;
  }

  .grey-form input, .grey-form select {
    height: 60px;
  }

  .grey-form label {
    font-size: 16px;
  }

  .grey-form textarea {
    height: 215px;
  }
}

@media screen and (max-width: 1399px) {
  .grey-form p {
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}

@media screen and (max-width: 1199px) {
  .grey-form input, .grey-form select {
    height: 50px;
  }

  .grey-form textarea {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .grey-form .form-control {
    min-width: unset;
  }

  .grey-form .inputs2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .grey-form form {
    gap: 20px;
  }

  .grey-form .formBtn {
    font-size: 14px;
  }

  .grey-form p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .grey-form .inputs2 {
    row-gap: 20px;
  }

  .grey-form label {
    font-size: 12px;
  }

  .grey-form input, .grey-form textarea, .grey-form select {
    font-size: 16px;
  }

  .grey-form input, .grey-form select {
    height: 45px;
    padding: 0 10px;
  }

  .grey-form textarea {
    height: 150px;
    padding: 10px;
  }
}

.white-form input, .white-form textarea, .white-form select {
  background-color: #fff;
}

.white-form input:-webkit-autofill,
.white-form input:-webkit-autofill:hover,
.white-form input:-webkit-autofill:focus,
.white-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.white-form textarea {
  height: 300px;
}

@media only screen and (max-width: 1600px) {
  .white-form textarea {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .white-form textarea {
    height: 150px;
  }
}

.contact-form .whiteBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 9px 20px;
  font-size: 18px;
}

@media only screen and (max-width: 1600px) {
  .contact-form .whiteBtn {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .contact-form .whiteBtn {
    width: 100%;
  }
}

.cart-page-wrap {
  background: linear-gradient(90deg, transparent 60%, #fff 40%);
}

@media screen and (max-width: 1299px) {
  .cart-page-wrap {
    background: transparent;
    padding-bottom: 0;
  }
}

.cart-page {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 100px;
}

@media only screen and (max-width: 1600px) {
  .cart-page {
    grid-template-columns: 58.5% 1fr;
  }
}

@media screen and (max-width: 1399px) {
  .cart-page {
    grid-template-columns: 58% 1fr;
  }
}

@media screen and (max-width: 1299px) {
  .cart-page {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 100%;
  }

  .cart-page .cart-left, .cart-page .cart-right {
    padding: 0 10%;
  }

  .cart-page .cart-right {
    background-color: #fff;
  }
}

@media only screen and (max-width: 900px) {
  .cart-page .cart-left, .cart-page .cart-right {
    padding: 0 5%;
  }
}

.cart-product {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.cart-product .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.cart-product .cart-product-img {
  width: 185px;
  height: 185px;
  margin-right: 10px;
}

.cart-product .cart-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cart-product .cart-product-info .cart-product-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 1.5px;
}

.cart-product .cart-product-info .product-id {
  margin: 20px 0;
}

.cart-product .cart-product-info .price {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .cart-product {
    padding: 10px;
  }

  .cart-product .close {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
  }

  .cart-product .cart-product-img {
    width: 100px;
    height: 100px;
  }

  .cart-product .cart-product-info .cart-product-title {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
  }

  .cart-product .cart-product-info .product-id {
    margin: 15px 0;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .cart-product .cart-product-info .price {
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 15px;
  }
}

.cupon-form {
  padding: 20px 0;
  border-top: 2px solid #F8F5F4;
}

.cupon-form form {
  display: flex;
  align-items: center;
}

.cupon-form form input::-moz-placeholder {
  font-family: "Inter";
  font-weight: 600;
}

.cupon-form form input, .cupon-form form input::placeholder, .cupon-form form button {
  font-family: "Inter";
  font-weight: 600;
}

.cupon-form form input::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 2px;
}

.cupon-form form input, .cupon-form form input::placeholder {
  font-size: 14px;
  letter-spacing: 2px;
}

.cupon-form form input, .cupon-form form button {
  height: 60px;
  border: none;
}

.cupon-form form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.cupon-form form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.cupon-form form input {
  background-color: #F8F5F4;
  outline: none;
  color: #000;
  padding: 0 10px;
  width: 100%;
}

.cupon-form form button {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  letter-spacing: 5px;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .cupon-form form input, .cupon-form form button {
    height: 50px;
  }

  .cupon-form form button {
    font-size: 14px;
    letter-spacing: 4px;
  }
}

.total, .steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.total {
  border-top: 2px solid #F8F5F4;
  border-bottom: 2px solid #F8F5F4;
}
.total.subtotal,
.total.discount,
.total.delivery {
  border-top: 2px solid #F8F5F4;
  border-bottom: 0px solid #F8F5F4;
 
}

.total p, .total span {
  font-weight: 600;
  letter-spacing: 2px;
}

.total.subtotal p,
.total.discount p,
.total.delivery p {
  font-weight: 400;
}
.total.subtotal span,
.total.discount span,
.total.delivery span {
  font-weight: 400;
}

.total span {
  font-size: 24px;
}

.steps .back {
  margin: 0;
}

.steps .whiteBtn {
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .steps .whiteBtn {
    padding: 10px 15px;
  }
}

.pay-page {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.pay-page .pay-right {
  padding: 50px 0 80px 50px;
}

.pay-page .pay-right .formBtn {
  width: -moz-fit-content;
  width: fit-content;
}

.pay-page .pay-left {
  /* padding: 100px 30px 50px 0; */
  padding: 35px 30px 50px 0;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.pay-page .pay-left::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100vw;
  background-color: #fff;
  height: 100%;
}

.pay-page .pay-left .steps {
  padding-top: 50px;
}

@media screen and (max-width: 1299px) {
  .pay-page {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .pay-page .pay-left, .pay-page .pay-right {
    padding-left: 10%;
    padding-right: 10%;
  }

  .pay-page .pay-left {
    padding-top: 0;
  }
}

@media only screen and (max-width: 900px) {
  .pay-page .pay-left, .pay-page .pay-right {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 575px) {
  .pay-page .pay-right {
    padding: 50px 5%;
  }

  .pay-page .pay-right .formBtn {
    width: 100%;
  }
}

.cart-product2 {
  padding: 20px 0;
  border-top: 2px solid #F8F5F4;
}

.cart-product2 .close {
  width: 10px;
  height: 10px;
  top: 20px;
  right: 0;
}

.cart-product2 .cart-product-img {
  width: 100%;
  /* max-width: 130px;
  height: 130px; */
  max-width: 100px;
  height: 100px;
}

.cart-product2 .cart-product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cart-product2 .cart-product-info .cart-product-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
}

.cart-product2 .cart-product-info .amountBtns {
  margin-top: 20px;
}

@media screen and (max-width: 1399px) {
  .cart-product2 .cart-product-img {
    max-width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 575px) {
  .cart-product2 .cart-product-img {
    max-width: 60px;
    height: 60px;
  }
}

.order-history {
  margin-top: 80px;
}

.order-history table {
  border: none;
}

.order-history table, .order-history table tbody {
  width: 100%;
}

.order-history table .main-row+.main-row {
  margin-top: 20px;
}

.order-history table tr {
  display: flex;
  align-items: stretch;
}

.order-history table td {
  background-color: #F8F5F4;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.3px;
  /* padding: 30px; */
  padding: 15px;
}

@media screen and (max-width: 1399px) {
  .order-history table td {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.order-history table td::before {
  font-weight: 600;
  margin-right: 5px;
}

.order-history table .order-date, .order-history table .order-quantity, .order-history table .order-price, .order-history table .order-total-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-history table .order-date::before, .order-history table .order-quantity::before, .order-history table .order-price::before, .order-history table .order-total-price::before {
  content: attr(data-title);
}

.order-history table .ordered-products-per-date {
  width: 100%;
  background-color: transparent;
  padding: 0;
  height: calc(100% + 2px);
}

.order-history table .ordered-products-per-date tr {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.order-history table .order-title {
  font-weight: 400;
}

.order-history table .order-date, .order-history table .order-total-price {
  /* padding: 30px 50px; */
  padding: 15px;
}

@media screen and (max-width: 1299px) {
  .order-history table .order-date, .order-history table .order-total-price {
    /* padding: 30px; */
    padding: 15px;
  }
}

.order-history table .order-total-price {
  flex-direction: column;
  font-weight: 600;
  font-size: 24px;
}

.order-history table .order-total-price::before {
  /* margin-bottom: 50px; */
  margin-right: 0;
  font-size: 18px;
}

@media screen and (max-width: 1399px) {
  .order-history table .order-total-price {
    font-size: 22px;
  }

  .order-history table .order-total-price::before {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .order-history table .main-row {
    flex-direction: column;
  }

  .order-history table .order-total-price {
    flex-direction: row;
  }

  .order-history table .order-total-price::before {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .order-history table .ordered-products-per-date tr {
    grid-template-columns: 1fr;
  }

  .order-history table .ordered-products-per-date tr td {
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .order-history {
    margin-top: 50px;
  }
}

.login-wrap {
  background-color: #fff;
  padding: 80px;
  max-width: 835px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.login-wrap .small-title2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .login-wrap {
    padding: 80px 50px 50px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .login-wrap {
    padding: 50px 20px;
  }

  .login-wrap .small-title2 {
    margin-bottom: 30px;
  }
}

.register-wrap {
  max-width: 960px;
  padding: 80px 50px 50px;
}

.register-wrap .bottom-links {
  justify-content: end;
}

@media screen and (max-width: 767px) {
  .register-wrap {
    padding: 50px 20px;
  }
}

.padding3 {
  padding: 50px 0;
}

.padding3 .page-nav {
  margin: 0;
}

.profile-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 50px;
}

.profile-grid h2 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 3.3px;
  margin-bottom: 50px;
}

.profile-grid .white {
  padding: 60px 50px;
}

.profile-grid .grey-form .whiteBtn {
  padding: 12px;
  font-size: 12px;
  letter-spacing: 3.3px;
}

.profile-grid .grey-form input::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 1.35px;
}

.profile-grid .grey-form label, .profile-grid .grey-form input, .profile-grid .grey-form input::placeholder {
  font-size: 16px;
  letter-spacing: 1.35px;
}

@media screen and (max-width: 1399px) {
  .profile-grid {
    gap: 20px;
  }
}

@media screen and (max-width: 1299px) {
  .profile-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .profile-grid .white {
    padding: 40px 20px;
  }

  .profile-grid h2 {
    font-size: 18px;
    letter-spacing: 2.3px;
    margin-bottom: 30px;
  }

  .profile-grid .grey-form label {
    font-size: 14px;
  }
}

.change-password-wrap {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.change-password-wrap .login-wrap {
  width: 100%;
  margin: 0;
  overflow-y: scroll;
  max-height: 100%;
  position: relative;
}

.change-password-wrap .login-wrap .close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 575px) {
  .change-password-wrap .login-wrap .close {
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
  }
}

.change-password-wrap.opened {
  opacity: 1;
  visibility: visible;
}

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

.page-top-content h1 {
  margin-bottom: 30px;
}

.message-sent a {
  margin-top: 30px;
}

.pagination li a.has-svg {
  border: none;
}

.share span {
  text-transform: uppercase;
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #F8F5F4;
}

.video-wrap .video video{
  width: 100%;
  height: 100%;
}

.product-details-modal .description ul li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.featured1 img, .featured2 img{
  height: 342px;
}

.featured1 .title, .featured2 .title{
  height: 432px;
}

@media screen and (max-width: 1200px) {
  .featured1 img, .featured2 img{
  height: 100%;
}

.featured1 .title, .featured2 .title{
  height: 100%;
}

.translateup-header{
  transform: none;
}
}


@media screen and (max-width: 575px) {
  .video-wrap .video {
    /* height: 50%; */
    height: 27%;
  }

  .page-nav{
    margin-bottom: 20px;
  }

  .product-page-top .categories-sort{
    margin-top: 0;
  }

  .product-page-top .categories-sort form{
    flex-direction: column;
  }

  .product-page-top .categories-sort div+div{
    margin-top: 0;
  }
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #F8F5F4;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

@media screen and (max-width: 575px) {
  .video-wrap .video .closeVideo {
    width: 35px;
    height: 35px;
    top: -15px;
    right: -15px;
  }
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.product-page-top .categories-sort form {
  display: flex;
  align-items: center;
}

.product-page-top .categories-sort form details {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

.product-page-top .categories-sort form details ul {
  position: absolute;
  width: calc(100% - 10px);
  left: 10px;
  list-style: none;
  background-color: #fff;
  padding: 10px;
  top: 45px;
  z-index: 2;
}

.product-page-top .categories-sort form details ul li {
  padding-bottom: 15px;
}

.product-page-top .categories-sort form details ul li:last-child {
  padding-bottom: 0;
}

.product-page-top .categories-sort form details summary {
  list-style: none;
  min-width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  font-size: 18px;
  font-weight: 300;
  font-family: "Inter";
  letter-spacing: 2.5px;
  padding: 0 30px;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/chevron-down-black.svg);
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 8px;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .product-page-top .categories-sort form details summary {
    font-size: 16px;
    letter-spacing: 2.3px;
  }

  .newsletter form button {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1400px) {
    .newsletter form button {
    margin-bottom: 0px;
  }
}


.main-head .right-menu .wish {
  position: relative;
}

.main-head .right-menu .wish span {
  position: absolute;
  top: -12px;
  right: -14px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  min-width: 22px;
  border-radius: 50%;
}

.remove-all-wishes {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.wish-list-empty {
  padding-bottom: 80px;
}

@media only screen and (max-width:576px) {
  .remove-all-wishes {
    padding-bottom: 50px;
  }

  .wish-list-empty {
    padding-bottom: 50px;
  }
}

.product-details-2 .bought-together-text .total-price span+span {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  margin-left: 10px;
}

.cart-product-info .cart-info-text {
  max-width: 155px;
}

.cart-product .cart-product-info .price {
  letter-spacing: 3px;
  font-size: 17px;
}

.legal-entity .input-wrap {
  margin-bottom: 30px;

}

.legal-entity .input-wrap:last-of-type {
  margin-bottom: 0;
}

.steps .back {
  cursor: pointer;
}




.grey-form .bottom-links p {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.details-profile {
  position: relative;
  background-image: url(../images/chevron-down-black.svg);
  background-position: 100% calc(100% - 5px);
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
}

.details-profile .profile {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 25px;
}

.details-profile:has(.profile) .profile {
  list-style: none;
  width: 40px;
  background-position: 0% center;
}

.details-profile:has(.profile) ul {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.details-profile:has(.profile) ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 96;
  background-color: #F8F5F4;
  list-style: none;
  padding: 20px 40px;
  width: -moz-max-content;
  width: max-content;
}

.details-profile:has(.profile) ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1.5px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.details-profile:has(.profile) ul li:last-child a {
  margin-bottom: 0;
}

.reset-field-wrapper {
  position: relative;
}

.reset-field-wrapper .show-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.order-history table .order-total-price {
  min-width: 230px;
}

.yt-video {
  width: 100%;
  height: 0;
  position: relative;
  display: block;

  /* 1:1 */
  /* padding-top: 100%; */
  /* 4:3 */
  /* padding-top: 75%; */
  /* 3:2 */
  /* padding-top: 66.66%; */
  /* 8:5 */
  /* padding-top: 62.5%; */
  /* 16:9 */
  padding-bottom: 56.25%;
  /* 2:1 */
  /* padding-top: 50%; */
}

.yt-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.details-panel h2 {
  font-size: 32px;
  letter-spacing: 4px;
  /* text-align: center; */
  margin-bottom: 50px;
}

.details-panel ol{
  padding-left: 20px;
}

.details-panel ul{
  padding-left: 20px;
}

.details-panel table {
  width: 100% !important;
  border: none;
  table-layout: fixed;
  display: flex;
  margin-bottom: 20px;
}

.details-panel table tr, .details-panel table td {
  border: none;
}

.details-panel table tr {
  width: 100%;
  /* text-align: center; */
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
   column-gap: 25px;
   row-gap: 20px;
}

.details-panel h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 25px 0;
}

.details-panel table tr td:last-of-type {
  padding-right: 0;
}

.details-panel img {
  object-fit: contain;
  object-position: center;
  width: auto;
  max-width: 100%;
  /* height: 100%; */
  height: auto;
  /* width: 100%; */
}


.details-panel table tr td iframe{
  width: 100%;
}

.faq ul li h2{
  margin-bottom: 0;
  text-align: start;
}

.details-panel table tbody{
  width: 100%;
}
.details-panel table p{
  margin: 10px 0;
}

.details-panel .spec table, .details-panel .spec table tr td{
  border: 1px solid #000;
}

.details-panel .spec table tr{
  gap: 0;
}

.details-panel .spec table tr th{
  padding: 10px;
}

.details-panel .spec table tr td{
  padding: 10px ;
}

.mobile-wrap .distributor{
  display: none;

}

@media only screen and (max-width:1200px) {

.slideshow.mt{
  margin-top: 80px;
}

  .details-panel table tr {
  /* grid-template-columns: 100%; */
  display: flex;
  flex-direction: column;
  }

  .details-panel table tr td {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;

  }

  .details-panel table tr td:last-of-type {
    padding-bottom: 0;
  }

.details-panel .spec table tr{
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.distributor{
  display: none;
}

.mobile-wrap .distributor{
  display: block;
padding-top: 50px;
}

.mobile-wrap .distributor .distributor-item{
  margin-bottom: 15px;
}

.mobile-wrap .distributor .distributor-item:last-of-type{
margin-bottom: 0;
}
}

.product .product-price.details {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 40px;
  margin-bottom: 5px;
}

.distributor {
  justify-content: space-between;
}
.distributor .distributor-item {
  display: flex; 
  align-items: center;
}
.distributor .selected-destination-country,
.distributor button {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
  background: none;
  border: none;
  outline: none;
  color: #000;
}

.distributor .selected-destination-country {
  opacity: 0.5;

}

.white-form input[readonly] {
  opacity: 0.5;
}

.order-history table .order-date {
  flex-direction: column;
}

.total span .remove-coupon {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.overlay-product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.2s;
}

.disabled-back{
  opacity: 0.2;
  cursor: default !important;
}

.coupon-message {
  margin-top: 10px;
  font-size: 14px;
  color: #d9534f; /* Default: error color (red) */
}

.coupon-message.success {
  color: #5cb85c; /* Success color (green) */
}




#tempAlert {
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  background: #e9bdba;
  padding: 25px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

#tempAlert span {
  font-size: 16px;
  color: #58585A;
  font-weight: bold;
  color: #000 !important;
}

@media only screen and (max-width: 576px){
  .details-panel h3{
    font-size: 22px;
  }
}


@media (max-width: 768px) {
    .md-bg {
        background-attachment: scroll;
    }
}

.page-nav span, .page-nav a{
  text-transform: none !important;
}

.white-overlay{
  display: none;
}

@media only screen and (max-width: 576px){
  .white-overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .slideshow.mt{
  margin-top: 100px;
}
}


.top-bar-info {
  background-color: black;
  color: white;
  /* height: 50px; */
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  height: 34px;
}

.top-bar-info a,
.top-bar-info p {
  color: white;
  font-size: 12px;
}

@media screen and (max-width: 1299px) {
  .top-bar-info {
    display: none;
  }
  
}
.manual-cont a{
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.manual-cont a svg{
  margin-right: 10px;
}

.payment-cards-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.f-payment img {
  object-fit: contain;
  object-position: right;
  width: auto;
}

.cards-section .f-payment {
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .cards-section .f-payment {
      flex-direction: column;
  }
  .cards-section .f-payment .ws-pay {
    margin-bottom: 20px;
    display: block;
  }
  .cards-section .f-payment img {
    height: 36px;
  }
}

.delivery-desc {
  font-size: 14px;
  opacity: 0.6;
}

.details-panel video{

}

.details-panel table td{
  width: 100% !important;
}















.product-details-2 .bought-together-text ul li label {
  cursor: pointer;
}

.product-details-2 .bought-together-text ul li {
  padding-left: 0;
}

.product-details-2 .bought-together-text ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-details-2 .bought-together-text ul li .checkmark {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  margin-left: 0;
  margin-right: 10px;
  cursor: pointer;
}

/* .product-details-2 .bought-together-text ul li input:checked ~ .checkmark {
  background-color: #3d9bef;
  border: none;
  border-radius: 0;
} */

.product-details-2 .bought-together-text ul li input:checked ~ .checkmark:after {
  display: block;
}

.product-details-2 .bought-together-text ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 14px;
  top: 3px;
  width: 12px;
  height: 25px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-details-2 .bought-together-text ul li label,
.product-details-2 .bought-together-text ul li {
  display: flex;
  align-items: center;
}

.featured-products .featured-middle .white-overlay2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.3);
  z-index: 1;
}

.featured-products .featured-middle h2{
  color: #fff;
}

.featured-products .featured-middle .title span{
  color: #fff;
}

.featured-products .featured-middle .whiteBtn2{
  color: #fff;
  border: 1px solid #fff;
}

.grecaptcha-badge{
  z-index: 7;
}

.black-friday-cont{
  position: fixed;
  bottom: 90px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
    cursor: pointer;
  transition: all 0.5s ease;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    z-index: 7;
    height: 70px;   
    width: 70px;   
    overflow: visible;
}

.black-friday-cont .icon{
  width: 60px;
  height: 60px;
    flex-shrink: 0;
}

.black-friday-cont .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.black-friday-panel {
    position: absolute;
    right: 0px;     /* panel izlazi DESNO */
    bottom: 0;         /* donja ivica panel-a poravnata sa dnom ikonice */
    width: 380px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
   transform: translateX(100%);
   z-index: -1;

}

/* UVODNO JE SAKRIVENO */
.panel-inner {
    opacity: 0;
    transition: opacity 0.7s ease;
}

/* PRIKAZ NA HOVER */

.black-friday-cont:hover{
  width: 380px;
  justify-content: flex-start;
}


.black-friday-cont:hover .black-friday-panel {
   opacity: 1;
    transform: translateX(0); /* klizanje iz desne strane */
    pointer-events: auto;
}

.black-friday-cont:hover .panel-inner {
    opacity: 1;
}

.black-friday-panel .panel-inner p{
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 10px;
}


/* .black-friday-panel {

  transition: width 0.4s ease;
  background-color: #fff;
margin: 0;
  width: 0;
 
}


.black-friday-panel .panel-inner {
  width: 250px;          
  transform: translateX(100%);  
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
}



.black-friday-cont:hover .black-friday-panel {
  width: 250px; 
  margin: 0 15px;
} 
.black-friday-cont:hover .panel-inner {
  transform: translateX(0);
  opacity: 1;
} */

#countdown {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Inter';
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  margin-top: 30px;
     padding-left: 70px;
}

#countdown span {
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

#countdown .sep {
  width: 1px !important;
  height: 20px;
  background-color: #000;
  display: inline-block;
  margin: 0 8px;
  padding: 0 !important;
  min-width: 1px !important;
  flex: 0 0 1px !important;
}





@media screen and (max-width: 1199px) {
  .product-details-2 .bought-together-text ul li .checkmark {
      width: 30px;
      height: 30px;
  }
  .product-details-2 .bought-together-text ul li .checkmark:after {
    left: 11px;
    top: 3px;
    width: 8px;
    height: 20px;
  }


}

@media only screen and (max-width: 767px) {
  #countdown {
    font-size: 16px;
    letter-spacing: 0.5px;
   }

   .black-friday-panel .panel-inner p{
    font-size: 10px;

   }

   /* .black-friday-panel {
    height: 55px;
   } */

     .black-friday-cont .icon{
    height: 50px;
    width: 50px;
  }
}


@media screen and (max-width: 575px) {
  .product-details-2 .bought-together-text ul li .checkmark {
      width: 20px;
      height: 20px;
  }
  .product-details-2 .bought-together-text ul li .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 12px;
  }

  .product-page-top .categories-sort form details summary{
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 2.5px 10px;
  }
}


.cart-product .cart-product-info .price .original-price-wrapper span {
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
.cart-product .cart-product-info .price .original-price-wrapper s {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}


.not-available-in-region-card {
  color: red !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-align: center !important;
}
.not-available-in-region-details {
  color: red !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
}