:root{
    --red: red;
    --white: #ffffff;
    --pink: rgb(255, 190, 190);
    --black: #000000;
    --font: "Poppins", sans-serif;
    --head-font:  font-family: "Julius Sans One", sans-serif;
    --light_pink: #bd6a21;
    --dark_pink: #342200;
    }

body{
    overflow-x: hidden;
}
      
.home-slider {
    padding: 22px;
    z-index: -1;
}
    .home-slider-img-div > img {
        border-radius: 30px ;
        width: 100%;
        border-bottom-left-radius: 30px ;
        object-fit: cover;
        height: 450px;
    }
    .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }
    .carousel-control-prev-icon ,   .carousel-control-next-icon{
            display: none;
    }

    /*CATEGORY SECTION*/
    .category-div{
        display: flex;
        justify-content: space-between;
      padding: 35px;
        gap: 25px;
        margin-top: 20px;
    }
    .category-div > .category-sell-div {
        display: flex;
        align-items: center;
    }
    .category-div > .category-sell-div > span ,  .category-div > .category-multi-div > .category-double-multi-div > span ,  .category-div > .category-multi-div > .category-single-multi-div > span{
            display: flex
;
    flex-direction: column;
    align-items: center;
    /* gap: 3px; */
    height: 450px;
    justify-content: center;

    }

    .category-div > .category-sell-div > .animate > figure > img {
        width: 100%;
        height: 519px;
        object-fit: cover;
        border-radius: 20px;
        cursor: pointer;
    }
    .see_div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .see_more {
        font-size: 18px;
        margin-top: 15px;
        font-weight: 400;
        border: none;
        border-bottom: 1px solid black;
        padding: 0px;
        background-color: transparent;
        color: var(--dark_pink);
    }
    .category-div > .category-sell-div > span > h1 , .category-div > .category-multi-div > .category-double-multi-div > span > h1 ,     .category-div > .category-multi-div > .category-single-multi-div > span > h1{ 
         font-size: 1.8em;
    font-weight: 900;
    color: white;
    opacity: 1;
    text-align: center;
    position: relative;
    top: -50%;

     }
    .category-div > .category-multi-div{
    display: flex;
    gap: 20px;
     width: 100%;
    justify-content: space-around;
    align-items: start;
    }

    .category-div > .category-multi-div > .category-double-multi-div {
              display: flex
;
    justify-content: space-between;
    width: 20%;
    height: 281px;
    }
.category-div > .category-multi-div > .category-double-multi-div > span  > figure > img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
}
    .category-div > .category-multi-div > .category-single-multi-div {
        display: flex;
        width: 100%;
    }
    .category-div > .category-multi-div > .category-single-multi-div > span > figure > img{
        width: 100%;
        height: 225px;
        object-fit: cover;
        border-radius: 20px;
        cursor: pointer;
    }
    
   .product-title-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    margin-top: 50px;
   }
   .product-title-div > h1 {
    font-size: 40px;
    font-weight: 900;
    color: var(--light_pink);
    text-align: center;
    font-family: 'Sugar Bold', sans-serif;
}
.product-title-div > h1::after {
    content: '';
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    background-color: var(--dark_pink);
    height: 9px;
    width: 100%;
}

   .product-title-div > p {
    font-size: 12px;
    font-weight: 900;
    color: black;
    text-align: center;
    margin-top: 5px;
   }

   .product-cards-container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 0px;
    margin-top: 5px;
    overflow: none;
}
    .product-cards-container > .product-card {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    .product-cards-container > .product-card > .product-card-image {
        display: flex;
        align-items: center;
        height: 360px;
        justify-content: center;
        width: 100%;
    }
.product-cards-container > .product-card > .product-card-image > img {
    height: 260px;
    object-fit: cover;
    width: 80%;
} 
.product-cards-container > .product-card > .product-card-detail{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.product-cards-container > .product-card > .product-card-detail > .product-card-icon {
    display: flex;
    flex-direction: column;
    margin: 16px 0px;
    gap: 8px;
    margin-top: -110px;
    align-items: start;
    justify-content: start;
    width: 77%;
}
.product-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 36px;
    border: 1px solid rgb(206, 206, 206);
    padding: 5px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.product-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
    display: none;
    font-size: 15px;
    font-weight: 500px;
    letter-spacing: 1px;
}
.product-cards-container > .product-card > .product-card-detail > .product-card-icon > span > img {
    height: 25px;
    width: 25px;
    color: black;
}
.product-cards-container > .product-card > .product-card-detail > .product-card-icon > span:hover {
filter: invert(1);
}
.product-cards-container > .product-card > .product-card-detail > .product-card-into {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 85%;
    margin-bottom: 30px;
}
.product-card-into > h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    width: 80%;
}

 .product-card-into > span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;    
}
.sizes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sizes > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sizes > span > p{
    font-size: 15px;
    font-weight: 900;
}


 .product-card-into > span > h3 {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
  color: rgb(24, 24, 24);
}

.product-card-into > span > h2 {
    font-size: 17px;
    font-weight: 900;
    color: rgb(88, 0, 0);
  }

  .product-card-image {
    position: relative;
    overflow: hidden;
}

.product-card-image img {
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-image .product-img-secondary {
    opacity: 0;
    transform: scale(1.1); /* Slight zoom for effect */
}

.product-card:hover .product-card-image .product-img-primary {
    opacity: 0;
    transform: scale(1.1);
}

.product-card:hover .product-card-image .product-img-secondary {
    opacity: 1;
    transform: scale(1);
}

/* Show product-card-icon smoothly on hover */
.product-card-icon {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-card:hover .product-card-icon {
    display: flex;
    opacity: 1;
    z-index: 2;
}
  @media(max-width:557px){
    .home-slider-img-div > img {
        border-radius: 0px;
        width: 100%;
        object-fit: cover;
        height: 200px;
        margin-top: 10px;
        border-bottom-left-radius: 0px;
    }
    .most_heading{
        font-family: Viaoda Libre, serif;
        font-weight: 900;
        text-align: start;
        margin-top: 68px;
        margin-bottom: -5px;
        margin-left: 22px;
        letter-spacing: 3px;
        font-size: 36px;
    }
  }

    @media(max-width:768px){
        .home-slider {
           padding: 0px;
           margin-top: 0px;
       }
       .home-slider-img-div > img {
        border-radius: 0px;
        width: 100%;
        object-fit: cover;
        height: 200px;
        margin-top: 10px;
        border-bottom-left-radius: 0px;
    }
    .category-div {
        display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                padding: 10px;
                gap: 25px;
                margin-top: 30px;
    }
    .most_heading{
        font-family: Viaoda Libre, serif;
        font-weight: 900;
        text-align: start;
        margin-top: 68px;
        margin-bottom: -5px;
        margin-left: 22px;
        letter-spacing: 3px;
        font-size: 36px;
    }
    
    }
       .category-div > .category-sell-div > .animate > figure > img {
        object-fit: cover;
        width: 555px;
        border-radius: 20px;
        height: 375px;
       }
       .category-div > .category-multi-div > .category-double-multi-div {
        display: flex;
        padding: 0px;
        margin-top: -20px;
        gap: 15px;
        width: 100%;
        margin-bottom: 22px;
        justify-content: space-between;
    }

       .category-div > .category-multi-div > .category-double-multi-div > span > figure > img {
        object-fit: cover;
        width: 555px;
        border-radius: 20px;
        height: 375px;
    }
       .category-div > .category-multi-div > .category-single-multi-div > span > figure > img {
           width: 100%;
           height: 180px;
           object-fit: cover;
           border-radius: 20px;
       }

       /*PRODUCT CARD*/
       .product-cards-container {
        display: flex;
    justify-content: space-between;
    padding: 14px;
    gap: 0px;
    margin-top: 5px;
    /* flex-direction: column; */
    }
    
       .product-cards-container > .product-card {
        flex-direction: none;
       }
        .product-cards-container > .product-card > .product-card-image > img {
            height: 300px;
            object-fit: contain;
            width: 100%;        
        }
        .product-cards-container > .product-card > .product-card-detail {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;
        }
        .product-cards-container > .product-card > .product-card-detail > .product-card-icon {
            display: flex;
            margin: 16px 0px;
            gap: 8px;
            /* margin-top: -57px; */
            flex-direction: column;
            opacity: 1;
        }
        
        .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            background-color: white;

            border-radius: 0px;
            border: 1px solid rgb(206, 206, 206);
            padding: 5px;
            height: 55px;
            width: 95%;
            margin-top: -15px;
    
        }
        .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
            display: block;
        }
        .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
            font-size: 17px;
            font-weight: 500px;
            letter-spacing: 1px;
            margin-top: 17px;
            text-align: center;        
    }

/* Title Section */
.product-title-div {   
     display: flex
;
    justify-content: space-between;
    width: 50%;
}

.product-title-div h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.product-title-div p {
    font-size: 18px;
    color: #777;
}

/* Perfume Notes Main Container */
.perfumenotes-main-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row on large screens */
    gap: 20px;
    padding: 0 20px;
    margin-top: 25px;
}

.perfumenotes-single-div {
    display: flex;
    flex-direction: column;
    gap: -3px;
    background-color: var(--dark_pink);
    padding: 5px;
    border-radius: 25px;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    cursor: pointer;
}



.perfumenotes-single-div:hover {
    transform: translateY(-5px); /* Slight lift effect */
}

/* Image styling */
.perfumenotes-single-div img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 15px;
    border: 5px solid #ffffff;
    transition: transform 0.3s ease-in-out;
}

.perfumenotes-single-div img:hover {
    transform: scale(1.05); /* Zoom effect on hover */
}

/* Note Name Styling */
.perfumenotes-single-div h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ff5a5f;
    margin-top: 10px;
}

    .most_heading {
        font-family: Viaoda Libre, serif;
        font-weight: 900;
        margin-top: 75px;
        margin-bottom: 20px;
        background: #ffd38c;
        color: black;
        letter-spacing: 3px;
        font-size: 30px;
        border-top-right-radius: 15px;
        max-width: 100%;
        border-bottom-left-radius: 15px;
        padding: 5px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .most_heading > img {
    height:40px;
    width:40px;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .perfumenotes-main-div {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row on tablets and mobile */
    }
    .perfumenotes-main-div {
        gap:5px;
        padding: 0px 5px;
        
            }
            .perfumenotes-single-div {
                gap: 0px;
            }
            .perfumenotes-single-div > img {
                max-height: 100px;
            }

         
        .category-div > .category-multi-div > .category-double-multi-div > span > figure > img {
           width: 100%;
            height: 295px;
        }
        .product-cards-container {
            display: flex
        ;
            justify-content: space-between;
            padding: 20px;
            gap: 10px;
            margin-top: 5px;
            /* flex-direction: column; */
            overflow-x: scroll;
            flex-wrap: nowrap;
        }
        .most_heading{
            font-family: Viaoda Libre, serif;
            font-weight: 900;
            text-align: start;
            margin-top: 68px;
            margin-bottom: -5px;
            letter-spacing: 3px;
            font-size: 25px;
            margin: 0px;
            gap: 8px;
        }
}


/* Small Mobile Adjustments */
@media (max-width: 480px) {
    .perfumenotes-main-div {
gap:5px;
padding: 0px 5px;

    }
    .perfumenotes-single-div {
        gap: 0px;
    }
     .perfumenotes-single-div > img {
        min-height: 250px;
    }
    
    .product-title-div h1 {
        font-size: 30px;
    }

    .product-title-div p {
        font-size: 16px;
    }
    .product-cards-container {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        gap: 10px;
        margin-top: 5px;
        /* flex-direction: column; */
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
}
@-webkit-keyframes shine {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
  }
  @keyframes shine {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
  }
  
  .animate figure {
    position: relative;
    overflow: hidden; /* Ensures the animation doesn't bleed outside the figure */
  }
  
  .animate figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    pointer-events: none; /* Ensures the animation doesn't interfere with clicks */
  }
  
  .animate figure:hover::before {
    animation: shine 1.2s ease-in-out;
    -webkit-animation: shine 1.2s ease-in-out;
  }

  /* Disable hover animations and make product icon visible on mobile */
@media (max-width: 768px) {
    .home-slider{
        margin-top: -10px;
    }
    /* Disable hover effect on product cards */
    .product-card:hover .product-card-image .product-img-primary,
    .product-card:hover .product-card-image .product-img-secondary {
        opacity: 1;
        transform: scale(1);
    }

    /* Directly display product card icon without animation */
    .product-cards-container > .product-card > .product-card-detail > .product-card-icon {
        display: flex;
        opacity: 1;
        z-index: 2;
    }

    /* Make product icon visible without any hover transition */
    .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
        transition: none;
        opacity: 1;
    }

    /* Disable hover effect for the icon */
    .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span:hover {
        filter: none;
    }
    
    /* Make product image take full width without hover effect */
    .product-cards-container > .product-card > .product-card-image > img {
        transition: none;
        opacity: 1;
        transform: scale(1);
    }
    .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
        /* display: none; */
        font-size: 19px;
		}
		.product-cards-container > .product-card > .product-card-detail > .product-card-icon > span > img {
    height: 30px;
    width: 30px;
    color: black;
}
    .product-cards-container > .product-card > .product-card-detail > .product-card-icon {
        display: block;
        gap: 8px;
        margin-top: 0px;
		}
        .product-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            background-color: white;
            border-radius: 0px;
            border: 1px solid rgb(206, 206, 206);
            padding: 5px;
            height: 55px;
            width: 95%;
            margin-top: -15px;
        }
        .product-cards-container > .product-card {
            display: flex;
                    flex-direction: column;
                    gap: 3px;
                    width: 90%;
                    height: 100%;
        }
}