/*
Theme Name: pine
Theme URI: https://pine.pt/
Author: pine
Author URI: https://pine.pt/
Description: pine
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pine
*/

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir Book.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir Heavy.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bangla MN';
	src: url('assets/fonts/Bangla MN.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bangla MN';
	src: url('assets/fonts/bangla-mn-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   Variables & Base
   ========================================================================== */

:root {
	--mapeau-gold: #ba9d72;
	--mapeau-black: #000000;
	--mapeau-white: #ffffff;
	--mapeau-grey: #f9f9f9;
	--mapeau-header-bg: rgba(244, 245, 240, 0.7);
	--page-gutter: 100px;
	--page-text-gap: 100px;
	--page-split-pad-y: 60px;
	--page-split-content-max: 660px;
	--font-body: 'Avenir', sans-serif;
	--font-heading: 'Bangla MN', serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--mapeau-black);
	background: var(--mapeau-white);
	-webkit-font-smoothing: antialiased;
}

body:not(.page-home):not(.page-sobre):not(.page-sustentabilidade) {
	padding-top: 54px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none !important;
}

footer a {
	color: var(--mapeau-black) !important;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ==========================================================================
   Shared components
   ========================================================================== */

.home-section-title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	margin: 0 0 33px;
}

.mapeau-link-btn {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	color: var(--mapeau-black);
	font-family: var(--font-body);
	font-size: 16px;
	float: right;
}

.mapeau-link-btn span {
	border-bottom: 1px solid var(--mapeau-gold);
	padding-bottom: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.mapeau-link-btn img {
	width: 31px;
	height: auto;
	flex-shrink: 0;
}

main .container-fluid {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.page-split-row {
	--bs-gutter-x: 0;
	align-items: stretch;
}

.page-split__image {
	display: flex;
	padding: 0;
	min-height: 100%;
}

.page-split__image img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	display: block;
	flex: 1 1 auto;
}

.page-split__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: var(--page-split-pad-y);
	padding-bottom: var(--page-split-pad-y);
	box-sizing: border-box;
}

.page-split__text--start {
	padding-left: var(--page-gutter);
	padding-right: var(--page-text-gap);
	align-items: flex-start;
}

.page-split__text--end {
	padding-left: var(--page-text-gap);
	padding-right: var(--page-gutter);
	align-items: flex-end;
}

.page-split__body {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.page-split__body--stack {
	display: flex;
	flex-direction: column;
	gap: 70px;
}


/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 86px;
	transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.header-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
	height: 100%;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
}

.header-logo {
	display: block;
	flex-shrink: 0;
	width: 140px;
	position: relative;
	z-index: 2;
}

.header-logo-img {
	width: 140px;
	height: auto;
}

.header-logo-img--dark {
	display: none;
}

.site-header--solid .header-logo-img--white,
.site-header--hero.is-scrolled .header-logo-img--white {
	display: none;
}

.site-header--solid .header-logo-img--dark,
.site-header--hero.is-scrolled .header-logo-img--dark {
	display: block;
}

.site-header--hero .header-logo-img--white {
	display: block;
}

.site-header--hero .header-logo-img--dark {
	display: none;
}

.header-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header-menu {
	display: flex;
	align-items: center;
	gap: 100px;
}

.header-menu li {
	list-style: none;
}

.header-menu a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: opacity 0.2s ease;
}

.site-header--hero:not(.is-scrolled) .header-menu a,
.site-header--hero:not(.is-scrolled) .header-cart,
.site-header--hero:not(.is-scrolled) .header-account {
	color: var(--mapeau-white);
	opacity: 0.7;
	mix-blend-mode: luminosity;
}

.site-header--hero.is-scrolled,
.site-header--solid {
	background: var(--mapeau-header-bg);
	backdrop-filter: blur(8px);
}

.site-header--hero.is-scrolled .header-menu a,
.site-header--hero.is-scrolled .header-cart,
.site-header--hero.is-scrolled .header-account,
.site-header--solid .header-menu a,
.site-header--solid .header-cart,
.site-header--solid .header-account {
	color: var(--mapeau-black);
	opacity: 1;
	mix-blend-mode: normal;
}

.header-menu a:hover,
.header-cart:hover,
.header-account:hover {
	opacity: 1;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.header-account-icon {
	display: block;
	width: 18px;
	height: 18px;
}

.header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.header-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	border-radius: 999px;
	background: var(--mapeau-gold);
	color: #000;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.header-cart-count.is-empty {
	display: none;
}

.header-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.header-hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-header--hero:not(.is-scrolled) .header-hamburger {
	color: var(--mapeau-white);
}

.header-hamburger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.header-hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.header-hamburger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.header-mobile-menu {
	display: none;
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0051ba;
	color: var(--mapeau-white);
	padding: 28px 20px; 
	z-index: 1200;
	overflow-y: auto;
}

/* Quando o header entra em modo sticky (is-scrolled), alinhar o overlay
   ao height real do header para não ficar “fora/cortado”. */
#site-header.is-scrolled .header-mobile-menu {
	top: 86px;
	z-index: 9999;
	height: 100vh;
	overflow-y: auto;
}

.header-mobile-menu.is-open {
	display: block;
}

/* Segurança extra: se o atributo [hidden] ficar presente
   mas a classe is-open estiver ativa, ainda assim mostrar */
.header-mobile-menu[hidden].is-open {
	display: block !important;
}

/* Fallback extra: se o JS alternar aria-hidden mas não a classe,
   garantir que o overlay aparece */
#header-mobile-menu[aria-hidden="false"] {
	display: block !important;
}

.header-mobile-menu-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-mobile-menu-list a {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--mapeau-white) !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.header-mobile-cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--mapeau-white) !important;
	font-weight: 700;
}

.header-mobile-account {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
	padding: 0;
	border: none;
	background: none;
	color: var(--mapeau-white);
	font-family: var(--font-body);
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.header-mobile-account + .header-mobile-cart {
	margin-top: 14px;
}

.header-mobile-menu .header-cart-count {
	background: var(--mapeau-gold);
	color: var(--mapeau-white);
}

/* ==========================================================================
   Login modal
   ========================================================================== */

.pine-login-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.pine-login-modal[hidden] {
	display: none !important;
}

.pine-login-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.pine-login-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	padding: 40px 36px 32px;
	background: var(--mapeau-white);
	color: var(--mapeau-black);
	font-family: var(--font-body);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.pine-login-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: none;
	color: var(--mapeau-black);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.55;
	transition: opacity 0.2s ease;
}

.pine-login-modal__close:hover {
	opacity: 1;
}

.pine-login-modal__title {
	margin: 0 0 28px;
	font-family: var(--font-display, var(--font-body));
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-black);
}

.pine-login-modal__form .form-row {
	margin: 0 0 18px;
}

.pine-login-modal__form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
}

.pine-login-modal__form .required {
	color: var(--mapeau-gold);
}

.pine-login-modal__form .input-text {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid rgba(186, 157, 114, 0.55);
	border-radius: 0;
	background: var(--mapeau-white);
	color: var(--mapeau-black);
	font-family: var(--font-body);
	font-size: 15px;
	outline: none;
	box-shadow: none;
}

.pine-login-modal__form .input-text:focus {
	border-color: var(--mapeau-gold);
}

.pine-login-modal__remember label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--mapeau-black);
	cursor: pointer;
}

.pine-login-modal__submit .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid var(--mapeau-gold);
	border-radius: 0;
	background: transparent;
	color: var(--mapeau-black);
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.pine-login-modal__submit .button:hover {
	background: var(--mapeau-gold);
	color: var(--mapeau-white);
}

.pine-login-modal__lost {
	margin: 8px 0 0;
	text-align: center;
}

.pine-login-modal__lost a {
	font-size: 14px;
	color: var(--mapeau-gold);
	text-decoration: none;
}

.pine-login-modal__lost a:hover {
	text-decoration: underline;
}

body.pine-login-open {
	overflow: hidden;
}

/* ==========================================================================
   Homepage – Hero
   ========================================================================== */

.home-hero {
	position: relative;
	height: 884px;
	overflow: hidden;
}

.home-hero-bg {
	position: absolute;
	inset: 0;
}

.home-hero-bg img,
.home-hero-bg video,
.home-hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-hero-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(556px, 70vw);
	mix-blend-mode: overlay;
}

.home-hero-logo img {
	width: 100%;
	height: auto;
}

/* ==========================================================================
   Homepage – About
   ========================================================================== */

.home-about {
	padding: 0;
}

.home-about-container {
	padding: 0;
}

.home-about-text {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.home-about-text p {
	margin: 0 0 20px;
}

.home-about-text p:last-child {
	margin-bottom: 0;
}

.home-about-cta {
	margin-top: 10px;
}

.home-about-image {
	min-height: 500px;
	padding: 0;
}

.home-about-image img {
	min-height: 500px;
}

/* ==========================================================================
   Homepage – Split (Benefits + Shop)
   ========================================================================== */

.home-split {
	overflow: hidden;
}

.home-benefits {
	position: relative;
	min-height: 627px;
	background-color: #003c64;
}

.home-benefits::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 60, 100, 0.35);
	pointer-events: none;
}

.benefits-slider,
.benefits-slider .slick-list,
.benefits-slider .slick-track,
.benefits-slide {
	height: 627px;
}

.benefits-slide {
	position: relative;
}

.benefits-slide-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 60px 40px 80px;
	text-align: center;
}

.benefits-icon {
	width: 249px;
	max-width: 60%;
	margin-bottom: 65px;
}

.benefits-icon img {
	height:200px;
	object-fit: contain;
	margin: 0 auto;
}

.benefits-text {
	font-size: 24px;
	line-height: 1.4;
	color: #fffcfc;
	margin: 0;
	max-width: 500px;
}

.benefits-slider .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.benefits-slider .slick-dots li {
	margin: 0;
	width: 14px;
	height: 14px;
}

.benefits-dot {
	width: 14px;
	height: 14px;
	padding: 0;
	border: 1px solid var(--mapeau-white);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	font-size: 0;
}

.slick-dots li.slick-active .benefits-dot {
	background: var(--mapeau-white);
}

.home-shop {
	position: relative;
	min-height: 627px;
	background: var(--mapeau-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.home-shop-label {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center center;
	font-family: var(--font-heading);
	font-size: 36px;
	color: var(--mapeau-gold);
	white-space: nowrap;
	letter-spacing: 0.05em;
}

.home-shop-product {
	position: relative;
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: 10%;
}

.home-shop-arrow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 42px;
	transform: rotate(180deg);
	opacity: 0.6;
}

.home-shop-arrow img {
	width: 42px;
}

.home-shop-bottle-link {
	display: block;
	margin-bottom: 20px;
}

.home-shop-bottle {
	width: 100%;
	margin: 0 auto;
	object-fit: contain;
}

.home-shop-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 0 10px;
}

.home-shop-name {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.home-shop-size {
	font-size: 16px;
	margin: 0;
}

.home-shop-add img {
	width: 21px;
	height: 21px;
}

/* ==========================================================================
   Shop page
   ========================================================================== */

.shop-main {
	background: var(--mapeau-white);
}

.shop-section {
	padding: 80px 0 100px; 
}

.shop-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.shop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 40px;
	align-items: end;
}

.shop-card .home-shop-product {
	max-width: 100%;
	margin: 0 auto;
}

.shop-card .home-shop-bottle {
	max-height: 420px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   WooCommerce – Cart
   ========================================================================== */

.shop-section .woocommerce {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	color: var(--mapeau-black);
}

.shop-section .woocommerce a {
	color: var(--mapeau-black);
	transition: color 0.2s ease;
}

.shop-section .woocommerce a:hover {
	color: var(--mapeau-gold);
}

.shop-section .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.shop-section .woocommerce-message,
.shop-section .woocommerce-info,
.shop-section .woocommerce-error {
	border: 1px solid var(--mapeau-gold);
	background: var(--mapeau-grey);
	color: var(--mapeau-black);
	padding: 14px 18px;
	margin: 0 0 20px;
	list-style: none;
	font-size: 15px;
}

.shop-section .woocommerce-message::before,
.shop-section .woocommerce-info::before,
.shop-section .woocommerce-error::before {
	display: none;
}

.shop-section .woocommerce-cart-form {
	margin-bottom: 48px;
}

.shop-section .shop_table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0;
	font-size: 16px;
}

.shop-section .shop_table thead th {
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
	border: none;

	padding: 0 12px 14px;
	text-align: left;
	background: transparent;
}

.shop-section .shop_table td {
	border: none;

	padding: 24px 12px;
	vertical-align: middle;
	background: transparent;
}

.shop-section .shop_table .product-remove {
	width: 40px;
	padding-left: 0;
}

.shop-section .shop_table .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--mapeau-gold);
	border-radius: 0;
	background: transparent;
	color: var(--mapeau-black) !important;
	font-size: 18px;
	line-height: 1;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.shop-section .shop_table .product-remove a.remove:hover {
	background: var(--mapeau-gold);
	color: var(--mapeau-white) !important;
}

.shop-section .shop_table .product-thumbnail {
	width: 88px;
}

.shop-section .shop_table .product-thumbnail img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin: 0;
}

.shop-section .shop_table .product-name a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none !important;
}

.shop-section .shop_table .product-price,
.shop-section .shop_table .product-subtotal {
	font-size: 16px;
	white-space: nowrap;
}

.shop-section .woocommerce-Price-amount {
	font-weight: 400;
}

.shop-section .quantity {
	display: inline-flex;
	align-items: center;
}

.shop-section .quantity .qty {
	width: 72px;
	height: 42px;
	padding: 0 10px;
	border: 1px solid var(--mapeau-gold);
	border-radius: 0;
	background: transparent;
	color: var(--mapeau-black);
	font-family: var(--font-body);
	font-size: 16px;
	text-align: center;
	outline: none;
	box-shadow: none;
	-moz-appearance: textfield;
}

.shop-section .quantity .qty::-webkit-outer-spin-button,
.shop-section .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop-section .quantity .qty:focus {
	border-color: var(--mapeau-black);
}

.shop-section .shop_table td.actions {
	padding-top: 28px;
	padding-bottom: 0;
	border-bottom: none;
	text-align: right;
}

.shop-section .woocommerce .button,
.shop-section .woocommerce button.button,
.shop-section .woocommerce a.button,
.shop-section .woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid var(--mapeau-gold);
	border-radius: 0;
	background: transparent;
	color: var(--mapeau-black) !important;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.shop-section .woocommerce .button:hover,
.shop-section .woocommerce button.button:hover,
.shop-section .woocommerce a.button:hover,
.shop-section .woocommerce input.button:hover {
	background: var(--mapeau-gold);
	border-color: var(--mapeau-gold);
	color: var(--mapeau-white) !important;
}

.shop-section .woocommerce .button:disabled,
.shop-section .woocommerce .button.disabled,
.shop-section .woocommerce button.button:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	background: transparent !important;
	color: var(--mapeau-black) !important;
}

.shop-section .woocommerce .button.alt,
.shop-section .woocommerce a.checkout-button,
.shop-section .woocommerce .wc-proceed-to-checkout .button {
	width: 100%;
	background: var(--mapeau-gold);
	border-color: var(--mapeau-gold);
	color: var(--mapeau-black) !important;
}

.shop-section .woocommerce .button.alt:hover,
.shop-section .woocommerce a.checkout-button:hover,
.shop-section .woocommerce .wc-proceed-to-checkout .button:hover {
	background: var(--mapeau-black);
	border-color: var(--mapeau-black);
	color: var(--mapeau-white) !important;
}

.shop-section .cart-collaterals {
	display: flex;
	justify-content: flex-end;
}

.shop-section .cart_totals {
	width: 100%;
	max-width: 420px;
	padding: 32px;
	border: 1px solid var(--mapeau-gold);
	background: var(--mapeau-white);
}

.shop-section .cart_totals > h2 {
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	text-transform: uppercase;
	margin: 0 0 24px;
}

.shop-section .cart_totals .shop_table {
	margin-bottom: 28px;
}

.shop-section .cart_totals .shop_table th,
.shop-section .cart_totals .shop_table td {
	padding: 14px 0;
	border-bottom: 1px solid rgba(186, 157, 114, 0.35);
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
}

.shop-section .cart_totals .shop_table th {
	text-align: left;
	color: var(--mapeau-black);
	width: 40%;
	padding-right: 16px;
}

.shop-section .cart_totals .shop_table td {
	text-align: right;
}

.shop-section .cart_totals .order-total th,
.shop-section .cart_totals .order-total td {
	border-bottom: none;
	padding-top: 20px;
	font-size: 18px;
}

.shop-section .cart_totals .order-total strong,
.shop-section .cart_totals .order-total .amount {
	font-weight: 700;
	color: var(--mapeau-black);
}

.shop-section .woocommerce-shipping-methods {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.shop-section .woocommerce-shipping-methods li {
	margin: 0 0 6px;
}

.shop-section .woocommerce-shipping-methods label {
	font-size: 15px;
	cursor: pointer;
}

.shop-section .woocommerce-shipping-destination {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.55);
	text-align: right;
}

.shop-section .shipping-calculator-button {
	display: inline-block;
	margin-top: 12px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--mapeau-gold);
	padding-bottom: 2px;
	color: var(--mapeau-black);
}

.shop-section .shipping-calculator-button:hover {
	color: var(--mapeau-gold);
}

.shop-section .shipping-calculator-form {
	margin-top: 20px;
	text-align: left;
}

.shop-section .shipping-calculator-form .form-row {
	margin: 0 0 16px;
	padding: 0;
	width: 100% !important;
	float: none !important;
}

.shop-section .shipping-calculator-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
}

.shop-section .shipping-calculator-form .required {
	color: var(--mapeau-gold);
}

.shop-section .shipping-calculator-form input.input-text,
.shop-section .shipping-calculator-form select {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid rgba(186, 157, 114, 0.55);
	border-radius: 0;
	background: var(--mapeau-white);
	color: var(--mapeau-black);
	font-family: var(--font-body);
	font-size: 15px;
	outline: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

.shop-section .shipping-calculator-form input.input-text:focus,
.shop-section .shipping-calculator-form select:focus {
	border-color: var(--mapeau-gold);
}

.shop-section .shipping-calculator-form .button {
	width: 100%;
	margin-top: 4px;
}

.shop-section .wc-proceed-to-checkout {
	padding: 0;
	margin: 0;
}

.shop-section .cart-empty,
.shop-section .return-to-shop {
	text-align: center;
}

.shop-section .return-to-shop .button {
	margin-top: 16px;
}

.woocommerce table.shop_table {
	border: none !important;
}

/* ==========================================================================
   WooCommerce – Single Product
   ========================================================================== */
   

   .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--mapeau-black);
    font-size: 30px;
}

body.single-product #main.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 40px 100px;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	color: var(--mapeau-black);
	background: var(--mapeau-white);
}

body.single-product .woocommerce-breadcrumb,
body.single-product .product_meta .posted_in,
body.single-product .product_meta .tagged_as,
body.single-product .woocommerce-tabs.wc-tabs-wrapper,
body.single-product .woocommerce-product-gallery__trigger,
body.single-product .flex-control-nav,
body.single-product .flex-control-thumbs,
body.single-product #secondary,
body.single-product .widget-area,
body.single-product aside.sidebar,
body.single-product aside#sidebar,
body.single-product .sidebar,
body.single-product .woocommerce-sidebar,
body.single-product .related.products,
body.single-product .upsells.products {
	display: none !important;
}

body.single-product #primary,
body.single-product .content-area,
body.single-product .site-content,
body.single-product #content,
body.single-product .col-md-8,
body.single-product .col-md-9,
body.single-product .col-lg-8,
body.single-product .col-lg-9 {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	float: none !important;
}

body.single-product .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
	border: 1px solid var(--mapeau-gold);
	background: var(--mapeau-grey);
	color: var(--mapeau-black);
	padding: 14px 18px;
	margin: 0 0 20px;
	list-style: none;
	font-size: 15px;
}

body.single-product .woocommerce-message::before,
body.single-product .woocommerce-info::before,
body.single-product .woocommerce-error::before {
	display: none;
}

body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 64px;
	row-gap: 40px;
	align-items: start;
	position: relative;
}

body.single-product div.product::before,
body.single-product div.product::after {
	display: none !important;
	content: none !important;
}

body.single-product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	opacity: 1 !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

body.single-product .woocommerce-product-gallery__image {
	margin: 0;
}

body.single-product .woocommerce-product-gallery__image a {
	display: block;
	pointer-events: none;
}

body.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	max-width: 420px;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	margin: 0 auto;
}

body.single-product .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
}

body.single-product .product_title.entry-title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	margin: 0 0 20px;
}

body.single-product .summary .price {
	font-family: var(--font-body);
	font-size: 22px;
	font-weight: 400;
	color: var(--mapeau-black);
	margin: 0 0 20px;
}

body.single-product .summary .price del {
	opacity: 0.5;
	margin-right: 10px;
}

body.single-product .summary .price ins {
	text-decoration: none;
}

body.single-product .woocommerce-Price-amount {
	font-weight: 400;
}

body.single-product .woocommerce-product-details__short-description {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--mapeau-black);
}

body.single-product .woocommerce-product-details__short-description p {
	margin: 0 0 8px;
}

body.single-product .pine-product-description {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--mapeau-black);
}

body.single-product .pine-product-description p {
	margin: 0 0 12px;
}

body.single-product .pine-product-description h2 {
	display: none;
}

body.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 0 0 28px;
}

body.single-product .quantity {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
}

body.single-product .quantity .qty {
	width: 72px;
	height: 48px;
	padding: 0 10px;
	border: 1px solid var(--mapeau-gold);
	border-radius: 0;
	background: transparent;
	color: var(--mapeau-black);
	font-family: var(--font-body);
	font-size: 16px;
	text-align: center;
	outline: none;
	box-shadow: none;
	-moz-appearance: textfield;
}

body.single-product .quantity .qty::-webkit-outer-spin-button,
body.single-product .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.single-product .quantity .qty:focus {
	border-color: var(--mapeau-black);
}

body.single-product .single_add_to_cart_button.button,
body.single-product button.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	margin: 0 !important;
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0 !important;
	background: var(--mapeau-gold) !important;
	color: var(--mapeau-black) !important;
	font-family: var(--font-body) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.single-product .single_add_to_cart_button.button:hover,
body.single-product button.single_add_to_cart_button:hover {
	background: var(--mapeau-black) !important;
	border-color: var(--mapeau-black) !important;
	color: var(--mapeau-white) !important;
}

body.single-product .product_meta {
	padding-top: 8px;
	border-top: 1px solid rgba(186, 157, 114, 0.35);
	font-size: 14px;
	color: var(--mapeau-black);
}

body.single-product .product_meta .sku_wrapper {
	display: block;
	letter-spacing: 0.02em;
}

body.single-product .product_meta .sku {
	color: var(--mapeau-gold);
}

@media (max-width: 991px) {
	body.single-product #main.site-main {
		padding: 60px 24px 80px;
	}

	body.single-product div.product {
		grid-template-columns: 1fr;
		row-gap: 32px;
	}

	body.single-product .woocommerce-product-gallery__image img {
		max-height: 420px;
	}

	body.single-product .product_title.entry-title {
		font-size: 28px;
	}
}

/* ==========================================================================
   WooCommerce – Checkout
   ========================================================================== */

.shop-section form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
	column-gap: 48px;
	row-gap: 0;
	align-items: start;
}

.shop-section form.woocommerce-checkout::before,
.shop-section form.woocommerce-checkout::after,
.shop-section #customer_details::before,
.shop-section #customer_details::after {
	display: none !important;
	content: none !important;
}

.shop-section #customer_details {
	grid-column: 1;
	grid-row: 1 / span 3;
	width: 100% !important;
	float: none !important;
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin: 0;
	padding: 0;
}

.shop-section #customer_details .col-1,
.shop-section #customer_details .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.shop-section #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 28px 24px 16px;
	border: 1px solid var(--mapeau-gold);
	border-bottom: none;
	background: var(--mapeau-white);
	box-sizing: border-box;
	top: 90px;
	z-index: 3;
}

.shop-section #order_review {
	grid-column: 2;
	grid-row: 2;
	top: 158px;
	z-index: 2;
	width: 100%;
	padding: 0 24px 28px;
	border: 1px solid var(--mapeau-gold);
	border-top: none;
	background: var(--mapeau-white);
	box-sizing: border-box;
}

.shop-section .woocommerce-checkout h3,
.shop-section #order_review_heading {
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	text-transform: uppercase;
	margin: 0;
}

.shop-section #ship-to-different-address {
	margin: 0 0 20px;
	font-size: 16px;
	font-family: var(--font-body);
	font-weight: 400;
	color: var(--mapeau-black);
	text-transform: none;
}

.shop-section #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	color: var(--mapeau-black);
}

.shop-section .woocommerce-billing-fields__field-wrapper,
.shop-section .woocommerce-shipping-fields__field-wrapper,
.shop-section .woocommerce-additional-fields__field-wrapper {
	display: block;
	margin: 0;
}

.shop-section .woocommerce-checkout .form-row,
.shop-section .woocommerce-checkout .form-row-wide,
.shop-section .woocommerce-checkout .form-row-first,
.shop-section .woocommerce-checkout .form-row-last {
	width: 100% !important;
	float: none !important;
	clear: both !important;
	padding: 0;
	margin: 0 0 18px;
	display: block;
}

.shop-section .woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
	line-height: 1.3;
	font-weight: 700;
}

.shop-section .woocommerce-checkout .form-row label .optional,
.shop-section .woocommerce-checkout .form-row label .required {
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
}

.shop-section .woocommerce-checkout .form-row .required,
.shop-section .woocommerce-checkout abbr.required {
	color: var(--mapeau-gold);
	text-decoration: none;
	border: none;
}

.shop-section .woocommerce-checkout .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.shop-section .woocommerce-checkout .form-row .input-text,
.shop-section .woocommerce-checkout .form-row input.input-text,
.shop-section .woocommerce-checkout .form-row textarea.input-text,
.shop-section .woocommerce-checkout .form-row select,
.shop-section .woocommerce-checkout input.input-text,
.shop-section .woocommerce-checkout textarea.input-text,
.shop-section .woocommerce-checkout select {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	height: 44px;
	padding: 0 12px !important;
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0 !important;
	background: var(--mapeau-white) !important;
	color: var(--mapeau-black) !important;
	font-family: var(--font-body) !important;
	font-size: 15px !important;
	line-height: 1.4;
	outline: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.shop-section .woocommerce-checkout .form-row textarea.input-text,
.shop-section .woocommerce-checkout textarea.input-text {
	height: auto !important;
	min-height: 110px;
	padding: 12px !important;
	resize: vertical;
}

.shop-section .woocommerce-checkout .form-row .input-text::placeholder,
.shop-section .woocommerce-checkout .form-row textarea.input-text::placeholder {
	color: rgba(0, 0, 0, 0.45);
}

.shop-section .woocommerce-checkout .form-row .input-text:focus,
.shop-section .woocommerce-checkout .form-row textarea.input-text:focus,
.shop-section .woocommerce-checkout .form-row select:focus {
	border-color: var(--mapeau-gold) !important;
	color: var(--mapeau-black) !important;
}

.shop-section .woocommerce-checkout .select2-container {
	width: 100% !important;
	max-width: 100% !important;
}

.shop-section .woocommerce-checkout .select2-container .select2-selection--single {
	height: 44px !important;
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0 !important;
	background: var(--mapeau-white) !important;
}

.shop-section .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px !important;
	padding-left: 12px !important;
	padding-right: 32px !important;
	color: var(--mapeau-black) !important;
	font-size: 15px !important;
}

.shop-section .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(0, 0, 0, 0.45) !important;
}

.shop-section .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 8px;
}

.shop-section .woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
.shop-section .woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--mapeau-gold);
}

.select2-dropdown {
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: var(--mapeau-gold) !important;
	color: var(--mapeau-white) !important;
}

.shop-section .woocommerce-checkout .woocommerce-form__input-checkbox,
.shop-section .woocommerce-checkout input[type="checkbox"],
.shop-section .woocommerce-checkout input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--mapeau-gold);
	flex-shrink: 0;
}

.shop-section .woocommerce-checkout-review-order-table {
	margin: 0 0 24px;
}

.shop-section .woocommerce-checkout-review-order-table thead th {
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
	padding: 0 0 12px;
}

.shop-section .woocommerce-checkout-review-order-table td,
.shop-section .woocommerce-checkout-review-order-table th {
	padding: 12px 0;
	border: none;
	font-size: 15px;
	font-weight: 400;
	background: transparent;
	vertical-align: top;
}

.shop-section .woocommerce-checkout-review-order-table .product-total,
.shop-section .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.shop-section .woocommerce-checkout-review-order-table .order-total th,
.shop-section .woocommerce-checkout-review-order-table .order-total td {
	border-bottom: none;
	padding-top: 16px;
	font-size: 17px;
}

.shop-section .woocommerce-checkout-review-order-table .order-total strong,
.shop-section .woocommerce-checkout-review-order-table .order-total .amount {
	font-weight: 700;
}

.shop-section .woocommerce-checkout-payment {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.shop-section .woocommerce-checkout-payment ul.payment_methods {
	list-style: none;
	margin: 0 0 24px;
	padding: 0 0 20px;
	border: none;
	border-bottom: 1px solid rgba(186, 157, 114, 0.35);
}

.shop-section .woocommerce-checkout-payment ul.payment_methods li {
	margin: 0 0 14px;
	padding: 0;
	line-height: 1.4;
}

.shop-section .woocommerce-checkout-payment ul.payment_methods li > label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	color: var(--mapeau-black);
}

.shop-section .woocommerce-checkout-payment ul.payment_methods li > label img {
	margin: 0 !important;
	max-height: 24px;
	width: auto;
}

.shop-section .woocommerce-checkout-payment .payment_box {
	margin: 12px 0 8px 28px;
	padding: 14px;
	border: 1px solid rgba(186, 157, 114, 0.45);
	background: var(--mapeau-grey);
	color: var(--mapeau-black);
	font-size: 14px;
	line-height: 1.5;
}

.shop-section .woocommerce-checkout-payment .payment_box::before {
	display: none;
}

.shop-section .woocommerce-checkout-payment .payment_box p {
	margin: 0;
}

.shop-section #mbway_ifthen_for_woocommerce_phone_field label {
	font-size: 13px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold) !important;
}

.shop-section #mbway_ifthen_for_woocommerce_phone {
	height: 44px;
	width: 100% !important;
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0;
	padding: 0 12px;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--mapeau-black) !important;
	box-sizing: border-box;
}

.shop-section .woocommerce-privacy-policy-text {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.65);
	margin-bottom: 16px;
}

.shop-section .woocommerce-privacy-policy-text a,
.shop-section .woocommerce-terms-and-conditions-checkbox-text a {
	color: var(--mapeau-black);
	border-bottom: 1px solid var(--mapeau-gold);
}

.shop-section .woocommerce-privacy-policy-text a:hover,
.shop-section .woocommerce-terms-and-conditions-checkbox-text a:hover {
	color: var(--mapeau-gold);
}

.shop-section .woocommerce-terms-and-conditions-wrapper .form-row {
	width: 100%;
	margin-bottom: 20px;
}

.shop-section .woocommerce-terms-and-conditions-wrapper label {
	display: inline-flex !important;
	align-items: flex-start;
	gap: 10px;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 14px !important;
	color: var(--mapeau-black) !important;
	line-height: 1.4;
	cursor: pointer;
}

.shop-section .woocommerce-checkout #place_order {
	width: 100%;
	margin-top: 4px;
}

.shop-section .woocommerce-checkout .place-order {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

/* ==========================================================================
   WooCommerce – My Account
   ========================================================================== */

.shop-section .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.shop-section .woocommerce:has(.woocommerce-MyAccount-navigation)::before,
.shop-section .woocommerce:has(.woocommerce-MyAccount-navigation)::after {
	display: none !important;
	content: none !important;
}

.shop-section .woocommerce-MyAccount-navigation {
	flex: 0 0 30%;
	width: 30% !important;
	max-width: 30% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0;
	box-sizing: border-box;
}

.shop-section .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid var(--mapeau-gold);
}

.shop-section .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid rgba(186, 157, 114, 0.35);
}

.shop-section .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: none;
}

.shop-section .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 14px 18px;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-black) !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.shop-section .woocommerce-MyAccount-navigation a:hover {
	background: var(--mapeau-grey);
	color: var(--mapeau-gold) !important;
}

.shop-section .woocommerce-MyAccount-navigation .is-active a {
	background: var(--mapeau-gold);
	color: var(--mapeau-black) !important;
}

.shop-section .woocommerce-MyAccount-content {
	flex: 1 1 0;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	float: none !important;
	margin: 0 !important;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--mapeau-black);
	box-sizing: border-box;
}

.shop-section .woocommerce-MyAccount-content > p,
.shop-section .woocommerce-MyAccount-content .woocommerce-info {
	margin: 0 0 20px;
}

.shop-section .woocommerce-MyAccount-content a {
	color: var(--mapeau-black);
	border-bottom: 1px solid var(--mapeau-gold);
	text-decoration: none !important;
}

.shop-section .woocommerce-MyAccount-content a:hover {
	color: var(--mapeau-gold);
}



.shop-section .woocommerce-MyAccount-content h2,
.shop-section .woocommerce-MyAccount-content h3,
.shop-section .woocommerce-Address-title h3,
.shop-section .woocommerce-EditAccountForm fieldset legend,
.shop-section .woocommerce-address-fields h3,
.shop-section .u-columns h3 {
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	text-transform: uppercase;
	margin: 0 0 24px;
	padding: 0;
	border: none;
}

.shop-section .woocommerce-EditAccountForm fieldset {
	border: none;
	margin: 32px 0 0;
	padding: 0;
}

.shop-section .woocommerce-EditAccountForm fieldset legend {
	margin-bottom: 20px;
	padding: 0;
	width: auto;
	float: none;
}

.shop-section .woocommerce-MyAccount-content .form-row,
.shop-section .woocommerce-MyAccount-content .woocommerce-form-row,
.shop-section .woocommerce-EditAccountForm .form-row,
.shop-section .woocommerce-address-fields .form-row,
.shop-section .woocommerce-form-login .form-row,
.shop-section .woocommerce-form-register .form-row {
	width: 100% !important;
	float: none !important;
	clear: both !important;
	padding: 0;
	margin: 0 0 18px;
	display: block;
}

.shop-section .woocommerce-MyAccount-content .form-row label,
.shop-section .woocommerce-EditAccountForm .form-row label,
.shop-section .woocommerce-address-fields .form-row label,
.shop-section .woocommerce-form-login .form-row label,
.shop-section .woocommerce-form-register .form-row label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
	line-height: 1.3;
}

.shop-section .woocommerce-MyAccount-content .form-row .required,
.shop-section .woocommerce-EditAccountForm .required {
	color: var(--mapeau-gold);
	text-decoration: none;
	border: none;
}

.shop-section .woocommerce-MyAccount-content .form-row .input-text,
.shop-section .woocommerce-MyAccount-content .form-row input.input-text,
.shop-section .woocommerce-MyAccount-content .form-row textarea.input-text,
.shop-section .woocommerce-MyAccount-content .form-row select,
.shop-section .woocommerce-MyAccount-content .woocommerce-Input,
.shop-section .woocommerce-EditAccountForm .input-text,
.shop-section .woocommerce-address-fields .input-text,
.shop-section .woocommerce-address-fields select,
.shop-section .woocommerce-form-login .input-text,
.shop-section .woocommerce-form-register .input-text {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	height: 44px;
	padding: 0 12px !important;
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0 !important;
	background: var(--mapeau-white) !important;
	color: var(--mapeau-black) !important;
	font-family: var(--font-body) !important;
	font-size: 15px !important;
	line-height: 1.4;
	outline: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.shop-section .woocommerce-MyAccount-content .form-row textarea.input-text {
	height: auto !important;
	min-height: 110px;
	padding: 12px !important;
}

.shop-section .woocommerce-MyAccount-content .password-input {
	display: block;
	width: 100%;
	position: relative;
}

.shop-section .woocommerce-MyAccount-content .password-input .input-text {
	padding-right: 44px !important;
}

.shop-section .woocommerce-MyAccount-content .show-password-input {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: var(--mapeau-gold);
	cursor: pointer;
}

.shop-section .woocommerce-MyAccount-content #account_display_name_description,
.shop-section .woocommerce-MyAccount-content .form-row em {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.55);
}

.shop-section .woocommerce-MyAccount-content .select2-container {
	width: 100% !important;
}

.shop-section .woocommerce-MyAccount-content .select2-container .select2-selection--single {
	height: 44px !important;
	border: 1px solid var(--mapeau-gold) !important;
	border-radius: 0 !important;
	background: var(--mapeau-white) !important;
}

.shop-section .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px !important;
	padding-left: 12px !important;
	color: var(--mapeau-black) !important;
}

.shop-section .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 8px;
}

.shop-section .woocommerce-Addresses,
.shop-section .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
.shop-section .woocommerce-MyAccount-content .col2-set.addresses {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	width: 100%;
}

.shop-section .woocommerce-Addresses::before,
.shop-section .woocommerce-Addresses::after,
.shop-section .woocommerce-MyAccount-content .col2-set.addresses::before,
.shop-section .woocommerce-MyAccount-content .col2-set.addresses::after {
	display: none !important;
	content: none !important;
}

.shop-section .woocommerce-Address,
.shop-section .woocommerce-Addresses .u-column1,
.shop-section .woocommerce-Addresses .u-column2,
.shop-section .woocommerce-Addresses .col-1,
.shop-section .woocommerce-Addresses .col-2,
.shop-section .woocommerce-MyAccount-content .col2-set .col-1,
.shop-section .woocommerce-MyAccount-content .col2-set .col-2 {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 24px;
	border: 1px solid var(--mapeau-gold);
	background: var(--mapeau-white);
	box-sizing: border-box;
}

.shop-section .woocommerce-Address address {
	font-style: normal;
	line-height: 1.6;
	margin: 0;
}

.shop-section .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.shop-section .woocommerce-Address-title h3 {
	margin: 0;
	font-size: 20px;
}

.shop-section .woocommerce-Address-title .edit {
	border-bottom: 1px solid var(--mapeau-gold);
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.shop-section .woocommerce-Addresses,
	.shop-section .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
	.shop-section .woocommerce-MyAccount-content .col2-set.addresses {
		grid-template-columns: 1fr;
	}
}

.shop-section .woocommerce-orders-table,
.shop-section .woocommerce-MyAccount-content .shop_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 24px;
}

.shop-section .woocommerce-orders-table thead th,
.shop-section .woocommerce-MyAccount-content .shop_table thead th {
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mapeau-gold);
	border: none;
	border-bottom: 1px solid var(--mapeau-gold);
	padding: 0 12px 12px 0;
	text-align: left;
	background: transparent;
}

.shop-section .woocommerce-orders-table td,
.shop-section .woocommerce-MyAccount-content .shop_table td {
	border: none;
	border-bottom: 1px solid rgba(186, 157, 114, 0.35);
	padding: 16px 12px 16px 0;
	vertical-align: middle;
	font-size: 15px;
	background: transparent;
}

.shop-section .woocommerce-orders-table .woocommerce-button,
.shop-section .woocommerce-MyAccount-content .shop_table .button {
	min-height: 40px;
	padding: 8px 16px;
	font-size: 12px;
}

.shop-section .woocommerce-MyAccount-content .woocommerce-pagination {
	margin-top: 24px;
}

.shop-section .woocommerce-MyAccount-content mark {
	background: transparent;
	color: var(--mapeau-gold);
	font-weight: 700;
}

.shop-section .woocommerce-order-details,
.shop-section .woocommerce-customer-details {
	margin-bottom: 40px;
}

.shop-section .woocommerce-customer-details address {
	padding: 20px;
	border: 1px solid var(--mapeau-gold);
	font-style: normal;
}

.shop-section .u-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.shop-section .u-columns .u-column1,
.shop-section .u-columns .u-column2 {
	width: 100% !important;
	float: none !important;
}

.shop-section .woocommerce-form-login,
.shop-section .woocommerce-form-register {
	padding: 28px 24px;
	border: 1px solid var(--mapeau-gold);
	background: var(--mapeau-white);
}

.shop-section .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 14px !important;
	color: var(--mapeau-black) !important;
}

.shop-section .woocommerce-LostPassword {
	margin-top: 16px;
}

body.woocommerce-account:not(.logged-in) .shop-section .woocommerce {
	display: block !important;
}

/* ==========================================================================
   Homepage – Product / Minerals
   ========================================================================== */

.home-product {
	position: relative;
	background: var(--mapeau-grey);
	padding: 80px 0 100px;
	overflow: hidden;
}

.home-product-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 2;
}

.home-product-decor {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.home-product-decor--left {
	left: 0;
	top: 15%;
	width: min(280px, 22vw);
}

.home-product-decor--right {
	right: 0;
	top: 5%;
	width: min(320px, 25vw);
}

.home-product-title {
	margin-bottom: 50px;
	margin-left: 40px;
}

.home-product-intro {
	max-width: 754px;
	margin: 0 auto 50px;
	padding-left: 0;
}

.home-product-subtitle {
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	color: var(--mapeau-black);
}

.home-product-lead {
	font-size: 20px;
	margin: 0;
}

.home-minerals-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 30px;
	max-width: 754px;
	margin: 0 auto;
}

.mineral-card {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 222px;
	padding: 20px;
	border: 1.273px solid var(--mapeau-gold);
	background: transparent;
}

.mineral-card-icon {
	flex-shrink: 0;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mineral-card-icon img {
	width: 60px;
	height: auto;
	max-height: 70px;
	object-fit: contain;
}

.mineral-card-title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 8px;
	text-transform: uppercase;
	line-height: 1.2;
}

.mineral-card-desc {
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
}

.mineral-card--cta {
	border: none;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0;
	min-height: 222px;
}

.mineral-cta-btn {
	margin-bottom: 20px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
	background: var(--mapeau-white);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 44px 0 60px;
}

.footer-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-row {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 40px;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 40px;
}

.footer-logo img {
	width: 140px;
	height: auto;
}

.footer-social {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-social a {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
}

.footer-legal-text p {
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 1.5;
}


.footer-credits-label {
	margin-top: 20px !important;
}

.footer-credits a:hover {
	color: var(--mapeau-gold);
}

.footer-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 40px;
	text-transform: uppercase;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-menu li {
	list-style: none;
}

.footer-menu a {
	font-size: 16px;
	transition: color 0.2s ease;
}

.footer-menu a:hover {
	color: var(--mapeau-gold);
}

.footer-newsletter-text {
	font-size: 16px;
	margin: 0 0 20px;
	max-width: 325px;
	line-height: 1.5;
}

.footer-newsletter-form input[type="email"] {
	width: 100%;
	max-width: 307px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	padding: 8px 0;
	font-family: var(--font-body);
	font-size: 16px;
	color: var(--mapeau-black);
	margin-bottom: 20px;
	outline: none;
}

.footer-newsletter-form input[type="email"]::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.footer-newsletter-form .mapeau-link-btn {
	margin-top: 10px;
}

/* ==========================================================================
   Sobre
   ========================================================================== */

.sobre-hero {
	position: relative;
	height: 884px;
	overflow: hidden;
}

.sobre-hero-bg {
	position: absolute;
	inset: 0;
}

.sobre-hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.33);
}

.sobre-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.sobre-hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 71px;
	height: 100%;
	max-width: 953px;
	margin: 0 auto;
	padding: 120px 40px 60px;
	text-align: center;
}

.sobre-hero-logo {
	width: min(526px, 70vw);
}

.sobre-hero-logo img {
	width: 100%;
	height: auto;
}

.sobre-hero-text {
	color: var(--mapeau-white);
	max-width: 609px;
}

.sobre-hero-tagline {
	font-family: var(--font-heading);
	font-size: 25px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.sobre-hero-subtitle {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

.sobre-kicker {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	color: var(--mapeau-gold);
	text-transform: uppercase;
	margin: 0 0 20px;
}

.sobre-body-text {
	font-size: 20px;
	line-height: 1.5;
}

.sobre-body-text p {
	margin: 0 0 20px;
}

.sobre-body-text p:last-child {
	margin-bottom: 0;
}

.sobre-body-text strong {
	font-weight: 800;
}

.sobre-origin-container,
.sobre-water-container,
.sobre-product-container,
.sobre-pillars-container,
.sustentabilidade-bottle-container,
.contacts-container,
.legal-container {
	max-width: none;
	margin: 0;
}

.sobre-origin {
	overflow: hidden;
}

.sobre-origin-image {
	min-height: 500px;
	padding: 0;
}

.sobre-origin-image img {
	min-height: 500px;
}

.sobre-pillars {
	background: #f9f9f9;
	padding: 60px var(--page-gutter);
}

.sobre-pillars-row {
	justify-content: center;
	gap: 100px 0;
}

.sobre-pillar {
	text-align: center;
	max-width: 356px;
	margin: 0 auto;
}

.sobre-pillar-title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	text-transform: uppercase;
	margin: 0 0 20px;
}

.sobre-pillar-text {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

.sobre-water-image {
	min-height: 457px;
	padding: 0;
}

.sobre-water-image img {
	min-height: 457px;
}

.sobre-product-cta {
	margin-top: 20px;
}

.sobre-product-image {
	min-height: 527px;
	padding: 0;
}

.sobre-product-image img {
	min-height: 527px;
}

/* ==========================================================================
   Sustentabilidade
   ========================================================================== */

.sustentabilidade-hero .sobre-hero-bg::after {
	background: rgba(0, 0, 0, 0.44);
}

.sustentabilidade-hero .sobre-hero-bg img {
	object-position: center;
}

.sustentabilidade-ocean-image {
	min-height: 552px;
}

.sustentabilidade-ocean-image img {
	min-height: 552px;
}

.sustentabilidade-bottle {
	background: #f9f9f9;
}

.sustentabilidade-bottle-image {
	min-height: 718px;
	padding: 0;
}

.sustentabilidade-bottle-image img {
	min-height: 718px;
}

.sustentabilidade-bottle-kicker {
	line-height: 1.2;
}

/* ==========================================================================
   Contactos
   ========================================================================== */

.contacts-section {
	padding: 0 0 80px;
}

.page-contacts .contacts-section {
	padding-top: 0;
}

.page-contacts .contacts-image {
	min-height: calc(100vh - 86px);
}

.contacts-kicker {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	text-transform: uppercase;
	margin: 0 0 10px;
}

.contacts-newsletter-title {
	font-size: 25px;
	margin-bottom: 40px;
}

.contacts-value {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

.contacts-value a {
	color: inherit;
	text-decoration: none;
}

.contacts-value a:hover {
	color: var(--mapeau-gold);
}

.contacts-social-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.contacts-social-link {
	display: block;
	color: var(--mapeau-black);
	text-decoration: none;
}

.contacts-social-link:hover {
	color: var(--mapeau-gold);
}

.contacts-social-name {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	text-transform: uppercase;
}

.contacts-social-handle {
	display: block;
	font-size: 20px;
	line-height: 1.5;
}

.contacts-newsletter-text {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.contacts-newsletter-form input[type="email"] {
	max-width: 100%;
	margin-bottom: 30px;
}

.newsletter-form--align-end {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.newsletter-form--align-end input[type="email"] {
	width: 100%;
}

/* ==========================================================================
   Legal
   ========================================================================== */

.legal-section {
	padding: 60px var(--page-gutter) 100px;
}

.legal-title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	margin: 0 0 10px;
}

.legal-content {
	font-size: 16px;
	line-height: 1.5;
	color: var(--mapeau-black);
}

.legal-content > *:first-child {
	margin-top: 0;
}

.legal-content h2 {
	margin-top: 60px;
}

.legal-content h2,
.legal-content h3 {
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--mapeau-gold);
	margin-top: 40px;
}

.legal-content h4 {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #000000;
	margin-top: 40px;
}

.legal-content h5 {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--mapeau-gold);
	margin: 0 0 0.5em;
}

.legal-content ul,
.legal-content ol {
	margin: 0 0 60px;
	padding-left: 1.5em;
	list-style-type: none;
}

.legal-content li {
	margin-bottom: 0.5em;
}

.legal-content a {
	color: inherit;
	text-decoration: underline;
}

.legal-content a:hover {
	color: var(--mapeau-gold);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1199px) {
	.header-menu {
		gap: 48px;
	}
}

@media (max-width: 991px) {
	:root {
		--page-gutter: 40px;
		--page-text-gap: 40px;
	}

	.home-minerals-grid {
		grid-template-columns: 1fr;
		max-width: none;
		gap: 16px;
	}

	.mineral-card {
		min-height: auto;
		padding: 18px;
	}

	main .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-container,
	.footer-container,
	.home-product-container {
		padding: 0 20px;
	}

	.shop-container {
		padding: 0 24px;
	}

	.shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 48px 24px;
	}

	.shop-section .cart_totals {
		max-width: 100%;
	}

	.shop-section form.woocommerce-checkout {
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	.shop-section #customer_details {
		grid-column: 1;
		grid-row: auto;
	}

	.shop-section #order_review_heading {
		grid-column: 1;
		grid-row: auto;
		padding: 24px 20px 12px;
		position: static; 
	}

	.shop-section #order_review {
		grid-column: 1;
		grid-row: auto;
		position: static;
		padding: 0 20px 24px;
	}

	.shop-section .woocommerce:has(.woocommerce-MyAccount-navigation) {
		flex-direction: column;
		gap: 28px;
	}

	.shop-section .woocommerce-MyAccount-navigation,
	.shop-section .woocommerce-MyAccount-content {
		flex: 1 1 100%;
		width: 100% !important;
		max-width: 100% !important;
	}

	.shop-section .woocommerce-Addresses,
	.shop-section .u-columns {
		grid-template-columns: 1fr;
	}

	.header-nav {
		display: none;
	}

	.header-hamburger {
		display: flex;
	}

	.header-menu {
		gap: 32px;
	}

	.home-hero {
		height: 70vh;
		min-height: 500px;
	}

	.sobre-hero {
		height: 70vh;
		min-height: 500px;
	}

	.page-split__text--start {
		padding: var(--page-split-pad-y) var(--page-gutter) var(--page-split-pad-y) var(--page-gutter);
		align-items: flex-start;
	}

	.page-split__text--end {
		padding: var(--page-split-pad-y) var(--page-gutter) var(--page-split-pad-y) var(--page-gutter);
		align-items: flex-start;
	}

	.home-about-content.page-split__text--start {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sobre-pillars {
		padding: 60px var(--page-gutter);
	}

	.legal-section {
		padding: 40px var(--page-gutter) 80px;
	}

	.home-shop-label {
		left: 4%;
		font-size: 28px;
	}

	.home-shop-product {
		margin-right: auto;
		margin-left: auto;
	}

	.home-product-decor {
		opacity: 0.4;
	}

	.footer-col {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	:root {
		--page-gutter: 20px;
		--page-text-gap: 20px;
	}

	.home-product-title {
		margin-left: 0px;
	}

	.footer-row {
		padding: 0 20px;
	}

	.home-shop {
		display: block;
	}

	.header-mobile-cart {
		display: none !important;
	}

	.header-mobile-account {
		padding-top: 20px ;
	}

	.page-split__body {
		padding-left: 0px;
		padding-right: 0px;
	}

	.home-split {
		padding-top: 60px;
	}

	.sustentabilidade-bottle .page-split-row {
		display: flex;
		flex-direction: column;
	}

	.sustentabilidade-bottle .sustentabilidade-bottle-content {
		order: 1;
	}

	.sustentabilidade-bottle .sustentabilidade-bottle-image {
		order: 2;
		min-height: 350px;
	}

	.sustentabilidade-bottle .sustentabilidade-bottle-image img {
		min-height: 350px;
	}

	.sustentabilidade-ocean-image {
		min-height: 350px;
	}

	.sustentabilidade-ocean-image img {
		min-height: 350px;
	}

	main .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-minerals-grid {
		grid-template-columns: 1fr;
		max-width: none;
		gap: 16px;
	}

	.mineral-card {
		min-height: auto;
		padding: 18px;
	}

	.shop-section {
		padding: 50px 0 70px;
	}

	.shop-container {
		padding: 0 20px;
	}

	.shop-grid {
		grid-template-columns: 1fr;
		gap: 48px;
		max-width: 320px;
		margin: 0 auto;
	}

	/* WooCommerce products (caso a theme use ul.products no grid) */
	.shop-section ul.products {
		display: flex;
		flex-direction: column;
	}

	.shop-section ul.products li.product {
		width: 100%;
	}

	.shop-section .cart-collaterals {
		justify-content: stretch;
	}

	.shop-section .cart_totals {
		padding: 24px 20px;
	}

	.shop-section .shop_table thead {
		display: none;
	}

	.shop-section .shop_table.shop_table_responsive tr {
		display: block;
		border-bottom: 1px solid rgba(186, 157, 114, 0.35);
		padding: 20px 0;
		margin: 0;
	}

	.shop-section .shop_table.shop_table_responsive td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		padding: 8px 0;
		border: none;
		text-align: right;
	}

	.shop-section .shop_table.shop_table_responsive td::before {
		content: attr(data-title);
		font-size: 12px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: var(--mapeau-gold);
		text-align: left;
		flex-shrink: 0;
	}

	.shop-section .shop_table.shop_table_responsive .product-remove,
	.shop-section .shop_table.shop_table_responsive .product-thumbnail {
		justify-content: flex-start;
	}

	.shop-section .shop_table.shop_table_responsive .product-remove::before,
	.shop-section .shop_table.shop_table_responsive .product-thumbnail::before {
		display: none;
	}

	.shop-section .shop_table.shop_table_responsive .product-thumbnail img {
		width: 64px;
		height: 64px;
	}

	.shop-section .shop_table.shop_table_responsive td.actions {
		display: block;
		text-align: center;
		padding-top: 16px;
	}

	.shop-section .shop_table.shop_table_responsive td.actions::before {
		display: none;
	}

	.shop-section .shop_table.shop_table_responsive td.actions .button {
		width: 100%;
	}

	.shop-section .cart_totals .shop_table th,
	.shop-section .cart_totals .shop_table td {
		display: table-cell;
		text-align: left;
	}

	.shop-section .cart_totals .shop_table td {
		text-align: right;
	}

	.shop-section .cart_totals .shop_table td::before {
		display: none;
	}

	.shop-section .woocommerce-shipping-methods,
	.shop-section .woocommerce-shipping-destination {
		text-align: left;
	}

	.shop-section .woocommerce-checkout .form-row-first,
	.shop-section .woocommerce-checkout .form-row-last {
		width: 100%;
	}

	.header-container,
	.footer-container,
	.home-product-container {
		padding: 0 20px;
	}

	.home-section-title {
		font-size: 28px;
	}

	.page-split__text--start,
	.page-split__text--end {
		padding: 50px var(--page-gutter);
		align-items: flex-start;
	}

	.home-about-content.page-split__text--start {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-split__body--stack {
		gap: 50px;
	}

	.sobre-kicker {
		font-size: 20px;
	}

	.sobre-hero-tagline {
		font-size: 22px;
	}

	.sobre-hero-subtitle {
		font-size: 18px;
	}

	.sobre-origin-image,
	.sobre-origin-image img,
	.sobre-water-image,
	.sobre-water-image img,
	.sobre-product-image img {
		min-height: 360px;
	}

	.sustentabilidade-ocean-image,
	.sustentabilidade-ocean-image img,
	.sustentabilidade-bottle-image img {
		min-height: 360px;
	}

	.contacts-image,
	.contacts-image img {
		min-height: 360px;
	}

	.newsletter-form--align-end {
		align-items: stretch;
	}

	.contacts-image {
		min-height: 360px;
	}

	.legal-section {
		padding: 40px var(--page-gutter) 60px;
	}

	.sobre-pillars {
		padding: 50px var(--page-gutter);
	}

	.sobre-kicker {
		font-size: 20px;
	}

	.contacts-kicker {
		font-size: 20px;
	}

	.contacts-newsletter-title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.legal-title {
		font-size: 28px;
	}

	.legal-content h2,
	.legal-content h3,
	.legal-content h4 {
		font-size: 22px;
	}

	.home-about-image {
		min-height: 360px;
	}

	.home-about-image img {
		min-height: 360px;
	}

	.benefits-slider,
	.benefits-slider .slick-list,
	.benefits-slider .slick-track,
	.benefits-slide,
	.benefits-slide-inner,
	.home-benefits {
		height: auto;
		min-height: 480px;
	}

	.benefits-text {
		font-size: 20px;
	}

	.home-shop {
		min-height: 500px;
		padding: 60px 20px 40px;
	}

	.home-shop-label {
		position: static;
		transform: none;
		display: block;
		padding: 0px 20px;
		margin-bottom: 30px;
	}

	.home-minerals-grid {
		grid-template-columns: 1fr;
	}

	.mineral-card {
		min-height: auto;
	}

	.mineral-card--cta {
		min-height: auto;
		justify-content: center;
		padding: 20px 0;
	}

	.home-product {
		padding: 60px 0 80px;
	}

	.home-product-decor {
		display: none;
	}
}

@media (max-width: 575px) {
	.home-hero-logo {
		width: 80vw;
	}

	.sobre-hero-logo {
		width: 80vw;
	}

	.sobre-hero-content {
		gap: 40px;
	}
}
