<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@font-face {
	font-family: 'vtks';
	src: url('../fonts/vtks_trutagem-webfont.eot');
	src: url('../fonts/vtks_trutagem-webfont.eot?#iefix') format('eot'), url('../fonts/vtks_trutagem-webfont.woff2') format('woff2'), url('../fonts/vtks_trutagem-webfont.woff') format('woff'), url('../fonts/vtks_trutagem-webfont.ttf') format('truetype'), url('../fonts/vtks_trutagem-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'vtks';
		src: url('../fonts/vtks_trutagem-webfont.svg') format('svg');
	}
}

:root {
	--vanilla: #fdf4de;
	--strawberry: #ffc5d9;
	--chocolate: #5f2d10;
	--vanilla-bright: #b5975b;
	--strawberry-bright: #f43244;
	--chocolate-bright: #f1c7a2;
}

* {
	box-sizing: border-box;
}
::selection {
    color: #090104;
    background:var(--strawberry-bright);
}
.col1 ::selection {
    background:var(--chocolate-bright);
}
.col2 ::selection {
    background:var(--vanilla-bright);
}
.col3 ::selection {
    background:var(--strawberry-bright);
}
/* width */
::-webkit-scrollbar {
    width: 20px;
    margin-left: -20px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    margin-left: 20px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
}
body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: 'Varela Round', sans-serif;
	background: #090104 url(../img/bg.jpg) center top / 100% no-repeat;
    overflow-y:scroll;
}


/* Typography */

h1 {
	font-size: 2em;
	display: inline;
}

h2 {}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

.customizer {
	text-align: center !important;
}

.customizer h1 {
	font-family: 'vtks', 'Varela Round', sans-serif;
	font-size: 5em;
}

.customizer img {
	width: 100%;
	margin: auto;
}


}
.col2 h2 span {
	background: var(--vanilla-bright);
	color: var(--vanilla);
	line-height: 1.3em;
	display: inline;
}
.btn {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	border: 0.1em solid;
	padding: 0.5em 1em;
	border-radius: 0.5em;
	margin: 0 auto 1em auto;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 8em;
	right: 2em;
	text-transform: up
}
.btn.filled {
	background: #ffde96;
	border-color: #ffde96;
	color: #2a2326;
}
.col1 a.btn:hover {
	color: var(--chocolate);
	background: var(--chocolate-bright);
	border-color: var(--chocolate-bright);
}
.col2 a.btn:hover {
	color: var(--vanilla);
	background: var(--vanilla-bright);
	border-color: var(--vanilla-bright);
}
.col3 a.btn:hover {
	color: var(--strawberry);
	background: var(--strawberry-bright);
	border-color: var(--strawberry-bright);
}

/* Grid and columns */
.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 960px;
	margin: auto;
}
.ordergrid {
	display: grid;
	max-width: 960px;
	margin: auto;
	margin-bottom: 2em;
}
header {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99;
}
nav * {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
nav {
	margin: 20em 0em 2em 0em;
	align-content: center;
	display: grid;
	grid-template-columns: 1fr 2fr;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
}
nav div {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: right;
}
nav a {
	color: #C2C2BC;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	height: 3em;
	font-weight: bold;
	padding: 1em;
	margin: 0;
	line-height: 2em;
	display: block;
	align-content: center;
	display: grid;
	position: relative;
}
nav a span {
	background: rgba(255, 255, 255, 0.05);
	padding: 0 0.5em;
	border-radius: 0.5em;
}
nav a:hover {
	background: rgba(0, 0, 0, 0.7);
	text-decoration: underline;
}
nav a:hover&gt;span,
nav a:hover&gt;img {
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#current::after {
	content: "";
	border: 0.1em solid #ffde96;
	border-radius: 50%;
	position: absolute;
	width: 1em;
	height: 1em;
	left: 40%;
	display: block;
	bottom: -0.6em;
}
.logo {
	width: 9em;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.col1,
.col2,
.col3,
.order {
	padding: 2em;
	overflow: hidden;
	position: relative;
}
section {
    box-shadow: 0px 0px 155px rgba(255,0,0,0.3);
}
.col1::before,
.col2::before,
.col3::before,
.order::before {
	font-weight: bold;
	font-size: 10em;
	width: 100%;
	border-top-width: 0.02em;
	border-top-style: solid;
}
.col1::after,
.col2::after,
.col3::after,
.order::after {
	font-weight: bold;
	font-size: 10em;
	width: 100%;
	border-top-width: 1em;
	border-top-style: solid;
}
.col1::before {
	content: "C";
}
.col2::before {
	content: "V";
}
.col3::before {
	content: "S";
}
.col1 {
	background: var(--chocolate);
	color: var(--chocolate-bright);
}
.col2 {
	background: var(--vanilla);
	color: var(--vanilla-bright);
}
.col3 {
	background: var(--strawberry);
	color: var(--strawberry-bright);
}
.order {
	color: #ffde96;
	background: rgba(0, 0, 0, 0.6);
}

/* FORM */
input[type=radio]+label::before {
	border-radius: 100%;
}
label:hover,
label:hover,
select:hover {
	opacity: 0.8;
	filter: brightness(90%);
	cursor: pointer;
}
input[type=checkbox]:checked+label::before,
input[type=radio]:checked+label::before {
	background: rgba(255, 255, 255, 0.1) url(../img/favicon.png) no-repeat center center / cover;
}
input[type=checkbox]:checked+.strawberry::before,
input[type=radio]:checked+.strawberry::before {
	background: rgba(255, 255, 255, 0.1) url(../img/strawberry2.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.caramel::before,
input[type=radio]:checked+.caramel::before {
	background: rgba(255, 255, 255, 0.1) url(../img/caramel.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.oreo::before,
input[type=radio]:checked+.oreo:before {
	background: rgba(255, 255, 255, 0.1) url(../img/oreo.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.cookie::before,
input[type=radio]:checked+.cookie::before {
	background: rgba(255, 255, 255, 0.1) url(../img/cookie.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.coffee::before,
input[type=radio]:checked+.coffee::before {
	background: rgba(255, 255, 255, 0.1) url(../img/coffee.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.banana::before,
input[type=radio]:checked+.banana::before {
	background: rgba(255, 255, 255, 0.1) url(../img/banana.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.peanut::before,
input[type=radio]:checked+.peanut::before {
	background: rgba(255, 255, 255, 0.1) url(../img/peanut.svg) no-repeat center center / contain;
}
input[type=checkbox]:checked+.cherry::before,
input[type=radio]:checked+.cherry::before {
	background: rgba(255, 255, 255, 0.1) url(../img/cherry2.svg) no-repeat center center / contain;
}
label,
select,
input {
	color: #d5d5d5;
}
select {
    background: black !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
}
input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
	color: inherit;
}
input[type=checkbox]:checked+.strawberry {
	color: #ff5c5c;
}
input[type=checkbox]:checked+.caramel {
	color: #ffd59a;
}
input[type=checkbox]:checked+.oreo {
	color: #efefef;
}
input[type=checkbox]:checked+.cookie {
	color: #dcb47c;
}
input[type=checkbox]:checked+.coffee {
	color: #b88a6a;
}
input[type=checkbox]:checked+.banana {
	color: #ebca33;
}
input[type=checkbox]:checked+.peanut {
	color: #cd9141;
}
input[type=checkbox]:checked+.cherry {
	color: #d35b74;
}
label {
	padding-left: 0.4em;
}
label::before {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 25%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	position: relative;
	content: "";
	top: 0.3em;
	margin-right: 0.5em;
}
input[type=checkbox],
input[type=radio] {
	visibility: hidden;
}
fieldset {
	border-style: solid;
	border-radius: 1em;
	padding-bottom: 2em;
}
fieldset h3 {
	padding-left: 1em;
}
legend {
	padding: 0.5em;
}
.gap {
	grid-gap: 1em;
}
.formgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.btngrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;
	margin-top: 1em;
}
select,
input[type=number] {
	background: rgba(255, 255, 255, 0.1);
	font-size: inherit;
	border: 0;
	border-radius: 0.35em;
	height: 2em;
	width: 90%;
	margin: 0 auto;
	border-style: solid;
	box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.1)
}
input[type=number] {
	display: block;
	margin-left: 2.4em;
	width: 4em;
	padding-left: 0.5em;
}
button {
	background: inherit;
	color: inherit;
	border-color: inherit;
	line-height: 1.5em;
	height: 3em;
}

/* Small devices */
@media only screen and (max-width: 480px) {
	header {
		padding-top: 25vh;
	}
    
	
	#current::after {
		display: none;
	}
    .homepage .btn {
        margin-top:2em;
    }
	.orderpage nav div a:nth-of-type(2) {
		display: none;
	}
	
	.homepage nav div a:nth-of-type(1) {
		display: none;
	}
	
	.logowrap {
		margin-bottom: 3em;
	}
	
	nav {
		grid-template-columns: auto;
		margin: 0;
		background: transparent;
	}
	
	.customizer img {
		width: 140%;
	}
	
	.customizer {
		width: 100%;
		margin-left: -20%;
	}
	
	nav div {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.logo {
		width: 80%;
		margin: auto;
	}
	
	nav a:hover&gt;img,
	nav a:hover span {
		transform: none;
	}
	
	nav a {
		padding: 0;
		margin: 0;
		height: 4em;
	}
	
	nav a:hover {
		background: transparent;
	}
	
	nav a span {
		border-radius: 0;
		margin: 0;
		height: 3.8em;
		box-sizing: content-box;
		background: rgba(0, 0, 0, 0.8);
		display: grid;
		align-content: center;
	}
	
	body {
		background-size: 150%;
		background-image: url(../img/bg-small.jpg);
	}
	
	.btngrid {
		grid-template-columns: auto;
		grid-gap: 0;
		padding: 0;
	}
	
	.order .btn {
		position: static;
		width: 100%;
		margin: 0.3em 0em 0em 0em;
		height: 3em;
	}
    button.btn {
        transition: all 0.2s ease;
    }
    button.btn:hover {
        filter: brightness(90%);
        transform: scale(0.95);
    }
	
	header {
		position: relative;
	}
	
	.formgrid {
		grid-template-columns: 1fr;
	}
	
	fieldset {
		border-color: rgba(255, 255, 255, 0.1);
	}
	
	select {
		width: 90%;
		height: 3em;
		margin: 0 auto;
	}
	
	label {
		border-bottom: 0.1em solid rgba(255, 255, 255, 0.1);
		width: 100%;
		display: inline-block;
		padding: 0 0 1em 2em;
		margin-top: -1em;
	}
	
	label::before {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 25%;
		display: inline-block;
		width: 2em;
		height: 2em;
		position: relative;
		content: "";
		top: 0.6em;
		margin-right: 1.5em;
	}
}

/* Both small &amp; Medium devices */
@media only screen and (max-width:768px) {
	*,
	*:hover {
		transform: none;
	}
	
	.grid {
		grid-template-columns: 1fr;
	}
	
	.col1,
	.col2,
	.col3 {
		width: 100vw;
		display: grid;
        height: inherit;
		align-content: center;
        min-height: 60vh;
	}
	
	.col1 div,
	.col2 div,
	.col3 div {
        height: auto;
	}
	
	.col1 {
		border-color: rgba(0, 0, 0, 0.2);
	}
	
	.col2 {
		border-color: rgba(255, 230, 100, 0.4);
	}
	
	.col3 {
		border-color: rgba(255, 0, 100, 0.2);
	}
	
	h1 {
		font-size: 3em;
		line-height: 0.9em;
	}
	
	.col1::before,
	.col2::before,
	.col3::before {
		height: 1.2em;
		line-height: 1.5em;
		font-size: 10em;
	}
}

/* Medium devices */
@media only screen and (min-width:481px) and (max-width:659px) {
	.formgrid {
		grid-template-columns: 1fr 1fr;
	}
}

/* Medium devices */
@media only screen and (min-width:660px) and (max-width:869px) {
	.formgrid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Medium devices */
@media only screen and (min-width:481px) and (max-width:768px) {
	h1 {
		font-size: 4em;
		margin: 0em 0 0.6em 0em;
		line-height: 0.9em;
		width: 100%;
	}
	
	.order .btn {
		position: static;
		width: 100%;
		margin: 0.3em 0em 0em 0em;
		min-height: 4em;
	}
	
	.btngrid {
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0;
	}
	
	.col1::before,
	.col2::before,
	.col3::before {
		left: -0em;
		content: "";
		border: 0.2em solid;
		position: absolute;
		top: 0;
		width: 0.5em;
		border-bottom-right-radius: 100%;
		height: 0.5em;
	}
	
	.col1::after,
	.col2::after,
	.col3::after {
		right: 0;
		content: "";
		border: 0.2em solid;
		position: absolute;
		top: 0;
		width: 0.5em;
		border-bottom-left-radius: 100%;
		height: 0.5em;
	}
	
	.col1::before,
	.col1::after {
		border-color: var(--chocolate-bright);
		opacity: 0.5
	}
	
	.col2::before,
	.col2::after {
		border-color: var(--vanilla-bright);
		opacity: 0.5
	}
	
	.col3::before,
	.col3::after {
		border-color: var(--strawberry-bright);
		opacity: 0.5;
	}
	
	.grid div div {
		width: 60%;
		margin: auto;
		text-align: left;
	}
	
	.col1,
	.col2,
	.col3 {
		position: relative;
	}
	
	.btn {
		position: relative;
		margin-top: 2em;
		top: 0;
		left: 0;
		width: 70%;
	}
    
	body {
		background-size: 120%;
		background-image: url(../img/bg-small.jpg);
	}
}

/* Large devices */
@media only screen and (min-width: 769px) {
	.btn {
		position: relative;
		top: 0;
		left: 0;
		margin: 1em 0em 1em 0em;
		width: 100%;
	}
}
</pre></body></html>