/** Shopify CDN: Minification failed

Line 2030:1 Expected "}" to go with "{"

**/
/* FURREAL - Tienda hover dropdown */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;600&display=swap');
#furreal-tienda-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  background: #FDFBF7;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.furreal-dropdown__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 2.5fr;
  gap: 32px;
  max-width: 1100px;
  margin: 0 0 0 40px;
  padding: 28px 48px;
  align-items: stretch; /* todas las columnas al mismo alto */
}


.furreal-dropdown__title {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.0em;
  text-transform: lowercase;
  color: #4a3728;
  margin-bottom: 12px;
}


.furreal-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.furreal-dropdown__link {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  color: #4a3728;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  transition: color 0.15s ease;
}

.furreal-dropdown__link:hover {
  color: #000;
}

.furreal-dropdown__concern {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: opacity 0.15s ease;
}

.furreal-dropdown__concern:hover {
  opacity: 0.7;
}

.furreal-dropdown__concern-label {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  color: #4a3728;
}

.furreal-dropdown__concern-sub {
  font-family: Athletics, sans-serif;
  font-size: 17px;
  color: #999;
  margin-top: 2px;
}

.furreal-dropdown__col--banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start; /* alineado arriba, no estirado */
  max-width: 100%;
  height: auto;
}

.furreal-dropdown__banner {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1; /* cada banner ocupa la mitad del alto disponible */
}

.furreal-dropdown__banner-img--placeholder {
  width: 100%;
  aspect-ratio: 686 / 503;
  background: #e8e2d9;
  border-radius: 6px;
  flex: unset; /* quita el flex: 1 anterior */
}


.furreal-dropdown__banner-label {
  font-family: Athletics, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4a3728;
  line-height: 1.3;
}

.furreal-dropdown__banner-cta {
  font-family: Athletics, sans-serif;
  font-size: 12px;
  color: #4a3728;
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* =====================
   TIPOGRAFÍA: Athletics (Cuerpo)
   ===================== */

@font-face {
  font-family: 'Athletics';
  src: url('{{ "Athletics-Regular.woff2" | asset_url }}') format('woff2'),
       url('{{ "Athletics-Regular.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
p,
li,
input,
textarea,
select {
  font-family: 'Athletics', sans-serif !important;
  html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__icon-with-text .hero__icon-text p {
  font-family: 'panel-sans-mono', sans-serif !important;
}

}

/* =====================
   TIPOGRAFÍA: Panel Sans Mono (Botones + Insignias)
   ===================== */

button,
.button,
a.button,
input[type="submit"],
.badge,
.tag,
.price,
.label {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-weight: 300;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
}

/* =====================
   COLECCIONES: Pill buttons
   ===================== */

ul.collection-feature__container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
}

li.collection-feature__item {
  width: auto !important;
  flex: none !important;
}

a.collection-feature__link {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-weight: 400;
  text-transform: none !important;
  letter-spacing: 0.02em;
  border: 1.8px solid currentColor !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  white-space: nowrap !important;
  font-size: 20px !important;
  text-align: center !important;
  justify-content: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.collection-feature__link:hover .icon,
.collection-feature__link:hover svg,
.collection-feature__link .icon,
.collection-feature__link svg {
  display: none !important;
}

a.collection-feature__link span {
  transform: none !important;
  transition: none !important;
}

a.collection-feature__link {
  background-color: transparent !important;
  color: #4A3426 !important;
  border-color: #4A3426 !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

a.collection-feature__link:hover {
  background-color: #4A3426 !important;
  color: #FDFBF7 !important;
  border-color: #4A3426 !important;
}

/* Móvil: scroll horizontal */
@media (max-width: 899px) {
  ul.collection-feature__container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 4px !important;
    gap: 8px !important;
  }

  ul.collection-feature__container::-webkit-scrollbar {
    display: none !important;
  }

  ul.collection-feature__container > li.collection-feature__item {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .collection-feature__item a {
    display: inline-flex !important;
    width: auto !important;
    max-width: fit-content !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* =====================
   QUICK ADD BUTTON
   ===================== */

.card__picture-container {
  overflow: visible !important;
}

.card__quick-add-container--desktop {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  display: block !important;
  margin-top: 8px !important;
  text-align: center !important;
  pointer-events: auto !important;
}

.card__quick-add-container--desktop,
.card__quick-add-container--desktop * {
  opacity: 1 !important;
  visibility: visible !important;
  color: #4A3426 !important;
}

.card__quick-add-container--desktop button,
.card__quick-add-container--desktop .button {
  background-color: transparent !important;
  color: #4A3426 !important;
  border: 2px solid #4A3426 !important;
  font-family: 'panel-sans-mono', sans-serif !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
}

.card__quick-add-container--desktop button:hover,
.card__quick-add-container--desktop .button:hover {
  background-color: #4A3426 !important;
  color: #FDFBF7 !important;
}

/* Ocultar botón desktop duplicado en slider */
.wt-slider__slide .card__quick-add-container--desktop,
.swiper-slide .card__quick-add-container--desktop,
.card__container .card__quick-add-container--desktop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.card__quick-add-container {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  text-align: center !important;
  margin-top: auto !important;
}

.card__quick-add-container button,
.card__quick-add-container .quick-add-button {
  background-color: #4A3426 !important;
  color: #FDFBF7 !important;
  border: 2px solid #4A3426 !important;
  border-radius: 999px !important;
}

.card__container {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.card > div:last-child {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.card__title {
  min-height: 3.5em !important;
}

/* =====================
   SCROLLBAR SLIDER
   ===================== */

html body .wt-featured-collection .wt-slider__scrollbar,
html main .wt-featured-collection .wt-slider__scrollbar {
  height: 10px !important;
  border-radius: 999px !important;
  overflow: visible !important;
  bottom: 0 !important;
  top: auto !important;
  margin-top: 0 !important;
}

html body .wt-featured-collection .wt-slider__scrollbar .swiper-scrollbar-drag,
html main .wt-featured-collection .wt-slider__scrollbar .swiper-scrollbar-drag {
  border-radius: 999px !important;
  height: 10px !important;
}

.wt-featured-collection {
  margin-bottom: 26px !important;
}

.wt-featured-collection .swiper {
  padding-bottom: 16px !important;
}

/* =====================
   INSIGNIAS PERSONALIZADAS
   ===================== */

.custom-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  border-radius: 999px !important;
  padding: 4px 12px !important;
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  z-index: 2 !important;
  white-space: nowrap !important;
}

/* =====================
   NAVEGACIÓN
   ===================== */

.wt-page-nav-mega__link,
.wt-page-nav-mega__link__text,
.wt-page-nav-mega__sublist__link,
.wt-page-nav-mega__decorated {
  font-family: 'Bricolage Grotesque', sans-serif !important;
}

/* =====================
   SECCIONES ESPECÍFICAS
   ===================== */

#shopify-section-template--26748861514042__custom_liquid_U6RyfK {
  margin: 0px 0;
}

[data-block-id="text_AEL7VM"] .rte p {
  font-size: 2rem;
}

#shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh [data-block-id="icon_with_text_LY3p6J"] .icon-with-text__icon,
[data-block-id="icon_with_text_LY3p6J"] .hero__icon {
  display: none !important;
  html #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh [data-block-id="icon_with_text_LY3p6J"] .hero__icon-text p {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
}

}

/* =====================
   IMAGE BANNER - DESKTOP
   ===================== */

html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__subheading {
  font-family: "panel-sans-mono", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}

html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__title {
  line-height: 0.8 !important;
}

html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__text {
  font-size: 22px !important;
}

html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__button--primary,
html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__button {
  font-family: "panel-sans-mono", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

html body .hero__button--primary,
html body .hero__button,
html body .hero__button--secondary {
  font-family: "panel-sans-mono", sans-serif !important;
  font-weight: 500 !important;
}

/* =====================
   IMAGE BANNER - MÓVIL
   ===================== */

@media screen and (max-width: 749px) {
  html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__subheading {
    font-size: 12px !important;
  }

  html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__title {
    line-height: 0.8 !important;
  }

  html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__text {
    font-size: 16px !important;
  }

  html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__button--primary,
  html body #shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .hero__button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 899px) {
  html body div#shopify-section-sections--26748861972794__page_header_image_banner_hbxGGh .wt-image-banner .hero__overlay--content {
    padding-top: 280px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}


/* =====================
   PRECIO - ATHLETICS
   ===================== */

html body .price,
html body [class*="price"] {
  font-family: "athletics", sans-serif !important;
}

/* =====================
   HOVER ZOOM IMÁGENES
   ===================== */

@media (hover: hover) {
  .card__picture {
    overflow: hidden;
    border-radius: var(--border-radius) !important;
  }

  .card__picture img.card__img {
    transition: transform 0.4s ease !important;
  }

  .card__picture:hover img.card__img {
    transform: scale(1.05) !important;
  }
}

/* =====================
   HEADER
   ===================== */

.wt-header__panel,
.wt-header__panel li {
  list-style: none !important;
}

.wt-header--transparent .wt-header__panel__counter,
.wt-header--transparent [class*="counter"],
.wt-header--transparent .wt-cart__count {
  display: none !important;
}

/* =====================
   TEXTO ENRIQUECIDO
   ===================== */

#shopify-section-template--26748861514042__rich_text_hEmJYt .rte {
  margin-bottom: 0px !important;
}

/* =====================
   ANTES Y DESPUÉS - LINE HEIGHT
   ===================== */

#shopify-section-template--26748861514042__before_and_after_WKQWjz h2.hero__title {
  --font-headline-line-height: 1.1 !important;
  line-height: 0.9 !important;
}
/* ===== TEXTO ENRIQUECIDO - TIPOGRAFÍA ===== */
#shopify-section-template--26748861514042__rich_text_hEmJYt .hero__title {
  font-size: 5.5rem !important; /* ajusta el encabezado */
}

#shopify-section-template--26748861514042__rich_text_hEmJYt .rte p {
  font-size: 2.5rem !important; /* ajusta el texto */
}
/* ===== SUPERTÍTULO TEXTO ENRIQUECIDO ===== */
#shopify-section-template--26748861514042__rich_text_hEmJYt .hero__icon-text p {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.0em !important;
}

#shopify-section-template--26748861514042__rich_text_hEmJYt .hero__icon-container {
  display: none !important;
}
/* ===== SUBENCABEZADO ANTES Y DESPUÉS ===== */
#shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__subheading {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.0em !important;
}
/* ===== INSIGNIAS ANTES Y DESPUÉS ===== */
.wt-before-after__img-before-badge,
.wt-before-after__img-after-badge {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.0em !important;
  background-color: #d8d604 !important;
  color: #4A3426 !important;
  border-radius: 999px !important;
  padding: 4px 12px !important;
}
@media screen and (max-width: 749px) {
  #shopify-section-template--26748861514042__rich_text_hEmJYt .hero__title {
    line-height: 0.9 !important;
  }
}
/* ===== TEXTO CUERPO - ANTES Y DESPUÉS ===== */
html body #shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__text.rte > p {
  font-size: 23px !important;
}
/* ===== ANCHO CONTENIDO - ANTES Y DESPUÉS MÓVIL ===== */
@media screen and (max-width: 899px) {
  #shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__overlay__content--mobile--center {
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
/* ===== ESPACIADO BLOQUES - ANTES Y DESPUÉS MÓVIL ===== */
@media screen and (max-width: 749px) {
  #shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__subheading,
  #shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__title,
  #shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__text,
  #shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__buttons {
    margin-bottom: 20px !important;
  }
}
/* ===== SCROLLBAR COLECCIÓN FEATURED ===== */
#shopify-section-template--26748861514042__featured_collection_CddKdf .swiper-scrollbar {
  min-height: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
}

#shopify-section-template--26748861514042__featured_collection_CddKdf .swiper-scrollbar .swiper-scrollbar-drag {
  min-height: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
}
/* ===== TAMAÑO IMÁGENES PARALLAX ===== */
#shopify-section-template--26748861514042__parallax_wrR7BD .wt-parallax__img {
  width: 220px !important;
  height: auto !important;
}
/* ===== TAMAÑO IMÁGENES PARALLAX DESKTOP ===== */
@media screen and (min-width: 750px) {
  #shopify-section-template--26748861514042__parallax_wrR7BD .wt-parallax__img {
    width: 320px !important;
    height: auto !important;
  }
}

/* ===== PADDING LATERAL CONTENIDO PARALLAX DESKTOP ===== */
@media screen and (min-width: 750px) {
  #shopify-section-template--26748861514042__parallax_wrR7BD .wt-parallax__content .hero__wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* ===== ANCHO CONTENIDO PARALLAX DESKTOP ===== */
@media screen and (min-width: 750px) {
  #shopify-section-template--26748861514042__parallax_wrR7BD .hero__wrapper {
    max-width: 700px !important;
  }
}
/* ===== MARQUEE IMÁGENES - Esquinas redondeadas + Insignias ===== */
#shopify-section-template--26748861514042__marquee_images_daiHiG .wt-brands__image {
  border-radius: 16px !important;
  overflow: hidden !important;
}

#shopify-section-template--26748861514042__marquee_images_daiHiG .wt-brands__link {
  position: relative !important;
  display: block !important;
}

#shopify-section-template--26748861514042__marquee_images_daiHiG .custom-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background-color: #D6DAFE !important;
  color: #4A3426 !important;
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.0em !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  z-index: 2 !important;
}
/* ===== MARQUEE IMÁGENES - Tooltip hover en insignia ===== */
#shopify-section-template--26748861514042__marquee_images_daiHiG .custom-badge::after {
  content: attr(data-tooltip);
  position: absolute !important;
  top: 4px !important;
  left: 3px !important;
  background: transparent !important;
  color: #D6DAFE !important;
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  transition: opacity 0.2s ease !important;
  pointer-events: none !important;
}

#shopify-section-template--26748861514042__marquee_images_daiHiG .custom-badge:hover {
  background-color: transparent !important;
  color: transparent !important;
}

#shopify-section-template--26748861514042__marquee_images_daiHiG .custom-badge:hover::after {
  opacity: 1 !important;
}
/* ===== FAQ CON MEDIA - Global ===== */

.wt-faq-media {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.faq-media-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.faq-media-section--reversed .faq-media-section__inner {
  direction: rtl;
}

.faq-media-section--reversed .faq-media-section__inner > * {
  direction: ltr;
}

.faq-media-section__image {
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
}

.faq-media-section__content {
  padding: 60px 48px !important;
}

.faq-item {
  background: #ffffff !important;
  border-radius: 12px !important;
  border-bottom: none !important;
  margin-bottom: 8px !important;
  padding: 0 16px !important;
}

.faq-item__question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: left;
  gap: 16px;
}

.faq-item__question:hover {
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
}

.faq-item__icon {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  transform: none !important;
  transition: none !important;
}

.faq-item__answer {
  overflow: hidden;
}

.faq-item__answer-inner {
  padding-bottom: 16px;
  font-family: 'athletics', sans-serif;
  line-height: 1.6;
  opacity: 0.8;
}

.faq-media-section__btn {
  margin-top: 32px;
  display: inline-block;
}

h2.faq-media-section__heading {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
  line-height: 1.0 !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  font-size: 43px !important;
}

p.faq-media-section__eyebrow {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0em !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}

p.faq-media-section__subheading {
  font-size: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

/* Desktop */
@media screen and (min-width: 750px) {
  .faq-media-section__image {
    height: 750px !important;
  }
  h2.faq-media-section__heading {
    font-size: 70px !important;
  }
  p.faq-media-section__subheading {
    font-size: 24px !important;
  }
  .faq-item__answer-inner {
    font-size: 18px !important;
  }
}

/* Móvil */
@media screen and (max-width: 749px) {
  .faq-media-section__inner {
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important;
  }
  .faq-media-section--reversed .faq-media-section__inner {
    direction: ltr;
  }
  .faq-media-section__media {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    order: 1 !important;
    overflow: hidden !important;
  }
  .faq-media-section__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .faq-media-section__content {
    order: 2 !important;
    padding: 32px 24px !important;
    text-align: center !important;
  }
  .faq-item__question {
    text-align: left !important;
  }
  .faq-item__answer-inner {
    font-size: 15px !important;
    text-align: left !important;
  }
  .faq-media-section__btn {
    display: block !important;
    text-align: center !important;
  }
}
/* ===== Featured Product - Brand/Eyebrow con panel-sans-mono ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__brand__name {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 12px !important;
  color: #4A3426 !important;
}
/* ===== Featured Product - Título producto MOBILE ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 h2.wt-product__name {
  font-size: 70px !important;
  line-height: 0.9 !important;
}

/* ===== Featured Product - Título producto DESKTOP ===== */
@media (min-width: 768px) {
  #shopify-section-template--26748861514042__featured_product_TK8cD4 h2.wt-product__name {
    font-size: 96px !important;
    line-height: 0.9 !important;
  }
}
/* ===== Featured Product - Ocultar quantity picker ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .product__quantity,
#shopify-section-template--26748861514042__featured_product_TK8cD4 .quantity-wrapper,
#shopify-section-template--26748861514042__featured_product_TK8cD4 quantity-input,
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__quantity {
  display: none !important;
}
/* ===== Product - Sticky info container ===== */
.wt-product__info.product__info-container {
  position: sticky !important;
  top: 80px !important; /* ← ajusta según la altura de tu header */
  max-height: calc(100vh - 80px) !important;
  overflow-y: auto !important;
}
/* ===== Header - Fondo al hacer scroll up ===== */
.wt-header.wt-header--transparent.scroll-up,
.wt-header.scroll-up {
  background-color: #4A3426 !important;
  backdrop-filter: none !important;
  transition: background-color 0.3s ease !important;
}
/* ===== Header - Fondo en todas las páginas excepto inicio ===== */
body:not(.template-index) .wt-header {
  background-color: #4A3426 !important; /* ← tu color crema */
}

body:not(.template-index) .wt-header .wt-header__nav-item a,
body:not(.template-index) .wt-header .wt-header__logo {
  color: #2D2D2D !important;
}
/* ===== Featured Product Bundle - Ocultar add to cart ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .product-form__submit,
#shopify-section-template--26748861514042__featured_product_TK8cD4 .product-form__buttons {
  display: none !important;
}
/* ===== Featured Product - Botón personaliza ===== */
.furreal-bundle-btn {
  display: inline-block !important;
  padding: 16px 32px !important;
  background-color: transparent !important;
  color: #4A3426 !important;
  border: 1.5px solid #4A3426 !important;
  font-family: panel-sans-mono, sans-serif !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.furreal-bundle-btn:hover {
  background-color: #4A3426 !important;
  color: #FDFBF7 !important;
  border-color: #4A3426 !important;
}
/* Botón - web */
@media (min-width: 750px) {
  .furreal-bundle-btn {
    width: fit-content !important;
  }
}

/* Botón - móvil */
@media (max-width: 749px) {
  .furreal-bundle-btn {
    display: block !important;
    width: fit-content !important;
    margin: 0 auto !important;
  }
}

/* ===== Featured Product - Posición bloque derecho ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__info.product__info-container {
  padding-top: 0px !important; /* ← aumenta para bajar más */
}
/* ===== Featured Product - Tamaño imagen ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__media-wrapper {
  max-width: 420px !important; /* ← ajusta el ancho */
}
/* ===== Featured Product - Ocultar encabezado vacío del bloque Texto ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__text-block__title:empty,
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__text-block__title h3:empty,
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__text-block__title h2:empty {
  display: none !important;
}
/* ===== Featured Product - Centrado general MOBILE ===== */
@media (max-width: 767px) {
  #shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__info {
    text-align: center !important;
  }

  /* Insignias centradas en una línea */
  #shopify-section-template--26748861514042__featured_product_TK8cD4 [style*="display:flex"] {
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }


}
/* ===== Featured Product - Botón PERSONALIZA TU KIT centrado MOBILE ===== */
@media (max-width: 767px) {
  #shopify-section-template--26748861514042__featured_product_TK8cD4 .furreal-bundle-btn {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}
/* ===== Featured Product - Eyebrow centrado MOBILE ===== */
@media (max-width: 767px) {
  #shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__brand__name {
    text-align: center !important;
    display: block !important;
  }
}
/* ===== Featured Product - Sin overflow en info ===== */
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__info,
#shopify-section-template--26748861514042__featured_product_TK8cD4 .wt-product__main {
  overflow: visible !important;
  max-height: none !important;
}
/* Título producto desktop */
.wt-product__name {
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
}

/* Título producto mobile */
@media (max-width: 749px) {
  .wt-product__name {
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
  }
}
/* Vendor - panel sans mono */
.wt-product__brand a,
.wt-product__brand span {
  font-family: 'panel-sans-mono', sans-serif !important;
}
.wt-product__brand a,
.wt-product__brand span {
  font-family: 'panel-sans-mono', sans-serif !important;
  color: #4A3426 !important;
}
/* Título producto - web */
@media (min-width: 750px) {
  .wt-product__name {
    font-size: 48px !important;
  }
}

/* Título producto - móvil */
@media (max-width: 749px) {
  .wt-product__name {
    font-size: 32px !important;
  }
}
/* Insignias PDP */
.furreal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.furreal-badge {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #4A3426 !important;
  padding: 6px 14px !important;
  border-radius: 50px !important;
  display: inline-block !important;
  font-weight: 500 !important; /* cambia al que quieras */
}
/* ===== Insignias por categoría ===== */

/* Freeze Dried */
.template-product-product-freeze-dried .furreal-badge--1 {
  background-color: #d8d604 !important;
  color: #4A3426 !important;
}
.template-product-product-freeze-dried .furreal-badge--2 {
  background-color: #4A3426 !important;
  color: #FDFBF7 !important;
}
/* Alimento Húmedo */
.template-product-alimento-humedo .furreal-badge--1 {
  background-color: #D6DAFE !important;
  color: #4A3426 !important;
}

/* Bone Broth */
.template-product-bone-broth .furreal-badge--1 {
  background-color: #FFC5EC !important;
  color: #4A3426 !important;
}

/* Suplementos */
.template-product-suplementos .furreal-badge--1 {
  background-color: #B4DBB0 !important;
  color: #4A3426 !important;
}

/* Lickeables */
.template-product-lickeables .furreal-badge--1 {
  background-color: #FED136 !important;
  color: #4A3426 !important;
}

/* Accesorios */
.template-product-accesorios .furreal-badge--1 {
  background-color: #FD8D13 !important;
  color: #4A3426 !important;
}
.wt-product__info.product__info-container {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
}
/* Móvil */
.wt-benefits-product .headline__title {
  font-size: 32px !important;
}

/* Desktop */
@media screen and (min-width: 750px) {
  .wt-benefits-product .headline__title {
    font-size: 52px !important;
  }
}
/* Color y fuente del precio */
.wt-product__price__final {
  color: #4A3426 !important;
  font-family: 'Athletics', sans-serif !important;
}
#shopify-section-template--26895634563386__before_and_after_AFCUre h2.hero__title {
  line-height: 0.9 !important; /* Ajusta: 0.9 más junto, 1.3 más separado */
}
.furreal-benefits-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  width: 100% !important;
}

.furreal-benefits-list .wt-benefits-product__icon-item {
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.furreal-benefits-list .wt-benefits-product__icon-item-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-align: left !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.furreal-benefits-list .wt-benefits-product__icon-texts {
  text-align: left !important;
}

.furreal-benefits-list .wt-benefits-product__icon-item-heading {
  text-align: left !important;
}

.furreal-benefits-list .wt-benefits-product__icon-item-text,
.furreal-benefits-list .wt-benefits-product__icon-item-text p {
  display: block !important;
  text-align: left !important;
}
#shopify-section-template--26895634563386__before_and_after_AFCUre .wt-before-after__container {
  border-radius: 18px !important;
  overflow: hidden !important;
}
@media screen and (min-width: 750px) {
  .wt-product__gallery .swiper.wt-slider__container {
    max-width: 654px !important;
    max-height: 654px !important;
  }
}
/* Mobile */
#shopify-section-template--26895634563386__featured_collection_DzAmAg .headline__title {
  font-size: 24px;
  line-height: 0.9; /* ← ajusta aquí para mobile */
}

/* Desktop */
@media (min-width: 990px) {
  #shopify-section-template--26895634563386__featured_collection_DzAmAg .headline__title {
    font-size: 45px;
    line-height: 0.9; /* ← ajusta aquí para desktop */
  }
}

/* Rotating sticky badge - benefits section */
.furreal-sticky-badge {
  position: sticky;
  top: 120px;
  float: right;
  width: 150px;
  height: 150px;
  margin-top: -160px;
  margin-right: 74px;
  z-index: 10;
  pointer-events: none;
}

.furreal-sticky-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: transform;
}

@media (max-width: 989px) {
  .furreal-sticky-badge {
    width: 80px;
    height: 80px;
    margin-right: 48px;
    margin-top: -164px; /* ajusta hasta que no tape el título */
    top: 100px;
  }
}
/* Featured collection - scrollbar color */
.wt-featured-collection .wt-slider__scrollbar {
  background-color: #E8E4DC !important; /* ← color del track (fondo) */
}

.wt-featured-collection .wt-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #4A3426 !important; /* ← color del drag (indicador) */
}
.wt-product__text-block {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* Móvil (default) */
.wt-product__text-block p {
  font-size: 1.6rem;
}
/* Desktop */
@media screen and (min-width: 750px) {
  .wt-product__text-block p {
    font-size: 1.9rem;
  }
}
/* ===== FEATURED COLLECTION - Estilo Tarjetas ===== */

#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__container {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10) !important;
  overflow: hidden !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__container:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-3px) !important;
}

#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__picture {
  border-radius: 16px 16px 0 0 !important;
  overflow: hidden !important;
}
/* ===== FEATURED COLLECTION - Padding imagen y botón ===== */

/* Imagen con margen arriba y lados */
#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__picture {
  margin: 12px 12px 0 12px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* ===== FEATURED COLLECTION - Margen botón Quick Add ===== */

#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__quick-add-container {
  padding: 0 20px 10px 20px !important;
  box-sizing: border-box !important;
}

#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__quick-add-container .wt-button--full-width,
#shopify-section-template--26895634563386__featured_collection_DzAmAg .card__quick-add-container .wt-product__add-to-cart {
  width: 100% !important;
  box-sizing: border-box !important;
}
/* ===== FEATURED COLLECTION - Subtítulo ===== */
#shopify-section-template--26895634563386__featured_collection_DzAmAg .featured-collection__subtitle {
  font-family: 'Athletics', sans-serif !important;
  font-size: 1.9rem !important;
  color: #4A3426 !important;
  margin-top: 0px !important;
  margin-bottom: 16px !important;
  opacity: 0.75;
}
/* ===== FEATURED COLLECTION - Subtítulo móvil ===== */
@media screen and (max-width: 749px) {
  #shopify-section-template--26895634563386__featured_collection_DzAmAg .featured-collection__subtitle {
    font-size: 1.7rem !important;
    margin-top: 4px !important;
  }
}
/* ===== FEATURED COLLECTION - Quitar espacio bajo el título ===== */
#shopify-section-template--26895634563386__featured_collection_DzAmAg .block__title,
#shopify-section-template--26895634563386__featured_collection_DzAmAg .headline,
#shopify-section-template--26895634563386__featured_collection_DzAmAg h2 {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}

/* ===== FEATURED COLLECTION HOME - Estilo Tarjetas ===== */

#shopify-section-template--26748861514042__1644542625dcf6daf0 .card__container {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10) !important;
  overflow: hidden !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

#shopify-section-template--26748861514042__1644542625dcf6daf0 .card__container:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-3px) !important;
}

#shopify-section-template--26748861514042__1644542625dcf6daf0 .card__picture {
  margin: 12px 12px 0 12px !important;
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden !important;
}

#shopify-section-template--26748861514042__1644542625dcf6daf0 .card__quick-add-container {
  padding: 0 12px 12px 12px !important;
  box-sizing: border-box !important;
}

#shopify-section-template--26748861514042__1644542625dcf6daf0 .card__quick-add-container .wt-button--full-width,
#shopify-section-template--26748861514042__1644542625dcf6daf0 .card__quick-add-container .wt-product__add-to-cart {
  width: 100% !important;
  box-sizing: border-box !important;
}
/* ===== LISTA DE COLECCIONES - Imagen siempre cuadrada ===== */
#shopify-section-template--26748861514042__collection_list_wb7PmB .card__picture {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

#shopify-section-template--26748861514042__collection_list_wb7PmB .card__picture .card__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
/* Desktop */
#shopify-section-template--26895634563386__newsletter_dznx9H .headline_title {
  line-height: 0.9 !important;
}

/* Móvil */
@media screen and (max-width: 749px) {
  #shopify-section-template--26895634563386__newsletter_dznx9H .headline_title {
    line-height: 0.9 !important;
  }
}
.furreal-bienvenida {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.0em;
  font-size: 1.5rem;
  display: block;
}
#shopify-section-template--26748861514042__1649160937e2665513 .headline_title,
#shopify-section-template--26748861514042__1649160937e2665513 h2 {
  line-height: 0.9 !important;
  --font-headline-line-height: 0.9 !important;
}
#shopify-section-template--26895634563386__newsletter_dznx9H .headline_title,
#shopify-section-template--26895634563386__newsletter_dznx9H h2 {
  line-height: 0.9 !important;
  --font-headline-line-height: 0.9 !important;
}
/* ===== FOOTER - Línea divisoria vertical ===== */
@media (min-width: 990px) {
  html body div.wt-footer__body {
    position: relative !important;
    align-items: stretch !important;
    border-bottom: 1px solid rgba(253, 251, 247, 1) !important;
    outline: none !important;
  }

  html body div.wt-footer__body > div.wt-footer__block.wt-footer__block--newsletter {
    border-right: none !important;
    padding-right: 3rem !important;
  }

  html body div.wt-footer__body::after {
    content: "" !important;
    position: absolute !important;
    top: -24px !important;
    bottom: 0 !important;
    left: calc(31% + 18px) !important;
    width: 1px !important;
    background-color: rgba(253, 251, 247, 1) !important;
    display: block !important;
  }

  .wt-footer__block--newsletter ~ .wt-footer__block--menu:first-of-type::before {
    display: none !important;
  }

  div.wt-footer__block.wt-footer__block--menu:first-of-type {
    padding-left: 64px !important;
  }
    #shopify-section-sections--26748861940026__footer > footer > div.wt-footer__body > div:nth-child(2) {
    padding-left: 64px !important;
  }
  #shopify-section-sections--26748861940026__footer > footer > div.wt-footer__body > div:nth-child(3) {
    padding-left: 64px !important;
  }
  #shopify-section-sections--26748861940026__footer > footer > div.wt-footer__body > div:nth-child(4) {
    padding-left: 64px !important;
  }
}
/* ===== DROPDOWN HEADER ===== */
#furreal-tienda-dropdown {
  position: fixed;
  left: 0;
  width: 100%;
  background: #FDFBF7;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-top: 1px solid rgba(0,0,0,0.06);
}
html body .wt-footer__block--newsletter .wt-newsletter__title {
  font-size: 58px !important; /* era 17.5px, ajusta al gusto */
  line-height: 0.9 !important; /* espacio entre líneas, baja para más compacto */
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html body .wt-newsletter__fieldset input[type="email"] {
  border-right: none !important;
  outline-right: none !important;
  border-radius: 30px 0 0 30px !important; /* redondea solo lado izquierdo */
}

html body .wt-newsletter__fieldset .wt-newsletter__send {
  border-left: none !important;
  margin-left: -1px !important; /* elimina el gap */
  border-radius: 0 30px 30px 0 !important; /* redondea solo lado derecho */
}
@media screen and (max-width: 989px) {
  html body .wt-newsletter__fieldset input[type="email"] {
    border-radius: 30px !important;
  }
  html body .wt-newsletter__fieldset .wt-newsletter__send {
    border-left: 1px solid #fdfbf7 !important;
    border-radius: 30px !important;
  }
}
/* ============================================ */
/* FURREAL - Tienda dropdown v2 (desktop only)  */
/* ============================================ */

@media (min-width: 990px) {

  /* Panel container */
  #furreal-tienda-dropdown {
    background: #F4EFE6;
    border-top: 1px solid rgba(74, 52, 38, 0.08);
    box-shadow: 0 12px 40px rgba(74, 52, 38, 0.08);
  }

  /* Grid de 3 columnas */
  #furreal-tienda-dropdown .furreal-dropdown__inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 48px 36px;
    align-items: start;
  }

  /* Eyebrow — etiquetas de sección (Panel Sans Mono) */
  #furreal-tienda-dropdown .furreal-dropdown__eyebrow {
    font-family: 'panel-sans-mono', 'Panel Sans Mono', monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    color: #4A3426;
    opacity: 0.6;
    margin: 0 0 16px 0;
  }

  /* ---------- COL 1: Por formato ---------- */

  #furreal-tienda-dropdown .furreal-dropdown__list {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  #furreal-tienda-dropdown .furreal-dropdown__link {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4A3426;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
  }

  #furreal-tienda-dropdown .furreal-dropdown__link:hover {
    opacity: 0.65;
    transform: translateX(2px);
  }

  #furreal-tienda-dropdown .furreal-dropdown__seeall {
    font-family: 'panel-sans-mono', 'Panel Sans Mono', monospace;
    font-size: 12px;
    color: #4A3426;
    text-decoration: none;
    display: inline-block;
    padding-top: 8px;
    border-top: 1px solid rgba(74, 52, 38, 0.15);
    width: 100%;
    transition: opacity 0.15s ease;
  }

  #furreal-tienda-dropdown .furreal-dropdown__seeall:hover {
    opacity: 0.6;
  }

  /* ---------- COL 2: Por necesidad (grid de tiles) ---------- */

  #furreal-tienda-dropdown .furreal-dropdown__needs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need {
    background: #EDE5D8;
    border-radius: 6px;
    padding: 12px 14px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need:hover {
    background: #E3D9C8;
    transform: translateY(-1px);
  }

  #furreal-tienda-dropdown .furreal-dropdown__need-label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4A3426;
    line-height: 1.2;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need-sub {
    font-family: 'Athletics', sans-serif;
    font-size: 14px;
    color: #4A3426;
    opacity: 0.6;
    line-height: 1.3;
  }

  /* Tile CTA — quiz (café oscuro) */
  #furreal-tienda-dropdown .furreal-dropdown__need--cta {
    background: #4A3426;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need--cta:hover {
    background: #3A281E;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need--cta .furreal-dropdown__need-label {
    color: #D8D604;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need--cta .furreal-dropdown__need-sub {
    color: #F4EFE6;
    opacity: 0.85;
  }

  /* ---------- COL 3: Esta semana (productos destacados) ---------- */

  #furreal-tienda-dropdown .furreal-dropdown__col--featured {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product {
    background: #EDE5D8;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product:hover {
    background: #E3D9C8;
    transform: translateY(-1px);
  }

  #furreal-tienda-dropdown .furreal-dropdown__product-img {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background-color: #F4EFE6;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product-badge {
    font-family: 'panel-sans-mono', 'Panel Sans Mono', monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 10px;
    align-self: flex-start;
    line-height: 1.4;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product-badge--new {
    background: #4A3426;
    color: #FDFBF7;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product-badge--bestseller {
    background: #D8D604;
    color: #4A3426;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product-name {
    font-family: 'Athletics', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4A3426;
    line-height: 1.2;
  }

  /* Reassurance footer */
  #furreal-tienda-dropdown .furreal-dropdown__reassurance {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(74, 52, 38, 0.15);
  }

  #furreal-tienda-dropdown .furreal-dropdown__reassurance span {
    font-family: 'Athletics', sans-serif;
    font-size: 11px;
    color: #4A3426;
    opacity: 0.65;
    line-height: 1.4;
  }

}
/* ============================================ */
/* FURREAL - Tienda dropdown v2 · ajustes       */
/* ============================================ */

@media (min-width: 990px) {

  /* Fondo del panel */
  #furreal-tienda-dropdown {
    background: #FDFBF7;
  }

  /* Grid más ancho, gap reducido entre col 1 y 2 */
  #furreal-tienda-dropdown .furreal-dropdown__inner {
    grid-template-columns: 0.9fr 1.5fr 1.1fr;
    gap: 24px 28px;
    max-width: 1360px;
    padding: 36px 56px 40px;
  }

  /* Eyebrows — Panel Sans Mono forzado */
  #furreal-tienda-dropdown .furreal-dropdown__eyebrow {
    font-family: 'panel-sans-mono', monospace !important;
    font-size: 11px;
    letter-spacing: 0.14em;
    margin: 0 0 18px 0;
  }

  /* Ver todo — Panel Sans Mono + mayúsculas forzadas, sin línea divisora */
  #furreal-tienda-dropdown .furreal-dropdown__seeall {
    font-family: 'panel-sans-mono', monospace !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em;
    font-size: 11px;
    border-top: none;
    padding-top: 10px;
    margin-top: 4px;
  }

  /* Grid de necesidades más compacto */
  #furreal-tienda-dropdown .furreal-dropdown__needs {
    gap: 6px;
  }

  #furreal-tienda-dropdown .furreal-dropdown__need {
    padding: 14px 16px;
  }

  /* Col 3: nombres de producto en Bricolage Grotesque */
  #furreal-tienda-dropdown .furreal-dropdown__product-name {
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
  }

  /* Badges — Panel Sans Mono forzado */
  #furreal-tienda-dropdown .furreal-dropdown__product-badge {
    font-family: 'panel-sans-mono', monospace !important;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  /* Envío gratis como insignia */
  #furreal-tienda-dropdown .furreal-dropdown__reassurance {
    border-top: none;
    padding-top: 4px;
    margin-top: 4px;
  }

  #furreal-tienda-dropdown .furreal-dropdown__shipping-badge {
    font-family: 'panel-sans-mono', monospace !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #4A3426;
    color: #FDFBF7;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-block;
    opacity: 1;
    align-self: flex-start;
  }

}
/* ============================================ */
/* FURREAL - Tienda dropdown v2 · refinamiento  */
/* ============================================ */

@media (min-width: 990px) {

  /* Fix 1: Mover bloques 2 y 3 hacia la izquierda (reducir gap) */
  #furreal-tienda-dropdown .furreal-dropdown__inner {
    grid-template-columns: auto 1.5fr 1.1fr;
    gap: 16px 32px;
    max-width: 1360px;
    padding: 36px 56px 40px;
    justify-content: start;
  }

  #furreal-tienda-dropdown .furreal-dropdown__col:first-child {
    min-width: 180px;
  }

  /* Fix 2: Fondos más claros y sutiles en tiles de necesidad */
  #furreal-tienda-dropdown .furreal-dropdown__need {
    background: #F7F2E8;
    border: 1px solid rgba(74, 52, 38, 0.06);
  }

  #furreal-tienda-dropdown .furreal-dropdown__need:hover {
    background: #F0E8D8;
    border-color: rgba(74, 52, 38, 0.12);
  }

  /* Fix 2: Fondos más claros en cards de producto */
  #furreal-tienda-dropdown .furreal-dropdown__product {
    background: #F7F2E8;
    border: 1px solid rgba(74, 52, 38, 0.06);
    padding: 14px;
    align-items: flex-start;
  }

  #furreal-tienda-dropdown .furreal-dropdown__product:hover {
    background: #F0E8D8;
    border-color: rgba(74, 52, 38, 0.12);
  }

  /* Imagen del producto — más grande ahora que hay más contenido */
  #furreal-tienda-dropdown .furreal-dropdown__product-img {
    width: 72px;
    height: 72px;
    background-color: #FDFBF7;
  }

  /* Info del producto — gap entre elementos */
  #furreal-tienda-dropdown .furreal-dropdown__product-info {
    gap: 4px;
  }

  /* Nombre del producto (ya estaba en bricolage, solo ajusto tamaño) */
  #furreal-tienda-dropdown .furreal-dropdown__product-name {
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
  }

  /* Descripción corta — Athletics, gris */
  #furreal-tienda-dropdown .furreal-dropdown__product-desc {
    font-family: 'Athletics', sans-serif;
    font-size: 14px;
    color: #4A3426;
    opacity: 0.65;
    line-height: 1.3;
  }

  /* Precio — Panel Sans Mono */
  #furreal-tienda-dropdown .furreal-dropdown__product-price {
    font-family: 'panel-sans-mono', monospace !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #4A3426;
    margin-top: 4px;
  }
}
/* Forzar opacidad en insignia de envío */
@media (min-width: 990px) {
  #furreal-tienda-dropdown span.furreal-dropdown__shipping-badge {
    opacity: 1 !important;
  }
  #furreal-tienda-dropdown div.furreal-dropdown__reassurance {
    opacity: 1 !important;
  }
  #furreal-tienda-dropdown div.furreal-dropdown__reassurance span {
    opacity: 1 !important;
  
}
/* Forzar color del texto de insignia */
@media (min-width: 990px) {
  #furreal-tienda-dropdown span.furreal-dropdown__shipping-badge,
  #furreal-tienda-dropdown .furreal-dropdown__reassurance span.furreal-dropdown__shipping-badge {
    color: #FDFBF7 !important;
    background-color: #4A3426 !important;
  }
}
/* ===== FURREAL: Deshabilitar hamburger + drawer lateral ===== */

/* 1. Ocultar íconos hamburguesa */
.wt-header__menu-trigger,
.wt-header__sticky-menu-trigger {
  display: none !important;
}

/* 2. Ocultar drawer lateral y overlay */
drawer-nav,
#wt-drawer-nav,
.menu-drawer-overlay {
  display: none !important;
  pointer-events: none !important;
}

/* 3. Desktop: forzar nav teaser visible */
@media screen and (min-width: 990px) {
  body.mobile-nav .wt-header__nav-teaser {
    display: flex !important;
  }
}
/* ── Badge Agotado / Sold Out ── */
.card__badges--item[data-custom-badge="sold-out"] {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-weight: 300;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
}
.form-checkbox__label,
.wt-filter label,
.facets label,
.filter-group label {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.wt-filter__header,
.facets-container h3,
.filter-group h2,
.filter-group h3 {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.filter__label,
.facet__title {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Track del slider - más delgado */
.noUi-target {
  height: 2px !important;
  background: #E8E0D5 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Barra activa entre los dos handles - color café */
.noUi-connect {
  background: #4A3426 !important;
}

/* Los handles (círculos) - color café */
.noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #4A3426 !important;
  border: none !important;
  box-shadow: none !important;
  top: -6px !important;
  right: -7px !important;
  cursor: pointer !important;
}

/* Quitar las líneas internas del handle */
.noUi-handle::before,
.noUi-handle::after {
  display: none !important;
}

/* Tooltip */
.noUi-tooltip {
  font-family: 'panel-sans-mono', sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  background: #4A3426 !important;
  color: #F0E8D6 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
}
/* Texto cuerpo - Sección Antes y Después */
#shopify-section-template--26748861514042__before_and_after_WKQWjz .hero__text.rte p {
  font-size: 18px !important;
}
/* ===== MARQUEE IMÁGENES - Tamaño del encabezado MÓVIL ===== */
@media (max-width: 899px) {
  #shopify-section-template--26748861514042__marquee_images_daiHiG .headline__title {
    font-size: 2.4rem !important;
    --font-headline-size: 2.4rem !important;
    line-height: 0.9 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
  }
}

/* ===== MARQUEE IMÁGENES - Tamaño del encabezado DESKTOP ===== */
@media (min-width: 900px) {
  #shopify-section-template--26748861514042__marquee_images_daiHiG .headline__title {
    font-size: 5rem !important;
    --font-headline-size: 3rem !important;
    line-height: 1.2 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
  }
}