/*
Theme Name: Mukaish Work Specialist
Theme URI:  https://example.com/mukaish-work-specialist
Author:      sahil tech
Author URI:  https://example.com
Description: Lightweight WooCommerce-ready theme styled for hand-embroidered fashion stores.
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mukaish-work-specialist
Tags:        e-commerce, woo-commerce, fashion, responsive, custom
*/
:root{
  --accent: #FFEE8C; /* soft gold */
  --black: #111111;
  --muted: #666666;
}
body{font-family: 'Poppins', sans-serif;margin:0;color:var(--black);background:#fff}
.site-header{border-bottom:1px solid #f0f0f0;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}
.site-branding .site-title{font-family:'Lora', serif;font-size:22px;margin:0}
.site-nav{display:flex;gap:16px}
.site-search input{padding:8px 10px;border:1px solid #eee;border-radius:4px}
.hero{width:100%;height:420px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.hero .cta{background:rgba(255,255,255,0.85);padding:16px 20px;border-radius:8px}
.container{max-width:1180px;margin:24px auto;padding:0 16px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{border:1px solid #f3f3f3;padding:12px;background:#fff}
.product-card img{width:100%;height:320px;object-fit:cover}
.product-card .title{font-weight:600;margin:8px 0}
.product-card .price{color:var(--accent);font-weight:700}
@media(max-width:992px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero{height:260px}}
@media(max-width:560px){.product-grid{grid-template-columns:1fr}}
/* WooCommerce small tweaks */
.woocommerce div.product .product_title{font-size:22px;font-weight:700}
.woocommerce .price{font-size:18px}
.woocommerce .woocommerce-product-gallery{display:flex;gap:12px}

/* 🔹 Top Black Bar */
.top-bar {
  background: #FFEE8C;
  color: #111;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* 🔹 Main Header */
.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10x 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

/* 🔹 Menu */
.main-menu ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.main-menu a:hover {
  color: #d33;
}

/* 🔹 Icons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  color: #000;
}

.currency {
  font-size: 14px;
}

.fa {
  cursor: pointer;
}

.search-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.search-box form {
  width: 90%;
  max-width: 400px;
}

.search-box input[type="search"] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
}

.close-search {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 30px;
  cursor: pointer;
}

/* 🔹 Header Layout */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Logo */
.main-header .logo img {
  height: 60px;
  width: auto;
  transition: transform 0.3s ease;
}
.main-header .logo img:hover {
  transform: scale(1.05);
}

/* Header Icons (search, cart, etc.) */
.header-icons {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-icons i {
  font-size: 22px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}
.header-icons i:hover {
  color: #b88e2f;
}

/* Navbar Menu */
nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
nav ul li a:hover {
  color: #b88e2f;
}


/* 🔹 Responsive (Mobile View)W */ 
@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    padding: 17px;
	  margin-top:-10px;

  }
  .logo img {
    height: 50px;
  }
  nav ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .header-icons {
    margin-top: 10px;
    gap: 18px;
  }
}
/* Mobile Hamburger Icon */
.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 26px;
  color: #333;
}

/* Mobile menu hidden by default */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
  nav ul {
    display: none;
    flex-direction: column;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }
  nav ul.show {
    display: flex;
  }
}



/* ✅ Default Header Layout */
.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1000;
}

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

.main-menu .menu {
  display: flex;
  gap: 20px;
  list-style: none;
}

/* ✅ Mobile Responsive Styles */
@media (max-width: 768px) {
  .main-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 15px 0;
  }

  .main-menu.active {
    display: flex;
  }

  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    margin-left: auto;
  }

  .header-inner {
    position: relative;
  }
}

/* ✅ Desktop View */
@media (min-width: 769px) {
  .mobile-menu-toggle {
    display: none;
  }

  .main-menu {
    display: block !important;
  }
}
/* --- Mobile Menu Overlay & Animation --- */
@media (max-width: 768px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    padding: 80px 20px;
    transition: left 0.3s ease;
    z-index: 9999;
  }

  .main-menu.active {
    left: 0;
  }

  .menu a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    color: #333;
  }

  /* Blur background when menu open */
  body.menu-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);
    z-index: 999;
  }

  .mobile-menu-toggle {
    display: block;
    z-index: 10000;
    cursor: pointer;
  }
}
/* 🔹 Mobile header adjustments */
@media (max-width: 768px) {
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	  
  }

  /* Logo center me working */
  .logo {
    position: absolute;
    left: 85%;
	   bottom: -35%;
	  font-size:20px;
    transform: translateX(-50%);
  }

  /* Menu icon left me */
  .mobile-menu-toggle {
    position: absolute;
    left: 15px;
    font-size: 30px;
    cursor: pointer;
	  
  }



  /* Desktop menu hide */
  .main-menu {
    display: none;
  }
}
.top-bar {
  background-color: #fceba6; /* same yellow */
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}

.main-header {
  margin-top: 0px;
	 margin-bottom: 0px;
	
}
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 600px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

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



/* Arrows */
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  padding: 0 30px;
  z-index: 10;
}


/* ✅ Banner responsive fix */

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



/* ✅ General mobile fix */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
	  padding-top:82px;
  }
  .banner {
    padding:0;
    margin:0;
	
	  
  }
  img {
    max-width: 100%;
    height: auto;
	 
  }

.slider img, .slide img {
  width: 100%;
  height: 70%;
  object-fit: cover;

	
}
	/* Arrows */
.controls {
  position: absolute;
  top: 12%;
	  left: -5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0 30px;
  z-index: 10;
}

}





.shop-by-category {
  text-align: center;
  padding: 20px 0;
  background: #FFFFFF;
	
}

.category-heading {
 
	
	font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
	color: #5a2e1b;
}

/* Slider container */
.category-slider {
  display: flex;
  overflow: hidden;
  gap: 10px;
  scroll-behavior: smooth;
  padding: 0 10px;
}

/* Each card */
.category-card {
  min-width: 240px;
  background:#FFFFFF;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.category-card:hover {
  transform: scale(1.05);
}

.category-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0px;
}

.category-card h3 {
  font-size: 16px;
  font-weight: 1000;
  margin: 10px 0;
  color: #222;
	font-family:'Montserrat' , sans-serif;
	  
}
.category-card a {
  text-decoration: none !important;
}


/* Mobile optimization */
@media (max-width: 768px) {
  .category-card {
    min-width: 50px;
  }
  .category-card img {
    height: 200px;
  }
	.shop-by-category {
  text-align: center;
  padding: 10px 0;
  background: #FFFFFF;
	margin-top:-160px;
}

	.category-heading {
 
	
	font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
	color: #5a2e1b;	
		
}
.category-card h3 {
  font-size: 12px;
  font-weight: 1000;
  margin: 3px 0;
  color: #222;

}


}




/* 🛍️ Infinite Product Slider */
.latest-products {
  background:#FFFFFF;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}


	
	
.latest-products .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #5a2e1b;
  margin-bottom: 30px;
}

.product-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.product-item {
  flex: 0 0 220px;
  background: #FFFFFF;
  border-radius: 0px;
  text-align: left;
  transition: transform 0.3s;
}

.product-item a {
	text-decoration: none !important;
}


.product-item:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
	
}

.product-info {
  padding: 5px 12px;
	
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 5px 0;
	 text-align: center;
  line-height: 1.3;
  min-height: 20px;
  overflow: hidden;
}

.price {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
	 text-align: center;
	margin-left:14px;
}



/* Arrows */
.prod-btn {
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 5;
}

.prod-btn.left { left: 10px; }
.prod-btn.right { right: 10px; }

.prod-btn:hover {
  background: rgba(0,0,0,0.8);
}

/* Hide scrollbar */
.product-slider::-webkit-scrollbar {
  display: none;
}


/* Continuous scroll animation */
@keyframes scrollProducts {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Duplicate content for seamless loop */
.product-slider::after {
  content: '';
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .product-item {
    flex: 0 0 180px;
  }
  .product-image {
    height: 270px;
  }
  .product-title {
    font-size: 12px;
  }
  .price {
    font-size: 14px;
	 
  }
	.latest-products .section-title {
  font-size: 22px;
  font-weight: 700;
  color: #5a2e1b;
  margin-bottom: 30px;
}
	.price {
  font-size: 12px;
  font-weight: 700;
    color: #000000;
		
}
	/* Arrows */
.prod-btn {
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 1px 1px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 5;
}

.prod-btn.left { left: 1px; }
.prod-btn.right { right: 1px; }

.prod-btn:hover {
  background: rgba(0,0,0,0.8);
}

	
}



.popular-products {
  text-align: center;
  padding: 40px 15px;
  background:#FFFFFF;
}


.section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
	color: #5a2e1b;
}

.section-subtitle {
  font-size: 15px;
  color: #444;
  margin-bottom: 25px;
  font-style: italic;
}

/* Grid Layout */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background:#FFFFFF ;
  border-radius: 0px;
  padding: 0px;
  transition: transform 0.3s ease;
	box-shadow: none !important;
    border: none !important;

}


.product-card a {
  text-decoration: none !important;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0px;
}

.product-card h3 {
  font-size: 14px;
  margin: 5px 0 5px;
  color: #000;
  height: 40px;
  overflow: hidden;
}

.product-card .price {
  color:#000000;
  font-weight: 600;
  font-size: 15px;


}

/* ✅ Mobile responsive grid fix */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 products per row */
    gap: 10px;
  

	
  }

  .product-card img {
    height: 270px;
	  
	 
  }

  .product-card h3 {
    font-size: 12px;
    height: auto;
  }

  .product-card .price {
    font-size: 13px;
  }
	 .product-card  {
		margin-bottom:10px;
}
	}


.custom-footer {
  background: #242326;
  color: #d1d1d1;
  padding: 60px 20px 40px;
  font-family: red serifs;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.footer-col h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #bdbdbd;
}

.footer-col ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #d1d1d1;
  text-decoration: none;
  font-size: 15px;
}

.footer-social a {
  margin-right: 15px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.newsletter-box {
  margin-top: 15px;
}

.newsletter-box input {
  width: 100%;
  padding: 12px;
  border: 1px solid #555;
  background: transparent;
  color: #fff;
  margin-bottom: 10px;
}

.newsletter-box button {
  background: #e66775;
  color: #fff;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  font-weight: bold;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #9c9c9c;
  border-top: 1px solid #444;
  padding-top: 20px;
}



@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
	
	
.site-footer img {
	
width: 20%;
  height: 20%;
	 gap: 30px;
}

	
	
}


/* Mobile ke liye fixed header */
@media (max-width: 768px) {
    .main-header {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
	padding-top: 20px
	
    }

    body {
        padding-top: 700px; /* header ki height jitna space */
    }
}



/* Preloader Background */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* change color if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity 0.6s ease;
}

/* Center Logo */
#preloader .loader-logo img {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

/* Smooth animation */
@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

/* Hide preloader after page load */
#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}





.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 5;
}

.hero-content h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
	
}

.hero-content p {
  font-size: 30px;
  margin-bottom: 10px;
	height:20px;
		width:500px;
text-shadow:	-3px 2px 9px #ffda06;
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 12px 28px;
  background:#FFEE8C;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #FFEE8C;
}

/* Mobile Responsive */

@media (max-width: 768px) {
	.hero-content {
  position: absolute;
margin-top:50px;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 5;
}
  .hero-content h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 120px; 
	  font-family: "Times New Roman", Times, serif;
	   color:#FFEE8C;
}

  .hero-content p {
  font-size: 25px;
  margin-bottom: 20px; 
	  font-family: "Times New Roman", Times, serif;
}
  .hero-btn {
  display: inline-block;
	
  padding: 12px 20px;
  background:#FFEE8C;
  color: #000000;
	  font-family: "Times New Roman", Times, serif;
  border-radius: 30px;
  font-size: 10px;
  text-decoration: none;
  transition: 0.3s ease;
}
}




.custom-currency-switcher {
  position: fixed;
  left: 18px;
  bottom: 22px;
  background: #FFF;
  width: 80px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  font-family: "Poppins", sans-serif;
  z-index: 999999;
  transition: 0.3s ease;
}

.custom-currency-switcher .currency-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}

.custom-currency-switcher .flag {
  width: 20px;
  border-radius: 4px;
  margin-right: 6px;
}

.currency-options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.custom-currency-switcher.open .currency-options {
  max-height: 150px;
  opacity: 1;
}

.currency-options li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  font-size: 10px;
  cursor: pointer;
}

.currency-options li:hover {
  background: #f5f5f5;
  font-weight: bold;
}

.custom-currency-switcher .arrow {
  transition: .3s;
}

.custom-currency-switcher.open .arrow {
  transform: rotate(180deg);
}




.main-header .header-inner a.header-icon,
.main-header .header-inner .search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.main-header svg {
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.main-header svg:hover {
  transform: scale(1.15);
  opacity: 0.7;
}


/* Mobile Responsive */

@media (max-width: 768px) {
.main-header .header-inner a.header-icon,
.main-header .header-inner .search-icon {
  display: inline-flex;
  align-items: left;
  justify-content: left;
  margin-right: 20px;
	
}
}	
	