/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 74:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.blaze-banner-alt {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.blaze-banner-alt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.blaze-buttons-alt {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  z-index: 2;
}

.blaze-buttons-alt a {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  min-width: 180px;
  text-align: center;
  background-color: #808274;
  color: #fff;
  transition: background-color 0.3s ease;
}

.blaze-buttons-alt a.ontdek {
  background-color: #C79A96;
}

.blaze-buttons-alt a:hover {
  opacity: 0.9;
}

/* Mobiele optimalisatie */
@media (max-width: 768px) {
  .blaze-banner-alt {
    height: auto;
  }

  .blaze-buttons-alt {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    bottom: 5%;
  }

  .blaze-buttons-alt a {
    width: 100%;
    max-width: 240px;
  }
}
</style>
.section-avada-video{
  width:100%;
}
.hurabg-video{
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}