/** Shopify CDN: Minification failed

Line 301:0 Unexpected "<"
Line 326:0 Unexpected "<"

**/
/* ===== HEADER FIJO Y TRANSPARENTE ===== */
.section-header.section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header-wrapper.header-wrapper {
  background: transparent;
  background-image: none;
  border-bottom: none;
}

/* ===== LOGO CENTRADO, MENÚ A LOS LADOS ===== */
@media screen and (min-width: 990px) {
  .header.header {
    display: flex;
    align-items: center;
    position: relative;
  }

  .header__inline-menu.header__inline-menu {
    flex: 1;
    margin: 0;
  }

  .header__inline-menu .list-menu--inline {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .header__heading.header__heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .header__icons.header__icons {
    display: none;
  }
}

/* ===== BARRA "BAG" ABAJO ===== */
[id*="__announcement-bar"] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.banner {
  min-height: 100svh;
}

@media screen and (min-width: 990px) {
  .header.header {
    display: flex;
    align-items: center;
    position: relative;
  }

  .header__inline-menu.header__inline-menu {
    flex: 1;
    margin: 0;
  }

  .header__inline-menu .list-menu--inline {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .header__heading.header__heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .header__icons.header__icons {
    display: none;
  }
}

.multicolumn-card {
  position: relative;
}

.multicolumn-card .link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  }

  .header__heading.header__heading,
  .header > .header__heading-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
 .pw-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(40, 20svh);
  column-gap: 1rem;
  row-gap: 5svh;
  padding: 1rem;
}

.pw-item {
  grid-column: var(--col) / span var(--span);
  grid-row: var(--row) / span var(--rowspan, 1);
  margin: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.pw-item video,
.pw-item img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}

.pw-item figcaption {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .pw-grid {
    padding: 6rem 2rem;
    row-gap: 8rem;
  }
  .pw-item {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

.banner {
  position: relative;
  cursor: pointer;
}

.banner__content {
  position: static;
}

.banner__buttons .button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.banner__buttons .button {
  border: none;
  background: transparent;
  font-size: 0;
  padding: 0;
}

.hero-link {
  display: block;
  height: 100svh;
  width: 100%;
}

.hero-link video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-link {
  display: block;
  height: 100svh;
  margin: 0;
}

#MainContent > .shopify-section:first-child {
  padding-top: 0;
  margin-top: 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100svh;
  width: 100%;
}

.split-left {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: 0;
}

.split-cell {
  grid-column: var(--col);
  grid-row: var(--row);
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.split-cell video,
.split-cell img,
.split-right img,
.split-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-right {
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.split-text {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  margin: 0;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  mix-blend-mode: difference;
  color: #fff;
}

@media screen and (max-width: 749px) {
    .split-grid {
      grid-template-columns: 1fr;
      height: auto;
    }
    .split-left {
      grid-template-rows: repeat(2, 50svh);
    }
    .split-right {
      height: 60svh;
    }
    .split-text {
      position: static;
      width: auto;
      padding: 2rem;
      font-size: 1.3rem;
      text-align: left;
      mix-blend-mode: normal;
      color: #000;
      background: #fff;
    }
  }

  body,
button,
input,
select,
textarea,
.h0, .h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label {
  color: #fff;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
}

<style>
  .scroll-zoom {
    height: 200svh;
    position: relative;
  }

  .scroll-zoom__sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scroll-zoom__text {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    paint-order: stroke fill;
    font-size: 14px;
    text-align: center;
    margin: 0;
    will-change: font-size;
  }
</style>

<div class="scroll-zoom" data-scroll-zoom>
  <div class="scroll-zoom__sticky">
    <p class="scroll-zoom__text">El Overshirt de Sastre</p>
  </div>
</div>

<script>
  (function () {
    const wrap = document.querySelector('[data-scroll-zoom]');
    const text = wrap.querySelector('.scroll-zoom__text');
    const MIN = 14;
    const MAX = 120;

    function update() {
      const rect = wrap.getBoundingClientRect();
      const total = rect.height - window.innerHeight;
      const scrolled = Math.min(Math.max(-rect.top, 0), total);
      const progress = total > 0 ? scrolled / total : 0;
      text.style.fontSize = (MIN + (MAX - MIN) * progress) + 'px';
    }

    update();
    window.addEventListener('scroll', () => requestAnimationFrame(update), { passive: true });
    window.addEventListener('resize', update);
  })();
</script>

.product-form__submit {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: #fff;
  color: #000;
  -webkit-text-stroke: 0;
  border: 0.5px solid #000;
  border-radius: 0;
  box-shadow: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.product-form__submit::after,
.product-form__submit::before {
  display: none;
}

.product-form__submit:hover {
  background: #000;
  color: #fff;
  animation: wobble 0.4s ease-in-out infinite;
}

@keyframes wobble {
  0%, 100% { transform: rotate(0deg); }
  25%      { transform: rotate(-1.2deg); }
  75%      { transform: rotate(1.2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .product-form__submit:hover { animation: none; }
}

.product,
.product * {
  color: inherit;
  -webkit-text-stroke: 0;
}

.ed-text p {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
    color: #000;
    -webkit-text-stroke: 0;
    margin: 0 0 2rem 0;
  }

  .ed-text p:last-child {
    margin-bottom: 0;
  }

  .product .badge {
  color: #fff;
  -webkit-text-stroke: 0;
}

/* esconder el badge de agotado */
.product .badge,
.product__title .badge {
  display: none;
}

/* botón de compra */
.product-form__submit {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.product-form__submit::before,
.product-form__submit::after {
  display: none;
}

.product-form__submit:hover {
  background: #000;
  color: #fff;
}

.product-form__submit,
.product-form__submit:disabled {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 0;
}

.product-form__submit::before,
.product-form__submit::after {
  display: none;
}

.product-form__submit:hover:not(:disabled) {
  background: #000;
  color: #fff;
}
.product-form__submit {
  display: none;
}

.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  background: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  -webkit-text-stroke: 0 !important;
}

.shopify-payment-button__button:hover {
  background: #000 !important;
  color: #fff !important;
}

.share-button__button,
.share-button__button .icon,
.share-button__button svg {
  color: #000;
  fill: #000;
  -webkit-text-stroke: 0;
}
