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

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

.wpp-product-page {
  --wpp-text: #0A0A0A;
  --wpp-muted: #475567;
  --wpp-line: #D8DDE5;
  --wpp-line-soft: #E5E7EB;
  --wpp-soft: #F9FAFB;
  --wpp-white: #FFFFFF;
  --wpp-black: #000000;
  background: #fff !important;
  color: var(--wpp-text) !important;
  font-family: 'Lato', sans-serif !important;
}

.wpp-product-page :where(a, button, input, textarea, select) {
  font-family: 'Lato', sans-serif !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.wpp-product-page button {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}

.wpp-shell {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0 72px;
}

.wpp-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr);
  gap: 48px;
  align-items: start;
}

/* Gallery */
.wpp-gallery__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 32px;
  border-radius: 16px;
  background: var(--wpp-soft) !important;
  overflow: hidden;
}

.wpp-gallery__stage--cans { padding: 40px; }

.wpp-gallery__main-image,
.wpp-lightbox__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wpp-gallery__main-image {
  transition: opacity .22s ease, transform .22s ease;
}

.wpp-gallery__main-image.is-swapping {
  opacity: .2;
  transform: scale(.985);
}

.wpp-gallery__zoom {
  all: unset;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #000 !important;
  border-radius: 999px !important;
  background: #F3F4F6 !important;
  color: #0A0A0A !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  box-shadow: none !important;
  z-index: 3;
}

.wpp-gallery__zoom:hover { background: #EDEFF3 !important; }
.wpp-gallery__zoom svg { width: 13px !important; height: 13px !important; }

.wpp-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.wpp-thumb,
.wpp-lightbox__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid transparent !important;
  border-radius: 10px;
  background: var(--wpp-soft) !important;
  cursor: pointer;
}

.wpp-thumb img,
.wpp-lightbox__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.wpp-thumb:hover,
.wpp-lightbox__thumb:hover { border-color: #C7CED8 !important; }
.wpp-thumb.is-active,
.wpp-lightbox__thumb.is-active { border-color: #000 !important; }

.wpp-thumb__label {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  padding: 4px 6px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  color: var(--wpp-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.wpp-thumb.is-active .wpp-thumb__label {
  background: #000;
  color: #fff;
}

/* Summary */
.wpp-summary__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.wpp-product-title {
  margin: 0 !important;
  font-family: 'Anton', sans-serif !important;
  font-size: 40px !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.wpp-product-subtitle,
.wpp-product-subtitle p,
.wpp-product-meta-line,
.wpp-tax-note {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: var(--wpp-muted) !important;
}

.wpp-price {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.wpp-price * {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.wpp-divider {
  height: 1px;
  margin: 28px 0 32px;
  background: var(--wpp-line);
}

.wpp-summary > .wpp-divider:first-of-type {
  margin: 28px 0 0 !important;
}

.wpp-purchase {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wpp-attribute,
.wpp-quantity-block,
.wpp-purchase__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wpp-field-label {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  color: #111827 !important;
}

/* Merch color cards */
.wpp-color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpp-choice--color {
  position: relative;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;
  padding: 10px 8px !important;
  border-radius: 10px !important;
  border: 1px solid var(--wpp-line) !important;
  background: #fff !important;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
  flex: 0 0 72px !important;
}

.wpp-choice--color:hover { border-color: #C7CED8 !important; }
.wpp-choice--color.is-active {
  border-color: #000 !important;
  background: #F9FAFB !important;
}

.wpp-choice--color .wpp-choice__dot {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  border-radius: 999px !important;
  border: 2px solid #D1D5DB !important;
  flex: 0 0 36px !important;
  margin: 0 auto !important;
}

.wpp-choice--color .wpp-choice__label {
  display: block !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #0A0A0A !important;
  text-align: center !important;
  white-space: normal !important;
}

.wpp-choice__check {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px;
  background: #000;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}
.wpp-choice__check svg { width: 14px !important; height: 14px !important; display:block !important; }
.wpp-choice--color.is-active .wpp-choice__check { display: inline-flex; }

/* Size/default grids */
.wpp-size-grid,
.wpp-default-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wpp-choice--size,
.wpp-choice--default {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  border: 1px solid var(--wpp-line) !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-align: center !important;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.wpp-choice--size:hover,
.wpp-choice--default:hover { border-color: #C7CED8 !important; }

.wpp-choice--size.is-active,
.wpp-choice--default.is-active {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.wpp-choice.is-unavailable:not(.is-active) {
  opacity: .55;
  color: #98A2B3 !important;
}

/* Cans flavor stack */
.wpp-default-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wpp-choice--stack {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 20px !important;
  border-radius: 10px !important;
  border: 1px solid var(--wpp-line) !important;
  background: #fff !important;
  text-align: left !important;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}

.wpp-choice--stack:hover { border-color: #D1D5DB !important; }
.wpp-choice--stack .wpp-choice__label {
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  color: #475467 !important;
  flex: 1 1 auto !important;
}
.wpp-choice--stack .wpp-choice__tick {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  flex: 0 0 14px !important;
  color: #000;
  opacity: 0;
}
.wpp-choice--stack .wpp-choice__tick svg { width: 14px !important; height: 14px !important; display:block !important; }
.wpp-choice--stack.is-active {
  border-color: #000 !important;
  background: #F3F4F6 !important;
}
.wpp-choice--stack.is-active .wpp-choice__label { color: #111827 !important; }
.wpp-choice--stack.is-active .wpp-choice__tick { opacity: 1; }

/* Quantity */
.wpp-qty {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  border: 1px solid var(--wpp-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  background: #fff !important;
}

.wpp-qty__button,
.wpp-qty__input {
  height: 46px !important;
  border: 0 !important;
  background: #fff !important;
  color: #374151 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

.wpp-qty__button {
  width: 40px !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wpp-qty__button:first-child { border-right: 1px solid var(--wpp-line) !important; }
.wpp-qty__button:last-child { border-left: 1px solid var(--wpp-line) !important; }

.wpp-qty__input {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  padding: 0 !important;
  text-align: center !important;
  font-weight: 400 !important;
  -moz-appearance: textfield;
}
.wpp-qty__input::-webkit-outer-spin-button,
.wpp-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* CTA */
.wpp-add-to-cart {
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 24px !important;
  border-radius: 10px !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.wpp-add-to-cart:disabled {
  background: #C7CBD3 !important;
  border-color: #C7CBD3 !important;
  color: #fff !important;
  cursor: not-allowed;
}

.wpp-inline-status {
  min-height: 18px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wpp-muted);
}
.wpp-inline-status.is-error { color: #B42318; }
.wpp-inline-status.is-success { color: #027A48; }

/* Features */
.wpp-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wpp-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.wpp-feature__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
}
.wpp-feature__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.wpp-feature__title {
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #0A0A0A !important;
}
.wpp-feature__text {
  margin-top: 2px;
  font-size: 10px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--wpp-muted) !important;
}

/* Lightbox & toast */

.wpp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
}
.wpp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16,24,40,.72);
}
.wpp-lightbox__dialog {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  max-height: min(88vh, calc(100vh - 32px));
  margin: 16px auto;
  background: #fff;
  border-radius: 18px;
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wpp-lightbox__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}
.wpp-lightbox__label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--wpp-muted);
}
.wpp-lightbox__close {
  all: unset;
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  flex: 0 0 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.wpp-lightbox__close:hover { background: #F8FAFC !important; color: #111827 !important; }
.wpp-lightbox__image {
  display: block;
  width: 100%;
  min-height: 0;
  max-height: min(72vh, calc(100vh - 180px));
  object-fit: contain;
  background: var(--wpp-soft);
  border-radius: 12px;
  flex: 1 1 auto;
}
.wpp-lightbox__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 2px;
  flex: 0 0 auto;
}
.wpp-lightbox__thumb {
  all: unset;
  position: relative;
  display: block !important;
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  aspect-ratio: 1 / 1;
  padding: 8px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: var(--wpp-soft) !important;
  cursor: pointer !important;
  flex: 0 0 64px !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .wpp-shell {
    width: min(100%, calc(100% - 32px));
    padding: 32px 0 56px;
  }
  .wpp-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .wpp-shell {
    width: min(100%, calc(100% - 32px));
    padding: 24px 0 48px;
  }

  .wpp-product-title { font-size: 40px !important; }
  .wpp-divider { margin: 24px 0 28px; }
  .wpp-gallery__stage { padding: 24px; border-radius: 12px; }
  .wpp-gallery__thumbs { gap: 8px; }
  .wpp-thumb, .wpp-lightbox__thumb { border-radius: 8px; }

  .wpp-color-grid { gap: 12px; }
  .wpp-choice--color {
    width: 92px;
    min-width: 92px;
    min-height: 124px;
  }

  .wpp-size-grid,
  .wpp-default-grid { gap: 12px; }
  .wpp-choice--size,
  .wpp-choice--default {
    min-height: 70px;
  }

  .wpp-choice--stack {
    min-height: 52px;
  }

  .wpp-qty { width: fit-content !important; }
  .wpp-add-to-cart { min-height: 56px; }
}



@media (max-width: 767px) {
  .wpp-gallery__zoom {
    width: 28px !important;
    height: 28px !important;
    top: 12px !important;
    right: 12px !important;
  }
  .wpp-gallery__zoom svg { width: 12px !important; height: 12px !important; }
  .wpp-lightbox__dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 12px 12px 14px;
  }
  .wpp-lightbox__image {
    max-height: calc(100vh - 190px);
  }
}
/* Hard reset against theme/button bleed */
.wpp-product-page .wpp-choice,
.wpp-product-page .wpp-qty,
.wpp-product-page .wpp-qty__button,
.wpp-product-page .wpp-qty__input,
.wpp-product-page .wpp-add-to-cart {
  box-shadow: none !important;
  transform: none !important;
  max-width: none !important;
}
.wpp-product-page .wpp-choice--color,
.wpp-product-page .wpp-choice--size,
.wpp-product-page .wpp-choice--default,
.wpp-product-page .wpp-choice--stack {
  font-family: 'Lato', sans-serif !important;
}
.wpp-product-page .wpp-quantity-block { align-items: flex-start !important; }
.wpp-product-page .wpp-purchase__actions { gap: 8px !important; }
@media (max-width: 767px) {
  .wpp-shell { width: min(100%, calc(100% - 32px)); padding: 80px 0 80px; }
  .wpp-grid { grid-template-columns: 1fr; gap: 24px; }
  .wpp-choice--color {
    width: 72px !important; min-width: 72px !important; max-width: 72px !important;
    height: 112px !important; min-height: 112px !important; max-height: 112px !important;
  }
  .wpp-choice--color .wpp-choice__dot {
    width: 36px !important; height: 36px !important; min-width:36px !important; min-height:36px !important;
  }
  .wpp-size-grid, .wpp-default-grid { gap: 10px; }
  .wpp-choice--size, .wpp-choice--default { min-height: 54px !important; height: 54px !important; font-size: 12px !important; }
  .wpp-choice--stack { min-height: 54px !important; height: 54px !important; padding: 0 16px !important; }
  .wpp-qty__button { width: 40px !important; }
  .wpp-qty__input { width: 56px !important; min-width:56px !important; max-width:56px !important; }
}



.wpp-product-page .wpp-gallery__zoom,
.wpp-product-page .wpp-lightbox__close,
.wpp-product-page .wpp-lightbox__thumb {
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  background-image: none !important;
}

/* Added to cart toast */
.wc-added-overlay[data-wpp-toast] {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  inset: auto 24px 24px auto;
  z-index: 999999;
  width: min(460px, calc(100vw - 32px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 18px, 0);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  background: transparent;
  padding: 0;
}
.wc-added-overlay[data-wpp-toast][hidden] { display: none !important; }
.wc-added-overlay[data-wpp-toast].is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.wc-added-overlay[data-wpp-toast] .wc-added-modal {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 22px 22px 22px 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.wc-added-overlay[data-wpp-toast] .wc-added-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  color: #111827 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .72;
  transition: opacity .18s ease, background-color .18s ease;
}
.wc-added-overlay[data-wpp-toast] .wc-added-close:hover {
  opacity: 1;
  background: rgba(15,23,42,.05) !important;
}
.wc-added-overlay[data-wpp-toast] .wc-added-image {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #F6F7F9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-added-overlay[data-wpp-toast] .wc-added-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wc-added-overlay[data-wpp-toast] .wc-added-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 42px;
}
.wc-added-overlay[data-wpp-toast] .wc-added-title {
  margin: 0 0 10px !important;
  font-family: 'Anton', sans-serif !important;
  font-size: 19px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #121212 !important;
  text-transform: uppercase;
}
.wc-added-overlay[data-wpp-toast] .wc-added-text {
  margin: 0 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: #475567 !important;
}
.wc-added-overlay[data-wpp-toast] .wc-added-button {
  margin-top: 16px;
  min-height: 40px !important;
  height: 40px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  flex: 0 0 auto !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.wc-added-overlay[data-wpp-toast] .wc-added-button:hover {
  background: #111827 !important;
  border-color: #111827 !important;
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .wc-added-overlay[data-wpp-toast] {
    inset: auto 12px 12px 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
  .wc-added-overlay[data-wpp-toast] .wc-added-modal {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 18px 16px 16px;
    border-radius: 18px;
  }
  .wc-added-overlay[data-wpp-toast] .wc-added-image {
    width: 72px;
    height: 72px;
    border-radius: 14px;
  }
  .wc-added-overlay[data-wpp-toast] .wc-added-title {
    font-size: 17px !important;
    margin-bottom: 8px !important;
  }
  .wc-added-overlay[data-wpp-toast] .wc-added-text {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
  .wc-added-overlay[data-wpp-toast] .wc-added-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px !important;
  }
}
/* Toast robust scoping fix */
.wc-added-overlay[data-wpp-toast]{box-sizing:border-box !important;}
.wc-added-overlay[data-wpp-toast] *, .wc-added-overlay[data-wpp-toast] *::before, .wc-added-overlay[data-wpp-toast] *::after{box-sizing:border-box !important;}


.wpp-product-page button.wpp-gallery__zoom,
.wpp-product-page button.wpp-lightbox__close,
.wpp-product-page button.wpp-thumb,
.wpp-product-page button.wpp-lightbox__thumb,
.wpp-product-page button.wpp-choice,
.wpp-product-page button.wpp-qty__button,
.wpp-product-page button.wpp-add-to-cart,
.wc-added-overlay[data-wpp-toast] button,
.wc-added-overlay[data-wpp-toast] a {
  appearance: none !important;
  -webkit-appearance: none !important;
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
}

.wpp-lightbox__dialog,
.wpp-lightbox__dialog * {
  font-family: 'Lato', sans-serif !important;
}

.wpp-lightbox__label:empty {
  display: none !important;
}

.wpp-product-page--cans .wpp-thumb__label,
.wpp-product-page--cans .wpp-lightbox__label {
  display: none !important;
}

.wpp-gallery__stage--cans .wpp-gallery__main-image {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

.wpp-lightbox__image {
  padding: 0 !important;
}



/* Regression fixes v0.5.2 */
.wpp-product-page .wpp-gallery__zoom {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 26px !important;
  line-height: 1 !important;
}
.wpp-product-page .wpp-gallery__zoom svg {
  width: 12px !important;
  height: 12px !important;
}
@media (max-width: 767px) {
  .wpp-product-page .wpp-gallery__zoom {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    flex-basis: 24px !important;
  }
}
.wc-added-overlay[data-wpp-toast] .wc-added-button,
.wc-added-overlay[data-wpp-toast] .wc-added-button:visited,
.wc-added-overlay[data-wpp-toast] .wc-added-button:hover,
.wc-added-overlay[data-wpp-toast] .wc-added-button:focus {
  box-sizing: border-box !important;
  text-align: center !important;
}


/* v0.5.3 targeted fixes */
.wpp-product-page .wpp-gallery__zoom {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  flex: 0 0 34px !important;
}
.wpp-product-page .wpp-gallery__zoom svg {
  width: 14px !important;
  height: 14px !important;
}
@media (max-width: 767px) {
  .wpp-product-page .wpp-gallery__zoom {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    flex-basis: 30px !important;
  }
}

.wpp-lightbox__thumbs {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.wpp-product-page--cans .wpp-gallery__thumbs,
.wpp-product-page--cans .wpp-lightbox__thumbs {
  display: none !important;
}


.wpp-product-description--summary {
  margin: 18px 0 18px !important;
}

.wpp-summary .wpp-purchase {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wpp-product-description,
.wpp-product-description p,
.wpp-product-description ul,
.wpp-product-description ol {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #111827 !important;
}

.wpp-product-description p {
  margin: 0 0 16px !important;
}

.wpp-product-description p:last-child {
  margin-bottom: 0 !important;
}


/* v0.5.9 subtle motion */
.wpp-gallery,
.wpp-summary__header,
.wpp-product-description--summary,
.wpp-purchase > *,
.wpp-features {
  animation: wpp-fade-up .55s cubic-bezier(.22,1,.36,1) both;
}
.wpp-gallery { animation-delay: .04s; }
.wpp-summary__header { animation-delay: .10s; }
.wpp-product-description--summary { animation-delay: .16s; }
.wpp-purchase > :nth-child(1) { animation-delay: .22s; }
.wpp-purchase > :nth-child(2) { animation-delay: .28s; }
.wpp-purchase > :nth-child(3) { animation-delay: .34s; }
.wpp-purchase > :nth-child(4) { animation-delay: .40s; }
.wpp-purchase > :nth-child(5) { animation-delay: .46s; }
.wpp-features { animation-delay: .52s; }

@keyframes wpp-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wpp-spin {
  to { transform: rotate(360deg); }
}

.wpp-add-to-cart,
.wpp-choice,
.wpp-thumb,
.wpp-lightbox__thumb,
.wpp-qty__button,
.wpp-gallery__zoom,
.wc-added-overlay[data-wpp-toast] .wc-added-button {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.wpp-add-to-cart {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}

.wpp-add-to-cart span {
  transition: opacity .18s ease, color .22s ease;
}

.wpp-add-to-cart:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16) !important;
}

.wpp-add-to-cart:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12) !important;
}

.wpp-add-to-cart.is-loading::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1.8px solid rgba(255,255,255,.38);
  border-top-color: #fff;
  animation: wpp-spin .72s linear infinite;
}

.wpp-choice:hover:not(.is-active):not(.is-unavailable),
.wpp-thumb:hover,
.wpp-lightbox__thumb:hover,
.wpp-qty__button:hover,
.wpp-gallery__zoom:hover,
.wc-added-overlay[data-wpp-toast] .wc-added-button:hover {
  transform: translateY(-1px);
}

.wpp-choice:hover:not(.is-active):not(.is-unavailable) {
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06) !important;
}

.wpp-thumb:hover,
.wpp-lightbox__thumb:hover {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08) !important;
}

.wpp-gallery__zoom:hover {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10) !important;
}

@media (prefers-reduced-motion: reduce) {
  .wpp-gallery,
  .wpp-summary__header,
  .wpp-product-description--summary,
  .wpp-purchase > *,
  .wpp-features,
  .wpp-add-to-cart,
  .wpp-choice,
  .wpp-thumb,
  .wpp-lightbox__thumb,
  .wpp-qty__button,
  .wpp-gallery__zoom,
  .wc-added-overlay[data-wpp-toast],
  .wc-added-overlay[data-wpp-toast] .wc-added-button {
    animation: none !important;
    transition: none !important;
  }
}


/* v0.5.11 toast viewport mount */
body > .wc-added-overlay[data-wpp-toast] {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  inset: auto 24px 24px auto !important;
  margin: 0 !important;
}
@media (max-width: 640px) {
  body > .wc-added-overlay[data-wpp-toast] {
    inset: auto 12px 12px 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    top: auto !important;
    width: auto !important;
    margin: 0 !important;
  }
}


/* v0.5.14 disable legacy toast entirely */
[data-wpp-toast],
.wc-added-overlay,
.wc-added-overlay[data-wpp-toast] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* v0.5.15 runtime toast */
.wpp-cart-toast[data-wpp-toast-runtime] {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  inset: auto 24px 24px auto !important;
  z-index: 999999 !important;
  width: min(460px, calc(100vw - 32px)) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 18px, 0);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  background: transparent;
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.wpp-cart-toast[data-wpp-toast-runtime][hidden] { display: none !important; }
.wpp-cart-toast[data-wpp-toast-runtime].is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.wpp-cart-toast[data-wpp-toast-runtime],
.wpp-cart-toast[data-wpp-toast-runtime] *,
.wpp-cart-toast[data-wpp-toast-runtime] *::before,
.wpp-cart-toast[data-wpp-toast-runtime] *::after { box-sizing: border-box !important; }
.wpp-cart-toast__modal {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.wpp-cart-toast__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  color: #111827 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  opacity: .82;
  line-height: 1 !important;
  text-indent: 0 !important;
  transform: none !important;
  transition: opacity .18s ease, background-color .18s ease, transform .18s ease;
}
.wpp-cart-toast__close:hover {
  opacity: 1;
  background: rgba(15,23,42,.05) !important;
  transform: scale(1.03) !important;
}
.wpp-cart-toast__close:focus,
.wpp-cart-toast__close:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(17,24,39,.08) !important;
  background: rgba(15,23,42,.05) !important;
}
.wpp-cart-toast__close-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
}
.wpp-cart-toast__close-icon::before,
.wpp-cart-toast__close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}
.wpp-cart-toast__close-icon::before { transform: translate(-50%, -50%) rotate(45deg); }
.wpp-cart-toast__close-icon::after { transform: translate(-50%, -50%) rotate(-45deg); }
.wpp-cart-toast__image {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #F6F7F9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpp-cart-toast__image img { width: 100%; height: 100%; object-fit: cover; }
.wpp-cart-toast__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 42px;
}
.wpp-cart-toast__title {
  margin: 0 0 10px !important;
  font-family: 'Anton', sans-serif !important;
  font-size: 19px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  color: #121212 !important;
  text-transform: uppercase;
}
.wpp-cart-toast__text {
  margin: 0 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: #475567 !important;
}
.wpp-cart-toast__button {
  margin-top: 16px;
  min-height: 40px !important;
  height: 40px !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.wpp-cart-toast__button:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .wpp-cart-toast[data-wpp-toast-runtime] {
    inset: auto 12px 12px 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto !important;
  }
  .wpp-cart-toast__modal {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 18px 16px 16px;
    border-radius: 18px;
  }
  .wpp-cart-toast__image { width: 72px; height: 72px; border-radius: 14px; }
  .wpp-cart-toast__title { font-size: 17px !important; margin-bottom: 8px !important; }
  .wpp-cart-toast__text { font-size: 13px !important; line-height: 1.55 !important; }
  .wpp-cart-toast__button { min-height: 38px !important; padding: 0 14px !important; font-size: 12px !important; }
}


/* Image fill */
.wpp-product-page--merch .wpp-gallery__stage,
.wpp-product-page--cans .wpp-gallery__stage {
  padding: 0 !important;
}

.wpp-product-page--merch .wpp-gallery__main-image,
.wpp-product-page--cans .wpp-gallery__main-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.wpp-product-page--merch .wpp-thumb img,
.wpp-product-page--merch .wpp-lightbox__thumb img,
.wpp-product-page--cans .wpp-thumb img,
.wpp-product-page--cans .wpp-lightbox__thumb img {
  object-fit: cover !important;
  object-position: center center !important;
}

.wpp-thumb__label { display:none !important; }


/* Fullscreen zoom lightbox upgrade */
.wpp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
}
.wpp-lightbox__dialog {
  position: relative;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(12, 16, 24, 0.96);
  color: #fff;
  overflow: hidden;
}
.wpp-lightbox__topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 18px 20px;
  margin: 0;
  background: linear-gradient(to bottom, rgba(12,16,24,.58), rgba(12,16,24,0));
}
.wpp-lightbox__label {
  color: rgba(255,255,255,.92);
}
.wpp-lightbox__close {
  width: 44px !important;
  height: 44px !important;
  flex-basis: 44px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}
.wpp-lightbox__close:hover { background: rgba(255,255,255,.14) !important; color: #fff !important; }
.wpp-lightbox__viewport {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.wpp-lightbox__canvas {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.wpp-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92vw, 1680px);
  max-height: calc(100dvh - 170px);
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  transform-origin: center center;
  will-change: transform;
  cursor: zoom-in;
}
.wpp-lightbox__image.is-zoomed { cursor: grab; }
.wpp-lightbox__image.is-dragging { cursor: grabbing; }
.wpp-lightbox__arrow {
  all: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 54px;
  height: 54px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
  cursor: pointer;
  transition: background .18s ease, opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.wpp-lightbox__arrow:hover { background: rgba(255,255,255,.16) !important; }
.wpp-lightbox__arrow span { font-size: 42px; line-height: 1; transform: translateY(-2px); }
.wpp-lightbox__arrow--prev { left: 24px; }
.wpp-lightbox__arrow--next { right: 24px; }
.wpp-lightbox__thumbs {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
  margin: 0;
  max-width: min(92vw, 1200px);
  overflow-x: auto;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(12,16,24,.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.wpp-lightbox__thumb {
  background: rgba(255,255,255,.08) !important;
  border-color: transparent !important;
}
.wpp-lightbox__thumb.is-active { border-color: #fff !important; }
.wpp-lightbox__backdrop { background: rgba(12,16,24,.96); }

@media (max-width: 767px) {
  .wpp-lightbox__topbar {
    padding: 14px 14px 0;
  }
  .wpp-lightbox__close {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
  .wpp-lightbox__image {
    max-width: 100vw;
    max-height: calc(100dvh - 150px);
  }
  .wpp-lightbox__arrow {
    width: 42px;
    height: 42px;
    top: auto;
    bottom: 92px;
    transform: none;
  }
  .wpp-lightbox__arrow span { font-size: 32px; }
  .wpp-lightbox__arrow--prev { left: 12px; }
  .wpp-lightbox__arrow--next { right: 12px; }
  .wpp-lightbox__thumbs {
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    border-radius: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    justify-content: flex-start;
  }
}


/* v0.6.24 thumb centering fix only */
.wpp-thumb,
.wpp-lightbox__thumb {
  position: relative !important;
  overflow: hidden !important;
}

.wpp-thumb img,
.wpp-lightbox__thumb img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 20px) !important;
  max-height: calc(100% - 20px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
}
