/*
 * Women's 10K® Club • WooCommerce Styling
 * Initial Rebuild: 25 September 2026
 * stefanus@hosea.id
 */
.w10k-shop {
  max-width: var(--w10k-page-width);
  margin: 0 auto;
  padding: 0 var(--w10k-gutter) 80px;
}
.w10k-product-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .w10k-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .w10k-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.w10k-product-card-link {
  display: block;
  transition: transform 0.25s ease;
}
.w10k-product-card-media {
  position: relative;
  border-radius: var(--w10k-radius-md);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--w10k-bg-raised);
  margin-bottom: 10px;
  transition: box-shadow 0.25s ease;
  box-shadow: 0px 0px 20px rgba(54, 38, 28, .75);
}
.w10k-product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w10k-product-card-link:hover {
  transform: scale(0.98);
}
.w10k-product-card-link:hover .w10k-product-card-media {
	box-shadow: 0px 0px 0px rgba(54, 38, 28, .75);
}
.w10k-product-card-link:hover .w10k-product-card-title {
  color: var(--w10k-green);
}
.w10k-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(252, 76, 2, .75);
  transform: rotate(-3deg);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  padding: 5px 12px 3px;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: var(--w10k-radius-pill);
  z-index: 1;
  transition: transform 0.25s ease;
}
.w10k-product-card-link:hover .w10k-product-badge {
  transform: rotate(2deg);
}
.w10k-product-card.outofstock .w10k-product-card-media img,
.w10k-product-card.outofstock .w10k-product-card-title {
  filter: grayscale(1) brightness(0.75);
}
.w10k-product-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--w10k-lime);
  transition: color 0.25s ease;
}
.w10k-product-card-price {
  font-weight: 400;
  font-size: 14px;
}
del {
    font-size: 12px;
    opacity: .5;
}
ins{
  	text-decoration: none;
}
.w10k-product {
  max-width: var(--w10k-page-width);
  margin: 0 auto;
  padding: var(--w10k-gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 860px) {
  .w10k-product {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.woocommerce span.onsale {
  display: none !important;
}
.woocommerce-product-gallery__wrapper{
	display: flex;
	flex-direction: column;
	gap: var(--w10k-gutter);
}
.w10k-product-gallery img {
  border-radius: var(--w10k-radius-lg);
}
.w10k-product-gallery a {
  pointer-events: none;
} 
.w10k-product-gallery body .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.w10k-product-gallery body .woocommerce-product-gallery__image {
  width: 100%;
}
.w10k-product-gallery body .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
body .woocommerce-product-gallery__trigger {
  display: none !important;
} 
.product_meta {
  display: none !important;
}
.w10k-product-title {
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
}
.w10k-product-price {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
}
.w10k-product-price .amount {
  color: var(--w10k-text);
}
.w10k-product-price del .amount {
	opacity: 0.5;
	font-size: 12px;
}
.w10k-product-description {
	color: rgba(255, 255, 255, 0.85);
	font-size: 10px;
}
.w10k-product-description h5 {
    margin: 1em 0 .5em;
    border-bottom: solid 1px;
    padding-bottom: .5em;
}
.w10k-product-cta .button {
	width: 100%;
	text-align: center;
  font-size: 14px !important;
  padding: calc(.85 * var(--w10k-padding)) !important;
  transition: background-color 0.25s ease;
}
.w10k-product-cta .button:hover {
  background-color: var(--w10k-green);
}
@media (min-width: 861px) {
  .w10k-product-summary {
    position: sticky;
    top: 90px;
  }
}
.w10k-product-cta .stock {
  display: inline-block;
  margin-bottom: 1em;
  padding: 5px 12.5px;
  border-radius: var(--w10k-radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--w10k-bg);
}
.w10k-product-cta .stock.in-stock {
  background: var(--w10k-pink);
}
.w10k-product-cta .stock.out-of-stock {
  margin-bottom: 0;
  background: #bbb;
}
.w10k-product-cta .stock.available-on-backorder {
  background: #ddd;
}
.program-details strong {
  color: var(--w10k-pink);
}
.program-details ol + h5 {
  margin-top: 24px;
}
.program-details ol li {
  list-style: decimal outside;
  margin-left: 12px;
}
.program-details ul li {
  list-style: disc outside;
  margin-left: 12px;
}
.program-details a {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 7.5px;
  color: var(--w10k-lime);
  border: 2px solid var(--w10k-lime);
  border-radius: var(--w10k-radius-pill);
  text-align: center;
  margin-bottom: 24px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.program-details a:hover {
  color: var(--w10k-bg);
  background: var(--w10k-green);
  border-color: var(--w10k-green);
  transform: scale(0.99);
}
body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before,
.order-again, .product-quantity {
  display: none;
}
body .woocommerce .blockUI.blockOverlay::before {
  background: var(--w10k-text) !important;
  border-radius: 50%;
  animation: w10k-pulse 1s ease-in-out infinite !important;
}
@keyframes w10k-pulse {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.woocommerce-checkout-review-order-table .product-name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 12px;
}
.w10k-checkout-item-thumb {
	width: 60px;
	height: 60px;
	border-radius: var(--w10k-radius-md);
	object-fit: cover;
	flex-shrink: 0;
}
.woocommerce-order-overview.order_details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px 24px;
  margin: 0 0 20px !important;
  padding: 0;
  list-style: none;
}
.woocommerce-order-overview.order_details li {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
  flex-shrink: 0;
  border-right: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-left: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.woocommerce-order-overview.order_details li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(transparent, white, transparent);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.woocommerce-order-overview.order_details li{
	font-size: 10px;
}
.woocommerce-order-overview.order_details li strong {
  font-size: 14px !important;
}
@media (max-width: 640px) {
  .woocommerce-order-overview.order_details {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .woocommerce-order-overview.order_details li,
  .woocommerce-order-overview.order_details li.woocommerce-order-overview__email {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    min-width: 0;
  }
  .woocommerce-order-overview.order_details li:not(:first-child)::before {
    top: -12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, white, transparent);
  }
}
/*
 * Infinite scroll (product grid): the sentinel is an invisible trigger
 * element for the IntersectionObserver in assets/js/infinite-scroll.js,
 * and the status line is an aria-live region announcing load state.
 */
.w10k-shop-sentinel {
  height: 1px;
}
.w10k-shop-status {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--w10k-text-muted);
}
/*
 * Staggered fade-in-up entrance for product cards (assets/js/product-card-reveal.js).
 * The card starts hidden via inline style set from JS, not from this
 * stylesheet, so it stays fully visible if JS never runs.
 */
.w10k-product-card.w10k-card-reveal {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.w10k-product-card.w10k-card-reveal.w10k-card-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
