*,
*::before,
*::after {
  box-sizing: border-box;
}

body.dp-body {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  background: radial-gradient(circle at top, rgba(209, 167, 92, 0.2), transparent 60%),
    radial-gradient(circle at bottom, #050806, #020304);
  color: #f5ebd8;
  min-height: 100vh;
}

a {
  color: #d1a75c;
  text-decoration: none;
}

a:hover {
  color: #f5ebd8;
}

.dp-header {
  border-bottom: 1px solid rgba(209, 167, 92, 0.25);
  background: linear-gradient(to right, rgba(10, 20, 14, 0.96), rgba(23, 17, 9, 0.96));
  position: sticky;
  top: 0;
  z-index: 50;
}

.dp-header-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: block;
  flex: 0 0 390px;
  max-width: 390px;
  height: 82px;
  margin-left: -50px; /* desplazar logo 50px más hacia la izquierda */
}

.brand-mark {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-subtitle {
  font-size: 0.75rem;
  opacity: 0.8;
}

.dp-nav {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
}

.dp-nav a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  opacity: 0.9;
}

.dp-nav a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cart-toggle {
  background: transparent;
  border: 1px solid rgba(209, 167, 92, 0.5);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  cursor: pointer;
}

.cart-icon {
  font-size: 0.95rem;
}

.cart-count {
  font-size: 0.7rem;
  background: rgba(209, 167, 92, 0.2);
  border-radius: 999px;
  padding: 0.1rem 0.4rem;
}

.header-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

.header-social-icon {
  width: 18px;
  height: 18px;
}

.dp-main {
  max-width: 1250px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 3rem;
}

#home-slider {
  background: linear-gradient(to right, #0b0e09, #1a140b);
  border-bottom: 1px solid rgba(209, 167, 92, 0.25);
  position: relative;
  z-index: 10;
}

.home-slider-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem 1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.home-slider-track {
  position: relative;
  overflow: hidden;
}

.home-slider-slide {
  display: none;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 2fr);
  gap: 1rem;
  align-items: center;
}

.home-slider-slide.active {
  display: grid;
}

.home-slider-slide img {
  display: block;
  width: 100%;
  max-height: 140px;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid rgba(209, 167, 92, 0.3);
}

.home-slider-caption h2 {
  margin: 0 0 0.2rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-slider-caption p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.home-slider-arrow {
  border-radius: 999px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(209, 167, 92, 0.6);
  background: transparent;
  color: #f5ebd8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

@media (max-width: 880px) {
  .home-slider-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 1rem;
  }

  .home-slider-slide {
    grid-template-columns: 1fr;
  }
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(0, 1.6fr);
  gap: 2.5rem;
  align-items: center;
  margin-top: 2.5rem;
}

.hero-content {
  max-width: 100%;
}

.hero-content h1 {
  font-family: "Cinzel Decorative", serif;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0.25rem 0 0.75rem;
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d1a75c;
}

.subtitle {
  font-size: 1.05rem;
  max-width: 32rem;
  opacity: 0.9;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
}

.btn {
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

.btn-primary {
  background: linear-gradient(to right, #d1a75c, #f4c178);
  color: #1b1409;
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(209, 167, 92, 0.5);
  color: #f5ebd8;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(209, 167, 92, 0.6);
  color: #f5ebd8;
}

.btn-small {
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  opacity: 0.85;
}

.hero-bullets li {
  margin-bottom: 0.3rem;
}

.hero-side h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

@media (max-width: 880px) {
  .hero {
    display: block;
  }

  .hero-side {
    margin-top: 1.75rem;
  }
}

.home-section {
  margin-top: 3rem;
}

.home-section-alt {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.8fr);
  gap: 2.25rem;
  align-items: start;
}

@media (max-width: 880px) {
  .section-split {
    grid-template-columns: 1fr;
  }
}

.section-header h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
}

.section-header p {
  font-size: 0.95rem;
  opacity: 0.9;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.cards-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 880px) {
  .cards-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 880px) {
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.titulo-destacados {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.featured-section {
  padding: 40px 20px;
}

.featured-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.card-product,
.card-service {
  background: radial-gradient(circle at top, #22271b, #120d09);
  border-radius: 1rem;
  border: 1px solid rgba(209, 167, 92, 0.25);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.65);
}

.card-image-link {
  position: relative;
  display: block;
}

.card-product img {
  width: 100%;
  display: block;
}

.card-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-body {
  padding: 0.9rem 1rem 1rem;
}

.card-body h3 {
  margin: 0 0 0.15rem;
  font-size: 1.1rem;
}

.card-body .code {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d1a75c;
  margin-bottom: 0.4rem;
}

.card-body .excerpt {
  font-size: 0.85rem;
  opacity: 0.9;
}

.card-footer {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.price {
  font-weight: 600;
}

.page-header h1 {
  font-family: "Cinzel Decorative", serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.page-header p {
  opacity: 0.9;
}

.page-layout {
  display: grid;
  /* galería más amplia para destacar la imagen del producto */
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 2rem;
  margin-top: 1.75rem;
}

/* Tienda: filtros más delgados (~20%) y listado amplio (~80%) */
.page-layout-shop {
  grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
}

.page-aside {
  position: sticky;
  top: 6rem;
  align-self: flex-start;
}

.shop-sidebar {
  position: sticky;
  top: 6rem;
  align-self: flex-start;
}

.shop-sidebar .filter-group {
  margin-bottom: 1rem;
}

.shop-sidebar .filter-group h3 {
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
}

.shop-sidebar .filter-group label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.section-complementos {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  background: radial-gradient(circle at top, #191b12, #0a0906);
  border-top: 1px solid rgba(209, 167, 92, 0.3);
  border-bottom: 1px solid rgba(209, 167, 92, 0.3);
}

.section-complementos-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.75rem;
}

.section-complementos-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) minmax(0, 1.5fr);
  gap: 1.5rem;
  margin-top: 0.75rem;
}

@media (max-width: 880px) {
  .section-complementos-grid {
    grid-template-columns: 1fr;
  }
}

.page-aside .mystic-panel,
.mystic-panel {
  background: radial-gradient(circle at top, #26281c, #110d09);
  border-radius: 1rem;
  border: 1px solid rgba(209, 167, 92, 0.3);
  padding: 1.25rem 1.35rem;
  font-size: 0.9rem;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}

.list-check li::before {
  content: "✶ ";
  color: #d1a75c;
}

.link-arrow {
  font-size: 0.9rem;
  text-decoration: underline;
}

.section-footer {
  margin-top: 1.25rem;
}

.detail-gallery {
  position: relative;
  max-width: 100%;
}

.detail-main-image img {
  max-width: 100%;
  display: block;
  border-radius: 1.25rem;
  border: 1px solid rgba(209, 167, 92, 0.35);
}

.detail-main-image {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.detail-magnifier {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(209, 167, 92, 0.6);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 200%;
  display: none;
  z-index: 3;
}

.detail-main-image.has-magnifier .detail-magnifier {
  display: block;
}

.badge-unique {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 999px;
  padding: 0.2rem 0.8rem;
  font-size: 0.75rem;
}

.detail-thumbs {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.detail-thumb {
  border: 1px solid rgba(209, 167, 92, 0.35);
  border-radius: 0.75rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.detail-thumb img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.detail-thumb.active {
  border-color: #d1a75c;
  box-shadow: 0 0 0 1px rgba(209, 167, 92, 0.4);
}

.detail-info {
  max-width: 480px;
}

.detail-info h1 {
  font-family: "Cinzel Decorative", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-info .code {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #d1a75c;
}

.detail-description {
  font-size: 0.95rem;
  opacity: 0.9;
}

.input,
input.input,
select.input {
  width: 100%;
  padding: 0.45rem 0.7rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(209, 167, 92, 0.3);
  background: rgba(4, 7, 5, 0.9);
  color: inherit;
  font-family: inherit;
}

.form-panel {
  max-width: 520px;
  background: radial-gradient(circle at top, #24271b, #110d09);
  border-radius: 1.25rem;
  border: 1px solid rgba(209, 167, 92, 0.3);
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.field-row {
  display: flex;
  gap: 0.75rem;
}

.notice.success {
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: rgba(16, 54, 30, 0.8);
}

.notice.error {
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: rgba(80, 22, 22, 0.9);
}

.cert-result {
  margin-top: 1.5rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
}

.cert-result.valid {
  background: rgba(12, 52, 32, 0.9);
  border: 1px solid rgba(87, 198, 137, 0.7);
}

.cert-result.invalid {
  background: rgba(55, 18, 18, 0.9);
  border: 1px solid rgba(221, 110, 110, 0.7);
}

.cert-result header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status-pill {
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.cert-result dl {
  margin-top: 0.7rem;
}

.cert-result dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.8;
}

.cert-result dd {
  margin: 0 0 0.4rem;
}

.track-result {
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background: rgba(17, 21, 16, 0.9);
  border: 1px solid rgba(209, 167, 92, 0.35);
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.table th,
.table td {
  border-bottom: 1px solid rgba(209, 167, 92, 0.25);
  padding: 0.45rem 0.4rem;
  text-align: left;
}

.cart-page-main {
  max-width: 100%;
}

.cart-page-side {
  max-width: 460px;
}

.cart-table th:first-child,
.cart-table td:first-child {
  width: 80px;
}

.cart-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid rgba(209, 167, 92, 0.35);
}

.footer-logo {
  width: 140px;
  height: auto;
  display: block;
  margin-bottom: 0.6rem;
}

@media (max-width: 880px) {
  .cart-page-side {
    margin-top: 1.5rem;
  }
}

.dp-footer {
  border-top: 1px solid rgba(209, 167, 92, 0.25);
  background: #070805;
  padding: 1.75rem 1.5rem 1rem;
}

.footer-grid {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.2fr 1.5fr 1.7fr;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.footer-grid h3,
.footer-grid h4 {
  margin-top: 0;
  font-weight: 700;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.footer-grid li {
  margin-bottom: 0.25rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
}

.footer-bottom {
  max-width: 1250px;
  margin: 0.5rem auto 0;
  font-size: 0.85rem;
  opacity: 0.75;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  background: #25d366;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  z-index: 60;
}

.whatsapp-float span {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.page-loader {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.page-loader-inner {
  padding: 1.25rem 1.75rem;
  border-radius: 999px;
  background: transparent;
  border: none;
  box-shadow: 0 0 140px rgba(0, 0, 0, 0.95);
}

.page-loader-logo {
  width: 160px;
  height: auto;
  display: block;
  animation: loaderPulse 1.6s ease-in-out infinite;
}

@keyframes loaderPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}

.page-loader--flash {
  animation: loaderFlash 0.7s ease-in-out forwards;
}

@keyframes loaderFlash {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  40% {
    opacity: 1;
    filter: brightness(1.7);
  }
  100% {
    opacity: 0;
    filter: brightness(1);
  }
}

.cart-drawer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 55;
}

.cart-drawer.open {
  display: flex;
}

.cart-drawer-inner {
  width: 320px;
  max-width: 100%;
  background: radial-gradient(circle at top, #24271b, #120d09);
  border-left: 1px solid rgba(209, 167, 92, 0.4);
  padding: 1.2rem 1rem;
  position: relative;
}

.cart-close {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  color: #f5ebd8;
  cursor: pointer;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.cart-item span {
  display: block;
}

.cart-summary {
  margin-top: 0.7rem;
  border-top: 1px solid rgba(209, 167, 92, 0.3);
  padding-top: 0.6rem;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 70;
}

.popup-overlay.open {
  display: flex;
}

.popup {
  max-width: 440px;
  width: 90%;
  background: radial-gradient(circle at top, #26281c, #110d09);
  border-radius: 1.25rem;
  border: 1px solid rgba(209, 167, 92, 0.35);
  padding: 1.2rem 1.3rem 1.1rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.8);
}

.popup header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.popup h2 {
  font-size: 1.05rem;
}

.popup-close {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: #f5ebd8;
  cursor: pointer;
}

.popup ul {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0.7rem;
  font-size: 0.9rem;
}

.hint {
  font-size: 0.8rem;
  opacity: 0.75;
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .page-layout {
    grid-template-columns: 1fr;
  }

  .dp-nav {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* SLIDER */
.dp-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 490px;
}

.dp-slider-inner {
    position: relative;
    height: 100%;
}

.dp-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.dp-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

.dp-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Degradado radial: centro más oscuro, bordes más claros/transparente */
    background: radial-gradient(circle at center,
        rgba(0, 0, 0, 0.70) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.15) 75%,
        rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
    z-index: 1;
}

.dp-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.dp-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    z-index: 2;
}

.dp-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    background: rgba(0,0,0,0.4);
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.dp-prev { left: 10px; }
.dp-next { right: 10px; }

/* DESTACADOS */
.featured-section {
    padding: 40px 20px;
}

.featured-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.featured-item {
    text-align: center;
}

.featured-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dp-heading-main,
.dp-text-highlight {
  color: #675d36;
}

.destacados {
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 880px) {
  .home-featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}


