/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2025 | 16:50:55 */
.products-wrapper {
	margin-bottom: 1rem;
	article {
		border: 1px solid #3D3856 !important;
		box-shadow: none !important;
		background-color: #000000 !important;
		transition: 0.6s;
		margin: 0px !important;
		padding: 28px;
		width: 275px !important;
		
		&:hover {
			background-color: #1C1439 !important;
			transition: 0.6s;
			
			img {
				scale: 1.05;
				transition: 0.6s;
			}
		}
	}
	
	article::after {
		content: none !important;
	}
	
	.entry-header {
		background-color: initial !important;
	}
	
	img {
		transition: 0.6s;
	}
	
	.woocommerce-loop-product__title {
		padding: 16px 0px 0px 0px !important;
		font-size: 18px;
    	font-weight: 500;
		color: #A4A1AA;
		border-top: 1px solid #575466;
		
		&:hover {
			text-decoration: none !important;
		}
	}
	
	.price {
		padding: 0px 0px 8px 0px !important;
		border-bottom: 1px solid #575466;
	}
	
/* 	span.woocommerce-Price-amount.amount {
		font-size: 26px !important;
	} */
	.woocommerce span.price del {
    font-size: 13px !important;
	color:5e5e5e !important;
	}
	.woocommerce-Price-amount {
		font-weight: 600;
		color: #A4A1AA;
	}
	
	.entry-content {
		background-color: initial !important;
		padding: 14px 0px 0px 0px !important;
		height: 205px;
    	overflow: hidden;
	}
	
	.woocommerce-product-details__short-description {
		p {
			font-size: 14px;
			color: #A4A1AA;
			font-weight: 400;
			line-height: 24px;
		}
	}
	
	.add-to-cart-container {
		margin-top: 16px;
		margin-bottom: 0px !important;
		
		a {
			width: 100%;
			background: #6B4FDA !important;
			transition: background 0.6s ease !important;
			color: white;
			border-radius: 6px;
			padding: 10px 22px;
			display: flex;
    		justify-content: space-between;
			align-items: center;
			text-transform: uppercase;
			border-color: #6B4FDA;
			
			&:hover {
				background: rgb(255,86,38) !important;
				background: linear-gradient(180deg, rgba(255,86,38,1) 0%, rgba(255,61,60,1) 50%, rgba(126,42,130,1) 100%) !important;
				transition: background 0.6s ease !important;
			}
		}
		
		a::after {
			content: '';
			width: 18px;
			height: 18px;
			background-image: url('https://uat.gamingpc.ca/wp-content/uploads/2025/01/arrowcircleright.png');
    		background-size: cover;
		}
	}
}

.products.products-wrapper .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    /* width: 250px; */
    height: 265px !important;
}