/*
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;
}

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 {
  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-template {
  gap: 22px;
}

body.single-product .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.single-product .wc-block-product .wp-block-post-title {
  font-size: 1.1rem !important;
  line-height: 1.08;
}

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

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

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