    .introduction{
        padding: 1%;
        height: 87vh;
        background-color: whitesmoke;
    } 
    .introConatiner{
        width: 93%;
        display: grid;
        grid-template-columns: 0.4fr 1fr;
        margin-top: 20px;
        gap: 30px;
        align-items: flex-start;
    }
    .introConatiner .introSide{

    }
    .introSide{
    position: relative;
}
.introSide p{
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
}
.fitImage{
height: 400px;
margin-top: 10px;
}
.fitImage img{
    height:auto;
    max-height: 100%;
}
.fitProducts{
position: absolute;
top: 70px;
}
.fititemTiles{
align-items: start;
} 
.fititemTiles a{
text-transform: capitalize;
font-size: 13px;
padding: 2px 10px;
color:#000000c8;
border-radius: 6px;
margin: 10px 0px;
border: 1px solid black;
}
.fititemTiles a:hover{
    background-color: black;
color: whitesmoke;
box-shadow: 0px 2px 8px grey;
}
    .introConatiner .introTiles{
        display:grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;

    }
    .introConatiner .introTiles .tileItem{
        position: relative;
        height: 210px;
        border-radius: 16px;
        color: black;
        padding: 10px;
        overflow: hidden;
        background-color: antiquewhite;
    }
    .introConatiner .introTiles .tileItem h2{
        margin: 0;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        font-weight:700;
        z-index: 0;
        color: antiquewhite;
        position: absolute;
        top: 5px;
    }
    .introConatiner .introTiles .tileItem p{
        margin: 0;
        font-size: 11px;
        line-height: 13px;
        color: #0000008b;
        width: 90%;
        margin-top: auto;
        margin-bottom: 30px;
    }
    .introConatiner .introTiles .tileItem button{
        text-align: left;
        border: 2px solid white;
        background-color: transparent;
        color: #00000074;
        border-radius: 16px;
        padding-left: 10px;
        text-transform: capitalize;
    }
    .introConatiner .introTiles .tileItem img{
        z-index: 0;
    }
    .introConatiner .introTiles .tileItem:nth-child(1){
        background-color: rgb(233, 233, 233);
    }
    .introConatiner .introTiles .tileItem:nth-child(1) h2{
        color: rgb(78, 78, 78);
    }
    .introConatiner .introTiles .tileItem:nth-child(2){
       background-color: rgba(174, 82, 2, 0.212);
    }
    .introConatiner .introTiles .tileItem:nth-child(2) h2{
        color: #f3f3f3;
    }
    .introConatiner .introTiles .tileItem:nth-child(3){
        background-color: rgb(233, 233, 233);
    }
    .introConatiner .introTiles .tileItem:nth-child(3) h2{
        color: #565656;
    }
    .introConatiner .introTiles .tileItem:nth-child(4){
        background-color:rgba(0, 35, 42, 0.593);
        color: white;
    }
    .introConatiner .introTiles .tileItem:nth-child(4) h2{
        z-index: 1;
    }
    .introConatiner .introTiles .tileItem:nth-child(4) p{
        color: #d1d1d1;
    }
    .introConatiner .introTiles .tileItem:nth-child(4) button{
        color:rgb(104, 104, 104);  
        background-color: antiquewhite;
        border: none; 
    }
    .introConatiner .introTiles .tileItem:nth-child(5){
        background-color: crimson;
    }
    .introConatiner .introTiles .tileItem:nth-child(5) h2{
        color: antiquewhite;
    }
    .introConatiner .introTiles .tileItem:nth-child(5) p{
        color:antiquewhite;
    }
    .introConatiner .introTiles .tileItem:nth-child(5) button{
        color:#5d5d5db5;  
        background-color: white;
        border: 2px solid #ffffffb5;  
    }
    .introConatiner .introTiles .tileItem:nth-child(6){
        background-color:rgb(183, 195, 208); 
    }
    /*.introConatiner .introTiles .tileItem:nth-child(4){
        grid-column: span 3;
        height: 180px;
    }*/
    .introConatiner .introTiles .tileItem:nth-child(1) img{
        position: absolute;
        bottom: 0px;
        width: 79%;
        right: 0;
    }
    .introConatiner .introTiles .tileItem:nth-child(2) img{
        position: absolute;
        bottom: 0px;
        width: 70%;
        right: 0;
    }
    .introConatiner .introTiles .tileItem:nth-child(3) img{
        position: absolute;
        bottom:10%;
        width: 97%;
        right: 0;
    }

    .introConatiner .introTiles .tileItem:nth-child(4) img{
        position: absolute;
        bottom: 0px;
        width: 70%;
        right: 1%;
        top: 10%;
        transform: rotate(-10deg);
    }
    .introConatiner .introTiles .tileItem:nth-child(5) img{
        position: absolute;
        bottom: 0px;
        width: 60%;
        right: -4%;
    }
    .introConatiner .introTiles .tileItem:nth-child(6) img{
        position: absolute;
        bottom: 0px;
        width: 70%;
        right: 3%;
    }
/* latest */
    .shopWrapper{
        padding-top: 60px;
        background-color: rgba(245, 245, 245, 0.749);
        min-height: 50vh;

    }
.c-Tiles h2{
    display: flex;
    font-size:25px;
    text-transform: capitalize;
    font-weight: 200;
    padding-left: 10px;
    align-items: center;
    }
    .c-Tiles h2 a{
        font-size: 17px;
        margin-left: 20px;
        color: rgba(0, 0, 0, 0.423);
    }
    @keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.c-Tiles h2 a:hover i {
    color: orange;
    animation: spin 0.5s linear; /* Spins in 0.5 seconds */
}
.c-Tiles p{
font-size: 12px;
font-weight: 200;
margin: 0;
padding-left: 10px;
}
    .shopContainer{
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .sellers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensures even spacing */
}

.sellers a{
    flex: 1 1 calc(33.33% - 20px); /* Each div takes 1/3 of the row with spacing accounted for */
    height: 150px;
    margin: 10px;
    border-radius: 6px;
    background-color: whitesmoke;
    border: 1px solid rgba(128, 128, 128, 0.268);
    box-sizing: border-box; /* Prevents padding/margin from affecting size */
    position: relative;
    padding: 5px;
    overflow: hidden;
    display: flex;

}


.sellers a:hover{
    box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.341);
}
.sellers a p {
    font-size: 11px;
    position: absolute;
    width: 100%;
    bottom: -100px;
    background-color: rgba(245, 245, 245, 0.751);
    color: rgba(0, 0, 0, 0.867);
    padding: 0px 10px;
    height: 44px;
    padding-top: 7px;
    font-weight: 400;
    text-align:center;
    overflow: hidden; /* Ensures content is clipped */
    display: -webkit-box; /* Enables the multiline ellipsis feature */
    -webkit-box-orient: vertical; /* Sets the box orientation to vertical */
    -webkit-line-clamp: 2; /* Limits the content to 3 lines */
}

.sellers a img{
 width: auto;
 height: auto;
 max-height: 140px;
 max-width: 98%;
 object-fit: contain;
 margin: auto;
}
.sellers a:hover p{
bottom: 0px;
    padding-bottom: 10px;
}

.sellersTwo a{
   flex: 1 1 calc(25% - 20px);
    height: auto;
    border: 1px solid rgba(128, 128, 128, 0.046);
    background-color: transparent;
 
}
.sellersTwo a img{
    margin-bottom: auto;
}
.sellersTwo a div{
padding: 0px 10px;
padding-top: 20px;
width: 100%;
background-color: whitesmoke;
}
.sellersTwo a div h5{
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    color: rgba(0, 0, 0, 0.552);
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box; /* Enables the multiline ellipsis feature */
    -webkit-box-orient: vertical; /* Sets the box orientation to vertical */
    -webkit-line-clamp: 3; /* Limits the content to 3 lines */
    
}
.sellersTwo a div h6{
    margin: 0;  
    color: orange;
}
.sellersTwo a div h6 span{
    font-size: 23px;
    color: rgb(39, 39, 39);
    margin-left: 5px;
}
.sellersTwo a div h4{
    display: flex;
    flex-direction: column;
}
.sellersTwo a div h4 span{
    font-size: 11px;
    color: rgba(0, 0, 0, 0.782);
    margin: 2px 0px;
}
.sellersTwo a p{
    display: none;
    position: static;
    bottom: 0px;
    margin: 0;
    padding: 0;
}
.sellers a:hover p{
    bottom: 0px;
    padding-bottom: 0px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 480px) {
    .shopWrapper {
        height: auto !important;
    }
    .introduction{
        height: auto;
    } 
    .introConatiner{
        grid-template-columns:1fr;
    }
  
    .introSide{
    display: none;
}
   .introConatiner .introTiles{
        display:grid;
        grid-template-columns: repeat(1,1fr);
        gap: 30px;

    }
    .introConatiner .introTiles .tileItem{
        height: 265px;
        padding: 20px;
    }
    .introConatiner .introTiles .tileItem h2{
        font-size: 35px;
        line-height: 45px;
        top: 20px;
    }
    .introConatiner .introTiles .tileItem p{
        font-size: 13px;
        line-height: 17px;
    }
    .introConatiner .introTiles .tileItem button{
        padding-left: 12px;
        font-size: 20px;
    }
/* section tiles*/
.c-Tiles h2 {
    font-size: 30px;
}
.c-Tiles p {
    font-size: 12px;
}
.shopContainer {
grid-template-columns: repeat(1, 1fr);
width: 93%;
}
.sellers a {
    flex: 1 1 calc(50% - 20px);
    height: 200px;
    padding: 10px;
}

.sellersTwo a{
    flex: 1 1 calc(50% - 20px);
    height: auto;
    padding: 0;
    margin: 6px;
  
 }
}