.header-nav-main {
  gap: 20px;
}

.home .header-main {
  background-color: transparent;
}

.icon_maps svg path {
  fill: #fff;
}

.sd_top_right li a img {
  width: 25px !important;
}

.sd_top_right li a img {
  filter: invert(1);
}

.logo-left .logo {
  margin-right: 0;
}

.box-account {
  display: flex;
  gap: 5px;
}

.icon_maps {
  display: flex;
}

.sd_top_right li svg path {
  fill: #fff;
}

header .sd_tops li a {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

.sd_tops li {
  margin: 0;
}

.sd_tops {
  gap: 15px;
}

.header-main {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #020617;
  border-bottom: 1px solid #dddddd2b;
}

.header-main:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #0000, #e1b76780, #0000);
  position: absolute;
}

.hero_section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #80808012 1px, transparent 1px), linear-gradient(to bottom, #80808012 1px, transparent 1px);
  background-color: #020617;
  background-size: 120px 120px;
}

.hero_section .section-content {
  position: relative !important;
  color: #fff;
}

.product-small .box-text {
  padding: 20px;
  text-align: left;
}

/**/
.hero_section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  /* border-bottom: 1px solid rgba(201, 168, 76, 0.2); */
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  background-color: #020617;
}

.js-wishlist-count {
  font-size: 10px;
  text-decoration: none;
  background-color: #72a834;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  display: inline-block;
  top: -2px;
  position: absolute;
  right: -6px;
}

[data-icon-label]:after {
  font-size: 10px;
  text-decoration: none;
  background-color: #72a834;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  display: inline-block;
  top: -2px;
  position: absolute;
  right: -6px;
}

/* Backgrounds */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201, 168, 76, 0.07) 0%, transparent 70%);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(10, 8, 6, 0.85) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(#C9A84C 1px, transparent 1px),
    linear-gradient(90deg, #C9A84C 1px, transparent 1px);
  background-size: 120px 120px;
}

/* grain */
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
}

/* ── Grid ── */
.hero-grid-layout {
  display: grid;
  align-items: center;
  gap: 3rem;
  padding-top: 8rem;
}

@media (min-width: 1024px) {
  .hero-grid-layout {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
  }

  .hero-left {
    grid-column: span 6;
  }

  .hero-right {
    grid-column: span 6;
  }
}

/* ── Left ── */
.hero-left {
  position: relative;
  z-index: 10;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.eyebrow-line {
  display: block;
  height: 1px;
  width: 3.5rem;
  background: #C9A84C;
}

.eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #C9A84C;
  font-weight: 500;
  margin: 0;
}

/* Heading */
.hero-heading {
  margin-top: 2rem;
  font-weight: 500;
  color: #F5F0E8;
}

.heading-line {
  display: block;
  font-size: clamp(2.25rem, 7vw, 3.5rem);
}

.heading-line.italic {
  font-style: italic;
}

.text-gold-shine {
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* Description */
.hero-desc {
  margin-top: 2rem;
  max-width: 28rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(245, 240, 232, 0.55);
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero-desc {
    font-size: 14px;
  }
}

/* Buttons */
.hero-btns {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
  padding: 15px 2.25rem;
  font-size: 12px;
  font-weight: 600;
  color: #1a1200;
  cursor: pointer;
  border: none;
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.3);
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1), box-shadow 0.5s cubic-bezier(.4, 0, .2, 1);
  text-transform: uppercase;
  margin: 0;
  border-radius: 5px;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(201, 168, 76, 0.45);
}

.btn-primary .shine-overlay {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: transform 1s cubic-bezier(.4, 0, .2, 1);
}

.btn-primary:hover .shine-overlay {
  transform: translateX(100%);
}

.btn-primary .arrow-icon {
  position: relative;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.btn-primary:hover .arrow-icon {
  transform: translateX(8px);
}

.btn-primary span.label {
  position: relative;
  z-index: 1;
  font-weight: 800;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(245, 240, 232, 0.85);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.4s;
  text-transform: uppercase;
  margin: 0;
}

.btn-ghost:hover {
  color: #C9A84C;
}

.play-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.4);
  transition: border-color 0.5s, background 0.5s;
}

.btn-ghost:hover .play-circle {
  border-color: #C9A84C;
  background: rgba(201, 168, 76, 0.1);
}

.play-circle svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: #C9A84C;
  color: #C9A84C;
}

/* Stats */
.hero-stats {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  padding-top: 2rem;
}

.stat-number {
  font-size: 1.875rem;
  font-weight: 300;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .stat-number {
    font-size: 2.25rem;
  }
}

.stat-label {
  margin-top: 0.25rem;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.55);
}

/* ── Right — Watch ── */
.hero-right {
  position: relative;
}

.watch-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 30rem;
  aspect-ratio: 1;
}

/* Spinning ring */
.ring-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.2);
  animation: spin 20s linear infinite;
  z-index: 9;
}

.ring-inner {
  position: absolute;
  inset: 1.5rem;
  border-radius: 50%;
  border: 1px dashed rgba(201, 168, 76, 0.15);
}

.tick {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 0.75rem;
  background: rgba(201, 168, 76, 0.6);
  transform-origin: 50% 0;
}

.tick-0 {
  transform: rotate(0deg) translateX(-50%) translateY(-100%) translateY(-50%);
}

.tick-90 {
  transform: rotate(90deg) translateX(-50%) translateY(-100%) translateY(-50%);
}

.tick-180 {
  transform: rotate(180deg) translateX(-50%) translateY(-100%) translateY(-50%);
}

.tick-270 {
  transform: rotate(270deg) translateX(-50%) translateY(-100%) translateY(-50%);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Glow */
.watch-glow {
  position: absolute;
  inset: 2.5rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  filter: blur(2rem);
}

/* Watch image */
.watch-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  animation: float 6s ease-in-out infinite;
  z-index: 9;
}

.watch-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.7));
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

/* Corner brackets */
.corner {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-color: rgba(201, 168, 76, 0.6);
  border-style: solid;
  pointer-events: none;
  z-index: 9;
}

.corner-tl {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.corner-tr {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

.corner-bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

.corner-br {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

/* ── Scroll indicator ── */
.scroll-hint {
  pointer-events: none;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(245, 240, 232, 0.55);
}

@media (min-width: 768px) {
  .scroll-hint {
    display: flex;
  }
}

.scroll-hint-text {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.scroll-hint-line {
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(to bottom, rgba(201, 168, 76, 0.5), transparent);
  animation: hair 1.8s ease-in-out infinite;
}

@keyframes hair {

  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.15);
  }
}

/* ── Section collections ── */
.collections {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
}

.sec_dmpham {
  padding-top: 55px !important;
}

.acc_cau_hoi .accordion-item .accordion-inner p {
  font-size: 15px;
}

.collections__deco {
  position: absolute;
  right: -5rem;
  top: 5rem;
  font-size: 28rem;
  line-height: 1;
  color: #c9a96e;
  user-select: none;
  pointer-events: none;
  display: none;
}

@media (min-width: 1024px) {
  .collections__deco {
    display: block;
  }
}

/* ── Header ── */
.collections__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 40px;
}

.woocommerce-form-login .button {
  margin: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .collections__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.collections__header-left {
  max-width: 42rem;
}

.collections__eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.collections__eyebrow span {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c9a96e;
}

.collections__eyebrow-line {
  height: 1px;
  max-width: 120px;
  flex: 1;
  background: #c9a96e;
}

.collections__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.collections__title em {
  font-style: italic;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.collections__desc {
  color: #fff;
  max-width: 28rem;
  line-height: 1.75;
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .collections__desc {
    text-align: right;
  }
}

/* ── Grid ── */
.collections__grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .collections__grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

/* ── Card shared ── */
.collections .card {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
  text-decoration: none;
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.6), 0 2px 12px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border-radius: 5px;
}

.collections .card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* ── Card Main (Nam) ── */
.card--main {
  aspect-ratio: 4/5;
  min-height: unset;
}

@media (min-width: 1024px) {
  .card--main {
    grid-column: span 7;
    aspect-ratio: unset;
    min-height: 640px;
  }
}

.card--main img {
  opacity: 0.75;
}

.card--main:hover img {
  opacity: 0.95;
  transform: scale(1.04);
}

.card--main .card__overlay {
  background: linear-gradient(to top right, #000, rgb(12 11 9 / 61%) 40%, transparent);
}

/* ── Card Side ── */
.card--side {
  aspect-ratio: 4/3;
}

@media (min-width: 1024px) {
  .card--side {
    aspect-ratio: unset;
  }
}

.card--side img {
  opacity: 0.70;
}

.card--side:hover img {
  opacity: 0.95;
  transform: scale(1.05);
}

.card--side .card__overlay {
  background: linear-gradient(to top right, #000, rgb(12 11 9 / 61%) 40%, transparent);
}

.tab_home_thieu ul li a:hover {
  color: #bd7f24;
}

.cards-right {
  display: grid;
  gap: 15px;
}

.product_list_widget li a:not(.remove) {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .cards-right {
    grid-column: span 5;
  }
}

/* ── Overlay ── */
.card__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* ── Card number ── */
.card__num {
  /* position: absolute; */
  top: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card__num span {
  line-height: 1;
  color: #dd3333;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card--main .card__num span {
  font-size: 3rem;
}

.card--side .card__num span {
  font-size: 3rem;
}

/* ── Card body main ── */
.card__body--main {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.card__body--main {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 2.5rem 3rem;
}

@media (min-width: 1024px) {
  .card__body--main {
    padding: 3rem;
  }
}

.hairline {
  width: 4rem;
  height: 1px;
  background: #c9a96e;
  margin-bottom: 1.5rem;
}

.card__kicker {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 0.75rem;
  display: block;
}

.card--side .card__kicker {
  font-size: 10px;
}

.card__title {
  font-weight: 500;
  line-height: 1.1;
}

.card--main .card__title {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  color: #FFF;
}

.card--side .card__title {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  color: #FFF;
  text-transform: capitalize;
}

.card__sub {
  font-size: 0.875rem;
  color: #c9a96e;
  max-width: 28rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s;
}

.card--side .card__cta {
  font-size: 10px;
}

.card:hover .card__cta {
  color: #c9a96e;
}

.card__cta-line {
  height: 1px;
  background: currentColor;
  width: 2.5rem;
  transition: width 0.5s;
}

.card--main .card__cta-line {
  width: 2.5rem;
}

.card--main:hover .card__cta-line {
  width: 4rem;
}

.card--side:hover .card__cta-line {
  width: 3rem;
}

.card__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.card:hover .card__cta-icon {
  transform: translate(3px, -3px);
}

/* ── Card body side ── */
.card__body--side {
  position: relative;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ── Corner button (side cards) ── */
.card__corner-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #c9a96e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a96e;
  opacity: 0;
  transition: opacity 0.5s;
  backdrop-filter: blur(4px);
  background: rgba(12, 11, 9, 0.3);
}

.card--side:hover .card__corner-btn {
  opacity: 1;
}

/* ── Inner border hover ── */
.card__inner-border {
  position: absolute;
  inset: 1rem;
  border: 1px solid transparent;
  transition: border-color 0.7s;
  pointer-events: none;
}

.card--main:hover .card__inner-border {
  border-color: #c9a96e;
}

/* css title section */
.section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.section-header .header-left {
  display: flex;
  flex-direction: column;
}

/* Subtitle */
.section-header .subtitle {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c9a96e;
  /* gold */
  margin-bottom: 16px;
  display: block;
}

/* Title */
.section-header .title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
}

/* Highlight text */
.section-header .highlight {
  /* font-style: italic; */
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Link */
.section-header .view-all {
  font-size: 13px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 0px solid rgba(255, 255, 255, 0.3);
  color: #000;
  display: block;
  font-weight: 500;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
}

.section-header .view-all:hover {
  color: #fff;
}

/* Responsive (md breakpoint ~768px) */
@media (min-width: 768px) {
  .section-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-header .title {
    font-size: 35px;
  }

  .section-header .view-all {
    align-self: flex-end;
  }
}

/* css section Sản phẩm */
.sec_best_sale:after {
  content: "";
  position: absolute;
  opacity: 0.05;
  background-image: linear-gradient(rgb(201, 168, 76) 1px, transparent 1px), linear-gradient(90deg, rgb(201, 168, 76) 1px, transparent 1px);
  background-size: 120px 120px;
  inset: 0px;
}

.home_sps .badge-container {
  margin-top: 15px;
  font-size: 10px;
}

.home_sps .badge-container .badge-circle .badge-inner {
  border-radius: 5px;
}

.home_sps .col .col-inner {
  background-color: #0b0809;
  border: 1px solid color-mix(in oklab, #312c2e99 50%, transparent);
  transition: 0.5s;
  border-radius: 8px;
}

.home_sps .col .col-inner:hover {
  border: 1px solid color-mix(in oklab, #dbb155 50%, transparent);
}

.home_sps .col .col-inner .box-text .product-title a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

.home_sps .price-wrapper span {
  color: #fff;
}


.home_sps .price-wrapper span ins span {
  font-size: 18px;
  color: #dd3333;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home_sps .price-wrapper span del span {
  font-size: 11px;
}

.sec_best_sale {
  background-color: #020617;
}

/* css section brands */
.brands-section {
  padding: 6rem 0rem;
  text-align: center;
}

.brands-eyebrow {
  font-size: 13px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #C9A84C;
  display: block;
  margin-bottom: 1rem;
}

.brands-heading {
  font-size: 60px;
  margin: 0 0 1rem;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
}

.brands-heading em {
  font-style: italic;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brands-sub {
  color: #fff;
  font-size: 16px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 0.5px solid color-mix(in oklab, #312c2e99 40%, transparent);
}

@media (max-width: 700px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-cell {
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-right: 0.5px solid color-mix(in oklab, #312c2e99 40%, transparent);
  border-bottom: 0.5px solid color-mix(in oklab, #312c2e99 40%, transparent);
  cursor: default;
  transition: background 0.2s;
}

.brand-cell:nth-child(4n) {
  border-right: none;
}

@media (max-width: 700px) {
  .brand-cell:nth-child(2n) {
    border-right: none;
  }
}

.brand-cell:hover {
  background: #191b30;
}

.brand-name {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  transition: color 0.2s;
  text-transform: uppercase;
}

.brand-cell:hover .brand-name {
  color: #C9A84C;
}

/*sec form */
.rv.on {
  opacity: 1;
  transform: none;
}

.rv {
  transition: opacity .6s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94);
}

.nl {
  padding: 80px 0;
  background: #0e0e1a;
  border-top: 1px solid #ffffff12;
}

.nl-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.nl-ey {
  font-size: 13px;
  letter-spacing: 4px;
  color: #00d4ff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nl-ttl {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  text-transform: capitalize;
}

.nl-ttl span {
  -webkit-text-fill-color: transparent;
  font-style: italic;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
}

.nl-sub {
  font-size: 15px;
  color: #eeeef480;
  margin-bottom: 30px;
}

.nl-row {
  display: flex;
}

.rv .nl-row input {
  margin: 0;
  flex: 1;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid #ffffff12;
  border-right: none;
  color: rgb(238 238 244);
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .25s;
  height: 48px;
}

.rv .nl-btn {
  background: rgb(255 49 49);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity .25s;
  margin: 0;
}

.bb {
  background-image: url(/wp-content/uploads/2026/04/bg2.jpg);
  background-size: cover;
}

/**/
.pc {
  background: #0f0f1c;
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: transform .32s cubic-bezier(.25, .46, .45, .94), box-shadow .32s;
  display: flex;
  flex-direction: column;
}

.ps::before {
  background: #dd3333;
}

.pc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform: scaleX(0);
  transition: transform .32s;
  transform-origin: left;
}

.ps .pc-brand {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
  margin-bottom: 10px;
}

.pc-price del {
  text-decoration: underline;
}

.pc-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #fff;
}

.pc-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0;
  color: #fff;
}

.pc-spec.des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
}

.pc-spec {
  font-size: 13px;
  color: #eeeef480;
  margin-bottom: 14px;
  line-height: 1.65;
  flex: 1;
}

.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.price-container .p-price bdi {
  font-size: 21px;
  color: #dd3333;
}

.pc-foot .price-container {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
  position: relative;
}

.pc-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff12;
  background: transparent;
  color: #eeeef4;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background .22s, border-color .22s;
  flex-shrink: 0;
}

.pc-foot del span {
  color: #fff;
  font-size: 11px;
}

.pc-foot ins bdi {
  font-size: 16px;
  color: #dd3333;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pc-name a:hover {
  color: #dd3333;
}

.product-small.box .pc-img {
  margin-bottom: 15px;
  border-radius: 5px;
}

.product-small.box .pc-img img {
  border-radius: 8px;
}

.pc-foot .pc-price {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

/* css fix rv */
.sec-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}

.sec-ey {
  font-size: 13px;
  letter-spacing: 4px;
  color: #eeeef480;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-ttl {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.sec-lnk {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: gap .25s;
}

.tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tcard {
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 28px;
  position: relative;
  border-radius: 5px;
}

.tcard::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 60px;
  color: #fff;
  font-family: serif;
  line-height: 1;
}

.t-stars {
  color: #c8a96e;
  font-size: 13px;
  margin-bottom: 11px;
}

.t-txt {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 18px;
}

.t-auth {
  display: flex;
  align-items: center;
  gap: 11px;
}

.t-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #13131f;
  border: 1px solid #ffffff12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.t-av img {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.t-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.t-role {
  font-size: 13px;
  color: #eeeef480;
}

.t-av {
  overflow: hidden;
}

/* Topbar */
.header-top {
  background-color: transparent !important;
}

.topbar {
  background: transparent;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  width: 100%;
  position: relative;
  z-index: 9;
}

.topbar .items-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}

.topbar .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e8e0d0;
  white-space: nowrap;
}

.topbar .item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e8e0d0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.topbar .item a:hover {
  color: #c9a84c;
}

.topbar .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #c9a84c;
  stroke: #c9a84c;
}

.form-flat input:not([type=submit]) {
  background-color: #fff !important;
  border-radius: 5px !important;
}

/* end */
.variant-sku a {
  color: #fff;
}

.icon_ts {
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 28px;
  position: relative;
  border-radius: 5px;
  color: #fff;
}

.row_aun {
  margin-top: 55px;
}

.icon_ts .icon-box-text h3 {
  color: #fff;
  font-size: 22px;
}

.row_aun .col {
  padding-bottom: 0;
}

.row_chois .col .col-inner {
  max-width: 850px;
  margin: auto !important;
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 20px;
  border-radius: 5px;
}

.row_chois {
  margin-top: 55px;
}

.acc_cau_hoi {
  max-width: 890px;
  margin: auto;
  color: #fff;
}

.acc_cau_hoi .accordion-title {
  border-top: 0px solid #ddd;
  padding-left: 0;
}

.acc_cau_hoi .accordion-item {
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.active>.toggle {
  transform: unset !important;
}

.acc_cau_hoi .accordion-item .accordion-inner {
  padding: 0px;
}

.accordion .active .toggle {
  color: #fff !important;
}

.acc_cau_hoi .toggle {
  left: unset !important;
  top: 0 !important;
  right: 0;
  background-color: unset !important;
  border-radius: 5px !important;
  margin-right: 0 !important;
  opacity: 1 !important;
  margin: 0;
}

.toggle i {
  top: 0 !important;
}

.acc_cau_hoi .accordion-item span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.acc_cau_hoi .accordion-item .accordion-inner p:last-child {
  margin-bottom: 0;
}

.acc_cau_hoi {
  margin-top: 55px;
}

.acc_cau_hoi .accordion-item .accordion-inner {
  border-top: 1px solid #ffffff26;
  padding-top: 25px;
  margin-top: 10px;
}

.toggle i {
  font-size: larger;
}

.acc_cau_hoi {}

/**/
/* Grid layout */
.grid-dmsp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 768px) {
  .grid-dmsp {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Card */
.grid-dmsp .card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #ffffff12;
  background: #0e0e1a;
  transition: all 0.5s ease;
  display: block;
  text-decoration: none;
}

.grid-dmsp.card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}

/* Image */
.grid-dmsp.card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.grid-dmsp .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  transition: transform 0.7s ease;
}

.grid-dmsp .card:hover img {
  transform: scale(1.1);
}

/* Gradient overlay */
.grid-dmsp .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #11111182, transparent);
}

/* Content */
.grid-dmsp .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}

/* Text */
.grid-dmsp .index {
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-dmsp .card-content h3 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.grid-dmsp .card-content p {
  margin-top: 0px;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.sec_ts {
  border-top: 1px solid #ffffff12;
}

.pc-foot .pc-price del span.amount {
  text-decoration: unset;
}

/* fx */
.row_cionss .icon-box-text h3,
.row_cionss .icon-box-text {
  color: #fff;
}

.row_cionss .icon-box-img .icon .icon-inner {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 5px;
  border: navajowhite;
}

.row_cionss .icon-box-img .icon .icon-inner svg {
  width: 25px;
}

.row_cionss .col .col-inner {
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 28px;
  position: relative;
  border-radius: 5px;
  color: #fff;
}

.row_ttsn .col .col-inner p {
  color: #fff;
}

.bb-breitling {
  background-image: url(/wp-content/uploads/2026/05/bg_montblanc.jpg);
}

.bb-chopard {
  background-image: url(/wp-content/uploads/2026/05/bg_chopard.jpg);
}

.bb-rolex {
  background-image: url(/wp-content/uploads/2026/05/bg_rolex.jpg);
}

.account-item .nav-dropdown li a {
  padding: 10px !important;
}

.ten_bands {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 16px;
  display: block;
}

.tt_divider {
  width: 128px;
  height: 1px;
  margin: 32px auto;
  background: linear-gradient(90deg, transparent, rgb(212, 175, 55), transparent);
}

.tab_home_thieu ul li a {
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 8px 35px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.tab_home_thieu ul li.active a {
  color: #000;
  display: block;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
  border: unset;
}

.row_best_sale .btn_viewe_shops {
  width: fit-content;
  margin: auto;
  font-size: 16px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  transition: color 0.3s ease;
  padding: 5px 25px;
  border-radius: 5px;
  text-decoration: none;
  border: 0px solid rgba(255, 255, 255, 0.3);
  color: #000;
  display: block;
  font-weight: normal;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
}

.btn_viewe_shops {
  margin-top: 20px;
}

.product-small.box .add-to-cart-button a {
  width: fit-content;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  transition: color 0.3s ease;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  border: 0px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  background-color: #dd3333;
  margin-top: 10px !important;
  font-weight: 500;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.home_sps .price-wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
}

.t-stars i {
  color: yellow;
  font-size: 12px;
}

.price-wrapper .price {
  display: block;
  line-height: 20px;
}

.row_sp_gt_nam,
.row_sp_lmay,
.row_sp_clieu {
  background: #0e0e1a;
  border: 1px solid #ffffff12;
  padding: 15px !important;
  margin-bottom: 15px;
  border-radius: 5px;
}

.sec_theo_gtinh .home_sps .col,
.row_sp_lmay .home_sps .col,
.row_sp_clieu .home_sps .col {
  padding: 0 10px 15px 10px;
}

.row_sp_gt_nam:nth-child(-n+2),
.row_sp_lmay:nth-child(-n+2),
.row_sp_clieu:nth-child(-n+2) {
  margin-bottom: 35px;
}

.row_sp_gt_nam:last-child,
.row_sp_lmay:last-child,
.row_sp_clieu:last-child {
  margin-bottom: 0 !important;
}

.product-small.box .add-to-cart-button a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/04/Gio-hang.svg);
  background-size: cover;
  display: block;
  filter: invert(1);
}

.product-small.box .add-to-cart-button a {
  display: flex;
  line-height: normal;
  align-items: center;
}

.sec_dmpham:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #0000, #e1b76780, #0000);
  position: absolute;
  bottom: 0;
}

.tab_home_thieu .home_sps .col,
.sec_best_sale .home_sps .col {
  padding: 0px 8px 15px 8px;
}

/* css theo giới tính */
form.woocommerce-EditAccountForm.edit-account label {
  color: #fff;
}

.row_cionss .icon-box-text p {
  font-size: 15px;
  font-weight: normal;
}

.row_cionss .icon-box-text h3 {
  font-size: 18px;
}

/**/
.footer-wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, gold, transparent);
  position: absolute;
  top: 0;
}

.subscribe-text p {
  color: #79818d;
  font-size: 15px;
  margin: 0;
}

.subscribe-text h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.subscribe-text h3 span.gold-text {
  -webkit-text-fill-color: transparent;
  font-style: italic;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
}

.wpcf7-spinner {
  position: absolute;
}

.form_vnsa {
  display: flex;
}

.fls_nhns p input {
  margin: 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  transition: color 0.3s ease;
  padding: 10px;
  text-decoration: none;
  border: 0px solid rgba(255, 255, 255, 0.3);
  color: #000;
  display: block;
  font-weight: 500;
  background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 115px;
}

.fls_fiels p input {
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #333;
  background: #22222259;
}

.sec_sp_chat_lieu {
  padding-bottom: 0 !important;
}

.row_form_fts .col .col-inner form {
  margin-bottom: 0;
}

.wp_mnhsa p {
  color: #79818d;
  font-size: 14px;
  margin: 0;
}

.tt_fdts span {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}

.tt_fdts {
  margin: 0;
}

.tt_fdts span:after {
  content: "";
  background: linear-gradient(90deg, #e4ac59, rgba(255, 255, 255, 0.001) 80%);
  height: 2px;
  position: absolute;
  width: 70px;
  left: 0;
  bottom: -10px;
}

.row_hmsaha .col {
  padding-bottom: 0 !important;
}

.menu_ftsa div a {
  color: #79818d;
  font-size: 14px;
}

.menu_ftsa div:hover a {
  margin-left: 2px;
  color: #e4ac59 !important;
}

.wp_mnhsa {
  margin-bottom: 15px;
}

.mnhsa {
  margin: 0 !important;
}

.mnhsa h3 {
  margin: 0;
}

.mnhsa h3 span {
  color: #fff;
}

.col_mnhas .product-section h1,
.col_mnhas .product-section h2,
.col_mnhas .product-section h3,
.col_mnhas .product-section h4,
.col_mnhas .product-section h5,
.col_mnhas .product-section h6,
.col_mnhas .product-section .heading-font {
  color: #fff;
}

.mnhsa {
  background-color: #050a30;
  padding: 8px 15px !important;
  border-radius: 5px;
  margin-bottom: 15px !important;
}