html {
  margin-top: 0px !important;
}

.career-toggle-detail-btn .active {
  transform: rotate(45deg);
  transition: 0.3s;
}

.career-toggle-detail-btn .label-span {
  transition: 0.3s;
}

.woocommerce-notices-wrapper {
  display: none;
}

#billing_country_field.error select {
  color: red;
}

#billing_country_field.error::after {
  content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23F43338%22%20class%3D%22bi%20bi-exclamation-circle%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014zm0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016z%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M7.002%2011a1%201%200%201%201%202%200%201%201%200%200%201-2%200zM7.1%204.995a.905.905%200%201%201%201.8%200l-.35%203.507a.552.552%200%200%201-1.1%200L7.1%204.995z%22%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  position: absolute;
  right: 36px;
  top: 10px;
}

#wpadminbar {
  display: none;
}

/* Quý css */
.font-14-backup{
  font-size: 14px;
  line-height: 24px;
}

.font-13 {
  font-size: 13px;
  line-height: 24px;
}

/* .select__size{
  padding-top: 12px;
} */
.label__radio{
  font-size: 11px !important;
}
.filter__material{
  font-size: 11px;
}
.container__custom-1{
  margin: 0 180px;
}

@font-face {
  font-family: copperplateBold;
  src: url(/fonts/copper/UTMCopperplateB.ttf) format("truetype");
}

@font-face {
  font-family: "Copperplate Gothic Bold V2";
  src: url("../fonts/copper/b22afb9d7f41ae60d566a48f36cd4fde.eot");
  /* IE9*/
  src: url("../fonts/copper/b22afb9d7f41ae60d566a48f36cd4fde.eot?#iefix") format("embedded-opentype"), url("../fonts/copper/b22afb9d7f41ae60d566a48f36cd4fde.woff2") format("woff2"), url("../fonts/copper/b22afb9d7f41ae60d566a48f36cd4fde.woff") format("woff"), url("../fonts/copper/b22afb9d7f41ae60d566a48f36cd4fde.ttf") format("truetype"), url("../fonts/copper/b22afb9d7f41ae60d566a48f36cd4fde.svg#Copperplate Gothic Bold V2") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "Copperplate Gothic light V2";
  src: url("../fonts/copper/CopperplateGothicLightV2.eot");
  /* IE9*/
  src: url("../fonts/copper/CopperplateGothicLightV2.eot?#iefix") format("embedded-opentype"), url("../fonts/copper/CopperplateGothicLightV2.woff2") format("woff2"), url("../fonts/copper/CopperplateGothicLightV2.woff") format("woff"), url("../fonts/copper/CopperplateGothicLightV2.ttf") format("truetype"), url("../fonts/copper/CopperplateGothicLightV2.svg#Copperplate Gothic light V2") format("svg");
  /* iOS 4.1- */
}

.main__product_image {
  width: 100%;
}

html {
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #BBBBBB inset !important;
}

.notification-return {
  font-size: 24px;
  line-height: 36px;
}

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

.single-product .woocommerce-notices-wrapper {
  display: none;
}

.gray__style__bg__right .container__custom {
  max-width: unset;
}

.out_of_stock {
/*   height: 100%; */
}

.out_of_stock, .out_of_stock img {
  opacity: 0.65;
}

.loader {
  margin: auto;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  border-top: 3px solid #1F1E1E;
  width: 20px;
  height: 20px;
  animation: spinner 1.5s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.shipping__address .input__custom input {
  font-weight: 500 !important;
}

.none-loader .loader, .none-loader .finish {
  display: none;
}
.none-loader .none-load {
  display: block;
}

.in-loader .none-load, .in-loader .finish {
  display: none;
}
.in-loader .loader {
  display: block;
}

.finish-loader .none-load, .finish-loader .loader {
  display: none;
}
.finish-loader .finish {
  	display: block;
    min-width: 100%;
    height: 100%;
    padding: 14px;
    margin: -14px;
}

footer.container__custom {
  max-width: unset;
}

.shipping__address .input__custom.special span {
  width: 100%;
}

.custom-control-label::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.shipping__address .input__custom select {
  font-family: "Copperplate Gothic light V2" !important;
}

.woocommerce .woocommerce-error li {
  text-transform: lowercase;
}

.wpf_form.wpf_form_filter_details_proudct {
  visibility: inherit !important;
}

.opacity-35 {
  opacity: .35;
}

.font-6 {
  font-size: 6px;
  line-height: 10px;
}

.sup {
  top: -1rem;
}

@media (max-width: 768px) {
  .sup {
  	top: -0.5rem;
  }
}

.font-10 {
  font-size: 10px;
  line-height: 16px;
}

.font-11 {
  font-size: 11px;
  line-height: 24px;
}

.font-12 {
  font-size: 12px;
  line-height: 24px;
}

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

.font-14-2 {
	font-size: 14px;
	line-height: 22px;
}

.font-24 {
  font-size: 24px;
  line-height: 36px;
}

.font-28 {
  font-size: 28px;
  line-height: 40px;
}

.font-30 {
  font-size: 30px;
  line-height: 40px;
}

.font-36 {
  font-size: 36px;
  line-height: 48px;
}

.font-40 {
  font-size: 40px;
  line-height: 64px;
}

.font-56 {
  font-size: 56px;
  line-height: 64px;
}

.font-72 {
  font-size: 72px;
  line-height: 80px;
}

.font-16 {
  font-size: 16px;
  line-height: 24px;
}

.font-16-2 {
  font-size: 16px;
  line-height: 24px;
}

.font-20 {
  font-size: 20px;
  line-height: 24px;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

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

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

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

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

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

.mb-4px {
  margin-bottom: 4px;
}

.mb-12px {
  margin-bottom: 12px;
}

.mb-16px {
  margin-bottom: 16px;
}

.mb-8px {
  margin-bottom: 8px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mb-28px {
  margin-bottom: 28px;
}

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

.mb-60px {
  margin-bottom: 60px;
}

.mb-64px {
  margin-bottom: 64px;
}

.mb-24px {
  margin-bottom: 24px;
}

.mt-16px {
  margin-top: 16px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-64px {
  margin-top: 64px;
}

.mb-48px {
  margin-bottom: 48px;
}

.mb-26px {
  margin-bottom: 26px;
}

.mb-36px {
  margin-bottom: 36px;
}

.mt-72px {
  margin-top: 72px;
}

.mt-220px {
  margin-top: 220px;
}

.mb-185px {
  margin-bottom: 185px;
}

.mt-188px {
  margin-top: 188px;
}

.mb-72px {
  margin-bottom: 72px;
}

.mb-6px {
  margin-bottom: 6px;
}

.mb-56px {
  margin-bottom: 56px;
}

.mb-52px {
  margin-bottom: 52px;
}

.pb-56px {
  padding-bottom: 56px;
}

.mr-12px {
  margin-right: 12px;
}

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

.mr-32px {
  margin-right: 32px;
}

.mr-16px {
  margin-right: 16px;
}

.mr-56px {
  margin-right: 56px;
}

.mr-36px {
  margin-right: 36px;
}

.mb-16px {
  margin-bottom: 16px;
}

.mb-42px {
  margin-bottom: 42px;
}

.mb-14px {
  margin-bottom: 14px;
}

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

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

.gray__style {
  background-color: transparent;
  min-height: 100vh;
}

.text-line-through {
  text-decoration: line-through;
}

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

.color-shade {
  color: #1F1E1E;
}

.color-shade06 {
  color: #757371;
}

.color-shade03 {
  color: #C8C7C6;
}

.color-shade04 {
  color: #ACABAA;
}

.color-shade01 {
  color: #F2F2F1 !important;
}

.color-shade02 {
  color: #E3E3E3 !important;
}

.color-shade07 {
  color: #585655;
}

.color-shade08 {
  color: #141413;
}

footer {
  padding: 20px 0px;
}

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

.footer__mobile {
  padding-bottom: 12px;
}

html,
body {
  font-family: "Copperplate Gothic light V2";
  width: 100%;
}

body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

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

body {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  /* text-transform: uppercase; */
  color: #1F1E1E;
  position: relative;
}

.container__custom {
  max-width: 1340px;
  margin: 0 48px;
  overflow: unset;
	
}

.popup__search__products .container__custom {
  max-width: none;
	height: 100%;
}

.container__custom.homepage {
  max-width: unset;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.font-copperplate-bold {
  font-family: "Copperplate Gothic Bold V2";
  opacity: 1;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.color-shade7dot5 {
  color: #343332;
}

.pointer {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
}

.column-gap-20px {
  column-gap: 20px;
}

.column-gap-48px {
  column-gap: 48px;
}

.column-gap-14px {
  column-gap: 14px;
}

.column-gap-32px {
  column-gap: 32px;
}

.pt-22px {
  padding-top: 22px;
}

.pb-22px {
  padding-bottom: 22px;
}

.button__black {
  background: #1F1E1E;
  padding: 14px;
  text-align: center;
  font-style: normal;
  font-family: "Copperplate Gothic Bold V2";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
	.button__black {
	  padding: 10px;
	}
}

.button__black:disabled {
  background: #918F8D;
  color: #585655;
  cursor: not-allowed;
}

.button__outline {
  border: 1px solid #1F1E1E;
  padding: 14px;
  text-align: center;
  font-style: normal;
  font-family: "Copperplate Gothic Bold V2";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1F1E1E !important;
}

@media (max-width: 768px) {
	.button__outline {
	   padding: 12px;
	}
}

body, html {
  min-height: 100vh;
  height: auto;
}

.gray__style {
  height: 100%;
  position: relative;
  z-index: 10;
  background-image: url("https://armgallery.vn/wp-content/uploads/2023/10/BG-TEXTURE.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.bg-customize {
	position: fixed;
  	background-image: url("https://armgallery.vn/wp-content/uploads/2023/10/BG-TEXTURE.jpg");
	top: 0;
	left: 0;
	right: 0;
	min-height: 100vh;
	background-position: center center;
	z-index: -1;
}

@media (min-width: 1200px) {
  .product__list {
    column-gap: 25px !important;
  }

  .product__item .product__images {
    aspect-ratio: 4 / 5;
  }

  .product__item .product__images .product__image1, .product__item .product__images .product__image2 {
    height: 100%;
  }

  .product__item .product__images img {
    height: 100% !important;
  }
}


@media only screen and (max-width: 768px) {
  .gray__style .bg-customize {
    background-image: url("https://armgallery.vn/wp-content/uploads/2023/10/background-menu-mobile.jpg");
  }
}

.gray__style .navbar {
  top: 0;
}

.gray__style .navbar .menu__left {
  display: flex;
  column-gap: 4.8rem;
}

.gray__style .navbar .menu__left .menu-item {
  min-width: fit-content;
}

.gray__style .navbar .menu__right {
  column-gap: 2rem;
}

.order__summary hr {
  background: #757371;
}

.black__style {
  background-color: black;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.black__style .bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.black__style * {
  position: relative;
  z-index: 2;
}

.black__style .black__style__content {
  height: calc(100% - 160px);
  overflow-y: scroll;
}

.black__style .black__style__content::-webkit-scrollbar {
  display: none;
}

.item__with__star {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  column-gap: 40px;
}

.sticky-menu {
  position: sticky;
  top: 10rem;
  /* margin-top: 4.4rem; */
}

.sticky-pagination {
  position: sticky;
  top: 20rem;
}

.sticky-menu.sticky-menu-product__detail {
  margin-top: 1rem;
  top: 10rem;
}

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

.color-black {
  color: black;
}

.rotate180 {
  transform: rotate(180deg);
}

.hide__desktop {
  display: none !important;
}

.desktop__header .menu__left, .desktop__header .menu__right {
  width: 30%;
}

.desktop__header .menu__right {
  justify-content: right;
}

.footer__desktop .footer__menu__left {
  width: 30%;
}

.footer__desktop .footer__menu__right {
  width: 30%;
  justify-content: right;
  display: flex;
}

input {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.input__custom {
  padding: 6px 15px;
  background: #FFFFFF;
  border: 1px solid #585655;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  transition-duration: .6s;
  width: 100%;
  position: relative;
}

.input__custom .placeholder__input {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /* text-transform: uppercase; */
  color: #585655;
}

.input__custom .placeholder__input.error {
  color: #F43338;
}

.input__custom .placeholder__input.error::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23F43338%22%20class%3D%22bi%20bi-exclamation-circle%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014zm0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016z%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M7.002%2011a1%201%200%201%201%202%200%201%201%200%200%201-2%200zM7.1%204.995a.905.905%200%201%201%201.8%200l-.35%203.507a.552.552%200%200%201-1.1%200L7.1%204.995z%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 10px;
}

.input__custom input {
  display: none;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

.input__custom.active {
  border: 1px solid #141413;
  display: block;
}

.input__custom.active input {
  display: block;
}

.input__custom.active .placeholder__input {
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
}

textarea {
  background: #FFFFFF;
  border: 1px solid #585655;
  box-sizing: border-box;
  padding: 1.4rem 1.6rem;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1F1E1E;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  box-shadow: none;
}

.input__search {
  width: 600px;
  max-width: 100%;
  display: flex;
  border-bottom: 1px solid #585655;
}

.input__search input {
  width: calc(100% - 30px);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #ACABAA;
  height: 40px;
}

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

.pl-90px {
  padding-left: 90px;
}

.content__shopping__bag {
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}

.content__shopping__bag .shopping__bag__list__item {
  flex: 1;
  overflow-y: scroll;
  padding-right: 15px;
}

.content__shopping__bag .shopping__bag__list__item::-webkit-scrollbar {
  display: none;
}

.content__shopping__bag .shopping__bag__list__item:hover::-webkit-scrollbar {
  width: 4px;
  display: block;
}

.content__shopping__bag .shopping__bag__list__item:hover::-webkit-scrollbar-thumb {
  background: #585655;
}

.content__shopping__bag .total__box {
  padding: 24px 0px;
  padding-right: 15px;
}

@media only screen and (max-width: 1023px) {
  .content__shopping__bag {
    height: auto;
  }
  .content__shopping__bag .shopping__bag__list__item {
    padding-right: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 16px;
  }
  .content__shopping__bag .shopping__bag__list__item::-webkit-scrollbar {
    display: none;
  }
  .content__shopping__bag .shopping__bag__list__item:hover::-webkit-scrollbar {
    display: none;
  }
  .content__shopping__bag .total__box {
    padding-right: 0px;
/*     border-top: 1px solid #918F8D; */
  }
}

.mb-46px {
  margin-bottom: 46px;
}

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

.shopping__bag__list__item .list__item .item .shopping__bag__img {
  width: 70px;
  height: 87px;
  min-width: 70px;
  object-fit: cover;
}

.order__summary {
  position: fixed;
  top: 0;
  right: 0;
  width: 544px;
  height: 100%;
  max-width: 100%;
  max-height: 700px;
  padding: 32px 8px 32px 24px;
}

.order__summary * {
/*   color: #E3E3E3; */
}

.order__summary .shopping__bag__list__item {
  height: 100%;
  padding-right: 15px;
}

.order__summary .shopping__bag__list__item:hover::-webkit-scrollbar-thumb {
  background: #757371;
}

.order__summary .total__box {
  padding-bottom: 0px;
}

.product__list__search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  overflow-y: scroll;
  height: calc(100vh - 200px);
  padding-bottom: 50px;
}

.slick__half__item .slick-list {
  padding: 0 32px 0 0 !important;
}

@media only screen and (max-width: 1023px) {
  .slick__half__item .slick-list {
    padding: 0 10px 0 0 !important;
  }
}

.slick-track {
  margin-left: unset !important;
}

@media only screen and (max-width: 1023px) {
  .order__summary {
    opacity: 0;
    pointer-events: none;
  }
/*   .order__summary::after {
    content: "";
    width: 100%;
    height: 100vh;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: white;
    opacity: .6;
  } */
  .order__summary * {
    z-index: 2;
  }
  .order__summary.active {
	  background: white;
    position: fixed;
    z-index: 100000;
    top: 109px;
    width: 100%;
    height: initial;
    padding: 16px;
    opacity: 1;
    pointer-events: inherit;
	bottom: 0;
  }
}

.sticky-order {
  position: sticky;
  top: 69px;
  z-index: 10000;
  background: #333132;
  padding: 12px 16px;
}

.internet__banking__info.active {
  display: block;
}

.internet__banking__info {
  display: none;
  background: white;
  padding: 16px 20px;
  max-width: 684px;
}

.internet__banking__info * {
  text-transform: none;
}

.color-white {
  color: #FFFFFF !important;
}

.product__menu * {
  font-size: 12px;
  line-height: 16px;
}

.product__menu .nav-item {
  padding-bottom: 1.2rem;
}

.product__menu .nav-item .nav-link:hover {
  text-decoration: underline;
}

.slick-next:before {
  content: "›" !important;
  font-family: monospace !important;
  opacity: 1 !important;
  font-size: 45px !important;
}

.slick-prev:before {
  content: "‹" !important;
  font-family: monospace !important;
  opacity: 1 !important;
  font-size: 45px !important;
}

.product__menu .nav-item .nav-link-parent {
  font-family: "Copperplate Gothic light V2";
}

.product__menu .nav-item .nav-link-parent.collapsed {
  font-family: "Copperplate Gothic light V2";
}

.product__menu .nav-item .submenu {
  padding-top: 12px;
}

.product__menu .nav-item .submenu .nav-item {
  margin-bottom: 12px;
  padding-left: 12px;
}

.product__menu .nav-item .submenu .nav-item:last-child {
  margin-bottom: 0px;
}

.product__menu .nav-item .submenu .nav-item:hover {
  text-decoration: underline;
}

.product__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 5rem;
}

.product__item .product__images {
  position: relative;
}

.product__item .product__images .product__image1, .product__item .product__images .product__image2 {
  width: 100%;
  overflow: hidden;
}

.product__item .product__images img {
  width: 100%;
  min-width: 100%;
  height: 39.3rem;
  object-fit: cover;
}

.total__item.cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .menu-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .product__item .product__images img {
    /* height: 20.5rem; */
    height: auto;
    aspect-ratio: 0.8;
  }

  .container__custom {
    margin: 0px;
  }
}

.product__item .product__images .product__image2 {
  transition-duration: .6s;
/*   position: absolute; */
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}

.product-image-container {
  width: 100%;
  height: 39.3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 768px) {
  .product-image-container {
    height: auto;
    aspect-ratio: 0.8;
  }
}
/* 
.product__item .product__images .product__image2:hover {
  opacity: 0;
} */

.procuct__list__content {
  padding: 4rem 0px;
}

.product__pagination {
  column-gap: 8px;
}

.popup__product__filter.active {
  opacity: 1;
  pointer-events: inherit;
}

.popup__product__filter {
  transition-duration: .6s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
}

.popup__product__filter .click__outside__filter {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: .6;
  z-index: 1;
}

.popup__product__filter .filter__content {
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
  margin-left: auto;
  max-width: 30%;
  background: #FFFFFF;
  padding: 4.5rem 2.4rem;
  overflow: auto;
}

@media (max-width: 992px) {
  .popup__product__filter .filter__content {
  	max-width: 100%;
  }
}

.procuct__list__content .list__item .item:last-child hr {
  background: rgba(0, 0, 0, 0.1);
}
.arm__custom__radio .custom-control-input:focus ~ .custom-control-label::before {
  outline: none !important;
  box-shadow: none !important;
}

.arm__custom__radio .custom-control-label::before {
  width: 8px;
  height: 8px;
  background: white;
  border: 1px solid #918F8D;
  box-sizing: border-box;
  border-radius: 0 !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

.arm__custom__radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background: #C8C7C6;
  border: 1px solid #585655;
  box-sizing: border-box;
}

.arm__custom__radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background: #C8C7C6;
  border: 1px solid #585655;
  box-sizing: border-box;
}

.arm__custom__radio .custom-control-input:checked ~ .custom-control-label::after {
  width: 4px;
  /* top: 7px; */
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: -1.3rem;
  height: 4px;
  background-color: #585655;
  background-image: none;
/*   border-radius: 50%; */
}

.arm__custom__radio .label__radio {
  margin-left: 10px;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .arm__custom__radio .label__radio {
    font-size: 12px !important;
  }
}

.arm__custom__radio .out-of-stock {
  margin-left: 10px;
  font-size: 12px !important;
}


.arm__custom__radio .custom-control-input {
  width: 16px;
  height: 16px;
}

.select__size {
  position: relative;
  z-index: 1000;
}
.select__size.active {
  position: relative;
  z-index: 1002;
}

.select__size .select__custom {
  padding: 0px 12px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #585655;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select__size .select__custom__1 {
  padding: 0px 12px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #585655;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select__size .popup__size.active {
  opacity: 1;
  pointer-events: inherit;
}

.select__size .popup__size {
  opacity: 0;
  pointer-events: none;
  transition-duration: .3s;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #585655;
  box-sizing: border-box;
}

.select__size .popup__size .grid__popup {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.select__size .popup__size .grid__popup .item {
  text-align: center;
  height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select__size .popup__size .grid__popup .item.active {
  background-color: black !important;
  color: white;
}

.select__size.select__single__size .popup__size .grid__popup {
  display: block;
  height: 212px;
  overflow-y: scroll;
}

.select__size.select__single__size .popup__size .item {
  justify-content: start;
  padding-left: 24px;
}

.select__size.select__single__size .popup__size .item:hover {
  background-color: #ACABAA;
}

.product__list__slick .slick__product .product__item {
  padding: 0 15px;
  text-decoration: none!important;
}


/**custom select**/
.select__size.active {
  position: relative;
  z-index: 100001;
}

.select__size .popup__size__1.active {
  opacity: 1;
  pointer-events: inherit;
}

.select__size .popup__size__1 {
  opacity: 0;
  pointer-events: none;
  transition-duration: .3s;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #585655;
  box-sizing: border-box;
}

.select__size .popup__size__1 .grid__popup {
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.select__size .popup__size__1 .grid__popup .item {
  text-align: center;
  height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select__size .popup__size__1 .grid__popup .text-item {
  text-align: left;
  line-height: 16px;
}

.select__size .popup__size__1 .grid__popup .item.active {
  background-color: black !important;
  color: white;
}

.select__size.select__single__size .popup__size__1 .grid__popup {
  display: block;
  max-height: 212px;
  overflow-y: scroll;
  height: fit-content;
}

.select__size.select__single__size .popup__size__1 .item {
  justify-content: start;
  padding-left: 10px;
}

.select__size.select__single__size .popup__size__1 .item:hover {
  background-color: #BDBDBD;
}


.product__list__slick .slick__product .product__item {
  padding: 0 15px;
}

@media only screen and (max-width: 1023px) {
  .product__list__slick .slick__product .product__item {
    padding: 0 7px;
  }
}

.slick-dots {
  display: -webkit-inline-box;
  background-color: white;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.popup__search__products .slick-dots {
  bottom: -30px;
}

.slick-dots button {
  opacity: 0;
}

.slick-dots li {
  width: 20px;
  height: 3px;
}

.slick-dots .slick-active {
  background: #141413;
  opacity: 0.8;
}

.h-130px {
  height: 130px;
}

.pt-24px {
  padding-top: 24px;
}

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

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

.relative {
  position: relative;
}

.elementToFadeInAndOut {
  -webkit-animation: fadeinout 3s linear forwards;
  animation: fadeinout 3s linear forwards;
  animation-delay: 2s;
  opacity: 0;
  text-transform: lowercase;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.element__fade__in {
  -webkit-animation: fadein 2s linear forwards;
  animation: fadein 2s linear forwards;
  animation-delay: 3s;
  opacity: 0;
}

.fade__in__not__delay {
  -webkit-animation: fadein 1s linear forwards;
  animation: fadein 1s linear forwards;
  animation-delay: 0s;
  opacity: 0;
}

.fade__out__not__delay {
  -webkit-animation: fadeout 0s linear forwards;
  animation: fadeout 0s linear forwards;
  animation-delay: 0s;
  opacity: 0;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.center__vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.welcome__menu__bottom {
  position: absolute;
  bottom: 5.4rem;
  left: 0;
  width: 100%;
  display: none;
}

.welcome__menu__bottom .container__custom {
  padding: 0px 100px;
}

.welcome__menu__bottom a {
  font-family: 'Copperplate Gothic Bold V2';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #ACABAA;
}

.welcome__navbar .nav-item .nav-link {
  display: inline-block;
  position: relative;
}

.welcome__navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  background-image: url("https://armgallery.vn/wp-content/uploads/2024/07/logo-mark-white@2x.png");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateY(-50%);
  display: none;
}

@media only screen and (max-width: 1023px) {
  .welcome__navbar .nav-item .nav-link::after {
    width: 16px;
    height: 16px;
    right: -44px;
  }
}

.welcome__navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  background-image: url("https://armgallery.vn/wp-content/uploads/2024/07/logo-mark-white@2x.png");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateY(-50%);
  display: none;
}

@media only screen and (max-width: 1023px) {
  .welcome__navbar .nav-item .nav-link::before {
    width: 16px;
    height: 16px;
    left: -44px;
  }
}

.welcome__navbar .nav-item .nav-link:hover::after {
  display: block;
}

.welcome__navbar .nav-item .nav-link:hover::before {
  display: block;
}

.welcome__navbar .nav-item .nav-link, .welcome__navbar .nav-item .nav-link-parent {
  color: #918F8D;
}

.welcome__navbar .nav-link-parent {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  transition-duration: .1s;
}

@media only screen and (max-width: 1023px) {
  .welcome__navbar .nav-link-parent {
    font-size: 18px !important;
    line-height: 24px;
  }
}

.welcome__navbar .nav-link-parent:hover {
  font-size: 28px;
  color: white;
}

.welcome__navbar .nav-item-parent {
  margin-bottom: 52px;
}

.welcome__navbar .nav-item-parent:last-child {
  margin-bottom: 0px;
}

.welcome__navbar .nav-link-parent {
  font-family: "Copperplate Gothic Bold V2" !important;
}

.welcome__navbar .nav-item-parent .submenu {
  margin-top: 4rem;
}

@media only screen and (max-width: 1023px) {
  .welcome__navbar .nav-item-parent .submenu {
    margin-top: 2.4rem;
  }
}

.welcome__navbar .nav-item-parent .submenu .nav-item {
  padding-bottom: 3.6rem;
}

@media only screen and (max-width: 1023px) {
  .welcome__navbar .nav-item-parent .submenu .nav-item {
    padding-bottom: 2.8rem;
  }
}

.welcome__navbar .nav-item-parent .submenu .nav-item a {
  font-family: "Copperplate Gothic Bold V2";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #918F8D;
}

@media only screen and (max-width: 1023px) {
  .welcome__navbar .nav-item-parent .submenu .nav-item a {
    font-size: 14px;
  }
}

.welcome__navbar .nav-item-parent .submenu .nav-item a:hover {
  color: white;
}

.welcome__navbar .nav-item-parent .submenu .nav-item:last-child {
  padding-bottom: 0px;
}

.popup__search__products {
	overflow: scroll;
  position: fixed;
  transition-duration: .6s;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
/*   height: 100vh; */
	bottom: 0;
  background: #141413;
  z-index: 100000;
}

.popup__search__products .close__search__event {
	margin-top: 12px;
}

.popup__search__products .slick-list {
	height: fit-content;
	height: -moz-fit-content;
}

.popup__search__products .content {
	height: 100%;
}

@media only screen and (max-width: 1023px) {
  .popup__search__products {
    padding: 0px;
  }
}

.popup__search__products.active {
  opacity: 1;
  pointer-events: inherit;
}

.journal__content {
  padding-bottom: 90px;
}

.journal__list {
  width: 1119px;
  margin: 0 auto;
  max-width: 100%;
}

.journal__list .journal__item {
  margin-bottom: 56px;
}

.article__detail__content {
  width: 883px;
  max-width: 100%;
}

.article__detail__content * {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

.article__detail__content .article__description {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #1F1E1E;
  padding-bottom: 64px;
}

.article__detail__content .article__description img, .article__detail__content .article__description iframe, .article__detail__content .article__description video {
  max-width: 100%;
}

.article__detail__content .article__description p {
  padding-top: 10px;
}

.about__us__content {
  /*width: 893px;*/
  margin-top: 24px !important;
  max-width: 100%;
  min-height: calc(100vh - 190px);
}

.about__us__description .section__content {
  text-transform: none;
}

.about__us__description .section__content img, .about__us__description .section__content iframe, .about__us__description .section__content video {
  max-width: 100%;
}

@media only screen and (max-width: 1023px) {
  @-webkit-keyframes fadein {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .bag__number {
    width: 13.5px;
    height: 12.25px;
    background: #D30000;
    border-radius: 14px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 7px;
    line-height: 7px;
    text-align: center;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -2px;
    right: -2px;
  }
  .order__col__mb {
    flex-direction: column-reverse;
  }
  .mb-12px-mb {
    margin-bottom: 12px;
  }
  .mb-8px-mb {
    margin-bottom: 8px;
  }
  .mb-32px-mb {
    margin-bottom: 32px;
  }
  .mt-27px-mb {
    margin-top: 27px;
  }
  .mt-30px-mb {
    margin-top: 30px;
  }
  .pl-15px-mb {
    padding-left: 15px;
  }
  .mb-16px-mb {
    margin-bottom: 16px;
  }
  .mb-26px-mb {
    margin-bottom: 26px;
  }
  .hide__mobile {
    display: none !important;
  }
  .hide__desktop {
    display: block !important;
  }
  .mobile__header {
    background-color: transparent;
    padding: 7px 0px;
  }
  .black__style .mobile__header {
    background-color: transparent;
    padding: 20px 0px;
  }
  .popup__filter__event {
    /* background-color: #333132; */
    color: #1F1E1E;
    font-family: 'Copperplate Gothic Bold V2';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 15px;
    margin-bottom: 18px;
    gap: 14px;
  }
  @media (max-width: 768px) {
  	.popup__filter__event {
		font-family: 'Copperplate Gothic light V2';
		font-weight: 400;
  	}
  }
  .popup__product__filter .filter__content {
    /* height: 500px; */
    padding: 16px;
  }
  .popup__menu__mobile.active {
    z-index: 10000;
    pointer-events: inherit;
    opacity: 1;
    transition-duration: .6s;
  }
  .popup__menu__mobile {
    opacity: 0;
    pointer-events: none;
    transition-duration: .6s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #EFEFEF;
    padding: 2.5rem 1.6rem;
  }
  .popup__menu__mobile::after {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100vh;
    background-image: url("https://armgallery.vn/wp-content/uploads/2023/09/background-menu-mobile.jpg");
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .popup__menu__mobile .header, .popup__menu__mobile .content {
    position: relative;
    z-index: 2;
  }
  .popup__menu__mobile .content {
    display: flex;
    align-items: center;
	justify-content: center;
    height: calc(100vh - 2.5rem - 20px);
  }
  .popup__menu__mobile .content .product__menu * {
	padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .popup__menu__mobile .content .nav-item-parent {
    margin-bottom: 5rem;
	text-align: center;
  }
  .popup__menu__mobile .content .nav-item .submenu .nav-item {
    padding-left: 0px;
  }
  .mr-0-mb {
    margin-right: 0px !important;
  }
  .ml-0-mb {
    margin-left: 0px !important;
  }
  .pr-0-mb {
    padding-right: 0px !important;
  }
  .pl-0-mb {
    padding-left: 0px !important;
  }
  .container__custom__mb {
    padding: 0px 16px !important;
  }
  .d-block-mb {
    display: block !important;
  }
  .mb-24px-mb {
    margin-bottom: 24px;
  }
  .font-28-mb {
    font-size: 28px;
    line-height: 46px;
  }
  .font-40-mb {
    font-size: 40px;
    line-height: 48px;
  }
  .font-20-mb {
    font-size: 20px;
    line-height: 22px;
  }
  .font-18-mb {
    font-size: 18px;
    line-height: 24px;
  }
  .font-14-mb {
    font-size: 14px;
    line-height: 20px;
  }
  .font-24-mb {
    font-size: 24px;
    line-height: 27px;
  }
  .font-12-mb {
    font-size: 12px;
    line-height: 13px;
  }
  .font-16-mb {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .font-10-mb {
    font-size: 10px;
    line-height: 14px;
  }

  .notification-return {
    font-size: 26px;
    line-height: 36px;
  }

}

@media only screen and (max-width: 1100px) {
  .container__custom {
    padding: 0px 15px;
  }
  .container__custom__not__padding {
    padding: 0px 0px !important;
  }
  .product__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    padding-bottom: 50px;
  }

  .notification-return {
    font-size: 20px;
    line-height: 32px;
  }
}
img.size-full{
  max-width: 100%;
  height: auto;
}

.request-size-wrapper {
  display: flex;
  gap: 6px;
}

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

.size-select-wrapper {
  position: relative;
}

.size-select-size-guide {
  position: absolute;
  right: 0;
  top: -25px;
}

.woocommerce-error {
  display: none;
}

/* ============================================
   MOBILE MENU LAYERS - ĐƠN GIẢN VÀ RÕ RÀNG
   ============================================ */

/* Layer1 - Menu chính (Collection, Journal, About us) */
.popup__menu__mobile .layer1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.popup__menu__mobile .layer1.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

/* Layer2 - Product categories (Jewelry, Apparel, etc.) */
.popup__menu__mobile .layer2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.popup__menu__mobile .layer2.show {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}

/* Khi layer2 show, hiển thị các element bên trong */
.popup__menu__mobile .layer2.show > li:not(.layer3-wrapper),
.popup__menu__mobile .layer2.show #layer-2-back-btn,
.popup__menu__mobile .layer2.show .layer3-wrapper .nav-link-parent {
  opacity: 1;
  pointer-events: all;
}

/* Khi layer2 có layer3 đang show, ẩn các element khác */
.popup__menu__mobile .layer2.has-layer3-show > li:not(.layer3-wrapper),
.popup__menu__mobile .layer2.has-layer3-show #layer-2-back-btn,
.popup__menu__mobile .layer2.has-layer3-show .layer3-wrapper:not(.has-layer3-show) .nav-link-parent {
  opacity: 0;
  pointer-events: none;
}

/* Khi layer3 show, hiển thị back button của layer3 */
.popup__menu__mobile .layer3.show .layer-3-back-btn,
.popup__menu__mobile .layer3.show:not(.hide) .layer-3-back-btn {
  opacity: 1 !important;
  pointer-events: all !important;
  z-index: 10 !important;
}

/* Layer3 - Sub-categories (nằm trong layer2) */
.popup__menu__mobile .layer3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  display: none !important; /* Mặc định ẩn */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease;
}

/* Force ẩn layer3 khi có class hide - PHẢI ĐẶT TRƯỚC rule show để có priority cao hơn */
/* Thêm nhiều selector với specificity cao để override rule .show */
/* QUAN TRỌNG: Đặt rule này TRƯỚC rule .show để có priority cao hơn */
.popup__menu__mobile .layer3.hide,
.popup__menu__mobile:not(.active) .layer3,
.popup__menu__mobile .layer3.hide.show,
.popup__menu__mobile.active .layer3.hide,
.popup__menu__mobile .layer2 .layer3.hide,
.popup__menu__mobile .content .layer3.hide,
.popup__menu__mobile.active .layer2 .layer3.hide,
.popup__menu__mobile.active .content .layer2 .layer3.hide,
.popup__menu__mobile.active .content .layer3.hide,
.popup__menu__mobile .content .layer3.hide.show,
.popup__menu__mobile.active .content .layer3.hide.show,
.popup__menu__mobile.active .content .layer2 .layer3.hide.show,
/* Thêm các selector với specificity CAO HƠN rule .show */
.popup__menu__mobile.active .content .layer3.hide,
.popup__menu__mobile.active .content .layer3.hide.show,
.popup__menu__mobile .content .layer3.hide,
.popup__menu__mobile .content .layer3.hide.show {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  transition: none !important; /* Disable transition khi ẩn */
  /* Force override mọi style khác */
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  max-width: none !important;
  max-height: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: initial !important;
  align-items: initial !important;
  justify-content: initial !important;
}

/* Layer3 show - với specificity cao nhất - CHỈ hiển thị khi KHÔNG có class hide */
/* NHƯNG rule .hide phải có priority cao hơn, nên rule này chỉ apply khi KHÔNG có .hide */
.popup__menu__mobile.active .layer3.show:not(.hide):not([style*="display: none"]),
.popup__menu__mobile .content .layer2 .layer3.show:not(.hide):not([style*="display: none"]),
.popup__menu__mobile .layer2 .layer3.show:not(.hide):not([style*="display: none"]),
.popup__menu__mobile .layer3.show:not(.hide):not([style*="display: none"]) {
  opacity: 1 !important;
  pointer-events: all !important;
  z-index: 3 !important;
  display: flex !important;
  visibility: visible !important;
}

/* Layer3-wrapper và parent của layer3 cần position relative để layer3 absolute hoạt động */
.popup__menu__mobile .layer3-wrapper,
.popup__menu__mobile .layer2 .nav-item,
.popup__menu__mobile .layer2 li {
  position: relative;
  margin-bottom: 2rem;
}

/* Khi layer3 show, đảm bảo parent có kích thước */
.popup__menu__mobile .layer2 .nav-item .layer3.show,
.popup__menu__mobile .layer2 li .layer3.show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Khi layer3 show, ẩn nav-link-parent của nó */
.popup__menu__mobile .layer3-wrapper.has-layer3-show .nav-link-parent {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Style chữ của layer3 - ĐỒNG BỘ HOÀN TOÀN với layer1 và layer2 */
.popup__menu__mobile .layer3 {
  text-align: center;
}

.popup__menu__mobile .layer3 .submenu {
  padding-top: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.popup__menu__mobile .layer3 .submenu .nav-item {
  padding-left: 0px;
  margin-bottom: 2rem;
  text-align: center;
}

.popup__menu__mobile .layer3 .submenu .nav-item:last-child {
  margin-bottom: 0;
}

.popup__menu__mobile .layer3 .submenu .nav-item .nav-link {
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1F1E1E;
  text-decoration: none;
  display: inline-block;
}

.popup__menu__mobile .layer3 .submenu .nav-item .nav-link:hover {
  text-decoration: underline;
}

.popup__menu__mobile .layer3 .submenu .nav-item .nav-link.font-copperplate-bold {
  font-family: "Copperplate Gothic Bold V2";
  opacity: 1;
}

.popup__menu__mobile .layer3 .submenu .nav-item .nav-link.selected-cat {
  font-family: "Copperplate Gothic Bold V2";
}

/* Back button của Layer 2 */
.popup__menu__mobile #layer-2-back-btn {
  position: fixed;
  top: 2.5rem;
  right: 1.6rem;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup__menu__mobile .layer2.show #layer-2-back-btn {
  opacity: 1;
  pointer-events: all;
}

/* Back button của Layer 3 - giống hệt Layer 2 */
.popup__menu__mobile .layer-3-back-btn {
  position: fixed !important;
  top: 2.5rem !important;
  right: 1.6rem !important;
  z-index: 100 !important;
  cursor: pointer !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease;
  width: 10px !important;
  height: 17px !important;
}

/* Hiển thị back button của layer3 khi layer3 show */
.popup__menu__mobile .layer3.show .layer-3-back-btn,
.popup__menu__mobile .layer3.show:not(.hide) .layer-3-back-btn,
.popup__menu__mobile.active .layer3.show .layer-3-back-btn {
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
  display: block !important;
}

/* Ẩn back button khi layer3 hide hoặc menu đóng */
.popup__menu__mobile .layer3.hide .layer-3-back-btn,
.popup__menu__mobile:not(.active) .layer-3-back-btn {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}


@media (max-width: 992px) {
  .popup__product__filter {
    top: 60px;
  }
}

@media (max-width: 512px) {
  #main__product_image_mobile {
    height: auto;
    aspect-ratio: 0.9
  }
}

@media screen and (max-width: 782px) {
  html {
      margin-top: 0px !important;
  }
	.font-12 {
	  font-size: 10px;
	  line-height: 14px;
	}

	.font-14 {
	  font-size: 12px;
	  line-height: 16px;
	}

	
	.font-24 {
	  font-size: 20px;
	  line-height: 26px;
	}

	.font-28 {
	  font-size: 20px;
	  line-height: 26px;
	}

	.font-30 {
	  font-size: 22px;
	  line-height: 26px;
	}

	.font-36 {
	  font-size: 28px;
	  line-height: 36px;
	}

	.font-16 {
	  font-size: 14px;
	  line-height: 20px;
	}

	.font-20 {
	  font-size: 16px;
	  line-height: 20px;
	}

	.font-18 {
	  font-size: 16px;
	  line-height: 20px;
	}
/* 	.button__black {
	  font-size: 12px;
      line-height: 18px;
	} */
}

.ring-size-dialogue {
	width: 100%;
}
.ring-size-dialogue h3 {
	color: #282828;
	text-align: center;
	font-family: 'Copperplate Gothic Bold V2', sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin: 0;
}
.ring-size-dialogue .subtitle p{
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	width: 100%;
	margin-top: 0;
}
.ring-size-dialogue .select-menu {
	display: flex;
	width: calc(100% - 16px);
	margin: 48px 0;
	justify-content: space-between;
	align-items: stretch;
	gap: 32px;
}
.ring-size-dialogue .select-value {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	min-height: 140px;
}
.ring-size-dialogue .select-value p {
	text-align: center;
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
}
.ring-size-dialogue .method .section h4 {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.ring-size-dialogue .method .section .logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 15px;
	flex-wrap: wrap;
	margin: 21px 0;
    margin-bottom: 32px;
}
.ring-size-dialogue .method .steps p {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}
.ring-size-dialogue .table {
	margin-top: 32px;
}
.ring-size-dialogue .table .row,
.ring-size-dialogue .table .row-special {
	background-color: #D1D1D1;
	padding: 14px;
	display: flex;
	align-items: center;
	margin: 0;
	margin-bottom: 2px;
}
.ring-size-dialogue .table .row:nth-child(odd) {
	background-color: #F4F4F4;
	margin: 0;
}
.ring-size-dialogue .table .row:first-child {
	background-color: #D1D1D1;
}
.ring-size-dialogue #toggle-table .row:first-child {
	background-color: #F4F4F4;
}
.ring-size-dialogue .table .row .item {
	width: 50%;
}
.ring-size-dialogue .table .row .item-special {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.ring-size-dialogue .table .item .sub-item p{
	width: 70px;
}

.ring-size-dialogue .table .item p {
	color: #282828;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-align: center; 
}

.ring-size-dialogue .table .item.label p {
	font-size: 20px;
}

.ring-size-dialogue .table .item p {
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-align: center; 
	margin: 4px 0;
}

.ring-size-dialogue .caution {
	margin-top: 32px ;
}
.ring-size-dialogue .caution p {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0;
}
.ring-size-dialogue .btn.active .checkbox {
	fill: #686868;
}
.ring-size-dialogue .toggle-show-btn {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	margin: auto;
	cursor: pointer;
}
.ring-size-dialogue .toggle-show-btn p {
	margin: 4px 0;
}
@media (max-width: 576px) {
	.ring-size-dialogue .table .row,
	.ring-size-dialogue .table .row-special {
		padding: 7px;
	}
	.ring-size-dialogue .table .item p {
		font-size: 12px;
	}
}

#modalSizeGuide {
	right: 0; 
	left: unset;
	width: fit-content;
	width: -moz-fit-content;
	padding-right: 0 !important;
}

#modalSizeGuide .modal-dialog {
	margin: 0;
}
@media (max-width: 610px) {
	#modalSizeGuide {
		width: 100%;
	}
	
}
#single__product__mobile_gallery .slick-next, #single__product__mobile_gallery .slick-prev {
    width: 20px;
    height: 50px;
    z-index: 1000;
}

.desktop-gallery {
	min-height: 100vh;
}

@media (max-width: 1023px) {
	.desktop-gallery {
		min-height: 0vh;
	}
}

.slide__images__product__detail .slick-dots li {
	width: 24px !important;
	height: 2px !important;
	margin: 0 2px !important;
	background: #DADADA;
}

.slide__images__product__detail .slick-dots li.slick-active {
	background: #000;
}

/* Product List Slick Text Arrows */
.related__product {
	position: relative;
	overflow: visible;
	padding: 0 120px;
}

.product__list__slick {
	position: relative;
	overflow: visible;
}

@media (max-width: 768px) {
	.related__product {
		padding: 0 100px;
	}
}

.product__list__slick .slick-prev,
.product__list__slick .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	background: none;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #1F1E1E;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}



.product__list__slick .slick-prev:hover,
.product__list__slick .slick-next:hover {
	color: #666;
}

.product__list__slick .slick-prev {
	left: -100px;
}

.product__list__slick .slick-next {
	right: -70px;
}

/* Custom text arrows - override slick defaults */
.product__list__slick .slick-prev::before {
	content: "< " !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	color: #1F1E1E !important;
	opacity: 1 !important;
	margin-right: 4px;
}

.product__list__slick .slick-next::before {
	content: "" !important;
	display: none !important;
}

.product__list__slick .slick-next::after {
	content: " >";
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #1F1E1E;
	margin-left: 4px;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.product__list__slick .slick-prev {
		left: -90px;
		font-size: 12px;
	}
	
	.product__list__slick .slick-next {
		right: -60px;
		font-size: 12px;
	}
}



