/* Swiper Image Yellow Design */
.product-card {
  border: 3px dashed gold;
  border-radius: 10px;
  padding: 10px;
  background-color: #fffbe6;
  position: relative;
  transition: transform 0.3s ease;
  margin: 10px 5px;
  /* Add some vertical and horizontal margin */
}

.product-card:hover {
  transform: scale(1.02);
}

.product-card img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.product-title {
  margin-top: 10px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-card {
    margin: 5px;
    /* Reduce margin on small screens */
  }
}

/* Category Grid (Section before footer) */
.category-banner-row {
  padding: 60px 0;
}

.offer-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.offer-item:hover img {
  transform: scale(1.05);
}

.offer-heading {
  color: #ce9634;
  font-size: 1.5rem;
}

.collection-card {
  color: #ce9634;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: color 0.3s ease;
}

.collection-card:hover {
  color: #d7b56d;
}

/* Tablet Responsive Fixes */
@media (min-width: 768px) and (max-width: 991px) {
  .contact-img-area {
    height: 300px !important;
    padding: 80px 0 40px;
    background-size: cover;
    background-position: center center;
  }
}

/* Mobile Responsive Fixes for Spacing */
@media (max-width: 767px) {
  .design-area {
    padding-top: 20px !important;
    /* Ensure no overlap with banner */
    margin-top: 0;
  }

  .contact-img-area {
    height: 180px !important;
    /* Increase height to prevent overlap */
    margin-bottom: 15px;
    /* Add some breathing room */
    padding: 0;
    background-position: center center;
  }

  .category-banner-row {
    padding: 30px 0;
    /* Reduce padding on mobile */
  }

  .offer-item {
    margin-bottom: 20px;
    /* Increase vertical spacing between items */
  }

}

/* Fix for swiper padding */
.slider-wrapper {
  padding: 20px 0;
}

/* Ensure images fit well in swiper */
.product-img-wrapper {
  overflow: hidden;
  border-radius: 5px;
}

/* --- Auth Pages (Login / Register) --- */
.login-section {
  min-height: calc(100vh - 200px);
  /* Adjust based on header/footer height */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
  padding: 60px 20px;
}

.login-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  color: #333333;
}

.login-card h2,
.login-card h3 {
  color: #ce9634;
  /* Gold heading */
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.login-card p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 25px;
}

.login-card .form-label {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.login-card .form-control {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333333;
  padding: 10px 15px;
  height: 45px;
  font-size: 14px;
}

.login-card .form-control:focus {
  border-color: #ce9634;
  box-shadow: none;
  background: #ffffff;
}

.login-card .btn-default.ce5 {
  background: #ce9634;
  /* Gold button base */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.login-card .btn-default.ce5:hover {
  background: #b8862d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(206, 150, 52, 0.3);
}

.login-card a {
  color: #ce9634;
  text-decoration: none;
  font-weight: 600;
}

.login-card a:hover {
  color: #b8862d;
  text-decoration: underline !important;
}

.social-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #333333 !important;
  /* Force dark icon color */
}

.social-btn:hover {
  background: #ce9634;
  border-color: #ce9634;
  color: #ffffff !important;
}

.invalid-feedback {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: #d93025;
}

.login-card .alert {
  border-radius: 4px;
  font-size: 14px;
  padding: 12px;
  margin-bottom: 20px;
}


/* Swiper Navigation Custom Styles */
.features-curosel2 {
  position: relative;
  padding: 0 50px;
}

.features-curosel2 .swiper-button-next,
.features-curosel2 .swiper-button-prev {
  /* background: #ffffff; */
  /* border: 1px solid #dcdcdc; */
  border-radius: 50%;
  color: #757575;
  width: 10px;
  height: 10px;
  transition: all 0.4s ease;
  /* top: 10%; */
}

.features-curosel2 .swiper-button-next:after,
.features-curosel2 .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

/* 
.features-curosel2 .swiper-button-next:hover,
.features-curosel2 .swiper-button-prev:hover {
  background: #ce9634;
  border-color: #ce9634;
  color: #ffffff;
} */

.features-curosel2 .swiper-button-prev {
  left: 0;
}

.features-curosel2 .swiper-button-next {
  right: 0;
}

.indicator-style2:hover .swiper-button-next,
.indicator-style2:hover .swiper-button-prev {
  opacity: 1;
}

/* --- Checkout Premium Theme Styling --- */
.checkout-area {
  padding: 40px 0;
  background-color: #fdfdfd;
}

.checkbox-form {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.checkbox9 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ce9634;
  margin-bottom: 30px;
  letter-spacing: 1px;
  border-bottom: 2px solid #ce9634;
  display: inline-block;
  padding-bottom: 5px;
}

.checkout-area .form-control {
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px 15px;
  height: 50px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.checkout-area .form-control:focus {
  border-color: #ce9634;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(206, 150, 52, 0.1);
  outline: none;
}

.ro-checkout-summary {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ro-title {
  background: #ce9634;
  /* Reverted to solid gold */
  padding: 15px 25px;
  /* Slightly slimmer height */
  text-align: center;
}

.ro-title h3 {
  color: #ffffff !important;
  /* White text on gold bg */
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  /* Reduced weight (less thick) */
  margin: 0;
  letter-spacing: 1.5px;
  font-size: 17px;
}

.ro-body {
  padding: 0 25px;
}

.ro-footer {
  padding: 25px 30px;
  background: #fdfaf3;
  /* Very light gold tint */
  border-top: 1px solid #f2e9d8;
}

.ro-footer p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  font-weight: 500;
  /* Reduced weight */
}

.ro-footer p span {
  font-weight: 500;
  /* Reduced weight */
  color: #1e1e1e;
}

.ro-footer p strong {
  font-size: 16px;
  color: #ce9634;
  font-weight: 600;
  /* Reduced from 700/800 */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ro-footer p .total-amount {
  font-size: 18px;
  font-weight: 600;
}

.place-order {
  padding: 25px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.place-order input[type="submit"],
.place-order button {
  background: transparent !important;
  color: #ce9634 !important;
  border: 1.5px solid #ce9634 !important;
  border-radius: 4px !important;
  height: 50px;
  width: 280px;
  /* Fixed width for better centering control */
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s ease !important;
  cursor: pointer;
  display: inline-block;
}

.place-order input[type="submit"]:hover,
.place-order button:hover {
  background: #ce9634 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(206, 150, 52, 0.25);
}

/* Scrollbar and Item styling */
.ro-order-items-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 5px;
}

.ro-item-modern {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  gap: 15px;
}

.ro-image-wrap {
  width: 70px;
  flex-shrink: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.ro-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.ro-p-name {
  font-weight: 600;
  font-size: 13px;
  color: #1e1e1e;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.ro-p-meta {
  font-size: 11px;
  color: #888;
  display: flex;
  gap: 10px;
}

.ro-p-price {
  color: #ce9634;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
}

.features-curosel2 .swiper-button-next,
.features-curosel2 .swiper-button-prev {
  opacity: 0;
}

/* --- Wishlist Page Consistency --- */
.wishlist-page-area {
  padding: 60px 0 !important;
  background-color: #fdfdfd;
}

.wishlist-page-area .section-title h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ce9634;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

/* --- Mobile Home Page Optimizations --- */
@media (max-width: 767px) {

  /* Home Slider Height Optimization */
  .slider-main-area .single-slider img {
    height: 280px !important;
    object-fit: cover;
    object-position: center;
  }

  /* Curated by Binnies (Category Grid) height fix */
  .again-design .tb-image img {
    height: 320px !important;
    object-fit: cover;
  }

  /* Full Banners (Home 2nd/3rd banners) */
  .banner-full img {
    height: 220px !important;
    object-fit: cover;
    object-position: center;
  }

  /* Title sizing for better fit */
  .lastest-from h3.title-section {
    font-size: 24px !important;
  }

  .design-area.again-design {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* --- Mega Menu Refinements --- */
.hedding-border a {
  white-space: nowrap !important;
  letter-spacing: 0.5px !important;
}

/* --- Global Fixes --- */
/* Fix Toast hiding behind sticky mobile header and Ultra-Premium Theming */
.Toastify__toast-container {
  z-index: 999999 !important;
}

/* Desktop Premium Theme Design */
.Toastify__toast {
  font-family: var(--font-1), sans-serif !important;
  border-radius: 8px !important; /* Elegant Soft Corners */
  background: #ffffff !important; /* Clean White Background */
  border: 1px solid #f0f0f0 !important;
  border-left: 4px solid #ce9634 !important; /* Gold Accent Edge */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important; /* Soft Premium Shadow */
  color: #333333 !important;
  padding: 16px 30px !important; /* Restored sleeker padding */
  min-height: auto !important;
  align-items: center !important;
  overflow: hidden !important; /* Prevents progress bar from bleeding out of rounded corners */
}

.Toastify__toast-body {
  font-weight: 400 !important; /* Restored lighter weight */
  font-size: 14px !important; /* Restored sleeker font size */
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.5px;
  color: #1e1e1e !important;
}

.Toastify__progress-bar {
  background: #ce9634 !important; /* Gold Progress Bar */
  height: 2px !important; /* Restored thinner progress bar */
  opacity: 1 !important;
}

.Toastify__close-button {
  color: #999999 !important;
  opacity: 0.6 !important;
  transition: all 0.3s ease !important;
  margin-top: 1px !important;
}

.Toastify__close-button:hover {
  color: #ce9634 !important;
  opacity: 1 !important;
}

/* Tablet Toast Sizing */
@media (min-width: 768px) and (max-width: 991px) {
  .Toastify__toast-container {
    top: 85px !important; /* Push below mobile sticky header */
  }
  .Toastify__toast {
    padding: 12px 24px !important; /* Restored tablet padding */
    border-radius: 8px !important;
  }
  .Toastify__toast-body {
    font-size: 13px !important; /* Restored tablet font size */
  }
}

/* Mobile Toast Sizing */
@media (max-width: 767px) {
  .Toastify__toast-container {
    top: 75px !important; /* Push below mobile sticky header */
    width: max-content !important; /* Restored centered floating layout */
    max-width: 90% !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }
  .Toastify__toast {
    padding: 10px 18px !important; /* Restored compact mobile padding */
    border-radius: 8px !important;
    min-height: auto !important;
    margin-bottom: 10px !important;
  }
  .Toastify__toast-body {
    font-size: 12px !important; /* Restored compact mobile font size */
    text-align: center !important; 
    letter-spacing: 0.3px;
  }
  .Toastify__close-button {
    display: none !important; /* Hide close button on mobile for a cleaner look */
  }
  
  /* Fix massive gap below CategoryGrid/GenderSection */
  .bottom-design {
    margin-bottom: 15px !important;
  }
}