/** Shopify CDN: Minification failed

Line 1028:1 Expected "}" to go with "{"

**/
/* ==========================================================================
   City 2 City Wear — Premium Streetwear Theme Layer
   Brand: Black #000000 / White #FFFFFF / Red #E53935
   ========================================================================== */

:root {
  --c2c-black: #000000;
  --c2c-white: #ffffff;
  --c2c-red: #e53935;
  --c2c-gray: #111111;
  --c2c-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---- Typography ---- */
.c2c-eyebrow {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: var(--c2c-red);
  display: inline-block;
  margin-bottom: 1.2rem;
}

.c2c-heading-xl {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
  margin: 0;
}

/* ---- Global button + card motion ---- */
a.button,
button.button,
.button,
.shopify-payment-button__button--unbranded {
  transition: transform 0.35s var(--c2c-ease), box-shadow 0.35s var(--c2c-ease), background-color 0.25s ease, color 0.25s ease;
}

a.button:hover,
button.button:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.card,
.card-wrapper {
  transition: transform 0.45s var(--c2c-ease), box-shadow 0.45s var(--c2c-ease);
}

.card-wrapper:hover .card {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.card__media img,
.media img {
  transition: transform 0.7s var(--c2c-ease);
}

.card-wrapper:hover .card__media img {
  transform: scale(1.06);
}

/* ==========================================================================
   Permanent solid black header (always on, no transparency/scroll toggle)
   ========================================================================== */
.header-wrapper {
  background: var(--c2c-black) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.header-wrapper .header__heading-logo,
.header-wrapper a,
.header-wrapper summary,
.header-wrapper button:not(.cart-count-bubble) {
  color: var(--c2c-white) !important;
}

.header-wrapper a:hover,
.header-wrapper a:focus,
.header-wrapper summary:hover {
  color: var(--c2c-red) !important;
}

.header-wrapper svg {
  fill: var(--c2c-white) !important;
  color: var(--c2c-white) !important;
}

/* ==========================================================================
   Hero section
   ========================================================================== */
.c2c-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--c2c-white);
  background-color: var(--c2c-black);
}

/* Force white on every hero text node — Dawn's color-scheme wrapper can win
   the cascade over inherited color with higher-specificity h1/p rules. */
.c2c-hero h1,
.c2c-hero p,
.c2c-hero span,
.c2c-hero a:not(.c2c-btn) {
  color: var(--c2c-white);
}

.c2c-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}

.c2c-hero__media img,
.c2c-hero__media video {
  width: 100%;
  height: 100%;
  filter: grayscale(85%) brightness(0.62) contrast(1.15);
}

/* Fill mode (default): full-bleed, premium edge-to-edge look. Use the focal-point
   settings in the section schema to keep the subject centered in frame. */
.c2c-hero__media--cover img,
.c2c-hero__media--cover video {
  object-fit: cover;
  animation: c2c-hero-zoom 16s ease-in-out infinite alternate;
}

/* Contain mode (optional): shows the entire photo with no cropping, letterboxed
   on a black backdrop instead of a light studio background. */
.c2c-hero__media--contain img,
.c2c-hero__media--contain video {
  object-fit: contain;
  animation: none;
}

@keyframes c2c-hero-zoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.c2c-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.65) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 32%, rgba(0, 0, 0, 0.32) 62%, rgba(0, 0, 0, 0.45) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 28%, rgba(0, 0, 0, 0.65) 100%);
}

.c2c-hero__content {
  position: relative;
  z-index: 2;
  max-width: 74rem;
  padding: 3rem 3rem 3rem 5vw;
  margin-left: -3rem;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.15) 100%);
  border-radius: 0.4rem;
}

.c2c-hero__eyebrow {
  color: var(--c2c-red) !important;
  font-weight: 700;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 1.6rem;
  opacity: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  animation: c2c-fade-up 0.8s var(--c2c-ease) 0.1s forwards;
}

.c2c-hero__title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(4.2rem, 9vw, 9rem);
  line-height: 0.98;
  margin: 0 0 2rem;
  opacity: 0;
  color: var(--c2c-white) !important;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.65), 0 1px 4px rgba(0, 0, 0, 0.5);
  animation: c2c-fade-up 0.9s var(--c2c-ease) 0.25s forwards;
}

.c2c-hero__subheading {
  font-size: clamp(1.6rem, 2vw, 2rem);
  max-width: 52rem;
  margin: 0 0 2.4rem;
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  animation: c2c-fade-up 0.9s var(--c2c-ease) 0.4s forwards;
}

.c2c-hero__divider {
  width: 6rem;
  height: 3px;
  background: var(--c2c-red);
  margin: 0 0 1.6rem;
  opacity: 0;
  animation: c2c-fade-up 0.9s var(--c2c-ease) 0.48s forwards;
}

.c2c-hero__tagline {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  color: var(--c2c-white) !important;
  margin: 0 0 3.2rem;
  opacity: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  animation: c2c-fade-up 0.9s var(--c2c-ease) 0.52s forwards;
}

.c2c-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  opacity: 0;
  animation: c2c-fade-up 0.9s var(--c2c-ease) 0.55s forwards;
}

@keyframes c2c-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 749px) {
  .c2c-hero__content {
    margin-left: 0;
    padding: 2.4rem 5vw;
  }
}

.c2c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 3.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--c2c-white);
  border-radius: 0;
  transition: transform 0.35s var(--c2c-ease), background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

.c2c-btn--solid {
  background: var(--c2c-red);
  border-color: var(--c2c-red);
  color: var(--c2c-white);
}

.c2c-btn--solid::after {
  content: '\2192';
  margin-left: 0.9rem;
  transition: transform 0.35s var(--c2c-ease);
}

.c2c-btn--solid:hover::after {
  transform: translateX(4px);
}

.c2c-btn--solid:hover {
  background: #c62828;
  border-color: #c62828;
  color: var(--c2c-white);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(229, 57, 53, 0.35);
}

.c2c-btn--outline {
  background: transparent;
  color: var(--c2c-white);
}

.c2c-btn--outline:hover {
  background: var(--c2c-white);
  color: var(--c2c-black);
  transform: translateY(-3px);
}

/* ==========================================================================
   Hero bottom ticker bar (city links) + scroll chevron
   ========================================================================== */
.c2c-hero__ticker {
  position: relative;
  z-index: 2;
  background: var(--c2c-black);
  padding: 1.8rem 2rem 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

.c2c-hero__ticker-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  max-width: 100rem;
}

.c2c-hero__ticker-item {
  color: var(--c2c-white);
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

a.c2c-hero__ticker-item:hover,
a.c2c-hero__ticker-item:focus {
  color: var(--c2c-red);
}

.c2c-hero__ticker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c2c-red);
  flex: 0 0 auto;
}

.c2c-hero__scroll-chevron {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0.4rem;
  display: inline-flex;
  animation: c2c-chevron-bounce 1.8s ease-in-out infinite;
  transition: color 0.3s ease;
}

.c2c-hero__scroll-chevron:hover,
.c2c-hero__scroll-chevron:focus {
  color: var(--c2c-white);
}

@keyframes c2c-chevron-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@media screen and (max-width: 749px) {
  .c2c-hero__ticker-row {
    gap: 0.8rem 1rem;
  }
  .c2c-hero__ticker-item {
    font-size: 1.05rem;
  }
}

/* ==========================================================================
   Featured cities grid
   ========================================================================== */
.c2c-cities {
  padding: 9rem 0;
  background: var(--c2c-white);
}

.c2c-cities__header {
  text-align: center;
  max-width: 62rem;
  margin: 0 auto 5.6rem;
  padding: 0 2rem;
}

.c2c-cities__eyebrow {
  color: var(--c2c-red);
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 1.4rem;
}

.c2c-cities__title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  margin: 0 0 1.6rem;
  color: var(--c2c-black);
  line-height: 1;
}

.c2c-cities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 989px) {
  .c2c-cities__grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 600px) {
  .c2c-cities__grid { grid-template-columns: 1fr; padding: 0 1.4rem; }
}

.c2c-city-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  text-decoration: none;
  background: var(--c2c-black);
  isolation: isolate;
}

.c2c-city-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--c2c-ease), filter 0.5s ease;
  filter: grayscale(15%) brightness(0.82);
}

.c2c-city-card:hover .c2c-city-card__img {
  transform: scale(1.12);
  filter: grayscale(0%) brightness(0.7);
}

.c2c-city-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a, #000000);
}

.c2c-city-card__placeholder svg {
  width: 30%;
  opacity: 0.18;
}

.c2c-city-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  transition: background 0.4s ease;
}

.c2c-city-card:hover .c2c-city-card__overlay {
  background: linear-gradient(180deg, rgba(229, 57, 53, 0.15) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.c2c-city-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.8rem;
  color: var(--c2c-white);
  transform: translateY(0.4rem);
  transition: transform 0.4s var(--c2c-ease);
}

.c2c-city-card:hover .c2c-city-card__content {
  transform: translateY(-0.4rem);
}

.c2c-city-card__name {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  margin: 0 0 0.6rem;
  line-height: 1;
}

.c2c-city-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

.c2c-city-card:hover .c2c-city-card__cta {
  opacity: 1;
  max-height: 3rem;
}

.c2c-city-card__badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: var(--c2c-red);
  color: var(--c2c-white);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  z-index: 2;
}

/* ==========================================================================
   Brand story section
   ========================================================================== */
.c2c-story {
  position: relative;
  background: var(--c2c-black);
  color: var(--c2c-white);
  padding: 11rem 5vw;
  overflow: hidden;
}

.c2c-story__inner {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}

.c2c-story__eyebrow {
  color: var(--c2c-red);
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 2rem;
}

.c2c-story__title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 1;
  margin: 0 0 3rem;
}

.c2c-story__body {
  font-size: clamp(1.7rem, 1.6vw, 2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 4rem;
}

.c2c-story__stats {
  display: flex;
  justify-content: center;
  gap: clamp(3rem, 6vw, 8rem);
  flex-wrap: wrap;
}

.c2c-story__stat-num {
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: clamp(2.8rem, 4vw, 4rem);
  color: var(--c2c-red);
  display: block;
}

.c2c-story__stat-label {
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* ==========================================================================
   Vote your city
   ========================================================================== */
.c2c-vote {
  background: var(--c2c-red);
  color: var(--c2c-white);
  padding: 9rem 5vw;
  text-align: center;
}

.c2c-vote__title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  line-height: 1.02;
  margin: 0 0 1.6rem;
}

.c2c-vote__subtitle {
  font-size: 1.7rem;
  max-width: 56rem;
  margin: 0 auto 4.4rem;
  color: rgba(255, 255, 255, 0.9);
}

.c2c-vote__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  max-width: 76rem;
  margin: 0 auto 4.4rem;
}

.c2c-vote__chip {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: var(--c2c-white);
  padding: 1.3rem 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--c2c-ease);
  overflow: hidden;
}

.c2c-vote__chip:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.c2c-vote__chip.is-selected {
  background: var(--c2c-white);
  color: var(--c2c-red);
  border-color: var(--c2c-white);
}

.c2c-vote__chip-count {
  font-weight: 400;
  opacity: 0.75;
  margin-left: 0.6rem;
}

.c2c-vote__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.7rem 4.4rem;
  background: var(--c2c-black);
  color: var(--c2c-white);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border: 2px solid var(--c2c-black);
  cursor: pointer;
  transition: transform 0.35s var(--c2c-ease), background-color 0.3s ease, box-shadow 0.3s ease;
}

.c2c-vote__submit:hover:not(:disabled) {
  background: var(--c2c-white);
  color: var(--c2c-black);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.c2c-vote__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c2c-vote__confirm {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.c2c-vote__confirm.is-visible {
  opacity: 1;
  height: auto;
}

/* ==========================================================================
   Instagram gallery
   ========================================================================== */
.c2c-insta {
  padding: 9rem 0;
  background: var(--c2c-white);
  text-align: center;
}

.c2c-insta__title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
  margin: 0 0 1rem;
}

.c2c-insta__handle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--c2c-red);
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5rem;
  margin-bottom: 4.4rem;
}

.c2c-insta__handle:hover { text-decoration: underline; }

.c2c-insta__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.4rem;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 989px) {
  .c2c-insta__grid { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 600px) {
  .c2c-insta__grid { grid-template-columns: repeat(2, 1fr); padding: 0 1.4rem; }
}

.c2c-insta__item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.c2c-insta__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--c2c-ease);
}

.c2c-insta__item:hover img { transform: scale(1.1); }

.c2c-insta__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.c2c-insta__item:hover::after { background: rgba(0, 0, 0, 0.15); }

/* ==========================================================================
   Sticky Add to Cart bar (product pages)
   ========================================================================== */
.c2c-sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: var(--c2c-black);
  color: var(--c2c-white);
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  transform: translateY(100%);
  transition: transform 0.4s var(--c2c-ease);
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.2);
}

.c2c-sticky-atc.is-visible { transform: translateY(0); }

.c2c-sticky-atc__info {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
}

.c2c-sticky-atc__info img {
  width: 4.6rem;
  height: 4.6rem;
  object-fit: cover;
  flex-shrink: 0;
}

.c2c-sticky-atc__title {
  font-weight: 700;
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c2c-sticky-atc__price {
  color: var(--c2c-red);
  font-weight: 700;
}

.c2c-sticky-atc .c2c-btn {
  padding: 1.1rem 2.8rem;
  border-color: var(--c2c-white);
  flex-shrink: 0;
}

/* ---- Trust badges ---- */
.c2c-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin: 2.4rem 0;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.c2c-trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.c2c-trust-badge svg { width: 2.4rem; height: 2.4rem; }

@media screen and (max-width: 600px) {
  .c2c-trust-badges { grid-template-columns: 1fr; }
}

/* ---- Recently Viewed ---- */
.c2c-rv {
  padding: 4.8rem 0;
}

.c2c-rv__heading {
  font-family: var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 2rem;
  margin: 0 0 2.4rem;
  text-align: center;
}

.c2c-rv__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

@media screen and (max-width: 749px) {
  .c2c-rv__track { grid-template-columns: repeat(2, 1fr); }
}

.c2c-rv-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c2c-rv-card__img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 0.8rem;
}

.c2c-rv-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.c2c-rv-card:hover .c2c-rv-card__img img {
  transform: scale(1.05);
}

.c2c-rv-card__title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.c2c-rv-card__price {
  font-size: 1.3rem;
  color: var(--c2c-red);
  font-weight: 700;
}

/* ---- Collection page: large premium hero ---- */
.collection-hero {
  min-height: 32rem;
  display: flex;
  align-items: center;
}

.collection-hero__inner {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.collection-hero__title {
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 749px) {
  .collection-hero { min-height: 22rem; }
}

/* ---- Cart drawer: free shipping progress bar ---- */
.c2c-free-shipping-bar {
  padding: 1.4rem 2rem 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.c2c-free-shipping-bar__track {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.c2c-free-shipping-bar__fill {
  height: 100%;
  background: #e53935;
  border-radius: 999px;
  transition: width 0.4s ease;
}

.c2c-free-shipping-bar__message {
  margin: 0.8rem 0 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

/* ---- Cart drawer: upsell / cross-sell ---- */
.c2c-cart-upsell {
  padding: 1.6rem 2rem 0.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.c2c-cart-upsell__title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
}

.c2c-cart-upsell .card-wrapper .card__media img {
  transition: transform 0.5s ease;
}

.c2c-cart-upsell .card-wrapper:hover .card__media img {
  transform: scale(1.04);
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .c2c-hero__media img,
  .c2c-hero__media video,
  .c2c-city-card__img,
  .c2c-insta__item img,
  .c2c-free-shipping-bar__fill,
  .c2c-cart-upsell .card-wrapper .card__media img {
    animation: none !important;
    transition: none !important;
  }.c2c-city-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}