@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  overflow-wrap: break-word;
}

* {
  font-family: "Inter";
}

.container {
  max-width: 1613px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

.header {
  background-color: white;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header__top {
  height: 48px;
  background-color: #4B006E;
  text-align: center;
  position: relative;
}
.header__top span {
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: calc(50% - 8px);
  left: 50%;
  transform: translateX(-50%);
/*   width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: text 10s infinite linear;
          animation: text 10s infinite linear;
  padding-left: 100%; */
	
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__top span {
    font-size: 12px;
    top: calc(50% - 6px);
  }
}
.header__bottom {
  padding: 24px 0 22px 0;
  border-top: 1px solid #655B5B;
}
@media (max-width: 1500px) {
  .header__bottom {
    display: none;
    border-top: 1px solid #655B5B;
  }
}
.header__bottom .container {
  max-width: 1444px;
}
.header__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1500px) {
  .header__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__bottom ul li.current-menu-item a {
  color: #4B006E;
}
.header__bottom ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  font-family: "Poppins";
}
.header__bottom ul li a:hover {
  color: #4B006E;
}
.header__middle {
  padding: 24px 0;
}
@media (max-width: 1500px) {
  .header__middle {
    border-bottom: none;
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .header__middle {
    padding: 21px 0 11px 0;
  }
}
.header__middle .container {
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 20px 0 10px;
}
@media (max-width: 1500px) {
  .header__search {
    display: none !important;
  }
}
.header__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .header__account {
    display: none;
  }
}
.header__account span {
  font-weight: 600;
  font-size: 13px;
  color: black;
}
.header__wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .header__wish {
    display: none;
  }
}
.header__wish span {
  font-weight: 600;
  font-size: 13px;
  color: black;
}
.header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .header__cart {
    display: none;
  }
}
.header__cart span {
  font-weight: 600;
  font-size: 13px;
  color: black;
}
.header__cart .count {
  position: absolute;
  padding: 3px;
  min-height: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #E99A01;
  border: 1px solid black;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
.header__burger {
  display: none;
  width: 46px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #572C8B;
  padding: 14px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  cursor: pointer;
}
.header__burger span {
  width: 100%;
  height: 1px;
  background-color: #572C8B;
}
@media (max-width: 1500px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.open .header__burger span {
  position: relative;
}
.header.open .header__burger span:nth-child(1) {
  rotate: 45deg;
  top: 7px;
}
.header.open .header__burger span:nth-child(2) {
  display: none;
}
.header.open .header__burger span:nth-child(3) {
  display: none;
}
.header.open .header__burger span:nth-child(4) {
  rotate: -45deg;
  bottom: 6px;
}
.header__mobile-search {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .header__mobile-search {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__mobile-search {
    margin-bottom: 23px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 188px;
  }
}
.header__mitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1500px) {
  .header__mitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__mitems .header__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__mitems .header__wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__mitems .header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid #655B5B;
  overflow: hidden;
}
.search form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search input {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 13px;
  font-weight: 300;
}
.search input::-webkit-input-placeholder {
  text-align: right;
  color: #706A6A;
}
.search input::-moz-placeholder {
  text-align: right;
  color: #706A6A;
}
.search input:-ms-input-placeholder {
  text-align: right;
  color: #706A6A;
}
.search input::-ms-input-placeholder {
  text-align: right;
  color: #706A6A;
}
.search input::placeholder {
  text-align: right;
  color: #706A6A;
}
.search button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px;
  background-color: #F1E6FF;
  border-radius: 20px;
  cursor: pointer;
}

@-webkit-keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.wrapper {
  padding-top: 228px;
  margin-top: 68px;
}
@media (max-width: 1500px) {
  .wrapper {
    padding-top: 219px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 202px;
    margin-top: 20px;
  }
}

.footer {
  padding: 12px 0 22px 0;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .footer {
    padding: 35px 0 17px 0;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 20px 0 17px 0;
    margin-top: 30px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 1px;
  background-color: #655B5B;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media (max-width: 1200px) {
  .footer__body {
    gap: 27px;
  }
}
@media (max-width: 900px) {
  .footer__body {
    gap: 18px;
  }
}
.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 1200px) {
  .footer__top {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer__top > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__top > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer__top > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer__top > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__top > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer__top > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (max-width: 900px) {
  .footer__top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
.footer__col {
  margin-top: 27px;
}
@media (max-width: 1200px) {
  .footer__col {
    margin-top: 0;
  }
}
.footer__col:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .footer__col:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-column-align: center;
        justify-self: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1200px) {
  .footer__col:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 900px) {
  .footer__col:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-column-align: center;
        justify-self: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__col:nth-child(4) .footer__text {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .footer__col:nth-child(4) .footer__text {
    display: block;
  }
}
.footer__col:nth-child(4) .footer__bbb {
  display: none;
  margin-bottom: 35px;
}
@media (max-width: 900px) {
  .footer__col:nth-child(4) .footer__bbb {
    display: block;
  }
}
.footer__logo {
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .footer__logo {
    margin-bottom: 0;
    max-width: 234px;
  }
}
.footer__text {
  font-size: 14px;
  margin-bottom: 25px;
  max-width: 225px;
}
@media (max-width: 900px) {
  .footer__text {
    display: none;
  }
}
@media (max-width: 900px) {
  .footer__bbb {
    display: none;
  }
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .footer__title {
    text-align: center;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media (max-width: 1200px) {
  .footer__menu {
    text-align: center;
  }
}
.footer__menu li a {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__ever {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer__ever a {
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 11px;
  color: #572C8B;
}
.footer__join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 1px solid black;
  overflow: hidden;
  margin-bottom: 8px;
}
.footer__join input {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 300;
  width: 270px;
}
@media (max-width: 900px) {
  .footer__join input {
    width: 200px;
  }
}
.footer__join input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300;
}
.footer__join input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
}
.footer__join input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
}
.footer__join input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
}
.footer__join input::placeholder {
  font-size: 18px;
  font-weight: 300;
}
.footer__join button {
  padding: 15px 32px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 24px;
  background-color: #F1E6FF;
  cursor: pointer;
}
.footer__form .success {
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .footer__form .success {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.success span {
  font-size: 16px;
  font-weight: 700;
}

.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1200px) {
  .footer__media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.terms__title {
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .terms__title {
    margin-bottom: 30px;
  }
}
.terms__nav {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .terms__nav {
    margin-bottom: 30px;
  }
}
.terms__subtitle {
  font-size: 48px;
  font-weight: 700;
  color: #4B006E;
  margin-bottom: 33px;
  font-family: "Work Sans";
  line-height: 1.1;
}
@media (max-width: 768px) {
  .terms__subtitle {
    font-size: 32px;
  }
}
.terms__text p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
.terms__text p span {
  color: #572C8B;
  font-weight: 700;
}
.terms__text h2 {
  font-weight: 700;
  font-size: 16px;
  color: #572C8B;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.nav a {
  font-style: 16px;
  font-weight: 500;
  color: black;
  text-underline-offset: 3px;
}
.nav span {
  font-style: 16px;
  font-weight: 500;
  color: black;
}

.title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Work Sans";
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}

.about {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about {
    margin-bottom: 20px;
  }
}
.about__title {
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .about__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .about__title {
    margin-bottom: 8px;
  }
}
.about__nav {
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .about__nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .about__nav {
    margin-bottom: 29px;
  }
}
.about__text {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 14px;
  }
}
.about__text p {
  margin-bottom: 20px;
}

.reviews__title {
  margin-bottom: 53px;
}
@media (max-width: 1024px) {
  .reviews__title {
    margin-bottom: 29px;
  }
}
@media (max-width: 768px) {
  .reviews__title {
    margin-bottom: 28px;
  }
}
.reviews__items {
  position: relative;
}
.reviews__leave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reviews__leave {
    margin-top: 30px;
  }
}
.reviews__btn {
  padding: 12px 22px;
  border-radius: 20px;
  background-color: #4B006E;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Work Sans";
  cursor: pointer;
}
.reviews__slider {
  margin: 0 100px;
}
@media (max-width: 1024px) {
  .reviews__slider {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .reviews__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    position: absolute;
    top: -80px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .reviews__arrows {
    gap: 8px;
    top: -63px;
  }
}
@media (max-width: 768px) {
  .reviews__arrows img {
    height: 12px;
  }
}
.reviews__arrows .prev {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background-color: #572C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .reviews__arrows .prev {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .reviews__arrows .prev {
    width: 33px;
    height: 33px;
    border-radius: 50%;
  }
}
.reviews__arrows .next {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background-color: #572C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1024px) {
  .reviews__arrows .next {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .reviews__arrows .next {
    width: 33px;
    height: 33px;
    border-radius: 50%;
  }
}

.reviews .slide__text {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .reviews .slide__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.reviews .slide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .slide__name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .reviews .slide__name {
    font-size: 14px;
  }
}
.reviews .slide__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .reviews .slide__stars {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .reviews .slide__stars img {
    width: 22px;
  }
}

.rmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  display: none;
}

.rmodal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rmodal__body {
  background-color: white;
  padding: 30px 50px;
  border-radius: 30px;
  width: 600px;
  max-width: 100%;
  margin: 20px;
}

.rmodal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.rmodal__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.rmodal__input label {
  font-size: 16px;
  font-weight: 500;
  font-family: "Work Sans";
}

.rmodal__input input, .rmodal__input textarea {
  border: none;
  padding: 10px 10px;
  background-color: #ebeaf9;
  border-radius: 5px;
  margin: 0;
  resize: none;
}

.rmodal__input input {
  height: 35px;
}

.rmodal__btn button {
  padding: 10px 40px;
  background-color: rgb(96, 47, 150);
  color: white;
  font-size: 14px;
  font-weight: 700;
  font-family: "Work Sans";
  cursor: pointer;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .rmodal__body {
    padding: 30px;
  }
}
.just-validate-error-label {
  font-family: "Work Sans";
}

.rmodal__form.loading .rmodal__btn button {
  opacity: 0.7;
  pointer-events: none;
}

.lock {
  overflow-y: hidden;
}

.contact {
  margin-bottom: 73px;
}
@media (max-width: 1024px) {
  .contact {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contact {
    margin-bottom: 20px;
  }
}
.contact__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .contact__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contact__title {
    margin-bottom: 35px;
  }
}
.contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1024px) {
  .contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .contact__items {
    gap: 23px;
  }
}

.contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact .item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contact .item:nth-child(2) .item__subtitle {
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 768px) {
  .contact .item:nth-child(2) .item__subtitle {
    font-size: 16px;
  }
}
.contact .item:nth-child(2) .item__link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact .item:nth-child(2) .item__link {
    font-size: 16px;
  }
}
.contact .item:nth-child(2) .item__text {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact .item:nth-child(2) .item__text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .contact .item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1024px) {
  .contact .item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.contact .item__icon {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact .item__icon {
    margin-bottom: 17px;
  }
}
.contact .item__title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contact .item__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.contact .item__subtitle {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  max-width: 280px;
}
.contact .item__link {
  font-size: 24px;
  font-weight: 900;
  color: black;
  margin-bottom: 12px;
}
.contact .item__text {
  font-size: 15px;
  font-weight: 300;
}
.contact .item__text span {
  font-weight: 700;
}

.map {
  height: 627px;
}
@media (max-width: 1024px) {
  .map {
    height: 367px;
  }
}
@media (max-width: 786px) {
  .map {
    height: 275px;
  }
}
.map iframe {
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%) brightness(1.1);
          filter: grayscale(100%) brightness(1.1);
}

.cform {
  position: relative;
  z-index: 1;
}
.cform__body {
  margin-top: -300px;
}
@media (max-width: 1024px) {
  .cform__body {
    margin-top: -80px;
  }
}

.cform .form {
  padding: 32px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 743px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .cform .form {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cform .form {
    padding: 37px 16px 29px 16px;
  }
}
.cform .form__input input, .cform .form__input textarea {
  padding: 14px 11px;
  border-radius: 20px;
  background-color: #F6F6F6;
  font-size: 14px;
  width: 100%;
}
.cform .form__input input::-webkit-input-placeholder, .cform .form__input textarea::-webkit-input-placeholder {
  color: #A4A4A4;
}
.cform .form__input input::-moz-placeholder, .cform .form__input textarea::-moz-placeholder {
  color: #A4A4A4;
}
.cform .form__input input:-ms-input-placeholder, .cform .form__input textarea:-ms-input-placeholder {
  color: #A4A4A4;
}
.cform .form__input input::-ms-input-placeholder, .cform .form__input textarea::-ms-input-placeholder {
  color: #A4A4A4;
}
.cform .form__input input::placeholder, .cform .form__input textarea::placeholder {
  color: #A4A4A4;
}
.cform .form__btns {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .cform .form__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.cform .form__clear {
  width: 214px;
  padding: 16px 0;
  border: 1px solid #572C8B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #572C8B;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
.cform .form__btn {
  width: 214px;
  padding: 16px 0;
  border: 1px solid #572C8B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  background-color: #572C8B;
}

.first__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 1;
  top: -54px !important;
}
@media (max-width: 1024px) {
  .first__pag {
    top: -43px !important;
  }
}
@media (max-width: 768px) {
  .first__pag {
    top: -31px !important;
    gap: 8px;
  }
}
.first__pag .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: white;
  opacity: 1;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .first__pag .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}

.first .slide {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .first .slide {
    padding: 33px 0 120px 0;
  }
}
@media (max-width: 768px) {
  .first .slide {
    padding: 36px 0 134px 0;
  }
}
.first .slide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .first .slide__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.first .slide__sku {
  font-size: 36px;
  font-weight: 500;
  color: white;
}
@media (max-width: 768px) {
  .first .slide__sku {
    font-size: 24px;
  }
}
.first .slide__title {
  font-size: 115px;
  font-weight: 700;
  font-family: "Poppins";
  color: white;
  line-height: 0.9;
}
@media (max-width: 1024px) {
  .first .slide__title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .first .slide__title {
    font-size: 32px;
  }
}

.pop {
  padding: 20px 0 66px;
}
@media (max-width: 1024px) {
  .pop {
    padding: 20px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .pop {
    padding: 10px 0 40px 0;
  }
}
.pop__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .pop__top {
    margin-bottom: 45px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .pop__top {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pop__title {
  font-size: 45px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .pop__title {
    font-size: 40px;
  }
}
.pop__title span {
  font-weight: 700;
}
.pop__all {
  font-size: 22px;
  font-weight: 300;
  padding: 12px 14px;
  border-radius: 50px;
  border: 4px solid #E99A01;
  color: black;
  text-decoration: none;
}
@media (max-width: 768px) {
  .pop__all {
    font-size: 16px;
    padding: 10px 14px;
  }
}
.pop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .pop__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
@media (max-width: 768px) {
  .pop__items {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pop .item {
  width: 247px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pop .item:hover {
  scale: 1.05;
}
.pop .item__top {
  height: 227px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #F9F9F9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
.pop .item__title {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins";
  color: black;
  text-align: center;
  line-height: 1;
}

.top {
  padding: 0 0 49px 0;
}
@media (max-width: 1024px) {
  .top {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .top {
    padding: 0 0 38px 0;
  }
}
.top__title {
  font-size: 53px;
  font-weight: 300;
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  .top__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .top__title {
    margin-bottom: 23px;
    font-size: 40px;
  }
}
.top__title span {
  font-weight: 700;
}
.top__items {
  margin-bottom: 77px;
}
@media (max-width: 1024px) {
  .top__items {
    margin-bottom: 59px;
  }
}
@media (max-width: 768px) {
  .top__items {
    margin-bottom: 30px;
  }
}
.top__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  min-width: 230px;
  padding: 12px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 50px;
  background-color: #4B006E;
  text-align: center;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.feat {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .feat {
    margin-bottom: 33px;
  }
}
@media (max-width: 768px) {
  .feat {
    margin-bottom: 51px;
  }
}
.feat__body {
  position: relative;
  padding: 190px 0 190px 120px;
  border-radius: 38px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .feat__body {
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw;
    border-radius: 0;
    padding: 67px 0 107px 40px;
  }
}
@media (max-width: 768px) {
  .feat__body {
    padding: 48px 0 58px 30px;
  }
}
.feat__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;
}
.feat__info {
  position: relative;
}
.feat__title {
  font-size: 37px;
  font-weight: 300;
  color: white;
  line-height: 1;
}
@media (max-width: 768px) {
  .feat__title {
    font-size: 24px;
  }
}
.feat__subtitle {
  font-size: 124px;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 768px) {
  .feat__subtitle {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
.feat__all {
  font-size: 22px;
  font-weight: 500;
  color: #E99A01;
  padding: 10px 14px;
  border: 4px solid #E99A01;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .feat__all {
    font-size: 16px;
    padding: 9px 17px;
  }
}

.new__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 174px;
  padding-bottom: 20px;
  border-bottom: 8px solid #4B006E;
}
@media (max-width: 1024px) {
  .new__top {
    margin-bottom: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .new__top {
    margin-bottom: 20px;
    gap: 17px;
    padding-bottom: 18px;
  }
}
.new__title {
  font-size: 45px;
  font-weight: 300;
  padding-left: 36px;
}
@media (max-width: 768px) {
  .new__title {
    font-size: 36px;
    padding-left: 0;
  }
}
.new__title span {
  font-weight: 700;
}
.new__all {
  font-size: 22px;
  font-weight: 300;
  padding: 12px 14px;
  border-radius: 50px;
  border: 4px solid #E99A01;
  color: black;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .new__all {
    font-size: 16px;
    padding: 10px 14px;
  }
}
.new__items {
  margin-bottom: 77px;
}
@media (max-width: 1024px) {
  .new__items {
    margin-bottom: 59px;
  }
}
@media (max-width: 768px) {
  .new__items {
    margin-bottom: 30px;
  }
}
.new__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 35px;
}
@media (max-width: 1024px) {
  .prods {
    row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .prods {
    row-gap: 11px;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    -ms-grid-columns: 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.prod {
  position: relative;
}
.prod__thumb {
  height: 315px;
  border-radius: 17px;
  overflow: hidden;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .prod__thumb {
    height: 178px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .prod__thumb {
    height: 131px;
    margin-bottom: 11px;
  }
}
.prod__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.prod__thumb:hover img {
  scale: 1.1;
}
.prod__top {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .prod__top {
    margin-bottom: 23px;
  }
}
@media (max-width: 768px) {
  .prod__top {
    margin-bottom: 10px;
  }
}
.prod__head {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .prod__head {
    margin-bottom: 5px;
  }
}
.prod__cat {
  font-size: 14px;
  font-weight: 500;
  color: #A2A2A2;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .prod__cat {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .prod__cat {
    font-size: 10px;
  }
}
.prod__sku {
  font-size: 14px;
  font-weight: 500;
  color: #A2A2A2;
}
@media (max-width: 1024px) {
  .prod__sku {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .prod__sku {
    font-size: 10px;
  }
}
.prod__title {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .prod__title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .prod__title {
    font-size: 10px;
  }
}
.prod__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.prod__price {
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .prod__price {
    font-size: 16px;
  }
}
.prod__add {
  width: 41px;
  height: 41px;
  border-radius: 13px;
  background-color: #E99A01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: black;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .prod__add {
    width: 21px;
    height: 21px;
    border-radius: 5px;
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

.auth__title {
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .auth__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .auth__title {
    margin-bottom: 30px;
  }
}
.auth__nav {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .auth__nav {
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .auth__nav {
    margin-bottom: 30px;
  }
}
.auth__forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 1024px) {
  .auth__forms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
@media (max-width: 768px) {
  .auth__forms {
    gap: 33px;
  }
}
.auth__login {
  width: 50%;
}
@media (max-width: 1024px) {
  .auth__login {
    width: 100%;
  }
}
.auth__reg {
  width: 50%;
}
@media (max-width: 1024px) {
  .auth__reg {
    width: 100%;
  }
}

.fform__title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Work Sans";
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .fform__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.fform__form {
  padding: 23px 23px 29px 23px;
  border-radius: 20px;
  border: 1px solid #4B006E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.fform__btn {
  padding: 10px 37px;
  border-radius: 20px;
  background-color: #4B006E;
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans";
  color: white;
  cursor: pointer;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 768px) {
  .fform__btn {
    padding: 10px 27px;
  }
}
.fform__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .fform__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fform__text {
  font-size: 13px;
  font-family: "Roboto";
}
.fform__lost {
  font-size: 13px;
  font-family: "Roboto";
}
.fform__password {
  font-size: 13px;
  font-weight: 700;
  color: #6B6D74;
  font-family: "Roboto";
  margin-bottom: -11px;
  margin-left: 23px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .fform__password {
    margin-top: 22px;
  }
}

.input input, .input textarea {
  padding: 16px 21px;
  border-radius: 20px;
  border: 1px solid #C9C9CE;
  font-size: 13px;
  width: 100%;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #6B6D74;
  font-family: "Roboto";
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #6B6D74;
  font-family: "Roboto";
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #6B6D74;
  font-family: "Roboto";
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #6B6D74;
  font-family: "Roboto";
}
.input input::placeholder, .input textarea::placeholder {
  color: #6B6D74;
  font-family: "Roboto";
}
.input__tip {
  font-weight: 300;
  font-size: 13px;
  margin-left: 23px;
  color: #572C8B;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #C9C9CE;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.checkbox input:checked {
  background-color: #1EA600;
  border: none;
}
.checkbox input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.checkbox label {
  font-size: 13px;
  font-family: "Roboto";
}

.password {
  position: relative;
}
.password input {
  padding-right: 40px;
}
.password__eye {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 22px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
}
.password.visible .password__eye {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.auth__lost .fform__form {
  border: none;
  padding: 0;
  max-width: 575px;
}
.auth__lost .fform__btn {
  padding: 10px 25px;
}

.account__title {
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .account__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .account__title {
    margin-bottom: 30px;
  }
}
.account__nav {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .account__nav {
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .account__nav {
    margin-bottom: 30px;
  }
}
.account__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 1024px) {
  .account__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.account__left {
  width: 30%;
}
@media (max-width: 1024px) {
  .account__left {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.account__right {
  width: 70%;
}
@media (max-width: 1024px) {
  .account__right {
    width: 100%;
  }
}
.account__img {
  margin-bottom: 5px;
}
.account__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .account__name {
    margin-bottom: 10px;
  }
}
.account__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.account__page {
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-decoration: none;
}
.account__page:hover {
  color: #572C8B;
}
.account__page.current {
  color: #572C8B;
}
.account__logout {
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-underline-offset: 3px;
}

.dashboard {
  max-width: 700px;
}
.dashboard__title {
  font-size: 16px;
  margin-bottom: 21px;
  font-weight: 500;
}
.dashboard__title span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .dashboard__title {
    margin-bottom: 11px;
    font-size: 14px;
  }
}
.dashboard__text {
  padding: 17px 20px 26px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #572C8B;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .dashboard__text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .dashboard__text {
    font-size: 12px;
  }
}
.dashboard__text a {
  color: black;
  text-underline-offset: 3px;
}

.orders__title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Work Sans";
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .orders__title {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
.orders__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .orders__subtitle {
    margin-bottom: 20px;
  }
}
.orders__table {
  margin-bottom: 31px;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .orders__table {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .orders__table {
    display: none;
  }
}
.orders__table td, .orders__table th {
  border-top: 1px solid #655B5B;
  border-bottom: 1px solid #655B5B;
}
.orders__table thead td {
  font-size: 16px;
  font-weight: 700;
  padding: 26px 0;
}
.orders__table tbody td {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
}
.orders__table tbody td:nth-child(1) {
  color: #572C8B;
}
.orders__table tbody td:nth-child(4) span {
  font-weight: 700;
}
.orders__table tbody td:nth-child(5) a {
  font-size: 11px;
  font-weight: 600;
  padding: 10px 23px;
  border-radius: 20px;
  background-color: #572C8B;
  text-decoration: none;
  color: white;
}
.orders__list {
  margin-bottom: 32px;
  display: none;
}
@media (max-width: 768px) {
  .orders__list {
    display: block;
  }
}
.orders__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.orders__pag span, .orders__pag a {
  width: 45px;
  height: 41px;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .orders__pag span, .orders__pag a {
    width: 32px;
    height: 29px;
    border-radius: 10px;
  }
}
.orders__pag span {
  background-color: #4B006E;
}
.orders__pag a {
  background-color: #F1E6FF;
}

.orders__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #655B5B;
}
.orders__list .item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.orders__list .item__row:nth-child(1) .item__right {
  color: #572C8B;
}
.orders__list .item__row:nth-child(4) .item__right span {
  font-weight: 700;
}
.orders__list .item__row:nth-child(5) .item__right a {
  font-size: 11px;
  font-weight: 600;
  padding: 8px 23px;
  border-radius: 20px;
  background-color: #572C8B;
  text-decoration: none;
  color: white;
}
.orders__list .item__left {
  font-size: 16px;
  font-weight: 700;
  width: 60px;
}
.orders__list .item__right {
  font-size: 16px;
  font-weight: 500;
}

.swish__title {
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .swish__title {
    margin-bottom: 30px;
  }
}
.swish__nav {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .swish__nav {
    margin-bottom: 30px;
  }
}
.swish__count {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 11px;
  color: #6D6D6D;
  position: relative;
  margin-bottom: 61px;
}
@media (max-width: 1024px) {
  .swish__count {
    margin-bottom: 30px;
  }
}
.swish__count::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100% - 100vw) / 2);
  height: 1px;
  width: 100vw;
  background-color: #655B5B;
}
@media (max-width: 1024px) {
  .swish__count::before {
    width: 100%;
    left: 0;
  }
}
.swish__items {
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .swish__items {
    margin-bottom: 30px;
  }
}
.swish__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wish-product .prod__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}
@media (max-width: 1024px) {
  .wish-product .prod__bottom {
    gap: 18px;
  }
}

.wish-product .prod__add {
  background-color: transparent;
  width: auto;
  font-size: 16px;
  color: #572C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1024px) {
  .wish-product .prod__add {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .wish-product .prod__add img {
    width: 20px;
  }
}

.order__title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .order__title {
    margin-bottom: 13px;
  }
}
.order__title span {
  color: #572C8B;
}
.order__subtitle {
  font-size: 36px;
  font-weight: 700;
  font-family: "Work Sans";
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .order__subtitle {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.order__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .order__table {
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .order__table {
    margin-bottom: 29px;
  }
}
.order__table thead td {
  font-size: 16px;
  font-weight: 700;
  padding: 32px 0;
  border-top: 1px solid #655B5B;
  border-bottom: 1px solid #655B5B;
}
@media (max-width: 1024px) {
  .order__table thead td {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .order__table thead td {
    font-size: 12px;
    padding: 15px 0;
  }
}
.order__table tbody td {
  padding: 18px 0;
  border-top: 1px solid #655B5B;
  border-bottom: 1px solid #655B5B;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .order__table tbody td {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .order__table tbody td {
    font-size: 12px;
  }
}
.order__table tbody td:nth-child(1) {
  font-weight: 500;
  padding-right: 30px;
}
.order__table tbody td:nth-child(1) span {
  color: #572C8B;
  font-weight: 700;
}
.order__table tbody td:nth-child(2) {
  font-weight: 700;
}
.order__baddress {
  margin-bottom: 30px;
  max-width: 878px;
}
.order__saddress {
  max-width: 878px;
}

.address {
  position: relative;
}
.address__title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Work Sans";
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .address__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .address__title {
    margin-bottom: 17px;
  }
}
.address__card {
  padding: 20px 23px;
  border-radius: 20px;
  border: 1px solid #572C8B;
}
@media (max-width: 1024px) {
  .address__card {
    padding: 30px;
  }
}
.address__card p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.address__trash {
  width: 43px;
  height: 39px;
  border-radius: 10px;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.addresses {
  max-width: 878px;
}
.addresses__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .addresses__title {
    font-size: 32px;
  }
}
.addresses__subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .addresses__subtitle {
    font-size: 12px;
    margin-bottom: 19px;
  }
}
.addresses__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 23px;
  border-radius: 20px;
  border: 1px solid #572C8B;
  margin-bottom: 12px;
  cursor: pointer;
}
.addresses__add span {
  font-size: 16px;
  font-weight: 500;
  color: #572C8B;
}
.addresses__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .addresses__items {
    margin-bottom: 16px;
  }
}
.addresses__back a {
  padding: 10px 14px;
  display: inline-block;
  border-radius: 20px;
  background-color: #572C8B;
  font-size: 11px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.amodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  display: none;
  align-items: flex-start;
    overflow: auto;
}
.amodal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.amodal__body {
  padding: 30px 30px 38px 30px;
  margin: 60px 30px;
  border-radius: 20px;
  border: 1px solid #4B006E;
  background-color: white;
  width: 733px;
}
@media (max-width: 768px) {
  .amodal__body {
    padding: 30px 25px;
  }
}
.amodal__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  font-family: "Roboto";
}
@media (max-width: 1024px) {
  .amodal__title {
    margin-bottom: 17px;
  }
}
.amodal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .amodal__form {
    gap: 8px;
  }
}
.amodal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media (max-width: 1024px) {
  .amodal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .amodal__row {
    gap: 8px;
  }
}
.amodal__row > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .amodal__row > * {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .amodal__row > * {
    width: 100%;
  }
}
.amodal__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  margin-left: 18px;
}
@media (max-width: 768px) {
  .amodal__checkboxes {
    margin-bottom: 12px;
  }
}
.amodal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.amodal__btn {
  padding: 10px;
  border-radius: 20px;
  background-color: #572C8B;
  border: 1px solid #572C8B;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans";
  color: white;
  cursor: pointer;
}
.amodal__cancel {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #572C8B;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans";
  color: #572C8B;
  cursor: pointer;
}

.details .fform__btn {
  width: 100%;
}

.details {
  max-width: 733px;
}
@media (max-width: 1024px) {
  .details {
    max-width: none;
  }
}

.header__middle .container {
  position: relative;
}

.user {
  position: absolute;
  top: 100%;
  right: 10px;
  padding: 34px 27px;
  border-radius: 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 356px;
  display: none;
}
.user.show {
  display: block;
}
@media (max-width: 1500px) {
  .user.show {
    display: none;
  }
}
.user__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #585050;
}
.user__signin {
  font-size: 20px;
  font-weight: 500;
  background-color: #4B006E;
  color: white;
  padding: 14px;
  text-align: center;
  border-radius: 20px;
  font-family: "Work Sans";
  text-decoration: none;
  border: 1px solid #4B006E;
}
.user__signup {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #4B006E;
  color: #4B006E;
  padding: 14px;
  text-align: center;
  border-radius: 20px;
  font-weight: 300;
  font-family: "Work Sans";
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.user__pages {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.user__pages a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.user__welcome {
  font-size: 40px;
  font-weight: 700;
  font-family: "Work Sans";
  line-height: 1;
}
.user__signout {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  color: black;
  text-underline-offset: 3px;
  display: block;
}

.shadow {
  position: relative;
}
.shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  z-index: 999;
}

@media (max-width: 1500px) {
  .mcart-box {
    display: none;
  }
}
.mcart-box.show .mcart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mcart-wrapper {
  position: absolute;
  top: 100%;
  right: 10px;
  padding: 21px 24px 33px 24px;
  width: 576px;
  border-radius: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: calc(100vh - 140px);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  flex-grow: 1;
}
.mcart {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mcart-wrapper::-webkit-scrollbar {
  width: 8px;
}
.mcart-wrapper:has(.empty) {
  height: 358px;
  width: 446px;
}
.mcart__top {
  margin-bottom: 50px;
  position: relative;
}
.mcart-wrapper:has(.empty) .mcart__top {
  margin-bottom: 10px;
}
.mcart__title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Work Sans";
  text-align: center;
  line-height: 1;
}
.mcart__close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.mcart__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto";
  color: #585050;
  padding-bottom: 20px;
  border-bottom: 1px solid #585050;
  margin-bottom: 35px;
}
.mcart__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.mcart__products {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mcart__bottom {
  padding-top: 20px;
}
.mcart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 18px;
}
.mcart__total span {
  font-size: 18px;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 600;
}
.mcart__text {
  font-size: 15px;
  color: #585050;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 29px;
}
.mcart__checkout {
  font-size: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 10px;
  border-radius: 50px;
  background-color: #4B006E;
  color: white;
  text-decoration: none;
  margin-bottom: 14px;
  border: 1px solid #4B006E;
}
.mcart__full {
  font-size: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #4B006E;
  color: #4B006E;
  text-decoration: none;
  margin-bottom: 14px;
}
.mcart__empty {
  padding-top: 22px;
  border-top: 1px solid #585050;
  text-align: center;
}
.mcart__oops {
  font-size: 16px;
  color: #572C8B;
  margin-bottom: 16px;
}
.mcart__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mcart__list {
  font-size: 16px;
  font-weight: 500;
}

.mcart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.mcart .item__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mcart .item__left img {
  width: 130px;
  height: 130px;
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mcart .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}
.mcart .item__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
.mcart .item:last-child .item__right {
  border-bottom: none;
}
.mcart .item__name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Work Sans";
  max-width: 196px;
}
.mcart .item__total {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto";
  margin-bottom: 15px;
  color: #585050;
}
.mcart .item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.mcart .item__trash {
  width: 43px;
  height: 39px;
  border-radius: 10px;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mcart .item__stock {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.mcart .item__stock > span {
  color: #D9D9D9;
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans";
}
.mcart .item__stock .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.mcart .item__stock .one span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans";
  color: #ED8787;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 107px;
  padding: 10px 22px;
  border-radius: 50px;
  background-color: #F1E6FF;
  gap: 10px;
}
.quantity input {
  width: 100%;
  background-color: #F1E6FF;
  text-align: center;
}
.quantity__minus {
  cursor: pointer;
}
.quantity__plus {
  cursor: pointer;
}

.catalog {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .catalog {
    margin-bottom: 0px;
  }
}
.catalog__title {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .catalog__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .catalog__title {
    margin-bottom: 25px;
  }
}
.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .catalog__top {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .catalog__top {
    margin-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
}
.catalog__search {
  width: 267px;
}
.catalog__settings {
  width: 267px;
  display: none;
}
@media (max-width: 1024px) {
  .catalog__settings {
    display: block;
  }
}
.catalog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 118px;
}
@media (max-width: 1024px) {
  .catalog__left {
    display: none;
  }
}
.catalog__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -19px;
}
@media (max-width: 1024px) {
  .catalog__right {
    margin-top: 0;
  }
}
.catalog__right .prods {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .catalog__right .prods {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .catalog__head {
    margin-bottom: 21px;
  }
}
@media (max-width: 1024px) {
  .catalog__sort {
    display: none;
  }
}
.catalog__price {
  margin-bottom: 77px;
}
.catalog__result {
  font-size: 16px;
}
.catalog__settings {
  padding: 12px 25px;
  border-radius: 20px;
  border: 1px solid #655;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  width: 267px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .catalog__settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog__settings span {
  font-size: 13px;
  font-weight: 300;
  color: #706A6A;
}

.radiobtn {
  position: relative;
  margin-bottom: 10px;
}

.radiobtn input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radiobtn label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  display: inline-block !important;
  font-size: 16px;
}

.radiobtn label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #655B5B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

.radiobtn label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #572C8B;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.radiobtn input:checked + label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.price__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}
.price__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 27px;
}
.price__inputs input {
  width: 107px;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #655B5B;
  font-size: 16px;
}
.price__inputs input::-webkit-input-placeholder {
  font-weight: 300;
  color: #706A6A;
}
.price__inputs input::-moz-placeholder {
  font-weight: 300;
  color: #706A6A;
}
.price__inputs input:-ms-input-placeholder {
  font-weight: 300;
  color: #706A6A;
}
.price__inputs input::-ms-input-placeholder {
  font-weight: 300;
  color: #706A6A;
}
.price__inputs input::placeholder {
  font-weight: 300;
  color: #706A6A;
}
.price__inputs button {
  padding: 15px 23px;
  border-radius: 20px;
  border: 1px solid #655B5B;
  font-weight: 700;
  font-size: 16px;
  color: #CEC6C6;
  background-color: white;
  cursor: pointer;
}

.cats {
  padding: 34px 17px;
  border-radius: 19px;
  background-color: #F1E6FF;
}
.cats__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cats__items .radiobtn label {
  text-transform: uppercase;
  font-size: 14px;
}
.cats__items .radiobtn label::before {
  background-color: #F1E6FF;
}

.sort {
  position: relative;
}
.sort__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
}
.sort__box {
  padding: 8px 19px;
  border-radius: 20px;
  border: 1px solid #572C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  cursor: pointer;
}
.sort__box span {
  font-size: 16px;
  color: #572C8B;
  line-height: 1;
}
.sort__list {
  padding: 28px 25px;
  border-radius: 20px;
  border: 1px solid #572C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: white;
  position: absolute;
  width: 100%;
  top: calc(100% + 6px);
  z-index: 1;
  display: none;
}
.sort.open .sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort__item {
  cursor: pointer;
}
.sort__item.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort__item.selected img {
  display: block;
}
.sort__item span {
  font-size: 16px;
  font-weight: 500;
}
.sort__item img {
  display: none;
}

.smodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: auto;
  z-index: 10000;
  display: none;
}
@media (min-width: 1025px) {
  .smodal {
    display: none !important;
  }
}
.smodal.open {
  display: block;
}
.smodal__body {
  padding: 30px 25px;
}
.smodal__top {
  margin-bottom: 18px;
  position: relative;
}
.smodal__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Work Sans";
  text-align: center;
}
.smodal__close {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 15px;
}
.smodal__items {
  margin-bottom: 16px;
}
.smodal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smodal__btn {
  padding: 15px 23px;
  border-radius: 20px;
  background-color: #572C8B;
  font-size: 16px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

.smodal .item {
  padding: 17px 30px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .smodal .item {
    padding: 17px 18px;
  }
}
.smodal .item:nth-child(1) .radiobtn label {
  padding-left: 45px;
}
.smodal .item:nth-child(2) .cats__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 286px;
}
@media (max-width: 768px) {
  .smodal .item:nth-child(2) .cats__items {
    height: auto;
  }
}
.smodal .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.smodal .item__title {
  font-size: 16px;
  font-weight: 700;
}
.smodal .item__subtitle {
  font-size: 16px;
  margin-top: 5px;
}
.smodal .item__bottom {
  display: none;
  margin-top: 20px;
}
.smodal .item.open .item__bottom {
  display: block;
}

.related {
  margin-bottom: 145px;
}
@media (max-width: 1024px) {
  .related {
    margin-bottom: 30px;
  }
}
.related__title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  .related__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .related__title {
    font-size: 36px;
    margin-bottom: 21px;
  }
}
.related__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .related__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .related__items {
    -ms-grid-columns: 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
}
.related__items .prod:nth-child(5) {
  display: none;
}
@media (max-width: 1024px) {
  .related__items .prod:nth-child(5) {
    display: block;
  }
}
@media (max-width: 768px) {
  .related__items .prod:nth-child(5) {
    display: none;
  }
}
.related__items .prod:nth-child(6) {
  display: none;
}
@media (max-width: 1024px) {
  .related__items .prod:nth-child(6) {
    display: block;
  }
}
@media (max-width: 768px) {
  .related__items .prod:nth-child(6) {
    display: none;
  }
}
.related__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related__btn {
  margin-top: 74px;
}
@media (max-width: 1024px) {
  .related__btn {
    margin-top: 31px;
  }
}

.product-feat .feat__body {
  padding: 332px 0 50px 66px;
}
@media (max-width: 1024px) {
  .product-feat .feat__body {
    padding: 144px 0 33px 37px;
  }
}
@media (max-width: 768px) {
  .product-feat .feat__body {
    padding: 54px 0 25px 32px;
  }
}

.product-feat .feat__title {
  color: #232323;
}

.product-feat .feat__subtitle {
  color: #232323;
}

.product-feat .feat__all {
  color: #232323;
  border-color: #232323;
}

.wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 37px;
  height: 37px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wish {
    width: 24px;
    height: 24px;
    top: 9px;
    right: 9px;
  }
}
.wish img:first-child {
  display: block;
}
.wish img:last-child {
  display: none;
}
@media (max-width: 1024px) {
  .wish img {
    width: 14px;
  }
}
.wish.active img:first-child {
  display: none;
}
.wish.active img:last-child {
  display: block;
}

.pinfo {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .pinfo {
    margin-bottom: 62px;
  }
}
@media (max-width: 768px) {
  .pinfo {
    margin-bottom: 30px;
  }
}
.pinfo .container {
  max-width: 1775px;
}
.pinfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .pinfo__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
}
.pinfo__left {
  width: 60%;
}
@media (max-width: 1200px) {
  .pinfo__left {
    display: none;
  }
}
.pinfo__right {
  width: 40%;
}
@media (max-width: 1200px) {
  .pinfo__right {
    width: 100%;
  }
}
.pinfo__cat {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pinfo__cat {
    margin-bottom: 5px;
  }
}
.pinfo__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .pinfo__title {
    margin-bottom: 5px;
    font-size: 32px;
  }
}
.pinfo__brand {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .pinfo__brand {
    margin-bottom: 8px;
  }
}
.pinfo__brand a {
  color: black;
}
.pinfo__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
.pinfo__price > span:first-child {
  font-size: 26px;
  color: #E99A01;
  font-weight: 500;
}
.pinfo__price > span:last-child {
  font-size: 26px;
  font-weight: 500;
}
.pinfo__compare {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.pinfo__compare span {
  text-decoration: line-through;
}
.pinfo__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}
.pinfo__quantity {
  background-color: white;
  border: 1px solid #E99A01;
}
.pinfo__quantity input {
  background: white;
}
.pinfo__btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #E99A01;
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Work Sans";
  color: white;
  text-decoration: none;
  text-align: center;
  max-width: 456px;
}
.pinfo__wish div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 32px;
  cursor: pointer;
}
.pinfo__wish img {
  width: 13px;
}
.pinfo__wish span {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pinfo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .pinfo__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 12px;
  }
}
.pinfo__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pinfo__slider {
  display: none;
}
@media (max-width: 1200px) {
  .pinfo__slider {
    display: block;
    margin-bottom: 21px;
    position: relative;
  }
}

.pinfo__slider .slider__wish {
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 28px;
  right: 28px;
}
@media (max-width: 768px) {
  .pinfo__slider .slider__wish {
    width: 34px;
    height: 34px;
    top: 21px;
    right: 21px;
  }
}
.pinfo__slider .slider__wish img {
  width: 34px;
}
@media (max-width: 768px) {
  .pinfo__slider .slider__wish img {
    width: 19px;
  }
}
.pinfo__slider .slider__slide {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .pinfo__slider .slider__slide {
    margin-bottom: 12px;
  }
}
.pinfo__slider .slider__slide img {
  height: 580px;
  border-radius: 30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .pinfo__slider .slider__slide img {
    height: 272px;
  }
}
.pinfo__slider .slider__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .pinfo__slider .slider__pag {
    gap: 10px;
  }
}
.pinfo__slider .slider__pag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #572C8B;
  opacity: 1;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .pinfo__slider .slider__pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.pinfo__slider .slider__pag .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .pinfo__slider .slider__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

.pinfo__notes .note__top {
  padding: 24px 0 7px 0;
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pinfo__notes .note__top {
    padding: 15px 0 7px 0;
  }
}
.pinfo__notes .note__title {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pinfo__notes .note__title {
    font-size: 24px;
  }
}
.pinfo__notes .note__plus span {
  width: 22px;
  height: 2px;
  background-color: #585050;
  display: block;
}
.pinfo__notes .note__plus span:last-child {
  rotate: 90deg;
  position: relative;
  bottom: 2px;
}
.pinfo__notes .note.open .note__plus span:last-child {
  display: none;
}
.pinfo__notes .note__bottom {
  display: none;
  margin-top: 20px;
  font-size: 16px;
}
.pinfo__notes .note.open .note__bottom {
  display: block;
}

.pinfo__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pinfo__info .item__title {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.pinfo__info .item__title span {
  font-size: 16px;
  font-weight: 600;
}
.pinfo__info .item__subtitle {
  font-size: 16px;
  font-weight: 300;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.gallery__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.gallery__left img {
  width: 203px;
  height: 181px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.gallery__left img.current {
  opacity: 0.5;
}
.gallery__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.gallery__right > img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery__wish {
  width: 72px;
  height: 72px;
  top: 28px;
  right: 28px;
}
.gallery__wish img {
  width: 40px;
}

.tip__icon {
  cursor: pointer;
}

.cmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;   
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px; 
  background-color: rgba(0, 0, 0, 0.61);
  overflow-y: auto;
  z-index: 10000;
}
.cmodal.open {
  display: flex;
}

.cmodal__modal {
  max-width: 820px;
  background-color: white;
  padding: 83px 50px 75px 50px;
  border-radius: 20px;
  margin: 0 auto;
}
.cmodal__modal::-webkit-scrollbar {
  width: 8px;
}
@media (max-width: 768px) {
  .cmodal__modal {
    padding: 30px;
  }
}
.cmodal__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 44px;
  text-align: center;
}
@media (max-width: 768px) {
  .cmodal__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.cmodal__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.cmodal__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  padding: 45px 65px;
  border: 4px solid #E99A01;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cmodal__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 30px;
    text-align: center;
  }
}
.cmodal__items .item.current {
  background-color: #E99A01;
}
.cmodal__items .item__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cmodal__items .item.current .item__left img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%) hue-rotate(252deg) brightness(109%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%) hue-rotate(252deg) brightness(109%) contrast(94%);
}
.cmodal__items .item__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cmodal__items .item__title {
    font-size: 36px;
  }
}
.cmodal__items .item.current .item__title {
  color: white;
}
.cmodal__items .item__text {
  font-size: 16px;
}
.cmodal__items .item.current .item__text {
  color: white;
}

.ccart {
  margin-bottom: 145px;
}
@media (max-width: 1024px) {
  .ccart {
    margin-bottom: 22px;
  }
}
.ccart__title {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .ccart__title {
    margin-bottom: 28px;
  }
}
.ccart__nav {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .ccart__nav {
    margin-bottom: 35px;
  }
}
.ccart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 171px;
}
@media (max-width: 1300px) {
  .ccart__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.ccart__left {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1300px) {
  .ccart__left {
    width: 100%;
  }
}
.ccart__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media (max-width: 1300px) {
  .ccart__items {
    gap: 43px;
  }
}
@media (max-width: 768px) {
  .ccart__items {
    gap: 32px;
  }
}
.ccart__right {
  width: 50%;
}
@media (max-width: 1300px) {
  .ccart__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ccart__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
  padding-bottom: 35px;
  border-bottom: 1px solid #655B5B;
}
@media (max-width: 1300px) {
  .ccart__items .item {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ccart__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    padding-bottom: 32px;
  }
}
.ccart__items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.ccart__items .item__left {
  width: 296px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .ccart__items .item__left {
    width: 100%;
  }
}
.ccart__items .item__left img {
  width: 296px;
  height: 296px;
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .ccart__items .item__left img {
    width: 100%;
  }
}
.ccart__items .item__cat {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ccart__items .item__cat {
    margin-bottom: 5px;
  }
}
.ccart__items .item__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .ccart__items .item__title {
    margin-bottom: 5px;
    font-size: 32px;
  }
}
.ccart__items .item__brand {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 26px;
}
.ccart__items .item__brand a {
  color: black;
}
.ccart__items .item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
.ccart__items .item__price > span:first-child {
  font-size: 26px;
  color: #E99A01;
  font-weight: 500;
}
.ccart__items .item__price > span:last-child {
  font-size: 26px;
  font-weight: 500;
}
.ccart__items .item__compare {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.ccart__items .item__compare span {
  text-decoration: line-through;
}
.ccart__items .item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}
.ccart__items .item__quantity {
  background-color: white;
  border: 1px solid #E99A01;
}
.ccart__items .item__quantity input {
  background: white;
}
.ccart__items .item__wish div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  cursor: pointer;
}
.ccart__items .item__wish img {
  width: 13px;
}
.ccart__items .item__wish span {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trash {
  width: 43px;
  height: 39px;
  border-radius: 10px;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.total {
  padding: 40px 60px 50px 40px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1300px) {
  .total {
    width: 573px;
    padding: 0;
    border-radius: 0;
    background-color: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1300px) {
  .total__info {
    padding: 25px;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .total__info {
    padding: 23px 15px 15px 15px;
    margin-bottom: 15px;
  }
}
.total__title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Work Sans";
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .total__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .total__item {
    margin-bottom: 4px;
  }
}

.cart_totals table {
  border: none !important;
  margin-bottom: 0 !important;
}

.cart_totals table th {
  padding: 0 !important;
  width: 50%;
}

.cart_totals table td {
  padding: 0 !important;
}

.total__item span:first-child, .cart_totals table th {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-bottom: 12px !important;
  border-top: none !important;
}
@media (max-width: 768px) {
  .total__item span:first-child, .cart_totals table th {
    font-size: 15px !important;
    padding-bottom: 6px !important;
  }
}
.total__item span:last-child {
  font-size: 15px;
  font-weight: 800;
  font-family: "Roboto";
}

.cart_totals table tr:last-child th, .cart_totals table tr:last-child td {
  font-size: 32px !important;
  font-weight: 600 !important;
  font-family: "Work Sans" !important;
  padding-top: 32px !important;
  border-top: 1px solid black !important;
  padding-bottom: 61px !important;
}

@media (max-width: 768px) {
  .cart_totals table tr:last-child th, .cart_totals table tr:last-child td {
    font-size: 15px !important;
  }
}

@media (max-width: 1300px) {
  .cart_totals table tr:last-child th, .cart_totals table tr:last-child td {
    padding-bottom: 0 !important;
    padding-top: 16px !important;
    margin-top: 12px !important;
  }
}

.order-total bdi {
  font-weight: 600 !important;
}

.total__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-top: 32px;
  border-top: 1px solid black;
  margin-bottom: 61px;
}
@media (max-width: 1300px) {
  .total__total {
    margin-bottom: 0;
    padding-top: 16px;
    margin-top: 12px;
  }
}
.total__total span {
  font-size: 32px;
  font-weight: 600;
  font-family: "Work Sans";
}
@media (max-width: 768px) {
  .total__total span {
    font-size: 15px;
  }
}
.total__btn {
  padding: 11px !important;
  background-color: #572C8B !important;
  border-radius: 20px !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  font-family: "Work Sans" !important;
  color: white !important;
  text-decoration: none !important;
  text-align: center !important;
  display: block !important;
}
@media (max-width: 1300px) {
  .total__btn {
    font-size: 20px !important;
    padding: 10px !important;
    max-width: 336px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .total__btn {
    font-size: 15px !important;
  }
}

.cart-related {
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .cart-related {
    margin-bottom: 23px;
  }
}
@media (max-width: 768px) {
  .cart-related {
    margin-bottom: 30px;
  }
}

.cart-fav {
  margin-bottom: 0;
}

.shipping {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .shipping {
    margin-bottom: 0;
  }
}
.shipping__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1300px) {
  .shipping__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shipping__title {
  margin: 0 0 35px 33px;
}
@media (max-width: 1300px) {
  .shipping__title {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 768px) {
  .shipping__title {
    margin: 0 0 28px 0;
  }
}
.shipping__nav {
  margin: 0 0 46px 33px;
}
@media (max-width: 1300px) {
  .shipping__nav {
    margin: 0 0 25px 0;
  }
}
.shipping__items {
  margin-bottom: 20px;
}
.shipping__btn {
  padding: 10px 13px;
  border-radius: 20px;
  background-color: #572C8B;
  font-size: 11px;
  color: white;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .shipping__right {
    margin: 0 auto;
  }
}

.shipping__items .item {
  padding: 30px 28px 18px 21px;
  border-radius: 20px;
  border: 1px solid transparent;
  /* max-width: 619px; */
}
@media (max-width: 1300px) {
  .shipping__items .item {
    max-width: none;
  }
}
.shipping__items .item.selected {
  border: 1px solid #4B006E;
}
.shipping__items .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
@media (max-width: 768px) {
  .shipping__items .item__top {
    gap: 20px;
  }
}
.shipping__items .item__radiobtn label {
  padding-left: 50px;
  font-size: 18px;
  font-weight: 300;
}
.shipping__items .item__trash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}
.shipping__items .item.selected .item__trash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shipping__items .item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shipping__items .item__btn {
  padding: 8px 25px;
  border-radius: 20px;
  background-color: #572C8B;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans";
  color: white;
  text-decoration: none;
  display: none;
  margin-top: -5px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .shipping__items .item__btn {
    margin-top: 5px;
  }
}
.shipping__items .item.selected .item__btn {
  display: inline-block;
}

.summary {
  padding: 40px 60px 50px 40px !important;
  border-radius: 20px !important;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  max-width: 587px;
}
@media (max-width: 1300px) {
  .summary {
    max-width: 573px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (max-width: 1300px) {
  .summary__info {
    padding: 31px 35px 54px 35px;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .summary__info {
    padding: 30px 20px;
    margin-bottom: 15px;
  }
}
.summary__title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Work Sans";
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .summary__title {
    margin-bottom: 23px;
  }
}
.summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .summary__item {
    margin-bottom: 4px;
  }
}
.summary__item span:first-child {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .summary__item span:first-child {
    font-size: 15px;
  }
}
.summary__item span:last-child {
  font-size: 15px;
  font-weight: 800;
  font-family: "Roboto";
}
.summary__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-top: 32px;
  border-top: 1px solid black;
}
@media (max-width: 1300px) {
  .summary__total {
    padding-top: 16px;
    margin-top: 12px;
  }
}
.summary__total span {
  font-size: 32px;
  font-weight: 600;
  font-family: "Work Sans";
}
@media (max-width: 768px) {
  .summary__total span {
    font-size: 15px;
  }
}
.summary__btn {
  padding: 11px !important;
  background-color: #572C8B !important;
  border-radius: 20px !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  font-family: "Work Sans" !important;
  color: white !important;
  text-decoration: none !important;
  text-align: center !important;
  display: block !important;
  margin-top: 37px !important;
  width: 100% !important;
}
@media (max-width: 1300px) {
  .summary__btn {
    font-size: 20px !important;
    padding: 10px !important;
    max-width: 336px !important;
    margin: 0 auto !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .summary__btn {
    font-size: 15px !important;
  }
}
.summary__prods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.summary__prods .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .summary__prods .item {
    gap: 28px;
  }
}
.summary__prods .item__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.summary__prods .item__left img {
  width: 130px;
  height: 130px;
  border-radius: 19px;
  object-fit: cover;
  object-position: center;
}
.summary__prods .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .summary__prods .item__top {
    margin-bottom: 8px;
  }
}
.summary__prods .item__title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Work Sans";
}
@media (max-width: 768px) {
  .summary__prods .item__title {
    font-size: 12px;
  }
}
.summary__prods .item__price {
  font-size: 15px;
  font-weight: 800;
  font-family: "Roboto";
}
@media (max-width: 768px) {
  .summary__prods .item__price {
    display: none;
  }
}
.summary__prods .item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .summary__prods .item__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}
.summary__prods .item__price2 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto";
  color: #585050;
}
@media (max-width: 768px) {
  .summary__prods .item__price2 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .summary__prods .item__trash {
    width: 28px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .summary__prods .item__trash img {
    width: 20px;
  }
}

.ccheckout__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 246px;
}
@media (max-width: 1300px) {
  .ccheckout__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
}
@media (max-width: 768px) {
  .ccheckout__body {
    gap: 20px;
  }
}
.ccheckout__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ccheckout__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1300px) {
  .ccheckout__right {
    margin: 0 auto;
  }
}

.cshipping {
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .cshipping {
    margin-bottom: 30px;
  }
}
.cshipping__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 33px;
}
.cshipping__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Work Sans";
}
.cshipping__change {
  font-size: 18px;
  font-weight: 700;
  color: #4B006E;
  text-decoration: underline;
  cursor: pointer;
}
.cshipping__address {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .cshipping__address {
    font-size: 12px;
  }
}

.cbilling {
  margin-bottom: 50px;
}
.cbilling__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .cbilling__top {
    margin-bottom: 12px;
  }
}
.cbilling__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Work Sans";
}
.cbilling__change {
  font-size: 18px;
  font-weight: 700;
  color: #4B006E;
  text-decoration: underline;
  cursor: pointer;
}

.d-none {
  display: none;
}

.cform__form {
  overflow: hidden;
}

.footer__form-error .just-validate-error-label {
  margin: 0 0 13px 0;
}

.fform__form {
  overflow: hidden;
}

.footer__form {
  overflow: hidden;
}

.err {
  color: rgb(184, 17, 17);
  font-size: 16px;
}

.prod__add {
  cursor: pointer;
}

.swish__empty {
  font-size: 32px;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .swish__empty {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.pinfo__brand a {
  text-decoration: underline;
}

.pinfo__btn {
  cursor: pointer;
  overflow: hidden;
}

.pinfo__wish img {
  filter: brightness(0) saturate(100%);
}

.pinfo__wish > div:last-child {
  display: none;
}

.pinfo__wish.active > div:last-child {
  display: flex;
}

.pinfo__wish.active > div:first-child {
  display: none;
}

.note__bottom ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.note__bottom h3 {
  margin: 10px 0;
}

.note__bottom h2 {
  margin: 10px 0;
}

.note__bottom p {
  margin: 10px 0;
}

.pinfo__item .item__left img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(94%) saturate(1564%) hue-rotate(5deg) brightness(97%) contrast(99%);
  width: 47px;
}

.catalog__laoder {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  display: none;
}

.catalog.loading .catalog__laoder {
  display: flex;
}

.catalog__laoder img {
  width: 40px;
}

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

.prod__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.prod__top {
  flex-grow: 1;
}

.catalog__items .empty {
  font-size: 32px;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .catalog__items .empty {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.pinfo__notice .err {
  margin-bottom: 10px;
}

.ccart__items .item__wish img {
  filter: brightness(0) saturate(100%);
}

.ccart__items .item__wish > div:last-child {
  display: none;
}

.ccart__items .item__wish.active > div:last-child {
  display: flex;
}

.ccart__items .item__wish.active > div:first-child {
  display: none;
}

.woocommerce table.shop_table td {
  border-top: none !important;
}

.woocommerce table.shop_table td {
  padding-bottom: 12px !important;
}

.cart-subtotal {
  font-weight: 600 !important;
}

.calc-btn {
  min-width: 140px !important;
  padding: 10px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  background-color: #4B006E !important;
  text-align: center !important;
  color: white !important;
  display: inline-block !important;
}

#shipping-calculator-form input {
  padding: 15px !important;
  border-radius: 20px !important;
  border: 1px solid #572C8B !important;
  font-size: 13px !important;
  width: 100% !important;
}
#shipping-calculator-form::-webkit-input-placeholder {
  color: #6B6D74 !important;
  font-family: "Roboto" !important;
}
#shipping-calculator-form::-moz-placeholder {
  color: #6B6D74 !important;
  font-family: "Roboto" !important;
}
#shipping-calculator-form:-ms-input-placeholder {
  color: #6B6D74 !important;
  font-family: "Roboto" !important;
}
#shipping-calculator-form::-ms-input-placeholder {
  color: #6B6D74 !important;
  font-family: "Roboto" !important;
}
#shipping-calculator-form::placeholder {
  color: #6B6D74 !important;
  font-family: "Roboto" !important;
}

#shipping-calculator-form .select2-selection__rendered {
  padding: 15px !important;
  border-radius: 20px !important;
  border: 1px solid #572C8B !important;
  font-size: 13px !important;
  width: 100% !important;
}

#shipping-calculator-form  .select2-container--open .select2-selection__rendered {
  border-radius: 0 !important;
}

#shipping-calculator-form .select2-container--default .select2-selection--single {
  border: none;
}

#shipping-calculator-form {
  margin-top: 20px;
}

.shipping-calculator-button {
  color: #572C8B;
  text-decoration: none;
}

.choose-address-btn  {
  padding: 9px;
  border-radius: 20px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Work Sans";
  color: #572C8B;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 1px solid #572C8B;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .choose-address-btn  {
    font-size: 20px;
    padding: 8px;
    max-width: 336px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .choose-address-btn  {
    font-size: 15px;
  }
}

.ccart__items .item__brand a {
  text-decoration: underline;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
}

@media(max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none !important;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
      display: table-row;
    }
}

.return-to-shop .button {
  min-width: 230px !important;
  padding: 12px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  background-color: #4B006E !important;
  text-align: center !important;
  color: white !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.empty-cart {
  margin-bottom: 30px;
}

.woocommerce-notices-wrapper, .wc-empty-cart-message {
  max-width: 1613px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .woocommerce-notices-wrapper {
    padding: 0 30px;
  }
}

.cart-agreee {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1300px) {
  .cart-agreee {
    margin-top: 10px;
  }
}

.addresses .empty {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .addresses .empty {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.amodal__input select {
    padding: 16px 21px;
    border-radius: 20px;
    border: 1px solid #C9C9CE;
    font-size: 13px;
    width: 100%;
    background-color: white;
}

.camodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  display: none;
}
.camodal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.camodal__body {
  padding: 30px 30px 38px 30px;
  margin: 30px;
  border-radius: 20px;
  border: 1px solid #4B006E;
  background-color: white;
  width: 733px;
}
@media (max-width: 768px) {
  .camodal__body {
    padding: 30px 25px;
  }
}
.camodal__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  font-family: "Roboto";
}
@media (max-width: 1024px) {
  .camodal__title {
    margin-bottom: 17px;
  }
}
.camodal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.camodal__cancel {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #572C8B;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans";
  color: #572C8B;
  cursor: pointer;
}

.camodal .empty {
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .camodal .empty {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.cart_totals {
  position: sticky;
  top: 140px;
}

.woocommerce-billing-fields input {
    padding: 16px 21px !important;
    border-radius: 20px !important;
    border: 1px solid #C9C9CE !important;
    font-size: 13px !important;
    width: 100% !important;
}

.woocommerce-billing-fields .select2-selection__rendered {
  padding: 15px !important;
  border-radius: 20px !important;
  border: 1px solid #C9C9CE !important;
  font-size: 13px !important;
  width: 100% !important;
  color: black !important;
}

.woocommerce-billing-fields .select2-container--open .select2-selection__rendered {
  border-radius: 0 !important;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border: none;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49.5% !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: transparent;
}

.payment_methods > li .radiobtn label::before {
  width: 16px;
  height: 16px;
}

.payment_methods > li .radiobtn:has(input:checked) label::before {
  background-color: #4B006E;
}

.payment_methods > li .radiobtn label::after {
  width: 5px;
  height: 5px;
  background-color: white;
  left: 6.5px;
}

.payment_methods > li .radiobtn {
  border: 1px solid #C9C9CE;
  padding: 16px;
}

.payment_methods > li .radiobtn:has(input:checked) {
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.payment_methods > li {
  margin-top: -1px !important;
}

.payment_methods > li:first-child .radiobtn:has(input:checked) {
  margin-top: 0;
}

.payment_methods > li .radiobtn {
  margin-bottom: 0;
}

.payment_methods > li .radiobtn label {
  font-size: 12px !important;
  font-family: "Roboto" !important;
  color: #111111 !important;
}

.payment_methods > li > input {
    padding: 16px 21px !important;
    border-radius: 20px !important;
    border: 1px solid #C9C9CE !important;
    font-size: 13px !important;
    width: 100% !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  padding: 0 !important;
  background-color: transparent !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
}

.checkout-totals {
  border: none !important;
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
}

.checkout-totals th {
  padding: 0 !important;
  width: 50%;
}

.checkout-totals td {
  padding: 0 !important;
  font-weight: 400 !important;
}

.checkout-totals td .amount {
  font-weight: 800 !important;
}

.cart_totals td .amount {
  font-weight: 800 !important;
}

.checkout-totals th {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-bottom: 12px !important;
  border-top: none !important;
}
@media (max-width: 768px) {
  .checkout-totals th {
    font-size: 15px !important;
    padding-bottom: 6px !important;
  }
}

.checkout-totals tr:last-child th, .checkout-totals tr:last-child td {
  font-size: 32px !important;
  font-weight: 600 !important;
  font-family: "Work Sans" !important;
  padding-top: 32px !important;
  border-top: 1px solid black !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .checkout-totals table tr:last-child th, .checkout-totals table tr:last-child td {
    font-size: 15px !important;
  }
}

@media (max-width: 1300px) {
  .checkout-totals tr:last-child th, .checkout-totals tr:last-child td {
    padding-bottom: 0 !important;
    padding-top: 16px !important;
    margin-top: 12px !important;
  }
}

.cbilling {
  margin-bottom: 0;
}

.summary {
  position: sticky;
  top: 140px;
}

.cshipping.hide .cshipping__bottom {
  display: none;
}

.cshipping .cshipping__address {
  display: none;
}

.cshipping.hide .cshipping__address {
  display: block;
}

.cshipping select {
    padding: 16px 21px !important;
    border-radius: 20px !important;
    border: 1px solid #C9C9CE !important;
    font-size: 13px !important;
    width: 100% !important;
    background-color: white !important;
}

.checkout-inline-error-message {
  color: rgb(184, 17, 17);
  font-size: 16px;
  font-family: "Work Sans";
}

#add_payment_method button {
  font-size: 11px;
  padding: 10px 14px;
  min-width: auto;
}

.wc-saved-payment-methods > li > input[type=radio] {
  position: absolute;
  opacity: 0;
  display: none;
}

.wc-saved-payment-methods > li > label {
  position: relative;
  padding-left: 25px;
}

.wc-saved-payment-methods > li > label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #655B5B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}

.wc-saved-payment-methods > li label::after {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 8.5px;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wc-saved-payment-methods > li input:checked + label::before {
  background-color: #4B006E;
}

.wc-saved-payment-methods > li input:checked + label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
} 

  .woocommerce-checkout #payment div.payment_box {
    padding-left: 20px !important;
  }


.woocommerce-SavedPaymentMethods-saveNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.payment_method_stripe:has([name=wc-stripe-payment-token][value=new]:checked) .woocommerce-SavedPaymentMethods-saveNew {
    display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.woocommerce-SavedPaymentMethods-saveNew input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px !important;
  height: 17px;
  border: 1px solid #C9C9CE;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0 !important;
}
.woocommerce-SavedPaymentMethods-saveNew input:checked {
  background-color: #1EA600;
  border: none;
}
.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 13px;
  font-family: "Roboto";
}

#add_payment_method #payment div.payment_box {
  padding: 0 20px !important;
}

.order__table thead {
  text-align: left;
}

.order__table thead th {
  padding: 18px 0;
  border-top: 1px solid #655B5B;
  border-bottom: 1px solid #655B5B;
  font-size: 16px;
}

.orders .empty {
  font-size: 32px;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .orders .empty {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
   .checkout-totals tr:last-child th, .checkout-totals tr:last-child td {
        font-size: 15px !important;
    }
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.ccheckout {
  margin-bottom: 40px;
}

.camodal .empty {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Label {
  font-family: sans-serif !important;
}