/* Shop page WooCommerce overrides */
.fashion-shop .products.v2-shop-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fashion-shop .v2-product-card-grid {
  list-style: none;
}
.fashion-shop .v2-filter-option{
	background: none !important;
}
.fashion-shop .v2-product-add,
.fashion-shop a.v2-product-add,
.fashion-shop button.v2-product-add,
.v2-product-add,
a.v2-product-add {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}

/* Keep hover reveal working even if compiled CSS forces opacity:1 */
@media (hover: hover) and (min-width: 768px) {
  .v2-product-card .v2-product-add,
  .v2-product-card-grid .v2-product-add {
    opacity: 0;
    transform: translateY(0.5rem);
  }

  .v2-product-card.group:hover .v2-product-add,
  .v2-product-card-grid.group:hover .v2-product-add,
  .v2-product-card:focus-within .v2-product-add,
  .v2-product-card-grid:focus-within .v2-product-add {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hide WooCommerce accessibility helper text (styles are dequeued). */
.screen-reader-text {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	word-wrap: normal !important;
}

.fashion-shop .v2-product-price .screen-reader-text,
.v2-product-price .screen-reader-text {
	display: none !important;
}

.fashion-shop .v2-product-price del,
.v2-product-price del {
	opacity: 0.55;
	margin-right: 0.35rem;
}

.fashion-shop .v2-product-price .woocommerce-Price-amount,
.v2-product-price .woocommerce-Price-amount {
	white-space: nowrap;
}

.fashion-shop .v2-filter-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  font-family: inherit;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.fashion-shop .v2-filter-option.is-active .v2-filter-check {
  border-color: #1a1a1a;
  background: #1a1a1a;
}

.fashion-shop .fashion-shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.fashion-shop .fashion-shop-pagination .page-numbers.current,
.fashion-shop .fashion-shop-pagination .page-numbers:hover {
  border-color: currentColor;
}

.fashion-shop .fashion-shop-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.fashion-shop .woocommerce-ordering {
  margin: 0;
}

.fashion-shop .woocommerce-info,
.fashion-shop .woocommerce-message,
.fashion-shop .woocommerce-error {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: #fff;
  list-style: none;
}

.shop-results.is-filtering {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.v2-size-btn-active {
  border-color: #1a1a1a !important;
  background: #1a1a1a !important;
  color: #fff !important;
}

.v2-color-swatch-active {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

/* Shop filter color swatches (demo palette) */
.v2-color-swatch.bg-pink {
  background-color: #ec4899;
}
.v2-color-swatch.bg-purple {
  background-color: #7c3aed;
}
.v2-color-swatch.bg-navy {
  background-color: #1e3a5f;
}
.v2-color-swatch.bg-ink {
  background-color: #0a0a0a;
}
.v2-color-swatch.bg-snow {
  background-color: #ffffff;
  border-color: rgba(10, 10, 10, 0.2);
}
.v2-color-swatch.bg-fog {
  background-color: #9a9590;
}
.v2-color-swatch.bg-moss {
  background-color: #3d5a45;
}
.v2-color-swatch.bg-sand {
  background-color: #e8dfd3;
}
.v2-color-swatch.bg-clay {
  background-color: #c4a882;
}
