@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');


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


/* Custom Font Face - Replace Aleo with Gotham Rounded */
@font-face {
    font-family: "Aleo"; /* Keep the same name to avoid changing all references */
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_book.otf') format('opentype');
    font-weight: 400; /* normal */
    font-style: normal;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_bold.otf') format('opentype');
    font-weight: 700; /* bold */
    font-style: normal;
}

/* If you have italic versions, add them too */
@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_bookitalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}


.fraunces {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}

.aleo {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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


body {
    font-family: "Aleo", serif; /* This sets the default font for the entire page */
}

/* Apply font families to elements */
p, a, li {
    font-family: "Aleo", serif; /* Fixed: Added quotes and capitalized */
}

/* Alternative approach - apply directly to elements */
h1, h2, h3, h4, h5, h6 {
    font-family: "Fraunces", serif;
}



/* Video Banner Styles */
.video-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#bannerVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}
.tagline {
    font-weight:500;
}

.video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="3" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="4" fill="rgba(255,255,255,0.1)"/></svg>');
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}

.main-title {
    font-size: clamp(3rem, 8vw, 6.875rem);
    font-weight: bold;
    margin-bottom: 20px;
    /* text-shadow: 2px 2px 4px rgba(0,0,0,0.5); */
    letter-spacing: 2px;
    animation: fadeInUp 1s ease-out;
}

.subtitle {
    font-size: clamp(1.2rem, 3vw, 2.25rem);
    margin-bottom: 30px;
    font-weight: 500;
    /* text-shadow: 1px 1px 2px rgba(0,0,0,0.5); */
    animation: fadeInUp 1s ease-out 0.3s both;
}

.cta-button {
    background-color: #edbd01;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.cta-button:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(243, 156, 18, 0.4);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
        .contact-info {
        display:none;
    }
    .nav-container {
        /* flex-direction: column; */
        /* gap: 15px; */
        /* text-align: center; */
    }
    
    .contact-info {
        flex-direction: column;
        gap: 5px;
    }
/*     
    .video-banner {
        margin-top: 120px;
    } */
    
    .banner-content {
        padding: 0 15px;
        top: 50%;
    }
}

@media (max-width: 480px) {
    .logo h1 {
        font-size: 24px;
    }
    
    .phone-number {
        font-size: 14px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
    .logo .bliss {
    margin-left: 2rem;
}
    .logo a {
    width: 100%
}

}


/* Features Section */
.features-section {
    background: #edbd01;
    padding: 1rem 0;
    position: relative;
    border-bottom: 1px solid #12121233;
}

.features-container {
    margin: 0 auto;
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    /* gap: 20px; */
    flex-wrap: wrap;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.feature-item {
    text-align: center;
    color: #2d1810;
    transition: transform 0.3s ease;
    cursor: pointer;
    position: relative;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 0rem   ;
    max-width: 25%;
    flex: 0 0 25%;
}

.feature-item:hover {
    transform: translateY(-5px);
}
.inner-box {
    padding-top: 36px;
    padding-bottom: 36px;
    gap: 1.5rem;
    margin: 0;
    position: relative;
    height: 100%;
    display: flex
;
    align-items: center;
}

.inner-box:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    transform: translate(-50%);
    transition: .4s;
    background-color: #121212;
}


.inner-box:hover:after {
    width: 100%;
}

.feature-icon img{
    width: 60px;
    height:60px;
    /* height: 80px; */
    /* background-color: rgba(45, 24, 16, 0.1); */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: 0 auto 20px; */
    /* color: #2d1810; */
    /* transition: all 0.3s ease; */
}

/* .feature-item:hover .feature-icon {
    background-color: rgba(45, 24, 16, 0.2);
    transform: scale(1.1);
} */

.feature-title {
    font-family: "aleo", serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    /* display: inline-block; */
    transition: color 0.3s 
ease;
}

.feature-description {
    font-family: "Aleo", serif;
    font-size: 16px;
    color: #000;
    text-align: left;
}

@media (max-width: 1100px){
    .feature-item {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-section {
        padding: 1rem 0;
    }
    
    /* .features-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    } */
    
    .feature-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .feature-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .feature-description {
        font-size: 14px;
    }

        .feature-item {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
    }
    .inner-box {
    padding-top: .5rem;
    padding-bottom: .5rem;
    }


}

@media (max-width: 480px) {
    .features-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
    }
    
    .feature-item {
        padding: 15px;
    }
}


/* Product Showcase Section */
.product-showcase {
    background-color: #000;
    padding: 80px 0;
    color: white;
    position: relative;
}

.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.showcase-title {
    font-family: "Fraunces", serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
    color: #f5f5f5;
    letter-spacing: 1px;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 60px;
}

.product-card {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    border-radius: 16px;
    overflow: hidden;
    width: 300px;
    min-height: 520px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 149, 0, 0.3);
}

.product-image {
    position: relative;
    height: 325px;
    overflow: hidden;
    background: linear-gradient(45deg, #3a3a3a, #2a2a2a);
}

.product-main-image,
.product-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.product-hover-image {
    opacity: 0;
    transform: scale(1.1);
}

/* Hover Effects */
.product-card:hover .product-main-image {
    opacity: 0;
    transform: scale(1.1);
}

.product-card:hover .product-hover-image {
    opacity: 1;
    transform: scale(1.05);
}

/* .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
} */

/* .product-card:hover .product-image img {
    transform: scale(1.1);
} */

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    background: rgba(255, 149, 0, 0.9);
    color: #1a1a1a;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.badge.signature {
    background: rgba(255, 149, 0, 0.9);
}

.badge.dozen {
    background: rgba(255, 193, 7, 0.9);
}

.product-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: calc(520px - 325px);
    gap: 0.5rem;
    justify-content: space-between;
}

.product-name {
    font-family: "Fraunces", serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.product-description {
    flex-grow: 1;
    margin-bottom: 20px;
}

.product-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-description li {
    font-family: "Aleo", serif;
    font-size: 13px;
    color: #cccccc;
    padding: 4px 0;
    position: relative;
    padding-left: 15px;
}

.product-description li:before {
    content: "•";
    color: #edbd01;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.product-price {
    font-family: "Aleo", serif;
    font-size: 24px;
    font-weight: 700;
    color: #edbd01;
    margin-bottom: 20px;
    text-align: center;
}

.add-to-cart-btn {
    background: linear-gradient(135deg, #edbd01 0%, #ffb143 100%);
    color: #1a1a1a;
    border: none;
    padding: 14px 24px;
    border-radius: 30px;
    font-family: "Aleo", serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 149, 0, 0.2);
}

.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #e68600 0%, #edbd01 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 149, 0, 0.3);
}

.add-to-cart-btn:active {
    transform: translateY(0);
}




.add-to-cart-btn-ous {
    background: linear-gradient(135deg, #2d4a3e 0%, #2d4a3e 100%);
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 30px;
    font-family: "Aleo", serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 149, 0, 0.2);
}

.add-to-cart-btn-ous:hover {
    background: linear-gradient(135deg, #2d4a3e 0%, #2d4a3e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 149, 0, 0.3);
}

.add-to-cart-btn-ous:active {
    transform: translateY(0);
}




.showcase-cta {
    text-align: center;
}

.get-yours-btn {
    text-decoration:unset;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid #edbd01;
    padding: 16px 40px;
    border-radius: 50px;
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-yours-btn:hover {
    background: #edbd01;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 149, 0, 0.3);
}

.logo-our-story{
    width:60%;
}

.story-content-1 {
    display: flex;
    justify-content: center;
    width: 40%;
}

.story-text-1 {
    margin-bottom: 2rem;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-direction: column-reverse;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .products-grid {
        gap: 25px;
    }
    
    .product-card {
        width: 280px;
    }
}

@media (max-width: 992px) {
    .products-grid {
        gap: 20px;
    }
    
    .product-card {
        width: 260px;
        min-height: 480px;
    }
    
    .product-image {
        height: 240px;
    }
    
    .product-content {
        height: calc(480px - 240px);
    }
}

@media (max-width: 768px) {
    .product-showcase {
        padding: 60px 0;
    }
    
    .showcase-container {
        padding: 0 15px;
    }
    
    .showcase-title {
        margin-bottom: 40px;
    }
    
    .products-grid {
        gap: 20px;
        justify-content: center;
    }
    
    .product-card {
        width: 280px;
        min-height: 450px;
    }
    
    .product-image {
        height: 220px;
    }
    
    .product-content {
        padding: 20px;
        height: calc(450px - 220px);
    }
    
    .product-name {
        font-size: 18px;
    }
    
    .product-price {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .products-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .product-card {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .story-text-1 {
        gap:2rem;
        padding-left:unset;
    }
    .story-content-1 {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .product-card {
        max-width: 280px;
        min-height: 420px;
    }
    
    .get-yours-btn {
        font-size:12px;
    }
    
    .product-name { 
        margin-bottom:unset;   
    }
    .product-image {
        height: 265px;
    }
    
    .product-content {
        padding: 15px;
        height: calc(420px - 320px);
        justify-content: unset;
        gap: .5rem;
    }
    
    .product-description li {
        font-size: 12px;
    }
    
    .add-to-cart-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
   
    .story-content-1 {
        display: flex;
        justify-content: center;
        width: 95%;
    }
    .logo-our-story{
    width:100%;
}
}



/* Our Story Section */
.our-story-section {
    background-color: #ff116f;
    padding: 3rem 0 1rem 0;
    position: relative;
    color: white;
}

.story-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}



.story-content {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 500px;
}

.story-image {
    flex: 0 0 45%;
    position: relative;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #3a5a4e, #ff116f);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transition: transform 0.6s ease;
}

.story-image:hover .image-wrapper img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 149, 0, 0.1) 0%,
        rgba(45, 74, 62, 0.2) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.story-image:hover .image-overlay {
    opacity: 1;
}

.story-text {
    flex: 1;
    padding-left: 20px;
}

.story-title {
    font-family: "Fraunces", serif;
    font-size: clamp(1rem, 6vw, 5rem);
    font-weight: 400;
    color: #f5f5f5;
    margin-bottom: 40px;
    text-align:center;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
}

.story-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform:translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #edbd01 0%, #ffb143 100%);
    border-radius: 2px;
}

.story-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.story-paragraph {
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e8e8e8;
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 
ease forwards;
    width: 100%;
    text-align: center;
}

.story-paragraph-1 {
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e8e8e8;
    text-align: center;
    opacity: 0;
    width: 100%;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
    text-align: left;
    width:100%;
}

.story-paragraph:nth-child(1) {
    animation-delay: 0.2s;
}

.story-paragraph:nth-child(2) {
    animation-delay: 0.4s;
}

.story-paragraph:nth-child(3) {
    animation-delay: 0.6s;
}

/* Scroll-triggered animations */
/* .story-content.animate .story-paragraph {
    opacity: 1;
    transform: translateY(0);
} */

/* Background decorative elements */
.our-story-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 100px;
    /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M1200 0L0 0 0 120 1200 120z" fill="%231a1a1a"></path></svg>') no-repeat center top; */
    background-size: cover;
}

.our-story-section::after {
    content: '';
    position: absolute;
    right: 10%;
    top: 20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 149, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .story-container {
        padding: 0 30px;
    }
    
    .story-content {
        gap: 60px;
    }
    
    .story-text {
        padding-left: 20px;
    }
}

@media (max-width: 992px) {

    .story-content {
        flex-direction: column-reverse;
    }
    .our-story-section {
        padding: 80px 0;
    }
    
    .story-content {
        gap: 50px;
    }
    
    .image-wrapper {
        height: 500px;
    }
    
    .story-paragraph {
        font-size: 17px;
    }
    
        .story-paragraph-1 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .our-story-section {
        padding: 60px 0;
    }
    
    .story-container {
        padding: 0 20px;
    }
    
    .story-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .story-image {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .image-wrapper {
        height: 400px;
    }
    
    .story-text {
        padding-left: 0;
        width: 100%;
    }
    
    .story-title {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .story-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .story-paragraph {
        text-align: left;
        font-size: 16px;
        line-height: 1.7;
    }
    .story-paragraph-1{
          text-align: left;
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 640px) {
    .story-content {
        gap: 30px;
    }
    
    .image-wrapper {
        height: 350px;
        border-radius: 15px;
    }
    
    .story-paragraphs {
        gap: 25px;
    }
    
    .story-paragraph {
        font-size: 15px;
        line-height: 1.6;
    }
    
        .story-paragraph-1 {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .our-story-section {
        padding: 50px 0;
    }
    
    .story-container {
        padding: 0px 30px;
    }
    
    .story-image {
        max-width: 300px;
    }
    
    .image-wrapper {
        height: 300px;
    }
    
    .story-paragraph {
        font-size: 14px;
    }
        .story-paragraph-1 {
        font-size: 14px;
    }
    

}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced hover effects */
.story-text:hover .story-title {
    color: #edbd01;
    transition: color 0.3s ease;
}

.story-paragraph:hover {
    color: #f5f5f5;
    transition: color 0.3s ease;
}

/* Intersection Observer styles for scroll animations */
/* .story-content {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.story-content.visible {
    opacity: 1;
    transform: translateY(0);
} */


/* CTA & Newsletter Section */
.cta-newsletter-section {
    position: relative;
}

/* Order CTA Section */
.order-cta-section {
    position: relative;
    height: 400px;
    background-image: url('/assets/images/cookie.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.order-cta-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    backdrop-filter: blur(2px);
}

.order-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 600px;
    padding: 0 20px;
}

.order-cta-subtitle {
    font-family: "Aleo", serif;
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.order-cta-title {
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 8vw, 4rem);
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.order-now-btn {
    background: linear-gradient(135deg, #edbd01 0%, #ffb143 100%);
    color: #1a1a1a;
    border: none;
    padding: 18px 40px;
    font-family: "Aleo", serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(255, 149, 0, 0.3);
}

.order-now-btn:hover {
    background: linear-gradient(135deg, #e68600 0%, #edbd01 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 149, 0, 0.4);
}

/* Newsletter Section */
.newsletter-section {
    /* background-color: #ff116f; */
    background-color: #1d2b22;
    padding: 80px 0;
    color: white;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-content {
    text-align: center;
}

.newsletter-title {
    font-family: "Fraunces", serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    margin-bottom: 20px;
    color: white;
    letter-spacing: 1px;
}

.newsletter-subtitle {
    font-family: "Aleo", serif;
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.newsletter-signup {
    max-width: 800px;
    margin: 0 auto;
}

.signup-form-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-form {
    margin-bottom: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-label {
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 5px 5px 5px 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.input-wrapper:focus-within {
    border-color: #edbd01;
    box-shadow: 0 0 20px rgba(255, 149, 0, 0.2);
}

.email-icon {
    color: #999;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.email-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-family: "Aleo", serif;
    font-size: 16px;
    color: white;
    padding: 15px 0;
}

.email-input::placeholder {
    color: #999;
    opacity: 1;
}

.signup-btn {
    background: linear-gradient(135deg, #edbd01 0%, #ffb143 100%);
    color: #1a1a1a;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: "Aleo", serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.signup-btn:hover {
    background: linear-gradient(135deg, #e68600 0%, #edbd01 100%);
    transform: scale(1.05);
}

.newsletter-info {
    text-align: center;
}

.more-info-btn {
    background: transparent;
    color: #cccccc;
    border: none;
    font-family: "Aleo", serif;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.more-info-btn:hover {
    color: #edbd01;
}

/* Success/Error Messages */
.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 8px;
    font-family: "Aleo", serif;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.form-message.show {
    opacity: 1;
    transform: translateY(0);
}

.form-message.success {
    background: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.form-message.error {
    background: rgba(244, 67, 54, 0.2);
    color: #f44336;
    border: 1px solid rgba(244, 67, 54, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .order-cta-section {
        height: 350px;
        background-attachment: scroll;
    }
    
    .order-cta-subtitle {
        font-size: 16px;
    }
    
    .order-now-btn {
        padding: 16px 35px;
        font-size: 14px;
    }
    
    .newsletter-section {
        padding: 60px 0;
    }
    
    .newsletter-container {
        padding: 0 15px;
    }
    
    .signup-form-wrapper {
        padding: 30px 20px;
    }
    
    .input-wrapper {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        border-radius: 20px;
    }
    
    .email-input {
        text-align: center;
        padding: 10px 0;
    }
    
    .signup-btn {
        width: 100%;
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .order-cta-section {
        height: 300px;
    }
    
    .order-cta-content {
        padding: 0 15px;
    }
    
    .order-cta-subtitle {
        font-size: 14px;
    }
    
    .order-now-btn {
        padding: 14px 30px;
        font-size: 13px;
    }
    
    .newsletter-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .signup-form-wrapper {
        padding: 25px 15px;
    }
    
    .form-label {
        font-size: 12px;
    }
    
    .email-input {
        font-size: 14px;
    }
    
    .signup-btn {
        font-size: 12px;
        padding: 12px 20px;
    }
}

/* Animation for form submission */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.input-wrapper.error {
    animation: shake 0.5s ease-in-out;
    border-color: #f44336;
}



/* Testimonials Section */

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.review-logo-container {
    width: 220px;
    height: 120px;
    display: flex
;
    justify-content: center;
}
.review-logo-container img {
    width: 100%;
}

.testimonials-title {
    font-family: "Fraunces", serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    color: white;
    letter-spacing: 1px;
}

/* Swiper Styles */
.testimonials-swiper {
    width: 100%;
    padding: 20px 0 80px 0;
    overflow: visible;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 149, 0, 0.3);
}

.rating {
    display: flex;
    gap: 4px;
    margin-bottom: 25px;
}

.star {
    color: #edbd01;
    font-size: 20px;
    transition: all 0.3s ease;
}

.testimonial-card:hover .star {
    transform: scale(1.1);
}

.testimonial-text {
    font-family: "Aleo", serif;
    font-size: 16px;
    line-height: 1.7;
    color: #edbd01;
    margin-bottom: 30px;
    flex-grow: 1;
    text-align: left;
    font-weight: 400;
}

.customer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.customer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #edbd01;
    transition: all 0.3s ease;
}

.testimonial-card:hover .customer-avatar {
    border-color: #ffb143;
    transform: scale(1.05);
}

.customer-details {
    flex: 1;
}

.customer-name {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 600;
    color: #edbd01;
    margin-bottom: 5px;
}

.customer-location {
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #999999;
    margin: 0;
}

/* Swiper Navigation */
/* .testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
    color: #edbd01;
    width: 50px;
    height: 50px;
    background: rgba(255, 149, 0, 0.1);
    border-radius: 50%;
    border: 2px solid rgba(255, 149, 0, 0.3);
    margin-top: -25px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.testimonials-swiper .swiper-button-next:hover,
.testimonials-swiper .swiper-button-prev:hover {
    background: rgba(255, 149, 0, 0.2);
    border-color: #edbd01;
    transform: scale(1.1);
}

.testimonials-swiper .swiper-button-next::after,
.testimonials-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.testimonials-swiper .swiper-button-next {
    right: 10px;
}

.testimonials-swiper .swiper-button-prev {
    left: 10px;
}


.testimonials-swiper .swiper-pagination {
    bottom: 20px;
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 149, 0, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background: #edbd01;
    transform: scale(1.2);
}

@media (max-width: 1200px) {
    .testimonials-container {
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 35px 25px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0;
    }
    
    .testimonials-title {
        margin-bottom: 40px;
    }
    
    .testimonials-swiper {
        padding: 20px 0 60px 0;
    }
    
    .testimonial-card {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .testimonial-text {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .customer-name {
        font-size: 16px;
    }
    
    .customer-location {
        font-size: 13px;
    }
    
    .testimonials-swiper .swiper-button-next,
    .testimonials-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .testimonials-swiper .swiper-button-next::after,
    .testimonials-swiper .swiper-button-prev::after {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .testimonial-card {
        padding: 25px 18px;
    }
    
    .testimonial-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .customer-avatar {
        width: 40px;
        height: 40px;
    }
    
    .customer-info {
        gap: 12px;
    }
    
    .testimonials-swiper .swiper-button-next,
    .testimonials-swiper .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonial-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .rating {
        margin-bottom: 20px;
    }
    
    .star {
        font-size: 18px;
    }
    
    .testimonial-text {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .customer-name {
        font-size: 15px;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card {
    animation: slideUp 0.6s ease forwards;
} */


/* Testimonials Section */
.testimonials-section {
    background-color: #000;
    padding: 100px 0;
    color: white;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0 80px;
    flex-direction: column;
    align-items: center;
    gap:2rem;
}

.testimonials-title {
    font-family: "Fraunces", serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    color: white;
    letter-spacing: 1px;
}

/* Swiper Styles */
.testimonials-swiper {
    width: 100%;
    padding: 20px 0 20px 0; /* Reduced bottom padding since pagination moved */
    overflow: visible;
    position: relative;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 149, 0, 0.3);
}

.rating {
    display: flex;
    gap: 4px;
    margin-bottom: 25px;
}

.star {
    color: #edbd01;
    font-size: 20px;
    transition: all 0.3s ease;
}

.testimonial-card:hover .star {
    transform: scale(1.1);
}

.testimonial-text {
    font-family: "Aleo", serif;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
    flex-grow: 1;
    text-align: left;
    font-weight: 400;
}

.customer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.customer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #edbd01;
    transition: all 0.3s ease;
}

.testimonial-card:hover .customer-avatar {
    border-color: #ffb143;
    transform: scale(1.05);
}

.customer-details {
    flex: 1;
}

.customer-name {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 600;
    color: #edbd01;
    margin-bottom: 5px;
}

.customer-location {
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #999999;
    margin: 0;
}

/* Swiper Navigation - Positioned outside the container */
.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
    color: #edbd01;
    width: 50px;
    height: 50px;
    background: rgba(255, 149, 0, 0.1);
    border-radius: 50%;
    border: 2px solid rgba(255, 149, 0, 0.3);
    margin-top: -25px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-swiper .swiper-button-next:hover,
.testimonials-swiper .swiper-button-prev:hover {
    background: rgba(255, 149, 0, 0.2);
    border-color: #edbd01;
    transform: translateY(-50%) scale(1.1);
}

.testimonials-swiper .swiper-button-next::after,
.testimonials-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.testimonials-swiper .swiper-button-next {
    right: -70px; /* Moved outside container */
}

.testimonials-swiper .swiper-button-prev {
    left: -70px; /* Moved outside container */
}

/* Swiper Pagination - Positioned below cards */
.testimonials-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 40px; /* Space between cards and pagination */
    text-align: center;
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 149, 0, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 6px;
    opacity: 1;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background: #edbd01;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(255, 149, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .testimonials-container {
        padding: 0 60px;
    }
    
    .testimonials-swiper .swiper-button-next {
        right: -50px;
    }
    
    .testimonials-swiper .swiper-button-prev {
        left: -50px;
    }
    
    .testimonial-card {
        padding: 35px 25px;
    }
}

@media (max-width: 992px) {
    .testimonials-container {
        padding: 0 40px;
    }
    
    .testimonials-swiper .swiper-button-next {
        right: -30px;
    }
    
    .testimonials-swiper .swiper-button-prev {
        left: -30px;
    }

    .testimonials-swiper .swiper-button-next, .testimonials-swiper .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0;
    }
    
    .testimonials-container {
        padding: 0 20px;
    }
    
    .testimonials-title {
        margin-bottom: 40px;
    }
    
    .testimonials-swiper {
        padding: 20px 0 10px 0;
    }
    
    .testimonial-card {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .testimonial-text {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .customer-name {
        font-size: 16px;
    }
    
    .customer-location {
        font-size: 13px;
    }
    
    .testimonials-swiper .swiper-button-next,
    .testimonials-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .testimonials-swiper .swiper-button-next::after,
    .testimonials-swiper .swiper-button-prev::after {
        font-size: 14px;
    }
    
    .testimonials-swiper .swiper-button-next {
        right: -15px;
    }
    
    .testimonials-swiper .swiper-button-prev {
        left: -15px;
    }
    
    .testimonials-swiper .swiper-pagination {
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .testimonial-card {
        padding: 25px 18px;
    }
    
    .testimonial-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .customer-avatar {
        width: 40px;
        height: 40px;
    }
    
    .customer-info {
        gap: 12px;
    }
    
    .testimonials-swiper .swiper-button-next,
    .testimonials-swiper .swiper-button-prev {
        display: none; /* Hide navigation on small screens */
    }
    
    .testimonials-swiper .swiper-pagination {
        margin-top: 25px;
    }
    
    .testimonials-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-container {
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .rating {
        margin-bottom: 20px;
    }
    
    .star {
        font-size: 18px;
    }
    
    .testimonial-text {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .customer-name {
        font-size: 15px;
    }
    
    .testimonials-swiper .swiper-pagination {
        margin-top: 20px;
    }
}

/* Loading Animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card {
    animation: slideUp 0.6s ease forwards;
}

/* Enhanced pagination hover effect */
.testimonials-swiper .swiper-pagination-bullet:hover {
    background: rgba(255, 149, 0, 0.6);
    transform: scale(1.2);
}


/* Footer Section */
.site-footer {
    background-color: #ff116f;
    color: white;
    padding: 60px 0 0 0;
    margin-top: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    margin-bottom: 40px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.footer-heading {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
    gap:1rem;
    justify-content: center;
}

.footer-nav li {
    margin-bottom: 12px;
}

.footer-nav li a img {
    width:80%;
}
.footer-link {
    font-family: "Aleo", serif;
    font-size: 16px;
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: #edbd01;
    text-decoration: underline;
}

/* Payment Section */
.payment-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
    text-align: center;
}

.payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.payment-icon {
    background: white;
    border-radius: 6px;
    padding: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.payment-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.payment-icon svg {
    display: block;
    width: 40px;
    height: 24px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.copyright {
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #cccccc;
    margin: 0;
}

.powered-by {
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #cccccc;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.powered-by:hover {
    color: #edbd01;
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 0 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-links {
        gap: 40px;
        justify-content: center;
        text-align: center;
    }
    
    .footer-column {
        min-width: 100%;
        max-width: 100%;
    }
    
    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-link {
        font-size: 15px;
    }
    
    .payment-section {
        padding: 30px 0;
    }
    
    .payment-icons {
        gap: 8px;
    }
    
    .payment-icon svg {
        width: 35px;
        height: 21px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .copyright,
    .powered-by {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 30px 0 0 0;
    }
    
    .footer-content {
        margin-bottom: 30px;
    }
    
    .footer-heading {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .footer-link {
        font-size: 14px;
    }
    
    .footer-nav li {
        margin-bottom: 10px;
    }
    
    .payment-section {
        padding: 25px 0;
    }
    
    .payment-icons {
        gap: 6px;
    }
    
    .payment-icon svg {
        width: 32px;
        height: 19px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .copyright,
    .powered-by {
        font-size: 12px;
    }
}

/* Enhanced hover effects */
@media (hover: hover) {
    .footer-link {
        position: relative;
    }
    
    .footer-link::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #edbd01;
        transition: width 0.3s ease;
    }
    
    .footer-link:hover::after {
        width: 80%;
    }
    
    .footer-link:hover {
        text-decoration: none;
    }
}

/* Loading animation for payment icons */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.payment-icon {
    animation: fadeInUp 0.6s ease forwards;
}

.payment-icon:nth-child(1) { animation-delay: 0.1s; }
.payment-icon:nth-child(2) { animation-delay: 0.2s; }
.payment-icon:nth-child(3) { animation-delay: 0.3s; }
.payment-icon:nth-child(4) { animation-delay: 0.4s; }
.payment-icon:nth-child(5) { animation-delay: 0.5s; }
.payment-icon:nth-child(6) { animation-delay: 0.6s; }

/* Accessibility improvements */
.footer-link:focus,
.powered-by:focus {
    outline: 2px solid #edbd01;
    outline-offset: 2px;
    color: #edbd01;
}

/* Print styles */
@media print {
    .site-footer {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
    }
    
    .footer-link,
    .powered-by,
    .copyright {
        color: black !important;
    }
    
    .payment-icons {
        display: none;
    }
}



/* Cart Drawer Overlay */
.cart-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Cart Drawer */
.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    height: 100vh;
    background-color: #f8f8f8;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.cart-drawer.active {
    transform: translateX(0);
}

/* Cart Drawer Header */
.cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
}

.cart-drawer-title {
    font-family: "Fraunces", serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cart-drawer-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    transition: color 0.2s ease;
}

.cart-drawer-close:hover {
    color: #333;
}

/* Cart Drawer Content */
.cart-drawer-content {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Cart Items */
.cart-items {
    padding: 20px;
    flex: 1;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    background-color: #f0f0f0;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Cart Item Weight and Description Styles */
.cart-item-weight {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    margin: 4px 0 8px 0;
    padding: 2px 0;
}

.cart-item-description {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 12px;
    font-style: italic;
}

.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.cart-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    margin-right: 12px;
}

.cart-item-remove {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: #999;
    margin-left: 10px;
}

.cart-item-remove:hover {
    color: #666;
}
.cart-item-size,
.cart-item-notice {
    display: none;
}

.cart-item-notice .highlight {
    font-weight: 600;
    color: #333;
}

.cart-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: white;
}

.quantity-btn {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.quantity-btn:hover {
    background-color: #f5f5f5;
}

.quantity-input {
    border: none;
    width: 40px;
    text-align: center;
    font-family: "Aleo", serif;
    font-size: 14px;
    background: transparent;
    outline: none;
}

.cart-item-price {
    font-family: "Fraunces", serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Order Note Section */
.order-note-section {
    padding: 0 20px 20px;
}

.order-note-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid #d0d0d0;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
}

.order-note-btn:hover {
    border-color: #b0b0b0;
    background-color: #fafafa;
}

.order-note-input {
    margin-top: 10px;
}

.order-note-input textarea {
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 12px;
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #333;
    resize: vertical;
    outline: none;
}

.order-note-input textarea:focus {
    border-color: #edbd01;
}

/* Cart Drawer - Updated Layout */
.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 800px; /* Increased width to accommodate side panel */
    height: 100vh;
    background-color: #f8f8f8;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.cart-drawer.active {
    transform: translateX(0);
}

/* Main Cart Section */
.cart-drawer-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
}

/* Cart Drawer Header */
.cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
}

.cart-drawer-title {
    font-family: "Fraunces", serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cart-drawer-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    transition: color 0.2s ease;
}

.cart-drawer-close:hover {
    color: #333;
}

/* Cart Drawer Content */
.cart-drawer-content {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Cart Items - Same as before */
.cart-items {
    padding: 20px;
    flex: 1;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    background-color: #f0f0f0;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.cart-item-name {
    font-family: "Fraunces", serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.cart-item-remove {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: #999;
    margin-left: 10px;
}

.cart-item-remove:hover {
    color: #666;
}

.cart-item-size {
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #666;
    margin: 4px 0;
}

.cart-item-notice {
    font-family: "Aleo", serif;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cart-item-notice .highlight {
    font-weight: 600;
    color: #333;
}

.cart-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: white;
}

.quantity-btn {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.quantity-btn:hover {
    background-color: #f5f5f5;
}

.quantity-input {
    border: none;
    width: 40px;
    text-align: center;
    font-family: "Aleo", serif;
    font-size: 14px;
    background: transparent;
    outline: none;
}

.cart-item-price {
    font-family: "Fraunces", serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Order Note Section - Same as before */
.order-note-section {
    padding: 0 20px 20px;
}

.order-note-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid #d0d0d0;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
}

.order-note-btn:hover {
    border-color: #b0b0b0;
    background-color: #fafafa;
}

.order-note-input {
    margin-top: 10px;
}

.order-note-input textarea {
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 12px;
    font-family: "Aleo", serif;
    font-size: 14px;
    color: #333;
    resize: vertical;
    outline: none;
}

.order-note-input textarea:focus {
    border-color: #edbd01;
}

/* Cart Footer - Same as before */
.cart-drawer-footer {
    background-color: white;
    border-top: 1px solid #e0e0e0;
    padding: 20px;
}

.cart-subtotal {
    margin-bottom: 20px;
}

.subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.subtotal-label {
    font-family: "Aleo", serif;
    font-size: 16px;
    color: #333;
}

.subtotal-amount {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.tax-shipping-note {
    font-family: "Aleo", serif;
    font-size: 12px;
    color: #666;
}

.shipping-link {
    color: #666;
    text-decoration: underline;
}

.shipping-link:hover {
    color: #333;
}

.cart-actions {
    display: flex;
    gap: 10px;
}

.view-cart-btn,
.checkout-btn {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    font-family: "Aleo", serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.view-cart-btn {
    background-color: transparent;
    color: #edbd01;
    border: 2px solid #edbd01;
}

.view-cart-btn:hover {
    background-color: #edbd01;
    color: white;
}

.checkout-btn {
    background-color: #edbd01;
    color: white;
}

.checkout-btn:hover {
    background-color: #e68600;
}

/* Recommendations Sidebar */
.recommendations-sidebar {
    width: 350px;
    background-color: white;
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.recommendations-title {
    font-family: "Fraunces", serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.recommendations-list {
    flex: 1;
    padding: 0;
}

.recommendation-item {
    display: flex;
    gap: 12px;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.recommendation-item:hover {
    background-color: #fafafa;
}

.recommendation-item:last-child {
    border-bottom: none;
}

.recommendation-image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    background-color: #f0f0f0;
}

.recommendation-image,
.cart-item-image {
    transition: opacity 0.2s ease;
}

.recommendation-image[src*="placeholder"],
.cart-item-image[src*="placeholder"] {
    opacity: 0.7;
    filter: grayscale(20%);
}

.recommendation-details {
    flex: 1;
}

.recommendation-name {
    font-family: "Fraunces", serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.recommendation-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.recommendation-price-from {
    font-family: "Aleo", serif;
    font-size: 12px;
    color: #999;
}

.recommendation-price-original {
    font-family: "Aleo", serif;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.recommendation-price-sale {
    font-family: "Aleo", serif;
    font-size: 14px;
    font-weight: 600;
    color: #e74c3c;
}

.recommendation-options {
    display: flex;
    align-items: center;
}

.view-options-btn {
    background: none;
    border: 1px solid #d0d0d0;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: "Aleo", serif;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.view-options-btn:hover {
    border-color: #b0b0b0;
    background-color: #f5f5f5;
}

/* Responsive Design */
@media (max-width: 900px) {
    .cart-drawer {
        max-width: 600px;
    }
    
    .recommendations-sidebar {
        width: 280px;
    }
}

@media (max-width: 640px) {
    .cart-drawer {
        max-width: 100%;
        flex-direction: column;
    }
    
    .recommendations-sidebar {
        width: 100%;
        max-height: 300px;
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
    
    .cart-drawer-main {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .cart-drawer-header {
        padding: 15px;
    }
    
    .cart-drawer-title {
        font-size: 18px;
    }
    
    .cart-items {
        padding: 15px;
    }
    
    .cart-item-image {
        width: 70px;
        height: 70px;
    }
    
    .cart-drawer-footer {
        padding: 15px;
    }
    
    .cart-actions {
        flex-direction: column;
    }
    
    .recommendations-title {
        padding: 15px;
        font-size: 14px;
    }
    
    .recommendation-item {
        padding: 12px 15px;
    }
}

/* Body scroll lock when drawer is open */
body.cart-drawer-open {
    overflow: hidden;
}













/* Add these styles to prevent button spam clicking */
.add-to-cart-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #ccc;
}

.add-to-cart-btn.processing {
    position: relative;
}

.add-to-cart-btn.processing::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Prevent text selection on buttons */
.add-to-cart-btn {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


/* Recommendation Add to Cart Button */
.add-to-cart-recommendation-btn {
    background-color: #edbd01;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: "Aleo", serif;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: center;
}

.add-to-cart-recommendation-btn:hover {
    background-color: #e68600;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 149, 0, 0.3);
}

.add-to-cart-recommendation-btn:active {
    transform: translateY(0);
}

.add-to-cart-recommendation-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.add-to-cart-recommendation-btn svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}

/* Remove the old view options button styles */
.view-options-btn {
    display: none;
}

/* Success message animations */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Recommendation item hover effect */
.recommendation-item {
    transition: all 0.2s ease;
}

.recommendation-item:hover {
    background-color: #fafafa;
    transform: translateY(-1px);
}

.recommendation-item:hover .add-to-cart-recommendation-btn {
    box-shadow: 0 4px 12px rgba(255, 149, 0, 0.2);
}

/* Loading state for recommendation button */
.add-to-cart-recommendation-btn[disabled] {
    position: relative;
}

.add-to-cart-recommendation-btn[disabled] svg {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Success state styling */
.add-to-cart-recommendation-btn.success {
    background-color: #27ae60 !important;
    animation: successPulse 0.3s ease;
}

@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .add-to-cart-recommendation-btn {
        padding: 6px 10px;
        font-size: 11px;
    }
    
    .cart-success-message {
        top: 10px !important;
        right: 10px !important;
        left: 10px !important;
        right: 10px !important;
        text-align: center;
    }
}

/* Enhanced recommendation section */
.recommendations-sidebar {
    position: relative;
}

.recommendation-item {
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}

.recommendation-item:last-child {
    margin-bottom: 0;
}

.recommendation-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recommendation-options {
    margin-top: auto;
}

/* Price styling */
.recommendation-price-from {
    font-weight: 500;
    color: #edbd01;
}


/* Local Pickup Section */
.local-pickup-section {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    padding: 0;
}

/* Responsive Google Maps Container */
.map-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.google-maps {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.google-maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.2); /* Optional: Slight grayscale for brand consistency */
}

/* Floating Info Box */
.pickup-info-box {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    max-width: 280px;
    z-index: 10;
    font-family: "Aleo", serif;
}

.pickup-info-box h3 {
    font-family: "Fraunces", serif;
    font-size: 20px;
    font-weight: 600;
    color: #2d4a3e;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pickup-details {
    margin-bottom: 20px;
}

.pickup-details p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

.pickup-details p:first-child {
    font-weight: 600;
    color: #2d4a3e;
    margin-bottom: 12px;
}

.get-directions-btn {
    background-color: #2d4a3e;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-family: "Aleo", serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.get-directions-btn:hover {
    background-color: #1f3329;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 74, 62, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .map-container {
        height: 400px;
    }
    
    .pickup-info-box {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        max-width: none;
        margin: 0 auto;
    }
    
    .pickup-info-box h3 {
        font-size: 18px;
    }
    
    .pickup-details p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .map-container {
        height: 300px;
    }
    
    .pickup-info-box {
        padding: 20px;
    }
}


/* Trust Marquee Section */
.trust-marquee-section {
    background-color: #666;
    padding: 16px 0;
    overflow: hidden;
    position: relative;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    animation: marqueeScroll 30s linear infinite;
    gap: 60px;
    align-items: center;
}

.marquee-item {
    color: white;
    font-family: "Aleo", serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Marquee Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .trust-marquee-section {
        padding: 12px 0;
    }
    
    .marquee-item {
        font-size: 14px;
    }
    
    .marquee-content {
        gap: 40px;
        animation-duration: 25s;
    }
}

@media (max-width: 480px) {
    .marquee-item {
        font-size: 13px;
    }
    
    .marquee-content {
        gap: 30px;
        animation-duration: 20s;
    }
}

/* Alternative with CSS-only marquee (if you prefer traditional marquee behavior) */
.traditional-marquee {
    background-color: #666;
    padding: 16px 0;
    color: white;
    font-family: "Aleo", serif;
    font-size: 16px;
}

.traditional-marquee marquee {
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 0.5px;
}

/* Custom styled divider */
.marquee-divider {
    position: relative;
    color: transparent;
    width: 1px;
    height: 16px;
    flex-shrink: 0;
    margin: 0 30px;
}

.marquee-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}


/* Trust Marquee Section */
.trust-marquee-section {
    background-color: #666;
    padding: 16px 0;
    overflow: hidden;
    position: relative;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    animation: marqueeScroll 30s linear infinite;
    align-items: center;
    gap: 0; /* Remove gap */
}

.marquee-item {
    color: white;
    font-family: "Aleo", serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-transform:uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 30px; /* Add padding instead of gap */
}

.marquee-divider {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Aleo", serif;
    font-size: 16px;
    flex-shrink: 0;
    user-select: none;
}

/* Fixed Marquee Animation - Seamless Loop */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%); /* Only move 50% since content is duplicated */
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .trust-marquee-section {
        padding: 12px 0;
    }
    
    .marquee-item {
        font-size: 14px;
        padding: 0 20px;
    }
    
    .marquee-content {
        animation-duration: 25s;
    }
}

@media (max-width: 480px) {
    .marquee-item {
        font-size: 13px;
        padding: 0 15px;
    }
    
    .marquee-content {
        animation-duration: 20s;
    }
}


.launch-container {
    width: 100%;
}

.launch-container img {
    width: 100%;
    object-fit: contain;
}

.best-selling-section {
    background: #fff;
    padding: 60px 0 30px 0;
    width: 100%;
}

.section-title {
    text-align: center;
    font-family: "Fraunces", serif;
    font-size: 2rem;
    margin-bottom: 24px;
    color: #222;
    letter-spacing: 1px;
    font-weight: 600;
}

.best-selling-scroll {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    padding-left: 30px;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: #edbd01 #eee;
}

.best-selling-scroll::-webkit-scrollbar {
    height: 10px;
    background: #fff;
}
.best-selling-scroll::-webkit-scrollbar-thumb {
    background: #edbd01;
    border-radius: 8px;
}
.best-selling-scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 8px;
}

.best-selling-card {
    min-width: 210px;
    max-width: 220px;
    background: #f7f7f7;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    padding: 22px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    transition: box-shadow 0.2s;
}

.best-selling-card:hover {
    box-shadow: 0 8px 32px rgba(255, 193, 7, 0.19);
}

.product-img-frame {
    width: 100px;
    height: 145px;
    margin-bottom: 18px;
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-img-frame img {
    object-fit: contain;
    border-radius: 7px;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    background: #ff9500;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 12px;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.bestseller {
    background: #2d4a3e;
}
.popular {
    background: #e05b5b;
}

.product-name-2 {
    font-family: "Aleo", serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 4px 0;
    color: #1d1d1d;
    letter-spacing: 0.25px;
}

.product-price {
    font-family: "Aleo", serif;
    font-weight: 600;
    color: #edbd01;
    font-size: 16px;
    margin-bottom: 0;
}
.old-price {
    color: #bbb;
    text-decoration: line-through;
    margin-right: 7px;
    font-weight: 400;
    font-size: 13px;
}

.product-stars {
    margin: 10px 0;
    color: #ffa200;
    font-size: 15px;
}
.star-rating {
    color: #666;
    font-size: 12px;
    font-family: "Aleo", serif;
    font-weight: 400;
}

.add-to-cart-btn {
    background: linear-gradient(135deg, #edbd01 0%, #ffb143 100%);
    color: #1a1a1a;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    font-family: "Aleo", serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
    transition: all 0.21s;
}
.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #e68600 0%, #edbd01 100%);
    color: #141414;
}



/* Newsletter Popup Styles */
.newsletter-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(4px);
}

.newsletter-popup-overlay.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.newsletter-popup {
    background: white;
    border-radius: 16px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.3s ease;
}

.newsletter-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.newsletter-close:hover {
    background: #f0f0f0;
    color: #333;
}

.newsletter-content-2 {
    display: flex;
    min-height: 400px;
}

.newsletter-image {
    flex: 1;
    min-height: 400px;
    overflow: hidden;
}

.newsletter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-form-section {
    flex: 1;
    padding: 60px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-form-section h3 {
    font-family: "Fraunces", serif;
    font-size: 28px;
    color: #2d4a3e;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.newsletter-form-section p {
    font-family: "Aleo", serif;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.4;
    font-size: 16px;
}

.newsletter-form {
    margin-bottom: 20px;
}

.newsletter-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: "Aleo", serif;
    font-size: 16px;
    margin-bottom: 15px;
    transition: border-color 0.2s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #edbd01;
    box-shadow: 0 0 0 3px rgba(237, 189, 1, 0.1);
}

.newsletter-subscribe-btn {
    width: 100%;
    background: linear-gradient(135deg, #edbd01 0%, #ffb143 100%);
    color: #1a1a1a;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: "Aleo", serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.newsletter-subscribe-btn:hover {
    background: linear-gradient(135deg, #e68600 0%, #edbd01 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(237, 189, 1, 0.3);
}

.newsletter-disclaimer {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    font-family: "Aleo", serif;
}

.newsletter-disclaimer a {
    color: #edbd01;
    text-decoration: none;
}

.newsletter-disclaimer a:hover {
    text-decoration: underline;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(30px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    

    .newsletter-popup {
        width: 95%;
        max-width: none;
    }
    
    .newsletter-content {
        flex-direction: column;
    }
    
    .newsletter-image {
        min-height: 200px;
    }
    
    .newsletter-form-section {
        padding: 40px 30px 30px 30px;
    }
    
    .newsletter-form-section h3 {
        font-size: 24px;
    }
    
    .newsletter-form-section p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .newsletter-popup {
        width: 80%;
        height: 44%;
        max-height: 100vh;
    }
    
    .newsletter-form-section {
        padding: 30px 20px 20px 20px;
    }
    
    .newsletter-close {
        top: 6px;
        right: 3px;
    }
    
        
    .newsletter-image {
        display:none;
    }
    
}


/* product page styles */

/* Products Page Styles - Using random suffixes to avoid conflicts */


.products-page-container-x7k9 {
    max-width: 1400px;
    margin: 3rem auto 0 auto;
    padding: 40px 20px;
}

.products-wrapper-m4n2 {
    display: flex;
    gap: 30px;
    min-height: 100vh;
}

/* Filter Sidebar Styles */
.filter-sidebar-p8q3 {
    flex: 0 0 280px;
    height: fit-content;
    position: sticky;
    top: 40px;
}

.filter-card-z5w1 {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.filter-title-j2m8 {
    font-family: "Fraunces", serif;
    font-size: 24px;
    color: #2d4a3e;
    margin-bottom: 24px;
    font-weight: 600;
}

.filter-section-r6t4 {
    margin-bottom: 24px;
}

.filter-group-title-k3p7 {
    font-family: "Fraunces", serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 500;
}

.filter-options-n9x5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-option-b8v2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.filter-option-b8v2:hover {
    background-color: #f5f5f5;
}

.filter-checkbox-l4y6 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-d1s9 {
    position: relative;
    margin-right: 12px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.filter-option-b8v2:hover .checkmark-d1s9 {
    border-color: #edbd01;
}

.filter-checkbox-l4y6:checked ~ .checkmark-d1s9 {
    background-color: #edbd01;
    border-color: #edbd01;
}

.checkmark-d1s9:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-checkbox-l4y6:checked ~ .checkmark-d1s9:after {
    display: block;
}

.clear-filters-btn-w3e7 {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    border: 2px solid #edbd01;
    color: #edbd01;
    border-radius: 8px;
    font-family: "Fraunces", serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.clear-filters-btn-w3e7:hover {
    background: #edbd01;
    color: #2d4a3e;
}

/* Main Products Content */
.products-main-content-h5j8 {
    flex: 1;
}

.products-header-f2d6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.products-title-a9c4 {
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #2d4a3e;
    font-weight: 600;
}

.products-count-g7k1 {
    font-size: 16px;
    color: #666;
}

/* Products Grid */
.products-grid-q6w9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.product-card-x2z8 {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 1;
    transform: scale(1);
}

.product-card-x2z8:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-card-x2z8.hidden-filter {
    display: none;
}

.product-image-container-y5r1 {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.product-main-image-k7d4,
.product-hover-image-m9s6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.product-hover-image-m9s6 {
    opacity: 0;
    transform: scale(1.1);
}

.product-card-x2z8:hover .product-main-image-k7d4 {
    opacity: 0;
    transform: scale(1.1);
}

.product-card-x2z8:hover .product-hover-image-m9s6 {
    opacity: 1;
    transform: scale(1.05);
}

.product-content-l3w2 {
    padding: 24px;
    text-align: center;
    height: auto;
    display: flex;
    min-height: 240px;
    flex-direction: column;
    justify-content: space-between;
}


.product-price-n6t8 {
    font-family: "Aleo", serif;
    font-size: 24px;
    font-weight: 700;
    color: #edbd01;
    margin-bottom: 20px;
}

.product-add-btn-p4j7 {
    text-decoration:unset;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #edbd01 0%, #ffb143 100%);
    color: #2d4a3e;
    border: none;
    border-radius: 30px;
    font-family: "Fraunces", serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(237, 189, 1, 0.2);
}

.product-add-btn-p4j7:hover {
    background: linear-gradient(135deg, #e68600 0%, #edbd01 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(237, 189, 1, 0.3);
}

/* No Products Message */
.no-products-message-h8k5 {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-products-content-j9m2 h3 {
    font-family: "Fraunces", serif;
    font-size: 24px;
    color: #2d4a3e;
    margin-bottom: 12px;
}

.no-products-content-j9m2 p {
    color: #666;
    font-size: 16px;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .products-wrapper-m4n2 {
        flex-direction: column;
    }
    
    .filter-sidebar-p8q3 {
        flex: none;
        position: static;
        order: -1;
    }
    
    .filter-card-z5w1 {
        padding: 20px;
    }
    
    .filter-options-n9x5 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 12px;
    }
    
    .products-grid-q6w9 {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .products-page-container-x7k9 {
        padding: 20px 15px;
    }
    
    .products-wrapper-m4n2 {
        gap: 24px;
    }
    
    .filter-options-n9x5 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px;
    }
    
    .products-grid-q6w9 {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .product-card-x2z8 {
        border-radius: 12px;
    }
    
    .product-image-container-y5r1 {
        height: 350px;
    }
    
    .product-content-l3w2 {
        padding: 16px;
    }
    
    .product-name {
        font-size: 16px;
    }
    
    .product-price-n6t8 {
        font-size: 18px;
    }
    
    .product-add-btn-p4j7 {
        padding: 10px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .products-grid-q6w9 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .filter-options-n9x5 {
        grid-template-columns: 1fr 1fr;
    }
    
    .products-header-f2d6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* Loading Animation */
.product-card-x2z8.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Smooth Transitions */
.products-grid-q6w9 {
    transition: all 0.3s ease;
}

.product-card-x2z8 {
    transition: all 0.3s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Filter Animation */
.filter-option-b8v2 {
    transition: all 0.2s ease;
}

.filter-checkbox-l4y6:checked ~ .filter-option-b8v2 {
    background-color: rgba(237, 189, 1, 0.1);
}



























/* Header Styles */
.header {
    background-color: #ff116f;
    color: white;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-container {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}


.logo-tag {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 10px; /* Space between the two logo images */
}

/* First Logo Image */
.logo-1 {
    height: 60px;
    width: auto;
    object-fit: contain;
}
.logo-text-container {
    display: flex;
    gap: 0.4rem;
    flex-direction: column;
    align-items: center;
}
/* Second Logo Image (Icon) */
.logo-icon {
    height: 35px;
    width: auto;
    object-fit: contain;
}

/* Logo on Left */
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo a {
    text-decoration: unset;
    color:unset;
    /* display: block; */
    width: 100%; /* Fixed width for consistency */
}

/* .logo-icon {
    width: 100%;
    height: auto;
} */

/* Right Section Container */
.right-section-w9k4 {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Navigation Styles */
.contact-info {
    display: flex;
    align-items: center;
}

.contact-info ul {
    list-style-type: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.contact-info ul li a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-info ul li a:hover {
    color: #edbd01;
}

/* Cart Styles */
.cart {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    user-select: none;
}

.cart-icon {
    font-size: 24px;
    cursor: pointer;
}

.cart:hover {
    transform: scale(1.05);
}

.cart:active {
    transform: scale(0.98);
}

/* Cart count badge */
.cart-count {
    background-color: #edbd01;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -8px;
    right: -8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(255, 149, 0, 0.3);
}

/* Hide cart count when empty */
.cart-count:empty,
.cart-count[data-count="0"] {
    display: none !important;
    opacity: 0;
}

/* Cart with items styling */
.cart.has-items {
    color: #edbd01;
}

.cart.has-items .cart-count {
    animation: cartBounce 0.3s ease;
}

/* Animation for when items are added */
@keyframes cartBounce {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* Cart icon pulse effect when items are added */
.cart.item-added {
    animation: cartPulse 0.6s ease;
}

@keyframes cartPulse {
    0% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1.05); }
    75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Mobile Menu Toggle (Hidden by default) */
.mobile-menu-toggle-x9k3 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}

.desktop-only-z7w4 {
    display: flex;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        z-index: 999 !important;
        background: #ff116f !important;
    }
    
    body {
        padding-top: 70px !important;
    }

    .nav-container {
        padding: 0 15px;
    }

    /* Hide desktop navigation and cart */
    .contact-info {
        display: none;
    }
    
    .desktop-only-z7w4 {
        display: none;
    }
    
    /* Show hamburger menu */
    .mobile-menu-toggle-x9k3 {
        display: flex;
    }
    
    /* Adjust right section spacing */
    .right-section-w9k4 {
        gap: 15px;
    }
}

/* Hamburger Lines */
.hamburger-line-y2m8 {
    width: 24px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger Animation */
.mobile-menu-toggle-x9k3.active .hamburger-line-y2m8:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle-x9k3.active .hamburger-line-y2m8:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle-x9k3.active .hamburger-line-y2m8:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay-p5q9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay-p5q9.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Sidebar */
.mobile-sidebar-k8j2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background: white;
    z-index: 1999;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.mobile-sidebar-k8j2.active {
    transform: translateX(0);
}

/* Mobile Menu Header */
.mobile-menu-header-r4w6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

.mobile-menu-header-r4w6 h3 {
    margin: 0;
    color: #333;
    font-family: "Fraunces", serif;
    font-size: 20px;
}

.close-mobile-menu-t3n7 {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.close-mobile-menu-t3n7:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Mobile Navigation */
.mobile-nav-d6f8 {
    padding: 20px 0;
}

.mobile-nav-item-h9k5 {
    display: block;
    padding: 18px 24px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-family: "Fraunces", serif;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.mobile-nav-item-h9k5:hover {
    background: #f8f8f8;
    color: #ff116f;
    padding-left: 30px;
}

/* Mobile Cart Section */
.mobile-cart-section-l2x9 {
    padding: 20px;
    border-top: 2px solid #eee;
    margin-top: 20px;
}

.mobile-cart-item-m5p3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    background: #333;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Fraunces", serif;
    font-weight: 600;
}

.mobile-cart-item-m5p3:hover {
    background: #ff116f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 17, 111, 0.3);
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden !important;
}

/* Loading state for cart */
.cart.loading {
    opacity: 0.7;
    pointer-events: none;
}

.cart.loading .cart-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



/* WhatsApp Floater Styles */
.whatsapp-floater-k9w2 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    animation: whatsappFadeIn 0.8s ease forwards 2s; /* Appears after 2 seconds */
}

.whatsapp-floater-k9w2 a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.whatsapp-icon-container-m5p3 {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.whatsapp-icon-container-m5p3:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

.whatsapp-icon-container-m5p3:active {
    transform: translateY(-1px) scale(1.02);
}

.whatsapp-icon-svg-r7q8 {
    width: 32px;
    height: 32px;
    color: white;
    z-index: 2;
    position: relative;
}

/* Pulse Animation */
.whatsapp-pulse-animation-n8k4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    animation: whatsappPulse 2s infinite;
}

/* Tooltip */
.whatsapp-tooltip-j6m1 {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: #333;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-family: "Fraunces", serif;
}

.whatsapp-tooltip-j6m1::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #333;
}

.whatsapp-floater-k9w2:hover .whatsapp-tooltip-j6m1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Animations */
@keyframes whatsappFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .whatsapp-floater-k9w2 {
        bottom: 30px;
        right: 30px;
    }
    
    .whatsapp-icon-container-m5p3 {
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-icon-svg-r7q8 {
        width: 28px;
        height: 28px;
    }
    
    .whatsapp-tooltip-j6m1 {
        display: none; /* Hide tooltip on mobile */
    }
}

@media (max-width: 480px) {
    .whatsapp-floater-k9w2 {
        bottom: 30px;
        right: 30px;
    }
    
    .whatsapp-icon-container-m5p3 {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-icon-svg-r7q8 {
        width: 26px;
        height: 26px;
    }
    .logo-icon {
        height: 20px;
        width: auto;
        object-fit: contain;
    }
    .logo-text-container p {
        font-size:12px;
    }
}

/* Ensure floater appears above mobile menu */
@media (max-width: 768px) {
    body.menu-open .whatsapp-floater-k9w2 {
        z-index: 2000; /* Higher than mobile menu */
    }
}

/* Optional: Hide during mobile menu scroll */
body.menu-open .whatsapp-floater-k9w2 {
    opacity: 0.7;
}

/* Optional: Bounce animation every few seconds */
.whatsapp-floater-k9w2.bounce-animation {
    animation: whatsappBounce 0.6s ease;
}

@keyframes whatsappBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}






























/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background-color: #fff;
    margin: 2% auto;
    padding: 0;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.3s ease;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    background: #fedb04;
    color: white;
    /*border-radius: 12px 12px 0 0;*/
}

.modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close:hover {
    color: #f0f0f0;
}

.modal-body {
    padding: 30px;
}

/* Form Styles */
.form-group {
    /*margin-bottom: 20px;*/
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.error-msg {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    min-height: 15px;
}

/* Checkbox Styles */
.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
    background-color: #667eea;
    border-color: #667eea;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.btn-cancel,
.btn-submit {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.btn-cancel {
    background-color: #f8f9fa;
    color: #666;
    border: 1px solid #dee2e6;
}

.btn-cancel:hover {
    background-color: #e9ecef;
    color: #495057;
}

.btn-submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Loading Overlay */
.loading-overlay {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 5% auto;
        max-height: 85vh;
    }
    
    .modal-header,
    .modal-body {
        padding: 20px;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .btn-cancel,
    .btn-submit {
        width: 100%;
    }
}

input:focus {
  outline: none;
}

