/* ================================================
   VIDEO HERO
   ================================================ */
.region-header-image-region .container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  max-height: 517px;
}

.yt-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#yt-iframe {
  position: absolute;
    top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    border: 0;
    width: 100vw;
      height: 56.25vw;
}

.header-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  .header-box {
    width: unset
  }

  .header-box {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 15px 20px;
    text-align: left;
  }
}

/* ================================================
   PRODUCT CAROUSEL
   ================================================ */
.product-carousel-section {
  background: #fff;
  background: #fff;
}

.product-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 0 15px 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin: 0 10px;
}

.product-card img {
  max-width: 220px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}

.product-card h4 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #222;
}

.product-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

/* ================================================
   BUTTONS
   ================================================ */
.btn-outline-gold {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #d3c180;
  background: transparent;
  color: #222;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-outline-gold:hover {
  background: #d3c180;
  color: #fff;
  text-decoration: none;
}

.product-slick .slick-prev,
.product-slick .slick-next {
  width: 44px;
  height: 44px;
  background: #d3c180;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
}

.product-slick .slick-prev {
  left: -50px;
}

.product-slick .slick-next {
  right: -50px;
}

.product-slick .slick-prev:before,
.product-slick .slick-next:before {
  content: '';
  display: none;
}

.product-slick .slick-prev:after,
.product-slick .slick-next:after {
  font-size: 36px;
  color: #fff;
  opacity: 1;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.product-slick .slick-prev:after {
  content: '‹';
}

.product-slick .slick-next:after {
  content: '›';
}

.product-slick .slick-prev:hover,
.product-slick .slick-next:hover {
  background: #9a7d22;
}

/* ================================================
   SLICK EQUAL HEIGHT
   ================================================ */
.product-slick .slick-track {
  display: flex !important;
}

.product-slick .slick-slide {
  height: inherit !important;
  display: flex !important;
}

.product-slick .slick-slide>div {
  display: flex;
  width: 100%;
}

/* ================================================
   MOBILE
   ================================================ */
@media (max-width: 992px) {
  #header_LP_1 .container {
    height: 56.25vw;
  }

  .yt-outer {
    top: 0;
    left: 0;
    transform: none;
  }

  #yt-iframe {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 56.25vw;
  }
}