<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	#gift-vouchers #send_to_friend input,
	#gift-vouchers #send_to_friend textarea{font-size:10pt; width:95%; padding:2px;}

	#gift-vouchers #store-voucher,
	#gift-vouchers #coll_products .prod_img_block {
		display: -webkit-flex;
		display: flex;
	}

	#gift-vouchers #store-voucher {
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		background:url('/_images/bg/gift-voucher-in-store.jpg') center no-repeat;
		background-size:cover !important;
		border-radius: 10px;
		color: #fff;
		height: 400px;
		margin-bottom:2em;
		padding:20px;
		position: relative;
	}

	#gift-vouchers #store-voucher h1 + p {
		font-size:1.4em;
		margin-bottom:20px;
		text-transform:none;
	}

	#gift-vouchers #store-voucher picture {
		position: absolute;
		z-index: -1;
	}

	#gift-vouchers #coll_products .prod_img_block {
		justify-content: center;
		-webkit-justify-content: center;
	}

	#gift-vouchers #coll_products img {
		left: initial;
		margin:0px auto;
		max-height: 100%;
		width: initial;
	}





	#buy-voucher &gt; div,
	#buy-voucher &gt; div &gt; div,
	#buyform {
		display: flex;
		display: -webkit-flex;
	}

	#buy-voucher &gt; div &gt; div {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	#buy-voucher &gt; div {
		margin-top:20px;
	}

	#buy-voucher .btn {
		border-radius: 10px;
	}

	#buyform #add-to-cart {
		background-color: #5166d3;
		color:#fff;
	}

	#buyform #back-to-vouchers {
		border: 2px solid #5166d3;
		color: #5166d3;
	}

	#buy-voucher .price:before {
		font-size:1.8rem;
	}

	#buy-voucher .price:before {
		content:'Â£';
	}

	#buyform {
		font-size: calc(0.8em + 0.2vw);
	}

	#v-img &gt; *,
	#buy-voucher .btn {
		margin-bottom:20px;
	}

	#v-img label,
	#buyform *:not(.btn) {
		width:100%;
	}


	#buyform p:last-of-type {
		margin-bottom:30px;
	}

	#buyform label {
		color: #4053b3;
	}

	#buyform input,
	#buyform textarea {
		margin-bottom:15px;
		padding:5px 10px;
	}

	#buyform textarea {
		height: 100px;
	}



	@media (min-width: 992px) {
		
		#buyform {
			flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
		}
		
		#gift-vouchers #prod-page-image .product_image_container:first-of-type,
		#gift-vouchers #prod-page-image .product_image_container img {
			width: auto;
			max-width: 100%;
		}

		#gift-vouchers #prod-page-image .product_image_container:first-of-type {
			margin: auto auto 15px auto;
		}


		#v-img img {
			width:90%;
		}

		#buyform,
		#buyform #add-to-cart,
		#buy-voucher &gt; div &gt; div {
			width: 50%;
		}

		#buyform {
			padding-bottom:20px;
			padding-top:30px;
		}	
		
		#buyform #back-to-vouchers {
			margin-left:auto;
			width: calc(50% - 15px);
		}
	}



	@media (max-width: 991px) {
		#buy-voucher #buyform,
		#buy-voucher &gt; div {
			flex-direction: column;
			-webkit-flex-direction: column;
		}

		#v-img img {
			width:100%;
		}

		#buyform {
			padding: 0px 20px 20px 20px;
		}
		
		#buyform .btn {
			width:100%;
		}
	}</pre></body></html>