:root {
  --pa-night: #070a0f;
  --pa-night-2: #0d121a;
  --pa-panel: #121a24;
  --pa-panel-2: #172231;
  --pa-ink: #f8fbff;
  --pa-copy: #d7e4ee;
  --pa-muted: #91a6b8;
  --pa-line: rgba(169, 191, 214, 0.24);
  --pa-cyan: #29d8c7;
  --pa-green: #8ce86f;
  --pa-amber: #f3b548;
  --pa-coral: #ff6f57;
  --pa-blue: #55b7ff;
  --pa-violet: #9a7cff;
  --pa-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

body.woocommerce,
body.woocommerce-page {
  color: var(--pa-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, #070a0f 0%, #0b1017 48%, #0f151d 100%) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
}

body.woocommerce #page,
body.woocommerce-page #page,
body.woocommerce .site,
body.woocommerce-page .site,
body.woocommerce .wp-site-blocks,
body.woocommerce-page .wp-site-blocks,
body.woocommerce main,
body.woocommerce-page main {
  color: var(--pa-ink);
  background: transparent !important;
}

body.woocommerce footer.wp-block-template-part,
body.woocommerce-page footer.wp-block-template-part {
  display: none;
}

body.woocommerce a,
body.woocommerce-page a {
  color: inherit;
}

body.woocommerce header.wp-block-template-part .wp-block-navigation__container,
body.woocommerce-page header.wp-block-template-part .wp-block-navigation__container {
  column-gap: 18px !important;
  row-gap: 6px !important;
}

body.woocommerce header.wp-block-template-part .wp-block-navigation-item__content,
body.woocommerce-page header.wp-block-template-part .wp-block-navigation-item__content {
  white-space: nowrap;
}

body.woocommerce header.wp-block-template-part .wp-block-site-title,
body.woocommerce-page header.wp-block-template-part .wp-block-site-title {
  width: 258px;
  max-width: 258px;
  margin: 0;
}

body.woocommerce header.wp-block-template-part .wp-block-site-title a,
body.woocommerce-page header.wp-block-template-part .wp-block-site-title a {
  display: block;
  width: 258px;
  height: 60px;
  overflow: hidden;
  color: transparent !important;
  text-indent: -9999px;
  white-space: nowrap;
  background: url("/assets/playagain-logo-transparent.png?v=20260608-controller3") center / contain no-repeat;
  border-radius: 6px;
}

body.woocommerce button:focus-visible,
body.woocommerce a:focus-visible,
body.woocommerce-page button:focus-visible,
body.woocommerce-page a:focus-visible,
body.woocommerce input:focus-visible,
body.woocommerce-page input:focus-visible,
body.woocommerce select:focus-visible,
body.woocommerce-page select:focus-visible,
body.woocommerce textarea:focus-visible,
body.woocommerce-page textarea:focus-visible {
  outline: 3px solid rgba(41, 216, 199, 0.72);
  outline-offset: 3px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 0 22px;
  color: var(--pa-muted);
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: var(--pa-cyan);
}

.pa-commerce-hero,
.pa-cart-confidence,
.pa-checkout-confidence {
  max-width: 1200px;
  margin: 24px auto;
  padding: 36px 28px;
  color: var(--pa-ink);
  background:
    linear-gradient(135deg, rgba(41, 216, 199, 0.14), rgba(154, 124, 255, 0.1)),
    var(--pa-panel);
  border: 1px solid var(--pa-line);
  border-radius: 8px;
  box-shadow: var(--pa-shadow);
}

.pa-commerce-hero h1,
.pa-cart-confidence h1,
.pa-checkout-confidence h1 {
  margin: 0 0 20px;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.pa-commerce-hero--product h1 {
  max-width: 860px;
  line-height: 1.14;
}

.pa-commerce-hero p,
.pa-cart-confidence p,
.pa-checkout-confidence p {
  max-width: 720px;
  color: var(--pa-muted);
  line-height: 1.7;
}

.pa-eyebrow {
  margin: 0 0 10px !important;
  color: var(--pa-amber) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pa-hero-chips,
.pa-cart-trust,
.pa-checkout-points,
.pa-loop-badges,
.pa-buybox-trust,
.pa-cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.pa-hero-chips span,
.pa-cart-trust span,
.pa-checkout-points span,
.pa-loop-badges span,
.pa-buybox-trust span,
.pa-cart-item-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #dffef8;
  background: rgba(41, 216, 199, 0.1);
  border: 1px solid rgba(41, 216, 199, 0.3);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.pa-shop-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto 22px;
  padding: 0 22px;
}

.pa-shop-filter-bar span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--pa-copy);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--pa-line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.pa-shop-aisles {
  max-width: 1200px;
  margin: 0 auto 26px;
  padding: 0 22px;
  color: var(--pa-ink);
}

.pa-shop-aisles-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

.pa-shop-aisles h2 {
  margin: 0;
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.pa-shop-aisles-head > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  color: #071018 !important;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.pa-shop-aisle-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pa-shop-aisle {
  --pa-tile: var(--pa-cyan);
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 158px;
  padding: 14px;
  color: #17202a !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, #ffffff, #edf4f8);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pa-shop-aisle:hover {
  transform: translateY(-2px);
  border-color: var(--pa-tile);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.pa-shop-aisle--bolt,
.pa-shop-aisle--star {
  --pa-tile: var(--pa-blue);
}

.pa-shop-aisle--disc {
  --pa-tile: var(--pa-coral);
}

.pa-shop-aisle--gamepad,
.pa-shop-aisle--package {
  --pa-tile: var(--pa-cyan);
}

.pa-shop-aisle--trophy,
.pa-shop-aisle--users {
  --pa-tile: var(--pa-green);
}

.pa-shop-aisle--archive,
.pa-shop-aisle--tag {
  --pa-tile: var(--pa-amber);
}

.pa-shop-aisle--headset {
  --pa-tile: var(--pa-violet);
}

.pa-shop-aisle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 54px;
}

.pa-shop-aisle svg,
.pa-buybox-steps svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pa-shop-aisle-icon svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  color: #071018;
  background: var(--pa-tile);
  border-radius: 8px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--pa-tile) 22%, transparent);
}

.pa-shop-aisle-icon em {
  display: inline-grid;
  min-height: 26px;
  place-items: center;
  padding: 0 7px;
  color: #071018;
  background: color-mix(in srgb, var(--pa-tile) 35%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--pa-tile) 56%, #ffffff);
  border-radius: 999px;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
}

.pa-shop-aisle strong,
.pa-shop-aisle small {
  display: block;
}

.pa-shop-aisle strong {
  color: #17202a;
  font-size: 0.98rem;
  line-height: 1.2;
}

.pa-shop-aisle small {
  color: #526273;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
  color: var(--pa-muted);
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  min-height: 44px;
  color: var(--pa-ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--pa-line);
  border-radius: 8px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 22px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  overflow: hidden;
  color: var(--pa-ink);
  background: linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(11, 16, 23, 0.98));
  border: 1px solid var(--pa-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: rgba(116, 232, 216, 0.42);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin: 0;
  background: #111827;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px;
  padding: 15px 15px 0;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  padding: 0 15px;
  color: #ffffff !important;
  font-size: 1.25rem;
  font-weight: 900;
}

.pa-loop-badges {
  padding: 0 15px 12px;
}

.pa-loop-badges span {
  min-height: 26px;
  color: #dbe8f2;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin: 0 15px 15px;
  color: #061016 !important;
  background: linear-gradient(135deg, var(--pa-cyan), var(--pa-green)) !important;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.woocommerce div.product,
.woocommerce-page div.product {
  max-width: 1200px;
  margin: 22px auto 0;
  padding: 0 22px;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  overflow: hidden;
  opacity: 1 !important;
  filter: none !important;
  background: #111827;
  border: 1px solid var(--pa-line);
  border-radius: 8px;
  box-shadow: var(--pa-shadow);
}

.woocommerce div.product .summary,
.woocommerce-page div.product .summary {
  padding: 22px;
  background: linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(11, 16, 23, 0.98));
  border: 1px solid var(--pa-line);
  border-radius: 8px;
  box-shadow: var(--pa-shadow);
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #ffffff !important;
  font-size: 1.85rem;
  font-weight: 950;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin: 0;
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  min-height: 46px;
  color: var(--pa-ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--pa-line);
  border-radius: 8px;
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .checkout-button,
.woocommerce-page .checkout-button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce a.button,
.woocommerce-page a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #061016 !important;
  background: linear-gradient(135deg, var(--pa-cyan), var(--pa-green)) !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 950 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
  background: linear-gradient(135deg, var(--pa-green), var(--pa-amber)) !important;
}

.pa-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0;
}

.pa-product-facts div {
  min-height: 70px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.pa-product-facts span,
.pa-product-facts strong {
  display: block;
}

.pa-product-facts span {
  color: var(--pa-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.pa-product-facts strong {
  margin-top: 5px;
  color: #ffffff;
  line-height: 1.35;
}

.pa-buybox-trust {
  margin-top: 14px;
}

.pa-buybox-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.pa-buybox-steps div {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 11px;
  color: var(--pa-ink);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.pa-buybox-steps svg {
  width: 22px;
  height: 22px;
  color: var(--pa-green);
}

.pa-buybox-steps strong {
  color: #ffffff;
  font-size: 0.9rem;
}

.pa-buybox-steps span {
  color: var(--pa-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.pa-product-story,
.pa-product-faq {
  max-width: 1200px;
  margin: 34px auto;
  padding: 26px 22px;
  color: var(--pa-ink);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--pa-line);
  border-radius: 8px;
}

.pa-product-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.pa-product-story h2,
.pa-product-faq h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: 0;
}

.pa-product-story p,
.pa-product-faq p {
  color: var(--pa-muted);
  line-height: 1.7;
}

.pa-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pa-story-grid div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.pa-story-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #061016;
  background: var(--pa-cyan);
  border-radius: 8px;
  font-weight: 950;
}

.pa-story-grid div:nth-child(2) span {
  background: var(--pa-amber);
}

.pa-story-grid div:nth-child(3) span {
  background: var(--pa-green);
}

.pa-story-grid strong {
  display: block;
  margin-top: 12px;
  color: #ffffff;
}

.pa-product-faq details {
  margin-top: 12px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.pa-product-faq summary {
  cursor: pointer;
  color: #ffffff;
  font-weight: 900;
}

.woocommerce-tabs,
.woocommerce-Tabs-panel,
.related.products,
.upsells.products {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pa-ink);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  color: var(--pa-ink);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--pa-line);
  border-radius: 8px 8px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--pa-cyan);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: #061016;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--pa-ink);
  background: rgba(41, 216, 199, 0.1) !important;
  border-top-color: var(--pa-cyan) !important;
  border-radius: 8px;
}

.woocommerce-cart-form,
.woocommerce .cart-collaterals,
.woocommerce-checkout form.checkout,
.woocommerce-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce-checkout-review-order-table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce #payment,
.woocommerce-page #payment,
.woocommerce .cart-collaterals .cart_totals {
  color: var(--pa-ink);
  background: linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(11, 16, 23, 0.98));
  border: 1px solid var(--pa-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
  color: var(--pa-ink);
  border-color: rgba(255, 255, 255, 0.08);
}

.woocommerce table.shop_table a {
  color: #ffffff;
}

.pa-cart-item-meta {
  margin-top: 8px;
}

.pa-cart-item-meta span {
  min-height: 26px;
  color: #dbe8f2;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
}

.pa-shipping-progress {
  width: min(100%, 680px);
  margin: 18px 0 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.pa-shipping-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: var(--pa-copy);
  font-size: 0.88rem;
  font-weight: 900;
}

.pa-shipping-progress-head strong {
  color: var(--pa-green);
}

.pa-shipping-meter {
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.pa-shipping-meter span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--pa-cyan), var(--pa-green), var(--pa-amber));
  border-radius: inherit;
}

.pa-checkout-lane {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 16px;
}

.pa-checkout-lane div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 9px 11px;
  color: var(--pa-copy);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.pa-checkout-lane strong {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: #071018;
  background: var(--pa-green);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 950;
}

.pa-checkout-lane span {
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.wc-block-mini-cart__drawer,
.wc-block-components-drawer__content,
.wc-block-mini-cart__template-part,
.wp-block-woocommerce-mini-cart-contents,
.wp-block-woocommerce-filled-mini-cart-contents-block,
.wp-block-woocommerce-empty-mini-cart-contents-block {
  color: var(--pa-ink) !important;
  background:
    linear-gradient(180deg, rgba(23, 34, 49, 0.99), rgba(7, 10, 15, 0.99)) !important;
}

.wc-block-mini-cart__drawer *,
.wc-block-components-drawer__content * {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.wc-block-mini-cart__drawer h2,
.wc-block-mini-cart__drawer h3,
.wc-block-mini-cart__drawer p,
.wc-block-mini-cart__drawer span,
.wc-block-mini-cart__drawer a,
.wc-block-mini-cart__drawer label,
.wc-block-mini-cart__drawer div,
.wc-block-mini-cart__drawer table,
.wc-block-mini-cart__drawer th,
.wc-block-mini-cart__drawer td,
.wc-block-components-drawer__content h2,
.wc-block-components-drawer__content h3,
.wc-block-components-drawer__content p,
.wc-block-components-drawer__content span,
.wc-block-components-drawer__content a,
.wc-block-components-drawer__content label,
.wc-block-components-drawer__content div,
.wc-block-components-drawer__content table,
.wc-block-components-drawer__content th,
.wc-block-components-drawer__content td {
  color: var(--pa-ink) !important;
}

.wc-block-mini-cart__drawer .wc-block-components-product-name,
.wc-block-mini-cart__drawer .wc-block-components-product-name a,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-label-block {
  color: #ffffff !important;
  font-weight: 900;
}

.wc-block-mini-cart__drawer .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer .wc-block-components-product-metadata *,
.wc-block-mini-cart__drawer .wc-block-cart-item__quantity,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-items-counter-block,
.wc-block-mini-cart__drawer .wc-block-components-totals-item__description {
  color: var(--pa-muted) !important;
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__close {
  color: var(--pa-ink) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid var(--pa-line) !important;
  border-radius: 8px !important;
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__close:hover {
  color: #071018 !important;
  background: var(--pa-cyan) !important;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__image img,
.wc-block-mini-cart__drawer .wc-block-components-product-image img {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
  color: var(--pa-ink) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
}

.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector button {
  color: var(--pa-ink) !important;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-footer-block {
  background: rgba(7, 10, 15, 0.96) !important;
  border-top: 1px solid var(--pa-line) !important;
}

.wc-block-mini-cart__drawer .wc-block-components-button,
.wc-block-mini-cart__drawer .wc-block-components-button:not(.is-link),
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-checkout-button-block,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-cart-button-block {
  min-height: 46px;
  border-radius: 8px !important;
}

.wc-block-mini-cart__drawer .wc-block-components-button:not(.outlined),
.wc-block-mini-cart__drawer a.wc-block-components-button:not(.outlined) {
  color: #061016 !important;
  background: linear-gradient(135deg, var(--pa-cyan), var(--pa-green)) !important;
  border: 0 !important;
  font-weight: 950 !important;
}

.wc-block-mini-cart__drawer .wc-block-components-button.outlined,
.wc-block-mini-cart__drawer a.wc-block-components-button.outlined {
  color: var(--pa-ink) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid var(--pa-line) !important;
}

.wc-block-components-drawer__screen-overlay {
  background: rgba(7, 10, 15, 0.72) !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: var(--pa-copy);
  font-weight: 800;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  color: var(--pa-ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--pa-line);
  border-radius: 8px;
}

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
  color: var(--pa-ink) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid var(--pa-line) !important;
  border-radius: 8px !important;
}

body.woocommerce-checkout textarea::placeholder,
body.woocommerce-checkout input::placeholder {
  color: rgba(215, 228, 238, 0.55) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--pa-ink);
  line-height: 44px;
}

.select2-dropdown {
  color: #17202a;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout h3,
.cart_totals h2 {
  color: #ffffff;
}

.woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment,
.woocommerce-page.woocommerce-checkout #payment {
  color: var(--pa-ink) !important;
  background:
    linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(11, 16, 23, 0.98)) !important;
  border: 1px solid var(--pa-line) !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment p {
  color: var(--pa-ink) !important;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box.payment_method_jy_gateway {
  margin: 14px 0 4px !important;
  padding: 24px 22px !important;
  color: var(--pa-copy) !important;
  background:
    linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(10, 16, 24, 0.98)) !important;
  border: 1px solid rgba(41, 216, 199, 0.34) !important;
  border-radius: 8px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 45px rgba(0, 0, 0, 0.28) !important;
}

.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box.payment_method_jy_gateway::before {
  border-bottom-color: rgba(23, 34, 49, 0.98) !important;
}

.woocommerce-checkout #payment div.payment_box p,
.woocommerce-checkout #payment .wc-credit-card-form label {
  color: var(--pa-copy) !important;
}

.woocommerce-checkout #payment .wc-credit-card-form label {
  font-weight: 900;
}

.woocommerce-checkout #payment .wc-credit-card-form .required {
  color: var(--pa-coral) !important;
}

.woocommerce-checkout #payment .wc-credit-card-form input.input-text {
  min-height: 50px;
  color: #ffffff !important;
  background: rgba(7, 10, 15, 0.58) !important;
  border: 1px solid rgba(169, 191, 214, 0.3) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.woocommerce-checkout #payment .wc-credit-card-form input.input-text:focus {
  border-color: rgba(41, 216, 199, 0.78) !important;
  box-shadow:
    0 0 0 3px rgba(41, 216, 199, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.woocommerce-checkout #payment .wc-credit-card-form input.input-text::placeholder {
  color: rgba(215, 228, 238, 0.5) !important;
}

.woocommerce-checkout #payment .jy-gateway-cvv-icon {
  color: var(--pa-copy) !important;
}

.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-cart .blockUI.blockOverlay {
  background: rgba(7, 10, 15, 0.45) !important;
  opacity: 0.45 !important;
  border-radius: 8px !important;
}

.woocommerce-checkout .blockUI.blockMsg,
.woocommerce-cart .blockUI.blockMsg {
  color: var(--pa-ink) !important;
  background: rgba(18, 26, 36, 0.94) !important;
  border: 1px solid var(--pa-line) !important;
  border-radius: 8px !important;
}

.pa-submit-trust {
  margin: 12px 0;
  padding: 14px;
  color: var(--pa-copy);
  background: rgba(41, 216, 199, 0.09);
  border: 1px solid rgba(41, 216, 199, 0.28);
  border-radius: 8px;
}

.pa-submit-trust p {
  margin: 7px 0 0;
  color: var(--pa-muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .pa-product-story,
  .pa-story-grid,
  .pa-product-facts,
  .pa-buybox-steps {
    grid-template-columns: 1fr;
  }

  .pa-shop-aisle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce div.product .summary,
  .woocommerce-page div.product .summary {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  html,
  body.woocommerce,
  body.woocommerce-page {
    overflow-x: hidden;
  }

  body.woocommerce header.wp-block-template-part .wp-block-site-title,
  body.woocommerce-page header.wp-block-template-part .wp-block-site-title,
  body.woocommerce header.wp-block-template-part .wp-block-site-title a,
  body.woocommerce-page header.wp-block-template-part .wp-block-site-title a {
    width: 176px;
    max-width: 176px;
    height: 41px;
  }

  body.woocommerce *,
  body.woocommerce-page * {
    box-sizing: border-box;
  }

  .pa-commerce-hero,
  .pa-cart-confidence,
  .pa-checkout-confidence,
  .pa-shop-aisles,
  .pa-product-story,
  .pa-product-faq {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 18px auto;
    padding: 24px 16px;
  }

  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pa-commerce-hero h1,
  .pa-cart-confidence h1,
  .pa-checkout-confidence h1 {
    margin-bottom: 18px;
    line-height: 1.16;
  }

  .pa-hero-chips,
  .pa-cart-trust,
  .pa-checkout-points,
  .pa-checkout-lane {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pa-hero-chips span,
  .pa-cart-trust span,
  .pa-checkout-points span {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .pa-shop-aisles-head {
    display: grid;
    align-items: start;
  }

  .pa-shop-aisles-head > a {
    width: 100%;
  }

  .pa-shop-aisle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pa-shop-aisle {
    min-height: 146px;
    padding: 12px;
  }

  .pa-shop-aisle-icon {
    min-height: 48px;
  }

  .pa-shop-aisle-icon svg {
    width: 28px;
    height: 28px;
    padding: 6px;
  }

  .pa-shop-aisle strong {
    font-size: 0.92rem;
  }

  .pa-shop-aisle small {
    font-size: 0.76rem;
  }

  .woocommerce div.product,
  .woocommerce-page div.product,
  .woocommerce-cart-form,
  .woocommerce .cart-collaterals,
  .woocommerce-checkout form.checkout,
  .woocommerce-order,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }

  body.woocommerce-cart table.cart.shop_table {
    border-spacing: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body.woocommerce-cart table.cart.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart table.cart.shop_table tbody,
  body.woocommerce-cart table.cart.shop_table tr,
  body.woocommerce-cart table.cart.shop_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  body.woocommerce-cart table.cart.shop_table tr.cart_item {
    position: relative;
    margin-bottom: 14px;
    padding: 18px 14px 14px;
    background: linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(11, 16, 23, 0.98));
    border: 1px solid var(--pa-line);
    border-radius: 8px;
  }

  body.woocommerce-cart table.cart.shop_table tr.cart_item td {
    min-height: 0;
    padding: 10px 0 !important;
    border: 0 !important;
  }

  body.woocommerce-cart table.cart.shop_table tr.cart_item td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.woocommerce-cart table.cart.shop_table td.product-remove {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: right;
  }

  body.woocommerce-cart table.cart.shop_table td.product-remove::before,
  body.woocommerce-cart table.cart.shop_table td.product-thumbnail::before,
  body.woocommerce-cart table.cart.shop_table td.actions::before {
    content: "" !important;
    display: none !important;
  }

  body.woocommerce-cart table.cart.shop_table td.product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ff6b6b !important;
    background: rgba(255, 107, 107, 0.08);
    border: 1px solid rgba(255, 107, 107, 0.22);
    border-radius: 8px;
    line-height: 1;
  }

  body.woocommerce-cart table.cart.shop_table td.product-thumbnail {
    padding-top: 34px !important;
    text-align: center;
  }

  body.woocommerce-cart table.cart.shop_table td.product-thumbnail img {
    width: 92px !important;
    max-width: 92px !important;
    height: auto;
    border-radius: 8px;
  }

  body.woocommerce-cart table.cart.shop_table td.product-name,
  body.woocommerce-cart table.cart.shop_table td.product-price,
  body.woocommerce-cart table.cart.shop_table td.product-quantity,
  body.woocommerce-cart table.cart.shop_table td.product-subtotal {
    display: grid !important;
    grid-template-columns: minmax(80px, 32%) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  body.woocommerce-cart table.cart.shop_table td.product-name::before {
    content: "Product:";
  }

  body.woocommerce-cart table.cart.shop_table td.product-price::before {
    content: "Price:";
  }

  body.woocommerce-cart table.cart.shop_table td.product-quantity::before {
    content: "Quantity:";
  }

  body.woocommerce-cart table.cart.shop_table td.product-subtotal::before {
    content: "Subtotal:";
  }

  body.woocommerce-cart table.cart.shop_table td.product-name::before,
  body.woocommerce-cart table.cart.shop_table td.product-price::before,
  body.woocommerce-cart table.cart.shop_table td.product-quantity::before,
  body.woocommerce-cart table.cart.shop_table td.product-subtotal::before {
    float: none !important;
    color: var(--pa-ink);
    font-weight: 950;
    text-align: left;
  }

  body.woocommerce-cart table.cart.shop_table td.product-name > a,
  body.woocommerce-cart table.cart.shop_table td.product-name .pa-cart-item-meta {
    min-width: 0;
    text-align: left;
  }

  body.woocommerce-cart table.cart.shop_table td.product-price .amount,
  body.woocommerce-cart table.cart.shop_table td.product-subtotal .amount,
  body.woocommerce-cart table.cart.shop_table td.product-quantity .quantity {
    justify-self: end;
  }

  body.woocommerce-cart table.cart.shop_table td.actions {
    display: grid !important;
    gap: 12px;
    margin-top: 12px;
    padding: 14px !important;
    background: linear-gradient(180deg, rgba(23, 34, 49, 0.98), rgba(11, 16, 23, 0.98));
    border: 1px solid var(--pa-line) !important;
    border-radius: 8px;
  }

  body.woocommerce-cart table.cart.shop_table td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text,
  body.woocommerce-cart table.cart.shop_table td.actions .coupon input.input-text {
    width: 100% !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 13px !important;
    color: var(--pa-ink) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid var(--pa-line) !important;
    border-radius: 8px !important;
    box-sizing: border-box;
  }

  body.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text::placeholder,
  body.woocommerce-cart table.cart.shop_table td.actions .coupon input.input-text::placeholder {
    color: rgba(215, 228, 238, 0.68);
  }

  body.woocommerce-cart table.cart.shop_table td.actions .coupon .button,
  body.woocommerce-cart table.cart.shop_table td.actions > .button {
    float: none !important;
    width: 100% !important;
    min-height: 50px;
    margin: 0 !important;
    border-radius: 8px !important;
    white-space: normal;
  }

  .woocommerce div.product div.images .zoomImg,
  .woocommerce-page div.product div.images .zoomImg {
    display: none !important;
  }
}
