﻿/** Shopify CDN: Minification failed

Line 1406:0 Unexpected "}"

**/
/* ==========================================================================
   MEWS EDITORIAL DESIGN SYSTEM FOR SHOPIFY (DAWN OVERRIDE)
   Strict Blueprint / Magazine Aesthetic
   ========================================================================== */

:root {
  --paper: #ffffff;
  --ink: #000000;
  --muted: #666666;
  --line: #000000;
  --line-grey: #e5e5e5;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Strict No-Radius Worldwide */
*,
*::before,
*::after,
.button,
.btn,
.badge,
.card,
.card__inner,
.product-card,
.field__input,
.select__select,
.modal__content,
.drawer__inner,
.quantity__input,
.quantity__button {
  border-radius: 0 !important;
}

/* Base Body Styles */
body {
  background-color: var(--paper) !important;
  color: var(--ink) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Hide announcement bar globally */
.announcement-bar-section,
.utility-bar,
#shopify-section-announcement-bar {
  display: none !important;
}

/* Mobile viewport fix */
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Sections full width */
.shopify-section {
  width: 100% !important;
  max-width: 100vw !important;
}

/* Headlines & Typography */
.h-magazine {
  font-size: clamp(3rem, 11vw, 10rem);
  line-height: 0.85;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0;
}

.h-section {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.label-mono {
  font-family: var(--font-mono) !important;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* Hairline Grid Architecture (The 2px / 1px Structural Cage) */
.mews-grid-cage {
  display: grid;
  background-color: var(--line);
  gap: 1px;
  border-bottom: 2px solid var(--line);
}

.mews-grid-cage > * {
  background-color: var(--paper);
}

.mews-border-b {
  border-bottom: 1px solid var(--line);
}

.mews-border-t {
  border-top: 1px solid var(--line);
}

.mews-border-r {
  border-right: 1px solid var(--line);
}

.mews-border-l {
  border-left: 1px solid var(--line);
}

/* Buttons Editorial Restyle */
.button,
.button--primary,
.button--secondary {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
  border: 1px solid var(--ink) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  padding: 1rem 2rem !important;
  transition: all 0.2s ease;
}

.button:hover,
.button--primary:hover {
  background-color: var(--paper) !important;
  color: var(--ink) !important;
}

/* ==========================================================================
   MEWS EDITORIAL DESIGN SYSTEM FOR SHOPIFY (DAWN OVERRIDE)
   Strict Blueprint / Magazine Aesthetic
   ========================================================================== */

:root {
  --paper: #ffffff;
  --ink: #000000;
  --muted: #666666;
  --line: #000000;
  --line-grey: #e5e5e5;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --mews-top-bars-height: 60px;
}

/* â”€â”€ 3 BLOQUES MEWS: EXACTAMENTE 60px DE ALTO CADA UNO â”€â”€ */
/* 1. Header */
.header-wrapper,
sticky-header.header-wrapper,
.header-wrapper--border-bottom {
  height: var(--mews-top-bars-height) !important;
  min-height: var(--mews-top-bars-height) !important;
  max-height: var(--mews-top-bars-height) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 2px solid #000000 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
}
.header {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
  border-bottom: none !important;
}

/* 2. CategorÃ­a (TOPS & CAMISAS) */
.collection-hero {
  height: var(--mews-top-bars-height) !important;
  min-height: var(--mews-top-bars-height) !important;
  max-height: var(--mews-top-bars-height) !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 2px solid #000000 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
}
.collection-hero__inner {
  height: 100% !important;
  padding: 0 2.5rem !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  display: flex !important;
  align-items: center !important;
}
.collection-hero__text-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.collection-hero__title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 989px) {
  .collection-hero__inner {
    justify-content: center !important;
    text-align: center !important;
    padding: 0 1.5rem !important;
  }
  .collection-hero__text-wrapper {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .collection-hero__title {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

/* 3. Filtros pegados a la foto de productos */
#shopify-section-template--collection__product-grid,
.shopify-section--main-collection-product-grid,
.section-template--collection__product-grid-padding,
[class*="section-"][class*="-padding"],
collection-component,
.facets-wrapper,
.facets-container,
facet-filters-form {
  margin: 0 !important;
  padding: 0 !important;
}

.facets__form,
.facets__form-vertical {
  height: var(--mews-top-bars-height) !important;
  min-height: var(--mews-top-bars-height) !important;
  max-height: var(--mews-top-bars-height) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 2.5rem !important;
  margin: 0 !important;
  background: #ffffff !important;
  border-bottom: 2px solid #000000 !important;
}

@media screen and (max-width: 989px) {
  .facets__form,
  .facets__form-vertical {
    padding: 0 1rem !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .facets__form::-webkit-scrollbar,
  .facets__form-vertical::-webkit-scrollbar {
    display: none !important;
  }
  .facets__wrapper {
    gap: 1.25rem !important;
    flex-shrink: 0 !important;
  }
  .facet-filters.sorting {
    flex-shrink: 0 !important;
  }
  .product-count {
    flex-shrink: 0 !important;
  }
}

/* Pegar los filtros directamente a la cuadrÃ­cula de fotos */
.product-grid-container,
.collection,
#ProductGridContainer {
  margin: 0 !important;
  padding: 0 !important;
}
#product-grid {
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
}

/* Strict No-Radius Worldwide */
*,
*::before,
*::after,
.button,
.btn,
.badge,
.card,
.card__inner,
.product-card,
.field__input,
.select__select,
.modal__content,
.drawer__inner,
.quantity__input,
.quantity__button {
  border-radius: 0 !important;
}

/* Base Body Styles */
body {
  background-color: var(--paper) !important;
  color: var(--ink) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Hide announcement bar globally */
.announcement-bar-section,
.utility-bar,
#shopify-section-announcement-bar {
  display: none !important;
}

/* Mobile viewport fix */
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Sections full width */
.shopify-section {
  width: 100% !important;
  max-width: 100vw !important;
}

/* Headlines & Typography */
.h-magazine {
  font-size: clamp(3rem, 11vw, 10rem);
  line-height: 0.85;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0;
}

.h-section {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.label-mono {
  font-family: var(--font-mono) !important;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* Hairline Grid Architecture (The 2px / 1px Structural Cage) */
.mews-grid-cage {
  display: grid;
  background-color: var(--line);
  gap: 1px;
  border-bottom: 2px solid var(--line);
}

.mews-grid-cage > * {
  background-color: var(--paper);
}

.mews-border-b {
  border-bottom: 1px solid var(--line);
}

.mews-border-t {
  border-top: 1px solid var(--line);
}

.mews-border-r {
  border-right: 1px solid var(--line);
}

.mews-border-l {
  border-left: 1px solid var(--line);
}

/* Buttons Editorial Restyle */
.button,
.button--primary,
.button--secondary {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
  border: 1px solid var(--ink) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  padding: 1rem 2rem !important;
  transition: all 0.2s ease;
}

.button:hover,
.button--primary:hover {
  background-color: var(--paper) !important;
  color: var(--ink) !important;
}

.button--secondary {
  background-color: var(--paper) !important;
  color: var(--ink) !important;
}

.button--secondary:hover {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
}

/* ==========================================================================
   HEADER & NAVIGATION â€” EDITORIAL MAGAZINE STYLE (NO DROPDOWNS, CLEAN BAR)
   ========================================================================== */

:root {
  --mews-collection-bar-height: 56px;
  --mews-header-height-bar: 56px;
}

.header-wrapper {
  border-bottom: 2px solid var(--line) !important;
  background: var(--paper) !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 1000 !important;
}

/* â”€â”€ MEWS STACKING HIERARCHY: HEADER > MEGAMENU > MAIN CONTENT > PRODUCTS â”€â”€ */
.shopify-section-group-header-group,
.section-header,
.shopify-section-header-sticky,
sticky-header,
.header-wrapper {
  position: relative !important;
  z-index: 1000 !important;
}

.shopify-section-header-sticky {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.shopify-section-header-hidden {
  top: 0 !important;
  transform: translateY(calc(-1 * var(--header-height))) !important;
}

.shopify-section-header-sticky:not(.shopify-section-header-hidden),
.shopify-section-group-header-group:not(.shopify-section-header-hidden) {
  transform: translateY(0) !important;
}

.shopify-section-group-header-group.mews-header-hidden {
  transform: translateY(calc(-1 * var(--header-height))) !important;
}

.section-header.animate {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#MainContent {
  position: relative !important;
  z-index: 1 !important;
}

.header {
  height: var(--mews-header-height-bar) !important;
  min-height: var(--mews-header-height-bar) !important;
  padding: 0.75rem 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 100vw !important;
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 1001 !important;
  background: var(--paper) !important;
}

/* Mobile: hide mega-menu, show hamburger */
@media screen and (max-width: 989px) {
  .header__inline-menu,
  .mews-megamenu-nav {
    display: none !important;
  }
  .header-drawer {
    display: flex !important;
  }
}

.header__heading-link {
  font-weight: 900 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
}

.header__heading-logo {
  max-height: 28px !important;
  width: auto !important;
}

/* Centered & Perfectly Balanced Navigation */
.header__inline-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  margin: 0 2rem !important;
}

.header__inline-menu .list-menu--inline,
.header .list-menu--inline {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2.25rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.header__inline-menu .header__menu-item,
.header__inline-menu .list-menu__item,
.header .header__menu-item {
  font-family: var(--font-mono) !important;
  font-size: 1.35rem !important; /* ~13.5px in Dawn: crisp, legible, architectural */
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--ink) !important;
  padding: 0.5rem 0 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 749px) {
  .header {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

/* ==========================================================================\n+   CART PAGE â€” MEWS EDITORIAL CHECKOUT FLOW\n+   ========================================================================== */

cart-items:not(.is-empty) .page-width,
#main-cart-footer .page-width {
  width: min(100% - 5rem, 1680px) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

cart-items .title-wrapper-with-link {
  align-items: baseline !important;
  border-bottom: 2px solid var(--line) !important;
  margin: 0 !important;
  padding: 3.5rem 0 1.5rem !important;
}

cart-items .title-wrapper-with-link .title {
  margin: 0 !important;
  font-family: var(--font-heading) !important;
  font-size: clamp(2.4rem, 5vw, 5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
}

cart-items .title-wrapper-with-link a,
cart-items .cart__warnings a {
  font-family: var(--font-mono) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

cart-items .cart__items {
  border-bottom: 2px solid var(--line) !important;
}

cart-items .cart-items {
  border-collapse: collapse !important;
  width: 100% !important;
}

cart-items .cart-items thead th {
  padding: 1.25rem 0.75rem !important;
  font-family: var(--font-mono) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

cart-items .cart-item {
  border-top: 1px solid var(--line-grey) !important;
}

cart-items .cart-item > td {
  padding: 1.5rem 0.75rem !important;
  vertical-align: middle !important;
}

cart-items .cart-item__media {
  width: 10rem !important;
}

cart-items .cart-item__image-container {
  width: 8rem !important;
  height: 9rem !important;
  background: #f3f3f3 !important;
}

cart-items .cart-item__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

cart-items .cart-item__name {
  font-family: var(--font-mono) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

cart-items .cart-item__details .product-option,
cart-items .cart-item__details dl,
cart-items .cart-item__details .discounts {
  margin-top: 0.7rem !important;
  font-family: var(--font-mono) !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

cart-items .cart-item__quantity .quantity {
  min-height: 3rem !important;
  border: 1px solid var(--line) !important;
}

cart-items .cart-item__quantity .quantity__button {
  width: 2.7rem !important;
}

cart-items .cart-item__quantity .quantity__input {
  width: 3rem !important;
  font-family: var(--font-mono) !important;
  font-size: 1rem !important;
}

cart-items .cart-item__quantity cart-remove-button .button {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  margin-top: 0.65rem !important;
  border: 1px solid var(--line) !important;
}

cart-items .cart-item__totals .price,
cart-items .cart-item__totals .cart-item__old-price {
  font-family: var(--font-mono) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
}

#main-cart-footer {
  border-bottom: 2px solid var(--line) !important;
}

#main-cart-footer .cart__footer {
  display: grid !important;
  grid-template-columns: minmax(16rem, 1fr) minmax(22rem, 34rem) !important;
  gap: 5rem !important;
  align-items: start !important;
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
}

#main-cart-footer .cart__blocks {
  border-top: 1px solid var(--line) !important;
  padding-top: 1.5rem !important;
}

#main-cart-footer .totals {
  align-items: baseline !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
}

#main-cart-footer .totals__total,
#main-cart-footer .totals__total-value {
  margin: 0 !important;
  font-family: var(--font-mono) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

#main-cart-footer .tax-note {
  display: block !important;
  margin: 1rem 0 2rem !important;
  font-family: var(--font-mono) !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
}

#main-cart-footer .cart__checkout-button {
  min-height: 4rem !important;
  margin-top: 1rem !important;
  border: 1px solid var(--ink) !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

#main-cart-footer .cart__checkout-button:hover {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

@media screen and (max-width: 749px) {
  cart-items:not(.is-empty) .page-width,
  #main-cart-footer .page-width {
    width: calc(100% - 2.5rem) !important;
  }

  cart-items .title-wrapper-with-link {
    display: block !important;
    padding-top: 2.5rem !important;
  }

  cart-items .title-wrapper-with-link a {
    display: inline-block !important;
    margin-top: 1rem !important;
  }

  cart-items .cart-items thead {
    display: none !important;
  }

  cart-items .cart-item {
    display: grid !important;
    grid-template-columns: 6.5rem 1fr !important;
    gap: 0 1rem !important;
    padding: 1rem 0 !important;
  }

  cart-items .cart-item > td {
    padding: 0.5rem 0 !important;
  }

  cart-items .cart-item__media {
    grid-row: span 3 !important;
    width: auto !important;
  }

  cart-items .cart-item__image-container {
    width: 6rem !important;
    height: 7rem !important;
  }

  cart-items .cart-item__name,
  cart-items .cart-item__details .product-option,
  cart-items .cart-item__totals .price {
    font-size: 0.95rem !important;
  }

  #main-cart-footer .cart__footer {
    display: block !important;
    padding-top: 2rem !important;
  }

  #main-cart-footer .cart__note {
    margin-bottom: 2rem !important;
  }
}

.header__inline-menu .header__menu-item span,
.header .header__active-menu-item {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.header__inline-menu .header__menu-item:hover,
.header__inline-menu .header__menu-item.mews-nav__link--active,
.header__inline-menu .header__menu-item:hover span {
  border-bottom-color: var(--line) !important;
  color: var(--ink) !important;
  text-decoration: none !important;
}

.header__icons {
  display: flex !important;
  align-items: center !important;
  gap: 1.25rem !important;
  justify-content: flex-end !important;
}

/* FULLSCREEN ARCHITECTURAL MEGA MENU (100VW) */
.mews-fullscreen-megamenu {
  position: absolute !important;
  /* The menu is inside the header flex structure; compensate for the shared
     collection-bar height so it starts directly below the header. */
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--paper) !important;
  border-top: 1px solid var(--line) !important;
  border-bottom: 2px solid var(--line) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-4px) !important;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s !important;
  z-index: 1000 !important;
}

/* Keep the mega menu independent from collection layout heights. */
@media screen and (min-width: 990px) {
  .mews-fullscreen-megamenu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

.mews-megamenu-nav__item:hover .mews-fullscreen-megamenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.mews-fullscreen-megamenu__inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mews-fullscreen-megamenu__header {
  display: none !important;
}

.mews-fullscreen-megamenu__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  background-color: var(--line) !important;
  gap: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mews-fullscreen-megamenu__cell {
  background-color: var(--paper) !important;
  padding: 2.25rem 3rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 160px !important;
  text-decoration: none !important;
  color: var(--ink) !important;
  transition: background-color 0.2s ease !important;
  gap: 1.5rem !important;
  box-sizing: border-box !important;
}

.mews-fullscreen-megamenu__cell:hover {
  background-color: #fafafa !important;
}

.mews-fullscreen-megamenu__cell-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 110px !important;
  flex: 1 1 auto !important;
}

.mews-fullscreen-megamenu__cell-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 85px !important;
  height: 85px !important;
  flex: 0 0 85px !important;
  opacity: 0.85 !important;
  color: var(--ink) !important;
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.mews-fullscreen-megamenu__cell:hover .mews-fullscreen-megamenu__cell-icon {
  opacity: 1 !important;
  transform: scale(1.08) !important;
}

.mews-fullscreen-megamenu__cell-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.mews-fullscreen-megamenu__title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  margin-bottom: 1rem !important;
  display: block !important;
}

.mews-fullscreen-megamenu__cell--active .mews-fullscreen-megamenu__title {
  text-decoration: underline !important;
}

/* ==========================================================================
   COLLECTION HEADER & FILTERS BAR â€” ARCHITECTURAL MAGAZINE DESIGN
   ========================================================================== */

.collection-hero {
  border-bottom: 2px solid var(--line) !important;
  height: var(--mews-collection-bar-height) !important;
  min-height: var(--mews-collection-bar-height) !important;
  padding: 0 2.5rem !important;
  background-color: var(--paper) !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
}

.collection-hero__inner {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

.collection-hero__title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2rem, 3.5vw, 3.2rem) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  color: var(--ink) !important;
}

/* Filters Bar Container */
.facets-vertical-sort,
.facets-wrapper,
.facets-container,
facet-filters-form {
  max-width: 100vw !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Anchor the mega menu to the usable page width, not 100vw (which includes the scrollbar). */
.mews-megamenu-nav__item {
  position: static !important;
}

/* Keep only the product count in the right-hand sorting group. */
.facets-wrapper > .product-count,
.facets-container > .product-count,
.facets-vertical-sort .product-count-vertical {
  display: none !important;
}

.facets__form {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: var(--mews-collection-bar-height) !important;
  min-height: var(--mews-collection-bar-height) !important;
  padding: 0.85rem 2.5rem !important;
  border-bottom: 2px solid var(--line) !important;
  background-color: var(--paper) !important;
  box-sizing: border-box !important;
  min-height: var(--mews-collection-bar-height) !important;
  gap: 2rem !important;
  margin: 0 !important;
}

/* Left Group: Heading + Filter Dropdowns */
.facets__wrapper {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 1.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

.facets__heading {
  font-family: var(--font-mono) !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  color: var(--muted) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.facets__disclosure {
  margin: 0 !important;
  position: relative !important;
}

.facets__summary {
  font-family: var(--font-mono) !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--ink) !important;
  padding: 0.4rem 0.85rem !important;
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  line-height: 1 !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: 0.6rem !important;
  }
}

.facets__summary:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

.facets__disclosure[open] .facets__summary,
.facets__summary:focus,
.facets__summary:focus-visible {
  border-color: transparent !important;
  background-color: var(--paper) !important;
  outline: none !important;
  box-shadow: none !important;
}

.facets__summary > div {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.facets__summary .icon-caret {
  width: 9px !important;
  height: 9px !important;
  opacity: 0.6 !important;
  margin: 0 !important;
}

/* Dropdown popups for filters */
.facets__display {
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  background-color: var(--paper) !important;
  padding: 1.25rem !important;
  font-family: var(--font-mono) !important;
  font-size: 1.2rem !important;
  position: absolute !important;
  top: calc(100% + 0.35rem) !important;
  left: 0 !important;
  min-width: 240px !important;
  z-index: 100 !important;
}

.facets__header {
  border-bottom: 1px solid var(--line-grey) !important;
  padding-bottom: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  font-family: var(--font-mono) !important;
  font-size: 1.1rem !important;
}

.facets__reset {
  font-family: var(--font-mono) !important;
  font-size: 1.1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--muted) !important;
  text-decoration: underline !important;
}

.facets__list {
  padding: 0 !important;
  margin: 0 !important;
}

.facets__item label {
  font-family: var(--font-mono) !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
}

/* Active Filter Pills */
.active-facets.active-facets-desktop {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.active-facets.active-facets-desktop:empty {
  display: none !important;
}

.active-facets__button {
  border-radius: 0 !important;
  background-color: #f0f0f0 !important;
  border: 1px solid var(--line) !important;
  padding: 0.3rem 0.6rem !important;
  font-family: var(--font-mono) !important;
  font-size: 1.1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  text-decoration: none !important;
  color: var(--ink) !important;
}

/* Right Group: Sorting + Product Count */
.facet-filters.sorting {
  display: flex !important;
  align-items: center !important;
  gap: 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: auto !important;
  min-width: 0 !important;
  /* Anular estilos de la clase caption de Dawn que rompen el flex alignment */
  letter-spacing: normal !important;
  text-transform: none !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.facet-filters__field {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  min-width: 0 !important;
}

.facet-filters__label {
  font-family: var(--font-mono) !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--muted) !important;
  margin: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

.facet-filters__sort {
  font-family: var(--font-mono) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background-color: var(--paper) !important;
  padding: 0.4rem 2.75rem 0.4rem 0.85rem !important;
  min-width: 220px !important;
  height: 40px !important;
  cursor: pointer !important;
  outline: none !important;
  line-height: 1 !important;
  transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

.facet-filters__sort:hover,
.facet-filters__sort:focus {
  border-color: transparent !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.facet-filters__sort:focus-visible,
.facet-filters__sort.focused {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.facet-filters .select {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.facet-filters .select .svg-wrapper {
  position: absolute !important;
  right: 0.85rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  display: flex !important;
  align-items: center !important;
}

.facet-filters .select .icon-caret {
  width: 9px !important;
  height: 9px !important;
  opacity: 0.65 !important;
}

.product-count {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* The vertical layout renders a second copy of the product count. */
.product-count-vertical {
  display: none !important;
}

.product-count__text {
  font-family: var(--font-mono) !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--muted) !important;
  margin: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

@media screen and (min-width: 750px) {
  .facet-filters.sorting,
  .facet-filters__field,
  .product-count,
  .product-count__text {
    align-self: center !important;
  }
}

/* ==========================================================================
   COLLECTION & CATALOG GRID ARCHITECTURE â€” FULL WIDTH (100VW)
   Seamless Blueprint Grid: No double lines, no black gap blocks
   ========================================================================== */

.template-collection .page-width,
.collection.page-width,
.facets-vertical.page-width,
.collection-hero__inner.page-width,
.product-grid-container {
  max-width: 100vw !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.collection {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[class*='section-template--'][class*='-padding'],
.product-grid-container {
  padding-bottom: 0 !important;
}

.mews-infinite-scroll-sentinel {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* MEWS PRODUCT GRID - BACKGROUND + GAP TECHNIQUE
   Grid background=#000, gap=2px, cells=white.
   The black shows through = perfect 2px hairlines everywhere.
   No borders on cells = no specificity conflicts. */
#product-grid,
ul#product-grid.grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2px !important;
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

#product-grid > .grid__item,
ul#product-grid.grid > .grid__item {
  background-color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  position: relative !important;
}

#product-grid > .grid__item:hover,
ul#product-grid.grid > .grid__item:hover {
  background-color: #f9f9f9 !important;
}

@media screen and (max-width: 749px) {
  #product-grid,
  ul#product-grid.grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.mews-grid-filler {
  background-color: #ffffff !important;
  border: none !important;
}

@media screen and (max-width: 989px) {
  .mews-grid-filler {
    display: none !important;
  }
}
}


/* Card Information inside Collection */
.card-wrapper {
  border: none !important;
  background: transparent !important;
  height: 100%;
}

.card__heading {
  font-size: 1.1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: var(--ink) !important;
  margin-top: 0.75rem !important;
}

.card-information {
  padding: 0 !important;
}

/* Collection photos fill their complete media cell, like the editorial carousel. */
#product-grid .card__media,
#product-grid .card--standard .card__media,
#product-grid .card--card .card__media,
#product-grid .card-wrapper .card__media {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

#product-grid .card__information,
#product-grid .card__content {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

#product-grid .card__content {
  padding-bottom: 1.5rem !important;
}

/* Product page gallery: remove inset white borders and align the 2 px grid. */
.template-product .product {
  border-top: 2px solid var(--line) !important;
  border-bottom: 2px solid var(--line) !important;
  gap: 0 !important;
}

.template-product .product__media-wrapper,
.template-product .product__info-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  border-color: var(--line) !important;
}

.template-product .product__media-wrapper {
  border-right: 2px solid var(--line) !important;
}

.template-product .product__media-list,
.template-product .product__media-item,
.template-product .product__media-container,
.template-product .product__media-container .media,
.template-product .product__modal-opener {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--paper) !important;
}

.template-product .product__media-container .media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* Collection top bars: equalize the outer wrappers, not only their contents. */
@media screen and (min-width: 750px) {
  .template-collection .header-wrapper .header,
  .template-collection .collection-hero,
  .template-collection .facets-vertical,
  .template-collection .facets-vertical-sort,
  .template-collection .facets-wrapper,
  .template-collection .facets-container,
  .template-collection facet-filters-form {
    height: 128px !important;
    min-height: 128px !important;
    box-sizing: border-box !important;
  }

  .template-collection .facets__form {
    height: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }

  .facets-vertical,
  .facets-vertical-sort,
  .facets-wrapper,
  .facets-container,
  facet-filters-form,
  #main-collection-filters,
  .facets-vertical-form {
    height: 128px !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  .facets__form {
    align-items: center !important;
    padding: 0 2.5rem !important;
    height: 128px !important;
    min-height: 128px !important;
  }

  #main-collection-filters,
  #main-collection-filters .facets-container,
  #main-collection-filters .facets__form {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
}

/* Editorial footer */
.footer__content-top {
  display: none !important;
}

.mews-footer-editorial {
  border-top: 0 !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
}

.mews-footer-editorial__grid {
  display: grid !important;
  grid-template-columns: 1.5fr repeat(2, 1fr) 1.5fr !important;
  gap: 3rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mews-footer-editorial h2,
.mews-footer-editorial p,
.mews-footer-editorial a {
  font-family: var(--font-mono) !important;
}

.mews-footer-editorial h2 {
  margin: 0 0 1.25rem !important;
  color: var(--paper) !important;
  font-size: 1.5rem !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.mews-footer-editorial p {
  max-width: 28rem !important;
  margin: 0 0 1.5rem !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
}

.mews-footer-editorial__eyebrow {
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.mews-footer-editorial__column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.85rem !important;
}

.mews-footer-editorial__column h2 {
  font-size: 0.9rem !important;
  letter-spacing: 0.14em !important;
}

.mews-footer-editorial__column a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.mews-footer-editorial__column a:hover {
  color: var(--paper) !important;
}

.mews-footer-newsletter-form {
  display: flex !important;
  width: 100% !important;
  max-width: 25rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.mews-footer-newsletter-form input {
  min-width: 0 !important;
  flex: 1 !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0.8rem 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
  font: 700 0.9rem var(--font-mono) !important;
  letter-spacing: 0.12em !important;
}

.mews-footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

.mews-footer-newsletter-form button {
  border: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
  font: 700 1.5rem var(--font-mono) !important;
  cursor: pointer !important;
}

.mews-footer-social {
  margin-top: 1.5rem !important;
}

.mews-footer-social a,
.mews-footer-social svg {
  color: var(--paper) !important;
  fill: currentColor !important;
}

/* Cart confirmation: quiet editorial panel instead of the default Shopify popup. */
cart-notification .cart-notification {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: min(38vw, 36rem) !important;
  height: 100vh !important;
  max-width: none !important;
  padding: 2rem 2.25rem !important;
  border: 0 !important;
  border-left: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: var(--paper) !important;
  box-shadow: none !important;
  transform: translateX(110%) !important;
  z-index: 10000 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* The page gives the drawer its own column instead of sitting underneath it. */
body:has(cart-notification .cart-notification.active) {
  padding-right: min(38vw, 36rem) !important;
  transition: padding-right 0.42s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

cart-notification .cart-notification.active {
  transform: translateX(0) !important;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s !important;
}

cart-notification .cart-notification.animate {
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 0.42s !important;
}

cart-notification .cart-notification__header {
  align-items: center !important;
  border-bottom: 1px solid var(--line-grey) !important;
  padding-bottom: 1.25rem !important;
}

cart-notification .cart-notification__heading {
  font-family: var(--font-mono) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

cart-notification .cart-notification__heading .icon-checkmark {
  width: 1rem !important;
  margin-right: 0.7rem !important;
}

cart-notification .cart-notification__close {
  margin: 0 !important;
  width: 2rem !important;
  height: 2rem !important;
}

cart-notification .cart-notification-product {
  padding: 1.5rem 0 !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-height: 8rem !important;
}

cart-notification .cart-notification-product__image {
  width: 7rem !important;
  min-width: 7rem !important;
  margin: 0 1.5rem 0 0 !important;
}

cart-notification .cart-notification-product__name,
cart-notification .cart-notification-product__title,
cart-notification .cart-notification-product dl {
  min-width: 0 !important;
  font-family: var(--font-mono) !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
}

cart-notification .cart-notification__links > * {
  margin-top: 0.75rem !important;
}

cart-notification .cart-notification__links {
  margin-top: 0 !important;
  padding-top: 1.25rem !important;
  border-top: 1px solid var(--line-grey) !important;
}

cart-notification .cart-notification__links .button {
  min-height: 4rem !important;
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

cart-notification .cart-notification__links .button--secondary {
  border: 1px solid var(--line) !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
}

cart-notification .cart-notification__links .button--primary {
  border: 1px solid var(--ink) !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
}

cart-notification .cart-notification__links .button-label {
  margin-top: 1rem !important;
  color: var(--ink) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 749px) {
  body:has(cart-notification .cart-notification.active) {
    padding-right: 0 !important;
  }

  cart-notification .cart-notification {
    width: 100vw !important;
    padding: 1.5rem !important;
  }
}

@media screen and (max-width: 989px) {
  .mews-footer-editorial__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem 2rem !important;
  }
}

@media screen and (max-width: 749px) {
  .mews-footer-editorial__grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.price {
  font-family: var(--font-mono) !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.05em !important;
  color: var(--muted) !important;
}

/* In collection cards, keep the original and final sale prices at the same scale. */
.card-information .price--on-sale .price-item--regular,
.card-information .price--on-sale .price-item--sale {
  font-size: 1.3rem !important;
  line-height: inherit !important;
}

/* ==========================================================================
   FIX: FONDOS NEGROS EN RECUADROS SIN FOTO
   Cuando no hay imagen, Dawn usa el color-scheme que puede ser oscuro.
   Forzamos fondo blanco/gris claro en todos los contenedores de media.
   ========================================================================== */

/* Collection grid: items sin foto */
#product-grid > .grid__item,
ul#product-grid.grid > .grid__item,
.grid__item .card,
.grid__item .card__inner,
.card__media,
.card__media .media,
.card .media {
  background-color: var(--paper) !important;
}

/* Placeholders SVG (cuando no hay imagen asignada) */
.placeholder-svg,
.card .placeholder-svg,
.card__media .placeholder-svg,
.media .placeholder-svg {
  background-color: #f4f4f4 !important;
  fill: #cccccc !important;
}

/* Dawn global-media-settings: forzar fondo blanco siempre */
.global-media-settings {
  background-color: var(--paper) !important;
}

/* ColecciÃ³n: contenedor de imagen de la card */
.card--standard .card__media,
.card--card .card__media,
.card-wrapper .card__media {
  background-color: var(--paper) !important;
}

/* PDP: galerÃ­a - recuadros sin foto y contenedor BLANCO puro igual que colecciÃ³n */
.product__media-container,
.product__media-container .media,
.product-media-container,
.media-type-image,
.media-fit-contain,
.product__media,
.product__modal-opener,
media-gallery,
slider-component,
.slider-mobile-gutter,
.product__media-wrapper,
.product__media-list {
  background-color: var(--paper) !important;
}

/* Badge "Oferta"/"Sale": evitar que siga usando scheme-4 negro */
.badge--sale,
.price__badge-sale {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
}

/* ColecciÃ³n carousel y linesheet MEWS: recuadros sin foto */
.mews-carousel__media-link {
  background-color: var(--paper) !important;
}



/* ==========================================================================
   MEWS EDITORIAL PRODUCT DETAIL PAGE (PDP) - ARCHITECTURAL BLUEPRINT
   Matches mews-web-magazine/src/components/product-detail.tsx
   ========================================================================== */

/* Full-width Product Layout Container */
product-info {
  display: block;
  width: 100% !important;
  background-color: var(--paper) !important;
  border-bottom: 2px solid var(--line) !important;
  padding-bottom: 0 !important;
}

product-info .page-width {
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product.grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

@media screen and (min-width: 990px) {
  .product.grid {
    grid-template-columns: 65% 35% !important;
  }
}

/* Left Column: Vertical Image Gallery - Pure Paper White Background */
.product__media-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: var(--paper) !important;
  border-bottom: none !important;
}

@media screen and (min-width: 990px) {
  .product__media-wrapper {
    border-bottom: none !important;
    border-right: 2px solid var(--line) !important;
  }
}

/* Gallery: Exactly 2 images per row on desktop and tablet, 1 column on small mobile */
.product__media-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  gap: 0 !important;
  background-color: var(--paper) !important;
  width: 100% !important;
}

@media screen and (min-width: 750px) {
  .product__media-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.product__media-item,
.product__media-list .product__media-item,
.product--columns .product__media-item {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--paper) !important;
  border-bottom: 2px solid var(--line) !important;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .product__media-item:nth-child(odd) {
    border-right: 2px solid var(--line) !important;
  }

  /* Last row items: no bottom border and zero margin so the single 2px line from product-info shows uniformly */
  .product .product__media-list .product__media-item:last-child,
  .product .product__media-list .product__media-item:nth-last-child(2):nth-child(odd),
  .product--columns .product__media-list .product__media-item:last-child,
  .product--columns .product__media-list .product__media-item:nth-last-child(2):nth-child(odd),
  .product--columns .product__media-item:last-child,
  .product--columns .product__media-item:nth-last-child(2):nth-child(odd),
  .product__media-item:last-child,
  .product__media-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  .product .product__media-list .product__media-item:last-child,
  .product--columns .product__media-list .product__media-item:last-child,
  .product--columns .product__media-item:last-child,
  .product__media-item:last-child {
    border-bottom: none !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
}

.product-media-container,
.product-media-container.gradient,
.product__media-container,
.product__media-container.gradient {
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  background: var(--paper) !important;
  background-color: var(--paper) !important;
}

.product-media-container:after,
.global-media-settings:after {
  content: none !important;
  box-shadow: none !important;
}

.product__media {
  background: transparent !important;
  border: none !important;
}

.product__media img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Right Column: Sticky Details & Info Container */
.product__info-wrapper {
  padding: 3rem 2rem !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background-color: var(--paper) !important;
}

@media screen and (min-width: 990px) {
  .product__info-wrapper {
    padding: 4rem 3.5rem !important;
  }
}

.product__info-container {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 6rem !important;
}

/* Vendor / Collection Mono Label */
.product__text.caption-with-letter-spacing {
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  opacity: 0.55 !important;
  margin-bottom: 0.75rem !important;
}

/* Product Title */
.product__title h1 {
  font-family: var(--font-heading) !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
  margin: 0 0 1.5rem 0 !important;
  color: var(--ink) !important;
}

/* Price Section: Architectural border box */
.product .price {
  border-top: 2px solid var(--line) !important;
  border-bottom: 2px solid var(--line) !important;
  padding: 1.25rem 0 !important;
  margin: 1.5rem 0 2rem 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.product .price .price-item {
  font-family: var(--font-mono) !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: var(--ink) !important;
}

.product__tax {
  font-family: var(--font-mono) !important;
  font-size: 0.82rem !important;
  text-transform: uppercase !important;
  opacity: 0.5 !important;
  margin-top: -1rem !important;
  margin-bottom: 2rem !important;
}

/* Variant Selectors: Minimalist Square Boxes (Zero Radius) */
.product-form__input--pill input[type='radio'] + label {
  font-family: var(--font-mono) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  padding: 0.75rem 1.25rem !important;
  background-color: var(--paper) !important;
  color: var(--ink) !important;
  margin: 0 0.5rem 0.5rem 0 !important;
  transition: all 0.2s ease !important;
}

.product-form__input--pill input[type='radio']:checked + label {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
  border-color: var(--ink) !important;
}

.product-form__input--pill input[type='radio']:hover + label {
  border-color: var(--ink) !important;
  background-color: #f5f5f5 !important;
}

.product-form__input--pill input[type='radio']:checked:hover + label {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
}

/* Color Swatches (if swatch picker) */
.product-form__input--swatch .swatch-input__label {
  border-radius: 0 !important;
  border: 1px solid var(--line) !important;
}

/* Quantity Selector: Architectural square box */
.quantity {
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  min-height: 48px !important;
}

.quantity__button {
  width: 44px !important;
  font-size: 1.2rem !important;
}

.quantity__input {
  font-family: var(--font-mono) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
}

/* Add to Cart Button: Pure High-Contrast Solid Architectural Button */
.product-form__submit.button {
  border-radius: 0 !important;
  background-color: var(--ink) !important;
  color: var(--paper) !important;
  border: 2px solid var(--ink) !important;
  font-family: var(--font-mono) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 1.2rem 2rem !important;
  min-height: 52px !important;
  transition: all 0.25s ease !important;
}

.product-form__submit.button:hover {
  background-color: transparent !important;
  color: var(--ink) !important;
}

.shopify-payment-button__button--unbranded {
  border-radius: 0 !important;
  font-family: var(--font-mono) !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  min-height: 50px !important;
}

/* Product Description & Technical Specs */
.product__description {
  font-size: 1rem !important;
  line-height: 1.75 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  opacity: 0.85 !important;
  margin: 2rem 0 !important;
  border-top: 1px solid var(--line) !important;
  padding-top: 1.5rem !important;
}

/* Accordions / Collapsible Tabs (Composition, Care, Shipping) */
.product__accordion.accordion {
  border-top: 1px solid var(--line) !important;
  border-bottom: none !important;
  margin: 0 !important;
}

.product__accordion details summary {
  padding: 1.25rem 0 !important;
  font-family: var(--font-mono) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.product__accordion .accordion__title {
  font-family: var(--font-mono) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.product__accordion .accordion__content {
  font-family: var(--font-sans) !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
  text-transform: uppercase !important;
  padding: 0 0 1.5rem 0 !important;
  opacity: 0.75 !important;
}

/* ==========================================================================
   RELATED PRODUCTS ("You may also like") â€” FULL-WIDTH RESPONSIVE
   ========================================================================== */

.product-recommendations,
product-recommendations.related-products {
  border-top: none !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  margin: 0 !important;
}

.product-recommendations.page-width,
.product-recommendations .page-width,
product-recommendations.page-width {
  max-width: 100vw !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.product-recommendations h2,
.product-recommendations .related-products__heading {
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 2rem 2rem 1.5rem 2rem !important;
  margin: 0 !important;
  border-bottom: 2px solid var(--line) !important;
  opacity: 0.5;
}

.product-recommendations ul.grid,
.product-recommendations .product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  list-style: none !important;
}

@media screen and (min-width: 990px) {
  .product-recommendations ul.grid,
  .product-recommendations .product-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.product-recommendations ul.grid > .grid__item,
.product-recommendations .product-grid > .grid__item {
  width: 100% !important;
  max-width: 100% !important;
  padding: 1.5rem !important;
  box-sizing: border-box !important;
  border-right: 1px solid var(--line) !important;
  border-bottom: 2px solid var(--line) !important;
  background-color: var(--paper) !important;
}

.product-recommendations .card-wrapper {
  border: none !important;
  background: transparent !important;
}

.product-recommendations .card__heading a {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: var(--ink) !important;
  text-decoration: none !important;
}

/* ==========================================================================
   HOMEPAGE SECTIONS â€” FULL-WIDTH RESPONSIVE
   ========================================================================== */

/* Hero magazine section */
.section-mews-hero-magazine {
  width: 100vw !important;
  max-width: 100vw !important;
}

/* Editorial header separator: stronger line requested for the MEWS header. */
.header-wrapper--border-bottom {
  border-bottom: 2px solid var(--line) !important;
}

/* Linesheet/editorial grid sections */
.section-mews-linesheet-grid,
.section-mews-editorial-grid,
.section-mews-carousel {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

/* ==========================================================================
   MOBILE RESPONSIVE FIXES â€” GLOBAL
   ========================================================================== */

@media screen and (max-width: 749px) {
  /* Collection grid: 2 columns on small mobile */
  #product-grid > .grid__item,
  ul#product-grid.grid > .grid__item {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    padding: 1rem !important;
  }

  /* Hero text sizing */
  .h-magazine {
    font-size: clamp(2.5rem, 14vw, 6rem) !important;
  }

  .h-section {
    font-size: clamp(1.3rem, 6vw, 2.5rem) !important;
  }

  /* Carousel item: 1 per view on small mobile */
  .mews-carousel__item {
    flex: 0 0 90% !important;
  }

  /* Filters: stack on mobile */
  .facets__form {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    padding: 1rem !important;
  }

  /* PDP: info panel full-width on mobile */
  .product__info-wrapper {
    padding: 2rem 1.25rem !important;
  }

  .product__title h1 {
    font-size: clamp(1.6rem, 7vw, 2.5rem) !important;
  }

  /* Related products: 2 columns on mobile already set above */
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  /* Tablet: carousel 2 items visible */
  .mews-carousel__item {
    flex: 0 0 50% !important;
  }

  /* PDP split at tablet: stacked still */
  .product.grid {
    grid-template-columns: 1fr !important;
  }

  .product__media-wrapper {
    border-right: none !important;
    border-bottom: 2px solid var(--line) !important;
  }
}

/* ==========================================================================
   MEWS PHOTO NAVIGATION â€” Image arrows on hover (carousels & collection grid)
   ========================================================================== */

/* Shared arrow overlay container */
.mews-img-nav {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  pointer-events: none !important;
  z-index: 5 !important;
  opacity: 0 !important;
  transition: opacity 0.2s ease !important;
}

[data-mews-img-nav]:hover .mews-img-nav,
.mews-carousel__media-link:hover .mews-img-nav,
.mews-carousel-related__media-link:hover .mews-img-nav,
.card__media:hover .mews-img-nav {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#product-grid .card__media .mews-img-nav {
  opacity: 0 !important;
  pointer-events: none !important;
}

#product-grid .card__media:hover .mews-img-nav {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Arrow buttons */
.mews-img-nav__btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  width: 3.25rem !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.15rem !important;
  font-family: Arial, sans-serif !important;
  font-weight: 300 !important;
  color: #000 !important;
  margin: 0 0.65rem !important;
  transition: opacity 0.15s ease, transform 0.15s ease !important;
  flex-shrink: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 6 !important;
}

.mews-img-nav__btn:hover {
  background: transparent !important;
  color: #000 !important;
  opacity: 0.55 !important;
  transform: scale(1.08) !important;
}

/* Transparent clickable overlay link to product page */
.mews-carousel__media-overlay-link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
}

.header__icons .svg-wrapper svg,
.header__icon .svg-wrapper svg {
  width: 2.05rem !important;
  height: 2.05rem !important;
}

/* Editorial section dividers match the 2px header rule. */
[class^="mews-editorial-grid-"],
[class^="mews-photo-grid-"],
[class^="mews-story-"] {
  border-color: var(--line) !important;
}

[class^="mews-editorial-grid-"],
[class^="mews-photo-grid-"] {
  gap: 0 !important;
}

[class^="mews-editorial-grid-"] .mews-editorial-grid__cell,
[class^="mews-photo-grid-"] .mews-photo-grid__item,
.mews-carousel__item,
.mews-product-cell {
  border-right: 2px solid var(--line) !important;
}

[class^="mews-editorial-grid-"] .mews-editorial-grid__cell:last-child,
[class^="mews-photo-grid-"] .mews-photo-grid__item:last-child,
.mews-carousel__item:last-child,
.mews-product-cell:last-child {
  border-right: 0 !important;
}

.mews-editorial-grid__cell,
.mews-carousel__item,
.mews-photo-grid__item,
[class^="mews-story-"] .story-timeline article,
[class^="mews-story-"] .story-gallery figure {
  border-right-width: 2px !important;
}

.mews-manifesto__image,
[class^="mews-story-"] .story-intro-media,
[class^="mews-story-"] .story-production-media {
  border-right-width: 2px !important;
}

@media screen and (max-width: 749px) {
  .mews-manifesto__image,
  [class^="mews-story-"] .story-intro-media,
  [class^="mews-story-"] .story-production-media {
    border-right-width: 0 !important;
    border-bottom-width: 2px !important;
  }
}

/* Stacked images â€” all absolute, first visible */
[data-mews-img-nav] img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: opacity 0.3s ease, transform 0.4s ease !important;
}

.mews-img-nav__btn:hover {
  background: transparent !important;
  color: #000 !important;
  opacity: 0.55 !important;
  transform: scale(1.08) !important;
}

/* Transparent clickable overlay link to product page */
.mews-carousel__media-overlay-link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
}

.header__icons .svg-wrapper svg,
.header__icon .svg-wrapper svg {
  width: 2.05rem !important;
  height: 2.05rem !important;
}

/* Editorial section dividers match the 2px header rule. */
[class^="mews-editorial-grid-"],
[class^="mews-photo-grid-"],
[class^="mews-story-"] {
  border-color: var(--line) !important;
}

[class^="mews-editorial-grid-"],
[class^="mews-photo-grid-"] {
  gap: 0 !important;
}

[class^="mews-editorial-grid-"] .mews-editorial-grid__cell,
[class^="mews-photo-grid-"] .mews-photo-grid__item,
.mews-carousel__item,
.mews-product-cell {
  border-right: 2px solid var(--line) !important;
}

[class^="mews-editorial-grid-"] .mews-editorial-grid__cell:last-child,
[class^="mews-photo-grid-"] .mews-photo-grid__item:last-child,
.mews-carousel__item:last-child,
.mews-product-cell:last-child {
  border-right: 0 !important;
}

.mews-editorial-grid__cell,
.mews-carousel__item,
.mews-photo-grid__item,
[class^="mews-story-"] .story-timeline article,
[class^="mews-story-"] .story-gallery figure {
  border-right-width: 2px !important;
}

.mews-manifesto__image,
[class^="mews-story-"] .story-intro-media,
[class^="mews-story-"] .story-production-media {
  border-right-width: 2px !important;
}

@media screen and (max-width: 749px) {
  .mews-manifesto__image,
  [class^="mews-story-"] .story-intro-media,
  [class^="mews-story-"] .story-production-media {
    border-right-width: 0 !important;
    border-bottom-width: 2px !important;
  }
}

/* Stacked images â€” all absolute, first visible */
[data-mews-img-nav] img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: opacity 0.3s ease, transform 0.4s ease !important;
}

/* 9. Badge */
ul#product-grid .badge {
  font-family: var(--font-mono) !important;
  font-size: 0.6rem !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

/* 10. Mobile responsive */
@media screen and (max-width: 989px) {
  ul#product-grid {
    border-top: 2px solid #000000 !important;
    border-left: 2px solid #000000 !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ==========================================================================
   MEWS BORDER SYSTEM — "ONE BORDER ONLY" RULE
   Each section has border-bottom: 2px. Next section has NO border-top.
   This prevents 4px double lines at section boundaries.
   Based on globals.css from mews-web-magazine reference.
   ========================================================================== */

/* Every MEWS custom section: only border-bottom, never border-top */
.shopify-section .mews-hero-magazine,
.shopify-section .mews-editorial-grid,
.shopify-section .mews-manifesto,
.shopify-section .mews-story,
.shopify-section .mews-photo-grid,
.shopify-section .mews-linesheet-grid,
[class^="mews-photo-grid-"],
[class*=" mews-photo-grid-"] {
  border-top: none !important;
}

/* Prevent any section from having both top AND bottom border */
/* Rule: sections use border-bottom only */
.shopify-section + .shopify-section [class^="mews-"] {
  border-top: none !important;
}

/* Header keeps its 2px bottom */
.header-wrapper {
  border-bottom: 2px solid #000000 !important;
}

/* Carousel border system: exactly 2px on top and 2px on bottom */
[class^="mews-carousel-"] {
  border-top: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
  box-sizing: border-box !important;
}

.mews-carousel__track {
  border-bottom: none !important;
  gap: 2px !important;
  background-color: #000000 !important;
}

.mews-carousel__track-container {
  border-top: 2px solid #000000 !important;
  border-bottom: none !important;
}

/* Eliminate 4px double border when sections touch */
.shopify-section:has([class^="mews-carousel-"]) + .shopify-section [class^="mews-"],
[class^="mews-carousel-"] + [class^="mews-"] {
  margin-top: -2px !important;
}

/* ==========================================================================
   MEWS COLLECTION GRID — CORRECT 2px CAGE (gap: 2px technique)
   Grid background = black, gap = 2px, cells = white
   This is EXACTLY the hairline-grid technique from globals.css
   ========================================================================== */

ul#product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
}

ul#product-grid > .grid__item {
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul#product-grid > .mews-grid-filler {
  background-color: #ffffff !important;
}

/* Flush image to cell — zero the Dawn image-padding variable */
ul#product-grid .card-wrapper,
ul#product-grid .product-card-wrapper {
  --image-padding: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* No individual card borders — the cage handles all borders */
ul#product-grid .card,
ul#product-grid .card__inner {
  border: none !important;
  box-shadow: none !important;
}

/* Image: cover, top-aligned for apparel */
ul#product-grid .card__media img,
ul#product-grid .card__inner img {
  object-fit: cover !important;
  object-position: center top !important;
}

/* Subtle hover zoom */
ul#product-grid .card-wrapper:hover .card__media img {
  transform: scale(1.025) !important;
  transition: transform 0.6s ease !important;
}

/* Card info area: editorial style */
ul#product-grid .card__content {
  padding: 1.2rem 1.5rem 1.5rem !important;
}

ul#product-grid .card__heading,
ul#product-grid .card__heading a {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
  color: #000000 !important;
  text-decoration: none !important;
}

ul#product-grid .price,
ul#product-grid .price-item {
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  color: #000000 !important;
}

ul#product-grid .badge {
  font-family: var(--font-mono) !important;
  font-size: 0.6rem !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

/* Mobile: 2 columns */
@media screen and (max-width: 989px) {
  ul#product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  ul#product-grid .card__content {
    padding: 0.8rem 1rem 1rem !important;
  }
}