/*!
Theme Name:   T-Outlet V2
Theme URI:    https://blisq.pt/
Author:       Blisq Creative
Author URI:   https://blisq.pt/
Description:  Tema Blisq-Woocommerce desenvolvido à medida
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  blisq-woocommerce
Tags:         e-commerce
 */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redacted+Script:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

html {
	overflow-x: hidden;
}

html.overflow {
	overflow: hidden;
}

body {
	line-height: 1;
	font-family: 'Archivo', sans-serif;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 99.3%;
	width: fit-content;
	position: relative;
}

h1::after {
	right: -20px;
	bottom: -20px;
	content: 'quasas';
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	position: absolute;
	font-weight: 400;
}

h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 120.8%;
	/* 21.744px */
}

h3 {
	color: #000;
	font-size: 26px;
	font-weight: 400;
	line-height: 120.8%;
}

h3 span {
	font-weight: 700;
}

abbr[title],
a {
	color: inherit;
	text-decoration: none;
}

ins {
	text-decoration: none;
}

p {
	font-weight: 300;
	font-size: 14px;
	line-height: 142.3%;
}

p mark {
	background-color: transparent;
	font-weight: 600;
	position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

textarea,
input {
	font-family: 'Archivo', sans-serif;
}

strong {
	font-weight: 600;
}

/* Cores */
.white {
	color: #fff
}

.black {
	color: #000;
}

.gray {
	color: #B0B0B0;
}

.text-center {
	text-align: center;
}

/* Barra de Admin */

#wpadminbar {
	position: absolute;
	background: #ca9e39;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

::selection {
	color: #171717;
	background: #dedede;
}

/*
 * Global
 */

.my-40 {
	margin: 40px 0;
}

#primary {
	max-width: 1500px;
	margin: 0 auto;
}

.archive #primary {
	margin: 0;
	max-width: none;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper,
.container {
	max-width: 1365px;
	margin: 0 auto;
	position: relative;
}

.archive .container {
	max-width: 1445px;
}

.container-sm {
	max-width: 980px;
	margin: 0 auto;
}

.footer-container {
	max-width: 1275px;
	margin: 0 auto;
}

main {
	min-height: 100vh;
	width: 100%;
	position: relative;
	z-index: 2;
}

.search-no-results main {
	min-height: 50vh;
}

nav.menu-store {
	min-width: 290px;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.09));
	z-index: 3;
	padding: 60px 45px 45px 0;
	transition: all .5s;
	border-radius: 10px;
}

nav.menu-store>div {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-left: 45px;
	justify-content: space-between;
}

/* Width */
nav.menu-store>div::-webkit-scrollbar {
	width: 3px;
}

/* Track */
nav.menu-store>div::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
nav.menu-store>div::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
nav.menu-store>div::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.hidden-menu-store .menu-store-collapse-button {
	right: -45px;
}

.menu-store-collapse-button {
	right: -20px;
	top: 165px;
	background-image: url(assets/images/icons/icon-collapse.svg);
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
	background-color: #fff;
	border-radius: 5px;
	height: 40px;
	width: 45px;
	position: absolute;
	cursor: pointer;
	border: none;
	transition: all .5s;
}

.page-content {
	width: calc(100% - 290px);
	height: 100vh;
	margin-left: 290px;
	position: relative;
	transition: all .5s;
}

.page-content::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(0);
	transition: all .5s;
	position: fixed;
}

.page-content.blur::after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
	background: rgba(0, 0, 0, 0.40);
	backdrop-filter: blur(10px);
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

nav.menu-store.hidden-menu-store {
	left: -292px;
}

.page-content.hidden-menu-store {
	width: 100%;
	margin-left: 0;
	transition: all .5s;
}

/*
 * Select 2
 */

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 1 !important;
}

.select2-container--default .select2-selection--single {
	border: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	height: fit-content !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	padding-left: 0;
	font-size: 12px;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	font-size: 12px;
	padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: -14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #e9e9e9 !important;
	color: #171717;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: -2px !important;
}

/*
 * Header
 */

.custom-logo-link {
	position: fixed;
	left: 60px;
}

.custom-logo-link.hidden-menu-store {
	position: absolute;
}

header {
	position: relative;
	z-index: 3;
}

.header-top {
	background-color: #F4F4F4;
}

.header-bottom {
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}

.header-bottom-menu {
	margin-left: 225px;
}

.header-container {
	max-width: 1780px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-container>ul {
	display: flex;
	align-items: center;
	gap: 50px;
}

.header-top ul li {
	color: #161C28;
	font-size: 12px;
	font-weight: 400;
	line-height: 120.8%;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.header-bottom ul li {
	color: #161C28;
	font-size: 12px;
	font-weight: 400;
}

.header-bottom ul li a {
	transition: all .2s;
}

.header-container li a:hover {
	font-weight: 700;
	letter-spacing: -.3px;
}

.header-container ul.header-account-cart {
	gap: 10px;
}

.header-form {
	flex: 1;
	margin: 0 20px 0 5%;
}

.header-search {
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	height: 35px;
	width: 100%;
	padding: 10px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	background-image: url(assets/images/icons/icon-busca.svg);
	background-size: 25px;
	background-position: 99.5%;
	background-repeat: no-repeat;
	padding-right: 30px;
}

.header-search:focus {
	outline: inherit;
}

.header-search::placeholder {
	color: #CDCDCD;
	font-size: 12px;
	font-weight: 400;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.header-cart,
.header-account {
	background-image: url(assets/images/icons/icon-perfil.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	width: 35px;
	height: 35px;
	display: block;
	position: relative;
	background-color: transparent;
	border-radius: 50%;
}

.header-cart {
	background-image: url(assets/images/icons/icon-carrinho.svg);
}

.header-cart.filled {
	background-color: #161C28;
	background-image: url(assets/images/icons/icon-carrinho-branco.svg);
}

.header-bottom ul li a.header-account.filled {
	background-color: #161C28;
	background-image: url(assets/images/icons/icon-perfil-branco.svg);

}

.header-cart.filled::after {
	content: '';
	position: absolute;
	bottom: 2px;
	right: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #951FB7;
}

.header-language {
	position: relative;
}

.header-container ul.header-language {
	position: relative;
	flex-direction: column;
	gap: 0;
}

ul.header-language-list {
	position: absolute;
	top: 30px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
	width: 100%;
}

ul.header-language-list.opened {
	opacity: 1;
	visibility: visible;
}

.header-language .header-language-active,
.header-language .header-language-list li {
	background-color: #e7e7e7;
	padding: 10px 20px 10px 15px;
	color: #161C28;
	font-size: 12px;
	font-weight: 600;
	line-height: 120.8%;
	/* 13.288px */
	opacity: 1;
	display: flex;
	gap: 3px;
	flex-wrap: nowrap;
	align-items: center;
}

.header-language-active {
	cursor: pointer;
}

.header-language-active::before,
.header-language li::before {
	content: '';
	height: 13px;
	width: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.language-pt::before,
.header-language li.language-pt::before {
	background-image: url(assets/images/icons/icon-pt.png);
}

.language-gb::before,
.header-language li.language-gb::before {
	background-image: url(assets/images/icons/icon-gb.png);
}

.header-language::after {
	content: '';
	height: 6px;
	width: 8px;
	background-image: url(assets/images/vector-idioma.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 15px;
	right: 8px;
}

.header-language.opened::after {
	scale: -1;
	top: 13px;
}

.menu-store-top {
	margin-top: 75px;
	overflow-x: hidden;
}

.menu-store-top::-webkit-scrollbar {
	display: none;
}


.menu-store-top a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 100%;
}

.menu-store-top a::before {
	content: '';
	position: absolute;
	left: -60px;
	top: -7px;
	background-color: transparent;
	height: 25px;
	width: calc(100% + 105px);
	display: block;
	z-index: -1;
	transition: all .2s;
}

.menu-store-top a:hover::before {
	background-color: #f7f7f7;
}

.menu-store-top li {
	margin-bottom: 14px;
}

.menu-store-top>li {
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 14px;
}

.menu-store-top .btn-menu-strong {
	font-weight: 700;

}

.menu-store-top>li:first-child a {
	font-weight: 600;
}

.menu-store-top>li.current-menu-item a {
	color: #B9B9B9;
}

.menu-item-has-children li a,
.menu-item-has-children>a {
	color: #0E0E0E;
	font-weight: 700;
}

.menu-item-has-children li:first-child {
	margin-top: 14px;
}

.menu-item-has-children li a {
	font-weight: 400;
	white-space: nowrap;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
	min-width: 300px;
	height: 100vh;
	background-color: #f7f7f7;
	position: fixed;
	left: 290px;
	top: 0;
	z-index: -1;
	padding: 170px 45px 45px 45px;
	border-radius: 10px;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
}

.menu-store-top>.menu-item-has-children>.sub-menu>li:last-child {
	margin-bottom: 0;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu.toggle {
	visibility: visible;
	opacity: 1;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu li {
	margin-top: 0;
	display: flex;
	align-items: baseline;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li {
	border-bottom: 1px solid #E4E4E4;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .menu-item-has-children>a {
	font-weight: 700;
	width: 110px;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(7, auto);
	column-gap: 30px;
	align-items: baseline;
	grid-auto-columns: 140px;
}

.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu li:hover {
	text-decoration: underline;
}


.menu-item-has-children li.menu-item-object-custom>a {
	font-weight: 600;
	color: #AEAEAE;
}

.menu-item-has-children li.menu-item-object-custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.menu-item-has-children li.menu-item-object-custom.hover::before {
	content: '';
	width: 290px;
	height: 30px;
	background-color: #f7f7f7;
	display: block;
	position: absolute;
	top: 50%;
	left: -60px;
	z-index: -1;
	transform: translateY(-50%);
}

.menu-item-has-children li.menu-item-object-custom::after {
	content: '';
	background-image: url(assets/images/icons/icon-menu-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 8px;
	width: 10px;
	position: absolute;
	right: 0;
}

.close-submenu {
	position: absolute;
	top: 125px;
	right: 30px;
	height: 25px;
	width: 25px;
	background-image: url(assets/images/icons/icon-fechar-submenu.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

/* Fim Menu Top */
.menu-store-end {
	margin-bottom: 20px;
}

.menu-store-end>img {
	max-width: 200px;
	height: auto;
	filter: drop-shadow(0px 4px 28.5px rgba(0, 0, 0, 0.25));
}

.menu-store-contacts {
	max-width: calc(100% + 20px);
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	padding: 20px;
	margin: 45px 0 20px -20px;
	position: relative;
}

.menu-store-contacts::after {
	content: '';
	position: absolute;
	top: -30px;
	right: 5px;
	width: 60px;
	height: 50px;
	background-image: url(assets/images/icons/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-store-contacts h2 {
	color: #0E0E0E;
	font-size: 12px;
	font-weight: 700;
}

.menu-store-social h2 {
	color: #0E0E0E;
	font-size: 12px;
	font-weight: 700;
}

.menu-store-social>div {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 10px;
}

.menu-store-social>div a {
	color: #AEAEAE;
	font-size: 12px;
	font-weight: 400;
}

.menu-store-social>div a:hover {
	text-decoration-line: underline;
}

.menu-store-contacts a {
	color: #801B9D;
	font-size: 12px;
	font-weight: 700;
	line-height: 183.8%;
}

.menu-store-contacts a span {
	color: #161C28;
	font-weight: 300;
}

.menu-store-contacts a span:last-child {
	color: #B8B8B8;
}

.menu-store-contacts small {
	color: #C8C8C8;
	font-size: 12px;
	font-weight: 200;
	line-height: 146.8%;
	/* 14.782px */
	display: block;
	position: relative;
	top: -3px;
}

.icon-question::before,
.icon-free-shipping::before,
.icon-fast-shipping::before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-right: 5px;
}

.icon-fast-shipping::before {
	background-image: url(assets/images/icons/icon-envios-rapidos.png);
}

.icon-free-shipping::before {
	background-image: url(assets/images/icons/icon-portes-gratis.png);
}

.icon-question::before {
	background-image: url(assets/images/icons/icon-duvidas.png);
}

/*
 * Breadcrumb
 */

.woocommerce-breadcrumb {
	font-weight: 800;
	font-size: 12px;
	margin-bottom: 27px;
	margin-top: 52px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.woocommerce-breadcrumb a {
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	color: #000;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb-separator {
	font-size: inherit;
	line-height: inherit;
	font-weight: 300;
}

/*
 * Buttons
 */

.btn {
	border-radius: 5px;
	background: #161C28;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	padding: 11px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	transition: all .2s;
	line-height: 120.8%;
	/* 14.496px */
}

.btn:hover {
	background-color: #951FB7;
}

/* Alertas */
.woocommerce-message {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	/* 12.384px */
}

.woocommerce-message a {
	font-weight: 700;
}

.woocommerce-error {
	margin: 25px 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.woocommerce-error li {
	color: #DC3F3F;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	/* 12.384px */
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.woocommerce-error li a {
	text-decoration: underline;
}

.woocommerce-error li::before {
	content: 'Atenção';
	padding: 5px;
	border-radius: 5px;
	border: 0.5px solid #EA4335;
	font-weight: 600;
}

/*
 * Footer
 */

footer {
	background: #161C28;
	padding: 100px 0 35px;
	color: #fff;
}

footer ul li {
	color: #DCDCDC;
	font-size: 12px;
	font-weight: 300;
	line-height: 183.8%;
	/* 18.38px */
}

footer ul#menu-menu-footer-bottom li {
	color: #737373;
}

footer ul li a:hover {
	color: #FFF;
}

footer ul li small {
	display: block;
	color: #9d9d9d;
	line-height: 146.8%;
	margin-top: -2px;
	margin-bottom: 5px;
}

footer ul,
footer h2 {
	margin-bottom: 18px;
}

.footer-grid {
	display: flex;
	column-gap: 2%;
	flex-wrap: wrap;
	row-gap: 20px;
}

.footer-grid>div {
	flex: 1 0 auto;
}

.footer-grid>div:last-child {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer-products {
	columns: 2;
}

.footer-box {
	background-color: #fff;
	padding: 20px 23px 20px 27px;
	height: fit-content;
	max-width: 345px;
	border-radius: 5px;
}

.footer-box h3 {
	color: #2C2C2C;
	font-size: 22px;
	font-weight: 700;
	line-height: 120.8%;
	margin-bottom: 5px;
	position: relative;
	width: fit-content;
}

.footer-box h3::after {
	content: 'kutwq';
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	color: #951FB7;
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.footer-box>div {
	display: flex;
	align-items: flex-end;
	gap: 35px;
	justify-content: space-between;
}

.footer-box p {
	color: #161C28;
	font-size: 18px;
	font-weight: 300;
	line-height: 120.8%;
	/* 21.744px */
	max-width: 160px;
}

.footer-social-media {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 25px;
	gap: 10px;
}

.footer-social-media span {
	color: #868686;
	font-size: 12px;
	font-weight: 300;
	line-height: 183.8%;
	/* 18.38px */
	position: relative;
	top: 2px;
}

.footer-social-media-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.footer-social-media-icons a {
	height: 13px;
}

.footer-social-media-icons a:hover {
	scale: 1.1;
}

.footer-bottom ul,
.footer-bottom {
	gap: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom {
	margin-top: 75px;
}

/*
 * Alertas
 */

.wc-block-components-notice-banner {
	font-size: 12px !important;
	align-items: center !important;
}

.wc-block-components-notice-banner.is-success {
	background-color: #fff !important;
	border-color: #d4d4d4 !important;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #9121b1 !important;
}

.wc-block-components-notice-banner.is-info {
	background-color: #eee !important;
	border-color: #ddd !important;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #2f2f2f !important;
}

.wc-block-components-notice-banner__content>.restore-item {
	font-weight: 700;
}

.woocommerce-cart .wc-block-components-notice-banner.is-info {
	display: none;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 !important;
}

.woocommerce-edit-account .wc-block-components-notice-banner.is-error {
	width: fit-content;
}

.wc-block-components-notice-banner__content {
	display: flex;
	flex-direction: column;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	opacity: 1 !important;
	font-weight: 700 !important;
}

/*
** Blog
*/
.blog-subtitle {
	margin-top: 25px;
	font-size: 18px;
}

.blog-section {
	padding: 50px 0 75px 0;
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.blog-item {
	box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.09);
	padding: 20px;
}

.blog-item>figure {
	height: 170px;
	width: 100%;
	overflow: hidden;
}

.blog-content {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.blog-date {
	font-size: 12px;
}

.blog-title {
	color: #161C28;
	font-weight: 700;
}

.blog-item>figure>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .2s;
}

.blog-item:hover>figure>img {
	scale: 1.1;
}

.blog-item:hover .blog-title {
	color: #7B0F99;
}

.single-date {
	margin-top: 20px;
	display: block;
	font-size: 14px;
}

/*
 * Página Geral
 */

.general-banner {
	padding: 60px 0 45px 0;
	background-color: #F4F4F4;
}

.general-thumbnail>img {
	width: 100%;
	height: auto;
}

.general-banner h1 {
	position: relative;
	white-space: nowrap;
}

.general-banner h1::after {
	content: 'quasss';
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.general-container {
	margin: 0 auto;
	max-width: 600px;
}

.general-content {
	padding: 50px 0 80px 0;
	counter-reset: section;
}

.general-content h2 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
	line-height: 120.8%;
	/* 18.204px */
	margin-bottom: 15px;
	max-width: 280px;
}

.general-content h2::before {
	counter-increment: section;
	content: '0.' counter(section);
	color: #c2c2c2;
	display: block;
}

.general-content h3 {
	color: #A9A9A9;
	font-size: 15px;
	font-weight: 600;
	line-height: 120.8%;
	/* 18.204px */
	margin-bottom: 20px;
}

.general-content td,
.general-content th,
.general-content p {
	color: #000;
	font-size: 14px;
	font-weight: 200;
	line-height: 141.8%;
	/* 19.852px */
	margin-bottom: 15px;
}

.general-content hr {
	border-top: 1px solid #cdcdcd;
	margin-bottom: 15px;
}

.general-content ol,
.general-content ul {
	padding-left: 40px;
	margin-bottom: 15px;
}

.general-content li {
	color: #000;
	font-size: 14px;
	font-weight: 200;
	line-height: 141.8%;
	/* 19.852px */
	position: relative;
}

.general-content li::before {
	content: "\2022";
	color: #A9A9A9;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
}

.general-content table {
	width: 100%;
	overflow-x: auto;
	display: block;
	margin-bottom: 10px;
}

.general-content td,
.general-content th {
	padding: 10px 20px 5px 0;
	margin-bottom: 0;
}

.general-content th {
	font-weight: 700;
	text-align: left;
}

/*
 * 404
 */

.error-404 {
	padding: 125px 0;
	position: relative;
}

.error-404::after,
.error-404::before {
	content: '';
	background-image: url(assets/images/mask/before-404.svg);
	background-repeat: no-repeat;
	height: 360px;
	width: 520px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.error-404::after {
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	scale: -1;
}

.error-404-container {
	max-width: 430px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.error-404-container h1 {
	color: #951FB7;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 99.3%;
	/* 17.874px */
}

.error-404-container h1::after {
	display: none;
}

.error-404-container h2 {
	color: #161C28;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	line-height: 99.3%;
	/* 34.915px */
}

.error-404-container p {
	color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	line-height: 154.8%;
	/* 15.551px */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	margin: 20px 0;
}

.error-404-container p::after {
	content: 'quasa';
	color: #161C28;
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
}

.error-404-container a {
	border-radius: 6px;
	background-color: #161C28;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 120.8%;
	/* 19.328px */
	letter-spacing: 0.4px;
	padding: 10px 15px 10px 55px;
	background-image: url(assets/images/icons/icon-seta.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 15px;
	transition: all .2s;
}

.error-404-container a:hover {
	background-color: #801B9D;
	padding: 10px 15px 10px 60px;
	background-position: 20px;
}

/*
 * Frontpage
 */

.question {
	padding: 60px 0;
}

.question h3 span {
	position: relative;
}

.question h3 span::after {
	content: "qual";
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	color: #951FB7;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.questions-box {
	border-radius: 5px;
	background-color: #F7F7F7;
	padding: 50px 57px;
	margin-top: 40px;
}

.question-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
}

.question-box>div {
	display: none;
}

.question-box.opened>div {
	display: block;
}

.question-box span {
	color: #161C28;
	font-size: 18px;
	font-weight: 700;
	line-height: 120.8%;
	/* 21.744px */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	transition: all .2s;
}

.question-box>div p {
	color: #A8A8A8;
}

.question-box img{
	width: 100%;
	height: auto;
}

.question-box:hover span {
	color: #BCBCBC;
}

.question-box span::after {
	content: '';
	background-image: url(assets/images/icons/icon-dropdown.svg);
	width: 12px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	filter: saturate(0);
	scale: -1;
	transition: all .2s;
}

.question-box.opened span::after {
	filter: saturate(1);
	scale: 1;
}

.question-box:not(:first-child) {
	margin-top: 20px;
}

.question-box>div {
	margin-top: 20px;
	color: #A8A8A8;
	font-size: 14px;
	font-weight: 300;
	line-height: 142.3%;
	/* 19.922px */
}

.question-box>div p:not(:last-child) {
	margin-bottom: 10px;
}

.question-box-bottom {
	border-radius: 5px;
	background-color: #FFF;
	z-index: 2;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	display: flex;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	gap: 30px;
	padding: 16px;
	top: -25px;
}

.question-box-bottom .btn:hover {
	background-color: #B0B0B0;
}

.question-box-bottom span {
	color: #161C28;
	font-size: 12px;
	font-weight: 600;
	line-height: 120.8%;
	/* 14.496px */
}

/* Hero */
.frontpage-hero {
	background-color: #e1e1e1;
	position: relative;
	overflow-x: hidden;
	scrollbar-width: none;
}

.frontpage-hero img {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.frontpage-hero.frontpage-promo .container {
	display: grid;
	grid-template-columns: 40% 80%;
}

.frontpage-hero.frontpage-promo img {
	position: relative;
	width: 100%;
	object-fit: contain;
}

.frontpage-hero::after {
	content: '';
	background-image: url(assets/images/frontpage-telemovel.webp);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 665px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-position: bottom;
	z-index: 1;
	pointer-events: none;
}

.frontpage-hero.frontpage-promo::after {
	display: none;
}

.frontpage-hero.frontpage-promo .frontpage-hero-content {
	max-width: 100%;
}

.frontpage-hero-content {
	max-width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	position: relative;
	padding: 100px 0;
	background-color: #f8f8f8;
}

.frontpage-hero-content::before {
	content: '';
	background-color: #f8f8f8;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

.frontpage-hero-content::after {
	content: '';
	background-image: url(assets/images/mask/banner-after.svg);
	background-repeat: no-repeat;
	height: 100%;
	width: 124px;
	position: absolute;
	top: 0;
	right: -105px;
	z-index: -1;
}

.frontpage-hero-content>a {
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	color: #161C28;
	font-size: 12px;
	padding: 13px 17px;
	font-weight: 600;
	line-height: 120.8%;
	/* 14.496px */
	width: fit-content;
	margin-top: 15px;
	transition: all .2s;
}

.frontpage-hero-content>a:hover {
	background-color: #161C28;
	color: #fff;
}

.frontpage-hero-content h1 {
	color: #161C28;
	font-size: 35px;
	font-weight: 400;
	line-height: 130.8%;
	/* 45.78px */
}

.frontpage-hero-content h1:after {
	display: none;
}

.frontpage-hero-content p {
	color: #161C28;
	font-size: 35px;
	font-weight: 400;
	line-height: 130.8%;
	/* 45.78px */
}

.frontpage-hero.frontpage-promo .frontpage-hero-content p,
.frontpage-hero-content p strong {
	position: relative;
}

.frontpage-hero.frontpage-promo .frontpage-hero-content p:first-child::after,
.frontpage-hero-content p strong::after {
	content: '';
	background-image: url(assets/images/banner-sublinhado.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 7px;
	width: 100%;
}

.frontpage-hero.frontpage-promo .frontpage-hero-content p:first-child::after {
	left: auto;
	right: 0;
}

.frontpage-hero-content p em {
	color: #161C28;
	font-size: 17px;
	font-weight: 100;
	line-height: 130.8%;
	/* 22.236px */
}

.frontpage-hero-content small {
	font-size: 12px;
	color: #161C28;
	margin-top: 15px;
}

.frontpage-hero-icons {
	background-color: #F0F0F0;
	padding: 20px 0;
}

.single-product .frontpage-hero-icons {
	margin: 45px 0;
}

.frontpage-hero-icons-container {
	max-width: 1220px;
	margin: 0 auto;
}

.frontpage-hero-icons-container ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	/*just hides the scrollbar for firefox */
	-ms-overflow-style: none;
	/* IE 11 */
}

.frontpage-hero-icons-container ul::-webkit-scrollbar {
	display: none;

}

.frontpage-hero-icons-container li {
	color: #0E0E0E;
	font-size: 12px;
	font-weight: 400;
	padding-right: 65px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: 30px;
}

.frontpage-hero-icons-container li:not(:last-child) {
	border-right: 1px solid #b1b1b1;
}

/* models Grid*/
.models {
	overflow-x: hidden;
}

.models-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 40px 0;
	overflow-x: scroll;
	min-width: 100vw;
	scrollbar-width: none;
	/*just hides the scrollbar for firefox */
	-ms-overflow-style: none;
	/* IE 11 */
}

.models-grid.active {
	cursor: grabbing;

}

.models::-webkit-scrollbar,
.models-grid::-webkit-scrollbar {
	display: none;
}

.models-grid li {
	flex: 1 0 175px;
}

.models-grid li a {
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 20px;
}

.models-grid.active li a {
	pointer-events: none;
}


.models-grid li a img {
	transition: all .2s;
	width: auto;
	max-height: 90px;
}

.models-grid li a span {
	color: #000;
	font-size: 19px;
	font-weight: 700;
	line-height: 120.8%;
	/* 22.952px */
	transition: all .2s;
	min-height: 46px;
	text-align: center;
}

.models-grid li a:hover img {
	scale: 1.1;
}

.models-grid li a:hover span {
	font-size: 17px;
}

/* Métodos de Pagamento */
.payment-methods {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
	flex-wrap: wrap;
	padding-bottom: 90px;
}

.payment-methods > img{
	background-color: #fff;
}

.list-brands {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin: 30px 0 60px 0;
}

.list-plataforms img,
.list-brands img {
	transition: all .2s;
	width: auto;
	height: 25px;
}

.list-plataforms a:hover img,
.list-brands a:hover img {
	scale: 1.1;
}

/* Plataformas */
.plataforms {
	background-color: #F7F7F7;
	padding: 75px 0;
}

.plataforms h2 {
	font-size: 14px;
}

.list-plataforms {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
	row-gap: 20px;
	flex-wrap: wrap;
}

/* Categorias Frontpage */
.product-after-summary h2,
.subtitle {
	position: relative;
}

.product-after-summary h2::after,
.subtitle::after {
	content: 'qual';
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	position: absolute;
	bottom: -10px;
	left: 0;
	font-weight: 400;
}

.frontpage-categories {
	position: relative;
}

.frontpage-categories::before {
	content: '';
	width: 580px;
	height: 580px;
	border-radius: 50%;
	background-color: #161C28;
	opacity: 0.03;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.frontpage-categories::after {
	content: '';
	height: 245px;
	width: 245px;
	border-radius: 50%;
	background-color: #161C28;
	position: absolute;
	bottom: -110px;
	right: 20%;
	z-index: 0;
}

.frontpage-categories-grid {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 172px 340px;
	gap: 25px;
	display: grid;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}

.frontpage-category-item {
	padding: 30px;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.frontpage-category-item h2 {
	color: #161C28;
	font-size: 26px;
	font-weight: 700;
	line-height: 120.8%;
	/* 31.408px */
	margin-bottom: 5px;
	transition: all .2s;
}

.frontpage-category-item:hover h2 {
	color: #bebebe;
}

.frontpage-category-item p {
	color: #161C28;
	font-size: 13px;
	font-weight: 100;
	line-height: 120.8%;
	/* 15.704px */
}

.frontpage-category-item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.frontpage-category-item:nth-child(2) {
	grid-column: span 2;
	background-position: right;
	background-position: 160%;
	background-size: 70%;
}

.frontpage-category-item:nth-child(2) p {
	max-width: 220px;
}

.frontpage-category-item:nth-child(3) {
	background-position: 40px 120px;
}

/* Método de Trabalho */
.method:not(.woocommerce-order-overview__payment-method) {
	background-color: #225B51;
	padding-top: 60px;
	background-image: url(assets/images/bg/bg-methods.webp);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.method h3 {
	max-width: 480px;
	margin: 5px auto 0 auto;
}

.method h3 span {
	position: relative;
}

.method h3 span::after {
	content: 'quaaal';
	color: #fff;
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	right: 0;
	bottom: -20px;
}

.method-box {
	background-color: #161C28;
	padding: 55px;
	max-width: 450px;
}

.method-box p {
	color: #fff;
}

.method-box p:first-child {
	color: #757575;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: 100.8%;
	/* 20.16px */
	margin-bottom: 10px;
}

.method-box>span {
	color: #757575;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 100.8%;
	/* 14.112px */
	margin: 20px 0;
	display: block;
}

.method-box ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 142.3%;
	/* 19.922px */
	display: flex;
	gap: 10px;
	width: 100%;
	padding: 14px;
	border-bottom: 1px solid #454953;
	color: #FFF;
}

.method-box ul li span {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-left: auto;
	font-size: 12px
}

.method-box ul li span::after {
	content: '';
	background-image: url(assets/images/icons/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 6px;
	width: 24px;
	position: relative;
	left: 0;
	transition: all .2s;
}

.method-box ul li a:hover span::after {
	left: 15px;
}

.methods-container {
	display: flex;
	align-items: center;
	gap: 18%;
	margin-top: 25px;
}

.method-icons {
	width: 270px;
	height: 200px;
	position: relative;
}

.method-icon {
	background-color: #fff;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 6px solid #161C28;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.method-icon::after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
}

.method-icon:first-child {
	position: absolute;
	top: 0;
	right: 0;
}

.method-icon:last-child {
	position: absolute;
	bottom: 0;
	right: 50px;
}

.method-icon:nth-child(2) {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.method-icon:first-child::after {
	background-image: url(assets/images/icons/icon-lixo-eletronico.svg);
	top: -30px;
	left: -55px;
}

.method-icon:nth-child(2)::after {
	background-image: url(assets/images/icons/icon-recursos-naturais.svg);
	top: -30px;
	right: -55px;
}

.method-icon:nth-child(3)::after {
	background-image: url(assets/images/icons/icon-carbono.svg);
	bottom: -30px;
	right: -55px;
}

.method-icon p {
	color: #303030;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	line-height: 100.8%;
	text-align: center;
	max-width: 68px;
}

/* Perguntas Frequentes */
.page-template-page-perguntas-frequentes .questions-box {
	margin-top: 0;
	margin-left: -50px;
}

/* Produtos Loop*/
.products.columns-4 {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(4, 1fr);
}

.products.columns-3 {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}

.products .product {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	padding: 17px 25px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.loop-product-label {
	color: #161C28;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 120.8%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
	width: 100%;
}

.loop-product-label .product-label-capacity {
	background-color: #161C28;
	color: #fff;
}

.loop-product-label .product-label-fiscal {
	background-color: #ddd;
	color: #161C28;
}

.product-label-reconditioned {
	background-color: #4B0B5D;
	color: #FFF;
	line-height: 1;
}

.loop-product-label span {
	border-radius: 18px;
	padding: 6px 9px;
}

.loop-product-label-percentage {
	background-color: #C4E4AB;
	width: fit-content;
	line-height: 0;
	padding: 12px 6px 10px 6px;
	border-radius: 18px;
	font-size: 12px;
	font-weight: 700;
	display: block;
	position: absolute;
	top: -20px;
}

.loop-product-info {
	align-self: flex-start;
	/* margin-top: auto; */
	width: 100%;
	position: relative;
}

.loop-product-info h3 {
	color: #161C28;
	font-size: 19px;
	font-weight: 700;
	line-height: 120.8%;
	/* 22.952px */
}

.loop-product-info ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.loop-product-info ul li {
	color: #161C28;
	font-size: 14px;
	font-weight: 300;
	line-height: 120.8%;
	/* 16.912px */
	position: relative;
}

.loop-product-info-grade::before {
	content: '';
	background-image: url(assets/images/icons/icon-i.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 9px;
	width: 9px;
	display: block;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
}

.loop-product-info>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.loop-product-info>div>a {
	border-radius: 5px;
	background: #E5E5E5;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	padding: 7px 17px;
	position: relative;
	transition: all .2s;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

.loop-product-info>div>a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #000;
	color: #E5E5E5;
	display: block;
	z-index: -1;
	transition: all .2s;
}

.loop-product-info>div>a:hover {
	color: #e5e5e5;
}

.loop-product-info>div>a:hover::before {
	left: 0;
}

.loop-product-info>*:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
}

.loop-product-info>*:not(:first-child) {
	padding-top: 10px;
}

.loop-product-info-price {
	color: #161C28;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 150.8%;
	/* 13.572px */
	text-align: right;
	flex: 1;
}

.loop-product-info-price .price {
	font-size: 22px;
	margin-left: 5px;
	font-style: normal;
	font-weight: 700;
	line-height: 92%;
	/* 20.24px */
}

.loop-product-info-price .price del {
	color: #C3C3C3;
	font-weight: 100;
	line-height: 92%;
	/* 20.24px */
}

.woocommerce-loop-product__link {
	margin: 5px 0 20px 0;
}

.woocommerce-loop-product__link img:hover {
	scale: 1.05;
}

.woocommerce-loop-product__link img {
	width: auto;
	height: 170px;
	transition: all .2s;
	object-fit: contain;
}

/*
 * Woocommerce Global
 */

.page-content .woocommerce {
	max-width: 1365px;
	margin: 0 auto;
}

.woocommerce-info {
	font-size: 14px;
	font-weight: 300;
}

.woocommerce-no-products-found {
	margin-top: 20px;
}

/*
 * Single
 */
.addon-aviso {
	font-size: 11px;
}

form div.extra-addon-wrap:last-of-type {
	margin-bottom: 15px;
}

.form-row.extra-addon-product {
	border-radius: 6px !important;
	border: 1px solid #CDCDCD !important;
	display: block !important;
	color: #D7D7D7;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 600;
	padding: 7px 10px !important;
	margin-top: 7.5px;
	background: white;
	min-height: auto !important;
}

.form-row.extra-addon-product .description {
	color: #161c28;
	font-weight: 400;
	display: block !important;
	text-align: left;
	padding-left: 27px;
	font-size: 11px;
}

.form-row.extra-addon-product .description a {
	color: #161c28;
	font-weight: bold;
}

.form-row.extra-addon-product .description a:hover {
	color: #951fb7;
}

.form-row.extra-addon-product label {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	opacity: 1;
	display: flex;
	cursor: pointer;
	align-items: center;
}

.form-row.extra-addon-product label input {
	margin-right: 10px;
	width: 16px;
	height: 16px;

}

.woocommerce-product-attributes {
	width: 100%;
	margin: 10px 0;

}

.single-product-doubts {
	margin-bottom: 40px;
}

.sku_wrapper {
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}

.sku_wrapper .value {
	font-weight: 600;
}

.single-product-title-after {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-product-title-after::after {
	content: '';
	background-image: url(assets/images/icons/icon-menu-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	left: 0;
	transition: all .2s;
}

.single-product-title-after:hover::after {
	position: relative;
	left: 10px;
}

.product-included {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 15px;
}

.product-included span {
	color: #000;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 300;
	border-radius: 5px;
	background-color: #EDEDED;
	padding: 6px;
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 2px;
}

.woocommerce-product-gallery__image>a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.woocommerce-product-gallery__image--placeholder img,
.woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-included img {
	height: 15px;
	width: 15px;
	object-fit: contain;
}

.woocommerce-product-attributes tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0 35px;
}

.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
	padding: 5px;
	text-align: left;
}

.woocommerce-product-attributes td p,
.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
	color: #999;
	font-size: 13px;
	font-weight: 300;
	line-height: 120.8%;
	/* 15.17px */
}

.woocommerce-product-attributes td {
	text-align: right;
}

.loop-product-label.percentage.single {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 0;
	border-radius: 18px;
	padding: 15px 10px;
	margin-bottom: 12px;
	display: block;
	width: fit-content;
	background-color: #C4E4AB;
}

.single-promo-wrapper {
	display: flex;
}

.single-product-wrap {
	display: grid;
	grid-template-columns: 450px 415px;
	max-width: 885px;
	gap: 20px;
	margin: 0 auto;
}

.product-date-promo {
	font-size: 12px;
	display: block;
	padding: 10px;
}
tr.fee * {
    color: #951fb7 !important;
}
form.cart {
	display: flex;
	flex-direction: column;
}

form.cart button {
	border-radius: 6px;
	background: #161C28;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 120.8%;
	/* 19.328px */
	letter-spacing: 0.4px;
	padding: 10px;
	cursor: pointer;
	transition: all .2s;
}

form.cart button:hover {
	background-color: #1F2737;
}

.variation dt {
	font-size: 12px;
	color: #951fb7;
}

.woocommerce-product-gallery {
	position: sticky;
	top: 120px;
	height: 450px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.woocommerce-product-gallery .flex-viewport {
	order: 1;
}

.flex-control-thumbs {
	order: 0;
	margin-top: 20px;
	width: 100px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.flex-control-thumbs>li {
	cursor: pointer;
}

.flex-control-thumbs>li img {
	filter: opacity(.5);
	width: 100%;
	height: auto;
	min-width: 60px;
}

.flex-control-thumbs>li img.flex-active {
	border: 1px solid #000;
	border-radius: 5px;
	filter: opacity(1);
}

.single-product .entry-title {
	color: #161C28;
	margin-bottom: 15px;
}

.single-product .entry-title::after {
	display: none;
}

.single-product-price-info {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 15px;
	gap: 15px;
	flex-wrap: wrap;
}

.single p.stock.out-of-stock {
	background: #951fb7;
	padding: 13px 10px;
	border-radius: 18px;
	border-bottom: 0px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1.8px;
	margin-bottom: 15px;
	text-align: center;
}

.single p.stock.available-on-backorder {
	background: #c4e4ab;
	padding: 13px 10px;
	border-radius: 18px;
	border-bottom: 0px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1.8px;
	margin-bottom: 15px;
	text-align: center;
}

.single-product-price-info del bdi {
	color: #C3C3C3;
	font-weight: 100;
	font-size: 16px;
	text-decoration: line-through;
}

.single-product-price bdi,
.single-product-price-info ins {
	color: #161C28;
	font-size: 30px;
	font-weight: 700;
}

.woocommerce-variation-add-to-cart .single-product-price bdi,
.woocommerce-variation-add-to-cart .single-product-price-info ins {
	color: #000;
}

.woocommerce-variation-add-to-cart-enabled .single-product-price bdi,
.woocommerce-variation-add-to-cart-enabled .single-product-info ins {
	color: #D0D0D0;
}

.woocommerce-variation-description {
	text-align: right;
	margin-bottom: 10px;
}

.woocommerce-variation-description p {
	font-size: 12px;
}

.woocommerce-variation-add-to-cart .single-product-price small {
	position: absolute;
	top: -10px;
	right: 0;
}

.single-product-price {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	position: relative;
	max-width: 160px;
}

.single-product-price del {
	margin-right: 7px;
}

.woocommerce-variation-add-to-cart .single-product-price>div {
	flex-direction: row;
	align-items: center;
	color: #000;
}

.grouped_form .single-product-price,
.woocommerce-variation-add-to-cart .single-product-price {
	max-width: unset;
}

.woocommerce-variation-add-to-cart-enabled .single-product-price>div {
	color: #d4d4d4;
}

.single-product-price>div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.single-product-price small {
	color: #161C28;
	margin-top: 10px;
	font-style: italic;
	font-weight: 300;
	align-self: flex-end;
	line-height: 150.8%;
	/* 9.468px */
	flex: 0 0 100%;
	text-align: right;
	font-size: 9px;
}

.single-product-price-info p {
	color: #BBB;
	font-size: 12px;
	font-weight: 100;
	line-height: 120.8%;
	margin-right: auto;
	position: relative;
	top: -6px;
}

.single-product-price-info p span {
	text-decoration: underline;
}

.single-product-description h2 {
	display: none;
}

.single-product-description ul li,
.single-product-description p {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 154.8%;
	/* 18.576px */
	margin-bottom: 15px;
}

.single-product-description ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 10px;
}

.single-product-description ul li {
	margin-bottom: 0;
}

.woocommerce-product-details__short-description {
	color: #000;
	font-size: 13px;
	font-weight: 200;
	line-height: 154.8%;
	/* 18.576px */
	margin-bottom: 15px;
	display: none;
}

.single-klarna-cta {
	order: 1;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 154.8%;
	text-align: right;
	margin: 10px 0;
	display: flex;
	align-items: center;
	gap: 3px;
	justify-content: flex-end;
}

.single-klarna-cta strong {
	font-weight: 700;
}

.single-product-separator {
	border-top: 1px solid #cdcdcd;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.single-product-separator h2+span {
	width: 100%;
	text-align: right;
}

.single-product-wrap h2 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 120.8%;
	padding-top: 16px;
	margin-bottom: 8px;
	width: 100%;
}

a.reset_variations {
	display: none !important;
}

table.variations {
	margin-bottom: 20px;
}

table.variations tr {
	display: grid;
	grid-template-columns: 20% calc(80% - 20px);
	align-items: baseline;
	gap: 20px;
	margin-bottom: 10px;
}

table.variations tr label {
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	display: block;
}

table.variations .selectize-input input,
table.variations .selectize-input {
	min-width: 100%;
}

.woocommerce-variation-price {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.woocommerce-variation-price>.price {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-variation-price>.price::before {
	content: 'Preço Final';
	color: #161C28;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 150.8%;
	/* 17.043px */
}

.woocommerce-variation+.quantity,
.single-product-price-info+.quantity {
	display: none !important;
}

.quantity {
	display: flex;
	align-items: center;
	gap: 35px;
}

.single-product-price-info-container {
	margin-right: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.woocommerce-variation-add-to-cart button {
	width: 100%;
	margin-bottom: 20px;
}

.grade-product {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #CCC;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 600;
}

.grade-product~p {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 154.8%;
	/* 15.551px */
	padding-left: 15px;
	border-left: 1px solid #000;
	margin: 15px 0 15px 10px;
}

.grade-product~p::before {
	content: '';
	height: 11px;
	width: 11px;
	background-image: url(assets/images/icons/icon-i-roxo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.product-color-container {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.product-color-container a {
	border-radius: 6px;
	border: 1px solid #CDCDCD;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #D7D7D7;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 600;
	width: calc(100% / 3 - 6px);
	min-height: 36px;
	padding: 7px 0;
	gap: 5px;
	order: 1;
	transition: all .2s;
}

.product-color-container.storage a {
	gap: 0;
}

.product-color-container a.active,
.product-color-container a:hover {
	border: 1px solid transparent;
	background-color: #EDEDED;
	color: #000;
}

.product-color-container a.active p.price-difference,
.product-color-container a:hover p.price-difference {
	color: #000;
}

.product-color-container a>span {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	/* border: 0.2px solid #000; */
	display: block;
}

.product-color-container a p.price-difference {
	display: inline-flex;
	color: #D7D7D7;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.1;
}

.product-after-summary {
	background-color: #f8f8f8;
	padding-top: 70px;
	box-shadow: 0 0 0 100vmax #f8f8f8;
	clip-path: inset(0 -100vmax);
	margin-top: 60px;
}

.product-after-summary .products {
	margin: 30px 0 40px 0;
}

.product-after-summary .related .products>li:last-child {
	box-shadow: none;
}

.product-after-summary h2.text-center::after {
	display: none;
}

table.woocommerce-grouped-product-list.group_table tr {
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}

td.woocommerce-grouped-product-list-item__label a {
	font-weight: 600;
}

td.woocommerce-grouped-product-list-item__label {
	margin-left: auto;
}

p.wc-no-matching-variations.woocommerce-info {
	color: #eb0000;
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
}

.welcome-toutlet-single-product {
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.welcome-toutlet-single-product>div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	padding: 0 10px 0 80px;
	position: relative;
	z-index: 1;
}

.welcome-toutlet-single-product>div:first-child:after {
	content: '';
	background-image: url(assets/images/mask/banner-after.svg);
	background-repeat: no-repeat;
	height: 100%;
	width: 124px;
	position: absolute;
	top: 0;
	right: -105px;
	z-index: -1;
	filter: brightness(5);
}

.welcome-toutlet-single-product h2 {
	color: #161C28;
	font-size: 26px;
	font-weight: 700;
	line-height: 120.8%;
	/* 31.408px */
}

.welcome-toutlet-single-product h2::after {
	display: none;
}

.welcome-toutlet-single-product p {
	color: #161C28;
	font-size: 12px;
	font-weight: 100;
	line-height: 154.8%;
	/* 18.576px */
	margin: 15px 0;
}

.welcome-toutlet-single-product a {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	background-color: #000;
	border-radius: 5px;
	width: fit-content;
	padding: 7px 23px;
	transition: all .2s;
}

.welcome-toutlet-single-product a:hover {
	background-color: #801B9D;
}

.welcome-toutlet-single-product>div:last-child {
	position: relative;
}

.welcome-toutlet-single-product>div:last-child img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.welcome-toutlet-single-product>div:last-child::after {
	content: '';
	background-image: url(assets/images/frontpage-telemovel.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
	width: 665px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

.custom_add_to_cart {
	max-width: 215px;
	background-color: #FFF;
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	padding: 17px 17px 22px 22px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 1.2;
	z-index: 2;
}

.custom_add_to_cart>span {
	font-weight: 700;
}

.custom_add_to_cart>div {
	display: flex;
	margin-top: 10px;
	gap: 5px;
}

.custom_add_to_cart img {
	height: 65px;
	/* margin-left: -15px; */
}

img.custom_add_to_cart_close {
	margin-left: 15px;
	position: relative;
	top: 5px;
	height: auto;
	cursor: pointer;
}

.custom_add_to_cart_info {
	display: flex;
	flex-wrap: wrap;
}

.custom_add_to_cart_title {
	width: 100%;
}

.custom_add_to_cart a {
	width: 100%;
	text-decoration: underline;
	order: 3;
	font-weight: 700;
}

.custom_add_to_cart ins,
.custom_add_to_cart del {
	color: #BBB;
	font-size: 12px;
	font-weight: 100;
	line-height: 120.8%;
	/* 15.395px */
}

.custom_add_to_cart del {
	line-height: 1.7;
	margin-left: 5px;
	order: 2;
}

.custom_add_to_cart ins {
	font-size: 15px;
	color: #161C28;
	font-weight: 700;
	order: 1;
}

.scroll-add-to-cart {
	background-color: #f4f4f4;
	padding: 18px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.scroll-add-to-cart-container {
	max-width: 924px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.scroll-add-to-cart-container>div {
	display: flex;
	align-items: center;
	column-gap: 10px;
	row-gap: 5px;
}

.scroll-add-to-cart-container>div.scroll-add-to-cart-price {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.scroll-add-to-cart-container .scroll-add-to-cart-title {
	color: #161C28;
	font-size: 16px;
	font-weight: 700;
	line-height: 120.8%;
	/* 19.328px */
}

.scroll-add-to-cart-container img {
	height: 60px;
	width: auto;
}

.scroll-add-to-cart-container button {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	border-radius: 5px;
	background-color: #000;
	padding: 8px;
	width: 225px;
	cursor: pointer;
	transition: all .2s;
}

.scroll-add-to-cart-container button:hover {
	background-color: #1F2737;
}

.scroll-add-to-cart-price ins {
	color: #161C28;
	font-size: 24px;
	font-weight: 700;
	line-height: 120.8%;
	/* 28.992px */
}

.scroll-add-to-cart-price del {
	color: #000;
	font-size: 20px;
	font-weight: 100;
	line-height: 120.8%;
	/* 24.16px */
}

/*
 * Minha Conta
 */

.show-password-input {
	height: 14px;
	width: 16px;
	display: block;
	background-image: url(assets/images/icons/icon-palavra-passe.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 16px;
	right: 12px;
	cursor: pointer;
}

.show-password-input.display-password {
	filter: invert(1);
}

[not-logged] .woocommerce-notices-wrapper {
	position: absolute;
	right: 0;
}

[not-logged] .wc-block-components-notice-banner__content {
	flex-direction: row;
	gap: 5px;
	flex-wrap: wrap;
}

[not-logged] .wc-block-components-notice-banner__content a {
	text-decoration: underline;
}

.woocommerce-OrderUpdates {
	margin: 30px 0;
}

.woocommerce-OrderUpdate-text {
	margin: 10px 0;
}

.woocommerce-OrderUpdate-text>p {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.woocommerce-OrderUpdate-text>p::before {
	content: '';
	display: inline-block;
	height: 5px;
	width: 5px;
	background-color: #951FB7;
	border-radius: 50%;
}

.woocommerce-OrderUpdate-description p {
	padding-left: 20px;
	margin-top: 5px;
}

.woocommerce-column__title {
	color: #171717;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}

.account-page-title {
	background-color: #161C28;
	padding: 95px 0 45px 0;
}

.woocommerce-account h1 {
	background-color: #161C28;
	padding: 95px 0 45px 0;
	color: #FFF;
	box-shadow: 0 0 0 100vmax #161C28;
	clip-path: inset(0 -100vmax);
	position: relative;
}

.woocommerce-account h1::after {
	bottom: 25px;
}

.entry-title {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 99.3%;
	/* 34.915px */
	margin-bottom: 0;
}

.entry-title span {
	position: relative;
}

.entry-title span::after {
	content: 'quasas';
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	position: absolute;
	bottom: -25px;
	left: 20px;
	font-weight: 400;
}

.woocommerce-account .woocommerce-Button {
	font-weight: 700;
}

.social-media-login {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-order-received .social-media-login {
	margin-bottom: 40px;
}

.social-media-login-facebook {
	background-color: #1877f2;
	border-radius: 5px;
	outline: 1px solid #1877f2;
}

.woocommerce-recently-viewed {
	margin: 30px 0 20px 0;
	font-size: 16px;
}

.woocommerce-recently-viewed~.woocommerce.columns-4 {
	display: block;
}

.woocommerce-checkout .woocommerce-form-register__submit,
.woocommerce-checkout .woocommerce-form-login__submit {
	margin: 0;
	min-width: 248px;
}

fieldset#wc-eupago_cofidispay-cofidispay-form {
	border: 0.5px solid #B4b4b4;
	border-radius: 5px;
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit {
	margin: 0 auto;
	display: block;
}

.woocommerce-form-login__submit {
	margin-top: 20px;
}

.woocommerce-checkout .woocommerce-form-login h2 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	font-weight: 700;
}

.woocommerce-checkout .woocommerce-form-login .form-row:nth-child(5) {
	padding: 0;
	border: none;
}

.woocommerce-checkout .woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce-form-login .form-row-first {
	margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-form-login .lost_password {
	color: #AEAEAE;
	margin-top: 10px;
	font-size: 12px;
	transition: all .2s;
}

.woocommerce-order-pay .shop_table th del,
.woocommerce-order-pay .shop_table td del {
	color: #dedede;
}

.woocommerce-order-pay .shop_table thead th,
.woocommerce-order-pay .shop_table th ins,
.woocommerce-order-pay .shop_table td ins {
	font-weight: 600;
}

fieldset#wc-ppcp-credit-card-gateway-cc-form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.payment_method_ppcp-credit-card-gateway p.form-row {
	min-height: 35px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	border: 0.5px solid #B4b4b4;
	padding: 9px 9px 0 13px;
	position: relative;
	transition: all .2s;
}

.payment_method_ppcp-credit-card-gateway p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
	display: none !important;
}

.ppc-button-wrapper {
	margin-bottom: 30px;
	margin-top: -50px;
}

.woocommerce-checkout .woocommerce-form-login .lost_password:hover {
	color: #000;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: none;
}

.woocommerce-privacy-policy-text p {
	margin: 20px 0;
	line-height: 17px;
}

.woocommerce-privacy-policy-text p a:hover {
	text-decoration: underline;
}

.woocommerce-password-strength {
	color: #cb4141;
	font-weight: 600;
	font-size: 12px;
}

.woocommerce-MyAccount-content {
	margin: 40px 0 50px 0;
	position: relative;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
	font-family: 'Inter';
}

.woocommerce-password-hint {
	line-height: 12px;
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
}

.woocommerce-account p:has(~ .woocommerce-MyAccount-quick-links) {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-address-fields>p {
	display: block;
	border-radius: 0;
	border: none;
	padding: 0;
	flex: auto;
}

.woocommerce-account>.woocommerce {
	max-width: 1632px;
	margin: 0 auto;
	position: relative;
	min-height: 30vh;
}

.woocommerce-account .woocommerce-notices-wrapper.login-page {
	position: absolute;
	width: 28%;
	top: 20px;
	left: 0;
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	gap: 75px;
	padding-bottom: 12px;
	padding-top: 20px;
	position: relative;
	background-color: #eee;
}

.woocommerce-MyAccount-content .woocommerce-info {
	display: block;
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul::before {
	content: '';
	position: absolute;
	width: calc(100vw + 100%);
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #EEE;
	display: block;
	overflow-x: hidden;
}

.woocommerce-MyAccount-navigation ul li {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #BCBCBC;
	position: relative;
	transition: all .2s;
}

.woocommerce-MyAccount-navigation ul li:hover:not(.woocommerce-MyAccount-navigation-link--customer-logout),
.woocommerce-MyAccount-navigation ul li.is-active {
	color: #000;
}

.woocommerce-MyAccount-navigation ul li.is-active::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	display: block;
	height: 4px;
	width: 100%;
	border-radius: 5px;
	background-color: #951FB7;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	position: absolute;
	top: -75px;
	right: 0;
	min-width: 113px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 17.287px */
	letter-spacing: 0.358px;
	border-radius: 5px;
	border: 0.5px solid #FFF;
	padding: 12px 55px;
	transition: all .2s;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	border: 0.5px solid rgba(255, 255, 255, 0.42);
}

.woocommerce-MyAccount-quick-links span {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #C7C7C7;
	margin: 40px 0 30px;
	display: block;
}

.woocommerce-MyAccount-quick-links-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin: 30px 0;
}

.woocommerce-MyAccount-quick-links-grid a {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	gap: 8px;
	border: 0.5px solid #C7C7C7;
	transition: all .2s;
	position: relative;
}

.woocommerce-MyAccount-quick-links-grid a::before {
	content: '';
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-order::before {
	background-image: url(assets/images/icons/icon-encomenda.png);
}

.icon-edit-address::before {
	background-image: url(assets/images/icons/icon-morada.png);
}

.icon-edit-details::before {
	background-image: url(assets/images/icons/icon-detalhes.png);
}

.woocommerce-MyAccount-quick-links-grid a:hover {
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.08);
	border: none;
}

.woocommerce-MyAccount-quick-links-grid a span {
	font-weight: 600;
	color: inherit;
	margin: 0;
	text-align: center;
	font-size: inherit;
	display: contents;
}

.woocommerce-MyAccount-content p {
	color: #000;
}

.woocommerce-MyAccount-content p.order-again {
	text-decoration: underline;
}

.woocommerce-MyAccount-content p.order-again:hover {
	color: #9121B1;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 20px;
}

.woocommerce-MyAccount-content .col-1.woocommerce-Address,
.woocommerce-MyAccount-content .col-2.woocommerce-Address {
	display: flex;
	flex-direction: column;
	padding: 30px;
	background-color: #f3f3f3;
	border-radius: 5px;
	gap: 8px;
}

.woocommerce-MyAccount-content form h3 {
	display: none;
}

.woocommerce-Address-title {
	padding: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-Address-title h3 {
	font-size: 18px;
	font-weight: 700;
}

.woocommerce-Address-title a {
	color: #000;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 17.287px */
	letter-spacing: 0.358px;
	background-color: #DDD;
	border-radius: 5px;
	padding: 7px 13px;
	transition: all .2s;
}

.woocommerce-Address-title a:hover {
	background-color: #030303;
	color: #fff;
}

.woocommerce-Address address {
	font-size: 14px;
	line-height: 23px;
}

.woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 13px;
	row-gap: 10px;
	justify-content: space-between;
}

.woocommerce-EditAccountForm .button,
.woocommerce-address-fields .button {
	padding: 8px 30px;
	background-color: #951FB7;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 17.287px */
	letter-spacing: 0.358px;
	margin-top: 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .2s;
}

.woocommerce-EditAccountForm .button:hover,
.woocommerce-address-fields .button:hover {
	background-color: #530D67;
}

.woocommerce-EditAccountForm {
	width: calc(50% - 20px);
}

.woocommerce-EditAccountForm .form-row {
	margin-bottom: 9px;
}

.woocommerce-EditAccountForm .clear {
	display: none;
}

.details-form-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce-EditAccountForm fieldset {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
}

.woocommerce-account .woocommerce-orders-table {
	width: 100%;
}

.woocommerce-account .woocommerce-orders-table tr {
	display: grid;
	grid-template-columns: 20% 20% auto 20% 175px;
	justify-items: flex-start;
	align-items: center;
	position: relative;
	padding: 0;
	border-top: unset;
}

.woocommerce-account .woocommerce-orders-table tbody tr {
	border-bottom: 1px solid #cdcdcd;
}

.woocommerce-account .woocommerce-orders-table tbody tr:hover {
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
	border-bottom: none;
}

.woocommerce-account .woocommerce-orders-table tbody tr:hover td:first-child::before {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #951FB7;
	border-radius: 0px 0px 5px 5px;
}

.woocommerce-account .woocommerce-orders-table tbody tr:hover td {
	font-weight: 800;
}

.woocommerce-account .woocommerce-orders-table tbody tr td:first-child::before {
	content: '';
	transition: all .2s;
}

.woocommerce-account .woocommerce-orders-table th {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #171717;
	padding-left: 60px;
}

.woocommerce-account .woocommerce-orders-table th:last-child {
	visibility: hidden;
}

.woocommerce-account .woocommerce-orders-table td {
	padding: 30px 60px;
	line-height: 1.3;
	transition: all .2s;
	position: relative;
	color: #171717;
	font-size: 12px;
	font-weight: 400;
	width: 100%;
}

.woocommerce-account .woocommerce-orders-table td:last-child {
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.woocommerce-account .woocommerce-orders-table td:not(:last-child)::after {
	content: '';
	height: 30px;
	width: 1px;
	background-color: #CDCDCD;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button {
	font-weight: 700;
	font-size: 12px;
	line-height: 109%;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: auto;
	transition: all .2s;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button::before {
	content: '+';
	color: #801B9D;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover {
	background-color: #000;
	color: #fff;
}

.woocommerce-EditAccountForm legend,
.woocommerce-EditAccountForm h2,
.heading-order {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 120.8%;
	/* 16.912px */
	margin-bottom: 20px;
}

.woocommerce-EditAccountForm legend {
	margin-bottom: 18px;
}

.woocommerce-orders-details-grid {
	display: grid;
	grid-template-columns: 50% 25%;
	gap: 30px;
	margin-top: 25px;
}

.woocommerce-order-details table {
	width: 100%;
}

.woocommerce-order-details table tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: flex-start;
	align-items: center;
}

.woocommerce-order-details table thead {
	display: block;
	margin-bottom: 15px;
}

.woocommerce-order-details table tbody tr,
.woocommerce-order-details table tfoot tr {
	border-top: 1px solid #dedede;
}

.woocommerce-order-details table tr th {
	font-size: 12px;
	line-height: 15px;
	color: #171717;
	text-align: left;
}

.woocommerce-order-details table tr:last-child th {
	font-weight: 700;
}

.woocommerce-order-details table tr td {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #171717;
	padding: 18px 20px 18px 0;
}

.woocommerce-order-details table tr:last-child td:last-child {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce-customer-details,
.woocommerce-order-details {
	background-color: #f4f4f4;
	border-radius: 5px;
	max-width: 100%;
	height: fit-content;
	padding: 35px 24px;
	border-left: 4px solid #951FB7;
}

.woocommerce-order-received .woocommerce-order-details {
	max-width: 100%;
}

.woocommerce-order-details h2 {
	margin-bottom: 50px;
}

.woocommerce-order-details .wc-item-meta li {
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.woocommerce-order-details small {
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
	color: #171717;
}

.woocommerce-MyAccount-content .woocommerce-columns.addresses {
	display: flex;
	gap: 45px;
	width: 100%;
	height: fit-content;
	flex-direction: column;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
	height: fit-content;
	background-color: #f4f4f4;
	padding: 30px 24px;
	border-radius: 5px;
}

.woocommerce-MyAccount-content address p,
.woocommerce-MyAccount-content address {
	color: #171717;
	font-size: 12px;
	font-weight: 400;
	line-height: 174.182%;
	/* 20.902px */
}


.woocommerce-MyAccount-content>p {
	margin-bottom: 30px;
	color: #A7A7A7;
}

.woocommerce-MyAccount-content>p mark {
	background-color: transparent;
	font-weight: 700;
	color: #A7A7A7;
}

/*
 * Login
 */

.woocommerce-form-login__submit {
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 120.8%;
	/* 14.496px */
	letter-spacing: 0.3px;
	border-radius: 5px;
	background-color: #841AA3;
	padding: 13px 19px;
	margin: 0;
	margin-left: auto;
	cursor: pointer;
	transition: all .2s;
}

.woocommerce-form-login__submit:hover {
	background-color: #141414;
}

.woocommerce-form-register .google-login {
	margin-top: 20px;
}

.google-login {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.google-login label {
	color: #313131;
	font-size: 12px;
	font-weight: 200;
	line-height: 164.682%;
	/* 13.175px */
	text-align: center;
	display: block;
	margin-bottom: 7px;
	position: relative;
}

.google-login label::after,
.google-login label::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 50px;
	height: 1px;
	background-color: #C5C5C5;
	display: block;
}

.google-login label::after {
	right: -110%;
}

.google-login label::before {
	left: -110%;
}

p.woocommerce-LostPassword.lost_password {
	color: #A7A7A7;
	font-size: 12px;
	font-weight: 400;
	text-decoration-line: underline;
	text-align: left;
	margin-left: 10px;
	position: relative;
	top: -40px;
	width: fit-content;
}

p.woocommerce-LostPassword.lost_password:hover {
	color: #141414;
}

h1:has(~.woocommerce .container-login) {
	display: none;
}

.container-login {
	background-image: url(assets/images/bg/bg-login.webp);
	background-repeat: no-repeat;
	margin-left: -135px;
	background-size: contain;
	background-position: 0 1px;
}

#customer_login {
	display: flex;
	column-gap: 110px;
	align-items: center;
	padding: 65px 0;
}

#customer_login .u-column1 {
	margin-left: auto;
	position: relative;
	flex: 0 0 365px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .2s;
	padding: 50px 40px;
}

#customer_login .u-column1::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #eee;
	display: block;
	position: absolute;
	top: 0;
	right: -55px;
}

.woocommerce-form-login {
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 100%;
}

.woocommerce-account .woocommerce-form-login p:nth-child(3) {
	flex: none;
	border: none;
	border-radius: 0;
	flex-direction: row;
	padding: 0;
	min-height: auto;
	margin-left: 0;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 7px;
}

.woocommerce-account .woocommerce-form-login p:nth-child(3) label {
	flex-direction: row-reverse;
}

#customer_login .u-column2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 405px;
	border-radius: 5px;
	transition: all .2s;
	padding: 50px 40px;
}

#customer_login .u-column1:hover,
#customer_login .u-column2:hover {
	background-color: #e8e8e8;
}

#customer_login .woocommerce-privacy-policy-text~.form-row {
	padding: 0;
}

.woocommerce-form-register .woocommerce-privacy-policy-text~.form-row {
	border: none;
}

.woocommerce-form-register .woocommerce-privacy-policy-text~.form-row label {
	gap: 5px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text~.form-row label input {
	order: 0;
	margin: 0;
	margin-right: 5px;
}

#customer_login .woocommerce-privacy-policy-text~.form-row button {
	width: 100%;
	padding: 8px 0;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
	transition: all .2s;
	border: 1px solid #B4B4B4;
}

#customer_login .woocommerce-privacy-policy-text~.form-row button:hover {
	background-color: #841AA3;
	color: #fff;
}

.woocommerce-form-register p {
	color: #000;
	font-size: 12px;
	margin-top: 10px;
	font-weight: 700;
}

.woocommerce__login--text {
	line-height: 18px;
	text-align: center;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce__login--text~p,
.woocommerce-checkout .woocommerce__login--text {
	display: none;
}

#customer_login h2 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
}

#customer_login h2::after {
	content: 'quasa';
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	right: 0;
	bottom: -20px;
}

.woocommerce__register--item span,
.woocommerce__login--item span {
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #6A6A6A;
	margin-right: 15px;
}

.woocommerce-ResetPassword button,
.woocommerce__login--button,
.woocommerce__register--button {
	font-weight: 700;
	font-size: 12px;
	line-height: 109%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	border-radius: 5px;
	padding: 13px 30px;
	min-width: 110px;
	cursor: pointer;
	border: 1px solid #000;
	transition: all .2s;
}

.woocommerce-ResetPassword button:hover,
.woocommerce__login--button:hover,
.woocommerce__register--button:hover {
	color: #000;
	background: #fff;
}

.bg-my-account-navigation {
	background-color: #EEE;
}

.woocommerce-lost-password .woocommerce {
	padding-bottom: 50px;
}

.woocommerce-ResetPassword {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type {
	flex: 0;
	padding: 0;
	min-height: 35px;
	border-radius: 5px;
	border: none;
	position: relative
}

.woocommerce-ResetPassword .clear {
	display: none;
}

.woocommerce-ResetPassword p:first-child {
	font-weight: 400;
	width: 100%;
	line-height: 19px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.woocommerce-lost-password .woocommerce-message {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 30px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	width: fit-content;
}

.woocommerce-lost-password .woocommerce-message~p {
	color: #000;
}

/*
 * Carrinho
 */

.woocommerce-cart .cross-sells {
	margin-top: 40px;
}

.cross-sells h2 {
	margin-bottom: 35px;
}

.cart-empty-message {
	margin: 50px 0;
}

.cart-empty-message a {
	font-size: 16px;
	background-color: #0E0E0E;
	padding: 16px;
	display: block;
	width: fit-content;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	margin-top: 25px;
	transition: all .2s;
}

.cart-empty-message a:hover {
	background-color: #841AA3;
}

.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop {
	display: none;
}

.woocommerce-cart h1 {
	margin-bottom: 40px;
}

.woocommerce-checkout .page-content,
.woocommerce-cart .page-content {
	margin-top: 40px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	grid-column: span 2;
}

.woocommerce-cart .woocommerce-cart-form tbody tr:last-child {
	display: none;
}

.woocommerce-cart .cart-empty.woocommerce-info {
	display: none;
}

.cart-grid {
	display: grid;
	grid-template-columns: 1fr 322px;
	margin-bottom: 40px;
	gap: 25px;
}

.cart_totals {
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.10);
	padding: 25px 20px;
}

.cart_totals h2 {
	color: #000;
	font-size: 26px;
	font-weight: 700;
}

.cart_totals table {
	width: 100%;
}

.cart_totals p,
.cart_totals th,
.cart_totals td {
	color: #000;
	font-size: 12px;
	font-weight: 700;
}

.cart_totals tr.order-total td {
	font-size: 24px;
}

.cart_totals tr.order-total td small {
	font-size: 12px;
}

.cart_totals tr {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin: 15px 0;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
}

/* .cart_totals td{
	text-align: right;
} */

.cart_totals .checkout-button {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	border-radius: 6px;
	background-color: #161C28;
	padding: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

.cart_totals .checkout-button:hover {
	background-color: #801B9D;
}

.cart-custom-coupon {
	margin-bottom: 20px;
}

.cart-custom-coupon form {
	display: flex;
	gap: 13px;
}

.cart-custom-coupon h2 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.652px;
	/* 141.575% */
	margin-bottom: 7px;
}

.cart-custom-coupon input {
	height: 40px;
	border-radius: 5px;
	border: 0.5px solid #DADADA;
	width: 60%;
	padding: 12px 16px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
}

.cart-custom-coupon input:focus {
	outline: none;
}

.cart-custom-coupon input::placeholder {
	color: #9E9E9E;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
}

.cart-custom-coupon .button {
	border-radius: 6px;
	background-color: #EBEBEB;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	padding: 11px 34px;
	cursor: pointer;
	transition: all .2s;
}

.cart-custom-coupon .button.input,
.cart-custom-coupon .button:hover {
	background-color: #141414;
	color: #FFF;
}

.cart_totals-custom-info small {
	color: #CDCDCD;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

.cart_totals-custom-info small::after {
	content: '';
	width: 8px;
	height: 1px;
	background-color: #cdcdcd;
}

.cart_totals-custom-info p {
	margin: 10px 0 15px 0;
	font-weight: 300;
	font-size: 12px;
}

.cart_totals-custom-info p strong {
	font-weight: 700;
}

.cart_totals-custom-info p img {
	width: 50px;
	height: auto;
	position: relative;
	top: 3px;
	left: 5px;
}

.cart_totals-custom-info h3 {
	color: #CDCDCD;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 4px;
}

.cart_totals-custom-info h3::before {
	content: '';
	height: 10px;
	width: 8px;
	background-image: url(assets/images/icons/icon-pagamento-seguro-sem-borda.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.cart_totals-custom-info-imgs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	justify-content: space-between;
	row-gap: 5px;
}

.cart_totals-custom-info-imgs img {
	height: 20px;
}

.shipping-calculator-button {
	margin-top: 10px;
	text-decoration: underline;
	display: block;
}

.woocommerce-shipping-destination {
	margin-top: 10px;
}

.woocommerce-cart .woocommerce-cart-form__contents tr {
	display: grid;
	grid-template-columns: 65px repeat(4, 1fr) 35px;
	column-gap: 20px;
	align-items: center;
	justify-items: flex-start;
	border-bottom: 1px solid #cdcdcd;
	padding: 15px 0;
	position: relative;
}

.woocommerce-cart .product-remove {
	grid-column: 6;
	grid-row: 1;
	font-size: 20px;
}

.woocommerce-cart th {
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.woocommerce-cart .woocommerce-cart-form__contents thead .product-thumbnail {
	font-size: 0;
	opacity: 0;
	visibility: 0;
}

.woocommerce-cart th.product-remove {
	display: none;
}

.woocommerce-cart th.product-name {
	position: relative;
	left: -60px;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
	width: 75px;
	height: auto;
	object-fit: contain;
}

.woocommerce-cart-form__cart-item .product-remove a {
	font-size: 0;
	background-image: url(assets/images/icons/icon-fechar-submenu.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: block;
}

.woocommerce-cart td {
	color: #161C28;
}

.woocommerce-cart td.product-price {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	align-items: center;
}

.shop_table td.product-subtotal,
.shop_table td.product-name,
.woocommerce-cart td.product-name,
.woocommerce-cart td.product-subtotal {
	font-size: 16px;
	font-weight: 700;
	line-height: 120.8%;
	/* 19.328px */
}

.woocommerce-account .shop_table td.product-name li p,
.woocommerce-account .shop_table td.product-name {
	font-size: 12px;
}

.woocommerce-cart td.product-subtotal {
	font-size: 24px;
}

.woocommerce-cart td.product-price del {
	font-size: 14px;
	color: #ddd;
}

.cart-collaterals {
	position: sticky;
	top: 80px;
	height: 650px;
}

.woocommerce-cart-form table {
	width: 100%;
}

.quantity .single-label {
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.quantity .single-label.individual {
	display: none;
}

.woocommerce-variation-price .woocommerce-Price-amount {
	display: block;
	text-align: right;
	font-size: 35px;
	color: #161C28;
	font-weight: 700;
}

.woocommerce-variation-price del .woocommerce-Price-amount {
	font-size: 30px;
}

.grid-products.helpful-products h2 {
	margin-bottom: 40px;
}

.grid-products.helpful-products h2 span {
	position: relative;
}

.grid-products.helpful-products h2 span::after {
	content: 'qual';
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.controls-input-qty {
	display: flex;
	gap: 5px;
	align-items: center;
}

.quantity-btn.minus,
.quantity-btn.plus {
	background-image: url(assets/images/icons/icon-seta-submenu.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s;
	background-color: transparent;
	margin: 0;
}

form.cart button.quantity-btn:hover {
	background-color: transparent;
	filter: invert(1);
}

.woocommerce-variation.single_variation {
	margin-bottom: 15px;
}

.quantity-btn.minus {
	scale: -1;
}

.quantity-btn.minus:hover,
.quantity-btn.plus:hover {
	opacity: 1;
}

.quantity input.qty {
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000;
	padding: 13px 0px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	width: 30px;
	height: 30px;
}

.quantity input.qty:focus {
	outline: none;
}

.quantity-btn:has(~ input.qty[type=hidden]),
.quantity input.qty[type=hidden]+.quantity-btn,
.controls-input-qty.hidden .quantity-btn {
	display: none;
}

.woocommerce-cart .freeshipping-module-offer {
	margin-top: 30px;
}

.freeshipping-total-bar {
	background: #F6F6F6;
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 5px;
	text-align: right;
	color: #979797;
	font-weight: 700;
}

.freeshipping-total-bar~p::before {
	content: '';
	background-image: url(assets/images/icons/icon-portes-gratis.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}

.freeshipping-total-bar-indicator {
	height: 100%;
	display: block;
	background: #000;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
}

.freeshipping-module-offer p {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	margin: 30px 0 45px 0;
}

.freeshipping-total-bar-indicator b {
	position: absolute;
	color: #171717;
	font-size: 15px;
	top: 14px;
	right: 0;
	font-weight: 700;
}

.freeshipping-total {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 500;
}

.advantage {
	padding: 40px 0;
	background-color: #f8f8f8;
	box-shadow: 0 0 0 100vmax #f8f8f8;
	clip-path: inset(0 -100vmax);
}

.advantage-container {
	max-width: 980px;
}

.advantage h2 span {
	position: relative;
}

.advantage h2 span::after {
	content: 'qual';
	position: absolute;
	bottom: -15px;
	left: 0;
	color: #951FB7;
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
}

.advantage-grid {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(4, auto);
	justify-content: space-between;
}

.advantage-grid li {
	color: #0E0E0E;
	font-family: 'Inter';
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
}

.advantage-grid li:not(:last-child) {
	border-right: 1px solid #b1b1b1;
	padding-right: 42px;
}

.advantage-grid li::before {
	content: '';
	height: 47px;
	width: 47px;
	display: inline-flex;
	align-items: center;
	margin-right: 11px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -5px;
}

.advantage-grid li:nth-child(1)::before {
	background-image: url(assets/images/icons/icon-cinzento-garantia.svg);
}

.advantage-grid li:nth-child(2)::before {
	background-image: url(assets/images/icons/icon-envios-express.svg);
}

.advantage-grid li:nth-child(3)::before {
	background-image: url(assets/images/icons/icon-devolucao.svg);
}

.advantage-grid li:nth-child(4)::before {
	background-image: url(assets/images/icons/icon-pagamento-seguro.svg);
}

.shipping-calculator-form {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 15px;
}

.shipping-calculator-form .button {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	font-weight: 500;
	cursor: pointer;
	background-color: #ebebeb;
	color: #1c1c1c;
}

.shipping-calculator-form .button:hover {
	background-color: #f4f4f4;
}

/*
 * Thank You
 */

.woocommerce-thankyou-order-received {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 50px 0 30px 0;
}

.woocommerce-thankyou-order-details {
	margin-bottom: 30px;
}

.woocommerce-thankyou-order-details li {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.2;
}

.woocommerce-columns--2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.woocommerce-checkout .woocommerce-customer-details {
	margin-top: 30px;
}

.woocommerce-checkout address p,
.woocommerce-checkout address {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	line-height: 1.6;
}

.back-to-home {
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 120.8%;
	/* 14.496px */
	letter-spacing: 0.3px;
	border-radius: 5.111px;
	background: #161C28;
	padding: 13px 19px;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	transition: all .2s;
}

.back-to-home:hover {
	background: #841AA3;
}

/*
 * Checkout
 */

/* EuPago */

.woocommerce_eupago_table {
	margin: 20px 0 !important;
}

.woocommerce_eupago_table th {
	text-align: left !important;
}

.woocommerce_eupago_table tr:last-child td {
	padding-top: 40px !important;
}

.woocommerce_eupago_table td,
.woocommerce_eupago_table th {
	font-size: 16px !important;
}

.woocommerce_eupago_table td:first-child {
	font-weight: 600;
}



.woocommerce-checkout-back-to-cart {
	position: relative;
	top: -22px;
	left: -20px;
	height: 10px;
	width: 10px;
	background-image: url(assets/images/icons/icon-menu-arrow.svg);
	scale: -1;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	transition: all .2s;
}

.woocommerce-checkout-back-to-cart:hover {
	opacity: .3;
}

.woocommerce-checkout {
	counter-reset: section;
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 10px;
}

.woocommerce-checkout h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 30px 0;
}

.woocommerce-checkout h3::before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero)'.';
	color: #9121B1;
}

.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
}

.woocommerce-form__label-for-checkbox span {
	order: 0;
}

.woocommerce-form__label-for-checkbox span.woocommerce-terms-and-conditions-checkbox-text {
	color: #2E2E2E;
}

.woocommerce-form__label-for-checkbox input {
	appearance: none;
	order: 1;
	border-radius: 2px;
	border: 0.5px solid #b4b4b4;
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0 10px;
	flex: 0 0 13px;
}

.woocommerce-form__label-for-checkbox input:checked {
	background-color: #2E2E2E;
	border: 0.5px solid #2E2E2E;
}

.shop_table,
.woocommerce-checkout-review-order-table {
	width: 100%;
}

.woocommerce-order-pay .shop_table tr,
.woocommerce-checkout-review-order-table tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 20px 40px;
	border-bottom: 1px solid #dadada;
	gap: 20px;
}

.woocommerce-order-pay .shop_table tr {
	justify-items: baseline;
}

.woocommerce-cart .woocommerce-shipping-totals {
	flex-direction: column;
}

.shop_table thead tr,
.woocommerce-checkout-review-order-table thead tr {
	border: none;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
	text-align: left;
	font-size: 12px;
	font-weight: 600;
}

.shop_table tr.order-total,
.woocommerce-checkout-review-order-table tr.order-total {
	border-bottom: none;
}

.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table td.product-name {
	font-size: 18px;
	font-weight: 300;
}

.shop_table .order-total th,
.shop_table td.product-name,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table td.product-name {
	font-weight: 600;
}

.shop_table .order-total td,
.woocommerce-checkout-review-order-table .order-total td {
	font-size: 24px;
}

.woocommerce-checkout-review-order-table .order-total td small {
	font-size: 12px;
}

.woocommerce-order-pay #order_review {
	margin: 30px 0;
}

.woocommerce-order-pay #place_order {
	height: fit-content;
	padding: 12px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	letter-spacing: 0.35px;
	border-radius: 6px;
	background: #161C28;
	cursor: pointer;
	margin-bottom: 15px;
	transition: all .2s;
}

.woocommerce-order-pay #place_order:hover {
	background: #951FB7;
}

.woocommerce_checkout_login_coupon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
	gap: 25px;
}

.woocommerce_checkout_login_coupon .login-form {
	flex: 1 0 55%;
}

.woocommerce_checkout_login_coupon .coupon-form {
	flex: 1 0 35%;
}

.coupon-form .woocommerce-error li {
	color: #DC3F3F;
	font-size: 12px;
	font-weight: 400;
	line-height: 154.8%;
	/* 12.384px */
}

.login-form-banner {
	background-image: url(assets/images/checkout-login-form.svg);
	background-position: right;
	background-color: #eee;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 16px 20px;
	border-radius: 5px;
}

.login-form-banner h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 123.182%;
	/* 22.173px */
}

.login-form-banner>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}

.login-form-banner p {
	font-size: 13px;
	color: #161C28;
	font-weight: 300;
	max-width: 232px;
	line-height: 123.182%;
	/* 16.014px */
}

.login-form-banner .login-form-banner-button {
	color: #EEE;
	font-size: 17px;
	font-weight: 500;
	line-height: 120.8%;
	/* 21.238px */
	letter-spacing: 0.44px;
	border-radius: 6px;
	background: #161C28;
	padding: 10px 30px;
	cursor: pointer;
	transition: all .2s;
}

.login-form-banner .login-form-banner-button:hover {
	background-color: #eee;
	color: #000;
}

.woocommerce-form-coupon-toggle,
.login-form .woocommerce-form-login {
	display: none;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.652px;
	/* 141.575% */
	display: block;
	width: 100%;
	margin: 5px 0;
}

.checkout_coupon.woocommerce-form-coupon {
	display: flex !important;
	flex-wrap: wrap;
	column-gap: 12px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
	border-radius: 5px;
	border: 0.5px solid #DADADA;
	flex: 0 0 calc(100% - 100px);

}

.checkout_coupon.woocommerce-form-coupon .form-row-first::placeholder {
	color: #DADADA;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last {
	flex: auto;
	min-height: 35px;
	display: block;
	border: none;
	padding: 0;
	position: relative;

}

.checkout_coupon.woocommerce-form-coupon .form-row-last button {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .2s;
	width: 75px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last button:hover {
	background-color: #951FB7;
	color: #eee;
}

ul.payment_methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

ul.payment_methods li {
	position: relative;
}

ul.payment_methods li .input-radio {
	position: absolute;
	height: 10px;
	width: 10px;
	appearance: none;
	left: 35px;
	padding-left: 0;
	top: 35px;
}

ul.payment_methods li .input-radio:checked {
	background-color: #000;
}

ul.payment_methods>li>label:not([for="cofidispay_vat_number"]) {
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #171717;
	background: #F3F3F3;
	border-radius: 5px;
	padding: 14px;
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	min-height: 80px;
	border: solid 1px transparent;
	padding-left: 75px;
	justify-content: flex-start;
}

ul.payment_methods>li>label[for="payment_method_eupago_mbway"],
ul.payment_methods>li>label[for="payment_method_eupago_multibanco"] {
	font-size: 0;
	gap: 0;
}

ul.payment_methods>li>label[for="payment_method_eupago_mbway"] {
	padding-left: 45px;
}

ul.payment_methods>li>label:not([for="cofidispay_vat_number"]):hover,
ul.payment_methods input:checked~label {
	border: solid 1px #171717;
	background-color: #fff;
}

ul.payment_methods li .payment_box>p {
	color: #000;
	padding: 20px;
}

ul.payment_methods .form-row {
	flex: 0 0 calc((100% / 3) - 25px);
	min-height: 35px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	padding: 9px 9px 0 13px;
	position: relative;
	transition: all .2s;
}

.payment_box.payment_method_stripe {
	margin-top: 20px;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
}

fieldset#wc-stripe-cc-form {
	display: flex;

}

fieldset#wc-stripe-cc-form label {
	font-weight: bold;
}

fieldset#wc-stripe_sepa-form {
	margin-top: 20px;
}

#wc-stripe_sepa-form label {
	font-weight: bold;
}

fieldset#wc-stripe_sepa-form p {
	margin-bottom: 0px !important;
}

.woocommerce-privacy-policy-text p {
	color: #171717;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
}

.woocommerce-privacy-policy-text p a {
	font-weight: 700;
	text-decoration: underline;
	text-transform: capitalize;
}

.woocommerce-checkout-payment .form-row.place-order {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10%;
	align-items: baseline;
	margin-top: 35px;
}

.woocommerce-terms-and-conditions {
	margin-bottom: 20px;
}

.woocommerce-terms-and-conditions h2 {
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
}

.woocommerce-terms-and-conditions h2::before {
	content: '-';
	color: #951FB7;
	font-weight: 600;
	margin-right: 10px;
}

.woocommerce-terms-and-conditions h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 600;
	color: #000;
}

.woocommerce-terms-and-conditions h3::before {
	display: none;
}

.woocommerce-terms-and-conditions-wrapper .form-row label {
	font-size: 12px;
}

.woocommerce-terms-and-conditions ul {
	padding: 0 0 20px 20px;
}

.woocommerce-terms-and-conditions li,
.woocommerce-terms-and-conditions p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
}

#place_order,
button[name="woocommerce_checkout_place_order"] {
	height: fit-content;
	padding: 12px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	letter-spacing: 0.35px;
	border-radius: 6px;
	background: #161C28;
	cursor: pointer;
	transition: all .2s;
}

#place_order,
button[name="woocommerce_checkout_place_order"]:hover {
	background: #951FB7;
}

.woocommerce-checkout-payment {
	margin-bottom: 80px;
}

/* Input */

.form-row:not(.create-account) {
	flex: 0 0 calc((100% / 3) - 25px);
	min-height: 35px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	border: 0.5px solid #B4b4b4;
	padding: 9px 9px 0 13px;
	position: relative;
	transition: all .2s
}

#fl-payment-options .fl-payment-form .fl-form-middle .fl-payment-civility,
#fl-payment-options .fl-payment-form .fl-form-middle .fl-payment-birthdate,
#fl-payment-options .fl-payment-form .fl-form-middle .fl-payment-nif {
	border: 0.5px solid #b4b4b4;
	padding: 9px 9px 0 13px;
	border-radius: 5px;
}

#fl-payment-options .fl-payment-form .fl-form-middle {
	gap: 10px !important;
}

.form-row.mailchimp-newsletter {
	margin-top: 10px;
	border: none;
}

#fl-payment-options .fl-payment-form .fl-form-middle #fl-birthdate {
	background-size: 18px 18px;
	background-position: left -1px;
	padding-left: 20px !important;
}

.form-row.focus:not(.create-account) {
	outline: none;
	background-color: #fff;
	border: none;
	border-left: 3px solid #161C28;
}

.form-row.woocommerce-invalid label {
	color: #DC3F3F;
}

.woocommerce-terms-and-conditions-wrapper .form-row.validate-required,
.form-row.place-order {
	border: none;
	padding: 0;
}

.form-row.create-account {
	margin-top: 15px;
}

.form-row.create-account span {
	font-weight: 600;
	color: #000;
}

#fl-payment-options .fl-payment-form .fl-form-top .fl-payment-method>label {
	border: none;
}

.form-row:has(textarea:focus),
.form-row:has(input:focus:not([type='checkbox'])) {
	border: 0.5px solid transparent;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
	border-left: 4px solid #000;
}

.form-row span em {
	display: none;
}

.fl-payment-civility>label,
.fl-payment-birthdate>label,
.fl-payment-nif>label,
.form-row label {
	color: #808080 !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	font-family: 'Inter', sans-serif !important;
	opacity: 1 !important;
	transition: all .2s !important;
}

.form-row label.invisible {
	opacity: 0;
}

.form-row label a {
	font-weight: 600;
	text-decoration: underline;
}

.form-row input:not([type='checkbox']),
#fl-payment-options .fl-payment-form .fl-form-middle .fl-payment-civility>select,
#fl-payment-options .fl-payment-form .fl-form-middle #fl-birthdate,
#fl-payment-options .fl-payment-form .fl-form-middle .fl-payment-nif>input {
	width: 100%;
	color: #070707 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	padding-bottom: 2px !important;
	background-color: transparent !important;
}

.form-row input:focus {
	outline: none;
}

.woocommerce-checkout .form-row input::placeholder {
	display: none;
}

.form-row input::placeholder {
	color: #070707;
	font-size: 12px;
	font-weight: 400;
}

.form-row textarea {
	resize: none;
	width: 100%;
	height: 100%;
	font-size: 12px;
	height: 145px;
}

.form-row textarea:focus {
	outline: none;
}

/*
 * Selo de Qualidade
 */

.quality {
	background-color: #161C28;
	padding: 45px 0 130px 0;
}

.quality-banner {
	background-image: url(assets/images/bg/bg-quality.svg);
	background-size: cover;
	padding: 60px 0 45px 0;
	background-color: #f3f3f3;
	overflow-x: hidden;
}

.quality-banner h1::after {
	right: -120px;
	bottom: auto;
	left: auto;
}

.quality-banner p {
	color: #161C28;
	font-size: 15px;
	font-weight: 300;
	line-height: 123.182%;
	/* 18.477px */
	margin-top: 5px;
}

.quality h2 {
	color: #fff;
}

.quality p {
	color: #a1a1a1;
	margin: 20px 0;
}

.quality-test {
	border-radius: 5px;
	border: 1px solid #000;
	background: #F4F4F4;
	padding: 40px;
	position: relative;
	top: -100px;
}

.quality-test::before {
	content: '';
	border-radius: 5px 5px 0 0;
	background-color: #951FB7;
	width: calc(100% + 6px);
	height: 10px;
	position: absolute;
	top: 0;
	left: -3px;
}

.quality-test ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 55px;
}

.quality-test li {
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	/* 29.728px */
	border-bottom: 1px solid #CDCDCD;
	padding: 5px 10px;
	display: grid;
	grid-template-columns: 90% 10%;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.quality-test li::after {
	content: '';
	height: 10px;
	width: 10px;
	background-image: url(assets/images/icons/icon-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.quality-test p {
	color: #161C28;
	font-size: 15px;
	font-weight: 600;
	max-width: 315px;
	line-height: 120.8%;
	/* 18.204px */
	margin-top: 40px;
}

.quality-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin: -40px 0 80px 0;
}

.quality-grid>div {
	padding: 25px;
	display: flex;
	flex-direction: column;
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 430px;
	border-radius: 5px;
}

.quality-grid p {
	color: #161C28;
	font-size: 26px;
	font-weight: 700;
	line-height: 120.8%;
	/* 31.408px */
	margin-top: auto;
}

.quality-grid p span {
	color: #951FB7;
}

.quality-grid-shop {
	background-image: url(assets/images/bg/bg-quality-shop.webp);
	background-size: contain;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}

.quality-grid-contact {
	background-image: url(assets/images/bg/bg-quality-contact.webp);
	background-size: 200px;
	background-color: #f4f4f4;
}

.quality-grid a {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 120.8%;
	/* 16.912px */
	letter-spacing: 0.35px;
	border-radius: 5px;
	background-color: #000;
	padding: 6.5px 30px;
	transition: all .2s;
	margin-top: 10px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quality-grid a:hover {
	background-color: #1F2737;
}

/*
 * Contacto
 */

.contact {
	background-color: #951FB7;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 45px 0 50px 0;
}

.contact h1 {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 99.3%;
	/* 34.915px */
	max-width: 367px;
}

.contact h1 span {
	color: #161C28;
}

.contact h1::after {
	display: none;
}

.contact-grid {
	display: flex;
	column-gap: 120px;
	margin-top: 70px;
}

.contact-grid-left {
	flex: 0 0 225px;
	border-radius: 5px;
	background-color: #7B0F99;
	padding: 30px 25px 58px 25px;
	position: relative;
	height: fit-content;
}

.contact-grid-left::before {
	content: 'q';
	color: var(--branco, #FFF);
	font-family: 'Redacted Script';
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.contact-grid-left h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 99.3%;
	/* 13.902px */
	margin-bottom: 10px;
}

.contact-grid-left h3:not(:first-child) {
	margin-top: 18px;
}

.contact-grid-left p,
.contact-grid-left a {
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	line-height: 151.8%;
	/* 18.367px */
}

.contact-grid-left small {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 146.8%;
	/* 14.209px */
	display: block;
}

.contact-grid-left p {
	margin-bottom: 20px;
}

.contact-grid-right {
	flex: 0 0 370px;
}

.contact-grid-right h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 99.3%;
	/* 19.86px */
	margin-bottom: 20px;
}

.contact form {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.contact form select,
.contact form textarea,
.contact form input:not([type="checkbox"]) {
	border-radius: 5px;
	border: 0.5px solid #530D67;
	background-color: transparent;
	height: 35px;
	color: #58136D;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
	width: 100%;
	padding: 10px 14px 0px 15px;
}

.contact form textarea {
	height: 175px;
	resize: none;
	padding: 18px 14px 0px 15px;
}

.contact form textarea.error::placeholder,
.contact form input:not([type="checkbox"]).error::placeholder {
	color: #DC3F3F;
}

.contact form textarea:focus,
.contact form textarea.completed,
.contact form input:not([type="checkbox"]).completed,
.contact form input:not([type="checkbox"]):focus {
	outline: none;
	background-color: #fff;
	border: none;
	border-left: 3px solid #161C28;
}

.contact form>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.contact form>div.form-label-input {
	all: unset;
	position: relative;
}

.contact form>div.form-label-input label {
	all: unset;
	position: absolute;
	top: 12px;
	left: 17px;
	color: #420C52;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 500;
	pointer-events: none;
	transition: all .2s;
}

.contact form>div.form-label-input label.focus {
	top: 6px;
	color: #808080;
	font-size: 8px;
	font-weight: 400;
}

.contact form>div label {
	color: #fff;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
	margin-left: 10px;
}

.contact form>div label input {
	appearance: none;
	height: 13px;
	width: 13px;
	border-radius: 2.122px;
	border: 1px solid #B971CD;
	margin-right: 5px;
	cursor: pointer;
}

.contact form>div label input:checked {
	background-color: #B971CD;
}

.contact form>div label a {
	color: #470959;
	text-decoration-line: underline;
	margin-left: 3px;
}

.contact form>div button {
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 120.8%;
	/* 14.496px */
	letter-spacing: 0.3px;
	border-radius: 5px;
	background-color: #161C28;
	padding: 8.5px 50px;
	cursor: pointer;
	transition: all .2s;
	flex: 1;
}

.contact form>div button:hover {
	background-color: #fff;
	color: #000;
}

.response-ajax {
	margin: 10px 0;
	font-size: 12px;
	color: #fff;
}

.response-ajax.form-retoma {
	margin: -30px 0 35px 0;
	text-align: center;
	color: #030303;
}

/*
 * Loja
 */

.filter-toggle {
	display: none;
}

.woocommerce-ordering {
	margin-left: auto;
}

.woocommerce-pagination {
	margin-bottom: 50px;
}

.woocommerce-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.woocommerce-pagination .page-numbers li {
	color: #161C28;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
}

.woocommerce-pagination .page-numbers li .current {
	height: 32px;
	width: 32px;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.woocommerce-pagination .prev-link,
.woocommerce-pagination .next-link {
	height: 22px;
	width: 22px;
	background-image: url(assets/images/icons/icon-seta-submenu.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .2s;
}

.woocommerce-pagination .prev-link {
	scale: -1;
}

.woocommerce-pagination .prev-link:hover,
.woocommerce-pagination .next-link:hover {
	transform: scale(1.2);
}

.archive h1 {
	font-family: 'Inter';
	font-size: 26px;
	font-weight: 700;
}

.archive h1:after {
	display: none;
}

.term-description p {
	color: #161C28;
	font-family: 'Inter';
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}

.woocommerce-products-header {
	margin-top: 25px;
}

.woocommerce-custom-shop-grid {
	display: grid;
	grid-template-columns: 200px 1fr;
	column-gap: 25px;
	margin-top: 35px;
	margin-bottom: 100px;
}

.woocommerce-custom-shop-grid-right .products {
	margin: 30px 0 40px 0;
}

.woocommerce-grid-right-widget {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-grid-right-widget .sidebar-woo-widget ul {
	flex-direction: row;
	flex-wrap: wrap;
}

.woocommerce-grid-right-widget .sidebar-woo-widget a {
	border: 1px solid #000;
	padding: 4px 6px;
	border-radius: 5px;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 300;
	color: #000;
	transition: all .2s;
	background-color: transparent;
	gap: 3px;
}

.woocommerce-grid-right-widget .sidebar-woo-widget a.clean-filters {
	all: unset;
	color: #000;
	text-align: right;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 600;
	text-decoration-line: underline;
	cursor: pointer;
}

.woocommerce-grid-right-widget .sidebar-woo-widget a.clean-filters::before {
	display: none;
}

.woocommerce-grid-right-widget .sidebar-woo-widget a::before {
	content: 'X';
	border: none;
	font-weight: 500;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10px;
	padding: 1px 3px;
	width: auto;
	color: inherit;
	transition: all .2s;
	border-radius: 50%;
	background-image: none;
}

.woocommerce-grid-right-widget .sidebar-woo-widget li.chosen a::before,
.woocommerce-grid-right-widget .sidebar-woo-widget a:hover::before {
	background: transparent;
}

.woocommerce-grid-right-widget .sidebar-woo-widget li.chosen a:hover::before {
	background: #EDEDED;
}


/*
 * Selectize 
 */

.selectize-input {
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	min-width: 172px;
	padding-right: 35px;
}

.selectize-control.single .selectize-input:not(.no-arrow):after {
	content: '';
	background-image: url(assets/images/icons/icon-menu-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 8px;
	width: 8px;
	border-color: unset;
	border-width: unset;
	border-style: unset;
	transform: rotate(90deg);
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #161C28 !important;
	font-family: 'Inter';
	font-size: 12px;
	line-height: 1.5 !important;
	font-weight: 500;
}

.selectize-dropdown [data-selectable].option {
	font-size: 12px;
}

/* .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 0 !important;
} */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	background-image: url(assets/images/icons/icon-menu-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 8px;
	width: 8px;
	transform: rotate(90deg);
}

.select2-dropdown {
	top: 0;
}

.select2-container {
	width: 100% !important;
}

table.variations .select2-container {
	padding: 5px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}

/*
 * Sidebar
 */

.sidebar-woo-widget h3 {
	color: #161C28;
	font-family: 'Inter';
	font-size: 13px;
	font-weight: 500;
	margin: 10px 0;
}

.sidebar-woo-widget ul {
	display: flex;
	flex-direction: column;
	gap: 9px;
	max-height: 140px;
	overflow-y: auto;
	position: relative;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f5f5f5;
}

/* width */
.sidebar-woo-widget ul::-webkit-scrollbar {
	width: 2px;
}

/* Track */
.sidebar-woo-widget ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #d4d4d4;
	border-radius: 10px;
}

/* Handle */
.sidebar-woo-widget ul::-webkit-scrollbar-thumb {
	background: #161C28;
	border-radius: 10px;
}

/* Handle on hover */
.sidebar-woo-widget ul::-webkit-scrollbar-thumb:hover {
	background: #161C28;
}

.sidebar-woo-widget li.chosen a {
	color: #121212;
	font-weight: 500;
}

.sidebar-woo-widget li.result {
	font-family: 'Inter';
	font-size: 12px;
	color: #DC3F3F;
	font-weight: 400;
}

.sidebar-woo-widget .cat-item a::before {
	display: none;
}

.sidebar-woo-widget ul.product-categories {
	margin-left: 20px;
	max-height: 100%;
	overflow-y: hidden;
}

.sidebar-woo-widget a {
	color: #848484;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	line-height: 1.3;
}

.sidebar-woo-widget a:hover {
	color: #000;
	font-weight: 400;
}

.sidebar-woo-widget a::before {
	content: '';
	border-radius: 2px;
	border: 1px solid #7E7E7E;
	height: 13px;
	width: 13px;
	transition: all .2s;
	background-color: #fff;
	background-image: url(assets/images/icons/icon-check.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center;
	background-blend-mode: color;
}

.sidebar-woo-widget li.chosen a::before,
.sidebar-woo-widget a:hover::before {
	background-color: #7E7E7E;
	background-blend-mode: unset;
}
.sidebar-woo-widget a.active::before{
	background-color: #7E7E7E;
	background-blend-mode: unset;	
}
.sidebar-woo-widget .search-next {
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	height: 35px;
	margin-bottom: 10px;
	color: #000;
	padding: 10px;
	padding-right: 25px;
	font-size: 12px;
	width: 100%;
	background-image: url(assets/images/icons/icon-procurar.svg);
	background-size: contain;
	background-size: 10px;
	background-position: 95%;
	background-repeat: no-repeat;
}

.sidebar-woo-widget .search-next:focus {
	outline: none;
}

.sidebar-woo-widget .search-next::placeholder {
	color: #CDCDCD;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
}

.sidebar-woo-widget li span {
	display: none;
}

.wc-block-components-price-slider,
.wc-block-components-price-slider__controls {
	margin-bottom: 0 !important;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	border-radius: 5px !important;
	background: #F0F0F0;
	border-width: 0 !important;
	font-size: 12px !important;
	color: #000;
	font-family: 'Inter';
	font-weight: 300;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
	text-align: right;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:focus {
	outline: 0;
}

.wc-block-components-price-slider__range-input-wrapper:before,
.wc-block-components-price-slider__range-input-progress {
	height: 2px !important;
	top: 0px !important;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background: #fff !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	border: none !important;
	transition: all .2s;
}

.wc-block-components-price-slider__range-input:hover::-webkit-slider-thumb {
	background-color: #000 !important;
	border: none !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

p.woocommerce-result-count {
	font-size: 12px;
	color: #000;
	border-radius: 4px;
	background: #EDEDED;
	padding: 5px;
	width: fit-content;
}

.wc-block-components-filter-reset-button {
	font-size: 12px !important;
	margin-top: 10px !important;
	color: #000;
}

/*
 * Processo de Retoma
 */

.page-template-page-processo-de-retoma {
	counter-reset: section;
}

.page-template-page-processo-de-retoma .mt-215n {
	margin-top: -215px;
}

.page-template-page-processo-de-retoma .dark {
	color: #161C28;
	font-size: 15px;
	z-index: 1;
	position: relative;
}

.page-template-page-processo-de-retoma .bg-dark {
	background-color: #161C28;
	height: 274px;
}

.intro-recovery {
	background-image: url(assets/images/bg/bg-retoma.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	padding: 45px 0;
}

.container-small {
	max-width: 550px;
	margin: 0 auto;
}

.process-intro {
	border-radius: 5px;
	background: #F4F4F4;
	padding: 28px 50px;
	margin-bottom: 20px;
}

.process-success-message {
	background-image: url(assets/images/mask/mask-processo-retoma-sucesso.svg);
	background-position: right;
	background-repeat: no-repeat;
	border-radius: 5px;
	background: #F4F4F4;
	padding: 28px 50px;
	margin-bottom: 20px;
	display: none;
}

.process-success-message h2 {
	color: #161C28;
	margin-bottom: 6px;
}

.process-success-message h2 span {
	display: block;
	color: #c8c8c8;
}

.process-success-message .process-btn {
	top: 0;
	transition: all .2s;
}

.process-success-message .new-process-btn:hover {
	background-color: #161C28;
}

.process-success-message p {
	font-size: 14px;
	font-weight: 300;
}

.process-success-message p:last-of-type {
	color: #9D9D9D;
	max-width: 260px;
	font-size: 13px;
	margin: 13px 0 4px 0;
}

.process-success-message h2,
.process-intro h2 {
	color: #951FB7;
	font-weight: 800;
	line-height: 123.182%;
	/* 22.173px */
	margin-bottom: 20px;
}

.process-intro li {
	font-size: 14px;
	font-weight: 800;
	line-height: 123.182%;
	/* 17.245px */
	padding-bottom: 10px;
	border-bottom: 1px solid #CDCDCD;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	row-gap: 6px;
}

.process-intro li:not(:first-child) {
	padding-top: 15px;
	border-top: 1px solid #CDCDCD;
}

.process-intro li::before {
	content: '';
	height: 48px;
	width: 48px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	border-radius: 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.process-intro li:nth-child(1)::before {
	background-image: url(assets/images/icons/icon-retoma-preco.svg);
}

.process-intro li:nth-child(2)::before {
	background-image: url(assets/images/icons/icon-retoma-envios.svg);
	background-size: 30px;
}

.process-intro li:nth-child(3)::before {
	background-image: url(assets/images/icons/icon-retoma-pagamentos-seguros.svg);
}

.process-intro p {
	color: #161C28;
	font-size: 12px;
	font-weight: 200;
	line-height: 123.182%;
	/* 14.782px */
	flex: 1 0 100%;
}

#form-retoma {
	position: relative;
}

#form-retoma::before {
	content: '';
	height: 98%;
	width: 3px;
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	background-color: #d9d9d9;
	border-radius: 39px;
	transition: all .2s;
}

.process-box {
	border-radius: 5px;
	background: #FAFAFA;
	padding: 20px 49px 44px 49px;
	min-height: 190px;
	margin-bottom: 20px;
	position: relative;
}

.process-box::before {
	content: '';
	height: 0;
	width: 3px;
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	background-color: #951FB7;
	border-radius: 39px;
	transition: all .2s;
}

.process-box.completed::before {
	height: calc(100% + 20px);
}

.process-box::after {
	content: '';
	position: absolute;
	left: -26px;
	height: 10px;
	width: 10px;
	top: 50px;
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #000;
}

.process-box.completed::after {
	background-color: #000;
}

.process-box h2 {
	color: #161C28;
	font-size: 14px;
	font-weight: 800;
	line-height: 123.182%;
	/* 17.245px */
	display: flex;
	align-items: center;
	gap: 9px;
}

.process-box h2::before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero)".";
	color: #E2E2E2;
	font-size: 51px;
	font-weight: 800;
	line-height: 123.182%;
	/* 62.823px */
}

.process-box p {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 154.8%;
	/* 12.384px */
	max-width: 315px;
	padding-left: 25px;
	border-left: 1px solid #000;
	position: relative;
	margin-top: 14px;
}

.process-box p::before {
	content: '';
	height: 9px;
	width: 10px;
	background-image: url(assets/images/icons/icon-i-roxo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 3px;
	left: 10px;
}

.process-box .checkbox-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 5px 0;
}

.process-box input[type="checkbox"] {
	appearance: none;
	height: 13px;
	border-radius: 2px;
	border: 1px solid #BBB;
	flex: 0 0 13px;
}

.process-box input[type="checkbox"]:checked {
	background-color: #7B0F99;
}

.process-box input[type="checkbox"]+label {
	color: #161C28;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
}

.process-box input[type="checkbox"]+label[for="checkbox-2"] {
	color: #BBB;
}

.process-box input[type="checkbox"]+label a {
	color: #470959;
	text-decoration: underline;
}

.process-box-input {
	position: relative;
}

.process-box-input:not(:last-child) {
	margin-bottom: 10px;
}

.process-box-input select,
.process-box-input input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 0.5px solid #B4B4B4;
	padding: 14px 10px 4px 10px;
	color: #070707;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
}

.process-box-input select {
	padding: 14px 10px 0 5px;
}

.process-box-input input:focus {
	outline: none;
	border: none;
	border-left: 3.5px solid #161C28;
	padding: 14px 10px 7px 7px;
}

.process-box-input label {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 12px;
	color: #808080;
	font-family: 'Inter';
	font-weight: 400;
}

.process-btn {
	border-radius: 5px;
	background-color: #161C28;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 120.8%;
	/* 14.496px */
	width: 100%;
	padding: 13px;
	position: relative;
	top: -45px;
	cursor: pointer;
}

.process-btn.valid {
	background-color: #951FB7;
}

.form-input-radios {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.input-radio-label {
	width: 100%;
}

.input-radio-label input {
	display: none;
}

.input-radio-label label {
	width: 100%;
	background-color: #fafafa;
	border-radius: 5px;
	border: 0.5px solid #b4b4b4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
	color: #161C28;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 400;
}

.input-radio-label label:hover {
	background-color: #161C28;
	color: #fff;
}

.input-radio-label input:checked~label {
	background-color: #161C28;
	color: #fff;
}

/*
 * Responsivo
 */

@media screen and (max-height: 896px) {
	.menu-store-end {
		display: none;
	}
}

@media screen and (min-width: 1921px) {

	/* Frontpage */
	.method-box {
		max-width: 550px;
	}

	.methods-container {
		gap: 25%;
	}
}

@media screen and (max-width: 1850px) {
	.header-top {
		padding: 0 30px;
	}

	.header-bottom {
		padding: 15px 30px;
	}
}

@media screen and (max-width: 1700px) {

	/* Frontpage */
	.frontpage-hero-content {
		max-width: 500px
	}

	.frontpage-hero-content h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	.frontpage-hero-content p {
		font-size: 30px;
		line-height: 1;
	}

	/* Minha Conta */
	[not-logged] .woocommerce-notices-wrapper,
	.woocommerce-EditAccountForm fieldset {
		right: 30px;
	}

	#customer_login {
		column-gap: 45px;
	}

	#customer_login .u-column1::after {
		right: -25px;
	}

	.form-row {
		flex: 0 0 calc((100% / 3) - 10px);
	}

	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
		right: 30px;
	}

	.woocommerce-account ul.woocommerce-error li {
		font-size: 12px;
	}

	#customer_login h2 {
		font-size: 30px;
	}

	#customer_login h2::after {
		bottom: -15px;
	}

	/* Container */
	.container,
	.footer-container {
		padding: 0 30px;
	}

	/* 404 */
	.error-404::after,
	.error-404::before {
		height: 260px;
		width: 480px;
	}
}

@media screen and (max-width: 1550px) {

	/* Frontpage */
	.frontpage-hero-icons-container li {
		padding-right: 50px;
	}

	.frontpage-category-item:nth-child(2) {
		background-position: 160%;
	}

	/* Frontpage - Promoção */
	.frontpage-hero.frontpage-promo .container {
		grid-template-columns: 35% 75%;
	}

	.frontpage-hero.frontpage-promo .frontpage-hero-content {
		padding: 40px 0;
	}

	/* 404 */
	.error-404-container h2 {
		font-size: 30px;
	}

	/* Input */
	.form-row:not(.create-account) {
		flex: 0 0 calc((100% / 3) - 10px);
	}

	/* Área do Cliente */
	.container-login {
		background-image: none;
		margin: auto;
		border-left: 100vw solid #951FB7;
		margin-left: -100vw;
	}

	#customer_login .u-column1 {
		margin-left: 0;
	}

	#customer_login {
		column-gap: 110px;
		justify-content: center;
	}

	#customer_login h2 {
		font-size: 28px;
	}

	#customer_login .u-column1::after {
		right: -55px;
	}

	/* Single */
	.welcome-toutlet-single-product {
		grid-template-columns: 1fr 1fr;
	}

	.welcome-toutlet-single-product h2 {
		font-size: 24px;
	}

	.welcome-toutlet-single-product>div:last-child::after {
		width: 440px;
	}

	.single-product-price-info ins {
		font-size: 28px;
	}

	.scroll-add-to-cart-container {
		margin-left: 25%;
	}

	.scroll-add-to-cart-price ins {
		font-size: 22px;
	}

	/* Loja */
	.woocommerce-custom-shop-grid-right .products.columns-4 {
		grid-template-columns: 1fr 1fr;
	}

	/* Carrinho */
	.shop_table td.product-name,
	.woocommerce-cart td.product-name {
		font-size: 14px;
	}
}

@media screen and (max-width: 1450px) {

	/* Frontpage */
	.methods-container {
		gap: 35px;
	}

	.frontpage-hero-content h1 {
		font-size: 28px;
	}

	.frontpage-hero-content p {
		font-size: 28px;
	}

	.frontpage-category-item:first-child {
		background-size: 130%;
	}

	/* Minha Conta */
	.woocommerce-orders-details-grid {
		grid-template-columns: 2fr 1fr;
	}


	.woocommerce-MyAccount-quick-links-grid a span,
	.woocommerce-MyAccount-quick-links-grid a {
		font-size: 12px;
	}

	.woocommerce__login--button,
	.woocommerce__register--button {
		background: transparent;
		border: none;
		color: #000;
		text-transform: capitalize;
		font-size: 12px;
		font-weight: 300;
		text-decoration-line: underline;
		letter-spacing: normal;
		padding: 0;
		min-width: fit-content;
	}

	.woocommerce__register--item span,
	.woocommerce__login--item span {
		margin-right: 0;
	}

	.frontpage-hero::after {
		width: 515px;
	}

	/* Carrinho */
	.products.columns-3 {
		grid-template-columns: 1fr 1fr;
	}

	.products.columns-3 li:nth-child(3) {
		display: none;
	}

	.woocommerce-cart td.product-subtotal,
	.cart_totals tr.order-total td {
		font-size: 22px;
	}
}

@media screen and (max-width: 1376px) {

	.contact h1,
	h1,
	.entry-title {
		font-size: 30px;
	}

	.woocommerce-account h1::after {
		bottom: 25px;
		font-size: 30px;
	}

	/* Header */
	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
		grid-template-rows: repeat(10, auto);
	}

	/* Frontpage */
	.frontpage-hero-content {
		margin-left: 80px;
		z-index: 1;
		position: relative;
	}

	.method {
		background-position: 128%;
	}

	.frontpage-category-item h2 {
		font-size: 22px;
	}

	.frontpage-categories-grid {
		gap: 15px;
	}

	/* Frontpage - Promoção */
	.frontpage-promo .frontpage-hero-content {
		margin-left: 0;
	}

	.frontpage-promo .frontpage-hero-content::after {
		width: 120px;
		right: -108px;
		background-size: contain;
	}

	/* Footer */
	.footer-box h3 {
		font-size: 20px;
	}

	.footer-box p {
		font-size: 16px;
	}

	/* Minha Conta */
	.woocommerce-MyAccount-quick-links-grid {
		gap: 15px;
	}

	.woocommerce-account .woocommerce-orders-table tr {
		grid-template-columns: 115px 20% 1fr 1fr 170px;
	}

	.woocommerce-account .woocommerce-orders-table td {
		padding: 30px 45px;
	}

	.woocommerce-account .woocommerce-orders-table th {
		padding-left: 45px;
	}

	.woocommerce-account .woocommerce-orders-table th:first-child,
	.woocommerce-account .woocommerce-orders-table td:first-child {
		padding-left: 30px;
	}

	header.woocommerce-Address-title.title {
		align-items: baseline;
	}

	/* 404 */
	.error-404-container h2 {
		font-size: 26px;
	}

	.error-404-container a {
		font-size: 14px;
	}

	.error-404::after,
	.error-404::before {
		height: 165px;
		width: 400px;
	}

	/* Carrinho */
	.woocommerce-cart td.product-subtotal,
	.cart_totals tr.order-total td {
		font-size: 20px;
	}

	/* Single */
	.single-product-wrap {
		grid-template-columns: 390px 1fr;
	}
}

@media screen and (max-width: 1280px) {

	/* Header */
	.header-container ul {
		gap: 40px;
	}

	nav.menu-store {
		min-width: 275px;
	}

	.menu-item-has-children li.menu-item-object-custom.hover::before {
		width: 275px;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
		left: 275px;
	}

	/* nav.menu-store.hidden-menu-store {
		left: -275px;
	}

	.page-content {
		width: calc(100% - 260px);
		margin-left: 260px;
	} */

	.header-bottom-menu {
		margin-left: 210px;
	}

	/* Single */
	.scroll-add-to-cart-price del {
		font-size: 16px;
	}

	.scroll-add-to-cart-price ins {
		font-size: 20px;
	}

	.scroll-add-to-cart {
		padding-right: 30px;
	}

	/* Frontpage */
	.frontpage-hero-content {
		min-height: 335px;
	}

	.frontpage-hero-content h1 {
		font-size: 26px;
	}

	.frontpage-hero-content p {
		font-size: 26px;
	}

	.frontpage-hero-content {
		margin-left: 30px;
	}

	.frontpage-hero::after {
		width: 480px;
	}

	.frontpage-categories-grid {
		grid-template-rows: 155px 275px;
	}

	.models-grid li a span {
		font-size: 15px;
		min-height: 25px;
	}

	.frontpage-categories::after {
		display: none;
	}

	.frontpage-categories::before {
		width: 450px;
		height: 450px;
	}

	/* Frontpage - Promo*/
	.frontpage-hero.frontpage-promo .frontpage-hero-content {
		min-height: 0;
	}

	.frontpage-hero.frontpage-promo .container {
		grid-template-columns: 30% 85%;
	}

	/* Minha Conta */
	.woocommerce-MyAccount-quick-links-grid a {
		flex-direction: column;
	}

	.woocommerce-form.woocommerce-form-login>.form-row:nth-child(5) {
		margin-top: 10px;
		align-items: center;
	}

	.woocommerce-Address-title h3 {
		font-size: 16px;
	}

	.woocommerce-Address-title a {
		font-size: 14px;
	}

	.woocommerce-Address address {
		font-size: 12px;
	}

	/* Select 2*/
	.archive .select2-dropdown {
		width: calc(100% - 100px) !important;
	}

	/* Container */
	.container-sm {
		padding: 0 30px;
	}

	.single-product-doubts {
		padding: 0;
	}

	/* Produtos */
	.products.columns-4 {
		grid-template-columns: 1fr 1fr;
	}

	/* Carrinho */
	.advantage-grid li:not(:last-child) {
		border: none;
	}

	.cart-grid {
		grid-template-columns: 1fr 275px;
	}

	.cart-custom-coupon input {
		flex: 1 0 53%;
	}

	/* Minha Conta */
	#customer_login {
		column-gap: 80px;
		justify-content: flex-start;
	}

	#customer_login .u-column1 {
		margin-left: 30px;
	}

	#customer_login .u-column1::after {
		display: none;
	}

	/* Blog */
	.grid-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1150px) {

	/* Frontpage */
	.frontpage-categories-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 200px 200px;
	}

	.frontpage-category-item:nth-child(3) {
		background-position: 100% 80px;
	}

	.frontpage-category-item,
	.frontpage-category-item:nth-child(2),
	.frontpage-category-item:first-child {
		background-position: right bottom;
		background-size: 50%;
		grid-column: auto;
		grid-row: auto;
	}

	.frontpage-hero::after {
		width: 350px;
	}

	/* Frontpage - Promo */
	.frontpage-hero-content h1 {
		font-size: 22px;
	}

	.frontpage-hero-content p {
		font-size: 22px;
	}

	/*Minha Conta*/
	.woocommerce-orders-details-grid {
		grid-template-columns: 1fr 1fr;
	}

	/* Single */
	.welcome-toutlet-single-product>div:first-child {
		padding: 25px 10px 25px 55px;
	}

	.welcome-toutlet-single-product h2 {
		font-size: 22px;
		white-space: nowrap;
	}
}

@media screen and (max-width: 1080px) {
	h3 {
		font-size: 24px;
	}

	.woocommerce-breadcrumb {
		margin-top: 35px;
	}

	/* Header */

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
		column-gap: 20px;
	}

	.page-content {
		width: 100%;
		margin-left: 0;
	}

	.custom-logo-link {
		left: 30px;
		position: absolute;
	}

	.custom-logo-link.hidden-menu-store {
		position: fixed;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
		left: 260px;
	}

	nav.menu-store {
		padding: 45px 30px 45px 0;
		left: -292px;
	}

	nav.menu-store>div {
		padding-left: 45px;
	}

	nav.menu-store.hidden-menu-store {
		left: 0;
	}

	.menu-store-collapse-button {
		right: -60px;
	}

	.hidden-menu-store .menu-store-collapse-button {
		right: -25px;
	}

	.header-bottom-menu {
		margin-left: 190px;
	}

	.menu-store-top a::before {
		width: calc(100% + 75px);
		left: -45px;
	}

	.woocommerce-breadcrumb {
		padding-left: 30px;
	}

	.header-bottom-menu li:last-child {
		display: none;
	}

	/* Frontpage */
	.frontpage-hero-content h1 {
		font-size: 24px;
	}

	.frontpage-hero-content p {
		font-size: 24px;
	}

	.frontpage-category-item h2 {
		font-size: 20px;
	}

	.models-grid {
		min-width: 100vw;
	}

	.models-grid li:last-child {
		margin-right: 35px;
	}

	.models-grid li a img {
		width: auto;
		height: 70px;
	}

	/* Frontpage - Promo */
	.frontpage-hero.frontpage-promo .container {
		grid-template-columns: 40% 65%;
	}

	/* Footer */
	.footer-box h3 {
		font-size: 18px;
	}

	.footer-box h3::after {
		font-size: 25px;
		bottom: -8px;
		right: 0px;
	}

	.footer-box p {
		font-size: 14px;
		flex: 1;
	}

	.footer-bottom {
		flex-wrap: wrap;
		row-gap: 0;
	}

	/* Minha Conta */
	.woocommerce-OrderUpdate {
		padding: 10px 30px;
	}

	.woocommerce-MyAccount-navigation ul li {
		font-size: 14px;
		white-space: nowrap;
	}

	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
		font-size: 12px;
	}

	.woocommerce-account>.woocommerce {
		padding: 50px;
	}

	.woocommerce-account .woocommerce-notices-wrapper.login-page {
		bottom: auto;
		top: auto;
		left: auto;
		width: 45%;
		position: relative;
	}

	.woocommerce-account .woocommerce-orders-table tr {
		grid-template-columns: 1fr 1fr;
		padding-bottom: 5px;
		margin-bottom: 25px;
	}

	.woocommerce-account .woocommerce-orders-table td:last-child::before,
	.woocommerce-account .woocommerce-orders-table tbody tr td:first-child::before,
	.woocommerce-account .woocommerce-orders-table thead {
		display: none;
	}

	.woocommerce-account .woocommerce-orders-table td {
		padding: 15px 24px;
		font-size: 12px;
	}

	.woocommerce-account .woocommerce-orders-table td:last-child {
		grid-column: span 2;
	}

	.woocommerce-account .woocommerce-orders-table tbody tr:hover::before {
		content: '';
		width: 3px;
		height: 100%;
		display: block;
		background-color: #801B9D;
		position: absolute;
		top: 0;
		left: 0;
	}

	.woocommerce-account .woocommerce-orders-table td::before {
		content: attr(data-title);
		font-weight: 700;
		margin-right: 10px;
	}

	.woocommerce-recently-viewed,
	.woocommerce-EditAccountForm legend,
	.woocommerce-EditAccountForm h2,
	.heading-order {
		font-size: 14px;
	}

	.woocommerce-ResetPassword {
		width: 100%;
	}

	.woocommerce-ResetPassword button,
	.woocommerce__login--button,
	.woocommerce__register--button {
		min-width: fit-content;
	}

	#customer_login h2 {
		font-size: 26px;
	}

	.woocommerce-account .woocommerce-orders-table td:first-child {
		font-weight: 800;
	}

	.woocommerce-account .woocommerce-orders-table td:nth-child(even)::after {
		display: none;
	}

	.woocommerce-order-pay .shop_table th,
	.woocommerce-order-pay .shop_table td {
		font-size: 14px;
		text-align: left;
		line-height: 1.1;
	}

	/* Retoma */
	.process-box h2 {
		margin-bottom: 10px;
	}

	.process-box h2::before {
		font-size: 40px;
	}

	/* 404 */
	.error-404-container h2 {
		font-size: 22px;
	}

	/* Checkout */

	/* EuPago */
	.woocommerce_eupago_table td,
	.woocommerce_eupago_table th {
		font-size: 14px !important;
		padding: 5px !important;
		line-height: 1.4;
	}

	.woocommerce-checkout-review-order-table .order-total td {
		font-size: 20px;
	}

	.woocommerce-thankyou-order-received {
		font-size: 16px;
	}

	.woocommerce-column__title {
		font-size: 18px;
	}

	.woocommerce-thankyou-order-details li {
		font-size: 14px;
	}

	/* Input */
	.woocommerce-address-fields__field-wrapper {
		column-gap: 10px;
	}

	.form-row:not(.create-account) {
		flex: 0 0 calc((100% / 2) - 10px);
	}

	/* Single */
	.scroll-add-to-cart-price del {
		font-size: 14px;
	}

	.scroll-add-to-cart-price ins {
		font-size: 18px;
	}

	.scroll-add-to-cart {
		padding: 14px 30px;
	}

	.scroll-add-to-cart-container {
		margin-left: 0;
	}
}

@media screen and (max-width: 900px) {

	h1,
	.archive h1,
	.entry-title span::after,
	.entry-title {
		font-size: 25px;
	}

	.contact h1 {
		font-size: 28px;
	}

	.woocommerce-account h1::after {
		bottom: 26px;
		font-size: 28px;
	}

	.general-banner h1::after {
		font-size: 28px;
		bottom: -14px;
	}

	.entry-title span::after {
		bottom: -15px;
	}

	h3 {
		font-size: 22px;
	}

	/* Header */
	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
		grid-template-rows: unset;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-columns: unset;
		grid-auto-flow: row;
		flex: 1;
	}

	/* Hero */
	.frontpage-hero img {
		top: 4px;
	}

	.frontpage-hero::after {
		bottom: -1px;
	}

	.header-container,
	.header-container ul {
		gap: 20px;
	}

	/* Frontpage */
	.frontpage-hero-content {
		max-width: 450px;
		margin: 0 auto;
		align-items: center;
		text-align: center;
		min-height: auto;
		padding: 65px 0 80px 0;
	}

	.frontpage-hero-content h1 {
		font-size: 22px;
	}

	.frontpage-hero-content p {
		font-size: 22px;
	}

	.frontpage-hero-content p em {
		font-size: 15px;
	}

	.frontpage-hero img {
		position: relative;
		height: 150px;
		width: 100%;
		object-fit: cover;
	}

	.frontpage-hero {
		background-color: #f8f8f8;
	}

	.frontpage-hero-content::before,
	.frontpage-hero-content::after {
		display: none;
	}

	.question h3 span::after {
		bottom: -15px;
	}

	.question-box span {
		font-size: 16px;
	}

	.models-grid {
		gap: 15px;
	}

	.method {
		background-position: bottom;
		background-size: cover;
	}

	.methods-container {
		flex-direction: column;
	}

	.method-box {
		max-width: 100%;
	}

	.method-icons {
		top: -30px;
	}

	.list-brands {
		gap: 25px;
	}

	.list-brands a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.list-brands img {
		max-width: 100px;
        max-height: 100px;
        object-fit: contain;
	}

	/* Frontpage - Promo */
	.frontpage-hero.frontpage-promo .frontpage-hero-content {
		margin: 0 auto;
		padding: 65px 0 50px 0;
	}

	.frontpage-hero.frontpage-promo .container {
		grid-template-columns: 100%;
	}

	.frontpage-hero.frontpage-promo img {
		height: 100%;
		margin-left: -30px;
		width: calc(100% + 60px);
	}

	/* Minha Conta */
	.form-row {
		flex: 0 0 calc((100% / 2) - 10px);
	}

	.social-media-login {
		flex-direction: column;
		gap: 10px;
	}

	.woocommerce-checkout .social-media-login {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.woocommerce-MyAccount-content .col-1.woocommerce-Address,
	.woocommerce-MyAccount-content .col-2.woocommerce-Address {
		padding: 30px;
	}

	.woocommerce-account>.woocommerce {
		margin-bottom: 40px;
	}

	.woocommerce-lost-password .woocommerce {
		margin-bottom: 0;
	}

	.woocommerce-account .woocommerce-notices-wrapper.login-page {
		width: 100%;
	}

	/* Carrinho */
	.cart-grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .woocommerce-notices-wrapper {
		grid-column: auto;
	}

	.products.columns-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.products.columns-3 li:nth-child(3) {
		display: flex;
	}

	.cart_totals-custom-info-imgs {
		justify-content: flex-start
	}

	.advantage-grid li:not(:last-child) {
		border-right: none;
		padding-right: 0;
	}

	.advantage-grid {
		gap: 15px;
	}

	.advantage-grid li {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.cart-collaterals {
		height: auto;
		position: relative;
		top: 0;
	}

	.woocommerce-cart .cross-sells {
		margin-top: 0;
	}

	/* Checkout */
	.woocommerce_checkout_login_coupon {
		flex-direction: column;
	}

	.login-form-banner .login-form-banner-button {
		font-size: 14px;
	}

	/* Selo de Qualidade */
	.quality-test ul {
		column-gap: 25px;
	}

	.quality-test li {
		font-size: 14px;
	}

	/* Contacto */
	.contact-grid {
		gap: 40px;
		flex-wrap: wrap;
	}

	/* Minha Conta */
	#customer_login {
		column-gap: 40px;
	}

	#customer_login h2 {
		font-size: 24px;
	}

	/* Single */
	.welcome-toutlet-single-product>div:last-child::after {
		width: 260px;
	}

	.flex-control-thumbs>li img {
		position: relative;
		height: 100%;
		/* width: 100%; */
		object-fit: contain;
	}

	.single-product-price-info p {
		display: none;
	}

	.single-product-wrap {
		padding: 0 25px;
	}

	.scroll-add-to-cart-container button {
		padding: 6.5px 40px;
		width: fit-content;
		margin-left: 0;
	}

	/* Shop */
	.archive .frontpage-hero-icons {
		display: none;
	}

	.woocommerce-custom-shop-grid {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.sidebar-woo-widget {
		display: none;
	}

	.filter-toggle {
		display: flex;
		font-size: 14px;
		color: #070707;
		margin-bottom: 20px;
		gap: 10px;
		align-items: center;
	}

	.filter-toggle::after {
		content: '';
		height: 10px;
		width: 30px;
		background-image: url(assets/images/icons/icon-filter.svg);
		background-repeat: no-repeat;
	}

	.filter-toggle.opened::after {
		background-image: url(assets/images/icons/icon-filter-toggle.svg);
	}

	.sidebar-woo-widget ul {
		flex-direction: row;
		gap: 10px;
		flex-wrap: wrap;
	}

	.sidebar-woo-widget .search-next {
		width: 100%;
		background-position: 98%;
	}

	/* Processo de Retoma */
	.page-template-page-processo-de-retoma h1::after {
		display: none;
	}

	.single-promo-wrapper {
		display: block;
	}

	.product-date-promo {
		padding: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.payment_method_ppcp-credit-card-gateway p.form-row {
		display: block;
	}

	::-webkit-scrollbar {
		display: none;
	}

	h3 {
		font-size: 20px;
	}

	.general-content li,
	.general-content p,
	.quality-banner p,
	p {
		font-size: 13px;
	}

	/* Header */
	.header-container ul:first-of-type {
		display: none;
	}

	ul.header-language-list.opened {
		display: block;
	}

	.header-form {
		margin-left: 170px;
	}

	.header-language {
		margin-left: auto;
		margin-right: -30px;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li {
		flex-direction: column;
		row-gap: 20px;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
		width: 100%;
	}

	/* Frontpage */
	.method-box p:first-child,
	.frontpage-category-item h2 {
		font-size: 18px;
	}

	.method-box {
		padding: 35px;
	}

	.question h3 span::after {
		bottom: -10px;
	}

	.loop-product-info h3 {
		font-size: 17px;
	}

	.loop-product-info-price .price {
		font-size: 20px;
	}

	.loop-product-info>div>a {
		font-size: 12px;
		padding: 7px 15px;
	}

	.frontpage-category-item:first-child {
		background-size: 60%;
	}

	/* Blog */
	.grid-4 {
		grid-template-columns: 1fr 1fr;
	}

	/* Footer */
	.footer-bottom ul {
		flex-wrap: wrap;
		gap: 20px;
		margin: 0;
	}

	/* Minha Conta */
	[not-logged] .woocommerce-notices-wrapper {
		position: relative;
		right: 0;
	}

	.woocommerce-MyAccount-content .woocommerce-columns.addresses {
		column-gap: 15%;
		row-gap: 25px;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.woocommerce-orders-details-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.woocommerce-MyAccount-quick-links-grid a {
		padding: 10px;
	}

	.woocommerce-checkout .woocommerce-customer-details,
	.woocommerce-order-details {
		padding-bottom: 10px;
	}

	.woocommerce-MyAccount-navigation ul {
		gap: 45px;
		flex-wrap: wrap;
	}

	.woocommerce-MyAccount-content .woocommerce-Addresses {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.woocommerce-ResetPassword p:first-child {
		width: 100%;
	}

	.woocommerce-privacy-policy-text p {
		font-size: 10px;
		text-align: center;
	}

	.woocommerce-privacy-policy-text p,
	.woocommerce__login--text {
		text-align: left;
	}

	#customer_login h2 {
		font-size: 22px;
	}

	.products.columns-3,
	.columns-4 {
		grid-template-columns: 1fr 1fr;
	}

	/* Perguntas Frequentes */
	.page-template-page-perguntas-frequentes .questions-box {
		margin: 0;
	}

	/* Geral */
	.general-container {
		padding: 0 30px;
	}

	/* Carrinho */
	.products.columns-3 li:nth-child(3) {
		display: none;
	}

	/* Checkout */
	.woocommerce-shipping-fields__field-wrapper,
	.woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	/* Selo de Qualidade */
	.quality-grid p {
		font-size: 22px;
	}

	/* Contacto */
	.contact-grid-right h2 {
		font-size: 18px;
	}

	.contact {
		padding: 95px 0 50px 0;
	}

	.contact-grid {
		margin-top: 50px;
	}

	.contact-grid-left,
	.contact-grid-right {
		flex: 1 0 100%;
	}

	/* Minha Conta */
	#customer_login {
		flex-direction: column;
		row-gap: 30px;
	}

	#customer_login .u-column1 {
		margin-left: 0;
		flex: 1;
		background-color: #f7f7f7;
		padding: 50px 40px;
		border-radius: 5px;
		max-width: 405px;
		width: 100%;
	}

	/* Single */
	.flex-control-thumbs {
		margin-left: 0;
	}

	.custom_add_to_cart {
		right: 30px;
	}

	.single-product-wrap {
		grid-template-columns: 100%;
		padding: 0 30px;
	}

	.woocommerce-product-gallery {
		position: relative;
		top: auto;
		height: auto;
	}

	.flex-control-thumbs>li img {
		left: auto;
	}

	.single-product-price-info ins {
		font-size: 24px;
	}

	.scroll-add-to-cart-container .scroll-add-to-cart-title {
		font-size: 14px;
	}

	.footer-bottom {
		margin-top: 0;
	}
}

@media (max-width: 670px) {

	/* Frontpage */
	.questions-box {
		padding: 35px 35px 50px 35px;
	}

	.frontpage-promo.hide-description-mobile .frontpage-hero-content,
	.frontpage-categories::before {
		display: none;
	}

	.frontpage-hero.frontpage-promo.hide-description-mobile img {
		top: 0;
	}

	.container-small {
		padding: 0 30px;
	}
}

@media (max-width: 600px) {
	fieldset#wc-stripe-cc-form {
		display: block;
	}

	h2 {
		font-size: 16px;
	}

	h3 {
		font-size: 18px;
	}

	.question h3 span::after {
		bottom: -10px;
	}

	/* Header */
	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
		left: 0;
		z-index: 2;
		min-width: 100vw;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu li {
		flex-direction: column;
		gap: 20px;
		flex: 0 0 125px;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
	}

	.menu-store-contacts::after {
		height: 40px;
		width: 40px;
		top: -15px;
	}

	/* Frontpage */
	.frontpage-hero-content h1 {
		font-size: 20px;
	}

	.frontpage-hero-content p {
		font-size: 20px;
	}

	.list-plataforms {
		padding: 0 30px;
	}

	.frontpage-category-item:nth-child(3) {
		background-position: 100% 105px;
	}

	.frontpage-category-item:nth-child(2),
	.frontpage-category-item:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.models-grid li a span {
		font-size: 14px;
	}

	.loop-product-info-price .price {
		font-size: 18px;
	}

	/* Footer */
	footer {
		padding: 50px 0 35px;
	}

	.footer-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
	}

	.footer-grid>div:last-child {
		grid-column: span 2;
	}

	.footer-box {
		max-width: 100%;
		width: 100%;
	}

	.footer-bottom ul:last-child {
		justify-content: space-between;
		width: 100%;
		margin-top: 30px;
	}

	.footer-box>div {
		gap: 10px;
		flex-wrap: wrap;
	}

	.footer-box h3 {
		margin-bottom: 15px;
	}


	/* Minha Conta */
	.woocommerce-MyAccount-quick-links-grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
		right: 30px;
	}

	.woocommerce-MyAccount-quick-links-grid a {
		min-height: 105px;
		flex-direction: row;
	}

	.woocommerce-MyAccount-quick-links span {
		font-size: 14px;
	}

	.woocommerce-order-pay .shop_table tr {
		grid-template-columns: 1.5fr 1fr;
		padding: 20px;
	}

	/* Carrinho */
	.cart_totals {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		box-shadow: 0px 0px 41px 0px rgb(0 0 0 / 35%);
	}

	.woocommerce-cart .woocommerce-shipping-totals,
	.woocommerce-cart .woocommerce-cart-form__contents tr:last-child {
		display: none;
	}

	.woocommerce-cart .woocommerce-cart-form__contents tr {
		grid-template-columns: auto 1fr;
		column-gap: 25px;
		row-gap: 10px;
		column-gap: 10px;
	}

	.woocommerce-cart .product-remove {
		grid-column: auto;
		grid-row: auto;
		position: absolute;
		top: -12px;
		right: 0;
	}

	.woocommerce-cart .product-thumbnail {
		grid-row: span 4;
	}

	.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
		width: 130px;
	}

	.woocommerce-cart .woocommerce-cart-form__contents tr td:not(.product-thumbnail)::before {
		content: attr(data-title);
		font-weight: 600;
		margin-right: 10px;
		font-size: 12px;
		color: #d0d0d0;
	}

	.woocommerce-cart-form__contents .product-quantity {
		display: flex;
		align-items: center;
	}

	.woocommerce-cart td.product-name {
		max-width: 90%;
		display: flex;
		flex-direction: column;
		row-gap: 5px;
	}

	/* Checkout */
	.woocommerce-checkout-payment .form-row.place-order {
		grid-template-columns: 1fr;
	}

	.shop_table .order-total td,
	.woocommerce-checkout-review-order-table .order-total td {
		font-size: 18px;
	}

	.woocommerce-checkout-review-order-table .cart-subtotal td,
	.woocommerce-checkout-review-order-table .order-total th,
	.woocommerce-checkout-review-order-table td.product-total,
	.woocommerce-checkout-review-order-table td.product-name {
		font-size: 16px;
		line-height: 1.1;
	}

	.woocommerce-column__title {
		font-size: 16px;
	}

	.shop_table tr,
	.woocommerce-checkout-review-order-table tr {
		grid-template-columns: 1.5fr 1fr;
		padding: 20px 30px;
	}

	.woocommerce-cart .shop_table tr {
		padding: 20px 0;
		margin: 0;
	}

	.woocommerce-cart td.product-price {
		flex-direction: row;
	}

	.woocommerce-columns--2 {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	/* Selo de Qualidade */
	.quality-grid {
		grid-template-columns: 1fr;
	}

	.quality-grid>div {
		min-height: auto;
	}

	.quality-grid .quality-grid-shop {
		height: 500px;
	}

	.quality-grid .quality-grid-contact {
		min-height: 325px;
	}

	/* Loja */
	.woocommerce-grid-right-widget {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.woocommerce-ordering {
		margin-left: 0;
	}

	/* Processo Retoma */
	.process-intro.success {
		background-position: bottom right;
		background-size: 80%;
	}

	.woocommerce-product-attributes tr {
		padding: 0;
	}

	.product-after-summary {
		margin-top: 35px;
		padding-top: 25px;
	}

}

@media screen and (max-width:550px) {
	html.overflow {
		overflow: hidden;
	}

	.general-banner h1 {
		white-space: normal;
	}

	/* Frontpage */

	.frontpage-hero-content {
		min-height: auto;
	}

	.frontpage-hero-icons-container ul {
		overflow-x: auto;
	}

	/* Frontpage - Promo */
	.frontpage-hero.frontpage-promo .frontpage-hero-content {
		padding: 40px 0
	}

	/* Produtos */
	.loop-product-info h3 {
		font-size: 16px;
	}

	/* Minha Conta */
	.container-login {
		border-left: none;
		margin-left: 0;
	}

	.woocommerce-MyAccount-content .woocommerce-columns.addresses {
		flex-direction: column;
	}

	.woocommerce-MyAccount-content .woocommerce-columns.addresses .woocommerce-column--2,
	.woocommerce-MyAccount-content .woocommerce-columns.addresses .woocommerce-column--1 {
		width: 100%;
	}

	.woocommerce-order-details table tr th {
		padding-right: 20px;
	}

	.woocommerce-order-details table tr {
		grid-template-columns: 1fr auto;
	}

	.woocommerce-order-details table tr:last-child td:last-child {
		align-items: flex-end;
	}

	.woocommerce-order-details table tr td.woocommerce-table__product-name {
		text-align: left;
	}

	.woocommerce-order-details table tr td {
		text-align: right;
	}

	.woocommerce-OrderUpdate-description p {
		font-size: 10px;
	}

	.woocommerce-EditAccountForm {
		width: 100%;
	}

	.woocommerce-EditAccountForm fieldset {
		right: auto;
		position: relative;
		width: 100%;
		top: auto;
		margin-top: 20px;
	}

	.form-row {
		flex: 0 0 100%;
	}

	/* Retoma */
	.process-box h2::before {
		font-size: 30px;
	}

	.process-box {
		padding: 20px 40px 40px 40px;
	}

	/* 404 */
	.welcome-toutlet-single-product>div:first-child:after,
	.error-404::after {
		display: none;
	}

	.error-404 {
		padding: 50px 0 80px 0;
	}

	/* Carrinho */
	.advantage-grid {
		grid-template-columns: 1fr 1fr;
	}

	/* Single */
	.welcome-toutlet-single-product {
		grid-template-columns: 1fr;
	}

	.welcome-toutlet-single-product>div:last-child img {
		height: 65px;
	}

	.welcome-toutlet-single-product>div:last-child::after {
		width: 200px;
		height: 120px;
		bottom: 3px;
		right: -20px;
	}

	.single-product-price-info ins {
		font-size: 22px;
	}

	/* Loja */
	.woocommerce-custom-shop-grid-right .products.columns-4 {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 500px) {

	h1,
	.archive h1,
	.entry-title span::after,
	.entry-title {
		font-size: 22px;
	}

	/* Header */
	.header-container {
		flex-wrap: wrap;
		gap: 5px;
	}

	.header-form {
		flex: 1 0 calc(100% - 170px);
		order: 2;
	}

	.menu-store-top {
		margin-top: 90px;
	}

	.header-container ul.header-account-cart {
		margin-left: auto;
	}

	/* Blog */
	.grid-4 {
		grid-template-columns: 100%;
	}

	/* Frontpage */
	.models-grid li {
		flex: 1 0 125px;
	}

	.models-grid li a span {
		min-height: 34px;
	}

	/* Produtos */
	.products.columns-3,
	.products.columns-4 {
		grid-template-columns: 1fr;
	}

	/* Minha Conta */
	.account-page-title {
		padding: 65px 0 45px 0;
	}

	.woocommerce-EditAccountForm .button,
	.woocommerce-address-fields .button {
		font-size: 12px;
		width: 100%;
	}

	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
		position: relative;
		top: -5px;
		right: auto;
	}

	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
		background-color: #161c28;
		padding: 12px 40px;
		border: none;
	}

	.woocommerce-MyAccount-navigation ul {
		gap: 35px;
		flex-wrap: nowrap;
		overflow-x: scroll;
		min-width: 100vw;
		margin-left: -30px;
	}

	.woocommerce-MyAccount-navigation ul li:first-child {
		margin-left: 35px;
	}

	#customer_login .u-column2,
	#customer_login .u-column1 {
		padding: 40px 30px;
	}

	/* 404 */
	.error-404-container {
		padding: 0 30px;
	}

	/* Geral */
	.general-content {
		padding: 35px 0;
	}

	.general-content ol,
	.general-content ul {
		padding-left: 20px;
	}

	/* Input */
	.form-row:not(.create-account) {
		flex: 0 0 100%;
	}

	/* Checkout */
	.woocommerce-shipping-fields__field-wrapper,
	.woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	/* Selo de Qualidade */
	.quality-grid p {
		font-size: 20px;
	}

	.quality-grid .quality-grid-shop {
		height: 400px;
	}

	.quality-test {
		padding: 25px;
	}

	.quality-test li {
		font-size: 12px;
	}

	.quality-test p {
		font-size: 13px;
		margin-top: 30px;
	}

	/* Single */
	.product-after-summary {
		padding: 30px 0;
	}

	.payment-methods {
		padding-bottom: 20px;
	}

	.single-product-price-info p {
		display: none;
	}

	.extra-addon-wrap:last-child {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 465px) {

	/* Logo */
	.custom-logo-link {
		top: 40px;
	}

	img.custom-logo {
		height: 45px;
		width: auto;
	}

	/* Header */

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu .sub-menu {
		grid-template-columns: 1fr 1fr;
	}

	.close-submenu {
		top: 160px;
	}

	.menu-store-top>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
		padding: 185px 45px 45px 45px;
	}

	.header-container ul.header-account-cart {
		margin-left: auto;
		flex: 1 0 100%;
		justify-content: flex-end;
	}

	.header-bottom {
		height: 115px;
	}

	.header-container {
		height: 100%;
	}

	.header-form {
		margin-left: 0;
	}

	.menu-store-top {
		margin-top: 135px;
	}

	.header-form {
		margin: 0 0 0 5%
	}

	/* Frontpage */
	.questions-box {
		margin: 40px -15px 0 -15px;
	}

	.question-box-bottom {
		padding: 25px;
	}

	.question-box-bottom .btn {
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
	}

	.woocommerce-lost-password .woocommerce-message,
	.question-box span {
		font-size: 14px;
	}

	.frontpage-category-item {
		padding: 20px;
	}

	.frontpage-category-item h2 {
		font-size: 16px;
	}

	.method:not(.woocommerce-order-overview__payment-method) {
		padding-top: 45px;
	}

	.method-box {
		padding: 30px;
		margin-top: 20px;
	}

	.method-box ul li span {
		font-size: 0;
	}

	.method-box ul li a {
		padding: 14px 0;
	}

	.frontpage-categories-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 275px);
	}

	.frontpage-category-item,
	.frontpage-category-item:nth-child(2),
	.frontpage-category-item:nth-child(3),
	.frontpage-category-item:first-child {
		background-size: 100%;
	}

	.frontpage-category-item:nth-child(2) {
		background-position: 150px 15px;
	}

	.frontpage-category-item:nth-child(3),
	.frontpage-category-item:last-child {
		background-position: 0 60px;
	}

	/* Minha Conta*/
	p.woocommerce-LostPassword.lost_password {
		text-align: center;
		position: relative;
		top: 0;
	}

	#customer_login h2 {
		margin-bottom: 40px;
	}

	#customer_login {
		padding: 40px 0;
	}

	.woocommerce-form.woocommerce-form-login>.form-row:nth-child(5) {
		margin-top: 25px;
	}

	.woocommerce-account .woocommerce-orders-table tr {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-orders-table td:last-child {
		grid-column: auto;
	}

	.woocommerce-account .woocommerce-orders-table th:first-child,
	.woocommerce-account .woocommerce-orders-table td:first-child,
	.woocommerce-account .woocommerce-orders-table td {
		padding: 10px 20px;
	}

	.woocommerce-account .woocommerce-orders-table tr {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.woocommerce-account .woocommerce-orders-table td:not(:last-child)::after {
		display: none;
	}

	.woocommerce-form-login__submit {
		width: 100%;
	}

	.woocommerce-form.woocommerce-form-login~.form-row {
		flex-direction: column-reverse;
	}

	/* 404 */
	.error-404::before {
		width: 100%;
	}

	/* Checkout */
	.login-form-banner p {
		max-width: 100%;
	}

	.login-form-banner>div {
		align-items: flex-start;
		margin-top: 5px;
		flex-direction: column;
		gap: 12px;
	}

	.quality-grid p span {
		display: block;
	}

	/* Single */
	.single-product .frontpage-hero-icons {
		margin-top: 0;
	}

	.welcome-toutlet-single-product>div:first-child {
		padding: 25px;
	}

	.woocommerce-product-gallery__image img {
		margin-left: 0;
	}

	.single-product-price-info ins {
		font-size: 20px;
	}

	.single-product .quantity {
		gap: 15px;
	}

	/* Processo Retoma */
	.process-intro {
		padding: 25px 35px;
	}
}

@media screen and (max-width: 420px) {
	html.hidden-menu-store {
		overflow: hidden;
	}

	h1::after,
	.general-banner h1::after {
		right: auto;
		left: 0;
	}

	/* Header */
	nav.menu-store {
		min-width: 100%;
		left: -100%;
	}

	.menu-store-contacts {
		max-width: 100%;
	}

	.hidden-menu-store .menu-store-collapse-button {
		right: 0;
	}

	.menu-store-collapse-button {
		right: -45px;
	}

	/* Frontpage */
	.frontpage-hero.frontpage-promo .frontpage-hero-content p:first-child::after {
		left: 50%;
		transform: translateX(-30%);
		bottom: -8px;
	}

	.plataforms {
		padding: 45px 0;
	}

	.payment-methods {
		margin: 30px 0 45px 0;
	}

	/* Footer */
	.footer-products {
		columns: 1;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-grid>div:last-child {
		grid-column: auto;
	}

	/* Minhha Conta */
	.entry-title span::after,
	.entry-title {
		font-size: 20px;
	}

	/* Carrinho */
	.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
		width: 100px;
	}

	.woocommerce-cart td.product-subtotal {
		font-size: 14px;
	}

	.woocommerce-cart .woocommerce-cart-form__contents tr td:not(.product-thumbnail)::before {
		font-size: 11px;
	}

	/* Selo de Qualidade */
	.quality-test li {
		font-size: 10px;
	}

	/* Contacto */
	.contact form>div button {
		width: 100%;
	}

	.contact {
		background-position: right -120px;
		background-size: 100%;
	}

	.contact-grid {
		margin-top: 30px;
	}

	/* Single */
	.single-product-price-info ins {
		font-size: 18px;
	}

	/* Checkout */
	.shop_table tr,
	.woocommerce-checkout-review-order-table tr {
		/*padding: 0;*/
	}
}

@media screen and (max-width: 380px) {
	.method h3 span::after {
		font-size: 28px;
	}

	#customer_login {
		padding: 20px 0;
	}

	.quality-test ul {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart td.product-name {
		max-width: 85%;
	}

	.cart-custom-coupon .button,
	.cart-custom-coupon input {
		width: 100%;
	}

	.shop_table .cart-subtotal td,
	.shop_table .order-total th,
	.shop_table td.product-total,
	.woocommerce-checkout-review-order-table .cart-subtotal td,
	.woocommerce-checkout-review-order-table .order-total th,
	.woocommerce-checkout-review-order-table td.product-total,
	.woocommerce-checkout-review-order-table td.product-name {
		font-size: 14px;
	}

	.frontpage-category-item:nth-child(2) {
		background-position: 60px 90px;
	}

	.single-product-price-info {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 10px;
	}

	.single-product-price>div {
		justify-content: flex-start;
	}

	.single-product-price small {
		text-align: left;
	}
}