/*
 * Shop archive: reproduce Mindy's portrait card geometry while keeping
 * imported square artwork uncropped. Selectors intentionally exclude the
 * mega menu, product widgets, related products, and single-product pages.
 */
body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .woo_product_image.shop_media,
body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .woo_product_image .picture {
	width: 100%;
}

body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .woo_product_image .picture {
	aspect-ratio: 27 / 32 !important;
	overflow: hidden;
	background: #f7f5f2;
}

body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .picture > .woo_post-link {
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	place-items: center;
}

body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .picture > .woo_post-link > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center;
}

/* Imported names are often much longer than Mindy's demo titles. Keep the
 * visual rhythm of the reference layout without changing the full link text. */
body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .woo_product_content {
	box-sizing: border-box;
	min-height: 136px;
}

body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .woocommerce-loop-product__title {
	min-height: 54px;
	margin-bottom: 4px;
	font-size: 20px !important;
	line-height: 1.35 !important;
}

body.post-type-archive-product.woocommerce-shop #main-content
.wgl-products-catalog > .wgl-products > .product .woocommerce-loop-product__title > a {
	display: -webkit-box !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* The mega-menu card is one full product link. Raise that link above theme
 * decoration and make its children transparent to pointer hit-testing. */
@media (min-width: 1201px) {
	.primary-nav .ihp-shop-mega__product {
		isolation: isolate;
	}

	.primary-nav .ihp-shop-mega__product::before,
	.primary-nav .ihp-shop-mega__product::after {
		pointer-events: none !important;
	}

	.primary-nav .ihp-shop-mega__product-link {
		position: relative !important;
		z-index: 3 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		pointer-events: auto !important;
		cursor: pointer !important;
	}

	.primary-nav .ihp-shop-mega__product-link > * {
		pointer-events: none !important;
	}
}

@media (max-width: 767px) {
	body.post-type-archive-product.woocommerce-shop #main-content
	.wgl-products-catalog > .wgl-products > .product .woocommerce-loop-product__title {
		min-height: 48px;
		font-size: 18px !important;
		line-height: 1.34 !important;
	}
}



/* iHypnosis Shop Mindy Finish 1.0.1: match the demo animation and compact mega cards. */
@media (prefers-reduced-motion: reduce) {
  body.post-type-archive-product.woocommerce-shop #main-content
  .wgl-products-catalog > .wgl-products.appear-animation.anim-slide-left > .product {
    opacity: 0 !important;
    transform: translateX(50px) !important;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out, box-shadow .4s !important;
  }
  body.post-type-archive-product.woocommerce-shop #main-content
  .wgl-products-catalog > .wgl-products.appear-animation.anim-slide-left > .product.animate {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (min-width: 1201px) {
  .primary-nav .ihp-shop-mega__image {
    aspect-ratio: 27 / 32 !important;
  }
  .primary-nav .ihp-shop-mega__content h3 {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-bottom: 4px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
}


/* iHypnosis Shop Mindy Finish 1.0.2: three cards need no visible vertical scroller. */
@media (min-width: 1201px) and (min-height: 650px) {
  .primary-nav .ihp-shop-mega__products[data-count="3"] {
    overflow-y: hidden !important;
    scrollbar-width: none;
  }

  .primary-nav .ihp-shop-mega__products[data-count="3"]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}


/* iHypnosis Shop Mindy Finish 1.0.3: lock page scroll while the desktop mega menu is open. */
@media (min-width: 1201px) {
  html {
    scrollbar-gutter: stable;
  }

  html:has(.primary-nav > ul > li.ihp-shop-mega-parent.ihp-shop-mega-open),
  body:has(.primary-nav > ul > li.ihp-shop-mega-parent.ihp-shop-mega-open) {
    overflow-y: hidden !important;
  }
}
