/** Shopify CDN: Minification failed

Line 257:0 Unexpected "}"

**/
/* === YAIZA.STUDIO — Custom styles v2 === */

:root {
  --yz-cream: #faf9f7;
  --yz-black: #0d0d0d;
  --yz-gold: #c9a96e;
  --yz-border: #e5e1dc;
  --yz-muted: #888;
  --yz-section-gap: 96px;
}

body { background: var(--yz-cream); }

/* SCROLL REVEAL */
.yz-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(.25,.46,.45,.94), transform 0.8s cubic-bezier(.25,.46,.45,.94);
}
.yz-reveal.yz-visible { opacity: 1; transform: translateY(0); }
.yz-reveal-delay-1 { transition-delay: 0.1s; }
.yz-reveal-delay-2 { transition-delay: 0.22s; }
.yz-reveal-delay-3 { transition-delay: 0.35s; }

/* HEADER */
.header { background: var(--yz-cream) !important; border-bottom: 1px solid var(--yz-border) !important; padding: 0 40px !important; }
.header-wrapper { border: none !important; box-shadow: none !important; }
.header__heading { padding: 0 !important; margin: 0 !important; border: none !important; }
.header__heading-link { padding: 16px 0 !important; }
.header__heading-logo { max-width: 110px !important; }
.header__menu-item { letter-spacing: 2.5px; font-size: 10px; text-transform: uppercase; font-weight: 400; }
.header__menu-item:hover { opacity: 0.5; }

/* ANNOUNCEMENT */
.announcement-bar { background: var(--yz-black) !important; }
.announcement-bar__message { letter-spacing: 3px; font-size: 9px; text-transform: uppercase; font-weight: 300; }

/* BOTONES */
.button, .btn { border-radius: 0 !important; letter-spacing: 3px; font-size: 9px; text-transform: uppercase; font-weight: 400; }

/* HERO */
.yz-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 120px); background: var(--yz-cream); overflow: hidden; }
.yz-hero__content { display: flex; flex-direction: column; justify-content: center; padding: 80px 72px; position: relative; }
.yz-hero__eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--yz-muted); font-weight: 300; margin-bottom: 28px; }
.yz-hero__eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--yz-muted); }
.yz-hero__title { font-family: var(--font-heading-family); font-size: clamp(52px, 5.5vw, 86px); font-weight: 300; line-height: 1.0; color: var(--yz-black); margin: 0 0 4px; letter-spacing: -1px; }
.yz-hero__title-italic { font-family: var(--font-heading-family); font-size: clamp(52px, 5.5vw, 86px); font-weight: 300; font-style: italic; line-height: 1.1; color: var(--yz-black); margin: 0 0 36px; letter-spacing: -1px; }
.yz-hero__text { font-size: 14px; line-height: 1.8; color: var(--yz-muted); font-weight: 300; max-width: 360px; margin-bottom: 44px; }
.yz-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.yz-hero__btn-primary { display: inline-block; padding: 16px 40px; background: var(--yz-black); color: #fff; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; font-weight: 400; transition: opacity 0.3s; font-family: var(--font-body-family); }
.yz-hero__btn-primary:hover { opacity: 0.7; color: #fff; }
.yz-hero__btn-secondary { display: inline-block; padding: 16px 32px; background: transparent; color: var(--yz-black); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; font-weight: 400; border: 1px solid var(--yz-border); transition: all 0.3s; font-family: var(--font-body-family); }
.yz-hero__btn-secondary:hover { border-color: var(--yz-black); }
.yz-hero__decor { font-family: var(--font-heading-family); font-size: 240px; font-weight: 300; color: rgba(0,0,0,0.04); position: absolute; bottom: -30px; left: 40px; line-height: 1; pointer-events: none; }
.yz-hero__image-wrap { position: relative; overflow: hidden; }
.yz-hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 8s ease; will-change: transform; }
.yz-hero__image-wrap:hover img { transform: scale(1.04); }
.yz-hero__tag { position: absolute; top: 40px; left: 0; background: var(--yz-black); color: #fff; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; padding: 10px 20px; font-weight: 300; font-family: var(--font-body-family); }
@media (max-width: 989px) {
  .yz-hero { grid-template-columns: 1fr; min-height: auto; }
  .yz-hero__content { padding: 60px 24px; order: 2; }
  .yz-hero__image-wrap { min-height: 70vw; order: 1; }
  .yz-hero__title, .yz-hero__title-italic { font-size: clamp(36px, 10vw, 56px); }
  .yz-hero__decor { font-size: 120px; }
}

/* SECTION HEADERS */
.yz-section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.yz-section-label { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--yz-muted); font-weight: 300; margin-bottom: 10px; display: block; }
.yz-section-title { font-family: var(--font-heading-family); font-size: clamp(30px, 3vw, 46px); font-weight: 300; font-style: italic; color: var(--yz-black); line-height: 1.1; margin: 0; }
.yz-section-link { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--yz-black); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; font-weight: 300; transition: opacity 0.3s; }
.yz-section-link:hover { opacity: 0.5; }

/* PRODUCTOS GRID */
.yz-products { padding: var(--yz-section-gap) 72px; background: var(--yz-cream); }
.yz-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
@media (max-width: 989px) { .yz-grid { grid-template-columns: repeat(2, 1fr); } .yz-products { padding: 60px 16px; } }
.yz-card { position: relative; overflow: hidden; background: #f5f3f0; }
.yz-card__media { aspect-ratio: 3/4; overflow: hidden; position: relative; }
.yz-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s cubic-bezier(.25,.46,.45,.94); }
.yz-card:hover .yz-card__media img { transform: scale(1.06); }
.yz-card__badge { position: absolute; top: 16px; left: 16px; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; padding: 5px 10px; font-weight: 400; z-index: 2; font-family: var(--font-body-family); }
.yz-card__badge--sale { background: #8b6b47; color: #fff; }
.yz-card__badge--new { background: var(--yz-black); color: #fff; }
.yz-card__atc { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(13,13,13,0.92); color: #fff; border: none; padding: 16px; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; font-family: var(--font-body-family); font-weight: 400; transform: translateY(100%); transition: transform 0.35s cubic-bezier(.25,.46,.45,.94); width: 100%; }
.yz-card:hover .yz-card__atc { transform: translateY(0); }
.yz-card__info { padding: 16px 12px 20px; background: var(--yz-cream); }
.yz-card__stars { color: var(--yz-gold); font-size: 11px; letter-spacing: 1px; margin-bottom: 6px; }
.yz-card__name { font-family: var(--font-heading-family); font-size: 14px; font-weight: 300; color: var(--yz-black); margin: 0 0 6px; line-height: 1.3; }
.yz-card__price { font-size: 13px; font-weight: 300; color: var(--yz-black); }
.yz-card__price-compare { font-size: 12px; color: #bbb; text-decoration: line-through; margin-right: 6px; }

/* EDITORIAL BANNER */
.yz-editorial { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.yz-editorial--right .yz-editorial__image { order: 2; }
.yz-editorial--right .yz-editorial__content { order: 1; }
.yz-editorial__image { overflow: hidden; }
.yz-editorial__image img { width:100%; height:100%; object-fit:cover; display:block; transition: transform 8s ease; }
.yz-editorial__image:hover img { transform: scale(1.04); }
.yz-editorial__content { background: #111; display: flex; flex-direction: column; justify-content: center; padding: 80px 72px; }
.yz-editorial__eyebrow { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.4); font-weight: 300; margin-bottom: 24px; display: block; }
.yz-editorial__title { font-family: var(--font-heading-family); font-size: clamp(36px, 3.5vw, 58px); font-weight: 300; color: #fff; line-height: 1.05; margin: 0 0 4px; }
.yz-editorial__title-italic { font-family: var(--font-heading-family); font-size: clamp(36px, 3.5vw, 58px); font-weight: 300; font-style: italic; color: #fff; line-height: 1.15; margin: 0 0 28px; }
.yz-editorial__text { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.55); font-weight: 300; margin-bottom: 44px; max-width: 380px; }
.yz-editorial__btn { display: inline-block; padding: 16px 40px; border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; font-weight: 400; transition: all 0.3s; align-self: flex-start; font-family: var(--font-body-family); }
.yz-editorial__btn:hover { background: #fff; color: #111; }
@media (max-width: 989px) { .yz-editorial { grid-template-columns: 1fr; } .yz-editorial__image { min-height: 60vw; order: 1 !important; } .yz-editorial__content { order: 2 !important; padding: 60px 24px; } }

/* RESEÑAS */
.yz-reviews { background: #f4f0eb; padding: var(--yz-section-gap) 72px; }
.yz-reviews__header { text-align: center; margin-bottom: 60px; }
.yz-reviews__stars { color: var(--yz-gold); font-size: 22px; letter-spacing: 3px; display: block; margin-bottom: 16px; }
.yz-reviews__title { font-family: var(--font-heading-family); font-size: clamp(28px, 2.5vw, 42px); font-weight: 300; font-style: italic; color: var(--yz-black); margin: 0 0 10px; }
.yz-reviews__subtitle { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--yz-muted); font-weight: 300; }
.yz-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 989px) { .yz-reviews { padding: 60px 16px; } .yz-reviews__grid { grid-template-columns: 1fr; } }
.yz-review-card { background: #fff; padding: 36px 32px; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.yz-review-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.yz-review__stars { color: var(--yz-gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.yz-review__text { font-family: var(--font-heading-family); font-size: 16px; font-style: italic; font-weight: 300; line-height: 1.7; color: #333; margin-bottom: 28px; }
.yz-review__author { display: flex; align-items: center; gap: 12px; }
.yz-review__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--yz-border); display: flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 1px; color: #777; font-weight: 400; flex-shrink: 0; }
.yz-review__name { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 400; color: var(--yz-black); margin-bottom: 3px; }
.yz-review__location { font-size: 11px; color: var(--yz-muted); font-weight: 300; }
.yz-review__verified { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: #4a9e6e; margin-left: auto; font-weight: 300; flex-shrink: 0; }

/* BRAND STORY */
.yz-brand-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.yz-brand-story--right .yz-bs__image { order: 2; }
.yz-brand-story--right .yz-bs__content { order: 1; }
.yz-bs__image { overflow: hidden; }
.yz-bs__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 8s ease; }
.yz-bs__image:hover img { transform: scale(1.04); }
.yz-bs__content { background: var(--yz-cream); display: flex; flex-direction: column; justify-content: center; padding: 80px 80px; }
.yz-bs__eyebrow { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--yz-muted); font-weight: 300; margin-bottom: 24px; display: block; }
.yz-bs__title { font-family: var(--font-heading-family); font-size: clamp(30px,3vw,50px); font-weight: 300; color: var(--yz-black); margin: 0 0 4px; }
.yz-bs__title-italic { font-family: var(--font-heading-family); font-size: clamp(30px,3vw,50px); font-weight: 300; font-style: italic; color: var(--yz-black); margin: 0 0 28px; }
.yz-bs__text { font-size: 14px; line-height: 1.9; color: #666; font-weight: 300; margin-bottom: 44px; max-width: 420px; }
.yz-bs__stats { display: flex; gap: 40px; margin-bottom: 44px; }
.yz-bs__stat-number { font-family: var(--font-heading-family); font-size: 32px; font-weight: 300; color: var(--yz-black); line-height: 1; margin-bottom: 4px; }
.yz-bs__stat-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--yz-muted); font-weight: 300; }
.yz-bs__btn { display: inline-block; padding: 16px 40px; background: var(--yz-black); color: #fff; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; font-weight: 400; transition: opacity 0.3s; align-self: flex-start; font-family: var(--font-body-family); }
.yz-bs__btn:hover { opacity: 0.7; color: #fff; }
@media (max-width: 989px) { .yz-brand-story { grid-template-columns: 1fr; } .yz-bs__image { min-height: 60vw; order: 1 !important; } .yz-bs__content { order: 2 !important; padding: 60px 24px; } }

/* MARQUEE */
.hbr-marquee { border-top: 1px solid var(--yz-border); border-bottom: 1px solid var(--yz-border); }

/* COLECCION LISTA */
.collection-list-title { font-family: var(--font-heading-family); font-style: italic; font-weight: 300; }
.collection-list .card { border-radius: 0 !important; overflow: hidden; }
.collection-list .card__heading { font-family: var(--font-heading-family); font-style: italic; font-weight: 300; font-size: 22px; }

/* NEWSLETTER */
.newsletter .section-header .title { font-family: var(--font-heading-family); font-style: italic; font-weight: 300; }

/* FOOTER */
.footer { background: #0d0d0d !important; }
.footer__heading { letter-spacing: 3px; font-size: 9px; text-transform: uppercase; color: rgba(255,255,255,0.5) !important; font-weight: 300; }
.footer__list a { font-size: 12px; color: rgba(255,255,255,0.35) !important; font-weight: 300; transition: color 0.3s; }
.footer__list a:hover { color: rgba(255,255,255,0.8) !important; }
.footer__copyright { color: rgba(255,255,255,0.25) !important; font-size: 11px; }

/* SCROLLBAR */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--yz-cream); }
::-webkit-scrollbar-thumb { background: #ccc; }

/* PÁGINA DE PRODUCTO */
.product { gap: 60px; }
.product__text.caption-with-letter-spacing { letter-spacing: 3px; font-size: 10px; text-transform: uppercase; color: #999; font-weight: 300; }
.product__title { font-weight: 300; letter-spacing: -0.3px; line-height: 1.1; margin-bottom: 16px; }
.price-item { font-weight: 300; font-size: 20px; }
.price--sale .price-item--regular { font-size: 14px; color: #bbb; }
.variant-pills__input:checked + .variant-pills__label { background: #111; color: #fff; border-color: #111; }
.variant-pills__label { border-radius: 0 !important; border-color: var(--yz-border); font-size: 11px; padding: 10px 18px; letter-spacing: 1.5px; }
.product-form__submit { border-radius: 0 !important; letter-spacing: 3px; font-size: 9px; font-weight: 400; text-transform: uppercase; height: 54px; }
.product__description { font-size: 13px; line-height: 2; color: #666; font-weight: 300; }
.product__media-item { border-radius: 0 !important; }

/* TRUST BADGES */
.yz-trust { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--yz-border); border-bottom: 1px solid var(--yz-border); margin: 18px 0 22px; flex-wrap: wrap; }
.yz-trust__item { display: flex; align-items: center; gap: 8px; }
.yz-trust__icon { font-size: 14px; color: #666; }
.yz-trust__text { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #666; font-weight: 300; }

/* RATING */
.yz-rating-badge { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.yz-rb-stars { color: var(--yz-gold); font-size: 13px; letter-spacing: 2px; }
.yz-rb-score { font-size: 12px; font-weight: 500; color: #111; }
.yz-rb-sep { color: #ccc; }
.yz-rb-count { font-size: 11px; color: #999; font-weight: 300; }

/* URGENCY */
.yz-urgency { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #c0603a; font-weight: 400; margin: 14px 0; }
.yz-urgency::before { content: '●'; font-size: 7px; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.2;} }

/* STICKY ATC MÓVIL */
.yz-sticky-atc { position: fixed; bottom: 0; left: 0; right: 0; background: var(--yz-black); padding: 14px 20px; display: none; z-index: 999; gap: 12px; align-items: center; }
.yz-sticky-atc__title { color: #fff; font-size: 13px; font-weight: 300; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.yz-sticky-atc__price { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 300; white-space: nowrap; }
.yz-sticky-atc__btn { background: #fff; color: #111; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; padding: 12px 20px; border: none; cursor: pointer; font-weight: 400; white-space: nowrap; font-family: var(--font-body-family); }
@media(max-width:989px) { .yz-sticky-atc { display: flex; } }

/* COLECCIÓN PAGE */
.collection-hero { padding: 56px 72px 0; }
.collection-hero__title { font-family: var(--font-heading-family); font-size: clamp(36px,4vw,60px); font-weight: 300; font-style: italic; }
.collection-hero__desc { font-size: 13px; color: var(--yz-muted); font-weight: 300; line-height: 1.8; max-width: 480px; margin-top: 12px; }
/* Fix header cuadro blanco */
.header__heading-logo-wrapper,
.header__heading { background: transparent !important; border: none !important; }

/* Fix editorial y brand story siempre visibles */
.yz-editorial__content.yz-reveal,
.yz-editorial__image.yz-reveal,
.yz-bs__content.yz-reveal,
.yz-bs__image.yz-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Fix marquee y espaciado */
.hbr-marquee { margin-top: 0 !important; }
/* Fix header — quitar caja logo y colores nav */
.header__heading {
  border-right: none !important;
  border: none !important;
}
.header__menu-item,
.header__menu-item span,
.header__active-menu-item {
  color: var(--yz-black) !important;
}
.header-wrapper.header-wrapper--border-bottom {
  border-bottom: 1px solid var(--yz-border) !important;
}
/* Fix colores nav definitivo */
.header__menu-item,
.header__menu-item *,
.list-menu__item.header__menu-item,
.header__menu-item.link {
  color: #0d0d0d !important;
}
/* Fix nav colors definitivo */
:root { --color-link: 13, 13, 13; }
.header { --color-link: 13, 13, 13; --color-foreground: 13, 13, 13; }
.header a, .header button, .header span,
.header__menu-item,
.header__menu-item *,
.link--text { color: #0d0d0d !important; }
}
/* ============================================
   MOBILE OPTIMIZATION — v1
   ============================================ */

@media (max-width: 749px) {
  :root { --yz-section-gap: 64px; }
}

@media (max-width: 749px) {
  .header { padding: 0 16px !important; }
  .header__heading-logo { max-width: 85px !important; }
}

@media (max-width: 749px) {
  .yz-hero { min-height: auto; }
  .yz-hero__image-wrap { min-height: 92vw; }
  .yz-hero__content { padding: 44px 20px 52px; }
  .yz-hero__eyebrow { font-size: 9px; margin-bottom: 20px; }
  .yz-hero__title, .yz-hero__title-italic { font-size: clamp(38px, 11vw, 52px); letter-spacing: -0.5px; }
  .yz-hero__text { font-size: 13px; margin-bottom: 32px; max-width: 100%; }
  .yz-hero__actions { flex-direction: column; gap: 12px; }
  .yz-hero__btn-primary, .yz-hero__btn-secondary { text-align: center; padding: 16px 24px; min-height: 50px; display: flex; align-items: center; justify-content: center; }
  .yz-hero__decor { font-size: 80px; bottom: -10px; left: 16px; }
  .yz-hero__tag { font-size: 8px; padding: 8px 14px; }
}

@media (max-width: 749px) {
  .yz-section-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 32px; }
  .yz-section-title { font-size: clamp(28px, 8vw, 38px); }
}

@media (max-width: 749px) {
  .yz-products { padding: 56px 12px; }
  .yz-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .yz-card__info { padding: 12px 10px 16px; }
  .yz-card__name { font-size: 13px; }
  .yz-card__price { font-size: 12px; }
  .yz-card__stars { font-size: 10px; }
  .yz-card__atc { transform: translateY(0); opacity: 0; padding: 12px; font-size: 8px; letter-spacing: 2px; }
  .yz-card:active .yz-card__atc { opacity: 1; }
  .yz-card__badge { top: 10px; left: 10px; font-size: 7px; padding: 4px 8px; }
}

@media (max-width: 749px) {
  .yz-editorial__image { min-height: 75vw; }
  .yz-editorial__content { padding: 48px 20px 52px; }
  .yz-editorial__title, .yz-editorial__title-italic { font-size: clamp(30px, 9vw, 44px); }
  .yz-editorial__text { font-size: 13px; margin-bottom: 32px; max-width: 100%; color: rgba(255,255,255,0.6); }
  .yz-editorial__btn { padding: 15px 28px; min-height: 50px; display: flex; align-items: center; justify-content: center; text-align: center; }
}

@media (max-width: 749px) {
  .yz-reviews { padding: 56px 16px; }
  .yz-reviews__header { margin-bottom: 40px; }
  .yz-reviews__title { font-size: clamp(24px, 7vw, 36px); }
  .yz-reviews__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; -webkit-overflow-scrolling: touch; padding-bottom: 16px; scrollbar-width: none; }
  .yz-reviews__grid::-webkit-scrollbar { display: none; }
  .yz-review-card { min-width: 80vw; scroll-snap-align: start; flex-shrink: 0; padding: 28px 24px; }
  .yz-review__text { font-size: 15px; }
}

@media (max-width: 749px) {
  .yz-bs__image { min-height: 75vw; }
  .yz-bs__content { padding: 48px 20px 52px; }
  .yz-bs__title, .yz-bs__title-italic { font-size: clamp(28px, 8vw, 40px); }
  .yz-bs__text { font-size: 13px; max-width: 100%; margin-bottom: 32px; }
  .yz-bs__stats { gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
  .yz-bs__stat-number { font-size: 26px; }
  .yz-bs__btn { padding: 15px 28px; min-height: 50px; display: flex; align-items: center; justify-content: center; align-self: stretch; text-align: center; }
}

@media (max-width: 749px) {
  .newsletter { padding: 56px 20px !important; }
  .newsletter .newsletter__form { flex-direction: column; gap: 0; }
  .newsletter .field__input { border-radius: 0 !important; min-height: 50px; font-size: 14px; }
  .newsletter .button { min-height: 50px; width: 100%; }
}

@media (max-width: 749px) {
  .footer__content-top { padding: 48px 20px 32px !important; }
  .footer__content-bottom { padding: 20px !important; }
  .footer__heading { font-size: 8px !important; }
  .footer__list a { font-size: 13px !important; min-height: 36px; display: flex; align-items: center; }
}

@media (max-width: 749px) {
  .product { gap: 0 !important; }
  .product__title { font-size: clamp(22px, 6vw, 32px) !important; }
  .price-item { font-size: 18px !important; }
  .product-form__submit { height: 52px !important; font-size: 9px !important; letter-spacing: 2.5px !important; }
  .variant-pills__label { padding: 11px 16px !important; font-size: 11px !important; min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .yz-trust { gap: 12px; padding: 16px 0; }
  .yz-trust__item { gap: 6px; }
  .yz-trust__text { font-size: 8px; letter-spacing: 1.5px; }
}

@media (max-width: 749px) {
  .yz-sticky-atc { padding: 12px 16px; padding-bottom: calc(12px + env(safe-area-inset-bottom)); }
  .yz-sticky-atc__btn { padding: 12px 16px; font-size: 8px; min-height: 44px; white-space: nowrap; }
}

@media (max-width: 749px) {
  .collection-hero { padding: 40px 16px 0; }
  .collection-hero__title { font-size: clamp(30px, 9vw, 44px); }
  .collection-hero__desc { font-size: 13px; max-width: 100%; }
}

@media (max-width: 749px) {
  .button, .btn, [type="button"], [type="submit"] { min-height: 44px; }
  a.link, button.link { min-height: 36px; display: inline-flex; align-items: center; }
}

@media (max-width: 749px) {
  input[type="text"], input[type="email"], input[type="tel"], select, textarea { font-size: 16px !important; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
}

/* ============================================
   LOOKBOOK EDITORIAL
   ============================================ */
.yz-lookbook { padding: var(--yz-section-gap) 72px; background: var(--yz-cream); }
.yz-lookbook__header { margin-bottom: 52px; }
.yz-lookbook__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.yz-lookbook__col { display: grid; grid-template-rows: 1fr 1fr; gap: 3px; }
.yz-lookbook__item { position: relative; overflow: hidden; background: #ede9e4; }
.yz-lookbook__item--large { aspect-ratio: 3/5; }
.yz-lookbook__col .yz-lookbook__item { aspect-ratio: 4/3; }
.yz-lookbook__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.9s cubic-bezier(.25,.46,.45,.94); }
.yz-lookbook__item:hover img { transform: scale(1.07); }
.yz-lookbook__caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 44px 20px 18px; background: linear-gradient(to top, rgba(0,0,0,0.52) 0%, transparent 100%); color: #fff; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 300; font-family: var(--font-body-family); }
.yz-lookbook__placeholder { width: 100%; height: 100%; min-height: 300px; background: #e8e4e0; display: flex; align-items: center; justify-content: center; }
.yz-lookbook__placeholder svg { width: 60px; opacity: 0.25; }

@media (max-width: 749px) {
  .yz-lookbook { padding: 56px 12px; }
  .yz-lookbook__header { margin-bottom: 32px; }
  .yz-lookbook__grid { grid-template-columns: 1fr; }
  .yz-lookbook__col { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 3px; }
  .yz-lookbook__item--large { aspect-ratio: 3/4; }
  .yz-lookbook__col .yz-lookbook__item { aspect-ratio: 1/1; }
}

/* ============================================
   HEADER — EFECTO SCROLL
   ============================================ */
.header-wrapper { transition: box-shadow 0.4s ease !important; }
.header-wrapper.yz-scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.06) !important; }

/* ============================================
   FOOTER — MEJORAS
   ============================================ */
.footer__content-top { padding-top: 64px !important; padding-bottom: 48px !important; }
.footer-block__social-links a { color: rgba(255,255,255,0.5) !important; transition: color 0.3s !important; }
.footer-block__social-links a:hover { color: rgba(255,255,255,0.9) !important; }
.footer__content-bottom { border-top: 1px solid rgba(255,255,255,0.08) !important; }
.footer__copyright, .footer__payment-icons { padding: 20px 0 !important; }
.footer .header__heading-logo { filter: brightness(0) invert(1); opacity: 0.7; }

/* ============================================
   COLLECTION PAGE — BANNER EDITORIAL
   ============================================ */
.collection-hero { background: var(--yz-cream); padding: 72px 72px 0 !important; border-bottom: 1px solid var(--yz-border); }
.collection-hero__inner { max-width: 100% !important; padding: 0 !important; display: block !important; }
.collection-hero__text-wrapper { max-width: 700px; padding-bottom: 52px; }
.collection-hero__title { font-family: var(--font-heading-family) !important; font-size: clamp(42px, 5vw, 72px) !important; font-weight: 300 !important; font-style: italic !important; letter-spacing: -1px !important; color: var(--yz-black) !important; margin: 0 0 16px !important; line-height: 1.05 !important; }
.collection-hero__description { font-size: 14px !important; line-height: 1.8 !important; color: var(--yz-muted) !important; font-weight: 300 !important; max-width: 480px; }

.facets__form, .facets-horizontal .facets__form { border-bottom: 1px solid var(--yz-border) !important; padding: 20px 72px !important; background: var(--yz-cream) !important; gap: 8px !important; }
.facets__heading { font-size: 9px !important; letter-spacing: 3px !important; text-transform: uppercase !important; font-weight: 400 !important; color: var(--yz-muted) !important; }
.facets__summary { border: 1px solid var(--yz-border) !important; border-radius: 0 !important; padding: 8px 18px !important; font-size: 9px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; font-weight: 400 !important; color: var(--yz-black) !important; background: transparent !important; transition: all 0.25s !important; }
.facets__summary:hover, .facets__summary[aria-expanded="true"] { background: var(--yz-black) !important; color: #fff !important; border-color: var(--yz-black) !important; }
.facet-filters__sort .select__select { border: 1px solid var(--yz-border) !important; border-radius: 0 !important; font-size: 9px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; font-weight: 400 !important; color: var(--yz-black) !important; background: transparent !important; padding: 8px 32px 8px 14px !important; }
.facet-filters__label { font-size: 9px !important; letter-spacing: 2px !important; text-transform: uppercase !important; color: var(--yz-muted) !important; }
.facets__selected .badge, .active-facets__button { border-radius: 0 !important; background: var(--yz-black) !important; color: #fff !important; font-size: 8px !important; letter-spacing: 2px !important; text-transform: uppercase !important; border: none !important; }
.product-count { font-size: 9px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; color: var(--yz-muted) !important; }
.collection .card__heading a { font-family: var(--font-heading-family) !important; font-weight: 300 !important; font-size: 14px !important; }
.collection .price__regular .price-item { font-weight: 300 !important; }
.collection .card { border-radius: 0 !important; }

@media (max-width: 749px) {
  .collection-hero { padding: 48px 20px 0 !important; }
  .collection-hero__text-wrapper { padding-bottom: 36px; }
  .collection-hero__title { font-size: clamp(32px, 9vw, 48px) !important; }
  .facets__form, .facets-horizontal .facets__form { padding: 16px !important; overflow-x: auto; flex-wrap: nowrap !important; }
}

/* ============================================
   PERFORMANCE — content-visibility
   Renderizado diferido de secciones off-screen
   ============================================ */
.yz-reviews {
  content-visibility: auto;
  contain-intrinsic-size: 0 700px;
}
.yz-lookbook {
  content-visibility: auto;
  contain-intrinsic-size: 0 800px;
}
.yz-brand-story {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}
.yz-editorial {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}
/* El hero nunca se difiere — es LCP */
.yz-hero {
  content-visibility: visible;
}
/* GPU layer para imagen hero (transición larga 8s) */
.yz-hero__image-wrap img {
  will-change: transform;
}
/* ============================================
   PRODUCT PAGE — PREMIUM v2
   ============================================ */

/* Media gallery — sticky al hacer scroll */
@media (min-width: 750px) {
  .product__media-wrapper {
    position: sticky !important;
    top: 80px !important;
    align-self: start !important;
  }
}

/* Zoom cursor en imagen */
.product__media-item {
  cursor: zoom-in;
}
.product__media-item:active {
  cursor: zoom-out;
}

/* Miniaturas laterales — estilo editorial */
.thumbnail-slider__button {
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  opacity: 0.5;
  transition: opacity 0.3s, border-color 0.3s;
}
.thumbnail-slider__button:hover,
.thumbnail-slider__button.is-active {
  opacity: 1;
  border-color: var(--yz-black) !important;
}

/* Título producto — más elegante */
.product__title {
  font-family: var(--font-heading-family) !important;
  font-size: clamp(22px, 2.5vw, 34px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
}

/* Precio */
.product .price {
  margin-bottom: 20px;
}
.product .price-item--regular {
  font-size: 18px !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
}

/* Separador elegante entre secciones */
.product__info-container > * + * {
  padding-top: 20px;
}

/* ---- ACORDEONES ---- */
.product__accordion {
  border-top: 1px solid var(--yz-border);
  margin-top: 8px;
}
.product__accordion:last-child {
  border-bottom: 1px solid var(--yz-border);
}
details.product__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--yz-black);
  list-style: none;
  user-select: none;
}
details.product__accordion summary::-webkit-details-marker { display: none; }
details.product__accordion summary::after {
  content: '+';
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
}
details.product__accordion[open] summary::after {
  content: '−';
}
details.product__accordion .accordion__content {
  padding: 0 0 20px;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
  font-weight: 300;
}
details.product__accordion .accordion__content p { margin: 0 0 10px; }
details.product__accordion .accordion__content p:last-child { margin: 0; }

/* ---- GUÍA DE TALLAS — chip link ---- */
.yz-size-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yz-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--yz-border);
  padding-bottom: 2px;
  margin-top: 8px;
  transition: color 0.3s, border-color 0.3s;
  cursor: pointer;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
}
.yz-size-guide-link:hover { color: var(--yz-black); border-color: var(--yz-black); }

/* ---- MODAL GUÍA DE TALLAS ---- */
.yz-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.yz-modal-overlay.yz-modal--open {
  opacity: 1;
  visibility: visible;
}
.yz-modal {
  background: #fff;
  max-width: 580px;
  width: 90%;
  padding: 48px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.yz-modal-overlay.yz-modal--open .yz-modal {
  transform: translateY(0);
}
.yz-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
  padding: 4px;
  line-height: 1;
}
.yz-modal__title {
  font-family: var(--font-heading-family);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 32px;
  color: var(--yz-black);
}
.yz-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.yz-size-table th {
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--yz-muted);
  padding: 10px 12px;
  border-bottom: 1px solid var(--yz-border);
  text-align: left;
}
.yz-size-table td {
  padding: 12px;
  border-bottom: 1px solid #f5f3f0;
  color: #444;
  font-weight: 300;
}
.yz-size-table tr:hover td { background: #faf9f7; }
.yz-modal__note {
  margin-top: 20px;
  font-size: 11px;
  color: var(--yz-muted);
  font-weight: 300;
  line-height: 1.7;
}

/* ---- INFO "MODELO LLEVA" ---- */
.yz-model-info {
  font-size: 11px;
  color: var(--yz-muted);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 6px;
}

/* ---- RELATED PRODUCTS ---- */
.product-recommendations .card__heading a {
  font-family: var(--font-heading-family) !important;
  font-weight: 300 !important;
  font-style: italic;
}
.product-recommendations .card { border-radius: 0 !important; }
.product-recommendations .section-header .title {
  font-family: var(--font-heading-family) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  font-size: clamp(22px, 2.5vw, 36px) !important;
}

/* Mobile ajustes product v2 */
@media (max-width: 749px) {
  .yz-modal { padding: 32px 24px; }
  .yz-size-table th, .yz-size-table td { padding: 10px 8px; font-size: 11px; }
}
/* ============================================
   COLLECTION GRID — Hover imagen + Swatches
   ============================================ */

/* Segunda imagen al hover (Dawn native) */
.card__media img + img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0 !important;
  transition: opacity 0.55s cubic-bezier(.25,.46,.45,.94) !important;
  z-index: 1 !important;
}
.card-wrapper:hover .card__media img + img {
  opacity: 1 !important;
}

/* Swatches de color */
.yz-card-swatches {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px 2px;
  flex-wrap: wrap;
}
.yz-card-swatch {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.yz-card-swatch:hover {
  transform: scale(1.3);
  box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px rgba(0,0,0,0.25);
}
.yz-card-swatch-more {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--yz-muted);
}

/* Posición swatches en tarjetas nativas */
.card-information .yz-card-swatches {
  padding: 4px 0 2px;
}

/* Quick view button */
.yz-quick-view-btn {
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  background: rgba(250,249,247,0.95);
  color: var(--yz-black);
  border: none;
  padding: 12px;
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-body-family);
  font-weight: 400;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(.25,.46,.45,.94);
  z-index: 3;
}
.card-wrapper:hover .yz-quick-view-btn {
  transform: translateY(0);
}

/* Quick view modal */
.yz-qv-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.yz-qv-overlay.yz-qv--open {
  opacity: 1;
  visibility: visible;
}
.yz-qv-modal {
  background: #fff;
  width: 90%;
  max-width: 860px;
  max-height: 90vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  transform: translateY(24px);
  transition: transform 0.35s ease;
}
.yz-qv-overlay.yz-qv--open .yz-qv-modal {
  transform: translateY(0);
}
.yz-qv-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f0ede9;
}
.yz-qv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yz-qv-info {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
}
.yz-qv-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #999;
  z-index: 2;
  line-height: 1;
}
.yz-qv-eyebrow {
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yz-muted);
  margin-bottom: 10px;
}
.yz-qv-title {
  font-family: var(--font-heading-family);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 300;
  color: var(--yz-black);
  margin: 0 0 12px;
  line-height: 1.15;
}
.yz-qv-price {
  font-size: 16px;
  font-weight: 300;
  color: var(--yz-black);
  margin-bottom: 28px;
}
.yz-qv-btn {
  display: block;
  background: var(--yz-black);
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-body-family);
  font-weight: 400;
  transition: opacity 0.3s;
  margin-top: auto;
}
.yz-qv-btn:hover { opacity: 0.75; color: #fff; }
.yz-qv-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  font-weight: 300;
  margin-bottom: 24px;
  flex: 1;
}

@media (max-width: 749px) {
  .yz-qv-modal { grid-template-columns: 1fr; max-height: 85vh; }
  .yz-qv-image { aspect-ratio: 4/3; }
  .yz-qv-info { padding: 28px 24px; }
  .yz-quick-view-btn { display: none; }
}
/* ============================================
   CARRITO — Estilo premium
   ============================================ */
.cart__items { border-top: 1px solid var(--yz-border); }
.cart-item { border-bottom: 1px solid var(--yz-border) !important; padding: 28px 0 !important; }
.cart-item__media { border-radius: 0 !important; width: 100px !important; }
.cart-item__name { font-family: var(--font-heading-family); font-weight: 300; font-size: 15px; margin-bottom: 4px; }
.cart-item__options { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--yz-muted); font-weight: 300; }
.cart-item__price-wrapper .price-item { font-weight: 300; font-size: 14px; }
.quantity__button { border-radius: 0 !important; border-color: var(--yz-border) !important; }
.quantity__input { border-color: var(--yz-border) !important; border-radius: 0 !important; font-weight: 300; }
.cart__remove-button { opacity: 0.35; transition: opacity 0.3s; }
.cart__remove-button:hover { opacity: 1; }
.cart-drawer__footer,
.cart__footer { background: var(--yz-cream) !important; border-top: 1px solid var(--yz-border) !important; }
.totals__subtotal { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 300; color: var(--yz-muted); }
.totals__subtotal-value { font-size: 16px; font-weight: 300; color: var(--yz-black); }
.cart__checkout-button { border-radius: 0 !important; letter-spacing: 3px; font-size: 9px; font-weight: 400; height: 52px; }
.cart-drawer { border-radius: 0 !important; }
.cart-drawer__header { border-bottom: 1px solid var(--yz-border) !important; padding: 20px 24px !important; }
.cart-drawer__heading { font-family: var(--font-heading-family); font-weight: 300; font-style: italic; font-size: 20px; }
.cart-notification { border-radius: 0 !important; }
.cart__empty-text { font-family: var(--font-heading-family); font-style: italic; font-weight: 300; font-size: 22px; color: #999; }

/* Barra de progreso envío gratis */
.yz-shipping-bar { padding: 14px 24px; background: #f4f0eb; border-bottom: 1px solid var(--yz-border); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #666; font-weight: 300; }
.yz-shipping-bar__track { height: 2px; background: var(--yz-border); margin-top: 8px; border-radius: 0; overflow: hidden; }
.yz-shipping-bar__fill { height: 100%; background: var(--yz-black); transition: width 0.6s ease; }

/* ============================================
   SEARCH PAGE — Estilo
   ============================================ */
.template-search .search__title {
  font-family: var(--font-heading-family);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3vw, 48px);
}
.search-modal__form { border-bottom: 1px solid var(--yz-border) !important; border-radius: 0 !important; }
.search-modal__form input { font-weight: 300; letter-spacing: 1px; }
.predictive-search { border-radius: 0 !important; border: 1px solid var(--yz-border) !important; }
.predictive-search__item-heading { font-family: var(--font-heading-family); font-weight: 300; }
/* ============================================
   LIGHTBOX — Zoom imágenes producto
   ============================================ */
.yz-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: zoom-out;
}
.yz-lightbox.yz-lb--open {
  opacity: 1;
  visibility: visible;
}
.yz-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.yz-lightbox__img.yz-lb--zoomed {
  transform: scale(1.8);
  cursor: zoom-out;
}
.yz-lightbox__close {
  position: fixed;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 28px;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
  padding: 8px;
  transition: color 0.2s;
}
.yz-lightbox__close:hover { color: #fff; }
.yz-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.yz-lightbox__nav:hover { background: rgba(255,255,255,0.2); }
.yz-lightbox__prev { left: 16px; }
.yz-lightbox__next { right: 16px; }
.yz-lightbox__counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}

/* Cursor en imágenes de producto */
.product__media-item .media img {
  cursor: zoom-in !important;
}

/* ============================================
   COUNTDOWN TIMER — Announcement bar
   ============================================ */
.yz-countdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  font-size: 9px;
  letter-spacing: 2px;
}
.yz-countdown__unit {
  background: rgba(255,255,255,0.15);
  padding: 2px 5px;
  font-weight: 400;
  min-width: 22px;
  text-align: center;
}
.yz-countdown__sep { opacity: 0.5; }

/* ============================================
   COOKIES BANNER
   ============================================ */
.yz-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--yz-black);
  color: #fff;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 9990;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  flex-wrap: wrap;
}
.yz-cookies.yz-cookies--visible {
  transform: translateY(0);
}
.yz-cookies__text {
  font-size: 11px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  font-weight: 300;
  max-width: 680px;
}
.yz-cookies__text a {
  color: rgba(255,255,255,0.85);
  text-decoration: underline;
}
.yz-cookies__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.yz-cookies__btn {
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 11px 24px;
  cursor: pointer;
  font-family: var(--font-body-family);
  font-weight: 400;
  border: none;
  transition: all 0.25s;
  white-space: nowrap;
}
.yz-cookies__btn--accept {
  background: #fff;
  color: var(--yz-black);
}
.yz-cookies__btn--accept:hover { opacity: 0.85; }
.yz-cookies__btn--reject {
  background: transparent;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
}
.yz-cookies__btn--reject:hover { color: #fff; border-color: rgba(255,255,255,0.5); }

@media (max-width: 749px) {
  .yz-cookies { padding: 20px 16px; flex-direction: column; align-items: flex-start; }
  .yz-cookies__actions { width: 100%; }
  .yz-cookies__btn { flex: 1; text-align: center; }
}
/* ============================================
   VISTOS RECIENTEMENTE
   ============================================ */
.yz-recently-viewed {
  padding: var(--yz-section-gap) 72px;
  background: #f4f0eb;
}
.yz-recently-viewed__title {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 300;
  font-style: italic;
  color: var(--yz-black);
  margin: 0 0 40px;
}
.yz-recently-viewed__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media (max-width: 989px) {
  .yz-recently-viewed { padding: 56px 16px; }
  .yz-recently-viewed__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 749px) {
  .yz-recently-viewed__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    scrollbar-width: none;
  }
  .yz-recently-viewed__grid::-webkit-scrollbar { display: none; }
  .yz-recently-viewed__grid .yz-card {
    min-width: 64vw;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.yz-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 120px);
  background: var(--yz-cream);
}
.yz-contact__info {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--yz-border);
}
.yz-contact__eyebrow {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yz-muted);
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
.yz-contact__title {
  font-family: var(--font-heading-family);
  font-size: clamp(32px, 3.5vw, 54px);
  font-weight: 300;
  color: var(--yz-black);
  margin: 0 0 8px;
  line-height: 1.05;
}
.yz-contact__title-italic {
  font-family: var(--font-heading-family);
  font-size: clamp(32px, 3.5vw, 54px);
  font-weight: 300;
  font-style: italic;
  color: var(--yz-black);
  margin: 0 0 36px;
  line-height: 1.1;
}
.yz-contact__text {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  font-weight: 300;
  margin-bottom: 48px;
  max-width: 400px;
}
.yz-contact__items { display: flex; flex-direction: column; gap: 28px; }
.yz-contact__item { display: flex; align-items: flex-start; gap: 16px; }
.yz-contact__item-icon {
  font-size: 16px;
  margin-top: 1px;
  flex-shrink: 0;
}
.yz-contact__item-label {
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--yz-muted);
  font-weight: 300;
  margin-bottom: 4px;
  display: block;
}
.yz-contact__item-value {
  font-size: 14px;
  color: var(--yz-black);
  font-weight: 300;
  text-decoration: none;
}
.yz-contact__item-value:hover { opacity: 0.6; }
.yz-contact__form-wrap {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yz-contact__form-title {
  font-family: var(--font-heading-family);
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: var(--yz-black);
  margin: 0 0 32px;
}
.yz-contact__form .field { margin-bottom: 16px; }
.yz-contact__form .field__input,
.yz-contact__form .field__select,
.yz-contact__form textarea {
  border: 1px solid var(--yz-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: var(--yz-black) !important;
  padding: 14px 16px !important;
  width: 100%;
  font-family: var(--font-body-family);
  transition: border-color 0.25s;
  resize: vertical;
}
.yz-contact__form .field__input:focus,
.yz-contact__form textarea:focus {
  border-color: var(--yz-black) !important;
  outline: none !important;
}
.yz-contact__form textarea { min-height: 120px; }
.yz-contact__form .field__label {
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--yz-muted) !important;
  font-weight: 300 !important;
}
.yz-contact__submit {
  background: var(--yz-black);
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-body-family);
  font-weight: 400;
  width: 100%;
  margin-top: 8px;
  transition: opacity 0.3s;
}
.yz-contact__submit:hover { opacity: 0.75; }
@media (max-width: 989px) {
  .yz-contact { grid-template-columns: 1fr; }
  .yz-contact__info { padding: 60px 24px; border-right: none; border-bottom: 1px solid var(--yz-border); }
  .yz-contact__form-wrap { padding: 56px 24px; }
}
/* ============================================
   CURSOR PERSONALIZADO — Luxury
   ============================================ */
@media (hover: hover) and (pointer: fine) {
  * { cursor: none !important; }
}
.yz-cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--yz-black);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  top: 0; left: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s, height 0.25s, background 0.25s, opacity 0.3s;
  opacity: 0;
  will-change: transform;
}
.yz-cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(13,13,13,0.35);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 999998;
  top: 0; left: 0;
  transform: translate(-50%, -50%);
  transition: width 0.35s ease, height 0.35s ease, border-color 0.3s, opacity 0.3s;
  opacity: 0;
  will-change: transform;
}
.yz-cursor-dot.yz-c-visible { opacity: 1; }
.yz-cursor-ring.yz-c-visible { opacity: 1; }
.yz-cursor-dot.yz-c-hover { width: 10px; height: 10px; background: var(--yz-gold); }
.yz-cursor-ring.yz-c-hover { width: 52px; height: 52px; border-color: var(--yz-gold); opacity: 0.45; }
.yz-cursor-dot.yz-c-link { width: 48px; height: 48px; background: rgba(13,13,13,0.08); }
.yz-cursor-ring.yz-c-link { opacity: 0; }
.yz-cursor-dot.yz-c-click { transform: translate(-50%, -50%) scale(0.65); }

/* ============================================
   TRANSICIÓN DE PÁGINA
   ============================================ */
#yz-page-transition {
  position: fixed;
  inset: 0;
  background: var(--yz-cream);
  z-index: 99997;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
#yz-page-transition.yz-pt-hidden { opacity: 0; }
#yz-page-transition.yz-pt-leaving {
  opacity: 1;
  pointer-events: all;
}

/* ============================================
   PARALLAX — hero image
   ============================================ */
.yz-hero__image-wrap {
  overflow: hidden;
}
.yz-hero__image-wrap img {
  will-change: transform;
}

/* ============================================
   BOTONES MAGNÉTICOS
   ============================================ */
.yz-hero__btn-primary,
.yz-hero__btn-secondary,
.yz-bs__btn,
.yz-editorial__btn,
.yz-about-cta__btn {
  will-change: transform;
  transition: transform 0.6s cubic-bezier(.25,.46,.45,.94), opacity 0.3s, background 0.3s, color 0.3s, border-color 0.3s !important;
}

/* ============================================
   CONTADOR ANIMADO — stats
   ============================================ */
.yz-bs__stat-number,
.yz-about-stat__number {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
/* Fix cursor invisible */
*, *::before, *::after {
  cursor: auto !important;
}
.yz-reveal,
.yz-reveal-delay-1,
.yz-reveal-delay-2,
.yz-reveal-delay-3 {
  opacity: 1 !important;
  transform: none !important;
}
/* ================================================
   PRODUCT PAGE — MÁQUINA DE CONVERSIÓN v3
   ================================================ */

/* --- Trust bar (debajo del ATC) --- */
.yz-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--yz-border, #e5e1dc);
  margin: 14px 0 20px;
  background: #faf9f7;
}
.yz-trust-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 6px;
  text-align: center;
  border-right: 1px solid var(--yz-border, #e5e1dc);
  gap: 5px;
}
.yz-trust-bar__item:last-child { border-right: none; }
.yz-trust-bar__icon {
  font-size: 17px;
  line-height: 1;
}
.yz-trust-bar__label {
  font-size: 9px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #555;
  font-weight: 400;
  line-height: 1.4;
}

/* --- Sticky ATC bar --- */
#yz-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid var(--yz-border, #e5e1dc);
  padding: 10px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateY(110%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -6px 28px rgba(0,0,0,0.09);
}
#yz-sticky-atc.is-visible {
  transform: translateY(0);
}
.yz-satc__img {
  width: 48px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f4f0eb;
}
.yz-satc__info {
  flex: 1;
  min-width: 0;
}
.yz-satc__title {
  font-size: 13px;
  font-weight: 500;
  color: #0d0d0d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.2px;
}
.yz-satc__price {
  font-size: 15px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 2px;
}
.yz-satc__price s {
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
  margin-right: 6px;
}
.yz-satc__btn {
  background: #0d0d0d;
  color: #fff;
  border: none;
  padding: 15px 32px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
  font-family: inherit;
}
.yz-satc__btn:hover { background: #2a2a2a; }

/* --- Cart toast --- */
#yz-cart-toast {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 1001;
  background: #0d0d0d;
  color: #fff;
  padding: 13px 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
#yz-cart-toast.is-visible {
  transform: translateX(0);
}
.yz-toast__check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* --- Urgencia rediseñada (premium) --- */
.yz-urgency-v3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.yz-urgency-v3__viewers {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #444;
  letter-spacing: 0.2px;
}
.yz-urgency-v3__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27ae60;
  animation: yz-live-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes yz-live-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(39,174,96,0.4); }
  50% { opacity: 0.8; box-shadow: 0 0 0 5px rgba(39,174,96,0); }
}
.yz-urgency-v3__stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #c0392b;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.yz-urgency-v3__stock-bar {
  height: 3px;
  background: #f0e8e8;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
.yz-urgency-v3__stock-bar-fill {
  height: 100%;
  background: #c0392b;
  border-radius: 2px;
  transition: width 1s ease;
}

/* --- Bundle pricing mejorado --- */
.yz-bundle-v3 {
  border: 1px solid var(--yz-border, #e5e1dc);
  margin-bottom: 16px;
  background: #faf9f7;
}
.yz-bundle-v3__header {
  padding: 10px 16px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  border-bottom: 1px solid var(--yz-border, #e5e1dc);
  font-weight: 400;
}
.yz-bundle-v3__option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--yz-border, #e5e1dc);
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
}
.yz-bundle-v3__option:last-child { border-bottom: none; }
.yz-bundle-v3__option:hover { background: #f4f0eb; }
.yz-bundle-v3__option.is-selected { background: #f4f0eb; }
.yz-bundle-v3__radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s;
}
.yz-bundle-v3__option.is-selected .yz-bundle-v3__radio {
  border-color: #0d0d0d;
  background: #0d0d0d;
}
.yz-bundle-v3__option.is-selected .yz-bundle-v3__radio::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.yz-bundle-v3__qty {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  color: #0d0d0d;
  letter-spacing: 0.3px;
}
.yz-bundle-v3__price {
  font-size: 14px;
  font-weight: 600;
  color: #0d0d0d;
}
.yz-bundle-v3__saving {
  font-size: 9.5px;
  color: #27ae60;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.yz-bundle-v3__badge {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #0d0d0d;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 3px 7px;
  font-weight: 500;
}

/* --- Mobile --- */
@media (max-width: 749px) {
  #yz-sticky-atc {
    padding: 10px 16px;
    gap: 12px;
  }
  .yz-satc__img { display: none; }
  .yz-satc__btn { padding: 14px 20px; font-size: 10px; }
  .yz-trust-bar { grid-template-columns: repeat(2, 1fr); }
  .yz-trust-bar__item:nth-child(2) { border-right: none; }
  .yz-trust-bar__item:nth-child(3) { border-right: 1px solid var(--yz-border, #e5e1dc); }
  #yz-cart-toast { bottom: 80px; right: 12px; left: 12px; }
}
/* ================================================
   CRO v3 — Correcciones urgencia y elementos viejos
   ================================================ */
#yaiza-urgencia { display: none !important; }
.urgency-text, [class*="urgency-banner"] { display: none !important; }
/* Variantes (color/talla) reposicionadas encima del ATC */
.yz-vp {
  border-top: 1px solid var(--yz-border, #e5e1dc);
  padding-top: 20px;
  margin-top: 6px;
}
fieldset.product-form__input--pill {
  margin-bottom: 18px !important;
}
/* Ocultar el +/- de cantidad duplicado — el bundle lo gestiona */
.product-form__input.product-form__quantity,
quantity-input,
.product-form__quantity-wrapper {
  display: none !important;
}
/* ================================================
   COLOR SWATCHES — círculos de color reales
   ================================================ */
fieldset.yz-color-fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
}
fieldset.yz-color-fieldset legend {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 10px;
  font-weight: 400;
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}
fieldset.yz-color-fieldset .product-form__radio-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}
/* El label se convierte en círculo de color */
fieldset.yz-color-fieldset label {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
  position: relative;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
/* Visually-hidden span dentro del label — accesibilidad ok */
fieldset.yz-color-fieldset label .visually-hidden {
  display: none !important;
}
/* Hover */
fieldset.yz-color-fieldset label:hover {
  transform: scale(1.12);
  border-color: rgba(0,0,0,0.35) !important;
}
/* Seleccionado: anillo negro exterior */
fieldset.yz-color-fieldset input[type="radio"]:checked + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0d0d0d !important;
  border-color: transparent !important;
  transform: scale(1.08);
}
/* Tooltip con el nombre al hover */
fieldset.yz-color-fieldset label::after {
  content: attr(data-color-name);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #0d0d0d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  font-weight: 400;
}
fieldset.yz-color-fieldset label:hover::after {
  opacity: 1;
}
/* ================================================
   MOBILE FIXES — Slider dots + App review pagination
   ================================================ */

/* Slider dots del galería de producto — círculos pequeños */
.slider-buttons {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 0 8px;
  list-style: none !important;
}
.slider-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slider-dot,
button.slider-dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #ccc !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  min-width: unset !important;
  flex-shrink: 0;
}
.slider-dot.active,
.slider-dot[aria-current="true"] {
  background: #0d0d0d !important;
  width: 18px !important;
  border-radius: 3px !important;
}

/* YT app review pagination dots */
.yt-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 0;
  list-style: none !important;
}
.yt-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #ccc !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  cursor: pointer;
  min-width: unset !important;
}
.yt-dot.active {
  background: #0d0d0d !important;
  width: 20px !important;
  border-radius: 3px !important;
}

/* Asegurar que no hay list-style en ningún slider */
.slider-buttons *,
.slider-dots *,
.yt-dots *,
.yt-section * {
  list-style: none !important;
}

/* Bundle pricing en móvil — compacto y correcto */
@media (max-width: 749px) {
  .yz-vp {
    padding: 0 !important;
    margin-bottom: 12px !important;
  }
  .yz-vp__card {
    padding: 12px 14px !important;
    font-size: 12px !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    list-style: none !important;
  }
  .yz-vp__card::before,
  .yz-vp__card::marker {
    display: none !important;
    content: none !important;
  }
  .yz-trust-bar {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .yz-trust-bar__item:nth-child(2) {
    border-right: none !important;
  }
  .yz-trust-bar__item:nth-child(3) {
    border-top: 1px solid var(--yz-border, #e5e1dc) !important;
    border-right: 1px solid var(--yz-border, #e5e1dc) !important;
  }
  .yz-trust-bar__item:nth-child(4) {
    border-top: 1px solid var(--yz-border, #e5e1dc) !important;
    border-right: none !important;
  }
}