/* Start custom CSS for html, class: .elementor-element-6a8a3e2 *//* ================================
   O PERFUME DA BRUXA — HEADER LOJA
================================ */

.opb-shop-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background:
    linear-gradient(
      180deg,
      rgba(13, 6, 12, 0.98),
      rgba(18, 8, 16, 0.96)
    );
  border-bottom: 1px solid rgba(232, 201, 130, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

/* Faixa superior */

.opb-topbar {
  border-bottom: 1px solid rgba(232, 201, 130, 0.12);
  background:
    radial-gradient(circle at 10% 30%, rgba(215, 179, 106, 0.08), transparent 34%),
    rgba(7, 5, 7, 0.58);
}

.opb-topbar-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.opb-topbar-left,
.opb-topbar-right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.opb-topbar span,
.opb-topbar a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 238, 221, 0.68);
  text-decoration: none;
}

.opb-topbar a {
  transition: color 0.25s ease;
}

.opb-topbar a:hover {
  color: #d7b36a;
}

/* Header principal */

.opb-shop-main {
  position: relative;
}

.opb-shop-main-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
}

/* Logo */

.opb-shop-logo {
  display: inline-flex;
  flex-direction: column;
  min-width: 190px;
  text-decoration: none;
  color: #fff3e7;
  line-height: 0.88;
}

.opb-shop-logo span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.62rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.opb-shop-logo strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #d7b36a;
}

/* Busca */

.opb-shop-search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 130, 0.18);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-shop-search input {
  width: 100%;
  padding: 15px 20px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff3e7;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.06rem;
}

.opb-shop-search input::placeholder {
  color: rgba(255, 238, 221, 0.46);
}

.opb-shop-search button {
  height: 100%;
  padding: 0 24px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #e8c982, #b98b43);
  color: #251020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: filter 0.25s ease;
}

.opb-shop-search button:hover {
  filter: brightness(1.08);
}

/* Ícones */

.opb-shop-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.opb-shop-icon-link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: rgba(255, 238, 221, 0.72);
  transition: color 0.25s ease, transform 0.25s ease;
}

.opb-shop-icon-link:hover {
  color: #d7b36a;
  transform: translateY(-2px);
}

.opb-shop-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 130, 0.18);
  background: rgba(255, 255, 255, 0.045);
  font-size: 1rem;
  color: #d7b36a;
}

.opb-shop-icon-link span:last-child {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.opb-cart-link em {
  position: absolute;
  top: -4px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d7b36a;
  color: #251020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

/* Menu categorias */

.opb-shop-nav {
  border-top: 1px solid rgba(232, 201, 130, 0.1);
  background:
    linear-gradient(
      90deg,
      rgba(28, 10, 24, 0.86),
      rgba(14, 19, 15, 0.82),
      rgba(28, 10, 24, 0.86)
    );
}

.opb-shop-nav-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
}

.opb-shop-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  min-height: 48px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 238, 221, 0.72);
  border-left: 1px solid rgba(232, 201, 130, 0.08);
  transition: background 0.25s ease, color 0.25s ease;
}

.opb-shop-nav a:last-child {
  border-right: 1px solid rgba(232, 201, 130, 0.08);
}

.opb-shop-nav a:hover {
  color: #d7b36a;
  background: rgba(255, 255, 255, 0.045);
}

/* Mobile toggle */

.opb-shop-menu-toggle {
  display: none;
}

.opb-shop-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 130, 0.22);
  background: rgba(255, 255, 255, 0.045);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.opb-shop-menu-button span {
  display: block;
  width: 19px;
  height: 1px;
  background: #d7b36a;
  transition: all 0.25s ease;
}

/* Painel mobile */

.opb-shop-mobile-panel {
  display: none;
  padding: 20px 18px 26px;
  background:
    radial-gradient(circle at 20% 12%, rgba(215, 179, 106, 0.11), transparent 34%),
    rgba(13, 6, 12, 0.98);
  border-top: 1px solid rgba(232, 201, 130, 0.12);
}

.opb-shop-mobile-search {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 18px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 130, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.opb-shop-mobile-search input {
  width: 100%;
  padding: 14px 16px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff3e7;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1rem;
}

.opb-shop-mobile-search input::placeholder {
  color: rgba(255, 238, 221, 0.46);
}

.opb-shop-mobile-search button {
  border: none;
  padding: 0 18px;
  background: linear-gradient(135deg, #e8c982, #b98b43);
  color: #251020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.opb-shop-mobile-nav {
  display: grid;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 130, 0.12);
}

.opb-shop-mobile-nav a {
  display: block;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(232, 201, 130, 0.08);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 238, 221, 0.76);
}

.opb-shop-mobile-nav a:last-child {
  border-bottom: none;
}

.opb-shop-mobile-nav a:hover {
  color: #d7b36a;
  background: rgba(255, 255, 255, 0.06);
}

/* Responsivo */

@media (max-width: 1080px) {
  .opb-shop-main-container {
    grid-template-columns: auto 1fr auto;
  }

  .opb-shop-icons {
    display: none;
  }

  .opb-shop-nav {
    display: none;
  }

  .opb-shop-menu-button {
    display: inline-flex;
  }

  .opb-shop-menu-toggle:checked ~ .opb-shop-menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .opb-shop-menu-toggle:checked ~ .opb-shop-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .opb-shop-menu-toggle:checked ~ .opb-shop-menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .opb-shop-header:has(.opb-shop-menu-toggle:checked) .opb-shop-mobile-panel {
    display: block;
  }
}

@media (max-width: 760px) {
  .opb-topbar-container {
    justify-content: center;
    text-align: center;
    padding: 8px 18px;
  }

  .opb-topbar-left {
    justify-content: center;
  }

  .opb-topbar-right {
    display: none;
  }

  .opb-shop-main-container {
    grid-template-columns: auto auto;
    padding: 18px;
  }

  .opb-shop-search {
    display: none;
  }

  .opb-shop-logo {
    min-width: unset;
  }

  .opb-shop-logo span {
    font-size: 1.34rem;
  }

  .opb-shop-logo strong {
    font-size: 1.78rem;
  }
}

@media (max-width: 420px) {
  .opb-topbar-left span:nth-child(2) {
    display: none;
  }

  .opb-shop-logo span {
    font-size: 1.18rem;
  }

  .opb-shop-logo strong {
    font-size: 1.55rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ffd8a5 *//* ================================
   O PERFUME DA BRUXA — HERO LOJA COM CARROSSEL
================================ */

.opb-hero-shop {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 96px 24px;
  background:
    linear-gradient(
      135deg,
      rgba(24, 8, 20, 0.94),
      rgba(52, 18, 42, 0.82),
      rgba(12, 22, 18, 0.9)
    ),
    url("URL-DA-IMAGEM-HERO-AQUI");
  background-size: cover;
  background-position: center;
  color: #f7eadf;
}

.opb-hero-shop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(194, 126, 126, 0.22), transparent 32%),
    radial-gradient(circle at 76% 22%, rgba(212, 170, 104, 0.18), transparent 28%),
    radial-gradient(circle at 54% 86%, rgba(82, 38, 68, 0.34), transparent 45%);
  z-index: 1;
  pointer-events: none;
}

.opb-hero-shop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.64)
    );
  z-index: 2;
  pointer-events: none;
}

.opb-hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.18;
  z-index: 3;
  pointer-events: none;
}

.opb-hero-shop-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.opb-hero-shop-content {
  max-width: 620px;
}

.opb-hero-shop .opb-hero-kicker {
  display: inline-block;
  margin-bottom: 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-hero-shop h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.1rem, 8vw, 8.4rem);
  line-height: 0.86;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #fff3e7;
  text-shadow:
    0 12px 40px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(205, 144, 96, 0.22);
}

.opb-hero-shop .opb-hero-subtitle {
  max-width: 600px;
  margin: 34px 0 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.52rem);
  line-height: 1.56;
  color: rgba(255, 242, 228, 0.9);
}

.opb-hero-shop .opb-hero-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.opb-hero-shop .opb-hero-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  color: rgba(255, 235, 214, 0.72);
}

.opb-hero-shop .opb-hero-signature span {
  width: 64px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 179, 106, 0.76),
    transparent
  );
}

.opb-hero-shop .opb-hero-signature p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.02rem;
  font-style: italic;
  letter-spacing: 0.045em;
}

/* Área do carrossel */

.opb-hero-carousel-wrap {
  position: relative;
  min-width: 0;
}

.opb-hero-carousel-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(215, 179, 106, 0.18), transparent 66%);
  filter: blur(8px);
  pointer-events: none;
}

.opb-hero-carousel {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 243, 210, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(22, 8, 19, 0.72), rgba(37, 14, 32, 0.56));
  border: 1px solid rgba(232, 201, 130, 0.18);
  backdrop-filter: blur(10px);
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-hero-carousel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(232, 201, 130, 0.16);
  border-radius: 30px;
  pointer-events: none;
  z-index: 3;
}

.opb-hero-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(19, 8, 17, 0.9)
  );
  z-index: 2;
  pointer-events: none;
}

.opb-hero-carousel-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: opbHeroCarousel 26s linear infinite;
}

.opb-hero-carousel:hover .opb-hero-carousel-track {
  animation-play-state: paused;
}

@keyframes opbHeroCarousel {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 11px));
  }
}

/* Cards do carrossel */

.opb-hero-product-card {
  width: 260px;
  min-height: 430px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(232, 201, 130, 0.14);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-hero-product-image {
  position: relative;
  min-height: 270px;
  background-size: cover;
  background-position: center;
}

.opb-hero-product-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(12, 6, 12, 0.04),
      rgba(16, 7, 14, 0.18) 46%,
      rgba(18, 8, 16, 0.82)
    );
}

.opb-hero-product-image::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(232, 201, 130, 0.2);
  border-radius: 20px;
  pointer-events: none;
}

/* Imagens do carrossel */

.opb-hero-product-01 {
  background-image: url("URL-PRODUTO-ROSA-DA-NEVOA-AQUI");
}

.opb-hero-product-02 {
  background-image: url("URL-PRODUTO-VELA-LUNA-NOVA-AQUI");
}

.opb-hero-product-03 {
  background-image: url("URL-PRODUTO-BANHO-MAR-E-LUA-AQUI");
}

.opb-hero-product-04 {
  background-image: url("URL-PRODUTO-KIT-BRUXA-ROSA-IGNEA-AQUI");
}

.opb-hero-product-info {
  padding: 24px 24px 26px;
}

.opb-hero-product-info span {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-hero-product-info h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #fff3e7;
}

.opb-hero-product-info p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.42;
  color: rgba(255, 239, 222, 0.76);
}

/* Nota abaixo do carrossel */

.opb-hero-carousel-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 130, 0.15);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(8px);
}

.opb-hero-carousel-note span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(215, 179, 106, 0.14);
  color: #d7b36a;
}

.opb-hero-carousel-note p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.35;
  color: rgba(255, 238, 221, 0.76);
}

/* Responsivo */

@media (max-width: 1080px) {
  .opb-hero-shop-container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .opb-hero-shop-content {
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
  }

  .opb-hero-shop .opb-hero-buttons {
    justify-content: center;
  }

  .opb-hero-shop .opb-hero-signature {
    justify-content: center;
  }

  .opb-hero-carousel-wrap {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .opb-hero-shop {
    min-height: unset;
    padding: 76px 18px 82px;
  }

  .opb-hero-shop h1 {
    font-size: clamp(3.4rem, 16vw, 5.5rem);
  }

  .opb-hero-shop .opb-hero-kicker {
    font-size: 0.74rem;
    line-height: 1.55;
    letter-spacing: 0.14em;
  }

  .opb-hero-shop .opb-hero-subtitle {
    font-size: 1.14rem;
  }

  .opb-hero-shop .opb-btn {
    width: 100%;
  }

  .opb-hero-shop .opb-hero-signature {
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }

  .opb-hero-shop .opb-hero-signature span {
    width: 110px;
  }

  .opb-hero-carousel {
    padding: 18px;
    border-radius: 30px;
  }

  .opb-hero-carousel::before {
    inset: 12px;
    border-radius: 24px;
  }

  .opb-hero-product-card {
    width: 230px;
    min-height: 400px;
    border-radius: 24px;
  }

  .opb-hero-product-image {
    min-height: 245px;
  }

  .opb-hero-product-info {
    padding: 22px;
  }

  .opb-hero-product-info h3 {
    font-size: 2rem;
  }

  .opb-hero-carousel-note {
    border-radius: 22px;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eda0693 *//* ================================
   O PERFUME DA BRUXA — MANIFESTO
================================ */

.opb-manifesto {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 12% 20%, rgba(123, 54, 88, 0.28), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(183, 131, 72, 0.18), transparent 32%),
    linear-gradient(135deg, #160a14 0%, #241020 42%, #101814 100%);
  color: #f7eadf;
}

.opb-manifesto-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.12;
  pointer-events: none;
}

.opb-manifesto::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -220px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(198, 118, 128, 0.2), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.opb-manifesto::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -180px;
  top: -120px;
  background: radial-gradient(circle, rgba(221, 180, 108, 0.16), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.opb-manifesto-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.opb-manifesto-image {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(
      to bottom,
      rgba(20, 7, 17, 0.08),
      rgba(20, 7, 17, 0.72)
    ),
    url("URL-DA-IMAGEM-MANIFESTO-AQUI");
  background-size: cover;
  background-position: center;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(232, 201, 130, 0.16);
}

.opb-manifesto-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(232, 201, 130, 0.24);
  border-radius: 26px;
  pointer-events: none;
}

.opb-manifesto-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(28, 12, 24, 0.72);
  border: 1px solid rgba(232, 201, 130, 0.22);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.opb-manifesto-card-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-manifesto-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  font-weight: 500;
  color: #fff3e7;
}

.opb-manifesto-card p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.55;
  color: rgba(255, 239, 222, 0.82);
}

.opb-manifesto-content {
  max-width: 610px;
}

.opb-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-manifesto-content h2 {
  margin: 0 0 30px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #fff3e7;
}

.opb-manifesto-content p {
  margin: 0 0 22px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.72;
  color: rgba(255, 238, 221, 0.84);
}

.opb-manifesto-quote {
  position: relative;
  margin-top: 44px;
  padding: 34px 34px 34px 42px;
  border-left: 1px solid rgba(232, 201, 130, 0.52);
  border-radius: 0 24px 24px 0;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(232, 201, 130, 0.08);
}

.opb-manifesto-quote span {
  position: absolute;
  top: -10px;
  left: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(215, 179, 106, 0.42);
}

.opb-manifesto-quote p {
  position: relative;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.36;
  font-style: italic;
  color: rgba(255, 243, 231, 0.92);
}

/* Responsivo */
@media (max-width: 980px) {
  .opb-manifesto {
    padding: 92px 20px;
  }

  .opb-manifesto-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .opb-manifesto-content {
    max-width: 100%;
    text-align: center;
  }

  .opb-manifesto-image {
    min-height: 540px;
  }

  .opb-manifesto-quote {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .opb-manifesto {
    padding: 76px 18px;
  }

  .opb-manifesto-image {
    min-height: 460px;
    border-radius: 26px;
  }

  .opb-manifesto-image::before {
    inset: 12px;
    border-radius: 20px;
  }

  .opb-manifesto-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 24px;
    border-radius: 20px;
  }

  .opb-manifesto-content h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .opb-manifesto-content p {
    font-size: 1.15rem;
  }

  .opb-manifesto-quote {
    padding: 30px 24px 28px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e69686 *//* ================================
   O PERFUME DA BRUXA — CATEGORIAS
================================ */

.opb-categorias {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 15% 10%, rgba(128, 48, 82, 0.26), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(205, 145, 84, 0.16), transparent 28%),
    linear-gradient(180deg, #101814 0%, #190c17 48%, #251020 100%);
  color: #f7eadf;
}

.opb-categorias::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.14;
  pointer-events: none;
}

.opb-categorias::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: 50%;
  bottom: -360px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(215, 179, 106, 0.12), transparent 68%);
  pointer-events: none;
}

.opb-categorias-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

.opb-section-header {
  max-width: 780px;
  margin-bottom: 64px;
}

.opb-section-header-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.opb-section-header h2 {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff3e7;
}

.opb-section-header p {
  margin: 0 auto;
  max-width: 700px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  line-height: 1.6;
  color: rgba(255, 238, 221, 0.78);
}

/* Grid */

.opb-categorias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */

.opb-categoria-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(232, 201, 130, 0.13);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease,
    border-color 0.38s ease;
}

.opb-categoria-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 201, 130, 0.34);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(206, 142, 98, 0.12);
}

.opb-categoria-card-featured {
  grid-column: span 3;
  min-height: 420px;
}

.opb-categoria-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.48s ease;
}

.opb-categoria-card:hover .opb-categoria-image {
  transform: scale(1.08);
}

.opb-categoria-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(12, 7, 12, 0.05),
      rgba(18, 7, 16, 0.46) 42%,
      rgba(12, 6, 12, 0.92)
    );
  z-index: 1;
}

.opb-categoria-image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(232, 201, 130, 0.2);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none;
}

/* URLs das imagens */

.opb-categoria-perfumes {
  background-image: url("URL-IMAGEM-PERFUMES-AQUI");
}

.opb-categoria-velas {
  background-image: url("URL-IMAGEM-VELAS-AQUI");
}

.opb-categoria-incensos {
  background-image: url("URL-IMAGEM-INCENSOS-AQUI");
}

.opb-categoria-banhos {
  background-image: url("URL-IMAGEM-BANHOS-AQUI");
}

.opb-categoria-cristais {
  background-image: url("URL-IMAGEM-CRISTAIS-AQUI");
}

.opb-categoria-altar {
  background-image: url("URL-IMAGEM-ALTAR-AQUI");
}

.opb-categoria-kits {
  background-image: url("URL-IMAGEM-KITS-AQUI");
  background-position: center 48%;
}

/* Conteúdo */

.opb-categoria-content {
  position: relative;
  z-index: 4;
  padding: 34px;
  width: 100%;
}

.opb-categoria-content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 130, 0.36);
  background: rgba(20, 8, 18, 0.52);
  backdrop-filter: blur(8px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  color: #d7b36a;
}

.opb-categoria-content h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #fff3e7;
}

.opb-categoria-content p {
  margin: 0 0 24px;
  max-width: 440px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(255, 239, 222, 0.8);
}

.opb-categoria-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d7b36a;
  transition: color 0.28s ease, gap 0.28s ease;
}

.opb-categoria-link::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

.opb-categoria-link:hover {
  gap: 16px;
  color: #f0cf88;
}

/* Responsivo */

@media (max-width: 1080px) {
  .opb-categorias-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opb-categoria-card-featured {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .opb-categorias {
    padding: 82px 18px;
  }

  .opb-section-header {
    margin-bottom: 44px;
  }

  .opb-categorias-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .opb-categoria-card,
  .opb-categoria-card-featured {
    grid-column: span 1;
    min-height: 470px;
    border-radius: 26px;
  }

  .opb-categoria-content {
    padding: 28px;
  }

  .opb-categoria-content h3 {
    font-size: 2.25rem;
  }

  .opb-categoria-content p {
    font-size: 1.08rem;
  }

  .opb-categoria-image::after {
    inset: 12px;
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f46ce35 *//* ================================
   O PERFUME DA BRUXA — COLEÇÕES
================================ */

.opb-colecoes {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 78% 12%, rgba(196, 105, 126, 0.24), transparent 32%),
    radial-gradient(circle at 12% 84%, rgba(215, 179, 106, 0.14), transparent 34%),
    linear-gradient(180deg, #251020 0%, #160a14 48%, #0f1713 100%);
  color: #f7eadf;
}

.opb-colecoes::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.12;
  pointer-events: none;
}

.opb-colecoes::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -340px;
  bottom: -280px;
  background: radial-gradient(circle, rgba(128, 48, 82, 0.26), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.opb-colecoes-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

/* Coleção principal */

.opb-colecoes-featured {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  overflow: hidden;
  min-height: 560px;
  margin-bottom: 32px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(232, 201, 130, 0.16);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-colecoes-featured-image {
  position: relative;
  min-height: 560px;
  background:
    linear-gradient(
      to bottom,
      rgba(18, 6, 16, 0.08),
      rgba(18, 6, 16, 0.68)
    ),
    url("URL-IMAGEM-ROSA-DA-NEVOA-AQUI");
  background-size: cover;
  background-position: center;
}

.opb-colecoes-featured-image::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(232, 201, 130, 0.24);
  border-radius: 28px;
  pointer-events: none;
}

.opb-colecoes-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 210, 220, 0.16), transparent 34%),
    linear-gradient(to right, transparent 45%, rgba(22, 10, 20, 0.72));
  pointer-events: none;
}

.opb-colecoes-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  background:
    radial-gradient(circle at 80% 20%, rgba(215, 179, 106, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(38, 15, 33, 0.96), rgba(18, 8, 16, 0.98));
}

.opb-colecao-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 130, 0.28);
  background: rgba(255, 255, 255, 0.045);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-colecoes-featured-content h3 {
  margin: 0 0 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff3e7;
}

.opb-colecoes-featured-content p {
  max-width: 560px;
  margin: 0 0 36px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.24rem;
  line-height: 1.68;
  color: rgba(255, 238, 221, 0.82);
}

.opb-colecoes-featured-content .opb-btn {
  width: fit-content;
}

/* Grid das coleções */

.opb-colecoes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.opb-colecao-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(232, 201, 130, 0.13);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 0.36s ease,
    border-color 0.36s ease,
    box-shadow 0.36s ease;
}

.opb-colecao-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 201, 130, 0.34);
  box-shadow:
    0 32px 76px rgba(0, 0, 0, 0.48),
    0 0 32px rgba(206, 142, 98, 0.12);
}

.opb-colecao-mar {
  background-image: url("URL-IMAGEM-MAR-E-LUA-AQUI");
}

.opb-colecao-nova {
  background-image: url("URL-IMAGEM-LUNA-NOVA-AQUI");
}

.opb-colecao-crescens {
  background-image: url("URL-IMAGEM-LUNA-CRESCENS-AQUI");
}

.opb-colecao-ignea {
  background-image: url("URL-IMAGEM-BRUXA-ROSA-IGNEA-AQUI");
}

.opb-colecao-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(13, 6, 12, 0.04),
      rgba(17, 7, 15, 0.52) 44%,
      rgba(9, 5, 9, 0.93)
    );
  z-index: 1;
}

.opb-colecao-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(232, 201, 130, 0.2);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none;
}

.opb-colecao-card-content {
  position: relative;
  z-index: 3;
  padding: 30px;
}

.opb-colecao-card-content span {
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-colecao-card-content h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #fff3e7;
}

.opb-colecao-card-content p {
  margin: 0 0 22px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1.52;
  color: rgba(255, 239, 222, 0.8);
}

.opb-colecao-card-content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d7b36a;
  transition: gap 0.28s ease, color 0.28s ease;
}

.opb-colecao-card-content a::after {
  content: "→";
  font-size: 1rem;
}

.opb-colecao-card-content a:hover {
  gap: 16px;
  color: #f0cf88;
}

/* Responsivo */

@media (max-width: 1100px) {
  .opb-colecoes-featured {
    grid-template-columns: 1fr;
  }

  .opb-colecoes-featured-image {
    min-height: 520px;
  }

  .opb-colecoes-featured-image::after {
    background:
      radial-gradient(circle at 30% 22%, rgba(255, 210, 220, 0.16), transparent 34%),
      linear-gradient(to bottom, transparent 52%, rgba(22, 10, 20, 0.86));
  }

  .opb-colecoes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .opb-colecoes {
    padding: 82px 18px;
  }

  .opb-colecoes-featured {
    border-radius: 28px;
    min-height: unset;
  }

  .opb-colecoes-featured-image {
    min-height: 440px;
  }

  .opb-colecoes-featured-image::before {
    inset: 14px;
    border-radius: 22px;
  }

  .opb-colecoes-featured-content {
    padding: 42px 28px;
  }

  .opb-colecoes-featured-content h3 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .opb-colecoes-featured-content p {
    font-size: 1.14rem;
  }

  .opb-colecoes-featured-content .opb-btn {
    width: 100%;
  }

  .opb-colecoes-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .opb-colecao-card {
    min-height: 420px;
    border-radius: 26px;
  }

  .opb-colecao-card::before {
    inset: 12px;
    border-radius: 20px;
  }

  .opb-colecao-card-content {
    padding: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9be692d *//* ================================
   O PERFUME DA BRUXA — RITUAIS
================================ */

.opb-rituais {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 179, 106, 0.14), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(128, 48, 82, 0.26), transparent 34%),
    linear-gradient(180deg, #0f1713 0%, #170b14 50%, #241020 100%);
  color: #f7eadf;
}

.opb-rituais::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.13;
  pointer-events: none;
}

.opb-rituais::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -280px;
  top: 18%;
  background: radial-gradient(circle, rgba(194, 126, 126, 0.18), transparent 68%);
  filter: blur(5px);
  pointer-events: none;
}

.opb-rituais-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

.opb-rituais-intro {
  max-width: 820px;
  margin: 0 auto 68px;
  text-align: center;
}

.opb-rituais-intro h2 {
  margin: 0 0 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 6vw, 6.1rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff3e7;
}

.opb-rituais-intro p {
  max-width: 760px;
  margin: 0 auto;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.46rem);
  line-height: 1.64;
  color: rgba(255, 238, 221, 0.78);
}

/* Grid */

.opb-rituais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

.opb-ritual-card {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(232, 201, 130, 0.14);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 0.36s ease,
    border-color 0.36s ease,
    box-shadow 0.36s ease;
}

.opb-ritual-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 201, 130, 0.34);
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.46),
    0 0 32px rgba(206, 142, 98, 0.12);
}

.opb-ritual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  transition: transform 0.48s ease, opacity 0.48s ease;
}

.opb-ritual-card:hover::before {
  transform: scale(1.06);
  opacity: 0.68;
}

.opb-ritual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(10, 5, 9, 0.18),
      rgba(17, 7, 15, 0.68) 48%,
      rgba(8, 4, 8, 0.96)
    );
  z-index: 1;
}

.opb-ritual-corpo::before {
  background-image: url("URL-IMAGEM-RITUAL-CORPO-AQUI");
}

.opb-ritual-casa::before {
  background-image: url("URL-IMAGEM-RITUAL-CASA-AQUI");
}

.opb-ritual-banho::before {
  background-image: url("URL-IMAGEM-RITUAL-BANHO-AQUI");
}

.opb-ritual-altar::before {
  background-image: url("URL-IMAGEM-RITUAL-ALTAR-AQUI");
}

.opb-ritual-icon,
.opb-ritual-card span,
.opb-ritual-card h3,
.opb-ritual-card p {
  position: relative;
  z-index: 2;
}

.opb-ritual-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 130, 0.34);
  background: rgba(20, 8, 18, 0.58);
  backdrop-filter: blur(8px);
  font-size: 1.35rem;
  color: #d7b36a;
}

.opb-ritual-card span {
  display: block;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-ritual-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #fff3e7;
}

.opb-ritual-card p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 239, 222, 0.8);
}

/* Banner */

.opb-rituais-banner {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: center;
  border-radius: 34px;
  background:
    linear-gradient(
      90deg,
      rgba(17, 7, 15, 0.92) 0%,
      rgba(31, 12, 27, 0.82) 44%,
      rgba(31, 12, 27, 0.28) 100%
    ),
    url("URL-IMAGEM-BANNER-RITUAIS-AQUI");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(232, 201, 130, 0.16);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-rituais-banner::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(232, 201, 130, 0.24);
  border-radius: 26px;
  pointer-events: none;
}

.opb-rituais-banner-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 64px;
}

.opb-rituais-banner-content span {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-rituais-banner-content h3 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff3e7;
}

.opb-rituais-banner-content p {
  margin: 0 0 34px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.24rem;
  line-height: 1.62;
  color: rgba(255, 238, 221, 0.82);
}

/* Responsivo */

@media (max-width: 1120px) {
  .opb-rituais-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opb-ritual-card {
    min-height: 390px;
  }
}

@media (max-width: 720px) {
  .opb-rituais {
    padding: 82px 18px;
  }

  .opb-rituais-intro {
    margin-bottom: 46px;
  }

  .opb-rituais-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .opb-ritual-card {
    min-height: 390px;
    border-radius: 26px;
    padding: 30px 26px;
  }

  .opb-rituais-banner {
    min-height: 520px;
    border-radius: 28px;
    background:
      linear-gradient(
        to bottom,
        rgba(17, 7, 15, 0.88) 0%,
        rgba(31, 12, 27, 0.76) 48%,
        rgba(31, 12, 27, 0.42) 100%
      ),
      url("URL-IMAGEM-BANNER-RITUAIS-AQUI");
    background-size: cover;
    background-position: center;
  }

  .opb-rituais-banner::before {
    inset: 14px;
    border-radius: 22px;
  }

  .opb-rituais-banner-content {
    padding: 42px 28px;
  }

  .opb-rituais-banner-content h3 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .opb-rituais-banner-content p {
    font-size: 1.14rem;
  }

  .opb-rituais-banner-content .opb-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c143682 *//* ================================
   O PERFUME DA BRUXA — PRODUTOS
================================ */

.opb-produtos {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 16% 24%, rgba(128, 48, 82, 0.24), transparent 32%),
    radial-gradient(circle at 84% 16%, rgba(215, 179, 106, 0.13), transparent 30%),
    linear-gradient(180deg, #241020 0%, #160a14 50%, #101814 100%);
  color: #f7eadf;
}

.opb-produtos::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.12;
  pointer-events: none;
}

.opb-produtos::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -320px;
  top: 18%;
  background: radial-gradient(circle, rgba(196, 105, 126, 0.18), transparent 68%);
  filter: blur(5px);
  pointer-events: none;
}

.opb-produtos-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

/* Grid */

.opb-produtos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

/* Card */

.opb-produto-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 620px;
  border-radius: 30px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(232, 201, 130, 0.14);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 0.36s ease,
    border-color 0.36s ease,
    box-shadow 0.36s ease;
}

.opb-produto-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 201, 130, 0.36);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(206, 142, 98, 0.13);
}

.opb-produto-image {
  position: relative;
  min-height: 340px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.opb-produto-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(12, 6, 12, 0.04),
      rgba(16, 7, 14, 0.16) 45%,
      rgba(18, 8, 16, 0.76)
    );
  z-index: 1;
}

.opb-produto-image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(232, 201, 130, 0.2);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none;
}

.opb-produto-badge {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 130, 0.34);
  background: rgba(20, 8, 18, 0.62);
  backdrop-filter: blur(10px);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

/* Imagens dos produtos */

.opb-produto-rosa-nevoa {
  background-image: url("URL-PRODUTO-ROSA-DA-NEVOA-AQUI");
}

.opb-produto-vela-luna {
  background-image: url("URL-PRODUTO-VELA-LUNA-NOVA-AQUI");
}

.opb-produto-banho-mar {
  background-image: url("URL-PRODUTO-BANHO-MAR-E-LUA-AQUI");
}

.opb-produto-kit-ignea {
  background-image: url("URL-PRODUTO-KIT-BRUXA-ROSA-IGNEA-AQUI");
}

/* Conteúdo */

.opb-produto-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}

.opb-produto-categoria {
  display: block;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-produto-content h3 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 2.8vw, 3rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #fff3e7;
}

.opb-produto-content p {
  margin: 0 0 28px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 239, 222, 0.78);
}

.opb-produto-footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(232, 201, 130, 0.14);
}

.opb-produto-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d7b36a;
  transition: gap 0.28s ease, color 0.28s ease;
}

.opb-produto-link::after {
  content: "→";
  font-size: 1rem;
}

.opb-produto-link:hover {
  gap: 16px;
  color: #f0cf88;
}

/* Chamada inferior */

.opb-produtos-chamada {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 42px 48px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 30%, rgba(215, 179, 106, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(232, 201, 130, 0.16);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-produtos-chamada::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(232, 201, 130, 0.16);
  border-radius: 24px;
  pointer-events: none;
}

.opb-produtos-chamada-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.opb-produtos-chamada-content span {
  display: block;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-produtos-chamada-content h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff3e7;
}

.opb-produtos-chamada-content p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.56;
  color: rgba(255, 238, 221, 0.78);
}

.opb-produtos-chamada .opb-btn {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* Responsivo */

@media (max-width: 1120px) {
  .opb-produtos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opb-produto-card {
    min-height: 590px;
  }
}

@media (max-width: 820px) {
  .opb-produtos-chamada {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .opb-produtos-chamada-content {
    max-width: 100%;
  }

  .opb-produtos-chamada .opb-btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .opb-produtos {
    padding: 82px 18px;
  }

  .opb-produtos-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .opb-produto-card {
    min-height: unset;
    border-radius: 26px;
  }

  .opb-produto-image {
    min-height: 330px;
  }

  .opb-produto-image::after {
    inset: 12px;
    border-radius: 20px;
  }

  .opb-produto-content {
    padding: 28px;
  }

  .opb-produtos-chamada {
    padding: 38px 28px;
    border-radius: 26px;
  }

  .opb-produtos-chamada::before {
    inset: 12px;
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08095a2 *//* ================================
   O PERFUME DA BRUXA — PRODUTOS SIMILARES
================================ */

.opb-related-products {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(128, 48, 82, 0.20), transparent 32%),
    radial-gradient(circle at 88% 70%, rgba(215, 179, 106, 0.12), transparent 34%),
    linear-gradient(180deg, #120811 0%, #170b14 48%, #101814 100%);
  color: #f7eadf;
}

.opb-related-products::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.12;
  pointer-events: none;
}

.opb-related-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

/* Título no estilo loja */

.opb-related-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 44px;
}

.opb-related-heading span {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 179, 106, 0.62),
    transparent
  );
}

.opb-related-heading h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d7b36a;
  text-align: center;
}

/* Carrossel */

.opb-related-carousel-wrap {
  position: relative;
}

.opb-related-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 2px 18px;
  scrollbar-width: none;
}

.opb-related-carousel::-webkit-scrollbar {
  display: none;
}

/* Card */

.opb-related-card {
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 248, 242, 0.96);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(232, 201, 130, 0.10);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;
}

.opb-related-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.44),
    0 0 28px rgba(215, 179, 106, 0.14);
}

.opb-related-image {
  position: relative;
  display: block;
  min-height: 295px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3efe7;
  text-decoration: none;
}

.opb-related-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 42px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 248, 242, 0.96)
  );
}

.opb-related-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d986e8;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Imagens */

.opb-related-img-01 {
  background-image: url("URL-ESSENCIA-DA-LUA-AQUI");
}

.opb-related-img-02 {
  background-image: url("URL-PERFUME-DA-BRUXA-FRASCO-AMBAR-AQUI");
}

.opb-related-img-03 {
  background-image: url("URL-MAR-E-LUA-BANHO-RITUALISTICO-AQUI");
}

.opb-related-img-04 {
  background-image: url("URL-ROSA-DA-NEVOA-BRUMA-AQUI");
}

.opb-related-img-05 {
  background-image: url("URL-ROSA-IGNEA-INCENSO-EM-PO-AQUI");
}

.opb-related-img-06 {
  background-image: url("URL-PERFUME-DA-BRUXA-100ML-AQUI");
}

/* Conteúdo */

.opb-related-content {
  padding: 22px 20px 24px;
  text-align: center;
  background: rgba(255, 248, 242, 0.98);
}

.opb-related-category {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(60, 28, 82, 0.62);
}

.opb-related-content h3 {
  min-height: 42px;
  margin: 0 0 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3b1858;
}

.opb-related-price {
  display: grid;
  gap: 5px;
  justify-items: center;
}

.opb-related-old-price {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  color: rgba(59, 24, 88, 0.54);
  text-decoration: line-through;
}

.opb-related-current-price {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #4a2468;
}

.opb-related-installments {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b1858;
}

/* Setas */

.opb-related-arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background:
    radial-gradient(circle at 30% 20%, #fff1bd, #d7b36a 48%, #9d6f2d 100%);
  color: #251020;
  font-size: 2.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(215, 179, 106, 0.18);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.opb-related-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.44),
    0 0 34px rgba(215, 179, 106, 0.28);
}

.opb-related-prev {
  left: -24px;
  transform: translateY(-50%);
}

.opb-related-next {
  right: -24px;
  transform: translateY(-50%);
}

/* Responsivo */

@media (max-width: 1080px) {
  .opb-related-carousel {
    grid-auto-columns: calc((100% - 48px) / 3);
  }
}

@media (max-width: 820px) {
  .opb-related-carousel {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .opb-related-prev {
    left: 6px;
  }

  .opb-related-next {
    right: 6px;
  }
}

@media (max-width: 560px) {
  .opb-related-products {
    padding: 72px 18px;
  }

  .opb-related-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .opb-related-heading span {
    display: none;
  }

  .opb-related-carousel {
    grid-auto-columns: 82%;
  }

  .opb-related-image {
    min-height: 270px;
  }

  .opb-related-arrow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c42991e *//* ================================
   O PERFUME DA BRUXA — DIFERENCIAIS
================================ */

.opb-diferenciais {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 179, 106, 0.13), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(128, 48, 82, 0.24), transparent 34%),
    linear-gradient(180deg, #101814 0%, #170b14 52%, #251020 100%);
  color: #f7eadf;
}

.opb-diferenciais::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.12;
  pointer-events: none;
}

.opb-diferenciais::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  left: -320px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(196, 105, 126, 0.18), transparent 68%);
  filter: blur(5px);
  pointer-events: none;
}

.opb-diferenciais-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

.opb-diferenciais-intro {
  max-width: 820px;
  margin: 0 auto 68px;
  text-align: center;
}

.opb-diferenciais-intro h2 {
  margin: 0 0 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 6vw, 6.1rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff3e7;
}

.opb-diferenciais-intro p {
  max-width: 760px;
  margin: 0 auto;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.46rem);
  line-height: 1.64;
  color: rgba(255, 238, 221, 0.78);
}

/* Grid */

.opb-diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

.opb-diferencial-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 34px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 18%, rgba(215, 179, 106, 0.11), transparent 34%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(232, 201, 130, 0.14);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 0.36s ease,
    border-color 0.36s ease,
    box-shadow 0.36s ease;
}

.opb-diferencial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 201, 130, 0.34);
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.46),
    0 0 32px rgba(206, 142, 98, 0.12);
}

.opb-diferencial-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(232, 201, 130, 0.14);
  border-radius: 22px;
  pointer-events: none;
}

.opb-diferencial-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 130, 0.34);
  background: rgba(20, 8, 18, 0.58);
  backdrop-filter: blur(8px);
  font-size: 1.45rem;
  color: #d7b36a;
}

.opb-diferencial-card span {
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-diferencial-card h3 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 2.7vw, 2.85rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #fff3e7;
}

.opb-diferencial-card p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.58;
  color: rgba(255, 239, 222, 0.78);
}

/* Selo inferior */

.opb-diferenciais-selo {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background:
    linear-gradient(
      135deg,
      rgba(18, 7, 16, 0.92),
      rgba(44, 18, 38, 0.82),
      rgba(16, 24, 20, 0.86)
    ),
    url("URL-IMAGEM-SELO-DIFERENCIAIS-AQUI");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(232, 201, 130, 0.16);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-diferenciais-selo::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(232, 201, 130, 0.24);
  border-radius: 26px;
  pointer-events: none;
}

.opb-diferenciais-selo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(215, 179, 106, 0.16), transparent 38%),
    linear-gradient(to bottom, rgba(8, 4, 8, 0.12), rgba(8, 4, 8, 0.54));
  pointer-events: none;
}

.opb-diferenciais-selo-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 64px 42px;
  text-align: center;
}

.opb-diferenciais-selo-content span {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-diferenciais-selo-content h3 {
  margin: 0 0 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff3e7;
}

.opb-diferenciais-selo-content p {
  margin: 0 auto;
  max-width: 700px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.24rem;
  line-height: 1.62;
  color: rgba(255, 238, 221, 0.82);
}

/* Responsivo */

@media (max-width: 1120px) {
  .opb-diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opb-diferencial-card {
    min-height: 340px;
  }
}

@media (max-width: 720px) {
  .opb-diferenciais {
    padding: 82px 18px;
  }

  .opb-diferenciais-intro {
    margin-bottom: 46px;
  }

  .opb-diferenciais-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .opb-diferencial-card {
    min-height: unset;
    border-radius: 26px;
    padding: 32px 28px;
  }

  .opb-diferencial-card::before {
    inset: 12px;
    border-radius: 20px;
  }

  .opb-diferenciais-selo {
    min-height: 520px;
    border-radius: 28px;
  }

  .opb-diferenciais-selo::before {
    inset: 14px;
    border-radius: 22px;
  }

  .opb-diferenciais-selo-content {
    padding: 42px 28px;
  }

  .opb-diferenciais-selo-content h3 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .opb-diferenciais-selo-content p {
    font-size: 1.14rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-554b92c *//* ================================
   O PERFUME DA BRUXA — AVISO
================================ */

.opb-aviso {
  position: relative;
  overflow: hidden;
  padding: 90px 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(215, 179, 106, 0.11), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(128, 48, 82, 0.18), transparent 34%),
    linear-gradient(180deg, #251020 0%, #160a14 54%, #101814 100%);
  color: #f7eadf;
}

.opb-aviso::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.11;
  pointer-events: none;
}

.opb-aviso-container {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
}

.opb-aviso-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: flex-start;
  padding: 48px 54px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 20%, rgba(215, 179, 106, 0.11), transparent 34%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(232, 201, 130, 0.16);
  box-shadow:
    0 26px 74px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-aviso-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(232, 201, 130, 0.15);
  border-radius: 24px;
  pointer-events: none;
}

.opb-aviso-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -160px;
  top: -140px;
  background: radial-gradient(circle, rgba(196, 105, 126, 0.16), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.opb-aviso-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 130, 0.36);
  background: rgba(20, 8, 18, 0.58);
  backdrop-filter: blur(8px);
  font-size: 1.5rem;
  color: #d7b36a;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.opb-aviso-content {
  position: relative;
  z-index: 2;
}

.opb-aviso-content h2 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff3e7;
}

.opb-aviso-content p {
  margin: 0 0 18px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.65;
  color: rgba(255, 238, 221, 0.78);
}

.opb-aviso-content p:last-child {
  margin-bottom: 0;
}

/* Responsivo */

@media (max-width: 720px) {
  .opb-aviso {
    padding: 72px 18px;
  }

  .opb-aviso-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 28px;
    border-radius: 28px;
    text-align: center;
  }

  .opb-aviso-card::before {
    inset: 12px;
    border-radius: 22px;
  }

  .opb-aviso-icon {
    margin: 0 auto;
  }

  .opb-aviso-content h2 {
    font-size: clamp(2.5rem, 12vw, 3.9rem);
  }

  .opb-aviso-content p {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-caac828 *//* ================================
   O PERFUME DA BRUXA — CTA FINAL
================================ */

.opb-cta-final {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px;
  background:
    linear-gradient(
      135deg,
      rgba(16, 6, 14, 0.94),
      rgba(45, 17, 39, 0.82),
      rgba(12, 20, 16, 0.88)
    ),
    url("URL-IMAGEM-CTA-FINAL-AQUI");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #f7eadf;
}

.opb-cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(196, 105, 126, 0.22), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(215, 179, 106, 0.16), transparent 30%),
    radial-gradient(circle at 50% 86%, rgba(128, 48, 82, 0.28), transparent 44%);
  z-index: 1;
  pointer-events: none;
}

.opb-cta-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.24),
      rgba(0, 0, 0, 0.66)
    );
  z-index: 2;
  pointer-events: none;
}

.opb-cta-final-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image:
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.18;
  pointer-events: none;
}

.opb-cta-final-container {
  position: relative;
  z-index: 5;
  max-width: 1120px;
  margin: 0 auto;
}

.opb-cta-final-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 72px 54px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 179, 106, 0.13), transparent 42%),
    linear-gradient(
      135deg,
      rgba(22, 8, 19, 0.72),
      rgba(37, 14, 32, 0.62)
    );
  border: 1px solid rgba(232, 201, 130, 0.18);
  backdrop-filter: blur(10px);
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.opb-cta-final-content::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(232, 201, 130, 0.18);
  border-radius: 30px;
  pointer-events: none;
}

.opb-cta-final-content h2 {
  margin: 0 0 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.7rem, 8vw, 8rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #fff3e7;
  text-shadow:
    0 12px 40px rgba(0, 0, 0, 0.56),
    0 0 34px rgba(205, 144, 96, 0.2);
}

.opb-cta-final-content p {
  max-width: 780px;
  margin: 0 auto;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.62;
  color: rgba(255, 238, 221, 0.84);
}

.opb-cta-final-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.opb-cta-final-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 54px;
  color: rgba(255, 235, 214, 0.72);
}

.opb-cta-final-signature span {
  width: 78px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 179, 106, 0.76),
    transparent
  );
}

.opb-cta-final-signature p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  letter-spacing: 0.045em;
  color: rgba(255, 235, 214, 0.72);
}

/* Responsivo */

@media (max-width: 768px) {
  .opb-cta-final {
    min-height: 84vh;
    padding: 82px 18px;
    background-attachment: scroll;
  }

  .opb-cta-final-content {
    padding: 54px 28px;
    border-radius: 30px;
  }

  .opb-cta-final-content::before {
    inset: 12px;
    border-radius: 24px;
  }

  .opb-cta-final-content h2 {
    font-size: clamp(3.1rem, 15vw, 5.4rem);
  }

  .opb-cta-final-content p {
    font-size: 1.14rem;
  }

  .opb-cta-final-actions {
    margin-top: 34px;
  }

  .opb-cta-final-actions .opb-btn {
    width: 100%;
  }

  .opb-cta-final-signature {
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }

  .opb-cta-final-signature span {
    width: 110px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81fc27c *//* ================================
   O PERFUME DA BRUXA — RODAPÉ
================================ */

.opb-footer {
  position: relative;
  overflow: hidden;
  padding: 86px 24px 34px;
  background:
    radial-gradient(circle at 14% 12%, rgba(128, 48, 82, 0.24), transparent 32%),
    radial-gradient(circle at 88% 76%, rgba(215, 179, 106, 0.12), transparent 34%),
    linear-gradient(180deg, #101814 0%, #120811 48%, #070507 100%);
  color: #f7eadf;
}

.opb-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.11;
  pointer-events: none;
}

.opb-footer-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

.opb-footer-main {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 0.8fr;
  gap: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(232, 201, 130, 0.14);
}

.opb-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: 0.86;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff3e7;
  text-decoration: none;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.48);
}

.opb-footer-brand p {
  max-width: 420px;
  margin: 0 0 28px;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.62;
  color: rgba(255, 238, 221, 0.78);
}

.opb-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.opb-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 130, 0.24);
  background: rgba(255, 255, 255, 0.04);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d7b36a;
  transition: all 0.28s ease;
}

.opb-footer-social a:hover {
  border-color: rgba(232, 201, 130, 0.58);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.opb-footer-column h3 {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  color: #fff3e7;
}

.opb-footer-column a {
  display: block;
  margin-bottom: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 238, 221, 0.68);
  transition: color 0.25s ease, transform 0.25s ease;
}

.opb-footer-column a:hover {
  color: #d7b36a;
  transform: translateX(4px);
}

.opb-footer-notice {
  margin: 38px 0 30px;
  padding: 28px 32px;
  border-radius: 26px;
  border: 1px solid rgba(232, 201, 130, 0.14);
  background:
    radial-gradient(circle at 12% 20%, rgba(215, 179, 106, 0.09), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.opb-footer-notice span {
  display: block;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7b36a;
}

.opb-footer-notice p {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 238, 221, 0.72);
}

.opb-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding-top: 10px;
}

.opb-footer-bottom p {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 238, 221, 0.52);
}

.opb-footer-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.opb-footer-bottom-links a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 238, 221, 0.56);
  transition: color 0.25s ease;
}

.opb-footer-bottom-links a:hover {
  color: #d7b36a;
}

/* Responsivo */

@media (max-width: 980px) {
  .opb-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .opb-footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .opb-footer {
    padding: 72px 18px 30px;
  }

  .opb-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .opb-footer-brand {
    grid-column: span 1;
  }

  .opb-footer-notice {
    padding: 26px 24px;
    border-radius: 22px;
  }

  .opb-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cb3ba8 *//* ================================
   O PERFUME DA BRUXA — BOTÃO FLUTUANTE
================================ */

.opb-floating-contact {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px 13px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 130, 0.46);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 243, 210, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(32, 12, 28, 0.94), rgba(12, 18, 15, 0.94));
  color: #f4d99a;
  text-decoration: none;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(215, 179, 106, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.opb-floating-contact::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 130, 0.16);
  opacity: 0.8;
  pointer-events: none;
}

.opb-floating-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 245, 214, 0.14) 42%,
      transparent 72%
    );
  transform: translateX(-120%);
  transition: transform 0.58s ease;
  pointer-events: none;
}

.opb-floating-contact:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 201, 130, 0.78);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.5),
    0 0 42px rgba(215, 179, 106, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.opb-floating-contact:hover::after {
  transform: translateX(120%);
}

.opb-floating-icon {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, #fff1bd, #d7b36a 48%, #9d6f2d 100%);
  color: #251020;
  font-size: 1.05rem;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(215, 179, 106, 0.24);
}

.opb-floating-text {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #f4d99a;
  white-space: nowrap;
}

/* Pulso discreto */

@keyframes opbFloatingPulse {
  0% {
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(215, 179, 106, 0.26),
      inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  }

  70% {
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.42),
      0 0 0 14px rgba(215, 179, 106, 0),
      inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  }

  100% {
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(215, 179, 106, 0),
      inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  }
}

.opb-floating-contact {
  animation: opbFloatingPulse 3.6s ease-out infinite;
}

/* Responsivo */

@media (max-width: 640px) {
  .opb-floating-contact {
    right: 18px;
    bottom: 18px;
    padding: 12px;
  }

  .opb-floating-text {
    display: none;
  }

  .opb-floating-icon {
    width: 50px;
    height: 50px;
    font-size: 1.12rem;
  }
}/* End custom CSS */