@charset "UTF-8";
/********* Table of contents *********/
/*** custom-swiper ***/
/****** Slider - Swiper Pagination ***/
/****** Swiper Navigation ***/
/****** Swiper Scrollbar ***/
/*** Main color ***/
/*** Reset ***/
/*** Main class used in Anvogue ***/
/*** Modal ***/
/*** top nav header ***/
/*** menu header ***/
/*** menu-mobile ***/
/*** menu-department ***/
/*** Banner top ***/
/*** slider ***/
/*** footer ***/
/*** Product Item ***/
/****** Style Lookbook Cosmetic ***/
/*** Product Detail ***/
/*** blog-item ***/
/*** Shop page ***/
/*** Faqs page ***/
/*** Cart page ***/
/*** Checkout page ***/
/*** Compare page ***/
/*** Scroll to top ***/
/*** Category active ***/
/*** Video tutorial block ***/
/*** Text has line before ***/
/*** Collection ***/
/*** Tab features block ***/
/*** Banner ***/
/*** Before after ***/
/*** Testimonial ***/
/*** Instagram ***/
/*** Benefit watch ***/
/*** Newsletter ***/
/*** Feature product ***/
/* custom-swiper */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
.swiper.overflow-unset {
  overflow: unset;
}

.swiper.pb-4 {
  padding-bottom: 16px;
}

.swiper.pb-6 {
  padding-bottom: 24px;
}

/* Slider - Swiper Pagination */
.swiper {
  cursor: grab;
  user-select: none;
}

.swiper-slide {
  height: unset !important;
}

.slider-main .swiper-pagination-fraction,
.slider-main .swiper-pagination-custom,
.slider-main .swiper-horizontal > .swiper-pagination-bullets,
.slider-main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  background: transparent;
  border: 1px solid var(--gray-30);
  opacity: 1 !important;
  transition: all ease 0.5s;
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  transition: all ease 0.5s;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .swiper-pagination .swiper-pagination-bullet::before {
    padding: 6px;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--gray-30);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--gray-30);
}

.swiper.dots-white .swiper-pagination .swiper-pagination-bullet,
.swiper.dots-white .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--white);
}

.swiper.dots-white .swiper-pagination-bullet-active {
  background: var(--white);
}

.pagination-mt40 .swiper-pagination-fraction,
.pagination-mt40 .swiper-pagination-custom,
.pagination-mt40 .swiper-horizontal > .swiper-pagination-bullets,
.pagination-mt40 .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  padding-top: 40px;
}

.list-testimonial.section-swiper-navigation .swiper {
  padding-bottom: 84px;
}

@media (max-width: 767.99px) {
  .list-testimonial.section-swiper-navigation .swiper {
    padding-bottom: 60px;
  }
}
/* Swiper Navigation */
.section-swiper-navigation .swiper-button-prev,
.section-swiper-navigation .swiper-button-next,
.section-swiper-navigation .swiper-button-prev2,
.section-swiper-navigation .swiper-button-next2 {
  color: var(--black);
  background-color: var(--white);
  width: 60px;
  height: 60px;
  font-weight: 600;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.swiper-button-prev2,
.swiper-button-next2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.section-swiper-navigation .swiper-button-prev::after,
.section-swiper-navigation .swiper-button-prev2::after {
  font-size: 24px;
  padding-right: 2px;
}

.section-swiper-navigation .swiper-button-next::after,
.section-swiper-navigation .swiper-button-next2::after {
  font-size: 24px;
  padding-left: 2px;
}

.section-swiper-navigation .swiper-button-prev:hover,
.section-swiper-navigation .swiper-button-next:hover,
.section-swiper-navigation .swiper-button-prev2:hover,
.section-swiper-navigation .swiper-button-next2:hover {
  background-color: var(--primary-green);
  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;
  }
}

/* Main color */
:root {
  --green-dark: #00703A;
  --primary-green: #019C3E;
  --light-green: #80CF8C;
  --green-50: #F0F8EC;
  --black: #0A0A0A;
  --gray-90: #404040;
  --gray-80: #737373;
  --gray-30: #A7A7A5;
  --gray-20: #E7E7E7;
  --extra-light-gray: #F5F5F4;
  --white: #FDFDFD;
  --blue: #342E86;
  --light-blue: #ECF0F9;
  --yellow: #FAB613;
  --orange: #EA5D0C;
  --beige: #FCD8B8;
  --light-beige: #FAECE4;
  --semantic-orange: #F89706;
  --semantic-red: #EE2B2B;
}

/* Reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: clip;
  height: 100%;
}
html:has(body.no-scroll) {
  overflow: hidden;
}

body {
  font-size: 18px;
  color: var(--black);
  background-color: var(--white);
  font-weight: 400;
  line-height: 1.4;
  user-select: none;
  scroll-behavior: smooth;
  font-family: "Mulish", sans-serif;
  min-height: 100%;
  overflow-x: clip;
}
body.no-scroll {
  overflow: hidden;
}

main {
  flex-grow: 1;
}

.secondary-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

body.overflow-unset {
  overflow-x: unset;
}

div,
span,
p {
  font-size: inherit;
  line-height: inherit;
}

a {
  transition: all 0.3s ease;
}
a:hover, a:focus-visible {
  color: var(--primary-green);
  outline: none;
}

.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 {
  padding: 12px 24px !important;
  font-size: 16px !important;
  border-radius: 1000px;
  border: 1.5px solid var(--extra-light-gray);
  outline: none;
  transition: border-color ease 0.3s;
  background-color: var(--white);
}
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(--light-green);
  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: 776px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1328px !important;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.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);
}

.text-display {
  color: var(--black);
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}
.slider-block .text-display {
  font-size: 52px;
}

.heading1, .formated-text h1 {
  font-size: 42px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}

.heading2, .formated-text h2 {
  font-size: 32px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}

.heading3, .formated-text h3 {
  font-size: 22px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}

.heading4, .formated-text h4 {
  font-size: 20px;
  color: var(--black);
  line-height: 1.5;
  font-weight: 600;
}

.heading5, .formated-text h5 {
  font-size: 18px;
  color: var(--black);
  line-height: 1.3;
  font-weight: 600;
}

.heading6, .formated-text h6 {
  font-size: 16px;
  color: var(--black);
  line-height: 1.4;
  font-weight: 600;
}

.text-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.body1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-button-uppercase {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

.caption1 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.caption2 {
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button-main {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--primary-green) !important;
  padding: 16px 40px;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
  transition: all ease 0.4s;
  white-space: nowrap;
  outline: none;
}
.button-main.small {
  padding: 8px 28px;
  min-width: 0;
  font-size: 14px;
}
.button-main i:before {
  color: var(--white);
}
.button-main:hover, .button-main:focus-visible {
  background-color: var(--green-dark) !important;
  color: var(--white);
}
.button-main.bg-white {
  color: var(--green-dark);
  background-color: var(--white) !important;
}
.button-main.bg-white i:before {
  color: var(--primary-green);
}
.button-main.bg-white:hover, .button-main.bg-white:focus-visible {
  background-color: var(--green-dark) !important;
  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-green);
  background-color: var(--extra-light-gray) !important;
}
.button-main.bg-gray i:before {
  color: var(--primary-green);
}
.button-main.bg-gray:hover, .button-main.bg-gray:focus-visible {
  background-color: var(--primary-green) !important;
  color: var(--white);
}
.button-main.bg-gray:hover i:before, .button-main.bg-gray:focus-visible i:before {
  color: var(--white);
}
.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 {
  background-color: var(--green-dark) !important;
  color: var(--white);
  border-color: var(--green-dark);
}
.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;
  color: var(--primary-green);
}
.button-main.icon-button.middle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  font-size: 28px;
}
.button-main.icon-button.small {
  width: 36px;
  height: 36px;
  min-width: 36px;
  font-size: 24px;
}
.button-main.icon-button.small i:before {
  font-size: 24px;
}
.button-main .icon-arrow-right-small:before {
  color: inherit;
}
@media (max-width: 1024px) {
  .button-main.mobile-gray-swiper-button {
    background-color: var(--extra-light-gray) !important;
    color: var(--primary-green) !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 32px !important;
  }
  .button-main.mobile-gray-swiper-button i:before {
    color: var(--primary-green);
    font-size: 32px !important;
  }
  .button-main.mobile-gray-swiper-button:hover {
    background-color: var(--primary-green) !important;
    color: var(--extra-light-gray) !important;
  }
  .button-main.mobile-gray-swiper-button:hover i:before {
    color: var(--extra-light-gray) !important;
  }
}

.review-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.review-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

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;
}

@media (max-width: 1023px) {
  .text-display {
    font-size: 40px;
  }
  .heading1, .formated-text h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .heading2, .formated-text h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .heading3, .formated-text h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .heading4, .formated-text h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .heading5, .formated-text h5 {
    font-size: 18px;
    line-height: 1.3;
  }
  .heading6, .formated-text h6 {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 639px) {
  .heading1, .formated-text h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .heading2, .formated-text h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .heading3, .formated-text h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .heading4, .formated-text h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .heading5, .formated-text h5 {
    font-size: 18px;
    line-height: 1.3;
  }
  .heading6, .formated-text h6 {
    font-size: 16px;
    line-height: 1.4;
  }
  .text-title {
    font-size: 14px;
    line-height: 20px;
  }
  .text-display {
    font-size: 40px;
  }
  .body1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-block,
.tab-features-block,
.testimonial-block {
  overflow: hidden;
}

.formated-text h1, .formated-text h2, .formated-text h3, .formated-text h4, .formated-text h5, .formated-text h6 {
  margin-bottom: 16px;
  color: var(--black);
}
.formated-text p, .formated-text ul {
  color: var(--gray-90);
}
.formated-text p:not(:last-child), .formated-text ul:not(:last-child) {
  margin-bottom: 24px;
}
.formated-text ol {
  list-style: auto;
  list-style-position: inside;
}
.formated-text ul li {
  position: relative;
  padding-left: 20px;
}
.formated-text ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--gray-90);
}

.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: 32px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}
.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: 32px;
}
@media (max-width: 1023px) {
  .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: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 639px) {
  .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: 26px;
    line-height: 1.2;
  }
  .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: 24px;
  }
}
.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: 22px;
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .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: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 639px) {
  .info-block-v3 h1 .heading3, .info-block-v3 h1 .formated-text h3, .info-block-v3 h2 .heading3, .info-block-v3 h2 .formated-text h3, .info-block-v3 h3 .heading3, .info-block-v3 h3 .formated-text h3, .info-block-v3 h4 .heading3, .info-block-v3 h4 .formated-text h3, .info-block-v3 h5 .heading3, .info-block-v3 h5 .formated-text h3, .info-block-v3 h6 .heading3, .info-block-v3 h6 .formated-text h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.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;
  }
}

.green-marked-link ul li {
  position: relative !important;
  padding-left: 20px !important;
}
.green-marked-link ul li:before {
  content: "" !important;
  position: absolute !important;
  top: 12px !important;
  left: 5px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background-color: var(--primary-green) !important;
}

.edit-address-button.hidden {
  display: inline-block !important;
  opacity: 0;
  pointer-events: none;
}

[data-js-link] {
  cursor: pointer;
}

.page-not-found a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--primary-green) !important;
  padding: 16px 40px;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
  transition: all ease 0.4s;
  white-space: nowrap;
  outline: none;
}
.page-not-found a:hover, .page-not-found a:focus-visible {
  background-color: var(--green-dark) !important;
  color: var(--white);
}
.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 {
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .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 {
    margin-bottom: 32px;
  }
}
.page-not-found p:last-child, .page-not-found h1:last-child, .page-not-found h2:last-child, .page-not-found h3:last-child, .page-not-found h4:last-child, .page-not-found h5:last-child, .page-not-found h6:last-child {
  margin-bottom: 0;
}

.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);
  }
}

.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-green) !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);
}

/* Modal */
.login-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  box-shadow: 0px 5px 10px 0px rgba(43, 52, 74, 0.2);
  transition: all ease 0.4s;
  max-width: calc(100% - 30px);
  width: 360px;
  top: 74px;
  right: 16px;
}
@media (min-width: 640px) {
  .login-popup {
    width: 412px;
  }
}
@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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-block:has(.modal-message-main.open),
.modal-order-detail-block:has(.modal-video-main.open),
.modal-order-detail-block:has(.modal-sizeguide-main.open),
.modal-order-detail-block:has(.modal-quickview-main.open),
.modal-order-detail-block:has(.modal-order-detail-main.open),
.modal-order-detail-block:has(.modal-cart-main.open),
.modal-order-detail-block:has(.modal-wishlist-main.open),
.modal-order-detail-block:has(.modal-search-main.open),
.modal-order-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-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-detail-block .modal-quickview-main,
.modal-order-detail-block .modal-cart-main,
.modal-order-detail-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: 540px;
  height: calc(100vh - 40px);
  background-color: var(--white);
  border-radius: 16px;
  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-detail-block .modal-quickview-main.open,
.modal-order-detail-block .modal-cart-main.open,
.modal-order-detail-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-detail-block .modal-quickview-main .remove-cart-btn:hover svg,
.modal-order-detail-block .modal-cart-main .remove-cart-btn:hover svg,
.modal-order-detail-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-detail-block .modal-quickview-main .list-product,
.modal-order-detail-block .modal-cart-main .list-product,
.modal-order-detail-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-detail-block .modal-quickview-main .list-product .item:last-child,
.modal-order-detail-block .modal-cart-main .list-product .item:last-child,
.modal-order-detail-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-detail-block .modal-quickview-main .list-product::-webkit-scrollbar,
.modal-order-detail-block .modal-cart-main .list-product::-webkit-scrollbar,
.modal-order-detail-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-detail-block .modal-quickview-main .list-product::-webkit-scrollbar-thumb,
.modal-order-detail-block .modal-cart-main .list-product::-webkit-scrollbar-thumb,
.modal-order-detail-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-detail-block .modal-quickview-main .list-product,
  .modal-order-detail-block .modal-cart-main .list-product,
  .modal-order-detail-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-detail-block .modal-quickview-main,
  .modal-order-detail-block .modal-cart-main,
  .modal-order-detail-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-detail-block .modal-quickview-main .list-product,
  .modal-order-detail-block .modal-cart-main .list-product,
  .modal-order-detail-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-detail-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-detail-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-detail-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-detail-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-detail-block .modal-quickview-main .list-img::-webkit-scrollbar,
.modal-order-detail-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-detail-block .modal-quickview-main .list-img::-webkit-scrollbar-thumb,
.modal-order-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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: 720px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-message .modal-cart-main .list-product, .modal-message .modal-cart-main .product-list,
.modal-video-block .modal-cart-main .list-product,
.modal-video-block .modal-cart-main .product-list,
.modal-sizeguide-block .modal-cart-main .list-product,
.modal-sizeguide-block .modal-cart-main .product-list,
.modal-quickview-block .modal-cart-main .list-product,
.modal-quickview-block .modal-cart-main .product-list,
.modal-order-detail-block .modal-cart-main .list-product,
.modal-order-detail-block .modal-cart-main .product-list,
.modal-cart-block .modal-cart-main .list-product,
.modal-cart-block .modal-cart-main .product-list,
.modal-wishlist-block .modal-cart-main .list-product,
.modal-wishlist-block .modal-cart-main .product-list,
.modal-search-block .modal-cart-main .list-product,
.modal-search-block .modal-cart-main .product-list,
.modal-review-block .modal-cart-main .list-product,
.modal-review-block .modal-cart-main .product-list {
  max-height: calc(100% - 224px - 129px);
}
.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-detail-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-detail-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-detail-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;
  }
  .modal-message .modal-cart-main .list-product, .modal-message .modal-cart-main .product-list,
  .modal-video-block .modal-cart-main .list-product,
  .modal-video-block .modal-cart-main .product-list,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-cart-main .product-list,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-cart-main .product-list,
  .modal-order-detail-block .modal-cart-main .list-product,
  .modal-order-detail-block .modal-cart-main .product-list,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-cart-block .modal-cart-main .product-list,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-cart-main .product-list,
  .modal-search-block .modal-cart-main .list-product,
  .modal-search-block .modal-cart-main .product-list,
  .modal-review-block .modal-cart-main .list-product,
  .modal-review-block .modal-cart-main .product-list {
    max-height: calc(100% - 184px - 162px);
  }
}
@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-detail-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-cart-main .list-product, .modal-message .modal-cart-main .product-list,
  .modal-video-block .modal-cart-main .list-product,
  .modal-video-block .modal-cart-main .product-list,
  .modal-sizeguide-block .modal-cart-main .list-product,
  .modal-sizeguide-block .modal-cart-main .product-list,
  .modal-quickview-block .modal-cart-main .list-product,
  .modal-quickview-block .modal-cart-main .product-list,
  .modal-order-detail-block .modal-cart-main .list-product,
  .modal-order-detail-block .modal-cart-main .product-list,
  .modal-cart-block .modal-cart-main .list-product,
  .modal-cart-block .modal-cart-main .product-list,
  .modal-wishlist-block .modal-cart-main .list-product,
  .modal-wishlist-block .modal-cart-main .product-list,
  .modal-search-block .modal-cart-main .list-product,
  .modal-search-block .modal-cart-main .product-list,
  .modal-review-block .modal-cart-main .list-product,
  .modal-review-block .modal-cart-main .product-list {
    max-height: calc(100% - 301px - 83px);
  }
}
.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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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% - 10px);
  }
}
.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-detail-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-detail-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-detail-block .modal-sizeguide-main .progress .rc-slider-track,
.modal-order-detail-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-detail-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-detail-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-detail-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-detail-block .modal-sizeguide-main table td,
.modal-order-detail-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-detail-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-detail-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-detail-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);
    border-radius: 16px;
  }
  .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-detail-block .modal-sizeguide-main .progress .rc-slider-track,
  .modal-order-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-detail-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-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-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-green {
  background-color: var(--blue);
}

/* menu header */
.header-menu {
  position: relative;
  z-index: 101;
  transition: all ease 0.5s;
}
.header-menu.fixed {
  position: fixed;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  top: 0;
  animation: animateHeader ease 0.5s;
}
.header-menu.fixed.style-watch {
  background-color: var(--light-green);
}
.header-menu.fixed.style-marketplace {
  background-color: #263587;
}

@keyframes animateHeader {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.menu-main ul li a,
.menu-main ul li .link {
  position: relative;
  cursor: pointer;
}
.menu-main ul li a::before,
.menu-main ul li .link::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-green);
  transition: all ease 0.3s;
}
.menu-main ul li a.active,
.menu-main ul li .link.active {
  color: var(--black);
}
.menu-main ul li a.view-all-btn::before,
.menu-main ul li .link.view-all-btn::before {
  width: 100%;
  height: 2px;
  background-color: var(--gray-90);
}
.menu-main ul li.logo a::before, .menu-main ul li.logo .link::before {
  display: none;
}
.menu-main ul li:hover > a.view-all-btn::before,
.menu-main ul li:hover > .link.view-all-btn::before {
  background-color: var(--primary-green);
}
.menu-main .sub-menu,
.menu-main .mega-menu {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  transform: scaleY(0);
  transform-origin: top center;
  box-shadow: 0px 5px 25px 0px rgba(138, 159, 168, 0.25);
}
.menu-main .sub-menu li a,
.menu-main .sub-menu li .link,
.menu-main .mega-menu li a,
.menu-main .mega-menu li .link {
  padding: 7px 0;
  white-space: nowrap;
  display: inline-block;
  text-transform: capitalize;
}
.menu-main .sub-menu li:hover a,
.menu-main .sub-menu li:hover .link,
.menu-main .mega-menu li:hover a,
.menu-main .mega-menu li:hover .link {
  color: var(--black);
}
.menu-main .sub-menu li:hover a::before,
.menu-main .sub-menu li:hover .link::before,
.menu-main .mega-menu li:hover a::before,
.menu-main .mega-menu li:hover .link::before {
  width: 100%;
}
.menu-main .mega-menu .banner-ads-block .banner-ads-item {
  cursor: pointer;
}
.menu-main .mega-menu .banner-ads-block .banner-ads-item img {
  transition: 0.7s;
}
.menu-main .mega-menu .banner-ads-block .banner-ads-item:hover img {
  transform: scale(1.1);
}
.menu-main > ul > li > a::before,
.menu-main > ul > li > .link::before {
  bottom: 24px;
  height: 2px;
}
.menu-main > ul > li .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.menu-main > ul > li:not(.menu-dropdown):hover .sub-menu,
.menu-main > ul > li:not(.menu-dropdown):hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.menu-main > ul > li:not(.menu-dropdown):hover > a::before,
.menu-main > ul > li:not(.menu-dropdown):hover > .link::before {
  width: 100%;
}
.menu-main.style-eight > ul > li > a::before,
.menu-main.style-eight > ul > li > .link::before {
  bottom: 10px;
}
.menu-main .product-item .list-action {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: unset;
  transform: translateY(120px);
  gap: 8px;
}

/* menu-mobile */
#menu-mobile {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  width: 0;
  background-color: var(--white);
  z-index: 102;
  transition: all ease 0.5s;
}
#menu-mobile .heading,
#menu-mobile .form-search {
  transition: all ease 0.4s;
  opacity: 0;
}
#menu-mobile .heading input,
#menu-mobile .form-search input {
  padding: 12px 60px 12px 24px !important;
}
#menu-mobile .heading:has(input:disabled, input.error) .icon-search::before,
#menu-mobile .form-search:has(input:disabled, input.error) .icon-search::before {
  color: var(--gray-30);
}
#menu-mobile .list-nav > ul > li {
  transition: all ease 0.4s;
  opacity: 0;
}
#menu-mobile .list-nav .view-all-btn {
  display: inline-block;
  padding-bottom: 6px;
}
#menu-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  width: 100%;
}
#menu-mobile.open .heading,
#menu-mobile.open .form-search {
  opacity: 1;
  transition-delay: 0.5s;
}
#menu-mobile.open .list-nav > ul {
  position: relative;
}
#menu-mobile.open .list-nav > ul > li {
  opacity: 1;
}
#menu-mobile.open .list-nav > ul > li:nth-child(1) {
  transition-delay: 0.6s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(2) {
  transition-delay: 0.7s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(3) {
  transition-delay: 0.8s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(4) {
  transition-delay: 0.9s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(5) {
  transition-delay: 1s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(6) {
  transition-delay: 1.1s;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transition: all ease 0.3s;
  z-index: 10;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile .list-nav-item {
  overflow-x: hidden;
  height: max-content;
  max-height: calc(100vh - 120px);
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile .back-btn {
  width: fit-content;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li {
  padding: 6px 0;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li a {
  padding: 6px 0;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li .link {
  text-transform: capitalize;
}
#menu-mobile.open .list-nav > ul > li.open .sub-nav-mobile {
  left: 0;
}

/* 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-green);
  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-green);
  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%;
}
.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;
}

.header-menu-contacts a {
  color: var(--black) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.header-menu-contacts a:hover {
  color: var(--primary-green) !important;
}

/* 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-green);
}

.style-marketplace .button-main:hover {
  background-color: var(--light-green);
  color: var(--black);
}

@media (min-width: 1024px) {
  .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;
  background-color: var(--white);
  border-radius: 4px;
}

.swiper-scrollbar-drag {
  background-color: var(--gray-20);
}

.list-instagram .swiper-slide {
  width: 172px !important;
}
@media (min-width: 1024px) {
  .list-instagram .swiper-slide {
    width: 240px !important;
  }
}

.slider-block {
  min-height: 806px;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .slider-block {
    min-height: 583px;
  }
}
@media (min-width: 1024px) {
  .slider-block {
    min-height: calc((100vw - 1024px) / 376 * 85 + 572px);
  }
}
@media (min-width: 1400px) {
  .slider-block {
    min-height: 657px;
  }
}
.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,
.list-testimonial .swiper: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,
.list-testimonial .swiper: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,
  .list-testimonial .swiper: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,
  .list-testimonial .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 32%;
  }
}

.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: 48%;
}
@media (min-width: 640px) {
  .swiper-list-product:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 31%;
  }
}
@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%;
  }
}

/* footer */
.style-watch .footer .footer-main {
  background: var(--surface1);
  color: var(--white);
}
.style-watch .footer .has-line-before::before {
  background-color: var(--white);
}
.style-watch .footer .input-block input {
  background: rgba(255, 255, 255, 0.2);
}
.style-watch .footer .text-black {
  color: var(--white);
}
.style-watch .footer .text-gray-90 {
  color: var(--white);
}
.style-watch .footer svg {
  fill: var(--white);
}

.content-footer {
  padding: 40px 0 16px;
}
@media (min-width: 640px) {
  .content-footer {
    padding: 48px 0 24px;
  }
}
@media (min-width: 1024px) {
  .content-footer {
    padding: 56px 0;
  }
}
.content-footer .caption1 {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-90);
}

/* Product Item */
.product-item {
  display: block;
  animation: showProduct 0.4s linear;
}
@media screen and (min-width: 1024px) {
  body:not(.is-touch-device) .product-item .product-thumb .list-action-right {
    transform: translateX(60px);
    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-green);
  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 {
  background-color: var(--primary-green);
  color: var(--white);
  cursor: pointer;
}
.product-item .compare-btn:hover .icon:before,
.product-item .add-wishlist-btn:hover .icon:before,
.product-item .quick-view-btn:hover .icon:before,
.product-item .add-cart-btn:hover .icon:before,
.product-item .quick-view-btn-list:hover .icon:before {
  color: var(--white);
}
.product-item .compare-btn:hover .tag-action,
.product-item .add-wishlist-btn:hover .tag-action,
.product-item .quick-view-btn:hover .tag-action,
.product-item .add-cart-btn:hover .tag-action,
.product-item .quick-view-btn-list:hover .tag-action {
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
.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-green);
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  right: unset;
  z-index: -1;
}
.product-item.style-2 .compare-btn:hover .tag-action,
.product-item.style-2 .add-wishlist-btn:hover .tag-action,
.product-item.style-2 .quick-view-btn:hover .tag-action,
.product-item.style-2 .add-cart-btn:hover .tag-action,
.product-item.style-2 .quick-view-btn-list:hover .tag-action, .product-item.style-5 .compare-btn:hover .tag-action,
.product-item.style-5 .add-wishlist-btn:hover .tag-action,
.product-item.style-5 .quick-view-btn:hover .tag-action,
.product-item.style-5 .add-cart-btn:hover .tag-action,
.product-item.style-5 .quick-view-btn-list:hover .tag-action {
  transform: translateY(0);
}
@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: rotate(-5deg);
}
.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 .add-wishlist-btn:hover,
.product-item.style-marketplace .quick-view-btn:hover,
.product-item.style-marketplace .add-cart-btn:hover,
.product-item.style-marketplace .compare-btn:hover {
  background-color: var(--primary-green);
  color: var(--white);
}
.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;
}
.product-item .list-action .tabs__btn {
  padding: 10px 24px;
  border-radius: 10000px;
  background: var(--extra-light-gray);
  color: var(--gray-90);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.product-item .list-action .tabs__btn.active {
  color: var(--primary-green);
  border: 1px solid var(--primary-green);
}

.add-wishlist-btn .icon-favorites, .add-cart-btn .icon-favorites {
  display: block;
}
.add-wishlist-btn .icon-filled_like, .add-cart-btn .icon-filled_like {
  display: none;
}
.add-wishlist-btn.active .icon-favorites, .add-cart-btn.active .icon-favorites {
  display: none;
}
.add-wishlist-btn.active .icon-filled_like, .add-cart-btn.active .icon-filled_like {
  display: block;
}
.add-wishlist-btn:hover i:before, .add-cart-btn:hover i:before {
  color: var(--white);
}

.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-green);
}
.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-green);
  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-green);
}
.list-collection .icon-button:hover {
  background-color: var(--extra-light-gray);
}
.list-collection .icon-button:hover i:before {
  color: var(--primary-green);
}
@media (min-width: 1024px) {
  .list-collection .icon-button:hover i:before {
    color: var(--white);
  }
}
.product-item .product-name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.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(--light-green);
  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-green .style-watch .color-item.bg-primary-green {
  border-color: var(--gray-30);
}
.bg-primary-green .style-watch .color-item:hover {
  border-color: var(--gray-30);
}
.bg-primary-green .style-watch .list-size .size-item:hover {
  border-color: var(--gray-30);
}
.bg-primary-green .style-watch .tag-action.bg-primary-green {
  background-color: var(--white);
  color: var(--black);
}
.bg-primary-green .style-watch .tag-action.bg-primary-green::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);
  font-size: 16px;
}
.product-detail .desc-tab .desc-block .desc-item table {
  border-radius: 16px;
  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);
  padding-bottom: 24px;
}
.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: 148px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .product-detail.style-grouped .list-img .mySwiper2, .product-detail.style-grouped .list-img .mySwiper4 {
    margin-left: 124px;
  }
}
@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;
}

.review-block .rating .icon-filled_star:before {
  color: var(--yellow);
}
.review-block .list-review .icon-filled_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: rotate(5deg);
}
.swiper-slide:nth-child(2n+1) .product-item:hover .product-thumb .product-img img {
  transform: rotate(-5deg);
}

/* 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-green);
  color: var(--white) !important;
}

/* 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: 24px 0;
    z-index: 101;
  }
  .sidebar .container {
    max-height: calc(100% - 72px);
    overflow-y: auto;
  }
  .sidebar .container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    width: 25%;
    padding-left: 48px;
  }
}
.sidebar.open {
  transform: translateX(0);
}

.choose-layout .item {
  transition: all ease 0.4s;
}
.choose-layout .item:hover {
  border-color: var(--black);
}
.choose-layout .item.active {
  background-color: var(--primary-green);
  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;
  border-radius: 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-green);
  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__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--extra-light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faqs-block .tab-question .question-item__icon:hover {
  background-color: var(--primary-green);
}
.faqs-block .tab-question .question-item__icon:hover .icon:before {
  color: var(--extra-light-gray);
}
.faqs-block .tab-question .question-item__icon .icon {
  font-size: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .faqs-block .tab-question .question-item__icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.faqs-block .tab-question .question-item__open {
  display: block;
}
.faqs-block .tab-question .question-item__closed {
  display: none;
}
.faqs-block .tab-question .question-item .content {
  transition: all ease-in-out 0.6s;
  max-height: 0;
  overflow-x: hidden;
}
.faqs-block .tab-question .question-item .content::-webkit-scrollbar {
  transition-delay: 0.6s;
  opacity: 0;
}
.faqs-block .tab-question .question-item.open {
  background-color: var(--green-50) !important;
}
.faqs-block .tab-question .question-item.open .question-item__icon {
  background-color: var(--primary-green);
}
.faqs-block .tab-question .question-item.open .question-item__icon .icon:before {
  color: var(--extra-light-gray);
}
.faqs-block .tab-question .question-item.open .question-item__open {
  display: none;
}
.faqs-block .tab-question .question-item.open .question-item__closed {
  display: block;
}
.faqs-block .tab-question .question-item.open .question-item__title {
  color: var(--black) !important;
}
.faqs-block .tab-question .question-item.open .content {
  max-height: 250px;
  margin-top: 20px;
}

/* Cart page */
.cart-block .heading.banner .tow-bar-block {
  height: 10px;
  background-color: var(--white);
  border-radius: 100px;
  position: relative;
  box-shadow: 0px 4px 35px 0px rgba(62, 62, 63, 0.03);
}
.cart-block .heading.banner .tow-bar-block .progress-line {
  position: absolute;
  left: 0;
  height: 10px;
  background-color: #3DAB25;
  border-radius: 100px;
}
.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-green {
  border-color: var(--light-green);
}
.cart-block .list-voucher .item.bg-primary-green .border-extra-light-gray {
  border-color: var(--white);
}
.cart-block .list-voucher .item.bg-primary-green .button-main {
  background-color: var(----green-50);
  color: var(--black);
}
.cart-block .list-voucher .item.bg-primary-green .top::before, .cart-block .list-voucher .item.bg-primary-green .top::after {
  border-color: var(--light-green);
}

.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-green);
  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(--light-green);
}
.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;
  }
}

.category-item {
  background-color: var(--light-beige);
  padding: 20px;
  border-radius: 16px;
  pointer-events: auto;
  position: relative;
}
@media (max-width: 408px) {
  .category-item {
    height: calc((100vw - 320px) / 88 * 82 + 208px);
  }
}
@media (min-width: 409px) {
  .category-item {
    height: 260px;
  }
}
@media (min-width: 640px) {
  .category-item {
    height: calc((100vw - 640px) / 153 * 50 + 210px);
  }
}
@media (min-width: 793px) {
  .category-item {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .category-item {
    height: calc((100vw - 1024px) / 286 * 80 + 240px);
  }
}
@media (min-width: 1310px) {
  .category-item {
    height: 320px;
  }
}
.category-item__button-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .category-item__button-mobile {
    display: inline-flex;
    position: relative;
    z-index: 5;
  }
}
.category-item__image {
  position: absolute;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  max-width: none;
}
@media (max-width: 408px) {
  .category-item__image {
    width: calc((100vw - 320px) / 88 * 110 + 280px);
  }
}
@media (min-width: 409px) {
  .category-item__image {
    width: 390px;
  }
}
@media (min-width: 640px) {
  .category-item__image {
    width: calc((100vw - 640px) / 153 * 100 + 290px);
  }
}
@media (min-width: 793px) {
  .category-item__image {
    width: 390px;
  }
}
@media (min-width: 1024px) {
  .category-item__image {
    width: calc((100vw - 1024px) / 286 * 116 + 340px);
  }
}
@media (min-width: 1310px) {
  .category-item__image {
    width: 456px;
  }
}
.category-item__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.category-item__title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-item__button-desktop {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -5;
}
@media (max-width: 1023px) {
  .category-item__button-desktop {
    display: none;
  }
}
.category-item:hover .category-item__button-desktop {
  opacity: 1;
  z-index: 5;
}
.category-item:hover .category-item__image {
  transform: translate(-50%, -50%) scale(1.05);
}

.block-input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid var(--gray-30);
  position: relative;
}
.block-input.checkbox {
  border-radius: 4px;
  width: 18px;
  min-width: 18px;
}
.block-input.radio {
  border-radius: 50%;
}
.block-input .check-icon {
  display: none;
}
.block-input:has(input:checked) {
  border: none;
}
.block-input input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.block-input input[type=checkbox]:checked + .check-icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--primary-green);
  border-radius: 2px;
}
.block-input input[type=checkbox]:checked + .check-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-input input[type=checkbox]:checked + .check-icon .icon::before {
  color: var(--white);
}
.block-input input[type=radio]:checked + .check-icon {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid var(--primary-green);
}
.block-input input[type=radio]:checked + .check-icon:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  background-color: var(--primary-green);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.active .block-input.checkbox {
  border: none;
}
.active .block-input.checkbox .check-icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--primary-green);
  border-radius: 2px;
}
.active .block-input.checkbox .check-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.active .block-input.checkbox .check-icon .icon::before {
  color: var(--white);
}
.active .block-input.radio .check-icon {
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid var(--primary-green);
}
.active .block-input.radio .check-icon:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  background-color: var(--primary-green);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label {
  font-size: 16px;
  color: var(--gray-90);
  padding-left: 8px;
  cursor: pointer;
}

.checkbox-group {
  cursor: pointer;
}
.checkbox-group:has(input:checked) .label {
  color: var(--black);
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.input-wrapper .input-label {
  color: var(--gray-90);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding-left: 24px;
}
.input-wrapper .input {
  height: 52px;
  padding: 12px 24px !important;
  border-radius: 24px;
  border: 1.5px solid var(--extra-light-gray);
  background: var(--white);
  transition: all 0.3s ease;
  color: var(--black);
  outline: none;
}
.input-wrapper .input[readonly] {
  pointer-events: none;
}
.input-wrapper .input.big-input {
  height: 122px;
}
.input-wrapper .input.password-input {
  padding-right: 58px !important;
}
.input-wrapper .input::placeholder {
  color: var(--gray-30);
}
.input-wrapper:has(.input:active, .input:focus, .input:focus-visible) .input {
  border: 1.5px solid var(--light-green);
}
.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: 1.5px solid var(--semantic-red);
}
.input-wrapper.error .select2-container .select2-selection--single {
  border-color: 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: 32px;
}
.input-wrapper .toggle-password .icon:before {
  font-size: 36px;
}
.input-wrapper .toggle-password .icon.eye {
  display: block;
}
.input-wrapper .toggle-password .icon:not(.eye) {
  display: none;
}
.input-wrapper .toggle-password.show-password .icon.eye {
  display: none;
}
.input-wrapper .toggle-password.show-password .icon:not(.eye) {
  display: block;
}

.phone-input-group {
  display: flex;
  width: 100%;
}
.phone-input-group .input {
  width: 100%;
}
.phone-input-group .phone-code-container {
  width: 107px;
  background-color: var(--white);
  border-radius: 24px 0 0 24px;
  transition: all 0.3s ease;
  border: none;
}
.phone-input-group .phone-code-container .select2-container {
  width: 100% !important;
}
.phone-input-group:not(:has(.select2)) .phone-code-container {
  border: 1px solid var(--extra-light-gray);
  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: 1px solid var(--semantic-red);
  border-right-color: transparent;
}
.phone-input-group:not(:has(.select2)) .phone-code-container select {
  position: relative;
  left: -9px;
  font-size: 17px;
  background-color: var(--white);
}
.phone-input-group:not(:has(.select2)) .phone-code-container:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 13px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/themes/default/assets/images/sunfill-images/arrow-down.svg");
}
.phone-input-group .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent !important;
  padding-left: 8px !important;
}
.phone-input-group .phone-input-container {
  flex: 1;
}
.phone-input-group .select2-container .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent !important;
  width: 107px;
}
.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(--light-green);
}
.phone-input-group:has(.input:focus, .input:active, .input:focus-visible) .select2-container .select2-selection--single {
  border-color: var(--light-green);
}
.phone-input-group:has(.select2-container--open) .input {
  border-color: var(--light-green);
}
.phone-input-group:has(.select2-container--open) .select2-container.select2-container--below .select2-selection--single {
  border-top-color: var(--light-green);
  border-left-color: var(--light-green);
}
.phone-input-group:has(.select2-container--open) .select2-container.select2-container--above .select2-selection--single {
  border-bottom-color: var(--light-green);
  border-left-color: var(--light-green);
}

.filter-dropdown:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--gray-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(--gray-90);
  transition: all 0.3s ease;
}
.filter-link:hover, .filter-link.active {
  color: var(--primary-green);
}

.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-radius: 16px;
  border: 1.5px solid var(--gray-20);
  background-color: var(--white);
}
.choose-language .dropdown {
  width: 200px;
  top: 100%;
}
.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%;
    padding: 0;
    border: 0;
    max-height: 0;
    transition: all 0.3s ease;
  }
}
.dropdown-container:hover .dropdown, .dropdown.open {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.choose-language .dropdown-container:hover .dropdown, .choose-language .dropdown.open {
  z-index: 115;
}
@media (max-width: 1023.98px) {
  .menu-dropdown .dropdown-container:hover .dropdown, .menu-dropdown .dropdown.open {
    padding: 12px 12px 0;
    max-height: fit-content;
    overflow: hidden;
    z-index: 115;
    position: static;
  }
}
.dropdown-container:hover .dropdown .icon-chevron-down, .dropdown.open .icon-chevron-down {
  transform: rotate(180deg);
}
.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-down {
  transform: rotate(180deg);
}

.dropdown-container:hover .icon-chevron-down {
  transform: rotate(180deg);
}
#menu-mobile .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 .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;
  }
}

/* Category active */
.menu-tab {
  position: relative;
}
.menu-tab .tab-item {
  white-space: nowrap;
  cursor: pointer;
}
.menu-tab .tab-item.active {
  color: var(--primary-green);
  border-radius: 999px;
  background-color: var(--white);
}
.menu-tab .tab-item:hover {
  color: var(--primary-green);
}
.menu-tab .category-tab-item:hover {
  color: var(--gray-90);
}
@media (min-width: 1024px) {
  .menu-tab .category-tab-item .icon {
    display: none;
  }
}
.menu-tab .category-tab-item.active {
  color: var(--black);
}
@media (min-width: 1024px) {
  .menu-tab .category-tab-item.active {
    background-color: var(--white);
  }
  .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 {
  border-radius: 16px;
}
.tab-features-block.style-underwear .menu-tab .tab-item.active {
  background-color: var(--primary-green);
  color: var(--white);
}
.tab-features-block.style-watch .menu-tab .tab-item {
  border-radius: 16px;
}
.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-green);
  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-green);
  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-green);
  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-green .swiper-button-prev,
.banner-top.bg-primary-green .swiper-button-next {
  background-color: var(--light-green);
  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-green);
}
.list-testimonial .icon-filled_star:before {
  color: var(--yellow);
}

.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-green .style-watch .benefit-block .benefit-item i {
  color: var(--light-green);
}
.bg-primary-green .style-watch .benefit-block .benefit-item .heading6 {
  color: var(--white);
}
.bg-primary-green .style-watch .benefit-block .benefit-item .text-gray-90 {
  color: var(--gray-30);
}

/*** Newsletter ***/
.newsletter-block.bg-primary-green .text-white,
.newsletter-block.bg-transparent .text-white {
  color: var(--black);
}

.newsletter-block.bg-primary-green .button-main,
.newsletter-block.bg-transparent .button-main {
  background-color: var(--primary-green);
  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(--light-green);
}
.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;
  margin-top: 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: 20px;
    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 {
  width: 80px !important;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.5;
  background-color: var(--extra-light-gray);
  padding: 15px;
}
.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;
  border-color: var(--gray-30);
}
@media (min-width: 640px) {
  .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 {
    width: 128px !important;
  }
}
@media (min-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 {
    width: 108px !important;
  }
}
.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-green);
  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(--light-green);
  color: var(--black);
}

/*# sourceMappingURL=output-scss.css.map */
