@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-10: #DFEBF8;
  --primary-20: #C3DCF5;
  --primary-30: #ADC5DE;
  --primary-40: #95B5D5;
  --primary-50: #8DBBEA;
  --primary-60: #6093C8;
  --primary-70: #2B5279;
  --primary-80: #325E8C;
  --primary-90: #174B80;
  --primary-100: #002C59;
  --grayscale-5: #F8F8F8;
  --grayscale-10: #F5F5F5;
  --grayscale-20: #D5DDE9;
  --grayscale-30: #A0A6AD;
  --grayscale-40: #808791;
  --grayscale-50: #72787C;
  --grayscale-60: #595F62;
  --grayscale-70: #42464B;
  --grayscale-80: #30373D;
  --grayscale-90: #282A2D;
  --white: #FFFFFF;
  --black: #000000;
  --semantic-red: #EE2B2B;
  --font-jost: "Jost", sans-serif;
  --font-geologica: "Geologica", sans-serif;
  --font-inter: "Inter", sans-serif;
}

/* custom-swiper */
.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 4px !important;
  background: #F0F0F0;
  border: none;
  opacity: 1 !important;
  transition: all ease 0.5s;
  width: 10px;
  height: 10px;
}

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

.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: static;
  padding-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .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 {
    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(--primary-100);
  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(--gray-30);
}

.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(--gray-30);
}

.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-page-slider .swiper-pagination-bullets {
  bottom: 89px !important;
}
@media (min-width: 641px) {
  .main-page-slider .swiper-pagination-bullets {
    bottom: 0 !important;
  }
}

.mixed-blocks picture {
  height: 100%;
}

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

html {
  overflow-x: clip;
  height: 100%;
}
html:has(body.no-scroll), html:has(.modal-cart-main.open), html:has(.modal-order-details-main) {
  overflow: hidden;
}

body {
  color: var(--primary-100);
  user-select: none;
  scroll-behavior: smooth;
  font-family: var(--font-geologica), sans-serif;
  min-height: 100%;
  overflow-x: clip;
}
body.no-scroll, body:has(.modal-cart-main.open) {
  overflow: hidden;
}

main {
  flex-grow: 1;
}

.secondary-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

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

.breadcrumb-block .icon:before, .breadcrumb-product .icon:before {
  color: var(--gray-30);
}

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;
  transition: border-color ease 0.3s;
}
input::placeholder,
textarea::placeholder {
  color: var(--gray-30);
}
input:disabled,
textarea:disabled {
  background-color: transparent;
}
input:focus, input:active, input:focus-visible,
textarea:focus,
textarea:active,
textarea:focus-visible {
  border-color: var(--primary-20);
  outline: none;
}
input.error,
textarea.error {
  border-color: var(--semantic-red);
}

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: 390px !important;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 834px !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1440px !important;
    padding-left: 80px;
    padding-right: 80px;
  }
}

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

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

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

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

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

.bg-linear {
  background: linear-gradient(238deg, #FAF8F1 0%, #F6F3EF 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;
  color: var(--gray-90);
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  white-space: nowrap;
  outline: none;
  color: var(--white);
  padding: 15px 31px;
  border-radius: 1000px;
  border: 1px solid var(--primary-40);
  background: var(--primary-100);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.button-main:hover {
  background: var(--primary-90);
}
.button-main.small {
  padding: 8px 28px;
  min-width: 0;
  font-size: 14px;
}
.button-main i:before {
  color: var(--white);
}
.button-main.transparent {
  background-color: transparent !important;
  color: var(--primary-100) !important;
}
.button-main.transparent:hover {
  background-color: transparent !important;
}
.button-main.bg-white {
  background-color: var(--white) !important;
}
.button-main.bg-white i:before {
  color: var(--primary-100);
}
.button-main.bg-white:hover, .button-main.bg-white:focus-visible {
  color: var(--white);
}
.button-main.bg-white:hover i:before, .button-main.bg-white:focus-visible i:before {
  color: var(--white);
}
.button-main.bg-gray {
  color: var(--primary-100);
  background-color: var(--extra-light-gray) !important;
}
.button-main.bg-gray i:before {
  color: var(--primary-100);
}
.button-main.bg-gray:hover, .button-main.bg-gray:focus-visible {
  background-color: var(--primary-100) !important;
  color: var(--white);
}
.button-main.bg-gray:hover i:before, .button-main.bg-gray:focus-visible i:before {
  color: var(--white);
}
.button-main.transparent {
  background-color: transparent !important;
  color: var(--primary-80) !important;
}
.button-main.transparent .icon:before {
  color: var(--grayscale-90) !important;
}
.button-main.transparent:hover, .button-main.transparent:focus-visible {
  background-color: var(--primary-100) !important;
  color: var(--primary-20) !important;
}
.button-main.transparent:hover .icon:before, .button-main.transparent:focus-visible .icon:before {
  color: var(--primary-20) !important;
}
.button-main.inverted {
  background-color: transparent !important;
  color: var(--primary-100) !important;
  border: 1px solid var(--primary-100);
}
.button-main.inverted .icon:before {
  color: var(--primary-100) !important;
}
.button-main.inverted:hover, .button-main.inverted:focus-visible {
  background-color: var(--primary-100) !important;
  color: var(--primary-20) !important;
}
.button-main.inverted:hover .icon:before, .button-main.inverted:focus-visible .icon:before {
  color: var(--primary-20) !important;
}
.button-main.bordered {
  color: var(--gray-90);
  background-color: transparent !important;
  border: 1.5px solid var(--gray-90);
}
.button-main.bordered:hover, .button-main.bordered:focus-visible {
  color: var(--white);
}
.button-main.disabled {
  background-color: var(--gray-20) !important;
  opacity: 1;
  pointer-events: none;
}
.button-main.disabled:hover {
  background-color: var(--gray-20) !important;
}
.button-main.icon-button {
  width: 52px;
  height: 52px;
  min-width: 52px;
  padding: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-brown);
}
.button-main.icon-button i {
  display: flex;
}
.button-main.icon-button.middle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  font-size: 28px;
}
.button-main.icon-button.small {
  width: 16px;
  height: 16px;
  min-width: 16px;
  font-size: 16px;
}
.button-main.icon-button.small i:before {
  font-size: 16px;
}
.button-main .icon-arrow-right-small:before {
  color: inherit;
}

.button-text {
  font-family: Jost, sans-serif;
  display: inline-flex;
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: var(--primary-100);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}
.button-text.small {
  padding: 12px;
}

details summary {
  user-select: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary i {
  transition: transform ease 0.3s;
}
details > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
details[open] summary i {
  transform: rotate(180deg);
}

.logo img, .logo svg {
  max-width: 100%;
  height: auto;
}

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

svg path {
  fill: currentColor;
}

.news-block,
.tab-features-block,
.testimonial-block {
  overflow: hidden;
}

.info-block-v1 h1, .info-block-v1 h2, .info-block-v1 h3, .info-block-v1 h4, .info-block-v1 h5, .info-block-v1 h6 {
  font-size: 20px;
  color: var(--grayscale-70);
  line-height: 1.4;
  font-weight: 300;
}
.info-block-v1 h1:not(:last-child), .info-block-v1 h2:not(:last-child), .info-block-v1 h3:not(:last-child), .info-block-v1 h4:not(:last-child), .info-block-v1 h5:not(:last-child), .info-block-v1 h6:not(:last-child) {
  margin-bottom: 20px;
}
.info-block-v1 p, .info-block-v1 ul, .info-block-v1 li {
  color: var(--grayscale-60);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 250;
}
.info-block-v1 p:not(:last-child), .info-block-v1 ul:not(:last-child) {
  margin-bottom: 20px;
}
.info-block-v2 h1, .info-block-v2 h2, .info-block-v2 h3, .info-block-v2 h4, .info-block-v2 h5, .info-block-v2 h6 {
  font-size: 42px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}
.info-block-v2 h1:not(:last-child), .info-block-v2 h2:not(:last-child), .info-block-v2 h3:not(:last-child), .info-block-v2 h4:not(:last-child), .info-block-v2 h5:not(:last-child), .info-block-v2 h6:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .info-block-v2 h1, .info-block-v2 h2, .info-block-v2 h3, .info-block-v2 h4, .info-block-v2 h5, .info-block-v2 h6 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 639px) {
  .info-block-v2 h1, .info-block-v2 h2, .info-block-v2 h3, .info-block-v2 h4, .info-block-v2 h5, .info-block-v2 h6 {
    font-size: 32px;
    line-height: 1.2;
  }
  .info-block-v2 h1:not(:last-child), .info-block-v2 h2:not(:last-child), .info-block-v2 h3:not(:last-child), .info-block-v2 h4:not(:last-child), .info-block-v2 h5:not(:last-child), .info-block-v2 h6:not(:last-child) {
    margin-bottom: 24px;
  }
}
.info-block-v3 h1, .info-block-v3 h2, .info-block-v3 h3, .info-block-v3 h4, .info-block-v3 h5, .info-block-v3 h6 {
  font-size: 20px;
  color: var(--grayscale-70);
  line-height: 1.4;
  font-weight: 300;
}
.info-block-v3 h1:not(:last-child), .info-block-v3 h2:not(:last-child), .info-block-v3 h3:not(:last-child), .info-block-v3 h4:not(:last-child), .info-block-v3 h5:not(:last-child), .info-block-v3 h6:not(:last-child) {
  margin-bottom: 20px;
}
.info-block-v3 p, .info-block-v3 ul, .info-block-v3 li {
  color: var(--grayscale-60);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 250;
}
.info-block-v3 p:not(:last-child), .info-block-v3 ul:not(:last-child) {
  margin-bottom: 20px;
}
.info-block-v4 h1, .info-block-v4 h2, .info-block-v4 h3, .info-block-v4 h4, .info-block-v4 h5, .info-block-v4 h6 {
  font-size: 32px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}
.info-block-v4 h1:not(:last-child), .info-block-v4 h2:not(:last-child), .info-block-v4 h3:not(:last-child), .info-block-v4 h4:not(:last-child), .info-block-v4 h5:not(:last-child), .info-block-v4 h6:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .info-block-v4 h1, .info-block-v4 h2, .info-block-v4 h3, .info-block-v4 h4, .info-block-v4 h5, .info-block-v4 h6 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 639px) {
  .info-block-v4 h1, .info-block-v4 h2, .info-block-v4 h3, .info-block-v4 h4, .info-block-v4 h5, .info-block-v4 h6 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.info-block-v5 li:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 639px) {
  .info-block-v5 li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.edit-address-button.hidden {
  display: inline-block !important;
  opacity: 0;
  pointer-events: none;
}

[data-js-link] {
  cursor: pointer;
}

.page-not-found img {
  margin-bottom: 40px;
}
.page-not-found p, .page-not-found h1, .page-not-found h2, .page-not-found h3, .page-not-found h4, .page-not-found h5, .page-not-found h6 {
  color: var(--primary-100);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  max-width: 647px;
}
@media (max-width: 767px) {
  .page-not-found p, .page-not-found h1, .page-not-found h2, .page-not-found h3, .page-not-found h4, .page-not-found h5, .page-not-found h6 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.page-not-found a.button-main {
  margin-top: 40px;
  height: 54px;
}

.breadcrumb-product .container > div {
  overflow-x: auto;
  max-width: 100%;
}
.breadcrumb-product .container > div::-webkit-scrollbar {
  display: none;
}
.breadcrumb-product .caption1 {
  white-space: nowrap;
}

.swiper-product-scroll {
  padding-bottom: 24px !important;
}
.swiper-product-scroll .swiper-scrollbar {
  top: auto !important;
  bottom: 0 !important;
}
.swiper-product-scroll:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  gap: 16px;
}
@media (min-width: 640px) {
  .swiper-product-scroll:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
.swiper-product-scroll:not(.swiper-initialized) .swiper-scrollbar {
  bottom: -24px !important;
}
.swiper-product-scroll:not(.swiper-initialized) .swiper-slide {
  min-width: calc(50% - 8px);
  width: calc(50% - 8px);
}
@media (min-width: 640px) {
  .swiper-product-scroll:not(.swiper-initialized) .swiper-slide {
    min-width: calc(23% - 5px);
    width: calc(23% - 5px);
  }
}
@media (min-width: 1024px) {
  .swiper-product-scroll:not(.swiper-initialized) .swiper-slide {
    min-width: calc(32% - 7px);
    width: calc(32% - 7px);
  }
}

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

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-100);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

* {
  scrollbar-color: var(--primary-100) transparent !important;
  scrollbar-width: thin !important;
}

.gray-star, .gray-star:before {
  color: var(--gray-30) !important;
}

.yellow-star, .yellow-star:before {
  color: var(--yellow) !important;
}

.green-star, .green-star:before {
  color: var(--primary-100) !important;
}

@media (max-width: 639.98px) {
  .\!max-sm\:overflow-visible,
  .max-sm\:overflow-visible {
    overflow: visible !important;
  }
  .full-width-mobile {
    width: calc(100% - 32px);
  }
}
.swiper-no-swiping {
  touch-action: manipulation !important;
  pointer-events: auto !important;
}

.checkout-aside .hide-element {
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .checkout-aside .hide-element {
    max-height: 0px;
  }
}
@media (min-width: 1024px) {
  .checkout-aside .hide-element {
    max-height: fit-content !important;
  }
}
.checkout-aside .container {
  position: relative;
}
@media (min-width: 1024px) {
  .checkout-aside .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.checkout-aside__button {
  position: absolute;
  right: 16px;
  top: -22px;
  display: block;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .checkout-aside__button {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .checkout-aside:not(.open) .hide-element {
    margin-bottom: 0px;
  }
}
.checkout-aside:not(.open) .checkout-aside__button {
  transform: rotate(180deg);
}

.faqs-block .tab-item {
  background-color: transparent !important;
}

.checkout-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: var(--white);
  border-radius: 16px 16px 0 0;
  border-top: 1px solid var(--grayscale-20);
  transform: translateY(100%);
  transition: all 0.3s ease;
  z-index: 555;
}
.checkout-bottom.active {
  transform: translateY(0);
}
@media (min-width: 640px) {
  .checkout-bottom {
    padding: 24px 0;
  }
}
@media (min-width: 1024px) {
  .checkout-bottom {
    display: none;
  }
}
.checkout-bottom .js--checkout-bottom-element:not(.checkout-btn) {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}

.header-contact-number:before,
.header-contact-email:before,
.footer-contact-number:before,
.footer-contact-email:before {
  font-family: icomoon, sans-serif;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.nav-contact-number:before,
.nav-contact-email:before {
  font-family: icomoon, sans-serif;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.header-contact-number:before,
.nav-contact-number:before,
.footer-contact-number:before {
  content: "\e94a";
}

.header-contact-email:before,
.nav-contact-email:before,
.footer-contact-email:before {
  content: "\e922";
}

@media (min-width: 1200px) {
  .footer-contact-number:before,
  .footer-contact-email:before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }
}

.button-cart i:not(.hovered), .wishlist-icon i:not(.hovered), .user-icon i:not(.hovered) {
  display: block;
}
.button-cart i.hovered, .wishlist-icon i.hovered, .user-icon i.hovered {
  display: none;
}
.button-cart:hover i:not(.hovered), .wishlist-icon:hover i:not(.hovered), .user-icon:hover i:not(.hovered) {
  display: none;
}
.button-cart:hover i.hovered, .wishlist-icon:hover i.hovered, .user-icon:hover i.hovered {
  display: block;
}

.grow-video-block .video-button .dynamic-muted-icon {
  width: 16px;
  height: 11px;
}
.grow-video-block .video-button .dynamic-icon {
  width: 7px;
  height: 11px;
}
.grow-video-block .video-button .play-icon {
  width: 11px;
  height: 14px;
}
.grow-video-block .video-button .pause-icon {
  width: 8px;
  height: 11px;
}
.grow-video-block .video-button.play-button .play-icon {
  display: none;
}
.grow-video-block .video-button.play-button .pause-icon {
  display: block;
}
.grow-video-block .video-button.play-button.active .play-icon {
  display: block;
}
.grow-video-block .video-button.play-button.active .pause-icon {
  display: none;
}
.grow-video-block .video-button.mute-button .dynamic-muted-icon {
  display: block;
}
.grow-video-block .video-button.mute-button .dynamic-icon {
  display: none;
}
.grow-video-block .video-button.mute-button.active .dynamic-muted-icon {
  display: none;
}
.grow-video-block .video-button.mute-button.active .dynamic-icon {
  display: block;
}

.main-hero {
  position: relative;
  overflow: hidden;
}
.main-hero .hero-video {
  object-fit: cover;
  z-index: 5;
  transform-origin: center center;
  will-change: transform;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.main-hero .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 639.98px) {
  .main-hero .hero-video {
    position: static;
    width: 100%;
    height: 350px;
  }
}
.main-hero .big-video-container {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: red;
  transition: all 0.5s ease;
  opacity: 1;
}
.main-hero .big-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-hero .big-video-container.closed {
  opacity: 0;
  width: 50%;
  visibility: hidden;
}

/* Modal */
.login-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all ease 0.4s;
  max-width: calc(100% - 30px);
  width: 357px;
  top: 74px;
  right: 16px;
}
@media (min-width: 1400px) {
  .login-popup {
    right: calc(50% - 652px);
  }
}
.login-popup.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1000;
}

.modal-message,
.modal-video-block,
.modal-sizeguide-block,
.modal-quickview-block,
.modal-order-details-block,
.modal-cart-block,
.modal-wishlist-block,
.modal-search-block,
.modal-review-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.modal-message:has(.modal-message-main.open), .modal-message:has(.modal-video-main.open), .modal-message:has(.modal-sizeguide-main.open), .modal-message:has(.modal-quickview-main.open), .modal-message:has(.modal-order-details-main.open), .modal-message:has(.modal-cart-main.open), .modal-message:has(.modal-wishlist-main.open), .modal-message:has(.modal-search-main.open), .modal-message:has(.modal-review-main.open),
.modal-video-block:has(.modal-message-main.open),
.modal-video-block:has(.modal-video-main.open),
.modal-video-block:has(.modal-sizeguide-main.open),
.modal-video-block:has(.modal-quickview-main.open),
.modal-video-block:has(.modal-order-details-main.open),
.modal-video-block:has(.modal-cart-main.open),
.modal-video-block:has(.modal-wishlist-main.open),
.modal-video-block:has(.modal-search-main.open),
.modal-video-block:has(.modal-review-main.open),
.modal-sizeguide-block:has(.modal-message-main.open),
.modal-sizeguide-block:has(.modal-video-main.open),
.modal-sizeguide-block:has(.modal-sizeguide-main.open),
.modal-sizeguide-block:has(.modal-quickview-main.open),
.modal-sizeguide-block:has(.modal-order-details-main.open),
.modal-sizeguide-block:has(.modal-cart-main.open),
.modal-sizeguide-block:has(.modal-wishlist-main.open),
.modal-sizeguide-block:has(.modal-search-main.open),
.modal-sizeguide-block:has(.modal-review-main.open),
.modal-quickview-block:has(.modal-message-main.open),
.modal-quickview-block:has(.modal-video-main.open),
.modal-quickview-block:has(.modal-sizeguide-main.open),
.modal-quickview-block:has(.modal-quickview-main.open),
.modal-quickview-block:has(.modal-order-details-main.open),
.modal-quickview-block:has(.modal-cart-main.open),
.modal-quickview-block:has(.modal-wishlist-main.open),
.modal-quickview-block:has(.modal-search-main.open),
.modal-quickview-block:has(.modal-review-main.open),
.modal-order-details-block:has(.modal-message-main.open),
.modal-order-details-block:has(.modal-video-main.open),
.modal-order-details-block:has(.modal-sizeguide-main.open),
.modal-order-details-block:has(.modal-quickview-main.open),
.modal-order-details-block:has(.modal-order-details-main.open),
.modal-order-details-block:has(.modal-cart-main.open),
.modal-order-details-block:has(.modal-wishlist-main.open),
.modal-order-details-block:has(.modal-search-main.open),
.modal-order-details-block:has(.modal-review-main.open),
.modal-cart-block:has(.modal-message-main.open),
.modal-cart-block:has(.modal-video-main.open),
.modal-cart-block:has(.modal-sizeguide-main.open),
.modal-cart-block:has(.modal-quickview-main.open),
.modal-cart-block:has(.modal-order-details-main.open),
.modal-cart-block:has(.modal-cart-main.open),
.modal-cart-block:has(.modal-wishlist-main.open),
.modal-cart-block:has(.modal-search-main.open),
.modal-cart-block:has(.modal-review-main.open),
.modal-wishlist-block:has(.modal-message-main.open),
.modal-wishlist-block:has(.modal-video-main.open),
.modal-wishlist-block:has(.modal-sizeguide-main.open),
.modal-wishlist-block:has(.modal-quickview-main.open),
.modal-wishlist-block:has(.modal-order-details-main.open),
.modal-wishlist-block:has(.modal-cart-main.open),
.modal-wishlist-block:has(.modal-wishlist-main.open),
.modal-wishlist-block:has(.modal-search-main.open),
.modal-wishlist-block:has(.modal-review-main.open),
.modal-search-block:has(.modal-message-main.open),
.modal-search-block:has(.modal-video-main.open),
.modal-search-block:has(.modal-sizeguide-main.open),
.modal-search-block:has(.modal-quickview-main.open),
.modal-search-block:has(.modal-order-details-main.open),
.modal-search-block:has(.modal-cart-main.open),
.modal-search-block:has(.modal-wishlist-main.open),
.modal-search-block:has(.modal-search-main.open),
.modal-search-block:has(.modal-review-main.open),
.modal-review-block:has(.modal-message-main.open),
.modal-review-block:has(.modal-video-main.open),
.modal-review-block:has(.modal-sizeguide-main.open),
.modal-review-block:has(.modal-quickview-main.open),
.modal-review-block:has(.modal-order-details-main.open),
.modal-review-block:has(.modal-cart-main.open),
.modal-review-block:has(.modal-wishlist-main.open),
.modal-review-block:has(.modal-search-main.open),
.modal-review-block:has(.modal-review-main.open) {
  opacity: 1;
  visibility: visible;
}
.modal-message .modal-message-main,
.modal-video-block .modal-message-main,
.modal-sizeguide-block .modal-message-main,
.modal-quickview-block .modal-message-main,
.modal-order-details-block .modal-message-main,
.modal-cart-block .modal-message-main,
.modal-wishlist-block .modal-message-main,
.modal-search-block .modal-message-main,
.modal-review-block .modal-message-main {
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.6s;
}
.modal-message .modal-message-main .right,
.modal-video-block .modal-message-main .right,
.modal-sizeguide-block .modal-message-main .right,
.modal-quickview-block .modal-message-main .right,
.modal-order-details-block .modal-message-main .right,
.modal-cart-block .modal-message-main .right,
.modal-wishlist-block .modal-message-main .right,
.modal-search-block .modal-message-main .right,
.modal-review-block .modal-message-main .right {
  position: relative;
}
@media (min-width: 641px) {
  .modal-message .modal-message-main .right .list,
  .modal-video-block .modal-message-main .right .list,
  .modal-sizeguide-block .modal-message-main .right .list,
  .modal-quickview-block .modal-message-main .right .list,
  .modal-order-details-block .modal-message-main .right .list,
  .modal-cart-block .modal-message-main .right .list,
  .modal-wishlist-block .modal-message-main .right .list,
  .modal-search-block .modal-message-main .right .list,
  .modal-review-block .modal-message-main .right .list {
    position: absolute;
    width: calc(100% - 42px);
    height: -webkit-fill-available;
  }
}
@media (max-width: 639.98px) {
  .modal-message .modal-message-main .right .list .product-item:first-child,
  .modal-video-block .modal-message-main .right .list .product-item:first-child,
  .modal-sizeguide-block .modal-message-main .right .list .product-item:first-child,
  .modal-quickview-block .modal-message-main .right .list .product-item:first-child,
  .modal-order-details-block .modal-message-main .right .list .product-item:first-child,
  .modal-cart-block .modal-message-main .right .list .product-item:first-child,
  .modal-wishlist-block .modal-message-main .right .list .product-item:first-child,
  .modal-search-block .modal-message-main .right .list .product-item:first-child,
  .modal-review-block .modal-message-main .right .list .product-item:first-child {
    display: none;
  }
}
.modal-message .modal-message-main.open,
.modal-video-block .modal-message-main.open,
.modal-sizeguide-block .modal-message-main.open,
.modal-quickview-block .modal-message-main.open,
.modal-order-details-block .modal-message-main.open,
.modal-cart-block .modal-message-main.open,
.modal-wishlist-block .modal-message-main.open,
.modal-search-block .modal-message-main.open,
.modal-review-block .modal-message-main.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal-message .modal-order-details-main,
.modal-video-block .modal-order-details-main,
.modal-sizeguide-block .modal-order-details-main,
.modal-quickview-block .modal-order-details-main,
.modal-order-details-block .modal-order-details-main,
.modal-cart-block .modal-order-details-main,
.modal-wishlist-block .modal-order-details-main,
.modal-search-block .modal-order-details-main,
.modal-review-block .modal-order-details-main {
  position: absolute;
  top: 50%;
  right: -100%;
  background-color: var(--white);
  overflow: auto;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.modal-message .modal-order-details-main.open,
.modal-video-block .modal-order-details-main.open,
.modal-sizeguide-block .modal-order-details-main.open,
.modal-quickview-block .modal-order-details-main.open,
.modal-order-details-block .modal-order-details-main.open,
.modal-cart-block .modal-order-details-main.open,
.modal-wishlist-block .modal-order-details-main.open,
.modal-search-block .modal-order-details-main.open,
.modal-review-block .modal-order-details-main.open {
  right: 50%;
  transform: translate(50%, -50%);
}
.modal-message .modal-quickview-main,
.modal-message .modal-cart-main,
.modal-message .modal-wishlist-main,
.modal-video-block .modal-quickview-main,
.modal-video-block .modal-cart-main,
.modal-video-block .modal-wishlist-main,
.modal-sizeguide-block .modal-quickview-main,
.modal-sizeguide-block .modal-cart-main,
.modal-sizeguide-block .modal-wishlist-main,
.modal-quickview-block .modal-quickview-main,
.modal-quickview-block .modal-cart-main,
.modal-quickview-block .modal-wishlist-main,
.modal-order-details-block .modal-quickview-main,
.modal-order-details-block .modal-cart-main,
.modal-order-details-block .modal-wishlist-main,
.modal-cart-block .modal-quickview-main,
.modal-cart-block .modal-cart-main,
.modal-cart-block .modal-wishlist-main,
.modal-wishlist-block .modal-quickview-main,
.modal-wishlist-block .modal-cart-main,
.modal-wishlist-block .modal-wishlist-main,
.modal-search-block .modal-quickview-main,
.modal-search-block .modal-cart-main,
.modal-search-block .modal-wishlist-main,
.modal-review-block .modal-quickview-main,
.modal-review-block .modal-cart-main,
.modal-review-block .modal-wishlist-main {
  position: absolute;
  top: 50%;
  right: -100%;
  width: 624px;
  height: calc(100vh - 40px);
  background-color: var(--white);
  overflow: hidden;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.modal-message .modal-quickview-main.open,
.modal-message .modal-cart-main.open,
.modal-message .modal-wishlist-main.open,
.modal-video-block .modal-quickview-main.open,
.modal-video-block .modal-cart-main.open,
.modal-video-block .modal-wishlist-main.open,
.modal-sizeguide-block .modal-quickview-main.open,
.modal-sizeguide-block .modal-cart-main.open,
.modal-sizeguide-block .modal-wishlist-main.open,
.modal-quickview-block .modal-quickview-main.open,
.modal-quickview-block .modal-cart-main.open,
.modal-quickview-block .modal-wishlist-main.open,
.modal-order-details-block .modal-quickview-main.open,
.modal-order-details-block .modal-cart-main.open,
.modal-order-details-block .modal-wishlist-main.open,
.modal-cart-block .modal-quickview-main.open,
.modal-cart-block .modal-cart-main.open,
.modal-cart-block .modal-wishlist-main.open,
.modal-wishlist-block .modal-quickview-main.open,
.modal-wishlist-block .modal-cart-main.open,
.modal-wishlist-block .modal-wishlist-main.open,
.modal-search-block .modal-quickview-main.open,
.modal-search-block .modal-cart-main.open,
.modal-search-block .modal-wishlist-main.open,
.modal-review-block .modal-quickview-main.open,
.modal-review-block .modal-cart-main.open,
.modal-review-block .modal-wishlist-main.open {
  right: 50%;
  transform: translate(50%, -50%);
}
.modal-message .modal-quickview-main .remove-cart-btn:hover svg,
.modal-message .modal-cart-main .remove-cart-btn:hover svg,
.modal-message .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-video-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-video-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-video-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-sizeguide-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-sizeguide-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-sizeguide-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-quickview-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-quickview-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-quickview-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-order-details-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-order-details-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-order-details-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-cart-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-cart-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-cart-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-wishlist-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-wishlist-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-wishlist-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-search-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-search-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-search-block .modal-wishlist-main .remove-cart-btn:hover svg,
.modal-review-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-review-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-review-block .modal-wishlist-main .remove-cart-btn:hover svg {
  color: var(--black);
}
.modal-message .modal-quickview-main .list-product,
.modal-message .modal-cart-main .list-product,
.modal-message .modal-wishlist-main .list-product,
.modal-video-block .modal-quickview-main .list-product,
.modal-video-block .modal-cart-main .list-product,
.modal-video-block .modal-wishlist-main .list-product,
.modal-sizeguide-block .modal-quickview-main .list-product,
.modal-sizeguide-block .modal-cart-main .list-product,
.modal-sizeguide-block .modal-wishlist-main .list-product,
.modal-quickview-block .modal-quickview-main .list-product,
.modal-quickview-block .modal-cart-main .list-product,
.modal-quickview-block .modal-wishlist-main .list-product,
.modal-order-details-block .modal-quickview-main .list-product,
.modal-order-details-block .modal-cart-main .list-product,
.modal-order-details-block .modal-wishlist-main .list-product,
.modal-cart-block .modal-quickview-main .list-product,
.modal-cart-block .modal-cart-main .list-product,
.modal-cart-block .modal-wishlist-main .list-product,
.modal-wishlist-block .modal-quickview-main .list-product,
.modal-wishlist-block .modal-cart-main .list-product,
.modal-wishlist-block .modal-wishlist-main .list-product,
.modal-search-block .modal-quickview-main .list-product,
.modal-search-block .modal-cart-main .list-product,
.modal-search-block .modal-wishlist-main .list-product,
.modal-review-block .modal-quickview-main .list-product,
.modal-review-block .modal-cart-main .list-product,
.modal-review-block .modal-wishlist-main .list-product {
  max-height: calc(100% - 140px - 30px + 14px);
  overflow-x: auto;
}
.modal-message .modal-quickview-main .list-product .item:last-child,
.modal-message .modal-cart-main .list-product .item:last-child,
.modal-message .modal-wishlist-main .list-product .item:last-child,
.modal-video-block .modal-quickview-main .list-product .item:last-child,
.modal-video-block .modal-cart-main .list-product .item:last-child,
.modal-video-block .modal-wishlist-main .list-product .item:last-child,
.modal-sizeguide-block .modal-quickview-main .list-product .item:last-child,
.modal-sizeguide-block .modal-cart-main .list-product .item:last-child,
.modal-sizeguide-block .modal-wishlist-main .list-product .item:last-child,
.modal-quickview-block .modal-quickview-main .list-product .item:last-child,
.modal-quickview-block .modal-cart-main .list-product .item:last-child,
.modal-quickview-block .modal-wishlist-main .list-product .item:last-child,
.modal-order-details-block .modal-quickview-main .list-product .item:last-child,
.modal-order-details-block .modal-cart-main .list-product .item:last-child,
.modal-order-details-block .modal-wishlist-main .list-product .item:last-child,
.modal-cart-block .modal-quickview-main .list-product .item:last-child,
.modal-cart-block .modal-cart-main .list-product .item:last-child,
.modal-cart-block .modal-wishlist-main .list-product .item:last-child,
.modal-wishlist-block .modal-quickview-main .list-product .item:last-child,
.modal-wishlist-block .modal-cart-main .list-product .item:last-child,
.modal-wishlist-block .modal-wishlist-main .list-product .item:last-child,
.modal-search-block .modal-quickview-main .list-product .item:last-child,
.modal-search-block .modal-cart-main .list-product .item:last-child,
.modal-search-block .modal-wishlist-main .list-product .item:last-child,
.modal-review-block .modal-quickview-main .list-product .item:last-child,
.modal-review-block .modal-cart-main .list-product .item:last-child,
.modal-review-block .modal-wishlist-main .list-product .item:last-child {
  border-bottom: none;
}
.modal-message .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-message .modal-cart-main .list-product::-webkit-scrollbar,
.modal-message .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-video-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-video-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-video-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-sizeguide-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-sizeguide-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-sizeguide-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-quickview-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-quickview-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-quickview-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-order-details-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-order-details-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-order-details-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-cart-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-cart-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-cart-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-wishlist-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-wishlist-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-wishlist-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-search-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-search-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-search-block .modal-wishlist-main .list-product::-webkit-scrollbar,
.modal-review-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-review-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-review-block .modal-wishlist-main .list-product::-webkit-scrollbar {
  width: 6px;
  background: var(--gray-30);
}
.modal-message .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-message .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-message .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-video-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-video-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-video-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-sizeguide-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-sizeguide-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-sizeguide-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-quickview-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-quickview-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-quickview-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-order-details-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-order-details-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-order-details-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-cart-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-cart-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-cart-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-wishlist-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-wishlist-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-wishlist-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-search-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-search-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-search-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb,
.modal-review-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-review-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-review-block .modal-wishlist-main .list-product::-webkit-scrollbar-thumb {
  background-color: var(--gray-30);
  border-radius: 4px;
}
@media (max-width: 1023.98px) {
  .modal-message .modal-quickview-main .list-product,
  .modal-message .modal-cart-main .list-product,
  .modal-message .modal-wishlist-main .list-product,
  .modal-video-block .modal-quickview-main .list-product,
  .modal-video-block .modal-cart-main .list-product,
  .modal-video-block .modal-wishlist-main .list-product,
  .modal-sizeguide-block .modal-quickview-main .list-product,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-wishlist-main .list-product,
  .modal-quickview-block .modal-quickview-main .list-product,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-wishlist-main .list-product,
  .modal-order-details-block .modal-quickview-main .list-product,
  .modal-order-details-block .modal-cart-main .list-product,
  .modal-order-details-block .modal-wishlist-main .list-product,
  .modal-cart-block .modal-quickview-main .list-product,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-cart-block .modal-wishlist-main .list-product,
  .modal-wishlist-block .modal-quickview-main .list-product,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-wishlist-main .list-product,
  .modal-search-block .modal-quickview-main .list-product,
  .modal-search-block .modal-cart-main .list-product,
  .modal-search-block .modal-wishlist-main .list-product,
  .modal-review-block .modal-quickview-main .list-product,
  .modal-review-block .modal-cart-main .list-product,
  .modal-review-block .modal-wishlist-main .list-product {
    max-height: calc(100% - 140px - 30px + 24px);
  }
}
@media (max-width: 639.98px) {
  .modal-message .modal-quickview-main,
  .modal-message .modal-cart-main,
  .modal-message .modal-wishlist-main,
  .modal-video-block .modal-quickview-main,
  .modal-video-block .modal-cart-main,
  .modal-video-block .modal-wishlist-main,
  .modal-sizeguide-block .modal-quickview-main,
  .modal-sizeguide-block .modal-cart-main,
  .modal-sizeguide-block .modal-wishlist-main,
  .modal-quickview-block .modal-quickview-main,
  .modal-quickview-block .modal-cart-main,
  .modal-quickview-block .modal-wishlist-main,
  .modal-order-details-block .modal-quickview-main,
  .modal-order-details-block .modal-cart-main,
  .modal-order-details-block .modal-wishlist-main,
  .modal-cart-block .modal-quickview-main,
  .modal-cart-block .modal-cart-main,
  .modal-cart-block .modal-wishlist-main,
  .modal-wishlist-block .modal-quickview-main,
  .modal-wishlist-block .modal-cart-main,
  .modal-wishlist-block .modal-wishlist-main,
  .modal-search-block .modal-quickview-main,
  .modal-search-block .modal-cart-main,
  .modal-search-block .modal-wishlist-main,
  .modal-review-block .modal-quickview-main,
  .modal-review-block .modal-cart-main,
  .modal-review-block .modal-wishlist-main {
    border-radius: 0;
  }
  .modal-message .modal-quickview-main .list-product,
  .modal-message .modal-cart-main .list-product,
  .modal-message .modal-wishlist-main .list-product,
  .modal-video-block .modal-quickview-main .list-product,
  .modal-video-block .modal-cart-main .list-product,
  .modal-video-block .modal-wishlist-main .list-product,
  .modal-sizeguide-block .modal-quickview-main .list-product,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-wishlist-main .list-product,
  .modal-quickview-block .modal-quickview-main .list-product,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-wishlist-main .list-product,
  .modal-order-details-block .modal-quickview-main .list-product,
  .modal-order-details-block .modal-cart-main .list-product,
  .modal-order-details-block .modal-wishlist-main .list-product,
  .modal-cart-block .modal-quickview-main .list-product,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-cart-block .modal-wishlist-main .list-product,
  .modal-wishlist-block .modal-quickview-main .list-product,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-wishlist-main .list-product,
  .modal-search-block .modal-quickview-main .list-product,
  .modal-search-block .modal-cart-main .list-product,
  .modal-search-block .modal-wishlist-main .list-product,
  .modal-review-block .modal-quickview-main .list-product,
  .modal-review-block .modal-cart-main .list-product,
  .modal-review-block .modal-wishlist-main .list-product {
    max-height: calc(100% - 140px - 30px + 42px);
  }
}
.modal-message .modal-quickview-main,
.modal-video-block .modal-quickview-main,
.modal-sizeguide-block .modal-quickview-main,
.modal-quickview-block .modal-quickview-main,
.modal-order-details-block .modal-quickview-main,
.modal-cart-block .modal-quickview-main,
.modal-wishlist-block .modal-quickview-main,
.modal-search-block .modal-quickview-main,
.modal-review-block .modal-quickview-main {
  width: 856px;
}
.modal-message .modal-quickview-main .list-img,
.modal-video-block .modal-quickview-main .list-img,
.modal-sizeguide-block .modal-quickview-main .list-img,
.modal-quickview-block .modal-quickview-main .list-img,
.modal-order-details-block .modal-quickview-main .list-img,
.modal-cart-block .modal-quickview-main .list-img,
.modal-wishlist-block .modal-quickview-main .list-img,
.modal-search-block .modal-quickview-main .list-img,
.modal-review-block .modal-quickview-main .list-img {
  max-height: 100%;
  height: 100%;
  overflow-x: auto;
}
.modal-message .modal-quickview-main .list-img .bg-img:first-child,
.modal-video-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-sizeguide-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-quickview-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-order-details-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-cart-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-wishlist-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-search-block .modal-quickview-main .list-img .bg-img:first-child,
.modal-review-block .modal-quickview-main .list-img .bg-img:first-child {
  margin-top: 0;
}
.modal-message .modal-quickview-main .product-infor,
.modal-video-block .modal-quickview-main .product-infor,
.modal-sizeguide-block .modal-quickview-main .product-infor,
.modal-quickview-block .modal-quickview-main .product-infor,
.modal-order-details-block .modal-quickview-main .product-infor,
.modal-cart-block .modal-quickview-main .product-infor,
.modal-wishlist-block .modal-quickview-main .product-infor,
.modal-search-block .modal-quickview-main .product-infor,
.modal-review-block .modal-quickview-main .product-infor {
  overflow-x: auto;
  max-height: calc(100% - 54px);
  height: 100%;
  padding-right: 8px;
}
.modal-message .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-message .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-video-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-video-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-sizeguide-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-sizeguide-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-quickview-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-quickview-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-order-details-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-order-details-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-cart-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-cart-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-wishlist-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-wishlist-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-search-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-search-block .modal-quickview-main .product-infor::-webkit-scrollbar,
.modal-review-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-review-block .modal-quickview-main .product-infor::-webkit-scrollbar {
  width: 6px;
  background: var(--gray-30);
}
.modal-message .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-message .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-video-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-video-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-sizeguide-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-sizeguide-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-quickview-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-quickview-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-order-details-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-order-details-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-cart-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-cart-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-wishlist-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-wishlist-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-search-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-search-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb,
.modal-review-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-review-block .modal-quickview-main .product-infor::-webkit-scrollbar-thumb {
  background-color: var(--gray-30);
  border-radius: 4px;
}
@media (max-width: 1023.98px) {
  .modal-message .modal-quickview-main,
  .modal-video-block .modal-quickview-main,
  .modal-sizeguide-block .modal-quickview-main,
  .modal-quickview-block .modal-quickview-main,
  .modal-order-details-block .modal-quickview-main,
  .modal-cart-block .modal-quickview-main,
  .modal-wishlist-block .modal-quickview-main,
  .modal-search-block .modal-quickview-main,
  .modal-review-block .modal-quickview-main {
    width: 720px;
  }
  .modal-message .modal-quickview-main .list-product,
  .modal-video-block .modal-quickview-main .list-product,
  .modal-sizeguide-block .modal-quickview-main .list-product,
  .modal-quickview-block .modal-quickview-main .list-product,
  .modal-order-details-block .modal-quickview-main .list-product,
  .modal-cart-block .modal-quickview-main .list-product,
  .modal-wishlist-block .modal-quickview-main .list-product,
  .modal-search-block .modal-quickview-main .list-product,
  .modal-review-block .modal-quickview-main .list-product {
    max-height: calc(100% - 210px - 212px);
  }
}
@media (max-width: 767.98px) {
  .modal-message .modal-quickview-main,
  .modal-video-block .modal-quickview-main,
  .modal-sizeguide-block .modal-quickview-main,
  .modal-quickview-block .modal-quickview-main,
  .modal-order-details-block .modal-quickview-main,
  .modal-cart-block .modal-quickview-main,
  .modal-wishlist-block .modal-quickview-main,
  .modal-search-block .modal-quickview-main,
  .modal-review-block .modal-quickview-main {
    width: 480px;
  }
  .modal-message .modal-quickview-main > div,
  .modal-video-block .modal-quickview-main > div,
  .modal-sizeguide-block .modal-quickview-main > div,
  .modal-quickview-block .modal-quickview-main > div,
  .modal-order-details-block .modal-quickview-main > div,
  .modal-cart-block .modal-quickview-main > div,
  .modal-wishlist-block .modal-quickview-main > div,
  .modal-search-block .modal-quickview-main > div,
  .modal-review-block .modal-quickview-main > div {
    overflow-x: auto;
    max-height: 100%;
    height: 100%;
  }
  .modal-message .modal-quickview-main > div::-webkit-scrollbar,
  .modal-video-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-sizeguide-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-quickview-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-order-details-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-cart-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-wishlist-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-search-block .modal-quickview-main > div::-webkit-scrollbar,
  .modal-review-block .modal-quickview-main > div::-webkit-scrollbar {
    width: 6px;
    background: var(--gray-30);
  }
  .modal-message .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-video-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-sizeguide-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-quickview-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-order-details-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-cart-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-wishlist-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-search-block .modal-quickview-main > div::-webkit-scrollbar-thumb,
  .modal-review-block .modal-quickview-main > div::-webkit-scrollbar-thumb {
    background-color: var(--gray-30);
    border-radius: 4px;
  }
  .modal-message .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-video-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-sizeguide-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-quickview-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-order-details-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-cart-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-wishlist-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-search-block .modal-quickview-main .list-img::-webkit-scrollbar,
  .modal-review-block .modal-quickview-main .list-img::-webkit-scrollbar {
    width: 2px;
  }
  .modal-message .modal-quickview-main .product-infor,
  .modal-video-block .modal-quickview-main .product-infor,
  .modal-sizeguide-block .modal-quickview-main .product-infor,
  .modal-quickview-block .modal-quickview-main .product-infor,
  .modal-order-details-block .modal-quickview-main .product-infor,
  .modal-cart-block .modal-quickview-main .product-infor,
  .modal-wishlist-block .modal-quickview-main .product-infor,
  .modal-search-block .modal-quickview-main .product-infor,
  .modal-review-block .modal-quickview-main .product-infor {
    overflow-x: unset;
    max-height: unset;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .modal-message .modal-quickview-main,
  .modal-video-block .modal-quickview-main,
  .modal-sizeguide-block .modal-quickview-main,
  .modal-quickview-block .modal-quickview-main,
  .modal-order-details-block .modal-quickview-main,
  .modal-cart-block .modal-quickview-main,
  .modal-wishlist-block .modal-quickview-main,
  .modal-search-block .modal-quickview-main,
  .modal-review-block .modal-quickview-main {
    width: unset;
  }
  .modal-message .modal-quickview-main .list-product,
  .modal-video-block .modal-quickview-main .list-product,
  .modal-sizeguide-block .modal-quickview-main .list-product,
  .modal-quickview-block .modal-quickview-main .list-product,
  .modal-order-details-block .modal-quickview-main .list-product,
  .modal-cart-block .modal-quickview-main .list-product,
  .modal-wishlist-block .modal-quickview-main .list-product,
  .modal-search-block .modal-quickview-main .list-product,
  .modal-review-block .modal-quickview-main .list-product {
    max-height: calc(100% - 210px - 165px);
  }
}
.modal-message .modal-cart-main,
.modal-video-block .modal-cart-main,
.modal-sizeguide-block .modal-cart-main,
.modal-quickview-block .modal-cart-main,
.modal-order-details-block .modal-cart-main,
.modal-cart-block .modal-cart-main,
.modal-wishlist-block .modal-cart-main,
.modal-search-block .modal-cart-main,
.modal-review-block .modal-cart-main {
  width: 980px;
}
.modal-message .modal-cart-main .list-product,
.modal-video-block .modal-cart-main .list-product,
.modal-sizeguide-block .modal-cart-main .list-product,
.modal-quickview-block .modal-cart-main .list-product,
.modal-order-details-block .modal-cart-main .list-product,
.modal-cart-block .modal-cart-main .list-product,
.modal-wishlist-block .modal-cart-main .list-product,
.modal-search-block .modal-cart-main .list-product,
.modal-review-block .modal-cart-main .list-product {
  max-height: calc(100% - 210px - 180px);
}
.modal-message .modal-cart-main .tab-item,
.modal-video-block .modal-cart-main .tab-item,
.modal-sizeguide-block .modal-cart-main .tab-item,
.modal-quickview-block .modal-cart-main .tab-item,
.modal-order-details-block .modal-cart-main .tab-item,
.modal-cart-block .modal-cart-main .tab-item,
.modal-wishlist-block .modal-cart-main .tab-item,
.modal-search-block .modal-cart-main .tab-item,
.modal-review-block .modal-cart-main .tab-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(100%);
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
}
.modal-message .modal-cart-main .tab-item.active,
.modal-video-block .modal-cart-main .tab-item.active,
.modal-sizeguide-block .modal-cart-main .tab-item.active,
.modal-quickview-block .modal-cart-main .tab-item.active,
.modal-order-details-block .modal-cart-main .tab-item.active,
.modal-cart-block .modal-cart-main .tab-item.active,
.modal-wishlist-block .modal-cart-main .tab-item.active,
.modal-search-block .modal-cart-main .tab-item.active,
.modal-review-block .modal-cart-main .tab-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1023.98px) {
  .modal-message .modal-cart-main,
  .modal-video-block .modal-cart-main,
  .modal-sizeguide-block .modal-cart-main,
  .modal-quickview-block .modal-cart-main,
  .modal-order-details-block .modal-cart-main,
  .modal-cart-block .modal-cart-main,
  .modal-wishlist-block .modal-cart-main,
  .modal-search-block .modal-cart-main,
  .modal-review-block .modal-cart-main {
    width: 720px;
  }
  .modal-message .modal-cart-main .list-product,
  .modal-video-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-order-details-block .modal-cart-main .list-product,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-search-block .modal-cart-main .list-product,
  .modal-review-block .modal-cart-main .list-product {
    max-height: calc(100% - 210px - 212px);
  }
}
@media (max-width: 767.98px) {
  .modal-message .modal-cart-main,
  .modal-video-block .modal-cart-main,
  .modal-sizeguide-block .modal-cart-main,
  .modal-quickview-block .modal-cart-main,
  .modal-order-details-block .modal-cart-main,
  .modal-cart-block .modal-cart-main,
  .modal-wishlist-block .modal-cart-main,
  .modal-search-block .modal-cart-main,
  .modal-review-block .modal-cart-main {
    width: 480px;
  }
  .modal-message .modal-cart-main .list-product,
  .modal-video-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-order-details-block .modal-cart-main .list-product,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-search-block .modal-cart-main .list-product,
  .modal-review-block .modal-cart-main .list-product {
    max-height: calc(100% - 210px - 125px);
  }
}
@media (max-width: 575.98px) {
  .modal-message .modal-cart-main,
  .modal-video-block .modal-cart-main,
  .modal-sizeguide-block .modal-cart-main,
  .modal-quickview-block .modal-cart-main,
  .modal-order-details-block .modal-cart-main,
  .modal-cart-block .modal-cart-main,
  .modal-wishlist-block .modal-cart-main,
  .modal-search-block .modal-cart-main,
  .modal-review-block .modal-cart-main {
    width: unset;
  }
  .modal-message .modal-cart-main .list-product,
  .modal-video-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-order-details-block .modal-cart-main .list-product,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-search-block .modal-cart-main .list-product,
  .modal-review-block .modal-cart-main .list-product {
    max-height: calc(100% - 210px - 165px);
  }
}
.modal-message .modal-cart-main,
.modal-video-block .modal-cart-main,
.modal-sizeguide-block .modal-cart-main,
.modal-quickview-block .modal-cart-main,
.modal-order-details-block .modal-cart-main,
.modal-cart-block .modal-cart-main,
.modal-wishlist-block .modal-cart-main,
.modal-search-block .modal-cart-main,
.modal-review-block .modal-cart-main {
  width: 806px;
  height: 720px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-message .modal-cart-main .tab-item,
.modal-video-block .modal-cart-main .tab-item,
.modal-sizeguide-block .modal-cart-main .tab-item,
.modal-quickview-block .modal-cart-main .tab-item,
.modal-order-details-block .modal-cart-main .tab-item,
.modal-cart-block .modal-cart-main .tab-item,
.modal-wishlist-block .modal-cart-main .tab-item,
.modal-search-block .modal-cart-main .tab-item,
.modal-review-block .modal-cart-main .tab-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(100%);
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
}
.modal-message .modal-cart-main .tab-item.active,
.modal-video-block .modal-cart-main .tab-item.active,
.modal-sizeguide-block .modal-cart-main .tab-item.active,
.modal-quickview-block .modal-cart-main .tab-item.active,
.modal-order-details-block .modal-cart-main .tab-item.active,
.modal-cart-block .modal-cart-main .tab-item.active,
.modal-wishlist-block .modal-cart-main .tab-item.active,
.modal-search-block .modal-cart-main .tab-item.active,
.modal-review-block .modal-cart-main .tab-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1023.98px) {
  .modal-message .modal-cart-main,
  .modal-video-block .modal-cart-main,
  .modal-sizeguide-block .modal-cart-main,
  .modal-quickview-block .modal-cart-main,
  .modal-order-details-block .modal-cart-main,
  .modal-cart-block .modal-cart-main,
  .modal-wishlist-block .modal-cart-main,
  .modal-search-block .modal-cart-main,
  .modal-review-block .modal-cart-main {
    width: 624px;
    height: 960px;
    max-height: 90vh;
  }
}
@media (max-width: 639.98px) {
  .modal-message .modal-cart-main,
  .modal-video-block .modal-cart-main,
  .modal-sizeguide-block .modal-cart-main,
  .modal-quickview-block .modal-cart-main,
  .modal-order-details-block .modal-cart-main,
  .modal-cart-block .modal-cart-main,
  .modal-wishlist-block .modal-cart-main,
  .modal-search-block .modal-cart-main,
  .modal-review-block .modal-cart-main {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.modal-message .modal-search-main,
.modal-video-block .modal-search-main,
.modal-sizeguide-block .modal-search-main,
.modal-quickview-block .modal-search-main,
.modal-order-details-block .modal-search-main,
.modal-cart-block .modal-search-main,
.modal-wishlist-block .modal-search-main,
.modal-search-block .modal-search-main,
.modal-review-block .modal-search-main {
  position: absolute;
  width: 1062px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.modal-message .modal-search-main.open,
.modal-video-block .modal-search-main.open,
.modal-sizeguide-block .modal-search-main.open,
.modal-quickview-block .modal-search-main.open,
.modal-order-details-block .modal-search-main.open,
.modal-cart-block .modal-search-main.open,
.modal-wishlist-block .modal-search-main.open,
.modal-search-block .modal-search-main.open,
.modal-review-block .modal-search-main.open {
  opacity: 1;
  visibility: visible;
}
.modal-message .modal-search-main .list-product .product-item .list-action,
.modal-video-block .modal-search-main .list-product .product-item .list-action,
.modal-sizeguide-block .modal-search-main .list-product .product-item .list-action,
.modal-quickview-block .modal-search-main .list-product .product-item .list-action,
.modal-order-details-block .modal-search-main .list-product .product-item .list-action,
.modal-cart-block .modal-search-main .list-product .product-item .list-action,
.modal-wishlist-block .modal-search-main .list-product .product-item .list-action,
.modal-search-block .modal-search-main .list-product .product-item .list-action,
.modal-review-block .modal-search-main .list-product .product-item .list-action {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  transform: translateY(120px);
}
.modal-message .modal-search-main .list-product .product-item .list-action > div,
.modal-video-block .modal-search-main .list-product .product-item .list-action > div,
.modal-sizeguide-block .modal-search-main .list-product .product-item .list-action > div,
.modal-quickview-block .modal-search-main .list-product .product-item .list-action > div,
.modal-order-details-block .modal-search-main .list-product .product-item .list-action > div,
.modal-cart-block .modal-search-main .list-product .product-item .list-action > div,
.modal-wishlist-block .modal-search-main .list-product .product-item .list-action > div,
.modal-search-block .modal-search-main .list-product .product-item .list-action > div,
.modal-review-block .modal-search-main .list-product .product-item .list-action > div {
  width: 100%;
}
@media (max-width: 639.98px) {
  .modal-message .modal-search-main,
  .modal-video-block .modal-search-main,
  .modal-sizeguide-block .modal-search-main,
  .modal-quickview-block .modal-search-main,
  .modal-order-details-block .modal-search-main,
  .modal-cart-block .modal-search-main,
  .modal-wishlist-block .modal-search-main,
  .modal-search-block .modal-search-main,
  .modal-review-block .modal-search-main {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
.modal-message .modal-review-main,
.modal-video-block .modal-review-main,
.modal-sizeguide-block .modal-review-main,
.modal-quickview-block .modal-review-main,
.modal-order-details-block .modal-review-main,
.modal-cart-block .modal-review-main,
.modal-wishlist-block .modal-review-main,
.modal-search-block .modal-review-main,
.modal-review-block .modal-review-main {
  position: absolute;
  width: 744px;
  max-width: calc(100% - 32px);
  min-height: 558px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.modal-message .modal-review-main.open,
.modal-video-block .modal-review-main.open,
.modal-sizeguide-block .modal-review-main.open,
.modal-quickview-block .modal-review-main.open,
.modal-order-details-block .modal-review-main.open,
.modal-cart-block .modal-review-main.open,
.modal-wishlist-block .modal-review-main.open,
.modal-search-block .modal-review-main.open,
.modal-review-block .modal-review-main.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 639.98px) {
  .modal-message .modal-review-main,
  .modal-video-block .modal-review-main,
  .modal-sizeguide-block .modal-review-main,
  .modal-quickview-block .modal-review-main,
  .modal-order-details-block .modal-review-main,
  .modal-cart-block .modal-review-main,
  .modal-wishlist-block .modal-review-main,
  .modal-search-block .modal-review-main,
  .modal-review-block .modal-review-main {
    min-height: 628px;
    width: 380px;
    max-width: calc(100% - 5px);
  }
}
.modal-message .modal-sizeguide-main,
.modal-video-block .modal-sizeguide-main,
.modal-sizeguide-block .modal-sizeguide-main,
.modal-quickview-block .modal-sizeguide-main,
.modal-order-details-block .modal-sizeguide-main,
.modal-cart-block .modal-sizeguide-main,
.modal-wishlist-block .modal-sizeguide-main,
.modal-search-block .modal-sizeguide-main,
.modal-review-block .modal-sizeguide-main {
  position: absolute;
  width: 1075px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.modal-message .modal-sizeguide-main.open,
.modal-video-block .modal-sizeguide-main.open,
.modal-sizeguide-block .modal-sizeguide-main.open,
.modal-quickview-block .modal-sizeguide-main.open,
.modal-order-details-block .modal-sizeguide-main.open,
.modal-cart-block .modal-sizeguide-main.open,
.modal-wishlist-block .modal-sizeguide-main.open,
.modal-search-block .modal-sizeguide-main.open,
.modal-review-block .modal-sizeguide-main.open {
  opacity: 1;
  visibility: visible;
}
.modal-message .modal-sizeguide-main .progress .rc-slider-track,
.modal-message .modal-sizeguide-main .progress .rc-slider-rail,
.modal-video-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-video-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-quickview-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-quickview-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-order-details-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-order-details-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-cart-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-cart-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-search-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-search-block .modal-sizeguide-main .progress .rc-slider-rail,
.modal-review-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-review-block .modal-sizeguide-main .progress .rc-slider-rail {
  height: 8px;
}
.modal-message .modal-sizeguide-main .progress .rc-slider-handle,
.modal-video-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-quickview-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-order-details-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-cart-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-search-block .modal-sizeguide-main .progress .rc-slider-handle,
.modal-review-block .modal-sizeguide-main .progress .rc-slider-handle {
  margin-top: -7px;
  width: 20px;
  height: 20px;
}
.modal-message .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-video-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-quickview-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-order-details-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-cart-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-search-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1,
.modal-review-block .modal-sizeguide-main .progress .rc-slider-handle.rc-slider-handle-1 {
  display: none;
  pointer-events: none;
}
.modal-message .modal-sizeguide-main table,
.modal-video-block .modal-sizeguide-main table,
.modal-sizeguide-block .modal-sizeguide-main table,
.modal-quickview-block .modal-sizeguide-main table,
.modal-order-details-block .modal-sizeguide-main table,
.modal-cart-block .modal-sizeguide-main table,
.modal-wishlist-block .modal-sizeguide-main table,
.modal-search-block .modal-sizeguide-main table,
.modal-review-block .modal-sizeguide-main table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.modal-message .modal-sizeguide-main table td,
.modal-message .modal-sizeguide-main table th,
.modal-video-block .modal-sizeguide-main table td,
.modal-video-block .modal-sizeguide-main table th,
.modal-sizeguide-block .modal-sizeguide-main table td,
.modal-sizeguide-block .modal-sizeguide-main table th,
.modal-quickview-block .modal-sizeguide-main table td,
.modal-quickview-block .modal-sizeguide-main table th,
.modal-order-details-block .modal-sizeguide-main table td,
.modal-order-details-block .modal-sizeguide-main table th,
.modal-cart-block .modal-sizeguide-main table td,
.modal-cart-block .modal-sizeguide-main table th,
.modal-wishlist-block .modal-sizeguide-main table td,
.modal-wishlist-block .modal-sizeguide-main table th,
.modal-search-block .modal-sizeguide-main table td,
.modal-search-block .modal-sizeguide-main table th,
.modal-review-block .modal-sizeguide-main table td,
.modal-review-block .modal-sizeguide-main table th {
  border: 1px solid #d6d6d6;
  text-align: left;
  padding: 8px;
  text-align: center;
}
.modal-message .modal-sizeguide-main table tr:nth-child(even),
.modal-video-block .modal-sizeguide-main table tr:nth-child(even),
.modal-sizeguide-block .modal-sizeguide-main table tr:nth-child(even),
.modal-quickview-block .modal-sizeguide-main table tr:nth-child(even),
.modal-order-details-block .modal-sizeguide-main table tr:nth-child(even),
.modal-cart-block .modal-sizeguide-main table tr:nth-child(even),
.modal-wishlist-block .modal-sizeguide-main table tr:nth-child(even),
.modal-search-block .modal-sizeguide-main table tr:nth-child(even),
.modal-review-block .modal-sizeguide-main table tr:nth-child(even) {
  background-color: #eeeeee;
}
@media (max-width: 1200px) {
  .modal-message .modal-sizeguide-main,
  .modal-video-block .modal-sizeguide-main,
  .modal-sizeguide-block .modal-sizeguide-main,
  .modal-quickview-block .modal-sizeguide-main,
  .modal-order-details-block .modal-sizeguide-main,
  .modal-cart-block .modal-sizeguide-main,
  .modal-wishlist-block .modal-sizeguide-main,
  .modal-search-block .modal-sizeguide-main,
  .modal-review-block .modal-sizeguide-main {
    width: calc(100vw - 120px);
  }
}
@media (max-width: 640px) {
  .modal-message .modal-sizeguide-main,
  .modal-video-block .modal-sizeguide-main,
  .modal-sizeguide-block .modal-sizeguide-main,
  .modal-quickview-block .modal-sizeguide-main,
  .modal-order-details-block .modal-sizeguide-main,
  .modal-cart-block .modal-sizeguide-main,
  .modal-wishlist-block .modal-sizeguide-main,
  .modal-search-block .modal-sizeguide-main,
  .modal-review-block .modal-sizeguide-main {
    width: calc(100vw - 40px);
  }
  .modal-message .modal-sizeguide-main .progress .rc-slider-track,
  .modal-message .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-video-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-video-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-quickview-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-quickview-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-order-details-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-order-details-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-cart-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-cart-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-search-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-search-block .modal-sizeguide-main .progress .rc-slider-rail,
  .modal-review-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-review-block .modal-sizeguide-main .progress .rc-slider-rail {
    height: 6px;
  }
  .modal-message .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-video-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-sizeguide-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-quickview-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-order-details-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-cart-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-wishlist-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-search-block .modal-sizeguide-main .progress .rc-slider-handle,
  .modal-review-block .modal-sizeguide-main .progress .rc-slider-handle {
    margin-top: -5px;
    width: 16px;
    height: 16px;
  }
}
.modal-message .modal-video-main,
.modal-video-block .modal-video-main,
.modal-sizeguide-block .modal-video-main,
.modal-quickview-block .modal-video-main,
.modal-order-details-block .modal-video-main,
.modal-cart-block .modal-video-main,
.modal-wishlist-block .modal-video-main,
.modal-search-block .modal-video-main,
.modal-review-block .modal-video-main {
  position: absolute;
  width: 1075px;
  height: 605px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.modal-message .modal-video-main.open,
.modal-video-block .modal-video-main.open,
.modal-sizeguide-block .modal-video-main.open,
.modal-quickview-block .modal-video-main.open,
.modal-order-details-block .modal-video-main.open,
.modal-cart-block .modal-video-main.open,
.modal-wishlist-block .modal-video-main.open,
.modal-search-block .modal-video-main.open,
.modal-review-block .modal-video-main.open {
  opacity: 1;
  visibility: visible;
}
.modal-message .modal-video-main iframe,
.modal-video-block .modal-video-main iframe,
.modal-sizeguide-block .modal-video-main iframe,
.modal-quickview-block .modal-video-main iframe,
.modal-order-details-block .modal-video-main iframe,
.modal-cart-block .modal-video-main iframe,
.modal-wishlist-block .modal-video-main iframe,
.modal-search-block .modal-video-main iframe,
.modal-review-block .modal-video-main iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .modal-message .modal-video-main,
  .modal-video-block .modal-video-main,
  .modal-sizeguide-block .modal-video-main,
  .modal-quickview-block .modal-video-main,
  .modal-order-details-block .modal-video-main,
  .modal-cart-block .modal-video-main,
  .modal-wishlist-block .modal-video-main,
  .modal-search-block .modal-video-main,
  .modal-review-block .modal-video-main {
    width: calc(100vw - 120px);
    height: 70vh;
  }
}
@media (max-width: 640px) {
  .modal-message .modal-video-main,
  .modal-video-block .modal-video-main,
  .modal-sizeguide-block .modal-video-main,
  .modal-quickview-block .modal-video-main,
  .modal-order-details-block .modal-video-main,
  .modal-cart-block .modal-video-main,
  .modal-wishlist-block .modal-video-main,
  .modal-search-block .modal-video-main,
  .modal-review-block .modal-video-main {
    height: 30vh;
    width: calc(100vw - 40px);
  }
}

.modal-message {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
}

.modal-quickview-block {
  z-index: 103;
}

.modal-wishlist-block {
  z-index: 104;
}

.modal-cart-block {
  z-index: 104;
  background-color: transparent;
}
.modal-cart-block .modal-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-order-details-block {
  z-index: 104;
  background-color: transparent;
}
.modal-order-details-block .modal-order-details-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-sizeguide-block {
  z-index: 104;
}

.modal-compare-block {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.modal-compare-block:has(.modal-compare-main.open) {
  opacity: 1;
  visibility: visible;
}
.modal-compare-block .modal-compare-main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transform: translateY(100%);
  transition: all ease 0.5s;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
}
.modal-compare-block .modal-compare-main.open {
  transform: translateY(0);
}
.modal-compare-block .modal-compare-main .remove-compare-btn:hover svg {
  color: var(--black);
}
.modal-compare-block .modal-compare-main .list-product .infor > div:last-child {
  padding-right: 16px;
}
@media (max-width: 1290px) {
  .modal-compare-block .modal-compare-main .list-product {
    max-width: calc(100% - 105px - 238px);
    overflow: unset;
    overflow-x: auto;
    padding-top: 24px;
    margin-top: -24px;
  }
}
@media (max-width: 767.98px) {
  .modal-compare-block .modal-compare-main {
    height: 320px;
  }
  .modal-compare-block .modal-compare-main .list-product {
    max-width: 100%;
    overflow: unset;
    overflow-x: auto;
    padding-top: 24px;
    margin-top: -24px;
  }
}

/* top nav header (top panel over the header) */
.top-nav .choose-type {
  cursor: pointer;
}
.top-nav .choose-type .list-option {
  position: absolute;
  top: 100%;
  left: -16px;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 102;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.top-nav .choose-type .list-option::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--white);
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  top: -5px;
  z-index: -1;
}
.top-nav .choose-type .list-option li {
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.3s;
}
.top-nav .choose-type .list-option li:hover {
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
}
.top-nav .choose-type .list-option.open {
  transform: translateY(10px);
  opacity: 1;
  visibility: visible;
}
.top-nav.style-two select.bg-primary-color {
  background-color: var(--blue);
}

/* menu header (the header main block) */
.header-menu {
  position: relative;
  z-index: 101;
  transition: all ease 0.5s;
}
.header-menu.fixed {
  position: fixed;
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  top: 0;
  animation: animateHeader ease 0.5s;
}
.header-menu.fixed.style-watch {
  background-color: var(--primary-20);
}
.header-menu.fixed.style-marketplace {
  background-color: #263587;
}

@keyframes animateHeader {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* menu header (the main header categories navigation, dropdowns) */
.header-main .menu-main .dropdown-1 > ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 72px;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .header-main .menu-main .dropdown-1 > ul {
    gap: 12px;
  }
}
.header-main .menu-main .dropdown-1 > ul > li {
  height: 100%;
  position: relative;
}
.header-main .menu-main .dropdown-1 > ul > li:hover .dropdown-2 {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.header-main .menu-main .dropdown-1 > ul > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--Blue-100, #002C59);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
}
.header-main .menu-main .dropdown-1 > ul > li > a i {
  font-size: 24px;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .header-main .menu-main .dropdown-1 > ul > li > a i {
    font-size: 16px;
  }
}
.header-main .menu-main .dropdown-2 {
  min-width: 164px;
  padding: 12px 16px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(100% - 1px);
  left: -16px;
  background-color: var(--white);
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--grayscale-20);
  border-top: 0;
}
.header-main .menu-main .dropdown-2 > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-main .menu-main .dropdown-2 > ul > li > a {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  color: var(--primary-80);
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: 0.3s ease;
}
.header-main .menu-main .dropdown-2 > ul > li > a:hover {
  color: var(--primary-100);
}

/* menu-mobile */
#menu-mobile {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  width: 0;
  z-index: 600;
}
#menu-mobile .heading,
#menu-mobile .form-search {
  transition: all ease 0.4s;
  opacity: 0;
}
#menu-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  width: 100%;
}
#menu-mobile.open .heading,
#menu-mobile.open .form-search {
  opacity: 1;
}
#menu-mobile .dropdown-1 > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#menu-mobile .dropdown-1 > ul > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Blue-100, #002C59);
  font-family: Geologica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
#menu-mobile .dropdown-1 > ul > li > a.open i {
  transform: rotate(180deg);
}
#menu-mobile .dropdown-1 > ul > li > a i {
  transition: all 0.3s ease;
  font-size: 24px;
}
#menu-mobile .dropdown-2 {
  display: none;
}
#menu-mobile .dropdown-2 > ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
#menu-mobile .dropdown-2 > ul > li > a {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  color: var(--primary-80);
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

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

/* menu-department */
.menu-department-block .sub-menu-department,
.menu-department-block .sub-menu-category,
.category-block .sub-menu-department,
.category-block .sub-menu-category {
  transition: all ease 0.5s;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  border-color: transparent;
}
.menu-department-block .sub-menu-department.open,
.menu-department-block .sub-menu-category.open,
.category-block .sub-menu-department.open,
.category-block .sub-menu-category.open {
  max-height: 500px;
  padding: 16px 20px;
  border-color: var(--gray-30);
}
.menu-department-block .sub-menu-department .item a,
.menu-department-block .sub-menu-category .item a,
.category-block .sub-menu-department .item a,
.category-block .sub-menu-category .item a {
  position: relative;
}
.menu-department-block .sub-menu-department .item a::before,
.menu-department-block .sub-menu-category .item a::before,
.category-block .sub-menu-department .item a::before,
.category-block .sub-menu-category .item a::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-100);
  transition: all ease 0.3s;
}
.menu-department-block .sub-menu-department .item a:hover::before,
.menu-department-block .sub-menu-category .item a:hover::before,
.category-block .sub-menu-department .item a:hover::before,
.category-block .sub-menu-category .item a:hover::before {
  width: 100%;
}

#header.style-nine .sub-menu-department {
  background-color: var(----green-50);
  height: 480px;
}

.style-marketplace.sub-menu-department {
  background-color: var(--white) !important;
  height: 460px !important;
}
.style-marketplace.sub-menu-department.open {
  padding: 5px 24px;
}
.style-marketplace.sub-menu-department .item {
  position: relative;
}
.style-marketplace.sub-menu-department .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-100);
  transition: all ease 0.3s;
}
.style-marketplace.sub-menu-department .item:hover::before {
  width: 100%;
}
.style-marketplace.sub-menu-department .item:last-child::before {
  display: none;
}

#header.style-pet .menu-department-block .sub-menu-department {
  padding: 0;
}
#header.style-pet .menu-department-block .sub-menu-department.open {
  padding: 0;
  max-height: 600px;
}
#header.style-pet .menu-department-block .sub-menu-department .item a {
  transition: all ease 0.3s;
}
#header.style-pet .menu-department-block .sub-menu-department .item a::before {
  display: none;
}
#header.style-pet .menu-department-block .sub-menu-department .item a:hover {
  background-color: var(--gray-30);
}

/* Banner top */
.banner-top {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 103px;
  background-color: var(--primary-10);
  z-index: 10;
}
@media (max-width: 767px) {
  .banner-top {
    top: 72px;
  }
}
.banner-top .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-top .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.banner-top .swiper-container .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0 20px;
}

.mobile-menu-contacts a {
  color: var(--dark-brown);
  font-size: 14px;
  line-height: 21px;
}
.mobile-menu-contacts a:before {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}

.mobile-menu-socials svg {
  width: 24px;
  height: 24px;
}
.mobile-menu-socials svg path {
  fill: var(--dark-brown);
}

/* slider */
.swiper-slide .sub-img img {
  transition: all ease 0.5s;
}
.swiper-slide .slider-item {
  transition: all ease 0.5s;
  overflow: hidden;
}
.swiper-slide.swiper-slide-active .slider-item {
  opacity: 1;
}
.swiper-slide.swiper-slide-active .slider-item .text-content .text-button-uppercase,
.swiper-slide.swiper-slide-active .slider-item .text-content .text-sub-display {
  animation: animateX 0.8s ease;
}
.swiper-slide.swiper-slide-active .slider-item .text-content .heading1,
.swiper-slide.swiper-slide-active .slider-item .text-content .heading2,
.swiper-slide.swiper-slide-active .slider-item .text-content .text-display {
  animation: animateX 1s ease;
}
.swiper-slide.swiper-slide-active .slider-item .text-content .button-main {
  animation: animateX 1.2s ease;
}
.swiper-slide.swiper-slide-active .sub-img img {
  animation: ScaleImg 0.8s ease;
}

.style-two .swiper-slide-active .slider-item .text-content .text-button-uppercase,
.style-two .swiper-slide-active .slider-item .text-content .text-sub-display {
  animation: animateY 0.6s ease;
}
.style-two .swiper-slide-active .slider-item .text-content .heading1,
.style-two .swiper-slide-active .slider-item .text-content .heading2,
.style-two .swiper-slide-active .slider-item .text-content .text-display {
  animation: animateY 1s ease;
}
.style-two .swiper-slide-active .slider-item .text-content .body1 {
  animation: animateY 1.3s ease;
}
.style-two .swiper-slide-active .slider-item .text-content .button-main {
  animation: animateY 1.5s ease;
}

.style-five .swiper-slide-active .slider-item .text-content .text-sub-display {
  animation: animateReverseX 0.6s ease;
}
.style-five .swiper-slide-active .slider-item .text-content .heading1,
.style-five .swiper-slide-active .slider-item .text-content .text-display {
  animation: animateReverseX 0.8s ease;
}
.style-five .swiper-slide-active .slider-item .text-content .button-main {
  animation: animateReverseX 1s ease;
}

@keyframes opacityAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ScaleImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animateX {
  0% {
    opacity: 0;
    transform: translateX(-160px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animateReverseX {
  0% {
    opacity: 0;
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animateY {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider-toys-kid .slick-list {
  overflow: unset;
  padding: 0 !important;
  margin-left: -16px;
  margin-right: -16px;
  height: 100%;
  cursor: grab;
}
.slider-toys-kid .slick-list .slick-track {
  display: flex !important;
  height: 100%;
}
.slider-toys-kid .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding: 0 16px;
  outline: none !important;
  border: none !important;
  display: flex;
}
.slider-toys-kid .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.slider-toys-kid .slick-list .slick-track .slick-slide > div .slider-item {
  display: flex !important;
  outline: none !important;
  border: none !important;
}
.slider-toys-kid .slick-dots {
  bottom: 15px;
}
.slider-toys-kid .slick-dots li {
  transition: all ease 0.5s;
}
.slider-toys-kid .slick-dots li button {
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 4px;
  transition: all ease 0.5s;
  width: 16px;
  height: 16px;
  position: relative;
}
.slider-toys-kid .slick-dots li button::before {
  font-size: 8px;
  line-height: 16px;
  width: 8px;
  height: 8px;
  opacity: 1 !important;
  color: transparent !important;
  border: 1px solid var(--black);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.slider-toys-kid .slick-dots li.slick-active button {
  border-color: var(--black);
}
.slider-toys-kid .slick-dots li.slick-active button::before {
  background-color: var(--primary-100);
}

.style-marketplace .button-main:hover {
  background-color: var(--primary-20);
  color: var(--black);
}

@media (min-width: 768px) {
  .slider-block.style-nine .slider-main {
    width: calc(100% - 212px);
  }
  .slider-block.style-marketplace .slider-main {
    width: calc(100% - 240px);
  }
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  right: 0 !important;
  background-color: var(--white) !important;
  border-radius: 1000px !important;
  width: 4px !important;
}

.swiper-scrollbar-drag {
  background-color: #E7E7E7 !important;
  border-radius: 1000px !important;
}

.list-instagram .swiper-slide {
  width: 172px !important;
}
@media (min-width: 768px) {
  .list-instagram .swiper-slide {
    width: 240px !important;
  }
}

.horizontal-scroll-slider {
  padding-right: 12px !important;
}

.slider-block .sub-img {
  width: 100%;
  aspect-ratio: 760/568;
}

.js--slider-categories:not(.swiper-initialized) .swiper-wrapper,
#js--list-testimonial-1:not(.swiper-initialized) .swiper-wrapper,
.js--blog-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  overflow: hidden;
}
.js--slider-categories:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
#js--list-testimonial-1:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
.js--blog-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media (min-width: 640px) {
  .js--slider-categories:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
  #js--list-testimonial-1:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
  .js--blog-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .js--slider-categories:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
  #js--list-testimonial-1:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
  .js--blog-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 32%;
  }
}

.list-testimonial .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: hidden;
}
.list-testimonial .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media (min-width: 1024px) {
  .list-testimonial .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px);
  }
}

.swiper-list-product:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  overflow: hidden;
}
.swiper-list-product:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media (min-width: 640px) {
  .swiper-list-product:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .swiper-list-product:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 23.2%;
  }
}

.list-instagram .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 8px;
}
@media (min-width: 1024px) {
  .list-instagram .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}

@media (max-width: 1023px) {
  .js--slider-features:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .js--slider-features:not(.slick-initialized) > div {
    min-width: 100%;
  }
}

/* Product Item */
.product-item {
  display: block;
  animation: showProduct 0.4s linear;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body:not(.is-touch-device) .product-item .product-thumb .list-action-right {
    transform: translateX(80px);
    transition: all ease 0.4s;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  body:not(.is-touch-device) .product-item:hover .product-thumb .list-action-right {
    transform: translateX(0);
  }
}
.product-item .tag-action {
  white-space: nowrap;
  position: absolute;
  right: calc(100% + 10px);
  z-index: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
  box-shadow: 0px 5px 13px rgba(80, 80, 80, 0.5);
  pointer-events: none;
}
.product-item .tag-action::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--primary-90);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -3px;
  z-index: -1;
}
.product-item .compare-btn:hover,
.product-item .add-wishlist-btn:hover,
.product-item .quick-view-btn:hover,
.product-item .add-cart-btn:hover,
.product-item .quick-view-btn-list:hover {
  cursor: pointer;
}
.product-item.style-2 .list-action-icon, .product-item.style-5 .list-action-icon {
  display: none !important;
}
.product-item.style-2 .tag-action, .product-item.style-5 .tag-action {
  right: unset;
  bottom: calc(100% + 12px);
  transform: translateY(-10px);
}
.product-item.style-2 .tag-action::before, .product-item.style-5 .tag-action::before {
  background-color: var(--primary-90);
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  right: unset;
  z-index: -1;
}
@media (max-width: 1024px) {
  .product-item.style-2 .product-thumb .list-action .quick-view-btn,
  .product-item.style-2 .product-thumb .list-action .add-cart-btn, .product-item.style-5 .product-thumb .list-action .quick-view-btn,
  .product-item.style-5 .product-thumb .list-action .add-cart-btn {
    border-radius: 100px;
  }
}
@media (max-width: 1024px) {
  .product-item.style-4 .product-thumb .list-action-right {
    transform: translateX(0);
  }
}
.product-item .compare-btn .checked-icon {
  display: none;
  animation: scaleAnimate 0.5s ease;
}
.product-item .compare-btn.active .compare-icon {
  display: none;
}
.product-item .compare-btn.active .checked-icon {
  display: block;
}
.product-item .compare-btn.active svg,
.product-item .compare-btn.active i {
  color: #3DAB25;
}
@media (min-width: 1024px) {
  .product-item .product-thumb .list-action {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all ease 0.4s;
  }
}
.product-item .product-thumb .list-action .quick-shop-block {
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.product-item .product-thumb .list-action .quick-shop-block.open {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .product-item .product-thumb .list-action .quick-shop-block {
    display: none;
  }
}
@media (max-width: 1024px) {
  .product-item .product-thumb .list-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 12px;
  }
  .product-item .product-thumb .list-action .quick-view-btn,
  .product-item .product-thumb .list-action .add-cart-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }
}
.product-item .product-thumb .countdown-time-block,
.product-item .product-thumb .marquee-sale-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: all 0.4s ease;
}
.product-item .product-thumb .countdown-time-block {
  background: rgba(255, 255, 255, 0.7);
}
.product-item .product-thumb .marquee-sale-block .swiper-wrapper {
  transition-timing-function: linear;
}
.product-item .product-thumb .marquee-sale-block .swiper-slide {
  width: fit-content !important;
}
.product-item.grid-type:nth-child(2n):hover .product-thumb .product-img img {
  transform: rotate(5deg);
}
.product-item.grid-type:nth-child(2n+1):hover .product-thumb .product-img img {
  transform: scale(1.05);
}
.product-item.list-type .product-thumb .list-action:has(.quick-shop-block.open) {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.product-item.list-type .product-thumb .list-action .quick-shop-block .button-main {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.product-item.list-type .product-thumb:hover .product-img img {
  transform: scale(1.05);
}
.product-item.list-type .product-thumb:hover .product-img img:first-child {
  opacity: 0;
}
.product-item.list-type .product-thumb:hover .product-img img:last-child {
  opacity: 1;
  visibility: visible;
}
.product-item .product-main .product-infor {
  position: relative;
}
.product-item .product-main .product-infor .list-color,
.product-item .product-main .product-infor .list-color-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.product-item.style-2 .list-size-blur, .product-item.style-4 .list-size-blur {
  border-radius: 0px 0px 8px 8px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(4px);
  transform: translateY(40px);
  transition: transform ease 0.3s;
}
.product-item:hover.style-2 .list-size-blur, .product-item:hover.style-4 .list-size-blur {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .product-item:hover.style-5 .product-main .product-infor .add-cart-btn,
  .product-item:hover.style-5 .product-main .product-infor .quick-shop-btn {
    transform: translateY(28px);
  }
}
@media (max-width: 1024px) {
  .product-item.style-5 .product-thumb .list-action .quick-shop-block {
    display: block;
  }
  .product-item.style-5 .product-thumb .list-action .quick-shop-block .add-cart-btn {
    width: 100%;
    white-space: nowrap;
  }
}
.product-item.style-marketplace {
  overflow: hidden;
}
.product-item.style-marketplace .add-wishlist-btn,
.product-item.style-marketplace .quick-view-btn,
.product-item.style-marketplace .add-cart-btn,
.product-item.style-marketplace .compare-btn {
  transform: translateX(50px);
}
.product-item.style-marketplace:hover .list-action .add-wishlist-btn,
.product-item.style-marketplace:hover .list-action .quick-view-btn,
.product-item.style-marketplace:hover .list-action .add-cart-btn,
.product-item.style-marketplace:hover .list-action .compare-btn {
  transform: translateX(0);
}
.product-item.style-marketplace:hover .list-action .compare-btn {
  transition: all 0.3s ease, transform 0.3s ease 0.06s;
}
.product-item.style-marketplace:hover .list-action .quick-view-btn {
  transition: all 0.3s ease, transform 0.3s ease 0.12s;
}
.product-item.style-marketplace:hover .list-action .add-cart-btn {
  transition: all 0.3s ease, transform 0.3s ease 0.18s;
}

.add-cart-btn .icon:before {
  color: var(--primary-90);
}

.add-wishlist-btn .icon-heart-filled {
  display: none;
}
.add-wishlist-btn.active .icon-heart {
  display: none;
}
.add-wishlist-btn:not(.active):hover .icon-heart {
  display: none !important;
}
.add-wishlist-btn:not(.active):hover .icon-heart-filled {
  display: block !important;
  color: var(--primary-40);
}

.list-color .color-item,
.list-color-image .color-item {
  border: 2px solid transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}
.list-color .color-item.border,
.list-color-image .color-item.border {
  border-width: 1px;
}
.list-color .color-item.border-extra-light-gray,
.list-color-image .color-item.border-extra-light-gray {
  border-color: var(--gray-30);
}
.list-color .color-item.active, .list-color .color-item:hover,
.list-color-image .color-item.active,
.list-color-image .color-item:hover {
  border-color: var(--black);
}
.list-color .color-item .tag-action,
.list-color-image .color-item .tag-action {
  position: absolute;
  right: unset;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  transition: all ease 0.5s;
}
.list-color .color-item .tag-action::before,
.list-color-image .color-item .tag-action::before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  height: 14px;
  width: 14px;
  z-index: -1;
  background-color: var(--primary-90);
}
.list-color .color-item:hover .tag-action,
.list-color-image .color-item:hover .tag-action {
  opacity: 1;
}

.style-watch .product-thumb {
  background: rgba(255, 255, 255, 0.2);
}

.list-size .size-item,
.list-size-block .size-item {
  transition: all ease 0.3s;
  cursor: pointer;
}
.list-size .size-item:hover,
.list-size-block .size-item:hover {
  border-color: var(--black);
}
.list-size .size-item.active,
.list-size-block .size-item.active {
  border-color: var(--black);
  background-color: var(--primary-90);
  color: var(--white);
}

.show-product-sold .product-item .product-main .product-infor .list-color,
.show-product-sold .product-item .product-main .product-infor .list-color-image {
  top: 52px;
}

.hide-color .product-item .product-main .product-infor .list-color,
.hide-color .product-item .product-main .product-infor .list-color-image {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hide-color .product-item .product-main .product-infor .product-name {
  opacity: 1;
  visibility: visible;
}
.hide-color .product-item .product-main .product-infor .product-price-block {
  transform: none;
}

.list-collection .icon-button i:before {
  color: var(--primary-90);
}
.list-collection .icon-button:hover {
  background-color: var(--extra-light-gray);
}
.list-collection .icon-button:hover i:before {
  color: var(--primary-90);
}
@media (min-width: 1024px) {
  .list-collection .icon-button:hover i:before {
    color: var(--white);
  }
}
.product-item .product-name {
  word-break: break-word;
}

.hide-product-sold .product-item .product-sold {
  display: none;
}

/* Style Lookbook Cosmetic */
@media (min-width: 1024px) {
  .lookbook-block.cos1 .list-product .product-item:last-child {
    display: none;
  }
}
.tab-features-block.style-watch .product-name,
.tab-features-block.style-watch .product-price {
  color: var(--white);
}
.tab-features-block.style-watch .section-swiper-navigation .swiper-button-prev:hover,
.tab-features-block.style-watch .section-swiper-navigation .swiper-button-next:hover {
  background-color: var(--primary-20);
  color: var(--black);
}

@media (max-width: 1279.98px) {
  .tab-features-block.style-marketplace .list-product .product-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  .tab-features-block.style-marketplace .list-product .product-item:nth-child(4) {
    display: none;
  }
}

.bg-primary-color .style-watch .color-item.bg-primary-color {
  border-color: var(--gray-30);
}
.bg-primary-color .style-watch .color-item:hover {
  border-color: var(--gray-30);
}
.bg-primary-color .style-watch .list-size .size-item:hover {
  border-color: var(--gray-30);
}
.bg-primary-color .style-watch .tag-action.bg-primary-color {
  background-color: var(--white);
  color: var(--black);
}
.bg-primary-color .style-watch .tag-action.bg-primary-color::before {
  background-color: var(--white);
}

/* Product Detail */
.quantity-block .disabled {
  color: var(--gray-30);
  cursor: default;
  pointer-events: none;
}

.product-detail .popup-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all ease 0.4s;
}
.product-detail .popup-img img {
  width: auto;
  height: 100vh;
  margin: 0 auto;
}
.product-detail .popup-img.open {
  opacity: 1;
  visibility: visible;
}
.product-detail .popup-img .close-popup-btn i:before {
  color: var(--white);
}
.product-detail .popup-img .swiper-button-next,
.product-detail .popup-img .swiper-button-prev {
  right: 32px;
}
.product-detail .popup-img .swiper-button-next::after,
.product-detail .popup-img .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .product-detail .popup-img .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-detail .popup-img .swiper-button-prev {
    left: 6px;
  }
  .product-detail .popup-img .swiper-button-next {
    right: 6px;
  }
  .product-detail .popup-img img {
    width: 80vw;
    height: auto;
  }
}
.product-detail .desc-tab .desc-block .tab-item svg {
  transition: all ease 0.3s;
}
.product-detail .desc-tab .desc-block .tab-item.active svg {
  transform: rotate(180deg);
}
.product-detail .desc-tab .desc-block .desc-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s;
  height: 0;
  position: absolute;
  transform: scaleY(0);
}
.product-detail .desc-tab .desc-block .desc-item table {
  background-color: var(--extra-light-gray);
  width: 100%;
  padding: 16px;
  border-collapse: unset;
}
@media (min-width: 640px) {
  .product-detail .desc-tab .desc-block .desc-item table {
    padding: 24px;
  }
}
.product-detail .desc-tab .desc-block .desc-item table thead th {
  font-size: 16px;
  color: var(--black);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-20);
  text-align: left;
}
@media (min-width: 640px) {
  .product-detail .desc-tab .desc-block .desc-item table thead th {
    font-size: 18px;
  }
}
.product-detail .desc-tab .desc-block .desc-item table thead th:not(:first-child) {
  text-align: right;
}
@media (max-width: 639.8px) {
  .product-detail .desc-tab .desc-block .desc-item table thead th:not(:first-child) {
    font-size: 14px;
  }
}
.product-detail .desc-tab .desc-block .desc-item table tbody tr td {
  color: var(--black);
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-20);
  padding-top: 12px;
  font-size: 16px;
  font-weight: 600;
}
.product-detail .desc-tab .desc-block .desc-item table tbody tr td:not(:first-child) {
  color: var(--gray-90);
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.product-detail .desc-tab .desc-block .desc-item table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.product-detail .desc-tab .desc-block .desc-item.open {
  position: unset;
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: scaleY(1);
}
.product-detail .desc-tab .desc-block .icon-minus {
  display: none;
}
.product-detail .desc-tab .desc-block:has([data-btn].active) .icon-minus {
  display: block;
}
.product-detail .desc-tab .desc-block:has([data-btn].active) .icon-plus {
  display: none;
}
.product-detail .top-overview .rating.black-start .rate svg path {
  fill: var(--black);
}
.product-detail.sale .featured-product .mySwiper .swiper-wrapper {
  position: relative;
  flex-direction: row;
  left: unset;
  top: unset;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .product-detail.style-grouped .list-img .mySwiper2, .product-detail.style-grouped .list-img .mySwiper4 {
    margin-left: 134px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .product-detail.style-grouped .list-img .mySwiper2, .product-detail.style-grouped .list-img .mySwiper4 {
    margin-left: 165px;
  }
}
@media (min-width: 640px) {
  .product-detail.style-grouped .list-img .mySwiper .swiper-wrapper, .product-detail.style-grouped .list-img .mySwiper3 .swiper-wrapper {
    top: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .product-detail.style-grouped .product-infor {
    padding-top: 0;
  }
}
.product-detail.out-of-stock .product-infor.style-out-of-stock .color-item,
.product-detail.out-of-stock .product-infor.style-out-of-stock .size-item {
  filter: grayscale(0.9);
  overflow: hidden;
  border: none;
  cursor: default;
  pointer-events: none;
}
.product-detail.out-of-stock .product-infor.style-out-of-stock .color-item::before, .product-detail.out-of-stock .product-infor.style-out-of-stock .color-item::after,
.product-detail.out-of-stock .product-infor.style-out-of-stock .size-item::before,
.product-detail.out-of-stock .product-infor.style-out-of-stock .size-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150%;
  height: 150%;
}
.product-detail.out-of-stock .product-infor.style-out-of-stock .color-item::before,
.product-detail.out-of-stock .product-infor.style-out-of-stock .size-item::before {
  left: 0;
  border-right: 2px dashed var(--gray-30);
  transform: rotate(45deg) translateX(-70%);
}
.product-detail.out-of-stock .product-infor.style-out-of-stock .color-item::after,
.product-detail.out-of-stock .product-infor.style-out-of-stock .size-item::after {
  right: 0;
  border-left: 2px dashed var(--gray-30);
  transform: rotate(-45deg) translateX(70%);
}
.product-detail.out-of-stock .product-infor.style-out-of-stock .button-main {
  background-color: var(----green-50) !important;
  color: var(--secondary2) !important;
  cursor: default;
}
@media (min-width: 768px) {
  .product-detail.fixed-price .list-img .list .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .product-detail.fixed-price .list-img .list .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media not all and (min-width: 768px) {
  .product-detail.fixed-price .list-img .list .max-md\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
}
.product-detail.sidebar .featured-product.underwear .mySwiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.product-detail.sidebar .featured-product.underwear .mySwiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .product-detail .list-product .product-main .list-action-right {
    top: 16px;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .product-detail .list-product .product-main .add-wishlist-btn {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .product-detail .list-product .product-main .add-wishlist-btn i {
    font-size: 20px;
  }
}

.review-block .rating .icon-star:before {
  color: var(--yellow);
}
.review-block .list-review .icon-star:before {
  color: var(--yellow);
}

.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.sticky:before,
.sticky:after {
  content: "";
  display: table;
}

.style-discount .breadcrumb-product .main {
  background: linear-gradient(87deg, #F9F1F0 4.3%, #FAF7F1 95.7%);
  background-color: unset;
}

@keyframes scaleAnimate {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showProduct {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-slide:nth-child(2n) .product-item:hover .product-thumb .product-img img {
  transform: scale(1.05);
}
.swiper-slide:nth-child(2n+1) .product-item:hover .product-thumb .product-img img {
  transform: scale(1.05);
}

.modal-search-main .list-action-right {
  top: 16px;
  right: 16px;
}

/* blog-item */
.blog-item:hover .blog-thumb img {
  transform: translateZ(0) scale(1.07);
}

.blog .list-blog .blog-item .blog-thumb {
  aspect-ratio: 3/2;
}
.blog .list-blog .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-tags .tags.active {
  background-color: var(--primary-100);
  color: var(--white) !important;
}

.article__descr {
  color: var(--primary-100);
  font-family: var(--font-jost), sans-serif;
}
.article__descr .mb-0 {
  margin-bottom: 0 !important;
}
.article__descr strong, .article__descr b {
  font-weight: 500;
}
.article__descr hr {
  margin-bottom: 24px;
}
.article__descr h1, .article__descr h2, .article__descr h3, .article__descr h4, .article__descr h5, .article__descr h6 {
  font-family: var(--font-geologica), sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
}
.article__descr p, .article__descr ul, .article__descr ol {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.article__descr p img, .article__descr ul img, .article__descr ol img {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  border-radius: 16px;
}
.article__descr li {
  padding-left: 24px;
  position: relative;
}
.article__descr li:before {
  content: "•";
  position: absolute;
  left: 9px;
  top: 0;
}

/* Shop page */
/* Style Sidebar */
.sidebar {
  display: block;
}
@media (max-width: 1023.98px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.3s ease;
    background-color: var(--white);
    padding: 0 !important;
    z-index: 101;
  }
  .sidebar .container {
    max-height: calc(100% - 95px);
    overflow-y: auto;
  }
  .sidebar .container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    height: fit-content;
    position: sticky;
    top: 88px;
  }
}
.sidebar.open {
  transform: translateX(0);
}
@media (max-width: 991px) {
  .sidebar .container {
    max-width: 100% !important;
  }
}
@media (max-width: 1023.98px) {
  .sidebar .container {
    padding: 16px;
  }
}

.choose-layout .item {
  transition: all ease 0.4s;
}
.choose-layout .item:hover {
  border-color: var(--black);
}
.choose-layout .item.active {
  background-color: var(--primary-100);
  border-color: var(--black);
}
.choose-layout .item.active > div > span {
  background-color: var(--white);
}

.check-sale input {
  display: none;
}
.check-sale label {
  padding-left: 28px;
  position: relative;
}
.check-sale label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray-30);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-sale input[type=checkbox]:checked + label::before {
  content: "✔";
  border-color: var(--black);
}

.list-type .item:not(:nth-child(1)),
.list-type .brand-item:not(:nth-child(1)),
.list-brand .item:not(:nth-child(1)),
.list-brand .brand-item:not(:nth-child(1)) {
  margin-top: 12px;
}
.list-type .item.active .text-gray-90,
.list-type .item.active .text-gray-30, .list-type .item:hover .text-gray-90,
.list-type .item:hover .text-gray-30,
.list-type .brand-item.active .text-gray-90,
.list-type .brand-item.active .text-gray-30,
.list-type .brand-item:hover .text-gray-90,
.list-type .brand-item:hover .text-gray-30,
.list-brand .item.active .text-gray-90,
.list-brand .item.active .text-gray-30,
.list-brand .item:hover .text-gray-90,
.list-brand .item:hover .text-gray-30,
.list-brand .brand-item.active .text-gray-90,
.list-brand .brand-item.active .text-gray-30,
.list-brand .brand-item:hover .text-gray-90,
.list-brand .brand-item:hover .text-gray-30 {
  transition: all ease 0.3s;
  color: var(--black);
}

.filter-price .tow-bar-block {
  position: relative;
  background: #ECECEC;
  height: 5px;
}

.filter-price .tow-bar-block .progress {
  position: absolute;
  height: 5px;
  background: var(--black);
  left: 0;
  right: 0%;
}

.filter-price .range-input {
  position: relative;
}

.filter-price .range-input input {
  position: absolute;
  top: -5px;
  height: 5px;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  pointer-events: none;
  appearance: none;
}

.filter-price .range-input input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  pointer-events: auto;
  -webkit-appearance: none;
  background: var(--black);
}

.filter-price .price-block {
  margin-top: 12px;
}

.filter-price .price-block span:first-child {
  color: #9FA09C;
}

.filter-price .price-block .min-price {
  margin-left: 4px;
}

.filter-price .price-block .gap {
  margin: 0 4px;
}

.list-pagination button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--gray-30);
  transition: all ease 0.4s;
}
.list-pagination button:hover, .list-pagination button.active {
  background-color: var(--primary-100);
  color: var(--white);
}
.list-pagination button.disabled {
  display: none;
}
@media (max-width: 767.99px) {
  .list-pagination button {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 24px;
  }
}

.shop-square .product-item .product-thumb .product-img {
  aspect-ratio: 1/1;
}

.list-product-block:has(.active.five-col) .list-product .product-item .product-thumb .list-action {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.list-product-block:has(.active.five-col) .list-product .product-item .product-thumb .list-action .button-main {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.list-product-block .list-filtered .list .item {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all ease 0.3s;
}
.list-product-block .list-filtered .list .item:hover {
  border-color: var(--semantic-red);
}
.list-product-block .list-filtered .list .item:hover span,
.list-product-block .list-filtered .list .item:hover i {
  color: var(--semantic-red);
  transition: 0.3s;
}
.list-product-block .list-filtered .clear-btn {
  display: none;
}
.list-product-block .list-filtered:has(.list) {
  margin-top: 16px;
}
.list-product-block .list-filtered:has(.list) .clear-btn {
  display: block;
}

@media (min-width: 1280px) {
  .shop-product.breadcrumb1:has(.sidebar) .list-product {
    min-height: calc(100% - 180px);
  }
}

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

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

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

@media (min-width: 1024px) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
/* Faqs page */
.faqs-block .tab-question {
  display: none;
}
.faqs-block .tab-question.active {
  display: flex;
}
.faqs-block .tab-question .question-item {
  transition: all 0.3s ease;
  background: var(--white);
  border: 1px solid var(--white);
}
.faqs-block .tab-question .question-item .content {
  transition: all ease-in-out 0.6s;
  max-height: 0;
}
.faqs-block .tab-question .question-item .content::-webkit-scrollbar {
  transition-delay: 0.6s;
  opacity: 0;
}
.faqs-block .tab-question .question-item .question-item__open {
  display: block;
}
.faqs-block .tab-question .question-item .question-item__close {
  display: none;
}
@media (min-width: 1024px) {
  .faqs-block .tab-question .question-item:hover {
    border-color: var(--primary-10);
  }
}
.faqs-block .tab-question .question-item.open {
  background-color: var(--primary-10);
  border-color: var(--primary-10);
}
.faqs-block .tab-question .question-item.open .question-item__icon {
  background-color: var(--primary-100);
  color: var(--white);
}
.faqs-block .tab-question .question-item.open .question-item__open {
  display: none;
}
.faqs-block .tab-question .question-item.open .question-item__close {
  display: block;
}
.faqs-block .tab-question .question-item.open .content {
  max-height: 250px;
}

/* Cart page */
.cart-block .tow-bar-block {
  height: 10px;
  background-color: transparent;
  position: relative;
}
.cart-block .tow-bar-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  border-radius: 100px;
  background: var(--white);
  box-shadow: 0 4px 35px 0 rgba(62, 62, 63, 0.03);
}
.cart-block .tow-bar-block .progress-line {
  position: absolute;
  left: 0;
  height: 10px;
  background-color: var(--primary-80);
  border-radius: 100px;
  z-index: 1;
}
.cart-block .quantity-block svg {
  cursor: pointer;
}
.cart-block .quantity-block svg.disabled {
  color: var(--gray-90);
  pointer-events: none;
}
.cart-block .list-voucher .item {
  transition: all ease 0.3s;
}
.cart-block .list-voucher .item .top {
  position: relative;
}
.cart-block .list-voucher .item .top::before, .cart-block .list-voucher .item .top::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--white);
  border-right: 1px solid var(--gray-30);
  border-radius: 50%;
  left: -11px;
  bottom: -8px;
}
.cart-block .list-voucher .item .top::after {
  left: unset;
  right: -11px;
  border-right: none;
  border-left: 1px solid var(--gray-30);
}
.cart-block .list-voucher .item.bg-primary-color {
  border-color: var(--primary-20);
}
.cart-block .list-voucher .item.bg-primary-color .border-extra-light-gray {
  border-color: var(--white);
}
.cart-block .list-voucher .item.bg-primary-color .button-main {
  background-color: var(----green-50);
  color: var(--black);
}
.cart-block .list-voucher .item.bg-primary-color .top::before, .cart-block .list-voucher .item.bg-primary-color .top::after {
  border-color: var(--primary-20);
}

.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;
}

/* Checkout page */
.checkout-block .login .right i {
  transition: all linear 0.4s;
}
.checkout-block .login .right i.up {
  transform: rotate(180deg);
}
.checkout-block .form-login-block {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all linear 0.4s;
}
.checkout-block .form-login-block.open {
  opacity: 1;
  visibility: visible;
  max-height: 250px;
  margin-top: 16px;
}
.checkout-block .payment-block .list-payment .type {
  transition: all linear 0.4s;
}
.checkout-block .payment-block .list-payment .type .infor {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all linear 0.4s;
}
.checkout-block .payment-block .list-payment .type .infor .row > div {
  position: relative;
}
.checkout-block .payment-block .list-payment .type .infor .bg-img {
  position: absolute;
  bottom: 16px;
  right: 32px;
}
.checkout-block .payment-block .list-payment .type.open {
  background-color: #EFF0F3;
}
.checkout-block .payment-block .list-payment .type.open .infor {
  opacity: 1;
  visibility: visible;
  max-height: 450px;
}
.checkout-block .deli_type .item:has(input:checked) {
  background: linear-gradient(238deg, #FAF8F1 0%, #F6F3EF 99.66%);
  border-color: var(--black);
}

/*** 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;
  }
}

/* Scroll to top */
.scroll-to-top-btn {
  background-color: var(--primary-100);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  right: 30px;
  transition: all ease 0.3s;
  box-shadow: 0px 5px 25px rgba(58, 64, 67, 0.2);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 100;
}
.scroll-to-top-btn i {
  transition: all ease 0.3s;
}
.scroll-to-top-btn i:before {
  color: var(--white);
}
.scroll-to-top-btn:hover {
  background-color: var(--primary-20);
}
.scroll-to-top-btn:hover i:before {
  color: var(--white);
}
.scroll-to-top-btn.active {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 639.98px) {
  .scroll-to-top-btn.active {
    bottom: 100px;
  }
}

.block-input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid var(--grayscale-40);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block-input.checkbox {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: none;
}
.block-input.checkbox .check-icon {
  font-family: icomoon, sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-input.checkbox .check-icon:before {
  content: "\e93c";
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: var(--primary-80);
  transition: all 0.3s ease;
}
.block-input.checkbox:hover .check-icon:before {
  color: var(--primary-100);
}
.block-input.checkbox input:checked + .check-icon:before {
  content: "\e93d";
  color: var(--primary-100);
}
.block-input.checkbox.light.checkbox .check-icon:before {
  color: var(--white);
}
.block-input.checkbox.light.checkbox:hover .check-icon:before {
  color: var(--white);
}
.block-input.checkbox.light.checkbox input:checked + .check-icon:before {
  color: var(--white);
}
.block-input.radio {
  width: 24px;
  height: 24px;
  border: none;
}
.block-input.radio .check-icon {
  font-family: icomoon, sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-input.radio .check-icon i {
  display: none;
}
.block-input.radio .check-icon:before {
  content: "\e94d";
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-80);
  transition: all 0.3s ease;
}
.block-input.radio:hover .check-icon:before {
  color: var(--primary-100);
}
.block-input.radio input:checked + .check-icon:before {
  content: "\e94c";
  color: var(--primary-90);
}
.block-input input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.filter-block-link {
  color: var(--primary-80);
}
.filter-block-link .label {
  color: inherit;
}
.filter-block-link .check-icon:before {
  color: inherit;
}
.filter-block-link.active {
  color: var(--primary-100);
}
.filter-block-link.active .check-icon:before {
  content: "\e93d";
  color: inherit;
}

.radio-label {
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-brown);
  font-weight: 400;
  padding-left: 8px;
}

.label {
  color: var(--grayscale-100);
  padding-left: 8px;
  cursor: pointer;
}

.checkbox-group {
  cursor: pointer;
}
.checkbox-group:has(input:checked) .label {
  color: var(--primary-100);
}
.checkbox-group.error .block-input {
  border: 1px solid var(--semantic-red);
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}
.input-wrapper .input-label {
  font-family: Inter, sans-serif;
  color: var(--primary-100);
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  padding-left: 24px;
}
.input-wrapper .input {
  height: 52px;
  border: 1.5px solid var(--grayscale-20);
  transition: all 0.3s ease;
  border-radius: 26px;
  color: var(--primary-90);
  outline: none;
  background: var(--white);
  padding: 12px 16px 12px 24px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.input-wrapper .input.coupon-input {
  padding-right: 130px !important;
  background-color: var(--white);
  border: 1.5px solid var(--grayscale-20);
}
.input-wrapper .input[readonly] {
  pointer-events: none;
}
.input-wrapper .input.input-search {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--grayscale-30);
}
.input-wrapper .input.input-date::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.input-wrapper .input.big-input {
  height: 96px;
}
.input-wrapper .input.password-input {
  padding-right: 58px !important;
}
.input-wrapper .input::placeholder {
  color: var(--grayscale-30);
}
.input-wrapper:has(.input:active, .input:focus, .input:focus-visible) .input {
  border: 1.5px solid var(--primary-90);
}
.input-wrapper.disabled, .input-wrapper:has(.input:disabled) {
  pointer-events: none;
}
.input-wrapper.disabled .input-label, .input-wrapper:has(.input:disabled) .input-label {
  color: var(--gray-30);
}
.input-wrapper.disabled .input, .input-wrapper:has(.input:disabled) .input {
  color: var(--gray-30);
}
.input-wrapper.error .input {
  border: 1px solid var(--semantic-red);
}
.input-wrapper.error .select2-container .select2-selection--single {
  border-color: var(--semantic-red);
}
.input-wrapper.error .block-input.checkbox {
  border: 1px solid var(--semantic-red);
}
.input-wrapper .error-message {
  color: var(--semantic-red);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  width: 100%;
  padding-left: 24px;
}
.input-wrapper .toggle-password {
  position: absolute;
  right: 16px;
  top: 23px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-wrapper .toggle-password .icon:before {
  font-size: 24px;
}
.input-wrapper .toggle-password .icon-eye {
  color: var(--grayscale-40);
}
.input-wrapper .toggle-password.show-password .icon-eye {
  color: var(--primary-100);
}
.input-wrapper textarea.input {
  border-radius: 16px;
}

.input-wrapper .select2-selection {
  transition: none !important;
}
.input-wrapper .select2-container .select2-selection--single {
  border-radius: 26px;
  border: 1.5px solid var(--grayscale-20);
  background: var(--white);
}
.input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--primary-90);
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.input-wrapper .select2-container.select2-container--open .select2-selection--single {
  border-color: var(--primary-100);
}

.select2-container .select2-search--dropdown::before {
  content: "\e947";
}

.phone-input-group {
  display: flex;
  width: 100%;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary-90);
}
.phone-input-group .input {
  width: 100%;
}
.phone-input-group .phone-code-container {
  width: 93px;
  transition: all 0.3s ease;
  border: none;
  background: var(--white);
}
.phone-input-group .phone-code-container .select2-container {
  width: 100% !important;
}
.phone-input-group:not(:has(.select2)) .phone-code-container {
  border: 1.5px solid var(--grayscale-20);
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-right-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error .phone-input-group:not(:has(.select2)) .phone-code-container {
  border: 1.5px solid var(--semantic-red);
  border-right-color: transparent;
}
.phone-input-group:not(:has(.select2)) .phone-code-container select {
  position: relative;
  background-color: var(--white);
  padding: 11px 23px;
  border-radius: 27px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.phone-input-group .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 !important;
  padding-left: 8px !important;
}
.phone-input-group .phone-input-container {
  flex: 1;
}
.phone-input-group .select2-container .select2-selection--single {
  border: 1.5px solid var(--grayscale-20);
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 !important;
  transition-property: border-color;
}
.phone-input-group .select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
}
.phone-input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}
.phone-input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
}
.phone-input-group:has(.input:focus, .input:active, .input:focus-visible) .input {
  border-color: var(--primary-90);
}
.phone-input-group:has(.input:focus, .input:active, .input:focus-visible) .select2-container .select2-selection--single {
  border-color: var(--primary-90);
}
.phone-input-group:has(.select2-container--open) .input {
  border-color: var(--primary-90);
}
.phone-input-group:has(.select2-container--open) .select2-container.select2-container--below .select2-selection--single {
  border-top-color: var(--primary-90);
  border-left-color: var(--primary-90);
}
.phone-input-group:has(.select2-container--open) .select2-container.select2-container--above .select2-selection--single {
  border-bottom-color: var(--primary-90);
  border-left-color: var(--primary-90);
}
.phone-input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary-90);
}

body .select2-dropdown {
  background-color: var(--white);
  border: 1.5px solid var(--primary-90);
  border-radius: 26px;
}

.filter-dropdown:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--grayscale-20);
}
.filter-dropdown .filter-dropdown-content {
  max-height: 0;
  overflow: hidden;
}
.filter-dropdown .icon-plus {
  display: block;
}
.filter-dropdown .icon-minus {
  display: none;
}
.filter-dropdown.open .filter-dropdown-content {
  max-height: fit-content;
}
.filter-dropdown.open .icon-plus {
  display: none;
}
.filter-dropdown.open .icon-minus {
  display: block;
}

.filter-link {
  color: var(--grayscale-100);
  transition: all 0.3s ease;
}
.filter-link:hover, .filter-link.active {
  color: var(--primary-100);
}

.dropdown {
  visibility: hidden;
  opacity: 0;
  z-index: -5;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 243px;
  padding: 24px;
  border: 1.5px solid var(--gray-20);
  background-color: var(--white);
}
.choose-language .dropdown {
  width: 100%;
  top: 79%;
  padding: 12px;
  left: -12px;
}
.menu-dropdown .dropdown {
  width: 200px;
  top: 100%;
  right: -35%;
  overflow: hidden;
}
.menu-dropdown .dropdown .dropdown-item .icon-chevron-down {
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .menu-dropdown .dropdown {
    position: static;
    width: 100%;
    border: 0;
    max-height: 0;
    transition: none;
  }
}
body:not(.is-touch-device) .dropdown-container:hover .dropdown, .dropdown.open {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.choose-language body:not(.is-touch-device) .dropdown-container:hover .dropdown, .choose-language .dropdown.open {
  z-index: 115;
}
@media (max-width: 1023.98px) {
  .menu-dropdown body:not(.is-touch-device) .dropdown-container:hover .dropdown, .menu-dropdown .dropdown.open {
    max-height: fit-content;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    z-index: 115;
    position: static;
  }
}
body:not(.is-touch-device) .dropdown-container:hover .dropdown .icon-chevron-down, .dropdown.open .icon-chevron-down {
  transform: rotate(180deg);
}
body:not(.is-touch-device) .dropdown-container.choose-language:hover .dropdown {
  z-index: 115;
}
.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray-80);
  font-size: 16px;
  cursor: pointer;
}
.dropdown-item:hover {
  color: var(--black);
}
.dropdown-item .icon {
  display: none;
}
.dropdown-item.active {
  color: var(--black);
}
.dropdown-item.active .icon {
  display: block;
}
.dropdown-button .icon-chevron-down {
  transition: all 0.3s ease;
}
.dropdown-button.open .icon-chevron-up {
  transform: rotate(180deg);
}

body:not(.is-touch-device) .dropdown-container:hover .icon-chevron-down {
  transform: rotate(180deg);
}
#menu-mobile body:not(.is-touch-device) .dropdown-container:hover .menu-dropdown {
  position: static;
  width: 100%;
  padding: 0;
  border: 0;
  max-height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
#menu-mobile body:not(.is-touch-device) .dropdown-container:hover .icon-chevron-down {
  transform: rotate(0deg);
}

#menu-mobile .choose-language .dropdown {
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: static;
  padding: 0;
  border: none;
  z-index: 5;
}
#menu-mobile .choose-language .dropdown .dropdown-item .icon {
  display: none !important;
}
#menu-mobile .choose-language .dropdown-button {
  display: none;
}
#menu-mobile .choose-language .dropdown > div {
  flex-direction: row;
}

.dropdown-button.open .icon-chevron-down {
  transform: rotate(180deg) !important;
}

.mobile-filters {
  display: none;
}
.mobile-filters.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  padding: 24px 0;
  z-index: 101;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .mobile-filters {
    display: none;
  }
}

.mobile-sort {
  display: none;
}
.mobile-sort.open {
  display: block;
}
.mobile-sort.open .mobile-sort__content {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  padding: 24px 0 20px;
  z-index: 102;
  border-radius: 16px 16px 0 0;
}
.mobile-sort.open .mobile-sort__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 101;
  background: var(--black);
}
@media (min-width: 1024px) {
  .mobile-sort {
    display: none;
  }
}

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

a:hover {
  text-decoration: none !important;
}

.text-display {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}
.slider-block .text-display {
  font-size: 52px;
}

.formated-text {
  color: var(--primary-90);
  font-family: var(--font-jost), sans-serif;
}
.formated-text .mb-0 {
  margin-bottom: 0 !important;
}
.formated-text strong, .formated-text b {
  font-weight: 500;
}
.formated-text hr {
  margin-bottom: 24px;
}
.formated-text h1, .formated-text h2, .formated-text h3, .formated-text h4, .formated-text h5, .formated-text h6 {
  font-family: var(--font-geologica), sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
  color: var(--primary-100);
}
@media (min-width: 1200px) {
  .formated-text h1, .formated-text h2, .formated-text h3, .formated-text h4, .formated-text h5, .formated-text h6 {
    font-size: 24px;
    line-height: 29px;
  }
}
.formated-text p, .formated-text ul, .formated-text ol {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.formated-text p:last-child, .formated-text ul:last-child, .formated-text ol:last-child {
  margin-bottom: 0;
}
.formated-text p img, .formated-text ul img, .formated-text ol img {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  border-radius: 16px;
}
.formated-text li {
  padding-left: 24px;
  position: relative;
}
.formated-text li:before {
  content: "•";
  position: absolute;
  left: 9px;
  top: 0;
}

.review-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.review-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

/* Category active */
.menu-tab {
  position: relative;
}
.menu-tab .tab-item {
  white-space: nowrap;
  cursor: pointer;
}
.menu-tab .tab-item.active {
  color: var(--primary-100);
}
.menu-tab .tab-item:hover {
  color: var(--primary-100);
}
.menu-tab .category-tab-item .icon {
  color: var(--primary-100);
}
@media (min-width: 1024px) {
  .menu-tab .category-tab-item .icon {
    display: none;
  }
}
@media (min-width: 1024px) {
  .menu-tab .category-tab-item.active {
    background: var(--grayscale-10);
  }
  .menu-tab .category-tab-item.active .icon {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .menu-tab {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }
}
.menu-tab.style-pet .tab-item.active {
  color: var(--white);
}

.tab-features-block.style-underwear .menu-tab .tab-item.active {
  background-color: var(--primary-100);
  color: var(--white);
}
.tab-features-block.style-watch .menu-tab .tab-item.active {
  background: var(--surface1);
  color: var(--white);
}

/* Video tutorial block */
.video-tutorial-block .list-category {
  overflow: hidden;
}
.video-tutorial-block .list-category .category-tab-item {
  position: relative;
  transform: translateX(-36px);
  transition: all ease 0.4s;
}
.video-tutorial-block .list-category .category-tab-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(--primary-20);
  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%;
}

/* 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(--primary-100);
  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);
}

/* Tab features block */
.tab-features-block .section-swiper-navigation .swiper-button-prev,
.tab-features-block .section-swiper-navigation .swiper-button-next {
  width: 44px;
  height: 44px;
}

.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(--primary-100);
  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-primary-color .swiper-button-prev,
.banner-top.bg-primary-color .swiper-button-next {
  background-color: var(--primary-20);
  color: var(--black);
}

.tab-features-block .banner:hover .heading4 {
  text-decoration: underline;
}
.tab-features-block .banner:hover img {
  transform: scale(1.05);
}

/* Before after */
.image-comparison {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0091df;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}

/* Testimonial */
.testimonial-block .list-avatar .bg-img {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity ease 1s;
}
.testimonial-block .list-avatar .bg-img img {
  position: absolute;
  height: 0;
}
.testimonial-block .list-avatar .bg-img.active {
  opacity: 1;
  visibility: visible;
}
.testimonial-block .list-avatar .bg-img.active img {
  position: relative;
  height: auto;
}

.video-tutorial-block .list-video .bg-video {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity ease 1s;
  position: absolute;
  top: 0;
}
.video-tutorial-block .list-video .bg-video .bg-img {
  position: absolute;
  height: 0;
}
.video-tutorial-block .list-video .bg-video.active {
  opacity: 1;
  visibility: visible;
}
.video-tutorial-block .list-video .bg-video.active .bg-img {
  position: relative;
  height: 100%;
}
@media (max-width: 640px) {
  .video-tutorial-block .list-video .bg-video {
    position: relative;
  }
}
.video-tutorial-block .button-main.play-btn:hover svg path {
  fill: var(--black);
}

.testimonial-block.style-six .list-avatar .bg-img {
  height: 0;
}
.testimonial-block.style-six .list-avatar .bg-img img {
  height: 0;
}
.testimonial-block.style-six .list-avatar .bg-img.active {
  height: calc(100% - 40px);
}
.testimonial-block.style-six .list-avatar .bg-img.active img {
  height: 100%;
}

.featured-product.toys-kid .left .bg-img {
  height: 0;
  opacity: 0;
  transition: 0.5s;
}
.featured-product.toys-kid .left .bg-img img {
  height: 0;
}
.featured-product.toys-kid .left .bg-img.active {
  height: 100%;
  opacity: 1;
}
.featured-product.toys-kid .left .bg-img.active img {
  height: 100%;
}

.list-testimonial.dots-mt40 .slick-dots {
  bottom: -60px;
}
@media (max-width: 767.98px) {
  .list-testimonial.dots-mt40 .slick-dots {
    bottom: -50px;
  }
}
.list-testimonial.list-testimonial-yoga .slick-list {
  margin-left: -16px;
  margin-right: -16px;
}
.list-testimonial.list-testimonial-yoga .slick-list .slick-track {
  display: flex !important;
  cursor: grab;
}
.list-testimonial.list-testimonial-yoga .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding-left: 16px;
  padding-right: 16px;
}
.list-testimonial.list-testimonial-yoga .slick-list .slick-track .slick-slide > div {
  height: 100% !important;
}
.list-testimonial.list-testimonial-yoga .slick-dots li {
  transition: all ease 0.5s;
}
.list-testimonial.list-testimonial-yoga .slick-dots li button {
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 4px;
  transition: all ease 0.5s;
  width: 16px;
  height: 16px;
  position: relative;
}
.list-testimonial.list-testimonial-yoga .slick-dots li button::before {
  font-size: 8px;
  line-height: 16px;
  width: 8px;
  height: 8px;
  opacity: 1;
  color: transparent;
  border: 1px solid var(--black);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.list-testimonial.list-testimonial-yoga .slick-dots li.slick-active button {
  border-color: var(--black);
}
.list-testimonial.list-testimonial-yoga .slick-dots li.slick-active button::before {
  background-color: var(--primary);
}

.customer-feedbacks .testimonial-item .testimonial-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(----green-50);
}

/*** Instagram ***/
.list-instagram .icon {
  opacity: 0;
  visibility: hidden;
}
.list-instagram .icon:hover .icon-instagram {
  color: var(--white);
}
.list-instagram .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition: all ease 0.5s;
}
.list-instagram .item:hover::before {
  opacity: 1;
}
.list-instagram .item:hover > img {
  transform: translateZ(0) scale(1.04);
}
.list-instagram .item:hover .icon {
  opacity: 1;
  visibility: visible;
}

/* Benefit watch */
.bg-primary-color .style-watch .benefit-block .benefit-item i {
  color: var(--primary-20);
}
.bg-primary-color .style-watch .benefit-block .benefit-item .heading6 {
  color: var(--white);
}
.bg-primary-color .style-watch .benefit-block .benefit-item .text-gray-90 {
  color: var(--gray-30);
}

/*** Newsletter ***/
.newsletter-block.bg-primary-color .text-white,
.newsletter-block.bg-transparent .text-white {
  color: var(--black);
}

.newsletter-block.bg-primary-color .button-main,
.newsletter-block.bg-transparent .button-main {
  background-color: var(--primary-100);
  color: var(--white);
}

/* Feature product */
/* best-sale-prd */
.best-sale-prd .product-infor .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  position: relative;
}

/* Popular product */
.popular-product .dots:hover span,
.lookbook .dots:hover span {
  background-color: var(--primary-20);
}
.popular-product .item .product-infor,
.lookbook .item .product-infor {
  position: absolute;
  width: max-content;
  top: 47px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
}
.popular-product .item .product-infor::before,
.lookbook .item .product-infor::before {
  content: "";
  position: absolute;
  background-color: var(--white);
  width: 24px;
  height: 24px;
  top: 0px;
  left: calc(50% - 4px);
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}
.popular-product .item .dots.bottom-dot .product-infor::before,
.lookbook .item .dots.bottom-dot .product-infor::before {
  top: unset;
  bottom: -20px;
}
.popular-product .dots.bottom-dot .product-infor,
.lookbook .dots.bottom-dot .product-infor {
  transform: translate(-50%, -10px);
  bottom: calc(100% + 20px);
  top: unset;
}
.popular-product .dots:hover .product-infor,
.lookbook .dots:hover .product-infor {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.featured-product.underwear .list-img,
.featured-product.cosmetic .list-img {
  position: relative;
}
.featured-product.underwear .mySwiper, .featured-product.underwear .mySwiper3,
.featured-product.cosmetic .mySwiper,
.featured-product.cosmetic .mySwiper3 {
  position: unset;
  cursor: pointer;
}
.featured-product.underwear .mySwiper .swiper-wrapper, .featured-product.underwear .mySwiper3 .swiper-wrapper,
.featured-product.cosmetic .mySwiper .swiper-wrapper,
.featured-product.cosmetic .mySwiper3 .swiper-wrapper {
  position: relative;
  flex-direction: row;
  left: unset;
  top: unset;
  gap: 8px;
}
@media (min-width: 640px) {
  .featured-product.underwear .mySwiper .swiper-wrapper, .featured-product.underwear .mySwiper3 .swiper-wrapper,
  .featured-product.cosmetic .mySwiper .swiper-wrapper,
  .featured-product.cosmetic .mySwiper3 .swiper-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    flex-direction: column;
    gap: 16px;
    width: fit-content;
    height: 100%;
    overflow: auto;
  }
  .featured-product.underwear .mySwiper .swiper-wrapper::-webkit-scrollbar, .featured-product.underwear .mySwiper3 .swiper-wrapper::-webkit-scrollbar,
  .featured-product.cosmetic .mySwiper .swiper-wrapper::-webkit-scrollbar,
  .featured-product.cosmetic .mySwiper3 .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .featured-product.underwear .mySwiper .swiper-wrapper, .featured-product.underwear .mySwiper3 .swiper-wrapper,
  .featured-product.cosmetic .mySwiper .swiper-wrapper,
  .featured-product.cosmetic .mySwiper3 .swiper-wrapper {
    gap: 16px;
  }
}
.featured-product.underwear .mySwiper .swiper-wrapper .swiper-slide, .featured-product.underwear .mySwiper3 .swiper-wrapper .swiper-slide,
.featured-product.cosmetic .mySwiper .swiper-wrapper .swiper-slide,
.featured-product.cosmetic .mySwiper3 .swiper-wrapper .swiper-slide {
  max-width: 149px;
  overflow: hidden;
  opacity: 0.5;
  background-color: var(--extra-light-gray);
  padding: 0;
  position: relative;
}
.featured-product.underwear .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, .featured-product.underwear .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.featured-product.cosmetic .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.featured-product.cosmetic .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.featured-product.underwear .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after, .featured-product.underwear .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after,
.featured-product.cosmetic .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after,
.featured-product.cosmetic .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px var(--gray-30);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .featured-product.underwear .mySwiper .swiper-wrapper .swiper-slide, .featured-product.underwear .mySwiper3 .swiper-wrapper .swiper-slide,
  .featured-product.cosmetic .mySwiper .swiper-wrapper .swiper-slide,
  .featured-product.cosmetic .mySwiper3 .swiper-wrapper .swiper-slide {
    max-width: 118px;
  }
}
.featured-product.underwear .quantity-block .disabled,
.featured-product.cosmetic .quantity-block .disabled {
  color: var(--gray-30);
  opacity: 0.8;
  cursor: default;
}

.size-guide {
  cursor: pointer;
}

.best-sale-prd .quantity-block .disabled {
  color: var(--gray-30);
  opacity: 0.8;
  cursor: default;
}

@media (max-width: 640px) {
  .popular-product.watch .list-feature-right .icon svg {
    width: 18px;
  }
}

.featured-product.style-watch .list-action .choose-size .size-item {
  background-color: var(--primary-100);
  color: var(--white);
}
.featured-product.style-watch .list-action .choose-size .size-item.active {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.featured-product.style-watch .button-block .button-main:hover {
  background-color: var(--primary-20);
  color: var(--black);
}

.section-subscribe form {
  max-width: 714px;
}

.section-subscribe-content {
  color: #FFF;
  background-image: url("/themes/default/assets/images/decor/subscr-desktop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .section-subscribe-content {
    background-image: url("/themes/default/assets/images/decor/subscr-tablet.svg");
    min-height: 320px;
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .section-subscribe-content {
    background-image: url("/themes/default/assets/images/decor/subscr-mob.svg");
    min-height: 390px;
  }
}

.section-subscribe-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 714px;
}
