/** Shopify CDN: Minification failed

Line 5410:13 Expected identifier but found whitespace
Line 5410:15 Unexpected "{"
Line 5410:24 Expected ":"
Line 5511:13 Expected identifier but found whitespace
Line 5511:15 Unexpected "{"
Line 5511:24 Expected ":"

**/


/* CSS from section stylesheet tags */
.page-content {
    padding: 2rem 0;
    color: #8B4513;
    font-family: inherit;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .page-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8B4513;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .page-body {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    color: #8B4513;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
  }
  
  .content-section h3 {
    font-size: 1.25rem;
    color: #8B4513;
    margin: 1.5rem 0 0.75rem 0;
    font-weight: 600;
  }
  
  .content-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  
  .content-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
  }
  
  .content-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .content-section a {
    color: #8B4513;
    text-decoration: underline;
  }
  
  .content-section a:hover {
    color: #A0522D;
  }
  
  address {
    font-style: normal;
    line-height: 1.6;
    margin: 1rem 0;
  }
  
  @media (max-width: 768px) {
    .page-title {
      font-size: 2rem;
    }
    
    .content-section h2 {
      font-size: 1.25rem;
    }
    
    .content-section h3 {
      font-size: 1.125rem;
    }
  }
.about-us {
  padding: 4rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f8f8f8;
}

.about-us__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.about-us__image {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1;
  margin: 0 auto 3rem auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.about-us__image:hover {
  transform: scale(1.02);
}

.about-us__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us__content {
  padding: 2rem 0;
}

.about-us__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.about-us__subtitle {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.about-us__description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.about-us__buttons {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.about-us__button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #8B4513;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: 2px solid #8B4513;
}

.about-us__button:hover {
  background-color: #A0522D;
  border-color: #A0522D;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139,69,19,0.3);
}

/* Image placeholders for when no images are uploaded */
.about-us__image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .about-us {
    padding: 3rem 0;
  }
  
  .about-us__container {
    padding: 0 1rem;
  }
  
  .about-us__image {
    max-width: 400px;
    margin-bottom: 2rem;
  }
  
  .about-us__title {
    font-size: 2rem;
  }
  
  .about-us__subtitle {
    font-size: 1.1rem;
  }
  
  .about-us__button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .about-us__image {
    max-width: 300px;
  }
  
  .about-us__title {
    font-size: 1.75rem;
  }
  
  .about-us__button {
    width: 200px;
    text-align: center;
  }
}
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: flex-start;
  overflow: hidden;
}


.category-display__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }
  
  .category-display__title {
    font-size: 2rem;
  }
  
  .category-display__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .category-display__card {
    padding: 1rem;
    min-height: 320px;
  }
  
  .category-display__card-image {
    height: 180px;
  }
  
  .category-display__card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.announcement-bar {
  background: linear-gradient(135deg, #A0522D 0%, #8B4513 100%);
  color: #FFFFFF;
  height: 45px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.announcement-bar__container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.announcement-swiper {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
}

.announcement-swiper .swiper-wrapper {
  align-items: center;
}

.announcement-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  text-align: center;
}

.announcement-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}

.announcement-subtext {
  font-size: 0.65rem;
  opacity: 0.9;
  font-weight: 400;
  line-height: 1;
}

.announcement-icon {
  font-size: 0.8rem;
  margin-right: 0.3rem;
}

/* Payment Methods */
.payment-methods {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap !important;
  vertical-align: middle;
}

.payment-method {
  background: rgba(255,255,255,0.15);
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.payment-method:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

.payment-method.upi {
  color: #00C851;
  background: rgba(0,200,81,0.15);
  border-color: rgba(0,200,81,0.3);
}

.payment-method.cod {
  color: #FFD700;
  background: rgba(255,215,0,0.15);
  border-color: rgba(255,215,0,0.3);
}

/* Rating Stars */
.rating-stars {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-right: 0.3rem;
}

.star {
  font-size: 0.8rem;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

/* Navigation Arrows */
.announcement-nav {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.announcement-nav:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-50%) scale(1.1);
}

.announcement-nav--prev {
  left: 0.5rem;
}

.announcement-nav--next {
  right: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .announcement-bar {
    height: 40px;
  }

  .announcement-bar__container {
    padding: 0 2.5rem;
  }

  .announcement-text {
    font-size: 0.7rem;
  }

  .announcement-subtext {
    font-size: 0.6rem;
  }

  .payment-method {
    padding: 0.15rem 0.3rem;
    font-size: 0.65rem;
  }

  .announcement-nav {
    width: 24px;
    height: 24px;
  }

  .announcement-nav svg {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 480px) {
  .announcement-bar__container {
    padding: 0 2rem;
  }

  .announcement-content {
    gap: 0.3rem;
  }

  .announcement-subtext {
    display: none;
  }

  .payment-methods {
    gap: 0.3rem;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .payment-method {
    padding: 0.1rem 0.25rem;
    font-size: 0.6rem;
  }
}
/* Banner Carousel Container */
.banner-carousel {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  padding: 0;
}

/* Swiper Container - 4:5 aspect ratio maintained */
.banner-swiper {
  width: 100vw;
  position: relative;
  aspect-ratio: 4/5;
  height: auto;
}

/* Override for very small screens */
@media (max-width: 480px) {
  .banner-swiper {
    aspect-ratio: 4/5;
    min-height: 300px;
  }
}

/* Ensure proper height for larger screens */
@media (min-width: 1200px) {
  .banner-swiper {
    aspect-ratio: 4/5;
    max-height: 600px;
  }
}

/* Swiper Slides */
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

/* Banner Media */
.banner-media {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-image {
  width: 100%;
  height: 100%;
}

.banner-image picture {
  width: 100%;
  height: 100%;
  display: block;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.banner-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

/* Placeholder Banner */
.banner-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 2rem;
}

.placeholder-content {
  max-width: 500px;
}

.placeholder-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.placeholder-subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 1rem;
  font-weight: 500;
}

.placeholder-text {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.4;
}

/* Navigation Arrows */
.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  color: #A0522D;
}

.banner-nav:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.banner-nav svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.banner-nav:hover svg {
  transform: scale(1.1);
}

.banner-nav--prev {
  left: 20px;
}

.banner-nav--next {
  right: 20px;
}

/* Hide navigation on very small screens */
@media (max-width: 480px) {
  .banner-nav {
    width: 40px;
    height: 40px;
  }

  .banner-nav svg {
    width: 14px;
    height: 14px;
  }

  .banner-nav--prev {
    left: 10px;
  }

  .banner-nav--next {
    right: 10px;
  }

  .placeholder-title {
    font-size: 2rem;
  }

  .placeholder-subtitle {
    font-size: 1.2rem;
  }

  .placeholder-text {
    font-size: 0.9rem;
  }
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  width: auto !important;
  text-align: right;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 4px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
  transition: width 0.3s ease, background-color 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  width: 24px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 768px) {
  .swiper-pagination {
    bottom: 15px !important;
    right: 15px !important;
  }

  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }

  .swiper-pagination-bullet-active {
    width: 18px !important;
  }
}

/* Loading and Animation States */
.banner-img {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.swiper-slide-active .banner-img {
  opacity: 1;
  transform: scale(1);
}

.banner-placeholder {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.swiper-slide-active .banner-placeholder {
  opacity: 1;
  transform: translateY(0);
}
.cart-page {
  padding: 1rem 0;
  min-height: 60vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.cart-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .cart-container {
    padding: 0 2rem;
  }
}

.cart-header {
  text-align: center;
  margin-bottom: 2rem;
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.cart-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cart-subtitle {
  color: #666;
  font-size: 1rem;
  font-weight: 500;
}

/* Cart Content Layout */
.cart-content {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem;
  align-items: start;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 968px) {
  .cart-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Cart Items */
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.cart-items-header {
  display: none;
}

.cart-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 12px rgba(139, 69, 19, 0.08);
  border: 2px solid transparent;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.cart-item:hover {
  box-shadow: 0 8px 24px rgba(139, 69, 19, 0.15);
  border-color: rgba(139, 69, 19, 0.1);
  transform: translateY(-2px);
}

/* Product Info */
.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.cart-item-image {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
  transition: transform 0.3s ease;
}

.cart-item:hover .cart-item-image {
  transform: scale(1.02);
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.cart-item-details h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2C2C2C;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-item-details h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cart-item-details h3 a:hover {
  color: #8B4513;
}

.cart-item-variants {
  color: #777;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-item-sku {
  display: none;
}

/* Unit Price */
.cart-item-unit-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8B4513;
}

.cart-item-compare-price {
  color: #999;
  font-size: 1rem;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

/* Quantity Section */
.cart-item-quantity-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
  border-top: 2px solid #f0f0f0;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.quantity-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 80px;
}

.cart-quantity {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.cart-quantity:hover {
  border-color: #8B4513;
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.15);
}

.quantity-btn {
  background: transparent;
  border: none;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  color: #8B4513;
  transition: all 0.2s ease;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: #8B4513;
  color: white;
}

.quantity-btn:active {
  transform: scale(0.9);
}

.quantity-input {
  border: none;
  background: transparent;
  padding: 0.8rem 0.5rem;
  width: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  outline: none;
}

/* Item Total */
.cart-item-total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 10px;
  border: 2px solid rgba(139, 69, 19, 0.1);
}

.cart-item-total-label {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cart-item-total-amount {
  font-size: 1.8rem;
  font-weight: 800;
  color: #8B4513;
}

/* Remove Button */
.cart-item-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: white;
  border: 2px solid #e9ecef;
  color: #dc3545;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.4rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.cart-item-remove:hover {
  background: #dc3545;
  border-color: #dc3545;
  color: white;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Cart Summary */
.cart-summary {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(139, 69, 19, 0.08);
  border: 2px solid transparent;
  height: fit-content;
  position: sticky;
  top: 2rem;
  transition: all 0.3s ease;
}

.cart-summary:hover {
  box-shadow: 0 8px 24px rgba(139, 69, 19, 0.15);
  border-color: rgba(139, 69, 19, 0.1);
  transform: translateY(-2px);
}

.cart-summary h3 {
  display: none;
}

.cart-summary-row {
  display: none;
}

.cart-summary-row.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border: 2px solid rgba(139, 69, 19, 0.1);
}

.cart-summary-row.total span:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cart-summary-row.total span:last-child {
  font-size: 2rem;
  font-weight: 800;
  color: #8B4513;
}

/* Shipping Calculator */
.shipping-calculator {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 15px;
  margin: 1.5rem 0;
}

.shipping-calculator h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.shipping-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.shipping-input {
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.9rem;
}

.shipping-btn {
  background: #8B4513;
  color: white;
  border: none;
  padding: 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.shipping-btn:hover {
  background: #A0522D;
  transform: translateY(-1px);
}

/* Checkout Button */
.checkout-btn {
  width: 100%;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: white;
  border: none;
  padding: 1.5rem;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}

.checkout-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(139, 69, 19, 0.3);
}

.checkout-btn:hover::before {
  left: 100%;
}

.checkout-btn:active {
  transform: translateY(-1px);
}

/* Empty Cart */
.empty-cart {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border: 1px solid rgba(139, 69, 19, 0.08);
  margin: 2rem 0;
}

.empty-cart-icon {
  font-size: 5rem;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.empty-cart h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.empty-cart p {
  color: #666;
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.continue-shopping-btn {
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: white;
  text-decoration: none;
  padding: 1.2rem 2.5rem;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}

.continue-shopping-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.continue-shopping-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(139, 69, 19, 0.3);
  color: white;
  text-decoration: none;
}

.continue-shopping-btn:hover::before {
  left: 100%;
}

/* Recommended Products */
.cart-recommendations {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 2px solid #f0f0f0;
}

.recommendations-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
}

.recommendations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.recommendation-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.recommendation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.recommendation-image {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommendation-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.recommendation-card:hover .recommendation-image img {
  transform: scale(1.05);
}

.recommendation-info {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-grow: 1;
}

.recommendation-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
}

.recommendation-title:hover {
  color: #8B4513;
}

.recommendation-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #8B4513;
}

.recommendation-add-to-cart {
  background: linear-gradient(135deg, #8B4513, #A0522D) !important;
  color: white;
  border: none;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
  margin-top: auto;
}

.recommendation-add-to-cart::before {
  content: "🛒";
  font-size: 0.85rem;
}

.recommendation-add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
  background: linear-gradient(135deg, #A0522D, #8B4513) !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cart-page {
    padding: 0.5rem 0;
  }

  .cart-header {
    margin-bottom: 1rem;
    padding: 1.5rem;
  }

  .cart-title {
    font-size: 1.5rem;
  }

  .cart-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cart-item {
    padding: 1.5rem;
  }

  .cart-item-image {
    height: 280px;
  }

  .cart-item-details h3 {
    font-size: 1.15rem;
  }

  .cart-item-unit-price {
    font-size: 1.2rem;
  }

  .quantity-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .quantity-label {
    min-width: auto;
  }

  .cart-quantity {
    width: 100%;
  }

  .cart-item-total-amount {
    font-size: 1.6rem;
  }

  .cart-summary {
    position: static;
    margin-top: 1rem;
  }

  .recommendations-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }

  .recommendation-image {
    height: 150px;
  }

  .cart-recommendations {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.category-image-grid {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #FFFFFF;
}

.category-image-grid__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.category-image-grid__header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.category-image-grid__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-image-grid__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-image-grid__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.category-image-grid__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 3/4;
}

.category-image-grid__item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.2);
  z-index: 2;
}

.category-image-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.category-image-grid__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-image-grid__back {
  text-align: center;
  margin-top: 2rem;
  padding: 0 1rem;
}

.category-image-grid__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-image-grid__back-btn:hover {
  background: #A0522D;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .category-image-grid {
    padding: 1.5rem 0;
  }

  .category-image-grid__title {
    font-size: 1.8rem;
  }

  .category-image-grid__subtitle {
    font-size: 1rem;
  }

  .category-image-grid__grid {
    gap: 0.4rem;
  }

  .category-image-grid__item {
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .category-image-grid__container {
    padding: 0 0.3rem;
  }

  .category-image-grid__grid {
    gap: 0.3rem;
  }

  .category-image-grid__title {
    font-size: 1.5rem;
  }

  .category-image-grid__placeholder {
    font-size: 2rem;
  }
}
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem;
  margin-bottom: 3rem;
  width: 100%;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 480px;
  justify-content: flex-start;
  overflow: hidden;
}

.category-display__card:hover {
  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.15);
}


.category-display__card-image {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 0.8rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

.category-display__card-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #A0522D, #8B4513);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.category-display__card-button:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.category-display__card-button svg {
  transition: transform 0.3s ease;
}

.category-display__card-button:hover svg {
  transform: translateX(3px);
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }

  .category-display__title {
    font-size: 1.8rem;
  }

  .category-display__subtitle {
    font-size: 1rem;
  }

  .category-display__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }

  .category-display__card {
    padding: 0.7rem;
    min-height: 360px;
  }

  .category-display__card-image {
    height: 240px;
  }

  .category-display__card-title {
    font-size: 1rem;
  }

  .category-display__card-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .category-display__card {
    padding: 0.5rem;
    min-height: 320px;
  }

  .category-display__card-image {
    height: 200px;
  }

  .category-display__card-title {
    font-size: 0.9rem;
  }

  .category-display__card-button {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}
.category-badges {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding: 2rem 0;
  background: #FFFFFF;
  position: relative;
}

.category-badges__container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.category-badges__grid {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.5rem 0;
}

.category-badges__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 120px;
}

.category-badges__grid .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-badges__item:hover {
  transform: translateY(-5px);
}

.category-badges__image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #A0522D;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(160, 82, 45, 0.2);
}

.category-badges__item:hover .category-badges__image-wrapper {
  border-color: #8B4513;
  box-shadow: 0 6px 15px rgba(160, 82, 45, 0.3);
  transform: scale(1.05);
}

.category-badges__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-badges__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  max-width: 120px;
  line-height: 1.2;
}

.category-badges__item:hover .category-badges__label {
  color: #A0522D;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .category-badges {
    padding: 1.5rem 0;
  }

  .category-badges__container {
    padding: 0;
  }

  .category-badges__grid {
    padding: 0.5rem 0;
  }

  .category-badges__item {
    width: 100px;
  }

  .category-badges__image-wrapper {
    width: 80px;
    height: 80px;
  }

  .category-badges__label {
    font-size: 0.8rem;
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .category-badges__item {
    width: 90px;
  }

  .category-badges__image-wrapper {
    width: 70px;
    height: 70px;
    border-width: 2px;
  }

  .category-badges__label {
    font-size: 0.75rem;
    max-width: 80px;
  }
}
.collection-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 1rem;
}

.collection-title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-description {
  color: #A0522D;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.subcategories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.subcategory-card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.subcategory-card:hover {
  transform: translateY(-2px);
  border-color: #A0522D;
}

.subcategory-card__title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.subcategory-card__description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.product-item {
  display: flex;
  gap: 1.5rem;
  background: white;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}

.product-item__image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  height: 280px;
  background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
  border-radius: 8px;
  overflow: hidden;
}

.product-item__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-item__image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item:hover .product-item__image-link img {
  transform: scale(1.05);
}

.product-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 0;
}

.product-item__title-link {
  text-decoration: none;
  color: inherit;
}

.product-item__title {
  font-size: 1rem;
  font-weight: 600;
  color: #2C2C2C;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.product-item__title:hover {
  color: #8B4513;
}

.product-item__price {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.current-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #8B4513;
}

.compare-price {
  font-size: 0.85rem;
  color: #AAA;
  text-decoration: line-through;
}

.discount-badge {
  background: linear-gradient(135deg, #28a745, #20873a);
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.add-to-cart-btn {
  background: linear-gradient(135deg, #8B4513, #A0522D) !important;
  color: white;
  border: none;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
}

.add-to-cart-btn::before {
  content: "🛒";
  font-size: 0.85rem;
}

.add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
  background: linear-gradient(135deg, #A0522D, #8B4513) !important;
}

.add-to-cart-btn:active {
  transform: translateY(0);
}

.empty-collection {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 500px;
  margin: 0 auto;
}

.empty-collection h2 {
  color: #8B4513;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.empty-collection p {
  color: #666;
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.btn--primary {
  background: #8B4513;
  color: white;
}

.btn--primary:hover {
  background: #A0522D;
  color: white;
}

.wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, background-color 0.2s ease;
  z-index: 10;
}

.wishlist-btn:hover {
  transform: scale(1.1);
  background: #fff5f5;
}

.wishlist-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #e74c3c;
  stroke-width: 2;
  transition: fill 0.2s ease;
}

.wishlist-btn.is-active svg {
  fill: #e74c3c;
}

.wishlist-btn .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

@media (max-width: 768px) {
  .collection-title {
    font-size: 2rem;
  }

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

  .subcategory-card {
    padding: 1.5rem;
  }

  .products-list {
    padding: 0 0.75rem;
  }

  .product-item {
    flex-direction: column;
    gap: 1rem;
    padding: 0.75rem;
  }

  .product-item__image-wrapper {
    width: 100%;
    height: 320px;
  }

  .product-item__title {
    font-size: 0.95rem;
  }

  .current-price {
    font-size: 1.1rem;
  }

  .add-to-cart-btn {
    padding: 0.6rem 0.8rem;
  }
}
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: flex-start;
  overflow: hidden;
}


.category-display__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }
  
  .category-display__title {
    font-size: 2rem;
  }
  
  .category-display__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .category-display__card {
    padding: 1rem;
    min-height: 320px;
  }
  
  .category-display__card-image {
    height: 180px;
  }
  
  .category-display__card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.compact-footer {
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-top: 3px solid #8B4513;
  margin-top: 2rem;
  font-family: inherit;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* Quick Contact Bar */
.footer-quick-contact {
  background: #8B4513;
  color: white;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

.quick-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-label {
  font-size: 1rem;
}

.contact-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.contact-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Expandable Sections */
.footer-expandables {
  padding: 1rem;
}

.footer-expandable {
  border-bottom: 1px solid rgba(139, 69, 19, 0.1);
  margin-bottom: 0.5rem;
}

.expandable-header {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #8B4513;
  cursor: pointer;
  text-align: left;
  transition: color 0.3s ease;
}

.expandable-header:hover {
  color: #A0522D;
}

.expand-icon {
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #D2691E;
}

.footer-expandable.expanded .expand-icon {
  transform: rotate(45deg);
}

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
}

.footer-expandable.expanded .expandable-content {
  padding-bottom: 1rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.footer-links li a {
  color: #8B4513;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.3s ease;
}

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

/* Social Links */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #8B4513;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.25rem 0;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #D2691E;
}

.social-icon {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

/* Contact Details */
.contact-details {
  font-size: 0.8rem;
  color: #8B4513;
  line-height: 1.4;
}

.contact-details p {
  margin: 0.5rem 0;
}

.contact-details strong {
  color: #A0522D;
}

/* Bottom Bar */
.footer-bottom {
  background: rgba(139, 69, 19, 0.05);
  padding: 1rem;
  border-top: 1px solid rgba(139, 69, 19, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}

.brand-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #8B4513;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.copyright {
  font-size: 0.8rem;
  color: #8B4513;
  opacity: 0.8;
}

/* Payment Methods */
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.payment-label {
  font-size: 0.8rem;
  color: #8B4513;
  font-weight: 500;
}

.payment-icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.payment-icons svg {
  height: 24px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.payment-icons svg:hover {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 480px) {
  .footer-quick-contact {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .quick-contact-item {
    justify-content: center;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .footer-expandables {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem;
  }

  .footer-expandable {
    border-bottom: none;
  }

  .expandable-header {
    pointer-events: none;
  }

  .expandable-content {
    max-height: none !important;
    padding: 1rem 0 0 0 !important;
  }

  .expand-icon {
    display: none;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-brand {
    flex-direction: row;
    gap: 1rem;
  }

  .payment-methods {
    flex-direction: row;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .footer-quick-contact {
    gap: 3rem;
  }
}
.header {
    height: 4rem;
    background-color: #FAF0E6;
    position: relative;
    z-index: 50;
    width: 100%;
    transition: transform 0.3s ease-in-out;
  }
  
  .header__container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 var(--page-margin);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  
  .header__left-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .header__hamburger {
    display: flex;
    align-items: center;
    color: #A0522D;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.2s ease;
  }
  
  .header__hamburger:hover {
    background-color: rgba(160, 82, 45, 0.1);
  }
  
  .header__hamburger svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .header__search {
    display: flex;
    align-items: center;
    color: #A0522D;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    margin-left: 0.5rem;
  }
  
  .header__search:hover {
    background-color: rgba(160, 82, 45, 0.1);
  }
  
  .header__search svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .header__title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0;
    flex: 1;
    text-align: center;
  }
  
  .header__title a {
    color: #A0522D;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .header__logo {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
  }

  .header__logo--short {
    display: none;
  }
  
  .header__menu {
    display: none;
  }
  
  .header__icons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  
  .header__icons a {
    position: relative;
    text-decoration: none;
    color: #A0522D;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.2s ease;
  }
  
  .header__icons a:hover {
    background-color: rgba(160, 82, 45, 0.1);
  }
  
  .header__icons svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .header__cart sup {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #A0522D;
    color: #FFFFFF;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
  }
  
  /* Sticky Header */
  .header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    background-color: #FAF0E6;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .header-sticky.show {
    transform: translateY(0);
  }
  
  .header-sticky .header__container {
    height: 100%;
  }
  
  .header-sticky .header__title {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-sticky .header__logo--sticky {
    height: 2rem;
  }
  
  /* Hide main header when scrolling */
  .header.hide {
    transform: translateY(-100%);
  }

  /* Permanent Search Bar Styles */
  .permanent-search-bar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    padding: 0;
    background: linear-gradient(135deg, #FAF0E6 0%, #F5E6D3 100%);
    border-bottom: 1px solid rgba(160, 82, 45, 0.15);
    box-shadow: 0 2px 8px rgba(160, 82, 45, 0.08);
    position: relative;
    z-index: 40;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(0);
    max-height: 120px;
    overflow: hidden;
  }

  .permanent-search-bar.hidden {
    opacity: 0;
    transform: translateY(-100%);
    max-height: 0;
    padding: 0;
    border: none;
  }

  .permanent-search-bar--sticky {
    position: fixed;
    top: 3.5rem;
    left: 0;
    right: 0;
    z-index: 90;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .permanent-search-bar--sticky.show {
    transform: translateY(0);
    opacity: 1;
  }

  .permanent-search-bar--sticky.show.hidden {
    transform: translateY(-100%);
    opacity: 0;
  }

  .permanent-search-bar__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem 2rem;
    position: relative;
    box-sizing: border-box;
  }

  .permanent-search-bar__wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #FFFFFF;
    border: 2px solid #A0522D;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 12px rgba(160, 82, 45, 0.12);
    transition: all 0.2s ease;
    position: relative;
  }

  .permanent-search-bar__wrapper:hover {
    box-shadow: 0 6px 16px rgba(160, 82, 45, 0.18);
    border-color: #8B4513;
  }

  .permanent-search-bar__wrapper:focus-within {
    box-shadow: 0 6px 20px rgba(160, 82, 45, 0.25);
    border-color: #8B4513;
  }

  .permanent-search-bar__icon {
    color: #A0522D;
    flex-shrink: 0;
    stroke: currentColor;
  }

  .permanent-search-bar__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.95rem;
    padding: 0.5rem;
    background: transparent;
    color: #333333;
    min-width: 0;
  }

  .permanent-search-bar__input::placeholder {
    color: #999999;
    font-style: italic;
  }

  .permanent-search-bar__button {
    background: linear-gradient(135deg, #A0522D 0%, #8B4513 100%);
    color: #FFFFFF;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(160, 82, 45, 0.3);
  }

  .permanent-search-bar__button:hover {
    background: linear-gradient(135deg, #8B4513 0%, #6B3410 100%);
    box-shadow: 0 4px 12px rgba(160, 82, 45, 0.4);
    transform: translateY(-1px);
  }

  .permanent-search-bar__button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(160, 82, 45, 0.3);
  }

  .permanent-search-bar__suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 2px solid #A0522D;
    border-top: none;
    border-radius: 0 0 20px 20px;
    margin-top: -8px;
    padding-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(160, 82, 45, 0.15);
    display: none;
    z-index: 100;
  }

  .permanent-search-bar__suggestions.active {
    display: block;
  }

  .permanent-search-bar__suggestion-item {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid rgba(160, 82, 45, 0.1);
  }

  .permanent-search-bar__suggestion-item:last-child {
    border-bottom: none;
  }

  .permanent-search-bar__suggestion-item:hover {
    background-color: rgba(160, 82, 45, 0.05);
  }

  /* Search Expansion Styles */
  .header__search-expansion {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FAF0E6;
    border-top: 1px solid rgba(160, 82, 45, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    z-index: 200;
  }

  .header__search-expansion.active {
    max-height: 75vh;
  }
  
  .search-expansion__content {
    padding: 1.5rem 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  
  .search-expansion__input-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .search-expansion__input {
    width: 100%;
    padding: 0.8rem 1.2rem;
    border: 2px solid #A0522D;
    border-radius: 50px;
    font-size: 0.9rem;
    background-color: transparent;
    color: #A0522D;
    outline: none;
    transition: border-color 0.2s ease;
  }
  
  .search-expansion__input::placeholder {
    color: #A0522D;
    opacity: 0.7;
  }
  
  .search-expansion__input:focus {
    border-color: #8B4513;
  }
  
  .search-expansion__close {
    position: absolute;
    right: 0.8rem;
    background: none;
    border: none;
    color: #A0522D;
    cursor: pointer;
    padding: 0.3rem;
    border-radius: 50%;
    transition: background-color 0.2s ease;
  }
  
  .search-expansion__close svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .search-expansion__close:hover {
    background-color: rgba(160, 82, 45, 0.1);
  }
  
  .search-expansion__suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #333;
    border-radius: 12px;
    margin-top: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
    z-index: 300;
    display: none;
  }
  
  .search-expansion__suggestions.active {
    display: block;
  }
  
  .search-expansion__suggestion {
    padding: 0.75rem 1rem;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  
  .search-expansion__suggestion:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .search-expansion__suggestion:first-child {
    border-radius: 12px 12px 0 0;
  }
  
  .search-expansion__suggestion:last-child {
    border-radius: 0 0 12px 12px;
  }
  
  .search-expansion__featured {
    text-align: left;
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 8px;
  }
  
  .search-expansion__featured::-webkit-scrollbar {
    width: 6px;
  }
  
  .search-expansion__featured::-webkit-scrollbar-track {
    background: rgba(160, 82, 45, 0.1);
    border-radius: 3px;
  }
  
  .search-expansion__featured::-webkit-scrollbar-thumb {
    background: rgba(160, 82, 45, 0.3);
    border-radius: 3px;
  }
  
  .search-expansion__featured::-webkit-scrollbar-thumb:hover {
    background: rgba(160, 82, 45, 0.5);
  }
  
  .search-expansion__products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 0;
    width: 100%;
  }
  
  .search-expansion__product-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 0.8rem;
    border: 1px solid rgba(160, 82, 45, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
  }
  
  .search-expansion__product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .search-expansion__product-image {
    position: relative;
    width: 100%;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 0.5rem;
  }
  
  .search-expansion__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }
  
  .search-expansion__product-image img[data-lazy] {
    opacity: 0;
    filter: blur(10px);
  }
  
  .search-expansion__product-image img.loaded {
    opacity: 1;
    filter: blur(0px);
  }
  
  .search-expansion__product-image .image-skeleton {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
  }
  
  @keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
  
  /* Cart Notification */
  .cart-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 3px solid #A0522D;
    padding: 1rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
  }
  
  .cart-notification.show {
    transform: translateY(0);
    visibility: visible;
  }
  
  .cart-notification.hide-on-scroll {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  
  .cart-notification__header {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #A0522D;
    font-weight: 600;
  }
  
  .cart-notification__header svg {
    margin-right: 0.5rem;
  }
  
  .cart-notification__content {
    margin-bottom: 0.75rem;
  }
  
  .cart-notification__item {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    color: #333;
  }
  
  .cart-notification__totals {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    color: #666;
  }
  
  .cart-notification__total-change {
    color: #A0522D;
    font-weight: 600;
  }
  
  .cart-notification__buttons {
    display: flex;
    gap: 0.75rem;
  }
  
  .cart-notification__btn {
    flex: 1;
    padding: 0.6rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.75rem;
    transition: all 0.2s ease;
  }
  
  .cart-notification__btn--primary {
    background-color: #A0522D;
    color: white;
  }
  
  .cart-notification__btn--primary:hover {
    background-color: #8B4513;
  }
  
  .cart-notification__btn--secondary {
    background-color: transparent;
    color: #A0522D;
    border: 1px solid #A0522D;
  }
  
  .cart-notification__btn--secondary:hover {
    background-color: #A0522D;
    color: white;
  }
  
  /* Side Menu */
  .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
  }

  .side-menu.open {
    pointer-events: auto;
    visibility: visible;
  }

  .side-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .side-menu.open .side-menu__overlay {
    opacity: 1;
  }

  .side-menu__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    max-width: 90vw;
    height: 100%;
    background-color: #FAF0E6;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  }

  .side-menu.open .side-menu__content {
    transform: translateX(0);
  }

  .side-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid rgba(160, 82, 45, 0.2);
    background-color: rgba(160, 82, 45, 0.05);
  }

  .side-menu__title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #A0522D;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .side-menu__close {
    background: none;
    border: none;
    color: #A0522D;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.2s ease;
  }

  .side-menu__close:hover {
    background-color: rgba(160, 82, 45, 0.1);
  }

  /* Account Section */
  .side-menu__account-section {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(160, 82, 45, 0.1);
    background-color: rgba(160, 82, 45, 0.03);
  }

  .side-menu__account-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .side-menu__account-guest {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .side-menu__account-avatar {
    width: 50px;
    height: 50px;
    background-color: rgba(160, 82, 45, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A0522D;
  }

  .side-menu__account-details {
    flex: 1;
  }

  .side-menu__account-name {
    display: block;
    font-weight: 600;
    color: #A0522D;
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }

  .side-menu__account-link {
    color: #8B4513;
    text-decoration: none;
    font-size: 0.85rem;
  }

  .side-menu__account-link:hover {
    text-decoration: underline;
  }

  .side-menu__account-actions {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .side-menu__login-btn,
  .side-menu__register-btn,
  .side-menu__logout-btn {
    background-color: #A0522D;
    color: white;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
  }

  .side-menu__register-btn {
    background-color: transparent;
    color: #A0522D;
    border: 1px solid #A0522D;
  }

  .side-menu__login-btn:hover,
  .side-menu__logout-btn:hover {
    background-color: #8B4513;
  }

  .side-menu__register-btn:hover {
    background-color: #A0522D;
    color: white;
  }

  .side-menu__nav {
    padding: 0;
  }

  /* Section Styles */
  .side-menu__section {
    margin-bottom: 1.5rem;
  }

  .side-menu__section-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #8B4513;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem 1.5rem 0.5rem;
    margin: 0;
    background-color: rgba(160, 82, 45, 0.05);
    border-bottom: 1px solid rgba(160, 82, 45, 0.1);
  }

  .side-menu__item {
    border-bottom: 1px solid rgba(160, 82, 45, 0.1);
  }

  .side-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    color: #A0522D;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background-color 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
  }

  .side-menu__link:hover {
    background-color: rgba(160, 82, 45, 0.05);
  }

  .side-menu__expandable-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
  }

  .side-menu__plus {
    color: #A0522D;
    opacity: 0.6;
    transition: transform 0.3s ease;
  }

  .side-menu__item--expandable.expanded .side-menu__plus {
    transform: rotate(45deg);
  }

  .side-menu__submenu {
    background-color: rgba(160, 82, 45, 0.05);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .side-menu__item--expandable.expanded .side-menu__submenu {
    max-height: 400px;
  }

  .side-menu__sublink {
    display: block;
    padding: 0.75rem 2rem;
    color: #8B4513;
    text-decoration: none;
    font-size: 0.8rem;
    transition: background-color 0.2s ease;
    text-transform: capitalize;
    letter-spacing: 0.02em;
  }

  .side-menu__sublink:hover {
    background-color: rgba(160, 82, 45, 0.1);
  }

  /* Quick Links Styles */
  .side-menu__quick-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: #A0522D;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
  }

  .side-menu__quick-link:hover {
    background-color: rgba(160, 82, 45, 0.05);
  }

  .side-menu__quick-icon {
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
  }

  .side-menu__quick-subtitle {
    font-size: 0.75rem;
    color: #8B4513;
    opacity: 0.8;
  }

  /* Utility Links Styles */
  .side-menu__utility-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: #A0522D;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
  }

  .side-menu__utility-link:hover {
    background-color: rgba(160, 82, 45, 0.05);
  }

  .side-menu__utility-icon {
    color: #8B4513;
    opacity: 0.7;
  }

  /* Mobile Responsiveness for Sidebar */
  @media (max-width: 768px) {
    .side-menu__content {
      width: 320px;
      max-width: 85vw;
    }

    .side-menu__title {
      font-size: 1.1rem;
    }

    .side-menu__account-section {
      padding: 1.2rem;
    }

    .side-menu__account-avatar {
      width: 45px;
      height: 45px;
    }

    .side-menu__account-name {
      font-size: 0.9rem;
    }

    .side-menu__section-title {
      font-size: 0.85rem;
      padding: 0.8rem 1.2rem 0.4rem;
    }

    .side-menu__link,
    .side-menu__quick-link,
    .side-menu__utility-link {
      padding: 0.9rem 1.2rem;
      font-size: 0.85rem;
    }

    .side-menu__sublink {
      padding: 0.7rem 1.8rem;
      font-size: 0.75rem;
    }

    .side-menu__quick-icon {
      font-size: 1.1rem;
      width: 20px;
    }

    .side-menu__quick-subtitle {
      font-size: 0.7rem;
    }

    .side-menu__utility-icon {
      width: 16px;
      height: 16px;
    }
  }
  
  .search-expansion__product-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 2;
  }
  
  .search-expansion__product-badge--bestseller {
    background-color: #000000;
  }
  
  .search-expansion__product-badge--new {
    background-color: #228B22;
  }
  
  .search-expansion__product-heart {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #666;
    z-index: 2;
  }
  
  .search-expansion__product-heart:hover {
    background: rgba(255, 255, 255, 1);
    color: #A0522D;
    transform: scale(1.1);
  }
  
  .search-expansion__product-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.8rem;
  }
  
  .search-expansion__product-info {
    flex: 1;
    padding: 0;
    text-align: center;
  }
  
  .search-expansion__product-title {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .search-expansion__product-pricing {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0.75rem;
  }
  
  .search-expansion__product-price-old {
    color: #999;
    font-size: 0.75rem;
    text-decoration: line-through;
    font-weight: 400;
  }
  
  .search-expansion__product-price {
    color: #A0522D;
    font-weight: 700;
    font-size: 0.9rem;
  }
  
  .search-expansion__add-to-cart-btn {
    background-color: #A0522D;
    color: white;
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
  }
  
  .search-expansion__add-to-cart-btn:hover {
    background-color: #8B4513;
  }
  
  .search-expansion__results-container {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
  }
  
  .search-expansion__results-container::-webkit-scrollbar {
    width: 6px;
  }
  
  .search-expansion__results-container::-webkit-scrollbar-track {
    background: rgba(160, 82, 45, 0.1);
    border-radius: 3px;
  }
  
  .search-expansion__results-container::-webkit-scrollbar-thumb {
    background: rgba(160, 82, 45, 0.3);
    border-radius: 3px;
  }
  
  .search-expansion__results-container::-webkit-scrollbar-thumb:hover {
    background: rgba(160, 82, 45, 0.5);
  }
  
  .search-expansion__results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    width: 100%;
  }
  
  .search-expansion__see-all {
    padding: 1rem;
    text-align: center;
    border-top: 1px solid rgba(160, 82, 45, 0.1);
    margin-top: 1rem;
  }
  
  .search-expansion__see-all-btn {
    background-color: #A0522D;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
  }
  
  .search-expansion__see-all-btn:hover {
    background-color: #8B4513;
  }
  
  @media (min-width: 768px) {
    .header__hamburger {
      display: flex;
    }

    .header__search {
      display: flex;
    }

    .header__title {
      flex: 1;
      text-align: center;
    }

    .header__logo--full {
      height: 3rem;
    }

    .header__logo--short {
      display: none;
    }
    
    .header__menu {
      display: flex;
      gap: 2rem;
    }
    
    .header__menu a {
      color: #A0522D;
      text-decoration: none;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      transition: color 0.2s ease;
    }
    
    .header__menu a:hover {
      color: #8B4513;
    }
    
    .header-sticky .header__hamburger {
      display: flex;
    }
    
    .header-sticky .header__search {
      display: flex;
    }
    
    .header-sticky .header__title {
      flex: 1;
      text-align: center;
    }
    
    .header-sticky .header__menu {
      display: flex;
      gap: 2rem;
    }
    
    .search-expansion__content {
      max-width: 100%;
      padding: 2rem;
    }
    
    .search-expansion__products-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
    }
    
    .search-expansion__results-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
    }
    
    .search-expansion__results-container {
      max-height: 65vh;
    }
    
    .search-expansion__featured {
      max-height: 70vh;
    }
    
    .search-expansion__product-image {
      height: 200px;
    }
  }
  
  @media (max-width: 768px) {
    .header__logo--full {
      display: none;
    }

    .header__logo--short {
      display: inline;
      height: 2rem;
    }

    .search-expansion__content {
      padding: 1.5rem;
      max-width: 100%;
    }
    
    .search-expansion__input-container {
      max-width: 100%;
    }
    
    .search-expansion__products-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 1rem;
    }
    
    .search-expansion__results-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 1rem;
    }
    
    .search-expansion__results-container {
      max-height: 55vh;
    }
    
    .search-expansion__featured {
      max-height: 60vh;
    }
    
    .search-expansion__product-card {
      padding: 0.8rem;
    }
    
    .search-expansion__product-image {
      height: 120px;
    }
    
    .search-expansion__product-title {
      font-size: 0.75rem;
    }
    
    .search-expansion__product-price {
      font-size: 0.8rem;
    }
    
    .search-expansion__product-price-old {
      font-size: 0.7rem;
    }
    
    .search-expansion__add-to-cart-btn {
      font-size: 0.75rem;
      padding: 0.5rem 0.75rem;
    }
    
    .cart-notification {
      padding: 0.75rem;
    }
    
    .cart-notification__header {
      margin-bottom: 0.5rem;
    }
    
    .cart-notification__content {
      margin-bottom: 0.5rem;
    }

    /* Permanent Search Bar Mobile Styles */
    .permanent-search-bar__container {
      padding: 0.75rem 1rem;
    }

    .permanent-search-bar__wrapper {
      gap: 0.5rem;
      padding: 0.4rem 0.75rem;
    }

    .permanent-search-bar__icon {
      width: 18px;
      height: 18px;
    }

    .permanent-search-bar__input {
      font-size: 0.85rem;
      padding: 0.4rem;
    }

    .permanent-search-bar__button {
      padding: 0.5rem 1rem;
      font-size: 0.8rem;
      letter-spacing: 0.3px;
    }

    .permanent-search-bar--sticky {
      top: 3.5rem;
    }
  }
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

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

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
.instagram-showcase {
  padding: 3rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fafafa;
}

.instagram-showcase__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.instagram-showcase__title {
  color: #8B4513;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.instagram-showcase__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}

.instagram-showcase__tab {
  background: none;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.instagram-showcase__tab.active {
  color: #8B4513;
  border-bottom-color: #8B4513;
}

.instagram-showcase__tab:hover {
  color: #A0522D;
}

.instagram-showcase__content {
  min-height: 400px;
}

.instagram-showcase__panel {
  display: none;
}

.instagram-showcase__panel.active {
  display: block;
}

/* Products Section */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.product-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.product-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.product-card__content {
  padding: 1rem;
}

.product-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.product-card__price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #8B4513;
}

.product-card__compare-price {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

/* Videos Section */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.video-card {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: scale(1.05);
}

.video-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 60%, rgba(0,0,0,0.7));
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card__play-button {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #8B4513;
  transition: all 0.3s ease;
}

.video-card:hover .video-card__play-button {
  background: white;
  transform: scale(1.1);
}

.video-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: white;
}

.video-card__likes {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.video-card__products {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.video-card__product-tag {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  border: 1px solid rgba(255,255,255,0.3);
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.9);
  z-index: 1000;
  overflow-y: auto;
}

.video-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal__content {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
  display: flex;
  gap: 2rem;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal__video-container {
  flex: 0 0 auto;
  max-width: 400px;
  aspect-ratio: 9/16;
  background: #000;
}

.video-modal__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-modal__sidebar {
  flex: 1;
  padding: 2rem;
  max-width: 300px;
  overflow-y: auto;
}

.video-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0,0,0,0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 10;
}

.video-modal__products {
  margin-top: 1rem;
}

.video-modal__product {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-modal__product:hover {
  border-color: #8B4513;
  box-shadow: 0 2px 8px rgba(139,69,19,0.1);
}

.video-modal__product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.video-modal__product-info h4 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.video-modal__product-price {
  font-weight: bold;
  color: #8B4513;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .instagram-showcase {
    padding: 2rem 0;
  }
  
  .instagram-showcase__title {
    font-size: 1.5rem;
  }
  
  .instagram-showcase__tab {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  
  .videos-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  
  .video-modal__content {
    flex-direction: column;
    max-height: 95vh;
    margin: 1rem;
  }
  
  .video-modal__video-container {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  
  .video-modal__sidebar {
    max-width: 100%;
    padding: 1rem;
  }
}

/* Loading States */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8B4513;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem;
  margin-bottom: 3rem;
  width: 100%;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
  justify-content: flex-start;
  overflow: hidden;
}

.category-display__card:hover {
  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.15);
}


.category-display__card-image {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.category-display__card-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #A0522D, #8B4513);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.category-display__card-button:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.category-display__card-button svg {
  transition: transform 0.3s ease;
}

.category-display__card-button:hover svg {
  transform: translateX(3px);
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }

  .category-display__title {
    font-size: 1.8rem;
  }

  .category-display__subtitle {
    font-size: 1rem;
  }

  .category-display__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }

  .category-display__card {
    padding: 0.8rem;
    min-height: 420px;
  }

  .category-display__card-image {
    height: 280px;
  }

  .category-display__card-title {
    font-size: 1.1rem;
  }

  .category-display__card-description {
    font-size: 0.8rem;
  }

  .category-display__card-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .category-display__card {
    padding: 0.6rem;
    min-height: 380px;
  }

  .category-display__card-image {
    height: 240px;
  }

  .category-display__card-title {
    font-size: 0.95rem;
  }

  .category-display__card-description {
    font-size: 0.75rem;
  }

  .category-display__card-button {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: flex-start;
  overflow: hidden;
}


.category-display__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }
  
  .category-display__title {
    font-size: 2rem;
  }
  
  .category-display__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .category-display__card {
    padding: 1rem;
    min-height: 320px;
  }
  
  .category-display__card-image {
    height: 180px;
  }
  
  .category-display__card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: flex-start;
  overflow: hidden;
}


.category-display__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }
  
  .category-display__title {
    font-size: 2rem;
  }
  
  .category-display__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .category-display__card {
    padding: 1rem;
    min-height: 320px;
  }
  
  .category-display__card-image {
    height: 180px;
  }
  
  .category-display__card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.page-content {
    padding: 2rem 0;
    color: #8B4513;
    font-family: inherit;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .page-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8B4513;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .page-body {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    color: #8B4513;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
  }
  
  .content-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  
  .content-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
  }
  
  .content-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .content-section a {
    color: #8B4513;
    text-decoration: underline;
  }
  
  .content-section a:hover {
    color: #A0522D;
  }
  
  @media (max-width: 768px) {
    .page-title {
      font-size: 2rem;
    }
    
    .content-section h2 {
      font-size: 1.25rem;
    }
  }
.product-carousel-section {
  padding: 3rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  background: {{ section.settings.background_gradient }};
  position: relative;
}

.product-carousel-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #D4A574 50%, transparent 100%);
}

.product-carousel-section__container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.product-carousel-section__header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}

.product-carousel-section__title {
  color: #8B4513;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.product-carousel-section__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #A0522D, #D4A574);
  border-radius: 2px;
}

.product-carousel-section__carousel {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
}

.product-carousel-swiper {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
  padding: 1rem 3rem 2rem 3rem;
}

.product-carousel-swiper .swiper-slide {
  width: 240px;
  height: auto;
}

.product-carousel-section__product-card {
  width: 240px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 420px;
}

.product-carousel-section__product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}

.product-carousel-section__product-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 10;
  background: {{ section.settings.badge_color }};
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.product-carousel-section__product-image-container {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-carousel-section__product-image-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A574' stroke-width='1.5'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.product-carousel-section__product-image-container.has-image::before {
  display: none;
}

.product-carousel-section__product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.product-carousel-section__product-card:hover .product-carousel-section__product-image {
  transform: scale(1.03);
}

.product-carousel-section__product-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-carousel-section__product-card:hover .product-carousel-section__product-nav {
  opacity: 1;
}

.product-carousel-section__product-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  color: #A0522D;
}

.product-carousel-section__product-nav--prev {
  left: 8px;
}

.product-carousel-section__product-nav--next {
  right: 8px;
}

.product-carousel-section__product-content {
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
  background: white;
}

.product-carousel-section__product-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2C2C2C;
  line-height: 1.3;
  height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
  transition: color 0.3s ease;
}

.product-carousel-section__product-title:hover {
  color: #8B4513;
}

.product-carousel-section__product-description {
  font-size: 0.7rem;
  color: #888;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  height: 1.4rem;
}

.product-carousel-section__product-price {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: auto;
}

.product-carousel-section__price-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-carousel-section__current-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8B4513;
}

.product-carousel-section__compare-price {
  font-size: 0.75rem;
  color: #AAA;
  text-decoration: line-through;
}

.product-carousel-section__discount {
  background: linear-gradient(135deg, #28a745, #20873a);
  color: white;
  padding: 0.15rem 0.4rem;
  border-radius: 10px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.product-carousel-section__add-to-cart {
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: white;
  border: none;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
}

.product-carousel-section__add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
  background: linear-gradient(135deg, #A0522D, #8B4513);
}

.product-carousel-section__add-to-cart:active {
  transform: translateY(0);
}

.product-carousel-section__add-to-cart::before {
  content: "🛒";
  font-size: 0.85rem;
}

.product-carousel-section__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.95);
  border: 2px solid #D4A574;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-carousel-section__nav:hover {
  background: white;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transform: translateY(-50%) scale(1.1);
  border-color: #8B4513;
}

.product-carousel-section__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.product-carousel-section__nav--prev {
  left: 0;
}

.product-carousel-section__nav--next {
  right: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-carousel-section {
    padding: 2.5rem 0;
  }

  .product-carousel-section__container {
    padding: 0;
  }

  .product-carousel-section__header {
    margin-bottom: 2rem;
  }

  .product-carousel-section__title {
    font-size: 1.8rem;
  }

  .product-carousel-section__product-card {
    width: 220px;
    height: 400px;
  }

  .product-carousel-swiper .swiper-slide {
    width: 220px;
  }

  .product-carousel-section__product-image-container {
    height: 240px;
  }

  .product-carousel-section__product-content {
    padding: 0.8rem;
  }

  .product-carousel-section__nav {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .product-carousel-swiper {
    padding: 1rem 2rem 2rem 2rem;
  }
}

@media (max-width: 480px) {
  .product-carousel-section {
    padding: 2rem 0;
  }

  .product-carousel-section__container {
    padding: 0;
  }

  .product-carousel-section__title {
    font-size: 1.5rem;
  }

  .product-carousel-section__product-card {
    width: 200px;
    height: 380px;
  }

  .product-carousel-swiper .swiper-slide {
    width: 200px;
  }

  .product-carousel-section__product-image-container {
    height: 220px;
  }

  .product-carousel-section__nav {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .product-carousel-swiper {
    padding: 1rem 1.5rem 2rem 1.5rem;
  }
}
.product-categories {
  padding: 1rem 0 0.5rem 0;
  overflow: visible;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: transparent;
  min-height: 600px;
  max-width: none;
}

.product-categories__container {
  position: relative;
  width: 100%;
  padding: 0;
  height: 100%;
}

.product-categories__title {
  color: #8B4513;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Swiper for categories */
.categories-swiper {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.5rem 2rem;
  height: 580px;
  perspective: 1000px;
}

.categories-swiper .swiper-slide {
  width: auto;
  transition: transform 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Scale classes for smooth animations with 3D effect */
.swiper-slide-scale-center .product-categories__item {
  transform: scale(1.1) translateY(-30px) translateZ(30px);
  z-index: 10;
}

.swiper-slide-scale-center .product-categories__rectangle {
  box-shadow: 0 30px 60px rgba(139, 69, 19, 0.5);
}

.swiper-slide-scale-adjacent .product-categories__item {
  transform: scale(0.95) translateY(0px) translateZ(-10px);
  z-index: 5;
  opacity: 0.9;
}

.swiper-slide-scale-normal .product-categories__item {
  transform: scale(0.9) translateY(0px) translateZ(-20px);
  z-index: 1;
  opacity: 0.8;
}

/* Fallback for default swiper classes */
.categories-swiper .swiper-slide-active .product-categories__item {
  transform: scale(1.1) translateY(-30px) translateZ(30px);
  z-index: 10;
}

.categories-swiper .swiper-slide-active .product-categories__rectangle {
  box-shadow: 0 30px 60px rgba(139, 69, 19, 0.5);
}

.categories-swiper .swiper-slide-prev .product-categories__item,
.categories-swiper .swiper-slide-next .product-categories__item {
  transform: scale(0.95) translateY(0px) translateZ(-10px);
  z-index: 5;
  opacity: 0.9;
}

.product-categories__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #8B4513;
  width: 400px;
  text-align: center;
  transition: transform 0.3s ease;
}

.product-categories__rectangle {
  width: 400px;
  height: 500px;
  border-radius: 12px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  overflow: hidden;
  border: 2px solid #8B4513;
  transition: all 0.3s ease;
}

.product-categories__rectangle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-categories__placeholder {
  width: 100%;
  height: 100%;
  background-color: #F5F5DC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #8B4513;
  font-weight: bold;
  text-align: center;
  padding: 1.2rem;
}

.product-categories__label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  max-width: 240px;
  word-wrap: break-word;
  line-height: 1.3;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .product-categories {
    padding: 1rem 0 0.5rem 0;
    min-height: 500px;
  }

  .product-categories__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .categories-swiper {
    height: 450px;
    padding: 0.5rem 1rem;
  }

  .product-categories__item {
    width: 280px;
  }

  .product-categories__rectangle {
    width: 280px;
    height: 350px;
  }

  .product-categories__placeholder {
    font-size: 1.3rem;
    padding: 0.8rem;
  }

  .product-categories__label {
    font-size: 0.9rem;
    max-width: 170px;
  }

  /* Mobile scale adjustments with 3D effect */
  .swiper-slide-scale-center .product-categories__item {
    transform: scale(1.05) translateY(-20px) translateZ(20px);
    z-index: 10;
  }
  
  .swiper-slide-scale-center .product-categories__rectangle {
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.4);
  }

  .swiper-slide-scale-adjacent .product-categories__item {
    transform: scale(0.95) translateY(0px) translateZ(-8px);
    opacity: 0.9;
  }

  .swiper-slide-scale-normal .product-categories__item {
    transform: scale(0.9) translateY(0px) translateZ(-15px);
    opacity: 0.8;
  }

  /* Fallback for mobile */
  .categories-swiper .swiper-slide-active .product-categories__item {
    transform: scale(1.05) translateY(-20px) translateZ(20px);
  }
  
  .categories-swiper .swiper-slide-active .product-categories__rectangle {
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.4);
  }

  .categories-swiper .swiper-slide-prev .product-categories__item,
  .categories-swiper .swiper-slide-next .product-categories__item {
    transform: scale(0.95) translateY(0px) translateZ(-8px);
    opacity: 0.9;
  }
}

/* Desktop enhancements */
@media (min-width: 769px) {
  .product-categories__item {
    width: 420px;
  }

  .product-categories__rectangle {
    width: 420px;
    height: 525px;
  }

  .product-categories__placeholder {
    font-size: 2rem;
    padding: 1.5rem;
  }

  .product-categories__label {
    font-size: 1.1rem;
    max-width: 260px;
  }

  /* Desktop scale adjustments with enhanced 3D effect */
  .swiper-slide-scale-center .product-categories__item {
    transform: scale(1.15) translateY(-40px) translateZ(40px);
    z-index: 10;
  }
  
  .swiper-slide-scale-center .product-categories__rectangle {
    box-shadow: 0 40px 80px rgba(139, 69, 19, 0.5);
  }

  .swiper-slide-scale-adjacent .product-categories__item {
    transform: scale(0.95) translateY(0px) translateZ(-12px);
    opacity: 0.9;
  }

  .swiper-slide-scale-normal .product-categories__item {
    transform: scale(0.9) translateY(0px) translateZ(-25px);
    opacity: 0.8;
  }

  /* Fallback for desktop */
  .categories-swiper .swiper-slide-active .product-categories__item {
    transform: scale(1.15) translateY(-40px) translateZ(40px);
  }
  
  .categories-swiper .swiper-slide-active .product-categories__rectangle {
    box-shadow: 0 40px 80px rgba(139, 69, 19, 0.5);
  }
}
.product-section {
  padding: 2rem 0;
  max-width: 1400px;
  margin: 0 auto;
}

.product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 0 2rem;
}

/* Product Image Gallery */
.product-gallery {
  position: relative;
}

.product-main-image {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 20px;
  overflow: hidden;
  background: #f8f9fa;
}

.product-main-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-main-image:hover img {
  transform: scale(1.05);
}

.product-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 1.2rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.product-gallery:hover .product-nav-btn {
  opacity: 1;
}

.product-nav-btn:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.product-nav-btn--prev {
  left: 15px;
}

.product-nav-btn--next {
  right: 15px;
}

.product-thumbnails {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}

.product-thumbnail {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.product-thumbnail.active {
  border-color: #8B4513;
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Info */
.product-info {
  padding: 1rem 0;
}

.product-vendor {
  color: #8B4513;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.product-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.product-price__current {
  font-size: 1.8rem;
  font-weight: bold;
  color: #8B4513;
}

.product-price__compare {
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}

.product-price__savings {
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
}

.product-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Product Form */
.product-form {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.product-options {
  margin-bottom: 2rem;
}

.product-option {
  margin-bottom: 1.5rem;
}

.product-option__label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  display: block;
}

.product-option__values {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-option__value {
  padding: 0.8rem 1.2rem;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.product-option__value:hover {
  border-color: #8B4513;
}

.product-option__value.selected {
  border-color: #8B4513;
  background: #8B4513;
  color: white;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.quantity-selector__label {
  font-weight: 600;
  color: #333;
}

.quantity-input {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.quantity-btn {
  background: #f8f9fa;
  border: none;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  color: #8B4513;
  transition: all 0.3s ease;
  font-weight: 600;
  user-select: none;
}

.quantity-btn:hover {
  background: #8B4513;
  color: white;
}

.quantity-btn:active {
  transform: scale(0.95);
}

.quantity-field {
  border: none;
  padding: 0.8rem;
  width: 60px;
  text-align: center;
  font-weight: 600;
}

.add-to-cart-btn {
  width: 100%;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: white;
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(139, 69, 19, 0.3);
}

.add-to-cart-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Override Shopify Payment Button Styling */
.shopify-payment-button {
  margin-top: 1rem;
}

.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
[data-shopify="payment-button"] button,
.dynamic-checkout__content button {
  background: linear-gradient(135deg, #8B4513, #A0522D) !important;
  background-color: #8B4513 !important;
  color: white !important;
  border: none !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: all 0.3s ease !important;
  padding: 1.2rem 2rem !important;
  width: 100% !important;
}

.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover,
[data-shopify="payment-button"] button:hover,
.dynamic-checkout__content button:hover {
  background: linear-gradient(135deg, #A0522D, #8B4513) !important;
  background-color: #A0522D !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(139, 69, 19, 0.3) !important;
}

/* Target specific payment button classes */
.shopify-payment-button__more-options {
  color: #8B4513 !important;
  text-decoration: none !important;
}

.shopify-payment-button__more-options:hover {
  color: #A0522D !important;
}

/* Fix quantity input styling */
.quantity-field {
  border: none;
  padding: 0.8rem;
  width: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  outline: none;
}

/* Product Details Accordion */
.product-details {
  margin: 2rem 0;
}

.detail-item {
  border-bottom: 1px solid #eee;
}

.detail-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 0;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-toggle::after {
  content: '+';
  font-size: 1.5rem;
  color: #8B4513;
  transition: transform 0.3s ease;
}

.detail-toggle.active::after {
  transform: rotate(45deg);
}

.detail-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #666;
  line-height: 1.6;
}

.detail-content.active {
  max-height: 200px;
  padding-bottom: 1.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }

  .product-main-image img {
    height: 400px;
  }

  .product-title {
    font-size: 1.8rem;
  }

  .product-price__current {
    font-size: 1.5rem;
  }

  .product-form {
    padding: 1.5rem;
  }
}

/* Related Products */
.related-products {
  padding: 4rem 0;
  background: #f8f9fa;
  margin-top: 4rem;
}

.related-products__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.related-products__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3rem;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.related-product-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.related-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.related-product-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.related-product-info {
  padding: 1.2rem;
}

.related-product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-product-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.related-product-current-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #8B4513;
}

.related-product-compare-price {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .related-products {
    padding: 3rem 0;
    margin-top: 3rem;
  }

  .related-products__container {
    padding: 0 1rem;
  }

  .related-products__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .related-products__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .related-product-image {
    height: 200px;
  }
}
.product-section {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background: #fff;
}

.product-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 80px;
}

/* Product Image Gallery */
.product-gallery {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: white;
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-main-image {
  position: relative;
  width: 100%;
  min-height: 70vh;
  height: auto;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main-image img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.image-nav-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 1.2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0.7;
}

.image-nav-buttons:hover {
  background: white;
  transform: translateY(-50%) scale(1.05);
  opacity: 1;
}

.image-nav-prev {
  left: 1rem;
}

.image-nav-next {
  right: 1rem;
}

.zoom-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 1.2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.zoom-button:hover {
  background: white;
  transform: scale(1.05);
}

.product-thumbnails {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 1rem;
  background: white;
  justify-content: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-thumbnail {
  flex: 0 0 70px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.product-thumbnail.active {
  border-color: #8B4513;
  transform: scale(1.05);
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Info */
.product-info {
  padding: 0.3rem 1rem 0 1rem;
  background: white;
  margin-top: 0;
}

.product-vendor {
  display: inline-block;
  color: white;
  background: #8B4513;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  margin-bottom: 0.8rem;
}

.product-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.product-price__current {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8B4513;
}

.product-price__compare {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
}

.product-price__savings {
  background: #dc3545;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.stock-alert {
  background: #fff3cd;
  color: #856404;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stock-alert::before {
  content: '⚠️';
  font-size: 1rem;
}

.stock-alert.hidden {
  display: none;
}

.product-description {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  position: relative;
}

.product-description.collapsed {
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
}

.product-description.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5em;
  width: 100%;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}

.read-more-btn {
  background: none;
  border: none;
  color: #8B4513;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.read-more-btn:hover {
  color: #A0522D;
  transform: translateX(2px);
}

.read-more-btn::after {
  content: '→';
  transition: transform 0.3s ease;
}

.read-more-btn.expanded::after {
  content: '↑';
  transform: rotate(0deg);
}

.read-more-btn:hover::after {
  transform: translateX(3px);
}

.read-more-btn.expanded:hover::after {
  transform: translateY(-2px);
}

/* Product Form */
.product-form {
  background: white;
  padding: 0;
  margin-bottom: 0;
  /* Hide the form content since it's only used for the fixed cart */
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

/* Quantity selector removed from product form */

/* Fixed Add to Cart Button */
.fixed-cart-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 1rem;
  border-top: 1px solid #eee;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.fixed-cart-price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.fixed-cart-current {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8B4513;
  line-height: 1;
}

.fixed-cart-compare {
  font-size: 0.8rem;
  color: #999;
  text-decoration: line-through;
  line-height: 1;
}

.fixed-add-to-cart {
  flex: 1;
  background: #8B4513;
  color: white;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.fixed-add-to-cart:hover {
  background: #A0522D;
}

.fixed-add-to-cart:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.fixed-add-to-cart::before {
  content: '🛒';
  font-size: 1rem;
}

.cart-quantity-controls {
  flex: 1;
  display: none;
  align-items: center;
  gap: 1rem;
}

.cart-quantity-controls.active {
  display: flex;
}

.cart-qty-btn {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cart-qty-btn:hover {
  background: #8B4513;
  color: white;
}

.cart-qty-display {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #333;
  min-width: 60px;
  text-align: center;
}

.cart-remove-btn {
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.cart-remove-btn:hover {
  background: #c82333;
}

/* Product Details Cards */
.product-details {
  margin: 1rem;
  background: white;
}

.details-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.details-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

.details-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.details-list li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

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

/* Similar Products */
.similar-products {
  margin: 2rem 0;
  background: white;
  padding: 1rem;
}

.similar-products h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.similar-products-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}

.similar-product-card {
  flex: 0 0 150px;
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.similar-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.similar-product-image {
  height: 120px;
  overflow: hidden;
}

.similar-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar-product-info {
  padding: 0.8rem;
}

.similar-product-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.3rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.similar-product-price {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8B4513;
}

/* Zoom Modal */
.zoom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 1000;
  overflow: hidden;
}

.zoom-modal.active {
  display: block;
}

.zoom-modal-content {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zoom-modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zoom-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  z-index: 10;
}

.zoom-modal-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.05);
}

.zoom-modal-prev {
  left: 1rem;
}

.zoom-modal-next {
  right: 1rem;
}

.zoom-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  z-index: 10;
}

.zoom-close:hover {
  background: white;
  transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-main-image {
    height: 60vh;
  }

  .image-nav-buttons {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .product-thumbnail {
    flex: 0 0 60px;
    height: 60px;
  }

  .product-title {
    font-size: 1.2rem;
  }

  .product-price__current {
    font-size: 1.3rem;
  }

  .fixed-cart-bar {
    padding: 0.8rem 1rem;
  }

  .fixed-add-to-cart {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
}
.page-content {
    padding: 2rem 0;
    color: #8B4513;
    font-family: inherit;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .page-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8B4513;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .page-body {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    color: #8B4513;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
  }
  
  .content-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  
  .content-section ul, .content-section ol {
    margin: 1rem 0;
    padding-left: 2rem;
  }
  
  .content-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .content-section a {
    color: #8B4513;
    text-decoration: underline;
  }
  
  .content-section a:hover {
    color: #A0522D;
  }
  
  @media (max-width: 768px) {
    .page-title {
      font-size: 2rem;
    }
    
    .content-section h2 {
      font-size: 1.25rem;
    }
  }
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: flex-start;
  overflow: hidden;
}


.category-display__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }
  
  .category-display__title {
    font-size: 2rem;
  }
  
  .category-display__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .category-display__card {
    padding: 1rem;
    min-height: 320px;
  }
  
  .category-display__card-image {
    height: 180px;
  }
  
  .category-display__card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.search-page {
  min-height: 60vh;
}

.search-page .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Search Header */
.search-header {
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-bottom: 2px solid #8B4513;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.search-title {
  font-size: 1.5rem;
  color: #8B4513;
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: 600;
}

/* Search Filters Form */
.search-filters-form {
  max-width: 600px;
  margin: 0 auto;
}

/* Quick Filters */
.quick-filters {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-label {
  font-size: 0.9rem;
  color: #8B4513;
  font-weight: 500;
}

.filter-select {
  padding: 0.5rem;
  border: 1px solid #D2691E;
  border-radius: 5px;
  background: white;
  color: #8B4513;
  font-size: 0.9rem;
}

/* No Results */
.no-results {
  padding: 3rem 0;
  text-align: center;
}

.no-results-content {
  max-width: 600px;
  margin: 0 auto;
}

.no-results-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.no-results h2 {
  color: #8B4513;
  margin-bottom: 0.5rem;
}

.no-results p {
  color: #A0522D;
  margin-bottom: 2rem;
}

.search-suggestions {
  margin-bottom: 2rem;
}

.search-suggestions h3 {
  color: #8B4513;
  margin-bottom: 1rem;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.suggestion-tag {
  background: #f0e6d2;
  color: #8B4513;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.suggestion-tag:hover {
  background: #8B4513;
  color: white;
}

.search-tips {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.search-tips h3 {
  color: #8B4513;
  margin-bottom: 0.5rem;
}

.search-tips ul {
  color: #A0522D;
  list-style-position: inside;
}

/* Search Results Grid */
.search-results-container {
  padding: 0 0 3rem;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.search-result-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
}

.search-result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}

/* Wishlist button positioning for search cards */
.search-result-card .wishlist-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.search-result-card .wishlist-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #8B4513;
  stroke-width: 2;
  transition: all 0.3s ease;
}

.search-result-card .wishlist-btn:hover {
  background: white;
  transform: scale(1.1);
}

.search-result-card .wishlist-btn:hover svg {
  stroke: #DC3545;
}

.search-result-card .wishlist-btn.in-wishlist svg {
  fill: #DC3545;
  stroke: #DC3545;
}

.search-result-card .wishlist-btn.in-wishlist {
  background: rgba(220, 53, 69, 0.1);
}

.result-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.result-image-container {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.result-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.search-result-card:hover .result-image {
  transform: scale(1.05);
}

.result-image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}


.result-content {
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.result-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2C2C2C;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 0.3s ease;
}

.result-title:hover {
  color: #8B4513;
}

.result-price {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: auto;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.price-current {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8B4513;
}

.price-compare {
  font-size: 0.75rem;
  color: #AAA;
  text-decoration: line-through;
}

.price-discount {
  background: linear-gradient(135deg, #28a745, #20873a);
  color: white;
  padding: 0.15rem 0.4rem;
  border-radius: 10px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.result-add-to-cart {
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: white;
  border: none;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
}

.result-add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
  background: linear-gradient(135deg, #A0522D, #8B4513);
}

.result-add-to-cart:active {
  transform: translateY(0);
}

.result-add-to-cart::before {
  content: "🛒";
  font-size: 0.85rem;
}

.result-type {
  background: #f0e6d2;
  color: #8B4513;
  padding: 0.2rem 0.5rem;
  border-radius: 15px;
  font-size: 0.7rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.result-excerpt {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

/* Initial Search State */
.search-initial {
  padding: 3rem 0;
}

.search-categories h2 {
  text-align: center;
  color: #8B4513;
  margin-bottom: 2rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.category-card {
  background: white;
  border-radius: 12px;
  padding: 2rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: all 0.3s ease;
  border: 2px solid #f0e6d2;
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: #8B4513;
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.1);
}

.category-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/* Pagination */
.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.pagination-btn {
  background: #8B4513;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pagination-btn:hover {
  background: #A0522D;
}

.pagination-pages {
  display: flex;
  gap: 0.5rem;
}

.pagination-page {
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  text-decoration: none;
  color: #8B4513;
  border: 1px solid #D2691E;
  transition: all 0.3s ease;
}

.pagination-page:hover,
.pagination-page.current {
  background: #8B4513;
  color: white;
}

/* Quick View Modal */
.quick-view-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.quick-view-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.modal-content {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.quick-view-modal.active .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  z-index: 1001;
}

.quick-view-placeholder {
  padding: 2rem;
  text-align: center;
}

.loading {
  padding: 2rem;
  text-align: center;
  color: #8B4513;
}

/* Cart Message Animations */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .search-header {
    padding: 1rem 0;
  }

  .search-title {
    font-size: 1.2rem;
  }

  .quick-filters {
    flex-direction: column;
    gap: 0.5rem;
  }

  .search-results-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }

  .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .category-card {
    padding: 1.5rem 0.5rem;
  }

  .pagination-pages {
    display: none;
  }
}

@media (max-width: 480px) {
  .search-results-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .result-content {
    padding: 0.75rem;
  }

  .modal-content {
    width: 95%;
    margin: 1rem;
  }
}
.page-content {
    padding: 2rem 0;
    color: #8B4513;
    font-family: inherit;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .page-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8B4513;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .page-body {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    color: #8B4513;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
  }
  
  .content-section h3 {
    font-size: 1.25rem;
    color: #8B4513;
    margin: 1.5rem 0 0.75rem 0;
    font-weight: 600;
  }
  
  .content-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  
  .content-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
  }
  
  .content-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .content-section a {
    color: #8B4513;
    text-decoration: underline;
  }
  
  .content-section a:hover {
    color: #A0522D;
  }
  
  @media (max-width: 768px) {
    .page-title {
      font-size: 2rem;
    }
    
    .content-section h2 {
      font-size: 1.25rem;
    }
    
    .content-section h3 {
      font-size: 1.125rem;
    }
  }
.shop-by-videos {
  padding: 3rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fafafa;
}

.shop-by-videos__container {
  width: 100%;
  margin: 0;
  padding: 0 1rem;
}

.shop-by-videos__header {
  text-align: center;
}

.shop-by-videos__title {
  color: #8B4513;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .shop-by-videos {
    padding: 2rem 0;
  }

  .shop-by-videos__title {
    font-size: 1.5rem;
  }
}
.social-media-section {
  padding: 4rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, #FAF0E6 0%, #F5E6D3 100%);
  position: relative;
  overflow: hidden;
}

.social-media-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #D4A574 50%, transparent 100%);
}

.social-media-section__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.social-media-section__title {
  color: #8B4513;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.social-media-section__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #A0522D, #D4A574);
  border-radius: 2px;
}

.social-media-section__subtitle {
  color: #6B4423;
  font-size: 1rem;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

.social-media-section__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.social-media-section__icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  gap: 1rem;
}

.social-media-section__icon-link:hover {
  transform: translateY(-10px);
}

.social-media-section__icon-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.social-media-section__icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-media-section__icon-link:hover .social-media-section__icon-wrapper::before {
  opacity: 1;
}

.social-media-section__icon-wrapper.youtube {
  background: linear-gradient(135deg, #FF0000, #CC0000);
}

.social-media-section__icon-wrapper.instagram {
  background: linear-gradient(135deg, #F58529 0%, #DD2A7B 50%, #8134AF 100%);
}

.social-media-section__icon-wrapper.facebook {
  background: linear-gradient(135deg, #1877F2, #0C63D4);
}

.social-media-section__icon-link:hover .social-media-section__icon-wrapper {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}

.social-media-section__icon-wrapper svg {
  width: 60px;
  height: 60px;
  color: white;
  z-index: 1;
  position: relative;
}

.social-media-section__icon-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #8B4513;
  letter-spacing: 0.03em;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .social-media-section {
    padding: 3rem 0;
  }

  .social-media-section__title {
    font-size: 1.8rem;
  }

  .social-media-section__subtitle {
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
  }

  .social-media-section__icons {
    gap: 2.5rem;
  }

  .social-media-section__icon-wrapper {
    width: 100px;
    height: 100px;
  }

  .social-media-section__icon-wrapper svg {
    width: 50px;
    height: 50px;
  }

  .social-media-section__icon-label {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .social-media-section {
    padding: 2.5rem 0;
  }

  .social-media-section__container {
    padding: 0 1rem;
  }

  .social-media-section__title {
    font-size: 1.5rem;
  }

  .social-media-section__icons {
    gap: 2rem;
  }

  .social-media-section__icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .social-media-section__icon-wrapper svg {
    width: 45px;
    height: 45px;
  }
}
.category-display {
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.category-display__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.category-display__header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-display__title {
  color: #8B4513;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-display__subtitle {
  color: #A0522D;
  font-size: 1.1rem;
  opacity: 0.8;
}

.category-display__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.category-display__card {
  background: white;
  border: 2px solid #8B4513;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #8B4513;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: flex-start;
  overflow: hidden;
}


.category-display__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.category-display__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-display__placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f6f0 0%, #f0e6d2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8B4513;
  border: 2px dashed #D2B48C;
}

.category-display__card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513, #A0522D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.category-display__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.category-display__card-description {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.4;
}

.category-display__back-link {
  text-align: center;
  margin-top: 2rem;
}

.category-display__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #8B4513;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.category-display__back-btn:hover {
  background: #A0522D;
  color: white;
}

@media (max-width: 768px) {
  .category-display {
    padding: 1.5rem 0;
  }
  
  .category-display__title {
    font-size: 2rem;
  }
  
  .category-display__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .category-display__card {
    padding: 1rem;
    min-height: 320px;
  }
  
  .category-display__card-image {
    height: 180px;
  }
  
  .category-display__card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.page-content {
    padding: 2rem 0;
    color: #8B4513;
    font-family: inherit;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .page-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8B4513;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .page-body {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    color: #8B4513;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
  }
  
  .content-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  
  .content-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
  }
  
  .content-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .content-section a {
    color: #8B4513;
    text-decoration: underline;
  }
  
  .content-section a:hover {
    color: #A0522D;
  }
  
  @media (max-width: 768px) {
    .page-title {
      font-size: 2rem;
    }
    
    .content-section h2 {
      font-size: 1.25rem;
    }
  }
.testimonials {
  padding: 5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  background: #FFFFFF;
  position: relative;
  min-height: 600px;
}

.testimonials__container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.testimonials__title {
  color: #8B4513;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 2rem;
}

.testimonials__wrapper {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 3rem 0;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.testimonials-swiper {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
  padding: 3rem 0;
  width: 100%;
  min-height: 480px;
}

.testimonials-swiper .swiper-slide {
  width: 320px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Active slide gets higher z-index to overlap others */
.testimonials-swiper .swiper-slide-active {
  z-index: 10;
}

.testimonial-card {
  width: 100%;
  min-height: 420px;
  background: white;
  border-radius: 16px;
  padding: 3.5rem 1.8rem 2.5rem 1.8rem;
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.12);
  transition: all 0.4s ease;
  border: 2px solid #F5E6D3;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #A0522D, #8B4513);
}

/* Active/center slide gets slightly larger */
.swiper-slide-active .testimonial-card {
  transform: scale(1.08);
  box-shadow: 0 12px 35px rgba(139, 69, 19, 0.2);
  border-color: #A0522D;
}

.testimonial-card__image-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.testimonial-card__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #F5E6D3;
  box-shadow: 0 3px 10px rgba(139, 69, 19, 0.15);
}

.testimonial-card__image-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A0522D 0%, #8B4513 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  border: 3px solid #F5E6D3;
  box-shadow: 0 3px 10px rgba(139, 69, 19, 0.15);
}

.testimonial-card__rating {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0.2rem;
}

.testimonial-card__star {
  color: #FFD700;
  font-size: 1.1rem;
  text-shadow: 0 1px 3px rgba(255, 215, 0, 0.2);
}

.testimonial-card__star--empty {
  color: #E8E8E8;
}

.testimonial-card__header {
  text-align: center;
  margin-bottom: 0.8rem;
}

.testimonial-card__name-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.testimonial-card__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2C2C2C;
  letter-spacing: 0.01em;
}

.testimonial-card__verified {
  background: linear-gradient(135deg, #A0522D, #8B4513);
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.65rem;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(139, 69, 19, 0.25);
  letter-spacing: 0.03em;
}

.testimonial-card__comment {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  text-align: center;
  font-style: italic;
  position: relative;
  padding: 0.8rem 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-card__footer {
  text-align: center;
}

.testimonial-card__source {
  color: #A0522D;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

.testimonial-card__date {
  color: #999;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Navigation arrows - positioned at edges */
.testimonials__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.testimonials__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A0522D, #8B4513);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
}

.testimonials__arrow:hover {
  background: linear-gradient(135deg, #8B4513, #A0522D);
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.4);
}

.testimonials__arrow:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  opacity: 0.5;
}

#testimonials-prev {
  left: 20px;
}

#testimonials-next {
  right: 20px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .testimonials {
    padding: 3rem 0;
    min-height: 500px;
  }

  .testimonials__container {
    padding: 0;
  }

  .testimonials__wrapper {
    min-height: 450px;
    padding: 1.5rem 0 2.5rem 0;
  }

  .testimonials__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testimonials-swiper {
    min-height: 420px;
    padding: 2.5rem 0;
  }

  .testimonials-swiper .swiper-slide {
    width: 280px;
  }

  .testimonial-card {
    padding: 2rem 1.3rem;
    min-height: 380px;
  }

  .testimonial-card__image,
  .testimonial-card__image-placeholder {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }

  .testimonial-card__image-placeholder {
    font-size: 1.3rem;
  }

  .testimonial-card__star {
    font-size: 1rem;
  }

  .testimonial-card__name {
    font-size: 0.95rem;
  }

  .testimonial-card__comment {
    font-size: 0.85rem;
  }

  .testimonials__arrow {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  #testimonials-prev {
    left: 10px;
  }

  #testimonials-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .testimonials {
    min-height: 480px;
  }

  .testimonials__wrapper {
    min-height: 410px;
  }

  .testimonials-swiper {
    min-height: 390px;
  }

  .testimonials-swiper .swiper-slide {
    width: 260px;
  }

  .testimonial-card {
    padding: 1.8rem 1.2rem;
    min-height: 360px;
  }

  .testimonial-card__image,
  .testimonial-card__image-placeholder {
    width: 55px;
    height: 55px;
  }

  .testimonials__arrow {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}

/* Touch scrolling improvements */
.testimonials__track {
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.testimonial-card {
  scroll-snap-align: start;
}
.text-ribbon-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background: linear-gradient(90deg, #FAF0E6 0%, #F5E6D3 50%, #FAF0E6 100%);
  border-top: 2px solid #D4A574;
  border-bottom: 2px solid #D4A574;
  padding: 1rem 0;
  position: relative;
}

.text-ribbon-wrapper::before,
.text-ribbon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.text-ribbon-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #FAF0E6 0%, transparent 100%);
}

.text-ribbon-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #FAF0E6 0%, transparent 100%);
}

.text-ribbon-track {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.text-ribbon-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll-ribbon 8s linear infinite;
  will-change: transform;
}

.ribbon-text {
  font-family: var(--font-primary--family);
  font-size: 1.1rem;
  font-weight: 600;
  color: #8B4513;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 1.5rem;
  display: inline-block;
}

.ribbon-dot {
  font-size: 1.8rem;
  color: #A0522D;
  padding: 0 1rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}

@keyframes scroll-ribbon {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.text-ribbon-wrapper:hover .text-ribbon-content {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .text-ribbon-wrapper {
    padding: 0.75rem 0;
  }

  .ribbon-text {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

  .ribbon-dot {
    font-size: 1.5rem;
    padding: 0 0.75rem;
  }

  .text-ribbon-content {
    animation-duration: 6s;
  }
}

@media (max-width: 480px) {
  .ribbon-text {
    font-size: 0.85rem;
    padding: 0 0.75rem;
  }

  .ribbon-dot {
    font-size: 1.3rem;
    padding: 0 0.5rem;
  }
}

/* CSS from block stylesheet tags */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }

/* CSS from snippet stylesheet tags */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }