@import url('https://fonts.googleapis.com/css2?family=Amita&display=swap');
:root {
            --primary-dark: #1a1a1a;
            --accent-gold: #FDF8F5;
            --accent-gold-bold: #F0E3DC;
            --accent-gold-bolder: #dabebe;
            --text-light: #f8f9fa;
            --text-muted: #494A4B; /*benj moore*/
            --text-muted-bold: #464646;
            --text-muted-light: #919191;
            --border-gold-bolder: #dabebe;
            --border-gold-bolderr: #ebcaca;
        }
        
        body {
            /*font-family: 'Poppins', sans-serif;*/
            font-family: Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
               background-color: var(--accent-gold-bold);
        }
  /* Custom Scrollbar Styles */
    ::-webkit-scrollbar {
      width: 8px;
    }

    ::-webkit-scrollbar-track {
      background-color: var(--accent-gold-bold);
      border-radius: 10px;
      margin: 4px 0;
    }

    ::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #dabebe 0%, #dabebe 100%);
      border-radius: 10px;
      border: 1px solid transparent;
      background-clip: padding-box;
      transition: all 0.3s ease;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(180deg, #ccb2b2 0%, #ccb2b2 100%);
    }

    ::-webkit-scrollbar-thumb:active {
      background: #b89585;
    }
.text-primary{
    color: var(--accent-gold-bolder) !important;
    font-weight: 800 !important;
}
.progress-bar{
    background-color: var(--accent-gold-bolder) !important;
}
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Playfair Display', serif;
        }
        b.emphasize{
          font-weight: 900;
          font-size: 3.2rem;
        }
        .separator{
            color: var(--accent-gold-bolder);
            background: var(--accent-gold-bolder);
            height: 8px;
            width: 100%;
            width: 5vw;
            margin: 0 auto;
            margin-bottom: 4rem;
            margin-top: 4rem;

        }
        .border-gold-bolder {
            --bs-border-opacity: 1;
            border-top: var(--bs-border-width) var(--bs-border-style) var(--border-gold-bolder) !important;
        }
        .accent-gold{
            color: var(--accent-gold);
        }
        .accent-gold-bold{
            color: var(--accent-gold-bold);
        }
        .accent-gold-bolder{
            color: var(--accent-gold-bolder);
        }
        .text-muted-light {
            color: var(--text-muted-light);
        }
        .text-muted {
            color: var(--text-muted);
        }
        .text-muted-bold {
            color: var(--text-muted-bold);
        }
        .pointer {
            cursor: pointer;
        }
        .capitalize{
          text-transform: capitalize;
        }
        .uppercase{
          text-transform: uppercase;
        }
        .nowrap{
          white-space: nowrap;
        }
        #footerLogo{
                width: 7em;
        }
        .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
            color:var(--accent-gold-bolder);
            font-weight: bold;
        }
        /* Newsletter Banner */
        .newsletter-banner {
            height: 40px;
            background: rgba(218, 190, 190, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 0.75rem;
            font-weight: 500;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            position: sticky;
            top: var(--navbar-height, 64px);
            z-index: 1019; /* below navbar (which uses Bootstrap sticky defaults) */
            width: 100%;
        }
        #custom-logo-wrapper{
            width:250px;height:250px;
        }
        .newsletter-banner p {
            margin: 0;
        }
        
        .newsletter-banner .newsletter-text {
            color: var(--text-muted);
            letter-spacing: 1px;
        }
        
        .newsletter-banner .newsletter-link {
            color: var(--text-light);
            text-decoration: none;
            transition: opacity 0.3s;
            
        }
        
        .newsletter-banner .newsletter-link:hover {
            opacity: 0.7;
        }
        /* Navbar */
        .navbar {
            background: var(--accent-gold) !important;
            opacity: 0.98;
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0,0,0,.08);
            padding: 1rem 0;
        }
        
        .navbar-toggler {
            display: none;
        }
        
        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-weight: 900;
            font-size: 2rem;
            letter-spacing: 2px;
            color: var(--primary-dark) !important;
        }
        
        .nav-link {
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.85rem;
            margin: 0 0rem;
            transition: color 0.3s;
        }
        
        .nav-link:hover {
            color: var(--accent-gold-bolder) !important;
        }
        
        /* Collection Grid Hero */
        .collection-grid-hero {
            padding: 0;
            background: var(--accent-gold);
        }
        
        .collection-grid-container {
            display: grid;
            width: 100%;
            grid-template-columns: 2.5fr 1.5fr;
            grid-template-rows: auto 1fr;
            gap: 8px;
            padding: 8px;
            background: var(--accent-gold);
            margin: 0 auto;
            max-height: 75vh;
        }
        .grid-item {
            position: relative;
            overflow: hidden;
            background: var(--accent-gold);
        }
        
        .grid-span-2 {
            grid-column: span 2;
        }
        
        .grid-image {
            position: relative;
        }
        .grid-item:not(.grid-image){
                width: 100%;
            height: 100%;
            min-height: 200px;
        }
        .grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.5s ease;
            min-height: 200px;
        }
        
        .grid-image:hover img {
            transform: scale(1.05);
        }
        
        /* Lightbox trigger styles */
        .lightbox-trigger {
            cursor: pointer;
            position: relative;
        }
        
        .lightbox-trigger::after {
            content: '\F52A'; /* Bootstrap icon zoom-in */
            font-family: 'bootstrap-icons';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 2rem;
            color: white;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
            text-shadow: 0 2px 8px rgba(0,0,0,0.5);
        }
        
        .lightbox-trigger:hover::after {
            opacity: 1;
        }
        
        .lightbox-trigger:hover::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.3);
            z-index: 1;
            pointer-events: none;
        }
        
        .grid-color-block {
            background: var(--accent-gold-bold);
        }
        
        .grid-text-block {
            background: var(--accent-gold-bold);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 3rem;
        }
          .grid-text-block>div {
            width: 100%;
            height: 100%;
            opacity: 0.9;
        }
        .grid-text-block h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2em;
            font-weight: 700;
            color: var(--text-muted);
            text-align: start;
            line-height: 1.2;
            letter-spacing: 2px;
            position: absolute;
            top: 25%;
            left: 3rem;
            right: 3rem;
            text-shadow: 2px 2px 4px rgba(112, 112, 112, 0.363);
        }
        
        /* Hero (keeping for other pages) */
          .hero-section1 {
            position: relative;
            height: 100vh;
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), 
                        url('/assets/img/Josephribkoff-automne-2025.png') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-muted);
            text-align: center;
        }
        
        .hero-section {
            position: relative;
            height: 100vh;
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), 
                        url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1600&q=80') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-muted);
            text-align: center;
        }
        
        .hero-content h1 {
            font-size: 5rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            color: var(--text-light);
            text-transform: uppercase;
            letter-spacing: 5px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        }
        
        .hero-content p {
            font-size: 1.5rem;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 2rem;
        }
        
        .btn-luxury {
            background: white;
            color: var(--primary-dark);
            padding: 1rem 3rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        .btn-luxury-inverse {
            background: var(--accent-gold-bold);
            color: var(--text-muted);
            padding: 1rem 3rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
         .btn-luxury-inverse:hover {
            background: var(--accent-gold-bolder);
            color: var(--text-light);
            transform: translateY(-2px);
            box-shadow: 0 3px 12px var(--accent-gold-bolder);
        }
        .btn-luxury:hover {
            background: var(--accent-gold);
            color: var(--text-muted-bold);
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(0,0,0,0.1);
        }
        
        /* Featured Banner */
        .featured-banner {
            position: relative;
            height: 90vh;
            background: url('/assets/img/Melissa-Nepton-printemps-2025.png') top/cover;
            display: flex;
            align-items: center;
        }
        
        .featured-content {
            background: rgba(255, 255, 255, 0.95);
            padding: 3rem;
            max-width: 500px;
        }
        
        .featured-content h2 {
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        
    
        .section-title {
            font-size: 2.6rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1rem;
            letter-spacing: 3px;
            gap: 0.4em;
        }
        .section-title img {
            height:2.6rem;        /* matches font size of h2 */
            width: auto;        /* keeps aspect ratio */
            vertical-align: middle;
          }
         .section-title img.lanomadeInlineSVG {
            margin-top:-20px;
          }
          #collection .section-title{
            line-height: 55px;
          }

        .section-subtitle {
            text-align: center;
            color: var(--text-muted);
            font-size: 1rem;
        }
         /* Hours List */
.hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.hour-item span:first-child {
    font-weight: 600;
}
        .flexed-div-right{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 5rem 1rem;
            text-align: right;
          }

/* Newsletter Card Polished Styles */
.newsletter-card-clickable {
    cursor: pointer;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    
    .heart-btn:hover {
        transform: scale(1.2) !important;
        color:var(--text-light);
        font-weight: 800;
    }
    
    .heart-btn:active {
        transform: scale(0.95);
    }
.photo-grid-item:hover .heart-btn,
    .heart-btn:focus {
        opacity: 1;
    }
    
    .heart-btn:hover {
        transform: scale(1.2) !important;
        color:var(--text-light);
        font-weight: 800;
    }
    
    .heart-btn:active {
        transform: scale(0.95);
    }
.newsletter-card-clickable:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 35px rgba(0,0,0,0.15);
}

.newsletter-card-clickable .newsletter-image {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    background: #f0f0f0;
}

.newsletter-card-clickable .newsletter-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: blur(0.7px);
}

.newsletter-card-clickable:hover .newsletter-image img {
    transform: scale(1.05);
    filter: blur(0.5px);
}
#newsletterGrid{
    margin-top:4rem;
}
.newsletter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
    transition: background 0.3s ease;
}

.newsletter-card-clickable:hover .newsletter-overlay {
    background: rgba(0,0,0,0.1);
}

.newsletter-date-overlay {
    color: var(--text-light);
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    text-align: center;
    padding: 1rem;
    border-radius: 8px;
    margin: 0 1rem;
}

.newsletter-photo-count {
    position: absolute;
    color: var(--text-light);
    bottom: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    backdrop-filter: blur(2px);
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
        .featured-collection-section {
            background: var(--accent-gold-bold);
            color: var(--text-muted);
            padding: 2rem 0;
        }
        
        .collection-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            margin-top: 4rem;
        }
        
        .collection-item {
             position: relative;
                    height: 500px;
                    border-radius: 8px;
                    overflow: hidden;
                    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
                    transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }
             .collection-item:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
                }
        .collection-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .collection-item:hover img {
            transform: scale(1.1);
        }
        
        .collection-caption {
            position: absolute;
            bottom: 2rem;
            left: 2rem;
            right: 2rem;
            color: var(--text-light);
            text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
        }
        
        .collection-caption h3 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }
        
        /* Brand Logo Grid */
        .brand-logo-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }
        
        .brand-logo-item {
            display: block;
            text-decoration: none;
            transition: transform 0.3s ease;
        }
        
        .brand-logo-item:hover {
            transform: translateY(-5px);
        }
        
        .brand-logo-container {
            background: white;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 180px;
            transition: box-shadow 0.3s ease;
        }
        
        .brand-logo-item:hover .brand-logo-container {
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }
        
        .brand-logo {
            max-width: 100%;
            max-height: 100px;
            width: auto;
            height: auto;
            object-fit: contain;
        }
        
        
        /* Team Section Styles */
        .team-card {
            background: var(--accent-gold-bold);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid var(--accent-gold-bolder);
        }
        
        .team-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-color: var(--accent-gold-bolder);
        }
        
        .team-image-wrapper {
            height: 100%;
            min-height: 300px;
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .team-image {
            width: 100%;
            height: 130%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.5s ease;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
            backface-visibility: hidden;
            transform: translateZ(0);
        }
        
        .team-card:hover .team-image {
            transform: scale(1.05);
        }
        
        .team-content {
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .team-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 700;
            margin: 0;
            color: var(--text-muted);
        }
        
        .team-role .badge {
            background: var(--accent-gold) !important;
            color: var(--text-muted) !important;
            font-size: 0.875rem;
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            border: 1px solid var(--accent-gold-bolder);
        }
        
        .team-separator {
            height: 2px;
            background: var(--accent-gold-bolder);
            width: 60px;
            margin-bottom: 1rem;
        }
        
        .team-bio {
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .bg-gold-light {
            background-color: var(--accent-gold) !important;
        }
    
        
        /* Newsletter Modal Styles */
        #newsletterModal .modal-content {
            background: var(--accent-gold);
            border: 1px solid var(--accent-gold-bold);
            border-radius: 16px;
        }
        
        #newsletterModal .modal-header {
            background: var(--accent-gold-bold);
            border-bottom: 1px solid var(--accent-gold-bold);
            padding: 1.5rem;
        }
        
        #newsletterModal .modal-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-muted);
        }
        
        #newsletterModal .modal-body {
            background: var(--accent-gold);
            padding: 2rem;
        }
        
        #newsletterModal .modal-footer {
            background: var(--accent-gold-bold);
            border-top: 1px solid var(--accent-gold-bolder);
            padding: 1rem 2rem;
        }
        
        #newsletterModal .form-label {
            font-weight: 600;
            color: var(--text-muted);
            margin-bottom: 0.5rem;
        }
        
        #newsletterModal .form-control {
            background: var(--text-light);
            border: 1px solid var(--accent-gold-bolder);
            color: var(--text-muted);
            border-radius: 8px;
            padding: 0.75rem 1rem;
            transition: all 0.3s ease;
        }
        
        #newsletterModal .form-control:focus {
            background: var(--text-light);
            border-color: var(--accent-gold-bolder);
            color: var(--text-muted);
            box-shadow: 0 0 0 0.2rem rgba(218, 190, 190, 0.25);
        }
        
        #newsletterModal .form-control::placeholder {
            color: var(--text-muted-light);
        }
        
        #newsletterModal .form-check-input {
            background-color: var(--text-light);
            border: 1px solid var(--accent-gold-bolder);
            border-radius: 4px;
        }
        
        #newsletterModal .form-check-input:checked {
            background-color: var(--accent-gold-bolder);
            border-color: var(--accent-gold-bolder);
        }
        
        #newsletterModal .form-check-input:focus {
            border-color: var(--accent-gold-bolder);
            box-shadow: 0 0 0 0.2rem rgba(218, 190, 190, 0.25);
        }
        
        #newsletterModal .form-check-label {
            color: var(--text-muted);
            font-size: 0.875rem;
        }
        
        #newsletterModal .btn-luxury {
            background: var(--accent-gold-bold);
            border-color: var(--accent-gold-bold);
            color: var(--text-muted);
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            transition: all 0.2s ease;
        }
        
        #newsletterModal .btn-luxury:hover {
            background: var(--accent-gold-bold);
            border-color: var(--accent-gold-bold);
            color: var(--text-muted);
            transform: translateY(-1px);
        }
        
        #newsletterModal .btn-luxury:disabled {
            background: var(--accent-gold-light);
            border-color: var(--accent-gold-light);
            opacity: 0.6;
            transform: none;
        }
        
        #newsletterModal .spinner-border {
            color: var(--text-light);
        }
        
        #newsletterModal .alert {
            border-radius: 8px;
            border: none;
            font-weight: 500;
        }
        
        #newsletterModal .alert-success {
            background: rgba(40, 167, 69, 0.1);
            color: #28a745;
        }
        
        #newsletterModal .alert-danger {
            background: rgba(220, 53, 69, 0.1);
            color: #dc3545;
        }
        
        #newsletterModal .invalid-feedback {
            color: #dc3545;
            font-size: 0.875rem;
            margin-top: 0.25rem;
        }
        
        /* Responsive modal adjustments */
        @media (max-width: 576px) {
            #newsletterModal .modal-dialog, #loadingModal .modal-dialog{
                margin: 1rem;
            }
            
            #newsletterModal .modal-body {
                padding: 1.5rem;
            }
            
            #newsletterModal .modal-title {
                font-size: 1.25rem;
            }
        }
        
        /* About */
        .about-section {
            color: var(--text-muted);
            padding: 3rem 0;
            padding-bottom: 0;
        }
        .equipe-section {
            background: var(--text-light);
            color: var(--text-muted);
            padding: 3rem 0;
        }
        .stylisme-section{
            color: var(--text-muted);
            padding: 3rem 0;
        }
        .giftcards-section{
            color: var(--text-muted);
            padding: 3rem 0;
        }
        .newsletter-section{
            color: var(--text-muted);
            padding: 3rem 0;
        }
        .about-image {
         position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            display: block;
            border-radius: 0;
        }
        
        .about-content {
            padding: 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        
        .about-content p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--text-muted);
            margin-bottom: 1.5rem;
        }
        

        .btn-checkout:hover {
            background: var(--accent-gold);
            color: var(--primary-dark);
        }
        
        .btn-checkout.btn-success {
            background: #198754;
            color: var(--text-muted);
        }
        
        .btn-checkout.btn-success:hover {
            background: #157347;
            color: var(--text-muted);
        }
        
        /* Footer */
        footer {
            background: var(--accent-gold-bold);
            color: var(--text-muted);
            padding: 3rem 0;
        }
        .bg-gold{
            background: var(--accent-gold);
        }
        footer h5 {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        /* Phone Card Styling */
        .phone-card {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent-gold-bolder) 0%, var(--accent-gold-bold) 100%);
            color: var(--primary-dark);
            padding: 0.75rem 1.25rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 2px solid var(--accent-gold-bolder);
        }
        
        .phone-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold-bolder) 100%);
            color: var(--primary-dark);
        }
        
        .phone-card i {
            font-size: 1rem;
        }
        
        .navbar-toggler{
          border:0;
        }
        
        /* Mobile Menu Sidebar */
        .menu-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            z-index: 1020;
            display: none;
            transition: opacity 0.3s;
        }
        
        .menu-backdrop.show {
            display: block;
        }
        
        .mobile-menu-sidebar {
            position: fixed;
            top: 0;
            left: -350px;
            width: 350px;
            max-width: 85%;
            height: 100%;
            background: white;
            box-shadow: 5px 0 25px rgba(0,0,0,0.2);
            transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 1030;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            touch-action: pan-y; /* Allow vertical scrolling but handle horizontal swipes in JS */
        }
        
        .mobile-menu-sidebar.show {
            left: 0;
        }
        
        /* Ensure smooth swipe animations */
        .mobile-menu-sidebar.swiping {
            transition: none !important;
        }
        
        .mobile-menu-header {
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            color: var(--text-muted);
            padding: 1.5rem;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        .cart-menu-header{
            color: var(--text-muted);
            padding: 1.5rem;
        }
        .mobile-menu-header h4 {
            font-weight: 700;
            font-size: 1.5rem;
            margin: 0;
            color: var(--text-muted-bold);
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 2.5rem;
        }
          .cart-menu-header h4 {
            font-weight: 700;
            font-size: 1.5rem;
            margin: 0;
            color: var(--text-muted-bold);
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 2.5rem;
        }
        .menu-header-clickable {
            cursor: pointer;
            user-select: none;
        }
        
        .menu-icon-list,
        .menu-icon-close {
            position: absolute;
            left: 1.5rem;
            font-size: 1.5rem;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        
        .menu-icon-list {
            opacity: 1;
            transform: rotate(0deg) scale(1);
        }
        .menu-icon-list.bi-heart-fill{
            color: red;
        }
        .heart-btn:not(.hearted) {
                    opacity: 0;
                    transition: all 0.3s ease;
                    z-index: 10;
                }
               #newsletterPageModal #modalBody .heart-btn:not(.hearted) {
                    opacity: 1;
                }
        .menu-icon-close {
            opacity: 0;
            transform: rotate(-90deg) scale(0.8);
        }
        
        .mobile-menu-header h4:hover .menu-icon-list {
            opacity: 0;
            transform: rotate(90deg) scale(0.8);
        }
        
        .mobile-menu-header h4:hover .menu-icon-close {
            opacity: 1;
            transform: rotate(0deg) scale(1);
        }
        
        .mobile-menu-content {
            flex: 1;
            padding: 1rem 0;
        }
        
        .mobile-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mobile-nav-item {
            border-bottom: 1px solid #f0f0f0;
        }
        
        .mobile-nav-link {
            display: flex;
            align-items: center;
            padding: 1rem 1.5rem;
            color: var(--primary-dark);
            text-decoration: none;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.9rem;
            transition: all 0.3s;
            border-left: 3px solid transparent;
        }
         .mobile-nav-link.active {
      color: var(--accent-gold-bolder);
    font-weight: bold;
        }
        .mobile-nav-link:hover {
            background: rgba(226, 207, 207, 0.1);
            border-left-color: var(--accent-gold-bolder);
            color: var(--accent-gold-bolder);
        }
        .mobile-cart-item {
            border-top: 2px solid var(--accent-gold-bold);
            margin-top: 0.5rem;
        }
        
        .mobile-cart-link {
            position: relative;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .mobile-cart-link i {
            font-size: 1.5rem;
            color: var(--accent-gold-bold);
        }
        
        .mobile-cart-text {
            flex: 1;
        }
        
        .mobile-cart-badge {
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            color: var(--text-muted);
            border-radius: 50%;
            padding: 3px 8px;
            font-size: 0.7rem;
            font-weight: 600;
            min-width: 24px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(78, 78, 78, 0.3);
        }
        
        @media (min-width: 1200px) {
            .mobile-menu-sidebar,
            .menu-backdrop {
                display: none !important;
            }
        }
        
        .centerize{
          display:flex;
          justify-content:center;
          align-items:center;
        }
    
/* minimal styles for item cards and heart state */
.item-card { border: 0;
     overflow: hidden; 
    }
.item-card .card-img-top { 
    object-fit: cover;
     height: 220px; }
.item-card .card-body { 
    min-height: 140px; 
}
.heart-btn { 
    z-index:1018;
    color:var(--text-light)!important;
    border: 0;
     border-radius: 50%;
      width: 44px;
       height: 44px;
        display:flex;
         align-items:center;
          justify-content:center; 
              filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
        }
.heart-btn.hearted { 
    color: #e74c3c; 
}

.fa-spinner{
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  from { transform: rotate(30deg); }
  to { transform: rotate(360deg); }
}            


  .heart-icon {
            font-size: 1.8rem;
            cursor: pointer;
            transition: all 0.3s;
            color: #ddd;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
        }
        
        .heart-icon:hover {
            transform: scale(1.2);
            color: #ff6b6b;
        }
        
        .heart-icon.active {
            color: #dc3545;
            animation: heartBeat 0.3s ease;
        }
        
        @keyframes heartBeat {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.3); }
        }
        
        .cart-icon {
            font-size: 1.8rem;
            cursor: pointer;
            position: relative;
            color: var(--accent-gold-bold);
            transition: all 0.3s;
        }
        
        .cart-icon:hover {
            transform: scale(1.1);
            color: red;
        }
        
        .cart-badge {
            position: absolute;
            top: 0px;
            right: -4px;
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            color: var(--text-muted);
            border-radius: 50%;
            padding: 3px 7px;
            font-size: 0.7rem;
            font-weight: 400;
            min-width: 20px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(78, 78, 78, 0.3);
        }
        
        .cart-overlay {
            position: fixed;
            top: 0;
            right: -750px;
            width: 750px;
            height: 100%;
            background: white;
            box-shadow: -5px 0 25px rgba(0,0,0,0.2);
            transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 1050;
            overflow-y: auto;
        }
        
        .cart-overlay.show {
            right: 0;
        }
        
        .overlay-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            z-index: 1040;
            display: none;
            transition: opacity 0.3s;
        }
        
        .overlay-backdrop.show {
            display: block;
        }
        
        
        .cart-header {
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            color: var(--text-muted);
            padding: 1.5rem;
        }
        
        .cart-item {
            border-bottom: 1px solid #f0f0f0;
            transition: background 0.2s;
        }
        
        .cart-item:hover {
            background: #f8f9fa;
        }
        
        .cart-item:last-child {
            border-bottom: none;
        }
        
        .cart-item-content {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
        }
        
        .cart-item-link {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex: 1;
            text-decoration: none;
            color: inherit;
        }
        
        .cart-item-image-container {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .cart-item-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .cart-item-link:hover .cart-item-image {
            transform: scale(1.05);
        }
        
        .cart-item-info {
            flex: 1;
            min-width: 0;
        }
        
        .cart-item-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
            line-height: 1.3;
            color: var(--text-muted-bold);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            /* Fallback for non-webkit browsers */
            display: box;
            line-clamp: 2;
            box-orient: vertical;
            max-height: 2.6em; /* 2 lines * 1.3 line-height */
        }
        
        .cart-item-description {
            font-size: 0.875rem;
            color: var(--text-muted-light);
            margin: 0;
            line-height: 1.4;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            /* Fallback for non-webkit browsers */
            display: box;
            line-clamp: 2;
            box-orient: vertical;
            max-height: 2.8em; /* 2 lines * 1.4 line-height */
        }
        
        .cart-item-actions {
            flex-shrink: 0;
            display: flex;
            align-items: center;
        }
        
        .remove-item {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            border: 1px solid #dc3545;
            background: transparent;
            color: #dc3545;
        }
        
        .remove-item:hover {
            background: #dc3545;
            color: white;
            transform: scale(1.1);
        }
        
        .btn-clear {
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            border: none;
            padding: 0.75rem;
            font-weight: 600;
            transition: all 0.3s;
            color: var(--text-muted-light);
        }
        
        .btn-clear:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px var(--accent-gold-bold);
            color: var(--text-muted);
            border:none;
        }
        
        .price-tag {
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            color: var(--text-muted);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
        }
        
        .empty-cart {
            text-align: center;
            padding: 3rem 2rem;
            color: #999;
        }
        
        .empty-cart i {
            font-size: 4rem;
            margin-bottom: 1rem;
        }
        
        .flying-item {
            position: fixed;
            width: 60px;
            height: 60px;
            border-radius: 12px;
            pointer-events: none;
            z-index: 9999;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }
        
        .container-custom {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 24px;
            padding: 2rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 8px 32px rgba(0,0,0,0.1);
        }
        
     .loading {
            text-align: center;
            padding: 2rem;
            color: #999;
        }
        @media (max-width: 768px) {
            .cart-item-image-container {
                width: 60px;
                height: 60px;
            }
            
            .cart-item-title {
                font-size: 0.9rem;
                -webkit-line-clamp: 1;
            }
            
            .cart-item-description {
                font-size: 0.8rem;
                -webkit-line-clamp: 1;
            }
            
            .remove-item {
                width: 32px;
                height: 32px;
                font-size: 0.875rem;
            }
        }

               
        .filter-section {
            background: white;
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 2rem;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        }
        
        .filter-btn {
            border: 2px solid #e0e0e0;
            border-radius: 25px;
            padding: 0.5rem 1.5rem;
            margin: 0.25rem;
            background: white;
            color: #666;
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .filter-btn:hover {
            border-color: var(--accent-gold-bold);
            color: var(--accent-gold-bold);
            transform: translateY(-2px);
        }
        
        .filter-btn.active {
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            border-color: var(--accent-gold-bold);
            color: var(--text-muted);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }
        
        .newsletter-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .newsletter-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 35px rgba(0,0,0,0.15);
        }
        
        .newsletter-image {
            position: relative;
            width: 100%;
            padding-top: 66.67%; /* 3:2 aspect ratio */
            overflow: hidden;
            background: #f0f0f0;
        }
        
        .newsletter-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .newsletter-card:hover .newsletter-image img {
            transform: scale(1.1);
        }
        
        .newsletter-date {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: rgba(255, 255, 255, 0.95);
            padding: 0.5rem 1rem;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--accent-gold-bolder);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .newsletter-content {
            padding: 1.5rem;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .newsletter-collection {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent-gold-bold) 0%, var(--accent-gold) 100%);
            color: var(--text-muted);
            padding: 0.25rem 0.75rem;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 0.75rem;
        }
        
        .newsletter-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        
        .newsletter-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            flex-grow: 1;
        }
        
        .newsletter-footer {
            padding-top: 1rem;
            border-top: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .read-more {
            color: var(--text-muted);
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .read-more:hover {
            color: var(--text-light);
            transform: translateX(5px);
        }
        
        .sort-dropdown {
            border: 2px solid #e0e0e0;
            border-radius: 25px;
            padding: 0.5rem 1rem;
            background: white;
            color: #666;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .sort-dropdown:focus {
            border-color: var(--accent-gold-bold);
            outline: none;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }
        
        .loading {
            text-align: center;
            padding: 3rem;
            color: #999;
        }
        
        .no-results {
            text-align: center;
            padding: 3rem;
            color: #999;
        }
        
        .no-results i {
            font-size: 4rem;
            margin-bottom: 1rem;
        }
        
        .fade-in {
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* Modal Styles */
        .modal-dialog {
            max-width: 1200px;
        }
        #newsletterModal .modal-dialog, #loadingModal .modal-dialog {
            max-width: 600px;
        }
        
        .modal-content {
            border: none;
            border-radius: 20px;
            overflow: hidden;
        }
        
        .modal-header {
           background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-bolder) 100%);
            color: var(--text-muted);
            border: none;
            padding: 2rem;
        }
        
        .modal-header .modal-title {
            font-weight: 700;
            font-size: 1.75rem;
        }
        
        .modal-header .btn-close {
            /*filter: brightness(0) invert(1);*/
        }
        
        .modal-body {
            padding: 2rem;
        }
        
        .modal-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px;
            margin-bottom: 2rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        .modal-meta {
            display: flex;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        
        .modal-meta-item {
            display: flex;
            align-items: center;
            color: #666;
        }
        
        .modal-meta-item i {
            color: var(--accent-gold-bolder) ;
            margin-right: 0.5rem;
            font-size: 1.1rem;
        }
        
        .modal-collection-badge {
            background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-bolder) 100%);
            color: var(--text-muted);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        
        .modal-description {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #444;
            margin-bottom: 2rem;
        }
        
        .photo-gallery {
            margin-top: 2rem;
        }
        
        .photo-gallery-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 1.5rem;
        }
        
        .photo-grid {
             display: grid;
         grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1rem;
        }
         .photo-grid-newsletter {
         display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
        }
        #modalBody .photo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
            gap: 1rem;
        }
        .photo-grid-item {
            position: relative;
            padding-top: 55%;
            overflow: hidden;
            border-radius: 12px;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .photo-grid-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }
        
        .photo-grid-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .photo-grid-item:hover img {
            transform: scale(1.1);
        }
        
         /* Lightbox */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.65);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }
        
        .lightbox.active {
            display: flex;
        }
        
        .lightbox-container {
            width: 90%;
            height: 90%;
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lightbox-content {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            cursor: grab;
            transition: transform 0.2s ease-out;
        }
        
        .lightbox-content.zoomed {
            cursor: grab;
        }
        
        .lightbox-content.dragging {
            cursor: grabbing;
        }
        
        .lightbox-controls {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            background: rgba(255,255,255,0.1);
            padding: 10px 20px;
            border-radius: 50px;
            backdrop-filter: blur(10px);
        }
        
        .lightbox-btn {
            background: rgba(255,255,255,0.2);
            color: var(--text-light);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lightbox-btn:hover {
            background: rgba(255,255,255,0.3);
            transform: scale(1.1);
        }
        
        .zoom-level {
            color: var(--text-light);
            display: flex;
            align-items: center;
            padding: 0 10px;
            font-weight: 600;
            min-width: 60px;
            justify-content: center;
        }
        
        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            color: var(--text-muted-light);
            font-size: 40px;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 10;
        }
        
        .lightbox-close:hover {
            transform: rotate(90deg);
             color: var(--text-light);
        }
        
        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            color: var(--text-muted-light);
            border: none;
            padding: 1rem 1.5rem;
            font-size: 2rem;
            cursor: pointer;

            transition: all 0.3s;
            z-index: 10;
        }
        
        .lightbox-nav:hover {
              color: var(--text-light);
        }
        
        .lightbox-prev {
            left: 20px;
        }
        
        .lightbox-next {
            right: 20px;
        }
        
        .lightbox-hint {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: var(--text-muted-light);
            background: rgba(0,0,0,0.5);
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 0.9rem;
            backdrop-filter: blur(10px);
            opacity: 0;
            animation: fadeInOut 3s ease-in-out;
        }
        
        @keyframes fadeInOut {
            0%, 100% { opacity: 0; }
            20%, 80% { opacity: 1; }
        }
            .about-carousel-container {
            position: relative;
            height: 600px;
            overflow: hidden;
            border-radius: 0;
        }
        
        
        .carousel-item-custom {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            pointer-events: none;
        }
        
        .carousel-item-custom.active {
            opacity: 1;
            pointer-events: auto;
        }
        
        
        .about-map {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .carousel-controls {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        .carousel-indicator {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.3);
            border: none;
            border-radius: 12px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            color: var(--accent-gold-bold);
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .carousel-indicator:hover {
            background: white;
            transform: scale(1.1);
        }
        
        .carousel-indicator.active {
            background: var(--accent-gold-bold);
            color: var(--text-muted);
        }
        
        .carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.3);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
             color: var(--accent-gold-bold);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .carousel-nav:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .carousel-nav.prev {
            left: 20px;
        }
        
        .carousel-nav.next {
            right: 20px;
        }
        
        .carousel-label {
            position: absolute;
            top: 20px;
            left: 20px;
            padding: 0.75rem 1.5rem;
            border-radius: 30px;
            font-weight: 600;
            color: var(--accent-gold-bold);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            z-index: 10;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .about-content h5 {
            font-weight: 700;
            color: var(--text-muted);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .about-content h5::before {
            content: '';
            width: 4px;
            height: 24px;
            background: var(--accent-gold-bold);
            border-radius: 2px;
        }
        
        .store-info {
            background: var(--accent-gold);
            padding: 1.5rem;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }
        
        .store-info p {
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            font-size: 1rem;
        }
        
        .store-info p:last-child {
            margin-bottom: 0;
        }
        
        .store-info i {
          color: var(--accent-gold-bold);
            margin-right: 0.75rem;
            font-size: 1.2rem;
        }
    

        .spinner-border{
            color: var(--accent-gold)
        }
         @media (max-width: 1999px) {

        }
             @media (max-width: 1599px) {
                        h2.section-title{
                font-size: 2.4rem;
            }
            .about-content h2.section-title{
                font-size: 1.6em;
            }
            .section-title img{
                height: 2.4rem;
            }
            .section-title img.lanomadeInlineSVG{
                 margin-top: -17px;
            }
        }
         @media (max-width: 1399px) {
            .collection-grid-container {
             grid-template-columns: 1.5fr 1fr;
            grid-template-rows: auto 1fr;
            }
             h2.section-title{
                font-size: 2rem;
            }
            .about-content h2.section-title{
                font-size: 1.6em;
            }
            .section-title img{
                height: 2rem;
            }
            .section-title img.lanomadeInlineSVG{
                 margin-top: -17px;
            }
        }
         @media (max-width: 1200px) {
                h2.section-title{
                font-size: 2rem;
            }
            .about-content h2.section-title{
                font-size: 1.6em;
            }
            .section-title img{
                height: 2rem;
            }
            .section-title img.lanomadeInlineSVG{
                 margin-top: -17px;
            }
            .navbar-collapse {
                display: none !important;
            }
            
            .navbar-collapse.show {
                display: none !important;
            }
            
            .navbar-toggler {
                display: block !important;
            }
            
            body.menu-open {
                overflow: hidden;
            }
            .collection-grid-container {
                      grid-template-columns: 1.5fr 1fr;
            grid-template-rows: auto 1fr;
            }
            .brand-logo-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            .about-content {
                padding: 2rem 1rem;
                padding-top:0;
            }
            .about-section {
                padding: 2rem 0;
                 padding-bottom: 0;
            }
            .newsletter-section{
                padding: 2rem 0;
            }
            .stylisme-section{
                padding: 2rem 0;
            }
            .giftcards-section{
                padding: 2rem 0;
            }
            .featured-collection-section{
                padding: 2rem 0;
            }
            .contact-hero{
                min-height: 25vh!important;
            }
        }
        @media (max-width: 992px) {
                .collection-grid-container {
                    grid-template-columns: 1fr 2fr;
        grid-template-rows: 2.5fr 1fr;
            }
            .grid-text-block h2{
                    font-size: 1.6rem;
            }
                        .section-title img.lanomadeInlineSVG {
               height: 1.6rem;
                        margin-top:-11px;
          }
              h2.section-title {
        font-size: 1.6rem;
    }
            .about-carousel-container {
                height: 400px;
                border-radius: 20px;
                margin-bottom: 2rem;
            }
            .brand-logo-grid {
                grid-template-columns: repeat(3, 1fr);
            }
                .heart-btn:not(.hearted) {
                    opacity: 1;
                }
            .cart-overlay {
                max-width: 85%;
                right: -85%;
                touch-action: pan-y; /* Allow vertical scrolling but handle horizontal swipes in JS */
            }
            
            /* Ensure smooth swipe animations */
            .cart-overlay.swiping {
                transition: none !important;
            }
             .phone-card{
              padding: 0.2rem 0.4rem;
            }
                        #custom-logo-wrapper{
                width: 250px;
    height: 150px;
            }
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 3rem;
            }
            
            .section-title {
                font-size: 1rem;
            }

            b.emphasize{
              font-size: 1.5rem;
            }
            .section-title img {
                margin-top:-5px;
                 height: 2rem;
            }
            .section-title img.lanomadeInlineSVG {
               height: 1.5rem;
                        margin-top:-11px;
          }
              h2.section-title {
        font-size: 1.6rem;
    }
             #collection .section-title{
            line-height: 35px;
          }
            .lookbook-grid {
                grid-template-columns: 1fr;
            }
            #footerLogoH5{
              text-align:center;
            }
            .team-image-wrapper {
                min-height: 250px;
            }
            
            .team-name {
                font-size: 1.5rem;
            }
            
            .team-bio {
                font-size: 0.9rem;
            }
                   .collection-grid-container {
                       grid-template-columns: 1fr 2fr;
        grid-template-rows: 2.5fr 1fr;
            }
            .newsletter-banner{
                height: 30px;
            }
            .collection-item{
                height: 250px;
            }
            .grid-text-block h2{
                position: initial;
            }
            .grid-color-block {
                display: none;
            }
            
            .grid-text-block {
                grid-column: unset;
                padding: 2rem;
            }
            
            .grid-text-block h2 {
                font-size: 1.4rem;
            }
          .brand-logo-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
            
            .brand-logo-container {
                padding: 1.5rem;
                min-height: 140px;
            }
            
            .brand-logo {
                max-height: 80px;
            }
            .collection-caption h3{
                font-size: 1.5rem;
            }
                .newsletter-date-overlay {
        font-size: 1rem;
        margin: 0 0.5rem;
        padding: 0.75rem;
    }
    
    .newsletter-photo-count {
        bottom: 0.5rem;
        right: 0.5rem;
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
    }
        }
          @media (max-width: 560px) {
                .grid-text-block {
                grid-column: unset;
                padding: 1rem;
            }
                    .collection-grid-container {
                        padding:6px;
                        gap:6px;
               grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr 1fr;
            }
          }
        @media (max-width: 480px) {
         #modalBody .photo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 0.5rem;
        }
                        .section-title img.lanomadeInlineSVG {
               height: 1.3rem;
                        margin-top:-11px;
          }
              h2.section-title {
        font-size: 1.6rem;
    }
            .separator{
                    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
            }
            h2.section-title{
                font-size: 1.2rem;
            }
            .about-content p{
                font-size: 12px;
            }
            .about-content h2.section-title{
                font-size: 1.2rem;
            }
            p{
                font-size: 12px;
            }
            .section-subtitle{
                font-size: 12px;
            }
             .grid-text-block {
                grid-column: unset;
                padding: 0.6rem;
            }
            .about-content p, .about-content li{
                 font-size: 12px;
                line-height: 16px;
            }
            .team-content p{
                  line-height: 16px;
                  font-size: 12px;
            }
            .modal-header{
                padding:1rem;
            }
            .modal-meta {
                display: flex;
                gap: 0.5rem;
                flex-wrap: wrap;
                justify-content: start;
            }
            .modal-body{
                padding: 0.5rem;
            }
            .modal-meta-item{
                padding-left: 0;
            }
            .photo-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                gap: 1rem;
            }
            .brand-logo-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .grid-text-block h2 {
              position: initial;
            }
             .grid-text-block h2 {
              font-size: 1rem;
            }
        }