@charset "UTF-8";
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

body {
  font-family: "Albula Pro", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  background-color: #0D0D0D;
}

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

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

.s-icon {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.container {
  width: 100%;
  padding: 0 7.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.heading-90 {
  color: #E6E6E6;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -4.5px;
}

.heading-68 {
  color: #E6E6E6;
  text-align: center;
  font-size: 4.25rem;
  font-weight: 400;
  letter-spacing: -3.4px;
}

.heading-48 {
  color: #E6E6E6;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.4px;
}

.heading-32 {
  color: #E6E6E6;
  font-size: 2rem;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}

.heading-24 {
  color: #E6E6E6;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.normal-text-20 {
  color: #E6E6E6;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.1px;
  font-weight: 400;
}

.normal-text-18 {
  color: #E6E6E6;
  font-size: 1.125rem;
  letter-spacing: -0.54px;
}

.normal-text-16 {
  color: #E6E6E6;
  font-size: 1rem;
  letter-spacing: -0.48px;
}

.uppercase {
  text-transform: uppercase;
}

.flex-column-gap-12 {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.flex-column-gap-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flex-column-gap-4 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.flex-column-gap-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flex-column-center-gap-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.flex-column-gap-5 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1365px) {
  .container {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 6vw;
  }
  .flex-column-gap-4 {
    gap: 1.25rem;
  }
  .heading-90 {
    font-size: 4.25rem;
    letter-spacing: -3.4px;
  }
  .heading-68 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: -1.6px;
    line-height: 124%;
  }
  .heading-48 {
    font-size: 1.75rem;
    line-height: 140%;
    letter-spacing: -0.84px;
  }
  .heading-32 {
    color: #E6E6E6;
    font-size: 2rem;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: -1.6px;
    text-transform: uppercase;
  }
  .heading-24 {
    font-size: 1.25rem;
  }
  .normal-text-20 {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .normal-text-18 {
    color: #E6E6E6;
    font-size: 1.125rem;
    letter-spacing: -0.54px;
  }
  .normal-text-16 {
    color: #E6E6E6;
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 1.25rem;
  }
}
.header {
  padding: 1.25rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  font-family: "Albula Pro", sans-serif;
  z-index: 999;
}
.header > p {
  color: #faf9f7;
}
.header .nav-mobile-group {
  display: none;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(230, 230, 230, 0.07);
  backdrop-filter: blur(15px);
  border-radius: 0.75rem;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
  overflow: visible;
  max-width: 42rem;
  gap: 0 17.04px;
}
.header .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.7rem;
  transition: all 0.3s;
  position: relative;
}
.header .logo-link img {
  width: 100%;
  padding: 1.6px 6.96px 1.6px 28px;
  transition: all 0.3s;
}
.header .logo-link .black-logo {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.header .nav-list {
  display: flex;
  transform: all 0.3s;
}
.header .nav-list .nav-item .nav-link {
  padding: 1.125rem 1.5rem;
  color: rgba(230, 230, 230, 0.7);
  font-size: 1rem;
  transition: all 0.3s;
  line-height: normal;
}
.header .nav-list .nav-item .nav-link:hover {
  color: #faf9f7;
}
.header .header-container {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.header .group-submenu {
  position: relative;
  width: 100%;
  margin-top: -6rem;
}
.header .sub-menu-outer {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.header .sub-menu {
  position: relative;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(230, 230, 230, 0.07);
  background: rgba(230, 230, 230, 0.05);
  backdrop-filter: blur(1.25rem);
  z-index: 10000;
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.header .sub-menu .sub-menu-head {
  padding: 0.5rem 0;
  padding: 1.5rem 2.5rem 0;
}
.header .sub-menu .sub-menu-head .sub-head-flex {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.05);
}
.header .sub-menu .sub-menu-head p {
  color: rgba(230, 230, 230, 0.7);
  text-align: center;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.header .sub-menu .sub-menu-head .close-sub-menu {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.header .sub-menu .sub-menu-head .close-sub-menu.black-icon {
  opacity: 0;
}
.header .sub-menu .sub-menu-inner {
  padding: 1.25rem 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header .sub-menu .sub-menu-inner a {
  padding: 0.75rem 0;
  transition: all 0.3s;
  color: rgba(230, 230, 230, 0.7);
  background-color: rgba(230, 230, 230, 0.05);
  border-radius: 8px;
  font-size: 1rem;
  display: block;
  text-align: center;
}
.header .sub-menu .sub-menu-inner a:hover {
  background: rgba(188, 188, 188, 0.15);
  color: #FAF9F7;
}
.header .sub-menu .sub-menu-head,
.header .sub-menu .sub-menu-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.header .sub-menu .sub-menu-head.reveal-up,
.header .sub-menu .sub-menu-inner.reveal-up {
  opacity: 1;
  transform: translateY(0px);
}
.header .sub-menu .sub-menu-head.reveal-down,
.header .sub-menu .sub-menu-inner.reveal-down {
  opacity: 0;
  transform: translateY(20px);
}
.header.fadeout .header-wrapper {
  background-color: transparent;
  backdrop-filter: none;
}
.header.fadeout .group-submenu {
  margin-top: -3rem;
}
.header.fadeout .nav-list,
.header.fadeout .logo-link {
  opacity: 0;
  visibility: hidden;
}
.header.fadeout .sub-menu.open {
  pointer-events: auto;
  opacity: 1;
}
.header.light-header .logo-link img {
  opacity: 0;
}
.header.light-header .logo-link .black-logo {
  opacity: 1;
}
.header.light-header .nav-list .nav-item .nav-link {
  color: #5D564E;
}
.header.light-header .nav-list .nav-item .nav-link:hover {
  color: #0D0D0D;
}
.header.light-header .sub-menu .sub-menu-head .close-sub-menu {
  opacity: 0;
}
.header.light-header .sub-menu .sub-menu-head .close-sub-menu.black-icon {
  opacity: 1;
}
.header.light-header .sub-menu .sub-head-flex p {
  color: #0D0D0D;
}
.header.light-header .sub-menu a {
  color: #5D564E;
}
.header.light-header .sub-menu a:hover {
  color: #0D0D0D;
}
.header .group-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .header-container {
    padding: 0 1.25rem;
    width: 100%;
  }
  .header .logo-link {
    width: 5.85rem;
  }
  .header .logo-link img {
    padding-left: 0;
  }
  .header .nav-mobile-group {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .header .nav-mobile-group.open {
    display: block;
  }
  .header .nav-mobile-group .group-icon-close {
    position: absolute;
    z-index: 12000;
    right: 2.25rem;
    top: 3.4rem;
    cursor: pointer;
  }
  .header .nav-mobile-group .group-icon-close .black-icon {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .header .nav-mobile-group .nav-mobile {
    position: absolute;
    width: calc(100% - 2.5rem);
    top: 1.25rem;
    left: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(230, 230, 230, 0.07);
    background: rgba(230, 230, 230, 0.05);
    backdrop-filter: blur(20px);
    padding: 1.5rem 3.75rem;
  }
  .header .nav-mobile-group .nav-mobile .nav-header-text {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.05);
    color: rgba(230, 230, 230, 0.7);
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: -0.54px;
  }
  .header .nav-mobile-group .nav-mobile .nav-list-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .header .nav-mobile-group .nav-mobile .nav-list-mobile .nav-link {
    padding: 8px 0;
    color: rgba(230, 230, 230, 0.7);
    font-size: 1rem;
    letter-spacing: -0.48px;
    border-radius: 8px;
    background: rgba(230, 230, 230, 0.05);
    text-align: center;
  }
  .header .nav-mobile-group .nav-mobile .nav-header-text,
  .header .nav-mobile-group .nav-mobile .nav-mobile-list {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .header .nav-mobile-group .nav-mobile .nav-header-text.reveal-up,
  .header .nav-mobile-group .nav-mobile .nav-mobile-list.reveal-up {
    opacity: 1;
    transform: translateY(0);
  }
  .header .nav-mobile-group .sub-menu-mobile {
    position: absolute;
    width: calc(100% - 2.5rem);
    top: 1.25rem;
    left: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(230, 230, 230, 0.07);
    background: rgba(230, 230, 230, 0.05);
    backdrop-filter: blur(20px);
    padding: 1.5rem 3.75rem;
    display: none;
  }
  .header .nav-mobile-group .sub-menu-mobile .group-icon-back {
    position: absolute;
    left: 1rem;
    top: 2.03rem;
  }
  .header .nav-mobile-group .sub-menu-mobile .group-icon-back .back-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header .nav-mobile-group .sub-menu-mobile .group-icon-back .back-icon.black {
    opacity: 0;
    position: absolute;
  }
  .header .nav-mobile-group .sub-menu-mobile .sub-head-flex p {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.05);
    color: rgba(230, 230, 230, 0.7);
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: -0.54px;
  }
  .header .nav-mobile-group .sub-menu-mobile .sub-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .header .nav-mobile-group .sub-menu-mobile .sub-menu-inner .menu-item a {
    padding: 8px 0;
    color: rgba(230, 230, 230, 0.7);
    font-size: 1rem;
    letter-spacing: -0.48px;
    border-radius: 8px;
    background: rgba(230, 230, 230, 0.05);
    text-align: center;
    display: block;
  }
  .header .header-wrapper {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    padding: 0.75rem;
  }
  .header .header-wrapper .group-nav {
    display: none;
  }
  .header .header-wrapper .group-hamburger {
    display: block;
    position: relative;
  }
  .header .header-wrapper .group-hamburger .ham-icon {
    transition: all 0.3s;
  }
  .header .header-wrapper .group-hamburger .ham-icon.black {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
  .header.light-header .header-wrapper .group-hamburger .ham-icon {
    opacity: 0;
  }
  .header.light-header .header-wrapper .group-hamburger .ham-icon.black {
    opacity: 1;
  }
}
.footer {
  position: relative;
  background-color: #131313;
  padding: 6rem 0;
  color: rgba(230, 230, 230, 0.7);
}
.footer a {
  text-decoration: underline;
  font-size: 0.875rem;
}
.footer .footer-header-text {
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.footer .scroll-to-top {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: rgba(230, 230, 230, 0.07);
  display: none;
  position: fixed;
  right: 2.5rem;
  bottom: 3rem;
  z-index: 5;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.footer .box-navigation,
.footer .box-social {
  flex-shrink: 0;
}
.footer .box-contact {
  width: 35%;
}
.footer .box-contact .flex-column-gap-12 {
  margin-top: 0.75rem;
}
.footer .box-contact form .group-input > p {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(188, 188, 188, 0.3);
}
.footer .box-contact form .wpcf7-form-control-wrap input {
  color: rgba(230, 230, 230, 0.35);
  font-size: 0.875rem;
  padding: 1rem 0.75rem;
}
.footer .box-contact form .wpcf7-submit {
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  text-decoration: underline;
  color: rgba(188, 188, 188, 0.3);
  cursor: pointer;
  flex-shrink: 0;
}
.footer .box-contact form .wpcf7-spinner {
  display: none;
}
.footer .box-terms {
  width: 35%;
}
.footer .box-terms p {
  font-size: 0.875rem;
}
.footer .footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(230, 230, 230, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .term-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer .footer-bottom .term-box a {
  color: rgba(188, 188, 188, 0.3);
  text-decoration: underline;
}
.footer .footer-bottom .copy-right {
  color: rgba(188, 188, 188, 0.3);
  font-size: 0.875rem;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 3.75rem 0;
  }
  .footer .scroll-to-top {
    width: 3rem;
    height: 3rem;
    right: 1.25rem;
    bottom: 2rem;
  }
  .footer .scroll-to-top svg {
    width: 14px;
  }
  .footer .footer-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .footer .box-navigation,
  .footer .box-social {
    flex-shrink: 0;
    width: 100%;
  }
  .footer .box-contact {
    width: 100%;
  }
  .footer .box-contact .flex-column-gap-12 {
    margin-top: 0.75rem;
  }
  .footer .box-contact form .group-input > p {
    display: flex;
    justify-content: space-between;
  }
  .footer .box-contact form .wpcf7-form-control-wrap input {
    width: 80%;
  }
  .footer .box-contact form .wpcf7-submit {
    font-size: 0.875rem;
  }
  .footer .box-contact form .wpcf7-spinner {
    display: none;
  }
  .footer .box-terms {
    width: 100%;
  }
  .footer .box-terms p {
    font-size: 0.875rem;
  }
  .footer .footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
    align-items: start;
  }
}
.white-btn {
  padding: 0 1.5rem;
  border: 1px solid #E6E6E6;
  transition: all 0.3s;
  color: #0D0D0D;
  background-color: #E6E6E6;
  font-size: 1rem;
  letter-spacing: -0.48px;
  border-radius: 1000px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-btn:hover {
  color: #E6E6E6;
  background-color: transparent;
}

.near-white-btn {
  padding: 0.9rem 1.5rem;
  transition: all 0.3s;
  color: #0D0D0D;
  background-color: #E6E6E6;
  font-size: 1rem;
  letter-spacing: -0.48px;
  border-radius: 1000px;
  line-height: 100%;
  font-weight: 400;
}
.near-white-btn:hover {
  background-color: #fff;
}

.product-card {
  padding: 1.25rem 3.5rem;
}
.product-card .product-thumb {
  display: block;
  overflow: hidden;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-card .product-thumb .pro-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-card .product-name {
  color: #E6E6E6;
  font-size: 0.875rem;
  line-height: 120%;
  text-transform: uppercase;
}
.product-card .product-name a {
  width: 100%;
  display: block;
}
.product-card .sku-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.product-card .sku-info .sku-code {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
}
.product-card .sku-info .stock-status {
  color: #FAF9F7;
  font-size: 0.875rem;
  line-height: 130%;
}
.product-card .sku-info .stock-status.run-out-of {
  color: rgba(230, 230, 230, 0.7);
}
.product-card .short-desc {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  line-height: 130%;
  margin-top: 1.25rem;
  font-weight: 300;
}
.product-card:hover .pro-img {
  transform: scale(1.05);
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.25rem !important;
  height: 2.25rem !important;
  border-radius: 6px;
  background: rgba(230, 230, 230, 0.07);
  transition: all 0.3s;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  transition: all 0.3s;
  content: "" !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #BCBCBC;
}

.swiper-button-prev:before {
  background: url("./images/chevronleft-white.svg");
  content: "";
  width: 1rem;
  transition: all 0.3s;
  height: 1rem;
}
.swiper-button-prev:after {
  background: url("./images/chevronleft-black.svg");
  content: "";
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.swiper-button-prev:hover:before {
  opacity: 0;
}
.swiper-button-prev:hover:after {
  opacity: 1;
}

.swiper-button-next:before {
  background: url("./images/chevronleft-white.svg");
  content: "";
  width: 1rem;
  transition: all 0.3s;
  height: 1rem;
  transform: rotate(180deg);
}
.swiper-button-next:after {
  background: url("./images/chevronleft-black.svg");
  content: "";
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}
.swiper-button-next:hover:before {
  opacity: 0;
}
.swiper-button-next:hover:after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .product-card {
    padding: 0;
  }
  .product-card .product-thumb {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  .product-card .product-thumb .pro-img {
    width: 85%;
    height: 85%;
  }
  .product-card .product-name {
    font-size: 0.875rem;
  }
  .product-card .sku-info {
    margin-top: 4px;
  }
  .product-card .sku-info .sku-code {
    font-size: 0.875rem;
  }
  .product-card .sku-info .stock-status {
    font-size: 0.75rem;
  }
  .product-card .short-desc {
    font-size: 0.75rem;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-card:hover .pro-img {
    transform: scale(1);
  }
}
.product-head {
  overflow: hidden;
  height: 100vh;
  padding: 6rem 0 5rem;
  background: #000000;
}
.product-head .product-appearance {
  margin: 0 auto;
  width: 100%;
  max-width: 60vh;
}
.product-head .product-appearance img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-head .product-appearance .video-box {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: flex;
  align-items: center;
}
.product-head .product-name-group {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-head .product-name-group .category-name {
  color: #CEBFAE;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.product-head .product-name-group .pro-name {
  margin: 0.5rem 0 1rem;
}

.product-information {
  padding: 7.5rem 0 3.75rem;
}
.product-information .product-information-mobile-wrap {
  display: none;
}
.product-information .heading-68 span {
  color: #CEBFAE;
}
.product-information .product-information-wrap {
  margin-top: 4rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-information .group-spec-list {
  position: sticky;
  top: 26rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-information .group-spec-list .icon-spec {
  transition: all 0.3s;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(230, 230, 230, 0.07);
  position: relative;
}
.product-information .group-spec-list .icon-spec img {
  transition: all 0.3s;
}
.product-information .group-spec-list .icon-spec .icon-black {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.product-information .group-spec-list .icon-spec.active {
  background-color: #E6E6E6;
}
.product-information .group-spec-list .icon-spec.active .icon-white {
  opacity: 0;
}
.product-information .group-spec-list .icon-spec.active .icon-black {
  opacity: 1;
}
.product-information .group-spec-list .icon-spec:hover {
  background-color: #E6E6E6;
}
.product-information .group-spec-list .icon-spec:hover .icon-white {
  opacity: 0;
}
.product-information .group-spec-list .icon-spec:hover .icon-black {
  opacity: 1;
}
.product-information .all-infor {
  width: 68.3%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-information .all-infor > div {
  border-bottom: 1px solid rgba(230, 230, 230, 0.07);
}
.product-information .all-infor .group-spec-inner {
  display: flex;
  padding-bottom: 1.5rem;
  gap: 7.5rem;
}
.product-information .all-infor .group-spec-inner .normal-text-20 {
  flex-shrink: 0;
  margin-top: 1.25rem;
  min-width: 7.5rem;
  text-align: left;
}
.product-information .all-infor .group-spec-inner .spec-detail {
  width: 73.3%;
}
.product-information .all-infor .group-spec-inner .spec-detail .spec-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem 0 1.5rem 0;
  border-bottom: 1px solid rgba(230, 230, 230, 0.07);
}
.product-information .all-infor .group-spec-inner .spec-detail .spec-item .spec-head {
  width: 43%;
  color: #E6E6E6;
  font-size: 0.875rem;
}
.product-information .all-infor .group-spec-inner .spec-detail .spec-item .spec-desc {
  width: 48.8%;
  color: #DCD1C3;
  font-size: 0.875rem;
}
.product-information .all-infor .group-spec-inner .spec-detail .spec-item:last-child {
  border-bottom: 0;
}
.product-information .all-infor .group-dimension-inner {
  display: flex;
  gap: 3rem;
  padding: 3rem 0;
}
.product-information .all-infor .group-dimension-inner .normal-text-20 {
  flex-shrink: 0;
  padding-top: 0.75rem;
}
.product-information .all-infor .group-dimension-inner .dimension-img {
  width: 100%;
  max-width: 17.5rem;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-information .all-infor .group-download-inner {
  display: flex;
  gap: 7rem;
  padding: 3rem 0;
}
.product-information .all-infor .group-download-inner .normal-text-20 {
  flex-shrink: 0;
}
.product-information .all-infor .group-download-inner .list-download {
  list-style: disc;
  color: #E6E6E6;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.product-information .all-infor .group-download-inner .list-download .download-file {
  color: #E6E6E6;
  font-size: 0.875rem;
  text-decoration: underline;
}

.product-gallery {
  padding: 4rem 0 7.5rem;
  margin-bottom: 1.25rem;
}
.product-gallery .product-gallery-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.product-gallery .product-gallery-heading .normal-text-20 {
  color: rgba(230, 230, 230, 0.7);
  font-weight: 300;
}
.product-gallery .swiper {
  width: 100%;
  overflow: hidden;
}
.product-gallery .swiper-wrapper {
  display: flex;
}
.product-gallery .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.product-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-highlight {
  border-bottom: 10px solid #0D0D0D;
  height: 100vh;
}
.product-highlight .product-highlight-inner {
  position: relative;
  height: 100%;
}
.product-highlight .product-highlight-inner .nav-tabs {
  position: absolute;
  right: 7.5rem;
  bottom: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: none;
  z-index: 2;
}
.product-highlight .product-highlight-inner .nav-tabs .nav-link-tab {
  color: rgba(230, 230, 230, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  padding: 4px 0;
  border: 0;
  width: 100%;
  transition: all 0.4s;
}
.product-highlight .product-highlight-inner .nav-tabs .nav-link-tab:hover {
  color: #FAF9F7;
}
.product-highlight .product-highlight-inner .nav-tabs .nav-link-tab.active {
  color: #FAF9F7;
  text-decoration: underline;
}
.product-highlight .product-highlight-inner .tab-content {
  height: 100%;
}
.product-highlight .product-highlight-inner .tab-pane {
  position: relative;
  height: 100%;
}
.product-highlight .product-highlight-inner .tab-pane:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0) 50.96%, rgba(13, 13, 13, 0.3) 100%);
}
.product-highlight .product-highlight-inner .tab-pane img {
  width: 100%;
  height: 100%;
}
.product-highlight .product-highlight-inner .tab-pane .tab-content-inner {
  position: absolute;
  top: 7.5rem;
  left: 7.5rem;
  width: 100%;
  max-width: 25rem;
}
.product-highlight .product-highlight-inner .tab-pane .tab-content-inner .blog-title {
  height: fit-content;
  overflow: hidden;
}
.product-highlight .product-highlight-inner .tab-pane .tab-content-inner .blog-title span {
  position: relative;
  top: 5rem;
}
.product-highlight .product-highlight-inner .tab-pane .tab-content-inner .excerpt {
  margin: 1.25rem 0 2rem;
  height: fit-content;
  overflow: hidden;
}
.product-highlight .product-highlight-inner .tab-pane .tab-content-inner .excerpt span {
  position: relative;
  top: 7rem;
}
.product-highlight .product-highlight-inner .tab-pane.active .blog-title span {
  animation: revealText 0.4s forwards 0.3s ease;
}
.product-highlight .product-highlight-inner .tab-pane.active .excerpt span {
  animation: revealText 0.4s forwards 0.45s ease;
}

.product-highlight-mobile {
  display: none;
}

.related-products {
  padding: 7.5rem 0;
}
.related-products .flex-column-gap-5 .flex-column-gap-1 {
  padding: 0 7.5rem;
}
.related-products .flex-column-gap-5 .flex-column-gap-1 * {
  text-align: left;
}
.related-products .flex-column-gap-5 .flex-column-gap-1 .normal-text-20 {
  font-weight: 300;
  color: rgba(230, 230, 230, 0.7);
}
.related-products .swiper-container-custom {
  position: relative;
}
.related-products .related-product-slider {
  width: calc(100% - 7.5rem);
  overflow: hidden;
  position: relative;
}
.related-products .related-product-slider .swiper-wrapper {
  display: flex;
}
.related-products .related-product-slider .swiper-button-prev {
  left: 0;
  z-index: 10;
}
.related-products .related-product-slider .swiper-button-next {
  z-index: 10;
  right: 0;
}
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.gallery-modal .modal-content {
  position: relative;
  width: 84.7%;
  height: 85vh;
  z-index: 10;
  background-color: transparent;
}
.gallery-modal .modalSwiper {
  width: 100%;
  overflow: hidden;
}
.gallery-modal .swiper-wrapper {
  display: flex;
}
.gallery-modal .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-modal .swiper-wrapper .swiper-slide img {
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  .product-head {
    padding: 6rem 0 5rem;
  }
  .product-head .product-name-group {
    margin-top: 2.5rem;
  }
  .product-head .product-name-group .category-name {
    font-size: 1rem;
    line-height: 110%;
    letter-spacing: -0.48px;
  }
  .product-head .product-name-group .pro-name {
    margin: 0.5rem 0 1.5rem;
    font-size: 1.75rem;
  }
  .product-information {
    padding: 3.75rem 0;
  }
  .product-information .container {
    padding: 0;
  }
  .product-information .heading-68 span {
    color: #CEBFAE;
  }
  .product-information .product-information-wrap {
    display: none;
  }
  .product-information .product-information-mobile-wrap {
    margin-top: 2.5rem;
    display: block;
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(230, 230, 230, 0.07);
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head .icon-spec-mobile {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(230, 230, 230, 0.07);
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head .normal-text-20 {
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: -0.54px;
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head .icon-exp-col {
    position: relative;
    width: 1rem;
    height: 1rem;
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head .icon-exp-col * {
    width: 100%;
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head .icon-exp-col .icon-minus {
    opacity: 0;
    position: absolute;
    inset: 0;
  }
  .product-information .product-information-mobile-wrap .group-info-item .group-head.spec {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .product-information .product-information-mobile-wrap .group-info-item > div:last-child {
    display: none;
    margin-top: 1.25rem;
  }
  .product-information .product-information-mobile-wrap .group-info-item.open > div:last-child {
    display: block;
  }
  .product-information .product-information-mobile-wrap .group-info-item.open .icon-exp-col .icon-minus {
    opacity: 1;
  }
  .product-information .product-information-mobile-wrap .group-info-item.open .icon-exp-col .icon-plus {
    opacity: 0;
  }
  .product-information .product-information-mobile-wrap .group-info-item:first-child {
    border-bottom: 1px solid rgba(230, 230, 230, 0.07);
  }
  .product-information .product-information-mobile-wrap .group-info-item.open:first-child .spec {
    border-bottom: 1px solid rgba(230, 230, 230, 0.07);
  }
  .product-information .product-information-mobile-wrap .list-spec {
    padding: 0 2rem;
    border-bottom: 1px solid rgba(230, 230, 230, 0.07);
  }
  .product-information .product-information-mobile-wrap .list-spec .spec-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.07);
  }
  .product-information .product-information-mobile-wrap .list-spec .spec-item .spec-head {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 130%;
    color: #E6E6E6;
    width: 46%;
  }
  .product-information .product-information-mobile-wrap .list-spec .spec-item .spec-desc {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 130%;
    color: #DCD1C3;
    width: 46%;
    text-align: right;
  }
  .product-information .product-information-mobile-wrap .list-spec .spec-item:last-child {
    border-bottom: 0px;
  }
  .product-information .product-information-mobile-wrap .pro-spec-img {
    padding: 2.5rem;
  }
  .product-information .product-information-mobile-wrap .download-list {
    padding: 0 2.5rem;
  }
  .product-information .product-information-mobile-wrap .download-list .list-download {
    list-style: disc;
    padding-left: 2rem;
  }
  .product-information .product-information-mobile-wrap .download-list .list-download .download-item {
    margin-bottom: 0.75rem;
  }
  .product-information .product-information-mobile-wrap .download-list .list-download .download-item::marker {
    color: #E6E6E6;
  }
  .product-information .product-information-mobile-wrap .download-list .list-download .download-item:last-child {
    margin-bottom: 0;
  }
  .product-information .product-information-mobile-wrap .download-list .list-download .download-file {
    color: #E6E6E6;
    font-size: 0.875rem;
    text-decoration: underline;
  }
  .product-gallery {
    padding: 3.75rem 0;
    margin-bottom: 0;
  }
  .product-gallery .product-gallery-heading .normal-text-20 {
    text-align: left;
  }
  .product-highlight {
    display: none;
  }
  .product-highlight-mobile {
    display: block;
  }
  .product-highlight-mobile .swiper-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .product-highlight-mobile .swiper-2 .swiper-pagination {
    bottom: 5rem;
  }
  .product-highlight-mobile .swiper-2 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(188, 188, 188, 0.3);
  }
  .product-highlight-mobile .swiper-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E6E6E6;
  }
  .product-highlight-mobile .swiper-wrapper {
    display: flex;
  }
  .product-highlight-mobile .swiper-slide {
    position: relative;
    height: 100%;
  }
  .product-highlight-mobile .swiper-slide:before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0) 50.96%, rgba(13, 13, 13, 0.8) 100%);
  }
  .product-highlight-mobile .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 131/284;
    object-fit: cover;
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content {
    position: absolute;
    top: 9.25rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content .blog-title {
    height: fit-content;
    overflow: hidden;
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content .blog-title span {
    position: relative;
    top: 10rem;
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content .excerpt {
    margin: 0.75rem 0 1.5rem;
    height: fit-content;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content .excerpt span {
    position: relative;
    top: 7rem;
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content .btn-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    overflow: hidden;
    height: 3rem;
  }
  .product-highlight-mobile .swiper-slide .swiper-slide-content .btn-box a {
    position: relative;
    top: 3rem;
  }
  .product-highlight-mobile .swiper-slide.swiper-slide-active .blog-title span {
    animation: revealText 0.4s forwards 0.3s ease;
  }
  .product-highlight-mobile .swiper-slide.swiper-slide-active .excerpt span {
    animation: revealText 0.4s forwards 0.45s ease;
  }
  .product-highlight-mobile .swiper-slide.swiper-slide-active .btn-box a {
    animation: revealText 0.4s forwards 0.6s ease;
  }
  .related-products {
    padding: 7.5rem 0 5rem;
  }
  .related-products .fluid-container {
    padding: 0 1.25rem;
  }
  .related-products .flex-column-gap-5 .flex-column-gap-1 {
    padding: 0;
  }
  .related-products .flex-column-gap-5 .flex-column-gap-1 .normal-text-20 {
    font-weight: 300;
    color: rgba(230, 230, 230, 0.7);
  }
  .related-products .related-product-slider {
    width: 100%;
  }
  .related-products .related-product-slider .swiper-wrapper {
    display: flex;
  }
  .related-products .related-product-slider .swiper-button-prev {
    left: 0;
    z-index: 10;
    top: 30%;
  }
  .related-products .related-product-slider .swiper-button-next {
    z-index: 10;
    top: 30%;
    right: 0;
  }
  .related-products .related-product-slider .swiper-slide .short-desc {
    font-size: 0.875rem;
  }
  .gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery-modal .modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .gallery-modal .modal-content {
    position: relative;
    width: 84.7%;
    height: 85vh;
    z-index: 10;
    background-color: transparent;
  }
  .gallery-modal .modalSwiper {
    width: 100%;
    overflow: hidden;
  }
  .gallery-modal .swiper-wrapper {
    display: flex;
  }
  .gallery-modal .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery-modal .swiper-wrapper .swiper-slide img {
    max-width: 85%;
  }
}
@keyframes revealText {
  to {
    top: 0;
  }
}
.psd-hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.psd-hero .thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.psd-hero .thumb:before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 48.71%, rgba(13, 13, 13, 0.5) 76.62%, #0d0d0d 100%);
}
.psd-hero .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psd-hero .psd-content {
  position: absolute;
  width: 100%;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}
.psd-hero .psd-content h1 {
  margin-bottom: 1.5rem;
}
.psd-hero .psd-content p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.psd-slider {
  position: relative;
  width: 100%;
}
.psd-slider .psd-horizontal {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 5;
}
.psd-slider .psd-horizontal .psd-track {
  display: flex;
  height: 100%;
  will-change: transform;
}
.psd-slider .psd-horizontal .psd-track .psd-panel {
  min-width: 87vw;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-panel-inner {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-thumb {
  aspect-ratio: 600/480;
  object-fit: cover;
  width: 100%;
  display: block;
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.75rem;
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .head-psd {
  padding-bottom: 2.5rem;
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(188, 188, 188, 0.3);
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .head-psd .number {
  line-height: 100%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 3.5rem;
  font-weight: bold;
  min-width: 3rem;
  text-align: left;
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .head-psd .head-psd-title {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.8px;
}
.psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .psd-slider-desc {
  color: #eaeaea;
}
.psd-slider .psd-horizontal .psd-pagination {
  position: absolute;
  left: 52%;
  bottom: 20%;
  transform: translate(0, -20%);
  display: flex;
  gap: 1.25rem;
  z-index: 6;
}
.psd-slider .psd-horizontal .psd-pagination .psd-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  cursor: pointer;
  padding: 0;
}
.psd-slider .psd-horizontal .psd-pagination .psd-dot.is-active {
  background: #ffffff;
}

.related-products {
  padding: 7.5rem 0;
}
.related-products .flex-column-gap-5 .flex-column-gap-1 {
  padding: 0 7.5rem;
}
.related-products .flex-column-gap-5 .flex-column-gap-1 * {
  text-align: left;
}
.related-products .flex-column-gap-5 .flex-column-gap-1 .normal-text-20 {
  font-weight: 300;
  color: rgba(230, 230, 230, 0.7);
}
.related-products .swiper-container-custom {
  position: relative;
}
.related-products .related-product-slider {
  width: calc(100% - 7.5rem);
  overflow: hidden;
  position: relative;
}
.related-products .related-product-slider .swiper-wrapper {
  display: flex;
}
.related-products .related-product-slider .swiper-button-prev {
  left: 0;
  z-index: 10;
}
.related-products .related-product-slider .swiper-button-next {
  z-index: 10;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .psd-slider {
    position: relative;
    width: 100%;
  }
  .psd-slider .psd-horizontal .psd-track {
    display: flex;
    height: 100%;
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel {
    min-width: 90vw;
    padding: 0 1rem;
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel .psd-panel-inner {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content {
    gap: 2rem;
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .head-psd {
    padding-bottom: 1rem;
    gap: 1.25rem;
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .head-psd .head-psd-title {
    font-size: 1.875rem;
    line-height: 100%;
    padding-top: 0;
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel .psd-slide-content .psd-slider-desc {
    color: #eaeaea;
    font-size: 0.875rem;
  }
  .psd-slider .psd-horizontal .psd-pagination {
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -20%);
    gap: 1rem;
  }
  .psd-slider .psd-horizontal .psd-pagination .psd-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    cursor: pointer;
    padding: 0;
  }
  .psd-slider .psd-horizontal .psd-pagination .psd-dot.is-active {
    background: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .psd-hero {
    height: 100vh;
  }
  .psd-hero .thumb:before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 18.71%, rgba(13, 13, 13, 0.8) 100%, #0d0d0d 100%);
  }
  .psd-hero .psd-content {
    width: 100%;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
  }
  .psd-hero .psd-content h1 {
    margin-bottom: 1.25rem;
  }
  .psd-hero .psd-content .psd-desc {
    font-size: 0.875rem;
  }
  .psd-slider {
    position: relative;
    width: 100%;
  }
  .psd-slider .psd-horizontal {
    position: relative;
    height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
  .psd-slider .psd-horizontal .psd-track {
    display: flex;
    height: 100%;
  }
  .psd-slider .psd-horizontal .psd-panel {
    width: 100vw;
    min-width: 100vw;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s;
    will-change: opacity;
  }
  .psd-slider .psd-horizontal .psd-panel.swiper-slide-active {
    opacity: 1;
    z-index: 2;
  }
  .psd-slider .psd-horizontal .psd-panel .psd-panel-inner {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .psd-slider .psd-horizontal .psd-panel .psd-panel-inner .psd-slide-content {
    gap: 2rem;
  }
  .psd-slider .psd-horizontal .psd-panel .psd-panel-inner .psd-slide-content .head-psd {
    padding-bottom: 1rem;
    gap: 0.75rem;
  }
  .psd-slider .psd-horizontal .psd-panel .psd-panel-inner .psd-slide-content .head-psd .number {
    font-size: 1.875rem;
    min-width: 2.2rem;
  }
  .psd-slider .psd-horizontal .psd-panel .psd-panel-inner .psd-slide-content .head-psd .head-psd-title {
    font-size: 1.875rem;
    line-height: 100%;
    padding-top: 0;
  }
  .psd-slider .psd-horizontal .psd-panel .psd-panel-inner .psd-slide-content .psd-slider-desc {
    color: #eaeaea;
    font-size: 0.875rem;
  }
  .psd-slider .psd-horizontal .psd-pagination {
    position: absolute;
    bottom: 5%;
    left: 0;
    transform: translate(0, 0);
    gap: 1.25rem;
    z-index: 5;
    pointer-events: auto;
  }
  .related-products {
    padding: 5rem 0 5rem;
  }
  .related-products .fluid-container {
    padding: 0 1.25rem;
  }
  .related-products .flex-column-gap-5 .flex-column-gap-1 {
    padding: 0;
  }
  .related-products .flex-column-gap-5 .flex-column-gap-1 .normal-text-20 {
    font-weight: 300;
    color: rgba(230, 230, 230, 0.7);
  }
  .related-products .related-product-slider {
    width: 100%;
  }
  .related-products .related-product-slider .swiper-wrapper {
    display: flex;
  }
  .related-products .related-product-slider .swiper-button-prev {
    left: 0;
    z-index: 10;
    top: 30%;
  }
  .related-products .related-product-slider .swiper-button-next {
    z-index: 10;
    top: 30%;
    right: 0;
  }
  .related-products .related-product-slider .swiper-slide .short-desc {
    font-size: 0.875rem;
  }
  .psd-horizontal .psd-track .psd-panel .psd-panel-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .psd-slider .psd-horizontal .psd-track .psd-panel {
    padding: 0;
  }
}
body.modal-open {
  overflow: hidden;
}

.single-product-configure-page header,
.single-product-configure-page footer {
  display: none;
}

.configure-sect {
  padding: 87px 0;
  color: #E6E6E6;
}
.configure-sect .confi-head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 2.5rem;
}
.configure-sect .confi-head .back-icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(230, 230, 230, 0.07);
  cursor: pointer;
}
.configure-sect .confi-head .back-icon-box img {
  width: 1.5rem;
  height: 1.5rem;
}
.configure-sect .pro-galleries {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.configure-sect .pro-galleries .product-gallery-main {
  width: 100%;
  overflow: hidden;
}
.configure-sect .pro-galleries .product-gallery-main .swiper-slide {
  padding: 0 3rem;
}
.configure-sect .pro-galleries .product-gallery-main .swiper-slide img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.configure-sect .pro-galleries .product-gallery-thumbs {
  padding: 0 2.25rem;
  width: 100%;
  overflow: hidden;
}
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-slide {
  padding: 8px;
  opacity: 0;
  border: 1px solid transparent;
  background: rgba(230, 230, 230, 0.05);
  cursor: pointer;
}
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
  border: 1px solid rgba(188, 188, 188, 0.3);
  background: rgba(230, 230, 230, 0.05);
}
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-slide.swiper-slide-visible {
  opacity: 0.5;
}
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-prev,
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-next {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border-radius: 6px;
  background: transparent !important;
  top: 60%;
}
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-prev:before,
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-next:before {
  opacity: 1 !important;
}
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-prev:after,
.configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-next:after {
  display: none;
}
.configure-sect .pro-galleries .contact-box {
  padding: 0 2.25rem;
}
.configure-sect .pro-galleries .contact-box button {
  width: 100%;
}
.configure-sect .pro-config-detail {
  display: flex;
  justify-content: space-between;
}
.configure-sect .pro-config-detail .pro-config-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 41%;
  max-width: 492px;
}
.configure-sect .pro-config-detail .pro-config-left .pro-info .pro-name {
  margin-bottom: 8px;
}
.configure-sect .pro-config-detail .pro-config-left .pro-info .pro-sku {
  color: rgba(230, 230, 230, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.configure-sect .pro-config-detail .pro-config-right {
  width: 45.6%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.configure-sect .pro-config-detail .pro-config-right .pro-config-spec {
  display: flex;
  align-items: center;
  gap: 12px;
}
.configure-sect .pro-config-detail .pro-config-right .pro-config-spec .heading-24 {
  line-height: 100%;
  margin-bottom: 6px;
}
.configure-sect .pro-config-detail .pro-config-right .pro-config-spec button {
  padding: 1rem 18px 1rem 44px;
  border-radius: 100px;
  color: #E6E6E6;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  background: rgba(230, 230, 230, 0.07) url("./images/Reset.svg") no-repeat 16px 50%;
  background-size: 1.125rem;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 p {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option {
  padding: 1rem;
  border: 1px solid rgba(230, 230, 230, 0.07);
  background: rgba(230, 230, 230, 0.07);
  line-height: 100%;
  letter-spacing: -0.1px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.125rem;
  color: #E6E6E6;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option .label {
  line-height: 100%;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option:hover {
  border: 1px solid rgba(230, 230, 230, 0.07);
  background: rgba(230, 230, 230, 0.7);
  color: #0D0D0D;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option.selected {
  border: 1px solid rgba(230, 230, 230, 0.7);
  background: rgba(230, 230, 230, 0.07);
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option.selected:hover {
  color: #E6E6E6 !important;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option {
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 9999px;
  border: 1px solid rgba(230, 230, 230, 0.07);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option span {
  width: 100%;
  height: 100%;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option:hover {
  border: 1px solid rgba(230, 230, 230, 0.07);
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25) inset;
}
.configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option.selected {
  border: 4px solid rgba(188, 188, 188, 0.3);
  background: transparent;
}

.loading-overlay {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0);
  display: none;
  align-items: center;
  justify-content: center;
}
.loading-overlay .spin-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay .spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
}

.md-modal-prod-config {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.md-modal-prod-config .md-modal__overlay {
  position: absolute;
  z-index: 8888;
  inset: 0;
  background-color: rgba(19, 19, 19, 0.6509803922);
}
.md-modal-prod-config .heading-32 {
  text-transform: none;
  font-weight: 400;
}
.md-modal-prod-config .md-modal__dialog {
  position: relative;
  z-index: 9999;
  width: 100%;
  max-width: 500px;
  background: #0D0D0D;
  backdrop-filter: blur(20px);
  padding: 2.5rem 1.5rem;
  /* -------- CF7 (1 cột) -------- */
  /* Custom checkbox (accept-box) */
}
.md-modal-prod-config .md-modal__dialog .md-modal__content {
  max-height: 80vh;
  overflow-y: auto;
}
.md-modal-prod-config .md-modal__dialog .div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.md-modal-prod-config .md-modal__dialog .cf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-submit {
  height: 3rem;
  color: #0D0D0D !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.48px;
  border-radius: 100px !important;
  background: #E6E6E6 !important;
  cursor: pointer;
  width: 100%;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .box-hide {
  display: none;
}
.md-modal-prod-config .md-modal__dialog .cf7-form label {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.md-modal-prod-config .md-modal__dialog .cf7-form br {
  display: none;
}
.md-modal-prod-config .md-modal__dialog .cf7-form input.wpcf7-form-control,
.md-modal-prod-config .md-modal__dialog .cf7-form textarea,
.md-modal-prod-config .md-modal__dialog .cf7-form select {
  border: 1px solid rgba(188, 188, 188, 0.3);
  padding: 12px 24px;
  color: rgba(230, 230, 230, 0.35);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  width: 100%;
  background: transparent;
}
.md-modal-prod-config .md-modal__dialog .cf7-form textarea {
  max-height: 7.5rem;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > div {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(2) {
  padding: 0;
  background-color: rgba(230, 230, 230, 0.07);
  font-size: 0.875rem;
  width: 111px;
  position: relative;
  border: 1px solid rgba(188, 188, 188, 0.3);
  border-right: 0;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(2):before {
  position: absolute;
  content: "";
  background: url("./images/ChevronDownGray.svg") no-repeat center right;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 8px;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(2) select {
  color: rgba(230, 230, 230, 0.35);
  width: 100%;
  background: transparent;
  appearance: none;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(2) option {
  color: #0D0D0D;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(3) {
  flex-grow: 1;
  width: 70%;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-list-item {
  margin-left: 0;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-list-item > label span {
  color: #E6E6E6;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.md-modal-prod-config .md-modal__dialog .cf7-privacy-copy {
  color: rgba(230, 230, 230, 0.7);
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-list-item {
  margin: 1.5rem 0;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-list-item label {
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: center;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-list-item .wpcf7-list-item-label {
  color: #E6E6E6;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox],
.md-modal-prod-config .md-modal__dialog .accept-box {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 2px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]::before,
.md-modal-prod-config .md-modal__dialog .accept-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  transition: background 0.3s ease;
  z-index: 1;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]:checked::before,
.md-modal-prod-config .md-modal__dialog .accept-box:checked::before {
  background: #E6E6E6;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]::after,
.md-modal-prod-config .md-modal__dialog .accept-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1rem;
  height: 1rem;
  background: url("./images/Check-black.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  z-index: 2;
}
.md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]:checked::after,
.md-modal-prod-config .md-modal__dialog .accept-box:checked::after {
  opacity: 1;
}

@media screen and (max-width: 911px) {
  .configure-sect {
    padding: 5rem 0 3rem;
  }
  .configure-sect .pro-galleries {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .configure-sect .pro-galleries .product-gallery-main {
    width: 100%;
    overflow: hidden;
  }
  .configure-sect .pro-galleries .product-gallery-main .swiper-slide {
    padding: 0 3rem;
  }
  .configure-sect .pro-galleries .product-gallery-main .swiper-slide img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .configure-sect .pro-galleries .product-gallery-thumbs {
    padding: 0 2.25rem;
    width: 100%;
    overflow: hidden;
  }
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-slide {
    padding: 8px;
    opacity: 0;
    border: 1px solid transparent;
    background: rgba(230, 230, 230, 0.05);
    cursor: pointer;
  }
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 1px solid rgba(188, 188, 188, 0.3);
    background: rgba(230, 230, 230, 0.05);
  }
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-slide.swiper-slide-visible {
    opacity: 0.5;
  }
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-prev,
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-next {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 6px;
    background: transparent !important;
    top: 60%;
  }
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-prev:before,
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-next:before {
    opacity: 1 !important;
  }
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-prev:after,
  .configure-sect .pro-galleries .product-gallery-thumbs .swiper-button-next:after {
    display: none;
  }
  .configure-sect .pro-galleries .contact-box {
    padding: 0 2.25rem;
  }
  .configure-sect .pro-galleries .contact-box button {
    width: 100%;
  }
  .configure-sect .pro-config-detail {
    display: flex;
    flex-direction: column;
  }
  .configure-sect .pro-config-detail .pro-config-left {
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(188, 188, 188, 0.3);
  }
  .configure-sect .pro-config-detail .pro-config-left .pro-info {
    text-align: center;
  }
  .configure-sect .pro-config-detail .pro-config-left .pro-info .pro-name {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .configure-sect .pro-config-detail .pro-config-left .pro-info .pro-sku {
    font-size: 0.875rem;
  }
  .configure-sect .pro-config-detail .pro-config-right {
    padding-top: 2.5rem;
    width: 100%;
    gap: 1.25rem;
  }
  .configure-sect .pro-config-detail .pro-config-right .pro-config-spec {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .configure-sect .pro-config-detail .pro-config-right .pro-config-spec button {
    padding: 13px 16px 13px 44px;
    border-radius: 100px;
    color: #E6E6E6;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    background: rgba(230, 230, 230, 0.07) url("./images/Reset.svg") no-repeat 16px 50%;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 p {
    color: rgba(230, 230, 230, 0.7);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option {
    padding: 10px 12px 8px;
    border: 1px solid rgba(230, 230, 230, 0.07);
    background: rgba(230, 230, 230, 0.07);
    line-height: 140%;
    letter-spacing: -0.54px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 0.875rem;
    color: #E6E6E6;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option:hover {
    border: 1px solid rgba(230, 230, 230, 0.07);
    background: rgba(230, 230, 230, 0.7);
    color: #0D0D0D;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option.selected {
    border: 1px solid rgba(230, 230, 230, 0.7);
    background: rgba(230, 230, 230, 0.07);
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list .pro-option.selected:hover {
    color: #E6E6E6 !important;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option {
    width: 2rem;
    height: 2rem;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option span {
    width: 100%;
    height: 100%;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option:hover {
    border: 1px solid rgba(230, 230, 230, 0.07);
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25) inset;
  }
  .configure-sect .pro-config-detail .pro-config-right .flex-column-12 .pro-option-list.images .pro-option.selected {
    border: 4px solid rgba(188, 188, 188, 0.3);
    background: transparent;
  }
  .loading-overlay {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
  }
  .loading-overlay .spin-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loading-overlay .spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
  }
  .md-modal-prod-config {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .md-modal-prod-config .md-modal__overlay {
    position: absolute;
    z-index: 8888;
    inset: 0;
    background-color: rgba(19, 19, 19, 0.6509803922);
  }
  .md-modal-prod-config .heading-32 {
    text-transform: none;
    font-weight: 400;
  }
  .md-modal-prod-config .md-modal__dialog {
    position: relative;
    z-index: 9999;
    width: 100%;
    max-width: 500px;
    background: #0D0D0D;
    backdrop-filter: blur(20px);
    padding: 2.5rem 1.5rem;
    /* -------- CF7 (1 cột) -------- */
    /* Custom checkbox (accept-box) */
  }
  .md-modal-prod-config .md-modal__dialog .md-modal__content {
    max-height: 80vh;
    overflow-y: auto;
  }
  .md-modal-prod-config .md-modal__dialog .div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .box-hide {
    display: none;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form label {
    color: rgba(230, 230, 230, 0.7);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form br {
    display: none;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form input.wpcf7-form-control,
  .md-modal-prod-config .md-modal__dialog .cf7-form textarea,
  .md-modal-prod-config .md-modal__dialog .cf7-form select {
    border: 1px solid rgba(188, 188, 188, 0.3);
    padding: 12px 24px;
    color: rgba(230, 230, 230, 0.35);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    width: 100%;
    background: transparent;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form textarea {
    max-height: 7.5rem;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > div {
    width: 100%;
    margin-bottom: 12px;
    display: block;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(2) {
    width: 100px;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(2):before {
    position: absolute;
    content: "";
    background: url("./images/ChevronDownGray.svg") no-repeat center right;
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 8px;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .cf7-phone > p:nth-child(3) {
    flex-grow: 1;
    width: 70%;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-list-item {
    margin-left: 0;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-form .wpcf7-list-item > label span {
    color: #E6E6E6;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.48px;
  }
  .md-modal-prod-config .md-modal__dialog .cf7-privacy-copy {
    color: rgba(230, 230, 230, 0.7);
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-list-item {
    margin: 1.5rem 0;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-list-item label {
    margin: 0;
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-list-item .wpcf7-list-item-label {
    color: #E6E6E6;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.48px;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox],
  .md-modal-prod-config .md-modal__dialog .accept-box {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border-radius: 2px;
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]::before,
  .md-modal-prod-config .md-modal__dialog .accept-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    transition: background 0.3s ease;
    z-index: 1;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]:checked::before,
  .md-modal-prod-config .md-modal__dialog .accept-box:checked::before {
    background: #E6E6E6;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]::after,
  .md-modal-prod-config .md-modal__dialog .accept-box::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 1rem;
    height: 1rem;
    background: url("./images/Check-black.svg") no-repeat center center;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
    z-index: 2;
  }
  .md-modal-prod-config .md-modal__dialog .wpcf7-form-control-wrap input[type=checkbox]:checked::after,
  .md-modal-prod-config .md-modal__dialog .accept-box:checked::after {
    opacity: 1;
  }
  .md-modal-prod-config .md-modal__dialog .submit-contact-form {
    height: 3rem;
    color: #0D0D0D;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.48px;
    border-radius: 100px;
    background: #E6E6E6;
    cursor: pointer;
    width: 100%;
  }
}
.head-post-sect {
  padding: 10rem 20px 0;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.head-post-sect .head-content-post {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.head-post-sect .head-content-post .blog-date {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  line-height: 112%;
}
.head-post-sect .head-content-post .blog-detail-heading {
  color: #E6E6E6;
}
.head-post-sect .head-content-post .group-share-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}
.head-post-sect .head-content-post .group-share-copy .share-copy-item {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.head-post-sect .head-content-post .group-share-copy .share-copy-item img {
  width: 100%;
  height: 100%;
}
.head-post-sect .featured-image-post {
  aspect-ratio: 7/3;
  object-fit: cover;
  border: 1px solid rgba(230, 230, 230, 0.07);
}

.single-post-main-content {
  padding: 7.5rem 0;
}
.single-post-main-content .single-post-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.single-post-main-content .single-post-inner h2 {
  color: #E6E6E6;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.72px;
  margin-bottom: -1.25rem;
}
.single-post-main-content .single-post-inner h3 {
  color: #E6E6E6;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.72px;
  margin-bottom: -1.25rem;
}
.single-post-main-content .single-post-inner p {
  color: #BCBCBC;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.48px;
}
.single-post-main-content .single-post-inner ul, .single-post-main-content .single-post-inner ol {
  padding-left: 1.25rem;
}
.single-post-main-content .single-post-inner ol {
  list-style: decimal;
}
.single-post-main-content .single-post-inner ol * {
  color: #BCBCBC;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.48px;
}

.blog-detail.related-post {
  padding: 0 0 7.5rem;
}
.blog-detail.related-post .heading-68 {
  text-align: left;
}
.blog-detail.related-post .swiper {
  width: 100%;
  overflow: hidden;
}
.blog-detail.related-post .swiper-wrapper {
  display: flex;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  will-change: transform;
}
.blog-detail.related-post .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.blog-detail.related-post .swiper-slide .item-inner {
  position: relative;
}
.blog-detail.related-post .swiper-slide .item-inner .news-inner-content {
  position: absolute;
  inset: 0;
  width: 100%;
  transition: opacity 0.3s;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 0;
  gap: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 74%, #000 100%);
}
.blog-detail.related-post .swiper-slide .item-inner .news-inner-content .news-date {
  color: #BCBCBC;
  font-size: 0.875rem;
}
.blog-detail.related-post .swiper-slide .item-inner .news-inner-content .news-date {
  color: #E6E6E6;
}
.blog-detail.related-post .swiper-slide .item-inner:hover .news-inner-content {
  opacity: 1;
}
.blog-detail.related-post .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/450;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .head-post-sect {
    padding: 4rem 20px 0;
    gap: 2rem;
  }
  .single-post-main-content {
    padding: 4rem 0;
  }
  .single-post-main-content .single-post-inner {
    max-width: 100%;
    gap: 1.5rem;
  }
  .single-post-main-content .single-post-inner h2 {
    font-size: 1.3rem;
    margin-bottom: -1rem;
  }
  .single-post-main-content .single-post-inner h3 {
    font-size: 1.125rem;
    margin-bottom: -1rem;
  }
  .single-post-main-content .single-post-inner p {
    font-size: 0.875rem;
  }
  .single-post-main-content .single-post-inner ol * {
    font-size: 0.875rem;
  }
  .blog-detail.related-post {
    padding: 0 0 4rem;
  }
  .blog-detail.related-post .news-inner-content {
    opacity: 1 !important;
  }
}
/*# sourceMappingURL=style.css.map */
