/** Shopify CDN: Minification failed

Line 175:0 Unexpected "}"

**/
/* ============================================================
   El Ciprés — skin estético sobre Radiant
   ============================================================ */

:root{
  --cip-ink:#211B14;
  --cip-cream:#F4EEE4;
  --cip-sand:#ECE3D4;
  --cip-brass:#9C7A4D;
  --cip-mute:#C9BCA8;
  --cip-gutter:40px;
}
@media screen and (min-width:990px){ :root{ --cip-gutter:48px; } }

/* ============================================================
   1 · HÉROE
   ============================================================ */
.hero{
  --section-height-small:62svh;
  --section-height-medium:84svh;
  --section-height-large:88svh;
  --hero-min-height:84svh !important;
  position:relative;
}
.hero .hero__media,
.hero picture.hero__media img,
.hero .hero__media-wrapper img{
  content:url("/cdn/shop/files/imgi_277_WhatsApp-Image-2025-12-24-at-11.28.06-AM2.jpg?v=1779288481&width=2400");
  object-fit:cover !important;
  object-position:center 58%;
  width:100% !important;
  height:100% !important;
}
.hero .hero__media-grid::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
  background:linear-gradient(180deg,
    rgba(33,27,20,.55) 0%,
    rgba(33,27,20,.10) 30%,
    rgba(33,27,20,.52) 64%,
    rgba(33,27,20,.88) 100%);
}
.hero .hero__content-wrapper{
  position:relative;
  z-index:3;
  align-items:flex-start !important;
  justify-content:flex-end !important;
  text-align:left !important;
  padding-inline:var(--cip-gutter) !important;
  padding-bottom:72px !important;
  --horizontal-alignment:flex-start;
  --vertical-alignment:flex-end;
  --horizontal-alignment-flex-direction-column:flex-start;
  --vertical-alignment-flex-direction-column:flex-end;
}
.hero .hero__content-wrapper .layout-panel-flex,
.hero .hero__content-wrapper [class*="group-block"]{
  align-items:flex-start !important;
  justify-content:flex-end !important;
  text-align:left !important;
}
.hero .hero__content-wrapper :is(h1,h2,h3,p,div){
  color:var(--cip-cream) !important;
  text-align:left !important;
}
.hero .hero__content-wrapper :is(h1,h2){
  font-family:var(--font-heading--family) !important;
  font-size:clamp(2.5rem,5.2vw,5rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.01em !important;
  max-width:15ch;
  text-shadow:0 2px 28px rgba(33,27,20,.5);
}
.hero .hero__content-wrapper p{
  font-size:clamp(1rem,1.2vw,1.15rem) !important;
  max-width:34ch;
  color:var(--cip-mute) !important;
  text-shadow:0 1px 18px rgba(33,27,20,.5);
}
.hero .hero__content-wrapper .button,
.hero .hero__content-wrapper a[class*="button"]{
  background:var(--cip-cream) !important;
  color:var(--cip-ink) !important;
  border:0 !important;
  border-radius:0 !important;
  font-size:.75rem !important;
  letter-spacing:.24em !important;
  text-transform:uppercase !important;
  padding:17px 34px !important;
}

/* HÉROE EN CELULAR: título más chico y anclado abajo */
@media screen and (max-width:749px){
  .hero{ --hero-min-height:70svh !important; }
  .hero .hero__media{ object-position:center 62%; }
  .hero .hero__content-wrapper{
    padding-inline:20px !important;
    padding-top:0 !important;
    padding-bottom:32px !important;
    justify-content:flex-end !important;
  }
  .hero .hero__content-wrapper :is(h1,h2){
    font-size:1.95rem !important;
    line-height:1.08 !important;
    max-width:14ch;
  }
  .hero .hero__content-wrapper p{
    font-size:.85rem !important;
    line-height:1.45 !important;
    max-width:32ch;
  }
}

/* ============================================================
   2 · MENÚ · OUTLET SIN ROJO Y ALINEADO
   ============================================================ */
.menu-list__link{
  font-family:var(--font-subheading--family) !important;
  font-weight:400 !important;
  text-transform:uppercase !important;
  letter-spacing:.2em !important;
  font-size:.7rem !important;
}
header-component[transparent]:not([data-sticky-state="active"]):not([data-sticky-state="idle"]) :is(.menu-list__link,.header__icon){
  color:var(--cip-cream) !important;
  text-shadow:0 1px 16px rgba(33,27,20,.6);
}
header-component[data-sticky-state="active"] :is(.menu-list__link,.header__icon),
header-component[data-sticky-state="idle"] :is(.menu-list__link,.header__icon),
header-component:not([transparent]) :is(.menu-list__link,.header__icon){
  color:var(--color-foreground) !important;
  text-shadow:none !important;
  opacity:1 !important;
}

/* Outlet: mismo renglón, mismo peso, mismo color que el resto */
.header__row li:has(> a[href*="outlet"]),
.menu-list li:has(> a[href*="outlet"]){
  align-items: center !important;
  vertical-align:middle !important;
  position:static !important;
  transform:none !important;
  margin:0 !important;
  padding:0 !important;
}
body a[href*="outlet"],
body a[href*="Outlet"]{
  color:inherit !important;
  -webkit-text-fill-color:currentColor !important;
  font-weight:400 !important;
  position:static !important;
  top:auto !important;
  bottom:auto !important;
  vertical-align:middle !important;
align-self:center !important;
  transform:none !important;
  align-self:center !important;
}
.menu-list__link[href*="outlet"]{
  display: inline-flex !important;
  align-items: center !important;
  font-size: .7rem !important;
  letter-spacing: .2em !important;
  line-height: inherit !important;
}

}
.menu-list__link[href*="outlet"]::before,
.menu-list__link[href*="outlet"]::after{ content:none !important; }

/* ============================================================
   3 · SECCIONES DE LISTA (colecciones y productos)
   ============================================================ */
.section-resource-list{
  padding-inline:var(--cip-gutter) !important;
  padding-block:96px !important;
}
.section-resource-list .resource-list,
.section-resource-list [class*="resource-list__"]{
  gap:24px !important;
  column-gap:24px !important;
  row-gap:24px !important;
}
.section-resource-list__content{
  border-bottom:1px solid rgba(33,27,20,.2);
  padding-bottom:20px !important;
  margin-bottom:32px !important;
  align-items:flex-start !important;
  text-align:left !important;
}
.section-resource-list__content :is(h1,h2,h3,h4,p){
  font-family:var(--font-heading--family) !important;
  font-size:clamp(1.7rem,3.2vw,3rem) !important;
  text-align:left !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.1 !important;
}
.section-resource-list__content br{ display:none; }

/* --- Tarjetas de colección: 4:5 con nombre sobre la foto --- */
[data-testid="collection-list"] .collection-card,
[data-testid="collection-list"] .collection-card__inner{
  position:relative;
  overflow:hidden;
}
[data-testid="collection-list"] .collection-card__image,
[data-testid="collection-list"] .collection-card__image img,
[data-testid="collection-list"] .resource-image__image{
  aspect-ratio:4 / 5 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
[data-testid="collection-list"] .collection-card__content{
  position:absolute !important;
  inset:auto 0 0 0 !important;
  padding:18px !important;
  margin:0 !important;
  z-index:3;
  align-items:flex-start !important;
  background:linear-gradient(180deg,rgba(33,27,20,0) 0%,rgba(33,27,20,.7) 100%);
}
[data-testid="collection-list"] .collection-card__content :is(h2,h3,h4,h5,a,span,p){
  color:var(--cip-cream) !important;
  font-family:var(--font-heading--family) !important;
  font-size:clamp(1.05rem,1.7vw,1.9rem) !important;
  line-height:1.1 !important;
  background:none !important;
}

/* --- Tarjetas de producto ---
   Sin forzar recorte: la galería de Radiant maneja su propia caja
   (forzarlo dejaba un hueco blanco bajo la foto).            */
.product-card__content{
  box-shadow:none !important;
  --product-card-gap:4px !important;
  gap:4px !important;
  align-items:flex-start !important;
}
.product-card__content :is(h3,h4,h5),
.product-card__content :is(h3,h4,h5) a{
  font-family:var(--font-heading--family) !important;
  font-weight:400 !important;
  font-size:1.35rem !important;
  line-height:1.15 !important;
  text-align:left !important;
  width:100% !important;
  margin:10px 0 0 !important;
  color:var(--color-foreground) !important;
  -webkit-text-fill-color:var(--color-foreground) !important;
}
.product-card__content .price,
.product-card__content [class*="price"]{
  text-align:left !important;
  width:100% !important;
  font-size:1rem !important;
  letter-spacing:.04em;
  color:rgb(var(--color-foreground-rgb) / .85) !important;
  margin:2px 0 0 !important;
}
.product-card__content .compare-at-price{
  font-size:.9rem !important;
  opacity:.55;
}

/* ============================================================
   3b · CELULAR: densidad correcta
   ============================================================ */
@media screen and (max-width:749px){
  .section-resource-list{
    padding-inline:16px !important;
    padding-block:44px !important;
  }
  .section-resource-list .resource-list,
  .section-resource-list [class*="resource-list__"]{
    gap:12px !important;
    column-gap:12px !important;
    row-gap:12px !important;
  }
  /* Colecciones en dos columnas, no a pantalla completa */
  [data-testid="collection-list"] .resource-list{
    grid-template-columns:1fr 1fr !important;
  }
  [data-testid="collection-list"] .collection-card__content{ padding:12px !important; }
  [data-testid="collection-list"] .collection-card__content :is(h2,h3,h4,h5,a,span,p){
    font-size:1rem !important;
  }
  .product-card__content :is(h3,h4,h5),
  .product-card__content :is(h3,h4,h5) a{
    font-size:1.05rem !important;
    margin-top:8px !important;
  }
  .product-card__content .price,
  .product-card__content [class*="price"]{ font-size:.9rem !important; }
}

/* ============================================================
   4 · CÓMO TRABAJAMOS
   ============================================================ */
[class*="ai-custom-furniture-"]{ background-color:transparent !important; }

div[class^="ai-custom-furniture-"]:not([class*="container"]):not([class*="hero"]):not([class*="steps"]):not([class*="step-"]):not([class*="cta"]):not([class*="title"]):not([class*="subtitle"]):not([class*="button"]){
  background:var(--cip-ink) !important;
  padding:0 !important;
  color:var(--cip-cream);
}
[class*="ai-custom-furniture-container-"]{
  max-width:none !important;
  display:grid !important;
  grid-template-columns:1fr 1.05fr;
  column-gap:0;
  align-items:stretch;
}
[class*="ai-custom-furniture-hero-"]:not([class*="hero-content"]):not([class*="hero-image"]){
  display:contents !important;
}
[class*="ai-custom-furniture-hero-content-"]{
  grid-column:1; grid-row:1;
  padding:88px var(--cip-gutter) 0 !important;
  margin:0 !important;
  order:unset !important;
}
[class*="ai-custom-furniture-hero-image-"]{
  grid-column:2; grid-row:1 / span 3;
  height:100%; min-height:620px;
  order:unset !important;
}
[class*="ai-custom-furniture-hero-image-"] img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
[class*="ai-custom-furniture-steps-"]{
  grid-column:1; grid-row:2;
  grid-template-columns:1fr !important;
  gap:0 !important;
  padding:0 var(--cip-gutter) !important;
}
[class*="ai-custom-furniture-cta-"]{
  grid-column:1; grid-row:3;
  text-align:left !important;
  padding:36px var(--cip-gutter) 88px !important;
  margin:0 !important;
}
[class*="ai-custom-furniture-step-"]:not([class*="step-number"]):not([class*="step-title"]):not([class*="step-description"]){
  display:grid !important;
  grid-template-columns:78px 1fr;
  column-gap:24px;
  align-items:start;
  padding:22px 0;
  border-top:1px solid rgba(244,238,228,.26);
}
[class*="ai-custom-furniture-step-"]:not([class*="step-number"]):not([class*="step-title"]):not([class*="step-description"]):last-child{
  border-bottom:1px solid rgba(244,238,228,.26);
}
div[class*="ai-custom-furniture-step-number-"],
div[class*="ai-custom-furniture-step-number-"]:not(#x){
  grid-row:1 / span 2;
  font-family:var(--font-heading--family) !important;
  font-size:2.6rem !important;
  font-weight:400 !important;
  color:#B08D5B !important;
  -webkit-text-fill-color:#B08D5B !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  margin:0 !important;
  line-height:1 !important;
}
[class*="ai-custom-furniture-step-title-"]{
  grid-column:2;
  font-family:var(--font-heading--family) !important;
  font-size:1.6rem !important;
  color:var(--cip-cream) !important;
  margin:0 0 4px !important;
}
[class*="ai-custom-furniture-step-description-"]{
  grid-column:2;
  color:var(--cip-mute) !important;
  opacity:1 !important;
  font-size:.95rem !important;
}
[class*="ai-custom-furniture-title-"]{
  font-family:var(--font-heading--family) !important;
  font-size:clamp(1.7rem,3.4vw,3.25rem) !important;
  color:var(--cip-cream) !important;
  letter-spacing:-.01em !important;
  margin:0 0 18px !important;
}
[class*="ai-custom-furniture-subtitle-"],
[class*="ai-custom-furniture-subtitle-"] p{
  color:var(--cip-mute) !important;
  opacity:1 !important;
  font-size:1.05rem !important;
  max-width:38ch;
  margin:0 0 36px !important;
}
[class*="ai-custom-furniture-button-"]{
  background:var(--cip-cream) !important;
  color:var(--cip-ink) !important;
  border-color:var(--cip-cream) !important;
  border-radius:0 !important;
  font-size:.75rem !important;
  letter-spacing:.24em !important;
  text-transform:uppercase;
  padding:17px 34px !important;
}
[class*="ai-custom-furniture-button-"]:hover{
  background:var(--cip-brass) !important;
  border-color:var(--cip-brass) !important;
  color:var(--cip-cream) !important;
}
@media screen and (max-width:989px){
  [class*="ai-custom-furniture-container-"]{ grid-template-columns:1fr; }
  [class*="ai-custom-furniture-hero-image-"]{ grid-column:1; grid-row:1; min-height:200px; height:200px; }
  [class*="ai-custom-furniture-hero-content-"]{ grid-row:2; padding:32px 20px 0 !important; }
  [class*="ai-custom-furniture-steps-"]{ grid-row:3; padding-inline:20px !important; }
  [class*="ai-custom-furniture-cta-"]{ grid-row:4; padding:24px 20px 44px !important; }

  [class*="ai-custom-furniture-title-"]{ font-size:1.65rem !important; margin-bottom:12px !important; }
  [class*="ai-custom-furniture-subtitle-"],
  [class*="ai-custom-furniture-subtitle-"] p{ font-size:.9rem !important; margin-bottom:20px !important; }
  [class*="ai-custom-furniture-step-"]:not([class*="step-number"]):not([class*="step-title"]):not([class*="step-description"]){
    grid-template-columns:52px 1fr;
    column-gap:14px;
    padding:16px 0;
  }
  div[class*="ai-custom-furniture-step-number-"]{ font-size:1.6rem !important; }
  [class*="ai-custom-furniture-step-title-"]{ font-size:1.15rem !important; }
  [class*="ai-custom-furniture-step-description-"]{ font-size:.85rem !important; }
  [class*="ai-custom-furniture-button-"]{ padding:14px 26px !important; font-size:.7rem !important; }
}

/* ============================================================
   5 · PROYECTOS
   ============================================================ */
.proy-header{
  text-align:left !important;
  padding:0 var(--cip-gutter) !important;
  margin-bottom:0 !important;
}
.proy-titulo{
  font-family:var(--font-heading--family) !important;
  font-size:clamp(1.7rem,3.2vw,3rem) !important;
  letter-spacing:-.01em !important;
  margin:0 !important;
}
.proy-subtitulo{ opacity:.7 !important; margin:6px 0 0 !important; }
.proy-header::after{
  content:"";
  display:block;
  border-bottom:1px solid rgba(33,27,20,.2);
  margin-top:20px;
}
.proy-track-wrap{
  padding-inline:calc(var(--cip-gutter) - 12px) !important;
  margin-top:32px;
}
.proy-slide{ padding-inline:12px !important; }
.proy-img-wrap{ aspect-ratio:4 / 5 !important; }
.proy-caption{ padding:12px 0 0 !important; text-align:left !important; }
.proy-nombre{
  font-family:var(--font-heading--family) !important;
  font-size:1.35rem !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
}
.proy-btn{
  border-radius:0 !important;
  border-color:var(--cip-ink) !important;
  color:var(--cip-ink) !important;
  font-size:.75rem !important;
  letter-spacing:.24em !important;
  padding:17px 34px !important;
}
.proy-btn:hover{ background:var(--cip-ink) !important; color:var(--cip-cream) !important; }
.proy-arrow--prev{ left:calc(var(--cip-gutter) - 4px) !important; }
.proy-arrow--next{ right:calc(var(--cip-gutter) - 4px) !important; }
@media screen and (max-width:749px){
  .proy-header{ padding:0 16px !important; }
  .proy-titulo{ font-size:1.7rem !important; }
  .proy-subtitulo{ font-size:.85rem !important; }
  .proy-track-wrap{ padding-inline:10px !important; margin-top:20px; }
  .proy-slide{ padding-inline:6px !important; }
  /* Proporción más baja para que no ocupe toda la pantalla */
  .proy-img-wrap{ aspect-ratio:1 / 1 !important; }
  .proy-nombre{ font-size:1.05rem !important; }
  .proy-btn{ padding:14px 26px !important; font-size:.7rem !important; }
}

/* ============================================================
   6 · WHATSAPP (#ec-whatsapp-btn)
   ============================================================ */
#ec-whatsapp-btn{
  background:var(--cip-ink) !important;
  box-shadow:0 8px 24px rgba(33,27,20,.28) !important;
}
#ec-whatsapp-btn svg path{ fill:var(--cip-cream) !important; }
#ec-whatsapp-btn .ec-wa-text{ color:var(--cip-cream) !important; letter-spacing:.24em !important; }
@media screen and (max-width:749px){
  #ec-whatsapp-btn{
    inset:auto 0 0 0 !important;
    width:100% !important;
    height:56px !important;
    border-radius:0 !important;
    padding:0 !important;
    box-shadow:0 -2px 18px rgba(33,27,20,.22) !important;
    border-top:1px solid rgba(244,238,228,.2);
  }
  body{ padding-bottom:56px; }
}
