body {
  background: url('/brand/idosigns/img/bg.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

/* body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
} */

#categoryCarousel {
  background-color: #3C2F2F;
}

#home_section .product-card {
  background-color: #faf9f6;
  border: 1px solid #e3bc5c;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Optional hover effect for interaction */
#home_section .product-card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-color: #d4aa4f;
}

/* For cards inside carousels (optional differentiation) */
.owl-carousel .product-card {
  background-color: #fffaf0;
}

#footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #3C2F2F;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px;
  justify-content: center;
}

.size-btn {
  background: #b08d5782;
  color: #333;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 0px 0px;
  font-size: 1.1rem;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.size-btn:hover {
  background: #b08d5782;
  border-color: #999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.size-btn.selected {
  background: #b08d5782;
  color: #fff;
  border-color: #880000;
  box-shadow: 0 0 0 3px rgba(43,108,176,0.3);
  transform: scale(1.03);
}

.size-btn:active {
  transform: scale(0.97);
}
/* ===============================
   Shopping Cart Header Styles
   =============================== */
.shopping-cart-header {
  background-color: #faf9f6;
}

.shopping-cart-header .divider {
  border-color: #195094;
}

/* ===============================
   Checkout Header Styles
   =============================== */
.checkout-header {
  background-color: #faf9f6;
}

.checkout-header .divider {
  border-color: #195094;
}

/* checkout.css */
.cart_section {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* checkout.css */
.checkout_section {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.checkout-header {
  text-align: center;
  margin-bottom: 20px;
}

.checkout-header .section-header {
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
}

.divider {
  border-color: #e3bc5c;
}

.carousel-container {
  background: #3c2f2f;
}
