body {
    /* background-color: #000; */
    color: #fff;
    overflow-x: hidden;
}
.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5));
}
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: -11px -360px;
}

/* Button styles */

.shp-btn {
    position: relative;
    /* overflow: hidden; */
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: hsl(255deg 50% 40%);
    border: solid 4px hsl(48.2deg 100% 35.88%);
    font-family: inherit;
    max-width: fit-content;
    left: 44%;
    top: 84%;
}

.default-btn,.hover-btn {
    background-color: hsl(255deg 50% 40%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
}

.hover-btn {
    position: absolute;
    inset: 0;
    background-color: hsl(255deg 50% 49%);
    transform: translate(0%,100%);
}

.default-btn span {
    color: hsl(0, 0%, 100%);
}

.hover-btn span {
    color: hsl(50deg 100% 50%);
}

button:hover .default-btn {
    transform: translate(0%,-100%);
}

button:hover .hover-btn {
    transform: translate(0%,0%);
}


.season-tag {
    position: absolute;
    bottom: 120px;
    left: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fashion-show-tag {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.brand-name {
    position: absolute;
    bottom: 10px;
    left: 35px;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.brand-name_2{
    position: absolute;
    bottom: 10px;
    left: 35px;
}
.ready-to-wear {
    position: absolute;
    top: 90px;
    right: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 1px;
}
.next-slide {
    position: absolute;
    top: 85px;
    right: 150px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.next-slide i {
    color: white;
    font-size: 14px;
}
.slide-indicators {
    position: absolute;
    top: 95px;
    left: 35px;
    display: flex;
}
.brand-name_2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 42px;
}

/* Sustainable Fashion Section Styles */
.sustainable-fashion {
    background-color: #fff;
    color: #333;
    padding: 80px 0;
}

.sustainable-heading {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333;
    line-height: 1.2;
}

.sustainable-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.feature-number {
    background-color: #f8f9fa;
    color: #e83e8c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 1.25rem;
    flex-shrink: 0;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #333;
}

.feature-description {
    font-size: 0.95rem;
    color: #666;
}

.learn-more-btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.learn-more-btn:hover {
    background-color: #555;
    color: #fff;
}

.sustainable-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.sustainable-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: #e83e8c;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.sustainable-badge h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.sustainable-badge p {
    font-size: 0.9rem;
    opacity: 0.9;
}






/* CATEGORIES In Colors Section Styles */

.categories-in-colors-section {
    background-color: #fff;
    color: #000;
    padding-top: 3rem;
    padding-bottom: 2rem;
    /* border-top: 9px black dotted; */
}

.categories-header-wrapper {
    margin-bottom: 2.5rem;
}

.categories-brand-title-img {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: xx-large;
}

.categories-main-title-img {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0.05rem;
}

.gender-filter-img {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
}

.gender-link-img {
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.gender-link-img:hover, .gender-link-img.active {
    color: #000;
}

.categories-subtitle-img {
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    color: #999;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.product-gallery-img {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.product-gallery-item-img {
    padding: 0 0.5rem;
}

.product-image-img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8;
    object-fit: cover;
    margin-bottom: 0.75rem;
    transition: opacity 0.3s ease;
}

.product-image-img:hover {
    opacity: 0.85;
}

.product-caption-img {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}



.product-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.product-image-wrapper img {
    width: 100%;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-radius: 12px;
}

.product-image-wrapper .back-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.05);
    z-index: 1;
}

.product-image-wrapper:hover .back-img {
    opacity: 1;
    transform: scale(1);
}

.product-image-wrapper:hover .front-img {
    opacity: 0;
    transform: scale(1.05);
}


@media (max-width: 1777px) {
    .brand-overlay{
        font-size: 7.8rem;
    }
    .categories-brand-title-img {
        font-size: 1.2rem;
    }
    
    .categories-main-title-img {
        font-size: 2.75rem;
    }
    
    .categories-subtitle-img {
        font-size: 1.5rem;
    }
    
}

@media (max-width: 1440px) {
    .shp-btn {
        left: 41%;
    }
}

/* Responsive styles */
@media (max-width: 1200px) {
    .brand-name {
        font-size: 100px;
    }
    .brand-name_2 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .brand-name {
        font-size: clamp(4rem, 8vw, 8rem) !important;
    }
    .brand-name_2 {
        font-size: clamp(1.5rem, 2.9vw, 2.5rem) !important;
        left: 55px !important;
        margin-left: 0px !important;
    }
    .hero-image {
        object-position: top;
    }
    .shp-btn {
        left: 40%;
    }

}


@media (max-width: 991px) {
    .brand-name {
        font-size: 80px;
        letter-spacing: 6px;
    }
    .brand-name_2 {
        font-size: 30px;
        margin-bottom: 11px;
    }
    .hero-image{
        object-position: 0px -10px;
    }
    .categories-main-title-img {
        font-size: 2rem;
    }
    
    .categories-subtitle-img {
        font-size: 1.25rem;
    }
    .sustainable-heading {
        font-size: 2rem;
    }
    
    .sustainable-badge {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .brand-name{
        left: 15px !important;
    }
    .brand-name_2 {
        bottom: 7px;
        left: 29px !important;
    }
    .shp-btn {
        left: 35%;
    }
    
}

@media (max-width: 767px) {
   .brand-name_2 {
        left: 29px !important;
    }
    .season-tag {
        bottom: 150px;
        left: 20px;
        font-size: 12px;
    }
    .fashion-show-tag {
        bottom: 150px;
        font-size: 12px;
    }
    .ready-to-wear {
        top: 80px;
        right: 20px;
    }
    .next-slide {
        top: 78.9px;
        right: 126px;
        width: 25px;
        height: 25px;
    }
    .slide-indicators {
        top: 85px;
        left: 20px;
    }
    .sustainable-fashion {
        padding: 50px 0;
    }
    
    .sustainable-heading {
        font-size: 1.75rem;
    }
    
    .feature-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .feature-title {
        font-size: 1.1rem;
    }
    
    .sustainable-badge h4 {
        font-size: 1.1rem;
    }

    .categories-header-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 1.5rem;
    }
    
    .filter-and-subtitle-block {
        margin-top: 1rem;
        text-align: left !important;
    }
    
    .gender-filter-img {
        justify-content: flex-start;
        margin-bottom: 0.5rem;
    }
    
    .categories-main-title-img {
        font-size: 1.75rem;
    }
    
    .categories-subtitle-img {
        font-size: 1.1rem;
    }

}

@media (max-width: 575px) {
    .hero-section {
        height: 90vh;
    }
    .brand-name {
        font-size: 31px;
        letter-spacing: 4px;
        bottom: 40px;
        left: 27px;
    }
    .brand-name_2 {
        font-size: 15px;
        margin-bottom: 46px;
        margin-left: 17px;
    }
    .season-tag {
        left: 20px;
        bottom: 130px;
        font-size: 10px;
    }
    .fashion-show-tag {
        bottom: 130px;
        font-size: 10px;
    }
    .ready-to-wear {
        display: none;
    }
    .next-slide {
        display: none;
    }
    .next-slide i {
        font-size: 10px;
    }
    .slide-indicators {
        top: 80px;
        left: 15px;
    }
    .mobile-nav{
        width: 50% !important;
    }
    .product-gallery-img {
        row-gap: 1.5rem;
    }
        .sustainable-heading {
        font-size: 1.5rem;
    }
    .sustainable-badge {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: -30px;
        margin-bottom: 20px;
    }
}


@media (max-width: 425px) {
    .hero-image {
        scale: 1.5;
        animation: heroZoom 8s ease-in-out infinite alternate !important;
        transform-origin: top !important;
        object-position: 0px -73px;
    }
    }

    @keyframes heroZoom {
        0% {
            transform: scale(1.0);
        }
        100% {
            transform: scale(1.1);
        }
}


@media (max-width: 440px) {
    .shp-btn {
        position: relative !important;
        left: 0%;
        top: 70%;
    }
    .brand-name{
        left: 10px;
        bottom: 10px;
    }
    .brand-name_2 {
        font-size: 1.4rem !important;
        margin-bottom: 0px;
        margin-left: 0px;
        bottom: 15px;
        left: 18px; 
    }
}




@media (max-width: 380px) {
    .brand-name {
        /* font-size: 32px !important; */
        letter-spacing: 2px !important;
        left: 10px !important;
        bottom: 0px !important;
    }
    .season-tag, .fashion-show-tag, .watch-text {
        font-size: 9px;
    }
    .mobile-nav{
        width: 70% !important;
    }
    .brand-name_2 {
        font-size: 1.3rem !important;
        left: 23px !important;
        margin-bottom: 0px !important;
    }
    .shp-btn {
        top: 60%;
    }
    .default-btn, .hover-btn{
        padding: 12px 17px !important;
        font-size: small !important;
    }
    .hero-image{
        object-position: -20px -73px !important;
    }
}

@media (max-width: 375px) {
    /* .hero-image {
        object-position: -35px -73px !important;
    } */
    .shp-btn {  
        /* left: 25%; */
        top: 70%;
    }
    .brand-name {
        /* font-size: 32px !important; */
        letter-spacing: 2px !important;
        left: 10px !important;
        bottom: 0px !important;
    }
    .brand-name_2 {
        font-size: 1.3rem !important;
        left: 28px !important;
        margin-bottom: 0px !important;
    }
}
