/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 21:33 Unexpected "{"
Line 25:20 Unexpected "{"
Line 25:29 Expected ":"
Line 31:20 Unexpected "{"
Line 31:29 Expected ":"
Line 38:20 Unexpected "{"
Line 38:29 Expected ":"
Line 39:20 Unexpected "{"
... and 87 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-banner-custom (INDEX:19) */
#shopify-section-{{ section.id }}{
    overflow: hidden; /* safety */
  }

  #shopify-section-{{ section.id }} .hero-cstm__grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
  }

  #shopify-section-{{ section.id }} .hero-cstm__item{
    position: relative;
    overflow: hidden;
    height: 92vh;
  }

  /* Grid width spans */
  #shopify-section-{{ section.id }} .hero-cstm__item--full{ grid-column: span 12; }
  #shopify-section-{{ section.id }} .hero-cstm__item--half{ grid-column: span 6; }

  /* Highlight block full width */
  #shopify-section-{{ section.id }} .hero-cstm__item--highlight{
    grid-column: 1 / -1;
    width: 100%;
    height: 100dvh;
  }

  /* Media layer */
  #shopify-section-{{ section.id }} .hero-cstm__media{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }

  #shopify-section-{{ section.id }} .hero-cstm__media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: var(--overlay-opacity, 0);
    pointer-events: none;
    z-index: 1;
  }

  #shopify-section-{{ section.id }} .hero-cstm__picture,
  #shopify-section-{{ section.id }} .hero-cstm__picture img,
  #shopify-section-{{ section.id }} .hero-cstm__video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  #shopify-section-{{ section.id }} .hero-cstm__video{
    position: absolute;
    inset: 0;
  }

  /* Desktop/mobile video switch (sirf tab jab dono videos hon) */
  #shopify-section-{{ section.id }} .hero-cstm__video--mobile{ display: none; }
  @media screen and (max-width: 749px){
    #shopify-section-{{ section.id }} .hero-cstm__video--desktop{ display: none; }
    #shopify-section-{{ section.id }} .hero-cstm__video--mobile{ display: block; }
  }

  /* Content */
  #shopify-section-{{ section.id }} .hero-cstm__content{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    padding: 40px 80px;
  }

  /* 9 position combos */
  #shopify-section-{{ section.id }} .hero-cstm__content--top-left{ align-items: flex-start; justify-content: flex-start; }
  #shopify-section-{{ section.id }} .hero-cstm__content--top-center{ align-items: flex-start; justify-content: center; }
  #shopify-section-{{ section.id }} .hero-cstm__content--top-right{ align-items: flex-start; justify-content: flex-end; }
  #shopify-section-{{ section.id }} .hero-cstm__content--middle-left{ align-items: center; justify-content: flex-start; }
  #shopify-section-{{ section.id }} .hero-cstm__content--middle-center{ align-items: center; justify-content: center; }
  #shopify-section-{{ section.id }} .hero-cstm__content--middle-right{ align-items: center; justify-content: flex-end; }
  #shopify-section-{{ section.id }} .hero-cstm__content--bottom-left{ align-items: flex-end; justify-content: flex-start; }
  #shopify-section-{{ section.id }} .hero-cstm__content--bottom-center{ align-items: flex-end; justify-content: center;padding-bottom: 30px; }
  #shopify-section-{{ section.id }} .hero-cstm__content--bottom-right{ align-items: flex-end; justify-content: flex-end; }

  /* Alignment */
  #shopify-section-{{ section.id }} .hero-cstm__content.is-align-left{ text-align: left; }
  #shopify-section-{{ section.id }} .hero-cstm__content.is-align-center{ text-align: center; }
  #shopify-section-{{ section.id }} .hero-cstm__content.is-align-right{ text-align: right; }

  #shopify-section-{{ section.id }} .hero-cstm__content-inner{
    max-width: 62rem;
  }

  /* Typography */
  #shopify-section-{{ section.id }} .hero-cstm__heading,
  #shopify-section-{{ section.id }} .hero-cstm__highlight-heading{
    margin: 0;
    line-height: 1.15;
  }

  #shopify-section-{{ section.id }} .hero-cstm__subheading,
  #shopify-section-{{ section.id }} .hero-cstm__highlight-sub{
    margin: 0.75rem 0 0;
    line-height: 1.35;
  }

  /* Buttons (grid_block) */
  #shopify-section-{{ section.id }} .hero-cstm__buttons{
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .hero-cstm__item--full .hero-cstm__heading.h2,
  .hero-cstm__item--half.is-paired .hero-cstm__heading.h2,
  .hero-cstm__item--highlight .hero-cstm__highlight-heading.h2 {
    line-height: 79.2px;
    font-weight: 700;
    letter-spacing: -1.8px;
  }
  
  .hero-cstm__item--highlight .hero-cstm__highlight-sub {
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.8px;
  }
  .hero-cstm__item--highlight .hero-cstm__highlight-sub p,
  .hero-cstm__item--highlight .hero-cstm__highlight-heading.h2 p {
    margin: 0;
  }

  .hero-cstm__item--full .hero-cstm__buttons .hero-cstm__button,
  .hero-cstm__item--half.is-paired .hero-cstm__buttons .hero-cstm__button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .hero-cstm__item--full .hero-cstm__buttons .hero-cstm__button::before,
  .hero-cstm__item--full .hero-cstm__buttons .hero-cstm__button::after,
  .hero-cstm__item--half.is-paired .hero-cstm__buttons .hero-cstm__button::before,
  .hero-cstm__item--half.is-paired .hero-cstm__buttons .hero-cstm__button::after {
    display: none;
  }

  #shopify-section-{{ section.id }} .hero-cstm__content.is-align-left .hero-cstm__buttons{ justify-content: flex-start; }
  #shopify-section-{{ section.id }} .hero-cstm__content.is-align-center .hero-cstm__buttons{ justify-content: center; }
  #shopify-section-{{ section.id }} .hero-cstm__content.is-align-right .hero-cstm__buttons{ justify-content: flex-end; }

  #shopify-section-{{ section.id }} .hero-cstm__button.is-disabled{
    cursor: not-allowed;
    opacity: 0.7;
  }

  /* Highlight links (border-right automatically on all but last) */
  #shopify-section-{{ section.id }} .hero-cstm__links{
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
  }

  #shopify-section-{{ section.id }} .hero-cstm__link{
    text-decoration: none;
    padding: 0 1.2rem;
    line-height: 1;
  }

  #shopify-section-{{ section.id }} .hero-cstm__link:first-child{ padding-left: 0; }
  #shopify-section-{{ section.id }} .hero-cstm__link:not(:last-child){
    border-right: 1px solid;
  }

  #shopify-section-{{ section.id }} .hero-cstm__link.is-disabled{
    opacity: 0.7;
    cursor: not-allowed;
  }

  .hero-cstm__media img{
    width: 100%;
    /* height: 100vh; */
    height: 100%;
    object-fit: cover;
    /* object-position: bottom; */
    object-position: center;
  }
  .media > *:not(.zoom):not(.deferred-media__poster-button),
  .media model-viewer .hero-cstm__media img {
    display: block;
    max-width: 100%;
    position: unset !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .hero-cstm__heading.h2 p {
    margin: 0;
  }

  /* Mobile: half blocks become span 12, and paired half blocks become 50dvh */
  @media screen and (max-width: 749px){
    #shopify-section-{{ section.id }} .hero-cstm__item--half{
      grid-column: span 12;
    }

    #shopify-section-{{ section.id }} .hero-cstm__item--half.is-paired{
      height: 50dvh;
    }
    
    /* Mobile font sizes */
    #shopify-section-{{ section.id }} [id^="heading-"] {
      font-size: var(--heading-size-mob, 20px) !important;
    }

    #shopify-section-{{ section.id }} [id^="subheading-"] {
      font-size: var(--subheading-size-mob, 16px) !important;
    }

    #shopify-section-{{ section.id }} .hero-cstm__content {
      padding: 40px;
    }

    .hero-cstm__media img {
      height: 100%;
    }

    .hero-cstm__item--full .hero-cstm__heading.h2 {
      line-height: 52.8px;
      font-weight: 700;
    }

    .hero-cstm__item--highlight .hero-cstm__highlight-heading.h2 {
      line-height: 39.6px;
      letter-spacing: -0.9px;
    }

    .hero-cstm__item--half.is-paired .hero-cstm__heading.h2 {
      line-height: 24px;
    }

    .hero-cstm__item--highlight .hero-cstm__highlight-sub {
      line-height: 16px;
      letter-spacing: 2.4px;
    }
  }
/* END_SECTION:image-banner-custom */

/* START_SECTION:store-locator (INDEX:54) */
.store-locator {
  padding-top: var(--pad-top);
  padding-bottom: var(--pad-bottom);
}

.store-locator__container {
  width: 100%;
}

.store-locator__header {
  text-align: center;
  margin-bottom: 22px;
}

.store-locator__heading {
  color: rgba(var(--heading-color), 0.75);
  font-size: var(--heading-size);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.02em;
  /* margin: 0 0 10px; */
  margin: 0 0 30px;
}
.store-locator__heading p {
  margin: 0;
  color: rgba(var(--heading-color), 0.75);
}

.store-locator__subheading {
  color: var(--subheading-color);
  font-size: var(--subheading-size);
  line-height: 1.3;
  margin: 0;
  opacity: 0.95;
}

.store-locator__tabs-wrapper {
  position: relative;
  margin: 0 auto 18px;
  padding: 8px 0 18px;
}

.store-locator__tabs {
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.store-locator__tabs:active {
  cursor: grabbing;
}

.store-locator__tabs::-webkit-scrollbar {
  display: none;
}

.store-locator__tab {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 160px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ffffff;
  color: #000000;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 16px 18px;
  cursor: pointer;
  text-align: center;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.store-locator__tab:hover {
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.store-locator__tab.is-active {
  border-color: rgba(0,0,0,0.25);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.store-locator__tab-title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
}

.store-locator__tab.view-all {
  background-color: #000000;
  color: #ffffff;
}

.store-locator__tab.view-all .store-locator__tab-title,
.store-locator__tab.view-all .store-locator__tab-meta {
  color: #ffffff;
}

.store-locator__tab.view-all .store-locator__tab-meta svg path {
  stroke: #ffffff;
}

.store-locator__tab-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(0,0,0,0.50);
}

.store-locator__tab-meta svg path {
  stroke: rgba(0,0,0,0.50);
}

.store-locator__tab-icon svg {
  width: 14px;
  height: 14px;
}

.store-locator__tabs-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 2;
  color: #333;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.store-locator__tabs-scroll-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.store-locator__tabs-scroll-btn--prev {
  left: -20px;
}

.store-locator__tabs-scroll-btn--next {
  right: -20px;
}

.store-locator__tabs-scroll-btn:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-50%) scale(1.05);
}

.store-locator__tabs-scroll-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.store-locator__grid-wrapper {
  position: relative;
  overflow: none;
}

.store-locator__grid-wrapper.has-carousel .store-locator__grid {
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
}

.store-locator__grid-wrapper.has-carousel .store-locator__grid:active {
  cursor: grabbing;
}

.store-locator__grid-wrapper.has-carousel .store-locator__grid::-webkit-scrollbar {
  display: none;
}

.store-locator__grid-wrapper.has-carousel .store-card {
  flex: 0 0 calc(25% - 16.5px);
  min-width: calc(25% - 16.5px);
  scroll-snap-align: start;
}

.store-locator__grid-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 2;
  color: #333;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.store-locator__grid-scroll-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.store-locator__grid-scroll-btn--prev {
  left: -24px;
}

.store-locator__grid-scroll-btn--next {
  right: -24px;
}

.store-locator__grid-scroll-btn:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  transform: translateY(-50%) scale(1.08);
}

.store-locator__grid-scroll-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.store-locator__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.store-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  border-radius: 2px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.store-card.hidden {
  display: none;
}

.store-card__media {
  position: relative;
  background: #f3f3f3;
}

.store-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}

.store-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.store-card:hover .store-card__image {
  transform: scale(1.05);
}

.store-card__image--placeholder {
  background: linear-gradient(135deg, rgba(0,0,0,0.06), rgba(0,0,0,0.02));
}

.store-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #0a7a6a;
  z-index: 1;
  transition: all 0.3s ease;
}

.store-card__badge.is-open { 
  color: #0a7a6a; 
  background: #d1fae5;
  border-color: rgba(10, 122, 106, 0.2);
}

.store-card__badge.is-closed { 
  color: #991b1b; 
  background: #fee2e2;
  border-color: rgba(153, 27, 27, 0.2);
}

.store-card__badge.is-opening-soon { 
  color: #a24a00; 
  background: #fef3c7;
  border-color: rgba(162, 74, 0, 0.2);
}

.store-card__body {
  padding: 14px 14px 12px;
}

.store-card__title {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #111;
  margin: 2px 0 10px;
}
.store-card__title p { margin: 0; }

.store-card__meta {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.store-card__meta-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 8px;
  font-size: 12px;
  color: rgba(0,0,0,0.62);
}

.store-card__meta-item .store-card__meta-text p,
.store-card__meta-item .store-card__meta-link p {
  margin: 0;
}

.store-card__meta-item .store-card__meta-text a {
  color: rgba(0,0,0,0.62);
  text-decoration: none;
}

.store-card__meta-icon svg {
  width: 14px;
  height: 14px;
  fill: rgba(0,0,0,0.35);
  margin-top: 1px;
}

.store-card__meta-link {
  color: rgba(0,0,0,0.62);
  text-decoration: none;
}
.store-card__meta-link:hover {
  text-decoration: underline;
}

.store-card__btn {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 2px;
  text-decoration: none;
  transition: transform .12s ease, opacity .12s ease;
}
.store-card__btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

@media (min-width: 1200px) {
  .store-locator__tabs-wrapper {
    max-width: calc(5 * 160px + 4 * 18px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .store-locator__tabs-wrapper {
    max-width: calc(4 * 160px + 3 * 18px);
  }
  
  .store-locator__tab {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .store-locator__tab {
    width: 130px;
    padding: 14px 12px;
  }
  
  .store-locator__tab-title {
    font-size: 14px;
  }
  
  .store-locator__tabs-wrapper {
    max-width: calc(3 * 130px + 2 * 18px);
  }
}

@media (max-width: 480px) {
  .store-locator__tab {
    width: 120px;
    padding: 12px 10px;
  }
  
  .store-locator__tab-title {
    font-size: 13px;
  }

  .store-locator__grid-scroll-btn--next {
    right: -10px;
  }

  .store-locator__grid-scroll-btn--prev {
    left: -10px;
  }
}

@media (max-width: 1024px) {
  .store-locator__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  
  .store-locator__grid-wrapper.has-carousel .store-card {
    flex: 0 0 calc(33.333% - 14.67px);
    min-width: calc(33.333% - 14.67px);
  }
}

@media (max-width: 749px) {
  .store-locator__heading { font-size: var(--heading-size-m); }
  .store-locator__subheading { font-size: var(--subheading-size-m); }

  .store-locator__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  
  .store-locator__grid-wrapper.has-carousel .store-card {
    flex: 0 0 calc(50% - 11px);
    min-width: calc(50% - 11px);
  }
}

@media (max-width: 480px) {
  .store-locator__grid { grid-template-columns: 1fr; }
  
  .store-locator__grid-wrapper.has-carousel .store-card {
    flex: 0 0 65%;
  }
}
/* END_SECTION:store-locator */