/** Shopify CDN: Minification failed

Line 396:0 Expected "}" to go with "{"

**/


/* PDP mobile: tighten image ↔ title gap (override inline var on wrapper) */
@media (max-width: 767.98px) {
  [data-section-type="product-page"] .m-main-product__wrapper[style]{
    --column-gap-mobile: 6px !important;   /* 20px → 6px */
    --column-gap: 10px !important;         /* tablet/others safety */
  }

  /* If theme uses gap props directly, force them too */
  [data-section-type="product-page"] .m-main-product__wrapper{
    gap: 6px !important;
    column-gap: 6px !important;
    row-gap: 6px !important;
  }

  /* Extra: dots/title margins (optional) */
  [data-section-type="product-page"] .flickity-page-dots { margin: 6px 0 0 !important; }
  [data-section-type="product-page"] .m-product-title,
  [data-section-type="product-page"] .product__title { margin-top: 6px !important; }
}




/* Footer: bottom bar ka अलग background */
.shopify-section-group-footer-group .m-footer--bottom{
  background: #2d0a2a !important;            /* apni dark shade choose karo */
  border-top: 1px solid rgba(255,255,255,.08);
}
.shopify-section-group-footer-group .m-footer--bottom .m-footer--bottom-inner{
  padding: 14px 0 !important;                /* height tweak */
}

/* Copyright text aur icons ka color/balance */
.m-footer__copyright{ color: rgba(255,255,255,.85) !important; }


.m-payment-icons--list{ display:flex; gap:14px; align-items:center; }
.m-payment-icons--item svg,
.m-payment-icon,
.m-payment-icon-img{ height:22px; width:auto; display:block; opacity:.9; }
@media (max-width:768px){
  .m-payment-icons--item svg,.m-payment-icon,.m-payment-icon-img{ height:20px; }
}


/* Payment icons: spacing + size */
.m-payment-icons--list{
  display: flex;          /* ensure flex */
  gap: 0px !important;   /* icons ke beech ka gap */
}

.m-payment-icons--item{ margin: 0 !important; }          /* theme margins हटाओ */
.m-payment-icons--item + .m-payment-icons--item{ margin-left: 10px !important; }  /* fallback if gap ignored */

.m-payment-icon,
.m-payment-icon-img{ height: 24px !important; width: auto; display: block; opacity: .95; }
@media (max-width:768px){
  .m-payment-icon, .m-payment-icon-img{ height: 24px !important; }
}

/* --- Swatch ring: Hamesha selected par, kabhi hover par nahi --- */

/* Hover ring ko disable */
.m-product-option .m-product-option--node:hover,
.m-product-option .m-product-option--node .m-product-option--node__label:hover,
.m-product-option .m-product-option--node__label:focus,
.m-product-option .m-product-option--node__label:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Transitions hatao – instant response */
.m-product-option .m-product-option--node__label,
.m-product-option .m-product-option--node__label::after {
  transition: none !important;
}

/* Selected state: ring force */
.m-product-option .m-product-option--node__label[data-selected],
.m-product-option .m-product-option--node:has(.m-product-option--node__label[data-selected]) .m-product-option--node__label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1a1a1a !important;
  outline: none !important;
  border-color: transparent !important;
}

/* Kabhi theme ::after se ring banati ho to usse bhi selected par force karo */
.m-product-option .m-product-option--node__label::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid #666;
  opacity: 0;
}
.m-product-option .m-product-option--node__label[data-selected]::after {
  opacity: 1 !important;
}

/* == FORCE CARD SWATCHES TO BE PERFECT CIRCLES == */
.m-product-option--node__label[data-option-type="image"],
.m-product-option--node__label[data-option-type="color"],
.m-product-option--node__label[data-swatch-type="shopify_swatch"] {
  --swatch-size: 40px;                /* change 56px if you want bigger/smaller */
  width: var(--swatch-size) !important;
  height: var(--swatch-size) !important;
  aspect-ratio: 1 / 1;                /* keeps it square even if something sets width */
  border-radius: 9999px !important;    /* circle */
  padding: 0 !important;               /* kill button padding that makes it oval */
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0;                        /* hide label text width */
  line-height: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Some themes add extra padding on the wrapper—neutralize it */
.m-product-option__option { padding: 0 !important; }





.m-footer__social-under-newsletter{ 
  margin-top:16px; 
  display:flex; 
  gap:16px; 
}




/* ---------- FOOTER LAYOUT & TYPO ---------- */
[data-section-type="footer"] .m-footer--accordion{
  /* Desktop: 4 columns — About (wider), Explore, Support, Newsletter (wider) */
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.45fr;
  column-gap: 64px;
  row-gap: 40px;
}

/* Footer headings (all columns) */
[data-section-type="footer"] .m-footer--block-title{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Newsletter > Social title */
[data-section-type="footer"] .m-footer__social-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 22px 0 12px;
}

/* Newsletter input & social icons spacing */
[data-section-type="footer"] .m-footer--block-newsletter-desc{
  margin-bottom: 12px; /* small text above input */
}
[data-section-type="footer"] .m-newsletter-form{
  margin-bottom: 20px;   /* input box → gap → Social title */
}

/* Social icon row under newsletter */
[data-section-type="footer"] .m-footer__social-under-newsletter .social-media-links{
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Make the icons look like the right-column style (if snippet doesn’t add gap) */
[data-section-type="footer"] .m-footer__social-under-newsletter .social-media-links--item{
  display: inline-flex;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1199px){
  [data-section-type="footer"] .m-footer--accordion{
    grid-template-columns: 1.1fr 1fr;   /* tablet: 2 columns */
    column-gap: 36px;
    row-gap: 36px;
  }
  [data-section-type="footer"] .m-footer--block-title{
    font-size: 24px;
  }
}

@media (max-width: 767px){
  [data-section-type="footer"] .m-footer--accordion{
    grid-template-columns: 1fr;         /* mobile: single column stack */
    row-gap: 28px;
  }
  [data-section-type="footer"] .m-footer--block-title{
    font-size: 22px;
    margin-bottom: 14px;
  }
  [data-section-type="footer"] .m-footer__social-title{
    font-size: 20px;
    margin-top: 18px;
  }
}

/* Desktop par About Zivaaya column ko wide karo */
@media (min-width: 1200px){  /* agar tumhare theme ka lg 1024px hai to 1200 ko 1024 kar do */
  /* sab columns ki base width */
  [data-section-type="footer"] .m-footer--accordion > .m-footer--block{
    flex: 0 0 16% !important;
    max-width: 16% !important;
  }
  /* 1st column = About Zivaaya (wider) */
  [data-section-type="footer"] .m-footer--accordion > .m-footer--block:nth-child(1){
    flex-basis: 32% !important;
    max-width: 32% !important;
  }
  /* 4th column = Newsletter (thoda wide) — optional */
  [data-section-type="footer"] .m-footer--accordion > .m-footer--block:nth-child(4){
    flex-basis: 26% !important;
    max-width: 26% !important;
  }
  /* columns ke beech thoda space */
  [data-section-type="footer"] .m-footer--accordion{
    gap: 56px 48px;
  }
}



/* Container kabhi viewport se bada na ho */
.m-footer--middle .container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}


/* -------- Footer headings bigger -------- */
.m-footer--middle .m-footer--block-title{
  /* base-size (15) × 1.9 = ~28.5px on desktop */
  font-size: calc(var(--font-base-size, 16) * 1.2 * 1px) !important;
  line-height: 1.25;
  margin-bottom: 16px; /* thoda space */
}

/* Mobile pe thoda kam bada */
@media (max-width: 767px){
  .m-footer--middle .m-footer--block-title{
    font-size: calc(var(--font-base-size, 16) * 1.5 * 1px) !important;
  }
}

/* ---------------- MOBILE ORDER + SPACING ---------------- */
@media (max-width:1023px){

  /* Theme newsletter ko pehle laata hai; usko neutralize */
  .m-footer--accordion > .order-first,
  .m-footer--accordion > .m-footer--block.order-first{
    order: 0 !important;
  }

  
  /* --- Keep "My Account" visible at the bottom in the mobile menu --- */
@media (max-width: 768px){
  /* Make the drawer a vertical flex container that fills the screen */
  .menu-drawer__inner-container,
  .menu-drawer__inner,
  .m-menu-drawer__inner,
  .m-header__menu-drawer .m-drawer__inner {
    display: flex;
    flex-direction: column;
    min-height: 100dvh; /* full viewport height on mobile */
  }

  /* Let the navigation list scroll, not the footer */
  .menu-drawer__navigation,
  .menu-drawer__scroll,
  .m-menu-drawer__scroll,
  .m-header__menu-drawer .m-drawer__content {
    flex: 1 1 auto;
    overflow: auto;
  }

  
/* Featured Collection sections ka overflow band */
[id^="shopify-section"][id*="featured_collection"] {
  overflow-x: clip !important;
}

/* Product card action/addons bar ko apni card ke andar hi rakho */
[id^="shopify-section"][id*="featured_collection"] .m-product-card__action,
[id^="shopify-section"][id*="featured_collection"] .m-product-card__addons {
  max-width: 100% !important;
  overflow-x: clip !important;
}

/* Flex items kabhi width push na karein */
[id^="shopify-section"][id*="featured_collection"] .m-product-card__addons > * {
  min-width: 0 !important;
  flex: 0 1 auto !important;
}



/* === NEW ARRIVALS slider: arrows visible + no horizontal scroll === */
#shopify-section-template--25256031060277__featured_collection_egcUmr,
#m-section--template--25256031060277__featured_collection_egcUmr {
  --swiper-navigation-sides-offset: 8px !important; /* arrows andar raho */
  position: relative !important;
  overflow: hidden !important;
}

/* slider container overflow lock */
#shopify-section-template--25256031060277__featured_collection_egcUmr .m-products,
#shopify-section-template--25256031060277__featured_collection_egcUmr .m-products .swiper,
#m-section--template--25256031060277__featured_collection_egcUmr .m-products,
#m-section--template--25256031060277__featured_collection_egcUmr .m-products .swiper {
  overflow: hidden !important;
  position: relative !important;
}

/* nav wrapper visible */
#shopify-section-template--25256031060277__featured_collection_egcUmr .m-slider-nav,
#m-section--template--25256031060277__featured_collection_egcUmr .m-slider-nav {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important; /* wrapper ignore clicks */
}

/* real buttons (both Minimog + Swiper classes) */
#shopify-section-template--25256031060277__featured_collection_egcUmr .m-slider-btn--prev,
#shopify-section-template--25256031060277__featured_collection_egcUmr .swiper-button-prev,
#m-section--template--25256031060277__featured_collection_egcUmr .m-slider-btn--prev,
#m-section--template--25256031060277__featured_collection_egcUmr .swiper-button-prev,
#shopify-section-template--25256031060277__featured_collection_egcUmr .m-slider-btn--next,
#shopify-section-template--25256031060277__featured_collection_egcUmr .swiper-button-next,
#m-section--template--25256031060277__featured_collection_egcUmr .m-slider-btn--next,
#m-section--template--25256031060277__featured_collection_egcUmr .swiper-button-next {
  display: flex !important;
  align-items: center; justify-content: center;
  position: absolute !important;
  top: 50% !important; transform: translateY(-50%) !important;
  width: 48px; height: 48px; border-radius: 9999px;
  background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.12);
  z-index: 20 !important; opacity: 1 !important; visibility: visible !important;
  pointer-events: auto !important;
}

/* inside edges => no overflow */
#shopify-section-template--25256031060277__featured_collection_egcUmr .m-slider-btn--prev,
#shopify-section-template--25256031060277__featured_collection_egcUmr .swiper-button-prev,
#m-section--template--25256031060277__featured_collection_egcUmr .m-slider-btn--prev,
#m-section--template--25256031060277__featured_collection_egcUmr .swiper-button-prev { left: 8px !important; right: auto !important; }

#shopify-section-template--25256031060277__featured_collection_egcUmr .m-slider-btn--next,
#shopify-section-template--25256031060277__featured_collection_egcUmr .swiper-button-next,
#m-section--template--25256031060277__featured_collection_egcUmr .m-slider-btn--next,
#m-section--template--25256031060277__featured_collection_egcUmr .swiper-button-next { right: 8px !important; left: auto !important; }

/* icon size/color (Swiper default glyphs) */
#shopify-section-template--25256031060277__featured_collection_egcUmr .swiper-button-prev::after,
#shopify-section-template--25256031060277__featured_collection_egcUmr .swiper-button-next::after,
#m-section--template--25256031060277__featured_collection_egcUmr .swiper-button-prev::after,
#m-section--template--25256031060277__featured_collection_egcUmr .swiper-button-next::after {
  font-size: 18px !important; color: #111 !important;
}



@media (min-width:1024px){
  .template-index .m-slideshow .swiper-container,
  .template-index .m-slideshow .swiper-wrapper,
  .template-index .m-slideshow .swiper-slide{
    height: 520px !important; /* set the bar height you like */
  }
  .template-index .m-slideshow .m-slide__bg img{
    object-fit: contain !important; /* no crop */
  }
  .template-index .m-slideshow .m-slide__bg{ background:#0f0f0f; } /* letterbox color */
}




