/*
Theme Name: Legless Extendable Child
Theme URI: https://legless-records.com/
Description: Child theme for Extendable used for the Legless Records WooCommerce integration.
Author: Legless Records
Template: extendable
Version: 1.0.0
Text Domain: legless-extendable-child
*/

/* Archive-first WooCommerce skin.
   This pass only targets the shop/archive layer so we can review it safely
   before touching single product, cart, checkout, or account screens. */

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  background:
    radial-gradient(circle at 14% 0%, rgba(163, 17, 37, 0.12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(204, 168, 68, 0.1), transparent 26%),
    linear-gradient(180deg, #0b0b0d 0%, #121318 100%);
}

body.woocommerce-shop .wp-site-blocks,
body.post-type-archive-product .wp-site-blocks,
body.tax-product_cat .wp-site-blocks,
body.tax-product_tag .wp-site-blocks {
  color: #e7ebf2;
}

body.woocommerce-shop .wp-block-post-title,
body.post-type-archive-product .wp-block-post-title,
body.tax-product_cat .wp-block-post-title,
body.tax-product_tag .wp-block-post-title,
body.woocommerce-shop .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.woocommerce-shop .term-description,
body.post-type-archive-product .term-description,
body.tax-product_cat .term-description,
body.tax-product_tag .term-description,
body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count,
body.woocommerce-shop .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
  color: rgba(222, 227, 238, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

body.woocommerce-shop .woocommerce-breadcrumb a,
body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_tag .woocommerce-breadcrumb a {
  color: #f0f3f8;
}

body.woocommerce-shop .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.tax-product_tag .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin-top: 28px;
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after,
body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.tax-product_tag ul.products::before,
body.tax-product_tag ul.products::after {
  display: none;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 20px;
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.26);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.woocommerce-shop ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover,
body.tax-product_tag ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(226, 183, 84, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 44px rgba(0, 0, 0, 0.32);
}

body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.tax-product_tag ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 18px;
  background: linear-gradient(180deg, #15171b, #09090a);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
  padding: 0 18px;
  color: #f4f6fb;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
  display: block;
  padding: 0 18px;
  margin: 14px 0 18px;
  color: #f0d186;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.woocommerce-shop ul.products li.product .price del,
body.post-type-archive-product ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del,
body.tax-product_tag ul.products li.product .price del {
  color: rgba(223, 228, 237, 0.42);
}

body.woocommerce-shop ul.products li.product .button,
body.woocommerce-shop ul.products li.product .added_to_cart,
body.post-type-archive-product ul.products li.product .button,
body.post-type-archive-product ul.products li.product .added_to_cart,
body.tax-product_cat ul.products li.product .button,
body.tax-product_cat ul.products li.product .added_to_cart,
body.tax-product_tag ul.products li.product .button,
body.tax-product_tag ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 18px;
  padding: 0 16px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.woocommerce-shop ul.products li.product .added_to_cart:hover,
body.post-type-archive-product ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .added_to_cart:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .added_to_cart:hover,
body.tax-product_tag ul.products li.product .button:hover,
body.tax-product_tag ul.products li.product .added_to_cart:hover {
  border-color: rgba(226, 183, 84, 0.42);
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
  transform: translateY(-1px);
}

body.woocommerce-shop ul.products li.product .onsale,
body.post-type-archive-product ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale,
body.tax-product_tag ul.products li.product .onsale {
  top: 12px;
  left: 12px;
  right: auto;
  min-width: 0;
  min-height: 0;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 123, 123, 0.42);
  background: rgba(108, 17, 17, 0.84);
  color: #ffe0e0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.woocommerce-shop nav.woocommerce-pagination ul,
body.post-type-archive-product nav.woocommerce-pagination ul,
body.tax-product_cat nav.woocommerce-pagination ul,
body.tax-product_tag nav.woocommerce-pagination ul {
  border: 0;
}

body.woocommerce-shop nav.woocommerce-pagination ul li,
body.post-type-archive-product nav.woocommerce-pagination ul li,
body.tax-product_cat nav.woocommerce-pagination ul li,
body.tax-product_tag nav.woocommerce-pagination ul li {
  border-right: 0;
  margin-right: 8px;
}

body.woocommerce-shop nav.woocommerce-pagination ul li span,
body.woocommerce-shop nav.woocommerce-pagination ul li a,
body.post-type-archive-product nav.woocommerce-pagination ul li span,
body.post-type-archive-product nav.woocommerce-pagination ul li a,
body.tax-product_cat nav.woocommerce-pagination ul li span,
body.tax-product_cat nav.woocommerce-pagination ul li a,
body.tax-product_tag nav.woocommerce-pagination ul li span,
body.tax-product_tag nav.woocommerce-pagination ul li a {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 219, 229, 0.18);
  color: #f3f6fb;
  background: linear-gradient(180deg, rgba(36, 39, 45, 0.98), rgba(13, 14, 17, 0.98));
}

body.woocommerce-shop nav.woocommerce-pagination ul li span.current,
body.post-type-archive-product nav.woocommerce-pagination ul li span.current,
body.tax-product_cat nav.woocommerce-pagination ul li span.current,
body.tax-product_tag nav.woocommerce-pagination ul li span.current {
  border-color: rgba(226, 183, 84, 0.42);
  color: #f0d186;
}

@media (max-width: 782px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
  }
}

/* Block theme / product collection pass. */

body.woocommerce-shop .wp-site-blocks,
body.post-type-archive-product .wp-site-blocks {
  color: #e6ebf3;
}

body.woocommerce-shop .wp-block-template-part,
body.post-type-archive-product .wp-block-template-part {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96));
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-shop .wp-block-site-title,
body.post-type-archive-product .wp-block-site-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-shop .wp-block-site-title a,
body.post-type-archive-product .wp-block-site-title a {
  color: #f4f7fc;
}

body.woocommerce-shop .wp-block-navigation .wp-block-navigation-item__content,
body.post-type-archive-product .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e4e9f0;
}

body.woocommerce-shop .wp-block-navigation .wp-block-navigation-item__content:hover,
body.post-type-archive-product .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #f1d38d;
}

body.woocommerce-shop .wp-block-query-title,
body.post-type-archive-product .wp-block-query-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.3rem, 4.5vw, 3.8rem) !important;
  letter-spacing: 0.12em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-shop .wp-block-woocommerce-product-results-count .woocommerce-result-count,
body.post-type-archive-product .wp-block-woocommerce-product-results-count .woocommerce-result-count,
body.woocommerce-shop .wp-block-woocommerce-catalog-sorting select,
body.post-type-archive-product .wp-block-woocommerce-catalog-sorting select {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-shop .wp-block-woocommerce-catalog-sorting select,
body.post-type-archive-product .wp-block-woocommerce-catalog-sorting select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.woocommerce-shop .wp-block-woocommerce-product-collection,
body.post-type-archive-product .wp-block-woocommerce-product-collection {
  margin-top: 24px;
}

body.woocommerce-shop .wc-block-product-template__responsive,
body.post-type-archive-product .wc-block-product-template__responsive {
  gap: 22px;
}

body.woocommerce-shop .wc-block-product-template__responsive > li.wc-block-product,
body.post-type-archive-product .wc-block-product-template__responsive > li.wc-block-product {
  margin: 0;
}

body.woocommerce-shop .wc-block-product-template__responsive > li.wc-block-product > .wp-block-group,
body.post-type-archive-product .wc-block-product-template__responsive > li.wc-block-product > .wp-block-group {
  min-height: 100%;
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.26);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.woocommerce-shop .wc-block-product-template__responsive > li.wc-block-product:hover > .wp-block-group,
body.post-type-archive-product .wc-block-product-template__responsive > li.wc-block-product:hover > .wp-block-group {
  transform: translateY(-4px);
  border-color: rgba(226, 183, 84, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 44px rgba(0, 0, 0, 0.32);
}

body.woocommerce-shop .wc-block-components-product-image img,
body.post-type-archive-product .wc-block-components-product-image img {
  background: linear-gradient(180deg, #16181d, #0b0b0d);
}

body.woocommerce-shop .wc-block-product .wp-block-post-title,
body.post-type-archive-product .wc-block-product .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.08;
  text-transform: uppercase;
}

body.woocommerce-shop .wc-block-product .wp-block-post-title a,
body.post-type-archive-product .wc-block-product .wp-block-post-title a {
  color: #f4f6fb;
}

body.woocommerce-shop .wc-block-components-product-price,
body.post-type-archive-product .wc-block-components-product-price {
  color: #f0d186;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link,
body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link {
  min-height: 42px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link:hover,
body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link:hover {
  border-color: rgba(226, 183, 84, 0.42);
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
  transform: translateY(-1px);
}

body.woocommerce-shop .wp-block-query-pagination,
body.post-type-archive-product .wp-block-query-pagination {
  margin-top: 30px;
}

body.woocommerce-shop .wp-block-query-pagination a,
body.woocommerce-shop .wp-block-query-pagination span,
body.post-type-archive-product .wp-block-query-pagination a,
body.post-type-archive-product .wp-block-query-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 219, 229, 0.18);
  color: #f3f6fb;
  background: linear-gradient(180deg, rgba(36, 39, 45, 0.98), rgba(13, 14, 17, 0.98));
}

body.woocommerce-shop .wp-block-query-pagination .current,
body.post-type-archive-product .wp-block-query-pagination .current {
  border-color: rgba(226, 183, 84, 0.42);
  color: #f0d186;
}

/* Checkout styling. */

body.woocommerce-checkout {
  background:
    radial-gradient(circle at top, rgba(122, 17, 33, 0.16), transparent 34%),
    linear-gradient(180deg, #0b0c10 0%, #09090c 100%);
  color: #e8edf5;
}

body.woocommerce-checkout .wp-site-blocks,
body.woocommerce-checkout main.wp-block-group {
  background: transparent;
}

body.woocommerce-checkout .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem) !important;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-checkout .wp-block-group.alignfull.has-tertiary-background-color.has-background {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96)) !important;
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-top: 28px;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.22);
  padding: 22px;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  min-width: 420px;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  gap: 24px;
  align-items: start;
}

body.woocommerce-checkout .wc-block-components-main {
  grid-column: 1;
  min-width: 0;
  max-width: none;
  width: auto !important;
}

body.woocommerce-checkout .wc-block-components-sidebar {
  grid-column: 2;
  width: auto !important;
  min-width: 430px;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wc-block-components-checkout-step__heading-text,
body.woocommerce-checkout .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-totals-item__label {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-panel,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-checkout__contact-fields,
body.woocommerce-checkout .wc-block-checkout__billing-fields {
  color: #e7ebf3;
  border-color: rgba(214, 219, 229, 0.12);
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-select select {
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-select label,
body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout .wc-block-components-checkout-step__description {
  color: #d7dfea;
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  border-color: rgba(214, 219, 229, 0.3);
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name a {
  color: #f4f7fc;
}

body.woocommerce-checkout .wc-block-components-payment-method-label,
body.woocommerce-checkout .wc-block-components-payment-method-label *,
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__label *,
body.woocommerce-checkout .wc-block-components-payment-method-icons,
body.woocommerce-checkout .wc-block-components-payment-method-icons * {
  color: #f4f7fc !important;
  fill: #f4f7fc !important;
}

body.woocommerce-checkout a,
body.woocommerce-checkout .wc-block-components-address-card__edit,
body.woocommerce-checkout .wc-block-components-checkout-step__description a,
body.woocommerce-checkout .wc-block-components-totals-item a,
body.woocommerce-checkout .wc-block-components-order-summary a,
body.woocommerce-checkout .wc-block-components-address-card,
body.woocommerce-checkout .wc-block-components-address-card address,
body.woocommerce-checkout .wc-block-components-address-card__address-section {
  color: #f0d186;
}

body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-formatted-money-amount,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: #f0d186;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
  border: 1px solid rgba(214, 219, 229, 0.16);
  background: linear-gradient(180deg, rgba(20, 22, 27, 0.94), rgba(10, 10, 13, 0.96));
  color: #eef2f8;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked {
  border-color: rgba(226, 183, 84, 0.42);
  box-shadow: 0 0 0 1px rgba(226, 183, 84, 0.14);
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  padding-top: 12px;
  overflow: visible;
}

body.woocommerce-checkout .wc-block-components-credit-card__form,
body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content {
  margin-top: 12px;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-credit-card__form,
body.woocommerce-checkout .wcpay-payment-element {
  overflow: visible;
}

body.woocommerce-checkout .wc-block-components-credit-card__form,
body.woocommerce-checkout .wcpay-payment-element {
  min-height: 0;
}

body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content .wcpay-payment-element {
  min-height: 0;
}

body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-payment-method-label {
  color: #f4f7fc;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button.wp-element-button,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
body.woocommerce-checkout .wc-block-components-express-payment .wc-block-components-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  column-gap: 8px;
  padding-left: 28px;
  line-height: 1;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button::before {
  left: 10px;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button.contained {
  background: linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
}

body.woocommerce-checkout .wc-block-components-express-payment {
  gap: 10px;
}

body.woocommerce-checkout .wc-block-components-express-payment__event-buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.woocommerce-checkout .wc-block-components-express-payment__event-buttons > * {
  margin: 0 !important;
}

body.woocommerce-checkout #express-payment-method-ppcp-gateway-venmo,
body.woocommerce-checkout #express-payment-method-ppcp-gateway-paylater {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-express-payment-continue-rule {
  margin: 10px 0;
  color: #d9e0ea;
}

body.woocommerce-checkout .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-store-notice {
  border-color: rgba(214, 219, 229, 0.12);
  background: rgba(18, 20, 25, 0.92);
  color: #ebeff6;
}

body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary-item {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(56px, auto);
  column-gap: 12px;
  align-items: start;
  padding-right: 16px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  min-width: 0;
  width: auto;
  padding-right: 0;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  width: auto;
  min-width: 0;
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
  white-space: nowrap;
  justify-self: end;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices,
body.woocommerce-checkout .wc-block-components-product-metadata {
  display: none;
}

body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content,
body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content *,
body.woocommerce-checkout .payment_method_woocommerce_payments_klarna,
body.woocommerce-checkout .payment_method_woocommerce_payments_klarna * {
  color: #dfe6f0 !important;
}

body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content a,
body.woocommerce-checkout .payment_method_woocommerce_payments_klarna a {
  color: #f0d186 !important;
}

body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content {
  border-top: 1px solid rgba(240, 209, 134, 0.26);
  background: linear-gradient(180deg, rgba(244, 234, 211, 0.98), rgba(234, 220, 189, 0.96));
}

body.woocommerce-checkout footer.wp-block-template-part,
body.woocommerce-checkout .wp-block-group.alignfull.is-style-ext-preset--group--natural-1--footer-1 {
  display: none;
}

/* Order received / confirmation styling. */

body.woocommerce-order-received {
  background:
    radial-gradient(circle at top, rgba(122, 17, 33, 0.16), transparent 34%),
    linear-gradient(180deg, #0b0c10 0%, #09090c 100%);
  color: #e8edf5;
}

body.woocommerce-order-received .wp-site-blocks,
body.woocommerce-order-received main.wp-block-group {
  background: transparent;
}

body.woocommerce-order-received .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem) !important;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-order-received .wp-block-group.alignfull.has-tertiary-background-color.has-background {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96)) !important;
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-order-received .wc-block-order-confirmation-status,
body.woocommerce-order-received .wc-block-order-confirmation-status-description,
body.woocommerce-order-received .wc-block-order-confirmation-summary-list,
body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper,
body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper .wp-block-column,
body.woocommerce-order-received .wc-block-order-confirmation-downloads,
body.woocommerce-order-received .woocommerce-order {
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

body.woocommerce-order-received .wc-block-order-confirmation-status,
body.woocommerce-order-received .wc-block-order-confirmation-status-description,
body.woocommerce-order-received .wc-block-order-confirmation-summary-list,
body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper,
body.woocommerce-order-received .wc-block-order-confirmation-downloads,
body.woocommerce-order-received .woocommerce-order {
  padding: 22px;
}

body.woocommerce-order-received .wc-block-order-confirmation-status {
  margin-top: 28px;
  margin-bottom: 18px;
}

body.woocommerce-order-received .wc-block-order-confirmation-status p {
  margin: 0;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  letter-spacing: 0.04em;
  color: #f4f7fc;
}

body.woocommerce-order-received .wc-block-order-confirmation-status-description {
  margin-bottom: 24px;
  color: #e1e7f0;
  line-height: 1.7;
}

body.woocommerce-order-received .wc-block-order-confirmation-status-description a,
body.woocommerce-order-received .wc-block-order-confirmation-totals__table a,
body.woocommerce-order-received .wc-block-order-confirmation-downloads__table a {
  color: #f0d186;
}

body.woocommerce-order-received .wc-block-order-confirmation-status-description .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc !important;
  background: linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper {
  gap: 24px;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-address,
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-downloads,
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary,
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals {
  margin-top: 24px;
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper .wp-block-column {
  padding: 22px;
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper .wp-block-column:empty {
  display: none;
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper:not(:has(.wp-block-column > *)) {
  display: none;
}

body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order-downloads,
body.woocommerce-order-received .woocommerce-customer-details {
  width: calc(100% - 64px);
  max-width: none;
  margin: 24px 32px 0 !important;
  padding: 22px;
  box-sizing: border-box;
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

body.woocommerce-order-received .woocommerce-order-overview {
  list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li {
  border-color: rgba(214, 219, 229, 0.12);
  color: #e7ebf3;
}

body.woocommerce-order-received .woocommerce-order-overview strong,
body.woocommerce-order-received .woocommerce-order-details th,
body.woocommerce-order-received .woocommerce-order-details td,
body.woocommerce-order-received .woocommerce-order-downloads th,
body.woocommerce-order-received .woocommerce-order-downloads td,
body.woocommerce-order-received .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-customer-details p,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-order-downloads h2 {
  color: #e7ebf3;
}

body.woocommerce-order-received .woocommerce-order-details table,
body.woocommerce-order-received .woocommerce-order-downloads table {
  width: 100%;
}

body.woocommerce-order-received .woocommerce-columns.woocommerce-columns--addresses {
  display: block;
}

body.woocommerce-order-received .woocommerce-column--billing-address,
body.woocommerce-order-received .woocommerce-column--shipping-address {
  float: none;
  width: 100%;
  margin: 0;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list,
body.woocommerce-order-received .wc-block-order-confirmation-totals__table,
body.woocommerce-order-received .wc-block-order-confirmation-downloads__table {
  width: 100%;
  color: #e7ebf3;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__key,
body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__value,
body.woocommerce-order-received .wc-block-order-confirmation-totals__table th,
body.woocommerce-order-received .wc-block-order-confirmation-totals__table td,
body.woocommerce-order-received .wc-block-order-confirmation-downloads__table th,
body.woocommerce-order-received .wc-block-order-confirmation-downloads__table td {
  border-color: rgba(214, 219, 229, 0.12);
  color: #e7ebf3;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot th,
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot td,
body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__value,
body.woocommerce-order-received .wc-block-formatted-money-amount {
  color: #f0d186;
}

body.woocommerce-order-received footer.wp-block-template-part,
body.woocommerce-order-received .wp-block-group.alignfull.is-style-ext-preset--group--natural-1--footer-1 {
  display: none;
}

@media (max-width: 900px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    min-width: 0;
    margin-top: 24px;
  }
}

/* Mini-cart drawer styling. */

body .wc-block-components-drawer__screen-overlay {
  background: rgba(5, 6, 9, 0.68);
  backdrop-filter: blur(3px);
}

body .wc-block-mini-cart__drawer,
body .wc-block-mini-cart__drawer .components-modal__frame {
  background:
    radial-gradient(circle at top, rgba(154, 32, 42, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(24, 26, 31, 0.995), rgba(8, 9, 12, 0.995));
}

body .wc-block-mini-cart__drawer .components-modal__frame {
  box-shadow: -18px 0 32px rgba(0, 0, 0, 0.34);
}

body .wc-block-mini-cart__drawer .wc-block-components-drawer__content {
  width: min(420px, calc(100vw - 24px));
  max-width: min(420px, calc(100vw - 24px));
  padding: 0;
  border-left: 1px solid rgba(214, 219, 229, 0.16);
  background: transparent;
  color: #e9edf5;
  box-shadow: none;
}

body .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents,
body .wc-block-mini-cart__drawer .wp-block-woocommerce-filled-mini-cart-contents-block,
body .wc-block-mini-cart__drawer .wp-block-woocommerce-empty-mini-cart-contents-block {
  min-height: 100%;
  background: transparent;
}

body .wc-block-mini-cart__drawer .wc-block-components-drawer__close-wrapper {
  padding: 16px 18px 0;
}

body .wc-block-mini-cart__drawer .wc-block-components-drawer__close {
  border: 1px solid rgba(214, 219, 229, 0.16);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(35, 37, 43, 0.98), rgba(13, 14, 17, 0.98));
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  margin: 0;
  padding: 0 18px 16px;
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-label-block,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__title strong {
  color: #f5f7fb;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-items-counter-block,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__title .wc-block-mini-cart__title-items-counter {
  color: #f0d186;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__items {
  padding: 12px 18px 0;
}

body .wc-block-mini-cart__drawer .wc-block-cart-items,
body .wc-block-mini-cart__drawer .wc-block-mini-cart-items {
  border-top: 0;
}

body .wc-block-mini-cart__drawer .wc-block-cart-items__header,
body .wc-block-mini-cart__drawer .wc-block-mini-cart-items__header {
  color: #f0d186;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .wc-block-mini-cart__drawer .wc-block-cart-items__row,
body .wc-block-mini-cart__drawer .wc-block-components-product-metadata,
body .wc-block-mini-cart__drawer .wc-block-cart-item__wrap {
  border-color: rgba(214, 219, 229, 0.1);
}

body .wc-block-mini-cart__drawer .wc-block-components-product-name,
body .wc-block-mini-cart__drawer .wc-block-components-product-name a,
body .wc-block-mini-cart__drawer .wc-block-components-product-details__name {
  color: #f4f6fb;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

body .wc-block-mini-cart__drawer .wc-block-components-product-price,
body .wc-block-mini-cart__drawer .wc-block-formatted-money-amount,
body .wc-block-mini-cart__drawer .wc-block-components-product-metadata__value {
  color: #f0d186;
}

body .wc-block-mini-cart__drawer .wc-block-cart-item__quantity,
body .wc-block-mini-cart__drawer .wc-block-components-product-metadata,
body .wc-block-mini-cart__drawer .wc-block-components-product-badge {
  color: #dbe1eb;
}

body .wc-block-mini-cart__drawer .wc-block-components-product-image img {
  background: linear-gradient(180deg, #17191d, #09090a);
}

body .wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
  border: 1px solid rgba(214, 219, 229, 0.16);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body .wc-block-mini-cart__drawer .wc-block-cart-item__remove-link {
  color: #f07d7d;
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
  padding: 18px;
  border-top: 1px solid rgba(214, 219, 229, 0.1);
  background: linear-gradient(180deg, rgba(19, 20, 25, 0.98), rgba(9, 10, 13, 0.98));
}

body .wc-block-mini-cart__drawer .wc-block-components-totals-item {
  color: #e9edf5;
}

body .wc-block-mini-cart__drawer .wc-block-components-totals-item__label {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal .wc-block-formatted-money-amount {
  color: #f0d186;
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions {
  gap: 10px;
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions .wc-block-components-button,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button {
  min-height: 46px;
  border: 1px solid rgba(214, 219, 229, 0.16);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout .wc-block-components-button,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button {
  background: linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
}

body .wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper p,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper .wp-block-heading {
  color: #eef2f8;
}

@media (max-width: 782px) {
  body .wc-block-mini-cart__drawer .wc-block-components-drawer__content {
    width: min(100vw - 16px, 400px);
    max-width: min(100vw - 16px, 400px);
  }
}

body.tax-product_cat .wp-site-blocks,
body.tax-product_tag .wp-site-blocks {
  color: #e6ebf3;
}

body.tax-product_cat .wp-block-template-part,
body.tax-product_tag .wp-block-template-part {
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96));
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.tax-product_cat .wp-block-site-title,
body.tax-product_tag .wp-block-site-title,
body.tax-product_cat .wp-block-query-title,
body.tax-product_tag .wp-block-query-title,
body.tax-product_cat .wc-block-product .wp-block-post-title,
body.tax-product_tag .wc-block-product .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tax-product_cat .wp-block-site-title a,
body.tax-product_tag .wp-block-site-title a,
body.tax-product_cat .wc-block-product .wp-block-post-title a,
body.tax-product_tag .wc-block-product .wp-block-post-title a,
body.tax-product_cat .wc-block-product a,
body.tax-product_tag .wc-block-product a {
  color: #f4f6fb;
}

body.tax-product_cat .wp-block-navigation .wp-block-navigation-item__content,
body.tax-product_tag .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e4e9f0;
}

body.tax-product_cat .wp-block-navigation .wp-block-navigation-item__content:hover,
body.tax-product_tag .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #f1d38d;
}

body.tax-product_cat .wp-block-woocommerce-product-collection,
body.tax-product_tag .wp-block-woocommerce-product-collection {
  margin-top: 24px;
}

body.tax-product_cat .wc-block-product-template__responsive,
body.tax-product_tag .wc-block-product-template__responsive {
  gap: 22px;
}

body.tax-product_cat .wc-block-product-template__responsive > li.wc-block-product > .wp-block-group,
body.tax-product_tag .wc-block-product-template__responsive > li.wc-block-product > .wp-block-group {
  min-height: 100%;
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.26);
}

body.tax-product_cat .wc-block-components-product-image img,
body.tax-product_tag .wc-block-components-product-image img {
  background: linear-gradient(180deg, #16181d, #0b0b0d);
}

body.tax-product_cat .wc-block-components-product-price,
body.tax-product_tag .wc-block-components-product-price {
  color: #f0d186;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body.tax-product_cat .wc-block-components-product-button .wp-block-button__link,
body.tax-product_tag .wc-block-components-product-button .wp-block-button__link {
  min-height: 42px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.tax-product_cat .wp-block-query-pagination,
body.tax-product_tag .wp-block-query-pagination {
  margin-top: 30px;
}

body.tax-product_cat .wp-block-query-pagination a,
body.tax-product_cat .wp-block-query-pagination span,
body.tax-product_tag .wp-block-query-pagination a,
body.tax-product_tag .wp-block-query-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 219, 229, 0.18);
  color: #f3f6fb;
  background: linear-gradient(180deg, rgba(36, 39, 45, 0.98), rgba(13, 14, 17, 0.98));
}

body.tax-product_cat .wp-block-query-pagination .current,
body.tax-product_tag .wp-block-query-pagination .current {
  border-color: rgba(226, 183, 84, 0.42);
  color: #f0d186;
}

/* Single product pass. */

body.single-product {
  background:
    radial-gradient(circle at 14% 0%, rgba(163, 17, 37, 0.12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(204, 168, 68, 0.1), transparent 26%),
    linear-gradient(180deg, #0b0b0d 0%, #121318 100%);
}

body.single-product .wp-site-blocks {
  color: #e6ebf3;
}

body.single-product .wp-block-template-part {
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96));
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.single-product .wp-block-site-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-product .wp-block-site-title a,
body.single-product .wp-block-navigation .wp-block-navigation-item__content {
  color: #f4f7fc;
}

body.single-product .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-product .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #f1d38d;
}

body.single-product .woocommerce.wp-block-breadcrumbs,
body.single-product .woocommerce-breadcrumb {
  color: rgba(222, 227, 238, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .woocommerce-breadcrumb a {
  color: #f0f3f8;
}

body.single-product .wp-block-columns.alignwide {
  gap: 32px;
  align-items: start;
}

body.single-product .wp-block-woocommerce-product-image-gallery,
body.single-product .wp-block-column:first-child .wp-block-woocommerce-product-image-gallery {
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.26);
  padding: 18px;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image img {
  background: linear-gradient(180deg, #16181d, #0b0b0d);
}

body.single-product .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem) !important;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.single-product .wp-block-woocommerce-product-price,
body.single-product .wc-block-components-product-price {
  color: #f0d186;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .wp-block-post-excerpt,
body.single-product .wp-block-post-excerpt__excerpt,
body.single-product .woocommerce-product-details__short-description {
  color: rgba(232, 236, 244, 0.86);
  font-size: 1rem;
  line-height: 1.7;
}

body.single-product .wp-block-woocommerce-add-to-cart-form form.cart,
body.single-product .wp-block-add-to-cart-form form.cart {
  gap: 10px;
  align-items: center;
}

body.single-product .wp-block-woocommerce-add-to-cart-form .quantity .qty,
body.single-product .wp-block-add-to-cart-form .quantity .qty,
body.single-product .wc-block-components-quantity-selector {
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.single-product .single_add_to_cart_button,
body.single-product .wp-block-woocommerce-add-to-cart-form .single_add_to_cart_button,
body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background:
    linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .wp-block-woocommerce-add-to-cart-form .single_add_to_cart_button:hover,
body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  border-color: rgba(226, 183, 84, 0.42);
  box-shadow: 0 0 22px rgba(178, 27, 47, 0.24);
}

body.single-product .variations select,
body.single-product form.cart select,
body.single-product .wp-block-woocommerce-add-to-cart-form select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.single-product .variations select option,
body.single-product form.cart select option,
body.single-product .wp-block-woocommerce-add-to-cart-form select option {
  color: #eef2f8;
  background: #15171b;
}

body.single-product .wp-block-woocommerce-product-meta,
body.single-product .product_meta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(214, 219, 229, 0.12);
  color: rgba(222, 227, 238, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .product_meta a,
body.single-product .wp-block-woocommerce-product-meta a {
  color: #f0d186;
}

body.single-product .wp-block-woocommerce-product-details,
body.single-product .woocommerce-tabs {
  margin-top: 28px;
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.72), rgba(17, 18, 23, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.18);
  padding: 24px;
}

body.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid rgba(214, 219, 229, 0.12);
}

body.single-product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  margin: 0 18px 0 0;
  padding: 0 0 12px;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  color: rgba(227, 232, 241, 0.74);
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 1px solid rgba(226, 183, 84, 0.42);
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #f0d186;
}

body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Reviews-title,
body.single-product .wp-block-heading {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.single-product .woocommerce-Tabs-panel,
body.single-product .woocommerce-Tabs-panel p,
body.single-product #reviews,
body.single-product .comment-form,
body.single-product .woocommerce-Reviews {
  color: rgba(232, 236, 244, 0.84);
}

body.single-product .wp-block-woocommerce-product-collection {
  margin-top: 36px;
}

body.single-product .wp-block-woocommerce-product-collection > h2,
body.single-product .wp-block-woocommerce-product-collection > .wp-block-heading {
  margin-bottom: 18px;
}

body.single-product .wp-block-woocommerce-product-collection .is-style-ext-preset--group--natural-1--item-card-1--align-start--4 .wp-block-group,
body.single-product .wp-block-woocommerce-product-collection .is-style-ext-preset--group--natural-1--item-card-1--align-start--6 .wp-block-group {
  margin-top: 0 !important;
}

body.single-product .wp-block-woocommerce-product-template {
  gap: 22px;
}

body.single-product .wc-block-product > .wp-block-group {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.26);
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wp-block-group.is-style-default {
  display: grid !important;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  margin-top: 0 !important;
  padding: 16px !important;
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wp-block-group.is-style-default > .wp-block-group {
  margin-top: 0 !important;
  padding: 0 !important;
}

body.single-product .wc-block-product .wp-block-post-title {
  font-size: 1.1rem !important;
  line-height: 1.08;
  margin: 0;
  padding: 16px 16px 0;
  display: block !important;
  flex: 0 0 auto;
}

body.single-product .wc-block-product .wp-block-post-title a {
  color: #f4f6fb;
}

body.single-product .wc-block-product .wp-block-post-featured-image,
body.single-product .wc-block-product .wc-block-components-product-image {
  display: block;
  margin: 0;
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-title,
body.single-product .wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-title.is-layout-flex,
body.single-product .wp-block-woocommerce-product-collection .wc-block-product .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-collection .wc-block-product .wp-block-woocommerce-product-price.is-layout-flex {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .wc-block-product .wc-block-components-product-price {
  display: block;
  margin: 0;
  padding: 10px 16px 0;
  flex: 0 0 auto;
}

body.single-product .wc-block-product .wp-block-woocommerce-product-price,
body.single-product .wc-block-product .wp-block-post-title,
body.single-product .wc-block-product .wp-block-buttons,
body.single-product .wc-block-product .wp-block-group.is-style-default {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.single-product .wc-block-product .wp-block-group.is-style-default {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
}

body.single-product .wc-block-product .wp-block-woocommerce-product-price,
body.single-product .wc-block-product .wp-block-woocommerce-product-price.is-layout-flex,
body.single-product .wc-block-product .wp-block-post-title.is-layout-flex {
  display: block !important;
}

body.single-product .wc-block-product .wc-block-components-product-button,
body.single-product .wc-block-product .added_to_cart {
  margin-top: auto;
  padding: 14px 16px 16px;
}

body.single-product .wc-block-product .wc-block-components-product-button .wp-block-button__link {
  min-height: 42px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 781px) {
  body.single-product .wp-block-columns.alignwide {
    gap: 22px;
  }

  body.single-product .wp-block-woocommerce-product-image-gallery,
  body.single-product .woocommerce-tabs,
  body.single-product .wp-block-woocommerce-product-details {
    padding: 18px;
  }

  body.single-product .wp-block-post-title {
    font-size: clamp(1.8rem, 9vw, 2.6rem) !important;
  }
}

/* Single product contrast fixes. */

body.single-product #payment-method-message,
body.single-product #payment-method-message *,
body.single-product .summary #payment-method-message,
body.single-product .summary #payment-method-message * {
  color: #241912 !important;
}

body.single-product #payment-method-message,
body.single-product .summary #payment-method-message {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(240, 209, 134, 0.42);
  background: linear-gradient(180deg, rgba(248, 236, 205, 0.98), rgba(237, 218, 173, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 8px 18px rgba(0, 0, 0, 0.12);
  line-height: 1.45;
}

body.single-product #payment-method-message a,
body.single-product .summary #payment-method-message a {
  color: #7a0f22 !important;
  font-weight: 700;
}

body.single-product .wcap-audio-preview-container {
  margin: 20px 0;
  padding: 20px !important;
  border: 1px solid rgba(214, 219, 229, 0.12);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  color: #e7ebf3;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.18);
}

body.single-product .wcap-preview-item {
  border: 1px solid rgba(214, 219, 229, 0.12);
  border-radius: 0;
  background: rgba(15, 16, 20, 0.88);
  color: #e7ebf3;
}

body.single-product .wcap-preview-item:hover,
body.single-product .wcap-preview-item.playing {
  border-color: rgba(226, 183, 84, 0.32);
  background: rgba(20, 21, 27, 0.96);
}

body.single-product .wcap-preview-button {
  color: #e7ebf3;
}

body.single-product .wcap-preview-button:focus,
body.single-product .wcap-preview-button:hover {
  color: #f4f7fc !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

body.single-product .wcap-play-icon,
body.single-product .wcap-pause-icon,
body.single-product .wcap-loading-spinner,
body.single-product .wcap-icon-wrap {
  background: linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  color: #ffffff;
}

body.single-product .wcap-preview-name {
  color: #f4f7fc;
}

body.single-product .wcap-preview-badge {
  background: rgba(240, 209, 134, 0.12);
  color: #f0d186;
  opacity: 1;
}

body.single-product .wcap-progress-bar {
  background: rgba(255, 255, 255, 0.12);
}

body.single-product .wcap-progress-fill {
  background: linear-gradient(90deg, #f0d186, #b21b2f);
}

body.single-product .wcap-time {
  color: rgba(231, 235, 243, 0.74);
  opacity: 1;
}

/* Cart pass. */

body.woocommerce-cart {
  background:
    radial-gradient(circle at 14% 0%, rgba(163, 17, 37, 0.12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(204, 168, 68, 0.1), transparent 26%),
    linear-gradient(180deg, #0b0b0d 0%, #121318 100%);
}

body.woocommerce-cart .wp-site-blocks {
  color: #e6ebf3;
}

body.woocommerce-cart .wp-block-template-part {
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96));
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-cart .wp-block-site-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-cart .wp-block-site-title a,
body.woocommerce-cart .wp-block-navigation .wp-block-navigation-item__content {
  color: #f4f7fc;
}

body.woocommerce-cart .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-cart .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #f1d38d;
}

body.woocommerce-cart .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem) !important;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-cart .wp-block-group.alignfull.has-tertiary-background-color.has-background {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96)) !important;
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-cart .wp-block-woocommerce-cart {
  margin-top: 28px;
}

body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(440px, 1.05fr);
  gap: 24px;
  align-items: start;
}

body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.22);
  padding: 22px;
}

body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  min-width: 440px;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
  width: 100%;
  max-width: none;
}

body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block,
body.woocommerce-cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
  width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-cart-totals-block iframe,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block iframe,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block iframe {
  max-width: 100%;
}

body.woocommerce-cart #ppc-button-ppcp-gateway,
body.woocommerce-cart #ppc-button-ppcp-card-button-gateway,
body.woocommerce-cart .wc-payment-form,
body.woocommerce-cart .wc-block-components-express-payment,
body.woocommerce-cart .wc-block-components-express-payment__event-buttons,
body.woocommerce-cart .wc-block-components-express-payment-continue-rule {
  width: 100%;
  max-width: 100%;
}

body.woocommerce-cart .wc-block-components-express-payment {
  gap: 10px;
}

body.woocommerce-cart .wc-block-components-express-payment__event-buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.woocommerce-cart .wc-block-components-express-payment-continue-rule {
  margin: 10px 0;
}

body.woocommerce-cart .wc-block-components-express-payment__event-button {
  margin: 0;
  line-height: 0;
}

body.woocommerce-cart .wc-block-components-express-payment__event-buttons > * {
  margin: 0 !important;
}

body.woocommerce-cart #ppc-button-ppcp-gateway,
body.woocommerce-cart #ppc-button-ppcp-card-button-gateway,
body.woocommerce-cart .wc-block-components-express-payment__event-button--paypal,
body.woocommerce-cart .wc-block-components-express-payment__event-button--googlepay {
  margin: 0 !important;
}

body.woocommerce-cart #ppc-button-ppcp-gateway > *,
body.woocommerce-cart #ppc-button-ppcp-card-button-gateway > *,
body.woocommerce-cart .wc-block-components-express-payment__event-button > * {
  margin: 0 !important;
}

body.woocommerce-cart #express-payment-method-ppcp-gateway-venmo,
body.woocommerce-cart #express-payment-method-ppcp-gateway-paylater {
  display: none !important;
}

body.woocommerce-cart .wc-block-components-express-payment .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
  width: 100%;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-cart .wc-block-cart-item__total {
  color: #e7ebf3;
}

body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items__row {
  border-color: rgba(214, 219, 229, 0.12);
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__wrap a {
  color: #f4f7fc;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-cart .wc-block-cart-item__total .price {
  color: #f0d186;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #f07d7d;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .wc-block-components-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-components-panel__content,
body.woocommerce-cart .wc-block-components-shipping-calculator,
body.woocommerce-cart .wc-block-components-totals-coupon {
  color: #e7ebf3;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-text-input input[type="text"],
body.woocommerce-cart .wc-block-components-text-input input[type="email"],
body.woocommerce-cart .wc-block-components-text-input input[type="tel"],
body.woocommerce-cart .wc-block-components-form .wc-block-components-text-input input {
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wc-block-components-button.wp-element-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block .wc-block-components-button,
body.woocommerce-cart .wp-block-button__link.wp-element-button {
  min-height: 46px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button,
body.woocommerce-cart .wc-block-components-button.contained {
  background: linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
}

body.woocommerce-cart .wc-block-grid__product-title,
body.woocommerce-cart .wc-block-grid__product-title a,
body.woocommerce-cart .wc-block-grid__product-link {
  color: #f4f6fb;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-grid__product-price {
  color: #f0d186;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  color: #f3f6fb;
}

body.woocommerce-cart footer.wp-block-template-part,
body.woocommerce-cart .wp-block-group.alignfull.is-style-ext-preset--group--natural-1--footer-1 {
  display: none;
}

@media (max-width: 900px) {
  body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
    grid-template-columns: 1fr;
  }
}

/* My Account pass. */

body.woocommerce-account {
  background:
    radial-gradient(circle at 14% 0%, rgba(163, 17, 37, 0.12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(204, 168, 68, 0.1), transparent 26%),
    linear-gradient(180deg, #0b0b0d 0%, #121318 100%);
  color: #e6ebf3;
}

body.woocommerce-account .wp-site-blocks {
  color: #e6ebf3;
}

body.woocommerce-account .wp-block-template-part {
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96));
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-account .wp-block-site-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-account .wp-block-site-title a,
body.woocommerce-account .wp-block-navigation .wp-block-navigation-item__content {
  color: #f4f7fc;
}

body.woocommerce-account .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-account .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #f1d38d;
}

body.woocommerce-account .wp-block-post-title,
body.woocommerce-account .entry-title,
body.woocommerce-account h1 {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem) !important;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3f6fb;
}

body.woocommerce-account .wp-block-group.alignfull.has-tertiary-background-color.has-background {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.94), rgba(13, 14, 18, 0.96)) !important;
  border-bottom: 1px solid rgba(214, 219, 229, 0.1);
}

body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .u-columns.woocommerce-Addresses,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-MyAccount-downloads,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
  color: #e7ebf3;
}

body.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid rgba(214, 219, 229, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.78), rgba(17, 18, 23, 0.94)),
    radial-gradient(circle at 16% 12%, rgba(182, 25, 47, 0.08), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(201, 164, 62, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: 24px;
}

body.woocommerce-account .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left !important;
  clear: none !important;
  width: 280px !important;
  max-width: 280px !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  margin-left: 304px !important;
  min-width: 0;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  height: auto !important;
  min-height: 0 !important;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  align-self: start !important;
  justify-self: start !important;
  vertical-align: top !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 24px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content > * {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethods,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
body.woocommerce-account .woocommerce-MyAccount-content .shop_table,
body.woocommerce-account .woocommerce-MyAccount-content table,
body.woocommerce-account .woocommerce-MyAccount-content form,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content > div,
body.woocommerce-account .woocommerce-MyAccount-content > section,
body.woocommerce-account .woocommerce-MyAccount-content > form {
  align-items: flex-start !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
}

body.woocommerce-account .u-columns:not(.woocommerce-Addresses) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

body.woocommerce-account .u-columns:not(.woocommerce-Addresses) .u-column1,
body.woocommerce-account .u-columns:not(.woocommerce-Addresses) .u-column2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-account h2,
body.woocommerce-account legend,
body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-account h2,
body.woocommerce-account legend {
  color: #f3f6fb;
}

body.woocommerce-account label,
body.woocommerce-account p,
body.woocommerce-account li,
body.woocommerce-account address,
body.woocommerce-account span,
body.woocommerce-account strong,
body.woocommerce-account td,
body.woocommerce-account th {
  color: #e7ebf3;
}

body.woocommerce-account a {
  color: #f0d186;
}

body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="number"],
body.woocommerce-account select,
body.woocommerce-account textarea {
  min-height: 46px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #eef2f8;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98));
}

body.woocommerce-account textarea {
  min-height: 120px;
}

body.woocommerce-account .woocommerce form .form-row .input-text,
body.woocommerce-account .woocommerce form .form-row select,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account .woocommerce form .password-input input[type="password"] {
  color: #eef2f8 !important;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98)) !important;
}

body.woocommerce-account .woocommerce form .form-row .input-text::placeholder,
body.woocommerce-account .woocommerce form .form-row textarea::placeholder {
  color: rgba(220, 227, 238, 0.52) !important;
}

body.woocommerce-account .button,
body.woocommerce-account button,
body.woocommerce-account input[type="submit"] {
  min-height: 46px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(135deg, rgba(124, 11, 28, 0.98), rgba(41, 6, 12, 0.98));
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
}

body.woocommerce-account table.shop_table,
body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
  border-color: rgba(214, 219, 229, 0.12);
  color: #e7ebf3;
}

body.woocommerce-account table.shop_table {
  width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 10px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(214, 219, 229, 0.12);
  color: #f4f7fc;
  text-decoration: none;
  background: rgba(18, 20, 26, 0.72);
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  border-color: rgba(226, 183, 84, 0.32);
  color: #f0d186;
}

body.woocommerce-account footer.wp-block-template-part,
body.woocommerce-account .wp-block-group.alignfull.is-style-ext-preset--group--natural-1--footer-1 {
  display: none;
}

@media (max-width: 900px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin-left: 0 !important;
  }

  body.woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account .woocommerce-form-login,
  body.woocommerce-account .woocommerce-form-register {
    padding: 18px;
  }
}

/* Header cart icon contrast. */

body .wc-block-mini-cart__button {
  color: #f4f7fc;
}

body .wc-block-mini-cart__icon {
  fill: #f4f7fc;
  color: #f4f7fc;
}

body .wc-block-mini-cart__quantity-badge {
  color: #f4f7fc;
  position: relative;
}

body .wc-block-mini-cart__badge {
  display: none !important;
}

body .legless-mini-cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  padding: 0;
  border: 1px solid rgba(240, 209, 134, 0.55);
  border-radius: 999px;
  background: #b21b2f;
  color: #fff5ea;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 10px rgba(178, 27, 47, 0.24);
}

body .legless-mini-cart-badge[hidden] {
  display: none !important;
}

body.woocommerce-shop .wc-block-components-product-image img,
body.post-type-archive-product .wc-block-components-product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  background: linear-gradient(180deg, #15171b, #09090a);
}

body.woocommerce-shop .wc-block-product .wp-block-post-title,
body.post-type-archive-product .wc-block-product .wp-block-post-title {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 1.12rem !important;
  line-height: 1.06;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.woocommerce-shop .wc-block-product .wp-block-post-title a,
body.post-type-archive-product .wc-block-product .wp-block-post-title a {
  color: #f4f6fb;
}

body.woocommerce-shop .wc-block-components-product-price,
body.post-type-archive-product .wc-block-components-product-price {
  color: #f0d186;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.woocommerce-shop .wc-block-components-product-price del,
body.post-type-archive-product .wc-block-components-product-price del {
  color: rgba(223, 228, 237, 0.42);
}

body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link,
body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link,
body.woocommerce-shop .wc-block-components-product-button .added_to_cart,
body.post-type-archive-product .wc-block-components-product-button .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(214, 219, 229, 0.18);
  border-radius: 0;
  color: #f4f7fc;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.98), rgba(13, 14, 17, 0.98));
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  text-decoration: none;
  box-shadow: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link:hover,
body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link:hover,
body.woocommerce-shop .wc-block-components-product-button .added_to_cart:hover,
body.post-type-archive-product .wc-block-components-product-button .added_to_cart:hover {
  border-color: rgba(226, 183, 84, 0.42);
  box-shadow: 0 0 18px rgba(178, 27, 47, 0.18);
  transform: translateY(-1px);
}

body.woocommerce-shop .wp-block-query-pagination a,
body.woocommerce-shop .wp-block-query-pagination span,
body.post-type-archive-product .wp-block-query-pagination a,
body.post-type-archive-product .wp-block-query-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 219, 229, 0.18);
  color: #f3f6fb;
  background: linear-gradient(180deg, rgba(36, 39, 45, 0.98), rgba(13, 14, 17, 0.98));
  text-decoration: none;
}

body.woocommerce-shop .wp-block-query-pagination .current,
body.post-type-archive-product .wp-block-query-pagination .current {
  border-color: rgba(226, 183, 84, 0.42);
  color: #f0d186;
}

/* Final WooPayments / checkout fixes. Keep these absolutely last. */

body.single-product #payment-method-message,
body.single-product .summary #payment-method-message {
  background: linear-gradient(180deg, rgba(177, 136, 43, 0.96), rgba(105, 76, 20, 0.98)) !important;
  border: 1px solid rgba(240, 209, 134, 0.5) !important;
}

body.woocommerce-checkout #radio-control-wc-payment-method-options-woocommerce_payments_klarna__content,
body.woocommerce-checkout .payment_method_woocommerce_payments_klarna {
  background: linear-gradient(180deg, rgba(177, 136, 43, 0.96), rgba(105, 76, 20, 0.98)) !important;
  border-top: 1px solid rgba(240, 209, 134, 0.5) !important;
}

body.woocommerce-checkout .wc-block-components-combobox,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-combobox .components-input-control__container,
body.woocommerce-checkout .wc-block-components-combobox .components-form-token-field__input-container,
body.woocommerce-checkout .wc-block-components-select,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-components-country-input select {
  color: #eef2f8 !important;
  -webkit-text-fill-color: #eef2f8 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(33, 36, 42, 0.98), rgba(12, 13, 17, 0.98)) !important;
}

body.woocommerce-checkout .wc-block-components-combobox button,
body.woocommerce-checkout .wc-block-components-combobox button *,
body.woocommerce-checkout .wc-block-components-combobox [role="combobox"],
body.woocommerce-checkout .wc-block-components-combobox [role="combobox"] *,
body.woocommerce-checkout .wc-block-components-select button,
body.woocommerce-checkout .wc-block-components-select button * {
  color: #eef2f8 !important;
  -webkit-text-fill-color: #eef2f8 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input::placeholder,
body.woocommerce-checkout .wc-block-components-select select::placeholder {
  color: #cfd7e3 !important;
  -webkit-text-fill-color: #cfd7e3 !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-components-select label,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-country-input label,
body.woocommerce-checkout .wc-block-components-combobox label {
  color: #d7dfea !important;
}

@media (max-width: 900px) {
  body.woocommerce-shop .wp-block-navigation__responsive-container,
  body.post-type-archive-product .wp-block-navigation__responsive-container,
  body.tax-product_cat .wp-block-navigation__responsive-container,
  body.tax-product_tag .wp-block-navigation__responsive-container,
  body.single-product .wp-block-navigation__responsive-container,
  body.woocommerce-cart .wp-block-navigation__responsive-container,
  body.woocommerce-checkout .wp-block-navigation__responsive-container {
    background:
      radial-gradient(circle at top, rgba(154, 32, 42, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(22, 24, 29, 0.99), rgba(8, 9, 12, 0.995)) !important;
    color: #f4f7fc !important;
  }

  body.woocommerce-shop .wp-block-navigation__responsive-container-content,
  body.post-type-archive-product .wp-block-navigation__responsive-container-content,
  body.tax-product_cat .wp-block-navigation__responsive-container-content,
  body.tax-product_tag .wp-block-navigation__responsive-container-content,
  body.single-product .wp-block-navigation__responsive-container-content,
  body.woocommerce-cart .wp-block-navigation__responsive-container-content,
  body.woocommerce-checkout .wp-block-navigation__responsive-container-content {
    padding: 24px 18px;
  }

  body.woocommerce-shop .wp-block-navigation__responsive-container-open,
  body.woocommerce-shop .wp-block-navigation__responsive-container-close,
  body.post-type-archive-product .wp-block-navigation__responsive-container-open,
  body.post-type-archive-product .wp-block-navigation__responsive-container-close,
  body.tax-product_cat .wp-block-navigation__responsive-container-open,
  body.tax-product_cat .wp-block-navigation__responsive-container-close,
  body.tax-product_tag .wp-block-navigation__responsive-container-open,
  body.tax-product_tag .wp-block-navigation__responsive-container-close,
  body.single-product .wp-block-navigation__responsive-container-open,
  body.single-product .wp-block-navigation__responsive-container-close,
  body.woocommerce-cart .wp-block-navigation__responsive-container-open,
  body.woocommerce-cart .wp-block-navigation__responsive-container-close,
  body.woocommerce-checkout .wp-block-navigation__responsive-container-open,
  body.woocommerce-checkout .wp-block-navigation__responsive-container-close {
    color: #f4f7fc !important;
  }

  body.woocommerce-shop .wp-block-navigation__responsive-container a,
  body.post-type-archive-product .wp-block-navigation__responsive-container a,
  body.tax-product_cat .wp-block-navigation__responsive-container a,
  body.tax-product_tag .wp-block-navigation__responsive-container a,
  body.single-product .wp-block-navigation__responsive-container a,
  body.woocommerce-cart .wp-block-navigation__responsive-container a,
  body.woocommerce-checkout .wp-block-navigation__responsive-container a {
    color: #f4f7fc !important;
  }

  body.woocommerce-shop .woocommerce-ordering,
  body.woocommerce-shop .wc-block-catalog-sorting,
  body.post-type-archive-product .woocommerce-ordering,
  body.post-type-archive-product .wc-block-catalog-sorting,
  body.tax-product_cat .woocommerce-ordering,
  body.tax-product_cat .wc-block-catalog-sorting,
  body.tax-product_tag .woocommerce-ordering,
  body.tax-product_tag .wc-block-catalog-sorting {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.woocommerce-shop .woocommerce-ordering select,
  body.woocommerce-shop .wc-block-catalog-sorting select,
  body.post-type-archive-product .woocommerce-ordering select,
  body.post-type-archive-product .wc-block-catalog-sorting select,
  body.tax-product_cat .woocommerce-ordering select,
  body.tax-product_cat .wc-block-catalog-sorting select,
  body.tax-product_tag .woocommerce-ordering select,
  body.tax-product_tag .wc-block-catalog-sorting select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.single-product .wp-block-woocommerce-product-template {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  body.single-product .wc-block-product > .wp-block-group {
    overflow: hidden;
  }

  body.single-product .wc-block-product .wc-block-components-product-image,
  body.single-product .wc-block-product .wp-block-post-featured-image {
    margin-bottom: 12px;
  }

  body.single-product .wc-block-product .wp-block-post-title,
  body.single-product .wc-block-product .wc-block-components-product-price,
  body.single-product .wc-block-product .wc-block-components-product-button,
  body.single-product .wc-block-product .added_to_cart {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.single-product .wc-block-product .wc-block-components-product-price,
  body.single-product .wc-block-product .added_to_cart,
  body.single-product .wc-block-product .wc-block-components-product-button {
    margin-top: 10px;
  }

  body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    min-width: 0;
    width: 100%;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 18px;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    grid-template-columns: 72px minmax(0, 1fr);
    row-gap: 12px;
  }

  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-item__product,
  body.woocommerce-cart .wc-block-cart-item__total {
    min-width: 0;
  }

  body.woocommerce-cart .wc-block-cart-item__product,
  body.woocommerce-cart .wc-block-cart-item__wrap {
    display: grid;
    row-gap: 6px;
  }

  body.woocommerce-cart .wc-block-cart-item__total {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    margin-top: 2px;
  }

  body.woocommerce-cart .wc-block-cart-item__total .price,
  body.woocommerce-cart .wc-block-components-product-price,
  body.woocommerce-cart .wc-block-formatted-money-amount {
    white-space: nowrap;
  }

  body.woocommerce-cart .wc-block-components-order-summary-item,
  body.woocommerce-cart .wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "image description"
      "image total";
    column-gap: 10px;
    row-gap: 6px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  body.woocommerce-cart .wc-block-components-order-summary-item__image {
    grid-area: image;
    align-self: start;
  }

  body.woocommerce-cart .wc-block-components-order-summary-item__description {
    grid-area: description;
    min-width: 0;
    width: auto;
    padding-right: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.35;
  }

  body.woocommerce-cart .wc-block-components-order-summary-item__total-price,
  body.woocommerce-cart .wc-block-components-order-summary-item .wc-block-formatted-money-amount {
    white-space: nowrap;
    grid-area: total;
    justify-self: start;
    text-align: left;
    padding-left: 0;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    margin-top: 20px;
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 18px;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    column-gap: 10px;
    padding-right: 0;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    padding-left: 0;
  }

  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-text-input input[type="text"],
  body.woocommerce-checkout .wc-block-components-text-input input[type="email"],
  body.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
  body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
  body.woocommerce-checkout .wc-block-components-select select {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  body.woocommerce-cart .wc-block-cart-items__header,
  body.woocommerce-cart .wc-block-cart-items thead,
  body.woocommerce-cart .wc-block-cart-items thead tr,
  body.woocommerce-cart .wc-block-cart-items thead th,
  body.woocommerce-cart .wc-block-cart-items th,
  body.woocommerce-cart .wc-block-cart-items__row th,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-items__header {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  body.woocommerce-cart .wc-block-cart-items,
  body.woocommerce-cart .wc-block-cart-items table,
  body.woocommerce-cart .wc-block-cart-items tbody,
  body.woocommerce-cart .wc-block-cart-items tr,
  body.woocommerce-cart .wc-block-cart-items td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(214, 219, 229, 0.12) !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image {
    float: left;
    width: 84px !important;
    margin: 0 14px 10px 0 !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  body.woocommerce-cart .wc-block-cart-item__product,
  body.woocommerce-cart .wc-block-cart-item__wrap {
    display: grid !important;
    row-gap: 10px;
    min-width: 0;
    overflow: hidden;
  }

  body.woocommerce-cart .wc-block-cart-item__product {
    padding-left: 0 !important;
  }

  body.woocommerce-cart .wc-block-components-product-name,
  body.woocommerce-cart .wc-block-cart-item__wrap a {
    display: block;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2;
  }

  body.woocommerce-cart .wc-block-cart-item__total,
  body.woocommerce-cart .wc-block-cart-item__prices,
  body.woocommerce-cart .wc-block-components-product-price {
    display: block !important;
    clear: none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    justify-self: start !important;
  }

  body.woocommerce-cart .wc-block-cart-item__total .price,
  body.woocommerce-cart .wc-block-cart-item__prices .price,
  body.woocommerce-cart .wc-block-formatted-money-amount {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wc-block-components-product-image,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wc-block-components-product-image.wc-block-components-product-image--aspect-ratio-auto {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    overflow: hidden !important;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wc-block-components-product-image > a {
    display: block;
    width: 100%;
    height: 100%;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wc-block-components-product-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group > .wc-block-components-product-image {
    margin-bottom: 0 !important;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--4 > .wc-block-components-product-image + .wp-block-group.is-style-default,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--6 > .wc-block-components-product-image + .wp-block-group.is-style-default,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 14px !important;
    align-content: start;
    background: rgba(8, 9, 12, 0.96) !important;
    border-top: 1px solid rgba(214, 219, 229, 0.12) !important;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--4 > .wc-block-components-product-image + .wp-block-group.is-style-default > .wp-block-group,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--6 > .wc-block-components-product-image + .wp-block-group.is-style-default > .wp-block-group,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default > .wp-block-group,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--4 > .wc-block-components-product-image + .wp-block-group.is-style-default > .wp-block-woocommerce-product-button,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--6 > .wc-block-components-product-image + .wp-block-group.is-style-default > .wp-block-woocommerce-product-button,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default > .wp-block-woocommerce-product-button {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-width: 0;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--4 > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-post-title,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--6 > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-post-title,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-post-title,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-post-title.is-layout-flex {
    display: block !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--4 > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-woocommerce-product-price,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start--6 > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-woocommerce-product-price,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-woocommerce-product-price,
  body.single-product .wp-block-woocommerce-product-collection .wc-block-product > .wp-block-group[class*="is-style-ext-preset--group--natural-1--item-card-1--align-start"] > .wc-block-components-product-image + .wp-block-group.is-style-default .wp-block-woocommerce-product-price.is-layout-flex {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
