/* ============================
   SHOE RACK PAGE CSS
=============================== */

/* Fix body padding for fixed navbar */
body {
  margin: 0;
  padding: 0;
  padding-top: 120px;
  font-family: 'Montserrat', sans-serif;
  background: #000000; /* Black background */
  color: #b0b0b0; /* Grey text */
}

/* ===== SHOE SECTION ===== */
.shoe-section {
  padding: 40px 0 80px 0;
  background: #000000; /* Black background */
}

.shoe-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== SECTION TITLE ===== */
.section-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 0.5rem auto;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  width: 100%;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #b0b0b0; /* Grey */
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 400;
}

/* ===== PRODUCT ROW - IMAGE LEFT, TEXT RIGHT ===== */
.product-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
  background: transparent;
  border-radius: 0;
  padding: 30px 0;
  box-shadow: none;
  border: none;
}

.product-row.left-image {
  flex-direction: row;
}

.product-image-col {
  flex: 1;
  min-width: 0;
}

.product-text-col {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  display: block;
  border: 1px solid #333333;
}

.product-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FF681F; /* Orange */
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.3px;
}

.product-description {
  font-size: 0.95rem;
  color: #b0b0b0; /* Grey */
  line-height: 1.7;
  margin-bottom: 20px;
}

.key-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.key-highlights span {
  font-size: 0.9rem;
  color: #b0b0b0; /* Grey */
  display: flex;
  align-items: center;
  gap: 8px;
  background: #222222; /* Dark background */
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #333333;
}

.key-highlights i {
  color: #FF681F; /* Orange */
  font-size: 1rem;
}

/* ===== SIZES SECTION ===== */
.sizes-section {
  margin-bottom: 60px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
}

.section-subheading {
  font-size: 1.8rem;
  font-weight: 400;
  color: #FF681F; /* Orange */
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.section-description {
  font-size: 1rem;
  color: #b0b0b0; /* Grey */
  margin-bottom: 2rem;
}

/* ===== SIZE TABLE - PILL SHAPED ===== */
.size-table-container {
  margin: 25px 0;
  overflow-x: auto;
}

.size-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border-radius: 30px; /* Pill shape radius */
  overflow: hidden;
  border: 1px solid #333333;
}

.size-table thead {
  background: #FF681F; /* Orange */
  color: #000000; /* Black text */
}

.size-table thead tr:first-child th:first-child {
  border-top-left-radius: 30px;
}

.size-table thead tr:first-child th:last-child {
  border-top-right-radius: 30px;
}

.size-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

.size-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.size-table th {
  padding: 15px 12px;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: left;
  border: none;
}

.size-table td {
  padding: 12px;
  font-size: 0.9rem;
  color: #b0b0b0;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}

.size-table td:first-child {
  border-left: 1px solid #333333;
}

.size-table tbody tr:last-child td {
  border-bottom: 1px solid #333333;
}

.size-table tbody tr:hover {
  background: #111111;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.product-features span {
  font-size: 0.9rem;
  color: #b0b0b0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #222222;
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #333333;
}

.product-features i {
  color: #FF681F;
  font-size: 1rem;
}

/* ===== COLORS SECTION ===== */
.colors-section {
  margin-bottom: 60px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
}

/* ===== COLOR GRID ===== */
.color-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}

.color-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #1a1a1a;
  border-radius: 40px;
  font-size: 0.9rem;
  color: #b0b0b0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333;
}

.color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #444444;
}

.color-swatch.brown {
  background: #8B4513;
}
.color-swatch.ivory {
  background: #FFFFF0;
}
.color-swatch.grey-white {
  background: #F5F5F5;
}
.color-swatch.grey {
  background: #808080;
}
.color-swatch.brown-white {
  background: linear-gradient(45deg, #8B4513 50%, #F5F5F5 50%);
}

/* ===== KEY SPECS ===== */
.key-specs {
  margin-top: 30px;
}

.key-specs h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #FF681F;
}

.key-specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.key-specs li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-size: 0.95rem;
  color: #b0b0b0;
  border-bottom: 1px dashed #333333;
}

.key-specs li:last-child {
  border-bottom: none;
}

.key-specs i {
  color: #FF681F;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== FEATURES GRID SECTION ===== */
.features-grid-section {
  margin: 60px 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
}

.features-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  color: #FF681F;
  font-family: "Montserrat Underline", serif;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.feature-card {
  text-align: center;
  padding: 30px 20px;
  background: #1a1a1a;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333;
}

.feature-icon {
  font-size: 2.5rem;
  color: #FF681F;
  margin-bottom: 15px;
  display: inline-block;
}

.feature-card h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #FF681F;
}

.feature-card p {
  font-size: 0.9rem;
  color: #b0b0b0;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ===== BULK ORDER CTA ===== */
.bulk-order {
  margin: 60px 0 20px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  border: none;
  box-shadow: none;
}

.bulk-order h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #FF681F;
  margin-bottom: 15px;
  font-family: "Montserrat Underline", serif;
}

.bulk-order p {
  font-size: 1.1rem;
  color: #b0b0b0;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bulk-order-btn {
  display: inline-block;
  background: #FF681F;
  color: #000000;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.bulk-order-btn:hover {
  background: #ff853f;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 104, 31, 0.3);
}

.bulk-order-btn i {
  margin-left: 8px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */

/* Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 2.8rem;
  }
  
  .product-row {
    gap: 30px;
  }
  
  .product-title {
    font-size: 1.6rem;
  }
}

/* Tablet Landscape (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 2.4rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .product-row {
    flex-direction: column !important;
    gap: 30px;
    padding: 20px 0;
  }
  
  .product-image-col,
  .product-text-col {
    width: 100%;
  }
  
  .product-image {
    max-height: 400px;
    object-fit: cover;
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .color-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .section-subheading {
    text-align: center;
  }
  
  .section-description {
    text-align: center;
  }
}

/* Mobile Landscape (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
  }
  
  .product-row {
    flex-direction: column !important;
    gap: 25px;
    padding: 15px 0;
  }
  
  .product-title {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .product-description {
    font-size: 0.9rem;
    text-align: center;
  }
  
  .key-highlights {
    justify-content: center;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 450px;
  }
  
  .color-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .features-heading {
    font-size: 1.6rem;
  }
  
  .bulk-order {
    padding: 0;
  }
  
  .bulk-order h3 {
    font-size: 1.6rem;
  }
  
  .section-subheading {
    text-align: center;
    font-size: 1.5rem;
  }
  
  .section-description {
    text-align: center;
  }
  
  .sizes-section,
  .colors-section {
    padding: 0;
  }
  
  .product-features {
    justify-content: center;
  }
}

/* Mobile Portrait (up to 575px) */
@media (max-width: 575px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .product-row {
    flex-direction: column !important;
    gap: 20px;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  
  .product-title {
    font-size: 1.4rem;
    text-align: center;
  }
  
  .product-description {
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: center;
  }
  
  .key-highlights {
    flex-direction: column;
    gap: 8px;
  }
  
  .key-highlights span {
    width: 100%;
    font-size: 0.8rem;
    justify-content: center;
  }
  
  .sizes-section,
  .colors-section {
    padding: 0;
  }
  
  .section-subheading {
    font-size: 1.4rem;
    text-align: center;
  }
  
  .section-description {
    font-size: 0.9rem;
    text-align: center;
  }
  
  .size-table th,
  .size-table td {
    padding: 10px 8px;
    font-size: 0.8rem;
  }
  
  .product-features {
    flex-direction: column;
    gap: 8px;
  }
  
  .product-features span {
    width: 100%;
    font-size: 0.8rem;
    justify-content: center;
  }
  
  .color-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .color-item {
    width: 100%;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 300px;
  }
  
  .features-heading {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  
  .key-specs li {
    font-size: 0.85rem;
  }
  
  .bulk-order {
    padding: 0;
  }
  
  .bulk-order h3 {
    font-size: 1.4rem;
  }
  
  .bulk-order p {
    font-size: 0.9rem;
  }
  
  .bulk-order-btn {
    padding: 12px 30px;
    font-size: 0.95rem;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .bulk-order-btn:hover {
    transform: none !important;
  }
}
/* ===== HEADING WITH LOGO ON RIGHT - NO OUTLINE ===== */
.heading-with-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}

.heading-center {
  flex: 1;
  text-align: center;
}

.heading-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* INCREASED SIZE & NO OUTLINE */
.brand-logo-img {
  max-width: 200px; /* Increased from 150px */
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  /* Removed all outline/border/background/shadow */
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  transition: transform 0.3s ease;
}

/* Simple hover effect - optional */
.brand-logo-img:hover {
  transform: scale(1.05);
}

/* Section title adjustments */
.section-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 0.5rem auto;
  color: #FF681F;
  font-family: "Montserrat Underline", serif;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  width: 100%;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #b0b0b0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .heading-with-logo {
    flex-direction: column;
    gap: 20px;
  }
  
  .heading-logo {
    justify-content: center;
    width: 100%;
  }
  
  .brand-logo-img {
    max-width: 180px; /* Slightly smaller on tablet */
  }
}

/* Mobile Landscape */
@media (max-width: 768px) {
  .brand-logo-img {
    max-width: 160px;
  }
}

/* Mobile Portrait */
@media (max-width: 576px) {
  .heading-with-logo {
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .brand-logo-img {
    max-width: 140px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .brand-logo-img {
    max-width: 120px;
  }
}
/* ===== HEADING WITH LOGO ON RIGHT - TITLE LEFT ALIGNED ===== */
.heading-with-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}

.heading-center {
  flex: 1;
  text-align: left; /* Changed from center to left */
}

.heading-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Section title - left aligned */
.section-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0.5rem 0; /* Changed from auto to 0 */
  color: #FF681F;
  font-family: "Montserrat Underline", serif;
  text-align: left; /* Changed from center to left */
  letter-spacing: -0.5px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  width: 100%;
}

/* Section subtitle - left aligned */
.section-subtitle {
  font-size: 1.1rem;
  color: #b0b0b0;
  text-align: left; /* Changed from center to left */
  margin-bottom: 0;
  font-weight: 400;
}

/* INCREASED SIZE & NO OUTLINE */
.brand-logo-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  transition: transform 0.3s ease;
}

/* Simple hover effect */
.brand-logo-img:hover {
  transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .heading-with-logo {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; /* Align items to left on mobile */
  }
  
  .heading-center {
    width: 100%;
  }
  
  .section-title,
  .section-subtitle {
    text-align: left; /* Keep left aligned on mobile */
  }
  
  .heading-logo {
    justify-content: flex-start; /* Align logo to left on mobile */
    width: 100%;
  }
  
  .brand-logo-img {
    max-width: 180px;
  }
}

/* Mobile Landscape */
@media (max-width: 768px) {
  .brand-logo-img {
    max-width: 160px;
  }
}

/* Mobile Portrait */
@media (max-width: 576px) {
  .heading-with-logo {
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .section-title {
    font-size: 2.2rem; /* Slightly smaller on mobile */
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .brand-logo-img {
    max-width: 140px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
  }
  
  .brand-logo-img {
    max-width: 120px;
  }
}
