/* WooCommerce storefront presentation. Structure remains owned by WooCommerce
 * and GeneratePress; this file only restyles their public hooks and markup. */

body.jewelatlas-site .woocommerce .woocommerce-breadcrumb,
.ja-breadcrumb {
  margin: 0 0 24px;
  color: var(--ja-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

body.jewelatlas-site .woocommerce .woocommerce-breadcrumb a,
.ja-breadcrumb a {
  color: var(--ja-text);
  text-decoration: none;
}

.ja-breadcrumb__separator {
  padding-inline: 8px;
  color: #98a2b3;
}

/* Collection header and controls */
.ja-archive-hero {
  max-width: 900px;
  padding: 12px 0 26px;
  margin: 0 0 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ja-archive-hero h1 {
  margin: 0 0 10px;
  color: var(--ja-text);
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.ja-archive-hero div,
.ja-archive-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--ja-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.ja-archive-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  padding: 12px 0;
  margin: 0 0 28px;
  border-block: 1px solid var(--ja-border);
}

.ja-filter-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--ja-text);
  background: transparent;
  border: 0;
  font-size: 0.86rem;
  font-weight: 700;
}

.ja-filter-toggle:hover,
.ja-filter-toggle:focus {
  color: var(--ja-primary);
  background: transparent;
}

body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-result-count,
body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-ordering {
  float: none;
  padding: 0;
  margin: 0;
}

body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-result-count {
  color: var(--ja-muted);
  font-size: 0.82rem;
}

body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-ordering {
  justify-self: end;
}

body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 38px 0 12px;
  color: var(--ja-text);
  background-color: #fff;
  border: 1px solid var(--ja-border);
  border-radius: 8px;
  font-size: 0.84rem;
}

/* Shopify-like editorial product grid: image, title and price only. */
:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-gap: 34px 24px !important;
  gap: 34px 24px !important;
  margin: 0;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products::before,
:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products::after {
  display: none;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product {
  display: flex;
  width: auto !important;
  min-width: 0;
  flex-direction: column;
  padding: 0;
  margin: 0 !important;
  overflow: visible;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product .wc-product-image,
:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product .inside-wc-product-image {
  overflow: hidden;
  background: #f5f5f3;
  border-radius: 12px;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product a img {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f5f5f3;
  transition: transform 260ms ease;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product:hover a img {
  transform: scale(1.025);
}

.ja-product-card__title {
  display: block;
  min-height: 0;
  padding: 0 !important;
  margin: 0 0 7px !important;
  overflow: visible;
  color: var(--ja-text) !important;
  font-size: 0.95rem !important;
  font-weight: 560 !important;
  letter-spacing: -0.01em;
  line-height: 1.45;
  text-align: left;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product .price {
  padding: 0 !important;
  margin: 0;
  color: var(--ja-text);
  font-size: 0.95rem;
  font-weight: 720;
  line-height: 1.4;
  text-align: left;
}

/* Compatibility: legacy card facts/actions must not reclaim archive space. */
:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product .ja-product-card__meta,
:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product > [data-ja-quote-add] {
  display: none !important;
}

:is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) span.onsale {
  min-width: auto;
  min-height: auto;
  padding: 6px 10px;
  margin: 10px;
  color: #fff;
  background: var(--ja-danger);
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1.2;
}

body.jewelatlas-site .woocommerce nav.woocommerce-pagination {
  margin-top: 54px;
}

body.jewelatlas-site .woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 6px;
  overflow: visible;
  border: 0;
}

body.jewelatlas-site .woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

body.jewelatlas-site .woocommerce nav.woocommerce-pagination ul li a,
body.jewelatlas-site .woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px;
  place-items: center;
  border: 1px solid var(--ja-border);
  border-radius: 50%;
}

body.jewelatlas-site .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  background: var(--ja-text);
  border-color: var(--ja-text);
}

/* Single product */
body.single-product.jewelatlas-site {
  background: #fff;
}

body.single-product.jewelatlas-site .site-content {
  width: min(var(--ja-container), calc(100vw - 48px));
  max-width: var(--ja-container);
  margin-inline: auto;
}

body.single-product.jewelatlas-site .inside-article {
  padding: 34px 0 0;
  background: #fff;
}

body.single-product.jewelatlas-site div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  color: var(--ja-text);
}

body.single-product.jewelatlas-site div.product::before,
body.single-product.jewelatlas-site div.product::after {
  display: none;
}

body.single-product.jewelatlas-site div.product > .woocommerce-product-gallery,
body.single-product.jewelatlas-site div.product > .summary.entry-summary {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}

body.single-product.jewelatlas-site div.product > .woocommerce-product-gallery {
  grid-column: 1;
}

body.single-product.jewelatlas-site div.product > .summary.entry-summary {
  grid-column: 2;
  text-align: left;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery .flex-viewport {
  overflow: hidden !important;
  background: #f5f5f3;
  border-radius: 14px;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery__image {
  overflow: hidden;
  background: #f5f5f3;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery__image a,
body.single-product.jewelatlas-site .woocommerce-product-gallery__image img:not(.zoomImg) {
  display: block;
  width: 100% !important;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery__image img:not(.zoomImg) {
  aspect-ratio: 1;
  object-fit: contain;
  background: #f5f5f3;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 12px 0 0;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f5f5f3;
  border: 1px solid transparent;
  border-radius: 9px;
  opacity: 1;
}

body.single-product.jewelatlas-site .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border-color: var(--ja-text);
}

body.single-product.jewelatlas-site .woocommerce-product-gallery__trigger {
  z-index: 4;
  top: 14px;
  right: 14px;
  background: #fff;
  box-shadow: var(--ja-shadow-sm);
}

.ja-product-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 14px;
  color: var(--ja-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ja-product-identity a {
  color: var(--ja-primary);
  text-decoration: none;
}

.ja-product-identity span {
  padding-left: 14px;
  border-left: 1px solid var(--ja-border);
}

body.single-product.jewelatlas-site h1.product_title {
  max-width: 720px;
  margin: 0 0 16px;
  color: var(--ja-text);
  font-size: clamp(1.85rem, 2.65vw, 2.65rem);
  font-weight: 630;
  letter-spacing: -0.038em;
  line-height: 1.1;
  text-transform: none;
}

body.single-product.jewelatlas-site .summary .price {
  margin: 0 0 12px;
  color: var(--ja-text);
  font-size: 1.5rem;
  font-weight: 720;
}

.ja-product-catalog-summary {
  padding-bottom: 18px;
  margin: 0 0 22px;
  color: var(--ja-muted);
  border-bottom: 1px solid var(--ja-border);
  font-size: 0.86rem;
}

body.single-product.jewelatlas-site form.cart,
body.single-product.jewelatlas-site form.variations_form {
  margin: 0 0 12px;
}

body.single-product.jewelatlas-site table.variations {
  width: 100%;
  margin: 0 0 18px;
}

body.single-product.jewelatlas-site table.variations th,
body.single-product.jewelatlas-site table.variations td {
  display: block;
  width: 100%;
  padding: 0 0 8px;
  text-align: left;
  background: transparent;
  border: 0;
}

body.single-product.jewelatlas-site table.variations label {
  color: var(--ja-text);
  font-size: 0.8rem;
  font-weight: 720;
}

body.single-product.jewelatlas-site table.variations select {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 14px;
  color: var(--ja-text);
  background-color: #fff;
  border: 1px solid #cfd3da;
  border-radius: 9px;
  font-size: 0.95rem;
}

body.single-product.jewelatlas-site a.reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: var(--ja-muted);
  font-size: 0.78rem;
}

body.single-product.jewelatlas-site .woocommerce-variation-description {
  color: var(--ja-muted);
  font-size: 0.9rem;
}

body.single-product.jewelatlas-site form.cart:not(.variations_form),
body.single-product.jewelatlas-site .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
}

body.single-product.jewelatlas-site .quantity .qty {
  width: 100%;
  min-height: 52px;
  color: var(--ja-text);
  background: #fff;
  border: 1px solid #cfd3da;
  border-radius: 9px;
}

body.single-product.jewelatlas-site .single_add_to_cart_button {
  width: 100%;
  min-height: 52px;
  padding: 12px 20px;
  color: #fff !important;
  background: var(--ja-text) !important;
  border-radius: 9px !important;
  font-size: 0.92rem !important;
  font-weight: 720 !important;
}

body.single-product.jewelatlas-site .single_add_to_cart_button:hover {
  background: var(--ja-primary) !important;
}

.ja-quote-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 10px 0 0;
}

.ja-quote-actions .ja-button {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  color: var(--ja-text);
  background: #fff;
  border: 1px solid var(--ja-text);
}

.ja-procurement-panel {
  margin: 22px 0 0;
  background: #fff;
  border-block: 1px solid var(--ja-border);
}

.ja-procurement-panel > summary {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 17px 0;
  cursor: pointer;
  list-style: none;
}

.ja-procurement-panel > summary::-webkit-details-marker {
  display: none;
}

.ja-procurement-panel > summary span {
  font-size: 0.88rem;
  font-weight: 720;
}

.ja-procurement-panel > summary small {
  color: var(--ja-muted);
  font-size: 0.74rem;
}

.ja-procurement-panel > summary::after {
  grid-column: 3;
  grid-row: 1;
  margin-left: 8px;
  content: "+";
  font-size: 1.1rem;
}

.ja-procurement-panel[open] > summary::after {
  content: "−";
}

.ja-procurement-panel > summary small {
  padding-right: 0;
}

.ja-procurement-panel__body {
  padding: 2px 0 18px;
}

.ja-procurement-panel__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.ja-procurement-panel__fact {
  padding: 12px;
  background: var(--ja-surface);
  border-radius: 8px;
  font-size: 0.83rem;
}

.ja-procurement-panel__label {
  display: block;
  margin-bottom: 3px;
  color: var(--ja-muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ja-tier-table {
  margin-block: 14px;
}

.ja-tier-table td,
.ja-tier-table th {
  padding: 8px 10px;
  font-size: 0.82rem;
}

.ja-material-verification {
  padding: 12px;
  margin: 12px 0 0;
  border-radius: 8px;
  font-size: 0.8rem;
}

.ja-material-verification--not-verified {
  color: var(--ja-muted);
  background: var(--ja-surface);
  border: 1px solid var(--ja-border);
}

.ja-material-verification--supplier-declared {
  color: var(--ja-warning);
  background: var(--ja-warning-bg);
  border: 1px solid #fed7aa;
}

.ja-material-verification--verified {
  color: var(--ja-success);
  background: var(--ja-success-bg);
  border: 1px solid #a7f3d0;
}

body.single-product.jewelatlas-site div.product > .woocommerce-tabs,
body.single-product.jewelatlas-site div.product > .related,
body.single-product.jewelatlas-site div.product > .upsells {
  grid-column: 1 / -1;
  width: 100%;
}

body.single-product.jewelatlas-site div.product > .woocommerce-tabs {
  margin-top: clamp(52px, 7vw, 96px);
}

body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 26px;
  padding: 0;
  margin: 0 0 28px;
  overflow-x: auto;
  border-bottom: 1px solid var(--ja-border);
}

body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs::before,
body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs li a {
  padding: 13px 0;
  color: var(--ja-muted);
  border-bottom: 2px solid transparent;
  font-size: 0.9rem;
  font-weight: 680;
  white-space: nowrap;
}

body.single-product.jewelatlas-site div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ja-text);
  border-bottom-color: var(--ja-text);
}

.ja-product-information,
.ja-product-story {
  max-width: 1120px;
}

.ja-product-information__heading,
.ja-product-story__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 32px;
  align-items: end;
  margin: 0 0 30px;
}

.ja-product-information__heading h2,
.ja-product-story__heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
}

.ja-product-information__heading p,
.ja-product-story__heading p {
  margin: 0;
  color: var(--ja-muted);
  line-height: 1.65;
}

.ja-product-story__heading .ja-eyebrow {
  grid-column: 1;
  margin-bottom: -22px;
}

.ja-product-story__content {
  color: var(--ja-text);
  font-size: 1rem;
  line-height: 1.7;
}

.ja-product-story__content > section {
  padding: clamp(24px, 4vw, 42px);
  margin: 0 0 20px;
  background: var(--ja-surface);
  border-radius: 14px;
}

.ja-product-story__content h2 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  letter-spacing: -0.025em;
}

.ja-product-story__content h3 {
  margin: 26px 0 10px;
  font-size: 1.1rem;
}

.ja-product-story__content :where(ul, ol) {
  padding-left: 1.2em !important;
}

.ja-product-story__content li {
  margin-bottom: 8px !important;
}

.ja-product-story__content table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
}

.ja-product-story__content :where(th, td) {
  padding: 13px 15px !important;
  text-align: left !important;
  background: #fff !important;
  border: 1px solid var(--ja-border) !important;
}

.ja-product-story__content th {
  width: 34%;
  font-size: 0.86rem;
}

.ja-product-story__content .ja-product-detail-image {
  display: block;
  width: auto;
  max-width: 100% !important;
  height: auto;
  margin: 0 auto 18px;
  background: var(--ja-surface);
  border-radius: 12px;
}

.ja-product-story__content br:has(+ .ja-product-detail-image) {
  display: none;
}

.ja-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--ja-border);
}

.ja-product-specs > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ja-border);
}

.ja-product-specs > div:nth-child(odd) {
  padding-right: 24px;
}

.ja-product-specs > div:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--ja-border);
}

.ja-product-specs dt {
  color: var(--ja-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.ja-product-specs dd {
  margin: 0;
  color: var(--ja-text);
  font-size: 0.86rem;
}

.ja-supplier-summary {
  max-width: 840px;
  padding: 24px;
  margin-top: 28px;
  background: var(--ja-surface);
  border-radius: 10px;
}

.ja-supplier-summary h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.ja-supplier-summary p {
  margin: 0 0 10px;
  line-height: 1.65;
}

.ja-supplier-summary small {
  color: var(--ja-muted);
  line-height: 1.5;
}

.ja-product-information__action {
  margin: 24px 0 0;
}

body.single-product.jewelatlas-site .related.products {
  padding-top: clamp(48px, 7vw, 86px);
  margin-top: clamp(48px, 7vw, 86px);
  border-top: 1px solid var(--ja-border);
}

body.single-product.jewelatlas-site .related.products > h2 {
  margin: 0 0 28px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
}

/* Cart, checkout and account */
.ja-cart-group {
  padding: 12px 16px;
  margin: 20px 0 8px;
  color: var(--ja-text);
  background: var(--ja-info-bg);
  border-left: 4px solid var(--ja-primary);
  font-weight: 750;
}

body.jewelatlas-site :where(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
  color: var(--ja-text);
  background: #fff;
  border: 1px solid var(--ja-border);
  border-top: 4px solid var(--ja-primary);
  border-radius: var(--ja-radius-input);
}

body.jewelatlas-site .woocommerce-error {
  border-top-color: var(--ja-danger);
}

body.jewelatlas-site .woocommerce-message {
  border-top-color: var(--ja-success);
}

body.jewelatlas-site .woocommerce-checkout-review-order,
body.jewelatlas-site .woocommerce-cart-form,
body.jewelatlas-site .cart_totals,
body.jewelatlas-site .woocommerce-MyAccount-content {
  padding: clamp(18px, 3vw, 28px);
  background: #fff;
  border: 1px solid var(--ja-border);
  border-radius: var(--ja-radius-card);
}

@media (max-width: 1100px) {
  :is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
  }

  body.single-product.jewelatlas-site div.product {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
    gap: 34px;
  }
}

@media (max-width: 820px) {
  body.single-product.jewelatlas-site .site-content {
    width: min(100% - 32px, 760px);
  }

  body.single-product.jewelatlas-site div.product {
    grid-template-columns: 1fr;
  }

  body.single-product.jewelatlas-site div.product > .woocommerce-product-gallery,
  body.single-product.jewelatlas-site div.product > .summary.entry-summary {
    grid-column: 1;
  }

  .ja-product-information__heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ja-product-story__heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ja-product-story__heading .ja-eyebrow {
    margin-bottom: -4px;
  }
}

@media (max-width: 767px) {
  .ja-archive-hero {
    padding-top: 4px;
  }

  .ja-archive-toolbar {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
  }

  body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-result-count {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.jewelatlas-site .woocommerce .ja-archive-toolbar .woocommerce-ordering {
    grid-column: 2;
    grid-row: 1;
  }

  :is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 12px !important;
  }

  .ja-product-card__title {
    min-height: 0;
    font-size: 0.84rem !important;
    line-height: 1.4;
  }

  :is(body.jewelatlas-site.woocommerce, body.jewelatlas-site .woocommerce) ul.products li.product .price {
    font-size: 0.86rem;
  }

  body.single-product.jewelatlas-site .site-content {
    width: 100%;
  }

  body.single-product.jewelatlas-site .inside-article {
    padding-top: 18px;
  }

  body.single-product.jewelatlas-site .woocommerce-breadcrumb {
    padding-inline: 16px;
  }

  body.single-product.jewelatlas-site div.product {
    gap: 26px;
  }

  body.single-product.jewelatlas-site div.product > .woocommerce-product-gallery {
    padding-inline: 12px;
  }

  body.single-product.jewelatlas-site div.product > .summary.entry-summary {
    padding-inline: 18px;
  }

  body.single-product.jewelatlas-site h1.product_title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  body.single-product.jewelatlas-site .woocommerce-product-gallery .flex-control-thumbs {
    gap: 7px;
  }

  .ja-product-specs {
    grid-template-columns: 1fr;
  }

  .ja-product-specs > div,
  .ja-product-specs > div:nth-child(odd),
  .ja-product-specs > div:nth-child(even) {
    padding: 14px 0;
    border-left: 0;
  }

  .ja-product-story__content > section {
    padding: 20px 16px;
  }

  .ja-product-story__content :where(th, td) {
    padding: 11px 10px !important;
  }

  .ja-product-story__content th {
    width: 42%;
  }

  body.single-product.jewelatlas-site div.product > .woocommerce-tabs,
  body.single-product.jewelatlas-site .related.products {
    padding-inline: 18px;
  }
}

@media (max-width: 420px) {
  body.single-product.jewelatlas-site form.cart:not(.variations_form),
  body.single-product.jewelatlas-site .woocommerce-variation-add-to-cart {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .ja-procurement-panel__facts {
    grid-template-columns: 1fr;
  }

  .ja-procurement-panel > summary small {
    display: none;
  }

  .ja-product-specs > div {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
  }
}
