.elementor-8926 .elementor-element.elementor-element-2f4f2b0{--display:flex;}.elementor-8926 .elementor-element.elementor-element-3e57b03 > .elementor-widget-container{margin:0500px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3e57b03 */html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
}

/* IMPORTANT: THIS MAKES SCROLL SPACE */
.bo-gift-intro {
  position: relative;
  height: 460vh !important;
  z-index: 50;
  overflow: visible !important;
}

/* IMPORTANT: THIS SCREEN WILL NOT MOVE UNTIL SCROLL ANIMATION FINISHES */
.bo-scene {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  height: 100vh !important;
  width: 100% !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  perspective: 1800px;
  z-index: 999;
}

/* BACKGROUND */
.bo-bg {
  position: absolute;
  inset: 0;
  transition: opacity 0.08s linear;
}

.bo-bg-red {
  background:
    radial-gradient(circle at 50% 52%, #ff0000 0%, #d10000 30%, #970000 62%, #680000 100%);
  opacity: 1;
}

.bo-bg-white {
  background:
    radial-gradient(circle at 50% 46%, #ffffff 0%, #ffffff 42%, #f6f6f6 76%, #eeeeee 100%);
  opacity: 0;
}

/* GIFT STAGE */
.bo-stage {
  position: relative !important;
  width: min(620px, 88vw);
  height: min(620px, 88vw);
  transform-style: preserve-3d;
  z-index: 5;
  will-change: transform;
  opacity: 1 !important;
}

/* GIFT IMAGES */
.bo-gift {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  will-change: transform, opacity;
}

.bo-gift-closed {
  opacity: 1;
  z-index: 5;
  filter: drop-shadow(0 38px 45px rgba(0,0,0,0.35));
}

.bo-gift-open {
  opacity: 0;
  z-index: 6;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.14));
}

/* LIGHT */
.bo-light {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,239,167,0.95) 25%, rgba(255,203,92,0.45) 45%, rgba(255,255,255,0) 75%);
  filter: blur(22px);
  opacity: 0;
  z-index: 4;
  pointer-events: none;
}

/* QUOTE CENTER */
.bo-quote {
  position: absolute;
  left: 50%;
  top: 43%;
  width: min(740px, 86vw);
  transform: translate(-50%, -50%) translateY(60px) scale(0.72);
  opacity: 0;
  z-index: 8;
  text-align: center;
  pointer-events: none;
  will-change: transform, opacity;
}

.bo-quote p {
  margin: 0;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 900;
  color: #7f0000;
  text-shadow:
    0 2px 10px rgba(255,255,255,0.95),
    0 0 28px rgba(255,255,255,0.95);
  letter-spacing: -0.4px;
}

.bo-quote p::before {
  content: "“";
  color: #c60000;
}

.bo-quote p::after {
  content: "”";
  color: #c60000;
}

/* SCROLL TEXT */
.bo-scroll-text {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  z-index: 20;
  text-shadow: 0 4px 12px rgba(0,0,0,0.28);
  transition: opacity 0.2s ease;
}

.bo-scroll-text b {
  display: block;
  width: 22px;
  height: 38px;
  border: 2px solid rgba(255,255,255,0.86);
  border-radius: 20px;
  margin: 12px auto 0;
  position: relative;
}

.bo-scroll-text b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: boMouse 1.4s infinite;
}

@keyframes boMouse {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
}

/* PRODUCTS SECTION */
.bo-products-section {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  color: #171717;
  padding: 90px 7%;
  font-family: Arial, sans-serif;
}

.bo-products-head {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.bo-products-head p {
  display: inline-block;
  margin: 0 0 14px;
  padding: 9px 20px;
  border-radius: 50px;
  background: #fff0f0;
  color: #b00000;
  font-weight: 800;
}

.bo-products-head h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  color: #300000;
}

.bo-products-head span {
  display: block;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}

.bo-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.bo-product-card {
  background: linear-gradient(180deg, #ffffff, #fff7f7);
  border: 1px solid #ffe2e2;
  padding: 32px;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(100,0,0,0.08);
  transition: 0.3s ease;
}

.bo-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(100,0,0,0.16);
}

.bo-product-icon {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  background: #fff0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 20px;
}

.bo-product-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #300000;
}

.bo-product-card p {
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 15.5px;
}

.bo-final-cta {
  max-width: 1050px;
  margin: 65px auto 0;
  padding: 55px 30px;
  text-align: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.25), transparent 30%),
    linear-gradient(135deg, #d60000, #7a0000);
  box-shadow: 0 30px 80px rgba(120,0,0,0.25);
  color: #ffffff;
}

.bo-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 46px);
}

.bo-final-cta p {
  margin: 0 0 28px;
  color: #ffe1e1;
  font-size: 17px;
  line-height: 1.6;
}

.bo-final-cta a {
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  color: #a00000;
  padding: 15px 28px;
  border-radius: 16px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(0,0,0,0.18);
}

/* MOBILE */
@media (max-width: 900px) {
  .bo-gift-intro {
    height: 460vh !important;
  }

  .bo-stage {
    width: 92vw;
    height: 92vw;
  }

  .bo-quote {
    top: 42%;
    width: 84vw;
  }

  .bo-quote p {
    font-size: clamp(18px, 5.4vw, 28px);
  }

  .bo-products-grid {
    grid-template-columns: 1fr;
  }

  .bo-products-section {
    padding: 70px 5%;
  }
}/* End custom CSS */