/** Shopify CDN: Minification failed

Line 2219:1 Unexpected "/"
Line 2220:43 Expected ":"
Line 2221:61 Expected ":"
Line 2223:23 Expected ":"
Line 2224:55 Expected ":"
Line 2226:41 Expected ":"
Line 2227:61 Expected ":"
Line 2228:67 Expected ":"
Line 2231:1 Expected "{" but found end of file

**/
.grecaptcha-badge {
  display: none
}



.section__flush-top .m-section-my {
  margin-top: 0
}

.section__flush-bottom .m-section-my {
  margin-bottom: 0
}

.sf__text-stroke {
  -webkit-text-stroke: .5px #dfdfdf;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 110px;
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  font-weight: bold
}

.sf__text-stroke.text-stroke-1 {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  -webkit-text-stroke: 1px dimgray;
  letter-spacing: 0
}

.sf__text-scroll {
  font-size: 48px;
  line-height: 56px
}

.m-scroll {
  display: flex;
  width: 100%;
  height: 165px;
  position: relative;
  margin: auto;
  overflow: hidden
}

.m-scroll__title {
  white-space: nowrap;
  transition: all 1s ease
}

.m-scroll__title>div {
  display: flex;
  animation: scrollText var(--speed, 22s) infinite linear;
  position: absolute
}

.sf__scrolling-text .sf__scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline
}

.sf__scrolling-text .sf__scrolling-text-inner:hover>* {
  animation-play-state: paused
}

.sf__scrolling-text .sf__scrolling-text-inner>* {
  margin: 0;
  animation-duration: var(--speed, 15s)
}

.sf__scrolling-text .sf__scrolling-text-inner a {
  color: inherit;
  text-decoration: none
}

.sf__scrolling-text .sf__scrolling-text-inner a em {
  font-style: normal
}

.sf__scrolling-text .sf__scrolling-text-inner span.custom {
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle
}

.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale=medium] {
  padding: 0 1em;
  transform: scale(0.5)
}

.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale=large] {
  padding: 0 2em
}

.sf__scrolling-text[data-s-dir=ltr] .sf__scrolling-text-inner>* {
  transform: translateX(-20%) translateZ(0);
  animation: sf-scrolling-text-animation linear infinite 15s
}

.sf__scrolling-text[data-s-dir=rtl] {
  direction: rtl
}

.sf__scrolling-text[data-s-dir=rtl] .sf__scrolling-text-inner>* {
  transform: translateX(20%) translateZ(0);
  animation: sf-scrolling-text-animation-reverse linear infinite 15s
}

.sf__scrolling-text[data-s-speed=lowest] .sf__scrolling-text-inner>* {
  animation-duration: 15s
}

.sf__scrolling-text[data-s-speed=medium] .sf__scrolling-text-inner>* {
  animation-duration: 7s
}

.sf__scrolling-text[data-s-speed=fast] .sf__scrolling-text-inner>* {
  animation-duration: 4s
}

.sf__scrolling-text[data-style=text-outline] em {
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.sf__scrolling-text[data-style=text-outline][data-outline-thickness=thin] em {
  -webkit-text-stroke-width: .015em
}

.sf__scrolling-text[data-style=text-outline][data-outline-thickness=thick] em {
  -webkit-text-stroke-width: .03em
}

.sf__scrolling-text[data-style=text-outline] a:hover em {
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0
}

.sf__scrolling-text.font_size_11vh * {
  font-size: 11vh;
  line-height: 1.2em
}

.sf__tab-item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px
}

.sf__tab-item input {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.sf__tab-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #ededed;
  position: relative
}

.sf__tab-item-label::after,
.sf__tab-item-label::before {
  position: absolute;
  content: "";
  text-align: center;
  transition: all var(--m-duration-default, 0.25s);
  transform: translateY(-50%);
  top: 50%;
  background: #000
}

.sf__tab-item-label::after {
  width: 11px;
  height: 1px;
  right: 0
}

.sf__tab-item-label::before {
  width: 1px;
  height: 11px;
  right: 4.5px
}

.sf__tab-item-content {
  max-height: 0;
  padding: 0;
  color: #000;
  transition: all var(--m-duration-default, 0.25s)
}

.sf__tab-item input:checked+.sf__tab-item-label {
  border-bottom-color: #000
}

.sf__tab-item input:checked+.sf__tab-item-label::before {
  display: none
}

.sf__tab-item input:checked~.sf__tab-item-content {
  max-height: 100vh;
  padding: 20px 0 0
}

.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center
}

.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ssw-social-login-widget .ssw-socialconnect>div>a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important
}

.ssw-social-login-widget .ssw-socialconnect>div>a i[class*=ssw-icon] {
  transform: none !important
}

.ssw-stars>i {
  font-size: 16px !important
}

@media screen and (min-width: 768px) {
  .hide-on-desk {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important
  }

  .hidden-br-mobile br {
    display: none
  }
}

.shopify-policy__container {
  max-width: 740px !important;
  margin: 0 auto 4rem !important
}

.shopify-policy__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 32px 16px
}

@media screen and (min-width: 1024px) {
  .shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 64px;
    padding-bottom: 64px
  }
}

.m-menu-badge {
  position: relative;
  height: 100%
}

.m-menu-badge::before {
  content: var(--badge);
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 12px;
  text-transform: capitalize;
  width: 42px;
  height: 20px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center
}

.m-menu-badge--hot::before {
  background-color: #ffe7e7;
  color: #da3f3f
}

.m-menu-badge--new::before {
  background-color: #d5fbef;
  color: #3a9076
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-between {
  justify-content: space-between
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-1 {
  flex: 1 1 0%
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.gap-4 {
  gap: 16px
}

.col-span-2 {
  grid-column: span 2/span 2
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.mt-0 {
  margin-top: 0 !important
}

.mt-10 {
  margin-top: 10px
}

.mb-0 {
  margin-bottom: 0
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-6 {
  line-height: 1.5rem
}

.pl-8 {
  padding-left: 32px
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px
}

.mt-6 {
  margin-top: 24px
}

.mt-8 {
  margin-top: 32px
}

.mt-10 {
  margin-top: 40px
}

.mb-10 {
  margin-bottom: 40px
}

.mb-6 {
  margin-bottom: 24px
}

.mb-4 {
  margin-bottom: 16px
}

.mb-2\.5 {
  margin-bottom: 10px
}

.mb-2 {
  margin-bottom: 8px
}

.mr-5 {
  margin-right: 20px
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.list-disc {
  list-style-type: disc
}

.w-full {
  width: 100%
}

.text-color-subtext {
  color: rgb(var(--color-foreground-secondary))
}

.w-\[20px\] {
  width: 20px
}

.h-\[20px\] {
  height: 20px
}

.-mx-4 {
  margin: 0 -16px
}

.px-4 {
  padding: 0 16px
}

.mb-14 {
  margin-bottom: 56px
}

.mt-4 {
  margin-top: 16px
}

.px-12 {
  padding: 0 48px
}

.w-4 {
  width: 1rem
}

.h-4 {
  height: 1rem
}

.w-36 {
  width: 9rem
}

.ml-2 {
  margin-left: 8px
}

.grid {
  display: grid
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:pr-4 {
    padding-right: 16px
  }

  .md\:pl-12 {
    padding-left: 48px
  }

  .md\:pr-10 {
    padding-right: 40px
  }

  .md\:gap-7 {
    gap: 28px
  }

  .md\:mb-6 {
    margin-bottom: 24px
  }
}

@media screen and (min-width: 1280px) {
  .xl\:items-center {
    align-items: center
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media screen and (max-width: 767px) {
  .img-ctn {
    margin-bottom: 24px
  }
}

/* MNC Grade New Launch Section */
.m-mnc-section {
  background: #fff;
  overflow: hidden;
}

.m-mnc-heading-badge {
  background: #008a00;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.m-mnc-product-card {
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-mnc-product-card__media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.m-mnc-badge--new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #006400;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}

.m-mnc-product-card__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #333;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m-mnc-product-card__reviews {
  margin-bottom: 10px;
}

.m-mnc-price {
  font-size: 15px;
  font-weight: 700;
  margin: 0 4px;
}

.m-mnc-price--regular {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 13px;
}

.m-mnc-price--sale {
  color: #000;
}

.m-mnc-button {
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.m-mnc-button--outline {
  background: transparent;
  border: 1.5px solid #008a00;
  color: #008a00;
  margin-top: 15px;
}

.m-mnc-button--outline:hover {
  background: #008a00;
  color: #fff;
}

.m-mnc-button--black {
  background: #000;
  color: #fff;
  padding: 12px 40px;
  font-size: 15px;
}

.m-mnc-button--black:hover {
  background: #333;
}

.m-mnc-button--disabled {
  background: #eee;
  color: #999;
  border: 1.5px solid #eee;
  cursor: not-allowed;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .m-mnc-heading-badge {
    font-size: 14px;
    padding: 8px 20px;
  }

  .m-mnc-product-card__title {
    font-size: 13px;
    height: 36px;
  }

  .m-mnc-price {
    font-size: 14px;
  }

  .m-mnc-button {
    font-size: 12px;
    padding: 8px 15px;
  }
}

.m-mnc-button--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.m-mnc-button--with-icon svg {
  transition: transform 0.3s ease;
}

.m-mnc-button--with-icon:hover svg {
  transform: translateX(4px);
}


.m-mnc-product-card__media {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
}

.m-mnc-product-card__media img {
  mix-blend-mode: multiply;
  transition: transform 0.5s ease;
}

.m-mnc-product-card:hover .m-mnc-product-card__media img {
  transform: scale(1.05);
}

.m-mnc-product-card__title a {
  text-decoration: none;
  color: inherit;
}

.m-mnc-product-card__title a:hover {
  color: #008a00;
}

.m-mnc-button--outline {
  border-width: 1px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* MNC Full Cover & Buy Now Styles */
.m-mnc-media--full {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 12px;
  overflow: hidden;
}

.m-mnc-media--full img {
  object-fit: cover !important;
}

.m-mnc-button--buy-now {
  background: transparent;
  border: 1.5px solid #008a00;
  color: #008a00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.m-mnc-button--buy-now:hover {
  background: #008a00;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 138, 0, 0.2);
}

@media (max-width: 767px) {
  .m-mnc-new-launch .m:grid-2-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .m-mnc-product-card__info {
    padding: 0 5px;
  }
}

/* Ultra-Premium MNC Product Card UI/UX */
.m-mnc-premium-card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.2s ease;
  height: 100%;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.m-mnc-premium-card:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.m-mnc-card-link {
  display: block;
  text-decoration: none;
}

.m-mnc-card-image-wrap {
  background: #f9fafb;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  /* Square ratio */
  border-bottom: 1px solid #f3f4f6;
}

.m-mnc-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.m-mnc-card-image--main {
  opacity: 1;
}

.m-mnc-card-image--hover {
  opacity: 0;
}

.m-mnc-premium-card:hover .m-mnc-card-image--main {
  opacity: 0;
}

.m-mnc-premium-card:hover .m-mnc-card-image--hover {
  opacity: 1;
  transform: scale(1.03);
}

.m-mnc-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #34AF4A;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.m-mnc-card-content {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.m-mnc-brand {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin-bottom: 2px;
  font-weight: 400;
}

.m-mnc-title {
  font-size: 13px;
  font-weight: 400;
  color: #111827;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 4px 0;
  text-decoration: none;
}

.m-mnc-card-link:hover .m-mnc-title {
  color: #059669;
}

.m-mnc-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #6b7280;
  margin-bottom: 6px;
  font-weight: 500;
}

.m-mnc-stars {
  color: #f59e0b;
  /* Premium Gold */
  display: flex;
  gap: 2px;
}

.m-mnc-desc-block {
  display: none !important;
}

.m-mnc-desc-title {
  display: none;
}

.m-mnc-desc-text {
  display: none;
}

.m-mnc-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 16px;
}

.m-mnc-price-current {
  font-size: 15px;
  font-weight: 500;
}

.m-mnc-price--sale {
  color: #dc2626;
}

.m-mnc-price--regular {
  color: #111827;
}

.m-mnc-price-old {
  font-size: 11px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 400;
}

.m-mnc-trust {
  display: none !important;
}

.m-mnc-premium-card .m-mnc-cta-btn {
  width: 100%;
  border-radius: 4px;
  background: #34AF4A !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.m-mnc-action-buttons {
  display: flex;
  gap: 8px;
  width: 100%;
}

.m-mnc-btn-icon {
  flex: 0 0 45px;
  height: 40px;
  padding: 0 !important;
  position: relative;
}

.m-mnc-btn-icon .m-mnc-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-mnc-btn-icon .m-spinner-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.m-spinner-loading .m-mnc-btn-icon .m-spinner-icon {
  display: flex;
}

.m-spinner-loading .m-mnc-btn-icon .m-mnc-icon-svg {
  visibility: hidden;
}

.m-mnc-btn-buy-now {
  height: 40px;
  background: #000000 !important; /* Premium black for Buy Now */
}

.m-mnc-btn-buy-now:hover {
  background: #333333 !important;
}

.m-mnc-premium-card .m-mnc-cta-btn:hover {
  background: #000 !important;
}


.m-mnc-cta-btn--soldout {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
  box-shadow: none;
}

.m-mnc-cta-btn--soldout:hover {
  transform: none;
  box-shadow: none;
  background: #f3f4f6;
}

.m-mnc-secondary-link {
  font-size: 11px;
  color: #34AF4A;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.m-mnc-secondary-link:hover {
  color: #34af4a;
  text-decoration: underline;
}

.m-mnc-card-premium:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: #eee;
  transform: translateY(-5px);
}

.m-mnc-media--has-hover .m-mnc-img-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.m-mnc-card-premium:hover .m-mnc-img-secondary {
  opacity: 1;
}

.m-mnc-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
}

.m-mnc-badge {
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.m-mnc-badge--new {
  background: #000;
  color: #fff;
}

.m-mnc-badge--save {
  background: #ff3b3b;
  color: #fff;
}

.m-mnc-product-card__title {
  margin-top: 15px;
  height: 44px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.m-mnc-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0;
}

.m-mnc-price--sale {
  font-size: 18px;
  font-weight: 800;
  color: #008a00;
}

.m-mnc-price--regular {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}

.m-mnc-button--premium {
  background: #008a00;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.m-mnc-button--premium:hover {
  background: #006400;
  box-shadow: 0 8px 20px rgba(0, 138, 0, 0.3);
}

.m-mnc-button--premium svg {
  transition: transform 0.3s ease;
}

.m-mnc-button--premium:hover svg {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .m-mnc-card-premium {
    border-radius: 15px;
    padding: 8px;
  }

  .m-mnc-price--sale {
    font-size: 16px;
  }

  .m-mnc-product-card__title {
    font-size: 13px;
  }
}

/* Shop by Concern Circle Resizing */
.sf-home__collection-list .m-collection-card__image-rounded {
  max-width: 170px;
  /* Adjust desktop size */
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sf-home__collection-list .m-collection-card__image-rounded {
    max-width: 100px;
    /* Adjust mobile size */
  }

  .sf-home__collection-list .m-header__desktop {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* === Additional UI Refinements === */

/* Remove unwanted slider bottom padding */
.m-mixed-layout__wrapper, .swiper-container {
  padding-bottom: 0 !important;
}

/* Reduce Announcement Bar bottom margin */
.m-announcement-bar {
  margin-bottom: 0 !important;
}

/* Ensure section headers are sleek and compact */
.m-section__header {
  margin-bottom: 20px !important;
}

  .sf-home__collection-list .swiper-slide {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* Wider cards adjustments for MNC */
@media (max-width: 767px) {
  .m-product-tabs__content .swiper-slide {
    width: 75% !important;
  }
}

@media (min-width: 1024px) {
  .m-product-tabs__content .m-mixed-layout__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Add Space between cards and slider buttons */
[data-slider-controls],
.m-slider-controls {
  margin-top: 32px !important;
}

.m-mixed-layout__wrapper,
.swiper-container {
  padding-bottom: 15px;
}

/* Fix missing section header margin on desktop (>= 1280px) */
@media screen and (min-width: 1280px) {
    .m-section__header {
        margin-bottom: 30px;
    }
}

/* Native Slider for New Launch MNC Section */
@media screen and (max-width: 767px) {
  .m-mnc-native-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px !important;
  }

  .m-mnc-native-slider::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .m-mnc-slider__slide {
    flex: 0 0 75% !important;
    scroll-snap-align: center;
    width: 75% !important;
  }
}

/* MNC Premium Section & Button Styling */
.m-mnc-new-launch {
  position: relative;
  overflow: hidden;
  background-color: #F6F8F4;
}

.m-mnc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.m-mnc-button--black {
  background: #34AF4A;
  color: #ffffff;
}

.m-mnc-button--black:hover {
  background: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.m-mnc-button--with-icon span {
  margin-right: 8px;
}

.m-mnc-section__footer {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-mnc-section__footer {
    margin-top: 30px;
  }
  
  .m-mnc-button {
    padding: 10px 24px;
    font-size: 13px;
  }
}

/* Bestsellers Premium Left-Aligned Design */
.m-mnc-bestsellers-premium .m-section__header {
  margin-bottom: 40px !important; /* More breathing room for the premium header */
}

.m-mnc-header-left-badge .m-section__heading {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 14px; /* Slightly more padding for a cleaner look */
  letter-spacing: -0.5px;
  margin-bottom: 15px !important; /* Separates heading from filters below */
  line-height: 1.2;
}

.m-mnc-header-left-badge .m-section__heading::after {
  content: '';
  position: absolute;
  bottom: -2px; /* Positioned below the text descenders to prevent overlap */
  left: 0;
  width: 65px; 
  height: 4px;
  background: #000;
  border-radius: 2px;
}

.m-mnc-header-left-badge .m-section__subheading {
  font-size: 14px;
  font-weight: 500;
  color: #34AF4A; 
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px; /* Increased spacing between subheading and heading */
}

/* Align Tag Filters to Left */
.m:text-left .m-mnc-tag-filter-list {
  justify-content: flex-start;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .m-mnc-header-left-badge .m-section__heading {
    font-size: 22px;
  }
  
  .m-mnc-bestsellers-premium .m-section__header {
    margin-bottom: 20px !important;
  }
}


/* Tag Filter Styling */
.m-mnc-tag-filter-wrapper {
  margin-bottom: 40px;
}

.m-mnc-tag-filter-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.m-mnc-tag-filter-list::-webkit-scrollbar {
  display: none;
}

.m:text-center .m-mnc-tag-filter-list {
  justify-content: center;
}

.m-mnc-tag-btn {
  white-space: nowrap;
  padding: 8px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  background: #ffffff;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.m-mnc-tag-btn:hover {
  border-color: #000;
}

.m-mnc-tag-btn.is-active {
  background: #000000;
  color: #ffffff;
  border-color: #000;
}

/* Product Filter Transition */
.m-mnc-grid__item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media screen and (max-width: 767px) {
  .m-mnc-tag-filter-wrapper {
    margin-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}

/* Reduce Side Margins for Bestsellers Section */
.m-mnc-bestsellers-premium .container,
.m-mnc-bestsellers-premium .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (min-width: 1024px) {
  .m-mnc-bestsellers-premium .container {
    max-width: 1350px !important; /* Slightly wider than standard to reduce side whitespace */
  }
}

@media screen and (max-width: 1023px) {
  .m-mnc-bestsellers-premium .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Collection Page MNC Refinements */
.m-collection-page-header {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.m-collection-page-header__wrapper {
  border-radius: 0 !important;
}

.m-collection-page-header .m-collection-page-header__title {
  font-size: 24px; /* Even smaller */
  line-height: 1.1;
  margin-top: 5px;
}

.m-collection-page-header__inner.m-mnc-header-left-badge {
  padding-top: 25px; /* Very compact */
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .m-collection-page-header .m-collection-page-header__title {
    font-size: 20px; 
  }
  
  .m-collection-page-header__inner.m-mnc-header-left-badge {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

/* Premium MNC Breadcrumbs - Ultra Small */
.m-breadcrumb {
  font-size: 8px !important; 
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #999;
  margin-bottom: 8px;
}

.m-collection-page-header__description {
  font-size: 12px; 
  max-width: 700px;
  margin-top: 10px;
  line-height: 1.4;
}

.m-mnc-header-left-badge .m-section__heading::after {
  width: 40px; /* Smaller underline */
}



.m-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.m-breadcrumb a:hover {
  color: #000;
}

.m-breadcrumb__item.is-current {
  color: #34AF4A; /* Brand green for current page in breadcrumb */
  font-weight: 700;
}

.m-breadcrumb__separator {
  margin: 0 10px;
  opacity: 0.3;
}

.m-product-grid .m-product-item {
  padding: 0 10px 40px; 
}


@media screen and (max-width: 767px) {
  .m-product-grid .m-product-item {
    padding: 0 5px 25px;
  }
}

/* Sleek Filter Sidebar */
.m-sidebar--title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  display: inline-block;
}

.m-filter--widget-title {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1a1a;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.m-facets__summary {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.m-facets__display {
  padding-top: 15px;
}

.m-facet--item {
  margin-bottom: 10px;
}

.m-facet--label {
  font-size: 13px;
  color: #4b5563;
  font-weight: 500;
}

.m-facet--checkbox:hover .m-facet--label {
  color: #000;
}

/* Active Filter Badges - MNC Style */
.m-active-facets {
  margin-bottom: 25px;
}

.m-active-facets--item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 8px 8px 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.m-active-facets--item:hover {
  border-color: #000;
  transform: translateY(-1px);
}

.m-active-facets--item a {
  color: #111827;
  text-decoration: none;
}

.m-active-facets--remove-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.m-active-facets--remove-icon svg {
  width: 8px;
  height: 8px;
}

.m-active-facets--item-remove-all a {
  background: #000;
  color: #fff;
  border-color: #000;
  padding: 6px 16px;
  border-radius: 100px;
}

/* Sidebar Tag Filter Pills - MNC Grade */
.m-filter--widget-filter .m-facets {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding-bottom: 5px;
}

.m-filter--widget-filter .m-facet--item {
  margin: 0 !important;
  list-style: none !important;
}

.m-filter--widget-filter .m-facet--item a,
.m-filter--widget-filter .m-facet--item .m-link {
  display: inline-block !important;
  padding: 8px 16px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 100px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #374151 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  background: #ffffff !important;
  cursor: pointer;
}

.m-filter--widget-filter .m-facet--item.active a,
.m-filter--widget-filter .m-facet--item.active .m-link {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.m-filter--widget-filter .m-facet--item:hover a,
.m-filter--widget-filter .m-facet--item .m-link:hover {
  border-color: #000000 !important;
  transform: translateY(-1px);
}

/* ===== Storefront Filters - MNC Grade ===== */

/* Checkbox Modernization */
.m-facet--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  cursor: pointer;
  transition: color 0.15s ease;
}

.m-facet--checkbox svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1.5px solid #d1d5db;
  transition: all 0.15s ease;
}

.m-facet--checkbox input:checked + svg {
  border-color: #000;
  background: #000;
  color: #fff;
}

.m-facet--checkbox:hover svg {
  border-color: #9ca3af;
}

.m-facet--product-count {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 400;
  margin-left: 4px;
}

/* Price Range Slider */
.m-facets-price {
  padding: 10px 0;
}

.m-facets-price--ranges {
  position: relative;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  margin: 20px 0;
}

.m-facets-price--range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.m-facets-price--range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  border: 3px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.m-facets-price--input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.m-facets-price--field {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 12px;
  background: #f9fafb;
  transition: border-color 0.2s;
}

.m-facets-price--field:focus-within {
  border-color: #000;
  background: #fff;
}

.m-facets-price--field input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  padding: 0 !important;
}

.m-facets-price--field-currency {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  margin-right: 2px;
}

.m-facets-price--to {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9ca3af;
  letter-spacing: 1px;
}

/* Accordion Arrow Refinement */
.m-accordion--item-icon {
  transition: transform 0.25s ease;
}

.m-accordion--item.open .m-accordion--item-icon {
  transform: rotate(180deg);
}

/* Sidebar Layout Polish */
.m-sidebar--content {
  padding: 0 0 30px;
}

.m-filter--widget {
  margin-bottom: 8px;
}

.m-filter--widget-content {
  padding: 5px 0 10px;
}

/* Mobile Filter Drawer */
@media screen and (max-width: 1279px) {
  .m-sidebar {
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
  }

  .m-sidebar--content {
    padding: 30px 20px;
  }

  .m-sidebar--close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f4f6;
    transition: background 0.2s;
    cursor: pointer;
  }

  .m-sidebar--close:hover {
    background: #e5e7eb;
  }
}

/* Collection Toolbar Enhancement */
.m-collection-page--toolbar {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

/* Faded Regular Price */
.m-price-item--regular {
  font-size: 0.85em !important;
  opacity: 0.6 !important;
  font-weight: 400 !important;
  margin-left: 5px;
}


/* ================================================================
   PRODUCT PAGE — ULTRA PREMIUM MNC REDESIGN v2
   ================================================================ */

/* === Layout === */
.m-main-product { padding: 20px 0 10px; }
.m-main-product--wrapper { --column-gap: 50px !important; }
.container-fluid { padding-left: 20px !important; padding-right: 20px !important; }

/* Sleek Section Margins (Product Page Only) */
.template-product .m-section-my { margin-top: 40px !important; margin-bottom: 40px !important; }
.template-product .m-section-py { padding-top: 40px !important; padding-bottom: 40px !important; }
.template-product .icon-box, .template-product .collapsible-tabs { margin-top: 20px !important; margin-bottom: 20px !important; }

/* Hide Breadcrumbs */
.m-breadcrumb, .breadcrumb, .m-product-info--wrapper .m-breadcrumb { display: none !important; }

/* === LEFT: Vertical Thumbnail Gallery === */
.m-product-media--layout-6 .m-product-media--thumb__list { gap: 6px !important; }

.m-product-media--layout-6 .m-product-media--thumb {
  border: 1.5px solid transparent; border-radius: 6px; overflow: hidden;
  cursor: pointer; transition: all 0.2s cubic-bezier(.4,0,.2,1); opacity: 0.5;
}
.m-product-media--layout-6 .m-product-media--thumb:hover { opacity: 0.85; border-color: #d1d5db; }
.m-product-media--layout-6 .m-product-media--thumb.active,
.m-product-media--layout-6 .m-product-media--thumb.is-active {
  border-color: #111 !important; opacity: 1; box-shadow: 0 0 0 0.5px #111;
}
.m-product-media--layout-6 .m-product-media--thumb img { border-radius: 4px; }

.m-product-media--layout-6 .m-product-media--featured {
  border-radius: 10px; overflow: hidden; background: #f8f8f8; border: 1px solid #eee;
  position: relative;
}
.m-product-media--layout-6 .m-product-media--featured img {
  border-radius: 10px; transition: transform 0.5s cubic-bezier(.4,0,.2,1);
}
.m-product-media--layout-6 .m-product-media--featured:hover img { transform: scale(1.04); }

.m-product-media--zoom-icon {
  position: absolute; top: 15px; right: 15px; z-index: 10;
}

.m-product-media--zoom-icon .m-tooltip {
  width: 44px; height: 44px; border-radius: 50%; 
  background: rgba(255,255,255,0.85) !important; backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.05); color: #000 !important;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: all 0.3s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}

.m-product-media--zoom-icon .m-tooltip:hover {
  background: #000 !important; color: #fff !important; transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.m-product-media--zoom-icon .m-tooltip svg { width: 20px; height: 20px; }
.m-product-media--zoom-icon .m-tooltip::after { display: none !important; } /* Hide tooltip arrow/text if any */

/* Wishlist button */
.m-product-media--mobile__atwl-button {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.2s;
}

/* === RIGHT: Product Info === */
.m-product-info--wrapper { padding-left: 5px; }

/* Breadcrumb */
.m-product-info--wrapper .m-breadcrumb {
  font-size: 9px !important; text-transform: uppercase; letter-spacing: 1.8px;
  color: #aaa; margin-bottom: 8px; padding: 0;
}
.m-product-info--wrapper .m-breadcrumb a { color: #aaa; }
.m-product-info--wrapper .m-breadcrumb a:hover { color: #000; }

/* Title */
.m-product-info--wrapper .m-product-title {
  font-size: 24px !important; font-weight: 700 !important; line-height: 1.25 !important;
  color: #0a0a0a; letter-spacing: -0.3px; margin-bottom: 6px !important;
}

/* Rating */
.m-product-info--wrapper .m-product-reviews-badge,
.m-product-info--wrapper .jdgm-prev-badge {
  margin-bottom: 10px; display: inline-flex; align-items: center; gap: 6px;
}

/* Price */
.m-product-info--wrapper .m-price--wrapper {
  margin-bottom: 12px; padding: 10px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;
}
.m-product-info--wrapper .m-price-item--regular {
  font-size: 22px !important; font-weight: 800 !important; color: #0a0a0a;
}
.m-product-info--wrapper .m-price-item--sale {
  font-size: 22px !important; font-weight: 800 !important; color: #0a0a0a;
}
.m-product-info--wrapper .m-price-item--compare-at {
  font-size: 14px !important; color: #bbb; text-decoration: line-through; font-weight: 400;
}
.m-product-info--wrapper .m-product-price__sale-badge {
  background: #ecfdf5; color: #059669; padding: 3px 8px; border-radius: 4px;
  font-size: 11px; font-weight: 700; margin-left: 8px; letter-spacing: 0.3px;
}
.m-product-info--wrapper .product-policies { font-size: 11px; color: #bbb; margin-top: 4px; }

/* Short Description */
.m-product-info--wrapper .m-product-short-desc {
  font-size: 13px; line-height: 1.55; color: #555; margin-bottom: 14px;
  padding-bottom: 14px; border-bottom: 1px solid #f0f0f0;
}

/* === Variants === */
.m-product-info--wrapper .m-product-option { margin-bottom: 14px; }
.m-product-info--wrapper .m-product-option--label {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  color: #555; margin-bottom: 8px;
}

.m-product-info--wrapper .m-product-option--node,
.m-product-info--wrapper .m-product-option--swatch {
  border: 1.5px solid #e0e0e0; border-radius: 6px; padding: 8px 14px;
  font-size: 12px; font-weight: 600; color: #444; transition: all 0.15s ease;
  cursor: pointer; background: #fff;
}
.m-product-info--wrapper .m-product-option--node:hover,
.m-product-info--wrapper .m-product-option--swatch:hover { border-color: #888; }

.m-product-info--wrapper .m-product-option--node.selected,
.m-product-info--wrapper .m-product-option--node.is-selected,
.m-product-info--wrapper .m-product-option--swatch.selected,
.m-product-info--wrapper .m-product-option--swatch.is-selected {
  border-color: #0a0a0a !important; background: #0a0a0a; color: #fff;
}

/* === Quantity + Buy === */
.m-product-info--wrapper .m-product-atc--wrapper { margin-bottom: 14px; }

.m-product-info--wrapper .m-quantity-wrapper {
  border: 1.5px solid #e0e0e0; border-radius: 6px; height: 46px; overflow: hidden;
}
.m-product-info--wrapper .m-quantity-wrapper input { font-weight: 700; font-size: 14px; }
.m-product-info--wrapper .m-quantity-wrapper button { transition: background 0.15s; }
.m-product-info--wrapper .m-quantity-wrapper button:hover { background: #f5f5f5; }

/* ATC */
.m-product-info--wrapper .m-add-to-cart {
  background: #0a0a0a !important; color: #fff !important; border: none !important;
  border-radius: 6px !important; font-size: 13px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: 1.2px !important;
  padding: 13px 28px !important; transition: all 0.25s cubic-bezier(.4,0,.2,1) !important;
  height: 46px;
}
.m-product-info--wrapper .m-add-to-cart:hover {
  background: #222 !important; box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  transform: translateY(-1px);
}
.m-product-info--wrapper .m-add-to-cart:active { transform: translateY(0) scale(0.98); }

/* Dynamic checkout / Buy Now */
.m-product-info--wrapper .shopify-payment-button { margin-top: 8px !important; }
.m-product-info--wrapper .shopify-payment-button__button {
  border-radius: 6px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: 1px !important;
  min-height: 46px; transition: all 0.25s cubic-bezier(.4,0,.2,1) !important;
}
.m-product-info--wrapper .shopify-payment-button__button:hover {
  box-shadow: 0 6px 20px rgba(52,175,74,0.25); transform: translateY(-1px);
}
.m-product-info--wrapper .shopify-payment-button__button--branded {
  background: #34AF4A !important;
}

/* === Shipping === */
.m-product-info--wrapper .m-product-shipping {
  background: #fafafa; border: 1px solid #eee; border-radius: 8px;
  padding: 12px 16px; margin-bottom: 12px;
}
.m-product-info--wrapper .m-product-shipping__delivery { font-size: 12px; font-weight: 600; color: #444; }
.m-product-info--wrapper .m-product-shipping__delivery strong { color: #059669; }
.m-product-info--wrapper .m-product-shipping__text { font-size: 12px; color: #888; margin-top: 4px; }

/* === Inventory === */
.m-product-info--wrapper .m-product-inventory { margin-bottom: 12px; }
.m-product-info--wrapper .m-product-inventory__text { font-size: 12px; font-weight: 600; }
.m-product-info--wrapper .m-product-inventory__bar {
  height: 5px; border-radius: 3px; background: #eee; overflow: hidden; margin-top: 6px;
}
.m-product-info--wrapper .m-product-inventory__bar-inner { height: 100%; border-radius: 3px; }

/* === Addons === */
.m-product-info--wrapper .m-product-addons {
  display: flex; gap: 16px; padding: 10px 0; border-top: 1px solid #f0f0f0; margin-bottom: 10px;
}
.m-product-info--wrapper .m-product-addons button,
.m-product-info--wrapper .m-product-addons a {
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px;
  color: #888; transition: color 0.15s;
}
.m-product-info--wrapper .m-product-addons button:hover,
.m-product-info--wrapper .m-product-addons a:hover { color: #0a0a0a; }

/* === Trust Badge === */
.m-product-info--wrapper .m-product-trust-badge { padding: 10px 0; border-top: 1px solid #f0f0f0; }
.m-product-info--wrapper .m-product-trust-badge p {
  font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: #aaa; font-weight: 600;
}

/* === Visitors === */
.m-product-info--wrapper .m-product-live-view {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, #fef9e7 0%, #fef3c7 100%);
  border: 1px solid #fde68a; border-radius: 6px; padding: 8px 12px;
  font-size: 12px; font-weight: 600; color: #92400e; margin-bottom: 10px;
}
.m-product-info--wrapper .m-product-live-view__dot {
  width: 7px; height: 7px; border-radius: 50%; background: #f59e0b;
}
.m-product-info--wrapper .m-product-live-view__dot.blink { animation: mnc-blink 1s infinite; }
@keyframes mnc-blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

/* === Meta === */
.m-product-info--wrapper .m-product-meta { padding: 10px 0; border-top: 1px solid #f0f0f0; }
.m-product-info--wrapper .m-product-meta__item { font-size: 12px; color: #888; margin-bottom: 4px; }
.m-product-info--wrapper .m-product-meta__item strong,
.m-product-info--wrapper .m-product-meta__item span:first-child {
  font-weight: 700; color: #555; text-transform: uppercase; font-size: 10px; letter-spacing: 0.8px;
}
.m-product-info--wrapper .m-product-meta__item a { color: #34AF4A; text-decoration: none; font-weight: 600; }
.m-product-info--wrapper .m-product-meta__item a:hover { text-decoration: underline; }

/* === Collapsible Tabs === */
.m-product-info--wrapper .m-product-collapsible-tab {
  border: 1px solid #f0f0f0; border-radius: 6px; margin-bottom: 6px; overflow: hidden;
}
.m-product-info--wrapper .m-product-collapsible-tab__header {
  padding: 11px 14px; font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; background: #fafafa; cursor: pointer; transition: background 0.15s;
}
.m-product-info--wrapper .m-product-collapsible-tab__header:hover { background: #f3f3f3; }
.m-product-info--wrapper .m-product-collapsible-tab__content {
  padding: 0 14px 12px; font-size: 13px; line-height: 1.55; color: #555;
}

/* === Product Detail Tabs Below === */
.m-tabs__header { border-bottom: 2px solid #eee !important; }
.m-tabs__header-item {
  font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important;
  letter-spacing: 1px !important; padding: 12px 20px !important; color: #888;
  border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s;
}
.m-tabs__header-item:hover { color: #444; }
.m-tabs__header-item.active,
.m-tabs__header-item.is-active {
  color: #0a0a0a !important; border-bottom-color: #0a0a0a !important;
}
.m-tabs__content { font-size: 14px; line-height: 1.65; color: #555; padding-top: 20px; }

/* === Sticky ATC Bar === */
.m-sticky-atc { backdrop-filter: blur(12px); background: rgba(255,255,255,0.95) !important; }
.m-sticky-atc .m-add-to-cart { height: 40px !important; font-size: 12px !important; }

/* === MOBILE === */
@media screen and (max-width: 767px) {
  .m-main-product--wrapper { --column-gap: 0 !important; --column-gap-mobile: 0 !important; }
  .m-product-info--wrapper { padding: 16px 0 0; }
  .m-product-info--wrapper .m-product-title { font-size: 20px !important; }
  .m-product-info--wrapper .m-price-item--regular,
  .m-product-info--wrapper .m-price-item--sale { font-size: 20px !important; }

  .m-product-media--layout-6 .m-product-media--thumb__list {
    flex-direction: row !important; overflow-x: auto; scrollbar-width: none;
    gap: 5px !important; padding-bottom: 6px;
  }
  .m-product-media--layout-6 .m-product-media--thumb__list::-webkit-scrollbar { display: none; }
  .m-product-media--layout-6 .m-product-media--thumb { flex: 0 0 55px; width: 55px; height: 55px; }
  .m-product-media--layout-6 .m-product-media--featured { border-radius: 6px; }

  .m-product-info--wrapper .m-product-atc--wrapper .m\\:flex { flex-direction: column; gap: 8px; }
  .m-product-info--wrapper .m-add-to-cart { width: 100% !important; }
  .m-product-info--wrapper .shopify-payment-button__button { width: 100% !important; }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-product-info--wrapper .m-product-title { font-size: 22px !important; }
  .m-main-product--wrapper { --column-gap: 30px !important; }
}

/* Shop by Categories Slider - Left/Right Spacing Fix (Desktop Only) */
@media screen and (min-width: 1280px) {
    .m-product-list.m-mixed-layout {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto !important;
    }

    .m-mixed-layout__wrapper.swiper-container {
        padding-top: 0px;
        padding-left: 40px !important;
        padding-right: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
}


 / *   R e d u c e   s p a c e   b e l o w   a n n o u n c e m e n t   b a r   * / 
 . m - a n n o u n c e m e n t - b a r   { 
     m a r g i n - b o t t o m :   0   ! i m p o r t a n t ; 
 } 
 . m - h e a d e r   { 
     m a r g i n - t o p :   0   ! i m p o r t a n t ; 
 } 
 . m - h e a d e r _ _ d e s k t o p   { 
     p a d d i n g - t o p :   5 p x   ! i m p o r t a n t ; 
     p a d d i n g - b o t t o m :   5 p x   ! i m p o r t a n t ; 
 } 
 
 