/* Homepage Styles - Figma Design Implementation */

/* ================================================================= */
/* CRITICAL: Global Overflow Prevention for Responsive Design        */
/* ================================================================= */
html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}

.site-main,
.hero-section,
.shop-by-category,
.featured-watches,
.popular-watches,
.shop-latest-collection,
.latest-collection-hero {
    max-width: 100vw;
    overflow-x: hidden;
}


/* Home Page Header Transparent Styles */
.home .site-header {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute !important;
    top: 47px !important;
    /* Account for top bar height */
    width: 100% !important;
    z-index: 1000 !important;
    border-bottom: 1px solid #ffffff;
}

/* Logo Text Styling */
.logo-text {
    color: #00b894;
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: 1px;
    vertical-align: middle;
}

/* Home Page Header Text White */
.home .primary-menu li a {
    color: white !important;
    font-family: sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.home .primary-menu li a:hover {
    color: #00b894 !important;
}

.home .header-actions a {
    color: white !important;
}

.home .header-actions a:hover {
    color: #00b894 !important;
}

.home .toggle-menu {
    color: white !important;
}

.home .toggle-menu:hover {
    color: #00b894 !important;
}

/* Ensure cart count badge remains visible */
.home .cart-count {
    background-color: #00b894 !important;
    color: white !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(135deg, #000000 0%, #2c1c13 100%);
    color: white;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.hero-text {
    margin-top: 200px;
    max-width: 1000px;
    padding-left: 20px;
}

.hero-subtitle {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 0px;
    color: #f5f5f5;
    text-transform: uppercase;
    font-family: 'Times New Roman', serif;
}

.hero-title {
    font-size: 120px;
    font-weight: 510;
    line-height: 1.1;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'Times New Roman', serif;
}

.hero-btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #00b894;
    border: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: sans-serif;
    text-transform: uppercase;
}

.hero-btn:hover {
    background-color: #01a884;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 184, 148, 0.3);
}

/* Optimization for fast loading - show hero instantly */
.hero-section {
    background-color: #000;
}

.hero-background {
    opacity: 1 !important;
}

.hero-person img {
    opacity: 1 !important;
}

/* Hero Person Image */
.hero-person {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.hero-person img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
}

/* Shop By Category Section - Clean Minimal Design (Exact Match) */
.shop-by-category {
    padding: 80px 0 60px;
    background-color: #ffffff;
}

/* Remove shadows from all category elements */
.shop-by-category *,
.shop-by-category *:hover,
.shop-by-category *:focus,
.shop-by-category *:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-shadow: none !important;
}

.shop-by-category .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none !important;
    /* Remove any underlines */
    border-bottom: none !important;
    /* Remove any border lines */
    position: relative;
}

/* Remove underlines and lines from section titles - COMPLETE REMOVAL */
.section-title::after,
.section-title::before,
.section-title:after,
.section-title:before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background: none !important;
    border: none !important;
}

/* Remove any lines above the card grids - COMPLETE REMOVAL */
.shop-by-category,
.featured-watches,
.popular-watches {
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
}

.shop-by-category .category-grid,
.featured-watches .featured-products-grid,
.popular-watches .popular-products-grid {
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
}

/* Complete removal of all pseudo-elements from grids */
.shop-by-category .category-grid::before,
.featured-watches .featured-products-grid::before,
.popular-watches .popular-products-grid::before,
.shop-by-category .category-grid::after,
.featured-watches .featured-products-grid::after,
.popular-watches .popular-products-grid::after,
.shop-by-category .category-grid:before,
.featured-watches .featured-products-grid:before,
.popular-watches .popular-products-grid:before,
.shop-by-category .category-grid:after,
.featured-watches .featured-products-grid:after,
.popular-watches .popular-products-grid:after {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background: none !important;
    border: none !important;
}

/* Additional removal for section headers */
.shop-by-category .section-header,
.featured-watches .section-header,
.popular-watches .section-header {
    border-bottom: none !important;
    position: relative;
}

.shop-by-category .section-header::after,
.featured-watches .section-header::after,
.popular-watches .section-header::after,
.shop-by-category .section-header::before,
.featured-watches .section-header::before,
.popular-watches .section-header::before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background: none !important;
    border: none !important;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10.9px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border-top: none !important;
    border-bottom: none !important;
}

@media (min-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.category-card {
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    /* Changed from 301px to prevent overflow */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-self: center;
    box-sizing: border-box;
}

.category-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-image {
    width: 100%;
    max-width: 100%;
    /* Changed from 301px to prevent overflow */
    height: 0;
    padding-bottom: 116.3%;
    /* Aspect ratio 350:301 */
    margin-bottom: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0 !important;
    position: relative;
    box-sizing: border-box;
}

.category-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
}

.category-name {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    max-width: 100%;
    /* Changed from 301px to prevent overflow */
}

/* Override any conflicting styles - Luxury Typography */
.shop-by-category .category-card .category-name h3,
.home .shop-by-category .category-card .category-name h3,
body .shop-by-category .category-card .category-name h3 {
    font-size: 25px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-family: 'Cormorant Garamond', serif !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.5 !important;
    position: relative !important;
    z-index: 10 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    text-align: left !important;
}

/* Force remove all border radius and shadows */
.shop-by-category .category-card,
.shop-by-category .category-image,
.shop-by-category .category-image img,
.home .shop-by-category .category-card,
.home .shop-by-category .category-image,
.home .shop-by-category .category-image img {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Remove hover shadows and transformations */
.shop-by-category .category-card:hover,
.home .shop-by-category .category-card:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
}

/* Ensure no text overlays on images */
.shop-by-category .category-image {
    position: relative;
}

.shop-by-category .category-image::before,
.shop-by-category .category-image::after {
    display: none !important;
}

/* Remove any pseudo-elements that might show text */
.shop-by-category .category-image *:not(img) {
    display: none !important;
}

/* Featured Watches Section - Clean Minimal Design (Exact Match) */
.featured-watches {
    padding: 80px 0 60px;
    background: #F8F8F8;
    border-bottom: none;
    /* Removed line under section */
}

.featured-watches .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.featured-watches .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.featured-watches .section-title {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none !important;
    border-bottom: none !important;
    position: relative;
}

/* Remove underlines and lines from featured watches section title - COMPLETE REMOVAL */
.featured-watches .section-title::after,
.featured-watches .section-title::before,
.featured-watches .section-title:after,
.featured-watches .section-title:before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background: none !important;
    border: none !important;
}

.section-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-top: none !important;
    border-bottom: none !important;
}

@media (min-width: 1024px) {
    .featured-products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

.featured-product-card {
    background: transparent;
    border: none;
    text-align: left;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.featured-product-card:hover {
    transform: translateY(-5px);
}

.featured-product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-product-card>a {
    cursor: pointer;
}

.featured-product-card .product-image {
    margin-bottom: 20px;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 97%;
    /* Aspect ratio 412:400 */
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.featured-product-card .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.featured-product-card>a:hover .product-image img {
    transform: scale(1.05);
}

.featured-product-card .product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.featured-product-card .product-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .featured-product-card .product-title {
        font-size: 20px;
    }
}

.featured-product-card .product-title a {
    color: #000000;
    text-decoration: none;
}

.featured-product-card .product-price {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Century Gothic', sans-serif;
}

@media (min-width: 1024px) {
    .featured-product-card .product-price {
        font-size: 20px;
    }
}

.btn-shop {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Century Gothic', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    min-width: 120px;
    white-space: nowrap;
}


.btn-shop:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.btn-shop:hover .shop-icon {
    filter: brightness(1) invert(1) !important;
    /* Make icon white on hover */
}

.btn-shop:hover .btn-text {
    color: #ffffff !important;
    /* Make text white on hover */
}

.btn-shop .btn-text {
    display: inline-block;
    color: #000000 !important;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.btn-shop .shop-icon {
    display: inline-block;
    width: 21.75px;
    height: 21.75px;
    margin-right: 8px;
    background-image: url('../Images/Icons/basket.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    filter: brightness(0) !important;
    /* Make icon black */
}

/* Shop Our Latest Collection Section - Full Height Split Design */
.shop-latest-collection {
    height: 693px;
    background: #000000;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.shop-latest-collection .container {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
}

.collection-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    gap: 0;
    justify-content: stretch;
}

.collection-text {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 60px 60px 120px;
    box-sizing: border-box;
    text-align: left;
}

.collection-text .section-title {
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}

.collection-description {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 35px;
    font-family: 'Century Gothic', sans-serif;
    letter-spacing: 0.3px;
    line-height: 1.6;
    max-width: 400px;
    text-align: left;
}

.collection-btn {
    background-color: #0B926A;
    color: #ffffff;
    border: none;
    width: 256px !important;
    height: 58px !important;
    padding: 11.41px 55.93px !important;
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.collection-btn:hover {
    background-color: #0a7a59;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(11, 146, 106, 0.3);
}

.collection-image {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.collection-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Popular Watches Section - Clean Minimal Design (Exact Match) */
.popular-watches {
    padding: 80px 0 60px;
    background: #F8F8F8;
    border-bottom: none;
    /* Removed line under section */
}

.popular-watches .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.popular-watches .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.popular-watches .section-title {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none !important;
    border-bottom: none !important;
    position: relative;
}

/* Remove underlines and lines from popular watches section title - COMPLETE REMOVAL */
.popular-watches .section-title::after,
.popular-watches .section-title::before,
.popular-watches .section-title:after,
.popular-watches .section-title:before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background: none !important;
    border: none !important;
}

.popular-watches .section-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.popular-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-top: none !important;
    border-bottom: none !important;
}

@media (min-width: 1024px) {
    .popular-products-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
    }
}

.popular-product-card {
    background: transparent;
    border: none;
    text-align: left;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.popular-product-card:hover {
    transform: translateY(-5px);
}

.popular-product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.popular-product-card>a {
    cursor: pointer;
}

.popular-product-card .product-image {
    margin-bottom: 20px;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 97%;
    /* Aspect ratio 412:400 */
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.popular-product-card .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.popular-product-card>a:hover .product-image img {
    transform: scale(1.05);
}

.popular-product-card .product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.popular-product-card .product-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .popular-product-card .product-title {
        font-size: 20px;
    }
}

.popular-product-card .product-title a {
    color: #000000;
    text-decoration: none;
}

.popular-product-card .product-price {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Century Gothic', sans-serif;
}

@media (min-width: 1024px) {
    .popular-product-card .product-price {
        font-size: 20px;
    }
}




/* Section Actions */
.section-action {
    text-align: center;
    margin-top: 30px;
}

.section-action .btn {
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #00b894;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-family: sans-serif;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1;
}

.section-action .btn:hover {
    background-color: #019d7f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 184, 148, 0.3);
}

/* View More button specific to watches sections */
.featured-watches .section-action,
.popular-watches .section-action {
    margin-top: 30px;
}

.featured-watches .section-action .btn {
    background-color: #0B926A;
    color: #ffffff;
    border: none;
    width: 256px;
    height: 58px;
    padding: 11.41px 55.93px;
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.3s ease;
}

.featured-watches .section-action .btn:hover {
    background-color: #0a7a59;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(11, 146, 106, 0.3);
}

.popular-watches .section-action .btn {
    background-color: #0B926A;
    color: #ffffff;
    border: none;
    width: 256px;
    height: 58px;
    padding: 11.41px 55.93px;
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.3s ease;
}

.popular-watches .section-action .btn:hover {
    background-color: #0a7a59;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(11, 146, 106, 0.3);
}

/* Latest Collection Hero Section - Force vertical centering with table-cell method */
.latest-collection-hero {
    position: relative !important;
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
    display: table !important;
    width: 100% !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
    color: white !important;
    text-align: center !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.latest-collection-hero .hero-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('../Images/eb170e5160d4e1600bf874295fa9222d1d30fe90.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 1 !important;
}

.latest-collection-hero .hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 2 !important;
}

.latest-collection-hero .hero-content {
    position: relative !important;
    z-index: 3 !important;
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
    width: 100% !important;
    height: 500px !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.latest-collection-hero .hero-text {
    display: inline-block !important;
    max-width: 800px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.latest-collection-hero .hero-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 50px !important;
    color: #FFFFFF !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.latest-collection-hero .hero-description {
    font-family: 'Century Gothic', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.latest-collection-hero .hero-btn {
    background-color: #0B926A !important;
    color: #FFFFFF !important;
    border: none !important;
    width: 256px !important;
    height: 58px !important;
    padding: 11.41px 55.93px !important;
    font-family: 'Century Gothic', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    text-align: center !important;
    margin: 0 auto !important;
    align-self: center !important;
}

.latest-collection-hero .hero-btn:hover {
    background-color: #0a7a59;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(11, 146, 106, 0.3);
}





/* =================================================================
   RESPONSIVE DESIGN - TABLET AND MOBILE OPTIMIZATIONS
   ================================================================= */

/* Medium Desktop Screens (1400px and below) - Improved scaling for all ratios */
@media (max-width: 1400px) and (min-width: 1201px) {

    .category-grid,
    .featured-products-grid,
    .popular-products-grid {
        max-width: 1100px;
        gap: 18px;
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .featured-products-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .popular-products-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* Large Tablets and Small Desktops (1200px and below) */
@media (max-width: 1200px) {

    /* Header Responsive */
    .home .site-header {
        position: absolute !important;
        top: 47px !important;
        width: 100% !important;
    }

    /* Hero Section Responsive */
    .hero-title {
        font-size: 80px;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 35px;
        letter-spacing: 2px;
    }

    .hero-person {
        width: 45%;
    }

    /* Shop by Category Responsive */
    .category-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px;
        max-width: 900px;
    }

    .category-card {
        width: 100%;
        max-width: 100%;
    }

    /* Featured Watches Responsive */
    .featured-products-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px;
        max-width: 1000px;
    }

    .featured-product-card .product-image {
        max-width: 100%;
    }

    /* Popular Watches Responsive */
    .popular-products-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px;
        max-width: 1000px;
    }

    .popular-product-card .product-image {
        max-width: 100%;
    }

    /* Shop Latest Collection Responsive */
    .shop-latest-collection {
        height: auto;
        min-height: 500px;
    }

    .collection-content {
        flex-direction: row;
        min-height: 500px;
    }

    .collection-text {
        flex: 0 0 50%;
        padding: 40px 30px 40px 60px;
    }

    .collection-text .section-title {
        font-size: 42px;
    }

    .collection-description {
        font-size: 15px;
        max-width: 90%;
    }

    .collection-image {
        flex: 0 0 50%;
    }


}

/* Tablet Landscape - 2 Column Layout (1024px and below) */
@media (max-width: 1024px) {

    /* Shop by Category Responsive */
    .category-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
        max-width: 700px;
    }

    /* Featured Watches Responsive */
    .featured-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
        max-width: 700px;
    }

    /* Popular Watches Responsive */
    .popular-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(3, auto);
        gap: 25px;
        max-width: 700px;
    }
}

/* Tablets (992px and below) */
@media (max-width: 992px) {

    /* Header Responsive */
    .home .primary-menu li a {
        font-size: 13px !important;
    }

    /* Hero Section Responsive */
    .hero-section {
        height: 85vh;
        min-height: 550px;
    }

    .hero-text {
        margin-top: 150px;
        padding-left: 15px;
    }

    .hero-title {
        font-size: 70px;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .hero-person {
        width: 40%;
        right: 5%;
    }

    /* Section Titles */
    .section-title {
        font-size: 42px;
        letter-spacing: 1.5px;
    }

    /* Shop by Category Responsive */
    .category-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
        max-width: 600px;
    }

    .category-card {
        width: 100%;
        max-width: 290px;
    }

    .category-image {
        width: 100%;
        height: 280px;
    }

    .category-image img {
        width: 100%;
        height: 280px;
    }

    .shop-by-category .category-card .category-name h3,
    .home .shop-by-category .category-card .category-name h3,
    body .shop-by-category .category-card .category-name h3 {
        font-size: 22px !important;
        letter-spacing: 1.8px !important;
    }

    /* Featured Watches Responsive */
    .featured-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }

    .featured-product-card .product-image {
        max-width: 100%;
    }

    .featured-product-card .product-title {
        font-size: 24px;
    }

    .featured-product-card .product-price {
        font-size: 22px;
    }

    /* Popular Watches Responsive */
    .popular-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(3, auto);
        gap: 20px;
    }

    .popular-product-card .product-image {
        max-width: 100%;
    }

    .popular-product-card .product-title {
        font-size: 22px !important;
    }

    .popular-product-card .product-price {
        font-size: 20px !important;
    }

    /* Shop Latest Collection Responsive */
    .shop-latest-collection {
        height: auto;
        min-height: 450px;
    }

    .collection-content {
        flex-direction: row;
        min-height: 450px;
    }

    .collection-text {
        flex: 0 0 50%;
        padding: 35px 25px 35px 50px;
    }

    .collection-text .section-title {
        font-size: 38px;
    }

    .collection-description {
        font-size: 14px;
        max-width: 85%;
    }

    .collection-btn {
        width: 220px !important;
        height: 52px !important;
        font-size: 16px !important;
        padding: 10px 45px !important;
    }

    /* Featured and Popular Watches View More buttons - Tablet */
    .featured-watches .section-action .btn,
    .popular-watches .section-action .btn {
        width: 220px !important;
        height: 52px !important;
        font-size: 16px !important;
        padding: 10px 45px !important;
    }

    /* Latest Collection Hero Responsive */
    .latest-collection-hero {
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
    }

    .latest-collection-hero .hero-content {
        height: 400px !important;
        padding: 0 20px !important;
    }

    .latest-collection-hero .hero-title {
        font-size: 42px !important;
    }

    .latest-collection-hero .hero-description {
        font-size: 15px !important;
        max-width: 80% !important;
    }

    .latest-collection-hero .hero-btn {
        width: 220px !important;
        height: 52px !important;
        font-size: 16px !important;
    }



}

/* Mobile Landscape and Small Tablets (768px and below) */
@media (max-width: 768px) {

    /* Hide top bar on mobile for homepage */
    .home .top-bar {
        display: none !important;
    }

    /* Header Responsive */
    .home .site-header {
        position: relative !important;
        top: 0 !important;
        background-color: rgba(0, 0, 0, 0.95) !important;
        backdrop-filter: blur(10px);
    }

    .home .primary-menu {
        display: none;
    }

    .home .toggle-menu {
        display: block !important;
        color: white !important;
    }

    /* Hero Section Responsive - Desktop Style for Mobile */
    .hero-section {
        height: 50vh;
        min-height: 350px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .hero-text {
        margin-top: 80px;
        max-width: 380px;
        padding-left: 15px;
        text-align: left;
        z-index: 4;
        position: relative;
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.1;
        margin-bottom: 15px;
        font-weight: 510;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-family: 'Times New Roman', serif;
    }

    .hero-subtitle {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
        color: #f5f5f5;
        text-transform: uppercase;
        font-family: 'Times New Roman', serif;
    }

    .hero-btn {
        padding: 10px 25px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        border-radius: 0;
        background-color: #00b894;
        border: none;
        color: white;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        font-family: sans-serif;
        text-transform: uppercase;
    }

    /* Hero Person Image - Desktop Style for Mobile */
    .hero-person {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        height: 100%;
        z-index: 3;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        pointer-events: none;
    }

    .hero-person img {
        max-height: 110%;
        max-width: 120%;
        height: auto;
        width: auto;
        object-fit: contain;
        object-position: bottom;
        filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
        transform: scale(1.1);
    }

    /* Section Spacing */
    .shop-by-category,
    .featured-watches,
    .popular-watches {
        padding: 60px 0 40px;
    }



    /* Section Titles */
    .section-title {
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    /* Featured Watches and Popular Watches Title - Match Shop by Category */
    .featured-watches .section-title,
    .popular-watches .section-title {
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .section-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }

    /* Container Responsive - Prevent Overflow */
    .container,
    .shop-by-category .container,
    .featured-watches .container,
    .popular-watches .container,
    .shop-latest-collection .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    /* Shop by Category Responsive - Two Columns */
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
        padding: 0 15px;
    }

    .category-card {
        width: 100%;
        max-width: none;
    }

    .category-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /* Square aspect ratio for mobile */
        position: relative;
    }

    .category-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .category-name {
        width: 100%;
        margin-top: 10px;
    }

    .shop-by-category .category-card .category-name h3,
    .home .shop-by-category .category-card .category-name h3,
    body .shop-by-category .category-card .category-name h3 {
        font-size: 18px !important;
        letter-spacing: 1.5px !important;
        line-height: 1.3 !important;
    }

    /* Featured Watches Responsive - Two Columns */
    .featured-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 15px;
    }

    .featured-product-card {
        max-width: 100%;
    }

    .featured-product-card .product-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /* Square aspect ratio */
        margin: 0 auto 12px;
        position: relative;
    }

    .featured-product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .featured-product-card .product-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .featured-product-card .product-price {
        font-size: 15px;
        text-align: center;
        margin-bottom: 12px;
    }

    .featured-product-card .product-info {
        align-items: center;
        text-align: center;
    }

    .featured-product-card .btn-shop {
        padding: 8px 12px;
        font-size: 11px;
        min-width: 90px;
        margin: 0 auto;
    }

    .featured-product-card .btn-shop .shop-icon {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    /* Popular Watches Responsive */
    .popular-products-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 15px;
        padding: 0 10px;
    }

    .popular-product-card .product-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /* Square aspect ratio */
        margin-bottom: 10px;
        position: relative;
    }

    .popular-product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .popular-product-card .product-title {
        font-size: 16px !important;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .popular-product-card .product-price {
        font-size: 15px !important;
        margin-bottom: 10px;
    }

    .popular-product-card .btn-shop {
        padding: 8px 12px;
        font-size: 11px;
        min-width: 90px;
    }

    .popular-product-card .btn-shop .shop-icon {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    /* Shop Latest Collection Responsive */
    .shop-latest-collection {
        height: auto;
        min-height: 400px;
    }

    .collection-content {
        flex-direction: column;
        min-height: auto;
    }

    .collection-text {
        flex: none;
        width: 100%;
        padding: 40px 20px 30px;
        text-align: center;
        align-items: center;
    }

    .collection-text .section-title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .collection-description {
        font-size: 14px;
        text-align: center;
        max-width: 80%;
        margin: 0 auto 25px;
    }

    .collection-btn {
        width: 200px !important;
        height: 48px !important;
        font-size: 15px !important;
        padding: 12px 35px !important;
        margin: 0 auto;
    }

    /* Featured and Popular Watches View More buttons - Mobile */
    .featured-watches .section-action .btn,
    .popular-watches .section-action .btn {
        width: 200px !important;
        height: 48px !important;
        font-size: 15px !important;
        padding: 12px 35px !important;
        margin: 0 auto;
    }

    .collection-image {
        flex: none;
        width: 100%;
        height: 250px;
    }

    /* Latest Collection Hero Responsive */
    .latest-collection-hero {
        height: 350px !important;
        min-height: 350px !important;
        max-height: 350px !important;
    }

    .latest-collection-hero .hero-content {
        height: 350px !important;
        padding: 0 15px !important;
    }

    .latest-collection-hero .hero-text {
        max-width: 90% !important;
    }

    .latest-collection-hero .hero-title {
        font-size: 36px !important;
        margin-bottom: 15px !important;
    }

    .latest-collection-hero .hero-description {
        font-size: 14px !important;
        margin-bottom: 20px !important;
        max-width: 85% !important;
    }

    .latest-collection-hero .hero-btn {
        width: 200px !important;
        height: 48px !important;
        font-size: 15px !important;
        padding: 12px 35px !important;
    }


}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {

    /* Header Responsive */
    .home .site-header {
        padding: 8px 0;
    }

    .logo-text {
        font-size: 20px;
        margin-left: 8px;
    }

    /* Hero Section Responsive - Desktop Style for Small Mobile */
    .hero-section {
        height: 45vh;
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .hero-text {
        margin-top: 60px;
        max-width: 320px;
        padding-left: 15px;
        text-align: left;
        z-index: 4;
        position: relative;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 12px;
        font-weight: 510;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-family: 'Times New Roman', serif;
    }

    .hero-subtitle {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
        margin-bottom: 12px;
        color: #f5f5f5;
        text-transform: uppercase;
        font-family: 'Times New Roman', serif;
    }

    .hero-btn {
        padding: 8px 20px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        border-radius: 0;
        background-color: #00b894;
        border: none;
        color: white;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        font-family: sans-serif;
        text-transform: uppercase;
    }

    /* Hero Person Image - Desktop Style for Small Mobile */
    .hero-person {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 65%;
        height: 100%;
        z-index: 3;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        pointer-events: none;
    }

    .hero-person img {
        max-height: 115%;
        max-width: 125%;
        height: auto;
        width: auto;
        object-fit: contain;
        object-position: bottom;
        filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
        transform: scale(1.15);
    }

    /* Section Spacing */
    .shop-by-category,
    .featured-watches,
    .popular-watches {
        padding: 40px 0 30px;
    }



    /* Section Titles */
    .section-title {
        font-size: 28px;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    /* Featured Watches and Popular Watches Title - Match Shop by Category */
    .featured-watches .section-title,
    .popular-watches .section-title {
        font-size: 28px;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    /* Shop by Category Responsive - Two Columns */
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 15px;
    }

    .category-card {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .category-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /* Square aspect ratio for small mobile */
        position: relative;
    }

    .category-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .category-name {
        width: 100%;
        margin-top: 10px;
    }

    .shop-by-category .category-card .category-name h3,
    .home .shop-by-category .category-card .category-name h3,
    body .shop-by-category .category-card .category-name h3 {
        font-size: 16px !important;
        letter-spacing: 1.2px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }

    /* Featured Watches Responsive - Two Columns */
    .featured-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .featured-product-card {
        max-width: 100%;
    }

    .featured-product-card .product-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /* Square aspect ratio */
        margin: 0 auto 10px;
        position: relative;
    }

    .featured-product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .featured-product-card .product-title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .featured-product-card .product-price {
        font-size: 13px;
        text-align: center;
        margin-bottom: 10px;
    }

    .featured-product-card .product-info {
        align-items: center;
        text-align: center;
    }

    .featured-product-card .btn-shop {
        padding: 6px 10px;
        font-size: 10px;
        min-width: 80px;
        margin: 0 auto;
    }

    .featured-product-card .btn-shop .shop-icon {
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }

    /* Popular Watches Responsive */
    .popular-products-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 10px;
        padding: 0 15px;
    }

    .popular-product-card {
        padding: 8px;
    }

    .popular-product-card .product-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /* Square aspect ratio */
        margin-bottom: 8px;
        position: relative;
    }

    .popular-product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .popular-product-card .product-title {
        font-size: 13px !important;
        margin-bottom: 6px;
        line-height: 1.1;
    }

    .popular-product-card .product-price {
        font-size: 12px !important;
        margin-bottom: 8px;
    }

    .popular-product-card .btn-shop {
        padding: 6px 8px;
        font-size: 9px;
        min-width: 70px;
    }

    .popular-product-card .btn-shop .shop-icon {
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }

    /* Shop Latest Collection Responsive */
    .shop-latest-collection {
        height: auto;
        min-height: 350px;
    }

    .collection-content {
        flex-direction: column;
        min-height: auto;
    }

    .collection-text {
        flex: none;
        width: 100%;
        padding: 30px 15px 25px;
        text-align: center;
        align-items: center;
    }

    .collection-text .section-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1.1;
    }

    .collection-description {
        font-size: 13px;
        text-align: center;
        max-width: 90%;
        margin: 0 auto 20px;
        line-height: 1.4;
    }

    .collection-btn {
        width: 180px !important;
        height: 42px !important;
        font-size: 13px !important;
        padding: 10px 25px !important;
        margin: 0 auto;
    }

    /* Featured and Popular Watches View More buttons - Small Mobile */
    .featured-watches .section-action .btn,
    .popular-watches .section-action .btn {
        width: 180px !important;
        height: 42px !important;
        font-size: 13px !important;
        padding: 10px 25px !important;
        margin: 0 auto;
    }

    .collection-image {
        flex: none;
        width: 100%;
        height: 200px;
    }

    /* Latest Collection Hero Responsive */
    .latest-collection-hero {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
    }

    .latest-collection-hero .hero-content {
        height: 300px !important;
        padding: 0 10px !important;
    }

    .latest-collection-hero .hero-text {
        max-width: 95% !important;
    }

    .latest-collection-hero .hero-title {
        font-size: 28px !important;
        margin-bottom: 12px !important;
        line-height: 1.1 !important;
    }

    .latest-collection-hero .hero-description {
        font-size: 13px !important;
        margin-bottom: 18px !important;
        max-width: 90% !important;
        line-height: 1.3 !important;
    }

    .latest-collection-hero .hero-btn {
        width: 180px !important;
        height: 42px !important;
        font-size: 13px !important;
        padding: 10px 25px !important;
    }




}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {

    /* Hero Section */
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    /* Section Titles */
    .section-title {
        font-size: 22px;
    }

    /* Category Grid - full width responsive */
    .category-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
        padding: 0 10px;
        max-width: 100% !important;
    }

    .category-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .category-image {
        width: 100% !important;
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }

    .category-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .shop-by-category .category-card .category-name h3,
    .home .shop-by-category .category-card .category-name h3,
    body .shop-by-category .category-card .category-name h3 {
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
    }

    /* Featured Products - full width responsive */
    .featured-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
        padding: 0 10px;
        max-width: 100% !important;
    }

    .featured-product-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .featured-product-card .product-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }

    .featured-product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Popular Products - full width responsive */
    .popular-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
        padding: 0 10px;
        max-width: 100% !important;
    }

    .popular-product-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 5px;
    }

    .popular-product-card .product-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }

    .popular-product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .popular-product-card .product-title {
        font-size: 11px !important;
    }

    .popular-product-card .product-price {
        font-size: 10px !important;
    }

    .popular-product-card .btn-shop {
        font-size: 8px;
        min-width: 50px;
        padding: 4px 6px;
    }

    .popular-product-card .btn-shop .shop-icon {
        width: 10px;
        height: 10px;
        margin-right: 2px;
    }

    /* Collection Section */
    .collection-text .section-title {
        font-size: 20px;
    }

    .collection-description {
        font-size: 12px;
    }

    .collection-btn {
        width: 160px !important;
        height: 38px !important;
        font-size: 12px !important;
        padding: 8px 20px !important;
    }

    /* Featured and Popular Watches View More buttons - Extra Small Mobile */
    .featured-watches .section-action .btn,
    .popular-watches .section-action .btn {
        width: 160px !important;
        height: 38px !important;
        font-size: 12px !important;
        padding: 8px 20px !important;
    }

    /* Latest Collection Hero */
    .latest-collection-hero {
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
    }

    .latest-collection-hero .hero-content {
        height: 250px !important;
    }

    .latest-collection-hero .hero-title {
        font-size: 22px !important;
    }

    .latest-collection-hero .hero-description {
        font-size: 12px !important;
    }

    .latest-collection-hero .hero-btn {
        width: 140px !important;
        height: 36px !important;
        font-size: 11px !important;
        padding: 8px 15px !important;
    }

    /* Category Card Spacing Mobile */
    .category-name {
        margin-top: 8px !important;
    }

    .category-name h3 {
        font-size: 18px !important;
    }

}