/* Peter Hyderabad — product card: button below name+price, dark 'Choose size' */

/* button container sits below the price, full width */
.phct-card .ph-card__buy{ margin-top:12px; }

/* the button itself: dark bar + white checkmark, matching the Bestsellers card */
.phct-card .ph-card__buy .button,
.phct-card .ph-card__buy .ph-card__atc,
.woocommerce ul.products li.product.phct-card .ph-card__buy a.button{
	position:static !important;
	transform:none !important;
	opacity:1 !important;
	visibility:visible !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	gap:10px !important;
	width:100% !important;
	margin:0 !important;
	background:#0E0E0E !important;
	color:#fff !important;
	border:0 !important;
	border-radius:4px !important;
	padding:14px 16px !important;
	font-family:"Archivo",sans-serif !important;
	font-size:12px !important;
	font-weight:700 !important;
	letter-spacing:.12em !important;
	text-transform:uppercase !important;
	text-align:center !important;
}
.phct-card .ph-card__buy .button:hover{ background:#C9A24B !important; color:#0E0E0E !important; }

/* white checkmark before the label */
.phct-card .ph-card__buy .button::before{
	content:"";
	width:16px;height:16px;flex:none;
	background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M20%206%209%2017l-5-5%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
.phct-card .ph-card__buy .button:hover::before{ filter:invert(1); }

/* make sure no leftover overlay button shows on the image */
.phct-card .ph-card__media .ph-card__quick{ display:none !important; }
