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

body.woocommerce-shop,
body.woocommerce-page.woocommerce-shop {
  background: #ffffff !important;
}

body.woocommerce-shop .site-main,
body.woocommerce-page.woocommerce-shop .site-main,
body.woocommerce-shop .woocommerce,
body.woocommerce-page.woocommerce-shop .woocommerce,
body.woocommerce-shop .content-area,
body.woocommerce-page.woocommerce-shop .content-area {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpp-shop-page,
.wpp-shop-page * { box-sizing: border-box; }

.wpp-shop-page {
  --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;
}

.wpp-shop-page a,
.wpp-shop-page p,
.wpp-shop-page span,
.wpp-shop-page div,
.wpp-shop-page li,
.wpp-shop-page strong,
.wpp-shop-page em,
.wpp-shop-page button {
  font-family: 'Lato', sans-serif !important;
}

.wpp-shop-shell {
  width: min(1284px, calc(100% - 48px));
  margin: 0 auto;
}

.wpp-shop-section-title,
.wpp-shop-hero__title,
.wpp-shop-nav a,
.wpp-shop-card__cta,
.wpp-shop-button {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: .02em;
}

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

.wpp-shop-hero__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  align-items: end;
  overflow: clip;
}

.wpp-shop-hero__media,
.wpp-shop-hero__overlay {
  position: absolute;
  inset: 0;
}

.wpp-shop-hero__media {
  background-image: var(--wpp-hero-image);
  background-size: cover;
  background-position: center center;
  will-change: transform;
  transform: translateZ(0);
}

.wpp-shop-hero__overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.26) 36%, rgba(0,0,0,.62) 100%),
    linear-gradient(90deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.08) 50%, rgba(0,0,0,.16) 100%);
}

.wpp-shop-hero .wpp-shop-shell {
  width: min(1284px, calc(100% - 48px));
  margin: 0 auto;
}

.wpp-shop-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(88px, 14vh, 132px) 0 74px;
  max-width: 720px;
  margin-left: 0;
  text-align: left;
}

.wpp-shop-hero__title {
  margin: 0;
  max-width: none;
  font-size: 50px !important;
  line-height: .98;
  color: #fff;
}

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

.wpp-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  justify-content: flex-start;
}

.wpp-shop-button {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: .02em;
}

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

.wpp-shop-hero__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  align-items: end;
  overflow: clip;
}

.wpp-shop-hero__media,
.wpp-shop-hero__overlay {
  position: absolute;
  inset: 0;
}

.wpp-shop-hero__media {
  background-image: var(--wpp-hero-image);
  background-size: cover;
  background-position: center center;
  transform: none;
  will-change: transform;
}

.wpp-shop-hero__overlay { position: absolute; inset: 0; }

.wpp-shop-hero__media {
  background-image: var(--wpp-hero-image);
  background-size: cover;
  background-position: center center;
  transform: translate3d(0, 0, 0) scale(1.1);
  will-change: transform;
}

.wpp-shop-hero__overlay {
  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%);
}

.wpp-shop-hero .wpp-shop-shell {
  width: min(1284px, calc(100% - 48px));
  margin: 0 auto;
}

.wpp-shop-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(88px, 14vh, 132px) 0 74px;
  max-width: 720px;
  margin-left: 0;
  text-align: left;
}

.wpp-shop-hero__title {
  margin: 0;
  max-width: none;
  font-size: 50px !important;
  line-height: .98;
  color: #fff;
}

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

.wpp-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  justify-content: flex-start;
}

.wpp-shop-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px !important;
  border: 1px solid #101010;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1;
  transition: transform .18s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

.wpp-shop-button:hover { transform: translateY(-1px); }
.wpp-shop-button--primary { background: #101010; color: #fff !important; border-color: #101010 !important; }
.wpp-shop-button--primary:hover,
.wpp-shop-button--primary:focus-visible { background: #fff !important; color: #101010 !important; border-color: #101010 !important; }
.wpp-shop-button--ghost { background: rgba(255,255,255,.08); color: #fff !important; border-color: rgba(255,255,255,.24); }

.wpp-shop-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(17,17,17,.08);
}

.wpp-shop-nav__inner {
  display: flex;
  gap: 34px;
  min-height: 72px;
  align-items: center;
  overflow-x: auto;
}

.wpp-shop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: #101010 !important;
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 1.02;
  padding: 4px 0;
}

.wpp-shop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: #101010;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform .22s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}

.wpp-shop-nav a:hover::after,
.wpp-shop-nav a:focus-visible::after,
.wpp-shop-nav a.is-current::after {
  transform: scaleX(1);
  opacity: 1;
}

.wpp-shop-section {
  padding: 84px 0 92px;
}
.wpp-shop-section--alt { background: var(--wpp-section-alt); }
.wpp-shop-section--base { background: #ffffff; }
.wpp-shop-support { padding-top: 72px; }

.wpp-shop-support__grid,
.wpp-shop-section__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.wpp-shop-section__head { margin-bottom: 40px; }

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

.wpp-shop-section-title--support {
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 44px;
}

.wpp-shop-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.wpp-shop-grid--featured,
.wpp-shop-grid--drinks,
.wpp-shop-grid--merch {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.wpp-shop-card__image-link {
  display: block;
  text-decoration: none !important;
}

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

.wpp-shop-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .28s ease, opacity .24s ease;
}
.wpp-shop-card__image-wrap img.is-swapping { opacity: .62; transform: scale(1.03); }
.wpp-shop-card:hover .wpp-shop-card__image-wrap img { transform: scale(1.022); }

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

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

.wpp-shop-card__title,
.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;
  font-weight: 700 !important;
}

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


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

.wpp-shop-card__cta {
  margin-top: auto;
  display: inline-flex !important;
  align-self: flex-start;
  width: auto !important;
  min-width: 136px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px !important;
  border: 1px solid #101010 !important;
  text-decoration: none !important;
  background: #101010;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1;
  transition: transform .18s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

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

.wpp-shop-swatch,
.wpp-shop-page .wpp-shop-swatch,
.wpp-shop-page 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;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
  position: relative;
}

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

.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;
}

.wpp-shop-swatch.is-active {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111 inset !important;
}
.wpp-shop-swatch.is-active span {
  box-shadow: 0 0 0 1px rgba(255,255,255,.92) inset !important;
}
.wpp-shop-swatch.is-active::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  border: 1px solid #111;
  border-radius: 999px;
}

.wpp-shop-swatch:hover,
.wpp-shop-swatch:focus,
.wpp-shop-swatch:active,
.wpp-shop-page .wpp-shop-swatch:hover,
.wpp-shop-page .wpp-shop-swatch:focus,
.wpp-shop-page .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);
}

.wpp-shop-card__body .wpp-shop-card__cta:hover,
.wpp-shop-card__body .wpp-shop-card__cta:focus {
  background: #fff !important;
  color: #101010 !important;
  border-color: #101010 !important;
}

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

@media (max-width: 980px) {
  .wpp-shop-grid--featured,
  .wpp-shop-grid--drinks,
  .wpp-shop-grid--merch { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wpp-shop-section { padding: 68px 0 74px; }
}

@media (max-width: 767px) {
  .wpp-shop-page { --wpp-hero-image: var(--wpp-hero-image-mobile); }
  .wpp-shop-shell { width: min(100%, calc(100% - 20px)); }
  .wpp-shop-hero { min-height: 108svh; }
  .wpp-shop-hero__stage { height: 88svh; }
  .wpp-shop-hero__inner { padding: 76px 0 42px; }
  .wpp-shop-hero__title { font-size: 50px !important; line-height: 1.02; }
  .wpp-shop-nav__inner { min-height: 64px; gap: 16px; }
  .wpp-shop-nav a { font-size: 16px !important; padding: 8px 4px; }
  .wpp-shop-nav a::after { bottom: -6px; }
  .wpp-shop-grid--featured,
  .wpp-shop-grid--drinks,
  .wpp-shop-grid--merch { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .wpp-shop-card__image-wrap { border-radius: 18px; }
  .wpp-shop-card__body { min-height: 138px; }
}

@media (max-width: 560px) {
  .wpp-shop-grid--featured,
  .wpp-shop-grid--drinks,
  .wpp-shop-grid--merch { grid-template-columns: 1fr 1fr; gap: 14px; }
  .wpp-shop-section { padding: 54px 0 58px; }
  .wpp-shop-section-title { margin-bottom: 28px; font-size: clamp(26px, 8vw, 38px) !important; }
  .wpp-shop-card__title,
  .wpp-shop-card__title a { font-size: 13px !important; }
  .wpp-shop-card__subtitle,
  .wpp-shop-card__unit,
  .wpp-shop-card__price,
  .wpp-shop-card__price * { font-size: 12px !important; }
  .wpp-shop-card__body { min-height: 126px; }
  .wpp-shop-card__cta { min-width: 112px; min-height: 36px; padding: 9px 16px; font-size: 12px !important; }
  .wpp-shop-swatches { gap: 7px; }
  .wpp-shop-swatch { width: 22px; height: 22px; min-width: 22px; min-height: 22px; }
  .wpp-shop-swatch span { width: 14px !important; height: 14px !important; min-width: 14px !important; min-height: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .wpp-shop-hero__media,
  .wpp-shop-card__image-wrap img,
  .wpp-shop-button,
  .wpp-shop-swatch { transition: none !important; transform: none !important; }
  .wpp-shop-hero { min-height: 100svh; }
  .wpp-shop-hero__stage { position: relative; height: 100svh; }
}

@media (max-width: 767px) {
  .wpp-shop-hero .wpp-shop-shell { width: min(100%, calc(100% - 20px)); max-width: none; margin: 0 auto; }
  .wpp-shop-nav a { font-size: 16px !important; padding: 8px 4px; }
  .wpp-shop-nav a::after { bottom: -6px; }
}


/* v0.6.21 hero parallax style: classic fixed-background reveal */
.wpp-shop-hero {
  min-height: 60svh;
}

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

.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;
}

.wpp-shop-hero__overlay {
  position: absolute;
  inset: 0;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .wpp-shop-hero__media {
    background-attachment: scroll;
  }
}
