@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
@import "../fonts/fonts.css";
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
}

figure {
  margin: 0;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

textarea, input, select {
  outline: none;
  -webkit-appearance: none;
  font-family: "Tenor Sans", sans-serif;
}
textarea:focus, input:focus, select:focus {
  outline: none;
}

textarea {
  resize: none;
  width: 100%;
}

button, input {
  outline: none;
  border: none;
  font-family: "Tenor Sans", sans-serif;
}
button:active, button:focus, input:active, input:focus {
  outline: none;
}

a {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin: revert;
}

h1 {
  font-size: 56px;
  text-transform: unset;
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 360px) {
  h2 {
    font-size: 35px;
  }
}
h2.title-decor {
  font-family: "Bodoni MT", "Tenor Sans", sans-serif;
  font-size: 140px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.062745098);
  margin-top: 65px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  h2.title-decor {
    font-size: 100px;
  }
}
@media screen and (max-width: 1000px) {
  h2.title-decor {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
  text-transform: unset;
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

b {
  font-weight: 600;
}

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

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

.no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
}

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 1200px) {
  .desktop-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .tablet-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .tablet-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .mobile-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 360px) {
  .mobile-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
}

.relative {
  position: relative;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 360px) {
  .hide-mobile-xs {
    display: none !important;
  }
}

.show {
  display: block !important;
}

@media screen and (max-width: 1000px) {
  .show-tablet {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .show-mobile-xs {
    display: block !important;
  }
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.visible {
  visibility: unset;
  opacity: 1;
}

.gap-xxs {
  gap: 5px;
}

.gap-xs {
  gap: 10px;
}

.gap-sm {
  gap: 20px;
}

.gap-md {
  gap: 30px;
}

.gap-lg {
  gap: 40px;
}

.gap-xl {
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .mobile-gap-0 {
    gap: 0;
  }
}

.text-sm {
  font-size: 15px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-light {
  color: #FFFFFF !important;
}

.text-dark {
  color: #111111 !important;
}

.text-primary {
  color: #F70A4B !important;
}

.text-thin {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mobile-width-100 {
    width: 100%;
  }
}

.height-100 {
  height: 100%;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 10px;
}

.padding-sm {
  padding: 20px;
}

.padding-md {
  padding: 30px;
}

.padding-lg {
  padding: 40px;
}

.padding-xl {
  padding: 50px;
}

.padding-xxl {
  padding: 100px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-xxs {
  padding-top: 5px;
}

.pt-xs {
  padding-top: 10px;
}

.pt-sm {
  padding-top: 20px;
}

.pt-md {
  padding-top: 30px;
}

.pt-lg {
  padding-top: 40px;
}

.pt-xl {
  padding-top: 50px;
}

.pt-xxl {
  padding-top: 100px;
}

.pb-xxs {
  padding-bottom: 5px;
}

.pb-xs {
  padding-bottom: 10px;
}

.pb-sm {
  padding-bottom: 20px;
}

.pb-md {
  padding-bottom: 30px;
}

.pb-lg {
  padding-bottom: 40px;
}

.pb-xl {
  padding-bottom: 50px;
}

.pb-xxl {
  padding-bottom: 100px;
}

.px-xxs {
  padding-left: 5px;
  padding-right: 5px;
}

.px-xs {
  padding-left: 10px;
  padding-right: 10px;
}

.px-sm {
  padding-left: 20px;
  padding-right: 20px;
}

.px-md {
  padding-left: 30px;
  padding-right: 30px;
}

.px-lg {
  padding-left: 40px;
  padding-right: 40px;
}

.px-xl {
  padding-left: 50px;
  padding-right: 50px;
}

.px-xxl {
  padding-left: 100px;
  padding-right: 100px;
}

.py-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-xxs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-xxl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-xxs {
  margin-top: 5px;
}

.mt-xs {
  margin-top: 10px;
}

.mt-sm {
  margin-top: 20px;
}

.mt-md {
  margin-top: 30px;
}

.mt-lg {
  margin-top: 40px;
}

.mt-xl {
  margin-top: 50px;
}

.mt-xxl {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px;
}

.mb-xs {
  margin-bottom: 10px;
}

.mb-sm {
  margin-bottom: 20px;
}

.mb-md {
  margin-bottom: 30px;
}

.mb-lg {
  margin-bottom: 40px;
}

.mb-xl {
  margin-bottom: 50px;
}

.mb-xxl {
  margin-bottom: 100px;
}

.ml-xxs {
  margin-left: 5px;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 30px;
}

.ml-lg {
  margin-left: 40px;
}

.ml-xl {
  margin-left: 50px;
}

.ml-xxl {
  margin-left: 100px;
}

.ml-auto {
  margin-left: auto;
}

.mr-xxs {
  margin-right: 5px;
}

.mr-xs {
  margin-right: 10px;
}

.mr-sm {
  margin-right: 20px;
}

.mr-md {
  margin-right: 30px;
}

.mr-lg {
  margin-right: 40px;
}

.mr-xl {
  margin-right: 50px;
}

.mr-xxl {
  margin-right: 100px;
}

.mr-auto {
  margin-right: auto;
}

.no-text-decor {
  text-decoration: none;
}

.border-radius {
  border-radius: 4px;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

@-webkit-keyframes ping {
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ping {
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes shake {
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
button, .btn, .button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
  padding: 10px 16px;
  text-align: center;
  position: relative;
  background-color: #e66ea0;
  color: #111111;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
}
button:hover, .btn:hover, .button:hover {
  border-color: inherit;
}
button.error, .btn.error, .button.error {
  background-color: #BD1828;
  border-radius: 10px 25px 25px 40px;
  color: #FFFFFF;
  padding: 10px 40px 10px 47px;
  min-height: 50px;
}
button.error:hover, .btn.error:hover, .button.error:hover {
  border-color: #BD1828;
}
button.outline, .btn.outline, .button.outline {
  background-color: transparent;
  border: 1px solid #e66ea0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #e66ea0;
}
button.outline:hover, .btn.outline:hover, .button.outline:hover {
  color: #FFFFFF;
}
button.outline:hover::after, .btn.outline:hover::after, .button.outline:hover::after {
  transform: translateY(0);
}
button.outline.light, .btn.outline.light, .button.outline.light {
  border-color: #FFFFFF;
  color: #111111;
}
button.outline.light::after, .btn.outline.light::after, .button.outline.light::after {
  background-color: black;
}
button.outline.light:hover, .btn.outline.light:hover, .button.outline.light:hover {
  color: white;
}
button.primary-hover:hover, .btn.primary-hover:hover, .button.primary-hover:hover {
  background-color: #e66ea0;
  color: #FFFFFF;
  border-color: transparent;
}
button.icon, .btn.icon, .button.icon {
  text-align: left;
  justify-content: left;
  padding-right: 76px;
  display: inline-flex;
}
button.icon i, .btn.icon i, .button.icon i {
  position: absolute;
  top: 12px;
  right: 30px;
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  background: no-repeat center center/cover;
  flex-shrink: 0;
}
i svg {
  width: 100%;
  height: 100%;
}
i.fill-dark svg * {
  fill: #111111;
}
i.fill-light svg * {
  fill: #FFFFFF;
}
i.lens {
  background-image: url("../icons/lens.svg");
}
i.account {
  background-image: url("../icons/user.svg");
}
i.bag {
  background-image: url("../icons/bag.svg");
}
i.chevron-down-primary {
  background-image: url("../icons/chevron-down-primary.svg");
}
i.check-primary {
  background-image: url("../icons/check-primary.svg");
}
i.bag-dark {
  background-image: url("../icons/bag-dark.svg");
}
i.perfume {
  background-image: url("../icons/perfume.svg");
}
i.wallet {
  background-image: url("../icons/wallet.svg");
}
i.loading-box {
  background-image: url("../icons/loading-box.svg");
}
i.location {
  background-image: url("../icons/location.svg");
}

.accordion .item {
  padding: 20px 35px;
  border-top: 1px solid #373737;
}
.accordion .item:last-child {
  border-bottom: 1px solid #373737;
}
@media screen and (max-width: 360px) {
  .accordion .item {
    padding: 15px;
  }
}
.accordion .item .title {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.accordion .item .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 1px;
  height: 16px;
  background-color: #FFFFFF;
  transition: 0.3s;
  transform-origin: center;
}
.accordion .item .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 17px;
  height: 1px;
  background-color: #FFFFFF;
}
.accordion .item .content {
  display: none;
  padding-top: 20px;
  font-weight: 300;
  font-size: 16px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
}
.accordion .item .content p {
  margin: 0 0 20px;
}
.accordion .item.active .title::after {
  transform: scale(0);
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=search], input[type=tel], input[type=url] {
  width: 100%;
  height: 46px;
  background: transparent;
  border-radius: 39px;
  padding: 12px 20px 12px;
  color: #FFFFFF;
  border: 1px solid #D0CABF;
  font-size: 15px;
  font-weight: 300;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=url]::placeholder {
  color: #D0CABF;
}
input[type=text].outline, input[type=number].outline, input[type=password].outline, input[type=email].outline, input[type=search].outline, input[type=tel].outline, input[type=url].outline {
  background-color: transparent;
  border-color: #111111;
}
input[type=text].error, input[type=number].error, input[type=password].error, input[type=email].error, input[type=search].error, input[type=tel].error, input[type=url].error {
  border-color: #BD1828;
}
input[type=text].accent, input[type=number].accent, input[type=password].accent, input[type=email].accent, input[type=search].accent, input[type=tel].accent, input[type=url].accent {
  background-color: #D0CABF;
}

input[type=file] {
  position: relative;
  padding-left: 50px;
  height: 20px;
  width: 200px;
}
input[type=file]::file-selector-button {
  display: none;
}
input[type=file]::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}

textarea, textarea.form-control {
  height: 170px;
  background: transparent;
  border-radius: 21px;
  padding: 12px 40px 12px 19px;
  color: #FFFFFF;
  border: 1px solid #D0CABF;
  font-size: 15px;
  font-weight: 300;
}
textarea.outline, textarea.form-control.outline {
  background-color: transparent;
  border-color: #111111;
}
textarea.error, textarea.form-control.error {
  border-color: #BD1828;
}

label, .label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
label input, label textarea, .label input, .label textarea {
  margin-top: 10px;
}

.bg {
  background: no-repeat center center/cover;
}
.bg-light {
  background-color: #F2EFE8;
  color: #111111;
}
.bg-white {
  background: #FFFFFF;
  color: #111111;
}
.bg-dark {
  background-color: #111111;
  color: #FFFFFF;
}
.bg-dark-accent {
  background-color: #111111;
  color: #FFFFFF;
}
.bg-texture {
  background-image: url("../images/bg-texture.jpg");
}
.bg-texture-2 {
  background-image: url("../images/bg-texture-2.png");
}

.list {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.loader {
  position: relative;
  width: 50px;
  height: 50px;
}
.loader::before, .loader::after {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  border-color: currentColor currentColor transparent transparent;
  animation: spin 1s ease-in-out 0s infinite;
}
.loader::after {
  animation: spin 1s ease-in-out -0.2s infinite;
}

.modal-btn * {
  pointer-events: none;
}

.modal {
  background-color: rgba(17, 17, 17, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 20;
  display: none;
}
.modal.active {
  display: flex;
}
.modal .inner {
  position: relative;
  max-width: 906px;
  width: 100%;
  height: clamp(350px, 730px, 90dvh);
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 30px;
  color: #111111;
}
.modal .inner i.question {
  width: 20px;
  height: 20px;
}
.modal .inner h3 {
  margin-top: 0;
  font-size: 30px;
}
.modal .inner input {
  color: #111111;
}
.modal .inner .body {
  height: 100%;
  overflow: auto;
}
.modal.auth .inner {
  max-width: 420px;
  height: auto;
}
.modal#thanks .inner {
  max-width: 600px;
  height: 400px;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.2;
  width: 25px;
  height: 25px;
}

.close {
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: relative;
}
.close::before, .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #111111;
  border-radius: 3px;
  top: 50%;
  left: 50%;
}
.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

hr {
  margin: 0;
  border: 1px solid #FFFFFF;
}
hr .dark {
  background-color: #111111;
}

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.checkbox span {
  padding-left: 35px;
  width: 100%;
  position: relative;
  display: block;
}
.checkbox span::before, .checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.checkbox span::before {
  border-radius: 4px;
}
.checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 9px;
  height: 4px;
  border-color: #FFFFFF;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  top: 6px;
  left: 5px;
  opacity: 0;
  color: #FFFFFF;
}
.checkbox.round span::before {
  border-radius: 50%;
}
.checkbox.dark span::before {
  border-color: #111111;
}
.checkbox.dark input:checked ~ span::before {
  background-color: #111111;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ span::after {
  opacity: 1;
}

.radio-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.radio-checkbox span {
  padding-left: 35px;
  width: 100%;
  position: relative;
  display: block;
}
.radio-checkbox span::before, .radio-checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #e66ea0;
}
.radio-checkbox span::before {
  border-radius: 50%;
}
.radio-checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: none;
  background-color: #e66ea0;
  top: 4px;
  left: 4px;
  opacity: 0;
  border-radius: 50%;
}
.radio-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-checkbox input:checked ~ span::after {
  opacity: 1;
}

.dropdown {
  position: relative;
  z-index: 9;
}
.dropdown .title {
  cursor: pointer;
}
.dropdown .content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 13px;
  padding: 30px;
  display: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  max-height: 80vh;
  overflow: auto;
}
.dropdown.active .content {
  display: block;
}
.dropdown.active .title::after {
  transform: rotate(180deg);
}

.container {
  max-width: 1590px;
  padding: 0 30px;
  margin: 0 auto;
}

.select-wrapper {
  position: relative;
  cursor: pointer;
}
.select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url("../icons/chevron-down.svg") no-repeat center center/contain;
  pointer-events: none;
}

.select-wrapper.lang::after {
  top: 12px;
}

select {
  width: 100%;
  padding: 15px 50px 15px 15px;
  background-color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 0;
  color: #FFFFFF;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
}

#lang {
  background-color: transparent;
  border-radius: 20px;
  min-width: 84px;
  min-height: 36px;
  padding: 10px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
#lang option {
  color: #111111;
  position: relative;
}

.radio {
  cursor: pointer;
}
.radio span {
  font-weight: 300;
  font-size: 16px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  padding: 12px 20px;
  border-radius: 0;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #e66ea0;
}
.radio input {
  display: none;
}
.radio input:checked + span {
  border-color: #e66ea0;
  background-color: #111111;
}
.radio input.error + span {
  border-color: #BD1828;
}

.quantity {
  height: 50px;
  display: flex;
}
.quantity input {
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 0;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
}
.quantity .increase, .quantity .decrease {
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
}
.quantity .increase::before, .quantity .increase::after, .quantity .decrease::before, .quantity .decrease::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.quantity .increase::after {
  width: 1px;
  height: 18px;
}

.tabs .buttons {
  display: flex;
  gap: 30px;
}
.tabs .buttons [data-tab] {
  padding: 0 12px 12px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
}
.tabs .buttons [data-tab].active {
  font-weight: 500;
  border-color: #FFFFFF;
}
.tabs [data-tab_content] {
  display: none;
}
.tabs [data-tab_content].active {
  display: block;
}

.rating {
  display: flex;
  gap: 2px;
}
.rating i {
  width: 15px;
  height: 15px;
}

.rating-form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.rating-form i {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.rating-form i:hover svg,
.rating-form i:hover ~ i svg, .rating-form.selected i.selected svg {
  fill: #FECD23;
}
.rating-form i.selected svg {
  fill: #FECD23;
}

#map {
  width: 100%;
  height: 536px;
  border-radius: 22px;
  overflow: hidden;
}
#map iframe {
  width: 100%;
  height: 100%;
}

.half {
  display: flex;
  gap: 50px;
  padding: 40px 0;
}
.half > .left, .half > .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .half {
    flex-direction: column;
  }
  .half > .left, .half > .right {
    width: 100%;
  }
}

#filters {
  background-color: #FFFFFF;
  border-radius: 22px;
  width: 345px;
  padding: 25px;
}
@media screen and (max-width: 1000px) {
  #filters {
    width: 300px;
  }
}
#filters h5 {
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: unset;
}
#filters h6 {
  margin: 0 0 10px;
}
#filters hr {
  margin: 20px 0;
  border-color: #D0CABF;
}
#filters .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  white-space: nowrap;
}
#filters .active-filters .item {
  padding: 7px 13px;
  border-radius: 100px;
  background-color: rgba(232, 212, 153, 0.1);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#filters .active-filters .item i {
  width: 15px;
  height: 15px;
}
#filters .active-filters .item i::before, #filters .active-filters .item i::after {
  background-color: rgba(17, 17, 17, 0.5);
  width: 2px;
}
#filters .accordion .item {
  padding: 0;
}

.ui-slider {
  height: 3px;
  border: none;
  background-color: rgba(17, 17, 17, 0.3);
}
.ui-slider .ui-slider-range {
  height: 5px;
  border: none;
  background-color: #e66ea0;
  top: -2px;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: #e66ea0;
  width: 11px;
  height: 11px;
  top: -5px;
}
.ui-slider .ui-slider-handle:focus-visible {
  color: #FFFFFF;
}
.ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(232, 212, 153, 0.4);
  left: -3px;
  top: -3px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination a {
  display: block;
}
.pagination .prev, .pagination .next {
  margin: 0 10px;
  width: 30px;
  height: 30px;
  background: url("../icons/chevron-right-lg.svg") no-repeat center center/contain;
}
.pagination .prev.disabled, .pagination .next.disabled {
  opacity: 0.8;
}
.pagination .prev {
  transform: rotateY(180deg);
}
.pagination .page {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e66ea0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.pagination .page.current {
  background-color: #e66ea0;
  color: #111111;
}
@media screen and (max-width: 360px) {
  .pagination .prev > svg, .pagination .next > svg, .pagination .page {
    width: 40px;
    height: 40px;
  }
}

.title-decor-line {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.title-decor-line::after, .title-decor-line::before {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1254901961);
  margin-left: 40px;
}
.title-decor-line::before {
  display: none;
}
.title-decor-line.right::after {
  display: none;
}
.title-decor-line.right::before {
  display: inline-flex;
  margin-right: 40px;
  margin-left: 0;
}

.arrowed {
  display: block;
  padding-left: 96px;
  position: relative;
  color: #e66ea0;
  font-size: 18px;
  text-transform: uppercase;
}
.arrowed::before {
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 8px;
  left: 0;
  top: calc(50% - 4px);
  background: url("../icons/arrow-right-long.svg") no-repeat center center/contain;
}

.breadcrumbs {
  display: flex;
  padding: 0;
  margin: 20px 0;
}
.breadcrumbs li {
  position: relative;
  list-style: none;
  margin-right: 25px;
  padding-left: 42px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3137254902);
}
.breadcrumbs li a {
  color: rgba(232, 212, 153, 0.5);
}
.breadcrumbs li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 7px;
  background: url("../icons/arrow-right.svg") no-repeat center center/contain;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}

.card {
  background-color: #1B1B1B;
  padding: 25px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 375px) {
  body {
    zoom: 0.8;
  }
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "Tenor Sans", sans-serif;
  scroll-behavior: smooth;
  width: 100%;
  background-color: #FAFAFA;
  color: #000;
  font-size: 16px;
}

img {
  display: block;
  max-width: 100%;
}

.header {
  position: relative;
}
.header ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.header ul li {
  list-style: none;
}
.header ul li a {
  white-space: nowrap;
}
.header .cart {
  position: relative;
}
.header .cart .badge {
  position: absolute;
  background-color: #e66ea0;
  color: #111111;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 90%;
  bottom: 80%;
  line-height: 18px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
}
.header .top {
  padding: 32px 0;
}
@media screen and (max-width: 1200px) {
  .header .top .pages {
    order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .header .top .pages {
    display: none;
  }
}
.header .top .pages li {
  position: relative;
}
.header .top .pages li a {
  color: #000;
  white-space: nowrap;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.header .top .pages li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.3137254902);
  left: 0;
  bottom: 3px;
}
.header .top .pages li:first-child::before {
  display: none;
}
.header .top .pages li:not(:last-child) {
  margin-right: 10px;
}
.header .top .pages li:not(:first-child) {
  padding-left: 10px;
}
.header .top .user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.header .top form {
  transition: 0.2s;
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  width: 300px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.header .top form.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.header .top .search-toggle {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.header .top .form-wrap {
  position: relative;
}
.header .logo {
  height: 55px;
}
@media screen and (max-width: 360px) {
  .header .icons-wrap svg {
    width: 30px;
    height: 30px;
  }
}
.header #catalog {
  min-width: 182px;
  min-height: 46px;
}

.header-bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.header-bottom ul li {
  list-style: none;
}
.header-bottom ul li a {
  white-space: nowrap;
}
.header-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-bottom.sticky {
  position: sticky;
  top: 0;
  background-color: #111111;
  z-index: 13;
}
.header-bottom nav ul li {
  padding: 20px 10px;
  position: relative;
}
.header-bottom nav ul li.current-page {
  content: "";
  display: block;
  position: absolute;
}
.header-bottom nav ul li a {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-bottom nav ul li ul {
  display: none;
  position: absolute;
}

.footer {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fafafa;
  margin-top: 100px;
}
.footer a {
  text-decoration: none;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 300;
}
.footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .logo {
  height: 50px;
}
.footer .top {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .footer .top {
    justify-content: center;
  }
}
.footer .top nav ul {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .footer .top nav ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .top nav ul {
    display: none;
  }
}
.footer .top nav ul a {
  text-transform: uppercase;
  font-size: 14px;
}
.footer .mid {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0823529412);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
}
.footer .mid .contacts {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .mid .contacts {
    text-align: center;
  }
}
.footer .mid .contacts .item {
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 1000px) {
  .footer .mid .contacts .item {
    width: 100%;
  }
}
.footer .mid .contacts .item h4 {
  margin: 0 0 27px;
}
@media screen and (max-width: 1000px) {
  .footer .mid .contacts .item h4 {
    margin-bottom: 10px;
  }
}
.footer .mid .contacts .item p, .footer .mid .contacts .item a {
  font-size: 18px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .footer .mid .contacts {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.footer .bot {
  margin-top: 50px;
}
.footer .copyright {
  font-size: 18px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
}

.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px 30px 30px 30px;
  border: 1px solid white;
}
@media screen and (max-width: 1000px) {
  .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .menu-btn {
    height: 30px;
    width: 30px;
  }
}
.menu-btn span {
  height: 2px;
  width: 13px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.menu-btn span:nth-child(2) {
  top: 18px;
}
.menu-btn span:nth-child(3) {
  top: auto;
  bottom: 12px;
}
@media screen and (max-width: 360px) {
  .menu-btn span {
    top: 9px;
    left: 7px;
  }
}

.menu {
  transition: 0.3s;
}
.menu + .overlay {
  display: none;
  transition: 0.5s;
}
.menu .close {
  display: none;
  width: 45px;
  height: 45px;
  position: relative;
  margin: 30px 30px 30px auto;
}
.menu .close::before, .menu .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  left: 0;
}
.menu .close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .menu {
    position: absolute;
    top: 0;
    flex-direction: column;
    background-color: #111111;
    width: 400px;
    right: 0;
    height: 100dvh;
    z-index: 10;
    overflow: auto;
    clip-path: inset(0 0 0 100%);
  }
  .menu .close {
    display: block;
  }
  .menu nav {
    width: 100%;
  }
  .menu nav ul {
    flex-direction: column;
  }
  .menu nav ul li {
    text-align: center;
  }
  .menu + .overlay {
    display: block;
    clip-path: inset(0 0 0 100%);
  }
  .menu.active {
    clip-path: inset(0 0 0 0);
  }
  .menu.active + .overlay {
    clip-path: inset(0 0 0 0);
    position: absolute;
    display: block;
    background-color: rgba(30, 28, 30, 0.8);
    width: 100vw;
    height: 100dvh;
    right: 0;
    top: 0;
    z-index: 9;
  }
}
@media screen and (max-width: 360px) {
  .menu {
    width: 100%;
  }
  .menu .close {
    margin-top: 10px;
    width: 30px;
    height: 30px;
  }
}

.video {
  position: relative;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
}
.video .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .play {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background-color: rgba(232, 212, 153, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid #e66ea0;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video .play::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e66ea0;
  z-index: 3;
}
.video .play::after {
  content: "";
  display: block;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-left: 25px solid #111111;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  width: 0;
  height: 0;
}
.video .cover, .video .play {
  transition: 0.2s;
  visibility: visible;
}
.video.playback .cover, .video.playback .play {
  opacity: 0;
  visibility: hidden;
}
.video.playback video {
  opacity: 1;
}
.video.arch {
  max-width: 600px;
}
.video.arch .cover {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  overflow: hidden;
}
.video.arch .play {
  left: 30px;
  top: 150px;
}

.advantages {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .advantages {
    flex-wrap: wrap;
    gap: 0;
  }
}
.advantages .item {
  width: 25%;
}
.advantages .item:not(:last-child) {
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.advantages .item:not(:first-child) {
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .advantages .item {
    width: 50%;
    text-align: center;
  }
  .advantages .item:nth-child(1n) {
    padding: 20px;
    border-right: none;
  }
  .advantages .item:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
    padding: 0 10px 10px 0;
  }
  .advantages .item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
    padding: 0 0 10px 10px;
  }
  .advantages .item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
    padding: 10px 10px 0 0;
  }
  .advantages .item:nth-child(4) {
    padding: 10px 0 0 10px;
  }
}
.advantages .title {
  font-size: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .advantages .title {
    font-size: 40px;
  }
}
.advantages .content {
  font-size: 15px;
  font-weight: 300;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
}

.swiper .controls {
  position: relative;
  height: 40px;
  margin-top: 50px;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #fff;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.swiper .swiper-pagination {
  z-index: 0;
}
.swiper .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  background: transparent;
  position: relative;
  opacity: 1;
}
.swiper .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.swiper .swiper-pagination-bullet-active {
  border: 2px solid rgba(255, 255, 255, 0.1882352941);
}
.swiper .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-right-color: #fff;
  width: 100%;
  height: 100%;
  animation: spin 3s linear infinite;
}

.collections-item {
  overflow: hidden;
  display: block;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  position: relative;
}
.collections-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collections-item .title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 40px;
  bottom: 60px;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.2s;
}
.collections-item:hover .title {
  color: #e66ea0;
}

.main-page.products .tabs .buttons {
  position: absolute;
  top: 56px;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 80px;
}
.products-list .card-wrap {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 1200px) {
  .products-list .card-wrap {
    width: calc(33% - 33.3333333333px);
  }
}

.product-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card .image {
  height: 400px;
}
.product-card .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card .brand {
  margin-top: 5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3137254902);
  font-size: 15px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-weight: 300;
}
.product-card .title {
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}
.product-card .button-wrap {
  margin-top: auto;
}
.product-card .button-wrap .volume {
  width: 72px;
  flex-shrink: 0;
  border-right: 1px solid #e66ea0;
}
.product-card .button-wrap .price {
  width: 100%;
  text-align: end;
  white-space: nowrap;
}
.product-card button, .product-card .btn {
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
  margin-top: 30px;
}
.product-card button > .flex, .product-card .btn > .flex {
  width: 100%;
}

.products-slider .swiper-slide {
  height: auto;
}
.products-slider .swiper-slide .card-wrap {
  height: 100%;
}

.lab {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
}
.lab.new {
  background-color: #e66ea0;
  padding: 5px 12px;
  color: #111111;
  font-weight: 500;
}
.lab.top {
  border-radius: 50%;
  border: 1px solid #e66ea0;
  padding: 15px 6px;
  width: 49px;
  height: 49px;
  color: #e66ea0;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.lab.discount {
  background-color: #BD1828;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.brands {
  position: relative;
}
.brands::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 0;
}
.brands > .container {
  position: relative;
  z-index: 1;
}
.brands-list {
  gap: 50px;
}
.brands-item {
  width: 12%;
}
.brands-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-about .video {
  height: 720px;
}
@media screen and (max-width: 1400px) {
  .main-about .video {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .main-about .video {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .main-about .title-decor::before {
    display: none;
  }
  .main-about .half {
    flex-direction: column-reverse;
  }
  .main-about .half > * {
    width: 100%;
  }
}

.us {
  margin-top: 30px;
  margin-bottom: 69px;
}
.us .item {
  width: calc(50% - 10px);
}
.us .item .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 35px;
  border-radius: 50%;
  border: 1px solid #e66ea0;
  font-size: 28px;
  font-weight: 300;
  color: #e66ea0;
}
.us .item h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.us .item p {
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.product-page .product-slider {
  height: 600px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .product-page .product-slider {
    height: auto;
  }
  .product-page .product-slider .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-page .product-slider {
    flex-direction: column-reverse;
  }
}
.product-page .product-slider .lab {
  padding: 10px 25px;
  font-size: 21px;
  right: 10px;
  top: 10px;
}
.product-page .product-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-page .product-slider .thumbs {
  height: 300px;
  width: 82px;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .product-page .product-slider .thumbs {
    width: 300px;
    height: auto;
  }
}
.product-page .product-slider .thumbs .swiper-slide {
  border: 1px solid rgba(232, 212, 153, 0.3);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  height: 82px;
  padding: 10px;
}
.product-page .product-slider .thumbs .swiper-slide-thumb-active {
  border-color: #e66ea0;
}
.product-page .product-slider .main {
  border: 1px solid rgba(232, 212, 153, 0.1);
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}
.product-page .details {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-page .details {
    flex-direction: column;
  }
}
.product-page .details .card {
  width: calc(33% - 13.3333333333px);
}
@media screen and (max-width: 768px) {
  .product-page .details .card {
    width: 100%;
    border-radius: 100px;
    padding: 30px;
  }
}
.product-page .details .title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-page .details .desc {
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.product-page .product-description a {
  text-decoration: none;
}
.product-page .product-description h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #e66ea0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-page .product-description h4::after {
  content: "";
  display: block;
  height: 1px;
  width: 160px;
  background: linear-gradient(to right, #e66ea0, #111111);
}
.product-page .product-description h1 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-page .product-description .product-type, .product-page .product-description .product-gender, .product-page .product-description .product-available {
  color: rgba(255, 255, 255, 0.3137254902);
  font-size: 16px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
}
.product-page .product-description .product-type .icon, .product-page .product-description .product-gender .icon, .product-page .product-description .product-available .icon {
  width: 17px;
  height: 17px;
}
.product-page .product-description .price {
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.product-page .product-description .buy {
  font-size: 20px;
  font-weight: 400;
  padding: 18px 76px 19px 30px;
}

.product-about {
  padding-bottom: 100px;
}
.product-about .product-image {
  height: 874px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .product-about .product-image {
    height: 575px;
  }
}
.product-about .circles {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-about .circles .circle-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-about .circles .outer {
  font-size: 38px;
  height: 770px;
  left: 48%;
}
@media screen and (max-width: 768px) {
  .product-about .circles .outer {
    height: 385px;
    font-size: 22px;
    left: 43%;
    top: 29%;
  }
}
.product-about .circles .middle {
  font-size: 30px;
  height: 600px;
  left: 48%;
}
@media screen and (max-width: 768px) {
  .product-about .circles .middle {
    height: 325px;
    font-size: 16px;
    left: 43%;
    top: 29%;
  }
}
.product-about .circles .inner {
  font-size: 24px;
  height: 400px;
  left: 48%;
}
@media screen and (max-width: 768px) {
  .product-about .circles .inner {
    height: 265px;
    font-size: 15px;
    left: 43%;
    top: 29%;
  }
}
.product-about .description {
  display: flex;
}
.product-about .description .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.product-about .description .item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.product-about .description .item i {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.product-about .description .item .title {
  text-align: center;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .product-about .description {
    flex-direction: column;
  }
  .product-about .description .item {
    border-right: none !important;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  }
}

.products aside {
  width: 330px;
  flex-shrink: 0;
  margin-top: 36px;
}
.products aside .ocf-theme-light .ocf-filter-header, .products aside .ocf-theme-light .ocf-module-page-header {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .products aside {
    display: none;
  }
}
.products aside .ocf-value {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
}
.products aside .ocf-filter {
  border-top: 1px solid #373737;
  padding: 0 35px;
}
.products aside .ocf-footer {
  background: none;
  box-shadow: none;
}
.products aside .ocf-footer::after {
  display: none;
}

#product-page .card-wrap {
  width: calc(33% - 13.3333333333px);
}

.brands-page .brands-list {
  display: flex;
  flex-wrap: wrap;
}
.brands-page .brands-list .item {
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  display: flex;
  flex-grow: 1;
}
.brands-page .brands-list .item .letter {
  font-family: "Bodoni MT", "Tenor Sans", sans-serif;
  font-size: 80px;
  color: #242424;
}
.brands-page .brands-list .item ul {
  margin: 70px 0 0 0;
  padding: 0;
}
.brands-page .brands-list .item ul li {
  list-style: none;
  margin-bottom: 20px;
  font-family: "KyivType Sans", "Tenor Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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