*{
    margin:0;
    padding:0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.black-box{
    background-color: black;
    color:white;
    height:35px;
    text-align: center;
    padding:8px;
}
.sk-nav{
    display:flex;
    height:50px;
    border:2px solid transparent;
    align-items: center;
    padding:25px;
    gap:40px;
    width:100%;
}

.sk-nav-1 p{
    font-weight: bolder;
    font-size: 25px;
}
.sk-nav-2 a{
    color:black;
    text-decoration: none;
    margin-left:30px;
}
.sk-nav-3{
    margin-left:45%;
}
.sk-nav-3 a{
    margin-left: 25px;
}
.sk-c1{
    display: flex;
    gap: 80%;
    align-items: center;
}
#sk-container {
    display: flex;
    flex-wrap: wrap;
}
#product1{
    width:24px;
    margin-top:15px;
}
.sk-c1 #home {
    color: grey;
    font-weight: bolder;
    padding:15px;
    font-size: 20px;
}
.sk-card {
    position: relative;
    width: 300px;
    margin: 10px;
    border: 1px solid #ccc transparent;
    overflow:hidden; 
}
.product-image {
    width: 100%;
    height: 80%;
    transition: transform 0.4s ease-out;
}
.product-title {
    margin-top: 0;
}
.product-price {
    margin-bottom: 5px;
}
.add-to-cart {
    width:280px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s;
}
.sk-card:hover .add-to-cart {
    opacity: 1;
}
.sk-card:hover .product-image {
    transform: scale(2); 
}
/* FOOTER */

footer{
    background-color: black;
    padding:60px;
    color:white;
}
.sk-foot-container{
    display: flex;
}

.sk-foot1 img{
    margin-left:20px;
}
.sk-foot-container-son a i{
    margin-left: 17px;
    font-size: 17px;
}
.sk-certified img{
  margin-left:90px;
  margin-top:30px;
}
.sk-foot-container-son1{
    display: flex;
    padding:10px;
}
.sk-foot-container-son1 .story{
    margin-left: 100px;
    margin-top: 10px;
    width:320px;
}
.story1{
    font-size: 20px;
    margin-bottom: 25px;
}
.sk-foot-container-son1 .story p{
    margin-top:10px;
    font-size: 15px;
}
.discover{
    margin-top:9px;
    margin-left: 50px;
    width:150px;
}
.discover .discover1{
    font-size: 20px;
    margin-bottom: 25px;
}
.discover  p{
    font-size: 15px;
    margin-top: 15px;
}
.customer-care{
    margin-top: 10px;
    margin-left: 50px;
    width:190px;
}
.customer-care .customer-care1{
    font-size: 20px;
    margin-bottom: 25px;
}
.customer-care p{
    font-size: 15px;
    margin-top: 10px;
}
.stayin{
    margin-top: 10px;
    margin-left: 50px;
}
.stayin1{
    font-size: 20px;
    margin-bottom: 25px;
}
.stayin p{
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6em;
}
.stayin input{
    font-size: 15px;
    margin-top: 18px;
    line-height: 2em;
    padding:5px;
}
.shopby input{
    margin : 10px;
}
.shopby button{
    display:block;
    padding:10px 80px;
    margin-top: 20px;
    font-weight: bold;
}
.copyright{
    font-size: 10px;
    margin-top: 100px;
    margin-left: 25px;
}
/* Sidebar */
.sk-side-image{
    display:flex;
}
.sk-sidebar{
    width:80%; 
     height:100vh;
    overflow:scroll;
    overflow-x: hidden;
    position: relative;
    padding:25px;
}
.newin{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.subcategory, .size, .color, .price, .off{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.featured div:nth-of-type(1){
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}
.featured p{
    font-weight: 600;
}
.clothing div:nth-of-type(1){
    font-weight: bold;
    font-size: 17px;
    margin-top: 15px;
}
.clothing p{
    font-weight: 600;
}
.accessories div:nth-of-type(1){
    font-weight: bold;
    font-size: 17px;
    margin-top: 15px;
}
.accessories p{
    font-weight: 600;
}
#search-container-input-product-page{
    padding: 10px;
    width: 310px;
    border: 1px solid rgb(147, 147, 147);
}
#search-icon-productpage{
    margin-right: 30px;
    position: relative;
    right: 30px;
}