
.navbar {
    background: linear-gradient(90deg, #6a00ff, #b700ff, #ff00a8);
    padding: 15px 20px;
    box-shadow: 0 4px 25px rgba(106, 0, 255, 0.25);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
    transition: 0.3s;
}

.navbar-brand:hover {
    transform: scale(1.06);
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px !important;
    border-radius: 10px;
    color: #fff !important;
    transition: 0.3s;
}

.nav-link:hover {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    color: #fff !important;
    transform: translateY(-3px);
}


.carousel-inner img {
    height: 360px;
    object-fit: cover;
    border-radius: 18px;
    margin-top: 10px;
    box-shadow: 0 10px 35px rgba(106,0,255,0.25);
}

.cat-grid {
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 25px;
    padding: 20px;
}

.cat-box {
    background: #fff;
    padding: 18px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.35s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 2px solid transparent;
}

.cat-box:hover {
    transform: translateY(-12px) scale(1.06);
    border-color: transparent;
    background: linear-gradient(135deg, #7a00ff, #ff00d4);
    color: white;
    box-shadow: 0 15px 35px rgba(255, 0, 140, 0.35);
}

.cat-box:hover p {
    color: #fff;
}

.cat-box img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 10px;
}

.cat-box p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}



.swiper1 {
    padding: 40px 20px;
}

.swiper1 .card {
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 10px;
    transition: all .3s ease;
    border: none;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
}

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

.swiper1 .card img {
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
    transition: all .3s ease;
}

.swiper1 .card:hover img {
    transform: scale(1.05);
}

.swiper1 h5 {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}

.swiper1 p {
    text-align: center;
    color: gray;
    font-size: 14px;
}


.top-swiper {
    width: 100%;
    background: #f5f5f5;          
    padding: 18px 20px;
    border-radius: 10px;
    margin: 30px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}


.top-swiper h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #222;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 40rem;
}

.top-swiper:hover {
    background: #ededed;
    transition: 0.3s ease-in-out;
}
.swiper-button-prev1,
.swiper-button-next1 {
    color: #000;
    font-weight: bold;
    transition: all .3s ease;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    transform: scale(1.2);
    color: #ff0077;
}


.swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #888;
    opacity: .6;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #ff0077;
    transform: scale(1.3);
    opacity: 1;
}.card h5 {
    margin-top: 10px;
}
.card h5 {
    margin-top: 10px;
}
.card h5 {
    margin-top: 10px;
}

.pro-card {
    background: #ffffff;
    padding: 15px;
    border-radius: 18px;
    text-align: center;
    transition: 0.35s;
    box-shadow: 0 8px 25px rgba(106,0,255,0.15);
    border: 1px solid #eee;
}

.pro-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 18px 40px rgba(106,0,255,0.32);
}

.pro-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: 0.4s;
}

.pro-card:hover .pro-img {
    transform: scale(1.12);
}

.pro-title {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    margin: 15px 0 10px;
}

.price-box {
    font-size: 20px;
    font-weight: 700;
    color: #7a00ff;
}



.cart-btn {
    background: linear-gradient(45deg, #7b00ff, #ff0099);
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    margin-left: 20px;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(255,0,150,0.35);
    transition: 0.3s;
}

.cart-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(255,0,140,0.45);
}

#cartCount {
    background: #ff0059;
    padding: 3px 8px;
    border-radius: 50%;
    margin-left: 8px;
    color: white;
    font-size: 13px;
}


.page-link {
    font-weight: 600;
    border-radius: 10px !important;
    margin: 0 5px;
    transition: 0.3s;
}

.page-item.active .page-link {
    background: #7a00ff !important;
    border-color: #7a00ff !important;
}

.page-link:hover {
    background: #b100ff;
    color: #fff;
}


.auth-container {
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.auth-box {
  background: #ffffff;
  width: 380px;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  animation: fadeIn 0.5s ease-in-out;
  text-align: center;
}

.auth-box h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}


.auth-box input {
  width: 100%;
  padding: 12px;
  margin: 10px 0 15px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
}

.auth-box input:focus {
  border-color: #6a11cb;
  box-shadow: 0 0 5px rgba(106, 17, 203, 0.4);
}

/* Button */
.auth-box button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: white;
  border: none;
  font-size: 17px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease;
}

.auth-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.auth-box p {
  margin-top: 15px;
  font-size: 14px;
}

.auth-box a {
  color: #6a11cb;
  font-weight: 600;
  text-decoration: none;
}

.auth-box a:hover {
  text-decoration: underline;
}


.main-img {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.main-img:hover {
  transform: scale(1.03);
}

#productDetails ul li {
  margin-bottom: 5px;
}



.filters-box {
  display: none;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 10px;
}

.filter-section {
  display: none;
}

