        :root {
            --primary-color: #5a67d8;
            --dark-color: #2d3748;
            --light-color: #f7fafc;
            --success-color: #38a169;
            --accent-color: #e74c3c;
        }
        
        .card-product {
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
        .card-product:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .product-img {
            height: 500px;
            object-fit: cover;
        }
        
        .price-tag {
            color: var(--primary-color);
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .badge-sale {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: var(--danger-color);
        }
        
        .btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .btn-primary:hover {
            background-color: #4c51bf;
            border-color: #4c51bf;
        }
        
        .btn-outline-primary {
            color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .btn-outline-primary:hover {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .page-header {
            background-color: #f8f9fa;
            padding: 30px 0;
            margin-bottom: 30px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .star-rating {
            color: #f6ad55;
        }
        
        .product-detail-img {
            max-height: 400px;
            object-fit: contain;
        }
        
        .login-container {
            max-width: 500px;
            margin: 0 auto;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            background-color: white;
        }
        
        .terms-container {
            max-height: 500px;
            overflow-y: auto;
            border: 1px solid #e9ecef;
            padding: 20px;
            border-radius: 5px;
        }
        
        .form-check-input:checked {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .heart-icon {
            color: #e53e3e;
            cursor: pointer;
        }
        
        .heart-icon-outline {
            color: #cbd5e0;
            cursor: pointer;
        }
        
        .heart-icon-outline:hover {
            color: #e53e3e;
        }
        
        .favorite-item {
            border-bottom: 1px solid #e9ecef;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

        /* Cart Related */

        .cart-icon {
            position: relative;
        }
        
        .cart-count {
            position: absolute;
            top: -5px;
            right: -8px;
            background-color: var(--accent-color);
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            font-size: 0.7rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Footer Styles */
        .footer {
            color: #fff;
            padding: 10px 0 20px;
            margin-top: 5vh;
        }
        
        .footer h5 {
            color: black;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .footer a {
            color:black;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer a:hover {
            color: black;
        }
        
        .footer span {
            color: black;
            line-height: 0.5;
        }
        
        .footer ul li {
            margin-bottom: 8px;
        }
        
        .footer .bi {
            margin-right: 10px;
            color: var(--primary-color);
        }
        
        .styl:hover{
            text-decoration: underline;
        }

        .bi.bi-facebook:hover,
        .bi.bi-instagram:hover,
        .bi.bi-tiktok:hover{
            cursor: pointer;
        }

        .styl{
            color: black;
          }

          .styl:hover{
            cursor: pointer;
          }

          .bsize{
            margin-left: 10px;
            border: none;
            font-weight: 600;
            height: 3vh;
            width: 3vw;
          }
       
          #cart-view:hover,
          #favorite:hover,
          #fav:hover,
          #logger:hover,
          #out:hover{
            cursor: pointer;
          }

          body{
            margin-top: 10vh;
          }


@media (max-width: 1024px) {
    .img-thumbnail{
       height: auto !important;
       width: auto !important;
    }

    #tab{
      display: contents !important;  
    }

    #notmob{
      display: none; 
    }

    #mob{
      display: none; 
    } 
}

@media (max-width: 820px) {
    .img-thumbnail{
       height: auto !important;
       width: auto !important;
    }

    body{
       padding: 0%; 
    }

    #pimage{
        margin-bottom: 5vh;
        width: 90vw !important;
        max-width: none !important;
        height: auto !important; /* Prevents stretching */ 
    }

    #notmob{
      display: none; 
    }
}


@media (max-width: 768px) {
    .img-thumbnail{
       height: auto !important;
       width: auto !important;
    }

    #pimage{
        margin-bottom: 5vh;
        width: 90vw !important;
        max-width: none !important;
        height: auto !important; /* Prevents stretching */
    }

    /* Tablets*/
    #stories {
        margin-top: 3vh !important;
        display: grid !important;
        justify-content: center !important;
    }

    .new-fixed {
        height: auto !important;
        width: auto !important;
    }

    .carousel-caption {
        padding: 15px;
        bottom: 20%;
    }

    .carousel-caption h3 {
        font-size: 1.8rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    body {
        padding-top: 66px;
    }
}


@media (max-width: 576px) {
    .img-thumbnail{
       height: auto !important;
       width: auto !important;
    }

    body{
       padding: 0%; 
    }
    #pimage{
        margin-bottom: 5vh;
        width: 90vw !important;
        max-width: none !important;
        height: auto !important; /* Prevents stretching */
    }

    .term{
      padding-left: 0px !important;
    }

    #notmob{
      display: none;
    }
    
    #mob{
      color: black;
      display: block !important;
      text-align: center;
      line-height: 3vh;  
    }

    #tab{
      display: none !important;
    }
}

#mob{
    display:none;
}

.term{
   padding-left: 34px;
}

#new-rel{
    display: flex;
    margin-left: 2vw;
}

#tab{
  display: none;  
}

.img-thumbnail{
    height: 10vh;
    width: 6vw;
}

#image1:hover,
#image2:hover,
#image3:hover,
#image4:hover{
    cursor: pointer;
}

#next-touch:hover,
#pre-touch:hover{
  cursor:pointer;    
}


