/** Shopify CDN: Minification failed

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

**/
.holiday-bundle {
  padding: 80px 0;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.bundle-heading {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.3;
}

.bundle-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 50px;
  align-items: center;
}

.bundle-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bundle-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.bundle-item p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  max-width: 350px;
}

.bundle-item .num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e60000;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.center-image {
  position: relative;
  margin: 0 auto;
}

.holiday-bundle .bundle-grid {
  align-items: start;
}

.holiday-bundle .center-image {
  /* top: 50%;
  transform: translateY(-50%); */
  height: 100%;
  max-width: 280px;
}

.main-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lock-pos {
  position: absolute;
  width: 22px;
  opacity: 0.5;
}

.cta-wrap {
  margin-top: 50px;
}

.cta-btn {
  background: #ED0000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}



/* Exact Placement Around Center */

.lock-1 { top: -100px; left: 50%; transform: translateX(-50%); }
.lock-2 { top: -60px; right: 5px; }
.lock-3 { top: 50%; right: 10px; transform: translateY(-50%); }
.lock-4 { bottom: 20px; right: -35px; }
.lock-5 { bottom: -20px; left: 50%; transform: translateX(-50%); }

/* ---------------------- */
/* RESPONSIVE             */
/* ---------------------- */

@media (max-width: 992px) {
  .bundle-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .center-image {
    order: -1;
    width: 220px;
  }
}

@media (max-width: 768px) {
  .bundle-heading {
    font-size: 28px;
  }

  .holiday-bundle {
    padding: 60px 0;
  }

  .center-image {
    width: 180px;
  }

  .lock-pos {
    width: 18px;
  }

  .bundle-grid {

  .lock-2, .lock-4 { right: -20px; }
  .lock-3 { right: -28px; }
  .lock-6, .lock-8 { left: -20px; }
  .lock-7 { left: -28px; }
}

@media (max-width: 480px) {
  .center-image {
    width: 150px;
  }

  .lock-pos {
    width: 16px;
  }

  .cta-btn {
    padding: 10px 20px;
    font-size: 15px;
  }

}
