*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#FDF6F6;
    margin:0;
    padding:0;
    padding-bottom:80px;
    font-family:Arial,sans-serif;
}

.header{
    background:#4ECDC4;
    padding:18px;
    border-radius:0 0 20px 20px;
}

.top-row{
    display:flex;
    align-items:center;
}

.header-logo{
    width:60px;
    height:60px;
    background:#fff;
    border-radius:15px;
    padding:6px;
}

.brand{
    margin-left:12px;
}

.brand h1{
    color:#fff;
    font-size:42px;
    margin:0;
}

.brand p{
    color:#fff;
    font-size:18px;
    margin-top:4px;
}

.search-box{
    margin-top:18px;
    background:#fff;
    border-radius:30px;
    padding:12px 18px;
    display:flex;
    align-items:center;
}

.search-box span{
    font-size:24px;
    margin-right:10px;
}

.search-box input{
    border:none;
    outline:none;
    width:100%;
    font-size:20px;
    background:transparent;
}
.banner{
    padding:20px;
}

.banner img{
    width:100%;
    border-radius:20px;
    display:block;
}
.categories{
    padding:20px;
}

.categories h2{
    font-size:32px;
    margin-bottom:20px;
}

.category-list{
    display:flex;
    justify-content:space-around;
    text-align:center;
}

.circle{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#FFD6E8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin:auto;
}

.categories{
    padding:20px;
}

.categories h2{
    width:100%;
    margin-bottom:20px;
}

.category-container{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    width:100%;
}

.category{
    width:100%;
    min-height:180px;
    background:#fff;
    border-radius:15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#000;
    padding:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
}

.circle{
    width:100px;
    height:100px;
    margin:auto;
    background:#FFD6E8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.category{
    background:#fff;
    border-radius:12px;
    padding:15px;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.category img{
    width:100px;
    height:100px;
    object-fit:contain;
}

.category p{
    margin-top:10px;
    font-size:20px;
    font-weight:bold;
}

.category p{
    margin-top:10px;
    font-size:18px;
}
.new-arrivals{
    padding:20px;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:15px;
}

.product{
    background:#fff;
    border-radius:15px;
    padding:10px;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
    overflow:hidden;
}

.product img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:12px;
    display:block;
}

.product p{
    margin:10px 0 5px;
    font-size:15px;
}

.product h3{
    color:#4ECDC4;
    margin:0;
}

.bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:70px;
    background:#FFFFFF;
    display:flex;
    justify-content:space-around;
    align-items:center;
    border-top:1px solid #ddd;
    box-shadow:0 -2px 10px rgba(0,0,0,.1);
}

.bottom-nav a{
    text-decoration:none;
    color:#555;
    text-align:center;
    font-size:13px;
}

.bottom-nav span{
    font-size:24px;
    display:block;
}

.bottom-nav .active{
    color:#4ECDC4;
}
.product-details{
    padding:20px;
    text-align:center;
    background:#FDF6F6;
}

.product-image{
    width:100%;
    max-width:350px;
    border-radius:20px;
    margin:20px auto;
    display:block;
}

.product-details h2{
    font-size:30px;
    margin-top:15px;
    color:#222;
}

.product-details h3{
    color:#4ECDC4;
    font-size:28px;
    margin:10px 0;
}

.product-details p{
    font-size:18px;
    color:#555;
    margin:15px 0 25px;
}

.buy-btn,
.buy-now{
    width:100%;
    padding:15px;
    border:none;
    border-radius:15px;
    font-size:18px;
    cursor:pointer;
    margin-bottom:15px;
}

.buy-btn{
    background:#FFD814;
    color: 111111px;;
}

.buy-now{
    background:#FFA41C;
    color: 111111px;;
}
.product-link{
    text-decoration:none;
    color:inherit;
}
.profile-card{
    background:#fff;
    border-radius:16px;
    padding:30px 15px;
    text-align:center;
    text-decoration:none;
    color:#333;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:140px;
}

.profile-img{
    width:90px;
    height:90px;
    border-radius:50%;
    border:3px solid #4ECDC4;
    margin-bottom:15px;
}

.profile-card h2{
    font-size:22px;
    margin-bottom:8px;
}
.profile-card i{
    font-size:42px;
    color:#4ECDC4;
    margin-bottom:12px;
}
.profile-card p{
    color:#666;
    margin-bottom:15px;
}

.login-btn{
    width:100%;
    padding:14px;
    background:#4ECDC4;
    color:#fff;
    border:none;
    border-radius:12px;
    font-size:18px;
    cursor:pointer;
}

.profile-menu{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.profile-menu a{
    background:#fff;
    padding:15px;
    border-radius:12px;
    text-decoration:none;
    color:#333;
    font-size:18px;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
}
.login-btn{
    display:block;
    width:100%;
    padding:15px;
    background:#4ECDC4;
    color:#fff;
    text-align:center;
    text-decoration:none;
    border-radius:12px;
    font-size:18px;
    font-weight:bold;
}
.input-box{
    width:100%;
    padding:15px;
    border:1px solid #ccc;
    border-radius:12px;
    font-size:16px;
    outline:none;
    background:#fff;
}

.input-box:focus{
    border-color:#4ECDC4;
}
.checkout-steps{
display:flex;
align-items:center;
justify-content:center;
margin:20px 0;
}

.step{
text-align:center;
}

.circle{
width:35px;
height:35px;
border-radius:50%;
background:#ddd;
color:#000;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
font-weight:bold;
}

.active .circle{
background:#4ECDC4;
color:#fff;
}

.line{
flex:1;
height:3px;
background:#ddd;
margin:0 10px;
}

.step p{
font-size:14px;
margin-top:8px;
}

.gallery{
display:flex;
gap:10px;
justify-content:center;
margin:15px 0;
}

.thumb{
width:60px;
height:60px;
object-fit:cover;
border:2px solid #ddd;
border-radius:8px;
cursor:pointer;
}

.thumb:hover{
border-color:#4ECDC4;
}
/* PRODUCT PAGE */

.topbar{
background:#131921;
padding:12px 20px;
display:flex;
justify-content:space-between;
align-items:center;
}

.topbar h2{
color:white;
}

.search{
display:flex;
width:60%;
}

.search input{
flex:1;
padding:10px;
border:none;
outline:none;
border-radius:6px 0 0 6px;
}

.search button{
padding:10px 16px;
background:#febd69;
border:none;
cursor:pointer;
border-radius:0 6px 6px 0;
}

.product-page{
display:grid;
grid-template-columns:1fr 2fr 320px;
gap:25px;
padding:20px;
max-width:1400px;
margin:auto;
}

.left,
.center,
.right{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 2px 8px rgba(0,0,0,.1);
}

.main-img{
width:100%;
border-radius:8px;
}

.thumbs{
display:flex;
gap:10px;
margin-top:15px;
}

.thumbs img{
width:70px;
height:70px;
object-fit:cover;
border:1px solid #ddd;
border-radius:5px;
}

.rating{
color:#f08804;
margin:15px 0;
}

.price span{
font-size:30px;
font-weight:bold;
color:#B12704;
}

.price del{
color:gray;
margin-right:10px;
}

.price small{
color:green;
font-weight:bold;
margin-left:10px;
}

.size button{
padding:10px 18px;
margin:6px;
cursor:pointer;
border:1px solid #ccc;
background:white;
border-radius:6px;
}

.color{
display:flex;
gap:10px;
margin-top:10px;
}

.color div{
width:35px;
height:35px;
border-radius:50%;
border:2px solid #ccc;
}
.cart,
.buy{
width:100%;
padding:14px;
border:none;
border-radius:25px;
font-size:17px;
margin-top:15px;
cursor:pointer;
}

.cart{
background:#FFD814;
}

.buy{
background:#FFA41C;
}

@media(max-width:900px){

.product-page{
grid-template-columns:1fr;
}

.search{
width:100%;
}

}
.category-container{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    padding-top:20px;
}

.category{
    background:#fff;
    border-radius:15px;
    padding:15px;
    text-align:center;
    text-decoration:none;
    color:#000;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.circle{
    width:120px;
    height:120px;
    margin:auto;
    background:#FFD6E8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle img{
    width:90px;
    height:90px;
    object-fit:contain;
}

.category p{
    margin-top:10px;
    font-size:20px;
    font-weight:bold;
}
.categories h2{
    grid-column:1 / -1;
    width:100%;
    margin-bottom:20px;
}
.category-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    width:100%;
}


.category{
    width:100%;
    min-height:180px;
    background:#fff;
    border-radius:15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
    text-decoration:none;
    color:#000;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
}
.circle{
    width:100px;
    height:100px;
}

.circle img{
    width:70px;
    height:70px;
}

/* Small phones */
@media (max-width:480px){
    .circle{
        width:90px;
        height:90px;
    }

    .circle img{
        width:60px;
        height:60px;
    }

    .category p{
        font-size:16px;
    }
}

/* Large phones */
@media (min-width:481px){
    .circle{
        width:120px;
        height:120px;
    }

    .circle img{
        width:80px;
        height:80px;
    }

    .category p{
        font-size:18px;
    }
}
.offers-container{
    padding:20px;
}

.offer-card{
    background:#fff;
    padding:18px;
    margin-bottom:15px;
    border-radius:12px;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.offer-card h3{
    color:#4ECDC4;
    margin-bottom:8px;
}

.offer-card p{
    color:#555;
    font-size:15px;
}
.offers-container{
    padding:15px;
}

.product-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.product-card{
    width:100%;
    background:#fff;
    border-radius:10px;
    padding:10px;
    text-align:center;
    box-sizing:border-box;
}
.product-card img{
    width:100%;
    height:180px;
    object-fit:contain;
    display:block;
    border-radius:10px;
    background:#fff;
}
.product-card button{
    width:100%;
    background:#4ECDC4;
    color:white;
    border:none;
    padding:10px;
    border-radius:8px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    margin-top:8px;
}

.product-card button:hover{
    background:#4ECDC4;
}
.product-card del{
    color:gray;
}

.product-card p{
    margin:4px 0;
}
.bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:65px;
    background:#fff;
    display:flex;
    justify-content:space-around;
    align-items:center;
    box-shadow:0 -2px 10px rgba(0,0,0,0.1);
}

.nav-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
    color:#555;
    font-size:12px;
}

.nav-item i{
    font-size:22px;
    margin-bottom:4px;
}

.nav-item.active,
.nav-item:hover{
    color:#4ECDC4;
}
.cart-container{
    padding:15px;
    margin-bottom:90px;
}

.cart-card{
    display:flex;
    background:#fff;
    border-radius:12px;
    padding:12px;
    margin-bottom:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
}

.cart-image{
    width:110px;
    height:140px;
    object-fit:cover;
    border-radius:10px;
}

.cart-info{
    margin-left:15px;
    flex:1;
}

.cart-info h3{
    font-size:18px;
    margin-bottom:8px;
}

.cart-info p{
    margin:5px 0;
    color:#555;
}

.cart-info h2{
    color:#4ECDC4;
    margin:10px 0;
}

.remove-btn{
    background:#fff;
    color:#4ECDC4;
    border:1px solid #4ECDC4;
    padding:8px 16px;
    border-radius:8px;
    cursor:pointer;
    margin-top:10px;
}

.order-summary{
    background:#fff;
    border-radius:12px;
    padding:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
}

.order-summary p,
.order-summary h3{
    display:flex;
    justify-content:space-between;
    margin:10px 0;
}

.checkout-btn{
    width:100%;
    background:#4ECDC4;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:10px;
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
    cursor:pointer;
}
.remove-btn{
    background:#ff3b30;
    color:#fff;
    border:none;
    padding:8px 18px;
    border-radius:8px;
    cursor:pointer;
    margin-top:10px;
    font-size:14px;
    font-weight:bold;
}

.remove-btn:hover{
    background:#d93025;
}
.cart-btn,
.buy{
    width:100%;
    padding:15px;
    font-size:18px;
    font-weight:bold;
    border-radius:10px;
    margin-top:12px;
    display:block;
}

.cart-btn{
    background:#fff;
    color:#4ECDC4;
    border:2px solid #4ECDC4;
}

.buy{
    background:#4ECDC4;
    color:#fff;
    border:none;
}
.cart-btn{
    width:100% !important;
    display:block !important;
    padding:15px !important;
    font-size:18px !important;
    font-weight:bold !important;
    border:2px solid #E91E63 !important;
    border-radius:10px !important;
    background:#fff !important;
    color:#E91E63 !important;
    margin:15px 0 !important;
}
.profile-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    padding:20px;
}
.add-cart-btn,
.remove-btn{
    flex:1;
    height:42px;
    border:none;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

.add-cart-btn{
    background:#FFD814;
    color:#111;
}

.remove-btn{
    background:#f3f3f3;
    color:#111;
    border:1px solid #d5d9d9;
}

