@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;

}
html, body {
  overflow-x: hidden;   /* hide horizontal scroll */
  overflow-y: auto;     /* enable vertical scroll */
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff; /* White background */
  color: #000; /* Black icon color */
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #000;
  color: #fff;
}
.footer-link {
color: #ccc;
text-decoration: none;
display: block;
margin-bottom: 8px;
}

.footer-link:hover {
color: #fff;
text-decoration: underline;
}

/* ====== WRAPPER ====== */
.main-navbar {
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* make default toggler icon visible on white bg */
.main-navbar .navbar-toggler {
  border: none;
}
.main-navbar .navbar-toggler-icon {
  filter: invert(25%);
}

/* ====== LOGO + TAGLINE ====== */
.main-navbar .logo {
  max-height: 54px;
  width: auto;
}

.brand-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3f0458;
  margin-top: 0.15rem;
}

/* top row layout */
.navbar-top {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}

/* right icons */
.navbar-icons .fa-user,
.navbar-icons .fa-shopping-cart {
  font-size: 1.2rem;
  color: #3f0458;
}

.cart-link {
  text-decoration: none;
}

/* cart badge */
.cart-quantity-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff6b6b;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ====== MAIN MENU LINKS (bottom row) ====== */
.navbar-bottom {
  padding-bottom: 0.4rem;
}

.main-menu .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.77rem;
  letter-spacing: 0.14em;
  color: #3f0458;
  padding: 0.7rem 0.9rem;
  position: relative;
}

.main-menu .nav-link:hover,
.main-menu .nav-link:focus,
.main-menu .nav-link.show {
  color: #a3007a; /* deeper purple on hover */
}

/* subtle underline animation */
.main-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #3f0458;
  transform: translateX(-50%);
  transition: width 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}

.main-menu .nav-link:hover::after,
.main-menu .nav-link.show::after {
  width: 60%;
  opacity: 1;
}

/* dropdown menu style */
.main-navbar .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(63, 4, 88, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0;
}

.main-navbar .dropdown-item {
  font-size: 0.9rem;
}

.main-navbar .dropdown-item:hover {
  background-color: rgba(63, 4, 88, 0.06);
}

/* ====== RESPONSIVE ====== */

/* Desktop spacing when categories wrap */
@media (min-width: 992px) {
  .navbar-bottom {
    margin-top: 0.2rem;
  }

  .main-menu {
    gap: 0;              /* Bootstrap handles spacing with padding */
  }
}

/* Tablet & mobile */
@media (max-width: 991.98px) {
  .main-navbar {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  }

  .navbar-top {
    padding: 0.4rem 0;
  }

  .navbar-brand {
    margin-bottom: 0.25rem;
  }

  /* make bottom collapse full-width stack */
  .navbar-bottom {
    width: 100%;
  }

  .main-menu {
    align-items: flex-start;
  }

  .main-menu .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .main-navbar .dropdown-menu {
    border-radius: 8px;
    box-shadow: none;
  }
}
/* Add to Cart Button */
.add-to-cart {
margin-top: 10px !important;
font-size: 14px !important;
font-weight: bold !important;
width: 100% !important;
padding: 10px !important;
border-radius: 6px !important;
background-color: #A4863d !important; /* Gold Shade */
color: white !important;
border: none !important;
transition: all 0.3s ease-in-out !important;
}

.add-to-cart:hover {
background-color: #8c7230 !important; /* Slightly darker gold */
color: #fff !important;
}




.navbar-brand {
display: flex;
flex-direction: column;
align-items: center;
}

.logo {
max-width: 100%;
height: auto;
}

h5 {
margin-top: 8px; /* slight spacing from logo */
font-size: 1rem;
text-align: center;
}

.signup-card {
        background-color: transparent;
        border: 1px solid #3f0458;
        border-radius: 0px;
        padding: 30px;
        width: 100%;
        max-width: 400px;
    }

    .signup-card h2 {
        text-align: center;
        color: #3f0458;
        margin-bottom: 20px;
    }

    .form-control {
background-color: transparent;
border: 1px solid #A4863d;
color: #fbd757;
padding: 10px;
border-radius: 0;
}

.form-control::placeholder {
color: #000;
}

.form-control:focus {
background-color: transparent; /* Keep background transparent on focus */
color: #000;
outline: none; /* Remove default browser outline */
box-shadow: none; /* Remove the shadow effect */
border-color: #A4863d; 
}

    .btn-custom {
        background-color: #FBD757;
        color: #000;
        border-radius: 0px;
        border: none;
        width: 100%;
    }
    .signup-link a {
        color: #000;
        text-decoration: underline;
    }


    .magnifier {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
border: 2px solid #000;
cursor: none;
background: rgba(255, 255, 255, 0.5);
background-repeat: no-repeat;
background-size: 1000px 1200px; /* Same size as the image */
display: none;
}
.rating {

border: none;
float: left;
}

.rating > label {
color: #90A0A3;
float: right;
}

.rating > label:before {
margin: 5px;
font-size: 1.5em;
font-family: FontAwesome;
content: "\f005";
display: inline-block;
}

.rating > input {
display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #f7f026;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
color: #f7f026;
}
.review {
margin-bottom: 10px; /* Adjust the margin as needed for the desired separation */
border-bottom: 1px solid #000B41; /* Optional: Add a border-bottom for further separation */
padding-bottom: 10px; /* Optional: Add padding at the bottom for spacing */
}

.quantity-selector {
color: #000;
}