/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/hero/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
 * Hero Block Styles - Full Code with Enhanced Responsiveness
 * Includes initial detailed styling, Glide.js classes, animations, and clean mobile stacking.
 */
.wp-block-create-block-hero.hero-block {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  width: 100%;
}
.wp-block-create-block-hero.hero-block .hero-glide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.wp-block-create-block-hero.hero-block .glide__track {
  overflow: hidden;
  position: relative;
}
.wp-block-create-block-hero.hero-block .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
}
.wp-block-create-block-hero.hero-block .glide__slide.hero-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  height: auto;
  min-height: 600px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-create-block-hero.hero-block .hero-slide-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #279c9c;
  margin: 0 0 1rem 0;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-price .amount {
  font-size: inherit;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-price del {
  color: #94a3b8;
  font-size: 0.9em;
  margin-right: 0.5rem;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-price ins {
  text-decoration: none;
  color: #e11d48;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-badge {
  display: inline-block;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid #1f7f7f;
  color: #1f7f7f;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: #1a202c;
  margin: 0 0 1.5rem 0;
  font-style: italic;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 2.5rem 0;
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #279c9c, #1f7f7f);
  color: #ffffff;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(39, 156, 156, 0.25);
}
.wp-block-create-block-hero.hero-block .hero-text-content .hero-cta-button:hover {
  background: linear-gradient(135deg, #1f7f7f, #279c9c);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 156, 156, 0.35);
}
.wp-block-create-block-hero.hero-block .hero-image-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-create-block-hero.hero-block .hero-image-content .hero-product-image {
  position: relative;
  max-width: 500px;
  animation: float 6s ease-in-out infinite;
}
.wp-block-create-block-hero.hero-block .hero-image-content .hero-product-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-create-block-hero.hero-block .glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  transition: all 0.3s ease;
}
.wp-block-create-block-hero.hero-block .glide__arrows .glide__arrow:hover {
  background: #279c9c;
  color: #ffffff;
}
.wp-block-create-block-hero.hero-block .glide__arrows .glide__arrow.glide__arrow--left {
  left: 2rem;
}
.wp-block-create-block-hero.hero-block .glide__arrows .glide__arrow.glide__arrow--right {
  right: 2rem;
}
.wp-block-create-block-hero.hero-block .glide__bullets {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.wp-block-create-block-hero.hero-block .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding: 0;
  outline: none;
  flex-shrink: 0;
  display: block;
  border: 1px solid #279c9c;
}
.wp-block-create-block-hero.hero-block .glide__bullets .glide__bullet:hover:not(.glide__bullet--active) {
  background: rgba(39, 156, 156, 0.7);
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.wp-block-create-block-hero.hero-block .glide__bullets .glide__bullet.glide__bullet--active {
  background: #279c9c;
  transform: scale(1.3);
  box-shadow: 0 3px 8px rgba(39, 156, 156, 0.4);
}
.wp-block-create-block-hero.hero-block .glide__bullets .glide__bullet.glide__bullet--active::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid rgba(39, 156, 156, 0.3);
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}
@keyframes pulse-ring {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.wp-block-create-block-hero.hero-block {
  /* ----------------------------------------------------------------- */
  /* ----------------- ENHANCED RESPONSIVE DESIGN -------------------- */
  /* ----------------------------------------------------------------- */
}
@media (max-width: 1200px) {
  .wp-block-create-block-hero.hero-block .hero-slide-content {
    gap: 2rem;
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-description {
    font-size: 1.05rem;
  }
}
@media (max-width: 880px) {
  .wp-block-create-block-hero.hero-block .glide__slide.hero-slide {
    min-height: 550px;
  }
  .wp-block-create-block-hero.hero-block .hero-slide-content {
    grid-template-columns: 1fr; /* Stack columns */
    gap: 2rem;
    text-align: center;
    max-width: 600px;
  }
  .wp-block-create-block-hero.hero-block .hero-image-content {
    order: -1; /* Place image above text */
  }
  .wp-block-create-block-hero.hero-block .hero-image-content .hero-product-image {
    max-width: 300px;
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-title {
    font-size: clamp(2rem, 7vw, 2.5rem);
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-description {
    font-size: 1rem;
    margin: 0 auto 2rem auto;
  }
  .wp-block-create-block-hero.hero-block {
    /* Center the CTA button when text is centered */
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-cta-button {
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wp-block-create-block-hero.hero-block {
    /* Adjust Navigation Arrows */
  }
  .wp-block-create-block-hero.hero-block .glide__arrows .glide__arrow {
    width: 44px;
    height: 44px;
  }
  .wp-block-create-block-hero.hero-block .glide__arrows.glide__arrow--left {
    left: 1rem;
  }
  .wp-block-create-block-hero.hero-block .glide__arrows.glide__arrow--right {
    right: 1rem;
  }
}
@media (max-width: 768px) {
  .wp-block-create-block-hero.hero-block .glide__slide.hero-slide {
    padding: 2rem 1rem;
  }
}
@media (max-width: 580px) {
  .wp-block-create-block-hero.hero-block .wp-block-create-block-hero.hero-block {
    min-height: 500px;
  }
  .wp-block-create-block-hero.hero-block .glide__slide.hero-slide {
    padding: 3rem 1rem;
    min-height: 500px;
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-badge {
    padding: 6px 15px;
    font-size: 11px;
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .wp-block-create-block-hero.hero-block .hero-text-content .hero-cta-button {
    padding: 12px 24px;
    font-size: 13px;
  }
  .wp-block-create-block-hero.hero-block .hero-image-content .hero-product-image {
    max-width: 250px;
  }
  .wp-block-create-block-hero.hero-block {
    /* Smaller Bullets */
  }
  .wp-block-create-block-hero.hero-block .glide__bullets {
    bottom: 1rem;
  }
  .wp-block-create-block-hero.hero-block .glide__bullets .glide__bullet {
    width: 10px;
    height: 10px;
  }
  .wp-block-create-block-hero.hero-block .glide__bullets .glide__bullet.glide__bullet--active::after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
  }
  .wp-block-create-block-hero.hero-block {
    /* Hide arrows on very small screens */
  }
  .wp-block-create-block-hero.hero-block .glide__arrows {
    display: none;
  }
}

/*# sourceMappingURL=style-hero.css.map*/