* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    padding-right: 18%;
    
    

    
}

.container {
    
    border-radius: 4px;

    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 35px auto;
    width: 45%;
    margin-left: 244px;
    
    
}



.product-highlight {
    height: 70%;
    width: 48%;
    padding-right: -20px;
   
   
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
}



.product-highlight img {
    border: none; /* No border by default */
    transition: transform 0.3s ease, border 0.3s ease; /* Smooth transition effect for both movement and border */
    display: block; /* Ensures the image is treated as a block */
    margin: 0 auto 10px auto; /* Centers the image and adds space below the image */
   
    width: 100%;
    height: 90%;
    margin-top: 10%;
    /* border-radius: 8px; */
    
}




.product-highlight img:hover {
    border: 2px solid #8c2a2b; /* Red border on hover */
    border-radius: 10px; /* Optional: rounds corners on hover */
    transform: translateY(-10px); /* Moves the image up by 10px when hovered */
}

.details {
    margin-top: 10px;
}

.badge {

  
    background-color: #d33b33;
    color: white;
  
}




h2 {
    font-size: 1.5rem;
    margin: 15px 0 10px;
}



.promo-section {
    
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    
    /* border-radius: 8px; */
    padding: 40px;
}

.promo-text {
    width: 50%;
}

.promo-text h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.shop-button {
    background-color: #000;
    
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
}

.shop-button:hover {
    background-color: #444;
}

.promo-section img {
    width: 350%;
    gap: 30px;
    margin: -10px;
    
    
   
}








/* 2 */

.products-container {
    padding-left: 230px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
    margin-top: 20px;
}

.product-card {
    
    border-radius: 8px;
    padding: 15px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 30%;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
}

.product-image img {
    border: none;
    transition: transform 0.3s ease, border 0.3s ease;
    margin: 0 auto 10px auto; /* Centers the image and adds space below the image */
    display: -moz-stack;
    width: 100%;
    border-radius: 8px;
}

.product-image img:hover {
    border: 2px solid #8c2a2b; /* Red border on hover */
    border-radius: 10px; /* Optional: rounds corners on hover */
    transform: translateY(-10px); /* Moves the image up by 10px when hovered */
}


.badge {
 
    background-color: #d33b33;
    color: white;
   
    
}

.bestseller {
    background-color: #d33b33;
    margin-top: 400%;

}

.expert-choice {
    background-color: #d33b33;
    margin-right: 25px;
}


.stock-status {
    color: #d33b33;
    font-weight: bold;
    font-size: 0.9rem;
}


/* 3 */

.step {
    padding-left: 200px;
    display: flex;
    justify-content: space-between;
    
    gap: 40px;
    
    margin-top: 20px;
}

.product-card {
    
    /* border-radius: 8px; */
    /* padding: 15px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 30%;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}


.expert-choice{
    top: 6px;
}


.product-image {
    position: relative;
    
}

.product-image img {
    border: px solid #0b0101c1; /* You can adjust the color and thickness */
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    transform: translateY(-5px);
    /* border-radius: 8px; */
}

.badge {
    position: absolute;
    top: 10px;
    left: 1px;
    /* background-color: #d33b33; */
    color: white;
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
    font-size: 0.8rem;
}

.bestseller {
     position: absolute;
    margin-top: 5%;
    left: 0px;
    background-color: #d33b33;
    color: white;
    padding: 8px 15px;
    border: none;
}

.expert-choice {
    position: absolute;
    margin-top: 15%;
    left: -15px;
    background-color: #d33b33;
    color: white;
    padding: 8px 15px;
    border: none;
    /* border-radius: 5px; */
}

.product-title {
    font-size: 1.2rem;
    margin: 15px 0 10px;
}

.product-price {
    font-size: 1.1rem;
    color: #515357;
}

.stock-status {
    color: #d33b33;
    font-weight: bold;
    font-size: 0.9rem;
}

/* 3 */


.containers {
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 200px;
}

.product {
    /* background-color: white; */
    width: 29%;
    padding: px;
    margin: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    text-align: center;
    position: relative;
    
}


.product:hover {
    transform: translateY(-5px);
}

.product img {
    margin-top: 35px;
    margin-right: 50px;
    width: 100%;
    border-radius: 8px;
    transform: translateY(-5px);
   
    
}

.product h3 {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}




.label {
    position: absolute;
    top: 10px;
    left: 10px;
    /* background-color: #b5651d;
    color: white; */
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
}

.expert-choice {
    position: absolute;
    margin-top: 15%;
    left: -15px;
    background-color: #d33b33;
    color: white;
    padding: 8px 15px;
    border: none;
    /* border-radius: 5px; */
}

.bestsellers {
    position: absolute;
    margin-top: 13%;
    left: -15px;
    background-color: #d33b33;
    color: white;
    padding: 8px 15px;
    border: none;
    /* border-radius: 5px; */
}


/* 4 */


.containerp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 200px;
}

.product {
    /* background-color: white; */
    width: 300px;
    padding: 20px;
    margin: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    text-align: center;
    position: relative;
}

.product img {
    width: 100%;
    border-radius: 10px;
}

.product h3 {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}

.label {
    position: absolute;
    top: 34px;
    left: 10px;
    
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
}

.expert-choice {
    background-color: #e2240a;
    margin-left: 15px;
    margin-top: 15px;
}

.bestsellers {
    margin-left: 20px;
    margin-top: 15px;
    background-color: #e2240a;
}

.offer {
    background-color: #fbe9c1;
    color: #b76e00;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}



/* 7 */



.gemstore-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    padding: 40px;
    
    position: relative;
}

.header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120%;
    
}

.header-text h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.header-text p {
    font-size: 18px;
    font-weight: 300;
}

.product-section {
    margin-top: 40px;
}

.product-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 140px;
    padding-left: 17%;
}


.amount{
    font-size: 15px;
    color: #515357;
}

.filter-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 17%;
}

.filter-btn {
    background-color: #003366;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.sort-dropdown {
    display: flex;
    align-items: center;
}

.sort-dropdown label {
    margin-right: 10px;
}

.sort-dropdown select {
    padding: 5px;
    font-size: 16px;
}

.product-grid {
    display: flex;
    gap: 20px;
}

.product {
    text-align: center;
}

.product img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.product p {
    font-size: 16px;
    font-weight: bold;
}




/* load */



.load-more {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-color: #8B0000;
    color: white;
    border: 30px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 55%; 
    
}



/* img */


.special-img{
    margin-left: 220px;
    width: 82.8%;
    
}

/* 000 */




.containerss {
    
    width: 79.1%;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #cd9a92;
    margin-left: 19.8%;
    
    
}

.header-section h2 {
    font-size: 1em;
    color: #a52a2a;
    margin-bottom: 10px;
    text-align: justify;
}

.header-section p {
    font-size: 1em;
    color: #5b2c2b;
    text-align: justify;
}

.header-section p span {
    color: #a52a2a;
    font-weight: bold;
    text-align: justify;
}

.popular-searches {
    margin-top: 30px;
    text-align: justify;
}

.popular-searches h3 {
    font-size: 1.563em;
    color: #852729;
    margin-bottom: 20px;
    text-align: justify;
}

.search-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    text-align: justify;
}

.search-buttons button {
    background-color: #f5e6d4;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 50px;
    color: #5b2c2b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-align: justify;
}

.search-buttons button i {
    margin-left: 10px;
    font-size: 1.2em;
    color: #5b2c2b;
    text-align: justify;
}

.collection-section,
.jewellery-section {
    margin-top: 40px;
    text-align: justify;
}

.collection-section h3,
.jewellery-section h3 {
    font-size: 1.5em;
    color: #a52a2a;
    margin-bottom: 20px;
    text-align: justify;
}

.collection-section p,
.jewellery-section ul {
    font-size: 1.1em;
    color: #5b2c2b;
    text-align: justify;
}

.collection-section p span,
.jewellery-section ul li span {
    color: #a52a2a;
    font-weight: bold;
    text-align: justify;
}

.jewellery-section ul {
    list-style-type: disc;
    margin-left: 20px;
    text-align: justify;
}

/* Header Section */
.header-section h2 {
    font-size: 2em;
    color: #a52a2a;
    margin-bottom: 10px;
    text-align: justify;
}

.header-section p {
    font-size: 1.2em;
    color: #5b2c2b;
    text-align: justify;
}

.header-section p span {
    color: #a52a2a;
    font-weight: bold;
    text-align: justify;
}

/* Popular Searches Section */
.popular-searches {
    margin-top: 40px;
    text-align: justify;
}

.popular-searches h3 {
    font-size: 1.5em;
    color: #a52a2a;
    margin-bottom: 20px;
    text-align: justify;
}

.search-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    text-align: justify;
}

.search-buttons button {
    background-color: #f5e6d4;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1em;
    color: #5b2c2b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-align: justify;
}

.search-buttons button i {
    margin-left: 10px;
    font-size: 1.2em;
    color: #5b2c2b;
    text-align: justify;
}

/* Collection Section */
.collection-section,
.jewellery-section,
.shopping-section,
.exchange-section,
.store-section {
    margin-top: 40px;
    text-align: justify;
}

.collection-section h3,
.jewellery-section h3,
.shopping-section h3,
.exchange-section h3,
.store-section h3 {
    font-size: 1.5em;
    color: #a52a2a;
    margin-bottom: 20px;
    text-align: justify;
}

.collection-section p,
.jewellery-section ul,
.shopping-section p,
.exchange-section p,
.store-section p {
    font-size: 1.1em;
    color: #5b2c2b;
    text-align: justify;
}

.collection-section p span,
.jewellery-section ul li span,
.shopping-section p span,
.exchange-section p span,
.store-section p span {
    color: #a52a2a;
    font-weight: bold;
    text-align: justify;
}

.jewellery-section ul {
    list-style-type: disc;
    margin-left: 20px;
    text-align: justify;
}

.store-section p {
    font-size: 1em;
    color: #a52a2a;
    line-height: 1.5;
    text-align: justify;
}



/* footer */

/* Container for the 3 divs in a row */
.container {
    
    box-sizing: border-box;
    margin-right: 30px;
    gap: 11.5%;
    display: flex;
    flex-direction: row;
    width: 100%;
   
    
}

/* Individual image containers */
.image-container {
    cursor: pointer;
    position: relative;
    width: 200px; /* Adjust based on your needs */
    height: 300px; /* Adjust to fit the images and text */
    
    margin-bottom: 20px;
    margin-top: 30px;
    
}

/* Badge styling */
.badge {
    position: absolute;
    top: -9px;
    left: 1px;
    background-color:#cc6874;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    z-index: 2;
}


.round{

    position: absolute;
    top: 1px;
    left: 1px;
    background-color:#cc6874;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    z-index: 2;

}

/* Wrapper for the images */
.image-wrap {
    position: relative;
    width: 150%;
    height: 300px;
    overflow: hidden;
    
}






/* Images styling */
.image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
}

.image2 {
    transform: translateX(100%);
}

.image-container:hover .image2 {
    border: 1px solid black; /* Red border on hover */
    border-radius: 10px;
    transform: translateX(0);
}

.image-container:hover .image1 {
    border: 1px solid black; /* Red border on hover */
    border-radius: 10px;
    transform: translateX(-100%);
}

/* Title styling */
.title {
    white-space: nowrap;  /* Prevents the text from wrapping to the next line */
    overflow: hidden;     /* Hides the overflowed content */
    text-overflow: ellipsis;  /* Displays '...' for overflowing text */
    color: #222222;
    font-size: 10px, serif;;
    margin: 10px 0 5px;
}

/* Price styling */
.price {
    font-size: 18px;
    color: #222222;
    font-weight: normal 20px"Fraunces", serif;
}



.discount{
    color: red;
    font-size: 13px;
    padding: 10px;
}


.only{
    color: #832729;
    padding: 12px;
}


/* promo */



/* Promo section at the bottom */
.promo-section {
    width: 18%;
    padding: 20px;
    
    text-align: center;
    margin-top: 20px;
}




/* Style for the div */
.custom-cursor-div {
    width: 200px;
    height: 150px;
    background-color: lightblue;
    text-align: center;
    line-height: 150px;
    font-size: 18px;
    border: 2px solid #333;
    margin: 50px auto;
    cursor: pointer;  /* Changes the cursor to a hand (pointer) */
}








/* wishlist */



/* Styling the wishlist button */
.wishlist-btn {
    
    position: absolute;
    top: 5px;
    right: -85px;
    background: none;
    border: none;
    font-size: 25px;
    color: #aaa;
    cursor: pointer;
    transition: color 0.3s ease;
}

.wishlist-btn:hover {
    color: red;  /* Changes color when hovered */
}

/* Style for when the item is added to wishlist (optional) */
.wishlist-btn.active {
    color: red;  /* Change color for active wishlist items */
}
