body {
    font-family: Arial, sans-serif;
    background: #f2f0f1;
    color: #000;
}

a {
    text-decoration: none;
    color: #000000;
}

/* Announcement Bar */
.announcement-bar {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
}

.announcement-bar .container {
    position: relative;
}

.announcement-close {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}

/* Header */
.site-header {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08) !important;
    position: relative;
    z-index: 999;
}

.site-logo {
    font-size: 2rem;
    font-weight: 900;
    color: #000 !important;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.search-form {
    width: 100%;
    max-width: 420px;
}

.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 14px;
}

.search-box input {
    border: none;
    background: #f3f3f3;
    border-radius: 30px;
    height: 44px;
    padding-left: 42px;
    font-size: 14px;
}

.search-box input:focus {
    box-shadow: none;
    background: #f3f3f3;
}

.header-icon {
    color: #000;
    font-size: 18px;
}

/* Hero */
.hero-section {
    background: #f2f0f1;
    padding: 40px 0 0;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 560px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    max-width: 520px;
    margin-bottom: 24px;
}

.shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 52px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    padding: 0 28px;
    margin-bottom: 32px;
}

.stats-row {
    max-width: 620px;
}

.stat-box h3 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 4px;
}

.stat-box p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

.hero-image-area {
    position: relative;
    text-align: center;
}

.hero-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: 100px;
    width: 100%;
    transform: scale(1.2);
}

.star-icon {
    position: absolute;
    font-size: 44px;
    line-height: 1;
    color: #000;
}

.star-1 {
    top: 8%;
    right: 8%;
}

.star-2 {
    left: 8%;
    top: 45%;
    font-size: 28px;
}

/* Brand */
.brand-section {
    background: #000;
    padding: 22px 0;
}

.brand-logo {
    max-height: 34px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

/* New Arrivals */
.new-arrivals-section {
    padding: 60px 0 70px;
}

.section-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 36px;
}

.product-card {
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 120px 10px rgba(0, 0, 0, 0.06);
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image-wrap {
    position: relative;
    background: #ededed;
    border-radius: 20px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin-bottom: 14px;
}

.product-image-wrap img {
    max-height: 220px;
    width: auto;
    object-fit: contain;
}

.discount-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: #ffdfe4;
    color: #ff4d6d;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.product-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-rating {
    color: #f5b301;
    font-size: 14px;
    margin-bottom: 8px;
}

.rating-number {
    color: #777;
    font-size: 13px;
    margin-left: 6px;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.current-price {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}

.old-price {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 48px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    color: #000;
    background: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.view-all-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* top selling */
.topselling-section {
    padding: 70px 0px 60px;

}

/* browse section */
.browse-section {
    padding: 70px 0 60px;
    background-color: #fff;
}

.browse-box {
    background: #e9e9e9;
    border-radius: 32px;
    padding: 40px 40px;
}

.dress-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    height: 240px;
}

.dress-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dress-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    z-index: 2;
}

.small-card {
    height: 250px;
}

.large-card {
    height: 290px;
}

/* happycustomers-section */

.happycustomers-section {
    padding: 70px 0;
    background-color: #fff;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
}

.slider-nav {
    display: flex;
    gap: 10px;
}

.happycustomers-section .swiper {
    padding: 10px 0 45px;
}

.happycustomers-section .swiper-slide {
    height: auto;
}

.feedback-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.stars {
    color: #f5b301;
    font-size: 18px;
    margin-bottom: 12px;
}

.custmr-name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    margin-bottom: 12px;
}

.custmr-name i {
    color: #1db954;
}

.happycustomers-section .swiper-button-next,
.happycustomers-section .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
    color: #000;
}

.happycustomers-section .swiper-button-next::after,
.happycustomers-section .swiper-button-prev::after {
    font-size: 20px;
}

.happycustomers-section .swiper-pagination-bullet {
    background: #000;
    opacity: 0.2;
}

.happycustomers-section .swiper-pagination-bullet-active {
    opacity: 1;
}
