/** Shopify CDN: Minification failed

Line 7659:1 Unexpected ","

**/
/* =========================================================
   Mewthy TCG custom overrides
   Source: moved safely out of assets/base.css
   Load this file AFTER base.css in layout/theme.liquid.
   Do not reorder aggressively; cascade order is preserved.
========================================================= */

html, body {
  overflow-x: hidden;
}
.mewthy-featured-wrapper {
  max-width: 1160px;
  margin: 56px auto 72px;
  padding: 0 24px;
}

.mewthy-featured-heading {
  margin-bottom: 18px;
}

.mewthy-featured-heading span {
  display: block;
  color: #6b3fa0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.mewthy-card--large {
  min-height: 520px;
  background: linear-gradient(135deg, #F4EEF8, #E8DAF1, #D7C0E4);
}

.mewthy-card--wide {
  min-height: 250px;
  background: linear-gradient(135deg, #181126, #24143A, #5B348A);
}

.mewthy-card--bundle,
.mewthy-card--etb {
  min-height: 250px;
  background: linear-gradient(135deg, #3A2259, #5B348A, #8A58B0);
}

.mewthy-card__text {
  position: relative;
  z-index: 5;
  max-width: 52%;
}

.mewthy-card small {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  opacity: .85;
}

.mewthy-card h3 {
  margin: 0 0 14px;
  color: white;
  font-size: 24px;
  line-height: 1.02;
  font-weight: 900;
  text-shadow: 0 3px 12px rgba(0,0,0,.35);
}

.mewthy-card--large h3,
.mewthy-card--large small {
  color: #2d2144;
  text-shadow: none;
}

.mewthy-card span {
  display: inline-block;
  background: white;
  color: #251344;
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.mewthy-card img {
  position: absolute;
  z-index: 2;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.25));
}

/* Large left card */
.mewthy-card--large img {
  width: 72%;
  max-width: 500px;
  max-height: 390px;
  right: 30px;
  bottom: 28px;
}

/* Wide top right */
.mewthy-card--wide .mewthy-card__text {
  max-width: 48%;
}

.mewthy-card--wide img {
  width: 46%;
  max-width: 290px;
  max-height: 185px;
  right: 28px;
  bottom: 28px;
}

/* Bundle small */
.mewthy-card--bundle .mewthy-card__text {
  max-width: 46%;
}

.mewthy-card--bundle img {
  width: 46%;
  max-width: 170px;
  max-height: 170px;
  right: 16px;
  bottom: 16px;
}

/* ETB small */
.mewthy-card--etb .mewthy-card__text {
  max-width: 44%;
}

.mewthy-card--etb img {
  width: 52%;
  max-width: 190px;
  max-height: 170px;
  right: 8px;
  bottom: 16px;
}

.mewthy-card--small h3 {
  font-size: 21px;
}

.mewthy-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 85px rgba(72, 43, 118, .34);
}

.mewthy-card:hover img {
  transform: scale(1.05) rotate(-1deg);
}

.mewthy-card {
  transition: transform .35s ease, box-shadow .35s ease;
}

.mewthy-card img {
  transition: transform .35s ease;
}
/* MEWTHY PREMIUM HEADER */

#header-group {
  display: none !important;
}

#shopify-section-mewthy-header {
  position: fixed !important;
  top: 14px !important;
  left: 0 !important;
  right: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  z-index: 99999 !important;
  pointer-events: none !important;
}

.mewthy-custom-header {
  position: static !important;
  pointer-events: none !important;
  font-family: var(--font-body-family), Arial, sans-serif;
}

.mewthy-custom-header__inner {
  max-width: 1280px;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 12px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(246,241,250,.78));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 18px 55px rgba(36,20,58,.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: auto;
  transition: all .25s ease;
}

.mewthy-custom-header.is-scrolled .mewthy-custom-header__inner {
  padding: 9px 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 70px rgba(36,20,58,.18);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.mewthy-custom-header__logo img {
  display: block;
  max-height: 40px;
  width: auto;
  transition: transform .25s ease, max-height .25s ease;
}

.mewthy-custom-header.is-scrolled .mewthy-custom-header__logo img {
  max-height: 36px;
}

.mewthy-custom-header__logo:hover img {
  transform: scale(1.04);
}

.mewthy-custom-header__nav,
.mewthy-custom-header__icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mewthy-custom-header__nav a {
  position: relative;
  color: #181220;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  padding: 9px 13px;
  border-radius: 999px;
  transition: all .22s ease;
}

.mewthy-custom-header__nav a:hover {
  color: #fff;
  background: #24143a;
  transform: translateY(-1px);
}

.mewthy-custom-header__icons a {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 999px;
  color: #181220;
  transition: all .22s ease;
}

.mewthy-custom-header__icons a:hover {
  background: #24143a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(36,20,58,.22);
}

.mewthy-custom-header__icons svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mewthy-cart-link {
  width: auto !important;
  padding: 0 10px !important;
}

.mewthy-cart-count {
  position: static !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  margin: 0;
}

/* Mobile menu */
.mewthy-mobile-menu {
  display: none;
  position: relative;
}

.mewthy-mobile-menu summary {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #24143a;
  display: grid;
  place-items: center;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 10px 24px rgba(36,20,58,.22);
}

.mewthy-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mewthy-mobile-menu summary span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  margin: 2px 0;
}

.mewthy-mobile-menu__panel {
  position: absolute;
  top: 54px;
  right: 0;
  width: 260px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 22px 65px rgba(36,20,58,.22);
  border: 1px solid rgba(255,255,255,.85);
  display: grid;
  gap: 6px;
}

.mewthy-mobile-menu__panel a {
  color: #181220;
  text-decoration: none;
  padding: 12px 13px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
}

.mewthy-mobile-menu__panel a:hover {
  background: #24143a;
  color: #fff;
}

/* Page spacing */
#MainContent {
  padding-top: 105px !important;
}

#MainContent[data-template="index"] {
  padding-top: 0 !important;
}

/* Mobile */
@media screen and (max-width: 900px) {
  #shopify-section-mewthy-header {
    top: 10px !important;
  }

  .mewthy-custom-header__inner {
    width: calc(100% - 24px);
    padding: 10px 14px;
    border-radius: 18px;
    gap: 10px;
  }

  .mewthy-custom-header.is-scrolled .mewthy-custom-header__inner {
    padding: 8px 14px;
  }

  .mewthy-custom-header__nav {
    display: none;
  }

  .mewthy-custom-header__icons {
    display: flex;
    margin-left: auto;
    gap: 4px;
  }

  .mewthy-custom-header__icons a {
    width: 36px;
    height: 36px;
    padding: 0 !important;
  }

  .mewthy-custom-header__icons a.mewthy-cart-link {
    width: auto !important;
    padding: 0 7px !important;
  }

  .mewthy-custom-header__icons svg {
    width: 19px;
    height: 19px;
  }

  .mewthy-mobile-menu {
    display: block;
  }

  .mewthy-mobile-menu summary {
    width: 38px;
    height: 38px;
  }

  .mewthy-custom-header__logo img {
    max-height: 34px;
  }

  .mewthy-custom-header.is-scrolled .mewthy-custom-header__logo img {
    max-height: 31px;
  }

  #MainContent {
    padding-top: 88px !important;
  }

  #MainContent[data-template="index"] {
    padding-top: 0 !important;
  }
}
/* MEWTHY SOFT PREMIUM TICKER */

.mewthy-ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #f6f0fb, #eadff4, #f6f0fb);
  border-top: 1px solid rgba(91,52,138,.12);
  border-bottom: 1px solid rgba(91,52,138,.12);
}

.mewthy-ticker__track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  white-space: nowrap;
  animation: mewthyTicker 32s linear infinite;
  padding: 13px 0;
}

.mewthy-ticker:hover .mewthy-ticker__track {
  animation-play-state: paused;
}

.mewthy-ticker__track a {
  position: relative;
  color: #5b348a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
}

.mewthy-ticker__track a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.mewthy-ticker__track a::after {
  content: "✦";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #a06bc4;
  opacity: .7;
}

@keyframes mewthyTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 749px) {
  .mewthy-ticker__track {
    gap: 38px;
    padding: 11px 0;
    animation-duration: 24s;
  }

  .mewthy-ticker__track a {
    font-size: 12px;
  }
}
/* MEWTHY INSANE WHY SECTION */

.mewthy-why {
  position: relative;
  padding: 90px 24px;
  background: #fff;
  overflow: hidden;
}

.mewthy-why::before {
  content: "";
  position: absolute;
  inset: auto auto 8% 6%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(160,107,196,.18), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.mewthy-why__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  gap: 34px;
  align-items: stretch;
}

.mewthy-why__image-card,
.mewthy-why__content,
.mewthy-why__card {
  position: relative;
}

.mewthy-why__image-card {
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 32px 90px rgba(36,20,58,.18);
  isolation: isolate;
}

.mewthy-why__image-card::before,
.mewthy-why__content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(160,107,196,.45), rgba(255,255,255,.6));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 5;
  pointer-events: none;
}

.mewthy-why__image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(36,20,58,.28), transparent 45%),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.24), transparent 28%);
  z-index: 1;
}

.mewthy-why__image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease, filter .8s ease;
}

.mewthy-why__image-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.mewthy-why__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 6;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  color: #24143a;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(36,20,58,.18);
}

.mewthy-why__content {
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(160,107,196,.22), transparent 34%),
    rgba(255,255,255,.88);
  backdrop-filter: blur(22px);
  box-shadow:
    0 28px 80px rgba(36,20,58,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
  overflow: hidden;
}

.mewthy-why__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #6b3fa0;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.mewthy-why h2 {
  margin: 0;
  color: #24143a;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  font-weight: 950;
}

.mewthy-why__intro {
  margin: 18px 0 28px;
  color: rgba(36,20,58,.72);
  font-size: 16px;
  line-height: 1.55;
  max-width: 520px;
}

.mewthy-why__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mewthy-why__card {
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(250,246,253,.82));
  border: 1px solid rgba(91,52,138,.08);
  box-shadow: 0 14px 35px rgba(36,20,58,.08);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.mewthy-why__card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(160,107,196,.55), transparent 38%, rgba(255,255,255,.8));
  opacity: 0;
  transition: opacity .25s ease;
  z-index: -1;
}

.mewthy-why__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.55) 50%, transparent 62%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}

.mewthy-why__card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 60px rgba(91,52,138,.20);
}

.mewthy-why__card:hover::before {
  opacity: 1;
}

.mewthy-why__card:hover::after {
  transform: translateX(120%);
}

.mewthy-why__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #f4eafc, #e3d1f1);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 10px 24px rgba(91,52,138,.12);
  font-size: 20px;
  margin-bottom: 14px;
}

.mewthy-why__card h3 {
  margin: 0 0 6px;
  color: #24143a;
  font-size: 16px;
  font-weight: 950;
}

.mewthy-why__card p {
  margin: 0;
  color: rgba(36,20,58,.65);
  font-size: 13px;
  line-height: 1.45;
}

.mewthy-why__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 16px 35px rgba(36,20,58,.24);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.mewthy-why__button:hover {
  transform: translateY(-2px);
  background: #5b348a;
  box-shadow: 0 22px 48px rgba(91,52,138,.30);
}

@media screen and (max-width: 900px) {
  .mewthy-why {
    padding: 60px 16px;
  }

  .mewthy-why__inner {
    grid-template-columns: 1fr;
  }

  .mewthy-why__image-card {
    min-height: 340px;
  }

  .mewthy-why__content {
    padding: 28px;
  }

  .mewthy-why__cards {
    grid-template-columns: 1fr;
  }
}
.mewthy-vault {
  position: relative;
  padding: 80px 24px;
  background: #fff;
  overflow: hidden;
}

.mewthy-vault__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.mewthy-vault__heading {
  margin-bottom: 28px;
}

.mewthy-vault__heading span {
  color: #6b3fa0;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.mewthy-vault__heading h2 {
  margin: 6px 0 0;
  color: #24143a;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  font-weight: 950;
}

.mewthy-vault__heading p {
  margin: 14px 0 0;
  color: rgba(36,20,58,.68);
  font-size: 15px;
  max-width: 560px;
}

.mewthy-vault__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.mewthy-vault__card {
  position: relative;
  min-height: 100px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,241,250,.9));
  border: 1px solid rgba(91,52,138,.1);
  box-shadow: 0 14px 35px rgba(36,20,58,.07);
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mewthy-vault__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.65) 50%, transparent 62%);
  transform: translateX(-120%);
  transition: transform .75s ease;
}

.mewthy-vault__card img {
  max-width: 88%;
  max-height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(36,20,58,.14));
  transition: transform .25s ease, filter .25s ease;
}

.mewthy-vault__card:hover {
  transform: translateY(-7px) scale(1.025);
  border-color: rgba(160,107,196,.35);
  box-shadow: 0 26px 60px rgba(91,52,138,.18);
}

.mewthy-vault__card:hover::after {
  transform: translateX(120%);
}

.mewthy-vault__card:hover img {
  transform: scale(1.08);
  filter: drop-shadow(0 14px 20px rgba(91,52,138,.22));
}

@media screen and (max-width: 1100px) {
  .mewthy-vault__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .mewthy-vault {
    padding: 58px 16px;
  }

  .mewthy-vault__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mewthy-vault__card {
    min-height: 88px;
    border-radius: 18px;
    padding: 14px;
  }

  .mewthy-vault__card img {
    max-height: 44px;
  }
}
/* MEWTHY PREMIUM TOP PICKS - FINAL */

.mewthy-showcase {
  padding: 95px 24px;
  background: #fff;
}

.mewthy-showcase__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.mewthy-showcase__heading {
  margin-bottom: 28px;
}

.mewthy-showcase__heading span,
.mewthy-luxury-tile span {
  color: #6b3fa0;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.mewthy-showcase__heading h2 {
  margin: 6px 0 0;
  color: #24143a;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .95;
  font-weight: 950;
}

.mewthy-showcase__heading p {
  margin: 14px 0 0;
  color: rgba(36,20,58,.68);
  font-size: 15px;
}

.mewthy-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
}

.mewthy-left,
.mewthy-right {
  display: grid;
}

.mewthy-right {
  gap: 18px;
}

.mewthy-right-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mewthy-showcase .mewthy-card,
.mewthy-luxury-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px;
  text-decoration: none;
  isolation: isolate;
  box-shadow:
    0 28px 80px rgba(36,20,58,.16),
    inset 0 1px 0 rgba(255,255,255,.34);
  transition: transform .35s ease, box-shadow .35s ease;
}

.mewthy-showcase .mewthy-card {
  height: 100%;
  color: #fff;
  background:
    radial-gradient(circle at 78% 40%, rgba(255,255,255,.20), transparent 34%),
    linear-gradient(135deg, #2a173d 0%, #5b348a 55%, #a06bc4 100%);
}

.mewthy-showcase .mewthy-card::before,
.mewthy-luxury-tile::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,.32);
  z-index: 4;
  pointer-events: none;
}

.mewthy-showcase .mewthy-card::after,
.mewthy-luxury-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.32) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .85s ease;
  z-index: 3;
  pointer-events: none;
}

.mewthy-showcase .mewthy-card:hover,
.mewthy-luxury-tile:hover {
  transform: translateY(-10px) scale(1.018);
  box-shadow:
    0 45px 105px rgba(91,52,138,.28),
    inset 0 1px 0 rgba(255,255,255,.40);
}

.mewthy-showcase .mewthy-card:hover::after,
.mewthy-luxury-tile:hover::after {
  transform: translateX(130%);
}

.mewthy-showcase .mewthy-card__shine {
  display: none;
}

.mewthy-showcase .mewthy-card__text {
  position: relative;
  z-index: 5;
  max-width: 54%;
}

.mewthy-showcase .mewthy-card small {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 950;
  opacity: .88;
}

.mewthy-showcase .mewthy-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
  line-height: 1.02;
  font-weight: 950;
  text-shadow: 0 3px 16px rgba(0,0,0,.35);
}

.mewthy-showcase .mewthy-card span:not(.mewthy-card__shine) {
  display: inline-block;
  background: #fff;
  color: #24143a;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.mewthy-showcase .mewthy-card img {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 16px;
  width: 50%;
  max-width: 310px;
  max-height: 220px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.30));
  transition: transform .4s ease;
}

.mewthy-showcase .mewthy-card:hover img {
  transform: scale(1.10) rotate(-1.5deg);
}

/* Left hero */
.mewthy-showcase .mewthy-card--hero {
  min-height: 680px;
  background:
    radial-gradient(circle at 70% 58%, rgba(255,255,255,.50), transparent 32%),
    linear-gradient(135deg, #f8f2ff 0%, #ead7fb 56%, #d7c0e4 100%);
}

.mewthy-showcase .mewthy-card--hero h3,
.mewthy-showcase .mewthy-card--hero small {
  color: #24143a;
  text-shadow: none;
}

.mewthy-showcase .mewthy-card--hero .mewthy-card__text {
  max-width: 62%;
}

.mewthy-showcase .mewthy-card--hero h3 {
  font-size: 31px;
}

.mewthy-showcase .mewthy-card--hero img {
  width: 76%;
  max-width: 520px;
  max-height: 430px;
  right: 32px;
  bottom: 34px;
}

/* Top right */
.mewthy-showcase .mewthy-card--wide {
  min-height: 250px;
  background:
    radial-gradient(circle at 78% 40%, rgba(160,107,196,.22), transparent 36%),
    linear-gradient(135deg, #181126 0%, #2c2148 58%, #5b348a 100%);
}

.mewthy-showcase .mewthy-card--wide img {
  width: 44%;
  max-width: 310px;
  max-height: 190px;
}

/* Bottom product cards */
.mewthy-showcase .mewthy-card--small {
  min-height: 230px;
  background:
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(135deg, #3a2259 0%, #5b348a 58%, #8a58b0 100%);
}

.mewthy-showcase .mewthy-card--small h3 {
  font-size: 21px;
}

.mewthy-showcase .mewthy-card--small .mewthy-card__text {
  max-width: 48%;
}

.mewthy-showcase .mewthy-card--bundle img {
  width: 54%;
  max-width: 205px;
  max-height: 175px;
  right: 10px;
  bottom: 10px;
}

.mewthy-showcase .mewthy-card--etb img {
  width: 62%;
  max-width: 230px;
  max-height: 178px;
  right: 4px;
  bottom: 10px;
}

/* CTA tile rechts onder */
.mewthy-luxury-tile {
  min-height: 180px;
  color: #24143a;
  background:
    radial-gradient(circle at 85% 20%, rgba(160,107,196,.22), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,241,250,.90));
}

.mewthy-luxury-tile h3 {
  position: relative;
  z-index: 5;
  margin: 12px 0 8px;
  max-width: 340px;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.mewthy-luxury-tile p {
  position: relative;
  z-index: 5;
  margin: 0;
  max-width: 420px;
  color: rgba(36,20,58,.66);
  font-size: 13px;
  line-height: 1.45;
}

.mewthy-luxury-tile strong {
  position: relative;
  z-index: 5;
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

/* Mobile */
@media screen and (max-width: 900px) {
  .mewthy-showcase {
    padding: 64px 16px;
  }

  .mewthy-layout,
  .mewthy-right,
  .mewthy-right-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mewthy-showcase .mewthy-card,
  .mewthy-showcase .mewthy-card--hero,
  .mewthy-showcase .mewthy-card--wide,
  .mewthy-showcase .mewthy-card--small,
  .mewthy-luxury-tile {
    min-height: 290px;
  }

  .mewthy-showcase .mewthy-card--hero {
    min-height: 380px;
  }

  .mewthy-showcase .mewthy-card__text,
  .mewthy-showcase .mewthy-card--hero .mewthy-card__text,
  .mewthy-showcase .mewthy-card--small .mewthy-card__text {
    max-width: 58%;
  }

  .mewthy-showcase .mewthy-card img,
  .mewthy-showcase .mewthy-card--hero img {
    width: 56%;
    right: 12px;
    bottom: 14px;
    max-height: 245px;
  }
}
/* MEWTHY INSANE PREMIUM FOOTER */

.mewthy-footer {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 120px;
  padding: 90px 24px 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(160,107,196,.24), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(91,52,138,.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f2fb 100%);
  border-top: 1px solid rgba(91,52,138,.12);
}

.mewthy-footer__glow {
  position: absolute;
  left: 50%;
  top: -160px;
  width: 760px;
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(160,107,196,.22), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.mewthy-footer__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.mewthy-footer__brand {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow:
    0 30px 90px rgba(36,20,58,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.mewthy-footer__brand img {
  display: block;
  width: min(280px, 85%);
  height: auto;
  margin: 0 0 22px;
  object-fit: contain;
}

.mewthy-footer__brand p {
  max-width: 420px;
  margin: 0;
  color: rgba(36,20,58,.68);
  font-size: 15px;
  line-height: 1.6;
}

.mewthy-footer__cta {
  display: inline-flex;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(36,20,58,.22);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.mewthy-footer__cta:hover {
  transform: translateY(-2px);
  background: #5b348a;
  box-shadow: 0 24px 55px rgba(91,52,138,.28);
}

.mewthy-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(91,52,138,.08);
  box-shadow: 0 24px 70px rgba(36,20,58,.08);
}

.mewthy-footer__columns h4 {
  margin: 0 0 16px;
  color: #24143a;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mewthy-footer__columns a {
  display: block;
  margin-bottom: 11px;
  color: rgba(36,20,58,.64);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color .22s ease, transform .22s ease;
}

.mewthy-footer__columns a:hover {
  color: #5b348a;
  transform: translateX(5px);
}

.mewthy-footer__bottom {
  position: relative;
  max-width: 1280px;
  margin: 44px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(36,20,58,.10);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(36,20,58,.56);
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .mewthy-footer {
    margin-top: 80px;
    padding: 64px 16px 28px;
  }

  .mewthy-footer__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mewthy-footer__brand,
  .mewthy-footer__columns {
    padding: 26px;
    border-radius: 26px;
  }

  .mewthy-footer__brand img {
    width: min(230px, 90%);
  }

  .mewthy-footer__columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mewthy-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* ===== MEWTHY PRODUCT PAGE INSANE ===== */

.mewthy-product-page {
  margin-top: 60px;
  padding: 0 24px;
}

.mewthy-product-page__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */
.mewthy-product-media {
  border-radius: 28px;
  background: linear-gradient(135deg,#f4effa,#ffffff);
  padding: 40px;
  box-shadow: 0 40px 100px rgba(36,20,58,.15);
}

.mewthy-product-media img {
  width: 100%;
  border-radius: 18px;
  transition: transform .4s ease;
}

.mewthy-product-media:hover img {
  transform: scale(1.04);
}

/* INFO CARD */
.mewthy-product-info {
  padding: 40px;
  border-radius: 28px;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 30px 80px rgba(36,20,58,.12);
}

.mewthy-product-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #5b348a;
  font-weight: 900;
}

/* TITLE */
.mewthy-product-info h1 {
  font-size: 38px;
  font-weight: 950;
  margin: 10px 0;
  color: #24143a;
}

/* PRICE */
.mewthy-product-price {
  font-size: 28px;
  font-weight: 900;
  color: #5b348a;
  margin-bottom: 16px;
}

/* DESCRIPTION */
.mewthy-product-description {
  color: rgba(36,20,58,.7);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ACTIONS */
.mewthy-product-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.quantity {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(36,20,58,.2);
}

.quantity button {
  padding: 10px 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.quantity input {
  width: 50px;
  text-align: center;
  border: none;
}

/* BUTTON */
.mewthy-atc {
  flex: 1;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(36,20,58,.25);
  transition: all .25s ease;
}

.mewthy-atc:hover {
  background: #5b348a;
  transform: translateY(-2px);
  box-shadow: 0 25px 60px rgba(91,52,138,.35);
}

/* TRUST GRID */
.mewthy-product-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mewthy-product-trust-grid div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(36,20,58,.08);
}

.mewthy-product-trust-grid strong {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.mewthy-product-trust-grid p {
  margin: 0;
  font-size: 12px;
  color: rgba(36,20,58,.6);
}

/* MOBILE */
@media (max-width: 900px) {
  .mewthy-product-page__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mewthy-product-info {
    padding: 24px;
  }

  .mewthy-product-info h1 {
    font-size: 26px;
  }
}
/* MEWTHY STICKY ADD TO CART */

.mewthy-sticky-atc {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 9999;
  width: min(720px, calc(100% - 32px));
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 22px 70px rgba(36,20,58,.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mewthy-sticky-atc strong {
  display: block;
  color: #24143a;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
}

.mewthy-sticky-atc span {
  display: block;
  color: #5b348a;
  font-size: 13px;
  font-weight: 900;
  margin-top: 3px;
}

.mewthy-sticky-atc form {
  margin: 0;
}

.mewthy-sticky-atc button {
  border: none;
  border-radius: 999px;
  background: #24143a;
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(36,20,58,.24);
}

.mewthy-sticky-atc button:hover {
  background: #5b348a;
}

@media screen and (max-width: 749px) {
  .mewthy-sticky-atc {
    bottom: 12px;
    border-radius: 22px;
  }

  .mewthy-sticky-atc strong {
    font-size: 13px;
  }

  .mewthy-sticky-atc button {
    padding: 12px 16px;
    white-space: nowrap;
  }
}
/* MEWTHY PREMIUM CATEGORY PAGE */

.mewthy-collection-page {
  padding: 125px 24px 95px;
  background: #fff;
}

.mewthy-collection-page__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.mewthy-collection-page__heading {
  margin-bottom: 34px;
}

.mewthy-collection-page__heading span {
  color: #6b3fa0;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.mewthy-collection-page__heading h1 {
  margin: 8px 0 0;
  color: #24143a;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .9;
  font-weight: 950;
}

.mewthy-collection-page__heading p {
  margin: 18px 0 0;
  max-width: 640px;
  color: rgba(36,20,58,.68);
  font-size: 16px;
}

.mewthy-collection-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mewthy-collection-card {
  position: relative;
  min-height: 310px;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  color: #24143a;
  background:
    radial-gradient(circle at 75% 35%, rgba(255,255,255,.35), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4edf9 58%, #e5d5ef 100%);
  box-shadow:
    0 26px 75px rgba(36,20,58,.13),
    inset 0 1px 0 rgba(255,255,255,.8);
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}

.mewthy-collection-card:nth-child(2n) {
  color: #fff;
  background:
    radial-gradient(circle at 75% 35%, rgba(160,107,196,.24), transparent 34%),
    linear-gradient(135deg, #24143a 0%, #4b268c 58%, #8a58b0 100%);
}

.mewthy-collection-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 31px;
  border: 1px solid rgba(255,255,255,.45);
  z-index: 4;
  pointer-events: none;
}

.mewthy-collection-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.42) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .85s ease;
  z-index: 3;
}

.mewthy-collection-card:hover {
  transform: translateY(-10px) scale(1.018);
  box-shadow:
    0 46px 110px rgba(91,52,138,.28),
    inset 0 1px 0 rgba(255,255,255,.6);
}

.mewthy-collection-card:hover .mewthy-collection-card__shine {
  transform: translateX(130%);
}

.mewthy-collection-card img {
  position: absolute;
  z-index: 2;
  width: 82%;
  max-height: 190px;
  object-fit: contain;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 22px 26px rgba(36,20,58,.22));
  transition: transform .4s ease;
}

.mewthy-collection-card:hover img {
  transform: translate(-50%, -53%) scale(1.10) rotate(-1.5deg);
}

.mewthy-collection-card__content {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.mewthy-collection-card__content h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.mewthy-collection-card__content span {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #5b348a;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(36,20,58,.14);
}

/* hide default Tinker collection list */
.template-list-collections .collection-list,
.template-list-collections .collection-list-wrapper {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .mewthy-collection-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .mewthy-collection-page {
    padding: 95px 16px 64px;
  }

  .mewthy-collection-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mewthy-collection-card {
    min-height: 225px;
    border-radius: 24px;
  }

  .mewthy-collection-card img {
    max-height: 125px;
  }

  .mewthy-collection-card__content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .mewthy-collection-card__content h3 {
    font-size: 16px;
  }

  .mewthy-collection-card__content span {
    font-size: 12px;
  }
}
/* MEWTHY COLLECTION EFFECTS UPGRADE */

.mewthy-collection-card {
  transform-style: preserve-3d;
}

.mewthy-collection-card:hover {
  transform: translateY(-12px) scale(1.025) rotateX(2deg) rotateY(-2deg);
}

.mewthy-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.45), transparent 35%),
    linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.5) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .85s ease;
  z-index: 3;
  pointer-events: none;
}

.mewthy-collection-card:hover::after {
  transform: translateX(130%);
}

.mewthy-collection-card:hover img {
  transform: translate(-50%, -55%) scale(1.14) rotate(-2deg);
}

.mewthy-collection-card:hover .mewthy-collection-card__content h3 {
  transform: translateY(-3px);
}

.mewthy-collection-card__content h3,
.mewthy-collection-card__content span {
  transition: transform .25s ease;
}

.mewthy-collection-card:hover .mewthy-collection-card__content span {
  transform: translateY(-2px);
}
/* REMOVE SPACE ABOVE FOOTER */
footer {
  margin-top: 0 !important;
}

main > .shopify-section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove white gap above footer */
body {
  background: #fff;
}

.mewthy-collection-page {
  padding-bottom: 0 !important;
}
/* MEWTHY ULTRA PREMIUM COLLECTION TEMPLATE */

.mewthy-collection-template {
  padding: 125px 24px 90px;
  background: #fff;
}

.mewthy-collection-template__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.mewthy-collection-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.mewthy-collection-hero__text,
.mewthy-collection-hero__visual {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(246,241,250,.9));
  box-shadow:
    0 30px 90px rgba(36,20,58,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
  border: 1px solid rgba(91,52,138,.08);
}

.mewthy-collection-hero__text {
  padding: 44px;
}

.mewthy-collection-hero__text span {
  color: #6b3fa0;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.mewthy-collection-hero__text h1 {
  margin: 10px 0 18px;
  color: #24143a;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .9;
  font-weight: 950;
}

.mewthy-collection-description,
.mewthy-collection-hero__text p {
  max-width: 620px;
  color: rgba(36,20,58,.68);
  font-size: 16px;
  line-height: 1.55;
}

.mewthy-collection-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  box-shadow: 0 18px 40px rgba(36,20,58,.22);
}

.mewthy-collection-meta strong {
  font-weight: 950;
}

.mewthy-collection-meta span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.mewthy-collection-hero__visual {
  min-height: 330px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 40%, rgba(160,107,196,.25), transparent 38%),
    linear-gradient(135deg, #24143a, #5b348a);
}

.mewthy-collection-hero__visual img {
  max-width: 78%;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(0,0,0,.28));
  transition: transform .45s ease;
}

.mewthy-collection-hero__visual:hover img {
  transform: scale(1.08) rotate(-1.5deg);
}

.mewthy-collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(91,52,138,.08);
  box-shadow: 0 18px 50px rgba(36,20,58,.08);
}

.mewthy-collection-toolbar span {
  display: block;
  color: #6b3fa0;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.mewthy-collection-toolbar strong {
  color: #24143a;
  font-size: 18px;
  font-weight: 950;
}

.mewthy-collection-sort {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mewthy-collection-sort a {
  padding: 9px 13px;
  border-radius: 999px;
  background: #f5eef9;
  color: #24143a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  transition: all .22s ease;
}

.mewthy-collection-sort a:hover {
  background: #24143a;
  color: #fff;
  transform: translateY(-2px);
}

.mewthy-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mewthy-product-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 30px;
  padding: 20px;
  text-decoration: none;
  background:
    radial-gradient(circle at 75% 30%, rgba(255,255,255,.38), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4edf9 58%, #e5d5ef 100%);
  box-shadow:
    0 26px 75px rgba(36,20,58,.12),
    inset 0 1px 0 rgba(255,255,255,.8);
  border: 1px solid rgba(91,52,138,.08);
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}

.mewthy-product-card:nth-child(4n + 2),
.mewthy-product-card:nth-child(4n + 4) {
  background:
    radial-gradient(circle at 75% 30%, rgba(160,107,196,.25), transparent 34%),
    linear-gradient(135deg, #24143a 0%, #4b268c 58%, #8a58b0 100%);
}

.mewthy-product-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,.42);
  z-index: 4;
  pointer-events: none;
}

.mewthy-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.42) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .85s ease;
  z-index: 3;
  pointer-events: none;
}

.mewthy-product-card:hover {
  transform: translateY(-10px) scale(1.018);
  box-shadow:
    0 46px 110px rgba(91,52,138,.28),
    inset 0 1px 0 rgba(255,255,255,.6);
}

.mewthy-product-card:hover::after {
  transform: translateX(130%);
}

.mewthy-product-card__image {
  height: 270px;
  display: grid;
  place-items: center;
}

.mewthy-product-card__image img {
  max-width: 92%;
  max-height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(36,20,58,.22));
  transition: transform .4s ease;
}

.mewthy-product-card:hover img {
  transform: scale(1.10) rotate(-1.5deg);
}

.mewthy-product-card__content {
  position: relative;
  z-index: 5;
}

.mewthy-product-card__content h3 {
  margin: 0 0 10px;
  color: #24143a;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 950;
}

.mewthy-product-card:nth-child(4n + 2) h3,
.mewthy-product-card:nth-child(4n + 4) h3 {
  color: #fff;
}

.mewthy-product-card__content span {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  color: #5b348a;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(36,20,58,.14);
}

.mewthy-product-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 8;
  padding: 8px 12px;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.mewthy-pagination {
  margin-top: 42px;
  text-align: center;
}

/* hide default collection blocks */
.collection,
.collection-heading,
.collection-product-list,
.facets-wrapper,
.product-grid-container {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .mewthy-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .mewthy-collection-template {
    padding: 95px 16px 64px;
  }

  .mewthy-collection-hero {
    grid-template-columns: 1fr;
  }

  .mewthy-collection-hero__text {
    padding: 28px;
  }

  .mewthy-collection-hero__visual {
    min-height: 240px;
  }

  .mewthy-collection-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .mewthy-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mewthy-product-card {
    min-height: 300px;
    border-radius: 24px;
    padding: 14px;
  }

  .mewthy-product-card__image {
    height: 205px;
  }

  .mewthy-product-card__image img {
    max-height: 185px;
  }

  .mewthy-product-card__content h3 {
    font-size: 13px;
  }
}
/* MEWTHY GLOBAL PREMIUM MICRO INTERACTIONS */

/* smoother site feel */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* premium button feel */
button,
.button,
.shopify-payment-button__button,
.mewthy-atc,
.mewthy-footer__cta,
.mewthy-why__button,
.mewthy-luxury-tile strong {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, opacity .22s ease;
}

button:hover,
.button:hover,
.shopify-payment-button__button:hover,
.mewthy-atc:hover,
.mewthy-footer__cta:hover,
.mewthy-why__button:hover,
.mewthy-luxury-tile strong:hover {
  transform: translateY(-2px);
}

button:active,
.button:active,
.shopify-payment-button__button:active,
.mewthy-atc:active,
.mewthy-footer__cta:active,
.mewthy-why__button:active {
  transform: scale(.97);
}

/* premium image hover everywhere */
.product-card-wrapper img,
.card img,
.mewthy-product-card img,
.mewthy-collection-card img,
.mewthy-card img {
  transition: transform .35s ease, filter .35s ease;
}

/* links feel more alive */
a {
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

/* soft focus state */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #a06bc4;
  outline-offset: 3px;
  border-radius: 12px;
}

/* premium selection color */
::selection {
  background: #d8c3f0;
  color: #24143a;
}

/* reduce animation for users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* MEWTHY PRODUCT CONVERSION POLISH */

.mewthy-product-info {
  position: relative;
}

.mewthy-product-info::before {
  content: "100% authentic sealed TCG products";
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f4edf9;
  color: #5b348a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

.mewthy-atc {
  position: relative;
  overflow: hidden;
}

.mewthy-atc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255,255,255,.28) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .75s ease;
}

.mewthy-atc:hover::after {
  transform: translateX(130%);
}

.mewthy-product-price {
  display: inline-flex;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(36,20,58,.14);
}
/* MEWTHY PREMIUM CART DRAWER */

.mewthy-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.mewthy-cart-drawer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mewthy-cart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(36, 20, 58, .34);
  backdrop-filter: blur(8px);
}

.mewthy-cart-panel {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  width: min(440px, calc(100vw - 28px));
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(246,241,250,.90));
  box-shadow: 0 40px 120px rgba(36,20,58,.30);
  border: 1px solid rgba(255,255,255,.85);
  transform: translateX(110%);
  transition: transform .35s ease;
  display: flex;
  flex-direction: column;
}

.mewthy-cart-drawer.active .mewthy-cart-panel {
  transform: translateX(0);
}

.mewthy-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mewthy-cart-header h3 {
  margin: 0;
  color: #24143a;
  font-size: 28px;
  font-weight: 950;
}

#mewthy-cart-close {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  cursor: pointer;
}

#mewthy-cart-items {
  overflow-y: auto;
  padding-right: 4px;
}

.mewthy-cart-item {
  display: flex;
  gap: 12px;
  padding: 13px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 14px 34px rgba(36,20,58,.08);
}

.mewthy-cart-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

.mewthy-cart-item strong {
  display: block;
  color: #24143a;
  font-size: 14px;
  line-height: 1.2;
}

.mewthy-cart-item span {
  display: block;
  margin-top: 6px;
  color: #5b348a;
  font-size: 13px;
  font-weight: 900;
}

.mewthy-cart-footer {
  margin-top: auto;
  padding-top: 18px;
}

.mewthy-cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #24143a;
  font-size: 16px;
}

.mewthy-cart-total strong {
  font-weight: 950;
}

.mewthy-cart-checkout {
  display: block;
  padding: 15px;
  border-radius: 999px;
  background: #24143a;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(36,20,58,.25);
}

.mewthy-cart-checkout:hover {
  background: #5b348a;
}

@media screen and (max-width: 749px) {
  .mewthy-cart-panel {
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    border-radius: 24px;
  }
}
/* =========================
   MEWTHY CART DRAWER — PREMIUM CONTROLS
========================= */

.mewthy-shipping-progress {
  margin: 6px 0 18px;
}

.mewthy-shipping-text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #6b3fa0;
}

.mewthy-shipping-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(36, 20, 58, 0.08);
}

.mewthy-shipping-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6b3fa0, #b895ff);
  box-shadow: 0 0 18px rgba(107, 63, 160, 0.45);
  transition: width .45s ease;
}

.mewthy-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 40px rgba(36,20,58,.08);
}

.mewthy-cart-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
}

.mewthy-cart-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.mewthy-cart-actions button {
  border: 0;
  height: 30px;
  min-width: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(107,63,160,.12);
  color: #24143a;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.mewthy-cart-actions button:hover {
  transform: translateY(-1px);
  background: rgba(107,63,160,.2);
}

.mewthy-remove {
  margin-left: auto;
  font-size: 12px;
}
/* =========================
   MEWTHY — SHIPPING GLOW UPGRADE
========================= */

.mewthy-shipping-fill {
  position: relative;
  overflow: hidden;
}

.mewthy-shipping-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  animation: mewthy-shine 2.4s infinite;
}

@keyframes mewthy-shine {
  0% { left: -40%; }
  100% { left: 120%; }
}


/* =========================
   MEWTHY — CART GLASS UPGRADE
========================= */

.mewthy-cart-item {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 12px 30px rgba(36,20,58,0.08),
    inset 0 1px 0 rgba(255,255,255,0.4);
}


/* =========================
   MEWTHY — BUTTON POLISH
========================= */

.mewthy-cart-actions button {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mewthy-cart-actions button:active {
  transform: scale(0.92);
}
/* =========================
   MEWTHY CART DRAWER — SMOOTH OPEN ANIMATION
========================= */

.mewthy-cart-drawer {
  pointer-events: none;
}

.mewthy-cart-drawer.active {
  pointer-events: auto;
}

.mewthy-cart-overlay {
  opacity: 0;
  transition: opacity .45s ease;
}

.mewthy-cart-drawer.active .mewthy-cart-overlay {
  opacity: 1;
}

.mewthy-cart-panel {
  transform: translateX(24px) scale(.98);
  opacity: 0;
  transition:
    transform .55s cubic-bezier(.16, 1, .3, 1),
    opacity .35s ease;
}

.mewthy-cart-drawer.active .mewthy-cart-panel {
  transform: translateX(0) scale(1);
  opacity: 1;
}
/* =========================
   MEWTHY HEADER — CART COUNT ANIMATION
========================= */

.mewthy-cart-count {
  display: inline-block;
  transition: transform .25s ease, opacity .25s ease;
}

.mewthy-cart-count.bump {
  transform: scale(1.25);
}
/* =========================
   MEWTHY CART DRAWER — STOCK NOTICE
========================= */

.mewthy-cart-notice {
  display: none;
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #5b348a;
  font-size: 13px;
  font-weight: 700;
  background: rgba(107,63,160,.10);
  box-shadow: 0 14px 32px rgba(36,20,58,.08);
}

.mewthy-cart-notice.active {
  display: block;
}
/* =========================
   MEWTHY — ADD TO CART FX
========================= */

.mewthy-atc {
  position: relative;
  overflow: hidden;
}

.mewthy-atc::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  opacity: 0;
}

.mewthy-atc.is-loading::after {
  animation: mewthy-atc-shine 0.8s ease;
  opacity: 1;
}

.mewthy-atc:active {
  transform: scale(0.96);
}

@keyframes mewthy-atc-shine {
  0% { left: -60%; }
  100% { left: 120%; }
}
/* =========================
   MEWTHY CART DRAWER — LUXURY HIERARCHY
========================= */

.mewthy-cart-header {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(36,20,58,.08);
}

.mewthy-cart-header h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.mewthy-cart-total {
  padding-top: 18px;
  border-top: 1px solid rgba(36,20,58,.08);
}

.mewthy-cart-total span {
  color: rgba(36,20,58,.55);
}

.mewthy-cart-total strong {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.mewthy-cart-checkout {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}

.mewthy-cart-checkout::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.45),
    transparent
  );
}

.mewthy-cart-checkout:hover::after {
  animation: mewthy-checkout-shine .9s ease;
}

@keyframes mewthy-checkout-shine {
  to {
    transform: translateX(120%) skewX(-18deg);
  }
}
/* =========================
   MEWTHY CONTACT PAGE — FINAL CLEAN
========================= */

.mewthy-contact-premium {
  position: relative;
  overflow: hidden;
  padding: 150px 20px 170px;
  background: #ffffff;
}

.mewthy-contact-premium__wrap {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.mewthy-contact-premium__eyebrow {
  display: inline-flex;
  padding: 9px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.09);
  color: #5b348a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mewthy-contact-premium h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.mewthy-contact-premium__intro {
  max-width: 560px;
  margin: 22px auto 42px;
  color: rgba(36, 20, 58, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

/* Background glow orbs */
.mewthy-contact-premium__orb {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.45;
  pointer-events: none;
  animation: mewthy-contact-float 8s ease-in-out infinite;
}

.mewthy-contact-premium__orb--one {
  left: -90px;
  top: 120px;
  background: rgba(107, 63, 160, 0.12);
}

.mewthy-contact-premium__orb--two {
  right: -100px;
  bottom: 80px;
  background: rgba(181, 145, 255, 0.16);
  animation-delay: -3s;
}

/* Floating support images */
.mewthy-contact-premium__float-card {
  position: absolute;
  z-index: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
  animation: mewthy-contact-card-float 7s ease-in-out infinite;
}

.mewthy-contact-premium__float-card::before {
  display: none;
}

.mewthy-contact-premium__float-card::after {
  content: "";
  position: absolute;
  top: 6%;
  left: -85%;
  width: 45%;
  height: 88%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.75),
    transparent
  );
  transform: skewX(-18deg);
  animation: mewthy-contact-card-shine 2.2s linear infinite;
  pointer-events: none;
  z-index: 3;
}

.mewthy-contact-premium__float-card img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 32px 60px rgba(107, 63, 160, 0.22));
}

.mewthy-contact-premium__float-card--one {
  width: 230px;
  height: 300px;
  left: 5%;
  top: 190px;
  transform: rotate(-8deg);
}

.mewthy-contact-premium__float-card--two {
  width: 190px;
  height: 250px;
  right: 6%;
  top: 285px;
  transform: rotate(8deg);
  animation-delay: -2.2s;
}

/* Quick contact cards */
.mewthy-contact-premium__quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto 18px;
}

.mewthy-contact-premium__quick-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  text-decoration: none;
  text-align: left;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(107,63,160,0.12);
  box-shadow: 0 18px 45px rgba(36,20,58,0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mewthy-contact-premium__quick-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.78) 48%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
  pointer-events: none;
}

.mewthy-contact-premium__quick-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107,63,160,0.28);
  box-shadow: 0 26px 70px rgba(36,20,58,0.11);
}

.mewthy-contact-premium__quick-card:hover::before {
  transform: translateX(120%);
}

.mewthy-contact-premium__quick-icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(107,63,160,0.14), rgba(255,255,255,0.9));
  color: #6b3fa0;
  font-size: 20px;
  font-weight: 900;
}

.mewthy-contact-premium__quick-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #24143a;
  font-size: 14px;
  font-weight: 900;
}

.mewthy-contact-premium__quick-copy span {
  display: block;
  color: rgba(36,20,58,0.58);
  font-size: 13px;
  line-height: 1.45;
}

/* Trust badges */
.mewthy-contact-premium__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto 26px;
}

.mewthy-contact-premium__trust-badge {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(107,63,160,0.08);
  border: 1px solid rgba(107,63,160,0.10);
  color: rgba(36,20,58,0.72);
  font-size: 12px;
  font-weight: 900;
}

/* Form card */
.mewthy-contact-premium__card {
  position: relative;
  padding: 1px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(107,63,160,0.32), rgba(255,255,255,0.75));
  box-shadow:
    0 30px 90px rgba(36, 20, 58, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.mewthy-contact-premium__card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.9), transparent 80%);
  opacity: 0;
  transform: translateX(-25%);
  transition: 0.6s ease;
  pointer-events: none;
}

.mewthy-contact-premium__card:hover::before {
  opacity: 1;
  transform: translateX(25%);
}

.mewthy-contact-premium__form {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 31px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.mewthy-contact-premium__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mewthy-contact-premium label {
  display: block;
  margin-bottom: 16px;
  text-align: left;
}

.mewthy-contact-premium label span {
  display: block;
  margin: 0 0 8px 4px;
  color: rgba(36, 20, 58, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.mewthy-contact-premium input,
.mewthy-contact-premium textarea {
  width: 100%;
  border: 1px solid rgba(107, 63, 160, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.78);
  color: #24143a;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
  transition: 0.22s ease;
}

.mewthy-contact-premium textarea {
  min-height: 160px;
  resize: vertical;
}

.mewthy-contact-premium input:focus,
.mewthy-contact-premium textarea:focus {
  border-color: rgba(107, 63, 160, 0.55);
  background: #fff;
  box-shadow:
    0 0 0 4px rgba(107, 63, 160, 0.10),
    0 16px 35px rgba(36, 20, 58, 0.08);
  transform: translateY(-1px);
}

.mewthy-contact-premium button {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(107, 63, 160, 0.32);
  transition: 0.25s ease;
}

.mewthy-contact-premium button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent);
  transform: skewX(-20deg);
}

.mewthy-contact-premium button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(107, 63, 160, 0.42);
}

.mewthy-contact-premium button:hover::before {
  animation: mewthy-contact-shine 0.75s ease;
}

/* Form states */
.mewthy-contact-premium__success,
.mewthy-contact-premium__error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
  text-align: left;
}

.mewthy-contact-premium__success {
  background: rgba(68, 191, 132, 0.12);
  color: #21724c;
}

.mewthy-contact-premium__error {
  background: rgba(220, 38, 38, 0.10);
  color: #991b1b;
}

/* Success state */
.mewthy-contact-premium__success-state {
  text-align: center;
  padding: 18px 6px 4px;
}

.mewthy-contact-premium__success-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #6b3fa0, #5b348a);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(107,63,160,0.25);
}

.mewthy-contact-premium__success-state h2 {
  margin: 0 0 10px;
  color: #24143a;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em;
}

.mewthy-contact-premium__success-state p {
  max-width: 480px;
  margin: 0 auto 24px;
  color: rgba(36,20,58,0.66);
  line-height: 1.7;
}

.mewthy-contact-premium__success-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mewthy-contact-premium__success-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a);
  box-shadow: 0 18px 38px rgba(107,63,160,0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mewthy-contact-premium__success-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(107,63,160,0.34);
}

.mewthy-contact-premium__success-button--ghost {
  color: #5b348a;
  background: rgba(107,63,160,0.08);
  box-shadow: none;
  border: 1px solid rgba(107,63,160,0.12);
}

/* Animations */
@keyframes mewthy-contact-shine {
  to {
    left: 130%;
  }
}

@keyframes mewthy-contact-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-24px) scale(1.06);
  }
}

@keyframes mewthy-contact-card-float {
  0%, 100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -18px;
  }
}

@keyframes mewthy-contact-card-shine {
  0% {
    left: -85%;
  }

  100% {
    left: 130%;
  }
}

/* Responsive */
@media (max-width: 989px) {
  .mewthy-contact-premium__float-card {
    display: none;
  }
}

@media (max-width: 749px) {
  .mewthy-contact-premium {
    padding: 120px 16px 130px;
  }

  .mewthy-contact-premium__quick-grid,
  .mewthy-contact-premium__grid,
  .mewthy-contact-premium__success-actions {
    grid-template-columns: 1fr;
  }

  .mewthy-contact-premium__grid {
    gap: 0;
  }

  .mewthy-contact-premium__form {
    padding: 22px;
  }
}
.mewthy-home-blog {
  padding: 34px 0 10px;
}

.mewthy-home-blog .page-width {
  max-width: 1280px;
}

.mewthy-home-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.mewthy-home-blog__eyebrow {
  margin-bottom: 8px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-home-blog__header h2 {
  margin: 0 0 8px;
  color: #24143a;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.mewthy-home-blog__header p {
  max-width: 660px;
  margin: 0;
  color: rgba(36, 20, 58, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.mewthy-home-blog__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #24143a, #5b348a, #6b3fa0);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(107, 63, 160, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mewthy-home-blog__view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(107, 63, 160, 0.24);
}

.mewthy-home-blog__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.mewthy-home-blog__side {
  display: grid;
  gap: 18px;
}

.mewthy-home-blog__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,244,255,0.95));
  border: 1px solid rgba(107, 63, 160, 0.10);
  box-shadow:
    0 20px 50px rgba(36, 20, 58, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.85);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.mewthy-home-blog__card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 63, 160, 0.18);
  box-shadow:
    0 28px 70px rgba(36, 20, 58, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.mewthy-home-blog__card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mewthy-home-blog__card--featured .mewthy-home-blog__image-wrap {
  aspect-ratio: 16 / 10;
}

.mewthy-home-blog__image-wrap,
.mewthy-home-blog__small-media {
  overflow: hidden;
  background: linear-gradient(135deg, #f3ebff, #ffffff);
}

.mewthy-home-blog__image,
.mewthy-home-blog__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.mewthy-home-blog__card:hover .mewthy-home-blog__image,
.mewthy-home-blog__card:hover .mewthy-home-blog__thumb {
  transform: scale(1.04);
}

.mewthy-home-blog__image--placeholder,
.mewthy-home-blog__thumb--placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  background:
    radial-gradient(circle at 30% 20%, rgba(107,63,160,0.16), transparent 30%),
    linear-gradient(180deg, #f6f1ff 0%, #ffffff 100%);
}

.mewthy-home-blog__content {
  padding: 22px 22px 24px;
}

.mewthy-home-blog__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: rgba(36, 20, 58, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.mewthy-home-blog__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.08);
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 800;
}

.mewthy-home-blog__content h3,
.mewthy-home-blog__small-content h3 {
  margin: 0 0 10px;
  color: #24143a;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.mewthy-home-blog__content p,
.mewthy-home-blog__small-content p {
  margin: 0;
  color: rgba(36, 20, 58, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.mewthy-home-blog__readmore {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #5b348a;
  font-size: 13px;
  font-weight: 800;
}

.mewthy-home-blog__card--small .mewthy-home-blog__card-link {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 100%;
}

.mewthy-home-blog__small-media {
  height: 100%;
}

.mewthy-home-blog__small-content {
  padding: 20px;
}

.mewthy-home-blog__small-content h3 {
  font-size: 22px;
}

.mewthy-home-blog__empty {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #faf7ff 0%, #ffffff 100%);
  border: 1px solid rgba(107, 63, 160, 0.08);
  text-align: center;
}

.mewthy-home-blog__empty h3 {
  margin: 0 0 8px;
  color: #24143a;
}

.mewthy-home-blog__empty p {
  margin: 0;
  color: rgba(36, 20, 58, 0.6);
}

@media (max-width: 989px) {
  .mewthy-home-blog__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .mewthy-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .mewthy-home-blog__card--small .mewthy-home-blog__card-link {
    grid-template-columns: 1fr;
  }

  .mewthy-home-blog__small-media {
    min-height: 220px;
  }
}

@media (max-width: 749px) {
  .mewthy-home-blog {
    padding: 20px 0 0;
  }

  .mewthy-home-blog__header h2 {
    font-size: 34px;
  }

  .mewthy-home-blog__content,
  .mewthy-home-blog__small-content {
    padding: 18px;
  }

  .mewthy-home-blog__content h3,
  .mewthy-home-blog__small-content h3 {
    font-size: 22px;
  }
}
.mewthy-home-blog-compact {
  padding: 10px 0 0;
}

.mewthy-home-blog-compact__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.mewthy-home-blog-compact__eyebrow {
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.mewthy-home-blog-compact h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: #24143a;
}

.mewthy-home-blog-compact__link {
  font-size: 13px;
  font-weight: 800;
  color: #5b348a;
  text-decoration: none;
}

.mewthy-home-blog-compact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mewthy-home-blog-compact__card {
  display: block;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(107,63,160,0.10);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(36,20,58,0.06);
  transition: all 0.25s ease;
}

.mewthy-home-blog-compact__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(36,20,58,0.10);
}

.mewthy-home-blog-compact__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.mewthy-home-blog-compact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mewthy-home-blog-compact__card:hover img {
  transform: scale(1.05);
}

.mewthy-home-blog-compact__content {
  padding: 14px 16px 16px;
}

.mewthy-home-blog-compact__content h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #24143a;
  line-height: 1.3;
}

.mewthy-home-blog-compact__meta {
  font-size: 12px;
  color: rgba(36,20,58,0.5);
}

@media (max-width: 989px) {
  .mewthy-home-blog-compact__grid {
    grid-template-columns: 1fr;
  }
}
.mewthy-journal-strip {
  padding: 34px 0 74px;
  background: #fff;
}

.mewthy-journal-strip__wrap {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}

.mewthy-journal-strip__head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 24px;
}

.mewthy-journal-strip__head span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mewthy-journal-strip__head h2 {
  margin: 0;
  color: #24143a;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.mewthy-journal-strip__head p {
  max-width: 520px;
  margin: 14px auto 0;
  color: rgba(36, 20, 58, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.mewthy-journal-strip__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}

.mewthy-journal-strip__card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 24px;
  border-radius: 30px;
  text-decoration: none;
  background:
    radial-gradient(circle at 85% 12%, rgba(107, 63, 160, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(248,243,255,0.9));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow:
    0 22px 70px rgba(36, 20, 58, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.mewthy-journal-strip__card--large {
  background:
    radial-gradient(circle at 85% 16%, rgba(255,255,255,0.38), transparent 28%),
    radial-gradient(circle at 20% 90%, rgba(107,63,160,0.22), transparent 34%),
    linear-gradient(145deg, #24143a, #5b348a 58%, #6b3fa0);
}

.mewthy-journal-strip__card:hover {
  transform: translateY(-5px);
  border-color: rgba(107, 63, 160, 0.24);
  box-shadow:
    0 30px 90px rgba(36, 20, 58, 0.13),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-journal-strip__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.55) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
  pointer-events: none;
}

.mewthy-journal-strip__card:hover .mewthy-journal-strip__shine {
  transform: translateX(120%);
}

.mewthy-journal-strip__tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.10);
  color: #6b3fa0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mewthy-journal-strip__card--large .mewthy-journal-strip__tag {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.mewthy-journal-strip__card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #24143a;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.mewthy-journal-strip__card--large h3 {
  color: #fff;
  font-size: 34px;
}

.mewthy-journal-strip__card p {
  position: relative;
  margin: 0 0 22px;
  color: rgba(36, 20, 58, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.mewthy-journal-strip__card--large p {
  color: rgba(255,255,255,0.74);
}

.mewthy-journal-strip__card strong {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #5b348a;
  font-size: 13px;
  font-weight: 900;
}

.mewthy-journal-strip__card--large strong {
  color: #fff;
}

@media (max-width: 989px) {
  .mewthy-journal-strip__grid {
    grid-template-columns: 1fr;
  }

  .mewthy-journal-strip__card,
  .mewthy-journal-strip__card--large {
    min-height: 190px;
  }
}
.mewthy-blog-page {
  padding: 150px 0 90px;
  background: #fff;
}

.mewthy-blog-page__wrap {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.mewthy-blog-page__hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}

.mewthy-blog-page__hero span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mewthy-blog-page__hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.mewthy-blog-page__hero p {
  max-width: 560px;
  margin: 20px auto 0;
  color: rgba(36, 20, 58, 0.6);
  font-size: 15px;
  line-height: 1.75;
}

.mewthy-blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mewthy-blog-page__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 12%, rgba(107, 63, 160, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,243,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.11);
  box-shadow:
    0 22px 70px rgba(36, 20, 58, 0.075),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.mewthy-blog-page__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.58) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
  pointer-events: none;
  z-index: 2;
}

.mewthy-blog-page__card:hover {
  transform: translateY(-5px);
  border-color: rgba(107, 63, 160, 0.22);
  box-shadow:
    0 30px 90px rgba(36, 20, 58, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-blog-page__card:hover::before {
  transform: translateX(120%);
}

.mewthy-blog-page__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mewthy-blog-page__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f6f1ff;
}

.mewthy-blog-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.mewthy-blog-page__card:hover img {
  transform: scale(1.05);
}

.mewthy-blog-page__content {
  position: relative;
  z-index: 3;
  padding: 22px;
}

.mewthy-blog-page__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.mewthy-blog-page__meta span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.08);
  color: #6b3fa0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mewthy-blog-page__content h2 {
  margin: 0 0 12px;
  color: #24143a;
  font-size: 25px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.mewthy-blog-page__content p {
  margin: 0 0 22px;
  color: rgba(36, 20, 58, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.mewthy-blog-page__content strong {
  color: #5b348a;
  font-size: 13px;
  font-weight: 900;
}

.mewthy-blog-page__empty {
  padding: 40px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,243,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.10);
}

.mewthy-blog-page__empty h2 {
  margin: 0 0 8px;
  color: #24143a;
}

.mewthy-blog-page__empty p {
  margin: 0;
  color: rgba(36, 20, 58, 0.6);
}

@media (max-width: 989px) {
  .mewthy-blog-page__grid {
    grid-template-columns: 1fr;
  }

  .mewthy-blog-page {
    padding: 120px 0 70px;
  }
}
.mewthy-article {
  position: relative;
  overflow: hidden;
  padding: 150px 0 90px;
  background: #fff;
}

.mewthy-article__wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.mewthy-article__hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.mewthy-article__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mewthy-article__hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.mewthy-article__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.mewthy-article__meta span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.08);
  color: rgba(36, 20, 58, 0.68);
  font-size: 11px;
  font-weight: 900;
}

.mewthy-article__excerpt {
  max-width: 640px;
  margin: 20px auto 0;
  color: rgba(36, 20, 58, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.mewthy-article__image-card {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto 44px;
  padding: 10px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.95), rgba(107,63,160,0.18), rgba(255,255,255,0.8));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow:
    0 30px 90px rgba(36, 20, 58, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-article__image-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28);
  pointer-events: none;
}

.mewthy-article__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
}

.mewthy-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 40px;
  align-items: start;
  justify-content: center;
}

.mewthy-article__content-wrap {
  min-width: 0;
}

.mewthy-article__sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 14px;
  order: 2;
}

.mewthy-article__side-card,
.mewthy-article__shop-card,
.mewthy-article__takeaway,
.mewthy-article__cta {
  border-radius: 28px;
  border: 1px solid rgba(107, 63, 160, 0.12);
  background:
    radial-gradient(circle at 85% 12%, rgba(107,63,160,0.12), transparent 36%),
    rgba(255,255,255,0.78);
  box-shadow: 0 22px 70px rgba(36, 20, 58, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mewthy-article__side-card {
  padding: 22px;
}

.mewthy-article__side-card span,
.mewthy-article__shop-card span,
.mewthy-article__takeaway span,
.mewthy-article__cta span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6b3fa0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-article__side-card h3 {
  margin: 0 0 14px;
  color: #24143a;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mewthy-article__side-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(36,20,58,0.66);
  font-size: 13px;
  line-height: 1.65;
}

.mewthy-article__shop-card {
  display: block;
  padding: 22px;
  text-decoration: none;
  background:
    radial-gradient(circle at 80% 15%, rgba(255,255,255,0.34), transparent 32%),
    linear-gradient(145deg, #24143a, #5b348a 58%, #6b3fa0);
}

.mewthy-article__shop-card span,
.mewthy-article__shop-card strong,
.mewthy-article__shop-card em {
  color: #fff;
}

.mewthy-article__shop-card strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mewthy-article__shop-card em {
  display: inline-flex;
  margin-top: 18px;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.mewthy-article__takeaway {
  max-width: 760px;
  padding: 24px;
  margin-bottom: 24px;
}

.mewthy-article__takeaway p {
  margin: 0;
  color: #24143a;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.mewthy-article__content {
  max-width: 760px;
}

.mewthy-article__content h2 {
  margin: 42px 0 14px;
  color: #24143a;
  font-size: 36px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mewthy-article__content p {
  margin: 0 0 18px;
  color: rgba(36, 20, 58, 0.72);
  font-size: 16px;
  line-height: 1.86;
}

.mewthy-article__content ul,
.mewthy-article__content ol {
  margin: 0 0 24px;
  padding-left: 22px;
  color: rgba(36, 20, 58, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.mewthy-article__content li {
  margin-bottom: 7px;
}

.mewthy-article__content strong {
  color: #24143a;
}

.mewthy-article__cta {
  max-width: 760px;
  margin-top: 44px;
  padding: 28px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,255,255,0.34), transparent 32%),
    linear-gradient(145deg, #24143a, #5b348a 58%, #6b3fa0);
}

.mewthy-article__cta span,
.mewthy-article__cta h2,
.mewthy-article__cta a {
  color: #fff;
}

.mewthy-article__cta h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mewthy-article__cta a {
  display: inline-flex;
  text-decoration: none;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  font-size: 13px;
  font-weight: 900;
}

.mewthy-article__orb {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  filter: blur(38px);
  opacity: 0.35;
  pointer-events: none;
}

.mewthy-article__orb--one {
  left: -120px;
  top: 260px;
  background: rgba(107,63,160,0.18);
}

.mewthy-article__orb--two {
  right: -120px;
  top: 520px;
  background: rgba(181,145,255,0.20);
}

@media (max-width: 989px) {
  .mewthy-article {
    padding: 120px 0 70px;
  }

  .mewthy-article__layout {
    grid-template-columns: 1fr;
  }

  .mewthy-article__sidebar {
    position: static;
    order: 2;
  }

  .mewthy-article__content {
    max-width: none;
  }
}

@media (max-width: 749px) {
  .mewthy-article__wrap {
    width: min(100% - 28px, 1120px);
  }

  .mewthy-article__hero h1 {
    font-size: 40px;
  }

  .mewthy-article__content h2 {
    font-size: 28px;
  }

  .mewthy-article__takeaway p {
    font-size: 17px;
  }
}
/* Mewthy article premium content blocks */

.mewthy-article-divider {
  width: 100%;
  height: 1px;
  margin: 44px 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(107, 63, 160, 0.18),
    transparent
  );
}

.mewthy-article-quote {
  margin: 42px 0;
  padding: 26px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(107, 63, 160, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,243,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow: 0 22px 70px rgba(36, 20, 58, 0.07);
}

.mewthy-article-quote span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #6b3fa0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-article-quote p {
  margin: 0;
  color: #24143a;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.mewthy-article-note {
  margin: 38px 0;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(107, 63, 160, 0.07);
  border: 1px solid rgba(107, 63, 160, 0.10);
}

.mewthy-article-note strong {
  color: #5b348a;
}

.mewthy-article-note p {
  margin: 0;
  color: rgba(36, 20, 58, 0.72);
}
.mewthy-cardmarket-page {
  position: relative;
  overflow: hidden;
  padding: 150px 0 90px;
  background: #fff;
}

.mewthy-cardmarket-page__wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.mewthy-cardmarket-page__hero {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.mewthy-cardmarket-page__badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.08);
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-cardmarket-page__hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.mewthy-cardmarket-page__hero p {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(36, 20, 58, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.mewthy-cardmarket-page__hero strong {
  color: #24143a;
}

.mewthy-cardmarket-page__actions {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 28px;
}

.mewthy-cardmarket-page__button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 20px 45px rgba(107, 63, 160, 0.26);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.mewthy-cardmarket-page__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 48%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent);
  transform: skewX(-18deg);
}

.mewthy-cardmarket-page__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 65px rgba(107, 63, 160, 0.36);
}

.mewthy-cardmarket-page__button:hover::before {
  animation: mewthy-cardmarket-shine 0.75s ease;
}

.mewthy-cardmarket-page__actions span {
  color: rgba(36, 20, 58, 0.45);
  font-size: 12px;
  font-weight: 700;
}

.mewthy-cardmarket-page__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 16px;
}

.mewthy-cardmarket-page__card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 26px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 12%, rgba(107,63,160,0.13), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,243,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow:
    0 22px 70px rgba(36, 20, 58, 0.075),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.mewthy-cardmarket-page__card:hover {
  transform: translateY(-5px);
  border-color: rgba(107, 63, 160, 0.22);
  box-shadow:
    0 30px 90px rgba(36, 20, 58, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-cardmarket-page__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.58) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
  pointer-events: none;
}

.mewthy-cardmarket-page__card:hover::before {
  transform: translateX(120%);
}

.mewthy-cardmarket-page__card--dark {
  grid-row: span 2;
  background:
    radial-gradient(circle at 82% 14%, rgba(255,255,255,0.32), transparent 34%),
    linear-gradient(145deg, #24143a, #5b348a 58%, #6b3fa0);
}

.mewthy-cardmarket-page__card span {
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.09);
  color: #6b3fa0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mewthy-cardmarket-page__card--dark span {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.mewthy-cardmarket-page__card h2,
.mewthy-cardmarket-page__card h3 {
  position: relative;
  margin: 0 0 12px;
  color: #24143a;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mewthy-cardmarket-page__card h2 {
  font-size: 46px;
}

.mewthy-cardmarket-page__card h3 {
  font-size: 28px;
}

.mewthy-cardmarket-page__card p {
  position: relative;
  margin: 0;
  color: rgba(36, 20, 58, 0.64);
  font-size: 14px;
  line-height: 1.7;
}

.mewthy-cardmarket-page__card--dark h2,
.mewthy-cardmarket-page__card--dark p {
  color: #fff;
}

.mewthy-cardmarket-page__card--dark p {
  color: rgba(255,255,255,0.74);
}

.mewthy-cardmarket-page__orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.32;
  pointer-events: none;
}

.mewthy-cardmarket-page__orb--one {
  left: -120px;
  top: 220px;
  background: rgba(107,63,160,0.18);
}

.mewthy-cardmarket-page__orb--two {
  right: -120px;
  bottom: 80px;
  background: rgba(181,145,255,0.20);
}

@keyframes mewthy-cardmarket-shine {
  to {
    left: 125%;
  }
}

@media (max-width: 989px) {
  .mewthy-cardmarket-page {
    padding: 120px 0 70px;
  }

  .mewthy-cardmarket-page__grid {
    grid-template-columns: 1fr;
  }

  .mewthy-cardmarket-page__card--dark {
    grid-row: auto;
  }
}

@media (max-width: 749px) {
  .mewthy-cardmarket-page__wrap {
    width: min(100% - 28px, 1120px);
  }

  .mewthy-cardmarket-page__hero h1 {
    font-size: 42px;
  }

  .mewthy-cardmarket-page__card h2 {
    font-size: 36px;
  }
}
.mewthy-header-cardmarket {
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px !important;
  border-radius: 999px;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.88), rgba(248,243,255,0.88));
  border: 1px solid rgba(107, 63, 160, 0.14);
  box-shadow:
    0 12px 30px rgba(36, 20, 58, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.95);
  color: #5b348a !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mewthy-header-cardmarket::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 52%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
  transform: skewX(-18deg);
  transition: left 0.55s ease;
}

.mewthy-header-cardmarket:hover {
  transform: translateY(-2px);
  border-color: rgba(107, 63, 160, 0.26);
  box-shadow:
    0 18px 42px rgba(36, 20, 58, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-header-cardmarket:hover::before {
  left: 125%;
}

.mewthy-header-cardmarket span {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.mewthy-header-cardmarket strong {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
}

.mewthy-mobile-menu__featured {
  margin-top: 10px;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-align: center;
  box-shadow: 0 16px 36px rgba(107, 63, 160, 0.22);
}

@media (max-width: 1180px) {
  .mewthy-header-cardmarket {
    display: none !important;
  }
}
.mewthy-social-page {
  position: relative;
  overflow: hidden;
  padding: 150px 0 95px;
  background:
    radial-gradient(circle at 12% 26%, rgba(107,63,160,0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(181,145,255,0.12), transparent 30%),
    #fff;
}

.mewthy-social-page__wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.mewthy-social-page__hero {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
}

.mewthy-social-page__badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.08);
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-social-page__hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.mewthy-social-page__hero p {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(36, 20, 58, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.mewthy-social-hub {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.mewthy-social-live,
.mewthy-social-mini,
.mewthy-social-strip {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  text-decoration: none;
  border: 1px solid rgba(107, 63, 160, 0.13);
  box-shadow:
    0 26px 80px rgba(36, 20, 58, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

.mewthy-social-live {
  min-height: 610px;
  padding: 24px;
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,0.25), transparent 30%),
    radial-gradient(circle at 20% 85%, rgba(181,145,255,0.30), transparent 34%),
    linear-gradient(145deg, #24143a, #4b2878 52%, #6b3fa0);
  color: #fff;
}

.mewthy-social-live::before,
.mewthy-social-mini::before,
.mewthy-social-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.45) 48%, transparent 66%);
  transform: translateX(-125%);
  transition: transform 0.85s ease;
  pointer-events: none;
}

.mewthy-social-live:hover::before,
.mewthy-social-mini:hover::before,
.mewthy-social-strip:hover::before {
  transform: translateX(125%);
}

.mewthy-social-live:hover,
.mewthy-social-mini:hover {
  transform: translateY(-6px);
}

.mewthy-social-live,
.mewthy-social-mini {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mewthy-social-live__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.mewthy-social-live__top span,
.mewthy-social-mini span,
.mewthy-social-strip span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mewthy-social-live__top span {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.mewthy-social-live__top strong {
  position: relative;
  padding-left: 14px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 900;
}

.mewthy-social-live__top strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(255,255,255,0.9);
}

.mewthy-social-live__screen {
  position: relative;
  z-index: 1;
  height: 300px;
  margin: 38px 0 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 24px 70px rgba(0,0,0,0.18);
}

.mewthy-social-live__pulse {
  position: absolute;
  inset: 50%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 70px rgba(255,255,255,0.28);
}

.mewthy-social-live__pack {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  height: 158px;
  border-radius: 18px;
  transform: translate(-50%, -50%) rotate(-8deg);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.85), rgba(181,145,255,0.45)),
    linear-gradient(145deg, #6b3fa0, #24143a);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 26px 60px rgba(0,0,0,0.24);
}

.mewthy-social-live__card {
  position: absolute;
  width: 86px;
  height: 118px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.86), rgba(248,243,255,0.55));
  border: 1px solid rgba(255,255,255,0.48);
  box-shadow: 0 22px 50px rgba(0,0,0,0.20);
}

.mewthy-social-live__card--one {
  left: 19%;
  bottom: 38px;
  transform: rotate(9deg);
}

.mewthy-social-live__card--two {
  right: 17%;
  top: 46px;
  transform: rotate(-11deg);
}

.mewthy-social-live__bottom {
  position: relative;
  z-index: 2;
}

.mewthy-social-live__bottom h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.mewthy-social-live__bottom p {
  max-width: 430px;
  margin: 0 0 24px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.7;
}

.mewthy-social-live__bottom em,
.mewthy-social-mini em {
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.mewthy-social-side {
  display: grid;
  gap: 18px;
}

.mewthy-social-mini {
  min-height: 296px;
  padding: 28px;
  background:
    radial-gradient(circle at 86% 16%, rgba(107,63,160,0.15), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.97), rgba(248,243,255,0.93));
}

.mewthy-social-mini span,
.mewthy-social-strip span {
  background: rgba(107, 63, 160, 0.09);
  color: #6b3fa0;
}

.mewthy-social-mini h3 {
  position: relative;
  margin: 22px 0 12px;
  color: #24143a;
  font-size: 38px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.mewthy-social-mini p {
  position: relative;
  max-width: 310px;
  margin: 0;
  color: rgba(36,20,58,0.64);
  font-size: 14px;
  line-height: 1.7;
}

.mewthy-social-mini em {
  position: absolute;
  left: 28px;
  bottom: 26px;
  color: #5b348a;
}

.mewthy-social-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(107,63,160,0.14), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.97), rgba(248,243,255,0.92));
}

.mewthy-social-strip h2 {
  position: relative;
  margin: 12px 0 0;
  color: #24143a;
  font-size: 42px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.mewthy-social-strip__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mewthy-social-strip__items div {
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(107,63,160,0.08);
  color: rgba(36,20,58,0.72);
  font-size: 12px;
  font-weight: 900;
}

.mewthy-social-page__orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(44px);
  opacity: 0.35;
  pointer-events: none;
}

.mewthy-social-page__orb--one {
  left: -120px;
  top: 220px;
  background: rgba(107,63,160,0.20);
}

.mewthy-social-page__orb--two {
  right: -120px;
  bottom: 80px;
  background: rgba(181,145,255,0.23);
}

@media (max-width: 989px) {
  .mewthy-social-page {
    padding: 120px 0 75px;
  }

  .mewthy-social-hub,
  .mewthy-social-strip {
    grid-template-columns: 1fr;
  }

  .mewthy-social-strip__items {
    justify-content: flex-start;
  }
}

@media (max-width: 749px) {
  .mewthy-social-page__wrap {
    width: min(100% - 28px, 1120px);
  }

  .mewthy-social-page__hero h1 {
    font-size: 44px;
  }

  .mewthy-social-live {
    min-height: 540px;
    padding: 20px;
  }

  .mewthy-social-live__screen {
    height: 250px;
  }

  .mewthy-social-live__bottom h2 {
    font-size: 42px;
  }

  .mewthy-social-mini h3,
  .mewthy-social-strip h2 {
    font-size: 32px;
  }
}
.mewthy-social-live__screen--image {
  overflow: hidden;
  padding: 0;
  background: #24143a;
}

.mewthy-social-live__screen--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.04) brightness(0.96);
  transform: scale(1.015);
}

.mewthy-social-live__screen--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36,20,58,0.08), rgba(36,20,58,0.28)),
    radial-gradient(circle at 85% 15%, rgba(181,145,255,0.22), transparent 34%);
  pointer-events: none;
}
.mewthy-policy {
  position: relative;
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 150px 0 90px;
  color: #24143a;
}

.mewthy-policy::before {
  content: "";
  position: absolute;
  top: 180px;
  left: -180px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.12);
  filter: blur(42px);
  pointer-events: none;
}

.mewthy-policy::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: 180px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(181, 145, 255, 0.14);
  filter: blur(42px);
  pointer-events: none;
}

.mewthy-policy-hero,
.mewthy-policy-card,
.mewthy-policy-contact {
  position: relative;
  z-index: 2;
}

.mewthy-policy-hero {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.mewthy-policy-hero span,
.mewthy-policy-highlight span,
.mewthy-policy-contact span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-policy-hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.mewthy-policy-hero p {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(36, 20, 58, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.mewthy-policy-hero small {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.08);
  color: rgba(36, 20, 58, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.mewthy-policy-card {
  margin-top: 16px;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(107, 63, 160, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.97), rgba(248,243,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.11);
  box-shadow:
    0 22px 70px rgba(36, 20, 58, 0.065),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-policy-card h2 {
  margin: 0 0 16px;
  color: #24143a;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mewthy-policy-card h3 {
  margin: 24px 0 8px;
  color: #5b348a;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.mewthy-policy-card p,
.mewthy-policy-card li,
.mewthy-policy-contact p,
.mewthy-policy-contact div {
  color: rgba(36, 20, 58, 0.68);
  font-size: 15px;
  line-height: 1.78;
}

.mewthy-policy-card p {
  margin: 0 0 14px;
}

.mewthy-policy-card p:last-child {
  margin-bottom: 0;
}

.mewthy-policy-card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.mewthy-policy-card li {
  margin-bottom: 8px;
}

.mewthy-policy-card strong {
  color: #24143a;
}

.mewthy-policy-card a,
.mewthy-policy-contact a {
  color: #6b3fa0;
  font-weight: 900;
  text-decoration: none;
}

.mewthy-policy-card a:hover,
.mewthy-policy-contact a:hover {
  text-decoration: underline;
}

.mewthy-policy-highlight {
  background:
    radial-gradient(circle at 85% 14%, rgba(255,255,255,0.28), transparent 34%),
    linear-gradient(145deg, #24143a, #5b348a 58%, #6b3fa0);
}

.mewthy-policy-highlight span,
.mewthy-policy-highlight p {
  color: #fff;
}

.mewthy-policy-highlight p {
  margin: 0;
  font-size: 22px;
  line-height: 1.48;
  letter-spacing: -0.025em;
}

.mewthy-policy-contact {
  margin-top: 20px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 14%, rgba(255,255,255,0.30), transparent 34%),
    linear-gradient(145deg, #24143a, #5b348a 58%, #6b3fa0);
  box-shadow: 0 28px 80px rgba(36, 20, 58, 0.16);
}

.mewthy-policy-contact span,
.mewthy-policy-contact h2,
.mewthy-policy-contact p,
.mewthy-policy-contact div,
.mewthy-policy-contact a,
.mewthy-policy-contact strong {
  color: #fff;
}

.mewthy-policy-contact h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.mewthy-policy-contact p {
  max-width: 720px;
  margin: 0 0 22px;
  color: rgba(255,255,255,0.76);
}

.mewthy-policy-contact div {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
}

@media (max-width: 749px) {
  .mewthy-policy {
    width: min(100% - 28px, 980px);
    padding: 120px 0 70px;
  }

  .mewthy-policy-card,
  .mewthy-policy-contact {
    padding: 22px;
    border-radius: 24px;
  }

  .mewthy-policy-hero h1 {
    font-size: 42px;
  }

  .mewthy-policy-card h2 {
    font-size: 26px;
  }

  .mewthy-policy-highlight p {
    font-size: 18px;
  }
}
/* Mewthy policy pages - true wide premium layout */
.shopify-policy__container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shopify-policy__body {
  max-width: none !important;
  width: 100% !important;
}

.shopify-policy__title {
  display: none !important;
}

.mewthy-policy {
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
}

/* Desktop: use screen width properly */
@media (min-width: 1100px) {
  .mewthy-policy {
    width: min(100% - 96px, 1320px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  .mewthy-policy-hero {
    grid-column: 1 / -1;
    max-width: 980px;
    margin: 0 auto 34px;
  }

  .mewthy-policy-hero h1 {
    font-size: clamp(54px, 5vw, 82px);
    line-height: 0.9;
  }

  .mewthy-policy-card {
    margin-top: 0 !important;
    min-width: 0;
    height: auto;
  }

  .mewthy-policy-card h2 {
    font-size: clamp(26px, 2vw, 34px);
    line-height: 0.98;
    word-break: normal;
    overflow-wrap: normal;
  }

  .mewthy-policy-card p,
  .mewthy-policy-card li {
    font-size: 15px;
    line-height: 1.72;
  }

  .mewthy-policy-highlight,
  .mewthy-policy-contact {
    grid-column: 1 / -1;
  }

  .mewthy-policy-highlight {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 34px;
    align-items: center;
  }

  .mewthy-policy-highlight span {
    margin-bottom: 0;
  }

  .mewthy-policy-highlight p {
    font-size: clamp(28px, 2.5vw, 42px);
    line-height: 1.15;
    max-width: 850px;
  }

  .mewthy-policy-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
  }

  .mewthy-policy-contact h2 {
    font-size: clamp(38px, 3vw, 54px);
  }
}

/* Tablet: 2 columns */
@media (min-width: 750px) and (max-width: 1099px) {
  .mewthy-policy {
    width: min(100% - 48px, 960px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .mewthy-policy-hero,
  .mewthy-policy-highlight,
  .mewthy-policy-contact {
    grid-column: 1 / -1;
  }

  .mewthy-policy-card {
    margin-top: 0 !important;
  }
}

/* Mobile: clean single column */
@media (max-width: 749px) {
  .mewthy-policy {
    width: min(100% - 28px, 760px);
    display: block;
  }

  .mewthy-policy-card {
    margin-top: 16px !important;
  }

  .mewthy-policy-card h2 {
    word-break: normal;
    overflow-wrap: normal;
  }
}
/* Mewthy policy pages - better filled top desktop layout */
@media (min-width: 1100px) {
  .mewthy-policy {
    padding-top: 110px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .mewthy-policy-hero {
    grid-column: 1 / 3;
    grid-row: 1;
    max-width: none;
    margin: 0;
    text-align: left;
    align-self: center;
    padding: 34px 28px 34px 0;
  }

  .mewthy-policy-hero span {
    justify-content: flex-start;
  }

  .mewthy-policy-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(58px, 5.2vw, 86px);
    line-height: 0.9;
  }

  .mewthy-policy-hero p {
    max-width: 620px;
    margin-left: 0;
    margin-right: 0;
  }

  .mewthy-policy-hero small {
    margin-left: 0;
  }

  .mewthy-policy-hero + .mewthy-policy-card {
    grid-column: 3 / 4;
    grid-row: 1;
    margin-top: 0 !important;
  }

  .mewthy-policy-highlight {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  .mewthy-policy-contact {
    grid-column: 1 / -1;
  }
}
.mewthy-whatsapp-page {
  position: relative;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 150px 0 90px;
  color: #24143a;
}

.mewthy-whatsapp-bg {
  position: absolute;
  inset: 80px -120px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.12);
  filter: blur(55px);
  pointer-events: none;
}

.mewthy-whatsapp-hero {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 46px;
  text-align: center;
}

.mewthy-whatsapp-hero span,
.mewthy-whatsapp-card span,
.mewthy-whatsapp-note span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-whatsapp-hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.mewthy-whatsapp-hero p {
  max-width: 670px;
  margin: 22px auto 0;
  color: rgba(36, 20, 58, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.mewthy-whatsapp-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mewthy-whatsapp-main,
.mewthy-whatsapp-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mewthy-whatsapp-main {
  color: #fff;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a);
  box-shadow: 0 18px 42px rgba(36, 20, 58, 0.18);
}

.mewthy-whatsapp-secondary {
  color: #24143a;
  background: rgba(107, 63, 160, 0.08);
  border: 1px solid rgba(107, 63, 160, 0.12);
}

.mewthy-whatsapp-main:hover,
.mewthy-whatsapp-secondary:hover {
  transform: translateY(-2px);
}

.mewthy-whatsapp-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.mewthy-whatsapp-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 12%, rgba(107, 63, 160, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(249,246,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow:
    0 24px 70px rgba(36, 20, 58, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-whatsapp-card.is-featured {
  grid-row: span 2;
  min-height: 458px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(255,255,255,0.26), transparent 34%),
    linear-gradient(145deg, #24143a, #5b348a 56%, #6b3fa0);
}

.mewthy-whatsapp-card.is-featured span,
.mewthy-whatsapp-card.is-featured h2,
.mewthy-whatsapp-card.is-featured p {
  color: #fff;
}

.mewthy-whatsapp-card h2,
.mewthy-whatsapp-card h3 {
  margin: 0;
  color: #24143a;
  letter-spacing: -0.055em;
}

.mewthy-whatsapp-card h2 {
  max-width: 420px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.95;
}

.mewthy-whatsapp-card h3 {
  font-size: 30px;
  line-height: 1;
}

.mewthy-whatsapp-card p {
  margin: 16px 0 0;
  color: rgba(36, 20, 58, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

.mewthy-whatsapp-card.is-featured p {
  max-width: 430px;
  color: rgba(255,255,255,0.78);
}

.mewthy-whatsapp-note {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 28px;
  background: rgba(107, 63, 160, 0.07);
  border: 1px solid rgba(107, 63, 160, 0.10);
  text-align: center;
}

.mewthy-whatsapp-note p {
  margin: 0;
  color: rgba(36, 20, 58, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 989px) {
  .mewthy-whatsapp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mewthy-whatsapp-card.is-featured {
    grid-column: 1 / -1;
    min-height: 360px;
  }
}

@media (max-width: 749px) {
  .mewthy-whatsapp-page {
    width: min(100% - 28px, 1180px);
    padding: 120px 0 70px;
  }

  .mewthy-whatsapp-hero {
    text-align: left;
  }

  .mewthy-whatsapp-hero h1 {
    font-size: 46px;
  }

  .mewthy-whatsapp-hero p {
    margin-left: 0;
  }

  .mewthy-whatsapp-actions {
    justify-content: flex-start;
  }

  .mewthy-whatsapp-main,
  .mewthy-whatsapp-secondary {
    width: 100%;
  }

  .mewthy-whatsapp-grid {
    grid-template-columns: 1fr;
  }

  .mewthy-whatsapp-card,
  .mewthy-whatsapp-card.is-featured {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .mewthy-whatsapp-card h2 {
    font-size: 38px;
  }

  .mewthy-whatsapp-card h3 {
    font-size: 27px;
  }
}
.mewthy-whatsapp-strip {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1180px);
  margin: 28px auto;
}

.mewthy-whatsapp-strip__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(107, 63, 160, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(248,243,255,0.9));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow:
    0 18px 55px rgba(36, 20, 58, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-whatsapp-strip__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.65), transparent);
  transform: skewX(-18deg);
  animation: mewthy-whatsapp-strip-shine 5.5s ease-in-out infinite;
}

.mewthy-whatsapp-strip__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mewthy-whatsapp-strip__dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #6b3fa0;
  box-shadow: 0 0 0 7px rgba(107, 63, 160, 0.09);
}

.mewthy-whatsapp-strip__content strong {
  display: block;
  color: #24143a;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.mewthy-whatsapp-strip__content p {
  margin: 3px 0 0;
  color: rgba(36, 20, 58, 0.58);
  font-size: 13px;
  line-height: 1.35;
}

.mewthy-whatsapp-strip__button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(107, 63, 160, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mewthy-whatsapp-strip__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(107, 63, 160, 0.28);
}

@keyframes mewthy-whatsapp-strip-shine {
  0%, 52% {
    left: -70%;
  }

  68%, 100% {
    left: 130%;
  }
}

@media (max-width: 749px) {
  .mewthy-whatsapp-strip {
    width: min(100% - 28px, 1180px);
    margin: 20px auto;
  }

  .mewthy-whatsapp-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
    border-radius: 24px;
  }

  .mewthy-whatsapp-strip__button {
    width: 100%;
  }
}
.mewthy-sell-sealed-page {
  position: relative;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 150px 0 90px;
  color: #24143a;
}

.mewthy-sell-sealed-bg {
  position: absolute;
  inset: 80px -120px auto auto;
  width: 560px;
  height: 560px;
  border-radius: 999px;
  background: rgba(107, 63, 160, 0.12);
  filter: blur(58px);
  pointer-events: none;
}

.mewthy-sell-sealed-hero {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}

.mewthy-sell-sealed-hero span,
.mewthy-sell-sealed-card span,
.mewthy-sell-sealed-note span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #6b3fa0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mewthy-sell-sealed-hero h1 {
  margin: 0;
  color: #24143a;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.mewthy-sell-sealed-hero p {
  max-width: 700px;
  margin: 22px auto 0;
  color: rgba(36, 20, 58, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.mewthy-sell-sealed-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mewthy-sell-sealed-main,
.mewthy-sell-sealed-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mewthy-sell-sealed-main {
  color: #fff;
  background: linear-gradient(135deg, #6b3fa0, #5b348a, #24143a);
  box-shadow: 0 18px 42px rgba(36, 20, 58, 0.18);
}

.mewthy-sell-sealed-secondary {
  color: #24143a;
  background: rgba(107, 63, 160, 0.08);
  border: 1px solid rgba(107, 63, 160, 0.12);
}

.mewthy-sell-sealed-main:hover,
.mewthy-sell-sealed-secondary:hover {
  transform: translateY(-2px);
}

.mewthy-sell-sealed-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.mewthy-sell-sealed-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 12%, rgba(107, 63, 160, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(249,246,255,0.92));
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow:
    0 24px 70px rgba(36, 20, 58, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.mewthy-sell-sealed-card.is-featured {
  grid-row: span 2;
  min-height: 458px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(255,255,255,0.26), transparent 34%),
    linear-gradient(145deg, #24143a, #5b348a 56%, #6b3fa0);
}

.mewthy-sell-sealed-card.is-featured span,
.mewthy-sell-sealed-card.is-featured h2,
.mewthy-sell-sealed-card.is-featured p {
  color: #fff;
}

.mewthy-sell-sealed-card h2,
.mewthy-sell-sealed-card h3 {
  margin: 0;
  color: #24143a;
  letter-spacing: -0.055em;
}

.mewthy-sell-sealed-card h2 {
  max-width: 430px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.95;
}

.mewthy-sell-sealed-card h3 {
  font-size: 30px;
  line-height: 1;
}

.mewthy-sell-sealed-card p {
  margin: 16px 0 0;
  color: rgba(36, 20, 58, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

.mewthy-sell-sealed-card.is-featured p {
  max-width: 430px;
  color: rgba(255,255,255,0.78);
}

.mewthy-sell-sealed-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.mewthy-sell-sealed-steps div {
  padding: 26px;
  border-radius: 28px;
  background: rgba(107, 63, 160, 0.07);
  border: 1px solid rgba(107, 63, 160, 0.10);
}

.mewthy-sell-sealed-steps span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #6b3fa0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mewthy-sell-sealed-steps h3 {
  margin: 0;
  color: #24143a;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mewthy-sell-sealed-steps p {
  margin: 12px 0 0;
  color: rgba(36, 20, 58, 0.64);
  font-size: 14px;
  line-height: 1.65;
}

.mewthy-sell-sealed-note {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 28px;
  background: rgba(107, 63, 160, 0.07);
  border: 1px solid rgba(107, 63, 160, 0.10);
  text-align: center;
}

.mewthy-sell-sealed-note p {
  margin: 0;
  color: rgba(36, 20, 58, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 989px) {
  .mewthy-sell-sealed-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mewthy-sell-sealed-card.is-featured {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .mewthy-sell-sealed-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .mewthy-sell-sealed-page {
    width: min(100% - 28px, 1180px);
    padding: 120px 0 70px;
  }

  .mewthy-sell-sealed-hero {
    text-align: left;
  }

  .mewthy-sell-sealed-hero h1 {
    font-size: 46px;
  }

  .mewthy-sell-sealed-hero p {
    margin-left: 0;
  }

  .mewthy-sell-sealed-actions {
    justify-content: flex-start;
  }

  .mewthy-sell-sealed-main,
  .mewthy-sell-sealed-secondary {
    width: 100%;
  }

  .mewthy-sell-sealed-grid {
    grid-template-columns: 1fr;
  }

  .mewthy-sell-sealed-card,
  .mewthy-sell-sealed-card.is-featured {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .mewthy-sell-sealed-card h2 {
    font-size: 38px;
  }

  .mewthy-sell-sealed-card h3 {
    font-size: 27px;
  }
}
.mewthy-sell-strip {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1180px);
  margin: 28px auto;
}

.mewthy-sell-strip__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,0.24), transparent 34%),
    linear-gradient(135deg, #24143a, #5b348a 58%, #6b3fa0);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 20px 60px rgba(36, 20, 58, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.mewthy-sell-strip__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
  transform: skewX(-18deg);
  animation: mewthy-sell-strip-shine 6s ease-in-out infinite;
}

.mewthy-sell-strip__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mewthy-sell-strip__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.16);
}

.mewthy-sell-strip__content strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.mewthy-sell-strip__content p {
  margin: 3px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.35;
}

.mewthy-sell-strip__button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #5b348a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mewthy-sell-strip__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.20);
}

@keyframes mewthy-sell-strip-shine {
  0%, 52% {
    left: -70%;
  }

  68%, 100% {
    left: 130%;
  }
}

@media (max-width: 749px) {
  .mewthy-sell-strip {
    width: min(100% - 28px, 1180px);
    margin: 20px auto;
  }

  .mewthy-sell-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
    border-radius: 24px;
  }

  .mewthy-sell-strip__content {
    align-items: flex-start;
    flex-direction: column;
  }

  .mewthy-sell-strip__button {
    width: 100%;
  }
}
.mewthy-sell-sealed-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 46px;
}

.mewthy-sell-sealed-top .mewthy-sell-sealed-hero {
  max-width: none;
  margin: 0;
  text-align: left;
}

.mewthy-sell-sealed-top .mewthy-sell-sealed-hero p {
  margin-left: 0;
  margin-right: 0;
}

.mewthy-sell-sealed-top .mewthy-sell-sealed-actions {
  justify-content: flex-start;
}

.mewthy-sell-sealed-photo {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 34px;
  background: #f7f2ff;
  border: 1px solid rgba(107, 63, 160, 0.16);
  box-shadow:
    0 32px 90px rgba(36, 20, 58, 0.13),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.mewthy-sell-sealed-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,0.55), transparent 28%),
    linear-gradient(180deg, transparent 52%, rgba(36,20,58,0.34));
  pointer-events: none;
}

.mewthy-sell-sealed-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 3;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg);
  animation: mewthy-sell-photo-shine 6.5s ease-in-out infinite;
  pointer-events: none;
}

.mewthy-sell-sealed-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.mewthy-sell-sealed-photo__badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #24143a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 34px rgba(36,20,58,0.18);
  backdrop-filter: blur(14px);
}

@keyframes mewthy-sell-photo-shine {
  0%, 55% {
    left: -75%;
  }

  72%, 100% {
    left: 135%;
  }
}

@media (max-width: 989px) {
  .mewthy-sell-sealed-top {
    grid-template-columns: 1fr;
  }

  .mewthy-sell-sealed-photo,
  .mewthy-sell-sealed-photo img {
    min-height: 360px;
  }
}

@media (max-width: 749px) {
  .mewthy-sell-sealed-top {
    gap: 24px;
  }

  .mewthy-sell-sealed-photo {
    border-radius: 26px;
  }

  .mewthy-sell-sealed-photo,
  .mewthy-sell-sealed-photo img {
    min-height: 280px;
  }

  .mewthy-sell-sealed-photo__badge {
    left: 16px;
    bottom: 16px;
  }
}
/* =========================
   MEWTHY HEADER — compact desktop spacing
========================= */

.mewthy-custom-header__nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
}

.mewthy-custom-header__nav a {
  white-space: nowrap;
  font-size: 14px;
}

.mewthy-header-cardmarket {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 10px 16px;
}

.mewthy-custom-header__inner {
  min-height: 72px;
}
/* =========================
   MEWTHY HEADER — wider desktop fix
========================= */

.mewthy-custom-header {
  width: 100%;
}

.mewthy-custom-header__inner {
  width: min(92vw, 1500px);
  max-width: 1500px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 34px;
  padding-left: 34px;
  padding-right: 34px;
}

.mewthy-custom-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  flex: 0 0 128px;
  width: 128px;
  min-width: 128px;
  z-index: 2;
}

.mewthy-custom-header__logo img {
  display: block;
  width: auto;
  max-width: 112px;
  height: auto;
}

.mewthy-custom-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 1 1 auto;
  min-width: 0;
  gap: clamp(18px, 1.7vw, 34px);
  flex-wrap: nowrap;
}

.mewthy-custom-header__nav a {
  white-space: nowrap;
  font-size: 14px;
}

.mewthy-custom-header__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  flex: 0 0 auto;
  gap: 16px;
}

.mewthy-header-cardmarket {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Smaller desktop / laptop */
@media screen and (max-width: 1250px) {
  .mewthy-custom-header__inner {
    width: min(94vw, 1380px);
    gap: 22px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .mewthy-custom-header__logo {
    flex-basis: 112px;
    width: 112px;
    min-width: 112px;
  }

  .mewthy-custom-header__logo img {
    max-width: 100px;
  }

  .mewthy-custom-header__nav {
    gap: 18px;
  }

  .mewthy-custom-header__nav a {
    font-size: 13px;
  }
}

/* Mobile stays clean */
@media screen and (max-width: 989px) {
  .mewthy-custom-header__inner {
    width: calc(100% - 28px);
    padding-left: 18px;
    padding-right: 18px;
    gap: 14px;
  }

  .mewthy-custom-header__logo {
    flex-basis: auto;
    width: auto;
    min-width: 0;
  }

  .mewthy-custom-header__logo img {
    max-width: 104px;
  }
}
/* =========================
   MEWTHY TICKER
========================= */

.mewthy-ticker {
  width: 100%;
  overflow: hidden;
  pointer-events: none !important;
  user-select: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(107, 63, 160, .10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbf8ff 45%, #ffffff 100%);
  border-top: 1px solid rgba(107, 63, 160, .12);
  border-bottom: 1px solid rgba(107, 63, 160, .12);
}

.mewthy-ticker,
.mewthy-ticker *,
.mewthy-ticker span {
  pointer-events: none !important;
  cursor: default !important;
}

.mewthy-ticker__track {
  display: flex;
  width: max-content;
  gap: 38px;
  align-items: center;
  padding: 13px 0;
  animation: mewthyTicker 34s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform;
}

.mewthy-ticker:hover .mewthy-ticker__track,
.mewthy-ticker__track:hover {
  animation-play-state: running !important;
}

.mewthy-ticker__track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(36, 20, 58, .72);
}

.mewthy-ticker__track span::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6b3fa0, #24143a);
  box-shadow: 0 0 18px rgba(107, 63, 160, .35);
}

@keyframes mewthyTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-20%, 0, 0);
  }
}

@media screen and (max-width: 749px) {
  .mewthy-ticker__track {
    gap: 28px;
    animation-duration: 28s !important;
  }

  .mewthy-ticker__track span {
    font-size: 11px;
  }

  .mewthy-ticker__track span::after {
    margin-left: 28px;
  }
}
/* =========================
   MEWTHY LANGUAGE GATE — IOS SAFE
========================= */

.mewthy-language-gate[hidden] {
  display: none !important;
}

.mewthy-language-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 20% 10%, rgba(107, 63, 160, .13), transparent 34%),
    radial-gradient(circle at 85% 90%, rgba(36, 20, 58, .10), transparent 38%),
    #ffffff;
}

.mewthy-language-gate-open {
  overflow: hidden;
}

.mewthy-language-gate__backdrop {
  display: none;
}

.mewthy-language-gate__panel {
  position: relative;
  width: min(680px, 100%);
  overflow: hidden;
  text-align: center;
  padding: 42px;
  border-radius: 34px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(107, 63, 160, .16);
  box-shadow: 0 24px 70px rgba(36, 20, 58, .14);
}

.mewthy-language-gate__orb {
  display: none;
}

.mewthy-language-gate__logo {
  display: block;
  max-width: 170px;
  max-height: 74px;
  object-fit: contain;
  margin: 0 auto 22px;
}

.mewthy-language-gate__eyebrow {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f4effb;
  color: #6b3fa0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mewthy-language-gate h2 {
  margin: 18px 0 10px;
  color: #24143a;
  font-size: clamp(34px, 5vw, 54px);
  line-height: .98;
  letter-spacing: -.055em;
}

.mewthy-language-gate p {
  max-width: 480px;
  margin: 0 auto 28px;
  color: rgba(36, 20, 58, .66);
  font-size: 15px;
  line-height: 1.65;
}

.mewthy-language-gate__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mewthy-language-gate__options a {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 20px 16px;
  text-decoration: none;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(107, 63, 160, .14);
  box-shadow: 0 12px 30px rgba(36, 20, 58, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mewthy-language-gate__options a:hover {
  transform: translateY(-3px);
  border-color: rgba(107, 63, 160, .28);
  box-shadow: 0 18px 42px rgba(36, 20, 58, .10);
}

.mewthy-language-gate__options strong {
  color: #24143a;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.mewthy-language-gate__options span {
  color: rgba(36, 20, 58, .58);
  font-size: 13px;
  line-height: 1.35;
}

.mewthy-language-gate__close {
  margin-top: 22px;
  border: 0;
  background: transparent;
  color: rgba(36, 20, 58, .48);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .mewthy-language-gate {
    padding: 14px;
    align-items: center;
  }

  .mewthy-language-gate__panel {
    padding: 28px 18px 22px;
    border-radius: 28px;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mewthy-language-gate__logo {
    max-width: 135px;
    margin-bottom: 16px;
  }

  .mewthy-language-gate h2 {
    font-size: 34px;
  }

  .mewthy-language-gate p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .mewthy-language-gate__options {
    grid-template-columns: 1fr;
  }

  .mewthy-language-gate__options a {
    min-height: 82px;
    border-radius: 20px;
  }
}

/* =========================
   MEWTHY — IOS / MOBILE STABILITY
========================= */

@media screen and (max-width: 989px) {
  .mewthy-custom-header,
  .mewthy-cart-panel,
  .mewthy-mobile-menu__panel,
  .mewthy-footer,
  .mewthy-why__image-card,
  .mewthy-social-live,
  .mewthy-social-mini,
  .mewthy-cardmarket-page__card,
  .mewthy-contact-premium__card,
  .mewthy-whatsapp-card,
  .mewthy-sell-sealed-card,
  .mewthy-product-card,
  .mewthy-blog-page__card,
  .mewthy-article__image-card {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .mewthy-article__orb,
  .mewthy-cardmarket-page__orb,
  .mewthy-contact-premium__orb,
  .mewthy-social-page__orb,
  .mewthy-whatsapp-bg,
  .mewthy-sell-sealed-bg,
  .mewthy-footer__glow {
    display: none !important;
  }

  * {
    scroll-behavior: auto !important;
  }
}

/* Mewthy language switcher */

.mewthy-lang {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 14px;
  margin-right: 4px;
  z-index: 20;
}

.mewthy-lang__form {
  position: relative;
  margin: 0;
}

.mewthy-lang__current {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 1px solid rgba(107, 63, 160, 0.14);
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72));
  box-shadow:
    0 14px 34px rgba(36, 20, 58, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  transform: none !important;
}

.mewthy-lang__current > *:not(.mewthy-lang__flag) {
  display: none !important;
}

.mewthy-lang__flag {
  width: 100% !important;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-align: center !important;
  margin: 0 !important;
}

.mewthy-lang__chev,
.mewthy-lang__caret,
.mewthy-lang__arrow,
.mewthy-lang__current svg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.mewthy-lang__current:hover,
.mewthy-lang:hover .mewthy-lang__current {
  transform: none !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72)) !important;
  border-color: rgba(107, 63, 160, 0.14) !important;
  box-shadow:
    0 14px 34px rgba(36, 20, 58, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.85) !important;
}

.mewthy-lang__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 104px;
  padding: 8px;
  border-radius: 22px;
  border: 1px solid rgba(107, 63, 160, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  box-shadow:
    0 24px 60px rgba(36, 20, 58, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  gap: 8px;
  justify-content: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-6px) scale(0.98) !important;
  pointer-events: none !important;
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.mewthy-lang:hover .mewthy-lang__dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-6px) scale(0.98) !important;
  pointer-events: none !important;
}

.mewthy-lang:focus-within .mewthy-lang__dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

.mewthy-lang__option {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 15px;
  background: rgba(107, 63, 160, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease;
}

.mewthy-lang__option:hover {
  transform: none !important;
  box-shadow: none !important;
  background: rgba(107, 63, 160, 0.07) !important;
}

/* Mobile language row */

.mewthy-mobile-lang {
  display: none;
}

@media screen and (max-width: 749px) {
  .mewthy-lang--desktop {
    display: none;
  }

  .mewthy-mobile-lang {
    display: block;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(107, 63, 160, 0.12);
  }

  .mewthy-mobile-lang__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
  }

  .mewthy-mobile-lang__option {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(107, 63, 160, 0.12);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.72));
    box-shadow:
      0 12px 28px rgba(36, 20, 58, 0.08),
      inset 0 1px 0 rgba(255,255,255,0.9);
    font-size: 23px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mewthy-mobile-lang__option.is-active {
    border-color: rgba(107, 63, 160, 0.34);
    background:
      radial-gradient(circle at 50% 0%, rgba(107, 63, 160, 0.16), transparent 58%),
      linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82));
    box-shadow:
      0 16px 34px rgba(107, 63, 160, 0.16),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }
}

/* ================================
   MEWTHY — Shopify Hero polish
================================ */

.content-for-layout > .shopify-section:first-child {
  position: relative;
  overflow: hidden;
}

.content-for-layout > .shopify-section:first-child :is(.hero, [class*="hero"]) {
  overflow: hidden;
}

.content-for-layout > .shopify-section:first-child :is(.hero, [class*="hero"]) img {
  transform: scale(1.01);
}

.content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) h1,
.content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) .h1 {
  color: #24143a;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-wrap: balance;
  text-shadow: 0 14px 34px rgba(255, 255, 255, 0.72);
}

.content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(36, 20, 58, 0.72);
  font-weight: 600;
  line-height: 1.65;
  text-wrap: balance;
}

.content-for-layout > .shopify-section:first-child :is(.button, .button-secondary) {
  min-height: 52px;
  padding-inline: 28px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(107, 63, 160, 0.18);
}

.content-for-layout > .shopify-section:first-child .button:not(.button-secondary) {
  background: linear-gradient(135deg, #6b3fa0, #5b348a);
  color: #ffffff;
  border-color: transparent;
}

.content-for-layout > .shopify-section:first-child .button:not(.button-secondary):hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(107, 63, 160, 0.25);
}

@media screen and (min-width: 990px) {
  .content-for-layout > .shopify-section:first-child :is(.hero, [class*="hero"]) {
    min-height: clamp(620px, 82vh, 900px);
  }
}

@media screen and (max-width: 989px) {
  .content-for-layout > .shopify-section:first-child :is(.hero, [class*="hero"]) {
    min-height: 680px;
  }

  .content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) {
    max-width: 680px;
    padding-inline: 22px;
  }
}

@media screen and (max-width: 749px) {
  .content-for-layout > .shopify-section:first-child :is(.hero, [class*="hero"]) {
    min-height: 640px;
  }

  .content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) {
    padding-inline: 18px;
  }

  .content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) h1,
  .content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) .h1 {
    font-size: clamp(38px, 11vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .content-for-layout > .shopify-section:first-child :is(.hero__content, .hero-content, [class*="hero__content"], [class*="hero-content"]) p {
    font-size: 15px;
    line-height: 1.6;
  }

  .content-for-layout > .shopify-section:first-child :is(.button, .button-secondary) {
    min-height: 50px;
    padding-inline: 24px;
    border-radius: 999px;
  }
}

/* =====================================================
   MEWTHY — Collection pages compact layout
===================================================== */

#MainContent[data-template*="collection"] {
  padding-top: 112px !important;
}

#MainContent[data-template*="collection"] .shopify-section:first-child,
#MainContent[data-template*="collection"] .mewthy-collection-page,
#MainContent[data-template*="collection"] .mewthy-collection,
#MainContent[data-template*="collection"] .collection-hero {
  margin-top: 0 !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-hero,
#MainContent[data-template*="collection"] [class*="collection-hero"],
#MainContent[data-template*="collection"] [class*="collection__hero"] {
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  padding-top: 46px !important;
  padding-bottom: 46px !important;
  margin-bottom: 34px !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-hero__inner,
#MainContent[data-template*="collection"] [class*="collection-hero__inner"],
#MainContent[data-template*="collection"] [class*="collection__hero-inner"] {
  min-height: 360px !important;
  height: auto !important;
  display: grid !important;
  align-items: center !important;
  gap: 26px !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-hero__content,
#MainContent[data-template*="collection"] [class*="collection-hero__content"],
#MainContent[data-template*="collection"] [class*="collection__hero-content"] {
  max-width: 560px !important;
}

#MainContent[data-template*="collection"] h1 {
  margin-bottom: 14px !important;
  line-height: 0.95 !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-hero p,
#MainContent[data-template*="collection"] [class*="collection-hero"] p {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  max-width: 520px !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-hero__media,
#MainContent[data-template*="collection"] [class*="collection-hero__media"],
#MainContent[data-template*="collection"] [class*="collection__hero-media"] {
  min-height: 360px !important;
  height: 360px !important;
  max-height: 360px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-hero__media img,
#MainContent[data-template*="collection"] [class*="collection-hero__media"] img,
#MainContent[data-template*="collection"] [class*="collection__hero-media"] img {
  max-width: 78% !important;
  max-height: 300px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

#MainContent[data-template*="collection"] .mewthy-collection-toolbar,
#MainContent[data-template*="collection"] [class*="collection-toolbar"],
#MainContent[data-template*="collection"] .facets-wrapper {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

#MainContent[data-template*="collection"] .product-grid,
#MainContent[data-template*="collection"] .collection,
#MainContent[data-template*="collection"] [class*="product-grid"] {
  row-gap: 26px !important;
  column-gap: 24px !important;
}

#MainContent[data-template*="collection"] .card,
#MainContent[data-template*="collection"] .product-card-wrapper,
#MainContent[data-template*="collection"] [class*="product-card"] {
  height: auto !important;
}

#MainContent[data-template*="collection"] .card__media,
#MainContent[data-template*="collection"] .product-card__image,
#MainContent[data-template*="collection"] [class*="card__media"] {
  min-height: 0 !important;
}

@media screen and (max-width: 989px) {
  #MainContent[data-template*="collection"] {
    padding-top: 88px !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero,
  #MainContent[data-template*="collection"] [class*="collection-hero"],
  #MainContent[data-template*="collection"] [class*="collection__hero"] {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
    margin-bottom: 24px !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero__inner,
  #MainContent[data-template*="collection"] [class*="collection-hero__inner"],
  #MainContent[data-template*="collection"] [class*="collection__hero-inner"] {
    min-height: auto !important;
    gap: 18px !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero__media,
  #MainContent[data-template*="collection"] [class*="collection-hero__media"],
  #MainContent[data-template*="collection"] [class*="collection__hero-media"] {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero__media img,
  #MainContent[data-template*="collection"] [class*="collection-hero__media"] img,
  #MainContent[data-template*="collection"] [class*="collection__hero-media"] img {
    max-height: 220px !important;
  }
}

@media screen and (max-width: 749px) {
  #MainContent[data-template*="collection"] {
    padding-top: 76px !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero,
  #MainContent[data-template*="collection"] [class*="collection-hero"],
  #MainContent[data-template*="collection"] [class*="collection__hero"] {
    padding: 22px 14px 24px !important;
    margin-bottom: 18px !important;
  }

  #MainContent[data-template*="collection"] h1 {
    font-size: clamp(34px, 11vw, 52px) !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero__media,
  #MainContent[data-template*="collection"] [class*="collection-hero__media"],
  #MainContent[data-template*="collection"] [class*="collection__hero-media"] {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
  }

  #MainContent[data-template*="collection"] .mewthy-collection-hero__media img,
  #MainContent[data-template*="collection"] [class*="collection-hero__media"] img,
  #MainContent[data-template*="collection"] [class*="collection__hero-media"] img {
    max-height: 175px !important;
    max-width: 84% !important;
  }

  #MainContent[data-template*="collection"] .product-grid,
  #MainContent[data-template*="collection"] [class*="product-grid"] {
    row-gap: 18px !important;
    column-gap: 14px !important;
  }
}

/* =========================
   MEWTHY PRODUCT CARD STOCK COLORS
========================= */

.mewthy-card.mewthy-card--instock {
  background: linear-gradient(180deg, #5b348a 0%, #4d2b78 100%) !important;
  color: #ffffff !important;
  border-color: rgba(91, 52, 138, 0.55) !important;
  box-shadow: 0 20px 46px rgba(91, 52, 138, 0.22) !important;
}

.mewthy-card.mewthy-card--instock h3,
.mewthy-card.mewthy-card--instock small {
  color: #ffffff !important;
}

.mewthy-card.mewthy-card--instock .mewthy-card__text > span {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #5b348a !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
}

.mewthy-card.mewthy-card--soldout {
  background: linear-gradient(180deg, #fcfbff 0%, #f3ecfb 100%) !important;
  color: #24143a !important;
  border-color: rgba(107, 63, 160, 0.14) !important;
  box-shadow: 0 16px 38px rgba(36, 20, 58, 0.06) !important;
}

.mewthy-card.mewthy-card--soldout h3 {
  color: #24143a !important;
}

.mewthy-card.mewthy-card--soldout .mewthy-card__text > span {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #5b348a !important;
  border: 1px solid rgba(107, 63, 160, 0.12) !important;
}

.mewthy-card.mewthy-card--soldout small {
  background: #24143a !important;
  color: #ffffff !important;
}

/* ================================
   MEWTHY — Product gallery fix
================================ */

.mewthy-product-gallery,
.mewthy-product-gallery *,
.mewthy-product-gallery *::before,
.mewthy-product-gallery *::after {
  box-sizing: border-box !important;
}

.mewthy-product-gallery {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.mewthy-product-gallery__main {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(107, 63, 160, 0.08), transparent 48%),
    rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(107, 63, 160, 0.12) !important;
  box-shadow: 0 28px 80px rgba(36, 20, 58, 0.10) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 28px !important;
}

.mewthy-product-gallery__main-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.mewthy-product-gallery__thumbs {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)) !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

.mewthy-product-gallery__thumb {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(107, 63, 160, 0.16) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  padding: 8px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 28px rgba(36, 20, 58, 0.055) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease !important;
}

.mewthy-product-gallery__thumb:hover,
.mewthy-product-gallery__thumb.is-active {
  border-color: rgba(107, 63, 160, 0.42) !important;
  background: rgba(107, 63, 160, 0.06) !important;
  box-shadow: 0 16px 34px rgba(107, 63, 160, 0.12) !important;
  transform: translateY(-1px) !important;
}

.mewthy-product-gallery__thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 12px !important;
}

.product__media-list,
.product-media-container,
.product__media-wrapper .slider-buttons,
.thumbnail-slider {
  max-width: 100% !important;
}

@media screen and (max-width: 749px) {
  .mewthy-product-gallery {
    max-width: 100% !important;
  }

  .mewthy-product-gallery__main {
    border-radius: 26px !important;
    padding: 18px !important;
  }

  .mewthy-product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .mewthy-product-gallery__thumb {
    border-radius: 15px !important;
    padding: 6px !important;
  }
}

/* ================================
   MEWTHY — perfectly center mobile hamburger
================================ */

@media screen and (max-width: 989px) {
  html body #shopify-section-mewthy-header #MewthyHeader .mewthy-mobile-menu summary {
    display: block !important;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  html body #shopify-section-mewthy-header #MewthyHeader .mewthy-mobile-menu summary span {
    display: none !important;
  }

  html body #shopify-section-mewthy-header #MewthyHeader .mewthy-mobile-menu summary::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: calc(50% - 1px) !important;
    width: 18px !important;
    height: 14px !important;
    transform: translate(-50%, -50%) !important;
    z-index: 3 !important;
    background:
      linear-gradient(#24143a, #24143a) 0 0 / 18px 2px no-repeat,
      linear-gradient(#24143a, #24143a) 0 6px / 18px 2px no-repeat,
      linear-gradient(#24143a, #24143a) 0 12px / 18px 2px no-repeat !important;
  }
}

/* =====================================================
   MEWTHY — PRODUCT CARD IMAGE CANVAS FIX
   Verwijdert het zichtbare vierkant rond transparante PNG/WebP images
===================================================== */

.mewthy-product-card__image {
  position: relative !important;
  z-index: 2 !important;
  height: 270px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
  isolation: isolate !important;
}

.mewthy-product-card__image::before,
.mewthy-product-card__image::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.mewthy-product-card__image img {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  max-width: 92% !important;
  max-height: 245px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 22px 26px rgba(36,20,58,.22)) !important;

  -webkit-mask-image: radial-gradient(
    ellipse 78% 78% at 50% 50%,
    #000 0%,
    #000 72%,
    rgba(0,0,0,.82) 86%,
    transparent 100%
  ) !important;
  mask-image: radial-gradient(
    ellipse 78% 78% at 50% 50%,
    #000 0%,
    #000 72%,
    rgba(0,0,0,.82) 86%,
    transparent 100%
  ) !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

.mewthy-product-card:nth-child(4n + 2) .mewthy-product-card__image img,
.mewthy-product-card:nth-child(4n + 4) .mewthy-product-card__image img {
  mix-blend-mode: multiply !important;
  filter:
    brightness(1.08)
    saturate(1.12)
    contrast(1.02)
    drop-shadow(0 22px 26px rgba(0,0,0,.22)) !important;
}

.mewthy-product-card::after {
  z-index: 1 !important;
}

.mewthy-product-card::before {
  z-index: 6 !important;
}

.mewthy-product-card__content {
  position: relative !important;
  z-index: 7 !important;
}

@media screen and (max-width: 749px) {
  .mewthy-product-card__image {
    height: 205px !important;
  }

  .mewthy-product-card__image img {
    max-height: 185px !important;
    max-width: 94% !important;
  }
},
/* =====================================================
   MEWTHY — FINAL PRODUCT CARD STRUCTURE FIX
   Fixes:
   - uneven product image heights
   - text moving up/down
   - price positions changing
   - old absolute image rules breaking product cards

   This only affects normal stock product cards.
   Hero / wide / bundle / ETB / showcase cards stay untouched.
===================================================== */

.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small),
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 390px !important;
  height: 390px !important;
  padding: 20px !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  isolation: isolate !important;
}

/* Fixed image zone */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 245px !important;
  width: 100% !important;
  height: 245px !important;
  margin: 0 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  overflow: visible !important;
}

/* Kill old absolute img behavior ONLY inside normal product cards */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media > img.mewthy-card__image,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media > img.mewthy-card__image {
  position: static !important;
  inset: auto !important;

  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 245px !important;

  object-fit: contain !important;
  object-position: center center !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  transform: none !important;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.25)) !important;
  transition: transform .35s ease, filter .35s ease !important;
}

/* Fixed text zone */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__text,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__text {
  position: relative !important;
  z-index: 6 !important;

  width: 100% !important;
  max-width: 100% !important;
  margin-top: auto !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* Badge / label */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) small,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) small {
  display: inline-flex !important;
  margin: 0 0 8px !important;
}

/* Equal title height */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) h3,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) h3 {
  min-height: 40px !important;
  margin: 0 0 12px !important;

  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price pill */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__text > span,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__text > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 36px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;

  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

/* Hover: image scales but layout does not move */
.mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small):hover > .mewthy-card__media > img.mewthy-card__image,
.mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small):hover > .mewthy-card__media > img.mewthy-card__image {
  transform: scale(1.055) rotate(-1deg) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small),
  .mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) {
    min-height: 310px !important;
    height: 310px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media,
  .mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media {
    flex-basis: 185px !important;
    height: 185px !important;
    margin-bottom: 10px !important;
  }

  .mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media > img.mewthy-card__image,
  .mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__media > img.mewthy-card__image {
    max-height: 185px !important;
  }

  .mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) h3,
  .mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) h3 {
    min-height: 32px !important;
    font-size: 14px !important;
    margin-bottom: 9px !important;
  }

  .mewthy-card.mewthy-card--instock:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__text > span,
  .mewthy-card.mewthy-card--soldout:not(.mewthy-card--large):not(.mewthy-card--wide):not(.mewthy-card--bundle):not(.mewthy-card--etb):not(.mewthy-card--hero):not(.mewthy-card--small) > .mewthy-card__text > span {
    min-height: 32px !important;
    padding: 0 13px !important;
    font-size: 13px !important;
  }
}