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

html {
  scroll-behavior: smooth;
}

body {
  background: #E8DED1;
  color: #3D2E1F;
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden;
}

/* ===== TOP HEADER ===== */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
  background: linear-gradient(90deg, #2c2118 0%, #3d2e1f 20%, #e1a543 50%, #3d2e1f 80%, #2c2118 100%);
  background-size: 200% 100%;
  animation: gradientShift 10s ease infinite;
  font-size: 12px;
  letter-spacing: 1.5px;
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.top-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-left a {
  color: #ffffff;
  text-decoration: none;
  transition: color .3s;
}

.top-left a:hover {
  color: #fff;
  font-weight: bold;
}

.top-icon {
  color: #8A7B6C;
  font-size: 14px;
}

.top-sep {
  color: #4A3F35;
  margin: 0 10px;
}

.top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-link {
  color: #BFA98A;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  transition: all .3s;
}

.top-link:hover {
  color: #fff;
}

.btn-register {
  background: linear-gradient(135deg, #BFA98A, #D4B896);
  color: #1E1914 !important;
  padding: 6px 20px;
}

.btn-register:hover {
  box-shadow: 0 4px 15px rgba(191, 169, 138, .4);
}

/* ===== MAIN NAV ===== */
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 60px;
  background: rgba(232, 222, 209, .92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(200, 185, 170, .3);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 36px;
  flex: 1;
}

.nav-right {
  justify-content: flex-end;
}

.main-nav a {
  text-decoration: none;
  color: #6B5D50;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  transition: color .3s;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #3D2E1F;
  transition: width .3s;
}

.main-nav a:hover {
  color: #3D2E1F;
}

.main-nav a:hover::after {
  width: 100%;
}

.logo-center {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  color: #3D2E1F;
  letter-spacing: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.logo-center.has-img {
  width: 100px;
  height: 30px;
}

.header-logo-img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  /* background: radial-gradient(circle at 30% 30%, #e1a543 0%, #c89235 25%, #2c2118 60%); */
  padding: 3px;
  box-shadow: 0 10px 25px rgba(61, 46, 31, .15);
  /*  border: 1px solid rgba(191, 169, 138, .4); */
  transition: transform .4s ease, box-shadow .4s ease;
  z-index: 1005;
}

.header-logo-img:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 15px 35px rgba(61, 46, 31, .25);
}

.cart-wrap {
  position: relative;
  cursor: pointer;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #BFA98A;
  color: #1E1914;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== HERO ===== */
.hero {
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #E8DED1 0%, #DDD1C1 30%, #D4C5B2 60%, #C8B8A4 100%);
}

.hero.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero.has-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(232, 222, 209, 0.88);
  z-index: 1;
}

.hero.has-bg .hero-shapes {
  opacity: 0.5;
  z-index: 1;
}

.hero.has-bg .hero-content {
  position: relative;
  z-index: 2;
}

.hero.has-bg .scroll-indicator {
  z-index: 2;
}

.hero-shapes {
  position: absolute;
  inset: 0;
}

.organic-shape {
  position: absolute;
  border-radius: 50%;
}

.s1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -80px;
  background: radial-gradient(circle, rgba(191, 169, 138, .12), transparent);
  animation: morph 12s ease-in-out infinite;
}

.s2 {
  width: 400px;
  height: 400px;
  bottom: -50px;
  left: -100px;
  background: radial-gradient(circle, rgba(191, 169, 138, .1), transparent);
  animation: morph 10s ease-in-out infinite reverse;
}

.s3 {
  width: 250px;
  height: 250px;
  top: 30%;
  left: 18%;
  background: radial-gradient(circle, rgba(184, 134, 107, .07), transparent);
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {

  0%,
  100% {
    border-radius: 50% 40% 60% 50%;
    transform: scale(1) rotate(0deg);
  }

  50% {
    border-radius: 60% 50% 40% 60%;
    transform: scale(1.05) rotate(5deg);
  }
}

.hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-badge {
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #8A7B6C;
  margin-bottom: 20px;
  border: 1px solid rgba(138, 123, 108, .3);
  display: inline-block;
  padding: 8px 24px;
  margin-top: 32px;
}

.brand-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 130px;
  font-weight: 300;
  color: #3D2E1F;
  letter-spacing: 20px;
  line-height: 1;
}

.models-text {
  font-size: 14px;
  color: #8A7B6C;
  letter-spacing: 12px;
  margin-top: 16px;
}

.hero-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-style: italic;
  color: #6B5D50;

  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 44px;
}

.btn-primary {
  display: inline-block;
  padding: 15px 44px;
  background: linear-gradient(135deg, #e1a543 0%, #c89235 20%, #2c2118 70%, #1f1810 100%);
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all .4s;
  box-shadow: 0 4px 15px rgba(225, 165, 67, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(61, 46, 31, .25);
}

.btn-secondary {
  display: inline-block;
  padding: 15px 44px;
  border: 1px solid #3D2E1F;
  color: #3D2E1F;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all .4s;
}

.btn-secondary:hover {
  background: #3D2E1F;
  color: #E8DED1;
}

.scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  animation: bounce 2s ease-in-out infinite;
}

.scroll-indicator span {
  font-size: 10px;
  color: #9B8B7A;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.scroll-indicator .arrow {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, #9B8B7A, transparent);
  margin: 8px auto 0;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0)
  }

  50% {
    transform: translateX(-50%) translateY(10px)
  }
}

/* ===== CUPS SHOWCASE ===== */
.cups-showcase {
  padding: 100px 60px;
  background: #E8DED1;
  overflow: hidden;
}

.section-label {
  text-align: center;
  font-size: 12px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #9B8B7A;
  margin-bottom: 60px;
}

/* CSS Variables for Responsive Slider */
:root {
  --slider-cols: 3;
  --slider-gap: 40px;
}

.cups-slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.cups-slider-container {
  overflow: hidden;
  padding: 25px 10px;
  margin: -25px -10px;
}

.cups-row {
  display: flex;
  gap: var(--slider-gap);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.cup-item {
  flex: 0 0 calc((100% - (var(--slider-cols) - 1) * var(--slider-gap)) / var(--slider-cols));
  box-sizing: border-box;
  text-align: center;
  padding: 50px 36px 40px;
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(200, 185, 170, .25);
  transition: all .5s;
  cursor: pointer;
  position: relative;
}

/* Slider Controls */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(191, 169, 138, 0.35);
  color: #3D2E1F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(61, 46, 31, 0.05);
}

.slider-btn:hover:not(:disabled) {
  background: #3D2E1F;
  color: #E8DED1;
  border-color: #3D2E1F;
  box-shadow: 0 10px 24px rgba(61, 46, 31, 0.15);
}

.slider-btn:disabled {
  opacity: 0.15;
  cursor: not-allowed;
}

.slider-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.prev-btn {
  left: -5px;
}

.next-btn {
  right: -5px;
}

.prev-btn:hover:not(:disabled) svg {
  transform: translateX(-3px);
}

.next-btn:hover:not(:disabled) svg {
  transform: translateX(3px);
}

/* Slider Responsive Media Queries */
@media (max-width: 992px) {
  :root {
    --slider-cols: 2;
    --slider-gap: 30px;
  }

  .cups-slider-wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .slider-btn {
    display: none;
  }

  .cups-slider-wrapper {
    padding: 0;
  }
}

@media (max-width: 600px) {
  :root {
    --slider-cols: 1;
    --slider-gap: 20px;
  }
}

.cup-item:hover {
  background: rgba(255, 255, 255, .6);
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(61, 46, 31, .1);
}

.cup-item.featured {
  border-color: rgba(191, 169, 138, .5);
  background: rgba(255, 255, 255, .45);
}

.cup-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #BFA98A;
  color: #1E1914;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
}

.cup-vis {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.cup-form {
  background: linear-gradient(150deg, #FFF, #F0E6D8, #E0D0BE);
  box-shadow: 15px 25px 50px rgba(61, 46, 31, .12), inset 0 0 30px rgba(255, 255, 255, .6);
  transition: all .5s;
}

.cf1 {
  width: 84px;
  height: 100px;
  border-radius: 4px 4px 42% 42%;
}

.cf2 {
  width: 105px;
  height: 125px;
  border-radius: 12px 12px 50% 50%;
}

.cf3 {
  width: 78px;
  height: 90px;
  border-radius: 2px 2px 38% 38%;
}

.cup-item:hover .cup-form {
  box-shadow: 20px 35px 70px rgba(61, 46, 31, .18), inset 0 0 40px rgba(255, 255, 255, .7);
  transform: translateY(-6px);
}

.cup-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 7px;
  margin-bottom: 8px;
}

.cup-type {
  font-size: 12px;
  color: #9B8B7A;
  letter-spacing: 2px;
}

.cup-sizes {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  color: #BFA98A;
  letter-spacing: 3px;
}

.cup-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 11px;
  color: #3D2E1F;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid transparent;
  transition: all .3s;
}

.cup-link:hover {
  border-color: #3D2E1F;
}

/* ===== STORY ===== */
.story-section {
  padding: 100px 60px;
  background: linear-gradient(180deg, #E2D7C9, #E8DED1);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.story-left {
  position: relative;
}

.story-img-placeholder {
  background: linear-gradient(135deg, #D4C5B2, #C8B8A4);
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.story-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease;
  transform: scale(0.95);
}

.story-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.story-cup-big {
  width: 180px;
  height: 230px;
  background: linear-gradient(150deg, #FFF, #F0E6D8, #DDD0BE);
  box-shadow: 20px 40px 80px rgba(61, 46, 31, .15);
  animation: storyFloat 6s ease-in-out infinite;
}

.story-cup-big.cf1 {
  border-radius: 8px 8px 45% 45%;
}

.story-cup-big.cf2 {
  border-radius: 20px 20px 50% 50%;
  width: 210px;
}

.story-cup-big.cf3 {
  border-radius: 4px 4px 40% 40%;
  width: 170px;
  height: 210px;
}

.slide-label {
  margin-top: 30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #3D2E1F;
  opacity: 0.6;
}

@keyframes storyFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.story-dots {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
  z-index: 10;
}

.story-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}

.story-dots span.active {
  background: #BFA98A;
  transform: scale(1.5);
}

.section-tag {
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #BFA98A;
  margin-bottom: 16px;
  display: block;
}

.section-tag.center {
  text-align: center;
}

.story-right h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 400;
  color: #3D2E1F;
  line-height: 1.3;
  margin-bottom: 24px;
}

.story-right p {
  font-size: 14px;
  color: #6B5D50;
  line-height: 1.8;
  margin-bottom: 16px;
  letter-spacing: .5px;
}

.story-stats {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(200, 185, 170, .4);
}

.stat strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: #3D2E1F;
  font-weight: 400;
}

.stat span {
  font-size: 11px;
  color: #9B8B7A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ===== FEATURES ===== */
.features {
  padding: 80px 60px;
  background: #E8DED1;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature {
  text-align: center;
  padding: 36px 20px;
  transition: all .4s;
}

.feature:hover {
  transform: translateY(-6px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border: 1px solid #C8B8A4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #8A7B6C;
  transition: all .4s;
}

.feature:hover .feature-icon {
  background: #3D2E1F;
  color: #D4C0A8;
  border-color: #3D2E1F;
}

.feature h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #3D2E1F;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.feature p {
  font-size: 12px;
  color: #8A7B6C;
  line-height: 1.6;
}

/* ===== PARALLAX BANNER ===== */
.parallax-banner {
  padding: 40px 60px;
  background: linear-gradient(135deg, #2c2118 0%, #e1a543 50%, #2c2118 100%);
  background-size: 200% 200%;
  animation: parallaxGlow 10s ease infinite;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@keyframes parallaxGlow {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.parallax-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(225, 165, 67, .12), transparent 70%);
}

.parallax-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-style: italic;
  color: #ffffff;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}

.parallax-author {
  font-size: 13px;
  color: #000000;
  letter-spacing: 3px;
  margin-top: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

/* ===== REVIEWS ===== */
.reviews {
  padding: 100px 60px;
  background: linear-gradient(180deg, #E8DED1, #E2D7C9);
}

.reviews-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 400;
  color: #3D2E1F;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.review-card {
  background: rgba(255, 255, 255, .45);
  border: 1px solid rgba(200, 185, 170, .25);
  padding: 36px;
  transition: all .4s;
}

.review-card:hover {
  background: rgba(255, 255, 255, .7);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(61, 46, 31, .08);
}

.stars {
  color: #BFA98A;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.review-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
  color: #4A3F35;
  line-height: 1.7;
  margin-bottom: 24px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviewer-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #BFA98A, #D4B896);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #1E1914;
  font-weight: 500;
}

.reviewer strong {
  display: block;
  font-size: 14px;
  color: #3D2E1F;
}

.reviewer span {
  font-size: 11px;
  color: #9B8B7A;
  letter-spacing: 1px;
}

/* ===== NEWSLETTER (MINIMAL) ===== */
.newsletter-section {
  padding: 40px 60px;
  background: linear-gradient(90deg, #2c2118 0%, #3d2e1f 25%, #e1a543 50%, #3d2e1f 75%, #2c2118 100%);
  background-size: 200% 100%;
  animation: newsletterGlow 12s ease infinite;
  border-top: 1px solid rgba(225, 165, 67, 0.3);
  border-bottom: 1px solid rgba(225, 165, 67, 0.3);
}

@keyframes newsletterGlow {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.newsletter-compact {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.newsletter-text {
  text-align: left;
}

.newsletter-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.newsletter-text p {
  font-size: 13px;
  color: #000000;
  letter-spacing: 1px;
}

.newsletter-form {
  flex: 1;
  max-width: 450px;
  margin: 0;
}

.newsletter-form .input-wrap {
  display: flex;
  gap: 15px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(191, 169, 138, 0.2);
  padding: 12px 20px;
  color: #E8DED1;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  outline: none;
  transition: all 0.3s;
}

.newsletter-form input[type="email"]:focus {
  border-color: #BFA98A;
  background: rgba(255, 255, 255, 0.05);
}

.btn-newsletter-submit {
  background: #3D2E1F;
  color: #D4C0A8;
  border: 1px solid #D4C0A8;
  padding: 0 30px;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-newsletter-submit:hover {
  background: #D4C0A8;
  color: #1E1914;
}

@media (max-width: 900px) {
  .newsletter-compact {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .newsletter-text {
    text-align: center;
  }
}

/* ===== PAGE HERO (Global Internal Headers) ===== */
.page-hero {
  padding: 100px 60px 60px;
  text-align: center;
  background: linear-gradient(180deg, #E8DED1 0%, #DED1C1 100%);
  border-bottom: 1px solid rgba(191, 169, 138, 0.2);
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #3D2E1F;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0;
}

.page-hero.mini {
  padding: 60px 60px 40px;
}

.page-hero.mini h1 {
  font-size: 32px;
  letter-spacing: 4px;
}

/* ===== AUTH PAGES (Login / Register) ===== */
.auth-section {
  padding: 80px 20px;
  background: #E8DED1;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-container {
  width: 100%;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.4);
  padding: 50px;
  border: 1px solid rgba(191, 169, 138, 0.2);
  backdrop-filter: blur(10px);
}

.auth-form .form-group {
  margin-bottom: 25px;
}

.auth-form label {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8A7B6C;
  margin-bottom: 10px;
}

.auth-form input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(191, 169, 138, 0.3);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #3D2E1F;
  outline: none;
  transition: all 0.3s ease;
}

.auth-form input:focus {
  border-color: #BFA98A;
  background: #fff;
}

.btn-block {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none;
}

.error-box {
  background: rgba(215, 90, 74, 0.1);
  border: 1px solid rgba(215, 90, 74, 0.2);
  padding: 15px 20px;
  margin-bottom: 30px;
}

.error-box p {
  font-size: 13px;
  color: #a33f34;
  margin: 5px 0;
}

.auth-links {
  margin-top: 30px;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(191, 169, 138, 0.1);
}

.auth-links p {
  font-size: 13px;
  color: #6B5D50;
}

.auth-links a {
  color: #3D2E1F;
  text-decoration: none;
  font-weight: 500;
  margin-left: 5px;
  border-bottom: 1px solid #BFA98A;
}

.auth-links a:hover {
  color: #BFA98A;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #1E1914;
  padding: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 60px;
  border-bottom: 1px solid rgba(191, 169, 138, .1);
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #D4C0A8;
  letter-spacing: 10px;
  margin-bottom: 14px;
}

.footer-desc {
  font-size: 13px;
  color: #6B5D50;
  line-height: 1.7;
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  font-size: 11px;
  color: #8A7B6C;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color .3s;
}

.footer-social a:hover {
  color: #BFA98A;
}

.footer-col h5 {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #BFA98A;
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  font-size: 12px;
  color: #6B5D50;
  text-decoration: none;
  margin-bottom: 10px;
  letter-spacing: .5px;
  transition: color .3s;
}

.footer-col a:hover {
  color: #D4C0A8;
}

.footer-col p {
  font-size: 12px;
  color: #6B5D50;
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
}

.footer-bottom span {
  font-size: 11px;
  color: #4A3F35;
  letter-spacing: 1px;
}

/* ===== PAGE HERO (Koleksiyon / Diğer İç Sayfalar) ===== */
.page-hero {
  padding: 100px 60px 40px;
  text-align: center;
  background: linear-gradient(180deg, #E8DED1 0%, #DDD1C1 100%);
  border-bottom: 1px solid rgba(191, 169, 138, .3);
}

.page-hero.mini {
  padding: 60px 60px 30px;
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #3D2E1F;
  letter-spacing: 8px;
  margin-bottom: 15px;
}

.page-hero p {
  font-size: 15px;
  color: #6B5D50;
  letter-spacing: 2px;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  font-size: 12px;
  color: #9B8B7A;
  letter-spacing: 1px;
  margin-top: 8px;
}

.breadcrumb a {
  color: #8A7B6C;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb a:hover {
  color: #3D2E1F;
}

/* ===== CART SECTION ===== */
.cart-section {
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 50vh;
}

.cart-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.cart-items-wrap {
  overflow-x: auto;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table thead th {
  text-align: left;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9B8B7A;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(200, 185, 170, .4);
}

.cart-table tbody td {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(200, 185, 170, .2);
  vertical-align: middle;
  font-size: 14px;
  color: #4A3F35;
}

.cart-product-cell {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart-product-cell img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid rgba(200, 185, 170, .3);
}

.cart-img-placeholder {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #D4C5B2, #C8B8A4);
}

.cart-product-cell a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #3D2E1F;
  text-decoration: none;
  display: block;
  transition: color .3s;
}

.cart-product-cell a:hover {
  color: #8A7B6C;
}

.cart-size {
  display: block;
  font-size: 11px;
  color: #9B8B7A;
  letter-spacing: 1px;
  margin-top: 4px;
}

.qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(200, 185, 170, .4);
}

.qty-ctrl button {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #3D2E1F;
  cursor: pointer;
  transition: background .3s;
}

.qty-ctrl button:hover {
  background: rgba(200, 185, 170, .2);
}

.qty-ctrl span {
  width: 36px;
  text-align: center;
  font-size: 14px;
  color: #3D2E1F;
}

.btn-remove {
  background: none;
  border: none;
  color: #9B8B7A;
  font-size: 20px;
  cursor: pointer;
  transition: color .3s;
  padding: 5px 10px;
}

.btn-remove:hover {
  color: #A05252;
}

/* Cart Summary */
.cart-summary {
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(200, 185, 170, .3);
  padding: 36px;
  position: sticky;
  top: 100px;
}

.cart-summary h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 2px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200, 185, 170, .3);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #6B5D50;
}

.summary-row.total-row {
  border-top: 1px solid rgba(200, 185, 170, .4);
  margin-top: 12px;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #3D2E1F;
}

.summary-note {
  font-size: 12px;
  color: #BFA98A;
  text-align: center;
  padding: 10px 0;
  letter-spacing: .5px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* Empty Cart */
.empty-cart {
  text-align: center;
  padding: 80px 0;
}

.empty-cart-icon {
  font-size: 60px;
  color: #C8B8A4;
  margin-bottom: 20px;
}

.empty-cart h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #3D2E1F;
  margin-bottom: 10px;
}

.empty-cart p {
  color: #8A7B6C;
  font-size: 14px;
  margin-bottom: 30px;
}

/* ===== CHECKOUT SECTION ===== */
.checkout-section {
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

.checkout-card {
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(200, 185, 170, .3);
  padding: 36px;
  margin-bottom: 24px;
}

.checkout-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 2px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200, 185, 170, .3);
}

/* Checkout Form Elements */
.checkout-section .form-group {
  margin-bottom: 18px;
}

.checkout-section .form-group label {
  display: block;
  font-size: 12px;
  color: #6B5D50;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.checkout-section .form-group input,
.checkout-section .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(200, 185, 170, .4);
  background: rgba(255, 255, 255, .5);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #3D2E1F;
  outline: none;
  transition: border-color .3s;
}

.checkout-section .form-group input:focus,
.checkout-section .form-group textarea:focus {
  border-color: #BFA98A;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Payment Options */
.payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-opt {
  display: block;
  padding: 16px 20px;
  border: 1px solid rgba(200, 185, 170, .3);
  cursor: pointer;
  transition: all .3s;
}

.payment-opt:hover {
  border-color: #BFA98A;
}

.payment-opt.selected {
  border-color: #3D2E1F;
  background: rgba(255, 255, 255, .6);
}

.payment-opt input[type="radio"] {
  display: none;
}

.payment-opt span {
  font-size: 15px;
  color: #3D2E1F;
  display: block;
}

.payment-opt small {
  font-size: 12px;
  color: #9B8B7A;
  display: block;
  margin-top: 4px;
}

/* Checkout Summary */
.checkout-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: #6B5D50;
  border-bottom: 1px solid rgba(200, 185, 170, .15);
}

.checkout-summary-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: #6B5D50;
}

.checkout-summary-line.total {
  border-top: 1px solid rgba(200, 185, 170, .4);
  margin-top: 8px;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #3D2E1F;
}

.checkout-security {
  text-align: center;
  font-size: 12px;
  color: #9B8B7A;
  margin-top: 16px;
}

/* Error Box */
.error-box {
  background: rgba(160, 82, 82, .1);
  border: 1px solid rgba(160, 82, 82, .3);
  padding: 16px 24px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #A05252;
}

.error-box p {
  margin: 4px 0;
}

/* PayTR iframe */
.paytr-iframe-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.paytr-iframe-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #3D2E1F;
  text-align: center;
  margin-bottom: 20px;
}

/* ===== ORDER CONFIRM ===== */
.order-confirm-section {
  padding: 80px 60px;
  max-width: 700px;
  margin: 0 auto;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-card {
  text-align: center;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(200, 185, 170, .3);
  padding: 50px;
  width: 100%;
}

.confirm-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #BFA98A, #D4B896);
  color: #1E1914;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.confirm-card h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.confirm-sub {
  font-size: 15px;
  color: #6B5D50;
  margin-bottom: 16px;
}

.confirm-details {
  text-align: left;
  margin: 30px 0;
  border-top: 1px solid rgba(200, 185, 170, .3);
}

.confirm-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(200, 185, 170, .15);
  font-size: 14px;
  color: #6B5D50;
}

.confirm-row span:first-child {
  font-weight: 500;
  color: #3D2E1F;
}

.transfer-info {
  background: rgba(191, 169, 138, .1);
  border: 1px solid rgba(191, 169, 138, .3);
  padding: 20px;
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
  color: #4A3F35;
}

.transfer-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #3D2E1F;
  margin-bottom: 10px;
}

.confirm-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
}

/* ===== AUTH PAGES ===== */
.auth-section {
  padding: 80px 60px;
  max-width: 500px;
  margin: 0 auto;
  min-height: 60vh;
}

.auth-card {
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(200, 185, 170, .3);
  padding: 40px;
}

.auth-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #3D2E1F;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.auth-links {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #8A7B6C;
}

.auth-links a {
  color: #3D2E1F;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}

.auth-links a:hover {
  border-color: #3D2E1F;
}

/* ===== PRODUCT REVIEWS & REVIEW FORM ===== */
.product-reviews {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(200, 185, 170, .3);
}

.product-reviews h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
}

/* Review Form */
.review-form-section {
  margin-top: 40px;
  padding: 40px;
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(200, 185, 170, .25);
}

.review-form-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.review-form .form-group {
  margin-bottom: 18px;
}

.review-form .form-group label {
  display: block;
  font-size: 12px;
  color: #6B5D50;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.review-form .form-group input,
.review-form .form-group textarea,
.review-form .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(200, 185, 170, .4);
  background: rgba(255, 255, 255, .5);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #3D2E1F;
  outline: none;
  transition: border-color .3s;
}

.review-form .form-group input:focus,
.review-form .form-group textarea:focus,
.review-form .form-group select:focus {
  border-color: #BFA98A;
}

/* Star Rating Input */
.star-rating-input {
  display: flex;
  gap: 6px;
  direction: rtl;
  justify-content: flex-end;
}

.star-rating-input input {
  display: none;
}

.star-rating-input label {
  font-size: 28px;
  color: #C8B8A4;
  cursor: pointer;
  transition: color .2s;
  margin-bottom: 0 !important;
}

.star-rating-input label:hover,
.star-rating-input label:hover~label,
.star-rating-input input:checked~label {
  color: #BFA98A;
}

.review-login-prompt {
  text-align: center;
  padding: 30px;
  color: #8A7B6C;
  font-size: 14px;
}

.review-login-prompt a {
  color: #3D2E1F;
  text-decoration: none;
  border-bottom: 1px solid #3D2E1F;
}

.review-success {
  background: rgba(74, 93, 35, .1);
  border: 1px solid rgba(74, 93, 35, .3);
  padding: 16px 24px;
  color: #4A5D23;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

/* ===== EMPTY STATE ===== */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #9B8B7A;
  font-size: 15px;
  letter-spacing: 1px;
}

/* ===== RESPONSIVE CART/CHECKOUT ===== */
@media (max-width: 900px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: relative;
    top: 0;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .confirm-actions {
    flex-direction: column;
  }

  .cart-section,
  .checkout-section {
    padding: 40px 20px;
  }
}

/* ===== COLLECTION SECTION ===== */
.collection-section {
  padding: 80px 60px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 50vh;
}

.collection-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-left {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 24px;
  border: 1px solid #C8B8A4;
  text-decoration: none;
  color: #6B5D50;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s;
}

.filter-btn:hover,
.filter-btn.active {
  background: #3D2E1F;
  color: #D4C0A8;
  border-color: #3D2E1F;
}

.sort-select {
  padding: 10px 15px;
  border: 1px solid #C8B8A4;
  background: transparent;
  font-family: 'Outfit';
  color: #3D2E1F;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  min-width: 200px;
}

/* ===== PRODUCTS GRID ===== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-card {
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(200, 185, 170, .25);
  padding: 35px 25px;
  transition: all .4s;
  position: relative;
  text-align: center;
}

.product-card:hover {
  background: rgba(255, 255, 255, .6);
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(61, 46, 31, .08);
}

.product-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 25px;
  text-decoration: none;
  position: relative;
}

.product-img-wrap img {
  max-height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform .5s;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}

/* Placeholder for missing images */
.product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

/* Badges */
.product-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #3D2E1F;
  color: #D4C0A8;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 12px;
}

.sale-badge {
  background: #A05252;
  color: #FFF;
  top: 25px;
}

/* Product Info */
.product-category {
  display: block;
  font-size: 10px;
  color: #9B8B7A;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-name a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #3D2E1F;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color .3s;
}

.product-name a:hover {
  color: #8A7B6C;
}

.product-price {
  margin: 16px 0;
  font-size: 15px;
  color: #6B5D50;
}

.old-price {
  text-decoration: line-through;
  color: #9B8B7A;
  margin-right: 12px;
  font-size: 13px;
}

/* Actions */
.product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.btn-primary-sm {
  background: linear-gradient(135deg, #e1a543 0%, #c89235 20%, #2c2118 70%, #1f1810 100%);
  color: #FFF;
  border: none;
  padding: 12px 20px;
  font-family: 'Outfit';
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(225, 165, 67, 0.2);
}

.btn-primary-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(61, 46, 31, .2);
}

.btn-detail {
  display: inline-block;
  font-size: 11px;
  color: #3D2E1F;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all .3s;
  padding: 10px 5px;
}

.btn-detail:hover {
  border-bottom-color: #3D2E1F;
}

.out-of-stock {
  color: #A05252;
  font-size: 12px;
  padding: 10px;
  letter-spacing: 1px;
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== PRODUCT DETAIL SECTION ===== */
.product-detail-section {
  padding: 100px 60px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 70vh;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Gallery */
.product-gallery {
  position: sticky;
  top: 100px;
}

.gallery-main {
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(200, 185, 170, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  margin-bottom: 20px;
  transition: all .4s;
}

.gallery-main img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.gallery-thumbs {
  display: flex;
  gap: 15px;
}

.gallery-thumb {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(200, 185, 170, .3);
  cursor: pointer;
  padding: 5px;
  transition: all .3s;
}

.gallery-thumb:hover {
  border-color: #3D2E1F;
}

/* Info */
.product-detail-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: #3D2E1F;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-detail-subtitle {
  font-size: 14px;
  color: #8A7B6C;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.stars-inline {
  color: #BFA98A;
  letter-spacing: 2px;
  font-size: 16px;
}

.rating-count {
  font-size: 12px;
  color: #9B8B7A;
}

.product-detail-price {
  font-size: 24px;
  color: #3D2E1F;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.product-detail-price .old-price {
  font-size: 18px;
  color: #9B8B7A;
  text-decoration: line-through;
}

/* Size Selector */
.size-selector {
  margin-bottom: 30px;
}

.size-label {
  display: block;
  font-size: 12px;
  color: #6B5D50;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.size-options {
  display: flex;
  gap: 12px;
}

.size-opt {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #C8B8A4;
  text-decoration: none;
  color: #3D2E1F;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all .3s;
  cursor: pointer;
}

.size-opt:hover {
  border-color: #3D2E1F;
}

.size-opt.selected {
  background: #3D2E1F;
  color: #D4C0A8;
  border-color: #3D2E1F;
}

/* Stock */
.stock-info {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 500;
}

.in-stock {
  color: #4A5D23;
}

/* Add to Cart */
.add-to-cart-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.qty-selector {
  display: flex;
  border: 1px solid #3D2E1F;
  height: 50px;
}

.qty-selector button {
  width: 40px;
  background: transparent;
  border: none;
  font-size: 18px;
  color: #3D2E1F;
  cursor: pointer;
  transition: background .3s;
}

.qty-selector button:hover {
  background: rgba(200, 185, 170, .2);
}

.qty-selector input {
  width: 50px;
  border: none;
  text-align: center;
  font-family: 'Outfit';
  font-size: 14px;
  background: transparent;
  color: #3D2E1F;
}

.qty-selector input:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
.qty-selector input::-webkit-outer-spin-button,
.qty-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
.qty-selector input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.btn-full-add {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Description & Features */
.product-desc {
  font-size: 14px;
  color: #6B5D50;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.product-features-list {
  border-top: 1px solid rgba(200, 185, 170, .3);
  padding-top: 30px;
}

.pf-item {
  font-size: 13px;
  color: #4A3F35;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
}

.pf-item span {
  color: #8A7B6C;
}

/* ===== PRODUCT DESCRIPTION FULLWIDTH ===== */
.product-desc-fullwidth {
  margin-top: 60px;
  padding: 60px 0;
  border-top: 1px solid rgba(200, 185, 170, .3);
}

.product-desc-inner {
  max-width: 900px;
  margin: 0 auto;
}

.product-desc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #3D2E1F;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.product-desc-content {
  font-size: 15px;
  color: #4A3F35;
  line-height: 1.9;
  letter-spacing: 0.3px;
}

.product-desc-content p {
  margin-bottom: 18px;
}

.product-desc-content h2,
.product-desc-content h3,
.product-desc-content h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #3D2E1F;
  margin: 30px 0 15px;
  font-weight: 400;
}

.product-desc-content h2 {
  font-size: 26px;
  letter-spacing: 2px;
}

.product-desc-content h3 {
  font-size: 22px;
  letter-spacing: 1px;
}

.product-desc-content h4 {
  font-size: 18px;
}

.product-desc-content ul,
.product-desc-content ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.product-desc-content li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.product-desc-content strong {
  color: #3D2E1F;
  font-weight: 600;
}

.product-desc-content em {
  font-style: italic;
  color: #6B5D50;
}

.product-desc-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border: 1px solid rgba(200, 185, 170, .25);
}

.product-desc-content blockquote {
  border-left: 3px solid #BFA98A;
  padding: 15px 25px;
  margin: 20px 0;
  background: rgba(255, 255, 255, .3);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: #6B5D50;
}

.product-desc-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.product-desc-content table th,
.product-desc-content table td {
  padding: 12px 16px;
  border: 1px solid rgba(200, 185, 170, .3);
  text-align: left;
  font-size: 14px;
}

.product-desc-content table th {
  background: rgba(200, 185, 170, .15);
  font-weight: 600;
  color: #3D2E1F;
}

/* Notification Popup */
.cart-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #3D2E1F;
  color: #D4C0A8;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(61, 46, 31, .3);
}

.cart-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-gallery {
    position: relative;
    top: 0;
  }

  .gallery-main {
    height: 400px;
  }
}