@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato:wght@400;500;700&display=swap');

.whps,
.whps *,
.whps *::before,
.whps *::after {
  box-sizing: border-box;
}

.whps {
  --wpp-bg: #ffffff;
  --wpp-section-alt: #F5F5F5;
  --wpp-text: #101010;
  --wpp-muted: #5b5b5b;
  --wpp-card-bg: #ececea;
  background: var(--wpp-bg);
  color: var(--wpp-text);
  font-family: 'Lato', sans-serif !important;
}

.whps,
.whps a,
.whps p,
.whps span,
.whps div,
.whps li,
.whps strong,
.whps em,
.whps button,
.whps input,
.whps textarea,
.whps select,
.whps .woocommerce-Price-amount,
.whps .woocommerce-Price-currencySymbol {
  font-family: 'Lato', sans-serif !important;
}

.whps a,
.whps a:hover,
.whps a:focus,
.whps a:active {
  text-decoration: none !important;
  box-shadow: none !important;
}

.whps__shell {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.whps__catalog {
  padding: 84px 0 92px;
  background: #ffffff;
}

.whps__catalog--merch {
  background: #ffffff;
}

.whps__head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 20px;
  padding-bottom: 22px;
  margin-bottom: 40px !important;
  border-bottom: 1px solid rgba(17,17,17,.12);
}

.whps__heading,
.whps .wpp-shop-section-title,
.whps .whps-divider__title {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: .02em;
}

.whps__heading,
.whps .wpp-shop-section-title {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: .96 !important;
  text-transform: uppercase;
}

.whps__viewall {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #101010 !important;
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 1.02;
  font-weight: 700 !important;
  padding: 4px 0;
}

.whps__viewall span {
  color: inherit !important;
}

.whps .wpp-shop-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.whps .wpp-shop-card {
  min-width: 0 !important;
  width: 100% !important;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
  margin: 0 !important;
}

.whps .wpp-shop-card__image-link {
  display: block !important;
  width: 100% !important;
}

.whps .wpp-shop-card__image-wrap {
  width: 100% !important;
  border-radius: 24px;
  background: var(--wpp-card-bg) !important;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.whps .wpp-shop-card__image-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain;
  display: block;
  transition: transform .28s ease, opacity .24s ease;
}

.whps .wpp-shop-card__image-wrap img.is-swapping {
  opacity: .62;
  transform: scale(1.03);
}

.whps .wpp-shop-card:hover .wpp-shop-card__image-wrap img {
  transform: scale(1.022);
}

.whps .wpp-shop-card__body {
  padding: 0 2px;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto;
  min-height: 146px;
}

.whps .wpp-shop-card__meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
}

.whps .wpp-shop-card__title,
.whps .wpp-shop-card__title a {
  margin: 0;
  color: #111 !important;
  text-decoration: none !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.34 !important;
  font-weight: 700 !important;
}

.whps .wpp-shop-card__subtitle,
.whps .wpp-shop-card__unit {
  color: #6a6a6a !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  min-height: 0;
}

.whps .wpp-shop-card__price,
.whps .wpp-shop-card__price * {
  margin: 0;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
}



.whps .wpp-shop-swatches {
  display: flex !important;
  gap: 7px;
  margin: 2px 0 4px;
}

.whps .wpp-shop-swatch,
.whps button.wpp-shop-swatch {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(17,17,17,.16) !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  flex: 0 0 auto;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
  position: relative;
}

.whps .wpp-shop-swatch::before,
.whps .wpp-shop-swatch::after {
  content: none !important;
  display: none !important;
}

.whps .wpp-shop-swatch span {
  background-clip: padding-box;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  display: block !important;
  box-shadow: none !important;
  flex: 0 0 auto;
}

.whps .wpp-shop-swatch.is-active {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111 inset !important;
}

.whps .wpp-shop-swatch.is-active span {
  box-shadow: 0 0 0 1px rgba(255,255,255,.92) inset !important;
}

.whps .wpp-shop-swatch.is-active::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  border: 1px solid #111;
  border-radius: 999px;
}

.whps .wpp-shop-swatch:hover,
.whps .wpp-shop-swatch:focus,
.whps .wpp-shop-swatch:active {
  background: #fff !important;
  border-color: rgba(17,17,17,.46) !important;
  box-shadow: none !important;
  outline: none !important;
  transform: translateY(-1px);
}




.whps .wpp-shop-card__cta { display: none !important; }

.whps .wpp-shop-shell {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.whps .wpp-shop-hero,
.whps .whps-hero {
  position: relative;
  min-height: 60svh;
  overflow: clip;
  isolation: isolate;
}

.whps .wpp-shop-hero__stage {
  position: relative !important;
  top: auto !important;
  height: 60svh;
  min-height: 60svh;
  display: grid;
  align-items: end;
  overflow: clip;
}

.whps .wpp-shop-hero__media {
  position: absolute;
  inset: 0;
  background-image: var(--wpp-hero-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transform: none !important;
  will-change: auto;
}

.whps .wpp-shop-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.3) 30%, rgba(0,0,0,.68) 100%),
    linear-gradient(90deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.08) 52%, rgba(0,0,0,.18) 100%);
}

.whps .whps-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 60svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.whps .whps-hero__title,
.whps .wpp-shop-hero__title.whps-hero__title {
  margin: 0;
  color: #fff !important;
  font-family: 'Anton', sans-serif !important;
  font-size: 40px !important;
  line-height: 1 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.whps .whps-hero__text,
.whps .wpp-shop-hero__text.whps-hero__text {
  margin: 22px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.88) !important;
  font-family: 'Lato', sans-serif !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.55 !important;
  text-align: center;
}


@media (max-width: 1200px) {
  .whps .wpp-shop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 22px !important; }
}

@media (max-width: 980px) {
  .whps .wpp-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 18px !important; }
  .whps__catalog { padding: 68px 0 74px; }
}

@media (max-width: 767px) {
  .whps__shell,
  .whps .wpp-shop-shell {
    width: 100% !important;
    max-width: 1920px !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .whps__catalog { padding: 54px 0 58px; }

  .whps__head {
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 28px !important;
    align-items: end !important;
  }

  .whps .wpp-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .whps .wpp-shop-card { gap: 12px; }
  .whps .wpp-shop-card__image-wrap { border-radius: 18px; }
  .whps .wpp-shop-card__body { min-height: 138px; padding: 0 1px; }
}

@media (max-width: 560px) {
  .whps .wpp-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .whps__heading,
  .whps .wpp-shop-section-title {
    font-size: clamp(26px, 8vw, 38px) !important;
  }

  .whps__viewall {
    font-size: 14px !important;
    gap: 6px;
  }

  .whps .wpp-shop-card__title,
  .whps .wpp-shop-card__title a {
    font-size: 13px !important;
    line-height: 1.32 !important;
  }

  .whps .wpp-shop-card__subtitle,
  .whps .wpp-shop-card__unit,
  .whps .wpp-shop-card__price,
  .whps .wpp-shop-card__price * {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .whps .wpp-shop-card__body { min-height: 126px; }

  .whps .wpp-shop-swatches { gap: 7px; }
  .whps .wpp-shop-swatch,
  .whps button.wpp-shop-swatch {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  .whps .wpp-shop-swatch span {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }
}

@media (max-width: 767px) {
  .whps .wpp-shop-hero,
  .whps .whps-hero {
    min-height: 60svh;
  }

  .whps .wpp-shop-hero__stage,
  .whps .whps-hero .wpp-shop-hero__stage {
    height: 60svh;
    min-height: 60svh;
  }

  .whps .wpp-shop-hero__media {
    background-image: var(--wpp-hero-image-mobile);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }

  .whps .wpp-shop-shell {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whps .wpp-shop-card__image-wrap img,
  .whps .wpp-shop-swatch {
    transition: none !important;
    transform: none !important;
  }

  .whps .wpp-shop-hero__media {
    background-attachment: scroll;
  }
}
