/*!
Theme Name: KLIF Custom
Theme URI: http://underscores.me/
Author: Easy One Marketing
Author URI: https://klifmedia.com.br
Description: Tema desenvolvido exclusivamente pela Easy One Marketing. Criado com foco em performance, organização e flexibilidade, este tema foi pensado para atender projetos profissionais em WordPress, com estrutura otimizada, fácil manutenção e total possibilidade de personalização conforme a necessidade do negócio. A Easy One Marketing atua desde 2014 no mercado, oferecendo soluções completas em desenvolvimento de sites e lojas virtuais, marketing digital, tráfego pago, automações e estratégias para crescimento online, sempre com foco em resultado e escalabilidade. Este tema foi desenvolvido para uso exclusivo em projetos da Easy One Marketing ou de seus clientes, sendo proibida a comercialização, redistribuição ou duplicação sem autorização prévia. Suporte técnico (Help Desk): 📞 (11) 98730-7294
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: klif-custom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KLIF Custom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

:root {
	--wau-button-bg: #7b1e22;
	--wau-button-hover: #61171a;
	--wau-button-active: #4d1013;
	--wau-button-text: #ffffff;
	--wau-button-focus: rgba(123, 30, 34, 0.18);
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.checkout-button,
.woocommerce-page .button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.wau-cart-btn,
.wau-cart-cta,
.wau-checkout-continue,
.wau-checkout-place-order,
.wau-order-actions__button,
.wau-auth-register-link {
	background: var(--wau-button-bg);
	border: 1px solid var(--wau-button-bg);
	color: var(--wau-button-text);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.checkout-button:hover,
.woocommerce-page .button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.wau-cart-btn:hover,
.wau-cart-cta:hover,
.wau-checkout-continue:hover,
.wau-checkout-place-order:hover,
.wau-order-actions__button:hover,
.wau-auth-register-link:hover {
	background: var(--wau-button-hover);
	border-color: var(--wau-button-hover);
	color: var(--wau-button-text);
}

.button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce a.checkout-button:active,
.woocommerce-page .button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.wau-cart-btn:active,
.wau-cart-cta:active,
.wau-checkout-continue:active,
.wau-checkout-place-order:active,
.wau-order-actions__button:active,
.wau-auth-register-link:active {
	background: var(--wau-button-active);
	border-color: var(--wau-button-active);
	color: var(--wau-button-text);
	transform: translateY(1px);
}

.button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce a.button.alt:focus-visible,
.woocommerce button.button.alt:focus-visible,
.woocommerce input.button.alt:focus-visible,
.woocommerce a.checkout-button:focus-visible,
.woocommerce-page .button:focus-visible,
.woocommerce-page a.button:focus-visible,
.woocommerce-page button.button:focus-visible,
.woocommerce-page input.button:focus-visible,
.wau-cart-btn:focus-visible,
.wau-cart-cta:focus-visible,
.wau-checkout-continue:focus-visible,
.wau-checkout-place-order:focus-visible,
.wau-order-actions__button:focus-visible,
.wau-auth-register-link:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px var(--wau-button-focus);
}

.button *,
.woocommerce a.button *,
.woocommerce button.button *,
.woocommerce input.button *,
.woocommerce a.button.alt *,
.woocommerce button.button.alt *,
.woocommerce input.button.alt *,
.woocommerce a.checkout-button *,
.woocommerce-page .button *,
.woocommerce-page a.button *,
.woocommerce-page button.button *,
.woocommerce-page input.button * {
	color: var(--wau-button-text);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* -------------------------------------------------------------
 * Wau Party Header
 * ------------------------------------------------------------- */
.wau-header {
	background: var(--wau-header-bg);
}

.wau-header-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.wau-header-top {
	border-bottom: 1px solid var(--wau-border);
	padding-top: 10px;
	padding-bottom: 10px;
}

.wau-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.wau-brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	flex: 0 0 auto;
}

.wau-logo-img {
	width: 110px;
	height: 110px;
	object-fit: contain;
}

.wau-logo-img-main {
	flex: 0 0 auto;
}

.wau-logo-companions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding-left: 12px;
	position: relative;
}

.wau-logo-companions::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 58px;
	transform: translateY(-50%);
	background: rgba(110, 26, 26, 0.14);
}

.wau-logo-companion {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.wau-logo-img-companion {
	width: 78px;
	height: 78px;
	object-fit: contain;
}

.wau-logo-img-companion-secondary {
	width: 82px;
	height: 82px;
}

.wau-logo-text {
	font-weight: 700;
	color: var(--wau-primary);
}

.wau-search {
	flex: 1 1 520px;
	max-width: 720px;
	position: relative;
	z-index: 20;
	transition: transform 0.22s ease, z-index 0.22s ease;
}

.wau-search .dgwt-wcas-search-wrapp,
.wau-search .dgwt-wcas-search-form,
.wau-search .dgwt-wcas-sf-wrapp {
	width: 100%;
}

.wau-search .dgwt-wcas-sf-wrapp {
	border-radius: 32px;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wau-search .dgwt-wcas-search-input {
	width: 100%;
	min-height: 58px;
	padding: 15px 20px 15px 52px;
	border-radius: 32px;
	border: 1px solid var(--wau-search-border);
	background: var(--wau-search-bg);
	font-size: 17px;
	line-height: 1.3;
	color: #231f20;
	transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.wau-search .dgwt-wcas-search-input::placeholder {
	color: #887a7a;
	opacity: 1;
}

.wau-search .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
	width: 20px;
	height: 20px;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.wau-search.is-active {
	z-index: 40;
}

.wau-search.is-active .dgwt-wcas-sf-wrapp {
	transform: scale(1.02);
	box-shadow: 0 18px 38px rgba(35, 31, 32, 0.12);
}

.wau-search .dgwt-wcas-search-input:focus,
.wau-search.is-active .dgwt-wcas-search-input {
	background: #ffffff;
	border-color: rgba(123, 30, 34, 0.26);
	box-shadow: 0 0 0 4px rgba(123, 30, 34, 0.08);
}

.wau-search .dgwt-wcas-suggestions-wrapp {
	margin-top: 10px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 36px rgba(35, 31, 32, 0.14);
}

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

.wau-action {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--wau-primary);
	font-size: 12px;
}

.wau-action:visited {
	color: var(--wau-primary);
}

.wau-action i {
	font-size: 24px;
}

.wau-action-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.wau-action-text strong {
	font-size: 16px;
}

.wau-action-text small {
	font-size: 14px;
	color: var(--wau-secondary-text);
}

.wau-action:hover,
.wau-action:hover i,
.wau-action:hover strong,
.wau-action:hover small {
	color: var(--wau-secondary);
}

.wau-action:focus i,
.wau-action:focus strong,
.wau-action:focus small,
.wau-action:active i,
.wau-action:active strong,
.wau-action:active small {
	color: var(--wau-secondary);
}

.wau-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wau-primary);
	text-decoration: none;
}

.wau-cart i {
	font-size: 25px;
}

.wau-cart-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	background: var(--wau-secondary);
	color: var(--wau-on-primary);
	border-radius: 999px;
	font-size: 10px;
	line-height: 1;
	padding: 3px 5px;
}

.wau-main-nav {
	background: var(--wau-primary);
}

.wau-main-nav .wau-header-inner {
	justify-content: center;
}

.wau-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	justify-content: space-between;
}

.wau-menu-toggle {
	display: none;
	background: transparent;
	border: 0;
	padding: 6px;
	cursor: pointer;
	margin-right: auto;
}

.wau-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 5px 0;
}

.wau-menu-item {
	position: relative;
}

.wau-menu-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 18px 20px;
	color: var(--wau-on-primary);
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
}

.wau-menu-link:visited {
	color: var(--wau-on-primary);
}

.wau-menu-link.is-promo {
	background: var(--wau-secondary);
	border-radius: 8px;
	padding: 13px 20px;
}

.wau-menu-link i {
	font-size: 16px;
}

.wau-menu-link:hover:not(.is-promo),
.wau-menu-link:focus:not(.is-promo),
.wau-menu-link:active:not(.is-promo) {
	color: var(--wau-secondary);
}

.wau-menu-link.is-promo:visited,
.wau-menu-link.is-promo:focus,
.wau-menu-link.is-promo:active {
	color: var(--wau-on-primary);
}

.wau-cart,
.wau-cart:visited,
.wau-cart:focus,
.wau-cart:active {
	color: var(--wau-secondary);
	text-decoration: none;
}

.wau-cart {
	background: transparent;
	border: 0;
	cursor: pointer;
	margin-left: 14px;
}

.wau-cart-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 998;
}

.wau-cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 360px;
	max-width: 90vw;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	z-index: 999;
	display: flex;
	flex-direction: column;
	box-shadow: -12px 0 24px rgba(0, 0, 0, 0.18);
}

.wau-cart-drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid #eee;
}

.wau-cart-drawer-title {
	font-weight: 700;
	font-size: 16px;
	color: var(--wau-primary);
}

.wau-cart-drawer-close {
	background: transparent;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	color: var(--wau-primary);
}

.wau-cart-drawer-body {
	flex: 1;
	overflow-y: auto;
	padding: 16px 18px;
}

.wau-cart-drawer-footer {
	padding: 16px 18px 20px;
	border-top: 1px solid #eee;
	display: grid;
	gap: 12px;
}

.wau-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	background: var(--wau-button-bg);
	color: var(--wau-button-text);
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
}

.wau-cart-btn-secondary {
	background: var(--wau-button-bg);
	color: var(--wau-button-text);
}

.wau-cart-btn:hover,
.wau-cart-btn-secondary:hover {
	background: var(--wau-button-hover);
	color: var(--wau-button-text);
}

.woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.woocommerce-mini-cart-item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 16px;
}

.wau-mini-cart-item {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 12px;
	align-items: start;
}

.wau-mini-cart-thumb img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
	background: #f5f5f5;
}

.wau-mini-cart-title {
	color: var(--wau-primary);
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
}

.wau-mini-cart-meta {
	display: grid;
	gap: 4px;
	color: #8a8a8a;
	font-size: 13px;
}

.wau-mini-cart-qty {
	display: inline-grid;
	grid-template-columns: auto auto auto auto;
	align-items: center;
	gap: 8px;
	width: fit-content;
}

.wau-mini-cart-qty-label {
	color: #8a8a8a;
	font-size: 13px;
}

.wau-mini-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	background: #f7f7f7;
	color: #333;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
}

.wau-mini-qty-value {
	min-width: 20px;
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 1;
}

.wau-mini-cart-price {
	color: var(--wau-primary);
	font-weight: 700;
	white-space: nowrap;
}

.wau-mini-cart-remove {
	color: #e53935;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 6px;
	opacity: 0.8;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	line-height: 1.2;
	max-width: 100%;
}

.wau-cart-open .wau-cart-drawer {
	transform: translateX(0);
}

.wau-cart-open .wau-cart-overlay {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 576px) {
	.wau-mini-cart-qty {
		grid-template-columns: auto auto auto auto;
		gap: 6px;
	}

	.wau-mini-qty-btn {
		width: 32px;
		height: 32px;
		font-size: 22px;
	}
}

/* -------------------------------------------------------------
 * Home Hero Slider
 * ------------------------------------------------------------- */
.wau-home-hero {
	background: #fff;
	padding: 0 0 10px;
}

.wau-hero-slider {
	position: relative;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.wau-hero-track {
	display: flex;
	transition: transform 0.4s ease;
}

.wau-hero-slide {
	min-width: 100%;
}

.wau-hero-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

.wau-hero-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: var(--wau-primary);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.wau-hero-prev {
	left: 12px;
}

.wau-hero-next {
	right: 12px;
}

.wau-hero-dots {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 14px;
}

.wau-hero-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #d9b3b3;
	cursor: pointer;
}

.wau-hero-dot.is-active {
	background: var(--wau-secondary);
}

@media (max-width: 768px) {
	.wau-home-hero {
		padding: 0 0 8px;
	}

	.wau-hero-slider {
		padding: 0;
	}
}

/* -------------------------------------------------------------
 * Home Trust Badges
 * ------------------------------------------------------------- */
.wau-home-trust {
	background: #fff;
	padding: 28px 0 12px;
}

.wau-home-trust-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.wau-trust-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(180px, 1fr);
	gap: 24px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.wau-trust-track::-webkit-scrollbar {
	display: none;
}

.wau-trust-card {
	text-align: center;
	padding: 12px 8px;
}

.wau-trust-icon {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wau-trust-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 6px;
	color: #111;
}

.wau-trust-text {
	margin: 0;
	color: #6b6b6b;
	font-size: 14px;
}

.wau-trust-arrow {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #b9b9b9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 768px) {
	.wau-home-trust-inner {
		padding: 0 16px;
	}

	.wau-trust-arrow {
		display: none;
	}

	.wau-trust-track {
		grid-auto-columns: minmax(140px, 1fr);
		gap: 16px;
	}
}

/* -------------------------------------------------------------
 * Home Main Categories
 * ------------------------------------------------------------- */
.wau-home-categories {
	background: #fff;
	padding: 12px 0 28px;
}

.wau-home-categories-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.wau-home-categories-title {
	color: #6e1a1a !important;
	font-size: 28px;
	font-weight: 700;
	margin: 10px 0 24px;
}

.wau-home-categories-slider {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
}

.wau-cats-viewport {
	overflow: hidden;
}

.wau-cats-track {
	display: flex;
	transition: transform 0.4s ease;
	will-change: transform;
}

.wau-cats-card {
	flex: 0 0 calc(100% / var(--wau-cats-per-view, 6));
	text-decoration: none;
	color: var(--wau-primary);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 8px 6px;
	transition: transform 0.22s ease, filter 0.22s ease;
}

.wau-cats-circle {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: var(--wau-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wau-cats-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.wau-cats-label {
	font-size: 18px;
	font-weight: 700;
	color: #6e1a1a;
	line-height: 1.35;
	text-align: center;
}

.wau-cats-card:hover .wau-cats-label,
.wau-cats-card:focus .wau-cats-label {
	color: #f85868;
}

.wau-cats-arrow {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #b9b9b9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.wau-cats-dots {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 12px;
}

.wau-cats-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background: #cfcfcf;
	cursor: pointer;
	padding: 0;
}

.wau-cats-dot.is-active {
	background: #111;
}

@media (max-width: 1024px) {
	.wau-cats-circle {
		width: 150px;
		height: 150px;
	}
}

/* -------------------------------------------------------------
 * Home Search + Featured
 * ------------------------------------------------------------- */
.wau-home-search {
	background: #6e1a1a;
	color: #fff;
	padding: 28px 0 40px;
}

.wau-home-search-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.wau-home-search-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #fff;
}

.wau-home-search-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
	gap: 16px;
	align-items: end;
	justify-content: center;
	margin-bottom: 30px;
}

.wau-home-search-field {
	display: grid;
	gap: 8px;
	text-align: left;
}

.wau-home-search-field label {
	color: #fff;
	font-weight: 600;
}

.wau-home-search-field select {
	background: #fff;
	border: 0;
	border-radius: 10px;
	padding: 12px 16px;
	font-size: 15px;
}

.wau-home-search-button {
	background: #fff;
	color: #6e1a1a;
	border: 0;
	border-radius: 10px;
	padding: 12px 22px;
	font-weight: 700;
	cursor: pointer;
	height: 44px;
}

.wau-home-featured-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 20px;
}

.wau-featured-slider {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
}

.wau-featured-viewport {
	overflow: hidden;
}

.wau-featured-track {
	display: flex;
	transition: transform 0.4s ease;
	gap: var(--wau-featured-gap, 20px);
}

.wau-featured-card {
	flex: 0 0 calc((100% - (var(--wau-featured-per-view, 4) - 1) * var(--wau-featured-gap, 20px)) / var(--wau-featured-per-view, 4));
	background: #fff;
	border-radius: 8px;
	padding: 16px 16px 18px;
	text-align: center;
	color: #111;
	border: 1px solid transparent;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wau-featured-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	background: #f1f1f1;
	transition: transform 0.22s ease;
}

.wau-featured-name {
	display: block;
	margin: 12px 0 6px;
	font-weight: 700;
	color: #6e1a1a;
	text-decoration: none;
	line-height: 1.35;
}

.wau-featured-rating {
	margin-bottom: 6px;
}

.wau-featured-price {
	color: #f85868;
	font-weight: 700;
	margin-bottom: 10px;
}

.wau-featured-card .button {
	background: #6e1a1a;
	color: #fff;
	border-radius: 6px;
	padding: 8px 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.wau-featured-arrow {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.wau-home-search-form {
		grid-template-columns: 1fr;
	}

	.wau-featured-card {
		flex: 0 0 calc((100% - (var(--wau-featured-per-view, 2) - 1) * var(--wau-featured-gap, 16px)) / var(--wau-featured-per-view, 2));
	}
}

/* -------------------------------------------------------------
 * Home Mimados
 * ------------------------------------------------------------- */
.wau-home-mimados {
	background: #f3f4f8;
	padding: 36px 0 44px;
}

.wau-home-mimados-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.wau-home-mimados-title-wrap {
	background: #fff;
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	display: inline-block;
	margin-bottom: 20px;
}

.wau-home-mimados-title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	color: #6e1a1a;
}

.wau-home-mimados-tabs {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 18px 0 24px;
}

.wau-mimados-tab {
	border: 1px solid #6e1a1a;
	background: #fff;
	color: #6e1a1a;
	border-radius: 999px;
	padding: 8px 18px;
	font-weight: 700;
	cursor: pointer;
}

.wau-mimados-tab.is-active {
	background: #6e1a1a;
	color: #fff;
}

.wau-mimados-panel {
	display: none;
}

.wau-mimados-panel.is-active {
	display: block;
}

.wau-home-mimados .wau-featured-card {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wau-home-mimados .wau-featured-image {
	display: block;
}

.wau-home-mimados .wau-featured-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 12px;
}

.wau-home-mimados .wau-featured-name {
	min-height: 44px;
}

.wau-home-mimados .wau-featured-price {
	margin-top: auto;
	padding-top: 8px;
}

.wau-home-mimados .button {
	margin-top: 12px;
}

.wau-home-mimados .wau-featured-arrow {
	border-color: rgba(110, 26, 26, 0.3);
	color: #6e1a1a;
	background: #fff;
}

/* -------------------------------------------------------------
 * Home Feature Banner + Random Product
 * ------------------------------------------------------------- */
.wau-home-feature-banner {
	background: #fff;
	padding: 36px 0 48px;
}

.wau-home-feature-banner-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}

/* -------------------------------------------------------------
 * Home Party Products
 * ------------------------------------------------------------- */
.wau-home-party {
	background: #fff;
	padding: 28px 0 44px;
}

.wau-home-party-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.wau-home-party-title {
	color: #6e1a1a;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 22px;
}

.wau-party-slider .wau-featured-card {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wau-party-slider .wau-featured-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 6px;
}

.wau-party-slider .wau-featured-name {
	min-height: 44px;
}

.wau-party-slider .wau-featured-price {
	margin-top: auto;
	padding-top: 8px;
}

.wau-party-slider .button {
	margin-top: 12px;
}

.wau-party-slider .wau-featured-arrow {
	border-color: rgba(110, 26, 26, 0.3);
	color: #6e1a1a;
	background: #fff;
}

/* -------------------------------------------------------------
 * Home Promos
 * ------------------------------------------------------------- */
.wau-home-promos {
	background: #fff;
	padding: 28px 0 44px;
}

.wau-home-promos-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.wau-home-promos-title {
	color: #6e1a1a;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 22px;
}

.wau-promos-slider .wau-featured-card {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wau-promos-slider .wau-featured-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 6px;
}

.wau-promos-slider .wau-featured-name {
	min-height: 44px;
}

.wau-promos-slider .wau-featured-price {
	margin-top: auto;
	padding-top: 8px;
}

.wau-promos-slider .button {
	margin-top: 12px;
}

.wau-promos-slider .wau-featured-arrow {
	border-color: rgba(110, 26, 26, 0.3);
	color: #6e1a1a;
	background: #fff;
}

/* -------------------------------------------------------------
 * Google Reviews Slider
 * ------------------------------------------------------------- */
.wau-google-reviews .wau-google-logo {
	display: inline-block;
	height: 28px;
	width: auto;
}

.wau-google-reviews {
	background: #6e1a1a;
}

.wau-reviews-slider {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.wau-reviews-viewport {
	overflow: hidden;
	width: 100%;
}

.wau-reviews-track {
	display: flex;
	gap: var(--wau-reviews-gap, 24px);
	transition: transform 0.5s ease;
	will-change: transform;
	--wau-reviews-per-view: 4;
	--wau-reviews-gap: 24px;
}

.wau-review-card {
	flex: 0 0 calc((100% - (var(--wau-reviews-per-view) - 1) * var(--wau-reviews-gap, 24px)) / var(--wau-reviews-per-view));
	background: #1a1a1a;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 220px;
}

.wau-review-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.wau-review-google-icon {
	margin-left: auto;
	height: 18px;
	width: auto;
	opacity: 0.9;
}

.wau-reviews-arrow {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	background: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 991px) {
	.wau-review-card {
		gap: 10px;
	}
}

@media (max-width: 767px) {
	.wau-reviews-track {
		--wau-reviews-per-view: 1;
		--wau-reviews-gap: 0px;
	}

	.wau-review-card {
		flex-basis: 100%;
		min-width: 100%;
	}
}

/* -------------------------------------------------------------
 * Home Instagram
 * ------------------------------------------------------------- */
.wau-home-instagram {
	background: #fff;
	padding: 36px 0 52px;
}

.wau-home-instagram-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.wau-home-instagram-title {
	color: #6e1a1a;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 22px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.wau-home-instagram-title a {
	color: inherit;
	text-decoration: none;
}

.wau-ig-slider {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.wau-ig-viewport {
	overflow: hidden;
	width: 100%;
}

.wau-ig-track {
	display: flex;
	gap: 18px;
	transition: transform 0.4s ease;
	will-change: transform;
}

.wau-ig-track {
	--wau-ig-per-view: 5;
}

.wau-ig-card {
	flex: 0 0 calc((100% - 72px) / var(--wau-ig-per-view));
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.wau-ig-card .instagram-media {
	margin: 0 !important;
	width: 100% !important;
	min-width: 0 !important;
}

.wau-ig-arrow {
	border: 1px solid rgba(110, 26, 26, 0.3);
	color: #6e1a1a;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 991px) {
	.wau-home-instagram-title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.wau-home-instagram-title {
		flex-direction: column;
		gap: 4px;
	}

	.wau-ig-slider {
		gap: 6px;
		justify-content: center;
	}

	.wau-ig-viewport {
		max-width: min(100%, 320px);
		margin: 0 auto;
	}

	.wau-ig-track {
		gap: 0;
	}

	.wau-ig-card {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.wau-ig-arrow {
		width: 32px;
		height: 32px;
	}
}

.wau-home-feature-banner-image,
.wau-home-feature-product {
	background: #f8f8f8;
	border-radius: 12px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wau-home-feature-banner-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
}

.wau-home-feature-cta {
	position: absolute;
	right: -36px;
	top: 0;
	bottom: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-weight: 700;
	font-size: 34px;
	color: #6e1a1a;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
}

.wau-home-feature-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	width: 100%;
}

.wau-home-feature-card-image {
	background: #f0f0f0;
	border-radius: 12px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 360px;
}

.wau-home-feature-product-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wau-home-feature-name {
	color: #6e1a1a;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
}

.wau-home-feature-text {
	color: #6b6b6b;
	font-size: 15px;
	line-height: 1.5;
	margin: 8px 0 12px;
}

.wau-home-feature-price {
	color: #6e1a1a;
	font-weight: 700;
	font-size: 20px;
}

.wau-home-feature-card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

@media (max-width: 768px) {
	.wau-home-feature-card-image {
		height: 280px;
	}

	.wau-home-feature-cta {
		position: absolute;
		right: -22px;
		top: 0;
		bottom: 0;
		width: 46px;
		font-size: 24px;
		margin-bottom: 0;
		writing-mode: vertical-rl;
	}
}

@media (max-width: 1024px) {
	.wau-home-feature-banner-inner {
		grid-template-columns: 1fr;
	}

	.wau-home-feature-product {
		padding-right: 44px;
	}

	.wau-home-feature-cta {
		position: absolute;
		right: -24px;
		top: 0;
		bottom: 0;
		transform: none;
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.wau-featured-card {
		flex: 0 0 calc((100% - (var(--wau-featured-per-view, 1) - 1) * var(--wau-featured-gap, 12px)) / var(--wau-featured-per-view, 1));
	}
}

@media (max-width: 768px) {
	.wau-home-categories-inner {
		padding: 0 16px;
	}

	.wau-cats-circle {
		width: 130px;
		height: 130px;
	}
}

/* -------------------------------------------------------------
 * Wau Party Footer
 * ------------------------------------------------------------- */
.wau-footer {
	background: #fff;
	border-top: 1px solid var(--wau-primary);
}

.wau-footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--wau-primary);
}

.wau-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 36px 24px 48px;
}

.wau-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.wau-footer-col {
	padding: 0 22px;
	border-left: 1px solid #f0d4d4;
}

.wau-footer-col:first-child {
	border-left: 0;
	padding-left: 0;
}

.wau-footer-logo {
	width: 120px;
	height: auto;
	margin-bottom: 16px;
}

.wau-footer-brand-lockup {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.wau-footer-logo-main {
	margin-bottom: 0;
	flex: 0 0 auto;
}

.wau-footer-logo-group {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-left: 12px;
	position: relative;
}

.wau-footer-logo-group::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 50px;
	transform: translateY(-50%);
	background: rgba(110, 26, 26, 0.14);
}

.wau-footer-logo-companion {
	width: 74px;
	margin-bottom: 0;
}

.wau-footer-logo-companion-secondary {
	width: 80px;
}

.wau-footer-text {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 18px;
}

.wau-footer-title {
	color: var(--wau-primary);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
}

.wau-footer-title-spacing {
	margin-top: 18px;
}

.wau-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 6px;
}

.wau-footer-links a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.wau-footer-links a:visited {
	color: #000;
}

.wau-footer-links a:hover,
.wau-footer-links a:focus {
	color: var(--wau-secondary);
}

.wau-footer-socials {
	display: flex;
	gap: 12px;
}

.wau-footer-social {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #f0d4d4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wau-primary);
	text-decoration: none;
}

.wau-footer-social:hover,
.wau-footer-social:focus {
	color: var(--wau-secondary);
	border-color: var(--wau-secondary);
}

.wau-footer-seals {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wau-footer-seals img {
	max-width: 120px;
	height: auto;
}

.wau-footer-contact {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1e2e2;
}

.wau-footer-contact-link {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.wau-footer-contact-link i {
	color: var(--wau-primary);
	margin-top: 2px;
}

.wau-footer-store {
	display: grid;
	gap: 6px;
	margin-bottom: 16px;
}

.wau-footer-store-name {
	color: var(--wau-primary);
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
}

.wau-footer-store-address,
.wau-footer-store-hours {
	display: flex;
	gap: 8px;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.wau-footer-store-hours span,
.wau-footer-store-address span {
	overflow-wrap: anywhere;
}

.wau-footer-store-address i,
.wau-footer-store-hours i {
	color: var(--wau-primary);
	margin-top: 2px;
}

.wau-footer-bottom {
	border-top: 1px solid rgba(110, 26, 26, 0.2);
	margin-top: 28px;
	padding: 18px 0 6px;
	text-align: center;
	color: #6b6b6b;
	font-size: 13px;
}

@media (max-width: 1024px) {
	.wau-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wau-footer-col {
		border-left: 0;
		padding: 0;
	}
}

@media (max-width: 640px) {
	.wau-footer-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.wau-footer-inner {
		padding: 28px 16px 40px;
	}

	.wau-footer-contact {
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

	.wau-footer-brand-lockup {
		gap: 10px;
	}

	.wau-footer-logo-group {
		gap: 8px;
		padding-left: 10px;
	}

	.wau-footer-logo-group::before {
		height: 40px;
	}

	.wau-footer-logo-main {
		width: 94px;
	}

	.wau-footer-logo-companion {
		width: 56px;
	}

	.wau-footer-logo-companion-secondary {
		width: 62px;
	}
}

/* -------------------------------------------------------------
 * Shop Layout
 * ------------------------------------------------------------- */
.wau-shop {
	background: #fff;
	padding: 24px 0 56px;
}

.wau-shop-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.wau-shop-breadcrumbs {
	color: var(--wau-secondary);
	font-size: 13px;
	margin-bottom: 18px;
}

.wau-shop-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 30px;
}

.wau-shop-sidebar {
	border-right: 1px solid #f1f1f1;
	padding-right: 18px;
}

.wau-shop-filter {
	margin-bottom: 26px;
}

.wau-shop-filter-title {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
}

.wau-shop-filter-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.wau-shop-filter-list a {
	color: #222;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.wau-shop-filter-list li.is-active a,
.wau-shop-filter-list a:hover {
	color: var(--wau-secondary);
}

.wau-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.wau-shop-title {
	font-size: 26px;
	font-weight: 700;
	color: #111;
	margin: 0;
}

.wau-shop-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wau-shop-sort-label {
	font-size: 13px;
	color: #333;
}

.woocommerce-ordering select {
	background: #f2f2f2;
	border: 0;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
}

.wau-shop-view-toggle {
	display: inline-flex;
	gap: 8px;
}

.wau-shop-view-toggle a {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #555;
	text-decoration: none;
}

.wau-shop-view-toggle a.is-active {
	border-color: var(--wau-primary);
	color: var(--wau-primary);
}

.wau-shop-content .products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wau-shop-content .products > li {
	width: 100% !important;
	max-width: 100% !important;
}

.wau-shop-content .products li.product {
	float: none !important;
	clear: none !important;
	margin: 0 !important;
}

.wau-product-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	position: relative;
	float: none;
	width: auto;
	clear: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wau-product-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	min-height: 200px;
	background: #f8f8f8;
	transition: transform 0.22s ease;
}

.wau-product-img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	transition: opacity 0.3s ease;
}

.wau-product-img-secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.wau-product-card:hover .wau-product-img-secondary {
	opacity: 1;
}

.wau-product-card:hover .wau-product-img-primary {
	opacity: 0;
}

.wau-product-title {
	display: block;
	color: #222;
	font-weight: 600;
	margin: 12px 0 8px;
	text-decoration: none;
	line-height: 1.4;
	min-height: 2.8em;
}

.wau-product-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	min-height: 200px;
	align-items: center;
}


.wau-product-excerpt {
	display: none;
	font-size: 13px;
	color: #666;
	margin: 10px 0;
}

.wau-product-qty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
}

.wau-product-qty-label {
	color: #555;
	font-size: 13px;
}

.wau-product-qty-input {
	width: 46px;
	height: 34px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.wau-product-qty-btn {
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	border-radius: 6px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.wau-product-card .button,
.wau-featured-card .button {
	margin-top: 10px;
}

.wau-product-card .price {
	color: var(--wau-primary);
	font-weight: 700;
}

.wau-product-card .button {
	background: var(--wau-primary);
	border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 14px;
	margin-top: auto;
	width: 100%;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	background: var(--wau-primary) !important;
	color: #fff !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	opacity: 1;
}

.wau-product-card .button:hover {
	background: var(--wau-secondary);
	color: #fff !important;
}

.wau-product-card .add_to_cart_button,
.wau-product-card .product_type_simple,
.wau-product-card .product_type_variable {
	background: var(--wau-primary) !important;
	color: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
	.wau-cats-card:hover {
		transform: translateY(-3px);
		filter: saturate(1.02);
	}

	.wau-featured-card:hover,
	.wau-home-mimados .wau-featured-card:hover,
	.wau-party-slider .wau-featured-card:hover,
	.wau-promos-slider .wau-featured-card:hover,
	.wau-product-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 14px 28px rgba(35, 31, 32, 0.08);
		border-color: #eadfdd;
	}

	.wau-featured-card:hover .wau-featured-img,
	.wau-product-card:hover .wau-product-thumb {
		transform: translateY(-2px);
	}
}

.wau-shop-view-list .wau-shop-content .products {
	grid-template-columns: 1fr;
}

.wau-shop-view-list .wau-product-card {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 18px;
	text-align: left;
	align-items: center;
}

.wau-shop-view-list .wau-product-excerpt {
	display: block;
}

.wau-shop-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
}

.wau-shop-page a,
.wau-shop-page {
	color: #444;
	text-decoration: none;
	font-size: 14px;
}

.wau-shop-page.is-current span,
.wau-shop-page .current {
	color: var(--wau-primary);
	font-weight: 700;
}

.wau-shop-page-first,
.wau-shop-page-last {
	color: var(--wau-primary);
	font-weight: 600;
}

@media (max-width: 1024px) {
	.wau-shop-layout {
		grid-template-columns: 1fr;
	}

	.wau-shop-sidebar {
		border-right: 0;
		padding-right: 0;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.wau-shop-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.wau-shop-content .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wau-shop-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.wau-shop-content .products {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------
 * Cart / Checkout Header
 * ------------------------------------------------------------- */
.wau-checkout-header {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.wau-checkout-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wau-checkout-logo-img {
	max-height: 50px;
	width: auto;
}

.wau-checkout-secure {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wau-primary);
	font-weight: 600;
}

/* -------------------------------------------------------------
 * Cart Page
 * ------------------------------------------------------------- */
.wau-cart-page {
	background: #fff;
	padding: 24px 0 40px;
}

body.woocommerce-cart #secondary,
body.woocommerce-checkout #secondary {
	display: none;
}

body.woocommerce-cart #primary,
body.woocommerce-checkout #primary {
	width: 100%;
	max-width: 100%;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title {
	display: none;
}

.wau-cart-page-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.wau-cart-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.wau-cart-title {
	font-size: 24px;
	font-weight: 700;
	color: #111;
	margin: 0;
}

.wau-cart-cta {
	background: var(--wau-button-bg);
	color: var(--wau-button-text);
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}

.wau-cart-cta:hover {
	background: var(--wau-button-hover);
	color: var(--wau-button-text);
}

.wau-cart-items {
	display: grid;
	gap: 18px;
	border-top: 1px solid #eee;
}

.wau-cart-item {
	display: grid;
	grid-template-columns: 1fr 180px 140px;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #eee;
	align-items: center;
}

.wau-cart-item-main {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 16px;
	align-items: center;
}

.wau-cart-item-media {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 12px;
	align-items: center;
}

.wau-cart-remove {
	color: var(--wau-primary);
	text-decoration: none;
	width: 32px;
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wau-cart-thumb img {
	width: 84px;
	height: 84px;
	object-fit: cover;
	border-radius: 8px;
	background: #f5f5f5;
}

.wau-cart-item-title {
	font-weight: 700;
	color: #111;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
}

.wau-cart-item-sku {
	display: block;
	color: #777;
	font-size: 13px;
	margin-bottom: 6px;
}

.wau-cart-item-brand {
	display: block;
	color: #777;
	font-size: 13px;
	margin-bottom: 6px;
}

.wau-cart-item-qty {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.wau-qty-btn {
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	border-radius: 4px;
	cursor: pointer;
}

.wau-cart-item-qty .qty {
	width: 46px;
	text-align: center;
	border: 1px solid #ddd;
	height: 32px;
	border-radius: 4px;
}

.wau-cart-item-price {
	text-align: right;
	font-weight: 700;
	color: #111;
}

.wau-cart-unit-price {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: 500;
	margin-top: 4px;
}

.wau-cart-update {
	display: none;
}

.wau-cart-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 28px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.wau-cart-shipping h2,
.wau-cart-summary h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
}

.woocommerce-shipping-calculator label {
	font-size: 13px;
	color: #555;
}

.woocommerce-shipping-calculator input.input-text {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-top: 6px;
}

.woocommerce-shipping-calculator .button {
	margin-top: 10px;
	background: var(--wau-button-bg);
	color: var(--wau-button-text);
	border-radius: 6px;
	padding: 10px 16px;
}

.woocommerce-shipping-calculator .button:hover {
	background: var(--wau-button-hover);
	color: var(--wau-button-text);
}

.wau-cart-zip-help {
	display: inline-block;
	margin-top: 8px;
	color: var(--wau-primary);
	font-size: 13px;
	text-decoration: none;
}

.wau-cart-summary-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: #333;
}

.wau-cart-summary-total {
	font-weight: 700;
	font-size: 18px;
}

.wau-cart-coupon-note {
	margin: 16px 0;
	color: #555;
	font-size: 13px;
}

.wau-cart-summary-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.wau-cart-outline {
	border: 1px solid var(--wau-button-bg);
	color: var(--wau-button-bg);
	padding: 10px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}

.wau-cart-outline:hover {
	border-color: var(--wau-button-hover);
	color: var(--wau-button-hover);
}

.wau-cart-reco {
	background: #fff;
	padding: 10px 0 50px;
}

.wau-cart-reco-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.wau-cart-reco-title {
	font-size: 20px;
	font-weight: 700;
	margin: 18px 0 16px;
	color: #666;
}

.wau-cart-reco-slider {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wau-cart-reco-viewport {
	overflow: hidden;
	width: 100%;
}

.wau-cart-reco-track {
	display: flex;
	gap: 18px;
	transition: transform 0.4s ease;
	--wau-cart-reco-per-view: 4;
}

.wau-cart-reco-card {
	flex: 0 0 calc((100% - 54px) / var(--wau-cart-reco-per-view));
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 14px;
	text-align: center;
	background: #fff;
}

.wau-cart-reco-image img {
	width: 100%;
	height: 180px;
	object-fit: contain;
}

.wau-cart-reco-name {
	display: block;
	color: #333;
	margin: 10px 0 6px;
	text-decoration: none;
}

.wau-cart-reco-price {
	font-weight: 700;
	margin-bottom: 10px;
}

.wau-cart-reco-card .button {
	border: 1px solid var(--wau-button-bg);
	background: transparent;
	color: var(--wau-button-bg);
	border-radius: 6px;
	padding: 8px 12px;
	text-transform: none;
}

.wau-cart-reco-card .button:hover {
	border-color: var(--wau-button-hover);
	color: var(--wau-button-hover);
}

.wau-cart-reco-arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 900px) {
	.wau-cart-item {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.wau-cart-item-price {
		text-align: left;
	}

	.wau-cart-bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.wau-cart-header-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

/* -------------------------------------------------------------
 * Checkout
 * ------------------------------------------------------------- */
.wau-checkout-page {
	background: #fff;
	padding: 32px 0 50px;
}

.wau-checkout-page-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.wau-checkout-email-card {
	max-width: 700px;
	margin: 40px auto;
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 28px;
	background: #fff;
}

.wau-checkout-email-card h1 {
	margin: 0 0 10px;
	font-size: 26px;
	color: #222;
}

.wau-checkout-email-card p {
	color: #666;
	margin: 0 0 16px;
}

.wau-checkout-email-form {
	display: grid;
	gap: 12px;
}

.wau-checkout-email-form input[type=\"email\"] {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
}

.wau-checkout-errors {
	background: #ffecec;
	border: 1px solid #f3bcbc;
	color: #a33;
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 12px;
}

.wau-checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 360px;
	gap: 32px;
	align-items: start;
	position: relative;
}

.wau-checkout-col {
	display: grid;
	gap: 16px;
}

.wau-checkout-col-left,
.wau-checkout-col-middle {
	position: relative;
	z-index: 2;
}

.wau-checkout-step {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 16px;
	background: #fff;
	opacity: 1;
	pointer-events: auto;
}

.wau-checkout-step:not(.is-active) .wau-checkout-email,
.wau-checkout-step:not(.is-active) .wau-checkout-or,
.wau-checkout-step:not(.is-active) .wau-checkout-login,
.wau-checkout-step:not(.is-active) .wau-checkout-privacy,
.wau-checkout-step:not(.is-active) .wau-checkout-back,
.wau-checkout-step:not(.is-active) .wau-checkout-fields,
.wau-checkout-step:not(.is-active) .wau-fulfillment,
.wau-checkout-step:not(.is-active) .wau-delivery-fields,
.wau-checkout-step:not(.is-active) .wau-pickup-fields,
.wau-checkout-step:not(.is-active) .wau-checkout-coupon,
.wau-checkout-step:not(.is-active) .wau-checkout-payment,
.wau-checkout-step:not(.is-active) .wau-checkout-continue {
	display: none;
}

.wau-checkout-step.is-complete {
	opacity: 1;
	pointer-events: auto;
}

.wau-checkout-step[data-wau-step="4"] {
	opacity: 1;
	pointer-events: auto;
}

.wau-checkout-step[data-wau-step="4"] .wau-checkout-coupon {
	display: block !important;
}

.wau-delivery-consent {
	display: none;
	opacity: 1;
}

.wau-delivery-consent.is-visible {
	display: block;
}

.wau-delivery-consent input[disabled] {
	opacity: 0.6;
	pointer-events: none;
}

.wau-checkout-step.wau-show-pickup .wau-pickup-fields {
	display: block;
}

.wau-pickup-hidden {
	display: none;
}

.wau-checkout-step:not(.is-active).is-complete .wau-checkout-user {
	display: flex;
}

.wau-checkout-step:not(.is-active) .wau-checkout-user {
	display: none;
}

.wau-checkout-step.is-complete .wau-step-helper {
	display: none;
}

.wau-checkout-step-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.wau-checkout-step-header h2,
.wau-checkout-step-header h3 {
	margin: 0;
	font-size: 18px;
	color: #222;
}

.wau-step-label {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #dfeee0;
	color: #2f7b38;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
}

.wau-step-edit {
	margin-left: auto;
	border: none;
	background: transparent;
	color: #555;
	cursor: pointer;
	font-weight: 600;
}

.wau-checkout-step-header p {
	margin: 6px 0 0;
	color: #666;
	font-size: 14px;
}

.wau-checkout-email {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 12px;
	align-items: end;
	margin: 16px 0;
}

.wau-checkout-email .form-row {
	margin: 0;
}

.wau-checkout-email input.input-text {
	border: none;
	border-bottom: 2px solid #e34b4b;
	border-radius: 0;
	padding: 10px 0;
	font-size: 15px;
}

.wau-checkout-continue {
	background: var(--wau-button-bg);
	border: 1px solid var(--wau-button-bg);
	padding: 10px 20px;
	border-radius: 6px;
	color: var(--wau-button-text);
	font-weight: 600;
	cursor: pointer;
}

.wau-checkout-clear {
	border: none;
	background: transparent;
	color: #d44;
	font-size: 18px;
	cursor: pointer;
	padding: 8px;
}

.wau-checkout-or {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #777;
	font-size: 14px;
	margin: 20px 0 12px;
}

.wau-checkout-or::before,
.wau-checkout-or::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #eee;
}

.wau-checkout-login {
	display: grid;
	gap: 12px;
}

.wau-checkout-privacy {
	margin: 16px 0;
	color: #777;
	font-size: 13px;
}

.wau-checkout-back {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.wau-checkout-user {
	background: #f7f7f7;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.wau-checkout-user-greeting {
	margin: 0;
	font-weight: 700;
}

.wau-checkout-user-email {
	color: #333;
	font-size: 14px;
}

.wau-checkout-user-switch {
	margin-left: auto;
	border: none;
	background: transparent;
	color: #444;
	cursor: pointer;
	font-weight: 600;
}

.wau-checkout-fields .form-row {
	margin-bottom: 12px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	float: none;
	clear: both;
}

.wau-checkout-fields input.input-text,
.wau-checkout-fields select,
.wau-checkout-fields textarea,
.wau-delivery-fields input.input-text,
.wau-delivery-fields select {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding: 10px 2px;
	font-size: 14px;
	background: transparent;
}

.wau-checkout-fields .woocommerce-input-wrapper,
.wau-delivery-fields .woocommerce-input-wrapper,
.wau-checkout-fields .select2,
.wau-delivery-fields .select2 {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.wau-checkout-fields label,
.wau-delivery-fields label {
	font-size: 12px;
	color: #666;
}

.wau-hidden-field {
	display: none;
}

.wau-company-field.is-hidden {
	display: none;
}

.wau-step-helper {
	color: #999;
	font-size: 13px;
	margin: 0 0 12px;
}

.wau-fulfillment {
	margin-bottom: 16px;
}

.wau-fulfillment .form-row {
	margin: 0;
}

.wau-fulfillment .woocommerce-input-wrapper {
	display: grid;
	gap: 10px;
}

.wau-fulfillment-selected {
	margin: 8px 0 0;
	font-size: 12px;
	color: #666;
	font-weight: 600;
}

.wau-fulfillment input[type="radio"],
.wau-pickup-fields input[type="radio"],
.wau-shipping-list input[type="radio"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #1d1d1d;
}

.wau-fulfillment .woocommerce-input-wrapper input[type="radio"],
.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label,
.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 14px 16px 14px 50px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fff;
	color: #1d1d1d;
	cursor: pointer;
	line-height: 1.4;
}

.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label::before,
.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	background: #fff;
	transform: translateY(-50%);
}

.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label::after,
.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label::after {
	content: "";
	position: absolute;
	left: 21px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1d1d1d;
	transform: translateY(-50%) scale(0);
	transition: transform 0.18s ease;
}

.wau-delivery-fields {
	display: none !important;
}

.wau-pickup-fields.is-hidden {
	display: none;
}

.wau-shipping-methods h4,
.wau-pickup-fields h4 {
	margin: 12px 0;
	font-size: 15px;
}

.wau-pickup-helper {
	margin: 0 0 12px;
	font-size: 13px;
	color: #666;
}

.wau-shipping-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.wau-shipping-list li {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 14px 16px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	background: #fff;
}

.wau-shipping-list li label {
	flex: 1 1 auto;
	margin: 0;
	cursor: pointer;
	line-height: 1.4;
}

.wau-pickup-fields .woocommerce-input-wrapper,
.wau-pickup-fields .woocommerce-input-wrapper > span {
	display: grid;
	gap: 10px;
}

.wau-pickup-error {
	margin: 0 0 14px;
	color: #8b1e1e;
	font-size: 14px;
	font-weight: 600;
}

.wau-checkout-step .woocommerce-invalid input.input-text,
.wau-checkout-step .woocommerce-invalid select,
.wau-checkout-step .woocommerce-invalid textarea,
.wau-checkout-step .woocommerce-invalid .woocommerce-input-wrapper > label,
.wau-checkout-step .woocommerce-invalid .woocommerce-input-wrapper input[type="radio"] + label {
	border-color: #d63638;
}

.wau-fulfillment .woocommerce-input-wrapper input[type="radio"]:checked + label,
.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"]:checked + label,
.wau-shipping-list li:has(input:checked) {
	border-color: #1d1d1d;
	box-shadow: 0 0 0 1px #1d1d1d inset;
}

.wau-fulfillment .woocommerce-input-wrapper input[type="radio"]:checked + label::after,
.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"]:checked + label::after {
	transform: translateY(-50%) scale(1);
}

.wau-delivery-fields,
.wau-pickup-fields {
	min-width: 0;
}

.wau-checkout-coupon {
	margin-bottom: 16px;
}

.wau-checkout-payment-methods .wc_payment_methods {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.wau-checkout-payment-methods .wc_payment_method {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 10px;
}

.wau-coupon-box {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 14px;
}

.wau-coupon-head {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.wau-coupon-head strong {
	display: block;
}

.wau-coupon-head p {
	margin: 4px 0 0;
	color: #666;
	font-size: 13px;
}

.wau-coupon-row {
	display: flex;
	gap: 10px;
}

.wau-coupon-row input.input-text {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 8px 10px;
}

.wau-coupon-row .button {
	background: var(--wau-button-bg);
	border-radius: 6px;
	border: 1px solid var(--wau-button-bg);
	padding: 8px 16px;
	font-weight: 600;
	color: var(--wau-button-text);
}

.wau-coupon-row .button:hover {
	background: var(--wau-button-hover);
	border-color: var(--wau-button-hover);
	color: var(--wau-button-text);
	opacity: 1;
}

.wau-checkout-summary {
	position: sticky;
	top: 20px;
	z-index: 1;
}

.wau-checkout-summary h3 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
}

.wau-checkout-summary-box {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 16px;
	background: #fff;
}

.wau-checkout-review-items {
	display: grid;
	gap: 12px;
}

.wau-checkout-review-item {
	display: grid;
	grid-template-columns: 56px 1fr auto;
	gap: 12px;
	align-items: center;
}

.wau-checkout-review-thumb {
	position: relative;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f5f5;
}

.wau-checkout-review-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wau-checkout-review-qty {
	position: absolute;
	top: -6px;
	right: -6px;
	background: #ddd;
	color: #333;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

.wau-checkout-review-title {
	font-weight: 600;
	color: #333;
	display: block;
}

.wau-checkout-review-price {
	font-weight: 700;
}

.wau-checkout-edit-cart {
	display: inline-block;
	margin: 12px 0 16px;
	color: #555;
	text-decoration: none;
	font-size: 13px;
}

.wau-checkout-notes label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	display: block;
	margin-bottom: 6px;
}

.wau-checkout-notes textarea {
	width: 100%;
	min-height: 90px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
}

.wau-checkout-totals {
	margin-top: 16px;
	border-top: 1px solid #eee;
	padding-top: 12px;
	display: grid;
	gap: 8px;
}

.wau-checkout-total-row {
	display: flex;
	justify-content: space-between;
	color: #444;
	font-size: 14px;
}

.wau-checkout-total-final {
	font-weight: 700;
	font-size: 16px;
}

.wau-checkout-place {
	margin-top: 16px;
}

.wau-checkout-place-order {
	width: 100%;
	background: var(--wau-button-bg);
	color: var(--wau-button-text);
	border: 1px solid var(--wau-button-bg);
	border-radius: 8px;
	padding: 12px 16px;
	font-weight: 700;
	cursor: pointer;
}

.wau-checkout-place-order:hover {
	background: var(--wau-button-hover);
	color: var(--wau-button-text);
}

@media (max-width: 1440px) {
	.wau-checkout-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.wau-checkout-summary {
		grid-column: 1 / -1;
	}
}

@media (max-width: 980px) {
	.wau-checkout-grid {
		grid-template-columns: 1fr;
	}

	.wau-checkout-summary {
		position: static;
	}

	.wau-checkout-step {
		padding: 24px 18px;
	}
}

@media (max-width: 600px) {
	.wau-checkout-email {
		grid-template-columns: 1fr;
	}

	.wau-coupon-row {
		flex-direction: column;
	}

	.wau-checkout-review-item {
		grid-template-columns: 48px 1fr;
	}

	.wau-checkout-review-price {
		grid-column: span 2;
		text-align: right;
	}

	.wau-checkout-page-inner {
		padding-inline: 14px;
	}

	.wau-checkout-step {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.wau-checkout-step-header {
		gap: 10px;
	}

	.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label,
	.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label,
	.wau-shipping-list li {
		padding: 12px 14px;
	}

	.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label,
	.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label {
		padding-left: 46px;
	}

	.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label::before,
	.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label::before {
		left: 14px;
	}

	.wau-fulfillment .woocommerce-input-wrapper input[type="radio"] + label::after,
	.wau-pickup-fields .woocommerce-input-wrapper input[type="radio"] + label::after {
		left: 19px;
	}
}

.wau-mega {
	position: absolute;
	left: 0;
	top: 100%;
	width: 860px;
	background: var(--wau-mega-bg);
	padding: 20px;
	display: none;
	z-index: 50;
}

.wau-menu-item.has-mega:hover .wau-mega {
	display: block;
}

.wau-mega-inner {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.wau-mega-feature {
	width: 260px;
	flex-shrink: 0;
}

.wau-mega-feature-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.wau-mega-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(160px, 1fr));
	gap: 14px 20px;
}

.wau-mega-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--wau-on-primary);
	text-decoration: none;
	font-size: 14px;
}

.wau-mega-item:visited,
.wau-mega-item:hover,
.wau-mega-item:focus,
.wau-mega-item:active {
	color: var(--wau-on-primary);
}

.wau-mega-item-img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.wau-header-inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	.wau-search {
		order: 3;
		width: 100%;
		max-width: none;
	}

	.wau-menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	.wau-mega {
		position: static;
		width: 100%;
	}

.wau-menu-item.has-mega:hover .wau-mega {
	display: none;
}
}

/* Custom tweaks */
.wau-mega-item {
	font-size: 16.5px;
}

.wau-mega-item-img {
	width: 48.4px;
	height: 48.4px;
}

.wau-header-top-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 130;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
	will-change: transform, opacity;
}

.wau-header-top-clone.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 1024px) {
	.wau-header-top-clone {
		display: none;
	}
}

@media (max-width: 768px) {
	.wau-header-top .wau-header-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"logo logo"
			"actions actions"
			"search cart";
		align-items: center;
	}

	.wau-brand-lockup {
		grid-area: logo;
		justify-self: center;
	}

	.wau-header-actions {
		grid-area: actions;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 16px;
		justify-items: start;
	}

	.wau-action {
		gap: 8px;
	}

	.wau-search {
		grid-area: search;
		width: 100%;
		max-width: none;
	}

	.wau-cart {
		grid-area: cart;
		justify-self: end;
	}

	.wau-main-nav .wau-header-inner {
		justify-content: space-between;
	}

	.wau-menu-toggle {
		display: inline-flex;
	}

	.wau-menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		width: 100%;
		margin-top: 10px;
		background: var(--wau-primary);
	}

	.wau-menu.is-open {
		display: flex;
	}

	.wau-menu-link {
		width: 100%;
		padding: 12px 16px;
	}
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	padding: 100px;
}

body.woocommerce-cart #primary,
body.woocommerce-checkout #primary {
	width: 100%;
	max-width: 100%;
	padding: 10px 150px;
}

/* -------------------------------------------------------------
 * Responsive Stability Layer
 * ------------------------------------------------------------- */
html,
body {
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.site-main,
.entry-content,
.page-content,
.woocommerce,
.woocommerce-page {
	min-width: 0;
}

.wau-header-inner,
.wau-home-search-inner,
.wau-home-categories-inner,
.wau-home-trust-inner,
.wau-footer-inner,
.wau-shop-inner,
.wau-cart-page-inner,
.wau-cart-reco-inner,
.wau-checkout-page-inner,
.single-product .wau-single-product {
	width: min(100%, 100%);
}

.wau-header-actions,
.wau-action-text,
.wau-shop-layout,
.wau-shop-sidebar,
.wau-shop-content,
.wau-cart-bottom,
.wau-checkout-grid,
.wau-checkout-col,
.wau-home-search-form,
.wau-home-search-field,
.wau-footer-grid,
.wau-footer-col,
.wau-home-feature-banner-inner,
.wau-home-party-inner,
.wau-home-promos-inner {
	min-width: 0;
}

.wau-product-title,
.wau-checkout-review-title,
.wau-cart-item-title,
.wau-footer-store-name,
.wau-footer-links a,
.wau-home-categories-title,
.wau-home-featured-title,
.wau-home-mimados-title,
.wau-home-promos-title,
.wau-home-instagram-title,
.wau-shop-title,
.wau-cart-title {
	overflow-wrap: anywhere;
}

.wau-home-search-field select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row textarea {
	max-width: 100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
	word-break: break-word;
}

.wau-footer-lang {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

.wau-footer-lang-label {
	color: var(--wau-primary);
	font-size: 14px;
	font-weight: 700;
}

.wau-footer-lang-switcher ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.wau-footer-lang-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 14px;
	border: 1px solid rgba(110, 26, 26, 0.2);
	border-radius: 999px;
	color: var(--wau-primary);
	text-decoration: none;
}

.wau-footer-lang-switcher .current-lang a {
	background: var(--wau-primary);
	color: var(--wau-on-primary);
}

@media (max-width: 1024px) {
	body.woocommerce-cart #primary,
	body.woocommerce-checkout #primary {
		padding-left: 40px;
		padding-right: 40px;
	}

	.wau-header-top {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.wau-header-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.wau-logo-img {
		width: 88px;
		height: 88px;
	}

	.wau-logo-img-companion {
		width: 64px;
		height: 64px;
	}

	.wau-logo-img-companion-secondary {
		width: 70px;
		height: 70px;
	}

	.wau-header-actions {
		flex: 1 1 auto;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 12px;
	}

	.wau-action {
		min-width: 0;
	}

	.wau-action-text strong {
		font-size: 14px;
	}

	.wau-action-text small {
		font-size: 12px;
	}

	.wau-menu {
		gap: 2px;
	}

	.wau-menu-link {
		padding-left: 14px;
		padding-right: 14px;
		font-size: 14px;
	}

	.wau-mega-inner {
		flex-direction: column;
	}

	.wau-mega-feature {
		width: 100%;
		max-width: 320px;
	}

	.wau-home-search-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wau-home-search-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.wau-shop-toolbar {
		flex-wrap: wrap;
	}

	.wau-shop-controls {
		flex-wrap: wrap;
		width: 100%;
	}

	.wau-shop-content .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}

	.wau-product-thumb {
		min-height: 180px;
	}

	.wau-product-img {
		height: 190px;
	}

	.wau-cart-item {
		grid-template-columns: minmax(0, 1fr) 150px 120px;
	}

	.wau-cart-item-main {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.wau-cart-page-inner,
	.wau-cart-reco-inner,
	.wau-checkout-page-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.wau-checkout-grid {
		gap: 20px;
	}

	.wau-checkout-step {
		padding: 18px;
	}
}

@media (max-width: 768px) {
	body.woocommerce-cart #primary,
	body.woocommerce-checkout #primary {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wau-header-top .wau-header-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"logo cart"
			"search search"
			"actions actions";
		row-gap: 14px;
	}

	.wau-brand-lockup {
		justify-self: start;
	}

	.wau-logo-img {
		width: 72px;
		height: 72px;
	}

	.wau-brand-lockup {
		gap: 10px;
	}

	.wau-logo-companions {
		gap: 8px;
		padding-left: 10px;
	}

	.wau-logo-companions::before {
		height: 44px;
	}

	.wau-logo-img-companion {
		width: 54px;
		height: 54px;
	}

	.wau-logo-img-companion-secondary {
		width: 58px;
		height: 58px;
	}

	.wau-search .dgwt-wcas-search-input {
		min-height: 54px;
		font-size: 16px;
		padding-left: 46px;
		padding-right: 16px;
		border-radius: 24px;
	}

	.wau-search .dgwt-wcas-sf-wrapp {
		border-radius: 24px;
	}

	.wau-header-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		justify-items: stretch;
	}

	.wau-action {
		width: 100%;
		padding: 10px 12px;
		border: 1px solid rgba(110, 26, 26, 0.12);
		border-radius: 10px;
	}

	.wau-cart {
		align-self: start;
	}

	.wau-cart-drawer {
		width: min(100vw, 420px);
	}

	.wau-main-nav .wau-header-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.wau-menu {
		padding-bottom: 6px;
	}

	.wau-menu-link,
	.wau-menu-link.is-promo {
		border-radius: 0;
		padding: 14px 16px;
	}

	.wau-menu-item {
		width: 100%;
	}

	.wau-mega {
		padding: 14px 0 0;
	}

	.wau-mega-items {
		grid-template-columns: 1fr;
	}

	.wau-home-hero {
		margin-bottom: 18px;
	}

	.wau-hero-arrow,
	.wau-trust-arrow,
	.wau-cats-arrow,
	.wau-featured-arrow,
	.wau-cart-reco-arrow {
		width: 38px;
		height: 38px;
	}

	.wau-home-search-inner,
	.wau-home-categories-inner,
	.wau-home-trust-inner,
	.wau-footer-inner,
	.wau-shop-inner,
	.single-product .wau-single-product {
		padding-left: 16px;
		padding-right: 16px;
	}

	.wau-home-search-form {
		grid-template-columns: 1fr;
	}

	.wau-home-search-field label {
		margin-bottom: 6px;
	}

	.wau-home-search-field select,
	.wau-home-search-button {
		width: 100%;
	}

	.wau-shop {
		padding-top: 18px;
	}

	.wau-shop-toolbar {
		align-items: stretch;
		gap: 14px;
	}

	.wau-shop-controls {
		flex-direction: column;
		align-items: stretch;
	}

	.woocommerce-ordering,
	.woocommerce-ordering select {
		width: 100%;
	}

	.wau-shop-content .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.wau-product-card {
		padding: 14px;
	}

	.wau-product-title {
		font-size: 15px;
	}

	.wau-product-thumb {
		min-height: 160px;
	}

	.wau-product-img {
		height: 170px;
	}

	.wau-shop-view-list .wau-product-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.wau-shop-view-list .wau-product-thumb {
		max-width: 240px;
		margin: 0 auto;
	}

	.wau-cart-header-row {
		align-items: stretch;
	}

	.wau-cart-cta,
	.wau-cart-outline,
	.wau-cart-summary-actions a,
	.wau-cart-summary-actions .button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.wau-cart-item {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wau-cart-item-main {
		grid-template-columns: 84px minmax(0, 1fr);
		align-items: start;
	}

	.wau-cart-item-media {
		grid-template-columns: 28px 1fr;
		gap: 10px;
	}

	.wau-cart-thumb img {
		width: 72px;
		height: 72px;
	}

	.wau-cart-item-qty {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.wau-cart-bottom {
		gap: 18px;
	}

	.wau-cart-reco-track {
		--wau-cart-reco-per-view: 2;
	}

	.wau-checkout-inner {
		padding-left: 16px;
		padding-right: 16px;
		flex-wrap: wrap;
		gap: 10px;
	}

	.wau-checkout-secure {
		font-size: 14px;
	}

	.wau-checkout-email-card {
		padding: 20px 16px;
		margin: 24px auto;
	}

	.wau-checkout-step-header {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.wau-step-edit {
		margin-left: 0;
	}

	.wau-fulfillment .woocommerce-input-wrapper {
		flex-direction: column;
		gap: 10px;
	}

	.wau-shipping-list li,
	.wau-checkout-payment-methods .wc_payment_method {
		align-items: flex-start;
	}

	.wau-checkout-review-item {
		grid-template-columns: 48px minmax(0, 1fr) auto;
	}

	.wau-footer-grid {
		gap: 22px;
	}
}

@media (max-width: 480px) {
	.wau-header-inner,
	.wau-home-search-inner,
	.wau-home-categories-inner,
	.wau-home-trust-inner,
	.wau-footer-inner,
	.wau-shop-inner,
	.wau-cart-page-inner,
	.wau-cart-reco-inner,
	.wau-checkout-page-inner,
	.single-product .wau-single-product {
		padding-left: 12px;
		padding-right: 12px;
	}

	.wau-header-top .wau-header-inner {
		grid-template-columns: 1fr auto;
	}

	.wau-header-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.wau-checkout-fields .form-row,
	.wau-delivery-fields .form-row,
	.woocommerce form .form-row,
	.woocommerce-page form .form-row {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		float: none;
		clear: both;
	}

	.wau-checkout-fields input.input-text,
	.wau-checkout-fields select,
	.wau-checkout-fields textarea,
	.wau-delivery-fields input.input-text,
	.wau-delivery-fields select,
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row select,
	.woocommerce form .form-row textarea,
	.woocommerce-page form .form-row input.input-text,
	.woocommerce-page form .form-row select,
	.woocommerce-page form .form-row textarea,
	.select2-container {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
	}

	.wau-action-text strong,
	.wau-action-text small {
		line-height: 1.25;
	}

	.wau-cart-drawer {
		width: 100vw;
	}

	.wau-shop-content .products {
		grid-template-columns: 1fr;
	}

	.wau-product-thumb {
		min-height: 200px;
	}

	.wau-product-img {
		height: 200px;
	}

	.wau-cart-item-main {
		grid-template-columns: 1fr;
	}

	.wau-cart-item-media {
		grid-template-columns: auto 1fr;
	}

	.wau-checkout-step {
		padding: 16px 14px;
	}

	.wau-checkout-review-item {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.wau-checkout-review-price {
		grid-column: 1 / -1;
		text-align: left;
		padding-left: 56px;
	}

	.wau-footer-lang {
		align-items: flex-start;
		flex-direction: column;
	}
}

.woocommerce-order-received .wau-order-actions,
.woocommerce-view-order .wau-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0 0;
}

.woocommerce-order-received .wau-order-actions__button,
.woocommerce-view-order .wau-order-actions__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	padding: 12px 18px;
	text-align: center;
}

.woocommerce-order-received .woocommerce-columns--addresses address,
.woocommerce-view-order .woocommerce-columns--addresses address,
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address {
	margin: 0;
	font-style: normal;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.woocommerce-order-received .woocommerce-columns--addresses,
.woocommerce-view-order .woocommerce-columns--addresses,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-customer-details {
	gap: 16px;
}

@media (max-width: 768px) {
	.woocommerce-order-received .wau-order-actions,
	.woocommerce-view-order .wau-order-actions {
		gap: 10px;
	}

	.woocommerce-order-received .wau-order-actions__button,
	.woocommerce-view-order .wau-order-actions__button {
		flex: 1 1 100%;
		min-width: 0;
	}
}

.wau-back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--wau-button-bg);
	border-radius: 999px;
	background: var(--wau-button-bg);
	color: var(--wau-button-text);
	box-shadow: 0 12px 28px rgba(35, 31, 32, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background 0.2s ease, border-color 0.2s ease;
	z-index: 999;
	cursor: pointer;
}

.wau-back-to-top i {
	font-size: 18px;
}

.wau-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wau-back-to-top:hover {
	background: var(--wau-button-hover);
	border-color: var(--wau-button-hover);
}

.wau-back-to-top:active {
	background: var(--wau-button-active);
	border-color: var(--wau-button-active);
	transform: translateY(1px);
}

.wau-back-to-top:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px var(--wau-button-focus), 0 12px 28px rgba(35, 31, 32, 0.18);
}

@media (max-width: 768px) {
	.wau-back-to-top {
		right: 16px;
		bottom: 96px;
		width: 50px;
		height: 50px;
	}
}
