* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.bag-widget {
    overflow: hidden;
}

.bag-widget.sliding .black-bag,
.bag-widget.sliding .play-bag-stack {
    opacity: 0;
    transform: translateX(-25px);
}

.black-bag,
.play-bag-stack {
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

body {
    font-family: "Bodoni Moda", serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.mobile-dropdown {
    display: none;
}
.mobile-tagline {
    display: none;
}

.footer-section-mobile {
    display: none;
}

.mobile-open-store {
    display: none;
}

.mobile-nav {
    display: none;
}

/* Background container with color */
.background {
    background-color: #f5f0e6; /* Beige/cream color */
    padding: 10px 40px 40px 40px;
    /* Padding around the image */
}

/* Hero section - the image container */
.hero {
    height: 750px; /* Fixed height */
    /* Full width of container */
    background-image: url("/images/hero.JPG");
    background-size: cover;
    background-position: center;
    border-radius: 20px; /* Rounded corners */

    overflow: hidden; /* Important! Clips content to rounded corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Optional: adds depth */
}

/* Text overlay (if you want text on the image) */
.hero h1 {
    color: white;
    font-size: 48px;
}

nav {
    display: flex;
    justify-content: space-between;
    padding-top: 0%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
}

.shop-logo {
    width: 35px;
    height: 35px;
}

.logo {
    display: flex;
}

.logo h1 {
    font-size: 15px;
    font-weight: normal;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent dark */
    border-radius: 10px;
    backdrop-filter: blur(10px);
    top: 30px;
    z-index: 100;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.7;
}

.menu-bar {
    width: 20px;
    height: 20px;
    padding-top: 5px;
}

.menu-box {
    background-color: white;
    padding: 10px 30px 11px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.logo {
    padding-top: 5px;
    padding-right: 170px;
}

.logo h1 {
    font-size: 20px;
    font-weight: 500;
}

.shop-eleven-text {
    padding-top: 5px;
    padding-left: 5px;
    font-family: "Great Vibes", cursive;
}

.tagline-section {
    display: flex;
    justify-content: space-between;
}

.tagline {
}

.tagline h1 {
    font-weight: 900;
    font-size: 60px;
    -webkit-text-stroke: 3px white;
    color: rgba(255, 77, 141, 0.4);
}

.tagline-section {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 150px;
}

.description-text {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.description-text h1 {
    font-size: 13px;
    font-weight: 900;
    color: white;
}

.description-section {
    margin-top: 30px;
}

.Shop-Now-Button {
    background-color: #ff4d8d;
    padding: 10px;
    padding-left: 15px;
    padding-right: 12px;
    display: flex;
    width: 150px;
    gap: 10px;
    align-items: center;
    margin-left: 350px;
    margin-top: 45px;
    border-radius: 10px;
}

.Shop-Now-Button:hover {
    background-color: rgba(255, 77, 141, 0.4);
}

.Shop-Now-Button h1 {
    font-size: 20px;
    color: white;
    margin-bottom: 4px;
    margin-left: 8px;
    font-weight: 900;
    -webkit-text-stroke: 0.5px white;
}

.right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.black-bag {
    width: 225px;
    height: 220px;
    border-radius: 30px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.knitted-bag-container {
    display: flex;
    padding-bottom: 0%;
    margin-left: 22px;
    gap: 80px;
}

.play-bag {
    font-size: 20px;
}

.play-bag-stack {
    display: flex !important;
    flex-direction: column !important;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 115px;
}

.play-bag-stack h1 {
    font-size: 18px;
    color: white;
    white-space: nowrap;
}

.play-bag-stack h3 {
    color: white;
}

.bag-widget {
    background-color: rgba(0, 0, 0, 0.4);
    width: 300px;
    margin-left: 65px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 20px;
}
.arrow-icon {
    color: white;
    padding-top: 10px;
}

.black-bag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    padding-top: 10px;
}

.Popular-collection-section {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 70px;
    border-radius: 20px;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 30px;
}

.Popular-text {
    font-size: 50px;
    padding-bottom: 10px;
}

.Popular-Collection-row {
    display: flex;
    justify-content: space-between;
}

.Popular-categories {
    display: flex;

    gap: 40px;
}

.Popular-text span {
    color: rgba(0, 0, 0, 0.4);
}

.Popular-tagline {
    font-size: 12px;
}

.selected-items {
    display: flex;
    margin-top: 39px;
    gap: 23px;
}

.fifty-off-column {
    border-radius: 25px;
    height: 450px;
    width: 350px;
    background-size: cover;
    background-position: center;
    margin-top: 95px;
    padding: 10px;
}

.discover-button h3 {
    display: flex;
    justify-content: left;
    align-items: start;
    margin-top: 370px;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;

    font-weight: lighter;
    font-size: 11px;
}

.discover-button {
    background-color: white;
    width: 100px;
    border-radius: 5px;
    margin-left: 20px;
}

.cat-column-1 {
    border-radius: 25px;
    height: 350px;
    width: 290px;
    background-size: cover;
    background-position: center;
    border: rgba(214, 214, 214, 0.4);
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    padding-right: 30px;
}
.cat-column-2 {
    border-radius: 25px;
    height: 350px;
    width: 270px;
    background-size: cover;
    background-position: center;
    border: rgba(214, 214, 214, 0.4);
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    padding-right: 30px;
}

.cat-column-3 {
    border-radius: 25px;
    height: 350px;
    width: 290px;
    background-size: cover;
    background-position: center;
    border: rgba(214, 214, 214, 0.4);
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    padding-right: 30px;
}
.product-details-cont {
    display: flex;
    justify-content: space-between;
}

.four-categories {
    display: flex;
    gap: 75px;
    margin-top: 97px;
}
.four-categories span {
    font-size: 25px;
    background-color: #8b5e3c;
    padding: 10px;
    border-radius: 10px;
    color: white;
    border: grey;
    border-style: solid;
    border-width: 1px;
}

.four-categories span:hover {
    background-color: #ff4d8d;
}

.details {
    font-size: 10px;
}

.details h1 {
    font-size: 12px;
}

.cart-icon {
    height: 20px;
    width: 20px;
    margin-top: 5px;
}

.open-store-button h1 {
    font-size: 14px;
    font-weight: bold;
}

.open-store-button {
    background-color: #8b5e3c;
    padding: 10px;
    padding-bottom: 6px;
    color: white;
    padding-bottom: 0%;
    height: 45px;
    border-radius: 10px;
    display: flex;
}
.shop-text {
    font-family: "Great Vibes", cursive;
    font-size: 20px;
    margin-top: 9px;
    padding-bottom: 10px;
}

.logo-footer img {
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: left;
    margin-left: -15px;
}

.logo-footer {
    display: flex;
    justify-content: left;
    align-items: left;
}

.footer-section {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.footer-tagline {
    font-size: 14px;
    color: grey;
    padding-bottom: 10px;
}

.social-icons img {
    width: 15px;
    height: 15px;
}

.mail h1 {
    font-size: 14px;
    color: grey;
}

.footer-column-b {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-column-b span {
    font-size: 14px;
}

.footer-column-c span {
    font-size: 14px;
}

.footer-column-c {
    display: flex;
    flex-direction: column;
}

.subscribe {
    border-color: lightgray;
    border-width: 0.5px;
    border-style: solid;
    padding: 3px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.subscribe input {
    border: none;
    outline: none;
}

.subscribe input::placeholder {
    padding-left: 8px;
}

.subscribe button {
    background-color: black;
    color: white;
    padding: 8px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 10px;
}

.footer-column-d p {
    display: flex;
    align-items: end;
    justify-content: end;
}

.menu-image-single {
    width: 30px;
    height: 30px;
}

/* ============================================
   MOBILE RESPONSIVE DESIGN (768px and below)
   ============================================ */

@media (max-width: 768px) {
    /* HIDE DESKTOP, SHOW MOBILE */
    .desktop-nav {
        display: none !important;
    }

    .mobile-nav {
        display: flex !important;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: white;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-bar {
        flex: 1;
    }

    .mobile-menu-bar img {
        width: 25px;
        height: 25px;
    }

    .mobile-nav .logo {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .mobile-nav .logo img {
        width: 30px;
        height: 30px;
    }

    .mobile-nav .logo h1 {
        font-size: 14px;
        padding-left: 8px;
    }

    .mobile-shop-icon {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .mobile-shop-icon img {
        width: 25px;
        height: 25px;
    }

    /* BACKGROUND & HERO */
    .background {
        padding: 10px 15px 20px 15px;
        background-color: #f5f0e6;
    }

    .hero {
        height: 450px;
        border-radius: 15px;
    }

    /* TAGLINE SECTION */
    .tagline-section {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 80px;
    }

    .tagline h1 {
        font-size: 32px;
        -webkit-text-stroke: 2px white;
    }

    .description-text h1 {
        font-size: 11px;
        line-height: 1.4;
    }

    .Shop-Now-Button {
        width: 140px;
        padding: 8px 12px;
        margin-left: 0;
        margin-top: 20px;
        font-size: 14px;
        background-color: #d390ea9b;
    }

    .Shop-Now-Button h1 {
        font-size: 17px;
        margin-left: 4px;
        color: white;
        -webkit-text-stroke: 1px white;
        padding-right: 4px;
        padding-left: 10px;
        padding-top: 4px;
        padding-top: 5px;
    }

    /* BAG WIDGET */
    .bag-widget {
        width: 200px;
        margin-left: 15px;
        padding: 8px;
        padding-top: 15px;
    }

    .black-bag {
        width: 150px;
        height: 130px;
    }

    .knitted-bag-container {
        gap: 40px;
        margin-left: 0;
    }

    .play-bag-stack h1 {
        font-size: 16px;
    }

    .play-bag-stack h3 {
        font-size: 12px;
    }

    /* POPULAR COLLECTION */
    .Popular-collection-section {
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }

    .Popular-text {
        font-size: 28px;
    }

    .Popular-Collection-row {
        flex-direction: column;
        gap: 20px;
    }

    .open-store-button {
        width: 100%;
        justify-content: center;
        height: auto;
        padding: 10px;
    }

    .open-store-button h1 {
        font-size: 12px;
    }

    .Popular-categories {
        flex-direction: column;
        gap: 20px;
    }

    .fifty-off-column {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }

    .discover-button {
        margin-top: 250px;
        margin-left: 10px;
    }

    .discover-button h3 {
        margin-top: 0;
        font-size: 10px;
    }

    .four-categories {
        gap: 10px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .four-categories span {
        font-size: 10px;
        padding: 6px 10px;
    }

    .four-categories span:hover {
        background-color: #ff4d8d;
    }

    .selected-items {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .cat-column-1,
    .cat-column-2,
    .cat-column-3 {
        width: 100%;
        height: 250px;
        border-radius: 15px;
        padding: 12px;
    }

    .details h1 {
        font-size: 11px;
    }

    .details h3 {
        font-size: 10px;
    }

    .cart-icon {
        width: 12px;
        height: 12px;
    }

    /* FOOTER */
    .footer-section {
        flex-direction: column;
        gap: 40px;
        padding-top: 40px;
    }

    .footer-column-a,
    .footer-column-b,
    .footer-column-c,
    .footer-column-d {
        width: 100%;
    }

    .footer-column-d h2 {
        font-size: 18px;
    }

    .footer-column-b span,
    .footer-column-c span,
    .footer-tagline,
    .mail h1 {
        font-size: 12px;
    }

    .social-icons img {
        width: 14px;
        height: 14px;
    }

    /* TEXT ADJUSTMENTS */
    .Popular-tagline {
        font-size: 11px;
    }

    nav {
        padding-left: 0;
        padding-right: 0;
    }
}

/* EXTRA SMALL DEVICES (max 480px) */
@media (max-width: 480px) {
    .hero {
        height: 330px;
    }

    .mobile-hero {
        padding: 35px;
        margin-left: 1px;
    }

    .mobile-nav {
        display: flex !important;
        background-color: rgba(0, 0, 0, 0.67);
        width: 90%;
        max-width: 400px;
        margin-left: 20px;
        margin-right: 25px;
        margin-top: 10px;
        border-radius: 10px;
        position: relative;
    }
    .tagline h1 {
        display: none;
        font-size: 27px;
        -webkit-text-stroke: 1.5px white;
    }

    .mobile-tagline {
        display: flex;
    }
    .mobile-tagline h1 {
        font-size: 27px;
        -webkit-text-stroke: 2px white;
        color: rgba(255, 77, 141, 0.4);
        margin-top: -20px;
        line-height: 45px;
    }

    .description-text h1 {
        font-size: 10px;
    }

    .Popular-text {
        font-size: 45px;
    }

    .four-categories span {
        font-size: 5px;
        padding: 5px 8px;
    }

    .bag-widget {
        width: 160px;
    }

    .black-bag {
        width: 100px;
        height: 80px;
    }

    .cat-column-1,
    .cat-column-2,
    .cat-column-3 {
        height: 200px;
        width: 108%;
        max-width: 700px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: -15px;

        display: block;
    }

    .footer-section {
        display: none;
    }

    .description-text {
        display: none;
    }

    .bag-widget {
        display: none;
        flex-direction: column;
        margin-left: 239px;
        margin-top: -75px;
        padding: 5px;
        height: 90px;
        width: 100px;
    }

    .bag-widget img {
        height: 45px;
        width: 45px;
        border-radius: 5px;
    }

    .play-bag-stack h1 {
        font-size: 5px;
        margin-top: -4px;
    }

    .arrow-icon img {
        height: 30px;
        width: 30px;
        margin-top: -10px;
    }

    .Shop-Now-Button {
        margin-top: -7px;
    }

    .logo h1 {
        color: white;
    }

    .Home-mini-shop-page {
        padding: 25px;
    }

    .footer-logo-mobile h1 {
        padding-top: 5px;
    }

    .Popular-tagline {
        width: 90%;
        max-width: 270px;
    }

    .footer-whatsapp {
        display: flex;
        justify-content: center;
        font-size: 13px;
    }

    .mobile-open-store-button {
        padding-top: 23px;
        padding-bottom: 23px;
        border-radius: 35px;
        display: none;
    }
    .mobile-open-store {
        padding-top: 23px;
        padding-bottom: 23px;
        border-radius: 35px;
        display: none;
    }

    .open-store-button h1 {
        font-size: 15px;
    }
    .open-store-button {
        background-color: #ff4d8d;
    }

    .fifty-off-column {
        display: none;
    }

    .four-categories span {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .cat-column-1 {
        height: 400px;
    }

    .details h1 {
        font-size: 11px;
    }

    .details h3 {
        font-size: 13px;
    }

    .cart-cont-mobile img {
        width: 35px;
        height: 35px;
    }

    /* ============================================
   MOBILE FOOTER - 480px and below
   ============================================ */

    .footer-section-mobile {
        background: linear-gradient(135deg, #824809 0%, #000000 100%);
        color: white;
        padding: 30px 15px;
        margin-top: 40px;
        border-top: 2px solid #000000;
        display: block;
        border-radius: 20px;
    }

    /* LOGO SECTION */
    .footer-logo-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 77, 141, 0.3);
    }

    .footer-logo-img {
        width: 35px;
        height: 35px;
    }

    .footer-shop-name {
        font-family: "Great Vibes", cursive;
        font-size: 18px;
        font-weight: 600;
        color: #ff4d8d;
    }

    /* QUICK LINKS */
    .footer-links-mobile {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-links-mobile a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 5px 8px;
        border-radius: 5px;
    }

    .footer-links-mobile a:hover {
        color: #ff4d8d;
        background-color: rgba(255, 77, 141, 0.1);
    }

    /* CONTACT INFO */
    .footer-contact-mobile {
        margin-bottom: 25px;
        padding: 20px 12px;
        background-color: rgba(255, 77, 141, 0.08);
        border-radius: 10px;
        border-left: 3px solid #ffffff;
    }

    .footer-contact-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .footer-contact-mobile p {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 6px;
        color: #d0d0d0;
    }

    /* SOCIAL SECTION */
    .footer-socials-mobile {
        margin-bottom: 25px;
    }

    .footer-socials-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #ff4d8d;
        text-align: center;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .social-links a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 77, 141, 0.15);
        border-radius: 50%;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .social-links a:hover {
        background-color: #ff4d8d;
        transform: scale(1.1);
    }

    .social-links img {
        width: 16px;
        height: 16px;
        filter: brightness(1.2);
    }

    /* NEWSLETTER */
    .footer-newsletter-mobile {
        margin-bottom: 25px;
    }

    .footer-newsletter-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #ff4d8d;
        text-align: center;
    }

    .footer-newsletter-mobile p {
        font-size: 10px;
        text-align: center;
        color: #b0b0b0;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .newsletter-form-mobile {
        display: flex;
        gap: 6px;
        background-color: rgba(255, 77, 141, 0.1);
        padding: 6px;
        border-radius: 8px;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .newsletter-form-mobile input {
        flex: 1;
        background: transparent;
        border: none;
        color: white;
        outline: none;
        font-size: 11px;
        padding: 6px 8px;
    }

    .newsletter-form-mobile input::placeholder {
        color: #888;
        font-size: 10px;
    }

    .newsletter-form-mobile button {
        background-color: #ff4d8d;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .newsletter-form-mobile button:hover {
        background-color: #ff6fa8;
        transform: scale(1.05);
    }

    /* COPYRIGHT */
    .footer-copyright-mobile {
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-copyright-mobile p {
        font-size: 9px;
        color: #888;
        line-height: 1.5;
    }

    /* SMOOTH TRANSITIONS */
    * {
        transition:
            color 0.3s ease,
            background-color 0.3s ease;
    }

    .mobile-dropdown {
        position: absolute;
        top: 9%;
        left: 33px;
        width: 100%;
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;

        transition: all 0.3s ease;
    }

    .mobile-dropdown.active {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background-color: #965e73;
        color: white;
        width: 150px;
        border: #ff4d8e6e;
        border-style: solid;
        border-width: 1.5px;
        padding: 10px;
        border-radius: 20px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .hr {
        color: #ff4d8d;
        height: 1px;
    }

    .mobile-dropdown a.active {
        background-color: white;
        padding: 5px;
        color: #000000;
        border-radius: 5px;
    }

    .mobile-nav {
        position: relative;
    }

    .mobile-nav .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}

/* ============================================
   TABLET PORTRAIT (600px - 900px)
   ============================================ */

@media (min-width: 600px) and (max-width: 900px) {
    /* -------------------------
       Navigation
    --------------------------*/

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        position: relative;
    }

    .mobile-nav .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .mobile-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 28px;
        width: 92%;
        margin: 20px auto 0;
        border-radius: 14px;
        background: rgba(0, 0, 0, 0.75);
    }

    .mobile-menu-bar img {
        width: 32px;
        height: 32px;
        cursor: pointer;
    }

    .mobile-shop-img {
        width: 30px;
        height: 30px;
    }

    .mobile-nav .logo {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-nav .shop-logo {
        width: 38px;
        height: 38px;
    }

    .mobile-nav .shop-eleven-text {
        color: white;
        font-size: 24px;
        margin-left: 8px;
    }

    /* Dropdown */

    .mobile-dropdown {
        position: absolute;
        top: 90px;
        left: 4%;
        width: 230px;

        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: 0.3s;
    }

    .mobile-dropdown.active {
        display: flex;
        flex-direction: column;
        gap: 10px;

        background: #965e73;

        border-radius: 18px;

        padding: 20px;

        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .mobile-dropdown a {
        font-size: 18px;
        padding: 8px;
    }

    .mobile-dropdown a.active {
        background: white;
        color: black;
        border-radius: 8px;
    }

    /* -------------------------
       Hero
    --------------------------*/

    .background {
        padding: 20px;
    }

    .hero {
        height: 650px;
        border-radius: 22px;
    }

    .mobile-hero {
        padding: 20px;
    }

    .tagline-section {
        flex-direction: column;
        padding: 80px 35px 0;
    }

    .tagline {
        display: none;
    }

    .mobile-tagline {
        display: block;
    }

    .mobile-tagline h1 {
        font-size: 59px;
        line-height: 1.15;
        -webkit-text-stroke: 2px white;
        color: rgba(255, 77, 141, 0.4);
    }

    .description-text {
        display: none;
        width: 350px;
        margin-top: 25px;
    }

    .description-text h1 {
        font-size: 10px;
        line-height: 1.8;
    }

    .Shop-Now-Button {
        margin: 35px 0 0;

        width: 300px;
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: center;
        margin-top: -7px;
    }

    @media (min-width: 60px) and (max-width: 734px) {
        .Shop-Now-Button {
            margin-top: 40px;
        }

        .mobile-tagline {
            margin-top: 30px;
        }
    }

    .Shop-Now-Button h1 {
        font-size: 20px;
    }

    /* -------------------------
       Bag widget
    --------------------------*/

    .bag-widget {
        display: none;
        width: 260px;
        margin-left: 35px;
        margin-top: 40px;
    }

    .black-bag {
        width: 180px;
        height: 150px;
    }

    .play-bag-stack h1 {
        font-size: 20px;
    }

    .play-bag-stack h3 {
        font-size: 14px;
    }

    /* -------------------------
       Popular section
    --------------------------*/

    .Popular-collection-section {
        padding: 60px 30px;
    }

    .Popular-Collection-row {
        flex-direction: column;
        gap: 30px;
    }

    .Popular-text {
        font-size: 52px;
    }

    .Popular-tagline {
        font-size: 16px;
        width: 90%;
    }

    .open-store-button {
        width: 220px;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* -------------------------
       Categories
    --------------------------*/

    .Popular-categories {
        flex-direction: column;
    }

    .fifty-off-column {
        display: none;
        width: 100%;
        height: 420px;
        margin-top: 30px;
    }

    .discover-button {
        margin-top: 340px;
    }

    .four-categories {
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 35px;
        width: 550px;
    }

    .four-categories span {
        font-size: 15px;
        padding: 10px 18px;
        background-color: #ff4d8d;
    }

    /* -------------------------
       Products
    --------------------------*/

    .selected-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 35px;
    }

    .cat-column-1,
    .cat-column-2,
    .cat-column-3 {
        width: 100%;
        height: 420px;
        border-radius: 18px;
    }

    .details h1 {
        font-size: 15px;
    }

    .details h3 {
        font-size: 14px;
    }

    .cart-icon {
        width: 20px;
        height: 20px;
    }

    /* -------------------------
       Footer
    --------------------------*/

    .footer-section {
        display: none;
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 70px;
    }

    .footer-column-a,
    .footer-column-b,
    .footer-column-c,
    .footer-column-d {
        flex: 1 1 45%;
    }

    .footer-section-mobile {
        background: linear-gradient(135deg, #824809 0%, #000000 100%);
        color: white;
        padding: 30px 15px;
        margin-top: 40px;
        border-top: 2px solid #000000;
        display: block;
        border-radius: 20px;
    }

    /* LOGO SECTION */
    .footer-logo-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 77, 141, 0.3);
    }

    .footer-logo-img {
        width: 35px;
        height: 35px;
    }

    .footer-shop-name {
        font-family: "Great Vibes", cursive;
        font-size: 18px;
        font-weight: 600;
        color: #ff4d8d;
    }

    /* QUICK LINKS */
    .footer-links-mobile {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-links-mobile a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 5px 8px;
        border-radius: 5px;
    }

    .footer-links-mobile a:hover {
        color: #ff4d8d;
        background-color: rgba(255, 77, 141, 0.1);
    }

    /* CONTACT INFO */
    .footer-contact-mobile {
        margin-bottom: 25px;
        padding: 20px 12px;
        background-color: rgba(255, 77, 141, 0.08);
        border-radius: 10px;
        border-left: 3px solid #ffffff;
    }

    .footer-contact-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .footer-contact-mobile p {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 6px;
        color: #d0d0d0;
    }

    /* SOCIAL SECTION */
    .footer-socials-mobile {
        margin-bottom: 25px;
    }

    .footer-socials-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #ff4d8d;
        text-align: center;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .social-links a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 77, 141, 0.15);
        border-radius: 50%;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .social-links a:hover {
        background-color: #ff4d8d;
        transform: scale(1.1);
    }

    .social-links img {
        width: 16px;
        height: 16px;
        filter: brightness(1.2);
    }

    /* NEWSLETTER */
    .footer-newsletter-mobile {
        margin-bottom: 25px;
    }

    .footer-newsletter-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #ff4d8d;
        text-align: center;
    }

    .footer-newsletter-mobile p {
        font-size: 10px;
        text-align: center;
        color: #b0b0b0;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .newsletter-form-mobile {
        display: flex;
        gap: 6px;
        background-color: rgba(255, 77, 141, 0.1);
        padding: 6px;
        border-radius: 8px;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .newsletter-form-mobile input {
        flex: 1;
        background: transparent;
        border: none;
        color: white;
        outline: none;
        font-size: 11px;
        padding: 6px 8px;
    }

    .newsletter-form-mobile input::placeholder {
        color: #888;
        font-size: 10px;
    }

    .newsletter-form-mobile button {
        background-color: #ff4d8d;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .newsletter-form-mobile button:hover {
        background-color: #ff6fa8;
        transform: scale(1.05);
    }

    /* COPYRIGHT */
    .footer-copyright-mobile {
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-copyright-mobile p {
        font-size: 9px;
        color: #888;
        line-height: 1.5;
    }
}

@media (max-width: 900px) {
    .description-text {
        display: flex;
        margin-bottom: 60px;
    }
}

@media (max-width: 734px) {
    .description-text {
        display: none;
    }
}

/* ============================================
   TABLET LANDSCAPE (901px - 1200px)
   Desktop layout optimized for tablet landscape
   ============================================ */

@media (min-width: 901px) and (max-width: 1200px) {
    /* =========================
       MAIN BACKGROUND
    ========================== */

    .background {
        padding: 10px 25px 35px;
    }

    /* =========================
       NAVIGATION
    ========================== */

    .desktop-nav {
        display: flex;
        padding-left: 30px;
        padding-right: 30px;
        align-items: center;
    }

    .nav-links {
        gap: 25px;
        padding: 9px 18px;
    }

    .nav-links a {
        font-size: 12px;
    }

    .logo {
        padding-right: 0;
        align-items: center;
    }

    .shop-logo {
        width: 32px;
        height: 32px;
    }

    .logo h1 {
        font-size: 18px;
    }

    .shop-eleven-text {
        padding-top: 3px;
    }

    .menu-box {
        padding: 8px 20px 5px;
        gap: 8px;
    }

    .menu-text {
        font-size: 13px;
    }

    /* =========================
       HERO
    ========================== */

    .hero {
        height: 650px;
        border-radius: 18px;
    }

    .tagline-section {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 115px;
    }

    .tagline h1 {
        font-size: clamp(44px, 5vw, 55px);
        line-height: 1.1;
    }

    .description-section {
        margin-top: 25px;
    }

    .description-text {
        padding: 9px 12px;
    }

    .description-text h1 {
        font-size: 11px;
        line-height: 1.5;
    }

    .Shop-Now-Button {
        width: 135px;
        margin-left: auto;
        margin-right: 0;
        margin-top: 35px;
        padding: 9px 12px;
    }

    .Shop-Now-Button h1 {
        font-size: 17px;
    }

    /* =========================
       BAG WIDGET
    ========================== */

    .bag-widget {
        width: 260px;
        margin-left: 45px;
        padding: 10px;
        padding-top: 15px;
        padding-right: 15px;
    }

    .black-bag {
        width: 190px;
        height: 180px;
        margin-left: 20px;
    }

    .knitted-bag-container {
        gap: 55px;
        margin-left: 15px;
    }

    .play-bag-stack h1 {
        font-size: 19px;
    }

    .play-bag-stack h3 {
        font-size: 13px;
    }

    .arrow-icon img {
        width: 32px;
        height: 32px;
    }

    /* =========================
       POPULAR COLLECTION
    ========================== */

    .Popular-collection-section {
        padding: 75px 55px 60px;
        margin-top: 25px;
    }

    .Popular-Collection-row {
        align-items: center;
    }

    .Popular-text {
        font-size: clamp(38px, 4.5vw, 48px);
        line-height: 1.1;
    }

    .Popular-tagline {
        font-size: 11px;
    }

    .open-store-button {
        height: 42px;
        padding: 9px 18px;
        align-items: center;
    }

    .open-store-button h1 {
        font-size: 13px;
    }

    /* =========================
       POPULAR CATEGORIES
    ========================== */

    .Popular-categories {
        display: block;
        width: 100%;
    }

    /* Remove Discover More image */
    .fifty-off-column {
        display: none;
    }

    /* =========================
       CATEGORY FILTERS
    ========================== */

    .four-categories {
        display: flex;
        gap: 15px;
        margin-top: 55px;
        flex-wrap: wrap;
        width: 100%;
    }

    .four-categories span {
        font-size: 15px;
        padding: 8px 14px;
    }

    /* =========================
       PRODUCT GRID
    ========================== */

    /* =========================
   PRODUCT GRID
========================= */

    .selected-items {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
        margin-top: 30px;
        min-width: 0;
    }

    .arrow-icon {
        width: 9px;
        height: 9px;
        margin-top: 18px;
    }

    .cat-column-1,
    .cat-column-2,
    .cat-column-3 {
        width: 100%;
        min-width: 0;
        height: 350px;

        border-radius: 20px;
        border: 1px solid rgba(214, 214, 214, 0.4);

        padding: 13px;

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        overflow: hidden;
    }
    /* =========================
       FOOTER
    ========================== */

    .footer-section {
        display: flex;
        gap: 35px;
        padding-top: 75px;
    }

    .footer-column-a {
        flex: 1.2;
    }

    .footer-column-b,
    .footer-column-c {
        flex: 0.8;
    }

    .footer-column-d {
        flex: 1.3;
    }

    .footer-column-b span,
    .footer-column-c span {
        font-size: 12px;
    }

    .footer-tagline {
        font-size: 12px !important;
    }

    .mail h1 {
        font-size: 12px;
    }

    .footer-column-d h2 {
        font-size: 21px !important;
    }

    .footer-column-d p {
        font-size: 11px;
    }

    .subscribe {
        width: 100%;
    }

    .subscribe input {
        min-width: 0;
        width: 100%;
    }

    .subscribe button {
        white-space: nowrap;
        padding-left: 14px;
        padding-right: 14px;
    }

    /* =========================
       HIDE MOBILE ELEMENTS
    ========================== */

    .mobile-nav,
    .mobile-dropdown,
    .footer-section-mobile,
    .mobile-open-store {
        display: none !important;
    }
}
