/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

@font-face {
  font-family: "Gotham-light";
  src: url("/template/asset/miya/fonts/GOTHAM-LIGHT.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-book";
  src: url("/template/asset/miya/fonts/GOTHAM-BOOK.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-medium";
  src: url("/template/asset/miya/fonts/GOTHAM-MEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-bold";
  src: url("/template/asset/miya/fonts/GOTHAM-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "coro";
  src: url("/template/asset/miya/fonts/coro.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-serif: "Cormorant Garamond", serif;
  --font-sans: "Gotham", sans-serif;
  --color-dark: #1a1a1a;
  --color-gold: #c09a6d;
  --color-gold-border: #84743d;
  --color-title-dark: #463b15;
  --color-gold-bg: #c19a6b;
  --color-white: #ffffff;
  --color-light-bg: #f4f4f3;
  --color-text-grey: #636466;
  --color-red: #da291c;
  --color-lightgold: #f9f8f4;
  --color-white: #f9f9f9;
}

main {
  overflow: hidden;
}

.gotham-light {
  font-family: "Gotham-light" !important;
}
.gotham-book {
  font-family: "Gotham-book" !important;
}
.gotham-medium {
  font-family: "Gotham-medium" !important;
}
.gotham-bold {
  font-family: "Gotham-bold" !important;
}
.coro {
  font-family: "coro" !important;
}

.primary-color {
  color: var(--color-title-dark) !important;
}

.font-serif {
  font-family: var(--font-serif);
}
.font-sans {
  font-family: var(--font-sans);
}
.text-gold {
  color: var(--color-gold);
}
.text-white {
  color: var(--color-white);
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin-top: 0;
}

.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  line-height: 0;
}

.hero-video {
  width: 100%;
  height: auto;
  display: block;
}

.product-showcase-section {
  padding: 42px 20px;
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
  min-height: 80vh;
}

.product-image-container {
  flex: 1.5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.product-details {
  flex: 1;
  max-width: 500px;
}

.product-title {
  font-size: 64px;
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 1px;
  color: var(--color-title-dark);
}

.product-description {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: var(--color-text-grey);
}

.product-price {
  font-family: var(--font-serif);
  font-size: 36px;
  margin: 20px 0;
  color: var(--color-dark);
  font-weight: 400;
}

.financing-text {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 14px;
  color: #818286;
  margin-bottom: 30px;
}

.color-selection {
  margin: 30px 0;
}

.color-option-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  color: var(--color-dark);
}

.swatches-container {
  display: flex;
  gap: 20px;
}

.swatch-wrapper {
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.swatch-wrapper:hover {
  transform: scale(1.05);
}

.swatch-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  border: 2px solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.swatch-wrapper.active .swatch-circle {
  border-color: var(--color-dark);
}

.swatch-circle.natural {
  background-color: #e2c29f;
}
.swatch-circle.walnut {
  background-color: #8b5a3c;
}

.swatch-name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-dark);
}

.cta-container {
  margin-top: 40px;
}

@media (max-width: 900px) {
  .product-showcase-section {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }

  .product-details {
    padding-left: 0;
    max-width: 100%;
  }

  .product-title {
    font-size: 48px;
  }

  .swatches-container {
    justify-content: center;
  }
}

.feature-section {
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text {
  flex: 1;
}

.feature-image-wrapper {
  flex: 1;
}

.feature-subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.feature-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 25px 0;
  font-weight: 400;
}

.feature-description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.section-hidden {
  background-color: #f8f8f5;
  color: var(--color-dark);
}

.section-hidden .feature-subtitle {
  color: #999;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding-bottom: 5px;
}

.section-hidden .feature-title {
  color: var(--color-dark);
  font-family: var(--font-serif);
  font-size: 48px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .section-hidden .feature-title {
    font-size: 42px;
    white-space: normal;
  }
}

.section-hidden .feature-description {
  color: #777;
  font-size: 18px;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

.feature-section {
  position: relative;
  overflow: hidden;
}

.bg-gold-theme {
  background-color: var(--color-gold-bg);
  color: #ffffff;
}

.feature-eyebrow {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.bg-gold-theme .feature-title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.1;
}

.bg-gold-theme .feature-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
}

.feature-media-img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #d3c4b1;
  font-size: 16px;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-label {
  font-weight: 700;
  color: var(--color-dark);
  flex-basis: 35%;
  max-width: 35%;
}

.spec-value {
  color: #777;
  flex-basis: 65%;
  max-width: 65%;
  font-weight: 300;
}

@media (max-width: 768px) {
  .spec-item {
    flex-direction: column;
  }
  .spec-label,
  .spec-value {
    flex-basis: 100%;
    max-width: 100%;
  }
  .spec-label {
    margin-bottom: 5px;
  }
}

.testimonial-card {
  text-align: left;
}

.testimonial-quote {
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 15px;
}

.testimonial-author {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--color-dark);
  margin-bottom: 5px;
  display: block;
}

.testimonial-stars {
  color: var(--color-gold);
  font-size: 18px;
  letter-spacing: 2px;
}

footer {
  border-top: 1px solid #ddd;
}
.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}

.sticky-cta-title {
  color: #55514b;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0;
}

.sticky-cta-price {
  font-size: 11px;
  letter-spacing: 1px;
  color: #818286;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .feature-title,
  .bg-gold-theme .feature-title {
    font-size: 32px !important;
  }

  .display-4 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 576px) {
  .product-title {
    font-size: 42px !important;
  }

  .display-4 {
    font-size: 26px !important;
  }

  .feature-title,
  .bg-gold-theme .feature-title {
    font-size: 26px !important;
  }

  .spec-section h2.display-4 {
    font-size: 22px !important;
    letter-spacing: 1px;
  }
}

.price-strike-container {
  position: relative;
  display: inline-block;
}

.angled-strike {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: rotate(-8deg);
  pointer-events: none;
}

.angled-strike-2 {
  top: 52% !important;
}

.sticky-cta-price .angled-strike {
  height: 1.5px;
}

.miya-gallery-wrap {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.miya-thumbs-outside {
  width: 100px;
  flex: 0 0 100px;
}

#miya-thumbnail-carousel {
  width: 100%;
  height: 440px;
}
#miya-thumbnail-carousel .splide__slide {
  height: 65px;
}

#miya-image-carousel .splide__slide img,
#miya-thumbnail-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.miya-gallery-wrap,
.miya-thumbs-outside,
.product-image-frame {
  min-width: 0;
}

@media (max-width: 768px) {
  .miya-gallery-wrap {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .miya-thumbs-outside {
    width: 100%;
    flex: 0 0 auto;
  }
  #miya-thumbnail-carousel {
    height: 80px;
  }
}

#miya-image-carousel .splide__arrow {
  background: var(--color-gold-bg);
}

#miya-image-carousel .splide__arrow svg {
  fill: #fff;
}

#miya-thumbnail-carousel .splide__arrow {
  background: var(--color-gold-bg);
}

#miya-thumbnail-carousel .splide__arrow svg {
  fill: #fff;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid var(--color-gold-border) !important;
}

#miya-image-carousel {
  width: 100%;
}

#miya-image-carousel .splide__track {
  aspect-ratio: 4 / 3;   
  height: auto;
}

#miya-image-carousel .splide__slide {
  height: 100%;
}

#miya-image-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  display: block;
}


.swatch-wrapper.active .swatch-circle{
  border-color: var(--color-gold-border);
  box-shadow:
    0 0 0 2px var(--color-gold-border),
    0 6px 16px rgba(0, 0, 0, 0.12); 
}

.swatch-wrapper.active .swatch-name{
  color: var(--color-gold-border);
}
