* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}


.top-nav {
	
    background-color: pink;
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    font-family: 'Be Vietnam Pro',sans-serif;
    color: #5D4037; 
    font-weight: 700; 
    letter-spacing: 0.5px; 
    text-align: center;
}

.nav-links li {
    position: relative;
    padding: 8px 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff1f3; 
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none; 
    z-index: 999;
    padding: 10px 0;
    border-radius: 4px;
    list-style: none;
}

.has-dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-menu li {
    padding: 0; 
}

.dropdown-menu li a {
    color: #333;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    transition: 0.2s;
}


.dropdown-menu li a:hover {
    background-color: #ffb6c1;
    color: #fff;
}

.top-nav a:hover {
    color: #ff4757;
	
}


.main-header {
    padding: 20px 0;
    border-bottom: 0px solid #f1f1f1;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: left; 
	align-items: right; 
    width: 60px; 
    height: 60px;   
	transform:scale(2)
}
.search-wrapper {
    display: flex;
    align-items: center;
    width: 650px; 
    border: 2px solid #ffb6c1; 
    border-radius: 54px;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
	margin-top: 33px
}

.search-input {
    flex: 1;
    padding: 12px 25px;
    font-size: 15px;

    
    
    border: none;     
    outline: none ;     
    
    background: transparent;
    color: #666;
}

.search-button {
    background-color: #ffb6c1; 
    border: none;
    outline: none;
    padding: 12px 20px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-wrapper:hover {
    border-color: #ff99aa;
}



.user-actions {
   
	margin-top: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-left: -120px; 
}

.auth {
    font-size: 17px;
    text-align: right;
}

.auth #right {
    margin-bottom: 1px;
}

.auth a {
    color: #ff4757;
    font-weight: bold;
}

.cart {
    position: relative;
    font-size: 24px;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #ff4757;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
}


.sub-nav {
    background: #fff;
    padding: 1px 0;
	padding-bottom: 1px;
	margin-bottom: 0px;
	color: #5D4037;
}

.tag-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.tag-links a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.tag-links a:hover {
    color: #ff4757;
}

.navbar {
    background: pink;
    color: white;
    padding: 5px 0;
}

.navbar .nav-links {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.navbar a {
    font-size: 17px;
    font-weight: bold;
}

.navbar a.active, .navbar a:hover {
    color: #ff4757;
}


.hero-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    width: 120%; 
    max-width: 100%; 
    padding: 0; 
    margin: 30px 0; 
}

.hero-section {
	max-width: 1200px;
	margin: 20px auto 3px auto; 
	padding: 0; 
	display: flex; 
	justify-content: space-between; 
	align-items: stretch; 
	gap: 1.5%; 
}

.banner-main {
    flex: 2; 
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 450px; 
}

.slide, .slide img {
	width: 100%;
	height: 150%;
	object-fit: cover; 
	border-radius: 10px; 
}

.banner-sidebar {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px; 
    gap: 0; 
}

.banner-sidebar img {
    width: 100%;
    height: 49%; 
    object-fit: cover;
    border-radius: 10px;
}
.products-section {
    padding: 5px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
}
.beauty-title {
	font-family: 'sans-serif';
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #ffb6c1;
	text-align: left;
	border-bottom: 6px solid #ffe4e8;

}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px;
}

.product-card {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	transition: all 0.3s ease;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; 
}

.product-card:hover {
	box-shadow: 0 10px 20px rgba(200, 150, 133, 0.3); 
	transform: translateY(-7px);
}

.product-image {
	position: relative;
	margin-bottom: 15px;
	height: 180px; 
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fafafa; 
	border-radius: 6px;
	overflow: hidden;
}

.product-image img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain; 
}

.product-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1; 
}

.product-name {
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #444;
	
	
	height: 40px; 
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-price {
	color: #ff8fa3; 
	font-weight: bold;
	font-size: 15px;
	margin-top: auto; 
}

.product-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #ffb6c1;
	color: white;
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 11px;
	z-index: 1;
}
.main-footer {
    background-color: #ffb6c1; 
    color: #fff;
    padding: 50px 0 20px;
    font-family: 'Quicksand', sans-serif;
    margin-top: 50px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-item .label {
    font-size: 12px;
    opacity: 0.9;
}

.contact-item .info {
    font-weight: bold;
}

.footer-links {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.address-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.address-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.address-list li::before {
    content: "•";
    position: absolute;
    left: 0;
}

.footer-brand {
    text-align: center;
}

.footer-logo {
    font-size: 40px;
    margin-bottom: 10px;
}

.social-icons {
    margin-top: 15px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
}

@media (max-width: 300px) {
    .footer-content {
        grid-template-columns: 1fr; 
        text-align: center;
    }
    .address-list li {
        padding-left: 0;
    }
}

