/* =========================
   SOLACE MY ACCOUNT
========================= */

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
/* =========================================================
   SOLACE SINGLE PRODUCT PAGE
   Paste at the bottom of your CSS
   ========================================================= */

/* Page background */
.single-product,
.single-product body,
body.single-product,
body.single-product #page,
body.single-product #content,
body.single-product main,
body.single-product .site,
body.single-product .site-main,
body.single-product .content-area,
body.single-product .woocommerce,
body.single-product div.product {
  background: linear-gradient(to bottom, #0f0f10, #17181b) !important;
}

/* Main product wrapper */
body.single-product div.product {
  padding: 20px 0 50px;
}

/* Product gallery and summary spacing */
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
  margin-top: 10px;
}

/* Images */
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery .flex-viewport,
body.single-product .woocommerce-product-gallery__image a {
  background: transparent !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery img {
  background: #1a1b1f !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

/* Product title */
body.single-product .product_title,
body.single-product .woocommerce div.product .product_title {
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

/* Price */
body.single-product .price,
body.single-product .woocommerce-Price-amount,
body.single-product div.product p.price,
body.single-product div.product span.price {
  color: #d0d4db !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Short description */
body.single-product .woocommerce-product-details__short-description,
body.single-product .woocommerce-product-details__short-description p {
  color: #c5c9d0 !important;
  font-size: 15px;
  line-height: 1.7;
}

/* Product meta */
body.single-product .product_meta,
body.single-product .product_meta a,
body.single-product .sku_wrapper,
body.single-product .posted_in,
body.single-product .tagged_as {
  color: #9399a3 !important;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* Variation labels */
body.single-product form.cart .variations label {
  color: #f3f3f3 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}

/* Variation dropdowns */
body.single-product form.cart .variations select {
  min-height: 48px;
  background: #17181b !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  padding: 0 14px;
  box-shadow: none !important;
}

/* Reset variations link */
body.single-product .reset_variations {
  color: #a9afb8 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Quantity box */
body.single-product .quantity .qty {
  min-height: 50px;
  background: #17181b !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  width: 80px;
}

/* Add to cart button */
body.single-product .single_add_to_cart_button,
body.single-product .woocommerce button.single_add_to_cart_button {
  min-height: 52px;
  padding: 14px 24px !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .woocommerce button.single_add_to_cart_button:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Make cart row cleaner */
body.single-product form.cart {
  margin-top: 24px;
}

body.single-product form.cart .variations {
  margin-bottom: 20px;
}

body.single-product form.cart .single_variation_wrap {
  margin-top: 8px;
}

/* Tabs area */
body.single-product .woocommerce-tabs {
  margin-top: 50px;
  padding-top: 10px;
}

body.single-product .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

body.single-product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 18px 0 0 !important;
  padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  color: #9ca3ad !important;
  padding: 0 0 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

body.single-product .woocommerce-Tabs-panel,
body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel table,
body.single-product .woocommerce-Tabs-panel td,
body.single-product .woocommerce-Tabs-panel th {
  color: #d0d4db !important;
}

/* Additional information table */
body.single-product .shop_attributes {
  border: 1px solid rgba(255,255,255,0.08);
}

body.single-product .shop_attributes th,
body.single-product .shop_attributes td {
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 14px 16px !important;
}

/* Related products */
body.single-product .related.products,
body.single-product .upsells.products {
  margin-top: 60px;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  margin-bottom: 22px;
}

/* Related product cards inherit dark vibe */
body.single-product .related.products ul.products li.product h2,
body.single-product .upsells.products ul.products li.product h2,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
  color: #ffffff !important;
}

body.single-product .related.products ul.products li.product .price,
body.single-product .upsells.products ul.products li.product .price {
  color: #c2c7cf !important;
}

/* Breadcrumbs */
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a {
  color: #8f96a0 !important;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Reviews stars / review text */
body.single-product .star-rating,
body.single-product .woocommerce-review-link,
body.single-product #reviews,
body.single-product #reviews p,
body.single-product #reviews span,
body.single-product #reviews strong,
body.single-product .comment-text {
  color: #d0d4db !important;
}

/* Notices */
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
  background: #17181b !important;
  color: #ffffff !important;
  border-top: 2px solid #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.single-product div.product {
    padding: 8px 0 30px;
  }

  body.single-product .product_title,
  body.single-product .woocommerce div.product .product_title {
    font-size: 28px;
    margin-top: 14px;
  }

  body.single-product .price,
  body.single-product .woocommerce-Price-amount,
  body.single-product div.product p.price,
  body.single-product div.product span.price {
    font-size: 20px;
  }

  body.single-product form.cart .variations select,
  body.single-product .quantity .qty,
  body.single-product .single_add_to_cart_button {
    width: 100%;
  }

  body.single-product .quantity {
    float: none !important;
    margin-bottom: 12px !important;
  }

  body.single-product .single_add_to_cart_button {
    margin-left: 0 !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0 0 10px !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: #f5f5f5;
  background: rgba(255,255,255,0.03);
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #111;
  border-color: rgba(255,255,255,0.10);
  transform: translateY(-1px);
}

/* Main content panel */
.woocommerce-account .woocommerce-MyAccount-content {
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  padding: 32px;
  color: #f5f5f5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

/* Typography */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content td,
.woocommerce-account .woocommerce-MyAccount-content th,
.woocommerce-account .woocommerce-MyAccount-content label {
  color: #d6d6d6;
}

/* Hero block */
.solace-account-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px;
  margin-bottom: 24px;
}

.solace-account-kicker {
  margin: 0 0 10px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.solace-account-hero h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: none;
}

.solace-account-hero p {
  margin: 0;
  color: #bdbdbd;
  max-width: 700px;
}

/* Dashboard cards */
.solace-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.solace-account-card {
  display: block;
  text-decoration: none;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 22px;
  transition: all 0.2s ease;
}

.solace-account-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.16);
}

.solace-account-card-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.solace-account-card-text {
  color: #acacac;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button,
.woocommerce-account .woocommerce-button {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: none !important;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover,
.woocommerce-account .woocommerce-button:hover {
  opacity: 0.92;
}

/* Inputs */
.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select {
  background: #090909;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 13px 14px;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.25);
}

/* Notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  background: #111;
  color: #f5f5f5;
  border: 1px solid rgba(255,255,255,0.08);
  border-top: none;
  border-radius: 16px;
}

/* Tables */
.woocommerce-account table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: #111;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  background: #111;
  color: #e7e7e7;
  border-color: rgba(255,255,255,0.08);
}

.woocommerce-account table.shop_table th {
  color: #fff;
}

/* Links inside account */
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  opacity: 0.85;
}

/* Address blocks */
.woocommerce-account .addresses .title,
.woocommerce-account .woocommerce-Address {
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 20px;
}

/* Mobile */
@media (max-width: 980px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .solace-account-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
  }

  .solace-account-hero h2 {
    font-size: 26px;
  }
}
/* Fix account cards on small screens */
@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }

  .solace-account-card {
    min-width: 0;
    width: 100%;
  }

  .solace-account-card-title,
  .solace-account-card-text {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
  }
}/* Fix dashboard cards width on desktop and all views */
.solace-account-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  width: 100%;
}

.solace-account-card {
  min-width: 0;
  width: 100%;
}

.solace-account-card-title,
.solace-account-card-text {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* If the account content column is being squeezed */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Stack cards sooner if space is tighter than expected */
@media (max-width: 1200px) {
  .solace-account-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }
}.solace-account-card * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  max-width: 100% !important;
}/* Keep account content full width and contain dashboard cards */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden;
}

/* Remove WooCommerce intro text if you want a cleaner dashboard */
.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  max-width: 520px;
}

/* Dashboard hero */
.solace-account-hero {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Card grid */
.solace-account-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  align-items: stretch;
}

/* Cards */
.solace-account-card {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.solace-account-card-title,
.solace-account-card-text {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Stack sooner when the content area gets tighter */
@media (max-width: 1200px) {
  .solace-account-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }
}/* Hide default WooCommerce dashboard intro text */
.woocommerce-account .woocommerce-MyAccount-content > p:not(.solace-account-kicker):not(.solace-account-card-text) {
  display: none;
}/* Hide default WooCommerce account sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

/* Make content take full width */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

/* Remove 2-column layout and use single column */
.woocommerce-account .woocommerce {
  display: block !important;
}

/* Clean up dashboard card grid */
.solace-account-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  .solace-account-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }
}.woocommerce-MyAccount-content > p:first-of-type {
  display: none;
}.woocommerce-MyAccount-content > p:first-of-type {
  display: none;
}/* Hide anything left over after the custom account grid */
.solace-account-grid ~ h2,
.solace-account-grid ~ p {
  display: none !important;
}/* =========================================================
   SOLACE SHOP PAGE STYLING PACK
   Paste into: Appearance > Customize > Additional CSS
   ========================================================= */

/* ------------------------------
   1) SHOP PAGE WRAPPER
-------------------------------- */
.woocommerce.archive .site-main,
.woocommerce-page .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 32px 70px;
}

/* Reduce weird empty space above content */
.woocommerce-products-header {
  margin-bottom: 18px;
  padding-bottom: 0;
}

.woocommerce-products-header__title.page-title {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
}

/* Optional short intro text under title if your theme outputs it */
.term-description,
.woocommerce-products-header p {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 24px;
}

/* ------------------------------
   2) RESULTS COUNT + SORT BAR
-------------------------------- */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
  line-height: 46px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 26px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  height: 46px;
  min-width: 220px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
}

/* Cleaner toolbar spacing */
.woocommerce .woocommerce-notices-wrapper + .woocommerce-result-count,
.woocommerce .woocommerce-notices-wrapper + .woocommerce-ordering {
  margin-top: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 26px;
}

/* Add a subtle divider under toolbar */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  position: relative;
}

.woocommerce .woocommerce-ordering {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

/* ------------------------------
   3) PRODUCT GRID
-------------------------------- */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 24px;
  margin: 18px 0 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
}

/* ------------------------------
   4) PRODUCT CARD FEEL
-------------------------------- */
.woocommerce ul.products li.product .product-inner,
.woocommerce-page ul.products li.product .product-inner {
  display: block;
}

/* Optional soft visual card structure without looking boxed */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  transition: transform 0.28s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px);
}

/* ------------------------------
   5) PRODUCT IMAGES
-------------------------------- */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 16px;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  background: #f7f7f7;
}

.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {
  transform: scale(1.02);
}

/* Make image area feel more premium */
.woocommerce ul.products li.product > a:first-child,
.woocommerce-page ul.products li.product > a:first-child {
  display: block;
  overflow: hidden;
  position: relative;
}

/* ------------------------------
   6) CATEGORY / META TEXT
-------------------------------- */
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8d8d;
  margin: 0 0 8px;
}

/* If your theme prints category links above title */
.woocommerce ul.products li.product .posted_in a,
.woocommerce-page ul.products li.product .posted_in a {
  color: #8d8d8d;
  text-decoration: none;
}

/* ------------------------------
   7) PRODUCT TITLE
-------------------------------- */
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 600;
  color: #111;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 0;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  color: inherit;
  text-decoration: none;
}

/* ------------------------------
   8) PRICE
-------------------------------- */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block;
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #4a4a4a;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  opacity: 0.45;
  margin-right: 6px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}

/* ------------------------------
   9) BUTTONS
-------------------------------- */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce-page ul.products li.product .added_to_cart:hover {
  background: transparent !important;
  color: #111 !important;
  border-color: #111 !important;
}

/* Better spacing for add-to-cart area */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin-top: 0;
}

/* ------------------------------
   10) SALE BADGE
-------------------------------- */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 9px 12px;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
  top: 12px;
  left: 12px;
}

/* ------------------------------
   11) HIDE SOME DEFAULT WOO CLUTTER
-------------------------------- */

/* Hide category text under product cards if you decide it's too busy */
/* Remove the comments below if you want categories hidden
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  display: none !important;
}
*/

/* ------------------------------
   12) PAGINATION
-------------------------------- */
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  margin-top: 50px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 4px;
  display: inline-block;
  float: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  color: #111;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ------------------------------
   13) SINGLE PRODUCT CARDS FEEL CLEANER ON ARCHIVES
-------------------------------- */
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin: 0 auto 10px;
}

/* ------------------------------
   14) MOBILE + TABLET RESPONSIVE
-------------------------------- */
@media (max-width: 1200px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .woocommerce.archive .site-main,
  .woocommerce-page .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding: 24px 20px 55px;
  }

  .woocommerce-products-header__title.page-title {
    font-size: 34px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 30px 18px;
  }

  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce.archive .site-main,
  .woocommerce-page .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding: 18px 14px 40px;
  }

  .woocommerce-products-header__title.page-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none !important;
    width: 100%;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 1.28;
    margin-bottom: 8px;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page ul.products li.product a.button {
    min-height: 46px;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 12px 14px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }

  .woocommerce ul.products li.product .product-category,
  .woocommerce-page ul.products li.product .product-category,
  .woocommerce ul.products li.product .posted_in,
  .woocommerce-page ul.products li.product .posted_in {
    font-size: 10px;
  }
}

/* ------------------------------
   15) OPTIONAL: SHOP PAGE HERO FEEL
   If your theme shows the page title area
-------------------------------- */
.woocommerce-products-header {
  text-align: left;
}

/* ------------------------------
   16) OPTIONAL: MAKE SHOP BACKGROUND CLEANER
-------------------------------- */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  background: #fff;
}

/* ------------------------------
   17) OPTIONAL: BETTER FOCUS STATES
-------------------------------- */
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}

/* =========================================================
   BONUS: CHANGE "SELECT OPTIONS" TO FEEL CLEANER
   This doesn't rename the text, but helps visually.
   ========================================================= */
.woocommerce ul.products li.product.product-type-variable .button,
.woocommerce-page ul.products li.product.product-type-variable .button {
  letter-spacing: 0.16em;
}.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  display: none !important;
}
/* =========================================================
   SOLACE SHOP POLISH UPGRADE
   Paste BELOW the previous shop CSS
   ========================================================= */

/* ------------------------------
   1) GIVE THE SHOP PAGE A MORE
   HIGH-END LAYOUT FEEL
-------------------------------- */
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
  max-width: 1480px;
}

/* Slightly tighten the top spacing more */
.woocommerce-products-header {
  margin-bottom: 8px;
}

/* Make title feel more fashion/editorial */
.woocommerce-products-header__title.page-title {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 0.98;
  margin-bottom: 14px;
}

/* Optional description under title */
.term-description,
.woocommerce-products-header p {
  font-size: 15px;
  color: #666;
  max-width: 680px;
  margin-bottom: 24px;
}

/* ------------------------------
   2) CLEANER TOOLBAR
-------------------------------- */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  font-size: 12px;
  color: #8a8a8a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 34px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce .woocommerce-ordering select:hover,
.woocommerce-page .woocommerce-ordering select:hover {
  border-color: rgba(0,0,0,0.25);
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

/* ------------------------------
   3) PRODUCT GRID:
   A BIT MORE LUXE
-------------------------------- */
.woocommerce ul.products,
.woocommerce-page ul.products {
  gap: 50px 26px !important;
}

/* ------------------------------
   4) MAKE EACH PRODUCT TILE FEEL
   MORE INTENTIONAL
-------------------------------- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Add a bit more visual structure */
.woocommerce ul.products li.product > a:first-child,
.woocommerce-page ul.products li.product > a:first-child {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}

/* Softer image presentation */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  margin-bottom: 18px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #f5f5f5;
}

/* More premium hover */
.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {
  transform: scale(1.03);
  filter: brightness(0.98);
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-5px);
}

/* ------------------------------
   5) OPTIONAL IMAGE OVERLAY
   FOR A NICER HOVER FEEL
-------------------------------- */
.woocommerce ul.products li.product > a:first-child::after,
.woocommerce-page ul.products li.product > a:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.08), rgba(0,0,0,0) 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.woocommerce ul.products li.product:hover > a:first-child::after,
.woocommerce-page ul.products li.product:hover > a:first-child::after {
  opacity: 1;
}

/* ------------------------------
   6) CATEGORY / META
-------------------------------- */
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #979797;
  margin-bottom: 10px;
}

/* If you want a cleaner look, hide categories completely */
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  display: none !important;
}

/* ------------------------------
   7) TITLE / PRICE HIERARCHY
-------------------------------- */
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 600;
  margin: 0 0 12px;
  color: #121212;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 19px;
  font-weight: 600;
  color: #5a5a5a;
  margin-bottom: 20px;
}

/* ------------------------------
   8) BUTTONS: MORE SOLACE
-------------------------------- */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  min-height: 50px;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  position: relative;
  overflow: hidden;
}

/* subtle button sheen */
.woocommerce ul.products li.product .button::before,
.woocommerce-page ul.products li.product .button::before,
.woocommerce ul.products li.product a.button::before,
.woocommerce-page ul.products li.product a.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.18), rgba(255,255,255,0));
  transition: left 0.45s ease;
}

.woocommerce ul.products li.product .button:hover::before,
.woocommerce-page ul.products li.product .button:hover::before,
.woocommerce ul.products li.product a.button:hover::before,
.woocommerce-page ul.products li.product a.button:hover::before {
  left: 120%;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
  background: #fff !important;
  color: #111 !important;
}

/* ------------------------------
   9) MAKE TEXT BLOCKS FEEL
   MORE BALANCED
-------------------------------- */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .button {
  width: 100%;
}

/* ------------------------------
   10) SALE BADGES CLEANER
-------------------------------- */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  top: 14px;
  left: 14px;
  padding: 8px 10px;
  font-size: 9px;
  letter-spacing: 0.15em;
  background: rgba(17,17,17,0.95);
  backdrop-filter: blur(4px);
}

/* ------------------------------
   11) PAGINATION LOOKS BETTER
-------------------------------- */
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a {
  min-width: 42px;
  height: 42px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-color: rgba(0,0,0,0.12);
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  transform: translateY(-1px);
}

/* ------------------------------
   12) MOBILE POLISH
-------------------------------- */
@media (max-width: 980px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 34px 18px !important;
  }

  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce-products-header__title.page-title {
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 24px 14px !important;
  }

  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img,
  .woocommerce ul.products li.product img,
  .woocommerce-page ul.products li.product img {
    margin-bottom: 14px;
    aspect-ratio: 4 / 5;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page ul.products li.product a.button {
    min-height: 44px;
    letter-spacing: 0.14em;
  }
}
/* =========================================
   SOLACE SHOP CATEGORY NAV
========================================= */

.solace-shop-cats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 0 34px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.solace-shop-cat-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.solace-shop-cat-link:hover {
  color: #111;
}

.solace-shop-cat-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: #111;
  transition: width 0.28s ease;
}

.solace-shop-cat-link:hover::after,
.solace-shop-cat-link.active::after {
  width: 100%;
}

.solace-shop-cat-link.active {
  color: #111;
}

/* spacing under category nav before toolbar/products */
.woocommerce .solace-shop-cats + .woocommerce-result-count,
.woocommerce .solace-shop-cats + .woocommerce-ordering {
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  .solace-shop-cats {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .solace-shop-cats::-webkit-scrollbar {
    display: none;
  }

  .solace-shop-cat-link {
    flex: 0 0 auto;
    font-size: 11px;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }
}/* =========================
   SOLACE MY ACCOUNT
========================= */

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: #f5f5f5;
  background: rgba(255,255,255,0.03);
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #111;
  border-color: rgba(255,255,255,0.10);
  transform: translateY(-1px);
}

/* Main content panel */
.woocommerce-account .woocommerce-MyAccount-content {
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  padding: 32px;
  color: #f5f5f5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

/* Typography */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content td,
.woocommerce-account .woocommerce-MyAccount-content th,
.woocommerce-account .woocommerce-MyAccount-content label {
  color: #d6d6d6;
}

/* Hero block */
.solace-account-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px;
  margin-bottom: 24px;
}

.solace-account-kicker {
  margin: 0 0 10px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.solace-account-hero h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: none;
}

.solace-account-hero p {
  margin: 0;
  color: #bdbdbd;
  max-width: 700px;
}

/* Dashboard cards */
.solace-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.solace-account-card {
  display: block;
  text-decoration: none;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 22px;
  transition: all 0.2s ease;
}

.solace-account-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.16);
}

.solace-account-card-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.solace-account-card-text {
  color: #acacac;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button,
.woocommerce-account .woocommerce-button {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: none !important;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover,
.woocommerce-account .woocommerce-button:hover {
  opacity: 0.92;
}

/* Inputs */
.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select {
  background: #090909;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 13px 14px;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.25);
}

/* Notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  background: #111;
  color: #f5f5f5;
  border: 1px solid rgba(255,255,255,0.08);
  border-top: none;
  border-radius: 16px;
}

/* Tables */
.woocommerce-account table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: #111;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  background: #111;
  color: #e7e7e7;
  border-color: rgba(255,255,255,0.08);
}

.woocommerce-account table.shop_table th {
  color: #fff;
}

/* Links inside account */
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  opacity: 0.85;
}

/* Address blocks */
.woocommerce-account .addresses .title,
.woocommerce-account .woocommerce-Address {
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 20px;
}

/* Mobile */
@media (max-width: 980px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .solace-account-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
  }

  .solace-account-hero h2 {
    font-size: 26px;
  }
}
/* Fix account cards on small screens */
@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }

  .solace-account-card {
    min-width: 0;
    width: 100%;
  }

  .solace-account-card-title,
  .solace-account-card-text {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
  }
}/* Fix dashboard cards width on desktop and all views */
.solace-account-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  width: 100%;
}

.solace-account-card {
  min-width: 0;
  width: 100%;
}

.solace-account-card-title,
.solace-account-card-text {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* If the account content column is being squeezed */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Stack cards sooner if space is tighter than expected */
@media (max-width: 1200px) {
  .solace-account-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }
}.solace-account-card * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  max-width: 100% !important;
}/* Keep account content full width and contain dashboard cards */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden;
}

/* Remove WooCommerce intro text if you want a cleaner dashboard */
.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  max-width: 520px;
}

/* Dashboard hero */
.solace-account-hero {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Card grid */
.solace-account-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  align-items: stretch;
}

/* Cards */
.solace-account-card {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.solace-account-card-title,
.solace-account-card-text {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Stack sooner when the content area gets tighter */
@media (max-width: 1200px) {
  .solace-account-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }
}/* Hide default WooCommerce dashboard intro text */
.woocommerce-account .woocommerce-MyAccount-content > p:not(.solace-account-kicker):not(.solace-account-card-text) {
  display: none;
}/* Hide default WooCommerce account sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

/* Make content take full width */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

/* Remove 2-column layout and use single column */
.woocommerce-account .woocommerce {
  display: block !important;
}

/* Clean up dashboard card grid */
.solace-account-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  .solace-account-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .solace-account-grid {
    grid-template-columns: 1fr !important;
  }
}.woocommerce-MyAccount-content > p:first-of-type {
  display: none;
}.woocommerce-MyAccount-content > p:first-of-type {
  display: none;
}/* Hide anything left over after the custom account grid */
.solace-account-grid ~ h2,
.solace-account-grid ~ p {
  display: none !important;
}/* =========================================================
   SOLACE SHOP PAGE STYLING PACK
   Paste into: Appearance > Customize > Additional CSS
   ========================================================= */

/* ------------------------------
   1) SHOP PAGE WRAPPER
-------------------------------- */
.woocommerce.archive .site-main,
.woocommerce-page .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 32px 70px;
}

/* Reduce weird empty space above content */
.woocommerce-products-header {
  margin-bottom: 18px;
  padding-bottom: 0;
}

.woocommerce-products-header__title.page-title {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
}

/* Optional short intro text under title if your theme outputs it */
.term-description,
.woocommerce-products-header p {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 24px;
}

/* ------------------------------
   2) RESULTS COUNT + SORT BAR
-------------------------------- */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
  line-height: 46px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 26px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  height: 46px;
  min-width: 220px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
}

/* Cleaner toolbar spacing */
.woocommerce .woocommerce-notices-wrapper + .woocommerce-result-count,
.woocommerce .woocommerce-notices-wrapper + .woocommerce-ordering {
  margin-top: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 26px;
}

/* Add a subtle divider under toolbar */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  position: relative;
}

.woocommerce .woocommerce-ordering {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

/* ------------------------------
   3) PRODUCT GRID
-------------------------------- */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 24px;
  margin: 18px 0 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
}

/* ------------------------------
   4) PRODUCT CARD FEEL
-------------------------------- */
.woocommerce ul.products li.product .product-inner,
.woocommerce-page ul.products li.product .product-inner {
  display: block;
}

/* Optional soft visual card structure without looking boxed */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  transition: transform 0.28s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px);
}

/* ------------------------------
   5) PRODUCT IMAGES
-------------------------------- */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 16px;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  background: #f7f7f7;
}

.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {
  transform: scale(1.02);
}

/* Make image area feel more premium */
.woocommerce ul.products li.product > a:first-child,
.woocommerce-page ul.products li.product > a:first-child {
  display: block;
  overflow: hidden;
  position: relative;
}

/* ------------------------------
   6) CATEGORY / META TEXT
-------------------------------- */
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8d8d;
  margin: 0 0 8px;
}

/* If your theme prints category links above title */
.woocommerce ul.products li.product .posted_in a,
.woocommerce-page ul.products li.product .posted_in a {
  color: #8d8d8d;
  text-decoration: none;
}

/* ------------------------------
   7) PRODUCT TITLE
-------------------------------- */
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 600;
  color: #111;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 0;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  color: inherit;
  text-decoration: none;
}

/* ------------------------------
   8) PRICE
-------------------------------- */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block;
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #4a4a4a;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  opacity: 0.45;
  margin-right: 6px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}

/* ------------------------------
   9) BUTTONS
-------------------------------- */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce-page ul.products li.product .added_to_cart:hover {
  background: transparent !important;
  color: #111 !important;
  border-color: #111 !important;
}

/* Better spacing for add-to-cart area */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin-top: 0;
}

/* ------------------------------
   10) SALE BADGE
-------------------------------- */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 9px 12px;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
  top: 12px;
  left: 12px;
}

/* ------------------------------
   11) HIDE SOME DEFAULT WOO CLUTTER
-------------------------------- */

/* Hide category text under product cards if you decide it's too busy */
/* Remove the comments below if you want categories hidden
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  display: none !important;
}
*/

/* ------------------------------
   12) PAGINATION
-------------------------------- */
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  margin-top: 50px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 4px;
  display: inline-block;
  float: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  color: #111;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ------------------------------
   13) SINGLE PRODUCT CARDS FEEL CLEANER ON ARCHIVES
-------------------------------- */
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin: 0 auto 10px;
}

/* ------------------------------
   14) MOBILE + TABLET RESPONSIVE
-------------------------------- */
@media (max-width: 1200px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .woocommerce.archive .site-main,
  .woocommerce-page .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding: 24px 20px 55px;
  }

  .woocommerce-products-header__title.page-title {
    font-size: 34px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 30px 18px;
  }

  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce.archive .site-main,
  .woocommerce-page .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding: 18px 14px 40px;
  }

  .woocommerce-products-header__title.page-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none !important;
    width: 100%;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 1.28;
    margin-bottom: 8px;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page ul.products li.product a.button {
    min-height: 46px;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 12px 14px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }

  .woocommerce ul.products li.product .product-category,
  .woocommerce-page ul.products li.product .product-category,
  .woocommerce ul.products li.product .posted_in,
  .woocommerce-page ul.products li.product .posted_in {
    font-size: 10px;
  }
}

/* ------------------------------
   15) OPTIONAL: SHOP PAGE HERO FEEL
   If your theme shows the page title area
-------------------------------- */
.woocommerce-products-header {
  text-align: left;
}

/* ------------------------------
   16) OPTIONAL: MAKE SHOP BACKGROUND CLEANER
-------------------------------- */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  background: #fff;
}

/* ------------------------------
   17) OPTIONAL: BETTER FOCUS STATES
-------------------------------- */
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}

/* =========================================================
   BONUS: CHANGE "SELECT OPTIONS" TO FEEL CLEANER
   This doesn't rename the text, but helps visually.
   ========================================================= */
.woocommerce ul.products li.product.product-type-variable .button,
.woocommerce-page ul.products li.product.product-type-variable .button {
  letter-spacing: 0.16em;
}.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  display: none !important;
}
/* =========================================================
   SOLACE SHOP POLISH UPGRADE
   Paste BELOW the previous shop CSS
   ========================================================= */

/* ------------------------------
   1) GIVE THE SHOP PAGE A MORE
   HIGH-END LAYOUT FEEL
-------------------------------- */
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
  max-width: 1480px;
}

/* Slightly tighten the top spacing more */
.woocommerce-products-header {
  margin-bottom: 8px;
}

/* Make title feel more fashion/editorial */
.woocommerce-products-header__title.page-title {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 0.98;
  margin-bottom: 14px;
}

/* Optional description under title */
.term-description,
.woocommerce-products-header p {
  font-size: 15px;
  color: #666;
  max-width: 680px;
  margin-bottom: 24px;
}

/* ------------------------------
   2) CLEANER TOOLBAR
-------------------------------- */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  font-size: 12px;
  color: #8a8a8a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 34px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce .woocommerce-ordering select:hover,
.woocommerce-page .woocommerce-ordering select:hover {
  border-color: rgba(0,0,0,0.25);
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

/* ------------------------------
   3) PRODUCT GRID:
   A BIT MORE LUXE
-------------------------------- */
.woocommerce ul.products,
.woocommerce-page ul.products {
  gap: 50px 26px !important;
}

/* ------------------------------
   4) MAKE EACH PRODUCT TILE FEEL
   MORE INTENTIONAL
-------------------------------- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Add a bit more visual structure */
.woocommerce ul.products li.product > a:first-child,
.woocommerce-page ul.products li.product > a:first-child {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}

/* Softer image presentation */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  margin-bottom: 18px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #f5f5f5;
}

/* More premium hover */
.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {
  transform: scale(1.03);
  filter: brightness(0.98);
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-5px);
}

/* ------------------------------
   5) OPTIONAL IMAGE OVERLAY
   FOR A NICER HOVER FEEL
-------------------------------- */
.woocommerce ul.products li.product > a:first-child::after,
.woocommerce-page ul.products li.product > a:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.08), rgba(0,0,0,0) 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.woocommerce ul.products li.product:hover > a:first-child::after,
.woocommerce-page ul.products li.product:hover > a:first-child::after {
  opacity: 1;
}

/* ------------------------------
   6) CATEGORY / META
-------------------------------- */
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #979797;
  margin-bottom: 10px;
}

/* If you want a cleaner look, hide categories completely */
.woocommerce ul.products li.product .product-category,
.woocommerce-page ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in {
  display: none !important;
}

/* ------------------------------
   7) TITLE / PRICE HIERARCHY
-------------------------------- */
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 600;
  margin: 0 0 12px;
  color: #121212;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 19px;
  font-weight: 600;
  color: #5a5a5a;
  margin-bottom: 20px;
}

/* ------------------------------
   8) BUTTONS: MORE SOLACE
-------------------------------- */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  min-height: 50px;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  position: relative;
  overflow: hidden;
}

/* subtle button sheen */
.woocommerce ul.products li.product .button::before,
.woocommerce-page ul.products li.product .button::before,
.woocommerce ul.products li.product a.button::before,
.woocommerce-page ul.products li.product a.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.18), rgba(255,255,255,0));
  transition: left 0.45s ease;
}

.woocommerce ul.products li.product .button:hover::before,
.woocommerce-page ul.products li.product .button:hover::before,
.woocommerce ul.products li.product a.button:hover::before,
.woocommerce-page ul.products li.product a.button:hover::before {
  left: 120%;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
  background: #fff !important;
  color: #111 !important;
}

/* ------------------------------
   9) MAKE TEXT BLOCKS FEEL
   MORE BALANCED
-------------------------------- */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .button {
  width: 100%;
}

/* ------------------------------
   10) SALE BADGES CLEANER
-------------------------------- */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  top: 14px;
  left: 14px;
  padding: 8px 10px;
  font-size: 9px;
  letter-spacing: 0.15em;
  background: rgba(17,17,17,0.95);
  backdrop-filter: blur(4px);
}

/* ------------------------------
   11) PAGINATION LOOKS BETTER
-------------------------------- */
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a {
  min-width: 42px;
  height: 42px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-color: rgba(0,0,0,0.12);
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  transform: translateY(-1px);
}

/* ------------------------------
   12) MOBILE POLISH
-------------------------------- */
@media (max-width: 980px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 34px 18px !important;
  }

  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce-products-header__title.page-title {
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 24px 14px !important;
  }

  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img,
  .woocommerce ul.products li.product img,
  .woocommerce-page ul.products li.product img {
    margin-bottom: 14px;
    aspect-ratio: 4 / 5;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page ul.products li.product a.button {
    min-height: 44px;
    letter-spacing: 0.14em;
  }
}
/* =========================================
   SOLACE SHOP CATEGORY NAV
========================================= */

.solace-shop-cats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 0 34px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.solace-shop-cat-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.solace-shop-cat-link:hover {
  color: #111;
}

.solace-shop-cat-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: #111;
  transition: width 0.28s ease;
}

.solace-shop-cat-link:hover::after,
.solace-shop-cat-link.active::after {
  width: 100%;
}

.solace-shop-cat-link.active {
  color: #111;
}

/* spacing under category nav before toolbar/products */
.woocommerce .solace-shop-cats + .woocommerce-result-count,
.woocommerce .solace-shop-cats + .woocommerce-ordering {
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  .solace-shop-cats {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .solace-shop-cats::-webkit-scrollbar {
    display: none;
  }

  .solace-shop-cat-link {
    flex: 0 0 auto;
    font-size: 11px;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }
}/* =========================================
   SOLACE DARK SHOP BACKGROUND - STRONGER
========================================= */

/* Main archive pages */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product #page,
body.tax-product_cat #page,
body.tax-product_tag #page,
body.post-type-archive-product #content,
body.tax-product_cat #content,
body.tax-product_tag #content,
body.post-type-archive-product main,
body.tax-product_cat main,
body.tax-product_tag main,
body.post-type-archive-product .site,
body.tax-product_cat .site,
body.tax-product_tag .site,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.tax-product_tag .content-area {
  background: linear-gradient(to bottom, #0f0f10, #17181b) !important;
}

/* Sometimes the theme puts the white on Woo wrappers */
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce,
body.post-type-archive-product .woocommerce-page,
body.tax-product_cat .woocommerce-page,
body.tax-product_tag .woocommerce-page,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
  background: transparent !important;
}

/* Product/archive text */
body.post-type-archive-product .woocommerce-products-header__title.page-title,
body.tax-product_cat .woocommerce-products-header__title.page-title,
body.tax-product_tag .woocommerce-products-header__title.page-title,
body.post-type-archive-product .woocommerce ul.products li.product h2,
body.tax-product_cat .woocommerce ul.products li.product h2,
body.tax-product_tag .woocommerce ul.products li.product h2,
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #f3f3f3 !important;
}

body.post-type-archive-product .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price,
body.tax-product_tag .woocommerce ul.products li.product .price {
  color: #b8bcc3 !important;
}

/* Result count + sorting */
body.post-type-archive-product .woocommerce .woocommerce-result-count,
body.tax-product_cat .woocommerce .woocommerce-result-count,
body.tax-product_tag .woocommerce .woocommerce-result-count {
  color: #9aa0a8 !important;
}

body.post-type-archive-product .woocommerce .woocommerce-ordering select,
body.tax-product_cat .woocommerce .woocommerce-ordering select,
body.tax-product_tag .woocommerce .woocommerce-ordering select {
  background: #16171a !important;
  color: #f3f3f3 !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}

/* Category bar */
body.post-type-archive-product .solace-shop-cats,
body.tax-product_cat .solace-shop-cats,
body.tax-product_tag .solace-shop-cats {
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

body.post-type-archive-product .solace-shop-cat-link,
body.tax-product_cat .solace-shop-cat-link,
body.tax-product_tag .solace-shop-cat-link {
  color: #9aa0a8 !important;
}

body.post-type-archive-product .solace-shop-cat-link:hover,
body.post-type-archive-product .solace-shop-cat-link.active,
body.tax-product_cat .solace-shop-cat-link:hover,
body.tax-product_cat .solace-shop-cat-link.active,
body.tax-product_tag .solace-shop-cat-link:hover,
body.tax-product_tag .solace-shop-cat-link.active {
  color: #ffffff !important;
}

body.post-type-archive-product .solace-shop-cat-link::after,
body.tax-product_cat .solace-shop-cat-link::after,
body.tax-product_tag .solace-shop-cat-link::after {
  background: #ffffff !important;
}

/* Buttons */
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_tag .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product a.button,
body.tax-product_cat .woocommerce ul.products li.product a.button,
body.tax-product_tag .woocommerce ul.products li.product a.button {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: #ffffff !important;
}

body.post-type-archive-product .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_tag .woocommerce ul.products li.product .button:hover,
body.post-type-archive-product .woocommerce ul.products li.product a.button:hover,
body.tax-product_cat .woocommerce ul.products li.product a.button:hover,
body.tax-product_tag .woocommerce ul.products li.product a.button:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Make image tiles sit nicely on dark */
body.post-type-archive-product .woocommerce ul.products li.product a img,
body.tax-product_cat .woocommerce ul.products li.product a img,
body.tax-product_tag .woocommerce ul.products li.product a img {
  background: #1a1b1f !important;
}/* Subtle depth overlay */
body.post-type-archive-product::before,
body.tax-product_cat::before,
body.tax-product_tag::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.04), transparent 60%);
  pointer-events: none;
  z-index: 0;
}/* Lift product images slightly */
.woocommerce ul.products li.product a img {
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* Slight separation between items */
.woocommerce ul.products li.product {
  padding-bottom: 6px;
}/* Stronger hover interaction */
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) scale(1.01);
}

/* Title reacts slightly on hover */
.woocommerce ul.products li.product:hover h2 {
  letter-spacing: 0.02em;
}.solace-shop-cats {
  position: relative;
}

.solace-shop-cats::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.15), transparent);
}/* =========================================
   FIX READABILITY (SOLACE DARK MODE)
========================================= */

/* Titles */
.woocommerce-products-header__title.page-title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #ffffff !important;
}

/* Prices */
.woocommerce ul.products li.product .price {
  color: #d1d5db !important;
}

/* Category nav */
.solace-shop-cat-link {
  color: #a1a1aa !important;
}

.solace-shop-cat-link:hover,
.solace-shop-cat-link.active {
  color: #ffffff !important;
}

/* Result count + sorting */
.woocommerce .woocommerce-result-count {
  color: #a1a1aa !important;
}

/* Dropdown */
.woocommerce .woocommerce-ordering select {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

/* Buttons (make them pop again) */
.woocommerce ul.products li.product .button {
  background: #ffffff !important;
  color: #111 !important;
  border-color: #ffffff !important;
}

.woocommerce ul.products li.product .button:hover {
  background: transparent !important;
  color: #ffffff !important;
}

/* REMOVE the glow overlay that broke contrast */
body.post-type-archive-product::before,
body.tax-product_cat::before,
body.tax-product_tag::before {
  display: none !important;
}
/* =========================================
   SOLACE HEADER FIX (MATCH DARK THEME)
========================================= */

/* Force header background */
.site-header,
#masthead,
header,
header.site-header,
.ast-primary-header-bar {
  background: rgba(10, 10, 12, 0.85) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Remove white background wrappers */
.site-header *,
#masthead *,
header * {
  background: transparent !important;
}

/* Navigation text */
.main-navigation a,
.ast-builder-menu-1 .menu-link,
.site-header nav a {
  color: #d1d5db !important;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Hover */
.main-navigation a:hover,
.site-header nav a:hover {
  color: #ffffff !important;
}

/* Active page */
.current-menu-item > a {
  color: #ffffff !important;
}

/* Icons (account, search, cart) */
.site-header svg,
.site-header i,
.site-header .cart-contents,
.site-header .ast-site-header-cart a {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Make header slightly tighter */
.site-header .ast-container,
.site-header .container {
  min-height: 64px !important;
}

/* Cart badge */
.site-header .count,
.site-header .cart-count {
  background: #ffffff !important;
  color: #111 !important;
  font-size: 10px;
  font-weight: 700;
}/* Float header over hero */
.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* =========================================
   SOLACE FLOATING HEADER
========================================= */

/* Make header sit over the hero/banner */
.site-header,
#masthead,
header.site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Keep page content from jumping weirdly */
body:not(.home) .site-header,
body:not(.home) #masthead,
body:not(.home) header.site-header {
  position: relative !important;
}

/* Header inner spacing */
.site-header .ast-container,
#masthead .ast-container,
.site-header .container {
  min-height: 72px !important;
  padding-left: 28px;
  padding-right: 28px;
}

/* =========================================
   SOLACE PREMIUM BUTTONS
========================================= */

/* Base button style */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  position: relative;
  overflow: hidden;
  background: #ffffff !important;
  color: #111 !important;
  border: 1px solid #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.3s ease;
}

/* Sheen effect */
.woocommerce a.button::before,
.woocommerce button.button::before,
.single_add_to_cart_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.25),
    rgba(255,255,255,0)
  );
  transition: left 0.45s ease;
}

/* Trigger sheen on hover */
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before,
.single_add_to_cart_button:hover::before {
  left: 120%;
}

/* Hover state */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.single_add_to_cart_button:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Slight lift */
.woocommerce ul.products li.product .button:hover,
.single_add_to_cart_button:hover {
  transform: translateY(-2px);
}

/* Click feedback */
.woocommerce a.button:active,
.woocommerce button.button:active,
.single_add_to_cart_button:active {
  transform: translateY(0);
  opacity: 0.85;
}

/* =========================================
   SOLACE ABOUT PAGE TRANSFORMATION
========================================= */

/* Remove that grey block */
body.page .site,
body.page #page,
body.page #content,
body.page .site-main,
body.page .content-area {
  background: linear-gradient(to bottom, #0f0f10, #17181b) !important;
}

/* Content container */
.page .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

/* Paragraph styling */
.page .entry-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #e5e7eb;
  margin-bottom: 28px;
}

/* First paragraph = hero statement */
.page .entry-content p:first-of-type {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
}

/* Break lines feel more intentional */
.page .entry-content p + p {
  margin-top: 24px;
}

/* Make those "It’s not about..." lines hit harder */
.page .entry-content p:nth-of-type(2),
.page .entry-content p:nth-of-type(3),
.page .entry-content p:nth-of-type(4) {
  color: #cbd5e1;
  font-size: 17px;
}

/* Add breathing room between sections */
.page .entry-content p:nth-of-type(5),
.page .entry-content p:nth-of-type(8) {
  margin-top: 50px;
}

/* Strong closing section */
.page .entry-content p:last-of-type {
  font-size: 20px;
  color: #ffffff;
  margin-top: 40px;
}

/* Make text feel less blocky */
.page .entry-content {
  text-align: left;
}

/* Optional: subtle fade-in feel */
.page .entry-content {
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* =========================================
   SOLACE ABOUT PAGE FIX
========================================= */

/* Dark page background */
body.page-id-2208,
body.page-id-2208 #page,
body.page-id-2208 #content,
body.page-id-2208 .site,
body.page-id-2208 .site-main,
body.page-id-2208 .content-area,
body.page-id-2208 article,
body.page-id-2208 .entry-content {
  background: linear-gradient(to bottom, #0f0f10, #17181b) !important;
}

/* Content width + spacing */
body.page-id-2208 .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px 80px !important;
}

/* Fix text color */
body.page-id-2208 .entry-content,
body.page-id-2208 .entry-content p,
body.page-id-2208 .entry-content span,
body.page-id-2208 .entry-content strong {
  color: #e5e7eb !important;
}

/* First paragraph stronger */
body.page-id-2208 .entry-content p:first-of-type {
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

/* General paragraph styling */
body.page-id-2208 .entry-content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 28px !important;
}

/* Headings if any */
body.page-id-2208 .entry-content h1,
body.page-id-2208 .entry-content h2,
body.page-id-2208 .entry-content h3 {
  color: #ffffff !important;
}

/* Remove any weird light boxes */
body.page-id-2208 article,
body.page-id-2208 .entry-content,
body.page-id-2208 .post,
body.page-id-2208 .page {
  box-shadow: none !important;
  border: none !important;
}

/* Optional: make the hero image sit cleaner */
body.page-id-2208 .entry-header,
body.page-id-2208 .post-thumbnail {
  margin-bottom: 0 !important;
}
/* =========================================
   SOLACE ABOUT PAGE (FINAL DARK FIX)
========================================= */

/* Kill ALL light backgrounds on About page */
body.page .site,
body.page #page,
body.page #content,
body.page .site-main,
body.page .content-area,
body.page article,
body.page .post,
body.page .page,
body.page .entry-content,
body.page .entry-content > * {
  background: transparent !important;
}

/* Apply dark background properly */
body.page {
  background: linear-gradient(to bottom, #0c0c0f, #141418) !important;
}

/* Content container */
body.page .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 24px 90px !important;
}

/* TEXT FIX (this is the main issue) */
body.page .entry-content,
body.page .entry-content p,
body.page .entry-content span,
body.page .entry-content strong {
  color: #e6e9ef !important;
}

/* First paragraph (hero line) */
body.page .entry-content p:first-of-type {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

/* General paragraph styling */
body.page .entry-content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 30px !important;
}

/* Make those “It’s not about…” lines pop subtly */
body.page .entry-content p:nth-of-type(2),
body.page .entry-content p:nth-of-type(3),
body.page .entry-content p:nth-of-type(4) {
  color: #bfc6d0 !important;
}

/* Add breathing room between sections */
body.page .entry-content p:nth-of-type(5),
body.page .entry-content p:nth-of-type(8) {
  margin-top: 50px !important;
}

/* Strong closing line */
body.page .entry-content p:last-of-type {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-top: 40px !important;
}

/* Remove any leftover borders or shadows */
body.page article,
body.page .entry-content {
  border: none !important;
  box-shadow: none !important;
}

/* Smooth appearance */
body.page .entry-content {
  animation: solaceFade 0.6s ease;
}

@keyframes solaceFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* =========================================
   FIX PAGE WIDTH / LAYOUT
   ========================================= */

/* Reset normal page layouts so they use full width again */
body.page .site-main,
body.page #content,
body.page .content-area,
body.page article,
body.page .entry-content,
body.page .post,
body.page .page {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove the forced narrow layout from all pages */
body.page .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Keep images/sections from being boxed in weirdly */
body.page .post-thumbnail,
body.page .entry-header,
body.page .wp-block-cover,
body.page .wp-block-group,
body.page .wp-block-image {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* =========================================
   RESET BROAD PAGE RULES
========================================= */

body.page .site-main,
body.page #content,
body.page .content-area,
body.page article,
body.page .entry-content,
body.page .post,
body.page .page {
  max-width: none !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* =========================================
   SOLACE ABOUT PAGE ONLY
   URL: /about-us/
========================================= */

/* Dark background only on About page */
body.page-about-us,
body.page-about-us #page,
body.page-about-us #content,
body.page-about-us .site,
body.page-about-us .site-main,
body.page-about-us .content-area,
body.page-about-us article,
body.page-about-us .entry-content {
  background: linear-gradient(to bottom, #0b0b0e, #14161a) !important;
}

/* Remove light boxes */
body.page-about-us article,
body.page-about-us .entry-content,
body.page-about-us .post,
body.page-about-us .page {
  box-shadow: none !important;
  border: none !important;
}

/* Make content area readable and premium */
body.page-about-us .entry-content {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 70px 28px 90px !important;
}

/* Text styling */
body.page-about-us .entry-content,
body.page-about-us .entry-content p,
body.page-about-us .entry-content span,
body.page-about-us .entry-content strong {
  color: #e8ebf0 !important;
}

/* Main body text */
body.page-about-us .entry-content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 28px !important;
}

/* First paragraph stronger */
body.page-about-us .entry-content p:first-of-type {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

/* Secondary emphasis lines */
body.page-about-us .entry-content p:nth-of-type(2),
body.page-about-us .entry-content p:nth-of-type(3),
body.page-about-us .entry-content p:nth-of-type(4) {
  color: #c7ced8 !important;
}

/* Bigger breaks between sections */
body.page-about-us .entry-content p:nth-of-type(5),
body.page-about-us .entry-content p:nth-of-type(8) {
  margin-top: 50px !important;
}

/* Final line stronger */
body.page-about-us .entry-content p:last-of-type {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-top: 40px !important;
}

/* Hero image spacing */
body.page-about-us .entry-header,
body.page-about-us .post-thumbnail {
  margin-bottom: 0 !important;
}

/* Keep About page full width at top */
body.page-about-us .post-thumbnail img,
body.page-about-us .wp-post-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.page-about-us .entry-content {
    padding: 42px 20px 60px !important;
  }

  body.page-about-us .entry-content p {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  body.page-about-us .entry-content p:first-of-type {
    font-size: 20px !important;
  }
}
/* =========================================
   SOLACE ABOUT PAGE - HARD OVERRIDE
========================================= */

/* Force EVERYTHING dark */
body.page-about-us,
body.page-about-us * {
  background-color: transparent !important;
}

/* Apply actual dark background */
body.page-about-us {
  background: #0b0b0e !important;
}

/* Kill ALL white/grey containers */
body.page-about-us .site,
body.page-about-us #page,
body.page-about-us #content,
body.page-about-us .site-main,
body.page-about-us .content-area,
body.page-about-us article,
body.page-about-us .post,
body.page-about-us .page,
body.page-about-us .entry-content,
body.page-about-us .entry-content > * {
  background: transparent !important;
}

/* Content layout */
body.page-about-us .entry-content {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 80px 28px 100px !important;
}

/* TEXT FIX (force readable) */
body.page-about-us .entry-content,
body.page-about-us .entry-content p,
body.page-about-us .entry-content span,
body.page-about-us .entry-content strong {
  color: #e6e9ef !important;
}

/* First line = strong */
body.page-about-us .entry-content p:first-of-type {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

/* Body text */
body.page-about-us .entry-content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 30px !important;
}

/* Secondary emphasis lines */
body.page-about-us .entry-content p:nth-of-type(2),
body.page-about-us .entry-content p:nth-of-type(3),
body.page-about-us .entry-content p:nth-of-type(4) {
  color: #bfc6d0 !important;
}

/* Section spacing */
body.page-about-us .entry-content p:nth-of-type(5),
body.page-about-us .entry-content p:nth-of-type(8) {
  margin-top: 50px !important;
}

/* Final line punch */
body.page-about-us .entry-content p:last-of-type {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-top: 40px !important;
}

/* Remove shadows/borders */
body.page-about-us article,
body.page-about-us .entry-content {
  box-shadow: none !important;
  border: none !important;
}
/* =========================================
   ABOUT PAGE FIX - PAGE ID 6371
========================================= */

/* Whole page background */
body.page-id-6371,
body.page-id-6371 #page,
body.page-id-6371 #content,
body.page-id-6371 .site,
body.page-id-6371 .site-content,
body.page-id-6371 .site-main,
body.page-id-6371 .content-area,
body.page-id-6371 #primary,
body.page-id-6371 main {
  background: #0b0b0e !important;
}

/* Kill light Elementor section/container backgrounds */
body.page-id-6371 .elementor-6371,
body.page-id-6371 .elementor-6371 > .elementor-element,
body.page-id-6371 .elementor-6371 .e-con,
body.page-id-6371 .elementor-6371 .e-con-inner,
body.page-id-6371 .elementor-6371 .elementor-element,
body.page-id-6371 .elementor-6371 .elementor-widget-wrap,
body.page-id-6371 .elementor-6371 .elementor-section,
body.page-id-6371 .elementor-6371 .elementor-container,
body.page-id-6371 .elementor-6371 .elementor-column,
body.page-id-6371 .elementor-6371 .elementor-column-wrap {
  background-color: transparent !important;
  background-image: none !important;
}

/* Main text section wrapper */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor,
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor .elementor-widget-container,
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p,
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor span,
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor strong {
  color: #e7ebf0 !important;
}

/* Text block sizing */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor .elementor-widget-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 70px 28px 90px;
}

/* Paragraph styling */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 28px !important;
}

/* First paragraph stronger */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:first-of-type {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

/* Secondary emphasis */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(2),
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(3),
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(4) {
  color: #c3cad3 !important;
}

/* Bigger section breaks */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(5),
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(8) {
  margin-top: 48px !important;
}

/* Final line punch */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:last-of-type {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-top: 40px !important;
}

/* Hero section can keep its image/background */
body.page-id-6371 .elementor-6371 .elementor-top-section:first-child,
body.page-id-6371 .elementor-6371 .elementor-top-section:first-child .e-con,
body.page-id-6371 .elementor-6371 .elementor-top-section:first-child .e-con-inner {
  background-color: transparent !important;
}

/* Mobile polish */
@media (max-width: 767px) {
  body.page-id-6371 .elementor-6371 .elementor-widget-text-editor .elementor-widget-container {
    padding: 42px 20px 60px !important;
  }

  body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:first-of-type {
    font-size: 20px !important;
  }
}/* =========================================
   ABOUT PAGE SECTION HARD FIX
========================================= */

/* Force the content section itself dark */
body.page-id-6371 .elementor-element-576916f,
body.page-id-6371 .elementor-element-576916f > .e-con-inner,
body.page-id-6371 .elementor-element-9dbd73e,
body.page-id-6371 .elementor-element-9dbd73e > .e-con-inner {
  background: #0f1115 !important;
  background-color: #0f1115 !important;
  background-image: none !important;
}

/* Make the text inside readable */
body.page-id-6371 .elementor-element-9dbd73e,
body.page-id-6371 .elementor-element-9dbd73e p,
body.page-id-6371 .elementor-element-9dbd73e span,
body.page-id-6371 .elementor-element-9dbd73e strong {
  color: #e8ebf0 !important;
}

/* Stronger lead line */
body.page-id-6371 .elementor-element-9dbd73e p:first-of-type {
  color: #ffffff !important;
}

/* Optional: tighten the section feel */
body.page-id-6371 .elementor-element-9dbd73e {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}
body.page-id-6371 .elementor-heading-title,
body.page-id-6371 h1,
body.page-id-6371 h2,
body.page-id-6371 h3,
body.page-id-6371 h4,
body.page-id-6371 h5,
body.page-id-6371 h6 {
  color: #f5f7fa !important;
  letter-spacing: 0.02em;
}
/* =========================================
   SOLACE FONT SYSTEM
========================================= */

/* Headings */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Body text */
body,
p,
span,
li,
a,
button {
  font-family: 'Inter', sans-serif !important;
}

/* Buttons tighter feel */
button,
.woocommerce a.button {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 0.12em;
}
/* =========================================
   SOLACE FONT UPGRADE
========================================= */

/* Headings */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Sora', sans-serif !important;
  letter-spacing: 0.02em;
}

/* Body */
body,
p,
span,
li,
a {
  font-family: 'Inter', sans-serif !important;
}

/* Big hero text tweak */
.elementor-heading-title {
  font-weight: 600;
}
body.page-id-6371 h1,
body.page-id-6371 .elementor-heading-title {
  letter-spacing: 0.01em;
  font-weight: 700;
}/* =========================================
   ABOUT PAGE HEADING FIX
========================================= */

body.page-id-6371 h1,
body.page-id-6371 .elementor-heading-title {
  font-size: clamp(42px, 6vw, 72px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0.01em !important;
  font-weight: 600 !important;
}

/* Add spacing below heading */
body.page-id-6371 .elementor-heading-title {
  margin-bottom: 40px !important;
}body.page-id-6371 h1,
body.page-id-6371 .elementor-heading-title {
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}
/* =========================================
   REMOVE SHARE / LIKE SECTION
========================================= */

.sharedaddy,
.sd-sharing,
.sd-like,
div.sharedaddy,
div.sd-sharing-enabled,
div.sd-like-enabled {
  display: none !important;
}
/* =========================================
   SOLACE ABOUT PAGE - ADD LIFE
========================================= */

/* Main page background with subtle red atmosphere */
body.page-id-6371,
body.page-id-6371 #page,
body.page-id-6371 #content,
body.page-id-6371 .site,
body.page-id-6371 .site-main,
body.page-id-6371 .content-area,
body.page-id-6371 #primary,
body.page-id-6371 main {
  background:
    radial-gradient(circle at 85% 18%, rgba(120, 12, 20, 0.16), transparent 28%),
    radial-gradient(circle at 15% 75%, rgba(25, 35, 70, 0.10), transparent 30%),
    linear-gradient(to bottom, #06070a 0%, #0a0c11 45%, #0b0b0f 100%) !important;
}

/* Subtle texture/depth on the text section */
body.page-id-6371 .elementor-element-576916f,
body.page-id-6371 .elementor-element-576916f > .e-con-inner,
body.page-id-6371 .elementor-element-9dbd73e,
body.page-id-6371 .elementor-element-9dbd73e > .e-con-inner {
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.01), rgba(255,255,255,0)),
    transparent !important;
}

/* Text container */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor .elementor-widget-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 34px 100px;
}

/* Body text */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p {
  color: #d8dde5 !important;
  font-size: 18px !important;
  line-height: 1.95 !important;
  margin-bottom: 26px !important;
}

/* Lead paragraph stronger */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:first-of-type {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  max-width: 780px;
}

/* Supporting lines slightly softer */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(2),
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(3),
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(4) {
  color: #c5ccd6 !important;
}

/* Larger spacing between sections */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(5),
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:nth-of-type(8) {
  margin-top: 56px !important;
}

/* Add a subtle accent bar before the first paragraph */
body.page-id-6371 .elementor-6371 .elementor-widget-text-editor .elementor-widget-container::before {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-bottom: 34px;
  background: linear-gradient(to right, #ffffff, #8f101c);
  opacity: 0.9;
}

/* Headings on about page */
body.page-id-6371 h1,
body.page-id-6371 .elementor-heading-title {
  color: #f5f7fa !important;
  letter-spacing: 0.01em !important;
}

/* Optional subtle section divider feel */
body.page-id-6371 .elementor-widget-text-editor {
  position: relative;
}

body.page-id-6371 .elementor-widget-text-editor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.7;
}

/* Mobile */
@media (max-width: 767px) {
  body.page-id-6371 .elementor-6371 .elementor-widget-text-editor .elementor-widget-container {
    padding: 54px 22px 70px !important;
  }

  body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

  body.page-id-6371 .elementor-6371 .elementor-widget-text-editor p:first-of-type {
    font-size: 21px !important;
  }
}/* =========================================
   PRIVACY POLICY PAGE - PAGE ID 6372
========================================= */

/* Whole page background */
body.page-id-6372,
body.page-id-6372 #page,
body.page-id-6372 #content,
body.page-id-6372 .site,
body.page-id-6372 .site-content,
body.page-id-6372 .site-main,
body.page-id-6372 .content-area,
body.page-id-6372 #primary,
body.page-id-6372 main {
  background:
    radial-gradient(circle at 85% 18%, rgba(120, 12, 20, 0.14), transparent 28%),
    radial-gradient(circle at 15% 75%, rgba(25, 35, 70, 0.08), transparent 30%),
    linear-gradient(to bottom, #06070a 0%, #0a0c11 45%, #0b0b0f 100%) !important;
}

/* Kill light Elementor section/container backgrounds */
body.page-id-6372 .elementor-6372,
body.page-id-6372 .elementor-6372 > .elementor-element,
body.page-id-6372 .elementor-6372 .e-con,
body.page-id-6372 .elementor-6372 .e-con-inner,
body.page-id-6372 .elementor-6372 .elementor-element,
body.page-id-6372 .elementor-6372 .elementor-widget-wrap,
body.page-id-6372 .elementor-6372 .elementor-section,
body.page-id-6372 .elementor-6372 .elementor-container,
body.page-id-6372 .elementor-6372 .elementor-column,
body.page-id-6372 .elementor-6372 .elementor-column-wrap {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Main content section styling */
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor .elementor-widget-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 34px 100px;
  position: relative;
}

/* Accent line */
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor .elementor-widget-container::before {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-bottom: 34px;
  background: linear-gradient(to right, #ffffff, #8f101c);
  opacity: 0.9;
}

/* Body text */
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor,
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor p,
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor li,
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor span,
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor strong {
  color: #d9dee6 !important;
}

/* Paragraph styling */
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor p,
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor li {
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 20px !important;
}

/* Lists */
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor ul,
body.page-id-6372 .elementor-6372 .elementor-widget-text-editor ol {
  padding-left: 24px !important;
  margin-bottom: 28px !important;
}

body.page-id-6372 .elementor-6372 .elementor-widget-text-editor li {
  margin-bottom: 12px !important;
}

/* Headings */
body.page-id-6372 .elementor-heading-title,
body.page-id-6372 h1,
body.page-id-6372 h2,
body.page-id-6372 h3,
body.page-id-6372 h4,
body.page-id-6372 h5,
body.page-id-6372 h6 {
  color: #f5f7fa !important;
  letter-spacing: 0.01em !important;
}

/* Main title sizing */
body.page-id-6372 h1,
body.page-id-6372 .elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  margin-bottom: 34px !important;
}

/* Section headings */
body.page-id-6372 h2,
body.page-id-6372 .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  margin-top: 50px !important;
  margin-bottom: 18px !important;
}

body.page-id-6372 h3,
body.page-id-6372 .elementor-widget-heading h3.elementor-heading-title {
  font-size: clamp(20px, 2.5vw, 28px) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  margin-top: 36px !important;
  margin-bottom: 14px !important;
}

/* Links */
body.page-id-6372 .elementor-6372 a {
  color: #f3f4f6 !important;
  text-decoration-color: rgba(255,255,255,0.35) !important;
}

body.page-id-6372 .elementor-6372 a:hover {
  color: #ffffff !important;
  text-decoration-color: rgba(143,16,28,0.8) !important;
}

/* Hero section can keep image/background */
body.page-id-6372 .elementor-6372 .elementor-top-section:first-child,
body.page-id-6372 .elementor-6372 .elementor-top-section:first-child .e-con,
body.page-id-6372 .elementor-6372 .elementor-top-section:first-child .e-con-inner {
  background-color: transparent !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.page-id-6372 .elementor-6372 .elementor-widget-text-editor .elementor-widget-container {
    padding: 54px 22px 70px !important;
  }

  body.page-id-6372 .elementor-6372 .elementor-widget-text-editor p,
  body.page-id-6372 .elementor-6372 .elementor-widget-text-editor li {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

  body.page-id-6372 h1,
  body.page-id-6372 .elementor-widget-heading h1.elementor-heading-title {
    font-size: clamp(32px, 8vw, 46px) !important;
  }
}
/* Bigger drop section presence */
body.home h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: 0.06em;
}

body.home .elementor-heading-title {
  margin-bottom: 20px;
}
/* Product hover depth */
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products li.product {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover,
.elementor-widget-woocommerce-products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
/* Improve readability of long text block */
body.home .elementor-widget-text-editor {
  max-width: 720px;
  margin: 0 auto;
}

body.home .elementor-widget-text-editor p {
  line-height: 1.9;
}
body.home .elementor-widget-heading h3 {
  font-size: 16px;
  letter-spacing: 0.08em;
}

body.home .elementor-widget-text-editor p {
  font-size: 14px;
  opacity: 0.85;
}
/* =========================================
   HOMEPAGE DROP SECTION POLISH
========================================= */

/* Space out the section */
body.home .elementor-widget-heading {
  margin-bottom: 20px !important;
}

/* Add breathing room above products */
body.home .woocommerce ul.products,
body.home .elementor-widget-woocommerce-products ul.products {
  margin-top: 30px !important;
}

/* Tone down the tagline */
body.home h2 + .elementor-widget-heading h3,
body.home .elementor-widget-heading h3 {
  font-size: 16px !important;
  letter-spacing: 0.12em !important;
  opacity: 0.7;
  margin-bottom: 30px !important;
}

/* Make main title slightly stronger */
body.home h2 {
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* Give products breathing room below */
body.home .woocommerce ul.products li.product {
  margin-bottom: 30px !important;
}
body.home h3 {
  opacity: 0.6;
}/* =========================================
   HERO SECTION UPGRADE
========================================= */

/* Center hero content */
body.home .elementor-top-section:first-child .e-con-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 80vh;
}

/* Main hero text */
body.home .elementor-top-section:first-child h1 {
  font-size: clamp(42px, 6vw, 80px) !important;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Subtext */
body.home .elementor-top-section:first-child h2,
body.home .elementor-top-section:first-child p {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 30px;
}

/* Button */
body.home .elementor-top-section:first-child .elementor-button {
  padding: 14px 28px;
  font-size: 12px;
  letter-spacing: 0.14em;
  border: 1px solid #ffffff;
  background: transparent;
  transition: all 0.3s ease;
}

/* Button hover */
body.home .elementor-top-section:first-child .elementor-button:hover {
  background: #ffffff;
  color: #000;
}

/* Add subtle dark overlay for readability */
body.home .elementor-top-section:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.85));
  z-index: 1;
}

/* Keep content above overlay */
body.home .elementor-top-section:first-child .e-con-inner {
  position: relative;
  z-index: 2;
}
/* =========================================
   SOLACE SIZE CHART - PREMIUM DARK STYLE
========================================= */

/* Table container */
body.single-product table,
body.single-product .size-chart table {
  width: 100%;
  border-collapse: collapse;
  background: #0f1115;
  color: #e6e9ef;
  font-size: 15px;
}

/* Remove alternating black/white backgrounds */
body.single-product table th,
body.single-product table td {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  text-align: center;
}

/* Header row styling */
body.single-product table thead th {
  background: #14171c;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* First column (labels like Chest, Length, etc.) */
body.single-product table tbody th,
body.single-product table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #ffffff;
}

/* Subtle row hover for interactivity */
body.single-product table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

/* Optional: subtle red accent line under header */
body.single-product table thead {
  border-bottom: 2px solid rgba(143, 16, 28, 0.6);
}

/* Improve spacing on mobile */
@media (max-width: 767px) {
  body.single-product table th,
  body.single-product table td {
    padding: 10px;
    font-size: 13px;
  }
}/* =========================================
   CHECKOUT PAGE READABILITY FIX
========================================= */

/* Main checkout background */
body.woocommerce-checkout,
body.woocommerce-checkout #page,
body.woocommerce-checkout #content,
body.woocommerce-checkout .site,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .content-area,
body.woocommerce-checkout #primary,
body.woocommerce-checkout main,
body.woocommerce-cart,
body.woocommerce-cart #page,
body.woocommerce-cart #content,
body.woocommerce-cart .site,
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area,
body.woocommerce-cart #primary,
body.woocommerce-cart main {
  background: linear-gradient(to bottom, #0b0c10, #11141a) !important;
}

/* General text */
body.woocommerce-checkout,
body.woocommerce-checkout p,
body.woocommerce-checkout span,
body.woocommerce-checkout div,
body.woocommerce-checkout li,
body.woocommerce-checkout strong,
body.woocommerce-cart,
body.woocommerce-cart p,
body.woocommerce-cart span,
body.woocommerce-cart div,
body.woocommerce-cart li,
body.woocommerce-cart strong {
  color: #e7ebf0 !important;
}

/* Headings */
body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
body.woocommerce-checkout h4,
body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-cart h4 {
  color: #ffffff !important;
}

/* Labels */
body.woocommerce-checkout label,
body.woocommerce-cart label {
  color: #f3f4f6 !important;
  font-weight: 600;
}

/* Form fields */
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="number"],
body.woocommerce-cart textarea,
body.woocommerce-cart select {
  background: #15181e !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: none !important;
}

/* Placeholder text */
body.woocommerce-checkout input::placeholder,
body.woocommerce-checkout textarea::placeholder,
body.woocommerce-cart input::placeholder,
body.woocommerce-cart textarea::placeholder {
  color: #9ea6b2 !important;
  opacity: 1;
}

/* Select dropdown text */
body.woocommerce-checkout select,
body.woocommerce-cart select {
  color: #ffffff !important;
}

/* Field wrappers that often stay light */
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-selection,
body.woocommerce-checkout .select2-selection__rendered,
body.woocommerce-checkout .select2-selection__arrow,
body.woocommerce-cart .select2-container--default .select2-selection--single,
body.woocommerce-cart .select2-selection,
body.woocommerce-cart .select2-selection__rendered,
body.woocommerce-cart .select2-selection__arrow {
  background: #15181e !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.14) !important;
}

/* Order review / summary boxes */
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .shop_table,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .shop_table,
body.woocommerce-cart .cart-collaterals {
  background: transparent !important;
  color: #e7ebf0 !important;
}

/* Table text */
body.woocommerce-checkout table th,
body.woocommerce-checkout table td,
body.woocommerce-cart table th,
body.woocommerce-cart table td {
  color: #e7ebf0 !important;
  border-color: rgba(255,255,255,0.08) !important;
}

/* Links */
body.woocommerce-checkout a,
body.woocommerce-cart a {
  color: #ffffff !important;
}

/* Notices */
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error {
  background: #15181e !important;
  color: #ffffff !important;
  border-top: 2px solid #ffffff !important;
}

/* Buttons */
body.woocommerce-checkout button,
body.woocommerce-checkout .button,
body.woocommerce-checkout a.button,
body.woocommerce-cart button,
body.woocommerce-cart .button,
body.woocommerce-cart a.button {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
}

body.woocommerce-checkout button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout a.button:hover,
body.woocommerce-cart button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-cart a.button:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
/* =========================================
   SOLACE CHECKOUT – STRIPE PAYMENT STYLING
========================================= */

/* Payment method wrapper */
body.woocommerce-checkout #payment {
  background: transparent !important;
  border: none !important;
  color: #e6e9ef !important;
}

/* Payment method title (e.g., "Card") */
body.woocommerce-checkout #payment .payment_method_stripe label,
body.woocommerce-checkout #payment .payment_method label {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
}

/* Radio button styling */
body.woocommerce-checkout #payment input[type="radio"] {
  accent-color: #b11226; /* Solace red */
  transform: scale(1.1);
  margin-right: 8px;
}

/* Stripe payment box container */
body.woocommerce-checkout #payment .payment_box {
  background: linear-gradient(145deg, #14171c, #0f1115) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  padding: 24px !important;
  margin-top: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  position: relative;
}

/* Remove the default WooCommerce arrow */
body.woocommerce-checkout #payment .payment_box::before {
  border-bottom-color: #14171c !important;
}

/* Stripe card iframe container */
body.woocommerce-checkout #payment .wc-stripe-elements-field,
body.woocommerce-checkout #payment .StripeElement {
  background: #0f1115 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
  padding: 12px !important;
  color: #ffffff !important;
}

/* Focus state for Stripe fields */
body.woocommerce-checkout #payment .StripeElement--focus {
  border-color: #b11226 !important;
  box-shadow: 0 0 0 1px rgba(177, 18, 38, 0.4);
}

/* Placeholder text (for non-iframe fallbacks) */
body.woocommerce-checkout #payment input::placeholder {
  color: #9aa3ad !important;
}

/* Credit card icons alignment */
body.woocommerce-checkout #payment .wc-stripe-card-icons img {
  filter: brightness(0.95);
  margin-left: 6px;
}

/* "Apply Store Credit Discounts" bar */
body.woocommerce-checkout .wc-store-credit-discounts,
body.woocommerce-checkout .apply-store-credit-discounts {
  background: #14171c !important;
  color: #e6e9ef !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 6px !important;
  padding: 14px 18px !important;
}

/* Order total table text */
body.woocommerce-checkout .shop_table,
body.woocommerce-checkout .shop_table th,
body.woocommerce-checkout .shop_table td {
  color: #e6e9ef !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Place Order button */
body.woocommerce-checkout #place_order {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  padding: 14px 28px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* Hover state */
body.woocommerce-checkout #place_order:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  body.woocommerce-checkout #payment .payment_box {
    padding: 18px !important;
  }
}/* =========================================
   CHECKOUT TERMS & CONDITIONS TEXT
========================================= */

/* Reduce font size and adjust styling for T&Cs text */
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
    font-size: 12px !important;        /* Make text smaller */
    line-height: 1.5;
    color: #aeb6c2 !important;         /* Softer grey for subtle appearance */
    max-width: 600px;                  /* Prevent overly long line lengths */
    margin-bottom: 12px;
}

/* Style links within the T&Cs text */
body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: #ffffff !important;
    text-decoration: underline;
    transition: color 0.2s ease;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a:hover,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
    color: #ff2a3d !important;         /* Optional Solace red accent */
}

/* Optional: Slightly reduce the checkbox label size */
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    font-size: 12px !important;
    color: #cfd6df !important;
}

/* Ensure the checkbox aligns nicely with smaller text */
body.woocommerce-checkout .woocommerce-form__input-checkbox {
    transform: scale(0.9);
    margin-right: 6px;
}font-size: 11px;

/* =========================================
   CHECKOUT PRIVACY & TERMS TEXT
========================================= */

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p,
body.woocommerce-checkout .woocommerce-terms-and-conditions {
    font-size: 12px !important;      /* Smaller, subtle text */
    line-height: 1.5;
    color: #aeb6c2 !important;       /* Soft grey for dark background */
}

/* Checkbox label */
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    font-size: 12px !important;
    color: #cfd6df !important;
}
/* =========================================
   STORE CREDIT / DISCOUNT SECTION
========================================= */

/* Main container */
body.woocommerce-checkout .wc-store-credit-discounts,
body.woocommerce-checkout .apply-store-credit-discounts,
body.woocommerce-checkout [class*="store-credit"],
body.woocommerce-checkout [class*="account-funds"],
body.woocommerce-checkout [class*="wallet"] {
    background: #14171c !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
}

/* Text inside the bar */
body.woocommerce-checkout .wc-store-credit-discounts *,
body.woocommerce-checkout .apply-store-credit-discounts *,
body.woocommerce-checkout [class*="store-credit"] * {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Arrow icon */
body.woocommerce-checkout .wc-store-credit-discounts::after,
body.woocommerce-checkout .apply-store-credit-discounts::after {
    color: #ffffff !important;
}

/* Hover effect for better UX */
body.woocommerce-checkout .wc-store-credit-discounts:hover,
body.woocommerce-checkout .apply-store-credit-discounts:hover {
    background: #1a1e24 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    cursor: pointer;
}
/* =========================================
   SOLACE CHECKOUT – STRIPE READABILITY FIX
========================================= */

/* Stripe payment method title ("Card") */
body.woocommerce-checkout #payment .payment_method_stripe > label {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
}

/* Stripe field labels: Card number, Expiration date, Security code */
body.woocommerce-checkout #payment .payment_box label,
body.woocommerce-checkout #payment .payment_box .wc-stripe-elements-field label,
body.woocommerce-checkout #payment .payment_box .form-row label {
    color: #e6e9ef !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

/* Stripe Elements container styling */
body.woocommerce-checkout #payment .payment_box {
    background: linear-gradient(145deg, #14171c, #0f1115) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Stripe input field wrappers */
body.woocommerce-checkout #payment .wc-stripe-elements-field,
body.woocommerce-checkout #payment .StripeElement {
    background: #15181e !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px !important;
    padding: 12px !important;
}

/* Focus state for Stripe fields */
body.woocommerce-checkout #payment .StripeElement--focus {
    border-color: #b11226 !important; /* Solace red accent */
    box-shadow: 0 0 0 1px rgba(177, 18, 38, 0.4);
}

/* Credit card icons */
body.woocommerce-checkout #payment .wc-stripe-card-icons img {
    filter: brightness(1.1);
}

/* Save payment information checkbox */
body.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew label {
    color: #e6e9ef !important;
    font-size: 13px;
}

/* Radio button accent color */
body.woocommerce-checkout #payment input[type="radio"] {
    accent-color: #b11226;
}

/* =========================================
   STORE CREDIT / DISCOUNT BAR
========================================= */

/* "Apply Store Credit Discounts?" container */
body.woocommerce-checkout [class*="store-credit"],
body.woocommerce-checkout [class*="account-funds"],
body.woocommerce-checkout .wc-store-credit-discounts {
    background: #14171c !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
}

/* Ensure all text inside is visible */
body.woocommerce-checkout [class*="store-credit"] *,
body.woocommerce-checkout [class*="account-funds"] *,
body.woocommerce-checkout .wc-store-credit-discounts * {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Hover effect for better UX */
body.woocommerce-checkout [class*="store-credit"]:hover,
body.woocommerce-checkout [class*="account-funds"]:hover,
body.woocommerce-checkout .wc-store-credit-discounts:hover {
    background: #1a1e24 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    cursor: pointer;
}
/* =========================================
   CHECKOUT FINAL TARGETED FIX
========================================= */

/* Store credit accordion */
body.page-id-6368 .acfw-store-credits-checkout-ui,
body.page-id-6368 .acfw-store-credits-checkout-ui .acfw-accordions,
body.page-id-6368 .acfw-store-credits-checkout-ui .acfw-accordion-content,
body.page-id-6368 .acfw-store-credits-checkout-ui h3,
body.page-id-6368 .acfw-store-credits-checkout-ui .acfw-accordion-title,
body.page-id-6368 .acfw-store-credits-checkout-ui .acfw-accordion-title * {
  color: #ffffff !important;
  opacity: 1 !important;
}

body.page-id-6368 .acfw-store-credits-checkout-ui h3 {
  background: #14171c !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 8px !important;
}

body.page-id-6368 .acfw-store-credits-checkout-ui .acfw-accordion-title {
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Stripe card labels */
body.page-id-6368 #payment .payment_box label,
body.page-id-6368 #payment .payment_box .form-row label,
body.page-id-6368 #payment .payment_box .wc-stripe-elements-field label,
body.page-id-6368 #payment .payment_box .wc-stripe-cc-form label,
body.page-id-6368 #payment .payment_box p label {
  color: #f3f4f6 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* Stripe placeholders / text wrappers if plugin outputs them outside iframe */
body.page-id-6368 #payment .payment_box,
body.page-id-6368 #payment .payment_box p,
body.page-id-6368 #payment .payment_box span,
body.page-id-6368 #payment .payment_box strong,
body.page-id-6368 #payment .payment_box small {
  color: #e7ebf0 !important;
}

/* Save payment info text */
body.page-id-6368 #payment .woocommerce-SavedPaymentMethods-saveNew label,
body.page-id-6368 #payment .form-row label.checkbox,
body.page-id-6368 #payment .form-row label.checkbox * {
  color: #f3f4f6 !important;
  font-size: 13px !important;
  opacity: 1 !important;
}/* =========================================
   CHECKOUT – PRIVACY POLICY TEXT (T&Cs)
========================================= */

/* Make the privacy/terms text smaller and subtle */
body.woocommerce-checkout 
.woocommerce-privacy-policy-text p,
body.woocommerce-checkout 
.woocommerce-terms-and-conditions-wrapper p,
body.woocommerce-checkout 
.woocommerce-terms-and-conditions,
body.woocommerce-checkout 
.woocommerce-privacy-policy-text {
    font-size: 11px !important;   /* Adjust to 10px–12px as desired */
    line-height: 1.4 !important;
    color: #aeb6c2 !important;    /* Softer grey for a subtle look */
    margin-bottom: 12px !important;
    max-width: 600px;
}

/* Links inside the text */
body.woocommerce-checkout 
.woocommerce-privacy-policy-text a,
body.woocommerce-checkout 
.woocommerce-terms-and-conditions-wrapper a {
    color: #ffffff !important;
    text-decoration: underline;
    font-size: 11px !important;
}

body.woocommerce-checkout 
.woocommerce-privacy-policy-text a:hover,
body.woocommerce-checkout 
.woocommerce-terms-and-conditions-wrapper a:hover {
    color: #ff2a3d !important; /* Optional Solace red accent */
}

/* Optional: make the checkbox label smaller as well */
body.woocommerce-checkout 
.woocommerce-form__label-for-checkbox {
    font-size: 11px !important;
    color: #cfd6df !important;
}
/* =========================================
   CHECKOUT – PRIVACY STATEMENT (FULL TEXT)
========================================= */

/* Target the entire privacy policy statement */
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-privacy-policy-text p {
    font-size: 12px !important;      /* Adjust to 10px–13px as desired */
    line-height: 1.5 !important;
    color: #aeb6c2 !important;       /* Softer grey for subtle appearance */
    margin-bottom: 12px !important;
    max-width: 600px;
}

/* Ensure the link inside the statement matches */
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    font-size: 12px !important;
    color: #ffffff !important;
    text-decoration: underline;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
    color: #ff2a3d !important;       /* Optional Solace red accent */
}

/* Optional: slightly reduce the terms & conditions checkbox text */
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    font-size: 12px !important;
    color: #cfd6df !important;
}

/* Ensure any strong or span elements inside inherit the smaller size */
body.woocommerce-checkout .woocommerce-privacy-policy-text *,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper * {
    font-size: inherit !important;
}/* =========================================
   CHECKOUT PRIVACY TEXT - EXACT OVERRIDE
========================================= */

body.page.woocommerce-checkout .entry-content .woocommerce-privacy-policy-text p,
body.page.woocommerce-checkout .entry-content .woocommerce-privacy-policy-text p:last-of-type,
body.page-id-6368 .entry-content .woocommerce-privacy-policy-text p,
body.page-id-6368 .entry-content .woocommerce-privacy-policy-text p:last-of-type {
  font-size: 11px !important;
  line-height: 1.45 !important;
  color: #aeb6c2 !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  max-width: 600px !important;
}

/* keep the link readable but small */
body.page.woocommerce-checkout .entry-content .woocommerce-privacy-policy-text a,
body.page-id-6368 .entry-content .woocommerce-privacy-policy-text a {
  font-size: 11px !important;
  color: #ffffff !important;
  text-decoration: underline !important;
}
/* =========================================
   MOBILE MENU / FOOTER PANEL FONT FIX
========================================= */

/* Off-canvas / mobile menu panel background */
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-popup-drawer .menu-toggle-close,
.ast-mobile-popup-drawer .ast-builder-layout-element,
.ast-mobile-popup-drawer .widget,
.ast-mobile-popup-drawer .widget_text,
.ast-mobile-popup-drawer .widget_nav_menu {
  background: #0b0c10 !important;
  color: #e7ebf0 !important;
}

/* Big headings like MENU / CATEGORIES / SOCIAL MEDIA */
.ast-mobile-popup-drawer h1,
.ast-mobile-popup-drawer h2,
.ast-mobile-popup-drawer h3,
.ast-mobile-popup-drawer h4,
.ast-mobile-popup-drawer .widget-title,
.ast-mobile-popup-drawer .menu-title {
  font-size: 28px !important;
  line-height: 1.05 !important;
  letter-spacing: 0.06em !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
}

/* Menu and widget links */
.ast-mobile-popup-drawer a,
.ast-mobile-popup-drawer .menu-link,
.ast-mobile-popup-drawer .widget a,
.ast-mobile-popup-drawer li,
.ast-mobile-popup-drawer p,
.ast-mobile-popup-drawer span {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #c7ced8 !important;
  opacity: 1 !important;
}

/* Hover */
.ast-mobile-popup-drawer a:hover,
.ast-mobile-popup-drawer .menu-link:hover,
.ast-mobile-popup-drawer .widget a:hover {
  color: #ffffff !important;
}

/* Lists spacing */
.ast-mobile-popup-drawer ul,
.ast-mobile-popup-drawer ol {
  padding-left: 0 !important;
  margin: 0 0 28px !important;
  list-style: none !important;
}

.ast-mobile-popup-drawer li {
  margin-bottom: 8px !important;
}

/* Specifically calm down stacked headings like SOCIAL / MEDIA */
.ast-mobile-popup-drawer .widget-title + *,
.ast-mobile-popup-drawer h2 + *,
.ast-mobile-popup-drawer h3 + * {
  margin-top: 0 !important;
}

/* If footer widgets are also affected on normal page footer */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.site-footer a,
.site-footer p,
.site-footer li,
.site-footer span,
#colophon a,
#colophon p,
#colophon li,
#colophon span {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #b8bec7 !important;
  opacity: 1 !important;
}
/* =========================================
   MOBILE MENU / FOOTER PANEL FONT FIX
========================================= */

/* Off-canvas / mobile menu panel background */
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-popup-drawer .menu-toggle-close,
.ast-mobile-popup-drawer .ast-builder-layout-element,
.ast-mobile-popup-drawer .widget,
.ast-mobile-popup-drawer .widget_text,
.ast-mobile-popup-drawer .widget_nav_menu {
  background: #0b0c10 !important;
  color: #e7ebf0 !important;
}

/* Big headings like MENU / CATEGORIES / SOCIAL MEDIA */
.ast-mobile-popup-drawer h1,
.ast-mobile-popup-drawer h2,
.ast-mobile-popup-drawer h3,
.ast-mobile-popup-drawer h4,
.ast-mobile-popup-drawer .widget-title,
.ast-mobile-popup-drawer .menu-title {
  font-size: 28px !important;
  line-height: 1.05 !important;
  letter-spacing: 0.06em !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
}

/* Menu and widget links */
.ast-mobile-popup-drawer a,
.ast-mobile-popup-drawer .menu-link,
.ast-mobile-popup-drawer .widget a,
.ast-mobile-popup-drawer li,
.ast-mobile-popup-drawer p,
.ast-mobile-popup-drawer span {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #c7ced8 !important;
  opacity: 1 !important;
}

/* Hover */
.ast-mobile-popup-drawer a:hover,
.ast-mobile-popup-drawer .menu-link:hover,
.ast-mobile-popup-drawer .widget a:hover {
  color: #ffffff !important;
}

/* Lists spacing */
.ast-mobile-popup-drawer ul,
.ast-mobile-popup-drawer ol {
  padding-left: 0 !important;
  margin: 0 0 28px !important;
  list-style: none !important;
}

.ast-mobile-popup-drawer li {
  margin-bottom: 8px !important;
}

/* Specifically calm down stacked headings like SOCIAL / MEDIA */
.ast-mobile-popup-drawer .widget-title + *,
.ast-mobile-popup-drawer h2 + *,
.ast-mobile-popup-drawer h3 + * {
  margin-top: 0 !important;
}

/* If footer widgets are also affected on normal page footer */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.site-footer a,
.site-footer p,
.site-footer li,
.site-footer span,
#colophon a,
#colophon p,
#colophon li,
#colophon span {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #b8bec7 !important;
  opacity: 1 !important;
}
/* =========================================
   MOBILE / OFF-CANVAS MENU - DARKER TEXT
========================================= */

/* Panel background (light grey as per screenshot) */
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background: #f2f2f2 !important;
}

/* Headings: MENU, CATEGORIES, SOCIAL MEDIA */
.ast-mobile-popup-drawer h1,
.ast-mobile-popup-drawer h2,
.ast-mobile-popup-drawer h3,
.ast-mobile-popup-drawer h4,
.ast-mobile-popup-drawer .widget-title {
  color: #111111 !important; /* Deep charcoal */
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Menu and category links */
.ast-mobile-popup-drawer a,
.ast-mobile-popup-drawer .menu-link,
.ast-mobile-popup-drawer li,
.ast-mobile-popup-drawer span {
  color: #333333 !important; /* Dark grey for readability */
  opacity: 1 !important;
  font-size: 16px;
  line-height: 1.7;
}

/* Hover state for better interaction */
.ast-mobile-popup-drawer a:hover,
.ast-mobile-popup-drawer .menu-link:hover {
  color: #000000 !important;
}

/* Social media links */
.ast-mobile-popup-drawer .widget a {
  color: #333333 !important;
}

.ast-mobile-popup-drawer .widget a:hover {
  color: #000000 !important;
}

/* Close icon */
.ast-mobile-popup-drawer .menu-toggle-close {
  color: #111111 !important;
}
/* =========================================
   FOOTER FONT COLOUR FIX - EXACT TARGET
========================================= */

/* Footer widget headings: MENU / CATEGORIES / SOCIAL MEDIA */
.site-footer .widget-title,
#colophon .widget-title,
.site-footer h2.widget-title,
#colophon h2.widget-title,
.site-footer .widget.widget_nav_menu h2,
#colophon .widget.widget_nav_menu h2 {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* Footer menu links + text */
.site-footer .widget a,
.site-footer .widget li,
.site-footer .widget span,
.site-footer .widget p,
#colophon .widget a,
#colophon .widget li,
#colophon .widget span,
#colophon .widget p,
.site-footer .menu a,
#colophon .menu a {
  color: #4a4a4a !important;
  -webkit-text-fill-color: #4a4a4a !important;
  opacity: 1 !important;
}

/* Hover */
.site-footer .widget a:hover,
#colophon .widget a:hover,
.site-footer .menu a:hover,
#colophon .menu a:hover {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}
/* =========================================
   FOOTER - FORCE SINGLE ROW LAYOUT
========================================= */

/* Ensure the footer container uses a single-row grid */
.site-footer-primary-section-1 .ast-builder-grid-row,
.site-footer-primary-section-2 .ast-builder-grid-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 60px;
}

/* Ensure each widget takes equal width */
.site-footer .footer-widget-area {
  flex: 1 1 0 !important;
  min-width: 0;
}

/* Remove extra spacing between widgets */
.site-footer .widget {
  margin-bottom: 0 !important;
}

/* Align text nicely */
.site-footer .footer-widget-area-inner {
  text-align: left;
}

/* Responsive: stack on smaller screens */
@media (max-width: 768px) {
  .site-footer-primary-section-1 .ast-builder-grid-row,
  .site-footer-primary-section-2 .ast-builder-grid-row {
    flex-wrap: wrap !important;
    gap: 40px;
  }

  .site-footer .footer-widget-area {
    flex: 1 1 100% !important;
    text-align: center;
  }
}.site-footer .ast-builder-grid-row {
  max-width: 1200px;
  margin: 0 auto;
}/* =========================================
   FOOTER - FORCE WIDGETS INTO ONE ROW
========================================= */

/* Main footer background area */
#colophon .site-primary-footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Target the actual widget holder */
#colophon .footer-widget-area-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 90px !important;
}

/* Each widget block: Menu / Categories / Social */
#colophon .footer-widget-area-inner > .widget {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 220px !important;
  margin: 0 !important;
}

/* Kill weird widget bottom spacing */
#colophon .footer-widget-area-inner > .widget.widget_nav_menu {
  margin-bottom: 0 !important;
}

/* Keep headings tidy */
#colophon .widget-title,
#colophon h2.widget-title {
  margin: 0 0 20px !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
}

/* Keep footer links tidy */
#colophon .menu li,
#colophon .widget li {
  margin-bottom: 10px !important;
}

/* Optional: make the whole footer content start from left cleanly */
#colophon .ast-builder-grid-row-container-inner,
#colophon .ast-builder-grid-row {
  display: block !important;
}

/* Mobile fallback */
@media (max-width: 900px) {
  #colophon .footer-widget-area-inner {
    flex-wrap: wrap !important;
    gap: 40px !important;
  }

  #colophon .footer-widget-area-inner > .widget {
    min-width: 180px !important;
  }
}/* =========================================
   FOOTER - FORCE WIDGETS INTO ONE ROW
========================================= */

/* Main footer background area */
#colophon .site-primary-footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Target the actual widget holder */
#colophon .footer-widget-area-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 90px !important;
}

/* Each widget block: Menu / Categories / Social */
#colophon .footer-widget-area-inner > .widget {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 220px !important;
  margin: 0 !important;
}

/* Kill weird widget bottom spacing */
#colophon .footer-widget-area-inner > .widget.widget_nav_menu {
  margin-bottom: 0 !important;
}

/* Keep headings tidy */
#colophon .widget-title,
#colophon h2.widget-title {
  margin: 0 0 20px !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
}

/* Keep footer links tidy */
#colophon .menu li,
#colophon .widget li {
  margin-bottom: 10px !important;
}

/* Optional: make the whole footer content start from left cleanly */
#colophon .ast-builder-grid-row-container-inner,
#colophon .ast-builder-grid-row {
  display: block !important;
}

/* Mobile fallback */
@media (max-width: 900px) {
  #colophon .footer-widget-area-inner {
    flex-wrap: wrap !important;
    gap: 40px !important;
  }

  #colophon .footer-widget-area-inner > .widget {
    min-width: 180px !important;
  }
}/* Force primary footer sections into one horizontal row */
#colophon .site-primary-footer-inner-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 90px !important;
}

#colophon .site-footer-primary-section-1,
#colophon .site-footer-primary-section-2,
#colophon .site-footer-primary-section-3,
#colophon .site-footer-primary-section-4 {
  width: auto !important;
  flex: 0 0 auto !important;
}
selector {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}selector .elementor-headline,
selector .elementor-headline-dynamic-wrapper {
    text-align: center;
    width: 100%;
    justify-content: center;
}selector .typed-cursor {
    display: inline-block;
    margin-left: 2px;
}

selector .typed-strings,
selector .typed {
    text-align: center;
    width: 100%;
    display: inline-block;
}
selector .elementor-headline {
    width: 100%;
    text-align: center;
}

selector .elementor-headline-dynamic-wrapper {
    display: inline-flex;
    justify-content: center;
}

selector {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}selector {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}selector {
    position: relative;
}
selector .eael-fancy-text-container,
selector .eael-fancy-text-strings {
    width: 100%;
    text-align: center;
    justify-content: center;
}

selector .typed-cursor {
    display: inline-block;
    margin-left: 2px;
}
selector {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

selector .eael-fancy-text-container,
selector .eael-fancy-text-strings {
    width: 100%;
    text-align: center;
    justify-content: center;
}

selector .typed-cursor {
    display: inline-block;
    margin-left: 2px;
}