/*
Theme Name: Storefront Child
Template: storefront
Version: 1.0.0
*/
/*
Theme Name: Storefront Child
Template: storefront
Version: 1.0.0
*/

/* Use Poppins for body and UI elements */
body, button, input, select, textarea, a, p {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}

/* Use Prata for headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Prata', serif;
    color: #8f0916;
}

.site-info {
    display: none !important;
}

.storefront-breadcrumb {
  display: none !important;
}


/* ========================================
   MODERN STOREFRONT HEADER - PROPER STRUCTURE
   ======================================== */

/* Main header container */
.site-header {
  background: #fffaef !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 !important;
  margin-bottom: 0 !important;
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* Remove default Storefront margins */
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0 !important;
}

/*#primary .content-area {*/
/*    margin: 0px;*/
/*}*/

/*#colophon .site-footer {*/
/*    padding: 0px 0px auto;*/
/*}*/

/* ========================================
   TOP BAR - COL-FULL SECTION
   ======================================== */

#masthead .col-full {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 80px;
  position: relative;
}

body.woocommerce-account #content .col-full {
  flex-direction: column;
}


.site-header .col-full {
    min-height: 100px;
}

.storefront-primary-navigation .col-full { 
    min-height: 0px;
    max-height: 80px;
}

/* Logo - Center positioned */
.site-branding {
  position: absolute;
  left: 23.5%;
  transform: scale(1.7)  translateY(8px);
  z-index: 10;
}

.secondary-navigation {
    transform: translateY(12px);
}

.site-search {
    transform: translateY(10px);
}

.custom-logo-link {
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-logo {
  max-height: 42px;
  width: auto;
  transition: all 0.3s ease;
}

.site-branding:hover .custom-logo {
  transform: scale(1.02);
}

/* Site title fallback */
.site-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #1a1a1a;
}

.site-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-title a:hover {
  color: #e5b522;
}

/* Left side - Account & Search */
.header-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  justify-content: flex-start;
}

/* Right side - Cart */
.header-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

/* Account and Search links */
.header-account,
.header-search {
  /*color: #6b7280;*/
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 12px;
  /*border-radius: 8px;*/
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-account:hover,
.header-search:hover {
  background: #fffaef;
  color: #e5b522;
  text-decoration: none;
}

.search-field {
    background-color: #f2ebdd;
}

#site-navigation-menu-toggle span {
    display: none;
}

/* Cart styling */
#site-header-cart {
    width: 14.739%;
    /*padding: 1.618rem 1rem;*/
  /*display: flex;*/
  /*align-items: center;*/
}

.site-header-cart .cart-contents {
    padding: 1.618rem 1rem;
}

.cart-contents {
  display: inline;
  /*align-items: center;*/
  /*gap: 0.75rem;*/
  /*padding: 12px 20px;*/
  /*background: #e5b522;*/
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  /*box-shadow: 0 2px 10px rgba(229, 181, 34, 0.25);*/
}

.cart-contents:hover {
  /*background: #d4a119;*/
  transform: translateY(-2px);
  /*box-shadow: 0 4px 16px rgba(229, 181, 34, 0.35);*/
  color: white;
  text-decoration: none;
}

.cart-contents .count {
  background: rgba(255, 255, 255, 0.2);
  /*border-radius: 50%;*/
  /*width: 24px;*/
  /*height: 24px;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*font-size: 0.8rem;*/
  font-weight: 700;
}

/* ========================================
   NAVIGATION BAR - FULL WIDTH
   ======================================== */

.storefront-primary-navigation {
  background: #efcd40 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 !important;
  margin: 0;
}

.main-navigation {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 60px;
}

.main-navigation ul li {
  margin: 0;
  position: relative;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color:  #8f0916;
}

.main-navigation ul li a {
  display: inline-block;
  padding: 1rem 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  width: max-content;
}

/* Modern underline effect */
.main-navigation ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #8f0916;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation ul li a:hover::after,
.main-navigation ul li.current-menu-item a::after {
  width: 100%;
}

.main-navigation ul li a:hover {
  color: #8f0916;
  text-decoration: none;
}

/* ========================================
   MOBILE MENU TOGGLE
   ======================================== */

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(229, 181, 34, 0.08);
}

.hamburger {
  width: 24px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #374151;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) { top: 0px; }
.hamburger span:nth-child(2) { top: 8px; }
.hamburger span:nth-child(3) { top: 16px; }

.mobile-menu-toggle.active .hamburger span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.mobile-menu-toggle.active .hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-menu-toggle.active .hamburger span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

/* Mobile navigation overlay */
.mobile-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.mobile-navigation.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}

.mobile-navigation ul {
  flex-direction: column;
  gap: 0;
  padding: 1rem 0;
  min-height: auto;
}

.mobile-navigation ul li {
  width: 100%;
  border-bottom: 1px solid #f3f4f6;
}

.mobile-navigation ul li:last-child {
  border-bottom: none;
}

.mobile-navigation ul li a {
  padding: 1rem 2rem;
  display: block;
  width: 100%;
}

.mobile-navigation ul li a::after {
  display: none;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet/Mobile - Hide navigation, show toggle (991px and below) */
/* Reset to Storefront defaults for mobile screens */
@media (max-width: 991px) {
  
  /* Reset col-full */
  .col-full {
    /*display: initial !important;*/
    max-width: 100vw;
    transform: translateX;
    padding: initial !important;
    min-height: initial !important;
    position: initial !important;
  }
  
  .site-branding {
    left: 13.5%;
  }
  
  .main-navigation ul {
  gap: 0rem;
  }
  
  .site-header-cart .cart-contents {
      padding: 0.5rem 0rem;
  }
}

/* Extra Small Mobile (max 479px) */
/* Reset to Storefront defaults for mobile screens */
@media (max-width: 767px) {
  .handheld-navigation ul.menu li {
      padding: 5px;
      margin-left: 8px;
  }
  
  h1, h2, h3, h4, h5, h6 {
      font-size: 22px;
  }
  
  p {
      font-size: 14px;
  }
  
  #customer_login {
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 10px;
  }
  
  .qlwapp__container {
      margin-bottom: 58px;
  }
  
  .site-header {
  background: #fffaef !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 !important;
  margin-bottom: 0 !important;
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
  
  /* Reset col-full */
  .col-full {
    display: initial !important;
    max-width: initial !important;
    padding: initial !important;
    min-height: initial !important;
    position: initial !important;
  }
  
  /* Reset logo positioning */
  .site-branding {
      transform: translateY(8px);
    position: initial !important;
    left: initial !important;
    /*transform: initial !important;*/
  }
  
  /* Reset navigation */
  .storefront-primary-navigation {
    background: initial !important;
    border-top: none !important;
  }
  
  .main-navigation {
      min-height: 14vw;
    max-width: initial !important;
    padding: initial !important;
  }
  
  #site-navigation-menu-toggle {
      border: 1px solid #8f0916;
      transform: translateY(18px);
      right: 4%;
  }
  
  button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
    background-color: #8f0916;
    left: 1em;
    right: 1em;
}

button.menu-toggle {
    padding: 10px 20px 10px 20px;
}

    .wc-block-product-template__responsive {
        margin: 0 1.41575em 3em;
    }

  .main-navigation ul {
    display: initial !important;
    gap: initial !important;
    min-height: initial !important;
    justify-content: initial !important;
  }
  
  .main-navigation ul li a {
    padding: initial !important;
    font-size: initial !important;
    letter-spacing: initial !important;
    text-transform: initial !important;
  }
  
  .main-navigation ul li a::after {
    display: none !important;
  }
  
  /* Reset cart styling */
  .cart-contents {
    background: initial !important;
    color: initial !important;
    padding: initial !important;
    border-radius: initial !important;
    box-shadow: none !important;
  }
  
  .cart-contents:hover {
    background: initial !important;
    transform: none !important;
    box-shadow: none !important;
  }
  
  /* Hide custom elements */
  .header-left,
  .header-right,
  .mobile-menu-toggle {
    display: none !important;
  }
  
  .wp-image-332 {
      margin-top: 40px;
  }
  
  #custom-footer{
      /*background:#333;*/
  margin-right: 6px; margin-left: 6px;
  }
  
  .home.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover, .home.page-template-template-fullwidth .hentry .entry-content>.wp-block-image {
      margin-bottom: 0;
  }
   
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* THIS IS WHAT IS GIVING MB TO CAROUSEL*/
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}

.entry-header {
    display: none !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

.entry-content {
	margin-top: 0;
	padding-top: 0;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}

.hentry {
    margin: 0;
}

/* Category Carousel Styles - Minimal Design */
.category-carousel-wrapper {
  width: 100vw;              /* take full viewport width */
  margin-left: calc(50% - 50vw); /* cancel parent container padding */
  margin-right: calc(50% - 50vw);
  background: #fffaef;       /* optional: match your page bg */
  padding: 40px 20px;
}

.carousel-title {
    text-align: center;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.category-carousel {
    margin: 0 -15px;
}

.category-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

.category-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

.category-card a {
  text-decoration: none;  /* removes underline */
  color: inherit;         /* inherits the parent .category-name color (#333) */
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(229, 181, 34, 0.15);
    border-color: #e5b522;
}

.category-item a {
    display: block;
    text-decoration: none;
    height: 450px;
    color: inherit;
}

.category-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f2ebdd;
}

.category-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.08);
}

.category-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(135deg, #f2ebdd 0%, #e5b522 100%);*/
}

.category-icon {
    font-size: 4em;
    color: white;
}

.category-name {
    padding: 25px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 600
    text-decoration: none;
    color: #333;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: white;
    border-top: 2px solid #f2ebdd;
    transition: all 0.3s ease;
}

.category-link a {
    text-decoration: none; !important
    font-family: Poppins !important;
}

.category-card:hover .category-name {
    /*background: #f2ebdd;*/
    color: #8f0916;
}

/* Slick Slider Customization - Minimal Style */
/* Remove slick's default icons */
.category-carousel .slick-prev:before,
.category-carousel .slick-next:before {
  content: none !important;
}

/* Shared arrow button styles */
.category-carousel .slick-arrow {
  background: white;
  opacity: 0.8;
  border-radius: 8px;
  width: 40px;
  height: 80px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* Custom Left Arrow */
.category-carousel .slick-prev {
  left: -5px; /* adjust position as needed */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23e5b522' stroke-width='3' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 20px 20px;
}

/* Custom Right Arrow */
.category-carousel .slick-next {
  right: -5px; /* adjust position as needed */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23e5b522' stroke-width='3' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 20px 20px;
}

.category-carousel .slick-dots {
    bottom: -50px;
}

.category-carousel .slick-dots li button:before {
    color: #e5b522;
    font-size: 12px;
}

.category-carousel .slick-dots li.slick-active button:before {
    color: #8f0916;
}

.wp-image-332 {
    margin-top: 80px;
}

/* Responsive Design */
@media (max-width: 1400px) {
  /*.category-image { height: 220px; }*/
  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
}

@media (max-width: 1200px) {
  .category-carousel { margin: 0 -10px; }
  .category-item { padding: 0 10px; }
  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
  /*.category-image { height: 200px; }*/
}

@media (max-width: 992px) {
  .carousel-title { font-size: 1.5em; margin-bottom: 35px; }
  /*.category-image { height: 180px; }*/
  .category-name { font-size: 12px; }
  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
}

@media (max-width: 768px) {
  .carousel-title { font-size: 1.3em; margin-bottom: 25px; }
  /*.category-image { height: 160px; }*/
  .category-name { padding: 16px 10px; font-size: 11px; }
  .category-carousel .slick-arrow { width: 36px; height: 36px; }
  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
}

@media (max-width: 576px) {
  /*.category-image { height: 140px; }*/
  .category-name { font-size: 10px; letter-spacing: 0.8px; }
  .carousel-title { font-size: 1.1em; letter-spacing: 1px; }
  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
}

/* Hide arrows on phones, keep dots visible */
@media (max-width: 480px) {
  .category-carousel .slick-arrow { display: none !important; }
  .category-carousel .slick-dots { display: block !important; bottom: -35px; }
  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
}

/* NEW ARRIVALS*/
/* Section wrapper: full-bleed background like Categories */

.na-section {
    margin-bottom: 85px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 20px;
}
.na-header {
    display: flex;
    justify-content: center;
}

.na-products::before,
.na-products::after {
  content: none !important;
  display: none !important;
}

.na-products {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin: 0;
}

.na-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  list-style: none;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.na-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(229,181,34,.15);
  border-color: #e5b522;
  color: #8f0916;
}

.na-image img {
  width: 100%;
  /*height: 250px;*/
  object-fit: cover;
}

.na-name {
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.na-product-card:hover .na-name {
  color: #8f0916;
}

.na-price {
  display: block;
  text-align: center;
  font-weight: 500;
  color: #8f0916;
  margin-bottom: 10px;
}


/* RESPONSIVE columns */
@media (max-width: 1400px){
  .na-inner{ max-width:1200px; padding: 0 20px; }
}

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

@media (max-width: 992px){
  .na-section{ display: none; }
  .na-title { display: none; }
}

footer#colophon .col-full {
    display: flex;
    justify-content: center;
    max-width: 1900px;
    
}

footer#custom-footer {
    min-width: 1200px;
}

.site-footer {
    min-width: 1000px;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
    color: #8f0916;
}

@media (max-width: 767px) {
    footer#custom-footer {
   margin-bottom: 50px;
   left: 3%;
   position: relative;
}
@media (max-width: 767px) {
  #custom-footer .find-us-inner {
    flex-direction: column;
    gap: 20px;
  }

  #custom-footer .address-1-div,
  #custom-footer .address-2-div,
  #custom-footer .timings-div,
  #custom-footer .contact-div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #custom-footer .footer-links-social {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  #custom-footer .footer-links-list {
    grid-template-columns: 1fr; /* stack links in one column */
  }

  #custom-footer .social-icons {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
}

}

/* Add home icon before the Home link */
.storefront-handheld-footer-bar ul li.home a::before {
  font-family: "FontAwesome"; /* or Dashicons if you prefer */
  content: "\f015"; /* home icon (Font Awesome) */
  font-weight: 900; /* for Font Awesome solid style */
  display: inline-block;
  margin-right: 0.25em;
}

.mobile-scroll-youtube {
    margin-left: 2%;
    margin-right: 2%;
}

