/* Shop archive refinements. Scoped to the WooCommerce shop page only. */
body.woocommerce-shop .wd-content-layout.content-layout-wrapper.container {
	width:calc(100% - clamp(32px,4vw,80px));
	max-width:1760px;
}

body.woocommerce-shop .wd-content-area.site-content {
	padding-inline:0;
}

body.woocommerce-shop .products.wd-products {
	width:100%;
}

body.woocommerce-shop .products.wd-products .wd-product {
	min-width:0;
	align-self:start;
}

body.woocommerce-shop .products.wd-products .product-element-top {
	width:100%;
	aspect-ratio:4 / 3;
	overflow:hidden;
	background:#f2e4d2;
}

body.woocommerce-shop .products.wd-products .product-image-link {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background:#f2e4d2;
}

body.woocommerce-shop .products.wd-products .product-image-link img {
	display:block;
	width:100%!important;
	height:100%!important;
	max-height:none!important;
	object-fit:contain;
	object-position:center;
	background:#f2e4d2;
}

body.woocommerce-shop .products.wd-products .product-image-link .aurone-shop-image {
	position:absolute;
	inset:0;
	transition:opacity .45s ease,transform .65s cubic-bezier(.22,.61,.36,1);
	will-change:opacity,transform;
}

body.woocommerce-shop .products.wd-products .product-image-link .aurone-shop-main {
	opacity:1;
	transform:scale(1);
}

body.woocommerce-shop .products.wd-products .product-image-link .aurone-shop-hover {
	opacity:0;
	object-fit:cover;
	transform:scale(1.015);
}

/* Keep the largest pendant body at the geometric center of each 4:3 card. */
body.woocommerce-shop .products.wd-products .post-361 .aurone-shop-main {
	object-position:center 81%;
}

body.woocommerce-shop .products.wd-products .post-312 .aurone-shop-main {
	object-position:center 79%;
}

/* Bangle cards retain the same complete-product treatment explicitly. */
body.woocommerce-shop .products.wd-products .product_cat-75 .aurone-shop-main {
	box-sizing:border-box;
	object-fit:contain;
	object-position:center;
	background:#f2e4d2;
}

@media (hover:hover) {
	body.woocommerce-shop .products.wd-products .wd-product:hover .aurone-shop-main,
	body.woocommerce-shop .products.wd-products .product-image-link:focus-visible .aurone-shop-main {
		opacity:0;
		transform:scale(1.015);
	}

	body.woocommerce-shop .products.wd-products .wd-product:hover .aurone-shop-hover,
	body.woocommerce-shop .products.wd-products .product-image-link:focus-visible .aurone-shop-hover {
		opacity:1;
		transform:scale(1);
	}
}

@media (prefers-reduced-motion:reduce) {
	body.woocommerce-shop .products.wd-products .product-image-link .aurone-shop-image {
		transition:none;
	}
}

@media (max-width:767px) {
	body.woocommerce-shop .wd-content-layout.content-layout-wrapper.container {
		width:calc(100% - 24px);
	}
}
/* The product image remains the single, clear path to product details. */
body.woocommerce-shop .products.wd-products .product-grid-item .wrapp-buttons {
	display: none !important;
	pointer-events: none !important;
}
