@font-face {
	font-family: 'Regular';
	src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: 'ExtraBold';
	src: url(/fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
	font-family: 'GozeEmBumBum';
	src: url(/fonts/Market.otf);
}

@font-face {
	font-family: 'Ahnpqonomedacidade';
	src: url(/fonts/OpenSans-ExtraBold.ttf);
}

/* Gilroy */

@font-face {
	font-family: 'Gilroy-Medium';
	src: url(/fonts/Gilroy-Medium.ttf);
}

@font-face {
	font-family: 'Gilroy-ExtraBoldItalic';
	src: url(/fonts/Gilroy-ExtraBoldItalic.ttf);
}

/* Archivo */

@font-face {
	font-family: 'Archivo-MediumItalic';
	src: url(/fonts/Archivo-MediumItalic.ttf);
}

@font-face {
	font-family: 'Archivo-BoldItalic';
	src: url(/fonts/Archivo-BoldItalic.ttf);
}
.superdia {
  --white: white;
  --yellow: #fcaf17;
  --red: #B90010;
}

.superdia .grid .ripple {
  display: none;
}

.superdia .content {
  margin-top: 120px;
}

.superdia .content > .info-wrapper {
  transform: translate(-50%, -25%);
}

.superdia .content > .info-wrapper > .info {
  border-radius: 36px;
  overflow: hidden;
  height: 200px;
}

.superdia .content > .info-wrapper > .info .content-wrapper {
  width: 100%;
  height: 115%;
}

.superdia .content .info-wrapper .info img {
  display: none;
}

.superdia .grid .products {
  border-radius: 48px;
  padding: 120px 80px;
  overflow: hidden;
}

.superdia .offer h2 {
  font-family: 'Gilroy-ExtraBoldItalic';
  font-size: 96px;
  padding: 0 16px;
  text-shadow: none;
  color: var(--white);
  background: var(--yellow);
  margin-top: 24px;
}
.superdia .offer h2::before,
.superdia .offer h2::after {
  color: var(--white);
  background: var(--yellow);
  text-shadow: none;
  height: 100%;
}

.superdia .offer .old-price {
  text-shadow: none;
  padding: 0 16px 0 8px;
}
.superdia .offer .old-price::before {
  color: var(--white);
  background: var(--yellow);
  text-shadow: none;
  height: 100%;
  line-height: 100%;
}
.superdia .offer .old-price::after {
  display: none;
}

.superdia .offer h2::before {
  left: 0;
  transform: translate(-99%, -50%);
  line-height: 115px;
  padding-left: 12px;
}
.superdia .offer h2::after {
  right: 0;
  transform: translate(98%, 10%);
  line-height: 120px;
  padding-right: 12px;
}

.superdia .offer .info {
  align-items: center;
}

.superdia .offer h1 {
  font-family: 'Gilroy-Medium';
  text-align: center;
  padding-top: 16px;
}

.superdia footer h3 {
  font-family: 'Gilroy-Medium';
}

.superdia .info-wrapper .city {
  font-family: 'Gilroy-ExtraBoldItalic';
}

.superdia .info-wrapper .info .content-wrapper .city {
  height: 60px;
}
.superdia .info-wrapper .info .content-wrapper .expire-date {
  font-family: 'Gilroy-Medium';
}

.superdia .info-wrapper .content-wrapper {
  margin-top: 0;
}

.superdia .logo {
  display: none;
}

.superdia .lil-seal {
  display: none;
}

.superdia .offer .min-unities {
  font-family: 'Gilroy-Medium';
  padding: 6px;
  background: var(--red);
}

.rede-forte .lil-seal {
  display: none;
}

.rede-forte .logo {
  display: none;
}

.grid .content {
	display: flex;
  flex-direction: column;
  gap: 24px;
}

.rede-forte .grid .ripple {
  display: none;
}

.rede-forte .content {
  margin-top: 120px;
}

.rede-forte .content > .info-wrapper > .info {
  border-radius: 36px;
  overflow: hidden;
  height: 200px;
}

.rede-forte .content > .info-wrapper > .info .content-wrapper {
  width: 100%;
  height: 115%;
}

.rede-forte .content .info-wrapper .info img {
  display: none;
}

.rede-forte .grid .products {
  border-radius: 48px;
  padding: 120px 80px;
  overflow: hidden;
}

.rede-forte .offer h2 {
  font-family: 'Archivo-BoldItalic';
}

.rede-forte .offer h1 {
  font-family: 'Archivo-MediumItalic';
}

.rede-forte footer h3 {
  font-family: 'Archivo-MediumItalic';
}

.rede-forte .info-wrapper .city {
  font-family: 'Archivo-BoldItalic';
}

.rede-forte .info-wrapper .info .content-wrapper .expire-date {
  font-family: 'Archivo-MediumItalic';
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.white-label {
	color: white;
	font-family: 'ExtraBold';
	font-size: 1.6em;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 1584px;
	min-height: 100vh;
	background: black;
}

#image-input {
	display: none;
}

.buttons {
	display: flex;
}

.brewer-footer {
	width: 100%;
}header .header-img {
	background-size: cover;
	background-position: center;
}

header .header-img.drop-wrapper {
	padding: 40px;
}

header .drop-wrapper .drop-zone {
	opacity: 1;
}

header .drop-zone {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed white;
	opacity: 0;
}

header span {
	font-family: 'ExtraBold';
	font-size: 1em;
	color: white;
}.buttons {
	display: flex;
	justify-content: space-between;
}
button, label {
	width: 100%;
	padding: 24px;
	border: none;
	outline: none;
	font-family: 'ExtraBold';
	font-size: 1.2em;
	color: white;
	text-align: center;
	background: blue;
	cursor: pointer;
}
label {
	background: black;
}

a {
	font-family: 'ExtraBold';
	padding: 0 48px;
	flex: 1;
	background: red;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
}
a:nth-child(3) {
	background: green;
}
.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 80px 80px 80px;
	position: relative;
	margin-top: -60px
}

.content .badge-parati {
    width: 440px;
    position: absolute;
    right: 1545px;
    top: -100px;
    transform: translate(0, -50%);
}

.content .badge-parati.small {
	width: 350px;
    right: 85px;
    top: 40px;
}

.content .club-seal {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%, -70%);
	filter: 
		drop-shadow(6px 6px white)
		drop-shadow(-6px 6px white)
		drop-shadow(6px -6px white)
		drop-shadow(-6px -6px white);
}

.content footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
}
.content .logo {
    position: absolute;
    width: 269px;
    right: 220px;
    top: -75px;
    transform: translate(0, -50%);
}
.content .logo.small {
	left: 77px;
	top: 50px;
}
.content .pacotonho {
	position: absolute;
	width: 405px;
	right: 0.5%;
	bottom: 0;
	z-index: 25;
}

.content .limit-warn {
	margin-top: 24px;
}	.grid {
	padding-top: 150px;
}
.grid .content {
	margin-top: -230px;
	padding: 0;
}
.grid .products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 80px;
	background: white;
}
.grid .ripple {
	width: 100%;
	display: block;
}
.grid .ripple:nth-child(3) {
	margin-top: -130px;
}

.grid .extra-info {
	width: 100%;
	font-family: 'ExtraBold';
	font-size: 3.1em;
	text-transform: uppercase;
	outline: none;
	border: none;
	text-align: center;
	color: #ff0000;
	margin-bottom: 50px;
}.offer {
	position: relative;
	padding: 32px 30px;
}

.offer .image {
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	transform: translate(0, -23%);
}

.offer .info {
	margin-top: -15%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	height: auto;
}

.offer h2 {
	position: relative;
	font-family: 'GozeEmBumBum';
	font-weight: 100;
	font-size: 4em;
	margin-right: 42px;
	margin-top: 6px;
}
.offer h2::before,
.offer h2::after {
	font-size: 40px;
	position: absolute;
	color: black;
}
.offer h2::before {
	content: 'R$';
	top: 50%;
	left: -6px;
	transform: translate(-100%, -35%);
}

.offer h2::after {
	content: attr(data-unit);
	right: -14px;
	bottom: 10%;
	transform: translate(70%, 0);
	text-shadow: 
		6px 6px 0 white,
		-6px 6px 0 white,
		6px -6px 0 white,
		-6px -6px 0 white
	;
}

.offer h2.hidden {
	color: rgba(0, 0, 0, 0);
	text-shadow: none;
}
.offer h2.hidden::before {
	opacity: 0;
}
.offer h2.hidden.completely::before,
.offer h2.hidden.completely::after {
	opacity: 0;
}

.offer .old-price-wrapper {
	position: absolute;
	top: -12px;
	right: -50px;
}

.offer .old-price {
	position: relative;
}

.offer .old-price h2 {
	font-size: 4em;
	margin-bottom: 30px;
	align-self: flex-start;
	color: white;
	background: #D33F49;
	padding: 0 16px 2px 96px;
	border-radius: 6px;
}
.offer .old-price h2::before {
	left: 90px;
	color: white;
}

.offer h2.new-price {
	font-size: 4em;
	text-shadow: 
		6px 6px 0 white,
		-6px 6px 0 white,
		6px -6px 0 white,
		-6px -6px 0 white
	;
}
.offer h2.new-price.translated {
	transform: translate(0, -90px);
}

.offer h1 {
	font-family: 'Regular';
	font-size: 1.9em;
	opacity: 0.80;
	margin-top: -5px;
	text-transform: uppercase;
	text-align: right;
	outline: none;
	white-space: pre-wrap;
}
.offer h1,
.offer h2 {
	display: block;	
}

.offer .lil-seal {
	position: absolute;
	left: 32px;
	top: 50%;
	width: 125px;
	transform: translate(-100%, -50%);
}

.offer .coin {
	position: absolute;
	top: -25px;
	right: 15px;
	height: 200px;
	z-index: 2;
}

.percentage {
	position: absolute;
	right: -20px;
	top: 3px;
	width: 128px;
	height: 128px;
	background: #F7BB20	;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.percentage span {
	font-family: 'ExtraBold';
	font-size: 38px;
	font-weight: bold;
	color: black;
	line-height: 38px;
}

.offer .min-unities {
	position: absolute;
	top: 0;
	left: -16px;
  font-size: 1.75em;
	color: white;
	z-index: 100;
}
.info-wrapper {
	width: 660px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -75%);
	filter: drop-shadow(0px 0px 24px rgba(0,0,0,0.16));
	vertical-align: baseline;
	z-index: 20;
}
.info {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	height: 320px;
}
.info-wrapper img {
	width: 100%;
	display: block;
}
.info-wrapper img:nth-child(3) {
	margin-top: -2px;
}
.info-wrapper .content-wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -20px;
	background-color: #ffffff;
}

.info-wrapper .city,
.info-wrapper .expire-date {
	width: 100%;
	outline: none;
	border: none;
	text-align: center;
}

.info-wrapper .city {
	line-height: 2.3em;
	font-family: 'Ahnpqonomedacidade';
	font-weight: 100;
	font-size: 3.2em;
}

.info-wrapper .expire-date {
	font-family: 'ExtraBold';
	font-size: 2.3em;
	display: inline-block;
	text-transform: uppercase;
}

.info-wrapper .ondinha{
	background: #EC9047;
	position: center;
	margin-top: -7px;
	margin-bottom: 8px;
	width: 130px;
}.separator img {
  width: 100%;
  margin: 24px 0;
}

.separator .top {
  background: url('/footage/bot-curva.png');
  background-size: 100%;
  background-position: center bottom;
  width: 100%;
  height: 60px;
}

.separator .bot {
  background: url('/footage/top-picote.png');
  background-size: 100%;
  background-position: center top;
  width: 100%;
  height: 60px;
}
input {
	outline: none;
}

.card-input {
	display: inline-flex;
	flex-direction: column;
}
.card-fetch-input-wrapper {
	display: inline-flex;
}

.card-input input {
	width: 380px;
	padding: 28px;
}
.card-input button {
	width: unset;
}
.card-input button.loading {
	color: blue;
	background: white;
}

.card-input input[type="file"] {
	position: absolute;
	opacity: 0;
}
.card-input label {
	margin-top: 16px;
	display: block;
	background: blue;
}.configuration {
	display: inline-flex;
	justify-content: flex-end;
	position: fixed;
	top: 24px;
	right: 24px;
	background: white;
	border-radius: 26px;
	max-width: 52px;
	max-height: 52px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 20;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.26);
	transform: rotate(90deg);
}
.configuration:hover {
	transform: rotate(0deg);
}
.configuration.active {
	max-width: 300px;
	max-height: 450px;
	border-radius: 0;
	padding: 0 0 10px 10px;
	transform: rotate(0deg);
}

.configuration .header {
	display: flex;
	align-items: center;
	padding: 10px 10px 7px 10px;
}
.configuration .header h2 {
	font-family: sans-serif;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1em;
	opacity: 0.54;
	padding-right: 24px;
}

.configuration img {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.configuration li {
	transition: all 0.2s ease-in-out;
	opacity: 0;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-style: italic;
	color: rgba(0,0,0,0.54);
}
.configuration.active li {
	padding: 10px;
	opacity: 1;
}

.configuration .color {
	display: flex;
}
.configuration .color .color-preview {
	width: 48px;
	height: 24px;
	border: 2px solid black;
}
.configuration .color input {
	width: 96px;
	margin-left: 12px;
}


.configuration .colorOndinha {
	display: flex;
}
.configuration .colorOndinha .colorOndinha-preview {
	width: 48px;
	height: 24px;
	border: 2px solid black;
}
.configuration .colorOndinha input {
	width: 96px;
	margin-left: 12px;
}


.configuration .club input {
	margin: 0 18px 0 10px;
}