.ws-shop-hero {
  padding: 1.4rem 0 1rem;
  background: #fff;
  border-bottom: 1px solid var(--wm-border);
}

.ws-shop-hero h1 {
  font-size: clamp(1.45rem, 2.1vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ws-shop-layout {
  padding: 1rem 0 2rem;
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  column-gap: 2.85rem;
  row-gap: 2rem;
  align-items: start;
}

.ws-shop-hero .woocommerce-breadcrumb {
  margin: 0 0 0.55rem;
  font-size: 0.76rem;
  color: #6f6f6f;
}

.ws-shop-hero .woocommerce-breadcrumb a {
  color: #5c5c5c;
}

.ws-shop-hero .woocommerce-breadcrumb a:hover {
  color: var(--wm-primary-strong);
}

.ws-shop-sidebar {
  position: sticky;
  top: 108px;
}

.wm-catalog-filters {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.ws-shop-sidebar .wm-filter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.wm-filter-section {
  border-top: 1px solid #e3e3e3;
  padding: 0.55rem 0;
}

.wm-filter-section:first-child {
  border-top: 0;
}

.wm-filter-section__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 0;
  color: #232323;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.wm-filter-section__chevron {
  width: 0.46rem;
  height: 0.46rem;
  border-right: 1.5px solid #222;
  border-bottom: 1.5px solid #222;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.wm-filter-section__head[aria-expanded='false'] .wm-filter-section__chevron,
.wm-filter-section.is-collapsed .wm-filter-section__chevron {
  transform: rotate(-45deg);
  margin-top: 0.18rem;
}

.wm-filter-section__body {
  margin-top: 0.48rem;
  display: grid;
  gap: 0.48rem;
}

.wm-filter-section__body[hidden] {
  display: none !important;
}

.wm-filter-checkbox-list {
  display: grid;
  gap: 0.18rem;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.wm-filter-link-list {
  display: grid;
  gap: 0.18rem;
}

.wm-filter-link {
  display: block;
  padding: 0.22rem 0;
  color: #505050;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.15s ease;
}

.wm-filter-link:hover,
.wm-filter-link:focus-visible {
  color: var(--wm-primary-strong);
}

.wm-filter-link.is-active {
  color: #111;
  font-weight: 700;
}

.wm-filter-check {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.74rem;
  font-weight: 500;
  color: #303030;
  line-height: 1.25;
}

.wm-filter-section__body .wm-filter-check {
  font-size: 0.74rem;
  font-weight: 500;
  color: #303030;
}

.wm-filter-check input[type='checkbox'] {
  width: 0.8rem;
  height: 0.8rem;
  min-height: 0;
  margin: 0;
  border-color: #bdbdbd;
}

.wm-filter-section__body label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #505050;
}

.ws-shop-sidebar .wm-catalog-filters input,
.ws-shop-sidebar .wm-catalog-filters select {
  font-size: 0.76rem;
  min-height: 1.9rem;
  padding: 0.34rem 0.44rem;
  border-color: #d8d8d8;
}

.wm-filter-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem;
}

.ws-shop-sidebar .wm-filter-actions {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
  padding-top: 0.65rem;
  border-top: 1px solid #e3e3e3;
}

.ws-shop-sidebar .wm-filter-actions .button {
  flex: 1 1 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  border-width: 1px;
}

.ws-shop-sidebar .wm-filter-actions .button[type='submit'] {
  background: #111;
  border-color: #111;
  color: #fff;
}

.ws-shop-sidebar .wm-filter-actions .button[type='submit']:hover,
.ws-shop-sidebar .wm-filter-actions .button[type='submit']:focus {
  background: #232323;
  border-color: #232323;
  color: #fff;
}

.ws-shop-sidebar .wm-filter-actions .button.button-secondary {
  background: #fff;
  border-color: #cfcfcf;
  color: #1f1f1f;
}

.ws-shop-sidebar .wm-filter-actions .button.button-secondary:hover,
.ws-shop-sidebar .wm-filter-actions .button.button-secondary:focus {
  background: #f5f5f5;
  border-color: #b8b8b8;
  color: #111;
}

.ws-shop-content .woocommerce-notices-wrapper:empty {
  display: none;
}

.ws-shop-content .woocommerce-notices-wrapper + .woocommerce-ordering,
.ws-shop-content .woocommerce-notices-wrapper + .woocommerce-result-count {
  margin-top: 0;
}

.wm-shop-results-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.wm-shop-results-wrap .woocommerce-result-count,
.wm-shop-results-wrap .woocommerce-ordering {
  display: flex;
  align-items: center;
  margin: 0;
}

.wm-shop-results-wrap .woocommerce-result-count {
  color: var(--wm-muted);
  float: none;
  margin: 0;
}

.wm-shop-results-wrap .woocommerce-ordering {
  float: none;
  margin: 0;
}

.wm-shop-results-wrap .woocommerce-ordering select {
  min-width: 200px;
}

.woocommerce-result-count {
  margin: 0;
  color: var(--wm-muted);
}

.ws-shop-content ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 0.75rem;
  row-gap: 1.6rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: stretch;
}

.woocommerce .ws-shop-content ul.products::before,
.woocommerce .ws-shop-content ul.products::after,
.woocommerce-page .ws-shop-content ul.products::before,
.woocommerce-page .ws-shop-content ul.products::after,
.woocommerce .ws-shop-content ul.products:before,
.woocommerce .ws-shop-content ul.products:after,
.woocommerce-page .ws-shop-content ul.products:before,
.woocommerce-page .ws-shop-content ul.products:after {
  content: none;
  display: none;
}

.ws-shop-content ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  display: flex;
}

.woocommerce .ws-shop-content ul.products[class*='columns-'] li.product,
.woocommerce-page .ws-shop-content ul.products[class*='columns-'] li.product {
  width: 100%;
  float: none;
  clear: none;
  margin: 0;
  min-width: 0;
}

.woocommerce .ws-shop-content ul.products[class*='columns-'] li.product:nth-child(2n),
.woocommerce-page .ws-shop-content ul.products[class*='columns-'] li.product:nth-child(2n) {
  float: none;
  clear: none !important;
}

.ws-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0;
  overflow: visible;
  background: transparent;
  transition: transform 0.18s ease;
}

.ws-product-card:hover {
  transform: translateY(-2px);
}

.ws-product-card__image {
  display: block;
  width: 100%;
  background: #f6f2ec;
  border-bottom: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.ws-product-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ws-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
  flex: 1;
  padding: 0.95rem 0 0;
}

.ws-product-card__category {
  margin: 0;
  color: #7a7a7a;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}

.ws-product-card__body h2 {
  font-size: 0.98rem;
  margin: 0;
  min-height: 2.64em;
  line-height: 1.32;
  font-weight: 700;
}

.ws-product-card__body h2 a {
  color: #111;
}

.ws-product-card__footer {
  margin-top: auto;
  display: grid;
  justify-items: start;
  gap: 0.82rem;
  padding-top: 0.34rem;
}

.ws-product-card__body .price {
  color: var(--wm-primary);
  font-size: 1.14rem;
  font-weight: 700;
  min-height: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ws-product-card__body .price del {
  color: #8d8d8d;
  font-weight: 500;
  opacity: 1;
  text-decoration: line-through;
}

.ws-product-card__body .price del .amount {
  color: inherit;
  text-decoration: line-through;
}

.ws-product-card__body .price ins {
  background: transparent;
  color: var(--wm-primary);
  text-decoration: none;
  padding: 0;
}

.ws-product-card__body .price ins .amount {
  text-decoration: none;
}

.products .ws-product-card__footer .button:not(.ws-product-card__cta),
.products .ws-product-card__footer .added_to_cart,
.products .ws-product-card__footer a.button:not(.ws-product-card__cta),
.products .ws-product-card__footer a.added_to_cart {
  width: 100%;
  margin-top: 0.1rem;
  padding: 0.5rem 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--wm-primary);
  border-color: var(--wm-primary);
  color: var(--wm-on-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  min-height: 2.18rem;
  line-height: 1.1;
  white-space: nowrap;
}

.products .ws-product-card__footer .button:not(.ws-product-card__cta)::before,
.products .ws-product-card__footer .added_to_cart::before,
.products .ws-product-card__footer a.button:not(.ws-product-card__cta)::before,
.products .ws-product-card__footer a.added_to_cart::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0;
  flex: 0 0 auto;
  align-self: center;
  transform: translateY(0.5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 4h2l2.2 10.2a1.64 1.64 0 001.64 1.3H17.7a1.64 1.64 0 001.64-1.3L21 7.5H6.2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.5' cy='19.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='17.5' cy='19.5' r='1.5' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.products .ws-product-card__footer .button:not(.ws-product-card__cta):hover,
.products .ws-product-card__footer .button:not(.ws-product-card__cta):focus,
.products .ws-product-card__footer .added_to_cart:hover,
.products .ws-product-card__footer .added_to_cart:focus,
.products .ws-product-card__footer a.button:not(.ws-product-card__cta):hover,
.products .ws-product-card__footer a.button:not(.ws-product-card__cta):focus,
.products .ws-product-card__footer a.added_to_cart:hover,
.products .ws-product-card__footer a.added_to_cart:focus {
  background: var(--wm-primary-strong);
  border-color: var(--wm-primary-strong);
  color: var(--wm-on-primary);
}

/* Keep archive and homepage cards visually identical despite Woo defaults. */
.woocommerce ul.products li.product.ws-product-card,
.woocommerce-page ul.products li.product.ws-product-card,
.products.ws-home-products li.product.ws-product-card,
.products.ws-home-products--tabs li.product.ws-product-card,
.products.ws-home-products--compact li.product.ws-product-card {
  border: 0;
  background: transparent;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__image,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__image {
  border-bottom: 0;
  width: 100%;
  background: #f6f2ec;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__image img,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__body,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__body {
  padding: 0.95rem 0 0;
  gap: 0.34rem;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__category,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__category {
  margin: 0;
  color: #7a7a7a;
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.woocommerce ul.products li.product.ws-product-card h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.ws-product-card h2.woocommerce-loop-product__title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.32;
  min-height: 2.64em;
  font-weight: 700;
  padding: 0;
}

.woocommerce ul.products li.product.ws-product-card h2.woocommerce-loop-product__title a,
.woocommerce-page ul.products li.product.ws-product-card h2.woocommerce-loop-product__title a {
  color: #111;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer {
  justify-items: start;
  gap: 0.82rem;
  padding-top: 0.34rem;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__body .price,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__body .price {
  margin: 0;
  color: var(--wm-primary);
  font-weight: 700;
  font-size: 1.14rem;
}

.products .ws-product-card__footer .ws-product-card__actions,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__actions,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
}

.products .ws-product-card__footer .ws-product-card__cta,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta {
  position: relative;
  justify-self: start;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.46rem;
  min-width: 2.46rem;
  max-width: none;
  height: 2.46rem;
  min-height: 2.46rem;
  margin-top: 0;
  padding: 0;
  border-color: #111;
  background: #fff;
  color: #111;
  border-width: 1.5px;
  border-radius: 999px !important;
  box-shadow: none;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.products .ws-product-card__footer .ws-product-card__cta::before,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta::before,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta::before {
  content: '';
  display: block !important;
  width: 1.24rem;
  height: 1.24rem;
  margin-right: 0;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.products .ws-product-card__footer .ws-product-card__cta:hover,
.products .ws-product-card__footer .ws-product-card__cta:focus,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta:hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta:focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta:hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta:focus {
  transform: none;
  box-shadow: none;
}

.products .ws-product-card__footer .ws-product-card__cta--view-product,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product {
  border-color: #111;
  background: #fff;
  color: #111;
}

.products .ws-product-card__footer .ws-product-card__cta--add-to-cart::before,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart::before,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart::before {
  background-image: none;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.2 10.2a1.64 1.64 0 001.64 1.3H17.7a1.64 1.64 0 001.64-1.3L21 7.5H6.2' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Ccircle cx='9.5' cy='19.5' r='1.5' fill='%23000'/%3E%3Ccircle cx='17.5' cy='19.5' r='1.5' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.2 10.2a1.64 1.64 0 001.64 1.3H17.7a1.64 1.64 0 001.64-1.3L21 7.5H6.2' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Ccircle cx='9.5' cy='19.5' r='1.5' fill='%23000'/%3E%3Ccircle cx='17.5' cy='19.5' r='1.5' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.products .ws-product-card__footer .ws-product-card__cta--view-product::before,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product::before,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M1.5 12s3.5-6 10.5-6 10.5 6 10.5 6-3.5 6-10.5 6S1.5 12 1.5 12z' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%23111' stroke-width='2'/%3E%3C/svg%3E");
}

.products .ws-product-card__footer .ws-product-card__cta--view-product:hover,
.products .ws-product-card__footer .ws-product-card__cta--view-product:focus,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product:hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product:focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product:hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--view-product:focus {
  border-color: #111;
  background: #fff;
  color: #111;
}

.products .ws-product-card__footer .ws-product-card__cta--add-to-cart,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart {
  width: auto;
  min-width: 2.46rem;
  padding: 0 0.9rem;
  gap: 0.42rem;
  border-color: var(--wm-primary);
  background: var(--wm-primary);
  color: var(--wm-on-primary);
}

.products .ws-product-card__footer .ws-product-card__cta--add-to-cart::before,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart::before,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart::before {
  margin-right: 0;
}

.products .ws-product-card__footer .ws-product-card__cta-label,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta-label,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.products .ws-product-card__footer .ws-product-card__cta--add-to-cart:hover,
.products .ws-product-card__footer .ws-product-card__cta--add-to-cart:focus,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart:hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart:focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart:hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .ws-product-card__cta--add-to-cart:focus {
  border-color: var(--wm-primary);
  background: var(--wm-primary);
  color: var(--wm-on-primary);
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .button:not(.ws-product-card__cta),
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.button:not(.ws-product-card__cta),
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .button:not(.ws-product-card__cta),
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.button:not(.ws-product-card__cta),
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart {
  margin: 0.1rem 0 0;
  min-height: 2.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--wm-primary);
  background: var(--wm-primary);
  color: var(--wm-on-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .button:not(.ws-product-card__cta):hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .button:not(.ws-product-card__cta):focus,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart:hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart:focus,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.button:not(.ws-product-card__cta):hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.button:not(.ws-product-card__cta):focus,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart:hover,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart:focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .button:not(.ws-product-card__cta):hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .button:not(.ws-product-card__cta):focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart:hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart:focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.button:not(.ws-product-card__cta):hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.button:not(.ws-product-card__cta):focus,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart:hover,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart:focus {
  background: var(--wm-primary-strong);
  border-color: var(--wm-primary-strong);
  color: var(--wm-on-primary);
}

.products .ws-product-card__footer .added_to_cart,
.products .ws-product-card__footer a.added_to_cart,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart,
.woocommerce ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer .added_to_cart,
.woocommerce-page ul.products li.product.ws-product-card .ws-product-card__footer a.added_to_cart {
  display: none !important;
}

.ws-single-product-wrap {
  padding: 1.35rem 0 2rem;
}

/* Single product page - override WooCommerce defaults with Woodmak UI. */
body.single-product .woocommerce-breadcrumb {
  width: min(var(--wm-container), calc(100% - 2rem));
  margin: 0.75rem auto 0.8rem;
  padding: 0;
  font-size: 0.76rem;
  color: #6f6f6f;
}

body.single-product .ws-single-product-wrap .woocommerce-notices-wrapper {
  margin-bottom: 0.85rem;
}

body.single-product .woocommerce-breadcrumb a {
  color: #5c5c5c;
}

body.single-product .woocommerce-breadcrumb a:hover {
  color: var(--wm-primary-strong);
}

body.single-product .ws-single-product-wrap .product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
  gap: clamp(1.35rem, 3.6vw, 3.1rem);
  align-items: start;
}

body.single-product .ws-single-product-wrap .product > .onsale {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0.34rem 0.7rem;
  border-radius: var(--wm-radius-button);
  background: var(--wm-primary);
  color: var(--wm-on-primary);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

body.single-product .ws-single-product-wrap .product .images,
body.single-product .ws-single-product-wrap .product .summary {
  width: auto;
  float: none;
  margin: 0;
}

body.single-product .ws-single-product-wrap .product .images {
  grid-column: 1;
  grid-row: 1;
  border: 0;
  background: transparent;
  padding: 0;
  max-width: 100%;
  min-width: 0;
}

body.single-product .ws-single-product-wrap .ws-product-gallery {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__stage {
  grid-column: 2;
  grid-row: 1;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  border: 1px solid var(--wm-border);
  background: #fff;
}

body.single-product .ws-single-product-wrap .ws-product-gallery--single-image {
  grid-template-columns: 1fr;
}

body.single-product .ws-single-product-wrap .ws-product-gallery--single-image .ws-product-gallery__stage {
  grid-column: 1;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__slide {
  display: none;
  margin: 0;
  width: 100%;
  background: #fff;
  padding: 0;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__slide.is-active {
  display: block;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__image {
  display: block;
  width: 100%;
  height: clamp(420px, 50vw, 680px);
  object-fit: cover;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin-top: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: flex-start;
  list-style: none;
  scroll-snap-type: y proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  max-height: clamp(420px, 50vw, 680px);
}

body.single-product .ws-single-product-wrap .ws-product-gallery__thumb-item,
body.single-product .ws-single-product-wrap .ws-product-gallery__thumb {
  flex: 0 0 4.8rem;
  width: 4.8rem;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__thumb-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__thumb {
  border: 0;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--wm-border);
  opacity: 0.88;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

body.single-product .ws-single-product-wrap .ws-product-gallery__thumb:hover img,
body.single-product .ws-single-product-wrap .ws-product-gallery__thumb.is-active img {
  opacity: 1;
  border-color: #111;
}

body.single-product .ws-single-product-wrap .product .summary {
  grid-column: 2;
  grid-row: 1;
  width: min(100%, 22rem);
  justify-self: end;
  border: 0;
  background: transparent;
  padding: 0.2rem 0 0;
  display: grid;
  gap: 0.62rem;
  font-size: 0.84rem;
}

body.single-product .ws-single-product-wrap .product .summary .product_title {
  margin: 0 0 0.18rem;
  font-size: clamp(1.1rem, 1.5vw, 1.55rem);
  line-height: 1.14;
  font-weight: 700;
}

body.single-product .ws-single-product-wrap .product .summary .price {
  margin: 0;
  color: #111;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 700;
}

body.single-product .ws-single-product-wrap .product .summary .price del {
  color: #8e8e8e;
  opacity: 1;
}

body.single-product .ws-single-product-wrap .product .summary .price ins {
  color: #111;
  text-decoration: none;
  background: transparent;
}

body.single-product .ws-single-product-wrap .product .summary form.cart {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  padding-left: 0;
  margin-left: 0;
}

body.single-product .ws-single-product-wrap .product .summary form.variations_form.cart {
  display: grid;
  gap: 0.8rem;
  width: 100%;
}

body.single-product .ws-single-product-wrap .product .summary form.cart .quantity {
  margin: 0;
}

body.single-product .ws-single-product-wrap .product .summary .quantity .qty {
  min-height: 2.24rem;
  width: 5.25rem;
  border: 1px solid var(--wm-border);
  padding: 0.4rem 0.55rem;
}

body.single-product .ws-single-product-wrap .product .summary .single_add_to_cart_button {
  min-height: 2.24rem;
  padding: 0.52rem 0.9rem;
  border: 1px solid var(--wm-primary);
  background: var(--wm-primary);
  color: var(--wm-on-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  flex: 1 1 auto;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 0;
}

body.single-product .ws-single-product-wrap .product .summary form.cart > .quantity + .single_add_to_cart_button {
  margin-left: 0.55rem;
}

body.single-product .ws-single-product-wrap .product .summary .single_add_to_cart_button::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 4h2l2.2 10.2a1.64 1.64 0 001.64 1.3H17.7a1.64 1.64 0 001.64-1.3L21 7.5H6.2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.5' cy='19.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='17.5' cy='19.5' r='1.5' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.single-product .ws-single-product-wrap .product .summary .single_add_to_cart_button:hover,
body.single-product .ws-single-product-wrap .product .summary .single_add_to_cart_button:focus {
  border-color: var(--wm-primary-strong);
  background: var(--wm-primary-strong);
  color: var(--wm-on-primary);
}

body.single-product .ws-single-product-wrap .product .summary table.variations {
  border: 0;
  margin: 0;
}

body.single-product .ws-single-product-wrap .product .summary form.variations_form.cart table.variations {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

body.single-product .ws-single-product-wrap .product .summary table.variations th,
body.single-product .ws-single-product-wrap .product .summary table.variations td {
  border: 0;
  padding: 0.18rem 0;
  vertical-align: middle;
}

body.single-product .ws-single-product-wrap .product .summary .ws-variation-field > select {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  width: 100%;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch {
  width: clamp(3.15rem, 4.5vw, 3.6rem);
  height: clamp(3.15rem, 4.5vw, 3.6rem);
  border-radius: 50% !important;
  overflow: hidden;
  border: 1px solid #111;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  box-shadow: none;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch--interactive {
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch--interactive:hover,
body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch--interactive:focus-visible {
  border-color: #111;
  transform: translateY(-1px);
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch.is-active {
  border-color: #111;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wm-primary);
  transform: translateY(-1px);
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch:disabled,
body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch[aria-disabled='true'] {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch img,
body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch__segment img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch__stack {
  display: grid;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch__segment {
  min-width: 0;
  min-height: 0;
}

body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch__fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.25rem;
  color: #555;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  margin-top: 0.55rem;
  margin-bottom: 1.2rem;
  padding: 0;
  border: 0;
  background: transparent;
}

body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches__group {
  display: grid;
  gap: 0.65rem;
  width: 100%;
}

body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches__label {
  color: #4f4f4f;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches__option {
  display: inline-flex;
}

body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap {
  display: grid;
  gap: 0.55rem;
  width: 100%;
}

body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap .woocommerce-variation-add-to-cart,
body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap .variations_button {
  display: grid;
  grid-template-columns: minmax(5rem, 6rem) minmax(0, 1fr);
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.7rem;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}

body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap .woocommerce-variation-add-to-cart > .quantity + .single_add_to_cart_button,
body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap .variations_button > .quantity + .single_add_to_cart_button {
  margin-left: 0;
}

body.single-product .ws-single-product-wrap .product .summary .product_meta {
  margin: 0;
  padding-top: 0.55rem;
  border-top: 1px solid var(--wm-border);
  font-size: 0.72rem;
  color: #5e5e5e;
  display: grid;
  gap: 0.2rem;
}

body.single-product .ws-single-product-wrap .ws-single-product__short-description {
  grid-column: 1;
  padding-top: 1.35rem;
}

body.single-product .ws-single-product-wrap .ws-single-product__short-description-inner {
  width: min(100%, 29rem);
  margin: 0 auto;
  color: #555;
  font-size: 0.82rem;
  line-height: 1.68;
  text-align: left;
}

body.single-product .ws-single-product-wrap .ws-single-product__short-description-title {
  margin: 0 0 0.72rem;
  color: #111;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.single-product .ws-single-product-wrap .ws-single-product__short-description-inner > :last-child {
  margin-bottom: 0;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs {
  margin-top: 0.8rem;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs,
body.single-product .ws-single-product-wrap .related.products,
body.single-product .ws-single-product-wrap .up-sells.upsells.products {
  grid-column: 1 / -1;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs::before,
body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs::after {
  content: none;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li {
  margin: 0;
  border: 1px solid transparent;
  border-radius: var(--wm-radius-button) !important;
  background: transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li a {
  padding: 0.65rem 0.95rem;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li:hover,
body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li:focus-within {
  border-color: var(--wm-border-strong);
  background: transparent;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li.active {
  border-color: var(--wm-border-strong);
  background: transparent;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li:hover a,
body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li:focus-within a,
body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li.active a {
  color: #111;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs .panel {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0.95rem 0 0;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs.ws-product-tabs--single .panel {
  padding-top: 0;
}

body.single-product .ws-single-product-wrap .woocommerce-tabs .panel > h2:first-child {
  margin-bottom: 0.75rem;
}

body.single-product .ws-single-product-wrap .shop_attributes {
  border-collapse: collapse;
  width: 100%;
}

body.single-product .ws-single-product-wrap .shop_attributes th,
body.single-product .ws-single-product-wrap .shop_attributes td {
  border: 1px solid var(--wm-border);
  padding: 0.45rem 0.62rem;
}

body.single-product .ws-single-product-wrap .related.products,
body.single-product .ws-single-product-wrap .up-sells.upsells.products {
  margin-top: 1.4rem;
}

body.single-product .ws-single-product-wrap .related.products > h2,
body.single-product .ws-single-product-wrap .up-sells.upsells.products > h2 {
  margin: 0 0 2rem;
  border-left: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

body.single-product .ws-single-product-wrap .related.products ul.products,
body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

body.single-product .ws-single-product-wrap .related.products ul.products::before,
body.single-product .ws-single-product-wrap .related.products ul.products::after,
body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products::before,
body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products::after {
  content: none;
  display: none;
}

body.single-product .ws-single-product-wrap .related.products ul.products li.product,
body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products li.product,
body.single-product .ws-single-product-wrap .related.products ul.products[class*='columns-'] li.product,
body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products[class*='columns-'] li.product {
  float: none !important;
  width: 100% !important;
  margin: 0;
  clear: none !important;
  min-width: 0;
  display: flex;
}

body.single-product .ws-single-product-wrap .related.products ul.products li.product.ws-product-card,
body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products li.product.ws-product-card {
  width: 100%;
  height: 100%;
}

body.single-product .ws-single-product-wrap .related.products li.product.ws-product-card,
body.single-product .ws-single-product-wrap .up-sells.upsells.products li.product.ws-product-card {
  width: 100%;
}

body.single-product .ws-single-product-wrap .related.products li.product.ws-product-card .ws-product-card__image,
body.single-product .ws-single-product-wrap .related.products li.product.ws-product-card .ws-product-card__body {
  width: 100%;
}

body.single-product .ws-single-product-wrap .related.products li.product.ws-product-card .ws-product-card__body {
  padding-top: 0.12rem !important;
  gap: 0.26rem !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__body h2 {
  font-weight: 700;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer {
  width: 100%;
  gap: 0.66rem !important;
  padding-top: 0.18rem !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.58rem !important;
  margin: 0 !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__cta,
body.single-product .ws-single-product-wrap .up-sells.upsells.products .ws-product-card__footer .ws-product-card__cta {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  width: 2.46rem !important;
  min-width: 2.46rem !important;
  max-width: none !important;
  height: 2.46rem !important;
  min-height: 2.46rem !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transform: none !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__cta--add-to-cart,
body.single-product .ws-single-product-wrap .up-sells.upsells.products .ws-product-card__footer .ws-product-card__cta--add-to-cart {
  width: auto !important;
  min-width: 2.46rem !important;
  padding: 0 0.9rem !important;
  gap: 0.42rem !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__cta-label,
body.single-product .ws-single-product-wrap .up-sells.upsells.products .ws-product-card__footer .ws-product-card__cta-label {
  display: inline-block !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__cta::before,
body.single-product .ws-single-product-wrap .up-sells.upsells.products .ws-product-card__footer .ws-product-card__cta::before {
  width: 1.24rem !important;
  height: 1.24rem !important;
}

body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__cta:hover,
body.single-product .ws-single-product-wrap .related.products .ws-product-card__footer .ws-product-card__cta:focus,
body.single-product .ws-single-product-wrap .up-sells.upsells.products .ws-product-card__footer .ws-product-card__cta:hover,
body.single-product .ws-single-product-wrap .up-sells.upsells.products .ws-product-card__footer .ws-product-card__cta:focus {
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  body.single-product .ws-single-product-wrap .product {
    grid-template-columns: 1fr;
  }

  body.single-product .ws-single-product-wrap .product .summary {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    justify-self: stretch;
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery {
    grid-template-columns: 1fr;
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery__stage {
    grid-column: 1;
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery__image {
    height: clamp(320px, 72vw, 560px);
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    max-height: none;
    margin-top: 0.7rem;
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery__thumb-item,
  body.single-product .ws-single-product-wrap .ws-product-gallery__thumb {
    flex-basis: 4.25rem;
    width: 4.25rem;
  }

  body.single-product .ws-single-product-wrap .related.products ul.products,
  body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ws-product-card__body h2,
  .woocommerce ul.products li.product.ws-product-card h2.woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product.ws-product-card h2.woocommerce-loop-product__title {
    font-size: 0.92rem;
  }

  body.single-product .ws-single-product-wrap {
    padding: 1rem 0 1.45rem;
  }

  body.single-product .ws-single-product-wrap .product .images {
    padding: 0;
  }

  body.single-product .ws-single-product-wrap .product .summary {
    padding: 0;
    font-size: 0.82rem;
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery__image {
    height: clamp(260px, 78vw, 420px);
  }

  body.single-product .ws-single-product-wrap .product .summary .quantity .qty {
    width: 4.1rem;
    min-height: 2.1rem;
  }

  body.single-product .ws-single-product-wrap .product .summary .single_add_to_cart_button {
    min-height: 2.1rem;
    padding: 0.46rem 0.7rem;
    font-size: 0.72rem;
    flex: 1 1 auto;
  }

  body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches {
    gap: 0.75rem;
  }

  body.single-product .ws-single-product-wrap .product .summary .wm-product-attribute-swatches__options {
    gap: 0.55rem;
  }

  body.single-product .ws-single-product-wrap .product .summary .ws-attribute-swatch {
    width: 2.9rem;
    height: 2.9rem;
  }

  body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  body.single-product .ws-single-product-wrap .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  body.single-product .ws-single-product-wrap .related.products ul.products,
  body.single-product .ws-single-product-wrap .up-sells.upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .ws-single-product-wrap .ws-product-gallery__thumb-item,
  body.single-product .ws-single-product-wrap .ws-product-gallery__thumb {
    flex-basis: 3.75rem;
    width: 3.75rem;
  }

  body.single-product .ws-single-product-wrap .ws-single-product__short-description {
    padding-top: 1.1rem;
  }

  body.single-product .ws-single-product-wrap .ws-single-product__short-description-inner {
    max-width: none;
    font-size: 0.8rem;
    line-height: 1.62;
    text-align: left;
  }

  body.single-product .ws-single-product-wrap .ws-single-product__short-description-title {
    margin-bottom: 0.62rem;
    font-size: 0.78rem;
  }

  body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap .woocommerce-variation-add-to-cart,
  body.single-product .ws-single-product-wrap .product .summary .single_variation_wrap .variations_button {
    grid-template-columns: 1fr;
  }
}

.wm-product-specs {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  border: 0;
  background: transparent;
  padding: 0.35rem 0;
}

.wm-product-specs h3 {
  margin: 0 0 0.38rem;
  color: #666;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wm-product-specs p {
  margin: 0.18rem 0;
  font-size: 0.76rem;
  line-height: 1.48;
}

.wm-product-specs p strong {
  font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  border: 0;
  background: transparent;
  white-space: normal;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  float: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.7rem;
  margin: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background: #f3f3f3;
  border-color: #d7d7d7;
  color: #111;
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li.wm-pagination-hidden {
  display: none !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus {
  background: #f7f7f7;
  border-color: #d7d7d7;
  color: #111;
  box-shadow: none;
}

@media (max-width: 1120px) {
  .ws-shop-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 1024px) {
  .ws-shop-content ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .ws-shop-layout {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .ws-shop-sidebar {
    position: static;
    top: auto;
  }

  .ws-shop-sidebar .wm-filter-actions {
    margin-bottom: 1.4rem;
  }
}

@media (max-width: 760px) {
  .ws-product-card__body h2,
  .woocommerce ul.products li.product.ws-product-card h2.woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product.ws-product-card h2.woocommerce-loop-product__title {
    font-size: 0.92rem;
  }

  .ws-shop-content .woocommerce-ordering {
    margin-left: 0;
    width: 100%;
  }

  .wm-shop-results-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .wm-shop-results-wrap .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .ws-shop-content ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ws-shop-sidebar .wm-filter-actions {
    align-items: stretch;
  }
}

/* Canonical product-card styles for homepage, archives, related, and upsells. */
body .products li.product.ws-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0 !important;
  overflow: visible;
  background: transparent !important;
}

body .products li.product.ws-product-card .ws-product-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0 !important;
  background: #f6f2ec !important;
}

body .products li.product.ws-product-card .ws-product-card__image img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  object-position: center;
  display: block;
  margin: 0 !important;
}

body .products li.product.ws-product-card .ws-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.34rem !important;
  width: 100%;
  padding: 0.95rem 0 0 !important;
}

body .products li.product.ws-product-card .ws-product-card__category {
  margin: 0;
  color: #7a7a7a !important;
  font-size: 0.68rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

body .products li.product.ws-product-card h2.woocommerce-loop-product__title,
body .products li.product.ws-product-card .ws-product-card__body h2 {
  margin: 0 !important;
  min-height: 2.64em !important;
  padding: 0 !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
}

body .products li.product.ws-product-card h2.woocommerce-loop-product__title a,
body .products li.product.ws-product-card .ws-product-card__body h2 a {
  color: #111 !important;
}

body .products li.product.ws-product-card .ws-product-card__footer {
  display: grid;
  width: 100%;
  margin-top: auto;
  justify-items: start;
  gap: 0.82rem !important;
  padding-top: 0.34rem !important;
}

body .products li.product.ws-product-card .price,
body .products li.product.ws-product-card .ws-product-card__body .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-height: 0;
  margin: 0 !important;
  color: var(--wm-primary) !important;
  font-size: 1.14rem !important;
  font-weight: 700 !important;
}

body .products li.product.ws-product-card .price del,
body .products li.product.ws-product-card .ws-product-card__body .price del {
  color: #8d8d8d !important;
  font-weight: 500;
  opacity: 1;
  text-decoration: line-through;
}

body .products li.product.ws-product-card .price ins,
body .products li.product.ws-product-card .ws-product-card__body .price ins {
  padding: 0;
  color: var(--wm-primary) !important;
  text-decoration: none;
  background: transparent;
}

body .products li.product.ws-product-card .ws-product-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem !important;
}

body .products li.product.ws-product-card .ws-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.46rem !important;
  min-width: 2.46rem !important;
  height: 2.46rem !important;
  min-height: 2.46rem !important;
  margin-top: 0;
  padding: 0 !important;
  border-width: 1.5px;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  transform: none !important;
}

body .products li.product.ws-product-card .ws-product-card__cta::before {
  width: 1.24rem !important;
  height: 1.24rem !important;
}

body .products li.product.ws-product-card .ws-product-card__cta--view-product,
body .products li.product.ws-product-card .ws-product-card__cta--view-product:hover,
body .products li.product.ws-product-card .ws-product-card__cta--view-product:focus {
  border-color: #111 !important;
  background: #fff !important;
  color: #111 !important;
}

body .products li.product.ws-product-card .ws-product-card__cta--add-to-cart,
body .products li.product.ws-product-card .ws-product-card__cta--add-to-cart:hover,
body .products li.product.ws-product-card .ws-product-card__cta--add-to-cart:focus {
  width: auto !important;
  min-width: 2.46rem !important;
  padding: 0 0.9rem !important;
  gap: 0.42rem !important;
  border-color: var(--wm-primary) !important;
  background: var(--wm-primary) !important;
  color: var(--wm-on-primary) !important;
}

body .products li.product.ws-product-card .ws-product-card__cta-label {
  display: inline-block !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body .products li.product.ws-product-card .added_to_cart,
body .products li.product.ws-product-card a.added_to_cart {
  display: none !important;
}

@media (max-width: 760px) {
  body .products li.product.ws-product-card h2.woocommerce-loop-product__title,
  body .products li.product.ws-product-card .ws-product-card__body h2 {
    font-size: 0.92rem !important;
  }
}

/* Force archive/category/related cards onto the same visual system as homepage cards. */
body.woocommerce .products li.product.ws-product-card,
body.woocommerce-page .products li.product.ws-product-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  overflow: visible !important;
}

body.woocommerce .products li.product.ws-product-card .ws-product-card__image,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__image {
  margin: 0 !important;
  border: 0 !important;
  background: #f6f2ec !important;
}

body.woocommerce .products li.product.ws-product-card .ws-product-card__image img,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
  object-fit: cover !important;
}

body.woocommerce .products li.product.ws-product-card .ws-product-card__body,
body.woocommerce .products li.product.ws-product-card .ws-product-card__footer,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__body,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__footer {
  width: 100% !important;
  text-align: left !important;
}

body.woocommerce .products li.product.ws-product-card h2.woocommerce-loop-product__title,
body.woocommerce .products li.product.ws-product-card .price,
body.woocommerce .products li.product.ws-product-card .ws-product-card__category,
body.woocommerce-page .products li.product.ws-product-card h2.woocommerce-loop-product__title,
body.woocommerce-page .products li.product.ws-product-card .price,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__category {
  text-align: left !important;
}

body.woocommerce .products li.product.ws-product-card .ws-product-card__actions,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__actions {
  margin: 0 !important;
  justify-content: flex-start !important;
}

body.woocommerce .products li.product.ws-product-card .ws-product-card__cta,
body.woocommerce-page .products li.product.ws-product-card .ws-product-card__cta {
  align-self: flex-start !important;
}
