:root {
  --font-primary-regular: "averta-regular";
  --font-primary-light: "averta-light";
  --font-primary-thin: "averta-thin";
  --font-primary-medium: "averta-medium";
  --font-primary-semiBold: "averta-semiBold";
  --font-primary-bold: "averta-bold";
  --font-primary-black: "averta-black";
  --font-noto-serif-regular: "noto-serif-regular";
  --font-noto-serif-light: "noto-serif-light";
  --font-noto-serif-medium: "noto-serif-medium";
  --font-noto-serif-semiBold: "noto-serif-semiBold";
  --font-noto-serif-bold: "noto-serif-bold";
  --font-noto-serif-black: "noto-serif-black";
  --font-cormorant-garamond-regular: "cormorant-garamond-regular";
  --font-cormorant-garamond-light: "cormorant-garamond-light";
  --font-cormorant-garamond-medium: "cormorant-garamond-medium";
  --font-cormorant-garamond-semiBold: "cormorant-garamond-semiBold";
  --font-cormorant-garamond-bold: "cormorant-garamond-bold";
  --font-granjon-Bold: "granjon-bold";
  --font-granjon-Italic: "granjon-Italic";
  --font-granjon-roman: "granjon-roman";
  --Label-Large-Line-Height: 20px;
  --Main_Neutral-200: #EDEDED;
  --clr-white: #FFF;
  --Main_Neutral-50: #F7F7F7;
  --eegenstudio-com-black: #000;
  --Main_Neutral-Gray-900: #1A1A1A;
  --Main-Gray_950: #121212;
  --Main_Neutral-Gray-700: #383737;
  --Main_Neutral-Gray-800: #1F1F1F;
  --Secondary-Red-950: #8E0909;
  --Main_Neutral-200: #EDEDED;
  --Main_Neutral-Gray-500: #737373;
  --Main_Neutral-300: #D1D1D1;
  --Main_Neutral-Gray-400: #737373;
  --Main_Neutral-Gray-600: #525252;
  --Main_Neutral-100: #F2F2F2;
  --Special-Gray: rgba(235, 239, 243, 0.50);
  --Neutral-400: #757575;
  --Neutral-300: #BDBDBD;
  --Gray-350: #CDCBCB;
}

/* font */

@font-face {
  font-family: "averta-regular";
  src: url(../font/Averta/Averta-Regular.otf);
}

@font-face {
  font-family: "averta-light";
  src: url(../font/Averta/Averta-Light.otf);
}

@font-face {
  font-family: "averta-thin";
  src: url(../font/Averta/Averta-Thin.otf);
}

@font-face {
  font-family: "averta-medium";
  src: url(../font/Averta/Averta-Thin.otf);
  font-weight: 500;
}

@font-face {
  font-family: "averta-semiBold";
  src: url(../font/Averta/Averta-Semibold.otf);
}

@font-face {
  font-family: "averta-bold";
  src: url(../font/Averta/Averta-Bold.otf);
}

@font-face {
  font-family: "averta-black";
  src: url(../font/Averta/Averta-Black.otf);
}

@font-face {
  font-family: "noto-serif-regular";
  src: url(../font/Noto_Serif/static/NotoSerif-Regular.ttf);
}

@font-face {
  font-family: "noto-serif-light";
  src: url(../font/Noto_Serif/static/NotoSerif-Light.otf);
}

@font-face {
  font-family: "noto-serif-medium";
  src: url(../font/Noto_Serif/static/NotoSerif-Medium.ttf);
}

@font-face {
  font-family: "noto-serif-semiBold";
  src: url(../font/Noto_Serif/static/NotoSerif-Medium.ttf);
}

@font-face {
  font-family: "noto-serif-bold";
  src: url(../font/Noto_Serif/static/NotoSerif-Bold.otf);
}

@font-face {
  font-family: "noto-serif-black";
  src: url(../font/Noto_Serif/static/NotoSerif-Black.otf);
}

@font-face {
  font-family: "cormorant-garamond-regular";
  src: url(../font/Cormorant_Garamond/static/CormorantGaramond-Regular.ttf);
}

@font-face {
  font-family: "cormorant-garamond-light";
  src: url(../font/Cormorant_Garamond/static/CormorantGaramond-Light.ttf);
}

@font-face {
  font-family: "cormorant-garamond-medium";
  src: url(../font/Cormorant_Garamond/static/CormorantGaramond-Medium.ttf);
}

@font-face {
  font-family: "cormorant-garamond-semiBold";
  src: url(../font/Cormorant_Garamond/static/CormorantGaramond-SemiBold.ttf);
}

@font-face {
  font-family: "cormorant-garamond-bold";
  src: url(../font/Cormorant_Garamond/static/CormorantGaramond-Bold.ttf);
}

@font-face {
  font-family: "granjon-bold";
  src: url(../font/Granjon/Granjon_Bold.otf);
}

@font-face {
  font-family: "granjon-Italic";
  src: url(../font/Granjon/Granjon_Italic.otf);
}

@font-face {
  font-family: "granjon-roman";
  src: url(../font/Granjon/Granjon_Roman.otf);
}

body {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding-right: 0 !important;
}

p {
  margin: 0;
}

a {
  text-decoration: none !important;
}

.text-red {
  color: var(--Secondary-Red-950) !important;
}

.text-start {
  text-align: start !important;
}

.header-first {
  display: flex;
  height: 36px;
  padding: 8px 0;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #E4E4E4;
}

.header-first-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transform: translateY(-30px);
  animation: slide-up 4s ease-in-out infinite;
}

.header-first-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.header-first-item-text {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #191919;
  font-family: var(--font-primary-semiBold);
  font-size: 10px;
  font-style: normal;
  line-height: var(--Label-Large-Line-Height);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.header-first-item .line {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0A2A4;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Label-Large-Line-Height);
  text-transform: uppercase;
  margin-top: -2px;
}

.header-second {
  padding: 12px 0;
  border-bottom: 1px solid var(--Main_Neutral-200);
  background: #191919;
}

.header-second-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-language {
  display: flex;
  width: 164px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.header-language>p {
  color: var(--clr-white);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.14px;
}

.header-second-inner i {
  color: var(--clr-white);
}

.header-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header-actions-item {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-cart {
  position: relative;
}

.count-item-cart {
  display: flex;
  width: 14px;
  height: 14px;
  padding: 0px 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -14px;
  top: -8px;
  border-radius: 8.5px;
  background: var(--Main_Neutral-50);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
  color: var(--eegenstudio-com-black, #000);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  line-height: 13.5px;
  /* 135% */
}

.modal-language .modal-dialog,
.modal-login .modal-dialog {
  width: min(95%, 590px);
  border-radius: 0;
}

.modal-language .modal-body {
  border-radius: 0;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: var(--clr-white);
}

.modal-language .modal-body .line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}

.modal-language-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-language-header .modal-title {
  color: var(--Main_Neutral-Gray-900, #1A1A1A);
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.modal-language-header .close {
  opacity: 1;
}

.modal-language-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.modal-language-item {
  width: 100%;
  padding-left: 14px;
  border-left: 2px solid;
  border-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.modal-language-item:hover,
.modal-language-item.active {
  border-color: var(--Main_Neutral-Gray-900);
}

.tooltip-like-container,
.tooltip-user-container {
  display: none;
}

.tippy-box,
.tippy-content {
  background-color: var(--clr-white);
  padding: 0;
}

.tippy-arrow {
  color: var(--clr-white);
  left: -10px !important;
}

.tippy-box {
  max-width: unset !important;
  width: 385px;
  margin-right: -20px;
  box-shadow: 0px 4px 12.1px 0px #BDBDBD40;
  padding: 24px;
}

.tooltip-like-content,
.tooltip-login,
.tooltip-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.tooltip-like-header {
  color: var(--Main_Neutral-Gray-900);
  text-align: center;
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.tooltip-like-content .line,
.tooltip-login .line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}

.tooltip-like-no-item {
  display: flex;
  width: 100%;
  height: 234px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.tooltip-like-no-item p {
  color: #383737;
}

.tooltip-like-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tooltip-like-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  height: 89px;
}

/* .product-item-img {
  position: relative;
} */

.tooltip-like-item .product-item-img {
  position: relative;
}

.product-item-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-item-icon img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.product-item-icon img:last-child {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.product-item-icon.active img:last-child {
  opacity: 1;
}

.product-item-icon.active img:first-child {
  opacity: 0;
}

.product-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.product-item-info>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-item-info>div>p {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  white-space: nowrap;
}

.product-item-info>div>p:last-child {
  text-align: right;
}

.product-item-name {
  overflow: hidden;
  color: var(--Main-Gray_950);
  text-overflow: ellipsis;
  font-family: var(--font-cormorant-garamond-medium);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-item-price {
  display: flex;
  padding-right: 8px;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}

.product-item-price-current {
  color: var(--Main_Neutral-Gray-900);
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.28px;
}

.product-item-price-current>span {
  font-size: 12px;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.product-item-price-old,
.product-item-discount {
  color: #A0A2A4;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 28.5px;
  text-decoration-line: line-through;
}

.btn-add-cart {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--clr-white);
}

.tooltip-like-footer {
  display: flex;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.95) 42.39%, #FFF 100%);
  position: absolute;
  bottom: 0;
  padding: 40px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.tooltip-like-footer>p,
.tooltip-login-footer>p {
  color: #292929;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  width: min(100%, 230px);
}

.tooltip-like-footer>p>a,
.tooltip-login-footer>p>a {
  color: #292929 !important;
  font-family: var(--font-primary-light);
  font-weight: 300;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-thickness: 1px !important;
}

.tooltip-login-footer>p {
  width: 100%;
}

.tooltip-login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tooltip-login-desc {
  color: #292929;
  text-align: center;
}

.form-login {
  width: 100%;
}

.form-login .form-group {
  width: 100%;
  margin-bottom: 12px;
}

.form-login .form-group label {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: unset;
  line-height: 20px;
}

.form-login .form-group label span {
  font-size: 16px;
  line-height: 20px;
}

.form-login .form-group .form-control {
  display: flex;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Main_Neutral-200);
  outline: none;
  box-shadow: none;
}


.form-login .form-group .form-control input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--Main_Neutral-Gray-700);
  flex: 1;
}

.btn-show-password {
  display: flex;
  height: 100%;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.btn-show-password i {
  transition: all 0.3s ease;
}

.btn-show-password i:last-child {
  position: absolute;
  top: -3px;
  left: 2px;
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-show-password.active i:last-child {
  opacity: 1;
}

.btn-show-password.active i:first-child {
  opacity: 0;
}

.remember-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remember-forget>a {
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-thickness: 1px !important;
}

.form-type-checkbox label input {
  z-index: 10;
  opacity: 0;
}

.img-checkbox {
  position: absolute;
  margin-left: -20px;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-checkbox>img {
  transition: all 0.3s ease;
}

.img-checkbox>img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.form-type-checkbox label input:checked~.img-checkbox>img:last-child,
.remember-forget .form-item .control-label input:checked~.img-checkbox>img:last-child {
  opacity: 1;
}

.remember-forget .form-item .control-label input:checked {
  display: flex;
}

.form-type-checkbox label input:checked~.img-checkbox>img:first-child,
.remember-forget .form-item .control-label input:checked~.img-checkbox>img:first-child {
  opacity: 0;
}


.form-type-checkbox label span {
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.form-type-checkbox label input {
  margin-top: 2px;
}

.btn-color-black {
  width: 100%;
  display: flex;
  padding: 4px 12px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: var(--Main_Neutral-Gray-800);
  border: 0;
  color: var(--clr-white) !important;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.form-button {
  padding: 12px 0;
}

.btn-login-other {
  display: flex;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid var(--Main_Neutral-200);
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.btn-login-other:not(:last-child) {
  margin-bottom: 12px;
}

.tooltip-user-body {
  width: 100%;
}

.tooltip-user-header {
  width: calc(100% + 48px);
  margin-left: -24px;
  background: var(--Main_Neutral-Gray-700);
  padding: 20px 24px;
  position: relative;
}

.tooltip-user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tooltip-user-name {
  color: #F8F8F8;
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
}

.tooltip-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.tooltip-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tooltip-user-rank {
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 12px;
  background: var(--clr-white);
  color: var(--Main_Neutral-Gray-500);
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 8px;
  font-style: normal;
  line-height: 16px;
  text-transform: capitalize;
  width: max-content;
}

.tooltip-user-info>div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tooltip-user-bg {
  position: absolute;
  right: 0;
  top: 0;
}

.tooltip-user-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tooltip-user-item {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #292929 !important;
  font-family: var(--font-primary-bold);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.tooltip-user-item:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}

.tooltip-user-footer {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.tooltip-user-footer {
  color: var(--Main-Gray_950);
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  width: min(100%, 246px);
  display: flex;
}

.footer {
  border-top: 1px solid #DEDEDE;
  background: #000;
}

.footer-inner {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}

.main-footer {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  gap: 60px;
}

.main-footer>div {
  flex: 1;
}

.footer-form form .form-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-form form .form-group label,
.footer-showrooms-title {
  color: var(--clr-white);
  font-family: var(--font-primary-bold);
  font-size: 14px;
  font-style: normal;
  font-weight: unset;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-form form .form-group input {
  display: flex;
  width: 266px;
  height: 44px;
  padding: 11px 0px 18px 0px;
  justify-content: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid var(--Main_Neutral-300);
  background-color: transparent;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  opacity: 0.7;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}

.footer-showrooms,
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-showrooms-items,
.footer-menu-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-showrooms-items a,
.footer-menu-items a {
  color: var(--clr-white);
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: var(--Label-Large-Line-Height);
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.footer-social p {
  color: var(--clr-white);
  font-family: var(--font-primary-light);
  font-size: 8px;
  font-style: normal;
  line-height: 16px;
  /* 200% */
}

.footer-social-items {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-items>img {
  margin-left: 12px;
}

.banner-carousel .owl-dots {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.banner-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: var(--Main_Neutral-300);
}

.banner-carousel .owl-dots .owl-dot.active {
  background: #383737;
}

.home-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.home-the-lastest,
.home-box-3,
.home-box-4-inner,
.home-box-5-inner,
.home-box-6-inner,
.box-services-2 {
  margin-top: 120px;
}

.home-the-lastest .home-title {
  margin-bottom: 60px;
}

.home-the-lastest-item {
  position: relative;
}

.home-the-lastest-item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-the-lastest-item-info>p {
  color: var(--clr-white);
  text-align: center;
  font-family: var(--font-granjon-Italic);
  font-size: 32px;
  font-style: normal;
  line-height: 24px;
}

.home-the-lastest-item-info>a {
  color: var(--Main_Neutral-50) !important;
  font-family: var(--font-primary-thin);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-decoration-thickness: 1px !important;
}

.home-box-3 {
  display: flex;
  width: 100%;
  height: 159px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #383737;
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  background: #F2F2F2;
}

.home-box-4-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.home-box-4-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.home-box-4-desc {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.blog-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.blog-item-tag {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 20px;
  font-style: normal;
  line-height: 29.306px;
}

.blog-item-title {
  color: #383737;
  font-family: var(--font-noto-serif-medium);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

.blog-item-link {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-thin);
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-thickness: 1px !important;
}

.home-box-4-footer-link {
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  text-decoration-thickness: 1px !important;
}

.home-box-5-inner {
  display: flex;
  gap: 60px;
  align-items: center;
}

.home-box-5-left {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.home-box-5-desc {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
}

.home-box-5-link {
  color: #292929;
  text-align: center;
  font-family: var(--font-primary-thin);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  text-decoration-thickness: 1px !important;
}

.home-box-6-inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-bottom: 100px;
}

.home-box-6-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-box-6-desc {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-thickness: 1px !important;
}

.shining-by-you-item {
  margin-bottom: 20px;
}

.home-box-6-inner .row {
  margin: 0 -10px;
}

.home-box-6-inner .row>div {
  padding: 0 10px;
}

.navigator-menu ul {
  list-style: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}

.header-third {
  background: var(--clr-white);
}

.navigator-menu .sub-menu {
  position: fixed;
  top: 152px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--Main_Neutral-300);
  background: var(--clr-white);
  box-shadow: 0 4px 6.2px 0 rgba(74, 73, 73, 0.25);
  z-index: 10;
  padding: 32px 120px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.navigator-menu .sub-menu.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.sub-menu-inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.sub-menu-inner li {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub-menu-inner li.latest-stories {
  width: 361px;
}

.sub-menu-inner li ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sub-menu-inner li ul li a {
  color: var(--Main_Neutral-Gray-800);
  padding: 0;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.sub-menu-inner li ul li a::after {
  display: none;
}

.navigator-menu>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.navigator-menu>ul>li {
  display: flex;
  padding: 12px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}

.navigator-menu>ul>li a,
.navigator-menu>ul>li span {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 0 8px;
  cursor: pointer;
}

.navigator-menu>ul>li a::after,
.navigator-menu>ul>li span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--Main-Gray_950);
  display: block;
  margin: 8px 0 0 -8px;
  width: calc(100% + 16px);
  opacity: 0;
}

.navigator-menu>ul>li a:hover::after,
.navigator-menu>ul>li.active a::after,
.navigator-menu>ul>li.active span::after,
.navigator-menu>ul>li span:hover::after {
  opacity: 1;
}

.navigator-menu>ul>li span.sub-menu-header {
  padding: 0;
  color: var(--Main_Neutral-Gray-600);
  font-family: var(--font-cormorant-garamond-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
}

.blog-item-header .blog-item-tag {
  color: #383737;
  font-family: var(--font-primary-thin);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
}

.blog-item-header .blog-item-title {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-noto-serif-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.blog-item-header .blog-item-link {
  padding: 0;
  color: #383737;
  font-family: var(--font-primary-thin) !important;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.blog-header-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.blog-item-style-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}

.blog-item-style-2 .blog-item-tag {
  color: #383737;
  font-family: var(--font-cormorant-garamond-light);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
  /* 180% */
}

.blog-item-style-2 .blog-item-title {
  color: #383737;
  font-family: var(--font-noto-serif-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.blog-item-style-2 .blog-item-img {
  width: 126px;
  height: 84px;
}

.blog-item-style-2 .blog-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item-style-2 .blog-item-link,
.new-collection-link {
  color: #383737;
  font-family: var(--font-primary-thin) !important;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  /* 157.143% */
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 0 !important;
}

.new-collection-link {
  margin-top: 12px;
}

.blog-item-style-2 .blog-item-link::after {
  display: none;
}

.blog-item-style-2 .blog-item-content {
  flex: 1;
  gap: 4px;
}

.navigator-menu>ul>li span.sub-menu-header::after {
  display: none;
}

.home-seller {
  margin-top: 60px;
}

.home-box-1-inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
}

.home-box-1-inner .row {
  width: 100%;
  margin: 0 -20px;
}

.home-box-1-inner .row>div {
  padding: 0 20px;
}

.product-item {
  position: relative;
}

.product-item .product-item-icon {
  width: 32px;
  height: 32px;
}

.product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product-item .product-item-info>div:first-child {
  margin: 12px 0 8px 0;
}

.product-item .product-item-tag {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 12px;
}

.product-item .product-item-code {
  color: var(--Main_Neutral-Gray-700);
  text-align: right;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 12px;
}

.product-item .product-item-name {
  overflow: hidden;
  color: var(--Main-Gray_950) !important;
  text-overflow: ellipsis;
  font-family: var(--font-noto-serif-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 32.063px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}

.product-item-price-and-color {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 4px;
}

.product-item .product-item-price {
  flex-direction: column;
  flex: 1;
  padding: 0;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.product-item .product-item-price>div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-item .product-item-price-current {
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.32px;
}

.product-item .product-item-price-current>span {
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.285px;
}

.product-item .product-item-discount {
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
}

.product-item .product-item-price-old {
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
}

.product-item .product-item-info-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.btn-product-detail {
  color: var(--Main_Neutral-Gray-800) !important;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.product-item-color {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.product-item-color-item {
  display: flex;
  width: 12px;
  height: 12px;
  padding: 2px 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Main_Neutral-300);
}

.product-item-color-item-inner {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 2px;
}

.product-item-color-item:first-child .product-item-color-item-inner {
  background: #6B533B;
}

.product-item-color-item:last-child .product-item-color-item-inner {
  background: #F2F2F2;
}

.product-item {
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.btn-show-now {
  width: 100%;
  display: block;
}

.main {
  margin-top: 152px;
  min-height: 80vh;
}

.cart-container {
  display: inline-flex;
  height: 100vh;
  width: min(100%, 384px);
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  position: fixed;
  z-index: 1001;
  right: 0;
  top: 0;
  background-color: var(--clr-white);
  transform: translateX(1000px);
  transition: all 0.3s ease-in-out;
}

.cart-container.active {
  transform: translateX(0);
}

.overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.overlay-cart.active {
  opacity: 1;
  visibility: visible;
}

.cart-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex: 1;
}

.product-item.product-cart-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  gap: 12px;
  margin: 0;
  width: 100%;
}

.cart-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-header-title {
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.btn-close-cart {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 10px;
  background: #EEE;
  cursor: pointer;
}

.cart-container .line {
  width: 100%;
  min-height: 1px;
  background-color: #F2F2F2;
}

.product-cart-item .product-item-img {
  width: 116px;
  height: 153px;
}

.product-cart-item .product-item-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cart-item .product-item-info>div:first-child {
  margin: 0;
}

.product-cart-item .product-item-info .product-item-tag,
.product-cart-item .product-item-info .product-item-code {
  font-size: 12px;
  line-height: 20px;
}

.product-cart-item .product-item-info .product-item-code {
  flex: 1;
  text-align: end;
}

.btn-remove-cart {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

.product-cart-item .product-item-name {
  overflow: hidden;
  color: var(--Main-Gray_950);
  text-overflow: ellipsis;
  font-family: var(--font-cormorant-garamond-medium);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 6px;
}

.product-item-size-color {
  background: var(--Main_Neutral-200);
  width: max-content !important;
  padding: 0 4px;
}

.product-item-size-color-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.product-item-size-color-header i {
  font-size: 12px;
}

.product-cart-item .product-item-color-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #CBCBCB;
}

.product-cart-item .product-item-color-item .product-item-color-item-inner {
  background-color: #000;
}

.product-item-color-text,
.product-item-size {
  overflow: hidden;
  color: #383737;
  text-overflow: ellipsis;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.product-cart-item .product-item-price {
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.product-cart-item .product-item-price-current {
  font-family: var(--font-primary-regular);
  color: var(--Main_Neutral-Gray-900);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.28px;
}

.product-cart-item .product-item-price-old,
.product-cart-item .product-item-discount {
  color: #A0A2A4;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 28.5px;
  text-decoration-line: line-through;
}

.product-cart-item .product-item-quantity {
  margin-top: 6px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.product-item-quantity-input {
  width: 30px;
  height: 30px;
  padding: 6px;
  border: none;
  border-top: 1px solid var(--Main_Neutral-200);
  border-bottom: 1px solid var(--Main_Neutral-200);
  text-align: center;
  color: #383737;
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.btn-quantity-minus,
.btn-quantity-plus {
  display: flex;
  padding: 6px;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 3px 0 0 3px;
  border: 1px solid var(--Main_Neutral-200);
  background: #FBFBFB;
  cursor: pointer;
}

.btn-quantity-plus {
  border-radius: 0 3px 3px 0;
}

.total-price-cart {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #EEE;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.total-price-value {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.total-price-value strong {
  font-weight: unset;
  font-family: var(--font-primary-regular);
}

.total-price-discount {
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.total-price-discount strong {
  font-weight: unset;
}

.cart-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.btn-border-black {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 3.044px;
  align-self: stretch;
  border: 1px solid #E7E7E7;
  background: var(--clr-white);
  color: #292929;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-color-black {
  min-height: 44px;
  width: 100%;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 3.044px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Main_Neutral-Gray-800, #1F1F1F);
  color: var(--clr-white);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.social-fixed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  bottom: 50px;
  right: 80px;
  z-index: 1000;
}

.social-fixed-item,
.social-fixed-moble-item {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: var(--clr-white);
  box-shadow: 0 4px 10px 0 rgba(18, 18, 18, 0.10);
}

.btn-sale-fixed {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  background: var(--eegenstudio-com-black);
  width: max-content;
  transform: rotate(-90deg);
  position: fixed;
  right: -70px;
  bottom: 300px;
  z-index: 1000;
  cursor: pointer;
}

.btn-sale-fixed img {
  transform: rotate(90deg);
  opacity: 0.5;
}

.btn-sale-fixed p {
  color: var(--clr-white);
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.5;
}

.modal-sale .modal-content {
  border-radius: 0;
}

.modal-sale .modal-dialog {
  width: 600px;
  height: 90vh;
  display: flex;
  align-items: center;
}

.modal-sale .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}

.modal-sale-right {
  padding: 0 12px 0 26px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.modal-sale-right-second {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  padding: 0 12px;
}

.modal-sale-right-first {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.modal-sale-right-first>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  align-self: stretch;
}

.btn-sale-sign-up,
.btn-sale-login {
  flex: 1;
}

.modal-sale-title {
  color: #242833;
  text-align: center;
  font-family: var(--font-cormorant-garamond-medium);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.modal-sale-desc {
  color: #474F5E;
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.modal-sale-right-item {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  gap: 14px;
  background: #F5F7F9;
}

.modal-sale-right-item>div {
  flex: 1;
}

.modal-sale-right-item-title {
  color: #000;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
  text-transform: uppercase;
}

.modal-sale-right-item-title strong {
  font-family: var(--font-primary-regular);
  font-weight: unset !important;
}

.modal-sale-right-item-desc {
  color: #000;
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin-top: 42px;
}

.login-header {
  width: min(100%, 390px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.login-header-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.login-header-desc {
  text-align: center;
  color: var(--Main_Neutral-Gray-600);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.login-container .line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}

.login-form {
  width: min(100%, 400px);
}

.login-container .login-form .form-group {
  margin-bottom: 16px;
}

.login-container .login-form .form-button {
  padding: 24px 0;
}

.form-login-text {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 254px;
  margin: 0 auto 24px auto;
  color: var(--Main_Neutral-Gray-900, #1A1A1A);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.form-login-text::after,
.form-login-text::before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #F2F2F2;
}

.register-container {
  margin: 48px 0 56px 0;
}

.btn-register {
  margin: 12px auto;
  width: min(100%, 400px);
}

.register-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  width: 100%;
  align-self: stretch;
}

.register-header {
  width: 100%;
  height: 140px;
  flex-shrink: 0;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.register-header-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.register-header-desc {
  width: min(100%, 390px);
  color: var(--Main_Neutral-Gray-600);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.register-content {
  width: min(100%, 1000px);
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.register-content .modal-sale-right-item {
  background: transparent;
  padding: 10px 30px
}

.new-in-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}

.new-in-menu-item {
  width: 224px;
  height: 134px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.new-in-menu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-in-menu-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--clr-white);
  font-family: var(--font-cormorant-garamond-medium);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  width: max-content;
}

.main-new-in {
  padding-bottom: 62px;
}

.main-new-in-content {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 196px;
}

.main-new-in-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.main-new-in-count-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-new-in-count-product>p {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.btn-sort-product {
  position: relative;
}

.btn-sort-product-header {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  justify-content: flex-start;
}

.btn-sort-product-header p {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.popup-sort {
  position: absolute;
  right: 0;
  top: 30px;
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 2px;
  background: var(--clr-white);
  box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.25), 0 0 12px 0 rgba(189, 189, 189, 0.25);
  width: 200px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.popup-sort.active {
  opacity: 1;
  visibility: visible;
}

.popup-sort-item {
  width: 100%;
  display: flex;
  padding: 6px 8px;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  color: #383737;
  text-overflow: ellipsis;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.main-new-in-first {
  position: fixed;
  top: 152px;
  z-index: 100;
  background-color: var(--clr-white);
  padding: 32px 0;
  border-bottom: 1px solid;
  border-color: transparent;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.main-new-in-first.sticky-menu {
  padding: 24px 0;
  border-color: var(--Main_Neutral-100);
  position: fixed;
  top: 150px;
}

.main-new-in-first.sticky-menu .new-in-menu .new-in-menu-item {
  height: 80px;
}

.main-new-in-first.sticky-menu .new-in-menu .new-in-menu-item .new-in-menu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main:has(.main-new-in-first.sticky-menu) .main-new-in {
  padding-top: 200px;
}

.main-new-in-filter-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.filter-item {
  position: relative;
}

.filter-item-header {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--Main_Neutral-100);
  background: var(--clr-white);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  gap: 2px;
}

.filter-item:hover .filter-item-header {
  border-color: var(--Main_Neutral-Gray-500);
}

.filter-item-header>p {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.filter-item-header>i {
  color: #383737;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
  margin-left: 4px;
  font-size: 12px;
}

.filter-item:hover .filter-item-header>i {
  transform: rotate(180deg);
}

.popup-filter {
  display: flex;
  padding: 12px 8px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 2px;
  background: var(--clr-white);
  box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.25), 0 0 12px 0 rgba(189, 189, 189, 0.25);
  display: flex;
  width: max-content;
  max-width: 285px;
  align-items: center;
  align-content: center;
  gap: 8px;
  flex-wrap: wrap;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}

.filter-item:hover .popup-filter,
.filter-item.active .popup-filter {
  opacity: 1;
  visibility: visible;
}

.popup-filter::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 12px;
  background-color: transparent;
}

.popup-filter-item {
  display: flex;
  height: 32px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--Main_Neutral-100);
  background: var(--clr-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.popup-filter-item:hover,
.popup-filter-item.active {
  border-color: var(--Main_Neutral-Gray-900);
  background: var(--Main_Neutral-Gray-800);
  color: var(--clr-white);
}

.popup-filter-item:has(.select-color) {
  display: flex;
  padding: 1px;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: var(--clr-white) !important;
}

.popup-filter-item:has(.select-color)>div {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.filter-sale .popup-filter {
  flex-direction: column;
  width: 200px;
  align-content: flex-start;
}

.filter-sale .popup-filter .popup-filter-item {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  background-color: var(--clr-white) !important;
  color: #383737 !important;
  font-family: var(--font-primary-thin);
  padding: 4px 20px;
}

.filter-sale .popup-filter .popup-filter-item input {
  display: none;
}

.filter-sale .popup-filter .popup-filter-item label {
  margin: 0;
  cursor: pointer;
  pointer-events: none;
}

.filter-sale .popup-filter .popup-filter-item.active .img-checkbox img:nth-child(1) {
  opacity: 0;
}

.filter-sale .popup-filter .popup-filter-item.active .img-checkbox img:nth-child(2) {
  opacity: 1;
}

.breadcrumb {
  padding: 8px;
  background-color: var(--clr-white);
  margin: 0;
  z-index: 10;
}

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb ul li {
  display: flex;
  align-items: center;
}

.breadcrumb ul li {
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 150%;
}

.breadcrumb ul li a {
  color: #D1D1D1;
}

.detail-new-in-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}

.detail-new-in-first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 151px;
  background-color: var(--clr-white);
  z-index: 10;
  padding-bottom: 4px;
}

.detail-new-in-first .main-new-in-count-product {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 15px;
}

.detail-new-in-filter-title {
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-granjon-roman);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.detail-new-in-first .btn-sort-product-header {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--Main_Neutral-100);
  background: var(--clr-white);
}

.detail-new-in-first .btn-sort-product-header i {
  font-size: 12px;
}

.detail-new-in-first .btn-sort-product-header:hover {
  border-color: var(--Main_Neutral-Gray-900);
}

.detail-new-in-first .popup-sort {
  top: 60px
}

.detail-new-in-second {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}

.detail-new-in-second-filter {
  width: 285px;
  min-height: 200px;
  position: sticky;
  top: 194px;
  padding-bottom: 40px;
}

.detail-new-in-second-product {
  flex: 1;
}

.detail-new-in-title {
  margin: 0;
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-granjon-roman);
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
}

.detail-new-in-second-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.detail-new-in-filter-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.detail-new-in-filter-item>p {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.detail-new-in-filter-item-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.slider-price-range {
  width: 100%;
  margin: 8px 8px 0 0;
}

.price-range-value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.price-range-value-min,
.price-range-value-max {
  color: var(--Main_Neutral-Gray-500);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.slider-price-range>.ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: var(--Main_Neutral-Gray-800);
  outline: none;
}

.slider-price-range {
  border-radius: 2px;
  background: var(--Main_Neutral-200);
  border: 0 !important;
  height: 4px;
}

.slider-price-range.ui-slider-horizontal .ui-slider-range {
  background: var(--Main_Neutral-Gray-800);
}

.life-style-item .product-item-tag,
.life-style-item .product-item-code {
  font-family: var(--font-primary-bold);
}

.life-style-item .product-item-name {
  font-family: var(--font-cormorant-garamond-bold);
  font-size: 20px;
  line-height: 32px;
}

.life-style-item .product-item-price-current {
  font-family: var(--font-primary-bold);
}

.life-style-item .product-item-price-old,
.life-style-item .product-item-discount {
  font-family: var(--font-primary-bold);
}

.life-style-item .btn-product-detail {
  font-family: var(--font-primary-bold);
}

.box-services-1 {
  display: flex;
  width: 100%;
  height: 328px;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  margin-top: 32px;
}

.box-services-1-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.box-services-1-left-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.box-services-1-left-desc {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.box-services-1-left-link {
  color: #292929;
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.box-services-2-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  margin-bottom: 40px;
}

.box-services-2-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.box-services-2-item-title {
  color: #383737;
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
}

.box-services-2-item-desc {
  color: var(--Main_Neutral-Gray-700, #383737);
  text-align: center;
  font-family: var(--font-primary-thin);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.box-services-2-item-link {
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.box-services-2>.row {
  margin: 0 -10px;
}

.box-services-2>.row>div {
  padding: 0 10px;
}

.membership-policy-box-1 {
  margin-top: 8px;
}

.membership-policy-box-1>.row {
  margin: 0 -10px;
}

.membership-policy-box-1>.row>div {
  padding: 0 10px;
}

.membership-policy-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.membership-policy-item-content {
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.membership-policy-item-title {
  color: #383737;
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;

}

.membership-policy-item-desc {
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--Main_Neutral-Gray-700, #383737);
  text-align: center;
  font-family: var(--font-primary-thin);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  max-height: 40px;
  text-overflow: ellipsis;
}

.membership-policy-item-link {
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.membership-policy-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.membership-policy-box-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  align-self: stretch;
}

.membership-policy-box-2-menu {
  width: 100%;
  display: flex;
  align-items: center;
}

.membership-policy-box-2-menu-item {
  padding: 8px 16px 12px 16px;
  flex: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.membership-policy-box-2-menu-item>div {
  width: max-content;
  padding: 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: transparent;
}

.membership-policy-box-2-menu-item>div>p {
  color: var(--Main_Neutral-Gray-400);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
}

.membership-policy-box-2-menu-item.active>div,
.membership-policy-box-2-menu-item:hover>div {
  border-bottom: 1px solid;
  border-color: var(--Main-Gray_950);
}

.membership-policy-box-2-menu-item.active>div>p:first-child,
.membership-policy-box-2-menu-item:hover>div>p:first-child {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-semiBold);
}

.membership-policy-box-2-content {
  width: 100%;
  padding: 0 24px;
}

.membership-policy-box-2-content-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.membership-policy-box-2-content-item {
  flex: 1;
  display: flex;
  padding: 28px 32px 28px 20px;
  justify-content: start;
  align-items: center;
  gap: 16px;
  background: var(--Special-Gray, rgba(235, 239, 243, 0.50));
}

.membership-policy-box-2-content-items .line {
  width: 1px;
  height: 80px;
  background: #F2F2F2;
}

.membership-policy-box-2-content-item>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.membership-policy-box-2-content-item-title {
  color: #000;
  font-family: var(--font-primary-regular);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.membership-policy-box-2-content-item-desc {
  color: #6F6F6F;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.membership-policy-box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.membership-policy-box-3-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.membership-policy-box-3-faqs {
  width: min(100%, 814px);
  display: flex;
  flex-direction: column;
}

.membership-policy-box-3-faq-item {
  padding: 20px 0;
  border-bottom: 1px solid;
  border-color: var(--Special-Gray);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  transition: all 0.3s ease;
}

.membership-policy-box-3-faq-item:last-child {
  border-bottom: none;
}

.membership-policy-box-3-faq-item.active {
  border-bottom: 1px solid;
  border-color: var(--Main_Neutral-300);
}

.membership-policy-box-3-faq-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.membership-policy-box-3-faq-item-header>p {
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.membership-policy-box-3-faq-item-header i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.membership-policy-box-3-faq-item.active .membership-policy-box-3-faq-item-header i {
  transform: rotate(180deg);
}

.membership-policy-box-3-faq-item-content {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.membership-policy-box-3-faq-item.active .membership-policy-box-3-faq-item-content {
  max-height: 1000px;
  margin-top: 8px;
}

.membership-policy-box-4 {
  margin-bottom: 20px;
}

.membership-policy-inner {
  margin-top: 20px;
  margin-bottom: 128px;
}

.membership-policy-title {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-granjon-roman);
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.membership-policy-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.membership-policy-footer>p {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.membership-policy-footer-items {
  display: flex;
  align-items: center;
  gap: 28px;
}

.pre-booking-services-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pre-booking-services-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.pre-booking-services-item-title {
  color: #383737;
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
}

.pre-booking-services-item-desc {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.pre-booking-services-item-link {
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.pre-booking-services-items {
  margin: 12px 0 60px 0;
}

.how-to-order-inner {
  margin: 20px 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.how-to-order-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.how-to-order-menu {
  width: min(100%, 700px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.how-to-order-menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.how-to-order-menu-item>p {
  padding: 0 24px 8px 24px;
  border-bottom: 1px solid;
  border-color: transparent;
  transition: all 0.3s ease;
  color: #737373;
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.how-to-order-menu-item:hover>p,
.how-to-order-menu-item.active>p {
  border-color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-semiBold);
  color: var(--Main_Neutral-Gray-700);
}

.pre-booking-services-items>.row {
  margin: 0 -10px;
}

.pre-booking-services-items>.row>div {
  padding: 0 10px;
}

.how-to-order-box-1-link {
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.how-to-order-box-1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.dchic-tailor-inner {
  margin-top: 95px;
}

.how-to-order-box-1-item-content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.how-to-order-box-1-item-desc {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.how-to-order-box-1-item-link {
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.booking-appointmentr-inner {
  margin: 60px 0 120px 0;
}

.gift-item .product-item-name {
  font-family: var(--font-cormorant-garamond-medium);
}

.gift-item .product-item-price-current {
  font-family: var(--font-primary-light);
  color: var(--Main_Neutral-Gray-900) !important;
}

.location-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 12px 0 60px 0;
}

.location-left {
  flex: 1;
}

.location-right {
  width: 338px;
  height: 974px;
  overflow-y: scroll;
}

.location-right::-webkit-scrollbar {
  display: none;
}

.location-right-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.location-right-item {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border: 1px solid #EAEAEA;
  background: #FFF;
  cursor: pointer;
}

.location-right-item-logo {
  padding: 8px 0;
}

.location-right-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.location-right-item-content>div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}

.location-right-item-main {
  padding: 5px 0;
  color: #1B1B1B;
  font-family: var(--font-primary-bold);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.location-right-item-address {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}

.location-right-item-phone {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.location-right-item-phone>a {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.location-right-item-booking,
.location-right-item-office {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.location-right-item-office>a,
.location-right-item-booking>a {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
}

.modal-view-store .modal-dialog {
  width: 594px;
}

.modal-view-store .modal-content,
.modal-login .modal-content {
  border-radius: 0;
}

.modal-view-store .modal-body,
.modal-view-store-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.modal-view-store-body {
  padding: 0;
}

.modal-view-store .close {
  opacity: 1;
  position: absolute;
  padding: 4px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.modal-view-store-header {
  width: min(100%, 210px);
  color: var(--Main_Neutral-Gray-900);
  text-align: center;
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.modal-view-store .modal-body .line {
  width: 546px;
  height: 1px;
  background: #F2F2F2;
}

.modal-view-store-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  width: 100%;
}

.modal-view-store-info>p {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  /* 142.857% */
}

.modal-view-store-carousel .owl-dots {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  margin-top: 12px;
}

.modal-view-store-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: var(--Main_Neutral-300);
}

.modal-view-store-carousel .owl-dots .owl-dot.active {
  background: var(--Main_Neutral-Gray-700);
}

.modal-view-store-introduce {
  display: flex;
  padding: 20px 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: rgba(244, 244, 244, 0.50);
}

.modal-view-store-introduce>.editor-content {
  width: 100%;
  height: 140px;
  padding-right: 20px;
  overflow-y: scroll;
}

.modal-view-store-introduce>.editor-content::-webkit-scrollbar {
  width: 2px;
}

.modal-view-store-introduce>.editor-content::-webkit-scrollbar-track {
  background: var(--Main_Neutral-300);
}

.modal-view-store-introduce>.editor-content::-webkit-scrollbar-thumb {
  background: var(--Main_Neutral-Gray-900);
}

.modal-view-store-action {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}

.modal-view-store-action-hotline {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 3.044px;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #E7E7E7;
  background: #FFF;
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.modal-view-store-action-map {
  display: flex;
  background: var(--Main_Neutral-Gray-800);
  color: #FFF;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 3.044px;
  flex: 1 0 0;
  height: 100%;
}

.appointment-request-inner {
  display: flex;
  width: min(100%, 400px);
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin: 42px auto;
}

.appointment-request-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.appointment-request-form {
  width: 100%;
}

.form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.appointment-request-form-store,
.appointment-request-form-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.appointment-request-form-store>p,
.appointment-request-form-header>p:first-child {
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.appointment-request-form-store>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.appointment-request-form-store>div>p {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.appointment-request-form-store>div>a {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.appointment-request-form-header>p:last-child {
  color: var(--Main_Neutral-Gray-500);
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.form-appointment {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.form-appointment>.form-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.form-appointment>.form-group>label {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-weight: unset;
  margin: 0;
}

.form-appointment>.form-group>.input-group:not(.select-form),
.form-appointment>.form-group>.input-group.select-form>.select-form-header {
  display: flex;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Main_Neutral-200, #EDEDED);
  cursor: pointer;
}

.form-appointment>.form-group>.input-group.textarea-form {
  height: max-content;
}



.select-form-header i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
  font-size: 12px;
}

.select-form-header.active i {
  transform: rotate(180deg);
}

.form-appointment>.form-group>.input-group input,
.form-appointment>.form-group>.input-group textarea,
.form-appointment>.form-group>.input-group.select-form .select-form-header-time {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  flex: 1;
  height: 100%;
  color: var(--Layout-700);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  align-items: center;
  resize: none;
}

.form-appointment>.form-group>.input-group.date input {
  height: 40px;
  margin-top: -12px;
  margin-left: -12px;
  padding-left: 12px;
}

.form-appointment>.form-group>.input-group input::placeholder {
  color: var(--Main_Neutral-Gray-800);
}

.form-appointment>.form-group>.input-group.select-form {
  position: relative;
}

.form-appointment>.form-group>.input-group.select-form .select-form-header-time {
  flex: 1;
}

.action-form-button {
  width: 100%;
}

.select-form-popup {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 12px 12px 0 0;
  background: #FFF;
  box-shadow: 0 -6px 20px 2px rgba(168, 168, 168, 0.10);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.select-form-popup.active {
  opacity: 1;
  visibility: visible;
}

.select-form-popup-item {
  display: flex;
  height: 40px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--Main_Neutral-Gray-500);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.select-form-popup-item:hover {
  opacity: 0.5;
  background: var(--Main_Neutral-100)
}

.popup-time-item.disible-item {
  text-decoration-line: line-through;
  cursor: no-drop;
}

.booking-appointment-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.booking-appointment-link {
  width: min(100%, 400px);
  margin: 0 auto;
}

.booking-appointment-box-1>.row {
  margin: 0 -10px;
}

.booking-appointment-box-1>.row>div {
  padding: 0 10px;
}

/* custom popup datepicker */
.datepicker-custom {
  width: 400px;
  padding: 24px 20px;
  border-radius: 12px 12px 0 0;
  background: var(--clr-white);
  box-shadow: 0 -6px 20px 2px rgba(168, 168, 168, 0.10);
  border: none !important;
  margin-top: 35px;
  z-index: 1100 !important;
}

.datepicker-custom .ui-datepicker-prev span,
.datepicker-custom .ui-datepicker-next span {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}

.datepicker-custom .ui-datepicker-prev span {
  background-image: url('prev.png');
  background-repeat: no-repeat;
  background-position: center;
}

.datepicker-custom .ui-datepicker-next span {
  background-image: url('next.png');
  background-repeat: no-repeat;
  background-position: center;
}

.datepicker-custom .ui-datepicker-header {
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
}

.datepicker-custom .ui-datepicker-calendar thead {
  color: var(--Neutral-400);
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 10px;
}

.datepicker-custom .ui-datepicker-calendar tbody tr td a {
  display: flex;
  width: 25px;
  height: 25px;
  padding: 0 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  margin: 0 auto;
  border: none !important;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.datepicker-custom .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month a {
  color: var(--Neutral-300, #BDBDBD);
}

.datepicker-custom .ui-datepicker-calendar tbody tr td a:hover,
.datepicker-custom .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #1F1F1F;
  color: var(--clr-white);
}

.datepicker-custom .ui-datepicker-calendar tbody tr:not(:last-child) td a {
  margin-bottom: 25px;
}

.ui-datepicker table {
  margin: 0;
}

/* end custom popup datepicker */

.action-form-button {
  display: flex;
  align-items: center;
  gap: 12px;
}

.action-form-button>button {
  flex: 1;
}

.count-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  width: 100%;
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.confirm-appointment {
  height: 80dvh;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(100%, 400px);
  margin: 0 auto;
  justify-content: center;
}

.btn-return-home {
  max-height: 44px;
}

.appointment-request-desc {
  color: var(--Main_Neutral-Gray-800);
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 21px;
}

.product-detail-box-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 53px;
}

.product-detail-box-1 {
  margin: 20px 0 70px 0;
  display: flex;
  align-items: flex-start;
  gap: 59px;
}

.product-detail-box-1-right {
  width: min(100%, 600px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-detail-box-1-left {
  flex: 1;
  height: 582px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.product-detail-box-1-left-first {
  height: 100%;
  width: 90px;
}

.list-img-slider {
  width: 100%;
  height: 100%;
}

.product-detail-title {
  color: #000;
  font-family: var(--font-cormorant-garamond-regular);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

.product-detail-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  align-self: stretch;
}

.product-detail-price-value {
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  /* 140% */
}

.product-detail-price-old {
  color: var(--Main_Neutral-Gray-600);
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}

.product-detail-discount {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.product-detail-discount-item {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  background: rgba(235, 239, 243, 0.50);
  width: 100%;
}

.product-detail-discount-value {
  color: #000;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
}

.product-detail-style {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.product-detail-style-item {
  display: flex;
  width: 100%;
  padding: 4px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.product-detail-style-title {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
}

.product-detail-size-items,
.product-detail-color-items {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-detail-size-item {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--Main_Neutral-100);
  background: var(--clr-white);
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-detail-size-item:hover,
.product-detail-size-item.active {
  color: var(--clr-white);
  border-color: var(--Main_Neutral-Gray-900);
  background-color: var(--Main-Gray_950);
}

.product-detail-size-actions {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.product-detail-size-actions>div:not(.line) {
  color: #1F1F1F !important;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  cursor: pointer;
}

.product-detail-size-actions>.line {
  width: 1px;
  height: 20px;
  background: #D1D1D1;
}

.product-detail-color-item {
  display: flex;
  padding: 1px;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #EDEDED;
  width: 14px;
  height: 14px;
}

.product-detail-color {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #000;
}

.product-detail-gift-items {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.product-detail-gift-item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.product-detail-gift-img {
  width: 45px;
  height: 65px;
  flex-shrink: 0;
}

.product-detail-gift-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-gift-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-detail-gift-name {
  color: #000;
  font-family: var(--font-primary-regular);
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
}

.product-detail-gift-price {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
  text-transform: lowercase;
}

.product-detail-gift-size {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.product-detail-gift-size-value {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid var(--Main_Neutral-100);
  background: var(--clr-white);
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
  cursor: pointer;
}

.product-detail-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-detail-mix-and-match .product-item {
  padding: 0;
  margin-bottom: 24px;
}

.product-detail-mix-and-match {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.btn-add-cart {
  display: flex;
  height: 40px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  align-self: stretch;
  text-transform: none;
  margin-top: -24px;
}

.tooltip-like-item .btn-add-cart {
  width: 40px;
  border-radius: 50%;
  margin-top: 8px;
}

.btn-add-cart>p:first-child>span {
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
}

.btn-add-cart>.line {
  width: 1px;
  height: 18px;
  background-color: var(--clr-white);
}

.product-desciption-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-desciption-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-desciption-item-header {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #EBEFF3;
}

.product-desciption-item-header-title {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
}

.product-desciption-item-header i {
  transition: all 0.3s ease;
  font-size: 12px;
}

.product-desciption-item.active .product-desciption-item-header i {
  transform: rotate(180deg);
}

.product-desciption-item-content {
  display: flex;
  padding: 0 8px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Special-Gray);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.product-desciption-item.active .product-desciption-item-content {
  max-height: 1000px;
  padding: 8px;
}

.product-desciption-item-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-desciption-item-content ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-desciption-item-content ul li>p {
  flex: 1;
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.slider-actions {
  display: flex;
  height: 28px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: #F5F7F9;
  position: relative;
  z-index: 10;
  margin-top: -26px;
}

.slider-actions>div {
  width: 20px;
  height: 20px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.list-img-slider .swiper-slide {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.list-img-slider .swiper-slide-active {
  opacity: 1;
}

.product-detail-box-1-left-second {
  flex: 1;
  height: 100%;
}

.product-detail-box-1-left-second>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-box-1 {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.cart-box-1-left {
  width: calc(100% - 426px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.cart-box-1-right {
  width: 376px;
  position: sticky;
  top: 160px;
}

.car-order-sumary {
  border: 1px solid var(--Main_Neutral-100);
  width: 100%;
}

.car-order-sumary-header {
  display: flex;
  padding: 24px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-granjon-roman);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  background-color: var(--Special-Gray);
}

.car-order-sumary-item {
  display: flex;
  padding: 20px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px dashed #f2f2f2;
}

.car-order-sumary-link {
  color: #1F1F1F;
  font-family: var(--font-primary-light);
  font-size: 12.011px;
  font-style: normal;
  line-height: 21.619px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.car-order-sumary-item-title {
  color: #1F1F1F;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.car-order-sumary-footer {
  display: flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.car-order-sumary-product-items {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.car-order-sumary-product-item {
  width: 80px;
  height: 100%;
}

.car-order-sumary-product-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-order-sumary-total-value {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.car-order-sumary-total-value>span {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 24px;
}

.car-order-sumary-total-discount {
  color: var(--Secondary-Red-950);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.car-order-sumary-total {
  margin-bottom: 14px;
}

.btn-checkout {
  font-family: var(--font-primary-light);
}

.cart-box-1-right-bottom {
  display: flex;
  padding: 24px 24px 32px 24px;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  background: #F5F7F9;
  border: 1px solid var(--Main_Neutral-100);
  margin-top: 24px;
}

.cart-box-1-right-bottom-img {
  width: 80px;
  height: 80px;
}

.cart-box-1-right-bottom-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-box-1-right-bottom-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-box-1-right-bottom-header {
  display: flex;
  align-items: center;
  gap: 2px;
}

.cart-box-1-right-bottom-header-title {
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 24.021px;
}

.cart-box-1-right-bottom-value {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cart-box-1-right-bottom-total {
  color: var(--Main_Neutral-Gray-400, #737373);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.cart-box-1-right-bottom-discount {
  color: var(--Secondary-Red-950);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.cart-box-1-right-bottom-discount>span {
  font-family: var(--font-primary-regular);
}

.cart-box-1-right-bottom-value .line {
  width: 1px;
  height: 12px;
  background-color: var(--Main_Neutral-Gray-400);
}

.btn-view {
  cursor: pointer;
  display: flex;
  height: 28px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #E7E7E7;
  background: var(--clr-white);
  color: #292929;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.cart-box-1 {
  margin-top: 16px;
}

.cart-box-2 {
  margin-top: 72px;
}

.cart-check-box input:checked~.img-checkbox>img:last-child {
  opacity: 1;
}

.cart-check-box input:checked~.img-checkbox>img:first-child {
  opacity: 0;
}

.cart-check-box {
  color: #383737;
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  font-weight: unset;
  line-height: 18px;
}

.cart-box-1-left .line {
  width: 783px;
  height: 1px;
  background: #F2F2F2;
}

.cart-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.cart-product-header {
  display: flex;
  padding: 16px 12px 16px 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background: #F8F8F8;
  width: 100%;
}

.cart-check-box {
  margin: 0;
}

.cart-product-menu {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.cart-product-menu-item {
  width: max-content;
  cursor: pointer;
  display: flex;
  height: 32px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--Main_Neutral-100);
  background: var(--clr-white);
  transition: all 0.3s ease;
}

.cart-product-menu-item:hover,
.cart-product-menu-item.active {
  border-color: var(--Main_Neutral-Gray-900);
  background: var(--Main_Neutral-Gray-800);
  color: var(--clr-white);
}

.add-more-products {
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.out-of-stocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.out-of-stocks-item-img {
  width: 100%;
  height: 150px;
  opacity: 0.5;
}

.out-of-stocks-item-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.out-of-stocks-item-tag {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  background: rgba(31, 31, 31, 0.50);
  color: var(--clr-white);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.out-of-stocks-item-tag-2 {
  display: flex;
  height: 28px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 3.044px;
  align-self: stretch;
  margin-top: 4px;
  border: 1px solid #E7E7E7;
  background: #FFF;
}

.out-of-stocks-carousel .owl-prev {
  display: none;
}

.out-of-stocks-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}

.cart-checkbox-product .img-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
}

.cart-product-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.cart-product-item {
  display: flex;
  padding: 10px 0;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.cart-checkbox-product {
  cursor: pointer;
  padding: 3px;
  display: flex;
  align-items: center;
}

.cart-checkbox-product .img-checkbox {
  width: max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cart-checkbox-product .img-checkbox img {
  width: 26px;
  height: 26px;
}

.cart-check-box:has(.chossen-all-item) p {
  margin-left: 4px;
}

.cart-product-item-content {
  flex: 1;
}

.cart-product-item-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.product-item-tag,
.product-item-code {
  flex: 1;
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.product-item-code {
  text-align: end;
}

.cart-product-item .product-item-quantity {
  display: flex;
  align-items: center;
}

.cart-product-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-product-note {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.28px;
}

.cart-product-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

.cart-product-item-info .product-item-name {
  font-family: var(--font-noto-serif-medium);
  font-size: 15px;
  line-height: 28px;
}

.cart-product-color-size {
  display: flex;
  padding: 0 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 27px;
  background: var(--Main_Neutral-200);
  cursor: pointer;
}

.cart-product-color {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-product-color .product-detail-color-item {
  border-color: #CBCBCB;
}

.cart-product-size,
.cart-product-color p {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 27px;
}

.cart-product-color-size i {
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-product-item-price {
  width: 100%;
  display: flex;
  padding-right: 8px;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}

.cart-product-item-price .product-item-price {
  padding: 0;
  align-items: center;
}

.cart-product-item-img {
  width: 175px;
  height: 230px;
  flex-shrink: 0;
}

.cart-product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-cart-product .modal-dialog {
  width: min(95%, 985px);
}

.modal-cart-product .modal-body {
  border-radius: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.modal-cart-product-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-cart-product-header-title {
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-noto-serif-semiBold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.modal-cart-product .modal-content {
  border-radius: 0;
}

.modal-cart-product-header .btn-close-modal i {
  font-size: 18px;
}

.modal-cart-product .modal-body>.line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}

.modal-cart-product {
  width: 100%;
  margin: 0;
  gap: 24px;
}

.modal-cart-product .product-detail-box-1-right {
  width: min(100%, 464px);
}

.modal-cart-product .product-detail-box-1-left {
  gap: 12px;
  height: 472px;
}

.modal-cart-product .list-img-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0
}

.modal-cart-voucher .modal-cart-product-header-title,
.modal-redeem-points .modal-cart-product-header-title {
  font-family: var(--font-cormorant-garamond-semiBold);
}

.modal-cart-voucher .modal-dialog,
.modal-redeem-points .modal-dialog {
  width: min(95%, 590px);
}

.modal-cart-voucher .modal-body,
.modal-redeem-points .modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.modal-cart-voucher .modal-body>.line,
.modal-redeem-points .modal-body>.line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}

.modal-cart-voucher .modal-content,
.modal-redeem-points .modal-content {
  border-radius: 0;
}

.voucher-modal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}

.voucher-modal-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.voucher-modal-search-title {
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.form-search {
  width: 100%;
}

.form-search>form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-search>form>.form-group {
  flex: 1;
  margin: 0;
  display: flex;
  height: 40px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid var(--Main_Neutral-200);
}

.form-search>form>.form-group input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: lowercase;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.form-search>form>.form-button {
  width: 173px;
  padding: 0;
}

.form-search>form>.form-button>button {
  min-height: 40px;
}

.voucher-modal-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}

.voucher-modal-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  align-self: stretch;
}

.voucher-modal-item>div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.voucher-modal-item-title {
  color: #1F1F1F;
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}

.voucher-modal-code {
  flex: 1;
  color: var(--Secondary-Red-950);
  text-align: right;
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.voucher-modal-value-code {
  color: var(--Main_Neutral-Gray-900);
  text-align: right;
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}

.voucher-modal-link {
  flex: 1;
  text-align: end;
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.my-voucher-item-title {
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
}

.my-voucher-container {
  width: 100%;
  overflow-x: scroll;
  user-select: none;
}

.my-voucher-container::-webkit-scrollbar {
  display: none;
}

.my-voucher-items {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}

.my-voucher-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.my-voucher-item-img {
  width: 96px;
  height: 64px;
}

.my-voucher-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-voucher-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
}

.my-voucher-item-title {
  color: #161515;
  font-family: var(--font-noto-serif-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.my-voucher-item-value {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: 20px;
}

.my-voucher-item-hsd-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-voucher-item-hsd-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.my-voucher-item-hsd {
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-light);
  font-size: 8px;
  font-style: normal;
  line-height: normal;
}

.my-voucher-item-link {
  color: #292929;
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.modal-cart-voucher .modal-dialog {
  margin: 6% auto;
}

.modal-login .modal-dialog {
  margin: 10% auto;
}

.car-order-sumary-content {
  padding: 20px 24px;
}

.checkout-order .car-order-sumary-item {
  padding: 20px 0;
}

.checkout-order .car-order-sumary-total {
  margin: 0
}

.checkout-order {
  width: min(100%, 376px);
}

.checkout-inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.checkout-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.checkout-order .car-order-sumary-total {
  padding: 24px 0 8px 0;
}

.checkout-order .car-order-sumary-total-discount {
  color: var(--Main_Neutral-Gray-400);
}

.checkout-order-product {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}

.order-body .checkout-order-product {
  max-height: 800px;
  overflow-y: scroll;
}



.checkout-order-product-item {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  gap: 12px;
}

.checkout-order-product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.checkout-order-product-img {
  width: 115px;
  position: relative;
}

.checkout-order-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-order-product-content .cart-product-item-header {
  gap: 0;
}

.checkout-order-product-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkout-order-product-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-order-product-info-item-title {
  color: #858585;
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
}

.checkout-order-product-info-item-value {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.checkout-order-product-info>div:not(.checkout-order-product-info-item) {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.form-contact-info-header {
  display: flex;
  padding: 23px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.form-contact-info-header-title {
  flex: 1;
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-granjon-roman);
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
}

.form-contact-info-header-link {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: #383737;
  text-overflow: ellipsis;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.form-checkout {
  width: 100%;
}

.form-checkout .form-group:not(:last-child) {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-checkout .form-group:last-child {
  margin-bottom: 0;
}

.form-checkout .form-group label {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: unset;
  line-height: 20px;
  margin: 0;
}

.form-checkout .form-group>.form-control {
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Main_Neutral-200);
}

.form-checkout .form-group>.form-control input {
  flex: 1;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--Layout-700);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.checkout-inner {
  margin-bottom: 72px;
}

.loading-checkout {
  animation: loading 2s linear infinite;
}

.modal-login .modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.modal-login .modal-body .line,
.checkout-form .line {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.modal-login .modal-body .form-button {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-login .modal-body .btn-register {
  margin: 0;
  flex: 1;
  color: #292929 !important;
  font-family: var(--font-primary-light);
}

.loading-checkout {
  opacity: 0;
}

.btn-submit-form-checkout.loading .loading-checkout {
  opacity: 1;
}

.shipping-address-content {
  padding-top: 0 !important;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.shipping-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.shipping-address {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.shipping-address-header>p {
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 13px;
  font-style: normal;
  line-height: 21px;
}

.shipping-address-header-edit {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  /* 161.538% */
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.checkout-order-total {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background: #FFF;
}

.checkout-order-total-item {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.checkout-order-total-item-title {
  flex: 1;
  overflow: hidden;
  color: var(--Main_Neutral-Gray-600);
  text-overflow: ellipsis;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.checkout-order-total-item-value {
  text-align: right;
  overflow: hidden;
  color: var(--Main_Neutral-Gray-700);
  text-overflow: ellipsis;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  flex: 1;
  line-height: 20px;
}

.checkout-order-total-item:last-child {
  padding-top: 12px;
  border-top: 1px dashed #f2f2f2;
}

.checkout-order-total-item:last-child .checkout-order-total-item-title,
.checkout-order-total-item-value.value-total {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  line-height: 20px;
}

.checkout-success-header-inner {
  width: 100%;
  height: 100px;
  flex-shrink: 0;
  background: var(--Main_Neutral-Gray-700);
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 0 32px;
  margin: 48px 0;
}

.checkout-success-header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-success-header-title {
  color: var(--Gray-350);
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.checkout-success-header-text {
  color: var(--Main_Neutral-300) !important;
  font-family: var(--font-primary-light);
  font-size: 11px;
  font-style: normal;
  line-height: 20px;
}

.checkout-success-header-text a {
  color: var(--Main_Neutral-300) !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 16%;
  text-underline-position: from-font;
}

.checkout-success-header-img {
  position: absolute;
  top: 0;
  right: 7px;
  height: 100%;
}

.checkout-success-body {
  margin-bottom: 52px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.add-to-cart-link {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.checkout-success-body-inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.checkout-success-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-success-left-address {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-success-left-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-success-left-address-header-title {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.checkout-success-left-address-header-copy {
  color: var(--Secondary-Red-950);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 21px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.checkout-success-left-address>p {
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-light);
  font-size: 11px;
  font-style: normal;
  line-height: 20px;
}

.checkout-success-left-address-name {
  color: var(--Main-Gray_950);
  white-space: nowrap;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.checkout-success-left .line {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.checkout-success-left-list-product .checkout-order-product-item .checkout-order-product-content {
  flex: 1;
}

.checkout-success-left-list-product {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.checkout-success-left-list-product .checkout-order-product-item:not(:last-child) {
  border-bottom: 1px dashed #f2f2f2;
  padding-bottom: 22px;
}

.checkout-success-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.blog-menu {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 12px 120px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid var(--Main_Neutral-100);
  background: var(--clr-white);
}

.blog-menu-inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.blog-menu-item {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-menu-item>p {
  border-bottom: 1px solid;
  border-color: transparent;
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0 8px 8px 8px;
}

.blog-menu-item:hover>p,
.blog-menu-item.active>p {
  border-color: var(--Main-Gray_950);
  color: var(--Main-Gray_950);
}

.blog-menu-child {
  padding: 24px 0;
  border-top: 1px solid var(--Main_Neutral-100);
  border-bottom: 1px solid var(--Main_Neutral-100);
  background: var(--clr-white);
}

.blog-menu-child-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.blog-menu-child-item {
  width: max-content;
  position: relative;
}

.blog-menu-child-item-img {
  width: 100%;
  height: 80px;
}

.blog-menu-child-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-menu-child-item-content {
  color: var(--clr-white);
  font-family: var(--font-granjon-roman);
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.blog-menu-child-item {
  cursor: pointer;
  padding: 24px 20px;
  background-image: url(/img/blog-img-menu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.main-blog .breadcrumb {
  padding: 20px 0;
}

.blog-container-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  margin-top: 20px;
}

.blog-layout-first {
  margin-top: -20px;
}

.blog-layout-first {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}

.blog-item-first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.blog-item-tag {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
}

.blog-item-title {
  color: #383737;
  font-family: var(--font-noto-serif-medium);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-transform: capitalize;
}

.blog-item-read-more {
  color: #383737;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.blog-layout-second {
  width: 100%;
}

.blog-item-second-2 {
  margin-bottom: 58px;
  gap: 20px;
}

.blog-item-second-2 .blog-item-title {
  font-size: 20px;
  line-height: 32px;
}

.blog-item-second-2 .blog-item-read-more {
  font-size: 19px;
  font-style: normal;
  font-weight: 20px;
}

.blog-layout-second>.row {
  margin: 0 -10px;
}

.blog-layout-second>.row>div {
  padding: 0 10px;
}

.blog-detail-inner {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.blog-detail-right {
  width: 310px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: sticky;
  top: 175px;
}

.blog-detail-left {
  flex: 1;
}

.blog-detail-menu,
.blog-detail-best-seller {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-detail-menu-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-detail-menu-header i {
  font-size: 10px;
}

.blog-detail-menu-title {
  display: flex;
  padding: 4px 0;
  border-bottom: 1px solid var(--Main_Neutral-Gray-700);
}

.blog-detail-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.blog-detail-menu-item {
  height: 28px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  border-left: 2px solid;
  border-color: transparent;
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-detail-menu-item:hover,
.blog-detail-menu-item.active {
  border-color: var(--Main-Gray_950);
  color: var(--Main-Gray_950);
}

.blog-detail-best-seller .checkout-order-product-item .product-item-name {
  font-size: 14px;
  line-height: 28px;
}

.blog-detail-best-seller .checkout-order-product-item .checkout-order-product-content {
  flex: 1;
}

.blog-detail-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 42px;
}

.blog-detail-tag {
  color: #383737;
  font-family: var(--font-primary-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.blog-detail-title {
  color: #000;
  font-family: var(--font-noto-serif-medium);
  font-size: 42px;
  font-style: normal;
  line-height: 58px;
  letter-spacing: -0.221px;
}

.blog-detail-author {
  color: var(--Main_Neutral-Gray-500);
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 16.36px;
  text-transform: uppercase;
}

.blog-detail-date {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  letter-spacing: -0.1px;
}

.blog-detail-what-new {
  padding: 120px 0;
}

.blog-detail-what-new-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.main-information-inner {
  padding: 42px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.main-information-title {
  color: var(--Main_Neutral-Gray-700);
  text-align: center;
  font-family: var(--font-granjon-Bold);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.main-information-inner .line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}

.main-information-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.main-information-left {
  display: flex;
  width: 280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.main-information-content .line {
  width: 1px;
  min-height: 364px;
  background: #F2F2F2;
}

.main-information-right {
  flex: 1;
}

.information-user {
  width: 100%;
  height: 74px;
  flex-shrink: 0;
  margin: 0;
  padding: 24px 12px
}

.information-user .tooltip-user-info {
  gap: 4px;
}

.information-user .tooltip-user-info .tooltip-user-img {
  width: 30px;
  height: 30px;
}

.information-user .tooltip-user-info>div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.information-user .tooltip-user-name {
  color: #F8F8F8;
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  text-transform: uppercase;
}

.information-user .tooltip-user-rank {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  color: var(--Main_Neutral-Gray-500);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 8px;
  font-style: normal;
  line-height: 12px;
  text-transform: capitalize;
}

.information-user .tooltip-user-bg {
  width: 67px;
  height: 42px;
  right: 10px;
  bottom: 10px;
  top: unset;
}

.tooltip-user-bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-information-menu {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.main-information-menu-item {
  height: 28px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-left: 2px solid;
  border-color: transparent;
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease;
}

.main-information-menu-item:hover,
.main-information-menu-item.active {
  border-color: var(--Main-Gray_950);
  color: var(--Main-Gray_950);
}

.information-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.information-user-info-item {
  width: min(100%, 335px);
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 12px 0
}

.information-user-info-title {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.information-user-info-content {
  flex: 1;
  color: var(--Main-Gray_950);
  text-align: right;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.information-user-info-link {
  color: var(--Main-Gray_950) !important;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
  flex: 1;
  cursor: pointer;
}

.information-user-info-link:last-child {
  text-align: right;
}

.address-shipping-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.address-shipping-user-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.address-shipping-user-item-first {
  width: 100%;
  display: flex;
  padding: 24px 20px 20px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid #EDEDED;
}

.address-shipping-user-item-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.address-shipping-user-item-name {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-regular);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.address-shipping-user-item-address {
  overflow: hidden;
  color: #383737;
  text-overflow: ellipsis;
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.address-shipping-user-item-second {
  display: flex;
  padding: 8px 20px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.address-shipping-user-default {
  display: flex;
  width: 48px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background: var(--Main_Neutral-100);
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-thin);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.address-shipping-user-edit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  color: #383737;
  font-family: var(--font-primary-thin);
  font-size: 13px;
  font-style: normal;
  line-height: 21px;
}

.history-point-user-header {
  width: 100%;
  height: 130px;
  flex-shrink: 0;
  position: relative;
  background: var(--Main_Neutral-Gray-700, #383737);
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.history-point-user-header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.history-point-user-header-title {
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
}

.history-point-user-header-point {
  color: #F8F8F8;
  font-family: var(--font-primary-regular);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-transform: capitalize;
}

.history-point-user-header .tooltip-user-bg {
  top: unset;
  bottom: 0;
}

.history-point-user-body {
  margin-top: 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}

.history-point-user-body-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 12px 0;
}

.history-point-user-body-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex: 1;
}

.history-point-user-body-item-title {
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.history-point-user-body-item-point {
  color: var(--Main-Gray_950);
  text-align: right;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.history-point-user-body-item-date {
  color: var(--Main_Neutral-300);
  text-align: right;
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}

.information-rank-header {
  width: 100%;
  height: 184px;
  background: var(--Main_Neutral-Gray-700);
  position: relative;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.information-rank-header .tooltip-user-bg {
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
  margin: auto;
}

.information-rank-header-title {
  color: var(--Main_Neutral-100);
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.information-rank-header-hsd {
  color: var(--Main_Neutral-200);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}

.information-rank-header-hsd>strong,
.information-rank-header-point {
  color: var(--Main_Neutral-200);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: unset;
  line-height: normal;
}

.tooltip-user-range {
  width: min(100%, 335px);
  height: 12px;
  border-radius: 60px;
  padding: 0 4px;
  background: #EFF2F6;
  position: relative;
  display: flex;
  align-items: center;
}

.tooltip-user-range-active {
  width: 40%;
  height: 8px;
  background-color: var(--Main_Neutral-Gray-600);
  border-radius: 60px;
}

.information-rank-box {
  margin-top: 16px;
  padding: 0;
  gap: 16px;
}

.information-rank-box .membership-policy-box-2-content {
  padding: 0;
}

.information-rank-box .membership-policy-box-2-content .membership-policy-box-2-content-items {
  flex-direction: column;
  width: max-content;
}

.information-rank-box .membership-policy-box-2-content .membership-policy-box-2-content-item {
  background-color: transparent;
  padding: 12px 12px 12px 0;
}

.information-rank-box .membership-policy-box-2-content .line {
  width: 100%;
  min-height: 1px;
}

.order-user {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.order-menu {
  display: flex;
  align-items: center;
}

.order-menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.order-menu-item>p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 8px 8px 8px;
  border-bottom: 1px solid;
  border-color: transparent;
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-regular);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  transition: all 0.3s ease;
}

.order-menu-item:hover>p,
.order-menu-item.active>p {
  border-color: var(--Main_Neutral-Gray-700);
  color: var(--Main_Neutral-Gray-700);
}

.order-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-body .checkout-order-product-content {
  flex: 1;
}

.order-body-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-body-header-code {
  color: #383737;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.order-body-header-count-item {
  color: #383737;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  /* 166.667% */
}

.order-price-total {
  width: min(100%, 337px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-price-total>p {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.order-price-total>p:last-child {
  text-align: right;
}

.order-footer {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: -24px;
}

.btn-processing {
  opacity: 0.5;
}

.community-header-inner {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.community-header-menu {
  display: flex;
  align-items: center;
}

.community-header-menu-item {
  display: flex;
  width: 160px;
  padding: 8px 4px 4px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.community-header-menu-item>p {
  display: flex;
  padding: 0 8px 8px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid;
  border-color: transparent;
  color: var(--Main_Neutral-Gray-400);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  transition: all 0.3s ease;
}

.community-header-menu-item:hover>p,
.community-header-menu-item.active>p {
  color: var(--Main_Neutral-Gray-700);
  border-color: var(--Main_Neutral-Gray-700);
}

.community-header-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.community-header-right-btn {
  display: flex;
  min-width: 127px;
  width: max-content;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Main_Neutral-200);
  color: var(--Main_Neutral-Gray-900, #1A1A1A);
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.community-box-second {
  margin: 52px 0 36px 0;
}

.community-box-second-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F6F6F8;
}

.community-box-second-item {
  flex: 1;
  display: flex;
  padding: 20px 0 20px 80px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  cursor: pointer;
  position: relative;
}

.community-box-second-item-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-box-second-item-desc {
  color: #000;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-box-second-item::after {
  width: 1px;
  height: 36px;
  background: var(--clr-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
}

.community-box-third-inner {
  margin-bottom: 56px;
  display: flex;
  width: 1238px;
  max-width: 1280px;
  padding: 12px 0;
  align-items: flex-start;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.community-box-third-title {
  color: #000;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-box-third-title>a {
  color: #136BEA;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.community-box-2-inner>.row {
  margin: 0 -10px;
}

.community-box-2-inner>.row>div {
  padding: 0 10px;
}

.community-box-2-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.community-box-2-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.community-box-2-item-header-title {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-granjon-roman);
  font-size: 15.733px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.community-box-2-item-header-link {
  color: var(--Main_Neutral-Gray-700) !important;
  text-align: center;
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.community-box-2-item-list {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
}

.community-box-2-item-list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.community-box-2-item-list-item-content {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.community-box-2-item-list-item-content>p {
  color: var(--Main-Gray_950);
  font-family: var(--font-noto-serif-medium);
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  /* 291.477% */
}

.community-box-3 {
  margin: 32px 0;
}

.community-box-3-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.community-box-3-header {
  display: flex;
  max-width: 100%;
  padding: 9px 20px 11px 20px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #E8E8E8;
}

.community-box-3-header-title {
  color: #000;
  font-family: var(--font-granjon-roman);
  font-size: 24px;
  font-style: normal;
  line-height: 26px;
}

.community-box-3-body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.community-box-3-body-menu {
  width: 140px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.community-box-3-body-menu-item {
  display: flex;
  padding: 5px 13px 5px 10px;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  background-color: transparent;
  cursor: pointer;
}

.community-box-3-body-menu-item:hover,
.community-box-3-body-menu-item.active {
  background-color: #EFEFEF;
}

.community-box-3-body-third {
  display: flex;
  width: 278px;
  min-height: 1px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
}

.community-box-3-body-third-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.community-box-3-body-third-menu>p {
  color: #000;
  font-family: var(--font-primary-bold);
  font-size: 14px;
  font-style: normal;
  line-height: 16.8px;
}

.community-box-3-body-third-menu>a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-box-3-body-third-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.community-box-3-body-third-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  align-self: stretch;
}

.community-box-3-body-third-list-item-title {
  color: #000;
  font-family: var(--font-primary-bold);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-box-3-body-post {
  margin-left: 40px;
  padding: 28px 0;
  flex: 1;
  border-radius: 4px 4px 0 0;
  border: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.community-post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid #F2F2F2;
}

.community-post-header-left {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
}

.community-post-header-left-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.community-post-header-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-post-header-left-text {
  color: var(--Main-Gray_950);
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
}

.community-post-header-post {
  display: flex;
  width: 64px;
  height: 24px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid var(--Main_Neutral-200);
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-light);
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.community-post-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.community-post-body-item {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.community-post-body-item:not(:last-child) {
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid #F2F2F2;
}

.community-post-body-item-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.community-post-body-item-header-title {
  color: #000;
  font-family: var(--font-primary-bold);
  font-size: 20px;
  font-style: normal;
  line-height: 26.67px;
}

.community-post-body-item-header-time {
  color: #666;
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 15.43px;
}

.community-post-body-item-header-user {
  display: flex;
  align-items: center;
  gap: 4px;
}

.community-post-body-item-header-user-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.community-post-body-item-header-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-post-body-item-header-user>p {
  color: var(--Main-Gray_950);
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
}

.community-post-body-item-header-user-rank {
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 12px;
  background: #B3B3B3;
  color: var(--clr-white);
  text-align: center;
  font-size: 8px;
  font-style: normal;
  line-height: 16px;
  text-transform: capitalize;
}

.community-post-body-item-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.community-post-body-item-footer-like,
.community-post-body-item-footer-reply {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.community-post-body-item-footer-like>img,
.community-post-body-item-footer-reply>img {
  padding: 4px;
  width: 24px;
  height: 24px;
}

.community-post-body-item-footer-like>p,
.community-post-body-item-footer-reply>p {
  color: #000;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-post-body-item-footer-count {
  padding-left: 12px;
  border-left: 0.5px solid #C4C4C4;
  color: #000;
  font-family: var(--font-primary-light);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.community-box-first {
  margin-top: 52px;
}

.community-box-first-inner {
  display: inline-flex;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}

.community-box-first-collection,
.community-box-first-box-2 {
  width: 300px;
  padding: 18px;
}

.community-box-first-box-1 {
  flex: 1;
}

.community-box-first-box-1>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.community-box-first-title {
  color: #111;
  font-family: var(--font-granjon-roman);
  font-size: 40px;
  font-style: normal;
  line-height: 48px;
}

.community-box-first-desc {
  color: #111;
  font-family: var(--font-primary-regular);
  font-size: 16px;
  font-style: normal;
  line-height: 28.8px;
}

.form-share-moment {
  margin-top: 16px;
  display: flex;
  height: 54px;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.form-share-moment>.form-group {
  margin: 0;
  height: 100%;
  flex: 1;
}

.form-share-moment>.form-group>.form-control {
  display: flex;
  height: 54px;
  padding: 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
}

.form-share-moment>.form-group>.form-control input {
  flex: 1;
  border: none;
  outline: none;
  box-shadow: none;
  height: 100%;
}

.form-share-moment>.form-button {
  padding: 0;
}

.form-share-moment>.form-button>button {
  height: 54px;
}

.community-box-first-collection {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 0 0 0.942px rgba(0, 0, 0, 0.12) inset;
}

.community-box-first-collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.community-box-first-collection-title {
  color: #111;
  font-family: var(--font-primary-semiBold);
  font-size: 13.696px;
  font-style: normal;
  line-height: 22.62px;
}

.community-box-first-collection-link {
  color: #767676;
  font-family: var(--font-primary-regular);
  font-size: 13.806px;
  font-style: normal;
  line-height: 22.62px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.community-box-first-collection-item {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.community-box-first-collection-item-img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}

.community-box-first-collection-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-box-first-collection-item-title {
  color: #111 !important;
  font-size: 13.364px;
  font-style: normal;
  line-height: 18.85px;
}

.community-box-first-collection-item-count {
  color: #767676;
  font-size: 10.78px;
  font-style: normal;
  line-height: 15.08px;
}

.community-box-first-box-2 {
  height: 290px;
  border-radius: 8px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.community-box-first-box-2-title {
  color: #767676;
  font-size: 15.772px;
  font-style: normal;
  line-height: 22.62px;
  font-family: var(--font-primary-regular);
}

.community-box-first-box-2-title>strong {
  font-weight: unset;
  color: #111;
  font-family: var(--font-primary-regular);
  font-size: 15.772px;
  font-style: normal;
  line-height: 22.62px;
}

.community-box-first-box-2-link {
  width: 100%;
  text-align: right;
  color: #767676;
  font-family: var(--font-primary-regular);
  font-size: 13.254px;
  font-style: normal;
  line-height: 22.62px;
  /* 170.667% */
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.community-box-3-body-menu,
.community-box-3-body-third {
  position: sticky;
  top: 165px
}

.payment-method-items {
  display: flex;
  width: min(100%, 386px);
  padding: 1px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.payment-method-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--Main_Neutral-100);
  width: 100%;
}

.payment-method-item-header {
  display: flex;
  padding: 12px 24px;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.payment-method-item-header-title {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #ABABAB;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 23%;
  text-underline-position: from-font;
}

.payment-method-item-header-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-method-item-header-icon>img {
  transition: all 0.3s ease;
}

.payment-method-item-header-icon>img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.payment-method-item.active .payment-method-item-header-icon>img:last-child {
  opacity: 1;
}

.payment-method-item.active .payment-method-item-header-icon>img:first-child {
  opacity: 0;
}

.payment-method-item-body {
  padding: 0 24px;
  background: var(--Special-Gray);
  color: var(--Main_Neutral-Gray-900);
  font-family: var(--font-primary-light);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  max-height: 0;
  overflow: hidden;
  transition: padding 0.3s ease;
}

.payment-method-item.active .payment-method-item-body {
  max-height: 200px;
  padding: 12px 24px;
}

.checkout-payment-content {
  gap: 24px;
}

.checkout-payment-body,
.form-checkout-credit-debit {
  width: 100%;
}

.form-checkout-credit-debit .form-group {
  margin-bottom: 12px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-atm-cart-list {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.checkout-atm-cart-item {
  display: flex;
  width: 84px;
  height: 28px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  border: 1px solid;
  border-color: #EEE;
  background: var(--clr-white);
  box-shadow: 0 2.679px 5.358px 0 rgba(0, 0, 0, 0.04);
  padding: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkout-atm-cart-item:hover,
.checkout-atm-cart-item.active {
  border-color: rgba(0, 0, 0, 0.50);
}

.checkout-atm-cart-item>img {
  width: 100%;
  height: 100%;
}

.checkout-payment-body-item {
  display: none;
}

.checkout-payment-body-item.active {
  display: block;
}

.modal-add-cart .modal-content {
  padding: 20px;
}

.header-menu-mobile,
.header-mobile,
.overlay-menu,
.header-popup-mobile,
.seller-mobile,
.home-box-5-link-mobile,
.home-box-6-mobile,
.close-modal-sale,
.header-fixed,
.blog-detail-menu-mobile,
.best-seller-mobile,
.social-fixed-moble,
.title-mobile,
.form-search-showroom,
.btn-actions-mobile,
.detail-new-in-filter-header-mobile,
.overlay-filter,
.slider-product-img-mobile,
.product-detail-mix-and-match-mobile,
.filter-mobile,
.filter-mobile-product-type,
.cart-box-1-mobile,
.header-mobile-checkout,
.checkout-success-header-mobile,
.checkout-order-product-title-mobile,
.password-form,
.information-user-container .tooltip-user-header,
.main-information-mobile,
.information-user-info-action,
.search-page-product-mobile,
.home-mobile,
.splash-screen-container {
  display: none;
}

.form-mobile {
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.modal-add-cart-img {
  margin-top: 12px;
}

.modal-add-cart-info {
  margin-top: 8px;
}

.modal-add-cart-name {
  color: #000 !important;
  font-family: var(--font-noto-serif-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.modal-add-cart-price {
  margin: 12px 0;
  overflow: hidden;
  color: #383737;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.btn-add-cart-confirm {
  margin-top: 32px;
}

.product-cart-item .product-item-color {
  margin: 0;
}

.wishlist-no-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  width: min(100%, 400px);
  margin: 0 auto;
  height: 100vh;
}

.wishlist-no-items-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.wishlist-no-items-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.wishlist-no-items-actions-btn {
  flex: 1;
}

.wishlist-no-items-content-text {
  width: 100%;
  text-align: center;
}

.address-shipping-user-item input {
  display: none;
}

.address-shipping-user-item-first>.radio-input {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--Main_Neutral-Gray-500);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  position: relative;
}

.address-shipping-user-item-first>.radio-input::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--Main_Neutral-Gray-500);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.address-shipping-user-item:has(input:checked) .radio-input::after {
  opacity: 1;
}

.redeem-points-modal-first {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.redeem-points-modal-first-title {
  overflow: hidden;
  color: var(--Main_Neutral-Gray-800);
  text-overflow: ellipsis;
  font-family: var(--font-primary-regular);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.redeem-points-modal-first-desc {
  overflow: hidden;
  color: var(--Main_Neutral-Gray-800, #1F1F1F);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}

.redeem-points-modal-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.redeem-points-modal-second {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.redeem-points-modal-second-point,
.redeem-points-modal-second-price {
  flex: 1;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid var(--Special-Gray, rgba(235, 239, 243, 0.50));
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.redeem-points-modal-second-price {
  border: none;
  background-color: #F2F2F2;
}

.redeem-points-modal-fourth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.redeem-points-modal-fourth-items {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.redeem-points-modal-fourth-item {
  width: calc(33% - 6px);
  display: flex;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid var(--Special-Gray, rgba(235, 239, 243, 0.50));
  background: #FFF;
  cursor: pointer;
}

.redeem-points-modal-fourth-item-point {
  color: #292929;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.redeem-points-modal-fourth-item-price {
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  text-transform: uppercase;
}

#simple-slider {
  background: #F7F7F7;
  border: none;
  height: 4px;
  border-radius: 2px;
  position: relative;
}

#simple-slider .ui-slider-range {
  background: var(--Main_Neutral-Gray-700);
  border-radius: 2px;
}

#simple-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--Main_Neutral-Gray-700);
  border: none;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.modal-city .modal-content {
  border-radius: 0;
}

.location-selector {
  width: 100%;
}

.location-header {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  gap: 12px;
}

.location-search-bar {
  width: 100%;
  display: flex;
  height: 36px;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #FFF;
}

.location-search-bar input {
  flex: 1;
  color: #292929;
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  border: none;
  outline: none;

}

/* Current Location */
.current-location {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 20px;
  background-color: #F2F2F2;
}

.current-location-inner {
  flex: 1;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #FCFCFC;
  border: 1px solid #E7E7E7;
}

.current-location-inner p {
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.location-icon {
  margin-right: 8px;
  font-size: 16px;
}

/* Tabs */
.location-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eee;
}

.location-tab {
  color: var(--Main_Neutral-Gray-400);
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.location-tab.active,
.location-tab:hover {
  color: #000;
}

.location-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #737373;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.location-tab.active::after,
.location-tab:hover::after {
  opacity: 1;
}

.alphabet-header {
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-semiBold);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.location-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-item {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #eee;
  color: var(--Main_Neutral-Gray-700);
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  flex: 1;
  cursor: pointer;
}

/* .location-item:last-child {
  border-bottom: none;
} */

.location-list {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  height: 60vh;
  overflow-y: scroll;
}

.order-body .checkout-order-product::-webkit-scrollbar {
  display: none;
}

.location-list::-webkit-scrollbar,
.order-body .checkout-order-product::-webkit-scrollbar {
  width: 2px;
}

.location-list::-webkit-scrollbar-thumb,
.order-body .checkout-order-product::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.location-list::-webkit-scrollbar-track,
.order-body .checkout-order-product::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.location-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.modal-edit-address .modal-dialog {
  width: min(100%, 600px);
}

.modal-edit-address .modal-content {
  border-radius: 0;
}

.modal-edit-address-header {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 20px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--Main_Neutral-200, #EDEDED);
  background: #FFF;
}

.modal-edit-address-header-title {
  overflow: hidden;
  color: #383737;
  text-overflow: ellipsis;
  font-family: var(--font-cormorant-garamond-semiBold);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

/* .modal-edit-address-body .main-information-right-item.address-shipping-user{
  background-color: #F2F2F2;
} */

.modal-edit-address-body .main-information-right-item .address-shipping-user-item {
  background-color: var(--clr-white);
}

.address-shipping-user-actions {
  margin-top: 100px;
  width: 100%;
}

.btn-add-new-address {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--clr-white);
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.btn-add-new-address>span:first-child {
  font-size: 16px;
  padding: 4px;
}

.btn-cancel-order,
.btn-continue-shopping {
  text-transform: uppercase;
  flex: 1
}

.checkout-success-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-cancel-order .modal-content {
  border-radius: 0;
}

.modal-cancel-order .modal-dialog {
  width: min(95%, 600px);
  margin: 20vh auto;
}

.modal-cancel-order .modal-body {
  padding: 24px 20px;
}

.modal-cancel-order-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.modal-cancel-order-first {
  display: flex;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.modal-cancel-order-title {
  color: var(--Main_Neutral-Gray-900);
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.modal-cancel-order-desc {
  text-align: center;
}

.modal-cancel-order-actions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.modal-cancel-order-actions .btn-cancel,
.modal-cancel-order-actions .btn-confirm-cancel,
.btn-rebuy {
  flex: 1;
}

.checkout-cancel-inner {
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}

.checkout-cancel-first {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.checkout-cancel-first-title {
  color: var(--Main_Neutral-Gray-800);
  text-align: center;
  font-family: var(--font-granjon-roman);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.checkout-cancel-first-desc {
  color: var(--Main_Neutral-Gray-800, #1F1F1F);
  text-align: center;
  font-family: var(--font-primary-thin);
  font-size: 13px;
  font-style: normal;
  line-height: 22px;
}

.checkout-cancel-second {
  position: absolute;
  bottom: 0;
  padding: 12px 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-add-cart .modal-content {
  border-radius: 0;
}

.modal-add-cart .modal-dialog {
  width: min(95%, 600px);
  margin: 20vh auto;
}

.modal-add-cart .modal-language-header {
  padding: 0 0 20px 0;
}

.modal-measure-form form .form-group {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.modal-measure-form form .form-group label {
  color: var(--Main_Neutral-Gray-800, #1F1F1F);
  font-family: var(--font-primary-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  margin: 0;
  font-weight: unset;
}

.modal-measure-form form .form-group .form-control {
  display: flex;
  height: 40px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Main_Neutral-200, #EDEDED);
}

.modal-measure-form form .form-group .form-control input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-thin);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.modal-measure-form form .form-group .form-control input::placeholder {
  color: var(--Layout-700, #6B6B6B);
}

.modal-measure-actions {
  position: relative;
  padding: 24px 0 0 0;
}

.btn-disable {
  cursor: no-drop;
  pointer-events: fill;
  opacity: 0.3;
}

.modal-measure-result>div:not(.modal-measure-result-actions) {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.modal-measure-result-title {
  color: var(--Main_Neutral-Gray-900);
  text-align: center;
  font-family: var(--font-primary-thin);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.modal-measure-result-size {
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  color: var(--Main_Neutral-Gray-900);
  text-align: center;
  font-family: var(--font-primary-thin);
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
}

.modal-measure-result-actions {
  padding: 12px;
}

.add-money-to-wallet {
  display: flex;
  width: 92px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: var(--Main_Neutral-200);
  color: var(--Main-Gray_950);
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  cursor: pointer;
  z-index: 10;
}

.search-page-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 48px;
  margin: 28px 0 48px 0;
}

.search-form .form-group {
  margin: 0;
}

.search-form .form-group .form-control {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
}

.search-form .form-group .form-control i {
  font-size: 14px;
}

.search-form .form-group .form-control input {
  flex: 1;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--Main_Neutral-Gray-800);
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.search-page-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.search-page-title {
  overflow: hidden;
  color: #383737;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-primary-regular);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.search-page-history-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
}

.search-page-history-item {
  width: calc(50% - 6px);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.search-page-history-item-img {
  width: 120px;
}

.search-page-history-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.search-page-history-item-name {
  color: #383737 !important;
  font-family: var(--font-noto-serif-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}

.search-page-history-item-price {
  height: 20px;
  color: #383737;
  font-family: var(--font-primary-thin);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.search-page-result-inner,
.search-page-product-inner {
  width: 100%;
}

.wishlist-no-items-icon>i {
  font-size: 40px;
  color: var(--Main_Neutral-Gray-600);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(-30px);
  }

  20% {
    transform: translateY(-30px);
  }

  40% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(-30px);
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1024px) {
  .navigator-menu .sub-menu {
    padding: 32px;
  }

  .sub-menu-inner::after,
  .sub-menu-inner::before {
    display: none;
  }

  .sub-menu-inner {
    justify-content: space-between;
  }

  .sub-menu-inner li {
    width: 200px;
  }

  .main-footer {
    gap: 30px;
  }

  .blog-menu-child-inner {
    overflow: scroll;
  }

  .blog-menu-child-inner::-webkit-scrollbar {
    display: none;
  }

  .blog-menu-child-item {
    white-space: nowrap;
    background-image: unset;
    background-color: var(--Main_Neutral-Gray-900);
  }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  /* .main>* {
    display: none;
  } */

  .container {
    padding: 0;
  }

  .header-first-inner .header-first-item .header-first-item-text:first-child,
  .header-first-inner .header-first-item .line,
  .header-language,
  .header-actions-item.header-like,
  .header-actions-item.header-user,
  .menu-desktop,
  .seller-desktop,
  .home-box-5-link,
  .home-box-6-desc,
  .home-box-6-desktop,
  .detail-new-in-filter-title,
  .detail-new-in-first>.btn-sort-product,
  .main-new-in-count-product>.btn-sort-product,
  .cart-box-1-right,
  .checkout-success-header,
  .search-page-product-desktop,
  .home-desktop {
    display: none;
  }

  .header-logo {
    justify-content: flex-start;
  }

  .header-menu-mobile,
  .header-mobile,
  .overlay-menu,
  .seller-mobile,
  .home-box-5-link-mobile,
  .home-box-6-desc-mobile,
  .home-box-6-mobile,
  .best-seller-mobile,
  .filter-mobile,
  .checkout-order-product-title-mobile,
  .search-page-product-mobile,
  .home-mobile {
    display: block !important;
  }

  .blog-detail-menu-mobile {
    display: flex !important;
  }

  .seller-mobile {
    width: calc(100% + 20px);
    margin-right: -20px;
  }

  .navigator-menu>ul>li {
    flex: unset;
    width: max-content;
    padding: 8px 4px 4px 4px;
  }

  .navigator-menu>ul>li a,
  .navigator-menu>ul>li span {
    color: #B0B0B0;
  }

  .navigator-menu>ul>li.active a,
  .navigator-menu>ul>li.active span,
  .navigator-menu>ul>li:hover a,
  .navigator-menu>ul>li:hover span {
    color: var(--Main_Neutral-Gray-700);
  }

  .main-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .main-footer>div {
    flex: unset;
  }

  .footer {
    margin-bottom: 40px;
  }

  .footer-showrooms,
  .footer-menu {
    width: calc(50% - 15px);
  }

  .footer-form {
    width: 100%;
  }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .overlay-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .header-popup-mobile {
    display: flex;
    width: min(90%, 320px);
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--clr-white);
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(1000px);
    transition: all 0.3s ease-in-out;
  }

  .header-popup-mobile.active {
    transform: translateX(0);
  }

  .header-popup-mobile-header {
    display: flex;
    width: 100%;
    padding: 52px 32px 20px 32px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
    margin-right: -20px;
  }

  .header-popup-mobile-title {
    margin: 0;
    color: var(--Main_Neutral-Gray-800);
    font-family: var(--font-granjon-roman);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
  }

  .header-popup-mobile-close {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    background: #EEE;
  }

  .header-popup-mobile-body {
    display: flex;
    padding: 60px 32px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 0;
    align-self: stretch;
    gap: 50px;
  }

  .navigator-menu.menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    width: 100%;
  }

  .navigator-menu.menu-mobile>li {
    width: 100%;
  }

  .navigator-menu.menu-mobile>li>span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 28px;
  }

  .navigator-menu.menu-mobile .sub-menu {
    padding: 0;
    position: relative;
    top: unset;
    left: unset;
    box-shadow: unset;
    border: none;
    height: 0;
    overflow: hidden;
  }

  .navigator-menu.menu-mobile .sub-menu.active {
    height: auto;
  }

  .navigator-menu.menu-mobile .sub-menu-inner {
    flex-direction: column;
    gap: 50px;
    padding: 0;
  }

  .blog-item-style-2 {
    flex-direction: column;
  }

  .sub-menu-inner li.latest-stories {
    width: 100%;
  }

  .header-popup-mobile-header {
    background-color: var(--clr-white);
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .header-popup-mobile-header>div {
    display: flex;
    align-items: center;
  }

  .btn-back {
    padding: 4px;
    display: flex;
    transform: rotate(180deg);
  }

  .sub-menu-header {
    color: #B0B0B0;
    font-family: var(--font-granjon-roman);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
  }

  .sub-menu-inner .blog-item-header {
    width: 100%;
  }

  .sub-menu-inner .blog-item-img {
    width: 100%;
    height: auto;
  }

  .sub-menu-inner .blog-item {
    gap: 12px;
  }

  .sub-menu-inner li {
    width: 100%;
  }

  .navigator-menu.menu-mobile>li>a {
    color: var(--Main_Neutral-Gray-800);
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px !important;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .main {
    margin-top: 140px;
    overflow-x: hidden;
  }

  .home-seller {
    margin-top: 32px;
  }

  .home-box-5-inner {
    flex-direction: column;
    gap: 28px;
  }

  .home-box-5-right {
    width: 100%;
  }

  .home-box-5-left {
    gap: 8px;
  }

  .header-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: var(--clr-white);
  }

  .header-fixed-item {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
  }

  .header-fixed-item>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    align-self: stretch;
  }

  .header-fixed-item>a>p {
    color: #848484;
    text-align: center;
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
  }

  .header-fixed-item>a .header-fixed-item-img>img {
    filter: grayscale(100%);
    transition: all 0.3s ease;
  }

  .header-fixed-item.active>a>p {
    color: #0E0E0E;
  }

  .header-fixed-item.active>a .header-fixed-item-img>img {
    filter: grayscale(0%);
  }

  .blog-layout-first {
    flex-direction: column;
  }

  .blog-detail-right {
    display: none;
  }

  .blog-detail-header {
    gap: 12px;
    margin-bottom: 16px;
  }

  .blog-detail-menu-mobile {
    display: flex;
    padding: 12px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 2px;
    border: 0.4px solid var(--Main_Neutral-300);
  }

  .blog-detail-menu-mobile-header {
    color: #000;
    font-family: var(--font-granjon-roman);
    font-size: 12px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
  }

  .blog-detail-menu-list {
    gap: 4px;
  }

  .blog-detail-menu-item {
    height: 25px;
    border: none;
    padding-left: 4px;
  }

  .blog-detail-content {
    margin-top: 16px;
  }

  .box-services-1 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .location-container {
    gap: 20px;
  }

  .location-right {
    width: 300px;
    height: 700px;
  }

  .location-left iframe {
    height: 700px;
  }

  .btn-actions-mobile {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .btn-actions-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 20px;
    color: #000;
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
  }

  .detail-new-in-title {
    margin-top: 20px;
  }

  .detail-new-in-first,
  .detail-new-in-second-filter {
    top: 0;
    position: relative;
  }

  .detail-new-in-inner,
  .main-new-in-count-product {
    gap: 15px;
  }

  .detail-new-in-first .main-new-in-count-product {
    width: 100%;
  }

  .main-new-in-count-product>p {
    flex: 1;
  }

  .detail-new-in-second {
    gap: 0;
    flex-direction: column;
  }

  .detail-new-in-second-filter {
    width: 100%;
  }

  .detail-new-in-filter-header-mobile {
    padding: 52px 32px 20px 32px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    background-color: var(--clr-white);
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .popup-filter-item {
    padding: 4px 8px;
    min-width: 32px;
  }

  .popup-filter-item:has(.select-color) {
    padding: 1px;
    min-width: unset;
  }

  .detail-new-in-filter-title-mobile {
    color: var(--Main_Neutral-Gray-800);
    font-family: var(--font-granjon-roman);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
  }

  .btn-close-filter {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #EEE;
  }

  .overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1010;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block;
  }

  .overlay-filter.active {
    opacity: 1;
    visibility: visible;
  }

  .detail-new-in-second-filter {
    position: fixed;
    top: 0;
    right: 0;
    width: min(95%, 320px);
    height: 100vh;
    background: var(--clr-white);
    z-index: 1011;
    transition: all 0.3s ease;
    display: block;
    transform: translateX(100%);
    overflow: scroll;
  }

  .detail-new-in-second-filter.active {
    transform: translateX(0);
  }

  .filter-item {
    padding: 0 32px;
    margin-top: 20px;
    gap: 8px;
  }

  .filter-item:nth-child(2) {
    margin-top: 60px;
  }

  .product-item {
    padding-bottom: 24px;
    margin: 0;
  }

  .main-new-in {
    padding-bottom: 12px;
  }

  .main-new-in-first {
    padding: 12px 0 12px 20px;
    position: fixed;
    top: 137px;
  }

  .main-new-in-first.sticky-menu {
    top: 137px;
    padding: 12px 0 12px 20px;
  }

  .main-new-in-first .container {
    padding: 0;
    width: 100%;
    overflow-x: scroll;
  }

  .new-in-menu {
    gap: 12px;
    overflow-x: scroll;
  }

  .new-in-menu::-webkit-scrollbar {
    display: none;
  }

  .new-in-menu-item {
    min-width: 104px;
    width: auto;
    height: 52px;
  }

  .new-in-menu-item-title {
    font-size: 14px;
    line-height: 22px;
  }

  .main-new-in-first.sticky-menu .new-in-menu .new-in-menu-item {
    height: 36px;
  }

  .new-in-menu-item-img {
    height: 100%;
  }

  .main-new-in-content {
    margin-top: 78px;
    gap: 24px;
  }

  .main-new-in-filter {
    gap: 12px;
  }

  .main-new-in-filter-content {
    width: 100%;
    overflow-x: scroll;
  }

  .main-new-in-filter-content::-webkit-scrollbar {
    display: none;
  }

  .main-new-in-filter-content .filter-item {
    margin: 0;
    padding: 0;
  }

  .filter-item-header {
    width: max-content;
  }

  .main-new-in-items .row .col-md-12 {
    display: none;
  }

  .product-detail-box-1 {
    flex-direction: column;
    gap: 12px;
  }

  .product-detail-box-1-left-first,
  .product-detail-box-1-left-second>img {
    display: none;
  }

  .product-detail-box-1-left,
  .product-detail-box-1-left-second {
    width: 100%;
  }

  .slider-product-img-mobile {
    display: block;
  }

  .product-detail-box-1 {
    margin: 0 0 28px 0;
  }

  .product-detail-box-1-right {
    gap: 12px;
  }

  .slider-product-img .owl-dots,
  .splash-screen-carousel .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 4px;
    justify-content: center;
  }

  .slider-product-img .owl-dots .owl-dot,
  .splash-screen-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 2px;
    border-radius: 8px;
    background-color: var(--Main_Neutral-300);
  }

  .slider-product-img .owl-dots .owl-dot.active,
  .splash-screen-carousel .owl-dots .owl-dot.active {
    background-color: var(--Main_Neutral-Gray-700);
  }

  .product-detail-mix-and-match {
    gap: 20px;
    margin-top: 12px;
    width: 100%;
  }

  .product-detail-box-2 {
    gap: 20px;
  }

  .product-detail-mix-and-match-mobile {
    display: block;
  }

  .product-detail-mix-and-match-desktop {
    display: none;
  }

  .popup-filter {
    position: fixed;
  }

  .main-new-in-content {
    gap: 20px;
  }

  .filter-item-header {
    padding: 4px 8px;
  }

  .filter-item-price .popup-filter {
    width: 200px;
  }

  .filter-item:hover .popup-filter {
    visibility: hidden;
    opacity: 0;
  }

  .filter-item.active .popup-filter {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .filter-item-header {
    border-color: var(--Main_Neutral-100) !important;
  }

  .filter-item-header>i {
    transform: rotate(0deg) !important;
  }

  .filter-item.active .filter-item-header {
    border-color: #EBEFF3 !important;
    background-color: #EBEFF3 !important;
  }

  .filter-item.active .filter-item-header>i {
    transform: rotate(180deg) !important;
  }

  .popup-sort {
    gap: 8px;
  }

  .detail-new-in-first .popup-sort {
    top: 30px;
    width: 150px;
  }

  .detail-new-in-first .btn-sort-product-header {
    border: none;
    padding: 0;
  }

  .filter-mobile-product-type {
    display: flex;
    width: 100%;
    overflow: scroll;
    gap: 20px;
  }

  .filter-mobile-product-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .filter-mobile-product-type-item>img {
    width: 40px;
    height: 53px;
  }

  .filter-mobile-product-type::-webkit-scrollbar {
    display: none;
  }

  .detail-clothing-filter .filter-item[data-filter-group="product_type"] {
    display: none;
  }

  .detail-clothing-filter .filter-item:nth-child(3) {
    margin-top: 60px;
  }

  .filter-mobile-product-type-item>p {
    font-family: var(--font-primary-thin);
    font-size: 10px;
    font-style: normal;
    line-height: 16px;
  }

  .wishlist-no-items {
    height: 78vh;
  }

  .wishlist-no-items-actions {
    gap: 12px;
  }

  .cart-container.active {
    overflow: scroll;
  }

  .cart-box-1-left {
    width: 100%;
  }

  .cart-box-1-left .home-title,
  .cart-box-1-left .line,
  .cart-product-header,
  .cart-product-menu {
    display: none;
  }

  .cart-product-item-img {
    width: 100px;
    height: 120px;
  }

  .cart-checkbox-product {
    padding: 0;
  }

  .cart-product-item {
    gap: 8px;
    padding: 0;
  }

  .cart-product-item-info {
    gap: 4px;
    margin-top: -8px;
  }

  .cart-product-color-size {
    height: 20px;
  }

  .btn-quantity-minus,
  .btn-quantity-plus,
  .product-item-quantity-input {
    width: 24px;
    height: 24px;
  }

  .cart-product-color-size i {
    width: 20px;
    height: 20px;
  }

  .cart-box-1 {
    gap: 24px;
    margin-top: 0;
  }

  .out-of-stocks {
    margin: 0;
  }

  .cart-box-2 {
    margin-top: 24px;
  }

  .cart-checkbox-product .img-checkbox img {
    width: 18px;
    height: 18px;
  }

  .cart-product-item-header {
    gap: 8px;
  }

  .cart-box-1-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background-color: var(--clr-white);
    box-shadow: 0 -7px 24px 0 rgba(193, 193, 193, 0.25);
  }

  .cart-box-1-mobile-item {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #EDEDED;
    gap: 20px;
  }

  .cart-box-1-mobile-item:first-child {
    border: 0;
  }

  .cart-box-1-mobile-item-left,
  .car-order-sumary-link {
    color: #1F1F1F;
    font-family: var(--font-primary-thin);
    font-size: 10px;
    font-style: normal;
    line-height: 20px;
  }

  .modal-cart-voucher .modal-body {
    padding: 20px 24px;
  }

  .form-search>form>.form-button {
    width: 100px;
  }

  .img-checkbox {
    margin-left: -2px;
    width: 16px !important;
    height: 16px !important;
  }

  .img-checkbox img {
    width: 100%;
  }

  .cart-check-box:has(.chossen-all-item) p {
    margin-left: 16px;
  }

  .img-checkbox>img:last-child {
    top: -2px;
  }

  .cart-box-1-mobile-item-right {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .cart-box-1-mobile-item-right-price>p:first-child {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #383737;
    font-family: var(--font-primary-thin);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
  }

  .cart-box-1-mobile-item-right-price>p:first-child>span {
    font-family: var(--font-primary-regular);
    font-size: 14px;
  }

  .cart-box-1-mobile-item-right-price>p:last-child {
    color: var(--Main_Neutral-Gray-400, #737373);
    font-family: var(--font-primary-thin);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
  }

  .checkout-order {
    display: none;
  }

  .form-contact-info-header {
    padding: 24px 0 0 0;
  }

  .form-contact-info {
    gap: 24px;
  }

  .form-shipping-info .form-item-copy .img-checkbox {
    margin-left: -20px;
  }

  .checkout-form {
    gap: 20px;
  }

  .form-shipping-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 12px;
  }

  .form-contact-info {
    padding-bottom: 12px;
  }

  .form-contact-info,
  .form-shipping-info {
    position: relative;
  }

  .form-contact-info::after,
  .form-shipping-info::after {
    position: absolute;
    content: "";
    bottom: -24px;
    height: 24px;
    background: #F2F2F2;
    width: calc(100% + 40px);
    left: -20px;
  }

  .checkout-inner {
    margin-bottom: 24px;
  }

  .checkout-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #FFF;
  }

  body:has(.header.header-mobile-checkout) .header {
    display: none;
  }

  body:has(.header.header-mobile-checkout) .header-mobile-checkout {
    display: block;
    z-index: 1001;
  }

  body:has(.header.header-mobile-checkout) .breadcrumb {
    display: none;
  }

  .header.header-mobile-checkout {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--Main_Neutral-200, #EDEDED);
    background: #FFF;
  }

  .header-mobile-checkout .header-second {
    background-color: transparent;
    height: 100%;
    border: none;
    padding: 0;
  }

  .header-mobile-checkout .header-second .container {
    padding: 0;
  }

  .header-mobile-checkout .header-second-inner {
    gap: 12px
  }

  .header-mobile-checkout-first {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .header-mobile-checkout-first>a {
    height: 16px;
  }

  .header-mobile-checkout-first>p {
    overflow: hidden;
    color: #383737;
    text-overflow: ellipsis;
    font-family: var(--font-granjon-roman);
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    text-transform: uppercase;
  }

  body:has(.header.header-mobile-checkout) .main {
    margin-top: 60px;
  }

  .modal-city .modal-content,
  .modal-city .modal-body {
    padding: 0;
  }

  .checkout-payment-body .checkout-order {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }

  .checkout-payment-body .checkout-order .car-order-sumary,
  .checkout-payment-body .checkout-order .car-order-sumary-content {
    width: 100%;
    padding: 0;
    border: none;
  }

  .checkout-payment-body .checkout-order .car-order-sumary-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .checkout-payment-body {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .checkout-payment-body .checkout-form,
  .checkout-payment-content {
    width: 100%;
  }

  .checkout-payment-body .checkout-order .car-order-sumary-header {
    display: none;
  }

  .checkout-payment-body .checkout-order .car-order-sumary-item {
    border: none;
    margin: 0;
    padding: 24px 0 !important;
    gap: 12px;
  }

  .checkout-payment-body .checkout-order .shipping-address-content {
    position: relative;
  }

  .checkout-payment-body .checkout-order .shipping-address-content::after {
    content: '';
    width: calc(100% + 40px);
    height: 16px;
    background: #F2F2F2;
    position: absolute;
    left: -20px;
    bottom: -16px;
  }

  .checkout-order-product-item {
    padding: 0;
  }

  .checkout-order-product {
    padding: 24px 0;
    gap: 16px;
    border: none;
  }

  .checkout-order-total {
    padding: 24px 0 0 0;
    margin-top: -16px;
    position: relative;
  }

  .checkout-order-total::after {
    content: '';
    width: calc(100% + 40px);
    height: 1px;
    background: #EDEDED;
    position: absolute;
    left: -20px;
    top: 0;
  }

  .checkout-order-total-item:last-child {
    margin-top: 12px;
    padding: 8px 0 8px 0;
    border: none;
    position: relative;
  }

  .checkout-order-total-item:last-child::after {
    content: '';
    width: calc(100% + 40px);
    height: 1px;
    background: #EDEDED;
    position: absolute;
    left: -20px;
    top: 0;
  }

  .checkout-order-total-item:last-child::before {
    content: '';
    width: calc(100% + 40px);
    height: 16px;
    background: #F2F2F2;
    position: absolute;
    left: -20px;
    bottom: -16px;
  }

  .checkout-order-total-item:last-child .checkout-order-total-item-title,
  .checkout-order-total-item-value.value-total {
    font-family: var(--font-primary-regular);
  }

  .form-contact-info-header {
    padding: 0;
  }

  .checkout-form .line {
    display: none;
  }

  .form-contact-info {
    gap: 12px;
    padding: 0;
    padding: 24px 0;
  }

  .form-contact-info-header-title {
    font-family: var(--font-primary-regular);
    font-size: 14px;
    line-height: 22px;
    text-transform: unset;
  }

  .payment-method-items {
    gap: 12px;
  }

  .payment-method-item {
    border: none;
  }

  .payment-method-item-header {
    padding: 0;
  }

  .payment-method-item-body {
    display: none;
  }

  .form-checkout-credit-debit .img-checkbox {
    margin-left: -20px;
  }

  .payment-method-item-header-title {
    text-decoration-line: unset !important;
  }

  .btn-submit-form-payment {
    margin: 20px 0 0 0;
  }

  .checkout-order-product-content .cart-product-item-header {
    display: none;
  }

  .checkout-order-product-item .checkout-order-product-img {
    height: 120px;
    width: 100px;
  }

  .modal-edit-address .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100vh;
  }

  .modal-edit-address .modal-content {
    height: 100%;
  }

  .modal-edit-address .modal-body {
    padding: 0;
  }

  .modal-edit-address-body .main-information-right-item.address-shipping-user {
    background-color: #F2F2F2;
    height: 90vh;
  }

  .address-shipping-user-actions {
    padding: 24px 20px;
    background-color: var(--clr-white);
    position: fixed;
    bottom: 0;
  }

  .checkout-success-header-mobile {
    padding: 8px 20px;
    background: #1F1F1F;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .checkout-success-header-mobile>p {
    overflow: hidden;
    color: var(--Main_Neutral-50);
    text-overflow: ellipsis;
    font-family: var(--font-primary-regular);
    font-size: 13px;
    font-style: normal;
    line-height: 21px;
  }

  .checkout-success-body {
    background: #F2F2F2;
    margin-bottom: 0;
  }

  .checkout-success-body .container {
    width: 100%;
    padding: 0;
  }

  .checkout-success-left .line {
    display: none;
  }

  .checkout-success-left-address {
    display: flex;
    width: 100%;
    padding: 8px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background-color: var(--clr-white);
  }

  .checkout-success-left-address-header {
    width: 100%;
  }

  .checkout-success-left-address-header-copy {
    text-transform: uppercase;
  }

  .checkout-success-left-list-product {
    background-color: var(--clr-white);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #EDEDED;
    background: #FFF;
  }

  .checkout-order-product-item {
    width: 100%;
  }

  .checkout-success-left-list-product .checkout-order-product-item:not(:last-child) {
    padding: 0;
    border: none;
  }

  .checkout-order-product-title-mobile {
    overflow: hidden;
    color: #383737;
    text-overflow: ellipsis;
    font-family: var(--font-cormorant-garamond-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
  }

  .checkout-success-footer {
    margin-top: -12px;
    padding: 24px 20px;
    gap: 12px;
    background-color: var(--clr-white);
  }

  .checkout-success-footer .checkout-order-total-item:last-child::before {
    display: none;
  }

  .checkout-success-actions {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    left: 0;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-top: 1px solid #EDEDED;
    background: #FFF;
    z-index: 10;
  }

  .checkout-cancel-first {
    width: 250px;
    margin: 0 auto;
  }

  .checkout-cancel-second {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
    padding: 12px 20px;
    border-top: 1px solid #EDEDED;
    background: #FFF;
  }

  .modal-dialog {
    width: 100% !important;
    position: fixed;
    margin: 0 !important;
    bottom: 0;
  }

  .modal-content {
    border-radius: 16px 16px 0 0 !important;
  }

  .modal-measure-actions {
    position: relative;
    padding: 14px 0;
  }

  .modal-measure-actions::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background-color: var(--Main_Neutral-200, #EDEDED);
  }

  .login-container {
    margin-top: 24px;
    gap: 24px;
  }

  .login-container .line {
    display: none;
  }

  .login-container .login-form .form-group {
    margin-bottom: 12px;
  }

  .login-container .login-form .form-button {
    padding: 14px 0;
  }

  .register-content {
    flex-direction: column;
  }

  .register-header {
    height: 100px;
    gap: 8px;
  }

  .register-container {
    margin: 24px 0;
  }

  .main-information-inner {
    gap: 24px;
  }

  .order-menu {
    overflow-x: scroll;
  }

  .order-menu::-webkit-scrollbar {
    display: none;
  }

  .order-menu-item {
    white-space: nowrap;
  }

  .search-page-inner {
    gap: 20px;
  }

  .search-page-inner {
    margin: 0 0 20px 0;
  }

  .search-page-item {
    gap: 16px;
  }

  .search-page-history-items {
    gap: 16px 12px;
  }

  .search-page-history-item {
    gap: 8px;
  }

  body:has(.home-mobile) .header-first {
    display: none;
  }

  body:has(.home-mobile) .header-second,
  body:has(.home-mobile) .header-third {
    background-color: transparent;
    border: none;
  }

  body:has(.home-mobile) .navigator-menu>ul>li.active a,
  body:has(.home-mobile) .navigator-menu>ul>li.active span,
  body:has(.home-mobile) .navigator-menu>ul>li:hover a,
  body:has(.home-mobile) .navigator-menu>ul>li:hover span,
  body:has(.home-mobile) .navigator-menu>ul>li a,
  body:has(.home-mobile) .navigator-menu>ul>li span {
    color: rgba(255, 255, 255, 1);
  }

  body:has(.home-mobile) .footer {
    display: none;
  }

  body:has(.home-mobile) .navigator-menu>ul>li a::after,
  body:has(.home-mobile) .navigator-menu>ul>li span::after {
    background-color: rgba(255, 255, 255, 1);
  }

  body:has(.home-mobile) .main {
    margin: 0;
    background: linear-gradient(191.75deg, rgba(42, 42, 42, 0) 0%, #292929 100.2%);
    height: 100vh;
  }

  body:has(.home-mobile) .header {
    top: 59px;
  }

  .product-home-mobile {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .home-mobile,
  .product-home-mobile-img,
  .home-mobile-carousel,
  .home-mobile-carousel .owl-stage-outer,
  .home-mobile-carousel .owl-stage,
  .home-mobile-carousel .owl-item {
    height: 100%;
  }

  .product-home-mobile::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(191.75deg, rgba(42, 42, 42, 0) 0%, #292929 100.2%);
  }

  .product-home-mobile-img>img {
    object-fit: cover;
    width: 100%;
    object-position: top;
  }

  body:has(.home-mobile) .header-fixed {
    bottom: 50px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    height: 60px;
  }

  body:has(.home-mobile) .social-fixed-moble {
    display: none !important;
  }

  .product-home-mobile-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
    padding: 0 20px;
    color: var(--clr-white);
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .product-home-mobile-info-title {
    color: var(--clr-white);
    text-overflow: ellipsis;
    font-family: var(--font-primary-regular);
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
  }

  .product-home-mobile-info-second {
    width: 224px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-home-mobile-info-second>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-home-mobile-info-second .product-item-tag,
  .product-home-mobile-info-second .product-item-code {
    color: var(--clr-white);
  }

  .product-home-mobile-info-second .product-item-info-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-home-mobile-info-second .product-item-name {
    font-family: var(--font-noto-serif-regular);
    font-size: 14px !important;
    color: var(--clr-white);
  }

  .product-home-mobile-info-second .product-item-color {
    display: none;
  }

  .product-home-mobile-info-second .product-item-discount {
    display: none;
  }

  .product-home-mobile-info-second .product-item-price {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    margin: 4px 0 0 0;
  }

  .product-home-mobile-info-second .product-item-price-current {
    color: var(--clr-white) !important;
  }

  .product-home-mobile-info-second .product-item-price-old {
    color: rgba(235, 239, 243, 0.5);
  }

  .product-home-mobile-info-second .btn-product-detail {
    color: rgba(239, 239, 239, 1) !important;
    font-family: var(--font-primary-thin);
  }

  .home-mobile-carousel .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 2px;
    position: absolute;
    top: 62%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
  }

  .home-mobile-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: rgba(136, 138, 141, 1);
    transition: all 0.3s ease;
  }

  .home-mobile-carousel .owl-dots .owl-dot.active {
    background-color: var(--clr-white);
  }

  .splash-screen-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-white);
    z-index: 1001;
    overflow: scroll;
  }

  .splash-screen-img {
    height: 457px;
  }

  .splash-screen-img>img {
    object-fit: cover;
  }

  .splash-screen-info {
    margin: 40px auto 0 auto;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .splash-screen-title {
    color: #242833;
    text-align: center;
    font-family: var(--font-granjon-roman);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
  }

  .splash-screen-title>span {
    font-style: italic;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1%;
    text-underline-offset: 13%;
    text-transform: uppercase;
  }

  .splash-screen-desc {
    color: #474F5E;
    text-align: center;
    font-family: var(--font-primary-thin);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.2px;
  }

  .splash-screen-text {
    width: 100%;
    text-align: center;
    color: #871008;
    text-align: center;
    font-family: var(--font-primary-thin);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3%;
    text-underline-offset: 15.5%;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 150px;
  }

  .splash-screen-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--clr-white);
    z-index: 10;
  }

  .splash-screen-actions>*{
    flex: 1
  }
}

@media (max-width: 576px) {

  .home-title,
  .blog-detail-title,
  .membership-policy-box-3-title,
  .how-to-order-title,
  .detail-new-in-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .product-detail-title,
  .register-header-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .home-the-lastest-item-info>p,
  .form-contact-info-header-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .home-box-4-footer-link,
  .blog-item-title,
  .box-services-2-item-title,
  .membership-policy-item-title,
  .pre-booking-services-item-title,
  .product-detail-price-value,
  .main-new-in-filter .home-title,
  .search-page-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .product-item .product-item-name,
  .product-item .product-item-price-current,
  .btn-product-detail,
  .home-the-lastest-item-info>a,
  .home-box-3,
  .home-box-4-desc,
  .blog-item-tag,
  .blog-item-link,
  .home-box-5-desc,
  .home-box-5-link,
  .home-box-6-desc-mobile,
  .blog-item-second-2 .blog-item-read-more,
  .blog-item-second-2 .blog-item-title,
  .box-services-2-item-desc,
  .box-services-2-item-link,
  .btn-sale-fixed p,
  .membership-policy-item-link,
  .pre-booking-services-item-link .membership-policy-box-2-content-item-title,
  .redeem-points-modal-first-title,
  .register-header-desc,
  .login-header-desc,
  .search-page-product-inner .blog-item-title {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .navigator-menu>ul>li a,
  .navigator-menu>ul>li span,
  .product-item .product-item-tag,
  .product-item .product-item-code,
  .product-item .product-item-price-current>span,
  .blog-menu-item>p,
  .blog-menu-child-item-content,
  .membership-policy-item-desc,
  .membership-policy-box-2-content-item-desc,
  .pre-booking-services-item-desc,
  .detail-new-in-filter-item>p,
  .popup-filter-item,
  .product-detail-price-old,
  .filter-item-header,
  .filter-item-header>i,
  .main-new-in-count-product>p,
  .btn-sort-product-header p,
  .product-item-price,
  .cart-product-item-info .product-item-name,
  .cart-product-size,
  .cart-product-color p,
  .cart-product-note,
  .cart-check-box:has(.chossen-all-item) p,
  .redeem-points-modal-second-point,
  .redeem-points-modal-second-price,
  .redeem-points-modal-fourth-item-point,
  .product-item-name,
  .search-page-history-item-name {
    font-size: 12px !important;
    line-height: normal !important;
  }

  .breadcrumb ul li,
  .product-item-tag,
  .product-item-code,
  .product-item-price-old,
  .product-item-discount,
  .redeem-points-modal-fourth-item-price,
  .search-page-history-item-price {
    font-size: 10px !important;
    line-height: normal !important;
  }


  .navigator-menu>ul>li:not(.active) a,
  .navigator-menu>ul>li:not(.active) span {
    font-family: var(--font-primary-regular);
  }

  .social-fixed {
    display: none !important;
  }

  .social-fixed-moble {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 1000;
  }

  .container {
    padding: 0 20px;
  }

  .main-footer {
    flex-direction: column;
    gap: 28px;
  }

  .footer-form form .form-group input {
    width: 100%;
  }

  .social-fixed {
    right: 20px;
    bottom: 60px;
  }

  .social-fixed-item,
  .social-fixed-moble-item {
    width: 40px;
    height: 40px;
  }

  .btn-sale-fixed {
    padding: 12px;
    bottom: 260px;
    gap: 4px;
    right: -50px;
    display: none;
  }

  .banner-item {
    height: 172px;
  }

  .banner-item img {
    height: 100%;
    object-fit: cover;
  }

  .banner-carousel .owl-dots {
    margin-top: 4px;
  }

  .home-seller {
    margin: 0;
    padding: 28px 0;
  }

  .home-box-1-inner {
    gap: 28px;
  }

  .seller-mobile .product-item {
    padding-bottom: 0;
    margin: 0;
  }

  .home-box-4-footer-link {
    margin: 56px 0 0 -16px;
  }

  .product-item .product-item-info>div:first-child {
    margin: 8px 0 0 0;
  }

  .seller-carousel .owl-dots,
  .home-what-new-carousel .owl-dots,
  .home-box-6-mobile-carousel .owl-dots,
  .search-page-product-carousel .owl-dots,
  .search-news-carousel .owl-dots {
    display: flex !important;
    margin: 28px auto 0 auto;
    align-items: center;
    gap: 0;
    background-color: var(--Main_Neutral-300);
    width: 160px;
    height: 2px;
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
  }

  .search-news-carousel .owl-dots {
    position: relative;
    left: 0;
    transform: translateX(0);
  }

  .seller-carousel .owl-dots .owl-dot,
  .home-what-new-carousel .owl-dots .owl-dot,
  .home-box-6-mobile-carousel .owl-dots .owl-dot,
  .search-page-product-carousel .owl-dots .owl-dot,
  .search-news-carousel .owl-dots .owl-dot {
    flex: 1;
    height: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: var(--Main_Neutral-300);
  }

  .seller-carousel .owl-dots .owl-dot.active,
  .home-what-new-carousel .owl-dots .owl-dot.active,
  .home-box-6-mobile-carousel .owl-dots .owl-dot.active,
  .search-page-product-carousel .owl-dots .owl-dot.active,
  .search-news-carousel .owl-dots .owl-dot.active {
    background-color: var(--Main_Neutral-Gray-900);
  }

  .search-page-product-carousel .owl-dots {
    margin: 0;
  }

  .home-the-lastest,
  .home-box-3,
  .home-box-4-inner,
  .home-box-5-inner,
  .home-box-6-inner,
  .box-services-2 {
    margin: 0;
    padding: 28px 0;
  }

  .home-box-3 {
    padding: 0;
    margin: 28px 0;
  }

  .home-the-lastest .home-title {
    margin-bottom: 28px;
  }

  .home-the-lastest .row>div:first-child {
    margin-bottom: 26px;
  }

  .home-the-lastest-item-info {
    position: relative;
    inset: unset;
    transform: unset;
    gap: 8px;
  }

  .home-the-lastest-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .home-the-lastest-item-info>p {
    color: var(--Main_Neutral-Gray-700) !important;
    font-family: var(--font-granjon-roman);
  }

  .home-the-lastest-item-info>a {
    color: #292929 !important;
  }

  .home-box-3 {
    height: 80px;
  }

  .home-box-4-header {
    gap: 8px;
  }

  .home-box-4-inner,
  .home-box-6-inner {
    gap: 28px
  }

  .blog-item {
    gap: 12px;
  }

  .blog-item-content {
    gap: 4px;
  }

  .blog-item-tag {
    font-family: var(--font-primary-thin);
  }

  .home-what-new-carousel .owl-dots,
  .home-box-6-mobile-carousel .owl-dots {
    position: relative;
    left: unset;
    transform: unset;
  }

  .home-box-6-header {
    justify-content: center;
  }

  .home-box-6-mobile-inner {
    margin-right: -20px;
  }

  .shining-by-you-item {
    margin: 0;
  }

  .modal-sale .modal-dialog {
    width: 96%;
  }

  .modal-sale .modal-body {
    flex-direction: column;
    width: 100%;
  }

  .modal-sale-left {
    width: 100%;
    height: 180px;
    position: relative;
  }

  .modal-sale-left>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0px -90px;
  }

  .modal-sale-right {
    padding: 23.56px 18.238px 26px 18.238px;
  }

  .close-modal-sale {
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    color: var(--clr-white);
    font-family: var(--font-primary-thin);
    font-size: 32px;
    text-transform: uppercase;
  }

  .blog-menu-item {
    width: 150px;
  }

  .blog-menu {
    padding: 12px 0;
    border: none;
  }

  .blog-menu-inner {
    width: 100%;
    overflow: scroll;
    justify-content: flex-start;
  }

  .blog-menu>.container {
    width: 100%;
  }

  .blog-menu-item>p {
    white-space: nowrap;
  }

  .blog-menu-child {
    border-top: none;
  }

  .blog-menu-child-item {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid var(--Main_Neutral-Gray-900);
    height: 36px;
    display: flex;
    align-items: center;
  }

  .blog-menu-child-inner {
    gap: 8px;
  }

  .blog-menu-child {
    padding: 12px 0;
  }

  .main-blog .breadcrumb,
  .blog-container-inner .home-title {
    display: none;
  }

  .blog-container-inner {
    margin: 0;
    padding-top: 12px;
    gap: 26px;
  }

  .blog-layout-first {
    margin: 0;
    gap: 26px;
  }

  .blog-item-first {
    gap: 12px;
  }

  .row {
    margin: 0 -8px;
  }

  .row>div {
    padding: 0 8px;
  }

  .blog-item-second-2 {
    margin-bottom: 26px;
  }

  .blog-item-second-2 .blog-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
  }

  .blog-detail-tag {
    display: none;
  }

  .blog-detail-inner {
    margin-top: 26px;
  }

  .blog-detail-what-new,
  .best-seller-mobile {
    padding: 26px 0;
  }

  .blog-detail-what-new-inner {
    gap: 26px;
  }

  .box-services-1 {
    display: none;
  }

  .box-services-2-item {
    gap: 16px;
    margin-bottom: 26px;
  }

  .box-services-2-item-content {
    gap: 8px;
  }

  .social-fixed-moble-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .social-fixed-moble-list.active {
    opacity: 1;
    visibility: visible;
  }

  .social-fixed-moble>.social-fixed-moble-item {
    transform: rotate(0);
    transition: all 0.3s ease;
  }

  .social-fixed-moble>.social-fixed-moble-item.active {
    transform: rotate(180deg);
  }

  .membership-policy-box-2-menu {
    overflow: scroll;
  }

  .membership-policy-box-2-menu::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb {
    padding: 20px 0;
  }

  .membership-policy-inner {
    margin: 0 0 28px 0;
    gap: 28px;
  }

  .membership-policy-item {
    margin-bottom: 28px;
    gap: 16px;
  }

  .membership-policy-item-content {
    gap: 8px;
    height: auto;
  }

  .membership-policy-box-2 {
    gap: 0;
  }

  .membership-policy-box-2-content {
    padding: 0;
  }

  .membership-policy-box-2-content-items {
    flex-direction: column;
    padding: 16px 0;
    gap: 10px;
  }

  .membership-policy-box-2-content-items .line {
    width: 100%;
    height: 1px;
  }

  .membership-policy-box-2-content-item {
    width: 100%;
    padding: 12px 20px;
    gap: 12px;
  }

  .membership-policy-box-3 {
    gap: 28px;
  }

  .breadcrumb ul li a {
    white-space: nowrap;
  }

  .breadcrumb ul li:last-child {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .membership-policy-title {
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #F2F2F2;
  }

  .membership-policy-footer {
    align-items: center;
  }

  .title-mobile {
    display: block;
  }

  .pre-booking-services-items {
    margin: 28px 0;
  }

  .pre-booking-services-item {
    margin-bottom: 28px;
    gap: 16px;
  }

  .pre-booking-services-item-content {
    gap: 8px;
  }

  .how-to-order-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #F2F2F2;
  }

  .how-to-order-inner {
    gap: 28px;
  }

  .how-to-order-inner {
    margin: 28px 0;
  }

  .dchic-tailor-inner .how-to-order-title {
    padding-bottom: 28px;
  }

  .location-container {
    flex-direction: column;
    gap: 20px;
  }

  .location-right {
    width: 100%;
  }

  .location-left {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .location-left iframe {
    height: 400px;
  }

  .location-container {
    margin: 0 0 28px 0;
  }

  .location-right {
    height: 600px;
  }

  .form-search-showroom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    align-self: stretch;
    margin-bottom: 8px;
  }

  .search-showroom-form {
    width: 100%;
  }

  .search-showroom-form .form-group {
    margin: 0;
  }

  .search-showroom-form .form-control {
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid var(--Main_Neutral-200);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .search-showroom-form .form-control input {
    flex: 1;
    border: none;
    outline: none;
    box-shadow: none;
  }

  .form-search-showroom-desc,
  .form-search-showroom-title {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: var(--Main_Neutral-Gray-400);
    text-align: center;
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
  }

  .form-search-showroom-title {
    color: var(--Main_Neutral-Gray-800);
  }

  .modal-view-store .modal-dialog {
    width: 96%;
  }

  .modal-view-store .modal-body,
  .modal-view-store-body {
    padding: 12px;
    gap: 12px;
  }

  .modal-view-store-body {
    padding: 0;
  }

  .modal-view-store-carousel,
  .modal-view-store-img {
    height: 400px;
  }

  .modal-view-store-carousel .owl-stage-outer {
    height: 100%;
  }

  .modal-view-store-img {
    height: 100%;
  }

  .modal-view-store-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .confirm-appointment {
    gap: 12px;
  }

  .appointment-request-title,
  .appointment-request-desc {
    padding: 0 40px;
  }

  .confirm-appointment .btn-return-home {
    margin-top: 40px;
  }

  .datepicker-custom {
    width: calc(100% - 40px) !important;
    padding: 12px;
  }

  .form-mobile {
    height: auto;
    overflow: visible;
    pointer-events: visible;
  }

  .form-desktop {
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .product-detail-price-old {
    margin-bottom: 4px;
  }

  .detail-new-in-title {
    margin: 0;
  }

  .product-item-name {
    font-family: var(--font-primary-regular);
  }

  .checkout-order-product-info>div:not(.checkout-order-product-info-item) {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .checkout-order-product-info {
    gap: 8px;
  }

  .main-information-content {
    flex-direction: column;
  }

  .main-information-inner {
    gap: 0;
    padding: 0;
  }

  .main-information-title,
  .main-information-content .line,
  .main-information-left {
    display: none;
  }

  .main-information-right {
    width: 100%;
    flex: unset;
    display: none;
  }

  .information-user-info-item {
    width: 100%;
  }

  .tooltip-user-header {
    padding: 20px;
    margin-left: -20px;
    width: calc(100% + 49px);
  }

  .tooltip-user-footer {
    margin: 0 auto;
    align-items: center;
    padding: 12px 0;
  }

  .tooltip-user-item {
    padding: 12px 0;
  }

  .tooltip-user-item,
  .tooltip-user-footer {
    font-family: var(--font-primary-regular);
  }

  .information-user-container .tooltip-user-header,
  .membership-policy-box-2-content-items>.line {
    display: block;
  }

  .information-user-info-link.edit,
  .main-information-inner>.line {
    display: none;
  }

  .information-user-info-action,
  .form-edit-information .form-button {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: calc(100%);
    padding: 12px 20px;
    background: var(--clr-white);
    z-index: 1000;
    border-top: 1px solid #EDEDED;
  }

  .information-rank-header {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .information-rank-box {
    margin-top: 0;
  }

  .membership-policy-box-2-menu-item {
    padding: 8px 4px 4px 4px;
  }

  .membership-policy-box-2-menu-item>div {
    padding: 0 8px 8px 8px;
  }

  .membership-policy-box-2-content-items {
    width: 100% !important;
  }

  .membership-policy-box-2-content-items .line {
    display: block;
  }

  body:has(.main-information) .header-third,
  body:has(.main-information) .header-fixed{
    display: none;
  }

  .main-information {
    margin-top: 99px;
    position: relative;
    /* z-index: 1001; */
    background-color: var(--clr-white);
    min-height: calc(100vh - 99px);
  }

  .information-user-info {
    gap: 0;
    margin-top: 10px;
  }

  .information-user-info-item:not(:nth-last-child(2)) {
    border-bottom: 1px solid #EBEFF3;
  }

  .address-shipping-user {
    width: calc(100% + 40px);
    margin-left: -20px;
  }


  .order-user {
    margin-top: 20px;
    gap: 16px;
  }

  .order-body {
    padding: 24px 0;
  }

  .order-body .checkout-order-product {
    padding: 0;
  }

  .order-price-total {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #EBEFF3;
  }

  .order-footer {
    padding: 0 0 14px 0;
    margin: 8px 0 32px 0;
    position: relative;
    gap: 12px;
  }

  .order-footer::after,
  .order-footer::before {
    width: calc(100% + 40px);
    height: 32px;
    background-color: #EBEFF3;
    content: "";
    position: absolute;
    top: -44px;
    left: -20px;
  }

  .order-footer::before {
    bottom: -32px;
    left: -20px;
    top: auto;
  }

  .history-point-user-header {
    height: 100px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .history-point-user-body {
    margin: 0;
  }

  body:has(.main-information) .footer {
    display: none;
  }

  .history-point-user-body {
    gap: 0;
  }

  .history-point-user-body-item:not(:last-child) {
    border-bottom: 1px solid #EBEFF3;
  }

  .search-page-history-item-img {
    width: 80px;
  }

  .information-user-form{
    margin-top: 20px;
  }
}