/* LUPO Custom Color Theme - Based on Logo Colors */
/* Gold/Bronze Primary Colors */

:root {
  --primary-color: #c49b4a;
  --primary-hover: #d4ae67;
  --primary-dark: #a37f36;
  --dark-bg: #2d2d2d;
  --text-on-primary: #ffffff;
}

/* Primary Button Overrides */
.btn-primary {
  border-color: #c49b4a !important;
  background-color: #c49b4a !important;
  color: #fff !important;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus {
  border-color: #d4ae67 !important;
  background-color: #d4ae67 !important;
  color: #fff !important;
}

.btn-primary.disabled, 
.btn-primary:disabled {
  border-color: #c49b4a !important;
  background-color: #c49b4a !important;
  color: #fff !important;
  opacity: 0.65;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
  border-color: #a37f36 !important;
  background-color: #a37f36 !important;
  color: #fff !important;
}

/* Background Colors */
.bg-primary {
  background-color: #c49b4a !important;
}

/* Text Colors */
.text-primary {
  color: #c49b4a !important;
}

/* Links */
a {
  color: #c49b4a;
}

a:hover {
  color: #a37f36;
}

/* Product Labels */
.product-label.label-sale {
  background-color: #c49b4a !important;
}

.product-label.label-new {
  background-color: #d4ae67 !important;
}

/* Category Icons */
.product-category i {
  color: #c49b4a;
}

/* Price Colors */
.product-price,
.new-price {
  color: #c49b4a;
}

/* Feature Box Icons */
.feature-box-icon i {
  color: #c49b4a;
}

.feature-box.border-top-primary {
  border-top-color: #c49b4a !important;
}

/* Navigation Active States */
.main-nav .menu > li.active > a,
.main-nav .menu > li:hover > a {
  color: #c49b4a;
}

/* Cart Icon Badge */
.cart-count {
  background-color: #c49b4a !important;
}

/* Social Icons Hover */
.icon-facebook:hover,
.icon-instagram:hover,
.icon-mail:hover {
  color: #c49b4a !important;
}

/* Owl Carousel Dots */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c49b4a !important;
}

/* Product Action Buttons */
.btn-product:hover,
.btn-product:focus {
  color: #c49b4a;
  border-color: #c49b4a;
}

.btn-product.btn-cart:hover,
.btn-product.btn-cart:focus {
  background-color: #c49b4a;
  border-color: #c49b4a;
}

/* Ratings */
.ratings-container .product-ratings {
  color: #c49b4a;
}

/* Form Focus States */
.form-control:focus {
  border-color: #c49b4a;
  box-shadow: 0 0 0 0.2rem rgba(196, 155, 74, 0.25);
}

/* Section Titles Accent */
.section-title:after {
  background-color: #c49b4a;
}

/* Add to Cart Box */
.add-cart-box .btn-actions .btn-primary {
  background-color: #c49b4a !important;
  border-color: #c49b4a !important;
}

.add-cart-box .btn-actions .btn-primary:hover,
.add-cart-box .btn-actions .btn-primary:focus {
  background-color: #a37f36 !important;
  border-color: #a37f36 !important;
}

/* Header Search Button */
.header-search .btn {
  background-color: #c49b4a !important;
}

.header-search .btn:hover {
  background-color: #a37f36 !important;
}

/* Category Showcase Hover */
.product-category:hover i,
.product-category:hover h3 {
  color: #d4ae67;
}
