/* Ayha Homepage — Flipkart-style layout */
.ayha-fk-home{background:#f1f2f4;padding-bottom:24px}

/* Homepage header overrides */
.home .ayha-header-main{background:var(--ayha-primary);border-bottom:none}
.home .ayha-header-inner{padding:12px 0;gap:12px}
.home .ayha-text-logo{color:var(--ayha-secondary);font-size:1.5rem}
.home .ayha-logo img,.home .custom-logo{filter:none}
.home .ayha-header-search.ayha-search-desktop{display:flex!important;flex:1;max-width:720px}
.home .ayha-search-form{background:#fff;border:none;border-radius:2px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.08);width:100%}
.home .ayha-search-input{padding:12px 16px;font-size:14px}
.home .ayha-search-submit{padding:0 16px;background:var(--ayha-secondary);color:var(--ayha-primary)}
.home .ayha-header-actions a,.home .ayha-header-actions button{color:#fff}
.home .ayha-menu-toggle span{background:#fff}
.home .ayha-nav-desktop{display:none!important}

/* Category strip */
.ayha-fk-catstrip{background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:var(--ayha-header-height,58px);z-index:900;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.home .ayha-header-sticky.ayha-header{position:sticky;top:0;z-index:1000}
.ayha-fk-catstrip-inner{display:flex;gap:4px;overflow-x:auto;padding:12px 8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.ayha-fk-catstrip-inner::-webkit-scrollbar{display:none}
.ayha-fk-cat-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;padding:4px 14px 8px;text-align:center;min-width:76px;border-bottom:3px solid transparent;transition:border-color .2s,color .2s}
.ayha-fk-cat-item:hover,.ayha-fk-cat-item.is-active{border-bottom-color:var(--ayha-secondary);color:var(--ayha-primary)}
.ayha-fk-cat-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;overflow:hidden}
.ayha-fk-cat-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.ayha-fk-cat-icon svg{width:24px;height:24px;color:var(--ayha-highlight)}
.ayha-fk-cat-item.is-active .ayha-fk-cat-icon{background:var(--ayha-accent)}
.ayha-fk-cat-label{font-size:12px;font-weight:500;color:#212121;line-height:1.2;white-space:nowrap}

/* Hero carousel */
.ayha-fk-hero{padding:16px 0 8px;background:#f1f2f4}
.ayha-fk-hero-wrap{position:relative}
.ayha-fk-hero-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}
.ayha-fk-hero-track::-webkit-scrollbar{display:none}
.ayha-fk-hero-slide{flex:0 0 100%;scroll-snap-align:start;min-height:200px;border-radius:4px;overflow:hidden;display:flex;align-items:flex-end;background:linear-gradient(135deg,var(--ayha-accent),#e8dfd0);background-size:cover;background-position:center;position:relative;text-decoration:none;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.ayha-fk-hero-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.15) 60%,transparent 100%)}
.ayha-fk-slide-1{background-color:var(--ayha-accent)}
.ayha-fk-slide-2{background:linear-gradient(135deg,#1a1a1a,#333)}
.ayha-fk-slide-3{background:linear-gradient(135deg,var(--ayha-secondary),#b8941f);color:var(--ayha-primary)}
.ayha-fk-slide-3::before{background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}
.ayha-fk-slide-3 .ayha-fk-hero-slide-content{color:var(--ayha-primary)}
.ayha-fk-hero-slide-content{position:relative;z-index:1;padding:24px;max-width:80%}
.ayha-fk-hero-slide-content h2{font-size:clamp(1.25rem,4vw,1.75rem);margin:0 0 8px;font-family:var(--ayha-font-body);font-weight:700;color:inherit}
.ayha-fk-hero-slide-content p{font-size:14px;margin:0 0 12px;opacity:.9;color:inherit}
.ayha-fk-hero-cta{display:inline-block;background:var(--ayha-secondary);color:var(--ayha-primary);padding:8px 16px;font-size:13px;font-weight:600;border-radius:2px}
.ayha-fk-hero-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}
.ayha-fk-hero-dots button{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0;transition:background .2s,transform .2s}
.ayha-fk-hero-dots button.is-active{background:var(--ayha-secondary);transform:scale(1.2)}

/* Product rows */
.ayha-fk-row{margin:12px 16px;border-radius:4px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.ayha-fk-row-gold{background:linear-gradient(180deg,#fff9e0 0%,#fff3c4 100%)}
.ayha-fk-row-white{background:#fff}
.ayha-fk-row-grey{background:#fff}
.ayha-fk-row-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 10px}
.ayha-fk-row-header h2{font-size:18px;font-weight:600;margin:0;font-family:var(--ayha-font-body);color:#212121}
.ayha-fk-row-header a{font-size:13px;font-weight:600;color:var(--ayha-primary);text-decoration:none;padding:6px 12px;background:#fff;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.ayha-fk-row-gold .ayha-fk-row-header a{background:rgba(255,255,255,.8)}
.ayha-fk-products{display:flex;gap:12px;overflow-x:auto;padding:0 16px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.ayha-fk-products::-webkit-scrollbar{display:none}
.ayha-fk-card{flex:0 0 150px;scroll-snap-align:start;background:#fff;border-radius:4px;padding:12px;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}
.ayha-fk-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}
.ayha-fk-card-image{display:block;position:relative;aspect-ratio:3/4;background:#f8f8f8;border-radius:4px;overflow:hidden;margin-bottom:10px}
.ayha-fk-card-image img{width:100%;height:100%;object-fit:cover}
.ayha-fk-card-off{position:absolute;top:8px;left:8px;background:#388e3c;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:2px}
.ayha-fk-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;font-weight:500;color:#212121;line-height:1.35;margin-bottom:6px;text-decoration:none}
.ayha-fk-card-title:hover{color:var(--ayha-secondary)}
.ayha-fk-card-price{font-size:14px;font-weight:700;color:#212121}
.ayha-fk-card-price del{font-size:12px;color:#878787;font-weight:400;margin-right:4px}

/* Promo banners inside FK home */
.ayha-fk-home .ayha-banners-section{padding:16px 0;background:transparent}
.ayha-fk-home .ayha-banners-section .ayha-container{padding:0 16px}
.ayha-fk-home .ayha-banners-grid{gap:12px}
.ayha-fk-home .ayha-banner-card{border-radius:4px;min-height:160px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.ayha-fk-home .ayha-offers-section,.ayha-fk-home .ayha-newsletter-section{margin:12px 16px;border-radius:4px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.ayha-fk-home .ayha-offer-banner{border-radius:4px}
.ayha-fk-home .ayha-newsletter-section .ayha-container{padding:0}

/* Desktop */
@media(min-width:768px){
.ayha-fk-home{padding-bottom:40px}
.ayha-fk-catstrip-inner{justify-content:center;flex-wrap:wrap;overflow-x:visible;padding:16px}
.ayha-fk-cat-item{min-width:90px}
.ayha-fk-hero-slide{flex:0 0 calc(33.333% - 11px);min-height:240px}
.ayha-fk-hero-track{overflow-x:visible;flex-wrap:nowrap}
.ayha-fk-row{margin:16px auto;max-width:1320px}
.ayha-fk-products{flex-wrap:wrap;overflow-x:visible}
.ayha-fk-card{flex:0 0 calc(20% - 10px)}
.ayha-fk-home .ayha-banners-section .ayha-container{max-width:1320px;margin:0 auto;padding:0 20px}
.ayha-fk-home .ayha-offers-section,.ayha-fk-home .ayha-newsletter-section{max-width:1320px;margin:16px auto}
.home .ayha-nav-desktop{display:none!important}
}

@media(max-width:767px){
.home .ayha-header-search.ayha-search-desktop{display:none!important}
.home .ayha-mobile-search{background:var(--ayha-primary);padding:0 0 12px;border-bottom:none}
.home .ayha-mobile-search:not([hidden]){display:block}
.ayha-fk-catstrip{top:0}
.ayha-fk-hero-slide{min-height:180px}
.ayha-fk-card{flex:0 0 42vw;max-width:42vw}
.ayha-fk-row{margin:10px 12px}
.ayha-fk-row-header h2{font-size:16px}
}
