* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Lato", sans-serif; */
    /* font-family: var(--font-primary); */
    /* font-family: 'GTStandard' , serif; */
    font-weight: 400;
    /* font-style: normal; */

}

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


:root {
    /* --primary-color: #1bbcaa;
  --secondary-color: #ff9800;
  --text-color: #333333;
  --bg-color: #f9f9f9; */
    --main-color: #fff8ee;
    /* --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
    /* --font-secondary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
    --text-xs: 0.75rem;
    /* 12px */
    --text-sm: 0.875rem;
    /* 14px */
    --text-base: 1rem;
    /* 16px */
    --text-lg: 1.125rem;
    /* 18px */
    --text-xl: 1.25rem;
    /* 20px */
    --text-2xl: 1.5rem;
    /* 24px */
    --text-3xl: 1.875rem;
    /* 30px */
    --text-4xl: 2.25rem;
    /* 36px */
}


h1 {
    font-family: 'Gambetta', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}


/* h4,
h5,
h6 {
    font-family: 'Gambetta', sans-serif;
    font-weight: 400;
    opacity: 0.85; */
/* } */


body {
    /* font-family: var(--font-primary); */
    /* font-family: 'Gambetta', serif; */
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* #3e2723; */

    /* background-color: #F9F7F5; */
}


.heart-icon {
    color: #333;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10000000;
}

.snowflake {
    position: absolute;
    top: -10px;
    color: #fff;
    font-size: 12px;
    user-select: none;
    animation: fall linear infinite;
    opacity: 0.8;
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}

.main-heading-section {

    color: #652527;
    /* font-size: 2.5rem; */
    line-height: 1.1;
    letter-spacing: -0.25px;
    text-align: center;
    font-size: 42px;
    padding: 10px;
    display: flex;
    align-items: center;
    /* text-transform: uppercase; */


    font-family: 'Gambetta', serif !important;
    /* font-family: var(--font-primary); */
    font-weight: 500;
    justify-content: center;
}

/* .main-heading-section::before,
.main-heading-section::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #9b9b9b;
}

.main-heading-section:not(:empty)::before {
    margin-right: 10px;
}

.main-heading-section:not(:empty)::after {
    margin-left: 10px;
} */


@media (max-width:768px) {
    .main-heading-section {
        font-size: 28px;
    }
}

.categor-text {
    font-family: "math", serif;
    /* color: #7b0f25; */
    color: black;
    font-weight: 900;
    text-align: center;
    font-size: 37px;
}

.quote-section {
    text-align: center;
    padding: 65px 20px;
    /* background: #fff; */
    /* background: #f8f8f8; */
    background: var(--main-color);
    border-top: 1px solid #652527;
    border-bottom: 1px solid #652527;
}

.quote-heading {
    /* font-family: "Cooper Black", serif; */
    /* font-family: "math"; */
    /* font-family: math; */
    /* font-family: 'g'; */
    font-family: 'Gambetta', sans-serif;
    color: #7b0f25;
    /* color: black; */
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
}


.quote-subtext {
    font-family: 'Georgia', serif;
    font-size: 1.3rem;
    color: #000;
    max-width: 500px;
    margin: auto;
    line-height: 1.5;
}

@media (max-width:768px) {

    .quote-heading {
        font-size: 2rem;
    }

    .quote-subtext {
        font-size: 1.2rem;
    }

}

.category-text {
    /* font-family: "Cooper Black", serif; */
    /* font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    /* font-family: "math", sans-serif; */
    /* font-family: math; */
    font-family: 'Gambetta' serif;
    color: #7b0f25;
    /* color: #000; */
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.25px;
    text-align: center;
    font-size: 35px;
    /* padding: 40px; */
    padding-top: 40px;
    position: relative;
}


.category-text::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8b0c2c, #d4a59a);
    border-radius: 3px;
}


.categories-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: auto;
    /* padding: 100px 0px; */
    padding-bottom: 40px;
    /* position: relative; */
}

.cat-top {
    position: relative;
}

/* .cat-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #8b0c2c, #d4a59a);
} */

.cat-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    /* background: linear-gradient(90deg, var(--primary), var(--primary-light)); */
    background: linear-gradient(90deg, #8b0c2c, #d4a59a);
    border-radius: 0 0 8px 8px;
}



.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-image {
    width: 180px;
    height: 180px;
    /* border-radius: 50%; */
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    /* border: 3px solid #002147; */
}

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

.category-name {
    margin-top: 10px;
    /* font-size: 1.2rem; */
    font-weight: 400;
    font-family: 'Fraunces', serif !important;
    font-size: 1.375rem;
    line-height: 1.15;
    letter-spacing: -0.08px;
    color: #000;
    text-align: center;
}

@media (min-width: 992px) {
    .categories-container {
        grid-template-columns: repeat(4, 1fr);
        max-width: 1200px;
        margin: 0 auto;
    }

    .category-image {
        width: 260px;
        height: 260px;
    }
}

@media (max-width:768px) {
    .category-text {
        font-size: 33px;
    }

}

/* .header-wrapper {
    background-color: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-align: center;
    
}


.header-wrapper ul {
     display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    flex-wrap: wrap;
    width: auto;
}

.header-wrapper li {
   display: flex;
    align-items: center;
}


.swiper.text-swiper{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
} */

.swiper.text-swiper {
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
}

/* Proper Swiper layout */
.swiper-wrapper.text {
    display: flex;
    transition-timing-function: ease-in-out;
}

/* Make sure each slide fills swiper width */
/* .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* Ensure content inside li doesn't stretch too much */

.swiper-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    position: absolute;
    /* bottom: 10px; */
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);

    /* background-color: #000000 !important; */
}

.swiper-pagination {
    display: flex;
    gap: 8px;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background-color: #ffffff !important;
    opacity: 0.5;
    border-radius: 10%;
    /* transition: background-color 0.3s, opacity 0.3s; */
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000000 !important;
}

.summer-swiper-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    position: absolute;
    /* bottom: 10px; */
    left: 30%;
    /* background: #000000; */
}

.summer-swiper-pagination {
    display: flex;
    gap: 8px;
}

.summer-swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background-color: #eee !important;
    opacity: 0.5;
    border-radius: 10%;

}

.summer-swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000000 !important;
}


.header-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    /* margin: 0 auto; */
    gap: 30px;
    width: auto;
}

.swiper-slide ul li {
    /* color: white; */
    color: black;
}

.header-wrapper {
    background-color: white;
}

.head-wrap p {
    color: rgb(0, 0, 0);
    font-size: 14px;
    padding-top: 2px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;


}

.header-wrapper {
    display: flex;
    padding: 0px 10px;
}

.header-icon {
    cursor: pointer;
    display: flex;
    gap: 12px;
    height: 15px;
    align-items: center;
    justify-content: center;
    padding-top: 8px;

}


.swiper-wrapper.text ul li {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
}

@media (max-width:768px) {
    .header-icon {
        display: none;
    }

    .head-wrap {
        display: none;
    }

    /* .swiper-pagination-wrapper {

        left: 35%;
    } */

}

/* .header-wrapper li:not(:last-child)::after {
    content: "•";
    position: absolute;
    right: -18px;
    color: #666;
} */


.dropdown-menu {
    position: absolute;
    /* right: 0; */
    top: 13%;
    right: 48px;
    margin-top: 0.5rem;
    width: 12rem;
    background-color: white;
    color: #374151;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    border: 2px solid #e5e7eb;
    display: none;
    /* Hidden by default */
}

/* Show dropdown when active */
.dropdown-menu.active {
    display: block;
}

/* Dark mode styles */
.dark .dropdown-menu {
    background-color: #374151;
    color: #f3f4f6;
    border-color: #4b5563;
}

/* Dropdown items */
.dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #f3f4f6;
}

.dark .dropdown-item:hover {
    background-color: #111827;
}

/* Icons */
.dropdown-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

/* Logout button */
.dropdown-button {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-button:hover {
    background-color: #f3f4f6;
}

.dark .dropdown-button:hover {
    background-color: #111827;
}



.faq-container {
    /* max-width: 600px; */
    margin: 40px auto;
    /* centers and adds top/bottom space */
    padding: 20px 25px;
    /* inner spacing */
    background: #ffffff;
    /* white background */
    border-radius: 12px;
    /* smooth rounded corners */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
    /* soft shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}


h2 {
    text-align: center;
    color: darkred;
    margin-bottom: 20px;
}



.faq-item {
    border-top: 1px solid #ddd;
    /* padding: 24px; */
    padding: 40px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    /* padding: 10px 15px; */
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 500;
    /* font-family: 'Fraunces', serif !important; */
    font-family: 'Josefin Sans', sans-serif;
}

.faq-question span {
    padding-top: 12px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
}

.faq-item.open .faq-answer {
    max-height: 150px;
    padding: 10px 50px;
    font-size: 19px;
}

.faq-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

svg {
    /* width: 23px; */
    /* height: 11px; */
    width: 20px;
    cursor: pointer;
}

.lock {
    fill: #444;
}

.unlock {
    fill: green;
}

.key {
    fill: darkred;
}


@media (max-width:768px) {

    .faq-item {
        padding: 10px 15px;

    }

    .faq-question {
        font-size: 14px;
        font-weight: 500;
    }

    .faq-item.open .faq-answer {
        padding: 0px 15px;
        font-size: 15px;
    }

}


.dt-hero {
    background: #f0f0f0;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.dt-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.dt-hero__title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.dt-hero__subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

.dt-hero__image-container img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swiper {
    width: 100%;
}

.swiper-pagination {
    margin-top: 20px;
}

.swiper-slide.dt img {
    height: 100% !important;
    width: 100%;
}


@media (max-width: 768px) {
    .dt-hero__title {
        font-size: 1.8rem;
    }

    .dt-hero__subtitle {
        font-size: 1rem;
    }

    .dt-container {
        padding: 10px;
    }
}



@media (max-width: 768px) {
    .header-wrapper ul {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .header-wrapper li:not(:last-child)::after {
        display: none;
    }

    .dropdown-menu {
        top: 10%;
        right: 40px;
    }


}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 1%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}


.search-feild {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    /* max-width: 600px; */
    /* height: 270px; */
    width: 100%;
    font-family: sans-serif;
    position: relative;
    display: none;
}

.search-feild input {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 16px;
    width: 90%;
    padding-left: 10px;
    -webkit-appearance: none;
    appearance: none;
}

.search-feild input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.search-icon {
    border: none;
    outline: none;
    color: #444;
    /* font-size: 16px; */
    background: none;
}

.clear-icon {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    /* font-size: 16px; */
    color: #000;
    padding-left: 10px;
    float: right;
}

.search-feild.active {
    display: block;
}


.trending-tags {
    /* border: 2px solid #000; */
    display: inline-block;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
}

.tags-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tag {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.tag img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}


.logo {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin: 0 15px;
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links a:hover {
    /* color: #ff6b6b; */
    color: #444;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.country-selector {
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.search-icon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.whishlist-icon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    z-index: 1;

}

.whishlist-icon a {
    stroke: black;
    color: inherit;
}

.user-icon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.user-icon a {
    stroke: black;
    color: inherit;

}

.bag-icon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    color: inherit;
}

.bag-icon a {
    stroke: black;
    color: inherit;

}

/* Mobile menu styles */
.menu-toggle {
    display: none;
    cursor: pointer;
}

.navbar-mob {
    /* display: none; */
    /* display: block; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    /* height: 65px; */
    /* height: 100px; */
    height: 79px;
    z-index: 29;
}

/* desktop side bar css --------------------------------------------- start */
.hamburger {
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* .aside-bar {
    display: none;
} */

.aside-bar {
    position: fixed;
    top: 0;
    left: -280px;
    /* Start off-screen */
    display: block;
    width: 280px;
    height: 100vh;
    background-color: #ffffff;
    padding: 20px;
    border-right: 1px solid #e0e0e0;
    overflow-y: auto;
    transition: all 0.4s ease;
    z-index: 99;
}

.aside-bar.active {

    left: 0;

}

.brand {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    justify-content: space-between;
}

.brand-icon {
    font-size: 24px;
    margin-right: 10px;
}

.brand-name {
    font-size: 20px;
    font-weight: bold;
}

.nav-section {
    margin-bottom: 25px;
}

.nav-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.nav-items {
    list-style: none;
    /* -webkit-backface-visibility: none; */
    -webkit-tap-highlight-color: transparent;
}

.nav-item {
    padding: 8px 0;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.nav-item:hover {
    /* color: #ff6b6b; */
}

.dropdown-icon {
    transition: transform 0.4s;
    float: right;
}

.dropdown-icon.rotate {
    transform: rotate(180deg);
}

.sub-items {
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
    display: none;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;

}

.sub-items.show {
    display: block;
    max-height: 180px;
    opacity: 1;
    /* max-height: 100px;
     opacity: 1; 
         transition: color 0.2s ease; */
}

.sub-item {
    padding: 6px 0;
    color: #666;
}

.sub-item:hover {
    /* color: #ff6b6b; */
}

.account-section {
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.account-item {
    /* padding: 8px 0;
    display: flex;
    align-items: center; */
    padding: 6px 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-item a {
    color: inherit;
    /* inherit from parent or set your custom color */
    text-decoration: none;
    /* remove underline if needed */
}

.account-item svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    stroke: black;
}


/* desktop aside bar css -------------------------------------- End */

/* Wrapper container */
.swiper.banner-swiper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

/* Wrapper */
.swiper-wrapper {
    display: flex;
}

/* Each Slide */
.swiper-slide {
    width: 100%;
    height: auto;
}

/* Minimal Swiper Navigation Buttons */
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    /* background: rgba(255, 255, 255, 0.9); */
    background-color: #652527;
    color: #fff;
    border: none;
    /* border-radius: 50%; */
    border: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* Hover effect - subtle */
.prev-btn:hover,
.next-btn:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.05);
}

/* Arrow styling */
.prev-btn::before,
.next-btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* color: white; */
}

/* Left arrow - more minimal */
.prev-btn::before {
    transform: translate(-30%, -50%) rotate(-135deg);
}

/* Right arrow - more minimal */
.next-btn::before {
    transform: translate(-70%, -50%) rotate(45deg);
}

/* Hover arrow effect */
.prev-btn:hover::before,
.next-btn:hover::before {
    border-color: #000;
}

/* Positioning */
.prev-btn {
    left: 5px;
}

.next-btn {
    right: 5px;
}

/* Optional: Touch device optimization */
@media (max-width: 768px) {

    .prev-btn,
    .next-btn {
        display: none;
    }


}

/* Optional: Disabled state */
.prev-btn.swiper-button-disabled,
.next-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}


/* Banner Images */
/* .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 0;
}


.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.6);
}


.swiper-pagination {
    bottom: 10px !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
} */


.cat-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.category-options {
    padding-top: 8px;
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    gap: 20px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 500px;
    width: 100%;
}

.category-card:hover {

    /* background-color: transparent(blur); */

}

.category-quote-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.category-quote-wrapper .main-img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 8px; */
}

/* Quotes on top of image */
.category-quote-wrapper .quote {
    position: absolute;
    top: 50%;
    transform: translateY(-173px);
    width: 25px;
    height: auto;
    z-index: 2;
    opacity: 0.8;
}

.left-quote {
    left: -3px;
}

.right-quote {
    right: 0px;
}

.category-btn1 {
    background-color: #fff;
    padding: 6px 16px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    /* border-radius: 4px; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
}

.category-options-mob {
    display: none;
}

.explore-btn {

    color: #007bff;
    border: none;
    border-radius: 6px;
    background-color: transparent;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    padding-right: 10px;
}

.explore-btn:hover {
    /* background-color: #0056b3; */
    color: black;
    /* darker blue on hover */
}

@media (max-width:768px) {

    .category-options {
        display: none;
    }

    .category-options-mob {
        display: block;
        padding-top: 8px;
        display: grid;
        /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
        gap: 20px;
    }

    .category-quote-wrapper .quote {
        transform: translateY(-75px);
    }

    .cat-div {
        grid-template-columns: repeat(2, 1fr);
    }
}




.best-sellers-section {
    padding: 15px 0;
    /* background-color: #f8f8f8; */
    /* background: var(--main-color); */
    background: #f8f5f0;
    font-family: 'Arial', sans-serif;
}

.container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 0 35px;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    color: #652527;
    /* text-transform: lowercase; */
    /* font-family: math; */
    font-family: 'Gambetta', serif;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


/* .section-title::before,
.section-title::after {
    content: ' ';
    flex: 1;
    border-bottom: 1px solid #9b9b9b;
}

.section-title:not(:empty)::before {
    margin-right: 10px;
}

.section-title:not(:empty)::after {
    margin-left: 10px;
} */


.tab {
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 600;
    /* color: #666; */
    color: #000;
    font-size: 17px;

}

.tab.active {
    color: #000;
    /* border-bottom: 2px solid #000; */
}


.swiperProduct {
    width: auto;
    padding: 10px 0;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    flex-shrink: 0;
}



.product-card {
    /* background: #fff; */
    /* border-radius: 6px; */
    overflow: hidden;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
    /* margin: 0 10px; */
    /* width: 330px !important; */
    position: relative;
    cursor: pointer;
    z-index: 1;
    /* fixed width for uniform layout */
}


.product-card img {
    width: 100%;
    /* width: 100%; */
    /* height: 265px; */
    /* height: auto; */
    display: block;
    object-fit: cover;
}


.product-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    /* font-family: 'clashlight' sans-serif; */
    font-weight: 400;
    /* font-family: 'Fraunces', serif !important; */
    font-family: 'Josefin Sans', sans-serif;
    /* font-size: 1.375rem; */
    /* line-height: 1.15; */
    line-height: 20px;
    letter-spacing: -0.08px;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 1px;
    font-family: 'Roboto', sans-serif;
}

.current-price {
    /* color: #e63946; */
    color: #8b0c2c;
}

.original-price {
    text-decoration: line-through;
    /* color: #999; */
    color: black;
    margin-left: 5px;
    font-size: 14px;
}

.discount {
    /* background: #e63946; */
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
}


.Wishlist-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

.Wishlist-btn .fill {
    display: none;
}

.Wishlist-btn.active .fill {
    display: inline-block;
    animation: pop 0.3s ease-in-out;
}

.Wishlist-btn.active .out {
    display: none;
}

@keyframes pop {
    0% {
        transform: scale(0.6);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}


.cloth-color {
    width: 100%;
    margin-top: 10px;
}

.cloth-color ul {
    display: flex;
    /* gap: 10px; */
    list-style: none;
    padding: 0;
    margin: 0;
}

.cloth-color ul li {
    display: inline-block;
}

.color-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: transform 0.2s ease;
}

.color-label:hover {
    transform: scale(1.1);
}

.color-dot {
    width: 24px;
    height: 24px;
    /* border-radius: 50%; */
    border: 2px solid #dcdcdc;
    display: inline-block;
    transition: border 0.3s ease;
    border-radius: 5px;
}

/* Active state */
.color-dot.active {
    border: 2px solid #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}



.custom-navigation {
    /* border: none; */
    cursor: pointer;
    position: absolute;
    right: 0;
    transform: translate(-48px, -34px);
}



/* .product-card1{
    width: 330px;
} */

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 auto;
}

.category-tabs {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    padding-bottom: 10px;
    display: none;
}

.classic-button {
    background-color: transparent;
    border: 1.5px solid #333;
    /* Dark gray border */
    color: #333;
    /* Text color */
    padding: 13px 40px;
    font-size: 16px;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.classic-button a {
    text-decoration: none;
    list-style: none;
    color: #333;
    font-family: "Inter", sans-serif;
}

.classic-button:hover {
    background-color: #f0f0f0;
    /* Light gray hover background */
    border-color: #000;
    /* Darker border on hover */
}

.classic-button:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    /* Optional subtle focus ring */
}

.mobile-only {
    display: none;
}

.beach-category-tabs {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.beach-category-tabs span {
    margin: 0 15px;
    font-size: 16px;
    cursor: pointer;
    color: #444;
}

.beach-category-tabs .active {
    font-weight: bold;
    text-decoration: underline;
}

/* Swiper slide styling */
.beachwear-swiper .swiper-slide {
    width: auto;
    max-width: 200px;
    height: 300px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */

}

.beachwear-swiper {
    overflow: hidden;
    padding: 10px;
}

.beachwear-swiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

/* Button styling */
.beachwear-btn {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.beachwear-btn button {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    /* font-weight: bold; */
    transition: background 0.3s;

}

.beachwear-btn button a {
    text-decoration: none;
    list-style: none;
    font-family: "Inter", sans-serif;
    color: black;

}

.btn-con {
    /* width: 80%; */
    margin: 0 auto;
    /* margin-top: 40px; */
    text-align: center;

}

/* .beachwear-btn button a:hover {
    background: #000;
    color: #fff;
} */


/* join club  */


.join-club-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 20px;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    /* background-color: rebeccapurple; */
    /* min-width: 400px; */
}

.join-left {
    flex: 1;
    max-width: 600px;
    padding-left: 135px;
}

.join-left h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.join-left p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
}

.join-btn {
    background-color: #262626;
    color: white;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.benefits {
    /* display: flex;
  flex-wrap: wrap; */

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 45%;
    font-size: 14px;
    font-weight: bold;
}

.benefit-item img {
    width: 20px;
    height: 20px;
}

.join-right {
    flex: 1;
    text-align: right;
}

.join-right img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}


.cart-count {
    position: absolute;
    top: 22px;
    right: 3px;
    background: #2c2c2c;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    z-index: 1000;
}



.new-arrivals {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

.new-arrivals h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 16px;

}


.new-arrivals button {
    font-size: 14px;
    line-height: 21px;
    color: #42a2a2;
    border: none;
    background-color: transparent;
    margin-right: 10px;

}


.scroll-track {
    position: relative;
    height: 3px;
    background: #ccc;
    margin-top: 20px;
    border-radius: 3px;
    margin: 10px;
}

.scroll-thumb {
    width: 80px;
    height: 3px;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: left 0.3s ease;
    /* transition: background 0.3s; */
}


.top-swiper-button-left,
.top-swiper-button-right {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 28px;
    /* transform: translateY(-50%); */
    cursor: pointer;
    z-index: 10;
    /* color: #000; */
}

.top-swiper-button-left {
    left: 34%;
    /* Adjust as per your design */
    transform: rotate(180deg);
}

.top-swiper-button-right {
    right: 39%;
    /* Adjust as per your design */
}

.top-swiper-button-left svg,
.top-swiper-button-right svg {
    fill: #000000;
    /* Change color as needed */
    /* color: #000; */
    width: 10px;
    height: 10px;
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .search-feild input {
        width: 80%;

    }

    .top-swiper-button-left {
        left: 32px;

    }

    .top-swiper-button-right {
        right: 32px;
        /* Adjust as per your design */
    }

    .summer-edition-title {
        font-size: 2.5rem;
    }

    .summer-edition-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .category-tabs {
        /* flex-direction: column; */
        align-items: center;
    }
}


/* tablet screen  */

@media (max-width:1100px) {

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width:1024px) {


    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        /* width: 200px; */
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}






@media (max-width: 768px) {



    .category-tabs {
        /* align-items: center; */
        font-size: 10px;
    }

    .custom-navigation {
        display: none;
    }


    .navbar {
        display: none;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 20px;
    }

    .menu-toggle {
        display: block;
        font-size: 20px;
    }

    .navbar-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 10px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 29;
    }

    .nav-left,
    .nav-center,
    .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .search-icon {
        margin-left: 10px;
        font-size: 18px;
        cursor: pointer;
    }

    .logo {
        font-size: 22px;
        font-weight: bold;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .user-icon,
    .bag-icon {
        font-size: 18px;
        /* margin-left: 5px; */
        cursor: pointer;
        position: relative;
        stroke: black;
    }

    .cart-count {
        position: absolute;
        top: 22px;
        right: 3px;
        background: #2c2c2c;
        color: white;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        z-index: 1000;
    }

    /* SVG styling */
    .icon {
        width: 33px;
        height: 33px;
        color: inherit;
        stroke: #000;
    }

    .icon1 {
        width: 28px;
        height: 28px;
        color: inherit;
        /* stroke: #000; */
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .aside-bar {
        position: fixed;
        top: 0;
        left: -280px;
        /* Start off-screen */
        display: block;
        width: 280px;
        height: 100vh;
        background-color: #ffffff;
        padding: 20px;
        border-right: 1px solid #e0e0e0;
        overflow-y: auto;
        transition: all 0.4s ease;
        z-index: 99;
    }

    .aside-bar.active {

        left: 0;

    }



    .brand {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        justify-content: space-between;
    }

    .brand-icon {
        font-size: 24px;
        margin-right: 10px;
    }

    .brand-name {
        font-size: 20px;
        font-weight: bold;
    }

    .nav-section {
        margin-bottom: 25px;
    }

    .nav-title {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .nav-items {
        list-style: none;
        /* -webkit-backface-visibility: none; */
        -webkit-tap-highlight-color: transparent;
    }

    .nav-item {
        padding: 8px 0;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        cursor: pointer;

    }

    .nav-item:hover {
        /* color: #ff6b6b; */
    }

    .dropdown-icon {
        transition: transform 0.4s;
        float: right;
    }

    .dropdown-icon.rotate {
        transform: rotate(180deg);
    }

    .sub-items {
        list-style: none;
        padding-left: 15px;
        margin-top: 5px;
        display: none;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease;

    }

    .sub-items.show {
        display: block;
        max-height: 180px;
        opacity: 1;
        /* max-height: 100px;
     opacity: 1; 
         transition: color 0.2s ease; */
    }

    .sub-item {
        padding: 6px 0;
        color: #666;
    }

    .sub-item:hover {
        /* color: #ff6b6b; */
    }

    .account-section {
        margin-top: 30px;
        border-top: 1px solid #e0e0e0;
        padding-top: 20px;
    }

    .account-item {

        padding: 1px 1px;
        display: flex;
        align-items: center;
    }

    .account-item a {
        color: inherit;
        /* inherit from parent or set your custom color */
        text-decoration: none;
        /* remove underline if needed */
    }

    .account-item svg {
        margin-right: 10px;
        width: 18px;
        height: 18px;
        stroke: black;
    }

    .language-selector {
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
        font-size: 14px;
        color: #666;
    }

    /* .swiper.banner-swiper { */
    /* height: 660px; */
    /* } */


    /* .swiper-slide img {
        height: 100vh;

    } */

    .category-options ul li img {
        width: 130px;
        height: 150px;
        object-fit: cover;
    }

    .category-btn1 {
        position: relative;
        background-color: transparent;
        bottom: 0;
        margin-left: 0px;
        font-size: 10px;
    }

    .swiper-slide.product-card {
        height: 350px !important;
        width: 180px !important;
        margin-right: 5px !important;
        -webkit-text-stroke-color: none;
    }

    .swiper-slide.product-card img {
        width: 190px;
        height: 280px;
        object-fit: cover;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);

        min-width: 350px;
    }

    .product-card {
        width: 100% !important;
        /* width: 165px !important; */
        /* height: 325px ! important; */
        /* margin: 0 6px; */
        margin: 0 auto;
    }

    .container {
        padding: 0 10px;
    }

    .product-title {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .product-price {
        font-size: 18px;
    }


    .join-club-section {
        flex-direction: column;
        /* text-align: center; */
    }

    .join-left {
        padding-left: 0px;
    }

    .join-right {
        text-align: center;
    }

    .benefits {
        /* justify-content: center; */
    }

    .benefit-item {
        flex: 0 0 100%;
        justify-content: center;
    }





}


@media (min-width:390px) {

    .product-grid {
        /* margin: 0 15px; */
    }
}


/* Show swiper only on mobile */
@media (max-width: 768px) {

    .summer-swiper {
        padding: 10px 15px;
        overflow: hidden;

    }

    .summer-swiper .swiper-slide {
        text-align: center;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        position: relative;
        width: 270px !important;
    }



    .summer-swiper img {
        width: 100%;
        height: 400px !important;
        object-fit: cover;
        border-radius: 6px;
    }

    .summer-head-mob {
        /* padding: 10px !important; */
        padding-bottom: 20px;
    }


    .edition-btn {
        /* font-size: 14px; */
        /* font-weight: bold; */

        /* margin-top: 5px; */
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    /* .summer-swiper {
        width: 100%;
        padding: 0 15px;
    }

    .summer-swiper .swiper-slide {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        height: auto;
    }

    .summer-swiper .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 8px;
    } */

    .edition-btn {
        position: absolute;
        bottom: -25px;
        left: 10px;
        background: rgba(255, 255, 255, 0.8);
        padding: 6px 12px;
        font-size: 14px;
        /* font-weight: bold; */
        border-radius: 4px;
    }

    /* Hide original flex layout on mobile */
    .summer-images {
        display: none;
    }
}





.champion-footer {
    /* background-color: #f5f5f5; */
    /* background-color: var(--main-color); */
    /* color: #333; */
    /* background-color: #000; */
    /* background-color:#8b0c2c; */
    /* background-color: #31010e; */
    background-color: #652527;
    color: white;
    padding: 40px 20px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;

}

.footer-container {
    /* max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 45px; */

    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;

}

.cta-section {
    display: none;
}

.footer-column.newsletter-column {
    /* margin-bottom: 20px; */
    /* width: 350px; */
    display: block;
}

@media (max-width:768px) {

    .footer-column.newsletter-column {
        /* display: none; */
    }

    .cta-section {
        display: block;
    }
}

.footer-column {
    padding: 10px;
}


.footer-column::before {
    content: " ";
    /* position: absolute; */
    /* padding: 10px; */
    display: block;
    height: 10px;
    /* width: 100px; */
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    border-left: 1px solid rgba(255, 255, 255, 0.19);
    border-right: 1px solid rgba(255, 255, 255, 0.19);
    box-sizing: border-box;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul .footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    /* color: #333; */
    color: white;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
}

.newsletter-form input[type="email"] {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.newsletter-form button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 15px;
}

.newsletter-form p {
    font-size: 12px;
    margin-bottom: 15px;
}

.copyright {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.buy-now {
    display: inline-block;
    padding: 12px 24px;
    background-color: transparent;
    color: #7b0f25;
    border: 1px solid #7b0f25;
    border-radius: 25px;
    /* font-family: 'GTStandard', sans-serif; */
    font-family: 'Fraunces', serif !important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px auto;
    width: auto;
    /* max-width: 200px; */

    /* margin-left: 230px; */
}

.buy-now:hover {
    color: white;
    background-color: #7b0f25;
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px;
    }

    .newsletter-column {
        grid-column: 1 / -1;
    }


    .footer-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        /* padding-top: 0; */
        padding: 0 0 0;
    }

    .footer-toggle {
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }

    .footer-column ul {
        padding-bottom: 40px;
    }

    .footer-toggle::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        line-height: 1;
    }

    .footer-toggle.active::after {
        content: "−";
    }

    .footer-toggle.active+.footer-content {
        /* padding-top: 10px; */
        padding: 10px 0 0;
    }

    .champion-footer {

        padding: 41px 20px 85px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}



.summer-section {
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.summer-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.summer-section p {
    font-size: 14px;
    color: #444;
    margin-bottom: 30px;
}

.summer-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}

.summer-images img {
    width: 100%;
    max-width: 475px;
    /* height: auto; */
    height: 700px;
    object-fit: cover;
    position: relative;
    /* border-radius: 4px; */
}

.edition-btn {

    background-color: #fff;
    padding: 6px 8px;
    color: #000;
    display: flex;
    font-size: 12px;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    position: absolute;
    /* left: 1rem; */
    margin-left: 15px;
    /* bottom: -12rem; */
    padding: 6px 16px;
    opacity: 1;
    font-size: 16px;
    justify-content: center;
    box-sizing: border-box;
    min-width: 90px;
    cursor: pointer;
    transform: translate(-2px, -45px);
}



/* Bottom Bar Styles */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    z-index: 999;
    border-top: 1px solid #f0f0f0;
}

.bottom-bar-item {
    flex: 1;
    text-align: center;
}

.bottom-bar-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
}

.bottom-bar-item i {
    font-size: 20px;
    margin-bottom: 3px;
}

.bottom-bar-item .cart-count,
.bottom-bar-item .wishlist-count {
    position: absolute;
    top: -5px;
    right: 25%;
    background: #e2e2e2;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-bar-item.active a,
.bottom-bar-item a:hover {
    color: #000000;
}

/* Adjust content padding to prevent bottom bar overlap */
body {
    padding-bottom: 70px;
}

/* Hide on desktop if needed */
@media (min-width: 992px) {
    .bottom-bar {
        display: none;
    }

    body {
        padding-bottom: 0;
    }
}




.cta-section {
    /* background-color: #f8f8f8; */
    padding: 40px 20px;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.cta-container {
    max-width: 600px;
    margin: 0 auto;
}

.cta-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: black;
    font-family: 'Gambetta', sans-serif;
}

.cta-subtext {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    gap: 10px;
}

.cta-input {
    flex: 1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    min-width: 0;
    /* Fixes flexbox overflow in some browsers */
}

.cta-button {
    background-color: #000;
    color: white;
    border: none;
    padding: 0 25px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cta-button:hover {
    background-color: #333;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .cta-heading {
        font-size: 2rem;
    }

    .cta-form {
        flex-direction: column;
    }

    .cta-button {
        padding: 15px;
        width: 100%;
    }
}

/* Previous styles remain the same */
.cta-form {
    max-width: 400px;
    margin: 0 auto;
}

.input-wrapper {
    position: relative;
    display: flex;
}

.cta-input {
    width: 100%;
    padding: 15px 50px 15px 15px;
    /* Extra padding on right for icon */
    border: 1px solid #ddd;
    border-radius: 40px;
    font-size: 1rem;
}

.submit-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-icon svg {
    width: 20px;
    height: 20px;
}

.submit-icon:hover {
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .cta-input {
        padding: 15px 45px 15px 15px;
    }
}



/* Outer Bar */
.announcement-bar {
    background: transparent;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    /* padding: 12px 0; */
    position: relative;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    /* for click stop/start */
}

/* Ticker Wrapper */
.announcement-wrapper {
    display: flex;
    width: max-content;
    animation: ticker 35s linear infinite;
    /* slow scroll */
}

/* Each Slide */
.announcement-slide {
    display: inline-block;
    /* margin: 0 50px; */
    margin: 0px 10px;
    font-weight: 400;
    font-family: monospace;
    font-size: 16px;
}

/* Infinite Scroll Animation */
@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

    /* half content width, loop */
}

/* Stop Animation */
.paused {
    animation-play-state: paused !important;
}



/* show diffrent image when hover */

.product-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-link .product-img {
    width: 100%;
    display: block;
    /* transition: opacity 0.4s ease; */
}

.product-link .back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* hidden by default */
}

.product-link:hover .front {
    opacity: 0;
    /* hide first image */
}

.product-link:hover .back {
    opacity: 1;
    /* show second image */
}



/* banner style  */
/* Desktop */
@media (min-width: 1024px) {
    .swiper.banner-swiper {
        /* height: 70vh; Swiper container height */
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%; /* fill Swiper container */
        object-fit: cover; /* crop without stretching */
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .swiper.banner-swiper {
        /* height: 50vh; */
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .swiper.banner-swiper {
        height: auto; /* container adjusts to image height */
    }

    .swiper-slide img {
        width: 100%;
        height: auto; /* maintain aspect ratio */
        object-fit: cover;
    }
}


.quote-banner-container {
    width: 100%;
    overflow: hidden;
}

.quote-banner-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
    .quote-banner-container img {
        width: 100%;
        height: auto;
    }
}






.show-all-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 0 10px; */
}

@media (max-width:768px) {
    .show-all-products {
        grid-template-columns: repeat(2, 1fr);
        max-width: 370px;
        margin: 0 auto;
    }
}