@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap");
.swiper.overflow-unset {
  overflow: unset;
}

.swiper.pb-4 {
  padding-bottom: 16px;
}

.swiper.pb-6 {
  padding-bottom: 24px;
}

/* Slider - Swiper Pagination */
.swiper {
  cursor: grab;
  user-select: none;
}

.swiper-slide {
  height: unset !important;
}

.slider-main .swiper-pagination-fraction,
.slider-main .swiper-pagination-custom,
.slider-main .swiper-horizontal > .swiper-pagination-bullets,
.slider-main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  background: transparent;
  border: 1px solid var(--black);
  opacity: 1 !important;
  transition: all ease 0.5s;
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  transition: all ease 0.5s;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .swiper-pagination .swiper-pagination-bullet::before {
    padding: 6px;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--black);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--black);
}

.swiper.dots-white .swiper-pagination .swiper-pagination-bullet,
.swiper.dots-white .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--white);
}

.swiper.dots-white .swiper-pagination-bullet-active {
  background: var(--white);
}

.pagination-mt40 .swiper-pagination-fraction,
.pagination-mt40 .swiper-pagination-custom,
.pagination-mt40 .swiper-horizontal > .swiper-pagination-bullets,
.pagination-mt40 .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  padding-top: 40px;
}

.list-testimonial.section-swiper-navigation .swiper {
  padding-bottom: 84px;
}

@media (max-width: 767.99px) {
  .list-testimonial.section-swiper-navigation .swiper {
    padding-bottom: 60px;
  }
}
/* Swiper Navigation */
.section-swiper-navigation .swiper-button-prev,
.section-swiper-navigation .swiper-button-next,
.section-swiper-navigation .swiper-button-prev2,
.section-swiper-navigation .swiper-button-next2 {
  color: var(--black);
  background-color: var(--white);
  width: 60px;
  height: 60px;
  font-weight: 600;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.swiper-button-prev2,
.swiper-button-next2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.section-swiper-navigation .swiper-button-prev::after,
.section-swiper-navigation .swiper-button-prev2::after {
  font-size: 24px;
  padding-right: 2px;
}

.section-swiper-navigation .swiper-button-next::after,
.section-swiper-navigation .swiper-button-next2::after {
  font-size: 24px;
  padding-left: 2px;
}

.section-swiper-navigation .swiper-button-prev:hover,
.section-swiper-navigation .swiper-button-next:hover,
.section-swiper-navigation .swiper-button-prev2:hover,
.section-swiper-navigation .swiper-button-next2:hover {
  background-color: var(--black);
  color: var(--white);
}

.style-border.section-swiper-navigation .swiper-button-prev,
.style-border.section-swiper-navigation .swiper-button-next,
.style-border.section-swiper-navigation .swiper-button-prev2,
.style-border.section-swiper-navigation .swiper-button-next2 {
  border: 1px solid var(--line);
}

.style-small-border.section-swiper-navigation .swiper-button-prev,
.style-small-border.section-swiper-navigation .swiper-button-next,
.style-small-border.section-swiper-navigation .swiper-button-prev2,
.style-small-border.section-swiper-navigation .swiper-button-next2 {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
}

.list-testimonial.section-swiper-navigation .swiper-button-prev,
.list-testimonial.section-swiper-navigation .swiper-button-prev2 {
  left: 0;
  bottom: 0;
  top: unset;
}

.list-testimonial.section-swiper-navigation .swiper-button-next,
.list-testimonial.section-swiper-navigation .swiper-button-next2 {
  left: 64px;
  bottom: 0;
  top: unset;
}
@media (max-width: 639.98px) {
  .list-testimonial.section-swiper-navigation .swiper-button-next,
  .list-testimonial.section-swiper-navigation .swiper-button-next2 {
    left: 48px;
  }
}

.section-swiper-navigation.style-outline .swiper-button-prev,
.section-swiper-navigation.style-outline .swiper-button-prev2 {
  left: -20px;
  top: calc(50% - 25px);
}
.section-swiper-navigation.style-outline .swiper-button-next,
.section-swiper-navigation.style-outline .swiper-button-next2 {
  right: -20px;
  top: calc(50% - 25px);
}

@media (max-width: 1340px) {
  .section-swiper-navigation.style-outline .swiper-button-prev,
  .section-swiper-navigation.style-outline .swiper-button-prev2 {
    left: -10px;
  }
  .section-swiper-navigation.style-outline .swiper-button-next,
  .section-swiper-navigation.style-outline .swiper-button-next2 {
    right: -10px;
  }
}
.section-swiper-navigation.style-outline.style-center .swiper-button-next,
.section-swiper-navigation.style-outline.style-center .swiper-button-prev,
.section-swiper-navigation.style-outline.style-center .swiper-button-next2,
.section-swiper-navigation.style-outline.style-center .swiper-button-prev2 {
  top: 50%;
}

@media (max-width: 767.98px) {
  .section-swiper-navigation .swiper-button-prev,
  .section-swiper-navigation .swiper-button-next,
  .section-swiper-navigation .swiper-button-prev2,
  .section-swiper-navigation .swiper-button-next2 {
    width: 36px !important;
    height: 36px !important;
  }
  .section-swiper-navigation .swiper-button-prev::after,
  .section-swiper-navigation .swiper-button-next::after,
  .section-swiper-navigation .swiper-button-prev2::after,
  .section-swiper-navigation .swiper-button-next2::after {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .testimonial-block.cosmetic3 .swiper-button-prev,
  .testimonial-block.cosmetic3 .swiper-button-prev2 {
    left: 0;
  }
  .testimonial-block.cosmetic3 .swiper-button-next,
  .testimonial-block.cosmetic3 .swiper-button-next2 {
    right: 0;
  }
}
/* Scrollbar */
.best-sale-prd .swiper,
.collection-block.style-six .swiper {
  padding-bottom: 24px;
}

.swiper-product-scroll {
  padding-bottom: 6px;
}

.best-sale-prd .swiper-scrollbar,
.collection-block.style-six .swiper-scrollbar {
  height: 6px;
  bottom: 0;
  opacity: 1 !important;
}

.swiper-product-scroll .swiper-scrollbar {
  height: 4px;
  bottom: 0;
  opacity: 1 !important;
}

.brand-block .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main color */
:root {
  --green: #D2EF9A;
  --black: #1F1F1F;
  --secondary: #696C70;
  --secondary2: #A0A0A0;
  --white: #ffffff;
  --surface: #F7F7F7;
  --red: #DB4444;
  --purple: #8684D4;
  --success: #3DAB25;
  --yellow: #ECB018;
  --pink: #F4407D;
  --line: #E9E9E9;
  --outline: rgba(0, 0, 0, 0.15);
  --surface1: rgba(255, 255, 255, 0.1);
  --surface2: rgba(255, 255, 255, 0.2);
}

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

html,
body {
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
  font-weight: 400;
  overflow-x: hidden;
  user-select: none;
  scroll-behavior: smooth;
  font-family: "Instrument Sans", sans-serif;
}

body.overflow-unset {
  overflow-x: unset;
}

div,
span,
p {
  font-size: inherit;
  line-height: inherit;
}

select {
  appearance: none;
  outline: none;
}

.select-block {
  position: relative;
}
.select-block > .arrow-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

input,
textarea {
  outline: none;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
}

input:focus,
textarea:focus {
  border-color: var(--black);
}

input[type=file] {
  outline: none;
  border: none !important;
}
input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Main class used in Anvogue */
.container {
  max-width: 1322px !important;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}

.bg-red {
  background-color: var(--red);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-purple {
  background-color: var(--purple);
}

.bg-blue {
  background-color: #4856DA;
}

.bg-silver {
  background-color: #a1a2af;
}

.bg-linear {
  background: linear-gradient(238deg, #FAF8F1 0%, #F6F3EF 99.66%);
}

.bg-linear-2 {
  background: linear-gradient(348deg, #FAF8F1 0%, #9a9594 99.66%)
}

.bg-linear-2-blue {
  background: linear-gradient(218deg, #7389fc 0%, #051152 99.66%)
}

.box-shadow-xs {
  box-shadow: 0px 2px 2px 0px rgba(28, 36, 51, 0.1019607843);
}

.box-shadow-sm {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
}

.text-sub-display {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.text-display {
  font-size: 80px;
  font-weight: 500;
  line-height: 88px;
  text-transform: capitalize;
}

.heading1 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 500;
  text-transform: capitalize;
}

.heading2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading4 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.body1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-button-uppercase {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.caption1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.caption2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.button-main {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--black);
  padding: 16px 40px;
  border-radius: 12px;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.4s;
}
.button-main:hover {
  background-color: var(--green);
  color: var(--black);
}
.button-main:hover svg path {
  fill: var(--black);
}
.button-main.bg-white:hover {
  background-color: var(--black);
  color: var(--white);
}

@media (max-width: 1023.99px) {
  .text-sub-display {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.1px;
  }
  .text-display {
    font-size: 42px;
    line-height: 50px;
  }
  .heading1 {
    font-size: 36px;
    line-height: 48px;
  }
  .heading2 {
    font-size: 32px;
    line-height: 40px;
  }
  .heading3 {
    font-size: 30px;
    line-height: 38px;
  }
  .heading4 {
    font-size: 26px;
    line-height: 32px;
  }
  .heading5 {
    font-size: 22px;
    line-height: 28px;
  }
  .heading6 {
    font-size: 18px;
    line-height: 26px;
  }
  .button-main {
    padding: 12px 24px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  html,
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .text-sub-display {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.1px;
  }
  .text-display {
    font-size: 24px;
    line-height: 30px;
  }
  .heading1 {
    font-size: 24px;
    line-height: 32px;
  }
  .heading2 {
    font-size: 22px;
    line-height: 30px;
  }
  .heading3 {
    font-size: 20px;
    line-height: 28px;
  }
  .heading4 {
    font-size: 18px;
    line-height: 28px;
  }
  .heading5 {
    font-size: 16px;
    line-height: 26px;
  }
  .heading6 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-title {
    font-size: 14px;
    line-height: 20px;
  }
  .body1 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-button {
    font-size: 14px;
    line-height: 24px;
  }
  .text-button-uppercase {
    font-size: 12px;
    line-height: 16px;
  }
  .caption1 {
    font-size: 13px;
    line-height: 20px;
  }
  .button-main {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 16px;
    border-radius: 8px;
  }
}

.payment-block .list-payment .type .infor {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.payment-block .list-payment .type.open .infor {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}


/*** Compare page ***/
.compare-block .list-product .right .product-item:last-child {
  border-right: none;
}
.compare-block .compare-table .left .item:last-child {
  border-bottom: none;
}
.compare-block .compare-table .right .size p:last-child span {
  display: none;
}
@media (max-width: 767.98px) {
  .compare-block .content-main {
    overflow-x: auto;
  }
  .compare-block .content-main > div {
    max-width: 700px;
    width: 700px;
    overflow-x: auto;
  }
}


/* Video tutorial block */
.video-tutorial-block .list-category {
  overflow: hidden;
}
.video-tutorial-block .list-category .category-item {
  position: relative;
  transform: translateX(-36px);
  transition: all ease 0.4s;
}
.video-tutorial-block .list-category .category-item.active {
  transform: translateX(0);
}

.my-account-block .list-filter > .filter-item {
  display: none;
}
.my-account-block .list-filter > .filter-item.active {
  display: block;
}
.my-account-block .list-filter .tab_order.active .indicator {
  width: 20% !important;
}
.my-account-block .list-filter .tab_address .tab_btn.active .ic_down {
  transform: rotate(180deg);
}
.my-account-block .list-filter .tab_address .form_address {
  display: none;
}
.my-account-block .list-filter .tab_address .form_address.active {
  display: block;
}

/* Text has line before */
.has-line-before {
  position: relative;
}
.has-line-before::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: all ease 0.3s;
}
.has-line-before.before-white::before {
  background-color: var(--white);
}
.has-line-before.active::before, .has-line-before:hover::before {
  width: 100%;
}
.has-line-before.line-2px {
  padding-bottom: 1px;
}
.has-line-before.line-2px::before {
  height: 2px;
}

.active > .has-line-before {
  color: var(--black);
}
.active > .has-line-before::before {
  width: 100%;
}

.menu_bar {
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.2);
}

.header-menu {
  position: relative;
  z-index: 101;
  transition: all ease 0.5s;
}

.header-menu.fixed {
  position: fixed;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  top: 0;
  animation: animateHeader ease 0.5s;
}

/* Collection */
.collection-item .bg-img img {
  transition: all ease 0.8s;
}
.collection-item:hover .bg-img img {
  transform: scale(1.08);
}
.collection-item .collection-name {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.collection-item .collection-name:hover {
  background-color: var(--black);
  color: var(--white);
}

.collection-block.style-six .list-collection .swiper {
  overflow: unset;
}

.trending-block .trending-item .bg-img img {
  transition: all ease 0.5s;
}
.trending-block .trending-item:hover .bg-img img {
  transform: scale(1.1);
}


.section-swiper-navigation .swiper-button-prev::after,
.section-swiper-navigation .swiper-button-next::after {
  font-size: 18px;
}

.style-watch .product-item .list-color .color-item.active,
.style-watch .product-item .list-color-image .color-item.active {
  border-color: var(--white);
}

/* Banner */
.banner-block .banner-item:hover .banner-img img {
  opacity: 0.9;
  transform: scale(1.07);
}
.banner-block .banner-ads-item img {
  transition: 0.5s;
}
.banner-block .banner-ads-item:hover img {
  transform: scale(1.1);
}

.banner-top.style-four .swiper-button-prev,
.banner-top.style-four .swiper-button-next {
  background-color: var(--black);
  color: var(--white);
}
.banner-top.style-four .swiper-button-prev::after,
.banner-top.style-four .swiper-button-next::after {
  font-size: 16px;
}
.banner-top.style-four .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}
.banner-top.style-four .swiper-button-next {
  right: 0;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .banner-top.style-four .swiper-button-prev::after,
  .banner-top.style-four .swiper-button-next::after {
    font-size: 12px;
  }
}
.banner-top.bg-green .swiper-button-prev,
.banner-top.bg-green .swiper-button-next {
  background-color: var(--green);
  color: var(--black);
}

.text-wrapper-tg {
  white-space: pre-wrap; overflow-wrap: break-word; word-break: break-word;
}

#prod-img-modal {
  z-index: 500;
}

#prod-img-modal #image-info {
  flex-direction: row;
}

#prod-img-modal #image-info .img-descr {
  border-left: 1px solid var(--secondary2);
}

.citypanel-block .cities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  max-height: 250px;
  overflow-y: auto;
  justify-content: space-between;
}

.citypanel-block a {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 30px;
  padding: 0 16px;
}

.citypanel-block a:hover {
  text-decoration: underline;
  color: #4fb5ec;
}

.wrap-break-word {
  overflow-wrap: break-word;
}

.justify-self-end {
  justify-self: end;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md-flex-row {
  flex-direction: row;
}

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

.contact-form {
  min-width: 400px;
  margin-left: 20px;
  align-self: flex-start;
}

.success-message-box {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.contact-us .contacts {
  min-width: 70%
}

.contact-us .contact-form {
  min-width: 30%
}

.wa-contact {
  margin: 25px 0 25px 25px;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 9;
  background: #e3dede;
  padding: 10px 20px;
  border-radius: 6px 0 0 6px;
}

.wa-contact:hover {
  background: #b4b4b4;
}

.wa-contact:hover svg, .wa-contact:hover span {
  color: #007b00;
}

.wa-contact svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  color: #0a880a;
}

.wa-contact span {
  color: #0a880a;
}

@media (max-width: 640px) {
  #prod-img-modal #image-info {
    flex-direction: column;
  }

  #prod-img-modal #image-info .img-box {
    text-align: center;
  }
  #prod-img-modal #image-info .img-box img {
    margin: auto;
  }

  #footer .justify-self-end {
    justify-self: auto;
  }

  #prod-img-modal #image-info .img-descr {
    border-top: 1px solid var(--secondary2);
    border-left: 0;
  }

  .md-flex-row {
    flex-direction: column;
  }

  .contact-form {
    min-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .contact-us .contact-form {
    min-width: 100%
  }

  .wa-contact {
    margin-bottom: 80px;
  }
}

@media (min-width: 641px && max-width: 1080px) {  
  .contact-us .contacts {
    min-width: 56%
  }

  .contact-us .contact-form {
    min-width: 44%
  }
}
