/*
Theme Name: Simply Vital Theme
Theme URI: 
Author: 
Description: Simply Vital Landing
Version: 1.7
Text Domain: simply-vital
*/

*, *::before, *::after {
	box-sizing: inherit;
}
html {
    box-sizing: border-box;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
	font-family: 'Golos Text';
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}
img, embed, iframe, object, video {
    height: auto;
    max-width: 100%;
	width: 100%;
}

a {
	text-decoration: none;
}

label {
	margin: 0;
}

button {
	margin: 0;
	padding: 0;

	border: unset;
	background-color: unset;
	font-family: "Golos Text Medium";

	&:active,
	&:focus,
	&:hover {
		outline: unset;
	}
}
ul {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

:root {
	--swiper-navigation-size: unset;
	--swiper-navigation-color: unset;
}

.header {
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: transparent;
	width: 100%;
    padding: 10px 20px;
    background-image: linear-gradient(0deg,transparent,rgba(0,0,0,.4));
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.header svg {
	width: 24px;
	height: 24px;
}
.main {
	position: relative;
	max-width: 500px;
    margin: 0 auto;
	padding-bottom: 65px;
}
@media screen and (min-width: 580px) {
	.main {
		padding-bottom: 145px;
	}
}

.btn_wrapper {
	position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
	max-width: 500px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

#to_amazon {
	cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 580px) {
	.btn_wrapper {
		padding: 25px 33px;
	}
}

.swiper {
	margin-bottom: 15px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 12%;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
@media screen and (min-width: 580px) {
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}

.page-template-landing .btn_wrapper a.buy_product {
	display: inline-block;
}