/* DEAL88: kurangi kerja layout & fitur iStudio yang tidak dipakai */
.my-store-locator,
my-store-locator,
.my-store-locator--mobile,
my-store-locator-mobile {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .snow-wrap {
    display: none !important;
  }
}

/* Footer bawah metode pembayaran — cegah caret/SVG membesar & rapikan kolom */
.shopify-section-group-footer-group .footer {
  margin-top: 8px;
  padding-bottom: 88px;
  background: #0f0c08;
  color: #fef3c7;
}

.shopify-section-group-footer-group .footercareticon,
.shopify-section-group-footer-group .caretfooter svg,
.shopify-section-group-footer-group .accordion2 svg.icon-caret {
  width: 10px !important;
  height: 6px !important;
  max-width: 12px !important;
  max-height: 8px !important;
  display: inline-block;
  vertical-align: middle;
}

.shopify-section-group-footer-group .caretfooter {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: right;
}

.shopify-section-group-footer-group .accordion2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: auto;
  min-height: 48px;
  padding: 12px 0;
  border-bottom-color: rgba(251, 191, 36, 0.25);
}

.shopify-section-group-footer-group .accordion2 .footer-block__heading,
.shopify-section-group-footer-group .footer-block__heading {
  color: #fbbf24 !important;
}

.shopify-section-group-footer-group .footer_content_list,
.shopify-section-group-footer-group .footer-block__details-content a {
  color: #fde68a !important;
}

.shopify-section-group-footer-group .footer_logosMobile,
.shopify-section-group-footer-group .footer_logos {
  display: none !important;
}

.shopify-section-group-footer-group .footer__blocks-wrapper {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .shopify-section-group-footer-group #footerAccordion {
    display: none !important;
  }

  .shopify-section-group-footer-group .footer__blocks-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(251, 191, 36, 0.25);
  }

  .shopify-section-group-footer-group .footer-block.grid__item {
    flex: 1 1 160px;
    max-width: 220px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .shopify-section-group-footer-group .footer__blocks-wrapper {
    display: none !important;
  }

  .shopify-section-group-footer-group #footerAccordion {
    display: block;
    padding-top: 8px;
    border-top: 1px solid rgba(251, 191, 36, 0.25);
  }

  .shopify-section-group-footer-group .panel2 {
    padding-left: 4px;
  }
}

.shopify-section-group-footer-group .footer__copyright,
.shopify-section-group-footer-group .copyrightCss {
  color: rgba(254, 243, 199, 0.75) !important;
}

.shopify-section-group-footer-group .footer__copyright a {
  color: #fbbf24 !important;
}
