/** Shopify CDN: Minification failed

Line 308:19 Unexpected "*"

**/
/* Eclipse Iluminaciones - Custom Styles */

/* ===== GLOBAL ===== */
html {
  scroll-behavior: smooth;
}

:root {
  --eclipse-blue: #4A7AB5;
  --eclipse-navy: #242833;
  --eclipse-gold: #d4a843;
  --eclipse-light: #f8f9fa;
}

/* ===== HEADER & ANNOUNCEMENT ===== */
.announcement-bar__message {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.85em;
}

/* ===== HERO / SLIDESHOW ===== */
.slideshow .banner__heading {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
}

.slideshow .banner__text {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.slideshow .button--secondary {
  backdrop-filter: blur(4px);
  border-width: 2px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.slideshow .button--secondary:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--eclipse-navy);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ===== SECTION HEADINGS ===== */
.section-header .title {
  position: relative;
  display: inline-block;
}

h2.title,
.collection-list-title,
.title--primary {
  position: relative;
  padding-bottom: 0.5rem;
}

h2.title::after,
.title--primary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--eclipse-blue), var(--eclipse-gold));
  border-radius: 2px;
}

/* ===== PRODUCT CARDS ===== */
.card-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-wrapper:hover .card__heading a {
  color: var(--eclipse-blue);
  transition: color 0.3s ease;
}

.card__media img {
  transition: transform 0.4s ease;
}

.card-wrapper:hover .card__media img {
  transform: scale(1.05);
}

.card__information {
  padding: 0.8rem 0.5rem;
}

.price__regular .price-item,
.price .price-item--sale {
  font-weight: 700;
  font-size: 1.05em;
}

/* Sale badge with gold accent */
.badge--sale {
  background: var(--eclipse-gold) !important;
  color: #1a1a1a !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Sold out badge */
.badge--soldout {
  background: var(--eclipse-navy) !important;
  color: #fff !important;
}

/* ===== COLLECTION CARDS ===== */
.collection-list .card--collection {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-list .card--collection:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.collection-list .card--collection .card__content {
  padding: 1.5rem;
  text-align: center;
}

.collection-list .card--collection .card__media img {
  transition: transform 0.5s ease;
}

.collection-list .card--collection:hover .card__media img {
  transform: scale(1.08);
}

/* ===== MULTICOLUMN INFO SECTION ===== */
.multicolumn-list__item {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--eclipse-light);
}

.multicolumn-list__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.multicolumn-list__item h3 {
  color: var(--eclipse-blue);
  margin-bottom: 0.8rem;
  font-size: 1.1em;
}

/* ===== BUTTONS ===== */
.button--primary {
  background: var(--eclipse-blue);
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.button--primary:hover {
  background: var(--eclipse-navy);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.3);
}

.button--secondary {
  transition: all 0.3s ease;
  font-weight: 600;
}

.button--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ===== VIEW ALL BUTTON ===== */
.center a.button,
.collection-product-list + a.button {
  min-width: 200px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* ===== FOOTER ===== */
.footer .footer-block--brand .footer-block__details-content p {
  line-height: 1.8;
  font-size: 0.9em;
}

.footer {
  border-top: 3px solid var(--eclipse-blue);
}

.credit-card-logos img {
  transition: transform 0.2s ease;
  opacity: 0.8;
}

.credit-card-logos img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.footer .list-payment {
  gap: 0.5rem;
}

/* ===== FAQ PAGE ===== */
.page-faq h3 {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--eclipse-gold);
  color: var(--eclipse-blue);
}

.page-faq p {
  line-height: 1.8;
}

/* ===== CONTACT PAGE ===== */
.page-contact .contact__fields {
  gap: 1rem;
}

/* ===== PRODUCT PAGE ===== */
.product__title {
  letter-spacing: -0.01em;
}

.product .price-item--sale {
  color: #c0392b;
  font-weight: 700;
}

.product .price-item--regular {
  text-decoration: line-through;
  opacity: 0.6;
}

/* Add to cart button enhancement */
.product-form__submit {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.product-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 74, 173, 0.35);
}

/* ===== RESPONSIVE MOBILE ===== */
@media screen and (max-width: 749px) {
  .slideshow .banner__heading {
    font-size: 1.8rem;
  }

  .multicolumn-list__item {
    margin-bottom: 1rem;
  }

  .collection-list .card--collection {
    border-radius: 8px;
  }

  h2.title::after,
  .title--primary::after {
    width: 40px;
    height: 2px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-template--*:not(:first-child) {
  animation: fadeInUp 0.6s ease-out;
}

/* ===== SCROLLBAR STYLING ===== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--eclipse-blue);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--eclipse-navy);
}

/* ===== CONTRAST FIXES (Accessibility) ===== */

/* Fix: body gradient background - ensure text is always readable */
body.gradient {
  background: #ffffff !important;
  background-image: none !important;
}

/* Fix: color-scheme-1 gradient - force solid white background for text readability */
.color-scheme-1.gradient,
.color-scheme-1.isolate.gradient {
  background: #ffffff !important;
  background-image: none !important;
}

/* Fix: section headings on gradient backgrounds */
.color-scheme-1 .title,
.color-scheme-1 h1,
.color-scheme-1 h2,
.color-scheme-1 h3 {
  color: #121212 !important;
}

/* Fix: Junip review carousel - all text must meet 4.5:1 contrast ratio */
.junip-review-carousel-title {
  color: #121212 !important;
  font-weight: 700 !important;
}

.junip-review-carousel-item-title {
  color: #121212 !important;
  font-weight: 700 !important;
  font-size: 1em !important;
}

.junip-review-carousel-item-title span,
.junip-review-carousel-item [class*="title"] span {
  color: #121212 !important;
}

/* Review body text */
.junip-review-carousel-item span,
.junip-review-carousel-item p,
.junip-review-carousel-item div {
  color: #333333 !important;
}

/* Customer name */
.junip-review-carousel-item-customer {
  color: #333333 !important;
  font-weight: 600 !important;
}

/* Product name link in reviews */
.junip-review-product a,
.junip-review-product {
  color: #4A7AB5 !important;
}

/* Review card background - ensure white for contrast */
.junip-review-carousel-item {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
}

/* Stars - keep gold */
.junip-star-filled {
  color: #d4a843 !important;
}

/* Fix: any remaining low-contrast gray text in Dawn */
.caption,
.caption-with-letter-spacing {
  color: #595959 !important; /* 7:1 ratio on white */
}

.price__regular .price-item--regular {
  color: #121212 !important;
}

/* Visually hidden labels that need contrast */
.visually-hidden {
  color: #121212;
}

/* ===== B&S ANNOUNCEMENTS APP COLOR OVERRIDE ===== */
[class*="boostandsales"] [style*="background"],
[id*="boostandsales"] [style*="background"],
.shopify-section-apps iframe + div,
[data-app-id] [style*="background-color"] {
  background-color: #4A7AB5 !important;
}
