/* ========================================================================== 
   MANTO NOBRE — PREMIUM EDITORIAL
   Visual layer only. Structure/mechanics remain in structure-queen.css.
   ========================================================================== */

:root {
  --site-max: 1280px;
  --bg: #090909;
  --bg2: #0d0d0d;
  --surface: #131313;
  --surface-2: #181818;
  --border: rgba(235, 235, 231, 0.12);
  --border-strong: rgba(235, 235, 231, 0.28);
  --text: #e9e9e6;
  --muted: #8c8c87;
  --acc: #dededb;
  --acc-text: #0a0a0a;
  --acc2: #8b8b87;
  --acc2-text: #0a0a0a;
  --price: #f0f0ed;

  --font-h: "Inter", Arial, sans-serif;
  --font-c: "Inter", Arial, sans-serif;
  --font-b: "Inter", Arial, sans-serif;

  --r: 2px;
  --nav-h: 78px;

  --nav-bg: rgba(9, 9, 9, 0.88);
  --nav-border: rgba(235, 235, 231, 0.12);
  --nav-text: #efefec;
  --nav-muted: #999994;
  --nav-cart-bg: #d9d9d6;
  --nav-cart-text: #090909;

  --hero-height: 650px;
  --hero-overlay:
    linear-gradient(
      90deg,
      rgba(6, 6, 6, 0.96) 0%,
      rgba(6, 6, 6, 0.8) 43%,
      rgba(6, 6, 6, 0.24) 78%,
      rgba(6, 6, 6, 0.46) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.48));
  --hero-title: #f2f2ef;
  --hero-kicker-bg: transparent;
  --hero-kicker-text: #aaa9a5;

  --btn-primary-bg: #dededb;
  --btn-primary-text: #0a0a0a;
  --btn-ghost-border: rgba(235, 235, 231, 0.3);
  --btn-ghost-bg: rgba(255, 255, 255, 0.025);
  --btn-ghost-text: #ecece9;

  --card-bg: #111111;
  --card-border: rgba(235, 235, 231, 0.12);
  --card-title: #ecece9;
  --card-meta: #858580;
  --card-price: #eeeeeb;
  --card-badge-bg: rgba(12, 12, 12, 0.78);
  --card-badge-text: #d2d2cf;
  --card-cta-bg: #e1e1de;
  --card-cta-text: #090909;

  --tag-bg: #111111;
  --tag-border: rgba(235, 235, 231, 0.12);
  --tag-text: #e8e8e5;

  --product-title: #f1f1ee;
  --product-price: #efefec;
  --product-meta: #8e8e89;
  --size-bg: #111111;
  --size-text: #d7d7d3;
  --size-active-bg: #ddddda;
  --size-active-text: #090909;

  --strip-bg: #0d0d0d;
  --strip-text: #d2d2cf;
  --footer-bg: #090909;
  --footer-text: #e9e9e6;

  --range-track: #343434;
  --range-thumb: #dededb;
  --range-bg: #090909;
  --scroll-bg: #0d0d0d;
  --scroll-thumb: #4a4a47;
  --scroll-thumb-hover: #8c8c87;

  --chrome-text: linear-gradient(
    180deg,
    #f7f7f4 0%,
    #c6c6c2 48%,
    #f0f0ed 56%,
    #8c8c87 100%
  );
  --metal-clean:
    radial-gradient(
      ellipse at 18% 20%,
      rgba(83, 83, 83, 0.82),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 82% 78%,
      rgba(105, 105, 101, 0.3),
      transparent 45%
    ),
    linear-gradient(142deg, #505050 0%, #1a1a19 54%, #505050 100%);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.44);
}

body.theme-manto-nobre {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 10% -10%,
      rgba(255, 255, 255, 0.035),
      transparent 34rem
    ),
    repeating-linear-gradient(
      135deg,
      transparent 0 72px,
      rgba(255, 255, 255, 0.009) 72px 73px
    ),
    var(--bg);
  color: var(--text);
  font-family: var(--font-b);
  font-size: 14px;
  line-height: 1.55;
}

body.theme-manto-nobre,
body.theme-manto-nobre * {
  box-sizing: border-box;
}

body.theme-manto-nobre a {
  text-decoration: none;
}

body.theme-manto-nobre ::selection {
  background: #dededb;
  color: #090909;
}

body.theme-manto-nobre img {
  display: block;
}

body.theme-manto-nobre .mn-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #8f8f8a;
  font-family: var(--font-c);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .marquee-wrap {
  padding: 7px 0;
  border-bottom: 1px solid rgba(235, 235, 231, 0.09);
  background: #070707;
  color: #9b9b96;
}

body.theme-manto-nobre .marquee-inner span {
  padding: 0 30px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.theme-manto-nobre .marquee-inner span::after {
  margin-left: 30px;
  color: #d5d5d1;
  opacity: 0.36;
}

body.theme-manto-nobre nav {
  min-height: var(--nav-h);
  padding: 0 max(28px, calc((100vw - var(--site-max)) / 2));
  border-bottom: 1px solid var(--nav-border);
  background: var(--nav-bg);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

body.theme-manto-nobre .logo {
  color: var(--nav-text);
  font-family: var(--font-h);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.theme-manto-nobre .logo em {
  color: #a0a09b;
  font-style: normal;
}

body.theme-manto-nobre .logo-img {
  width: auto;
  max-width: 220px;
  height: 48px;
  object-fit: contain;
}

body.theme-manto-nobre .nav-center {
  gap: 34px;
}

body.theme-manto-nobre .nav-center a,
body.theme-manto-nobre .shipping-open-btn {
  position: relative;
  border: 0;
  background: none;
  color: var(--nav-muted);
  font-family: var(--font-c);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
}

body.theme-manto-nobre .nav-center a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: #d8d8d4;
  transition: right 0.22s ease;
}

body.theme-manto-nobre .nav-center a:hover,
body.theme-manto-nobre .shipping-open-btn:hover {
  color: var(--product-title);
}

body.theme-manto-nobre .nav-center a:hover::after {
  right: 0;
}

body.theme-manto-nobre .nav-right {
  gap: 10px;
}

body.theme-manto-nobre .nav-search {
  width: 220px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.018);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

body.theme-manto-nobre .nav-search::placeholder {
  color: #696965;
}

body.theme-manto-nobre .nav-search:focus {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.035);
}

body.theme-manto-nobre .btn-cart {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(240, 240, 236, 0.36);
  border-radius: 0;
  background: var(--metal-clean);
  color: var(--bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 8px 22px rgba(0, 0, 0, 0.24);
}

body.theme-manto-nobre .btn-cart svg {
  width: 18px;
  height: 18px;
}

body.theme-manto-nobre .btn-cart #cart-count {
  width: 19px;
  height: 19px;
  right: -7px;
  bottom: -7px;
  border: 2px solid #090909;
  border-radius: 50%;
  background: #efefec;
  color: #090909;
  font-size: 9px;
  font-weight: 700;
}

body.theme-manto-nobre .social-links {
  height: 32px;
  border-bottom: 1px solid var(--border);
  background: #0b0b0b;
}

body.theme-manto-nobre .social-links a {
  opacity: 0.62;
  transition: opacity 0.2s ease;
}

body.theme-manto-nobre .social-links a:hover {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .btn-primary,
body.theme-manto-nobre .btn-wa,
body.theme-manto-nobre .cart-empty-btn,
body.theme-manto-nobre .cart-checkout-btn {
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid rgba(245, 245, 242, 0.38);
  border-radius: 0;
  background: var(--metal-clean);
  color: var(--btn-primary-text);
  font-family: var(--font-c);
  font-size: 10px;
  font-weight: 700;
  border-radius: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 10px 24px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

body.theme-manto-nobre .btn-primary:hover,
body.theme-manto-nobre .btn-wa:hover,
body.theme-manto-nobre .cart-empty-btn:hover,
body.theme-manto-nobre .cart-checkout-btn:hover {
  opacity: 1;
  filter: brightness(1.06);
  transform: translateY(-1px);
}

body.theme-manto-nobre .btn-primary:disabled,
body.theme-manto-nobre .btn-wa:disabled {
  cursor: not-allowed;
  filter: grayscale(0.65) brightness(0.62);
  transform: none;
}

body.theme-manto-nobre .btn-ghost,
body.theme-manto-nobre .btn-ghost-light,
body.theme-manto-nobre .btn-ig {
  min-height: 46px;
  padding: 13px 21px;
  border: 1px solid var(--btn-ghost-border);
  border-radius: 0;
  background: var(--btn-ghost-bg);
  color: var(--btn-ghost-text);
  font-family: var(--font-c);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

body.theme-manto-nobre .btn-ghost:hover,
body.theme-manto-nobre .btn-ghost-light:hover,
body.theme-manto-nobre .btn-ig:hover {
  border-color: rgba(240, 240, 236, 0.52);
  background: rgba(255, 255, 255, 0.05);
}

/* --------------------------------------------------------------------------
   Home hero
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .mn-hero {
  min-height: var(--hero-height);
  margin-bottom: 0;
  isolation: isolate;
  border-bottom: 1px solid var(--border);
  background-color: #090909;
  background-position: center;
  background-size: cover;
}

body.theme-manto-nobre .mn-hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 2;
  border: 1px solid rgba(238, 238, 234, 0.11);
  pointer-events: none;
}

body.theme-manto-nobre .mn-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 159px,
      rgba(255, 255, 255, 0.012) 159px 160px
    ),
    linear-gradient(
      120deg,
      transparent 0 70%,
      rgba(255, 255, 255, 0.035) 70.1%,
      transparent 70.2%
    );
  pointer-events: none;
}

body.theme-manto-nobre .mn-hero .hero-overlay {
  z-index: 1;
  background: var(--hero-overlay);
}

body.theme-manto-nobre .mn-hero-content {
  z-index: 3;
  min-height: var(--hero-height);
  gap: 72px;
  padding-top: 62px;
  padding-bottom: 62px;
}

body.theme-manto-nobre .mn-hero-copy {
  max-width: 650px;
}

body.theme-manto-nobre .mn-hero .hero-h1 {
  max-width: 680px;
  margin: 0 0 22px;
  color: var(--hero-title);
  font-family: var(--font-h);
  font-size: clamp(54px, 7.2vw, 96px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: none;
  text-wrap: balance;
  text-shadow: 0 10px 38px rgba(0, 0, 0, 0.48);
}

body.theme-manto-nobre .mn-hero-subtitle {
  max-width: 470px;
  margin: 0 0 34px;
  color: #a0a09b;
  font-size: 14px;
  line-height: 1.8;
}

body.theme-manto-nobre .mn-hero .hero-ctas {
  gap: 10px;
}

body.theme-manto-nobre .mn-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: #777772;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.theme-manto-nobre .mn-hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.theme-manto-nobre .mn-hero-notes span::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #6e6e69;
}

body.theme-manto-nobre .mn-hero-product {
  width: min(34vw, 390px);
  flex-shrink: 0;
  border: 1px solid rgba(238, 238, 234, 0.15);
  background: rgba(12, 12, 12, 0.7);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

body.theme-manto-nobre .mn-hero-product:hover {
  transform: translateY(-5px);
  border-color: rgba(238, 238, 234, 0.3);
}

body.theme-manto-nobre .mn-hero-product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
}

body.theme-manto-nobre .mn-hero-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

body.theme-manto-nobre .mn-hero-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

body.theme-manto-nobre .mn-hero-product:hover img {
  transform: scale(1.025);
}

body.theme-manto-nobre .mn-hero-product-index {
  position: absolute;
  top: 16px;
  right: 17px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-h);
  font-size: 16px;
}

body.theme-manto-nobre .mn-hero-product-info {
  display: grid;
  gap: 5px;
  padding: 18px 20px 20px;
}

body.theme-manto-nobre .mn-hero-product-info span {
  color: #777772;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.theme-manto-nobre .mn-hero-product-info strong {
  color: #ecece9;
  font-family: var(--font-h);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
}

body.theme-manto-nobre .mn-hero-product-info em {
  color: #b9b9b5;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

body.theme-manto-nobre .mn-hero-watermark {
  position: absolute;
  right: -4vw;
  bottom: -0.28em;
  z-index: 0;
  color: transparent;
  font-family: var(--font-h);
  font-size: clamp(240px, 35vw, 560px);
  font-weight: 600;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(238, 238, 234, 0.045);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Section headings
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .section,
body.theme-manto-nobre .section-last {
  padding-top: 88px;
  padding-bottom: 24px;
}

body.theme-manto-nobre .section-last {
  padding-bottom: 76px;
}

body.theme-manto-nobre .section-hd {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .section-hd::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 76px;
  height: 1px;
  background: #d4d4d0;
}

body.theme-manto-nobre .section-title,
body.theme-manto-nobre .tag-section-title,
body.theme-manto-nobre .cart-title {
  margin: 0;
  color: var(--card-title);
  font-family: var(--font-h);
  font-weight: 500;
  letter-spacing: -0.015em;
  text-transform: none;
}

body.theme-manto-nobre .section-title {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.96;
}

body.theme-manto-nobre .section-link,
body.theme-manto-nobre .sb-clear,
body.theme-manto-nobre .product-back {
  color: #858580;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

body.theme-manto-nobre .section-link:hover,
body.theme-manto-nobre .sb-clear:hover,
body.theme-manto-nobre .product-back:hover {
  color: #ecece9;
}

/* --------------------------------------------------------------------------
   Editorial highlights
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .mn-editorial-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
  min-height: 520px;
  background: #262626;
}

body.theme-manto-nobre .mn-editorial-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #101010;
}

body.theme-manto-nobre .mn-editorial-card--main {
  grid-row: 1 / 3;
}

body.theme-manto-nobre .mn-editorial-media {
  position: absolute;
  inset: 0;
}

body.theme-manto-nobre .mn-editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 34%,
    rgba(0, 0, 0, 0.82) 100%
  );
}

body.theme-manto-nobre .mn-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

body.theme-manto-nobre .mn-editorial-card:hover .mn-editorial-media img {
  transform: scale(1.025);
  filter: brightness(0.92);
}

body.theme-manto-nobre .mn-editorial-number {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-h);
  font-size: 16px;
}

body.theme-manto-nobre .mn-editorial-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 26px 28px;
}

body.theme-manto-nobre .mn-editorial-info > span {
  color: #a2a29d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.theme-manto-nobre .mn-editorial-info h3 {
  max-width: 580px;
  margin: 7px 0 14px;
  color: #f0f0ed;
  font-family: var(--font-h);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.02;
}

body.theme-manto-nobre .mn-editorial-card--main .mn-editorial-info h3 {
  font-size: clamp(32px, 4vw, 48px);
}

body.theme-manto-nobre .mn-editorial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.theme-manto-nobre .mn-editorial-bottom strong {
  color: #d7d7d3;
  font-size: 13px;
}

body.theme-manto-nobre .mn-editorial-bottom em {
  color: #aaa9a5;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-manto-nobre .mn-editorial-count-1 {
  grid-template-columns: 1fr;
}

body.theme-manto-nobre .mn-editorial-count-1 .mn-editorial-card--main {
  grid-row: auto;
  min-height: 520px;
}

body.theme-manto-nobre .mn-editorial-count-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

body.theme-manto-nobre .mn-editorial-count-2 .mn-editorial-card--main {
  grid-row: auto;
}

/* --------------------------------------------------------------------------
   Collection strip and tag sections
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .mn-collection-strip {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

body.theme-manto-nobre .mn-collection-card {
  flex: 0 0 245px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--border);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.035),
      transparent 45%
    ),
    #111;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease;
}

body.theme-manto-nobre .mn-collection-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}

body.theme-manto-nobre .mn-collection-card span {
  color: #666662;
  font-family: var(--font-h);
  font-size: 15px;
}

body.theme-manto-nobre .mn-collection-card strong {
  color: #e8e8e5;
  font-family: var(--font-h);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.02;
}

body.theme-manto-nobre .mn-collection-card em {
  color: #82827d;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-manto-nobre .tag-section {
  width: min(100% - 48px, var(--site-max));
  margin: 58px auto 28px;
}

body.theme-manto-nobre .tag-section-title {
  margin-bottom: 18px;
  font-size: 31px;
}

body.theme-manto-nobre .tag-section-grid {
  display: flex;
  gap: 2px;
  padding: 0 0 10px;
}

body.theme-manto-nobre .tag-section-card {
  flex: 0 0 200px;
  width: 200px;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--tag-border);
  border-radius: 0;
  background: var(--tag-bg);
  color: var(--tag-text);
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}

body.theme-manto-nobre .tag-section-card:hover {
  border-color: var(--border-strong);
  background: #151515;
  box-shadow: none;
  transform: none;
}

body.theme-manto-nobre .tag-section-img {
  width: 100%;
  height: 138px;
}

body.theme-manto-nobre .tag-section-img img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  filter: grayscale(0.12);
}

body.theme-manto-nobre .tag-section-label {
  margin-top: 14px;
  color: #e4e4e1;
  font-family: var(--font-h);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.theme-manto-nobre .mn-home-section-banner {
  display: block;
  max-width: min(100%, 760px);
  max-height: 160px;
  object-fit: cover;
  border: 1px solid var(--border);
}

/* --------------------------------------------------------------------------
   Catalog head, pills and sidebar
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .mn-catalog-head {
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(
      circle at 80% 0%,
      rgba(255, 255, 255, 0.035),
      transparent 25rem
    ),
    #0b0b0b;
}

body.theme-manto-nobre .mn-catalog-head-inner {
  width: min(100% - 48px, var(--site-max));
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  padding: 58px 0 42px;
}

body.theme-manto-nobre .mn-catalog-head h1 {
  margin: 0;
  color: #efefec;
  font-family: var(--font-h);
  font-size: clamp(50px, 7vw, 84px);
  font-weight: 500;
  line-height: 0.9;
}

body.theme-manto-nobre .mn-catalog-head p {
  max-width: 520px;
  margin: 16px 0 0;
  color: #858580;
  font-size: 13px;
}

body.theme-manto-nobre .mn-catalog-count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #777772;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-manto-nobre .mn-catalog-count strong {
  color: #ddddda;
  font-family: var(--font-h);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
}

body.theme-manto-nobre .cat-bar {
  width: min(100% - 48px, var(--site-max));
  gap: 2px;
  margin: 28px auto 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .cat-pill {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #101010;
  color: #858580;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

body.theme-manto-nobre .cat-pill:hover {
  border-color: var(--border-strong);
  color: #ecece9;
}

body.theme-manto-nobre .cat-pill.on {
  border-color: #d4d4d0;
  background: #d8d8d4;
  color: #090909;
}

body.theme-manto-nobre .catalog-wrap {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 32px;
  padding: 34px 0 78px;
}

body.theme-manto-nobre .sidebar {
  top: calc(var(--nav-h) + 20px);
  max-height: calc(100vh - var(--nav-h) - 40px);
  padding: 0 26px 20px 0;
  border-right: 1px solid var(--border);
}

body.theme-manto-nobre .sb-hd {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .sb-title,
body.theme-manto-nobre .fg-title {
  color: #d5d5d1;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.theme-manto-nobre .fg {
  margin-bottom: 24px;
}

body.theme-manto-nobre .fg-title {
  margin-bottom: 10px;
  color: #777772;
}

body.theme-manto-nobre .fo {
  padding: 5px 0;
}

body.theme-manto-nobre .fo a {
  color: #8c8c87 !important;
  font-size: 12px;
  font-weight: 400 !important;
  transition: color 0.18s ease;
}

body.theme-manto-nobre .fo a:hover {
  color: #e9e9e6 !important;
}

body.theme-manto-nobre .price-input,
body.theme-manto-nobre .sort-sel {
  min-height: 40px;
  border: 1px solid var(--border);
  border-radius: 0;
  outline: none;
  background: #101010;
  color: #b8b8b4;
  font: inherit;
  font-size: 11px;
}

body.theme-manto-nobre .price-input:focus,
body.theme-manto-nobre .sort-sel:focus {
  border-color: var(--border-strong);
}

body.theme-manto-nobre .toolbar {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .tc {
  color: #777772;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-manto-nobre .tc strong {
  color: #e2e2df;
  font-family: var(--font-h);
  font-size: 18px;
  font-weight: 500;
}

body.theme-manto-nobre .tr,
body.theme-manto-nobre .vt {
  gap: 7px;
}

body.theme-manto-nobre .vb {
  min-width: 37px;
  height: 37px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #101010;
  color: #777772;
}

body.theme-manto-nobre .vb.on,
body.theme-manto-nobre .vb:hover {
  border-color: var(--border-strong);
  background: #171717;
  color: #ecece9;
}

/* --------------------------------------------------------------------------
   Product cards
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .pgrid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px 14px;
}

body.theme-manto-nobre .card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.25s ease;
}

body.theme-manto-nobre .card:hover {
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-3px);
}

body.theme-manto-nobre .ci {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: 0;
  background: #121212;
}

body.theme-manto-nobre .ci::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 72%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

body.theme-manto-nobre .ci img {
  position: relative;
  z-index: 0;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

body.theme-manto-nobre .card:hover .ci img {
  transform: scale(1.025);
  filter: brightness(0.96);
}

body.theme-manto-nobre .ci.no-img {
  background:
    radial-gradient(
      circle at 24% 18%,
      rgba(255, 255, 255, 0.04),
      transparent 48%
    ),
    #111;
}

body.theme-manto-nobre .no-img-inner {
  color: #5d5d59;
  font-family: var(--font-h);
  font-size: 36px;
  font-weight: 500;
}

body.theme-manto-nobre .badge {
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(235, 235, 231, 0.16);
  border-radius: 0;
  background: rgba(10, 10, 10, 0.74);
  color: #c0c0bc;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

body.theme-manto-nobre .badge-sale {
  color: #e5d3ca;
}

body.theme-manto-nobre .badge-ready {
  color: #d9d9d5;
}

body.theme-manto-nobre .badge-order {
  color: #979792;
}

body.theme-manto-nobre .card-cta {
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  padding: 0;
  background: none;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

body.theme-manto-nobre .card:hover .card-cta {
  opacity: 1;
  transform: translateY(0);
}

body.theme-manto-nobre .bc {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(245, 245, 242, 0.35);
  border-radius: 0;
  background: rgba(225, 225, 222, 0.93);
  color: #090909;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

body.theme-manto-nobre .cinfo {
  padding: 14px 1px 4px;
}

body.theme-manto-nobre .cleague {
  margin-bottom: 5px;
  color: var(--card-meta);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.theme-manto-nobre .cname {
  min-height: calc(1.28em * 2);
  color: var(--card-title);
  font-family: var(--font-h);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

body.theme-manto-nobre .cfoot {
  min-height: 30px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

body.theme-manto-nobre .cprice {
  color: var(--card-price);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.theme-manto-nobre .small-note {
  margin-left: 5px;
  color: #70706c;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.theme-manto-nobre .cinstallment {
  margin-top: 2px;
  color: #80807b;
  font-size: 10px;
}

body.theme-manto-nobre .card-sale-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

body.theme-manto-nobre .card-old-price {
  color: #676763;
  font-size: 10px;
  text-decoration: line-through;
}

body.theme-manto-nobre .card-sale-price {
  color: #e4d7cf;
}

body.theme-manto-nobre .cprice-consult {
  color: #777772;
  font-size: 11px;
}

body.theme-manto-nobre .card-arrow {
  color: #656561;
  font-size: 14px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

body.theme-manto-nobre .card:hover .card-arrow {
  color: #d7d7d3;
  transform: translate(2px, -2px);
}

body.theme-manto-nobre .csizes {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
  margin-top: 9px;
  color: #777772;
  white-space: nowrap;
  overflow: hidden;
}

body.theme-manto-nobre .csizes-label {
  flex: 0 0 auto;
  margin-right: 8px;
  color: #595955;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.theme-manto-nobre .csize {
  flex: 0 0 auto;
  min-width: 0;
  height: 17px;
  padding: 0 7px;
  border: 0;
  border-left: 1px solid rgba(235, 235, 231, 0.12);
  border-radius: 0;
  background: transparent;
  color: #858580;
  font-size: 9px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.03em;
}

body.theme-manto-nobre .csizes-label + .csize {
  padding-left: 0;
  border-left: 0;
}

body.theme-manto-nobre .csize-more {
  color: #b0b0ab;
}

body.theme-manto-nobre .card:hover .csize {
  color: #a7a7a1;
}

body.theme-manto-nobre .pgrid.lv {
  gap: 2px;
}

body.theme-manto-nobre .pgrid.lv .card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .pgrid.lv .ci {
  aspect-ratio: 1;
}

body.theme-manto-nobre .pgrid.lv .cinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

body.theme-manto-nobre .pag {
  gap: 4px;
  margin-top: 50px;
}

body.theme-manto-nobre .pg {
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #101010;
  color: #747470;
  font-size: 11px;
}

body.theme-manto-nobre .pg:hover,
body.theme-manto-nobre .pg.on {
  border-color: #d2d2ce;
  background: #d7d7d3;
  color: #090909;
}

body.theme-manto-nobre .pg:disabled {
  opacity: 0.35;
}

/* --------------------------------------------------------------------------
   Product detail
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .mn-product-crumbs {
  width: min(100% - 48px, var(--site-max));
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto;
  padding-top: 34px;
  color: #666662;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.theme-manto-nobre .mn-product-crumbs strong {
  color: #a0a09b;
  font-weight: 600;
}

body.theme-manto-nobre .product-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.78fr);
  gap: 70px;
  padding-top: 28px;
  padding-bottom: 96px;
}

body.theme-manto-nobre .product-gallery {
  min-width: 0;
}

body.theme-manto-nobre .product-img-wrap {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #111;
}

body.theme-manto-nobre .product-img-wrap img {
  object-fit: cover;
}

body.theme-manto-nobre .product-thumbs {
  gap: 2px;
  margin-top: 2px;
}

body.theme-manto-nobre .product-thumb {
  width: 92px;
  height: 110px;
  border: 1px solid var(--border);
  border-radius: 0;
  opacity: 0.6;
  transition:
    opacity 0.2s ease,
    border-color 0.2s ease;
}

body.theme-manto-nobre .product-thumb:hover,
body.theme-manto-nobre .product-thumb.active {
  border-color: var(--border-strong);
  opacity: 1;
}

body.theme-manto-nobre .product-info-panel {
  position: sticky;
  top: calc(var(--nav-h) + 28px);
  align-self: start;
  padding-top: 34px;
}

body.theme-manto-nobre .product-eyebrow {
  margin-bottom: 12px;
  color: #83837e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.theme-manto-nobre .product-h1 {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--product-title);
  font-family: var(--font-h);
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: none;
}

body.theme-manto-nobre .product-sale-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(225, 210, 201, 0.2);
  background: rgba(225, 210, 201, 0.05);
  color: #b9a9a0;
  font-size: 10px;
}

body.theme-manto-nobre .product-sale-badge span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-manto-nobre .product-sale-badge del {
  color: #666662;
}

body.theme-manto-nobre .product-sale-badge strong {
  color: #e4d7cf;
}

body.theme-manto-nobre .product-tag {
  display: inline-flex;
  margin: 0 4px 6px 0;
  padding: 5px 9px;
  border: 1px solid var(--border);
  border-radius: 0;
  color: #7f7f7a;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-manto-nobre .product-tag:hover {
  border-color: var(--border-strong);
  color: #d8d8d4;
}

body.theme-manto-nobre .product-price-preview {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .product-price-preview > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

body.theme-manto-nobre .product-price-preview span {
  color: var(--product-title);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.theme-manto-nobre .product-price-preview strong {
  color: var(--product-price);
  font-family: var(--font-h);
  font-size: 27px;
  font-weight: 500;
}

body.theme-manto-nobre .product-size-section {
  padding-top: 24px;
}

body.theme-manto-nobre .product-size-label {
  margin-bottom: 12px;
  color: #999994;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.theme-manto-nobre .product-size-grid {
  gap: 7px;
}

body.theme-manto-nobre .sz-btn {
  min-width: 82px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: var(--size-bg);
  color: var(--size-text);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

body.theme-manto-nobre .sz-btn:hover:not(:disabled) {
  border-color: var(--border-strong);
  background: var(--bg2)
}

body.theme-manto-nobre .sz-btn.active,
body.theme-manto-nobre .sz-btn:focus {
  border-color: #ddddda;
  background: var(--size-active-bg);
  color: var(--size-active-text);
}

body.theme-manto-nobre .sz-btn:disabled {
  opacity: 0.28;
}

body.theme-manto-nobre .sz-btn .size {
  font-family: var(--font-h);
  font-size: 19px;
  font-weight: 500;
}

body.theme-manto-nobre .sz-btn-price {
  color: var(--product-meta);
  font-size: 9px;
}

body.theme-manto-nobre .sz-btn.active .sz-btn-price,
body.theme-manto-nobre .sz-btn:focus .sz-btn-price {
  color: var(--product-meta);
}

body.theme-manto-nobre .product-size-chart-link {
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #555551;
  background: none;
  color: #666663;
  font-size: 10px;
  cursor: pointer;
}

body.theme-manto-nobre .product-price-section {
  min-height: 30px;
  margin-top: 16px;
}

body.theme-manto-nobre .product-price {
  color: var(--product-price);
  font-family: var(--font-h);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.15;
}

body.theme-manto-nobre .product-price > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--font-b);
  font-size: 13px;
}

body.theme-manto-nobre .product-delivery {
  margin-top: 6px;
  color: #8c8c87;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.theme-manto-nobre .custom-block#custom-block {
  width: 100%;
  margin: 22px 0;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #101010;
  box-shadow: none;
}

body.theme-manto-nobre .custom-block#custom-block::before {
  display: none;
}

body.theme-manto-nobre .custom-toggle {
  border: 0;
  border-radius: 0;
  padding: 14px;
  color: #c6c6c2;
  font-size: 11px;
}

body.theme-manto-nobre .custom-toggle-price {
  color: #898984;
}

body.theme-manto-nobre .custom-fields {
  gap: 2px;
  padding: 0 14px 14px;
}

body.theme-manto-nobre .custom-input {
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #0b0b0b;
  color: var(--text);
}

body.theme-manto-nobre .product-ctas {
  gap: 8px;
  margin-top: 22px;
}

body.theme-manto-nobre .product-back {
  display: inline-flex;
  margin-top: 22px;
}

/* --------------------------------------------------------------------------
   Cart
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .cart-page {
  padding-top: 54px;
  padding-bottom: 92px;
}

body.theme-manto-nobre .cart-title {
  margin-bottom: 34px;
  font-size: clamp(45px, 6vw, 72px);
}

body.theme-manto-nobre .cart-layout {
  gap: 42px;
}

body.theme-manto-nobre .cart-items {
  border-top: 1px solid var(--border);
}

body.theme-manto-nobre .cart-item {
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 20px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
}

body.theme-manto-nobre .cart-item-image {
  width: 140px;
  height: 170px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #111;
}

body.theme-manto-nobre .cart-item-title {
  margin-bottom: 8px;
  color: var(--product-title);
  font-family: var(--font-h);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.12;
}

body.theme-manto-nobre .cart-price-main,
body.theme-manto-nobre .cart-line-total {
  color: var(--product-price);
}

body.theme-manto-nobre .cart-price-muted,
body.theme-manto-nobre .cart-line-muted,
body.theme-manto-nobre .cart-meta,
body.theme-manto-nobre .cart-summary-note {
  color: var(--acc2-text);
  font-size: 16px;
}

body.theme-manto-nobre .cart-customization {
  color: var(--acc2-text);
  font-size: 14px;
}

body.theme-manto-nobre .cart-qty {
  gap: 7px;
  margin-top: 12px;
}

body.theme-manto-nobre .cart-qty button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: var(--btn-ghost-bg);
  color: var(--btn-ghost-text);
}

body.theme-manto-nobre .cart-qty button:hover {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  transition: all 0.3s;
}

body.theme-manto-nobre .cart-remove {
  padding: 0;
  border: 0;
  background: none;
  color: #777772;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.theme-manto-nobre .cart-summary {
  top: calc(var(--nav-h) + 24px);
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: var(--bg2);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}
body.theme-manto-nobre .cart-summary-title,
body.theme-manto-nobre .cart-shipping-title {
  margin-bottom: 18px;
  color: var(--card-title);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#cart-total-with-shipping {
  font-size: 16px;
}
body.theme-manto-nobre .cart-summary-row,
body.theme-manto-nobre .cart-summary-total {
  color: var(--price);
  font-size: 11px;
}

body.theme-manto-nobre .cart-summary-total {
  border-top: 1px solid var(--border);
  color: var(--price);
  font-size: 13px;
}

body.theme-manto-nobre .cart-summary-extra {
  margin-bottom: 10px;
}

body.theme-manto-nobre .cart-input,
body.theme-manto-nobre .cart-item-note,
body.theme-manto-nobre .cart-order-note,
body.theme-manto-nobre .cart-pdf-order-form input {
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 0;
  background: var(--bg2);
  color: var(--text);
  width: 100%; 
}

body.theme-manto-nobre .cart-order-note {
  background: var(--bg);
  margin: 6px 2px;
}
body.theme-manto-nobre .cart-item-note {
  width: 100%;
}

body.theme-manto-nobre .cart-shipping-option,
body.theme-manto-nobre .shipping-result {
  border: 1px solid var(--border);
  border-radius: 0;
  background: var(--bg);
  color: var(--text);
}

body.theme-manto-nobre .cart-empty {
  padding: 90px 20px;
  border: 1px solid var(--border);
  text-align: center;
  background: #101010;
}

body.theme-manto-nobre .cart-empty-title {
  color: #ecece9;
  font-family: var(--font-h);
  font-size: 36px;
}

body.theme-manto-nobre .cart-empty-text {
  color: #7f7f7a;
}

/* --------------------------------------------------------------------------
   Custom content, footer and institutional pages
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .custom-block:not(#custom-block) {
  width: min(100% - 48px, var(--site-max));
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 0;
  box-shadow: none;
}

body.theme-manto-nobre .custom-block-title {
  color: inherit;
  font-family: var(--font-h);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.02;
}

body.theme-manto-nobre .custom-block-text {
  color: inherit;
  opacity: 0.7;
}

body.theme-manto-nobre .custom-block-media img {
  border: 1px solid var(--border);
  border-radius: 0;
}

body.theme-manto-nobre .footer-marquee {
  padding: 12px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--strip-bg);
  color: var(--strip-text);
}

body.theme-manto-nobre .footer-marquee-inner span {
  padding: 0 30px;
  color: #b9b9b5;
  font-family: var(--font-h);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
}

body.theme-manto-nobre .footer-marquee-inner span.acc {
  color: #535350;
}

body.theme-manto-nobre footer {
  width: min(100% - 48px, var(--site-max));
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 42px;
  margin: 0 auto;
  padding: 58px 0 34px;
}

body.theme-manto-nobre .fl-logo,
body.theme-manto-nobre .fl-logo-img {
  color: #ecece9;
}

body.theme-manto-nobre .fl-logo {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 500;
}

body.theme-manto-nobre .fl-logo-img {
  max-width: 210px;
  height: 48px;
}

body.theme-manto-nobre .fl-p,
body.theme-manto-nobre .fl-meta {
  max-width: 300px;
  color: #7d7d78;
  font-size: 11px;
  line-height: 1.75;
}

body.theme-manto-nobre .fc-title {
  margin-bottom: 14px;
  color: #777772;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.theme-manto-nobre .fc-links {
  gap: 8px;
}

body.theme-manto-nobre .fc-links a {
  color: #aaa9a5;
  font-size: 11px;
}

body.theme-manto-nobre .fc-links a:hover {
  color: #e8e8e5;
}

body.theme-manto-nobre .lower-footer {
  border-top: 1px solid var(--border);
}

body.theme-manto-nobre .footer-trust {
  color: #777772;
  font-size: 10px;
}

body.theme-manto-nobre .footer-trust strong {
  color: #b8b8b4;
}

body.theme-manto-nobre .trust-links {
  gap: 12px;
}

body.theme-manto-nobre .trust-links a {
  color: #777772;
  font-size: 9px;
}

body.theme-manto-nobre .footer-bottom {
  border-top: 1px solid var(--border);
  padding: 18px 0 24px;
  color: #686864;
  font-size: 10px;
}

body.theme-manto-nobre .footer-bottom a {
  color: #aaa9a5;
}

body.theme-manto-nobre .trust-page {
  background: var(--bg);
  color: var(--text);
}

body.theme-manto-nobre .trust-hero {
  padding-top: clamp(70px, 9vw, 120px);
  border-bottom: 1px solid var(--border);
}

body.theme-manto-nobre .trust-eyebrow {
  color: #858580;
}

body.theme-manto-nobre .trust-hero h1 {
  color: #eeeeeb;
  font-family: var(--font-h);
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 500;
  line-height: 0.94;
  text-transform: none;
}

body.theme-manto-nobre .trust-hero p {
  color: #858580;
}

body.theme-manto-nobre .trust-content {
  border: 1px solid var(--border);
  border-radius: 0;
  background: #101010;
  box-shadow: none;
}

body.theme-manto-nobre .trust-content h2 {
  color: #e3e3e0;
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 500;
}

body.theme-manto-nobre .trust-content p {
  color: #aaa9a5;
}

body.theme-manto-nobre .trust-alert,
body.theme-manto-nobre .trust-contact-list a {
  border: 1px solid var(--border);
  border-radius: 0;
  background: #0b0b0b;
  color: #aaa9a5;
}

/* --------------------------------------------------------------------------
   Modals and inputs
   -------------------------------------------------------------------------- */

body.theme-manto-nobre .info-modal-backdrop,
body.theme-manto-nobre .shipping-modal-backdrop,
body.theme-manto-nobre .trust-modal-backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(7px);
}

body.theme-manto-nobre .info-modal-card,
body.theme-manto-nobre .size-chart-modal-card,
body.theme-manto-nobre .shipping-modal-panel,
body.theme-manto-nobre .trust-modal-card {
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background: #101010;
  color: var(--text);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.6);
}

body.theme-manto-nobre .info-modal-close,
body.theme-manto-nobre .shipping-modal-close,
body.theme-manto-nobre .trust-modal-close {
  color: #d8d8d4;
}

body.theme-manto-nobre input[type="range"]::-webkit-slider-runnable-track {
  background: var(--range-track);
}

body.theme-manto-nobre input[type="range"]::-webkit-slider-thumb {
  background: var(--range-thumb);
  border-color: var(--range-bg);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1120px) {
  body.theme-manto-nobre .nav-center {
    gap: 20px;
  }

  body.theme-manto-nobre .nav-search {
    width: 170px;
  }

  body.theme-manto-nobre .mn-hero-content {
    gap: 42px;
  }

  body.theme-manto-nobre .mn-hero-product {
    width: min(32vw, 340px);
  }

  body.theme-manto-nobre .pgrid {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  }
}

@media (max-width: 960px) {
  :root {
    --nav-h: 68px;
    --hero-height: 590px;
  }

  body.theme-manto-nobre nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.theme-manto-nobre .logo {
    font-size: 20px;
  }

  body.theme-manto-nobre .logo-img {
    max-width: 170px;
    height: 42px;
  }

  body.theme-manto-nobre .mn-hero::before {
    inset: 14px;
  }

  body.theme-manto-nobre .mn-hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
    gap: 28px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  body.theme-manto-nobre .mn-hero .hero-h1 {
    font-size: clamp(48px, 10vw, 76px);
  }

  body.theme-manto-nobre .mn-hero-product {
    width: 220px;
  }

  body.theme-manto-nobre .mn-editorial-grid {
    min-height: 480px;
  }

  body.theme-manto-nobre .catalog-wrap {
    grid-template-columns: 1fr;
  }

  body.theme-manto-nobre .sidebar {
    display: none;
  }

  body.theme-manto-nobre .product-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.theme-manto-nobre .product-info-panel {
    position: static;
    padding-top: 10px;
  }

  body.theme-manto-nobre footer {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 760px) {
  body.theme-manto-nobre .marquee-wrap {
    display: none;
  }

  body.theme-manto-nobre .nav-search {
    display: none;
  }

  body.theme-manto-nobre .mn-hero,
  body.theme-manto-nobre .mn-hero-content {
    min-height: auto;
  }

  body.theme-manto-nobre .mn-hero-content {
    grid-template-columns: 1fr;
    padding-top: 92px;
    padding-bottom: 32px;
  }

  body.theme-manto-nobre .mn-hero-product {
    width: min(100%, 360px);
    justify-self: end;
  }

  body.theme-manto-nobre .mn-hero-product-media {
    aspect-ratio: 16 / 11;
  }

  body.theme-manto-nobre .mn-hero .hero-h1 {
    font-size: clamp(50px, 15vw, 80px);
  }

  body.theme-manto-nobre .section,
  body.theme-manto-nobre .section-last {
    padding-top: 64px;
  }

  body.theme-manto-nobre .mn-editorial-grid,
  body.theme-manto-nobre .mn-editorial-count-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    background: transparent;
    gap: 2px;
  }

  body.theme-manto-nobre .mn-editorial-card,
  body.theme-manto-nobre .mn-editorial-card--main,
  body.theme-manto-nobre .mn-editorial-count-1 .mn-editorial-card--main {
    grid-row: auto;
    min-height: 360px;
  }

  body.theme-manto-nobre .mn-editorial-card--side {
    min-height: 280px;
  }

  body.theme-manto-nobre .mn-editorial-info h3,
  body.theme-manto-nobre .mn-editorial-card--main .mn-editorial-info h3 {
    font-size: 30px;
  }

  body.theme-manto-nobre .mn-catalog-head-inner {
    min-height: 190px;
    padding-top: 42px;
  }

  body.theme-manto-nobre .mn-catalog-count {
    display: none;
  }

  body.theme-manto-nobre .pgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  body.theme-manto-nobre .card-cta {
    display: none;
  }

  body.theme-manto-nobre .cname {
    font-size: 17px;
  }

  body.theme-manto-nobre .product-thumb {
    width: 74px;
    height: 88px;
  }

  body.theme-manto-nobre .cart-item {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  body.theme-manto-nobre .cart-item-image {
    width: 90px;
    height: 110px;
  }

  body.theme-manto-nobre .cart-item-side {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --nav-h: 62px;
  }

  body.theme-manto-nobre nav {
    min-height: var(--nav-h);
  }

  body.theme-manto-nobre .logo {
    font-size: 17px;
  }

  body.theme-manto-nobre .logo-img {
    max-width: 142px;
    height: 38px;
  }

  body.theme-manto-nobre .btn-cart {
    width: 38px;
    height: 38px;
  }

  body.theme-manto-nobre .mn-hero::before {
    display: none;
  }

  body.theme-manto-nobre .mn-hero-content {
    width: min(100% - 28px, var(--site-max));
    padding-top: 68px;
  }

  body.theme-manto-nobre .mn-hero-subtitle {
    font-size: 13px;
  }

  body.theme-manto-nobre .mn-hero-notes {
    gap: 10px;
  }

  body.theme-manto-nobre .mn-hero-product {
    width: 100%;
  }

  body.theme-manto-nobre .mn-hero-product-info strong {
    font-size: 20px;
  }

  body.theme-manto-nobre .section,
  body.theme-manto-nobre .section-last,
  body.theme-manto-nobre .mn-catalog-head-inner,
  body.theme-manto-nobre .mn-product-crumbs,
  body.theme-manto-nobre .tag-section,
  body.theme-manto-nobre .cat-bar,
  body.theme-manto-nobre .custom-block:not(#custom-block),
  body.theme-manto-nobre footer {
    width: min(100% - 28px, var(--site-max));
  }

  body.theme-manto-nobre .section-hd {
    align-items: flex-start;
    gap: 16px;
  }

  body.theme-manto-nobre .section-title {
    font-size: 35px;
  }

  body.theme-manto-nobre .section-link {
    padding-top: 5px;
    white-space: nowrap;
  }

  body.theme-manto-nobre .mn-editorial-card,
  body.theme-manto-nobre .mn-editorial-card--main,
  body.theme-manto-nobre .mn-editorial-card--side {
    min-height: 320px;
  }

  body.theme-manto-nobre .mn-editorial-info {
    padding: 20px;
  }

  body.theme-manto-nobre .mn-collection-card {
    flex-basis: 210px;
    min-height: 165px;
  }

  body.theme-manto-nobre .tag-section-card {
    flex-basis: 165px;
    width: 165px;
    min-height: 180px;
  }

  body.theme-manto-nobre .tag-section-img {
    height: 112px;
  }

  body.theme-manto-nobre .catalog-wrap,
  body.theme-manto-nobre .product-layout,
  body.theme-manto-nobre .cart-page,
  body.theme-manto-nobre .footer-bottom {
    width: min(100% - 28px, var(--site-max));
  }

  body.theme-manto-nobre .pgrid {
    gap: 16px 8px;
  }

  body.theme-manto-nobre .cinfo {
    padding-top: 10px;
  }

  body.theme-manto-nobre .cleague {
    display: none;
  }

  body.theme-manto-nobre .cname {
    min-height: calc(1.22em * 2);
    font-size: 15px;
    line-height: 1.22;
  }

  body.theme-manto-nobre .cprice {
    font-size: 12px;
  }

  body.theme-manto-nobre .cinstallment {
    display: none;
  }

  body.theme-manto-nobre .card-arrow {
    display: none;
  }

  body.theme-manto-nobre .csizes {
    margin-top: 7px;
  }

  body.theme-manto-nobre .csizes-label {
    display: none;
  }

  body.theme-manto-nobre .csize {
    height: 15px;
    padding: 0 5px;
    font-size: 8px;
    line-height: 15px;
  }

  body.theme-manto-nobre .csizes-label + .csize {
    padding-left: 0;
  }

  body.theme-manto-nobre .product-h1 {
    font-size: 43px;
  }

  body.theme-manto-nobre .product-price-preview strong {
    font-size: 23px;
  }

  body.theme-manto-nobre .sz-btn {
    min-width: calc(50% - 4px);
  }

  body.theme-manto-nobre footer {
    grid-template-columns: 1fr;
  }
}
