/* Fonts */

@font-face {
	font-family: "Lola";
	src: url("fonts/fs-lola-light.otf");
	font-weight: 100;
}

@font-face {
	font-family: "Lola";
	src: url("fonts/fs-lola-medium.otf");
	font-weight: 300;
}

@font-face {
	font-family: "Lola";
	src: url("fonts/fs-lola-regular.otf");
	font-weight: 500;
}

@font-face {
	font-family: "Lola";
	src: url("fonts/fs-lola-extrabold.otf");
	font-weight: 900;
}

body {
	margin: 0px;
}

main {
	background-image: url('bg.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 150px;
}

.grey {
	color: #878787;
}

.blue {
	color: #008892;
}

.pink {
	color: #bf4876;
}

.bold {
	font-weight: bold;
}

.mb-5 {
	margin-bottom: 5px;
}

.right {
	text-align: right !important;
}

.upper {
	font-size: 20px;
}

.container {
	max-width: 1400px;
	margin: auto;
}

.light {
	font-family: "Lola";
	font-weight: 100;
}

.regular {
	font-family: "Lola";
	font-weight: 300;
}

figure {
	margin: 0px;
}

p {
	margin: 0px;
	font-family: "Lola";
}

header h1 {
	background: linear-gradient(to left, #00A5B5 0%, #F593A3 65%);
	color: white;
	text-align: center;
	font-size: 45px;
	padding: 5px;
	margin: 0px !important; 
	text-transform: uppercase;
	font-family: "Lola";
	font-weight: 100;
}

.products,
aside {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
}

.products {
	margin-bottom: 10px;
	background-image: url('separation.png');
	background-repeat: no-repeat;
	background-position: 55% top;
	background-size: 200px;
}

aside {
	align-items: center;
}

.products article {
	flex: 1;
}

.products article:nth-child(2) {
	
}

.title-container {
	max-width: 300px;
	margin: auto;
	text-align: center;
}

.xonvea-logo {
	padding: 0px;
	margin: 20px 0 0 0;
}

.promo-mobile {
	margin-bottom: 20px;
	position: relative;
	left: 20px;
	display: none;
}

.promo-mobile img {
	margin-top: -108px;
    right: 82px;
    position: relative;
}

.xonvea-title {
	color: #F593A3;
}

.xonvea-subtitle {
	margin-bottom: 20px;
}

.regular-price-xonvea {
	position: relative;
	overflow: hidden;
}

.regular-price-xonvea:after {
	content: "";
    width: 100%;
    background: #bf4876;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(-8deg);
}

.ulipristal-title {
	color: #00A5B5;
}

.ulipristal-subtitle {
	color: #878787;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 20px;
}

.regular-price-ulipristal {
	position: relative;
	overflow: hidden;
}

.regular-price-ulipristal:after {
	content: "";
    width: 100%;
    background: #008892;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(-8deg);
}

.products article:nth-child(2) aside {
	margin-top: 45px;
}

.products.container {
	position: relative;
}

/* Footer */

.shipping {
	background: linear-gradient(to left, #00A5B5 0%, #F593A3 65%);
	color: white;
	padding: 7px;
	text-align: center;
	font-family: "Lola";
	font-size: 22px;
	font-weight: 900;
}

.shipping-details {
	background: #16243c;
	color: white;
	text-align: center;
	padding: 10px;
	font-weight: 900;
	line-height: 26px;
}

.shipping-details a {
	text-decoration: none;
	color: inherit;
}

.product-details {
	text-align: left;
	color: #878787;
	font-weight: 100;
	font-size: 12px;
	margin-top: 35px;
	font-weight: 100;
}

footer {
	margin-top: -30px;
    position: relative;
}

footer section.details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	text-align: center;
	font-family: "Lola"
}

address {
	font-style: inherit;
	font-family: 'Lola';
}

.mailto {
	text-decoration: underline;
	color: inherit !important;
}

@media screen and (max-width: 1024px) {
	.products,
	aside {
		flex-direction: column;
	}
	
	.title-container {
		text-align: center !important;
	}
	
	.products {
		background: none;
	}
	
	.products {
		margin-bottom: 35px;
	}
	
	main {
		background-size: 120px;
	}
	
	.promo-mobile {
		display: block;
	}
}

@media screen and (max-width: 350px) {
	.resp-img {
		width: 100%;
	}
}