.elementor-94129 .elementor-element.elementor-element-890843e{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-94129 .elementor-element.elementor-element-33ee9f15{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1b26592 */.primera-gift-section,
.primera-gift-section * {
  box-sizing: border-box;
}

.primera-gift-section {
  width: 100%;
  padding: 32px;
  border-radius: 15px;
  border: 1px solid rgba(242, 139, 36, 0.55);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 205, 146, 0.55) 0%, rgba(255, 205, 146, 0) 28%),
    linear-gradient(135deg, #fff7ef 0%, #ffffff 45%, #ffe3c2 100%);
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.primera-gift-header {
  max-width: 100%;
  margin-bottom: 26px;
}

.primera-gift-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f28b24;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.primera-gift-header h2 {
  margin: 0 0 12px;
  color: #2b1a0d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
}

.primera-gift-header p {
  margin: 0;
  color: #3a2a1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.primera-gift-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.primera-gift-card {
  min-width: 0;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(242, 139, 36, 0.45);
  background: rgba(255, 255, 255, 0.84);
  text-align: center;
  box-shadow: 0 8px 22px rgba(242, 139, 36, 0.12);
}

.primera-gift-image {
  width: 100%;
  height: 190px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.primera-gift-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.primera-gift-card h3 {
  margin: 0 0 5px;
  color: #000000;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.primera-gift-card span {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

/* Tablet */
@media (max-width: 1024px) {
  .primera-gift-section {
    padding: 26px;
  }

  .primera-gift-header h2 {
    font-size: 29px;
  }

  .primera-gift-header p {
    font-size: 16px;
  }

  .primera-gift-grid {
    gap: 14px;
  }

  .primera-gift-card {
    padding: 14px;
  }

  .primera-gift-image {
    height: 160px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .primera-gift-section {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .primera-gift-header {
    margin-bottom: 20px;
  }

  .primera-gift-badge {
    font-size: 13px;
    padding: 8px 12px;
    margin-bottom: 12px;
  }

  .primera-gift-header h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .primera-gift-header p {
    font-size: 15px;
    line-height: 1.5;
  }

  .primera-gift-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .primera-gift-card {
    padding: 14px;
    border-radius: 14px;
  }

  .primera-gift-image {
    height: 190px;
    margin-bottom: 12px;
  }

  .primera-gift-card h3 {
    font-size: 18px;
  }

  .primera-gift-card span {
    font-size: 15px;
  }
}/* End custom CSS */