body {
  margin: 0;
  font-family: Arial, sans-serif;
}


/* SIDEBAR */
.aykaa-menu {
    position: fixed;
    left: -100%;
    width: 85%;
    top: 120px;              /* 👈 header ke niche */
    height: calc(100% - 120px);
    background: #f5efec;
    z-index: 999999;
    padding: 20px;
    transition: 0.35s ease;
    overflow-y: auto;
}

/* CLOSE */
.aykaa-top {
    font-size: 22px;
    margin-bottom: 25px;
}

/* LINKS */
.aykaa-menu a,
.aykaa-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #e4dcd7;
    cursor: pointer;
}

/* SUB MENU */
.aykaa-sub {
    display: none;
    padding-left: 15px;
}

.aykaa-sub a {
    font-size: 14px;
    color: #555;
    border-bottom: none;
}

/* BOTTOM */
.aykaa-bottom {
    margin-top: 40px;
    font-size: 14px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100000;
}

.header-right {
    flex-shrink: 0;
}


.header-left {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-shrink: 0;
}

/* SEARCH POPUP POSITION */
#searchPopup {
    position: absolute;
    top: 42px;   /* 🔍 ke niche */
    left: 0;
}


/* MOBILE ONLY */
@media(max-width:768px){
    .header-menu {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }
}



@media (max-width:768px) {

    .header-top {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

    .header-left {
        justify-content: flex-start;
    }

    .header-logo {
        text-align: center;
    }

    .header-right {
        justify-content: flex-end;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .header-top {
        padding: 14px 20px;
    }

    .header-menu {
        flex-wrap: wrap;
        gap: 18px;
    }

    .header-logo {
        font-size: 28px;
    }
}



 
  

  

/* watch and buy */
.watch-buy-section {
    padding: 80px 0;
    background: #fff;
}

.watch-buy-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 32px;
    font-family: serif;
}

.view-all {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}

/* SLIDER */
.watch-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

/* CARD */
.watch-card {
    min-width: 260px;
    border-radius: 14px;
    overflow: hidden;
    background: #f9f9f9;
    scroll-snap-align: start;
}

/* VIDEO */
.watch-card video {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* PRODUCT INFO */
.product-info {
    background: #fff;
    padding: 10px;
    text-align: left;
}

.product-info h4 {
    font-size: 14px;
    margin-bottom: 4px;
}

.product-info p {
    font-size: 14px;
    font-weight: 600;
}






/* chanderi slider */

/* CHANDERI SECTION */
.chanderi-section {
    background: #f6e8df;
    padding: 80px 0 60px;
    overflow: hidden;
}

/* TEXT */
.chanderi-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.chanderi-content h2 {
    font-size: 42px;
    font-family: serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.chanderi-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
}

.shop-btn {
    background: #333;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

/* SLIDER */
.chanderi-slider {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: calc(250px * 12);
    animation: scroll 16s linear infinite;
}

.slider-track img {
    width: 250px;
    height: 380px;
    object-fit: cover;
    margin-right: 25px;
    border-radius: 6px;
}


/* ANIMATION */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

   /* testimonial */
.testimonial-section {
    background: #fdf7f1;
    padding: 90px 0;
    overflow: hidden;
}

.testimonial-wrapper {
    max-width: 1200px;
    margin: auto;
}

.testimonial-track {
    display: flex;
    gap: 60px;
    animation: slideTestimonials 18s linear infinite;
}

.testimonial-item {
    min-width: 260px;
    text-align: center;
    position: relative;
}

.testimonial-item img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

/* BACKGROUND CARD */
.testimonial-card {
    background: #fff;
    padding: 90px 20px 30px;
    margin-top: -80px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.testimonial-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* SLIDE ANIMATION */
@keyframes slideTestimonials {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


  /* festive section */

 .festive-section {
    background: #f4e9e2;
    padding: 70px 0;
}

/* WRAPPER */
.festive-wrapper {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 80px;
    padding-left: 60px;
}

/* LEFT WHITE CARD */
.festive-content {
    background: #fff;
    padding: 50px 55px;
    max-width: 420px;      /* 🔥 card patla */
    height: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06); /* 🔥 halka touch */
    position: relative;
    z-index: 2;
}

/* SMALL TITLE */
.small-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    display: block;
    margin-bottom: 18px;
}

/* HEADING */
.festive-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 40px;       /* 🔥 same as image */
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #000;
}

/* PARAGRAPH */
.festive-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 28px;
    max-width: 320px;
}

/* BUTTON */
.festive-btn {
    display: inline-block;
    background: #2f2f2f;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
}

/* RIGHT IMAGE */
.festive-image img {
    width: 100%;
    max-width: 860px;
    height: auto;
    display: block;
}

 

       /* Footer Sectionnn */

       .aykaa-footer {
    background: #f6ede8;
    position: relative;
    overflow: hidden;
}

/* CONTENT */
.footer-content {
    max-width: 1400px;
    margin: auto;
    padding: 70px 60px 120px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* HEADINGS */
.footer-col h4 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin-bottom: 25px;
}

/* TEXT */
.footer-col p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
}

.footer-note {
    margin-top: 20px;
    font-weight: 500;
}

/* LINKS */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 14px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

/* SOCIAL */
.social-icons {
    margin-top: 25px;
}

.social-icons a {
    margin-right: 15px;
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

/* NEWSLETTER */
.newsletter input {
    width: 100%;
    padding: 14px;
    border: none;
    margin: 20px 0;
    font-size: 15px;
}

.newsletter button {
    background: #3b3b3b;
    color: #fff;
    border: none;
    padding: 14px 28px;
    cursor: pointer;
}



/* ILLUSTRATION BACKGROUND */
.footer-illustration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    /* background: url("/assets/images/chanderi/footer.png") no-repeat center bottom; */
    background-size: cover;
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-content {
        grid-template-columns: 1fr;
        padding: 50px 25px 100px;
    }
}



   /* collection css */

.collection-page {
    padding: 40px;
}

/* TOP BAR */
.collection-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.collection-top-bar select {
    border: none;
    outline: none;
    font-size: 14px;
}

/* GRID */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* PRODUCT CARD */
.product-card {
    cursor: pointer;
}

.product-image {
    position: relative;
}

.product-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* BADGE */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #6b7b3c;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

/* WISHLIST */
.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 14px;
}

/* INFO */
.product-info {
    margin-top: 10px;
}

.product-name {
    font-size: 14px;
    margin-bottom: 4px;
}

.product-price {
    font-weight: 600;
    font-size: 14px;
}


  /* new launches products */

  .page-banner {
    background: #f6ebe4;
    border-top: 6px solid #8b1d2c;
    text-align: center;
    padding: 48px 0;
}

.page-banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    letter-spacing: 2px;
}

.container {
    width: 88%;
    margin: auto;
}

.sort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-size: 14px;
}

.sort-bar select {
    padding: 6px 10px;
    border: 1px solid #c7c7c7;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 38px;
    padding: 35px 0;
}

.product-card {
    background: white;
    border: 1px solid #eee;
    padding: 14px;
    position: relative;
    transition: .3s;
    text-align: center;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.product-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .3s;
}

.product-card:hover .product-img {
    transform: scale(1.07);
}

.title {
    margin-top: 14px;
    font-size: 14px;
}

.price-box {
    margin: 6px 0 10px;
    font-size: 14px;
}

.price-box .old {
    text-decoration: line-through;
    opacity: .6;
    margin-right: 8px;
}

.price-box .new {
    color: #8b1d2c;
    font-weight: bold;
}

.btn-cart {
    width: 100%;
    border: none;
    background: #8b1d2c;
    color: white;
    padding: 9px;
    font-size: 13px;
    cursor: pointer;
}

.btn-cart:hover {
    background: #6d1423;
}

.wish-form {
    position: absolute;
    right: 14px;
    top: 14px;
}

.wish-btn {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}
.wish-btn:hover {
    color: #8b1d2c;
}

.pagination-wrap {
    text-align: center;
    margin: 35px 0;
}

@media(max-width:768px){
    .product-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
}



/* OVERLAY */
.cart-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.4);
    opacity:0;
    pointer-events:none;
    transition:0.3s;
    z-index:999;
}

/* DRAWER */
.cart-drawer{
    position:fixed;
    top:0;
    right:-420px;
    width:380px;
    height:100%;
    background:#fff;
    box-shadow:-4px 0 20px rgba(0,0,0,0.15);
    transition:0.3s;
    z-index:1000;
    display:flex;
    flex-direction:column;
}

/* ACTIVE */
.cart-drawer.active{ right:0; }
.cart-overlay.active{
    opacity:1;
    pointer-events:auto;
}

/* HEADER */
.cart-header{
    padding:16px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.cart-header h3{ font-size:18px; }
.cart-header button{
    background:none;
    border:none;
    font-size:20px;
    cursor:pointer;
}

/* CONTENT */
.cart-content{
    flex:1;
    overflow:auto;
    padding:16px;
}

/* ITEM */
.cart-item{
    display:flex;
    gap:12px;
    margin-bottom:16px;
}
.cart-item img{
    width:70px;
    height:90px;
    border-radius:6px;
    object-fit:cover;
}
.cart-item h4{
    font-size:14px;
    margin-bottom:4px;
}
.cart-meta{
    font-size:12px;
    color:#666;
}
.qty-row{
    display:flex;
    gap:8px;
    align-items:center;
    margin-top:6px;
}
.qty-row button{
    width:26px;
    height:26px;
    border:none;
    background:#eee;
    cursor:pointer;
}

/* FOOTER */
.cart-footer{
    border-top:1px solid #eee;
    padding:16px;
}
.cart-total{
    display:flex;
    justify-content:space-between;
    font-size:16px;
    margin-bottom:12px;
}
.cart-checkout-btn{
    display:block;
    text-align:center;
    background:#000;
    color:#fff;
    padding:14px;
    border-radius:8px;
    text-decoration:none;
}

/* MOBILE */
@media(max-width:600px){
    .cart-drawer{ width:100%; }
}




/* ===== GLOBAL LAYOUT SAFETY NET (PERMANENT FIX) ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;        /* stops horizontal jump */
}

*, *::before, *::after {
  box-sizing: border-box;   /* prevents width overflow */
}

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;          /* media overflow fix */
}

