@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap");

:root {
  --bg-deep: #080604;
  --bg-panel: #110d09;
  --bg-card: #18120d;
  --bg-soft: #231810;
  --gold-1: #FFD700;
  --gold-2: #f0d9a8;
  --gold-3: #9b7636;
  --accent-copper: #7f4f2a;
  --text-main: #f5e7c8;
  --text-soft: #d9c7a1;
  --text-muted: #b79a6d;
  --border-soft: rgba(214, 177, 104, 0.3);
  --border-strong: rgba(214, 177, 104, 0.55);
  --shadow-royal: 0 20px 45px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text-main);
  background:
    radial-gradient(900px 520px at 8% -10%, rgba(173, 122, 50, 0.2), transparent 62%),
    radial-gradient(880px 500px at 94% 8%, rgba(163, 119, 54, 0.14), transparent 64%),
    linear-gradient(160deg, #090705 0%, #080604 40%, #0f0a06 100%);
  font-family: "Outfit", "Manrope", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -2;
}

body::before {
  width: 420px;
  height: 420px;
  right: -130px;
  top: 12vh;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 177, 104, 0.15), transparent 70%);
  filter: blur(12px);
}

body::after {
  width: 520px;
  height: 520px;
  left: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 79, 42, 0.14), transparent 72%);
  filter: blur(8px);
}

.site-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("../assets/wood-pattern.svg");
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
.brand-title,
.brand-subtitle,
.nav-link,
.btn,
.price-highlight {
  font-family: "Cormorant Garamond", "Cinzel", serif;
  letter-spacing: 0.035em;
  font-weight: 600;
}

p,
li,
input,
textarea,
select {
  font-family: "Outfit", "Manrope", sans-serif;
}

.container {
  position: relative;
  z-index: 2;
}

.royal-navbar {
  background: linear-gradient(180deg, rgba(14, 10, 7, 0.97), rgba(8, 6, 4, 0.94));
  border-bottom: 1px solid rgba(214, 177, 104, 0.32);
  backdrop-filter: blur(7px);
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.45));
}

.brand-title-wrap {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-title {
  font-size: 1rem;
  color: var(--gold-1);
  text-transform: uppercase;
}

.brand-subtitle {
  font-size: 0.78rem;
  color: var(--gold-2);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.navbar .nav-link {
  color: #e1c589;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding-inline: 0.9rem;
  transition: color 0.28s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #f7dfac;
}

.royal-navbar .navbar-toggler {
  border-color: rgba(214, 177, 104, 0.5);
}

.navbar-toggler-icon {
  filter: invert(0.92) sepia(0.34) saturate(4) hue-rotate(3deg);
}

.btn-gold {
  color: #120d08;
  border: 1px solid rgba(214, 177, 104, 0.88);
  background: linear-gradient(135deg, #f3dcaa, #d1a75d 52%, #b9853f);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.78rem 1.16rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn-gold:hover,
.btn-gold:focus {
  color: #070504;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  filter: saturate(1.1);
}

.btn-outline-gold {
  color: var(--gold-2);
  border: 1px solid var(--border-soft);
  background: rgba(12, 9, 7, 0.72);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.78rem 1.16rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.btn-outline-gold:hover,
.btn-outline-gold:focus,
.btn-outline-gold.active {
  color: #0a0705;
  border-color: rgba(214, 177, 104, 0.8);
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  padding: 0;
  min-height: calc(100vh - 74px);
}

.eyebrow {
  display: inline-block;
  color: var(--gold-1);
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.9rem;
}

.hero-title {
  font-size: clamp(2.35rem, 5vw, 4.05rem);
  line-height: 1.05;
  margin-bottom: 1.1rem;
  background: linear-gradient(115deg, #f7e6bf 15%, #d5ad65 50%, #f6e7c0 86%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  color: var(--text-soft);
  max-width: 58ch;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.2rem, 1.7vw, 1.38rem);
  line-height: 1.7;
}

.hero-carousel-full,
.hero-carousel-full .carousel-inner,
.hero-carousel-full .carousel-item {
  min-height: calc(100vh - 74px);
}

.hero-carousel.carousel-fade .carousel-item {
  transition-duration: 1.35s;
  transition-timing-function: ease-in-out;
}

.hero-carousel-full .carousel-item {
  position: relative;
}

.hero-carousel-full .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 6, 4, 0.8) 9%, rgba(8, 6, 4, 0.42) 47%, rgba(8, 6, 4, 0.86) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: none;
}

.hero-content-wrap {
  max-width: min(900px, 100%);
  padding: 0 1rem;
  text-align: center;
  pointer-events: auto;
}

.hero-content-wrap .hero-copy {
  max-width: 42ch;
}

.hero-opening-eyebrow {
  font-size: 0.88rem;
  letter-spacing: 0.24em;
}

.hero-opening-title {
  font-size: clamp(2.4rem, 5.5vw, 4.9rem);
  margin-bottom: 0.4rem;
}

.hero-rotating-line {
  margin-bottom: 0;
  min-height: 2.8rem;
  color: var(--text-main);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  letter-spacing: 0.05em;
}

#heroRotatingTagline {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

#heroMainHeading {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

#heroRotatingTagline.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

#heroMainHeading.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.card-luxury {
  background:
    linear-gradient(160deg, rgba(27, 19, 13, 0.98), rgba(12, 9, 6, 0.96)),
    linear-gradient(120deg, rgba(214, 177, 104, 0.07), transparent 42%);
  border: 1px solid var(--border-soft);
  border-radius: 1.3rem;
  box-shadow: var(--shadow-royal);
  overflow: hidden;
  position: relative;
}

.card-luxury::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(214, 177, 104, 0.28), transparent 70%);
  pointer-events: none;
}

.hero-metrics .metric-card {
  background: rgba(20, 14, 10, 0.82);
  border: 1px solid rgba(214, 177, 104, 0.24);
  border-radius: 0.9rem;
  text-align: center;
  padding: 0.9rem 0.55rem;
}

.metric-card strong {
  display: block;
  font-size: 1.08rem;
  color: var(--gold-1);
}

.metric-card span {
  font-size: 0.71rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-spacing {
  padding: 5.3rem 0;
}

.signature-salon {
  background:
    linear-gradient(158deg, rgba(31, 21, 14, 0.96), rgba(12, 9, 6, 0.95)),
    radial-gradient(circle at 70% 15%, rgba(214, 177, 104, 0.14), transparent 45%);
  border: 1px solid var(--border-soft);
  border-radius: 1.05rem;
  box-shadow: var(--shadow-royal);
}

.luxury-strip {
  border-top: 1px solid rgba(214, 177, 104, 0.34);
  border-bottom: 1px solid rgba(214, 177, 104, 0.34);
  background: linear-gradient(90deg, rgba(18, 13, 9, 0.95), rgba(32, 21, 13, 0.95), rgba(16, 11, 8, 0.95));
  padding: 0.9rem 0;
  overflow: hidden;
}

.luxury-strip-track {
  white-space: nowrap;
  color: var(--gold-2);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
  animation: stripMove 26s linear infinite;
}

@keyframes stripMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.signature-salon h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
}

.signature-salon p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.estate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.estate-grid div {
  background: rgba(15, 11, 8, 0.75);
  border: 1px solid rgba(214, 177, 104, 0.24);
  border-radius: 0.8rem;
  padding: 0.85rem 0.75rem;
  text-align: center;
}

.estate-grid strong {
  display: block;
  color: var(--gold-1);
  font-size: 1.14rem;
}

.estate-grid span {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.section-head {
  margin-inline: auto;
  margin-bottom: 2.2rem;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.95rem, 3.4vw, 3rem);
  max-width: 24ch;
  margin-inline: auto;
  margin-bottom: 0.7rem;
}

.section-head p {
  color: var(--text-soft);
  max-width: 68ch;
  margin-inline: auto;
  text-align: center;
  line-height: 1.85;
  margin-bottom: 0;
}

.section-head p + p {
  margin-top: 0.9rem;
}

.feature-card,
.product-card,
.panel-card,
.project-card,
.process-card,
.royal-banner {
  background:
    linear-gradient(160deg, rgba(25, 18, 12, 0.97), rgba(10, 8, 6, 0.95)),
    linear-gradient(145deg, rgba(214, 177, 104, 0.06), transparent 50%);
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  box-shadow: var(--shadow-royal);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.product-card {
  overflow: hidden;
}

.product-card img,
.project-card img {
  transition: transform 0.7s ease, filter 0.7s ease;
}

.product-card:hover img,
.project-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.1) contrast(1.04);
}

.feature-card:hover,
.panel-card:hover,
.project-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 177, 104, 0.5);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.52);
}

.product-card:hover {
  border-color: rgba(214, 177, 104, 0.55);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.52);
}

.feature-card {
  padding: 2rem;
}

.feature-card h3 {
  font-size: 1.22rem;
  color: var(--gold-1);
  margin-bottom: 0.55rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.link-gold {
  text-decoration: none;
  color: var(--gold-1);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.link-gold:hover {
  color: #f5deac;
}

.product-card img,
.project-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.hero-art img {
  width: 100%;
  height: calc(100vh - 74px);
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.hero-carousel .carousel-indicators {
  margin-bottom: 0.85rem;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(214, 177, 104, 0.5);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 7%;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-color: rgba(8, 6, 4, 0.54);
  border-radius: 50%;
  border: 1px solid rgba(214, 177, 104, 0.45);
  background-size: 55% 55%;
}

.product-card img {
  height: 240px;
}

#productGrid [data-category] {
  display: flex;
}

#productGrid [data-category] .product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#productGrid [data-category] .product-card > .p-4 {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#productGrid [data-category] .product-card > .p-4 .d-flex {
  margin-top: auto;
}

.product-detail-media {
  overflow: hidden;
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.project-card img {
  height: clamp(250px, 34vw, 390px);
}

.product-card h3 {
  font-size: 1.24rem;
  margin-bottom: 0.68rem;
}

.product-card p {
  color: var(--text-soft);
  margin-bottom: 0.95rem;
}

.price-tag {
  color: var(--gold-1);
  letter-spacing: 0.04em;
}

.royal-banner h2,
.panel-card h2 {
  font-size: clamp(1.56rem, 3.1vw, 2.26rem);
  margin-bottom: 0.72rem;
}

.royal-banner p,
.panel-card p {
  color: var(--text-soft);
  line-height: 1.8;
}

.subpage-hero {
  padding: 5.2rem 0 3.8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.subpage-hero::before,
.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.subpage-hero::before {
  background: linear-gradient(115deg, rgba(7, 5, 3, 0.85), rgba(7, 5, 3, 0.55) 45%, rgba(7, 5, 3, 0.9));
  z-index: 0;
}

.subpage-hero::after {
  opacity: 0.35;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

body[data-page="about"] .subpage-hero::after {
  background-image: url("https://images.pexels.com/photos/1571468/pexels-photo-1571468.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

body[data-page="products"] .subpage-hero::after {
  background-image: url("https://images.pexels.com/photos/1571453/pexels-photo-1571453.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

body[data-page="projects"] .subpage-hero::after {
  background-image: url("https://images.pexels.com/photos/276583/pexels-photo-276583.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

body[data-page="contact"] .subpage-hero::after {
  background-image: url("https://images.pexels.com/photos/1457842/pexels-photo-1457842.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

body[data-page="product-detail"] .subpage-hero::after {
  background-image: url("https://images.pexels.com/photos/6585759/pexels-photo-6585759.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.subpage-hero .container {
  position: relative;
  z-index: 2;
}

.subpage-hero h1 {
  font-size: clamp(2.15rem, 4.6vw, 3.45rem);
  margin-bottom: 0.9rem;
}

.subpage-hero p {
  color: var(--text-soft);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.55vw, 1.28rem);
  margin: 0 auto;
  max-width: 64ch;
}

.royal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.royal-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-soft);
  margin-bottom: 0.82rem;
}

.royal-list li:last-child {
  margin-bottom: 0;
}

.royal-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-1), var(--accent-copper));
  position: absolute;
  left: 0;
  top: 0.52rem;
}

.process-card {
  padding: 1.8rem 1.25rem;
  text-align: center;
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  color: var(--gold-1);
  margin-bottom: 1rem;
}

.process-card h3 {
  font-size: 1.18rem;
  margin-bottom: 0.6rem;
}

.process-card p {
  color: var(--text-soft);
  margin-bottom: 0;
  line-height: 1.78;
}

.project-card h2 {
  font-size: 1.48rem;
  margin-bottom: 0.65rem;
}

.project-card p {
  color: var(--text-soft);
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
}

.form-label {
  color: var(--text-soft);
  letter-spacing: 0.04em;
  font-size: 0.86rem;
  margin-bottom: 0.35rem;
}

.form-control,
.form-select {
  background-color: rgba(11, 9, 7, 0.94);
  border-color: rgba(214, 177, 104, 0.35);
  color: var(--text-main);
}

.form-control:focus,
.form-select:focus {
  color: var(--text-main);
  background-color: rgba(17, 13, 10, 1);
  border-color: rgba(214, 177, 104, 0.7);
  box-shadow: 0 0 0 0.2rem rgba(214, 177, 104, 0.16);
}

.form-control::placeholder {
  color: rgba(219, 193, 132, 0.56);
}

.form-feedback {
  color: var(--gold-1);
  display: inline-block;
  min-height: 1.3rem;
}

.price-highlight {
  font-size: 1.5rem;
  color: var(--gold-1);
  margin-bottom: 1rem;
}

.site-footer {
  border-top: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.98), rgba(5, 4, 3, 0.99));
}

.site-footer h4 {
  color: var(--gold-2);
  font-size: 1.03rem;
  margin-bottom: 0.85rem;
}

.footer-copy,
.site-footer p,
.footer-bottom {
  color: rgba(232, 207, 149, 0.78);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  text-decoration: none;
  color: rgba(241, 214, 150, 0.84);
}

.footer-links a:hover {
  color: #ffe6b3;
}

.footer-bottom {
  border-top: 1px solid rgba(214, 177, 104, 0.2);
  font-size: 0.88rem;
}

.collection-dropdown .collection-menu,
.collection-dropdown .sub-collection-menu {
  border: 1px solid rgba(214, 177, 104, 0.34);
  border-radius: 0.85rem;
  background: linear-gradient(165deg, rgba(20, 15, 10, 0.99), rgba(9, 7, 5, 0.98));
  min-width: 15rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.46);
}

.collection-dropdown .dropdown-item {
  color: var(--text-soft);
  font-size: 0.83rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.62rem 0.95rem;
}

.collection-dropdown .dropdown-item:hover,
.collection-dropdown .dropdown-item:focus,
.collection-dropdown .dropdown-item.active {
  color: #0a0705;
  background: linear-gradient(135deg, #f0dba8, #bf8c44);
}

.collection-dropdown .dropend > .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collection-dropdown .dropend > .dropdown-toggle::after {
  margin-left: 0.9rem;
}

.collection-dropdown .dropend .sub-collection-menu {
  top: -0.45rem;
  left: calc(100% - 0.1rem);
  margin-left: 0;
}

.filter-btn {
  min-width: 96px;
}

.contact-list strong {
  color: var(--gold-1);
  font-weight: 600;
}

.final-brand-line {
  color: var(--gold-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 1050;
  background: linear-gradient(90deg, #f6e5bc, #c79446);
  box-shadow: 0 0 16px rgba(214, 177, 104, 0.6);
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .product-card,
  .panel-card,
  .project-card,
  .process-card,
  .btn-gold,
  .btn-outline-gold,
  .reveal {
    transition: none !important;
  }

  .luxury-strip-track {
    animation: none !important;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: 86vh;
  }

  .hero-carousel-full,
  .hero-carousel-full .carousel-inner,
  .hero-carousel-full .carousel-item,
  .hero-art img {
    min-height: 86vh;
    height: 86vh;
  }

  .hero-content-wrap {
    max-width: 100%;
  }

  .navbar .nav-link {
    padding-inline: 0;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .brand-title {
    font-size: 0.88rem;
  }

  .brand-subtitle {
    font-size: 0.72rem;
  }

  .collection-dropdown .collection-menu,
  .collection-dropdown .sub-collection-menu {
    position: static;
    transform: none !important;
    min-width: 100%;
    margin-top: 0.35rem;
    box-shadow: none;
  }

  .collection-dropdown .dropend .sub-collection-menu {
    margin-left: 0.75rem;
    border-left-width: 2px;
  }
}

@media (max-width: 767.98px) {
  .section-spacing {
    padding: 4rem 0;
  }

  .estate-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-content-wrap {
    padding: 1rem;
    margin-top: 1.2rem;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 12%;
  }

  .btn-gold,
  .btn-outline-gold {
    width: 100%;
  }

  .hero-section .btn-gold,
  .hero-section .btn-outline-gold {
    width: auto;
  }

  .hero-section .d-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .product-detail-media img {
    min-height: 320px;
  }
}
