/** Shopify CDN: Minification failed

Line 201:0 All "@import" rules must come first

**/
/* â”€â”€ CDT Premium Product Grid â”€â”€ */

.cdt-grid-section {
  padding: 4rem 0;
  background: #f5f2ee;
}

.cdt-grid__label {
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9b8f83;
  margin-bottom: 0.4rem;
}

.cdt-grid__heading {
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 2.5rem;
}

/* Grid */
.cdt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 990px) {
  .cdt-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

/* Card */
.cdt-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cdt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

/* Image */
.cdt-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.cdt-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.cdt-card:hover .cdt-card__image-wrap img {
  transform: scale(1.05);
}

/* Badge */
.cdt-card__badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(4px);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b5c3e;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}

/* Body */
.cdt-card__body {
  padding: 0.9rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cdt-card__location {
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9b8f83;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.cdt-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  flex: 1;
}

/* Meta row */
.cdt-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
  border-top: 1px solid #f0ede8;
  margin-top: auto;
}

/* Stars */
.cdt-card__stars {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.cdt-star {
  width: 9px;
  height: 9px;
}

.cdt-star--full  { fill: #c4a96a; }
.cdt-star--empty { fill: #e0ddd8; }

.cdt-card__rating-val {
  font-size: 0.6rem;
  color: #9b8f83;
  margin-left: 0.2rem;
}

/* Price */
.cdt-card__price-wrap {
  text-align: right;
}

.cdt-card__price-from {
  display: block;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9b8f83;
  line-height: 1;
  margin-bottom: 0.1rem;
}

.cdt-card__price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}

/* CTA button */
.cdt-card__cta {
  display: block;
  margin-top: 0.75rem;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.65rem;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.cdt-card:hover .cdt-card__cta {
  background: #6b5c3e;
}

/* â”€â”€ CDT Font Overrides â”€â”€ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Jost:wght@300;400;500&display=swap');

.cdt-grid__heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
  font-weight: 400 !important;
}

.cdt-grid__label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #9b8f83 !important;
}

.cdt-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

.cdt-card__price {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

.cdt-card__price-from {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.52rem !important;
  text-transform: uppercase !important;
  color: #9b8f83 !important;
}

.cdt-card__location {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.58rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #9b8f83 !important;
}

.cdt-card__cta {
  font-family: 'Jost', sans-serif !important;
  background: #1a1a1a !important;
  color: #fff !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}


/* ================================================================
   CDT Product Description Styles â€” Acordeones, Tip, Policy
   ================================================================ */

/* â”€â”€ Info Strip â”€â”€ */
.cdt-strip {
  display: flex; flex-direction: column; gap: 10px;
  margin: 24px 0 28px; padding: 18px 20px;
  border: 1px solid #e0dbd2; border-radius: 6px;
  background: #f9f8f6;
}
.cdt-strip__row {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.88em; line-height: 1.55;
}
.cdt-strip__row svg { flex-shrink: 0; margin-top: 2px; opacity: 0.55; }
.cdt-strip__row--alert {
  color: #7a4a10; font-weight: 600;
  padding-top: 10px; margin-top: 2px;
  border-top: 1px solid #e8d9c0;
}
.cdt-strip__row--alert svg { opacity: 0.8; }

.cdt-acc { margin: 28px 0; border-top: 1px solid #e0dbd2; }
.cdt-acc-item { border-bottom: 1px solid #e0dbd2; }
.cdt-acc-btn {
  width: 100%; background: transparent; border: none;
  padding: 14px 0; display: flex; justify-content: space-between;
  align-items: center; cursor: pointer; text-align: left; gap: 12px;
  color: inherit;
}
.cdt-acc-btn-inner { display: flex; align-items: center; gap: 10px; }
.cdt-acc-dot { width: 7px; height: 7px; border-radius: 50%; background: #b89a5e; flex-shrink: 0; }
.cdt-acc-label { font-weight: 600; }
.cdt-acc-arrow { font-size: 0.65rem; color: #b89a5e; transition: transform 0.25s; flex-shrink: 0; }
.cdt-acc-btn.open .cdt-acc-arrow { transform: rotate(180deg); }
.cdt-acc-body {
  display: none; background: #f7f7f7; border-radius: 6px;
  padding: 16px 20px; margin-bottom: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.cdt-acc-body.open { display: block; }
.cdt-acc-body ul { margin: 0; padding: 0; list-style: none; }
.cdt-acc-body ul li {
  padding: 4px 0; display: flex; align-items: flex-start;
  gap: 8px; line-height: 1.65;
}
.cdt-acc-body ul li::before { content: 'â€”'; color: #b89a5e; flex-shrink: 0; margin-top: 2px; }
.cdt-acc-body p { margin: 0 0 8px; }
.cdt-acc-body p:last-child { margin-bottom: 0; }

.cdt-schedule-row {
  display: flex; gap: 12px; padding: 7px 0;
  border-bottom: 1px solid #e8e8e8;
}
.cdt-schedule-row:last-child { border-bottom: none; }
.cdt-schedule-label { font-weight: 600; min-width: 120px; flex-shrink: 0; }

.cdt-variant { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e4e4e4; }
.cdt-variant:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.cdt-variant-title { font-weight: 700; margin: 0 0 3px; }
.cdt-variant-sub { opacity: 0.65; font-style: italic; margin: 0 0 8px; }
.cdt-variant-note { color: #b89a5e; font-weight: 600; font-size: 0.82em; margin-top: 8px; }

.cdt-upsell-title {
  font-weight: 700; font-size: 0.8em; text-transform: uppercase;
  letter-spacing: 0.08em; opacity: 0.6; margin: 0 0 12px; display: block;
}
.cdt-upsell-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cdt-upsell-card { background: #fff; border: 1px solid #e0dbd2; border-radius: 6px; padding: 10px 12px; }
.cdt-upsell-card-title { font-weight: 600; margin: 0 0 3px; }
.cdt-upsell-card-desc { opacity: 0.65; font-size: 0.85em; line-height: 1.5; margin: 0; }

.cdt-policy { background: #efefef; border-radius: 6px; padding: 14px 16px; }
.cdt-policy-title {
  font-weight: 700; font-size: 0.8em; text-transform: uppercase;
  letter-spacing: 0.08em; opacity: 0.6; margin: 0 0 10px; display: block;
}
.cdt-policy ul li::before { content: '+'; color: #b89a5e; font-weight: 700; flex-shrink: 0; }

.cdt-tip {
  border-left: 3px solid #b89a5e; padding: 16px 18px;
  border-radius: 0 6px 6px 0; margin-top: 24px; background: #fdfbf7;
}
.cdt-tip-name {
  font-weight: 700; font-size: 0.8em; text-transform: uppercase;
  letter-spacing: 0.1em; color: #b89a5e; margin: 0 0 8px; display: block;
}
.cdt-tip p { margin: 0 0 7px; line-height: 1.65; }
.cdt-tip p:last-child { margin-bottom: 0; }

@media (max-width: 480px) {
  .cdt-upsell-grid { grid-template-columns: 1fr; }
  .cdt-schedule-row { flex-direction: column; gap: 2px; }
  .cdt-schedule-label { min-width: auto; }
}

/* ================================================================
   CDT â€” Product Description Read More
   Oculta todo excepto el primer pÃ¡rrafo en pÃ¡ginas de producto
   ================================================================ */

/* Oculta todo despuÃ©s del primer pÃ¡rrafo */
.product-description .rte > p ~ p,
.product-description .rte > p ~ ul,
.product-description .rte > p ~ div,
.product-description .rte > p ~ style,
.product-description .rte > p ~ script {
  display: none;
}

/* TambiÃ©n oculta acordeones, tip y schema que vienen en la descripciÃ³n */
.product-description .rte .cdt-acc,
.product-description .rte .cdt-tip,
.product-description .rte .cdt-strip {
  display: none;
}

/* Cuando estÃ¡ expandido muestra todo */
.product-description .rte.cdt-expanded > p,
.product-description .rte.cdt-expanded > p ~ p,
.product-description .rte.cdt-expanded > p ~ ul,
.product-description .rte.cdt-expanded > p ~ div,
.product-description .rte.cdt-expanded .cdt-acc,
.product-description .rte.cdt-expanded .cdt-tip,
.product-description .rte.cdt-expanded .cdt-strip {
  display: block;
}

/* BotÃ³n Read more */
.cdt-readmore-trigger {
  background: none;
  border: none;
  color: #B89A5E;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
  margin-top: 6px;
  letter-spacing: 0.04em;
  font-family: inherit;
  display: block;
  text-decoration: none;
}
.cdt-readmore-trigger:hover { opacity: 0.7; }

/* â”€â”€ script placeholder â€” ver cdt-readmore.js snippet â”€â”€ */