/*!
Theme Name: duanyu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: duanyu
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.

duanyu 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.
 */

:root {
	--bs-primary: #27A592;
	--bs-secondary: #FDC705;
}

.btn-primary {
	--bs-btn-color: #723D11;
	--bs-btn-bg: #FDC705;
	--bs-btn-border-color: #FDC705;
	--bs-btn-hover-color: #723D11;
	--bs-btn-hover-bg: #FFDF45;
	--bs-btn-hover-border-color: #FFDF45;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #723D11;
	--bs-btn-active-bg: #FFDF45;
	--bs-btn-active-border-color: #FFDF45;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #B3ADAE;
	--bs-btn-disabled-bg: #FDC705;
	--bs-btn-disabled-border-color: #FDC705;
}

.btn-secondary {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #27A592;
	--bs-btn-border-color: #27A592;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #40C1AC;
	--bs-btn-hover-border-color: #40C1AC;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #40C1AC;
	--bs-btn-active-border-color: #40C1AC;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #B3ADAE;
	--bs-btn-disabled-bg: #E7E6E6;
	--bs-btn-disabled-border-color: #E7E6E6;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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;
}

/* 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: 'Inter', -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 {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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:visited {
	color: #800080;
}

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;
}

/*--------------------------------------------------------------
# Mega menu WooCommerce (duanyu)
--------------------------------------------------------------*/

.duanyu-mega-menu {
	background: #f6f7f9;
	border-radius: 16px;
	position: relative;
	z-index: 1050;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
	max-width: 100%;
	overflow: hidden;
	overflow: hidden;
	width: 1180px;
}

.duanyu-mega-menu__category-image {
	width: 24px;
	height: 24px;
	overflow: hidden;
	object-fit: contain;
}

/* .duanyu-mega-menu__left {
	border-right: 1px solid #e0e4ea;
	padding-right: 12px;
} */

.duanyu-mega-menu__categories {
	margin: 0;
}

.duanyu-mega-menu__category {
	margin-bottom: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.18s ease, color 0.18s ease;
	color: #111827;
}

.duanyu-mega-menu__category:last-child {
	margin-bottom: 0;
}

.duanyu-mega-menu__category-link {
	width: 100%;
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}

.duanyu-mega-menu__category-image-wrap {
	gap: 16px;
	display: flex;
}

.duanyu-mega-menu__category-image-wrap span {
	transition: all 0.2s ease-in-out;
}

.duanyu-mega-menu__category-icon {
	font-size: 16px;
	color: #605A5B;
}

.duanyu-mega-menu__category.is-active,
.duanyu-mega-menu__category:hover {
	background: #D1F6ED;
}

.duanyu-mega-menu__category.is-active .duanyu-mega-menu__category-link,
.duanyu-mega-menu__category:hover .duanyu-mega-menu__category-link {
	color: #1C8577;
	font-weight: 600;
}

/* .duanyu-mega-menu__category.is-active .duanyu-mega-menu__category-icon,
.duanyu-mega-menu__category:hover .duanyu-mega-menu__category-icon {
	color: #e5e7eb;
} */

.duanyu-mega-menu__middle {
	padding: 0 18px;
	border-right: 1px solid #e0e4ea;
}

.duanyu-mega-menu__subcats {
	display: none;
}

.duanyu-mega-menu__subcats.is-active {
	display: block;
}

.duanyu-mega-menu__subcats-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #111827;
}

.duanyu-mega-menu__subcats-list {
	margin: 0;
	padding: 0;
}

.duanyu-mega-menu__subcat {
	margin-bottom: 4px;
}

/* --- height 400px + scrollable columns --- */
.duanyu-mega-menu__body {
	max-height: 400px;
}

.duanyu-mega-menu__left,
.duanyu-mega-menu__middle,
.duanyu-mega-menu__right {
	max-height: 400px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #d1d5db transparent;
}

.duanyu-mega-menu__left::-webkit-scrollbar,
.duanyu-mega-menu__middle::-webkit-scrollbar,
.duanyu-mega-menu__right::-webkit-scrollbar {
	width: 4px;
}

.duanyu-mega-menu__left::-webkit-scrollbar-thumb,
.duanyu-mega-menu__middle::-webkit-scrollbar-thumb,
.duanyu-mega-menu__right::-webkit-scrollbar-thumb {
	background: #d1d5db;
	border-radius: 4px;
}

/* --- subcat grid --- */
.duanyu-mega-menu__subcats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	padding: 4px 0;
}

.duanyu-mega-menu__subcat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #374151;
	padding: 10px 6px;
	border-radius: 10px;
	transition: background .12s;
}

.duanyu-mega-menu__subcat-card:hover {
	background: #eef0f3;
	color: #111827;
}

.duanyu-mega-menu__subcat-card.is-active {
	color: #0d9488;
}

.duanyu-mega-menu__subcat-card-img {
	width: 72px;
	height: 72px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.duanyu-mega-menu__subcat-card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.duanyu-mega-menu__subcat-card-placeholder {
	width: 72px;
	height: 72px;
	background: #e5e7eb;
	border-radius: 8px;
}

.duanyu-mega-menu__subcat-card-name {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 500;
}

/* --- legacy list (giữ lại để không vỡ nếu còn dùng) --- */
.duanyu-mega-menu__subcat-link {
	display: block;
	font-size: 13px;
	color: #4b5563;
	text-decoration: none;
	padding: 4px 0;
	border-radius: 999px;
}

.duanyu-mega-menu__subcat-link:hover {
	color: #111827;
	background: rgba(15, 23, 42, 0.06);
}

.duanyu-mega-menu__right {
	padding-left: 20px;
}

.duanyu-mega-menu__panel {
	margin-bottom: 18px;
}

.duanyu-mega-menu__panel:last-child {
	margin-bottom: 0;
}

.duanyu-mega-menu__panel-header h4 {
	font-size: 15px;
	font-weight: 600;
	color: #111827;
}

.duanyu-mega-menu__products .woocommerce ul.products {
	margin: 0;
}

.duanyu-mega-menu__products .woocommerce ul.products li.product {
	margin: 0 10px 12px 0;
	width: calc(25% - 10px);
}

.duanyu-mega-menu__products .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	border-radius: 12px;
	overflow: hidden;
	background: #f9fafb;
}

.duanyu-mega-menu__products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 13px;
	line-height: 1.4;
	min-height: 38px;
}

.duanyu-mega-menu__products .price {
	font-size: 13px;
	font-weight: 600;
	color: #111827;
}

.duanyu-mega-menu__products .price del {
	display: block;
	font-size: 11px;
	color: #71696A;
}

/* Woo product card (grid) – dùng layout Bootstrap, chỉ bổ sung phần còn thiếu */
.dn-product-card .card {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(17, 24, 39, 0.06);
}

.dn-product-card .card img {
	width: 100%;
	height: auto;
	display: block;
	background: #f3f4f6;
}

.woocommerce .dn-product-card span.onsale {
	position: absolute;
	top: 0px;
	right: 0px;
	left: auto;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 0px 12px;
	padding: 4px 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #dc2626;
	box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08);
	min-height: auto;
}

.dn-product-card .dn-product-meta {
	font-size: 14px;
	line-height: 1.2;
}

.dn-product-card .dn-product-meta,
.dn-product-card .dn-product-meta * {
	color: #2563eb;
	font-weight: 500;
}

.dn-product-card .dn-product-meta__sep {
	color: rgba(37, 99, 235, 0.7);
}

.dn-product-card .woocommerce-loop-product__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dn-product-card .price {
	font-size: 14px;
	font-weight: 600;
	color: #EF4444;
}

.dn-product-card .price del {
	font-size: 12px;
	font-weight: 400;
	color: #717977;
	opacity: 1;
}

.dn-product-card .price bdi {
	font-size: 12px;
	font-weight: 600;
	color: #1D4ED8;
}

.dn-product-card .price ins {
	text-decoration: none;
}

.dn-product-card .button,
.dn-product-card .added_to_cart {
	border-radius: 8px !important;
	border: 0;
	font-size: 20px;
	font-weight: 600;
}

/* Product card – variation swatches */
.pc-variations-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pc-var-group {
	display: flex;
	flex-direction: column;
}

.pc-var-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.pc-var-btn {
	padding: 3px 10px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	font-size: 11px;
	font-weight: 500;
	color: #374151;
	cursor: pointer;
	line-height: 1.4;
	transition: all 0.15s;
	white-space: nowrap;
}

.pc-var-btn:hover {
	border-color: #27A592;
}

.pc-var-btn.is-active {
	border-color: #27A592;
	background: #ECFDF5;
	color: #27A592;
	box-shadow: 0 0 0 1px #27A592;
}

.pc-var-btn.is-disabled {
	opacity: 0.3;
	cursor: not-allowed;
	text-decoration: line-through;
}

.pc-add-to-cart {
	width: 100%;
	padding: 8px 12px;
	border: 0;
	border-radius: 16px;
	background: #27A592;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
}

.pc-add-to-cart:hover:not(:disabled) {
	background: #1C8577;
}

.pc-add-to-cart:disabled {
	background: #d1d5db;
	color: #9ca3af;
	cursor: not-allowed;
}

.pc-add-to-cart.loading {
	opacity: 0.7;
	pointer-events: none;
}

.pc-add-to-cart.loading::after {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	animation: sp-spin 0.6s linear infinite;
}

/* Home Flash Sale block */
.home-flash-sale>.container {
	background: url(./assets/img/flash-sale-bg.png) no-repeat top right, #FDC705;
	background-size: 50%;
}

.home-flash-sale__title {
	font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.home-flash-sale__title-main {
	color: #166534;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.home-flash-sale__title-sale {
	color: #15803d;
	font-weight: 600;
	font-style: italic;
	margin-left: 0.15em;
}

.home-flash-sale__icon {
	font-size: 1.5em;
	line-height: 1;
}

.home-flash-sale__countdown {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem 0.75rem;
	background: #CD8801;
	border: 1px solid #fde047;
	color: #713f12;
	font-size: 0.9rem;
}

.home-flash-sale__countdown-sep {
	width: 1px;
	height: 1.2em;
	background: #874B0C;
}

.home-flash-sale__countdown-value {
	display: block;
	font-size: 1.1em;
	color: #FFF9C2;
	line-height: 1.2;
}

.home-flash-sale__countdown-unit {
	display: block;
	font-size: 0.75em;
	opacity: 0.9;
	color: #FDC705;

}

.home-flash-sale .products {
	margin-left: 0;
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.duanyu-mega-menu {
		border-radius: 0;
		box-shadow: none;
	}

	.duanyu-mega-menu__left,
	.duanyu-mega-menu__middle,
	.duanyu-mega-menu__right {
		border-right: none;
		padding: 8px 0;
	}

	.duanyu-mega-menu__right {
		margin-top: 12px;
	}
}

.\!small {
	font-size: 0.875rem !important;
}

.\!fw-500 {
	font-weight: 500 !important;
}

/* Home Featured Products (Sản phẩm nổi bật) */
.home-highlight {
	/* background: #1a1d21; */
}

.home-highlight__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #3E3B3B;
	letter-spacing: 0%;
	vertical-align: middle;
}

.home-highlight__nav-wrap {
	min-width: 0;
}

.home-highlight__tabs-wrap {
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.home-highlight__tabs-swiper-wrap {
	background: #F6F5F5;
	border-radius: 12px;
	padding-left: 12px;
	max-width: 900px;
}

.home-highlight__tab {
	background: transparent;
	color: #514D4D;
	font-size: 0.9rem;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.2s, color 0.2s;
}

.home-highlight__tab:hover {
	color: #27A592;
}

.home-highlight__tab--active {
	color: #27A592;
	font-weight: 600;
	background: #fff;
}

.home-highlight__tabs-swiper {
	overflow: hidden;
	background: #F6F5F5;

}

.home-highlight__tabs-swiper .swiper-slide {
	width: auto;
}

.home-highlight__tab-wrap {
	width: auto;
}


.home-highlight__panel[hidden] {
	display: none !important;
}

.home-highlight__grid .home-highlight__card .card {
	border-radius: 12px;
	overflow: hidden;
}

.home-highlight__img-wrap {
	aspect-ratio: 1;
	overflow: hidden;
	background: #f3f4f6;
}

.home-highlight__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-highlight__badge,
.home-highlight__grid .onsale {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #374151;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 4px;
}

.home-highlight__meta,
.home-highlight__grid .dn-product-meta {
	font-size: 0.8rem;
	color: #6b7280;
}

.home-highlight__grid .dn-product-meta,
.home-highlight__grid .dn-product-meta * {
	color: #6b7280;
}

.home-highlight__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.875rem;
	color: #374151;
	line-height: 1.4;
}

.home-highlight__grid .price {
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}

.home-highlight__grid .price del {
	font-size: 0.8rem;
	font-weight: 400;
	color: #71696A;
}

.home-highlight__grid .price ins {
	text-decoration: none;
}

.home-highlight__btn-add,
.home-highlight__grid .added_to_cart {
	background: #0d9488 !important;
	color: #fff !important;
	border: none !important;
	font-weight: 500 !important;
	padding: 0.5rem 1rem !important;
	border-radius: 8px !important;
	font-size: 0.875rem !important;
}

.home-highlight__btn-add:hover,
.home-highlight__grid .added_to_cart:hover {
	background: #0f766e !important;
	color: #fff !important;
}

/* --------------------------------------------------------------
   Header (ma-header) – align with new markup
-------------------------------------------------------------- */

.ma-header__top {
	height: 34px;
}

.ma-header__top-right {
	color: #404846;
}

.ma-header__visit>span:not(:last-child) {
	border-right: 1px solid #A3CCBD;
}

.ma-header__main {
	/* color: #fff; */
}

.ma-header {
	border-bottom: 1px solid #F2F8F6;
	border-top: 1px solid #F2F8F6;
}

.ma-header__logo img {
	max-height: 52px;
	width: auto;
}

.ma-header__search-form {
	border-radius: 12px;
	overflow: hidden;
	/* box-shadow: 0 2px 4px rgba(15, 118, 110, 0.25); */
}

.ma-header__search-form .icon-search-lg {
	color: #3E3B3B;
}

.ma-header__search-input {
	/* background: #F6F5F5; */
	border-radius: 999px 0 0 999px;
	font-size: 14px;
	padding-inline: 18px;
}

.ma-header__search-input::placeholder {
	color: #B3ADAE;
	font-style: italic;
}

.ma-header__search-button {
	background: #0f766e;
	border-radius: 0 999px 999px 0;
	border: 0;
	font-size: 14px;
}

.ma-header__search-button:hover {
	background: #115e59;
}

.ma-header__hotline {
	background: url(./assets/img/hotline-bg.png) no-repeat center center;
	background-size: cover;

}

.ma-header__hotline-number {
	font-size: 16px;
}

.ma-header__cart-link {
	padding: 4px 8px;
	color: #384D49;
	border-radius: 12px;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
}

.ma-header__cart-link:hover {
	border: 1px solid #384D49;
}

.ma-header__cart-link .ma-header__cart-icon {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ma-header__cart-count {
	font-size: 14px;
}

.ma-header__nav {
	position: relative;
	padding: 0 24px;
}

.ma-header__nav::after {
	content: '';
	display: block;
	width: 1px;
	height: 32px;
	background: #D1E5DE;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ma-header__menu {
	column-gap: 24px;
	row-gap: 8px;
}

.ma-header__menu>li>a {
	display: inline-flex;
	align-items: center;
	padding: 10px 12px;
	color: #1A1F1E;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.ma-header__menu>li>a:hover,
.ma-header__menu>li.current-menu-item>a {
	color: #27A592;
	font-weight: 700;
}

.ma-header__menu>li>a:hover::after,
.ma-header__menu>li.current-menu-item>a::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #27A592;
	position: absolute;
	bottom: -6px;
	left: 0;
}

.ma-header__commitment {
	font-size: 13px;
	/* color: #e5f9f6; */
}

.ma-header__nav-wrap {
	height: 56px;
	display: flex;
	background: #D1F6EDCC;
	backdrop-filter: blur(24px);
	border-width: 1px, 0px, 1px, 0px;
	border-style: solid;
	border-color: var(--Colors-Neutral-50, #F6F5F5);
	position: relative;
	z-index: 1000;
}

.ma-header__mega-wrap {
	display: none;
	min-width: 900px;
}

.ma-header__nav-group:hover .ma-header__mega-wrap,
.ma-header__nav-group.is-open .ma-header__mega-wrap {
	display: block;
	animation: megaFadeIn .15s ease;
}

@keyframes megaFadeIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767.98px) {
	.ma-header__top {
		display: none;
	}

	.ma-header__nav-wrap {
		height: 36px;
	}

	.ma-header__main {
		flex-wrap: nowrap;
	}

	/* Hide inline search bar and cart on mobile */
	.ma-header__search,
	.ma-header__cart,
	.ma-header__hotline-wrap {
		display: none !important;
	}

	.ma-header__nav-wrap .ma-header__nav-group,
	.ma-header__nav-wrap .ma-header__nav {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.ma-header__top {
		display: none;
	}

	.ma-header__main {
		flex-wrap: wrap;
		row-gap: 12px;
	}

	.ma-header__search {
		order: 3;
		width: 100%;
	}

	.ma-header__nav-wrap .ma-header__nav-group,
	.ma-header__nav-wrap .ma-header__nav {
		display: none;
	}
}

/* Mobile search trigger button */
.ma-header__search-trigger {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #D1F6ED;
	border: none;
	color: #27A592;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
	flex-shrink: 0;
}

.ma-header__search-trigger:active {
	background: #b0efe0;
}

/* ---------------------------------------------------------------
   Mobile Search Modal
--------------------------------------------------------------- */
.mobile-search-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: #fff;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	visibility: hidden;
	display: flex;
	flex-direction: column;
}

.mobile-search-modal.is-open {
	transform: translateY(0);
	visibility: visible;
}

.mobile-search-modal__header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid #F2F8F6;
	flex-shrink: 0;
}

.mobile-search-modal__back {
	background: none;
	border: none;
	color: #27A592;
	font-size: 18px;
	padding: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.mobile-search-modal__title {
	font-size: 16px;
	font-weight: 500;
	color: #27A592;
}

.mobile-search-modal__body {
	flex: 1;
	overflow-y: auto;
	padding: 16px;
}

.mobile-search-modal__form {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #E5E7EB;
	border-radius: 999px;
	padding: 10px 16px;
	margin-bottom: 24px;
}

.mobile-search-modal__form i {
	color: #9CA3AF;
	font-size: 18px;
	flex-shrink: 0;
}

.mobile-search-modal__input {
	border: none;
	outline: none;
	flex: 1;
	font-size: 14px;
	color: #1A1F1E;
	background: transparent;
	border: none !important;
}

.mobile-search-modal__input::placeholder {
	color: #B3ADAE;
	font-style: italic;
}

.mobile-search-modal__section {
	margin-bottom: 24px;
}

.mobile-search-modal__section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.mobile-search-modal__section-title {
	font-size: 14px;
	font-weight: 600;
	color: #1A1F1E;
	margin: 0 0 12px 0;
}

.mobile-search-modal__section-header .mobile-search-modal__section-title {
	margin-bottom: 0;
}

.mobile-search-modal__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-right: 4px;
	border-right: 3px solid #27A592;
}

.mobile-search-modal__tag {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #E5E7EB;
	border-radius: 999px;
	font-size: 13px;
	color: #3E3B3B;
	text-decoration: none;
	transition: all 0.2s;
	white-space: nowrap;
}

.mobile-search-modal__tag:hover,
.mobile-search-modal__tag:active {
	background: #D1F6ED;
	border-color: #27A592;
	color: #27A592;
}

.mobile-search-modal__clear-all {
	background: none;
	border: none;
	color: #27A592;
	font-size: 13px;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
}

.mobile-search-modal__history {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-search-modal__history-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #F6F5F5;
	cursor: pointer;
}

.mobile-search-modal__history-item i.icon-clock {
	color: #B3ADAE;
	font-size: 16px;
	flex-shrink: 0;
}

.mobile-search-modal__history-text {
	flex: 1;
	font-size: 14px;
	color: #3E3B3B;
}

.mobile-search-modal__history-remove {
	background: none;
	border: none;
	color: #B3ADAE;
	font-size: 14px;
	cursor: pointer;
	padding: 4px;
	line-height: 1;
}

.mobile-search-modal__history-remove:hover {
	color: #71696A;
}

.mobile-search-modal__history-empty {
	color: #B3ADAE;
	font-size: 13px;
	padding: 12px 0;
}

/* Mobile search — suggestion links */
.mobile-search-modal__suggestion {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 14px;
	color: #3E3B3B;
	text-decoration: none;
	border-bottom: 1px solid #F6F5F5;
}

.mobile-search-modal__suggestion:last-child {
	border-bottom: none;
}

.mobile-search-modal__suggestion mark {
	background: none;
	color: #27A592;
	font-weight: 600;
}

/* Mobile search — product cards */
.mobile-search-modal__product {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #F6F5F5;
}

.mobile-search-modal__product:last-child {
	border-bottom: none;
}

.mobile-search-modal__product-img {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.mobile-search-modal__product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.mobile-search-modal__product-name {
	font-size: 13px;
	line-height: 1.3;
	color: #1A1F1E;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mobile-search-modal__product-price {
	font-size: 14px;
	font-weight: 700;
	color: #27A592;
}

.mobile-search-modal__product-discount {
	background: #FEF3C7;
	color: #92400E;
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 4px;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-10 {
	font-size: 10px !important;
}

.ma-header__cart-count {
	background-color: #F59E0B;
	border-radius: 999px;
	padding: 2px;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	min-width: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	min-height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	right: -8px;
}

.h-44 {
	height: 44px;
}

.w-160 {
	width: 160px;
}

.h-48 {
	height: 48px;
}

.w-170 {
	width: 170px;
}

.homepage__wrap {
	/* background: #F2F8F6; */
}

.home-categories__swiper {
	border-radius: 12px;
}

.home-categories__item {
	background-image: url(./assets/img/home-categories-bg.jpg);
	background-size: cover;
	height: auto !important;
}

@media screen and (max-width: 768px) {
	.home-categories__item {
		border-radius: 12px;
	}
}

/* .home-categories__item:not(:last-child) {
	margin-right: 2px;
} */

.home-categories__item .text-meta {
	color: #3E3B3B;
	font-weight: 400;
}

.home-categories__item-img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.text-title {
	color: #3E3B3B;
	font-weight: 600;
	font-style: Semi Bold;
	letter-spacing: 0%;
}

.home-highlight__nav-wrap_inner {
	background-color: #40C1AC;
	border-radius: 0 12px 12px 0;
}

.home-highlight__nav {
	color: #111827 !important;
}

.home-highlight__nav:disabled {
	color: #1C8577 !important;
}

.home-highlight__see-more {
	font-size: 14px;
	color: #514D4D !important;
	border-bottom: 1px solid var(--Colors-Primary-400, #71696A)
}

.home-highlight__see-more:hover {
	color: #71696A !important;
	border-bottom: 1px solid #111827 !important;
}

.home-consult__tab {
	border: none !important;
	color: #71696A !important;
}

.home-consult__tab.active {
	background-color: #FFFFFF !important;
	color: #27A592 !important;
	border-radius: 12px !important;
	font-weight: 600 !important;
}

.home-consult__tabs {
	background-color: #F6F5F5 !important;
	padding: 4px;
	border-radius: 12px !important;
}

.home-consult__tabs,
.home-consult__tab-wrap {
	border: none !important;
}

@media screen and (max-width: 768px) {
	.widget__footer--title {
		margin-bottom: 4px;
	}

	.home-consult__nav-wrap {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 8px !important;
	}

	.home-consult__tabs {
		margin-left: 0 !important;
		width: 100%;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.home-consult__tabs::-webkit-scrollbar {
		display: none;
	}
}

.home-consult__panel {
	background-color: #27A592;
	border-radius: 12px;
	padding: 12px;
}

.home-consult__panel-title>img {
	position: absolute;
	top: -10px;
	left: -6px;
	width: 32px;
	object-fit: contain;
}

.home-consult__panel-title {
	position: relative;
	background: linear-gradient(0deg, var(--Colors-Primary-50, #F1FCF9), var(--Colors-Primary-50, #F1FCF9)),
		radial-gradient(10.24% 126.83% at 100% 101.83%, #D2CFD0 0%, rgba(241, 252, 249, 0) 100%);
	max-width: 800px;
	background-color: #ffffff;
	margin-bottom: 12px;
	border-radius: 12px;
	border-bottom-right-radius: 55px;
}

.home-consult__panel-title-text {
	padding: 12px;
	padding-left: 42px;
	font-size: 12px;
	font-weight: 600;
	background: url(./assets/img/vector.svg) no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: 51px;
	font-weight: 400;
	color: #71696A;
}

.home-consult__panel-doctor {
	position: absolute;
	top: -8px;
	left: 10px;
}

.bg-brand-highlight {
	background-color: #F6F5F5;
}

.home-news__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}

@media screen and (max-width: 768px) {
	.home-news__list {
		display: flex;
		flex-wrap: nowrap;
		width: fit-content;
	}

	.home-news__item-content {
		width: 70vw;
	}

	.home-news__list>div {}
}

.home-news__list>div {
	border-radius: 12px;
	overflow: hidden;
	background: #f3f4f6;
}

.home-news__item-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-news__item-content .home-news__item-title a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #121111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
}

.home-news__item-content .home-news__item-date {
	font-size: 14px;
	color: #71696A;
}

@media screen and (min-width: 769px) {


	.home-news__item-1 {
		grid-area: 1 / 1 / 2 / 3;
	}

	.home-news__item-2 {
		grid-area: 1 / 3 / 2 / 5;
	}

	.home-news__item-3 {
		grid-area: 1 / 5 / 2 / 7;
	}

	.home-news__item-4 {
		grid-area: 2 / 1 / 3 / 4;
	}

	.home-news__item-5 {
		grid-area: 2 / 4 / 3 / 7;
	}

	.home-news__item-4 .home-news__item-content,
	.home-news__item-5 .home-news__item-content {
		flex-direction: row;
	}
}

.home-news__item-info {
	padding: 12px;
}

.home-news__sidebar {
	position: relative;
	height: 100%;
	background-image: url(./assets/img/sidebar-contact.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;
	overflow: hidden;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}


.home-news__sidebar-contact-content-text {
	background-color: #FFFFFFEB;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-radius: 12px;
	padding: 12px;
}

.home-news__sidebar-contact-content-title {
	color: #1A554F;
}

.home-news__sidebar-contact-content-description {
	color: #121111;
}

.btn__text {
	background-color: #27A592;
	color: #FFFFFF;
}

.btn__text:hover {
	background-color: #1A554F;
}

.home-news__sidebar-contact-content {
	position: relative;

}

.home-news__sidebar-contact-content-mascot {
	max-width: 200px;
	position: absolute;
	top: -100%;
	left: 0;
}

@media screen and (max-width: 768px) {
	.home-news__sidebar {
		background-image: url(./assets/img/sidebar-contact_mb.jpg);
	}

	.home-news__sidebar-contact-content-mascot {
		display: none;
	}

	.home-news__sidebar-contact-content {
		width: 50%;
	}

	.home-news__sidebar-contact-content-title {
		font-size: 14px;
	}
}

.site-footer {
	background-color: #D1F6ED;
}

.site-footer a {
	/* color: rgba(255,255,255,.75); */
	text-decoration: none;
}

.site-footer a:hover {
	/* color: #fff; */
}

.footer__section-label {
	font-size: 13px;
	font-weight: 700;
	/* color: #fff; */
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-bottom: 10px;
}

.footer__social {
	flex-wrap: wrap;
}

.footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	/* color: #fff; */
	font-size: 16px;
	transition: background .2s;
}

.footer__social-icon:hover {
	background: rgba(255, 255, 255, .28);
	/* color: #fff; */
}

.footer__social-icon--fb {
	background: #1877f2;
}

.footer__social-icon--fb:hover {
	background: #0c63d4;
}

.footer__social-icon--zalo {
	background: #0068ff;
}

.footer__social-icon--zalo:hover {
	background: #0055cc;
}

.footer__social-icon--ig {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.footer__social-icon--ig:hover {
	opacity: .85;
}

.footer__social-icon--phone {
	background: #25d366;
}

.footer__social-icon--phone:hover {
	background: #1db954;
}

.footer__sister-btn {
	background: #f5c518;
	color: #0d1f1c;
	font-size: 13px;
	font-weight: 600;
	border-radius: 20px;
	padding: 6px 18px;
}

.footer__sister-btn:hover {
	background: #e0b100;
	color: #0d1f1c;
}

.col--address {
	min-width: 264px;
}

.footer__address {
	height: 100%;
}

.address__title {
	color: #121111;
	font-weight: 500;
}

.address__information {
	color: #514D4D;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 12px;
}

.list-style-none {
	list-style: none;
}

.brand__content-title {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1A4742;
}

#menu-footer-san-pham {
	column-count: 2;
	column-gap: 24px;
}

#menu-footer-san-pham li {
	break-inside: avoid;
	margin-bottom: 8px;
}

/* Footer widget menus – mobile accordion */
@media screen and (max-width: 767.98px) {
	.widget__footer--title {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: space-between;
		user-select: none;
		margin-bottom: 8px;
	}

	.widget__footer--title::after {
		content: '\e901';
		font-family: 'icomoon';
		font-size: 14px;
		transition: transform 0.3s ease;
		transform: rotate(0deg);
	}

	.widget__footer--title.is-open::after {
		transform: rotate(180deg);
	}

	.widget__footer .menu-footer-ve-chung-toi-container,
	.widget__footer .menu-footer-san-pham-container {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}

	.widget__footer .menu-footer-ve-chung-toi-container.is-open,
	.widget__footer .menu-footer-san-pham-container.is-open {
		max-height: 600px;
	}
}

/* Footer widget menus */
.footer__widget .widget-title,
.footer__widget .widgettitle {
	font-size: 14px;
	font-weight: 700;
	/* color: #fff; */
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 14px;
}

.footer__widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer__widget ul li {
	margin-bottom: 8px;
}

.footer__widget ul li a {
	color: #1B6A61;
	font-size: 14px;
	transition: color .15s;
}

.footer__widget ul li a:hover {
	color: #1B6A61cc;
}

/* ---------------------------------------------------------------
   Page News
--------------------------------------------------------------- */

/* Hero */
.news-hero__img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.news-hero__title {
	font-size: 1.35rem;
}

.news-hero__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* List item (secondary posts in hero) */
.news-list-item {
	padding-bottom: 16px;
	border-bottom: 1px solid #f0f0f0;
}

.news-list-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.news-list-item__thumb {
	width: 110px;
	height: 80px;
}

.news-list-item__title {
	font-size: .93rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Card (grid) */
.news-card__thumb {
	aspect-ratio: 3 / 2;
	background: #f3f4f6;
}

.news-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card__placeholder {
	width: 100%;
	aspect-ratio: 3 / 2;
	background: #f3f4f6;
}

.news-card__date {
	font-size: 12px;
	color: #6b7280;
	display: flex;
	align-items: center;
	gap: 4px;
}

.news-card__title {
	font-size: .875rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card:hover .news-card__title {
	color: #0d6efd;
}

/* Pagination */
.page-numbers {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 6px;
}

.page-numbers li a,
.page-numbers li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	font-size: 14px;
	color: #374151;
	text-decoration: none;
	transition: background .15s, color .15s;
}

.page-numbers li a:hover {
	background: #f3f4f6;
}

.page-numbers li span.current {
	background: #0d6efd;
	border-color: #0d6efd;
	color: #fff;
}

/* ---------------------------------------------------------------
   Single Post (News Detail)
--------------------------------------------------------------- */

.single-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	color: #9ca3af;
}

.single-breadcrumb a {
	color: #6b7280;
	text-decoration: none;
}

.single-breadcrumb a:hover {
	color: #111827;
}

.single-breadcrumb .breadcrumb-item.active {
	color: #111827;
}

.single-article__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	color: #111827;
}

.single-article__meta {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 12px;
}

.single-article__share {
	font-size: 13px;
	border-radius: 20px;
	color: #6b7280;
	border-color: #e5e7eb;
}

.single-article__share:hover {
	background: #f9fafb;
	color: #111827;
}

.single-article__thumb {
	max-height: 460px;
}

.single-article__img {
	width: 100%;
	height: 100%;
	max-height: 460px;
	object-fit: cover;
}

/* Content typography */
.single-article__content {
	font-size: 15px;
	line-height: 1.8;
	color: #374151;
}

.single-article__content h2,
.single-article__content h3,
.single-article__content h4 {
	font-weight: 700;
	color: #111827;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

.single-article__content p {
	margin-bottom: 1em;
}

.single-article__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 8px 0;
}

.single-article__content ul,
.single-article__content ol {
	padding-left: 1.4em;
	margin-bottom: 1em;
}

.single-article__content li {
	margin-bottom: .4em;
}

/* Related products */
.single-related-products__title {
	padding-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}

.single-product-card__thumb {
	aspect-ratio: 1;
	background: #f9fafb;
}

.single-product-card__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-product-card__placeholder {
	width: 100%;
	aspect-ratio: 1;
	background: #f3f4f6;
}

.single-product-card__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-product-card:hover .single-product-card__name {
	color: #0d6efd;
}

/* Sidebar */
.single-sidebar__consult {
	border: 1px solid #e5e7eb;
}

.single-sidebar__consult-img img {
	display: block;
	object-fit: cover;
	width: 100%;
}

.single-sidebar__related-title {
	padding-bottom: 8px;
	border-bottom: 2px solid #f0f0f0;
}

/*Page 404*/
.wrapper-404 {
	min-height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.error-404 {
	font-size: 16px;
	line-height: 24px;
	color: #254184;
}

section.error-404 .return__home {
	height: 52px;
	min-width: 256px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #FCFCFD;
	text-transform: uppercase;
	border-radius: 8px;
	background: #00C1FF;
}

section.error-404 .image-404 {
	width: 530px;
	height: 300px;
	object-fit: contain;
	margin-bottom: 136px;
}

section.error-404 .page-title {
	margin-bottom: 16px;
	font-size: 36px;
	line-height: 52px;
	font-weight: 700;
	color: #01184F;
}

.page-sub {
	margin-bottom: 40px;
}

/* ---------------------------------------------------------------
   Shop Page (Cửa Hàng)
--------------------------------------------------------------- */

/* Breadcrumb */
.bg-breadcrumb {
	background-color: #FAFAFA;
}

.shop-breadcrumb {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.shop-breadcrumb .breadcrumb-item a {
	color: #71696A;
	text-decoration: none;
}

.shop-breadcrumb .breadcrumb-item a:hover {
	color: #3B82F6;
}

.shop-breadcrumb .breadcrumb-item.active,
.shop-breadcrumb .breadcrumb-item:last-child {
	color: #3B82F6;
}


/* Banners */
.shop-banners__item {
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.2s;
}

.shop-banners__item:hover {
	transform: translateY(-2px);
}

.shop-banners__item img {
	display: block;
	border-radius: 16px;
}

/* Category Icons Row */
.shop-categories {
	overflow: hidden;
}

.js-shop-categories-swiper {
	overflow: hidden;
	/* overflow: visible; */
	background-color: #F6F5F5;
	border-radius: 12px;
}

.shop-categories__slide {
	width: auto !important;
	flex-shrink: 0;
	height: stretch;
}

.shop-categories__item {
	padding: 8px;
	border-radius: 8px;
	border: 1.5px solid transparent;
	transition: background 0.2s, border-color 0.2s;
	min-width: 100px;
	transition: all 0.25 ease-in-out;
}

.shop-categories__item:hover {
	background: #E8F8F5;
}

.shop-categories__item.is-active,
.shop-categories__item:hover {
	background: #D1F6ED;
}

.shop-categories__item.is-active::after,
.shop-categories__item:hover::after {
	content: "";
	position: absolute;
	top: -95px;
	left: -80px;
	height: 150px;
	width: 135px;
	border-radius: 999px;
	z-index: 0;
	background: linear-gradient(-64deg, #6EDAC5 13.76%, #D1F6ED 62.03%);
}

.shop-categories__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.shop-categories__icon-img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	transition: filter 0.2s;
}

/* 
.shop-categories__item.is-active .shop-categories__icon-img {
	filter: brightness(0) invert(1);
} */

.shop-categories__icon-placeholder {
	width: 48px;
	height: 48px;
	background: #e5e7eb;
	border-radius: 50%;
	display: block;
}

.shop-categories__name {
	font-size: 14px;
	color: #3E3B3B;
	font-weight: 400;
	line-height: 1.3;
	display: -webkit-box;
	/* -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
	overflow: hidden;
	max-width: 124px;
	transition: color 0.2s;
	z-index: 1;
}

.shop-categories__item:hover .shop-categories__name,
.shop-categories__item.is-active .shop-categories__name {
	color: #1B6A61;
	font-weight: 600;
}

/* Subcategories pills */
.shop-subcategories__wrap {
	background-color: #F6F5F5;
	padding: 4px 12px;
	border-radius: 12px;
	overflow-y: hidden;
	overflow-x: auto;
	scrollbar-width: none;
}

.shop-subcategories__wrap::-webkit-scrollbar {
	display: none;
}

.shop-subcategories__label {
	color: #121111;
	font-size: 14px;
}

.shop-subcategories__tag {
	display: inline-block;
	padding: 0 16px;
	line-height: 40px;
	border-radius: 6px;
	border: 1.5px solid transparent;
	font-size: 14px;
	color: #121111;
	text-decoration: none;
	background: transparent;
	transition: all 0.15s;
	white-space: nowrap;
	font-weight: 400;
}

.shop-subcategories__tag:hover,
.shop-subcategories__tag.is-active {
	color: #27A592;
	font-weight: 600;
	background: #FFFFFF;
}

/* Filter / Sort Bar */
.shop-filters__bar {
	background: #F6F5F5;
	border-radius: 12px;
	padding: 6px 12px;
	min-height: 48px;
	gap: 0;
}

.shop-filters__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px 8px 8px;
	font-size: 14px;
	color: #3E3B3B;
	white-space: nowrap;
	flex-shrink: 0;
}

.shop-filters__label svg {
	flex-shrink: 0;
}

.shop-filters__sort {
	gap: 0;
}

.shop-filters__tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	color: #71696A;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.15s;
}

.shop-filters__tab:hover {
	color: #27A592;
}

.shop-filters__tab.is-active {
	color: #27A592;
	font-weight: 700;
	position: relative;
}

.shop-filters__tab.is-active::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 2px;
	width: 100%;
	z-index: 0;
	background: #27A592;
}

.shop-filters__sep {
	width: 1px;
	height: 24px;
	background: #D2CFD0;
	margin: 0 8px;
	flex-shrink: 0;
}

/* Brand logos in filter bar */
.shop-filters__brands {
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
	padding-right: 4px;
	gap: 10px;
}

.shop-filters__brands-label {
	color: #3E3B3B;
	font-size: 13px;
	font-weight: 600;
	margin-right: 4px;
}

.shop-filters__tab--featured {
	margin-right: 4px;
}

.shop-filters__brand-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 6px;
	border-radius: 6px;
	border: 1.5px solid transparent;
	transition: border-color 0.15s, opacity 0.15s;
	flex-shrink: 0;
	height: 32px;
	background: transparent;
	text-decoration: none;
}

.shop-filters__brand-item:hover,
.shop-filters__brand-item.is-active {
	border-color: #27A592;
}

.shop-filters__brand-logo {
	max-height: 22px;
	width: auto;
	max-width: 80px;
	object-fit: contain;
}

.shop-filters__brand-text {
	font-size: 12px;
	font-weight: 600;
	color: #374151;
	white-space: nowrap;
}

/* Hide WooCommerce default ordering/result count on shop page */
.shop-page .woocommerce-ordering,
.shop-page .woocommerce-ordering-new,
.shop-page .woocommerce-result-count {
	display: none !important;
}

/* Product grid adjustments for 5 columns */
.shop-page .product-grid {
	--bs-gutter-x: 1rem;
}

/* Product card tweaks for shop page */
.shop-page .dn-product-card {
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
}

.shop-page .dn-product-card .card {
	border-radius: 16px;
	border: 1px solid #f0f0f0;
}

.shop-page .dn-product-card .card:hover {
	box-shadow: 0 4px 16px rgba(17, 24, 39, 0.08);
	border-color: #e0e4ea;
}

.shop-page .dn-product-card__img-wrap {
	background: #f9fafb;
	aspect-ratio: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop-page .dn-product-card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shop-page .dn-product-card .woocommerce-loop-product__title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.shop-page .dn-product-card .price {
	font-size: 13px;
}

.shop-page .dn-product-card .price ins {
	text-decoration: none;
}

.shop-page .dn-product-card .button,
.shop-page .dn-product-card .added_to_cart {
	background: #27A592;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 12px;
	transition: background 0.15s;
}

.shop-page .dn-product-card .button:hover,
.shop-page .dn-product-card .added_to_cart:hover {
	background: #1C8577;
	color: #fff;
}

/* Pagination */
.shop-pagination .page-numbers {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 6px;
}

.shop-pagination .page-numbers li a,
.shop-pagination .page-numbers li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #e0e4ea;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
	transition: all 0.15s;
	background: #fff;
}

.shop-pagination .page-numbers li a:hover {
	background: #F6F5F5;
	border-color: #D2CFD0;
}

.shop-pagination .page-numbers li span.current {
	background: #27A592;
	border-color: #27A592;
	color: #fff;
}

.shop-pagination .page-numbers li .dots {
	border: none;
	background: none;
	color: #9ca3af;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
	.shop-filters__bar {
		overflow-x: auto;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

/* Mobile filter bar – hidden on desktop */
.shop-filters-mobile {
	display: none;
}

@media (max-width: 767.98px) {
	.shop-categories__item {
		width: 110px;
		padding: 10px 12px;
		flex-direction: column;
		height: stretch;
	}

	.shop-categories__icon-img {
		width: 36px;
		height: 36px;
	}

	.shop-categories__name {
		font-size: 12px;
		text-align: center;
	}

	/* Hide desktop filter, show mobile */
	.shop-filters--desktop {
		display: none !important;
	}

	.shop-filters-mobile {
		display: block;
	}

	.shop-categories__item.is-active::after {
		background: linear-gradient(64.55deg, #6EDAC5 13.76%, #D1F6ED 62.03%);
		left: 0;
		top: -95px;
	}
}

/* ── Mobile Filter Bar Buttons ── */
.shop-filters-mobile__bar {
	display: flex;
	gap: 12px;
}

.shop-filters-mobile__btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background: #fff;
	border: 1.5px solid #E0E0E0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #3E3B3B;
	cursor: pointer;
	transition: border-color 0.15s;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.2;
}

.shop-filters-mobile__btn:active {
	border-color: #27A592;
}

.shop-filters-mobile__btn svg {
	flex-shrink: 0;
	color: #71696A;
}

.shop-filters-mobile__btn-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
}

/* ── Mobile Bottom Sheet ── */
.mobile-sheet {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-end;
	visibility: hidden;
	pointer-events: none;
}

.mobile-sheet.is-open {
	visibility: visible;
	pointer-events: auto;
}

.mobile-sheet__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mobile-sheet.is-open .mobile-sheet__overlay {
	opacity: 1;
}

.mobile-sheet__content {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding-bottom: env(safe-area-inset-bottom, 0);
	transform: translateY(100%);
	transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
	max-height: 50vh;
	display: flex;
	flex-direction: column;
}

.mobile-sheet__content--tall {
	max-height: 85vh;
}

.mobile-sheet.is-open .mobile-sheet__content {
	transform: translateY(0);
}

.mobile-sheet__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 12px;
	flex-shrink: 0;
	border-bottom: 1px solid #F0F0F0;
}

.mobile-sheet__title {
	font-size: 16px;
	font-weight: 600;
	color: #27A592;
}

.mobile-sheet__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	color: #71696A;
	cursor: pointer;
	border-radius: 8px;
	transition: background 0.15s;
	-webkit-tap-highlight-color: transparent;
}

.mobile-sheet__close:hover {
	background: #F6F5F5;
}

.mobile-sheet__body {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 8px 0 20px;
	flex: 1;
	min-height: 0;
}

/* ── Sort Options ── */
.mobile-sheet__option {
	display: block;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #3E3B3B;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
	border-left: 3px solid transparent;
}

.mobile-sheet__option:hover {
	background: #FAFAFA;
	color: #3E3B3B;
}

.mobile-sheet__option.is-active {
	color: #27A592;
	font-weight: 600;
	background: #E8F8F5;
	border-left-color: #27A592;
}

/* ── Brand Options with Radio ── */
.mobile-sheet__brand-option {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
	text-decoration: none;
	transition: background 0.15s;
	border-bottom: 1px solid #F8F8F8;
}

.mobile-sheet__brand-option:hover {
	background: #FAFAFA;
}

.mobile-sheet__radio {
	width: 22px;
	height: 22px;
	border: 2px solid #D2CFD0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: border-color 0.15s;
}

.mobile-sheet__brand-option.is-active .mobile-sheet__radio {
	border-color: #27A592;
}

.mobile-sheet__radio-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #27A592;
}

.mobile-sheet__brand-logo-wrap {
	display: flex;
	align-items: center;
	min-height: 32px;
}

.mobile-sheet__brand-logo {
	max-height: 28px;
	width: auto;
	max-width: 120px;
	object-fit: contain;
}

.mobile-sheet__brand-name {
	font-size: 15px;
	font-weight: 500;
	color: #3E3B3B;
}

/* ---------------------------------------------------------------
   Cart / Checkout Page (ma-cart)
--------------------------------------------------------------- */

/* Cart page title */
.ma-cart__page-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #27A592;
	margin: 0;
}

.ma-cart__back-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #27A592;
	transition: opacity 0.15s;
	text-decoration: none;
}

.ma-cart__back-arrow:hover {
	opacity: 0.7;
	color: #27A592;
}

/* 2-column layout */
.ma-cart {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 24px;
	align-items: start;
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 0 15px;
}

.ma-cart__main {
	min-width: 0;
}

.ma-cart__sidebar {
	position: sticky;
	top: 20px;
}

/* Cart card */
.ma-cart__card {
	background: #fff;
	border: 1px solid #E8E6E6;
	border-radius: 16px;
	overflow: hidden;
}

/* Header row */
.ma-cart__header {
	display: grid;
	grid-template-columns: 44px 1fr 160px 140px;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid #E8E6E6;
	background: #FAFAFA;
	font-size: 13px;
	font-weight: 600;
	color: #3E3B3B;
}

.ma-cart__header-check {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ma-cart__header-qty,
.ma-cart__header-price {
	text-align: center;
}

/* Checkbox */
.ma-cart__checkbox {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: none;
}

.ma-cart__checkbox input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ma-cart__checkmark {
	display: none;
	width: 20px;
	height: 20px;
	border: 2px solid #D2CFD0;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s;
	background: #fff;
	flex-shrink: 0;
}

/* Cart item row */
.ma-cart__item {
	display: grid;
	grid-template-columns: 44px 1fr 160px 140px;
	align-items: center;
	padding: 16px 20px;
	border-bottom: 1px solid #F0EFEF;
	transition: background 0.15s;
}

.ma-cart__item:last-of-type {
	border-bottom: none;
}

.ma-cart__item:hover {
	background: #FCFCFC;
}

.ma-cart__item-check {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Product info (image + name) */
.ma-cart__item-product {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ma-cart__item-thumb {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
	background: #F6F5F5;
}

.ma-cart__item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ma-cart__item-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

.ma-cart__item-info {
	min-width: 0;
}

.ma-cart__item-name {
	font-size: 13px;
	font-weight: 500;
	color: #3E3B3B;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ma-cart__item-name a {
	color: inherit;
	text-decoration: none;
}

.ma-cart__item-name a:hover {
	color: #27A592;
}

.ma-cart__item-meta {
	font-size: 12px;
	color: #71696A;
	margin-top: 6px;
}

.ma-cart__item-meta .variation {
	display: flex;
	gap: 8px;
	margin-bottom: 0;
}

.ma-cart__item-meta dt {
	display: inline;
	font-weight: 600;
}

.ma-cart__item-meta dd {
	display: inline;
	margin: 0;
}

.ma-cart__item-meta p {
	margin: 0;
}

/* Quantity controls */
.ma-cart__item-qty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.ma-cart__item-qty .product-remove {
	display: contents;
}

.ma-cart__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	color: #9B9495;
	transition: all 0.15s;
	text-decoration: none;
}

.ma-cart__remove:hover {
	color: #E74C3C;
	background: #FEF2F2;
}

.ma-cart__item-qty .quantity {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid #E8E6E6;
	border-radius: 8px;
	overflow: hidden;
	height: 36px;
}

.ma-cart__item-qty .quantity .qty {
	width: 40px;
	height: 100%;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #3E3B3B;
	background: #fff;
	-moz-appearance: textfield;
	outline: none;
}

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

.ma-cart__item-qty .quantity .minus,
.ma-cart__item-qty .quantity .plus {
	width: 32px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6F5F5;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #3E3B3B;
	transition: background 0.15s;
	padding: 0;
}

.ma-cart__item-qty .quantity .minus:hover,
.ma-cart__item-qty .quantity .plus:hover {
	background: #E8E6E6;
}

/* Price column */
.ma-cart__item-price {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #E74C3C;
}

.ma-cart__item-price del {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #9B9495;
	text-decoration: line-through;
	margin-top: 2px;
}

.ma-cart__item-price ins {
	text-decoration: none;
}

.ma-cart__item-price .woocommerce-Price-amount {
	white-space: nowrap;
}

/* Actions row */
.ma-cart__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	border-top: 1px solid #E8E6E6;
}

.ma-cart__coupon {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
}

.ma-cart__coupon-input {
	flex: 1;
	height: 38px;
	padding: 0 14px;
	border: 1.5px solid #E8E6E6;
	border-radius: 8px;
	font-size: 13px;
	color: #3E3B3B;
	outline: none;
	transition: border-color 0.15s;
}

.ma-cart__coupon-input:focus {
	border-color: #27A592;
}

.ma-cart__coupon-btn {
	height: 38px;
	padding: 0 18px;
	background: #27A592;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s;
}

.ma-cart__coupon-btn:hover {
	background: #1C8577;
}

.ma-cart__update-btn {
	height: 38px;
	padding: 0 18px;
	background: #F6F5F5;
	color: #71696A;
	border: 1.5px solid #E8E6E6;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.15s;
	margin-left: auto;
}

.ma-cart__update-btn:hover {
	background: #E8E6E6;
	color: #3E3B3B;
}

/* ---- Sidebar: Cart Totals ---- */
.ma-cart-totals {
	background: #fff;
	border: 1px solid #E8E6E6;
	border-radius: 16px;
	padding: 24px;
}

.ma-cart-totals__section {
	margin-bottom: 20px;
}

.ma-cart-totals__title {
	font-size: 16px;
	font-weight: 700;
	color: #3E3B3B;
	margin: 0 0 14px;
}

/* Payment option */
.ma-cart-totals__payment-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1.5px solid #E8E6E6;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color 0.15s;
}

.ma-cart-totals__payment-option:hover {
	border-color: #27A592;
}

.ma-cart-totals__payment-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #3E3B3B;
}

.ma-cart-totals__payment-label strong {
	font-weight: 700;
	background: #F6F5F5;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 13px;
}

/* Coupon banner */
.ma-cart-totals__coupon-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	background: #E8F8F5;
	border: 1.5px solid #B2EDE2;
	border-radius: 10px;
	color: #1C8577;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 20px;
	transition: background 0.15s;
}

.ma-cart-totals__coupon-banner:hover {
	background: #D1F6ED;
	color: #1C8577;
}

.ma-cart-totals__coupon-banner svg {
	flex-shrink: 0;
}

/* Totals rows */
.ma-cart-totals__rows {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.ma-cart-totals__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ma-cart-totals__label {
	font-size: 13px;
	color: #71696A;
}

.ma-cart-totals__value {
	font-size: 14px;
	font-weight: 600;
	color: #3E3B3B;
	text-align: right;
}

.ma-cart-totals__row--discount .ma-cart-totals__value {
	color: #E74C3C;
}

.ma-cart-totals__row--total {
	padding-top: 14px;
	border-top: 1.5px solid #E8E6E6;
	margin-top: 4px;
}

.ma-cart-totals__row--total .ma-cart-totals__label {
	font-size: 15px;
	font-weight: 700;
	color: #3E3B3B;
}

.ma-cart-totals__row--total .ma-cart-totals__value {
	font-size: 18px;
	font-weight: 700;
	color: #E74C3C;
}

/* CTA button */
.ma-cart-totals__cta {
	margin-bottom: 14px;
}

.ma-cart-totals__cta .checkout-button,
.ma-cart-totals__cta .wc-proceed-to-checkout .checkout-button {
	display: block;
	width: 100%;
	padding: 8px 12px;
	background: #27A592;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s;
}

.ma-cart-totals__cta .checkout-button:hover,
.ma-cart-totals__cta .wc-proceed-to-checkout .checkout-button:hover {
	background: #1C8577;
	color: #fff;
}

.ma-cart-totals__cta .wc-proceed-to-checkout {
	margin: 0;
	padding: 0;
}

/* Terms text */
.ma-cart-totals__terms {
	font-size: 12px;
	color: #9B9495;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.ma-cart-totals__terms a {
	color: #27A592;
	text-decoration: none;
	font-weight: 500;
}

.ma-cart-totals__terms a:hover {
	text-decoration: underline;
}

/* Override default WooCommerce cart-collaterals */
.ma-cart .cart-collaterals {
	width: 100% !important;
	float: none !important;
}

.ma-cart .cart-collaterals .cross-sells {
	display: none;
}

/* Cart page title override */
.woocommerce-cart .entry-title,
.woocommerce-cart .page-title {
	font-size: 22px;
	font-weight: 700;
	color: #27A592;
	margin-bottom: 20px;
}

/* Hide default woocommerce notices styling override in cart */
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
	border-top-color: #27A592;
	background: #E8F8F5;
}

/* Responsive */
@media (max-width: 991.98px) {
	.ma-cart {
		grid-template-columns: 1fr;
	}

	.ma-cart__sidebar {
		position: static;
	}

	.ma-cart__header {
		grid-template-columns: 40px 1fr 120px 100px;
		padding: 12px 14px;
		font-size: 12px;
	}

	.ma-cart__item {
		grid-template-columns: 40px 1fr 120px 100px;
		padding: 14px;
	}
}

@media (max-width: 767.98px) {
	.ma-cart {
		padding: 0 10px;
		gap: 16px;
	}

	.ma-cart__header {
		display: none;
	}

	.ma-cart__item {
		grid-template-columns: 32px 1fr;
		grid-template-rows: auto auto;
		gap: 10px;
		padding: 14px;
	}

	.ma-cart__item-check {
		grid-row: 1 / 3;
		align-self: start;
		padding-top: 4px;
	}

	.ma-cart__item-product {
		grid-column: 2;
	}

	.ma-cart__item-qty {
		grid-column: 2;
		justify-content: flex-start;
	}

	.ma-cart__item-price {
		grid-column: 2;
		text-align: left;
	}

	.ma-cart__item-thumb {
		width: 64px;
		height: 64px;
	}

	.ma-cart__actions {
		flex-wrap: wrap;
		padding: 12px 14px;
	}

	.ma-cart__coupon {
		width: 100%;
	}

	.ma-cart__update-btn {
		margin-left: 0;
		width: 100%;
	}

	.ma-cart-totals {
		padding: 18px;
	}
}

/* ---------------------------------------------------------------
   Checkout Page (ma-checkout)
--------------------------------------------------------------- */

/* Checkout page notices */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
	border-top-color: #27A592;
	background: #E8F8F5;
	max-width: 1200px;
	margin: 0 auto 16px;
	border-radius: 10px;
}

/* Hide default coupon form on checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon {
	display: none !important;
}

/* Hide default "Your order" heading */
.woocommerce-checkout #order_review_heading {
	display: none;
}

/* Form card */
.ma-checkout__form-card {
	padding: 28px 24px;
}

/* Section titles */
.ma-checkout__section-title {
	font-size: 16px;
	font-weight: 700;
	color: #27A592;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1.5px solid #E8E6E6;
}

.ma-checkout__section-title:not(:first-child) {
	margin-top: 28px;
}

/* Fields container */
.ma-checkout__fields {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* 2-column row */
.ma-checkout__row-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 16px;
}

/* ---- Override WooCommerce form-row inside checkout ---- */
.ma-checkout .form-row {
	margin: 0 0 16px;
	padding: 0;
	float: none !important;
	width: 100% !important;
}

.ma-checkout .form-row label {
	font-size: 13px;
	font-weight: 600;
	color: #3E3B3B;
	margin-bottom: 8px;
	display: block;
}

.ma-checkout .form-row label .required {
	color: #E74C3C;
}

.ma-checkout .form-row label .optional {
	font-weight: 400;
	color: #9B9495;
	font-size: 12px;
}

/* Input + select + textarea base styling */
.woocommerce-checkout .ma-checkout .form-row .input-text,
.woocommerce-checkout .ma-checkout .form-row select,
.ma-checkout .form-row .input-text,
.ma-checkout .form-row select {
	width: 100% !important;
	height: 44px;
	padding: 0 14px 0 44px !important;
	border: 1.5px solid #E8E6E6;
	border-radius: 10px;
	font-size: 13px;
	color: #3E3B3B;
	background-color: #fff;
	outline: none;
	transition: border-color 0.15s;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

.ma-checkout .form-row select {
	padding-right: 36px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239B9495' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px 8px;
}

.ma-checkout .form-row textarea {
	width: 100%;
	min-height: 100px;
	padding: 14px;
	border: 1.5px solid #E8E6E6;
	border-radius: 10px;
	font-size: 13px;
	color: #3E3B3B;
	background: #fff;
	outline: none;
	resize: vertical;
	transition: border-color 0.15s;
}

.ma-checkout .form-row .input-text:focus,
.ma-checkout .form-row select:focus,
.ma-checkout .form-row textarea:focus {
	border-color: #27A592;
}

.ma-checkout .form-row .input-text::placeholder,
.ma-checkout .form-row textarea::placeholder {
	color: #B5B0B1;
}

/* ---- Icomoon icons per field (via ::before on .woocommerce-input-wrapper) ---- */
.ma-checkout .woocommerce-input-wrapper {
	position: relative;
	display: block;
}

.ma-checkout .woocommerce-input-wrapper::before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #9B9495;
	pointer-events: none;
	z-index: 2;
	line-height: 1;
}

/* Map icomoon icons to checkout fields */
#billing_first_name_field .woocommerce-input-wrapper::before {
	content: "\e94a";
	/* icon-user-01 */
}

#billing_phone_field .woocommerce-input-wrapper::before {
	content: "\e93c";
	/* icon-phone-01 */
}

#billing_email_field .woocommerce-input-wrapper::before {
	content: "\e935";
	/* icon-mail-01 */
}

#billing_state_field .woocommerce-input-wrapper::before {
	content: "\e936";
	/* icon-marker-pin-01 */
}

#billing_city_field .woocommerce-input-wrapper::before {
	content: "\e92d";
	/* icon-city */
}

#billing_address_1_field .woocommerce-input-wrapper::before {
	content: "\e921";
	/* icon-address */
}

/* Fields without icons — reset padding */
#order_comments_field .input-text,
.ma-checkout__notes-section .form-row textarea {
	padding-left: 14px !important;
}

/* Validation states */
.ma-checkout .form-row.woocommerce-validated .input-text {
	border-color: #27A592;
}

.ma-checkout .form-row.woocommerce-invalid .input-text {
	border-color: #E74C3C;
}

/* ---- Notes section ---- */
.ma-checkout__notes-section {
	margin-top: 24px;
}

.ma-checkout__notes-section .form-row label {
	font-size: 15px;
	font-weight: 700;
	color: #27A592;
	margin-bottom: 12px;
}

/* Hide the default WooCommerce checkout column layout */
.woocommerce-checkout .col2-set {
	display: block;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

/* ---- Sidebar: Payment & Totals ---- */

/* Payment section */
.ma-checkout__payment-section {
	margin-bottom: 8px;
}

/* Payment methods list */
.ma-checkout__payment-methods {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ma-checkout__payment-methods li {
	border: 1.5px solid #E8E6E6;
	border-radius: 10px;
	padding: 14px 16px;
	transition: border-color 0.15s;
}

.ma-checkout__payment-methods li:has(input:checked) {
	border-color: #27A592;
	background: #F0FBF9;
}

.ma-checkout__payment-methods li label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #3E3B3B;
	cursor: pointer;
}

.ma-checkout__payment-methods li input[type="radio"] {
	width: 18px;
	height: 18px;
	accent-color: #27A592;
	margin: 0;
	flex-shrink: 0;
}

.ma-checkout__payment-methods li img {
	max-height: 24px;
	width: auto;
}

/* Payment method description */
.ma-checkout__payment-methods .payment_box {
	margin-top: 10px;
	padding: 12px 14px;
	background: #F6F5F5;
	border-radius: 8px;
	font-size: 12px;
	color: #71696A;
	line-height: 1.5;
}

.ma-checkout__payment-methods .payment_box p {
	margin: 0;
}

/* Place order section */
.ma-checkout__place-order {
	margin: 0;
	padding: 0;
}

/* Submit button */
.ma-checkout__submit-btn {
	display: block;
	width: 100%;
	padding: 14px 24px;
	background: #27A592 !important;
	color: #fff !important;
	border: none;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: background 0.15s;
	margin-bottom: 14px;
}

.ma-checkout__submit-btn:hover {
	background: #1C8577 !important;
	color: #fff !important;
}

.ma-checkout__submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Terms in payment */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 14px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0;
	padding: 0;
}

/* Hide default WooCommerce fields we don't need */
.ma-checkout #billing_country_field,
.ma-checkout #billing_company_field,
.ma-checkout #billing_postcode_field,
.ma-checkout #billing_address_2_field,
.ma-checkout #billing_last_name_field {
	display: none !important;
}

/* Force-show state & city fields (WC JS hides them when VN has no predefined states) */
.ma-checkout #billing_state_field,
.ma-checkout #billing_city_field {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Checkout page title override */
.woocommerce-checkout .entry-title,
.woocommerce-checkout .page-title {
	display: none;
}

/* Responsive */
@media (max-width: 991.98px) {
	.ma-checkout__form-card {
		padding: 22px 18px;
	}
}

@media (max-width: 767.98px) {
	.ma-checkout__form-card {
		padding: 18px 14px;
	}

	.ma-checkout__row-2col {
		grid-template-columns: 1fr;
	}

	.ma-checkout__section-title {
		font-size: 14px;
	}

	.ma-checkout__submit-btn {
		font-size: 14px;
		padding: 12px 20px;
	}
}

/* ---------------------------------------------------------------
   Order Success Dialog (ma-order-success)
--------------------------------------------------------------- */
.ma-order-success-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.ma-order-success-dialog {
	background: #fff;
	border-radius: 16px;
	max-width: 520px;
	width: 100%;
	padding: 36px 32px 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	animation: maDialogSlideIn 0.35s ease-out;
	max-height: 90vh;
	overflow-y: auto;
}

@keyframes maDialogSlideIn {
	from {
		opacity: 0;
		transform: translateY(30px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.ma-order-success__icon {
	text-align: center;
	margin-bottom: 16px;
}

.ma-order-success__title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #F5A623;
	margin: 0 0 20px;
}

.ma-order-success__content {
	font-size: 14px;
	color: #3E3B3B;
	line-height: 1.7;
}

.ma-order-success__list {
	list-style: disc;
	padding-left: 20px;
	margin: 0 0 18px;
}

.ma-order-success__list li {
	margin-bottom: 8px;
}

.ma-order-success__note-box {
	background: #FFFBF0;
	border: 1.5px solid #F5D98C;
	border-radius: 12px;
	padding: 16px 18px;
	margin-bottom: 18px;
}

.ma-order-success__note-title {
	font-size: 14px;
	font-weight: 700;
	color: #F5A623;
	margin: 0 0 8px;
}

.ma-order-success__note-list {
	list-style: disc;
	padding-left: 20px;
	margin: 0;
	font-size: 13px;
	color: #3E3B3B;
}

.ma-order-success__note-list li {
	margin-bottom: 6px;
}

.ma-order-success__note-list li:last-child {
	margin-bottom: 0;
}

.ma-order-success__keep-phone {
	margin: 0 0 8px;
	font-size: 14px;
	color: #3E3B3B;
}

.ma-order-success__thanks {
	margin: 0 0 24px;
	font-size: 14px;
	font-weight: 600;
	color: #27A592;
}

.ma-order-success__btn {
	display: block;
	width: 100%;
	padding: 15px 24px;
	background: #27A592;
	color: #fff !important;
	border: none;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
}

.ma-order-success__btn:hover {
	background: #1C8577;
	transform: translateY(-1px);
}

.ma-order-success__btn:active {
	transform: translateY(0);
}

@media (max-width: 575.98px) {
	.ma-order-success-dialog {
		padding: 28px 20px 24px;
		border-radius: 14px;
	}

	.ma-order-success__title {
		font-size: 19px;
	}

	.ma-order-success__icon svg {
		width: 64px;
		height: 64px;
	}
}

/* ---------------------------------------------------------------
   Single Product Page (sp-)
--------------------------------------------------------------- */

/* Breadcrumb */
.sp-breadcrumb .breadcrumb-item a {
	color: #71696A;
	text-decoration: none;
}

.sp-breadcrumb .breadcrumb-item a:hover {
	color: #111827;
}

.sp-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	color: #9ca3af;
	padding: 0 6px;
}

/* Gallery */
.sp-gallery {
	/* position: sticky;
	top: 80px; */
	position: relative;
	width: 100% !important;

}

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

.sp-gallery .woocommerce-product-gallery__image img {
	border-radius: 16px;
	background: #f9fafb;
	width: 100%;
	display: block;
}

.sp-gallery .flex-control-nav.flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 8px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	width: 100% !important;
	scrollbar-width: thin;
}

.sp-gallery .flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
	height: 4px;
}

.sp-gallery .flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}

.sp-gallery .flex-control-nav.flex-control-thumbs li {
	flex: 0 0 72px !important;
	min-width: 72px;
	width: 72px !important;
	aspect-ratio: 1;
}

.sp-gallery .flex-control-thumbs li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color 0.15s;
	display: block;
}

.sp-gallery .flex-control-thumbs li img:hover,
.sp-gallery .flex-control-thumbs li img.flex-active {
	border-color: #27A592;
}

.sp-gallery .woocommerce-product-gallery {
	overflow: visible !important;
}

.sp-gallery .woocommerce-product-gallery .flex-viewport {
	overflow: hidden;
}

.sp-gallery .flex-control-nav {
	position: static !important;
}

/* Summary */
.sp-summary {
	padding-left: 8px;
}

.sp-summary__brand {
	display: inline-block;
	font-size: 12px;
	background-color: #E5F1FF;
	padding: 4px 12px;
	border-radius: 12px;
	line-height: 30px;
}

.sp-summary__brand-label,
.sp-summary__brand a {
	color: #1D4ED8;
	text-decoration: none;
	font-weight: 400;
}

.sp-summary__brand a:hover {
	color: #1C8577;
}

.sp-summary__title {
	font-size: 24px;
	color: #27A592;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0%;
	vertical-align: middle;
}

.sp-summary__meta {
	font-size: 14px;
	color: #71696A;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}

.sp-summary__meta-label {
	color: #6E6E6E;
	margin-right: 4px;
}

.sp-summary__meta a {
	color: #374151;
	text-decoration: none;
}

.sp-summary__meta a:hover {
	color: #27A592;
}

.sp-summary__sku {
	color: #514D4D;
}

/* Price */
.sp-summary .price {
	font-size: 24px;
	font-weight: 700;
	color: #EF4444;
	margin: 16px 0;
	display: block;
}

.sp-summary .price del {
	font-size: 16px;
	font-weight: 400;
	color: #9ca3af;
	opacity: 1;
	margin-left: 8px;
}

.sp-summary .price ins {
	text-decoration: none;
}

/* Variation Swatches */
.sp-variations.variations {
	border: none;
	margin: 0;
	padding: 0;
}

.sp-variations__group {
	margin-bottom: 16px;
}

.sp-variations__label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 10px;
}

.sp-variations__select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	padding: 0 !important;
}

.sp-variations__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sp-variations__btn {
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	border: 1.5px solid #e0e4ea;
	border-radius: 12px;
	background: #F6F5F5;
	color: #374151;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.sp-variations__btn:hover {
	border-color: #27A592;
	background: #fff;
}

.sp-variations__btn.is-active {
	border-color: #27A592;
	background: #fff;
	color: #27A592;
	box-shadow: 0 0 0 1px #27A592;
}

.sp-variations__btn.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	text-decoration: line-through;
}

.sp-summary .reset_variations {
	font-size: 12px;
	color: #9ca3af;
	margin-top: 6px;
	display: inline-block;
}

/* Quantity */
.sp-summary .quantity {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid #e0e4ea;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 12px;
}

.sp-summary .quantity .qty {
	width: 50px;
	text-align: center;
	border: none;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 0;
	-moz-appearance: textfield;
}

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

/* Add to cart buttons */
.sp-summary .cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
}

.sp-summary .single_add_to_cart_button {
	background: #27A592 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 12px 28px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: background 0.15s;
	line-height: 1.4 !important;
}

.sp-summary .single_add_to_cart_button:hover {
	background: #1C8577 !important;
}

.sp-summary .single_add_to_cart_button.loading {
	opacity: 0.7;
	pointer-events: none;
	position: relative;
}

.sp-summary .single_add_to_cart_button.loading::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	animation: sp-spin 0.6s linear infinite;
}

@keyframes sp-spin {
	to {
		transform: rotate(360deg);
	}
}

/* AJAX notice */
.sp-ajax-notice {
	padding: 12px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sp-ajax-notice--success {
	background: #D1F6ED;
	color: #1C8577;
	border: 1px solid #27A592;
}

.sp-ajax-notice--error {
	background: #FEE2E2;
	color: #DC2626;
	border: 1px solid #EF4444;
}

.sp-ajax-notice a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	margin-left: auto;
}

.sp-summary .variations_form .single_variation_wrap {
	width: 100%;
}

.sp-summary .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* ---------------------------------------------------------------
   Blocks (stacked sections replacing tabs)
--------------------------------------------------------------- */
.sp-block__box {
	border: 1.5px solid #e0e4ea;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 24px;
}

.sp-block__title {
	font-size: 16px;
	font-weight: 700;
	color: #27A592;
	margin: 0 0 16px;
}

.sp-block__content {
	font-size: 14px;
	line-height: 1.7;
	color: #374151;
}

/* Collapsible content */
.sp-block__content--collapsible {
	max-height: 280px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.35s ease;
}

.sp-block__content--collapsible::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	pointer-events: none;
	transition: opacity 0.35s;
}

.sp-block__content--collapsible.is-expanded {
	max-height: 9999px;
}

.sp-block__content--collapsible.is-expanded::after {
	opacity: 0;
}

/* Toggle button */
.sp-block__toggle-wrap {
	text-align: center;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
	margin-top: 8px;
}

.sp-block__toggle-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: 1px solid #e0e4ea;
	border-radius: 20px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	cursor: pointer;
	transition: all 0.2s;
}

.sp-block__toggle-btn:hover {
	border-color: #27A592;
	color: #27A592;
}

.sp-block__toggle-icon {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}

/* Content typography */
.sp-block__content h2 {
	display: none;
}

.sp-block__content p {
	margin-bottom: 1em;
}

.sp-block__content p:last-child {
	margin-bottom: 0;
}

.sp-block__content ul,
.sp-block__content ol {
	padding-left: 1.2em;
	margin: 0 0 1em;
}

.sp-block__content ul:last-child,
.sp-block__content ol:last-child {
	margin-bottom: 0;
}

.sp-block__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Content tables (general) */
.sp-block__content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.sp-block__content table th,
.sp-block__content table td {
	padding: 10px 14px;
	border-bottom: none;
	font-size: 14px;
	text-align: left;
}

.sp-block__content table th {
	font-weight: 600;
	color: #374151;
	white-space: nowrap;
	width: 140px;
	background: #fafafa;
}

.sp-block__content table td {
	color: #71696A;
}

/* Info table (additional_information) */
.sp-info-table {
	width: 100%;
	border-collapse: collapse;
}

.sp-info-table tr {
	border-bottom: 1px solid #f0f0f0;
}

.sp-info-table tr:last-child {
	border-bottom: none;
}

.sp-info-table__label,
.sp-info-table__value {
	padding: 12px 0;
	font-size: 14px;
	vertical-align: top;
}

.sp-info-table__label {
	font-weight: 600;
	color: #374151;
	white-space: nowrap;
	width: 130px;
	padding-right: 24px;
}

.sp-info-table__value {
	color: #71696A;
	line-height: 1.65;
}

/* ---------------------------------------------------------------
   Policies
--------------------------------------------------------------- */
.sp-policies__box {
	border: 1.5px solid #e0e4ea;
	border-radius: 16px;
	padding: 20px 24px;
}

.sp-policies__title {
	font-size: 16px;
	font-weight: 700;
	color: #27A592;
	margin: 0 0 16px;
}

.sp-policies__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sp-policies__item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #374151;
}

.sp-policies__item img {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
}

.sp-policies__item svg {
	flex-shrink: 0;
}

/* ---------------------------------------------------------------
   FAQ
--------------------------------------------------------------- */
.sp-faq {
	border: 1.5px solid #e0e4ea;
	border-radius: 16px;
	padding: 20px 24px;
}

.sp-faq__title {
	font-size: 16px;
	font-weight: 700;
	color: #27A592;
	margin: 0 0 4px;
}

.sp-faq__item {
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

.sp-faq__item:last-child {
	border-bottom: none;
}

.sp-faq__accordion .accordion-button {
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	padding: 14px 0;
	background: transparent;
	box-shadow: none;
}

.sp-faq__accordion .accordion-button:not(.collapsed) {
	color: #27A592;
	background: transparent;
}

.sp-faq__accordion .accordion-button::after {
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.sp-faq__accordion .accordion-body {
	padding: 0 0 16px;
	font-size: 14px;
	line-height: 1.7;
	color: #71696A;
}

/* ---------------------------------------------------------------
   Desktop / Mobile visibility helpers
--------------------------------------------------------------- */
.sp-desktop-only {
	display: block;
}

.sp-mobile-only {
	display: none !important;
}

/* ---------------------------------------------------------------
   Mobile card buttons
--------------------------------------------------------------- */
.sp-block__mobile-card {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1.5px solid #27A592;
	border-radius: 16px;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #374151;
	cursor: pointer;
	transition: all 0.2s;
	text-align: left;
}

.sp-block__mobile-card:active {
	background: #f8fffe;
}

.sp-block__mobile-arrow {
	font-size: 20px;
	color: #9ca3af;
	font-weight: 300;
	flex-shrink: 0;
	margin-left: 12px;
}

/* ---------------------------------------------------------------
   Dialog (Desktop: centered modal, Mobile: bottom sheet)
--------------------------------------------------------------- */
.sp-dialog {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.sp-dialog.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-dialog__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	animation: sp-dialog-fade 0.2s ease;
}

@keyframes sp-dialog-fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.sp-dialog__panel {
	position: relative;
	background: #fff;
	border-radius: 16px;
	max-width: 700px;
	width: 90%;
	max-height: 80vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	z-index: 1;
	animation: sp-dialog-pop 0.25s ease;
}

@keyframes sp-dialog-pop {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(10px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.sp-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid #f0f0f0;
	flex-shrink: 0;
}

.sp-dialog__title {
	font-size: 18px;
	font-weight: 700;
	color: #27A592;
	margin: 0;
}

.sp-dialog__close {
	background: none;
	border: none;
	font-size: 24px;
	color: #9ca3af;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: all 0.15s;
	flex-shrink: 0;
}

.sp-dialog__close:hover {
	color: #374151;
	background: #f3f4f6;
}

.sp-dialog__body {
	padding: 20px 24px;
	overflow-y: auto;
	flex: 1;
	font-size: 14px;
	line-height: 1.7;
	color: #374151;
}

.sp-dialog__body h2 {
	display: none;
}

/* Upsells & Related */
.sp-product .up-sells,
.sp-product .related {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #f0f0f0;
}

.sp-product .up-sells>h2,
.sp-product .related>h2 {
	font-size: 20px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 20px;
}

.sp-product .up-sells .product-grid,
.sp-product .related .product-grid {
	padding: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
	.sp-gallery {
		position: static;
		margin-bottom: 20px;
	}

	.sp-summary__title {
		font-size: 18px;
	}

	.sp-summary .price {
		font-size: 20px;
	}

	.sp-desktop-only {
		display: none !important;
	}

	.sp-mobile-only {
		display: flex !important;
	}

	/* Remove container borders on mobile — only card buttons show */
	.sp-faq,
	.sp-policies__box {
		border: none;
		padding: 0;
		border-radius: 0;
	}

	/* Mobile dialog: slide-up bottom sheet */
	.sp-dialog.is-open {
		align-items: flex-end;
	}

	.sp-dialog__panel {
		width: 100%;
		max-width: 100%;
		max-height: 90vh;
		border-radius: 16px 16px 0 0;
		animation: sp-dialog-slide-up 0.3s ease;
	}

	@keyframes sp-dialog-slide-up {
		from {
			transform: translateY(100%);
		}

		to {
			transform: translateY(0);
		}
	}

	.sp-dialog__header {
		padding: 16px 20px;
	}

	.sp-dialog__body {
		padding: 16px 20px;
	}
}

@media (max-width: 575.98px) {
	.sp-gallery .flex-control-nav.flex-control-thumbs li {
		flex: 0 0 60px !important;
		min-width: 60px;
		width: 60px !important;
	}

	.sp-summary .cart {
		flex-direction: column;
		align-items: stretch;
	}

	.sp-summary .quantity {
		margin-right: 0;
		margin-bottom: 8px;
		justify-content: center;
		padding: 1px 6px;
	}

	.sp-info-table__label {
		width: auto;
		white-space: normal;
		display: block;
		padding-right: 0;
		padding-bottom: 2px;
	}

	.sp-info-table__value {
		display: block;
		padding-top: 0;
	}
}

.woocommerce div.product form.cart .variations select {
	min-width: 1px !important;
}

.home-banners__thumbs {
	max-height: 365px;
}

/* ---------------------------------------------------------------
   Ajax Search Dropdown
--------------------------------------------------------------- */

.ma-search-dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
	z-index: 2000;
	max-height: 560px;
	overflow-y: auto;
	padding: 16px;
	animation: sdFadeIn .15s ease;
}

.ma-search-dropdown.is-open {
	display: block;
}

@keyframes sdFadeIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* sections */
.sd-section {
	margin-bottom: 16px;
}

.sd-section:last-child {
	margin-bottom: 0;
}

.sd-label {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 10px;
}

.sd-count {
	color: #0d6efd;
}

/* hot keyword tags */
.sd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sd-tag {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	padding: 4px 14px;
	font-size: 13px;
	color: #374151;
	cursor: pointer;
	transition: background .15s, border-color .15s;
}

.sd-tag:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
}

/* history */
.sd-history-item {
	padding: 7px 0;
	border-bottom: 1px solid #f9fafb;
}

.sd-history-item:last-child {
	border-bottom: none;
}

.sd-history-term {
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	color: #374151;
	cursor: pointer;
	text-align: left;
}

.sd-history-term:hover {
	color: #111827;
}

.sd-history-remove {
	background: none;
	border: none;
	padding: 4px;
	color: #9ca3af;
	cursor: pointer;
	line-height: 1;
}

.sd-history-remove:hover {
	color: #374151;
}

.sd-clear-all {
	background: none;
	border: none;
	font-size: 12px;
	color: #0d6efd;
	cursor: pointer;
	padding: 0;
}

.sd-clear-all:hover {
	text-decoration: underline;
}

/* suggestions */
.sd-suggestion {
	display: flex;
	align-items: center;
	padding: 7px 0;
	font-size: 14px;
	color: #374151;
	text-decoration: none;
	border-bottom: 1px solid #f9fafb;
}

.sd-suggestion:last-child {
	border-bottom: none;
}

.sd-suggestion:hover {
	color: #111827;
}

.sd-suggestion mark {
	background: none;
	color: #0d6efd;
	font-weight: 700;
	padding: 0;
}

.sd-divider {
	border-color: #f0f0f0;
	margin: 12px 0;
}

/* product card */
.sd-product {
	padding: 10px 0;
	border-bottom: 1px solid #f9fafb;
	transition: background .1s;
}

.sd-product:last-child {
	border-bottom: none;
}

.sd-product:hover {
	background: #fafafa;
	border-radius: 8px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0 -6px;
}

.sd-product__img {
	width: 64px;
	height: 64px;
	background: #f3f4f6;
}

.sd-product__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sd-product__name {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 4px;
}

.sd-product__price {
	font-size: 14px;
	font-weight: 700;
	color: #0d6efd;
}

.sd-product__regular {
	font-size: 12px;
}

.sd-product__discount {
	background: #fff0f0;
	color: #ef4444;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 6px;
	border-radius: 4px;
}

/* empty state */
.sd-empty__icon {
	font-size: 40px;
}

/* loading */
.sd-loading {
	color: #9ca3af;
}

/* ---------------------------------------------------------------
   Hotline dropdown
--------------------------------------------------------------- */

.ma-header__hotline-wrap {
	align-items: center;
}

.ma-header__hotline {
	cursor: pointer;
	user-select: none;
}

.ma-header__hotline-arrow {
	transition: transform .2s;
	font-size: 11px;
	opacity: .8;
}

.ma-header__hotline-wrap:hover .ma-header__hotline-arrow {
	transform: rotate(180deg);
}

/* Dropdown panel */
.ma-header__hotline-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 220px;
	padding-top: 8px;
	/* tạo khoảng cách trực quan mà không tạo gap vật lý */
	z-index: 2000;
}

.ma-header__hotline-dropdown::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	/* vùng trong suốt nối tiếp với trigger */
}

.ma-header__hotline-dropdown-inner {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .13);
	padding: 8px 0;
	animation: sdFadeIn .15s ease;
}

.ma-header__hotline-wrap:hover .ma-header__hotline-dropdown {
	display: block;
}

/* Mỗi link */
.hotline-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	text-decoration: none;
	color: #111827;
	font-size: 14px;
	transition: background .12s;
}

.hotline-item:hover {
	background: #f3f4f6;
	color: #111827;
}

/* Icon badge */
.hotline-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	flex-shrink: 0;
	overflow: hidden;
}

.hotline-item__icon img {
	width: 36px;
	height: 36px;
	object-fit: cover;
}

.hotline-item__label {
	font-weight: 500;
}

.button.btn-secondary {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #27A592;
	--bs-btn-border-color: #27A592;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #40C1AC;
	--bs-btn-hover-border-color: #40C1AC;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #40C1AC;
	--bs-btn-active-border-color: #40C1AC;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #B3ADAE;
	--bs-btn-disabled-bg: #E7E6E6;
	--bs-btn-disabled-border-color: #E7E6E6;
	color: var(--bs-btn-color) !important;
	background-color: var(--bs-btn-bg) !important;
	border-color: var(--bs-btn-border-color) !important;

	&:hover {
		color: var(--bs-btn-hover-color) !important;
		background-color: var(--bs-btn-hover-bg) !important;
		border-color: var(--bs-btn-hover-border-color) !important;
	}

	&:focus {
		color: var(--bs-btn-focus-color) !important;
		background-color: var(--bs-btn-focus-bg) !important;
		border-color: var(--bs-btn-focus-border-color) !important;
	}
}

/* ─── Mini Cart Dropdown ──────────────────────────────────────────────────── */
.ma-header__minicart-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 320px;
	padding-top: 10px;
	z-index: 2000;
}

.ma-header__cart:hover .ma-header__minicart-dropdown {
	display: block;
}

.ma-header__minicart-inner {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
	overflow: hidden;
	animation: sdFadeIn .15s ease;
}

/* Danh sách sản phẩm (có scroll nếu nhiều) */
.minicart-items {
	max-height: 320px;
	overflow-y: auto;
	padding: 8px 0;
	scrollbar-width: thin;
	scrollbar-color: #e5e7eb transparent;
}

.minicart-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	transition: background .12s;
}

.minicart-item:hover {
	background: #f9fafb;
}

.minicart-item__remove {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: none;
	background: none;
	color: #9ca3af;
	border-radius: 6px;
	cursor: pointer;
	transition: color .15s, background .15s;
	font-size: 14px;
	padding: 0;
}

.minicart-item__remove:hover {
	color: #ef4444;
	background: #fef2f2;
}

.minicart-item__remove:disabled {
	opacity: .4;
	cursor: not-allowed;
}

.minicart-item__img {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	display: block;
}

.minicart-item__img img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	display: block;
}

.minicart-item__info {
	flex: 1;
	min-width: 0;
}

.minicart-item__name {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #111827;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
	line-height: 1.4;
}

.minicart-item__name:hover {
	color: var(--primary, #27A592);
}

.minicart-item__meta {
	display: flex;
	align-items: center;
	gap: 8px;
}

.minicart-item__qty {
	font-size: 12px;
	color: #9ca3af;
}

.minicart-item__price {
	font-size: 13px;
	font-weight: 600;
	color: var(--primary, #27A592);
}

.minicart-item__price del {
	font-weight: 400;
	color: #9ca3af;
	margin-right: 4px;
}

/* Divider + tổng tiền */
.minicart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	border-top: 1px solid #f0f0f0;
	font-size: 14px;
	color: #374151;
}

.minicart-total__amount {
	font-weight: 700;
	font-size: 15px;
	color: #111827;
}

/* Nút hành động */
.minicart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 12px 16px 14px;
	border-top: 1px solid #f0f0f0;
}

.minicart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 12px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background .15s, color .15s, border-color .15s;
	text-align: center;
}

.minicart-btn--outline {
	border: 1.5px solid var(--primary, #27A592);
	color: var(--primary, #27A592);
	background: transparent;
}

.minicart-btn--outline:hover {
	background: var(--primary, #27A592);
	color: #fff;
}

.minicart-btn--solid {
	background: var(--primary, #27A592);
	color: #fff;
	border: 1.5px solid var(--primary, #27A592);
}

.minicart-btn--solid:hover {
	background: #1e8a78;
	border-color: #1e8a78;
	color: #fff;
}

/* Giỏ trống */
.minicart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 16px;
	gap: 8px;
	color: #9ca3af;
}

.minicart-empty p {
	font-size: 13px;
	margin: 0;
}

/* =============================================
   Page Product Categories
   ============================================= */

.pcat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-radius: 12px;
	overflow: hidden;
	gap: 24px;
}

.pcat-grid__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	color: #1f2937;
	transition: background 0.15s;
	border-radius: 12px;
	background-color: #FAFAFA;
}

.pcat-grid__item:nth-child(4n) {
	border-right: none;
}

.pcat-grid__item:hover {
	background: #f0fdfa;
	color: #27A592;
}

.pcat-grid__name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	flex: 1;
}

.pcat-grid__icon {
	width: 84px;
	height: 84px;
	object-fit: contain;
	flex-shrink: 0;
}

.pcat-featured__heading {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 20px;
}

.pcat-featured__grid {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pcat-featured__grid .dn-product-card {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.pcat-featured__grid .dn-product-card .card {
	border: 1px solid #f0f0f0;
	border-radius: 12px;
}

.pcat-featured__grid .dn-product-card .card:hover {
	box-shadow: 0 4px 16px rgba(17, 24, 39, 0.08);
	border-color: #e0e4ea;
}

.pcat-featured__grid .dn-product-card__img-wrap {
	background: #f9fafb;
	aspect-ratio: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pcat-featured__grid .dn-product-card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pcat-featured__grid .dn-product-card .woocommerce-loop-product__title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.pcat-featured__grid .dn-product-card .price {
	font-size: 13px;
}

.pcat-featured__grid .dn-product-card .button,
.pcat-featured__grid .dn-product-card .pc-add-to-cart {
	background: #27A592;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	transition: background 0.15s;
}

.pcat-featured__grid .dn-product-card .button:hover,
.pcat-featured__grid .dn-product-card .pc-add-to-cart:hover {
	background: #1C8577;
	color: #fff;
}

/* Remove bottom border from last row of category grid */
.pcat-grid__item:nth-last-child(-n+4) {
	border-bottom: none;
}

/* Responsive */
@media (max-width: 991.98px) {
	.pcat-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.pcat-grid__item:nth-child(4n) {
		border-right: 1px solid #e5e7eb;
	}

	.pcat-grid__item:nth-child(3n) {
		border-right: none;
	}

	.pcat-grid__item:nth-last-child(-n+4) {
		border-bottom: 1px solid #e5e7eb;
	}

	.pcat-grid__item:nth-last-child(-n+3) {
		border-bottom: none;
	}

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

@media (max-width: 767.98px) {
	.pcat-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pcat-grid__item:nth-child(3n) {
		border-right: 1px solid #e5e7eb;
	}

	.pcat-grid__item:nth-child(2n) {
		border-right: none;
	}

	.pcat-grid__item:nth-last-child(-n+3) {
		border-bottom: 1px solid #e5e7eb;
	}

	.pcat-grid__item:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.pcat-grid__name {
		font-size: 13px;
	}

	.pcat-grid__icon {
		width: 48px;
		height: 48px;
	}

	.pcat-featured__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}

/* ---------------------------------------------------------------
   Policy / Terms Page (chinh-sach-dieu-khoan)
--------------------------------------------------------------- */

.policy-layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 32px;
	align-items: start;
}

/* ── Sidebar ── */
.policy-sidebar {
	position: sticky;
	top: 80px;
}

.policy-sidebar__inner {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.policy-sidebar__header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 16px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
}

.policy-sidebar__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.policy-sidebar__item {
	border-bottom: 1px solid #f3f4f6;
}

.policy-sidebar__item:last-child {
	border-bottom: none;
}

.policy-sidebar__link {
	display: block;
	padding: 12px 16px;
	font-size: 14px;
	color: #374151;
	text-decoration: none;
	transition: background .15s, color .15s;
	line-height: 1.5;
}

.policy-sidebar__link:hover {
	background: #f0fdf9;
	color: #1A554F;
}

.policy-sidebar__item.is-active .policy-sidebar__link {
	color: #27A592;
	font-weight: 600;
	background: #f0fdf9;
	border-left: 3px solid #27A592;
}

/* ── Content area ── */
.policy-content {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 32px;
	min-height: 400px;
}

.policy-content__title {
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	font-weight: 700;
	color: #27A592;
	margin-bottom: 24px;
	line-height: 1.3;
}

.policy-content__body {
	font-size: 15px;
	line-height: 1.8;
	color: #374151;
}

.policy-content__body h2,
.policy-content__body h3,
.policy-content__body h4 {
	font-weight: 700;
	color: #111827;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

.policy-content__body p {
	margin-bottom: 1em;
}

.policy-content__body ul,
.policy-content__body ol {
	padding-left: 1.4em;
	margin-bottom: 1em;
}

.policy-content__body li {
	margin-bottom: .4em;
}

.policy-content__body strong {
	color: #111827;
	font-weight: 600;
}

.policy-content__body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 8px 0;
}

.policy-content__body a {
	color: #27A592;
	text-decoration: underline;
}

.policy-content__body a:hover {
	color: #1A554F;
}

/* ── Mobile responsive ── */
@media (max-width: 991.98px) {
	.policy-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.policy-sidebar {
		position: static;
	}

	.policy-content {
		padding: 20px;
	}
}

@media (max-width: 575.98px) {
	.policy-content {
		padding: 16px;
		border-radius: 8px;
	}

	.policy-sidebar__inner {
		border-radius: 8px;
	}

	.policy-content__title {
		font-size: 1.15rem;
	}
}

/* ===========================================================
   CONTACT PAGE (ma-contact)
   Matching Figma design: node 2364:1295
   =========================================================== */

/* ── Breadcrumb ── */
.ma-contact__breadcrumb {
	background-color: #fafafa;
	padding: 2px 0;
}

.ma-contact__breadcrumb-nav {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8c8485;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ma-contact__breadcrumb-nav a {
	color: #8c8485;
	text-decoration: none;
	transition: color 0.2s;
}

.ma-contact__breadcrumb-nav a:hover {
	color: #27a592;
}

.ma-contact__breadcrumb-sep {
	color: #8c8485;
}

.ma-contact__breadcrumb-current {
	color: #3b82f6;
}

/* ── Main Wrapper ── */
.ma-contact__wrapper {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 40px;
	padding: 24px 0 60px;
	align-items: start;
}

/* ── Left Column ── */
.ma-contact__left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* ── Header / Title ── */
.ma-contact__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ma-contact__title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.72px;
	color: #27a592;
	margin: 0;
}

.ma-contact__description {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #121111;
	margin: 0;
}

/* ── Form ── */
.ma-contact__form-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ma-contact__form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ma-contact__form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ma-contact__label {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #121111;
}

.ma-contact__label-optional {
	font-weight: 400;
	color: #514d4d;
}

.ma-contact__input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #b3adae;
	border-radius: 8px;
	padding: 10px 12px;
	transition: border-color 0.2s, box-shadow 0.2s;
	min-height: 40px;
	max-height: 44px;
}

.ma-contact__input-wrap:focus-within {
	border-color: #27a592;
	box-shadow: 0 0 0 3px rgba(39, 165, 146, 0.1);
}

.ma-contact__input-wrap--textarea {
	align-items: flex-start;
	min-height: auto;
	max-height: none;
}

.ma-contact__input-icon {
	color: #3e3b3b;
	font-size: 18px;
	margin-right: 12px;
	flex-shrink: 0;
}

.ma-contact__input {
	border: none;
	outline: none;
	background: transparent;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #121111;
	width: 100%;
}

.ma-contact__input::placeholder {
	color: #b3adae;
	font-style: italic;
}

.ma-contact__textarea {
	border: none;
	outline: none;
	background: transparent;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #121111;
	width: 100%;
	resize: vertical;
	min-height: 84px;
}

.ma-contact__textarea::placeholder {
	color: #b3adae;
	font-style: italic;
}

/* ── Submit Button ── */
.ma-contact__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 24px;
	background-color: #2d3436;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s, transform 0.15s;
	margin-top: 4px;
}

.ma-contact__submit:hover {
	background-color: #27a592;
	transform: translateY(-1px);
}

.ma-contact__submit:active {
	transform: translateY(0);
}

/* ── Also style CF7 forms if used ── */
.ma-contact__form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ma-contact__form .wpcf7-form input[type="text"],
.ma-contact__form .wpcf7-form input[type="email"],
.ma-contact__form .wpcf7-form input[type="tel"],
.ma-contact__form .wpcf7-form input[type="url"] {
	border: 1px solid #b3adae;
	border-radius: 8px;
	padding: 10px 12px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	min-height: 40px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.ma-contact__form .wpcf7-form input[type="text"]:focus,
.ma-contact__form .wpcf7-form input[type="email"]:focus,
.ma-contact__form .wpcf7-form input[type="tel"]:focus,
.ma-contact__form .wpcf7-form input[type="url"]:focus {
	border-color: #27a592;
	box-shadow: 0 0 0 3px rgba(39, 165, 146, 0.1);
	outline: none;
}

.ma-contact__form .wpcf7-form textarea {
	border: 1px solid #b3adae;
	border-radius: 8px;
	padding: 12px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	resize: vertical;
	min-height: 84px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.ma-contact__form .wpcf7-form textarea:focus {
	border-color: #27a592;
	box-shadow: 0 0 0 3px rgba(39, 165, 146, 0.1);
	outline: none;
}

.ma-contact__form .wpcf7-form input[type="submit"],
.ma-contact__form .wpcf7-form .wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 24px;
	background-color: #27A592;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s, transform 0.15s;
}

.ma-contact__form .wpcf7-form input[type="submit"]:hover,
.ma-contact__form .wpcf7-form .wpcf7-submit:hover {
	opacity: 0.8;
	transform: translateY(-1px);
}

/* ── Right Column: Image + CTA ── */
.ma-contact__right {
	position: relative;
}

.ma-contact__image-section {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	min-height: 400px;
}

.ma-contact__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.ma-contact__image-placeholder {
	width: 100%;
	min-height: 400px;
	background: linear-gradient(135deg, #e0f7f3 0%, #b2dfdb 50%, #80cbc4 100%);
	border-radius: 16px;
}

/* ── CTA Card ── */
.ma-contact__cta-card {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 20px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 90%;
}

.ma-contact__cta-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #121111;
	margin: 0;
}

.ma-contact__cta-text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #514d4d;
	margin: 0;
}

/* ── Social Links ── */
.ma-contact__cta-socials {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 4px;
}

.ma-contact__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.ma-contact__social-link:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ma-contact__social-link--facebook {
	background-color: #1877f2;
}

.ma-contact__social-link--zalo {
	background-color: #0068ff;
}

.ma-contact__social-link--instagram {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.ma-contact__social-link--whatsapp {
	background-color: #25d366;
}

.ma-contact__social-link--tiktok {
	background-color: #000000;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
	.ma-contact__wrapper {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 20px 0 40px;
	}

	/* .ma-contact__right {
		order: -1;
	} */

	.ma-contact__image-section {
		min-height: 300px;
	}

	.ma-contact__title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 575.98px) {
	.ma-contact__wrapper {
		padding: 16px 0 32px;
		gap: 24px;
	}

	.ma-contact__form-row {
		grid-template-columns: 1fr;
	}

	.ma-contact__title {
		font-size: 24px;
		line-height: 32px;
	}

	.ma-contact__description {
		font-size: 14px;
		line-height: 22px;
	}

	.ma-contact__image-section {
		min-height: 240px;
	}

	.ma-contact__cta-card {
		padding: 16px;
	}

	.ma-contact__social-link {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
}

/* ===========================================================
   ABOUT PAGE (ma-about)
   Matching Figma design: node 2366:1648
   =========================================================== */

/* ══ SECTION 1: HERO ══ */
.ma-about__hero {
	background: linear-gradient(180deg, #F6F5F5 0%, #FAFAFA 100%);
	padding: 0 0 40px;
	overflow: hidden;
}

.ma-about__breadcrumb {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8c8485;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 0;
}

.ma-about__breadcrumb a {
	color: #8c8485;
	text-decoration: none;
	transition: color 0.2s;
}

.ma-about__breadcrumb a:hover {
	color: #27a592;
}

.ma-about__breadcrumb-current {
	color: #3b82f6;
}

.ma-about__hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	padding-top: 10px;
}

.ma-about__hero-left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ma-about__hero-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 48px;
	letter-spacing: -0.8px;
	color: #27A592;
	margin: 0;
}

.ma-about__hero-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #27A592;
	margin: 0;
}

.ma-about__hero-desc {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #514d4d;
}

.ma-about__hero-desc p {
	margin: 0 0 8px;
}

.ma-about__hero-motto {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #121111;
	margin-top: 4px;
}

/* Hero Badges */
.ma-about__hero-badges {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-top: 8px;
	flex-wrap: wrap;
}

.ma-about__badge {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	border-radius: 12px;
	background-color: #fff;
	padding: 6px 12px;
}

.ma-about__badge-label {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #27a592;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.ma-about__badge-icon {
	/* width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover; */
}

.ma-about__badge-mascot {
	height: 60px;
}

.ma-about__badge-mascot img {
	height: 60px;
	object-fit: contain;
}

/* Hero Image */
.ma-about__hero-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ma-about__hero-img {
	width: 100%;
	max-width: 480px;
	height: auto;
	display: block;
}

.ma-about__hero-img-placeholder {
	width: 100%;
	max-width: 480px;
	aspect-ratio: 4/3;
	background: linear-gradient(135deg, #e0f7f3 0%, #b2dfdb 50%, #80cbc4 100%);
	border-radius: 16px;
}


/* ══ SECTION 2: SỨ MỆNH & TẦM NHÌN ══ */
.ma-about__mv {
	padding: 40px 0;
}

.ma-about__mv-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.ma-about__mv-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 28px 24px;
	border: 1px solid #e5e7eb;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: box-shadow 0.3s, transform 0.2s;
}

.ma-about__mv-card:hover {
	box-shadow: 0 8px 30px rgba(39, 165, 146, 0.1);
	transform: translateY(-2px);
}

.ma-about__mv-card--mission {
	background: var(--Colors-Primary-200, #A4EBDB);

}

.ma-about__mv-card--vision {
	background: var(--Colors-Secondary-300, #FFDF45);
}

.ma-about__mv-icon {
	margin-bottom: 4px;
}

.ma-about__mv-icon-img {
	width: 88px;
	height: 88px;
	object-fit: contain;
	border-radius: 12px;
}

.ma-about__mv-icon-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #e6f7f4;
	border-radius: 12px;
	font-size: 22px;
	color: #27a592;
}

.ma-about__mv-icon-placeholder--vision {
	background: #e8f0fe;
	color: #3b82f6;
}

.ma-about__mv-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #121111;
	margin: 0;
}

.ma-about__mv-text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #514d4d;
}

.ma-about__mv-text p {
	margin: 0 0 8px;
}


/* ══ SECTION 3: GIÁ TRỊ CỐT LÕI ══ */
.ma-about__values {
	padding: 40px 0;
}

.ma-about__values-header {
	text-align: center;
	margin-bottom: 32px;
}

.ma-about__values-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #27a592;
	margin: 0 0 8px;
}

.ma-about__values-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #514d4d;
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.ma-about__values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ma-about__value-card {
	background: var(--Colors-Neutral-0, #FAFAFA);
	border-radius: 12px;
	padding: 24px 20px;
	text-align: left;
	transition: box-shadow 0.3s, transform 0.2s;
}

.ma-about__value-card:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.ma-about__value-icon {
	margin-bottom: 16px;
	font-size: 28px;
	color: #27a592;
}

.ma-about__value-icon i {
	font-size: 32px;
	padding: 8px;
	border-radius: 12px;
	background: #FFF;
	object-fit: contain;
}

.ma-about__value-name {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: #121111;
	margin: 0 0 6px;
}

.ma-about__value-desc {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #6b6767;
	margin: 0;
}


/* ══ SECTION 4: VÌ SAO CHỌN MINH AN? ══ */
.ma-about__why {
	padding: 48px 0;
}

.ma-about__why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.ma-about__why-image-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.ma-about__why-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.ma-about__why-img-placeholder {
	width: 100%;
	min-height: 380px;
	background: linear-gradient(135deg, #e0f7f3 0%, #b2dfdb 50%, #80cbc4 100%);
	border-radius: 16px;
}

.ma-about__why-cta {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #27a592;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	transition: background-color 0.2s, transform 0.15s;
	box-shadow: 0 4px 12px rgba(39, 165, 146, 0.3);
}

.ma-about__why-cta:hover {
	background-color: #1f8d7c;
	transform: translateY(-1px);
	color: #fff;
}

.ma-about__why-cta i {
	font-size: 16px;
}

.ma-about__why-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ma-about__why-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #27a592;
	margin: 0 0 8px;
}

.ma-about__why-desc {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1A4742;
}

.ma-about__why-desc p {
	margin: 0 0 8px;
}

.ma-about__why-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 8px;
}

.ma-about__why-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.ma-about__why-item-icon {
	flex-shrink: 0;
	color: #27a592;
	font-size: 20px;
	margin-top: 2px;
}

.ma-about__why-item-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ma-about__why-item-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #121111;
	margin: 0;
}

.ma-about__why-item-text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #514D4D;
}

.ma-about__why-item-text p {
	margin: 0;
}


/* ══ SECTION 5: CÂU HỎI THƯỜNG GẶP ══ */
.ma-about__faq {
	padding: 48px 0 60px;
}

.ma-about__faq-header {
	margin-bottom: 28px;
}

.ma-about__faq-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #27a592;
	margin: 0 0 8px;
}

.ma-about__faq-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #514d4d;
	margin: 0;
}

.ma-about__faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

/* FAQ Accordion */
.ma-about__faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ma-about__faq-item {
	border-bottom: 1px solid #e5e7eb;
}

.ma-about__faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 0;
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #121111;
	text-align: left;
	gap: 12px;
	transition: color 0.2s;
}

.ma-about__faq-question:hover {
	color: #27a592;
}

.ma-about__faq-arrow {
	font-size: 14px;
	color: #8c8485;
	transition: transform 0.3s;
	flex-shrink: 0;
}

.ma-about__faq-item.is-open .ma-about__faq-arrow {
	transform: rotate(180deg);
	color: #27a592;
}

.ma-about__faq-item.is-open .ma-about__faq-question {
	color: #27a592;
}

.ma-about__faq-answer {
	display: none;
	overflow: hidden;
}

.ma-about__faq-answer-inner {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #514d4d;
	padding: 0 0 16px;
}

.ma-about__faq-answer-inner p {
	margin: 0 0 8px;
}

.ma-about__faq-answer-inner strong {
	color: #121111;
	text-decoration: underline;
}

/* FAQ Image */
.ma-about__faq-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ma-about__faq-img {
	width: 100%;
	max-width: 420px;
	height: auto;
	display: block;
}

.ma-about__faq-img-placeholder {
	width: 100%;
	max-width: 420px;
	aspect-ratio: 1;
	background: linear-gradient(135deg, #e0f7f3 0%, #b2dfdb 50%, #80cbc4 100%);
	border-radius: 24px;
}


/* ══ ABOUT PAGE RESPONSIVE ══ */
@media (max-width: 991.98px) {
	.ma-about__hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ma-about__hero-right {
		order: -1;
	}

	.ma-about__hero-img,
	.ma-about__hero-img-placeholder {
		max-width: 320px;
		margin: 0 auto;
	}

	.ma-about__hero-title {
		font-size: 32px;
		line-height: 40px;
	}

	.ma-about__mv-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

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

	.ma-about__why-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ma-about__why-img-placeholder {
		min-height: 280px;
	}

	.ma-about__faq-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ma-about__faq-right {
		order: -1;
	}

	.ma-about__faq-img,
	.ma-about__faq-img-placeholder {
		max-width: 280px;
	}
}

@media (max-width: 575.98px) {
	.ma-about__hero {
		padding-bottom: 24px;
	}

	.ma-about__hero-title {
		font-size: 26px;
		line-height: 34px;
	}

	.ma-about__hero-subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.ma-about__hero-badges {
		gap: 12px;
	}

	.ma-about__badge-label {
		font-size: 14px;
	}

	.ma-about__mv {
		padding: 28px 0;
	}

	.ma-about__mv-card {
		padding: 20px 16px;
	}

	.ma-about__values {
		padding: 28px 0;
	}

	.ma-about__values-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.ma-about__values-title {
		font-size: 22px;
		line-height: 30px;
	}

	.ma-about__value-card {
		padding: 16px 14px;
	}

	.ma-about__why {
		padding: 28px 0;
	}

	.ma-about__why-title {
		font-size: 22px;
		line-height: 30px;
	}

	.ma-about__faq {
		padding: 28px 0 40px;
	}

	.ma-about__faq-title {
		font-size: 22px;
		line-height: 30px;
	}
}


/* ===========================================================
   PARTNER / STORE PAGE (ma-partner)
   Matching Figma design: node 2368:1687
   =========================================================== */

/* ══ BREADCRUMB ══ */
.ma-partner__breadcrumb {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8c8485;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 0;
}

.ma-partner__breadcrumb a {
	color: #8c8485;
	text-decoration: none;
	transition: color 0.2s;
}

.ma-partner__breadcrumb a:hover {
	color: #27a592;
}

.ma-partner__breadcrumb-current {
	color: #3b82f6;
}


/* ══ BANNERS ══ */
.ma-partner__banners {
	padding: 12px 0 24px;
}

.ma-partner__banners-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ma-partner__banner-item {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	min-height: 160px;
}

.ma-partner__banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.ma-partner__banner-placeholder {
	background: linear-gradient(135deg, #27a592 0%, #2bc4a8 60%, #4fd1c5 100%);
	display: flex;
	align-items: center;
	padding: 24px 28px;
}

.ma-partner__banner-placeholder--alt {
	background: linear-gradient(135deg, #d4a843 0%, #e8c25c 60%, #f0d97a 100%);
}

.ma-partner__banner-placeholder-content h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ma-partner__banner-placeholder-content p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 12px;
}

.ma-partner__banner-btn {
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	padding: 8px 18px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s;
}

.ma-partner__banner-btn--alt {
	background: #fff;
	color: #1a1a1a;
}


/* ══ STORE LISTING ══ */
.ma-partner__stores {
	padding: 16px 0 48px;
}

.ma-partner__stores-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 12px;
}

.ma-partner__stores-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color: #27a592;
	margin: 0;
}

.ma-partner__filters {
	display: flex;
	gap: 12px;
}

.ma-partner__filter-select-wrap {
	position: relative;
	min-width: 200px;
}

.ma-partner__filter-select {
	width: 100%;
	padding: 10px 36px 10px 14px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #514d4d;
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: none;
	transition: border-color 0.2s;
}

.ma-partner__filter-select:focus {
	border-color: #27a592;
	box-shadow: 0 0 0 2px rgba(39, 165, 146, 0.15);
}

.ma-partner__filter-select:disabled {
	background: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
}

.ma-partner__filter-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #8c8485;
	pointer-events: none;
}


/* ══ STORE CARD GRID ══ */
.ma-partner__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ma-partner__card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: box-shadow 0.3s, transform 0.2s;
}

.ma-partner__card:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
	transform: translateY(-2px);
}

.ma-partner__card-logo {
	height: 44px;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.ma-partner__card-logo-img {
	height: 100%;
	width: auto;
	max-width: 160px;
	object-fit: contain;
}

.ma-partner__card-logo-placeholder {
	width: 120px;
	height: 40px;
	background: #f3f4f6;
	border-radius: 6px;
}

.ma-partner__card-name {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #121111;
	margin: 0;
}

.ma-partner__card-info {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex-grow: 1;
}

.ma-partner__card-address,
.ma-partner__card-phone {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #514d4d;
}

.ma-partner__card-address i,
.ma-partner__card-phone i {
	color: #27a592;
	font-size: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.ma-partner__card-map-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
	background: #d4a843;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	margin-top: auto;
}

.ma-partner__card-map-btn:hover {
	background: #c09535;
	transform: translateY(-1px);
	color: #fff;
}


/* ══ EMPTY STATE ══ */
.ma-partner__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	color: #9ca3af;
	gap: 12px;
}

.ma-partner__empty i {
	font-size: 40px;
	color: #d1d5db;
}

.ma-partner__empty p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}


/* ══ PARTNER PAGE RESPONSIVE ══ */
@media (max-width: 991.98px) {
	.ma-partner__banners-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ma-partner__banner-item {
		min-height: 140px;
	}

	.ma-partner__stores-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.ma-partner__filters {
		width: 100%;
	}

	.ma-partner__filter-select-wrap {
		flex: 1;
		min-width: 0;
	}

	.ma-partner__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media (max-width: 575.98px) {
	.ma-partner__banners {
		padding: 8px 0 16px;
	}

	.ma-partner__banner-placeholder-content h3 {
		font-size: 15px;
		line-height: 22px;
	}

	.ma-partner__filters {
		flex-direction: column;
		gap: 8px;
	}

	.ma-partner__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ma-partner__stores {
		padding: 12px 0 32px;
	}

	.ma-partner__stores-title {
		font-size: 18px;
		line-height: 26px;
	}
}

.product-short .small {
	font-size: 12px;
}

.bg-danger {
	--bs-danger-rgb: 253, 231, 231;
	--bs-bg-opacity: 1;
	--bs-badge-font-weight: 400;
	--bs-badge-color: #B91C1C;
}

.home-banners__hero-pagination {
	width: auto !important;
	padding: 4px 8px;
	border-radius: 999px;
	background: #FAFAFA;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 4px;
}

.home-banners__hero-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #A4EBDB;
	opacity: 1;
	margin: 0 !important;
}

.home-banners__hero-pagination .swiper-pagination-bullet-active {
	background: #EDB105;
}

.copyright {
	background: #27A592;
	padding: 12px;
	text-align: center;
	color: #FCFCFD;
	font-weight: 500;
	margin: 0px;
}

.post,
.page {
	margin-bottom: 0px;
}

.pcat-grid__item {
	position: relative;
}

.pcat-grid__name,
.pcat-grid__icon {
	z-index: 1;
}

.pcat-grid__item::before {
	position: absolute;
	content: '';
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
	border-radius: 999px 0 0 999px;
	background: linear-gradient(64.55deg, #FFFFFF 13.76%, #FAFAFA 62.03%);
	z-index: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control-wrap input.form-control {
	padding-left: 40px !important;
}

.ic .wpcf7-form-control-wrap::before {
	font-family: 'icomoon';
	position: absolute;
	top: 20px;
	left: 12px;
	transform: translateY(-50%);
	font-size: 16px;
}

.ic_mail .wpcf7-form-control-wrap::before {
	content: "\e935";
}

.ic_user .wpcf7-form-control-wrap::before {
	content: "\e94a";
}

.ic_phone .wpcf7-form-control-wrap::before {
	content: "\e93c";
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	font-style: italic;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.home-categories__item .text-meta.small.px-1.mt-4 {
	font-size: 12px;
}

/* ---------------------------------------------------------------
   Mobile Bottom Navigation
--------------------------------------------------------------- */
.mobile-nav {
	position: fixed;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	width: calc(100% - 24px);
	max-width: 420px;
}

.mobile-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.06);
}

.mobile-nav__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	text-decoration: none;
	color: #71696A;
	font-size: 11px;
	font-weight: 500;
	padding: 8px 16px;
	border-radius: 999px;
	transition: all 0.25s ease;
	position: relative;
	line-height: 1;
}

.mobile-nav__item i {
	font-size: 22px;
	line-height: 1;
}

.mobile-nav__item span {
	white-space: nowrap;
}

.mobile-nav__item:hover {
	color: #27A592;
}

/* Active state — green rounded pill bg */
.mobile-nav__item.is-active {
	background: #D1F6ED;
	color: #27A592;
}

/* Cart icon wrapper for badge positioning */
.mobile-nav__icon-wrap {
	position: relative;
	display: inline-flex;
	line-height: 1;
}

/* Cart count badge */
.mobile-nav__badge {
	position: absolute;
	top: -5px;
	right: -8px;
	background: #F59E0B;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 999px;
	padding: 0 3px;
}

/* CTA button — yellow pill (Gọi / Chat) */
.mobile-nav__item--cta {
	background: #F5C518;
	color: #1A1F1E;
	font-weight: 600;
	padding: 10px 20px;
}

.mobile-nav__item--cta i {
	font-size: 24px;
}

.mobile-nav__item--cta:hover {
	background: #e0b100;
	color: #1A1F1E;
}

/* Reset button appearance in mobile-nav */
button.mobile-nav__item {
	background: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ---------------------------------------------------------------
   Mobile Categories Page (mob-cat-page)
--------------------------------------------------------------- */

.mob-cat-page {
	background: #fff;
	min-height: 60vh;
}

.mob-cat-page__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ── Category item ── */
.mob-cat-page__item {
	border-bottom: 1px solid #f5f5f5;
}

.mob-cat-page__item-header {
	display: flex;
	align-items: center;
}

.mob-cat-page__item-link {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	text-decoration: none;
	color: #1a1a1a;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	transition: color 0.2s;
	min-width: 0;
}

.mob-cat-page__item-link:hover {
	color: #27A592;
}

/* Icon / thumbnail */
.mob-cat-page__item-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.mob-cat-page__item-img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	border-radius: 6px;
}

.mob-cat-page__item-img-placeholder {
	width: 36px;
	height: 36px;
	background: #e5e7eb;
	border-radius: 6px;
}

.mob-cat-page__item-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Toggle chevron button */
.mob-cat-page__toggle {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
	color: #8c8485;
	font-size: 16px;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 8px;
	transition: color 0.2s;
}

.mob-cat-page__toggle:hover {
	color: #27A592;
}

/* Rotate chevron when open */
.mob-cat-page__item.is-open .mob-cat-page__toggle i {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.mob-cat-page__item.is-open .mob-cat-page__item-link {
	color: #27A592;
	font-weight: 600;
}

/* ── Subcategory panel (accordion content) ── */
.mob-cat-page__subcats {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	background: #F7FDFC;
}

.mob-cat-page__item.is-open .mob-cat-page__subcats {
	max-height: 600px;
}

.mob-cat-page__subcats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 12px 20px 16px;
}

/* Subcategory card */
.mob-cat-page__subcat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #374151;
	padding: 10px 4px;
	border-radius: 10px;
	transition: background 0.15s, color 0.15s;
}

.mob-cat-page__subcat-card:hover {
	background: #D1F6ED;
	color: #1C8577;
}

.mob-cat-page__subcat-img {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
}

.mob-cat-page__subcat-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mob-cat-page__subcat-img-placeholder {
	width: 56px;
	height: 56px;
	background: #e5e7eb;
	border-radius: 8px;
}

.mob-cat-page__subcat-name {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 500;
	color: inherit;
	word-break: break-word;
}

/* Empty state */
.mob-cat-page__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	color: #9ca3af;
	gap: 12px;
}

.mob-cat-page__empty i {
	font-size: 40px;
	color: #d1d5db;
}

.mob-cat-page__empty p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 0;
}

/* On this page, hide the nav-wrap (desktop category bar) on mobile */
@media screen and (max-width: 767.98px) {
	.mob-cat-page .ma-header__nav-wrap {
		display: none;
	}
}

/* Add bottom padding to body so content is not hidden behind the nav */
@media screen and (max-width: 767.98px) {
	body {
		padding-bottom: 80px;
	}

	.up-sells.upsells.products ul.product-grid,
	.related.products ul.product-grid {
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 10px;
		scrollbar-width: none;
	}

	.up-sells.upsells.products ul.product-grid::-webkit-scrollbar,
	.related.products ul.product-grid::-webkit-scrollbar {
		display: none;
	}

	.single_variation_wrap {
		position: fixed;
		bottom: 0;
		z-index: 10;
		background: white;
		left: 0;
		right: 0;
		padding: 12px;
	}

	/* padding: 1px 6px; */

	.sp-summary .woocommerce-variation-add-to-cart {
		justify-content: center;
	}
}