<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--pua-yellow: #f1c40f;
}
.unstyled-list {
	list-style: none;
}
a:hover {
	text-decoration: none;
}
body {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--light);
}
.blog-posts .post {
	background-color: #fff;
}
a {
	color: #333;
}

/* * * * * * * * * * *
  General
* * * * * * * * * * */
#dim2 {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.pop2 {
	text-align: center;
	width: 100%;
	max-width: 500px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	z-index: 9999;
}

@media (max-width: 480px) {
	.pop {
		max-width: 96vw;
	}
}

#wrapper {
	flex: auto;
	background: #f4f4f4;
}
.page-header .page-title {
	font-size: 32px;
	font-weight: 600;
}
.container {
	background-color: #fff;
}
:not(.navbar) .container {
	background-color: transparent;
}
#landingpage-nav a {
	font-weight: 900;
	text-transform: uppercase !important;
	color: #000;
}
.figure-img {
	max-width: 100%;
	height: auto;
}
.navbar + section &gt; .container &gt; .jumbotron {
	padding-top: 0;
}
.signature {
	position: absolute;
	top: auto;
	bottom: 15px;
	width: 100%;
}

.notification-box {
	position: absolute;
	top: 7%;
	right: 1%;
	z-index: 1;
}
.notification-box &gt; div {
	padding: 5px 15px;
	margin: 10px 0px;
	font-weight: bold;
}
#checkout .step-number {
	background-color: #000;
	border-radius: 1rem;
	color: #fff;
	font-weight: bold;
	padding: 0.25rem 0.7rem;
	margin-right: 8px;
}
/* * * * * * * * * * *
  Countdown
* * * * * * * * * * */
#clockdiv {
	font-family: sans-serif;
	color: #fff;
	/* display: flow-root; */
	font-weight: 100;
	text-align: center;
	font-size: 1.5rem;
}

#clockdiv .background {
	padding: 10px;
	border-radius: 3px;
	background: #34495e;
	display: inline-block;
}

#clockdiv div &gt; span {
	padding: 15px;
	border-radius: 3px;
	background: #2c3e50;
	display: inline-block;
	width: 4rem;
}

.clockdiv {
	font-family: sans-serif;
	color: #fff;
	/* display: flow-root; */
	font-weight: 100;
	text-align: center;
	font-size: 1.5rem;
}

.clockdiv .background {
	padding: 7px;
    border-radius: 3px;
    background: #34495e;
    display: inline-block;
}

.clockdiv div &gt; span {
    padding: 8px;
    border-radius: 3px;
    background: #2c3e50;
    display: inline-block;
    width: 2rem;
    font-size: 15px;

}



.smalltext {
	padding-top: 5px;
	font-size: 16px;
}

.clockdiv .smalltext {
	padding-top: 5px;
    font-size: 13px;
}
/* * * * * * * * * * *
  Navbar
* * * * * * * * * * */

.navigation-clean {
	background: #fff;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.navigation-clean {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.navigation-clean .navbar-brand {
	font-weight: bold;
	color: #f1c40f;
}

.navigation-clean .navbar-toggler {
	border-color: #000000;
}

.navigation-clean .navbar-toggler:hover,
.navigation-clean .navbar-toggler:focus {
	background: none;
}

.navigation-clean .navbar-toggler {
	color: #888;
}

.navigation-clean .navbar-collapse,
.navigation-clean .form-inline {
	border-top-color: #ddd;
}
.nav-link.active {
	font-weight: bold;
	border-bottom: 1px solid #f1c40f;
}
.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: none;
	pointer-events: none;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
	color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
	color: #37434d !important;
	background-color: transparent;
}

.navigation-clean .navbar-nav &gt; li &gt; .dropdown-menu {
	margin-top: -5px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item {
	line-height: 2;
	color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
	background: #eee;
	color: inherit;
}

#navbar-black {
	background-color: #000;
}
#faq-title {
	font-size: 50px;
	font-weight: 900;
}

#faq .btn-light:focus {
	box-shadow: none;
}
.contact-label {
	font-weight: bold;
}

@media (max-width: 768px) {
	.navigation-clean .nav-message {
		margin-top: 13px;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
		/* width: 80%; */
		justify-content: space-around;
		flex-wrap: wrap;
		font-size: 18px;
		color: #fff;
	}
}

/* * * * * * * * * * *
  Contact Form
* * * * * * * * * * */

.contact-clean form {
	/* width: 70%; */
	margin: 0 auto;
	background-color: #ffffff;
	padding: 15px 40px;
	border-radius: 4px;
	color: #000;
	box-shadow: none;
}

@media (max-width: 767px) {
	.contact-clean form {
		padding: 30px;
	}
}

.contact-clean h2 {
	margin-top: 5px;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 36px;
	color: #000;
}

.contact-clean .form-group:last-child {
	margin-bottom: 5px;
}

.contact-clean form .form-control:focus {
	border: 1px solid var(--dark);
	box-shadow: none;
}

.contact-clean form textarea.form-control {
	min-height: 100px;
	max-height: 260px;
	padding-top: 10px;
	resize: vertical;
}

.contact-clean form .btn:not(.btn-success) {
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
	outline: none !important;
}

.contact-clean form .btn:hover {
	opacity: 1;
}

.contact-clean form .btn:active {
	transform: translateY(1px);
}

.contact-clean form .btn-primary {
	background-color: #055ada !important;
	margin-top: 15px;
	color: #fff;
}

.bg-white {
	background-color: #fff;
}
/* #product article {
  background-color: #fbf8f5;
} */
.product-img {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
#site-footer {
	background-color: #000;
}
#site-footer,
#site-footer a,
#site-footer .footer-email-link {
	color: #767572;
}
#site-footer .footer-title {
	font-stretch: condensed;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/* FORM RULES [START] */
form .form-control {
	background-color: var(--light);
	border-color: #eee;
	border-radius: 0;
	padding: 0 8px;
	transition: all 250ms ease-out;
	border-radius: 5px;
}
form:not(.email-subscribe-form) .form-control:focus {
	background-color: #68c8ff59;
	border-color: var(--dark);
	box-shadow: none;
}
/* FORM RULES [END] */
#insta-feed .insta-item {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	#insta-feed .insta-item {
		max-height: 150px;
		width: auto;
		overflow: hidden;
		margin-bottom: 1rem;
	}
}
@media (max-width: 567px) {
	#insta-feed .insta-item {
		width: auto;
		overflow: hidden;
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px) {
	#insta-feed .insta-item {
		width: auto;
		overflow: hidden;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	#landingpage-nav a:hover::before {
		transform: translateX(0);
	}
	/* PACKAGES [START] */
	#packages .jumbotron p {
		margin: 0 auto;
	}
	/* PACKAGES [END] */
	#contact form {
		width: 70%;
		margin: 0 auto;
	}
}
@media (min-width: 992px) and (hover: hover) {
	#landingpage-nav a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background-color: #000;
		width: 43px;
		height: 22px;
		margin-right: 0.5rem;
		transform: translateX(-500px);
		transition: transform 350ms ease-out 100ms;
	}
	#insta-feed .insta-item {
		transition: opacity 350ms ease-out;
		opacity: 0.85;
	}
	#insta-feed .insta-item:hover {
		opacity: 1;
	}
}

/*
    SLIDER
*/
@media (min-width: 768px) and (max-width: 991px) {
	/* Show 4th slide on md if col-md-4*/
	.carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%; /*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	/* Show 3rd slide on sm if col-sm-6*/
	.carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -50%; /*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}
@media (min-width: 576px) {
	.carousel-item {
		margin-right: 0;
	}
	/* show 2 items */
	.carousel-inner .active + .carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* farthest right hidden item must be also positioned for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* right or prev direction */
	.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}
/* MD */
@media (min-width: 768px) {
	/* show 3rd of 3 item slide */
	.carousel-inner .active + .carousel-item + .carousel-item {
		display: block;
	}
	.carousel-inner
		.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
		+ .carousel-item
		+ .carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* right or prev direction */
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}
/* LG */
@media (min-width: 991px) {
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
		display: block;
	}
	.carousel-inner
		.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		transition: none;
	}
	.carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	padding: 20px;
	border-radius: 50%;
}
.carousel-control-next,
.carousel-control-prev {
	opacity: 0.7;
	width: 0;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.slide .img-fluid {
	width: 80%;
}
.mt-10 {
	margin-top: 5em !important;
}
.mb-10 {
	margin-bottom: 5em !important;
}
.carousel-item {
	overflow-x: hidden;
}
.tag {
	color: #fff;
	transform: rotate(45deg);
	text-align: center;
	position: absolute;
	right: -25px;
	width: 100px;
	top: 15px;
}
.tag.special {
	background-color: var(--indigo);
}
.tag.sale {
	background-color: var(--danger);
}
.head-text {
	color: #fff;
}
.jumbo {
	position: relative;
	background: url("/assets/images/welcome-banner.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
}
.jumbo-small {
	position: relative;
	background: url("/assets/images/welcome-banner-small.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
}
.jumbo-text {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.jumbo-text p {
	font-size: 1.2rem;
}
.jumbo-text .second-p {
	margin-top: 3rem;
}
.jumbo-text .first-p {
	-webkit-text-fill-color: #fff;
	text-decoration: none;
}

@media (max-width: 765px) {
	.jumbo-text h1 {
		font-size: 1.3rem;
	}
	.jumbo-text p {
		font-size: 1rem;
	}
	.jumbo-text .second-p {
		margin-top: 1rem;
	}
}

.head-mess {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.font-weight-light {
	text-transform: uppercase;
}

/* DELIVERY PAGES */
.delivery img {
	width: 100%;
	display: block;
}
.delivery .margin-all {
	margin: 35px 0;
}
.delivery .jumbo-text {
	font-size: 45px;
}
.delivery p, .delivery li {
	font-size: 18px;
}
.delivery .premium img {
	max-width: 400px;
	margin: 0 auto;
} 
@media (max-width: 500px) {
	.delivery .jumbo-text {
		font-size: 30px;
	}
	.delivery h2 {
		font-size: 25px;
	}
}</pre></body></html>