/* ==========================================================================
   AMADA PERFUMES — Design System
   Ivory / medium beige (#D6C6A8) / quiet gold — bilingual RTL/LTR
   ========================================================================== */

:root {
	--amada-ivory: #faf7f0;
	--amada-beige: #d6c6a8;
	--amada-beige-deep: #c9b48c;
	--amada-gold: #b08d4f;
	--amada-gold-deep: #96753c;
	--amada-charcoal: #2e2a24;
	--amada-charcoal-deep: #1f1c17;
	--amada-muted: #6f675a;
	--amada-white: #ffffff;
	--amada-border: rgba(176, 141, 79, 0.25);
	--amada-radius: 1.5rem;
	--amada-shadow: 0 24px 60px -28px rgba(90, 72, 52, 0.35);
	--amada-font-ar: 'Tajawal', sans-serif;
	--amada-font-display: 'Marcellus', serif;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--amada-ivory);
	color: var(--amada-charcoal);
	font-family: var(--amada-font-ar);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.ltr,
html[lang='en'] body {
	font-family: var(--amada-font-display), var(--amada-font-ar);
}

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

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

.container {
	width: min(1200px, 92%);
	margin-inline: auto;
}

/* ---------- Typography ---------- */
.amada-display {
	font-family: var(--amada-font-display), var(--amada-font-ar);
	letter-spacing: 0.02em;
}

.amada-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--amada-gold);
}

/* ---------- Buttons ---------- */
.amada-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.9rem 2rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: transform 0.16s cubic-bezier(0.23, 1, 0.32, 1), background 0.2s, color 0.2s, border-color 0.2s;
}

.amada-btn:active {
	transform: scale(0.97);
}

.amada-btn--dark {
	background: var(--amada-charcoal-deep);
	color: var(--amada-ivory);
}

.amada-btn--dark:hover {
	background: var(--amada-charcoal);
	color: var(--amada-ivory);
}

.amada-btn--outline {
	background: var(--amada-white);
	border-color: var(--amada-border);
	color: var(--amada-charcoal);
}

.amada-btn--outline:hover {
	background: rgba(176, 141, 79, 0.12);
	border-color: var(--amada-gold);
}

.amada-btn--gold {
	background: linear-gradient(135deg, var(--amada-gold), var(--amada-gold-deep));
	color: #fff;
}

/* ---------- Header ---------- */
.amada-topbar {
	background: var(--amada-beige);
	color: var(--amada-charcoal);
	font-size: 0.8rem;
	font-weight: 500;
	text-align: center;
	padding: 0.5rem 1rem;
}

.amada-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(250, 247, 240, 0.92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--amada-border);
}

.amada-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 0;
}

.amada-logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-family: var(--amada-font-display);
	letter-spacing: 0.22em;
	font-size: 0.95rem;
}

.amada-logo img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
}

.amada-nav {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	font-weight: 700;
	font-size: 0.9rem;
}

.amada-nav a:hover {
	color: var(--amada-gold);
}

.amada-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	direction: ltr;
}

/* Manus-style language pill — one compact label, no flag. */
.amada-language-switcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 30px;
	padding: 6px 12px;
	border: 1px solid rgba(176, 141, 79, 0.18);
	border-radius: 999px;
	background: #fffdf8;
	box-shadow: 0 5px 18px -14px rgba(46, 42, 36, 0.5);
	font-family: Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	color: var(--amada-charcoal-deep);
	transition: border-color 0.2s, background 0.2s;
}

.amada-language-switcher:hover {
	border-color: var(--amada-gold);
	background: #fff;
}

/* The custom header control replaces TranslatePress's floating flag control. */
.trp-language-switcher-container,
.trp-floater-ls,
#trp-floater-ls,
#trp-floater-ls.trp-color-light,
#trp-floater-ls.trp-color-dark {
	display: none !important;
}

body > [id*='trp-floater'],
body > [class*='trp-floater'],
.trp-language-switcher {
	display: none !important;
}

.amada-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 32px;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

.amada-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 32px;
	color: var(--amada-charcoal-deep);
}

.amada-icon-btn:hover {
	border-color: var(--amada-gold);
	background: rgba(176, 141, 79, 0.08);
}

/* ---------- Hero ---------- */
.amada-hero {
	padding: 2.5rem 0 4.75rem;
	background: radial-gradient(circle at 50% 0, #fffdf8 0, var(--amada-ivory) 72%);
}

.amada-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1.08fr;
	gap: 4.5rem;
	align-items: center;
}

html[dir='rtl'] .amada-hero__media { grid-column: 1; grid-row: 1; }
html[dir='rtl'] .amada-hero__media + div { grid-column: 2; grid-row: 1; }

.amada-hero__media {
	position: relative;
	border-radius: 2rem;
	padding: 1rem;
	border: 1px solid var(--amada-border);
	box-shadow: none;
	background: rgba(255,255,255,.45);
}

.amada-hero__media img {
	width: 100%;
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
	border-radius: 1.5rem;
}

.amada-hero__badge {
	position: absolute;
	right: 1.9rem;
	bottom: -0.2rem;
	display: grid;
	min-width: 126px;
	padding: 0.7rem 1rem;
	border: 1px solid var(--amada-border);
	border-radius: 1rem;
	background: rgba(255,253,248,.94);
	text-align: center;
	box-shadow: 0 12px 30px -22px rgba(46,42,36,.55);
}

.amada-hero__badge strong {
	font: 400 1.65rem/1 var(--amada-font-display);
}

.amada-hero__badge span {
	font-size: .62rem;
	color: var(--amada-muted);
}

.amada-hero__title {
	font-size: clamp(2.5rem, 5vw, 4.35rem);
	line-height: 1.18;
	margin: 1rem 0;
	font-weight: 800;
}

.amada-hero__title .gold {
	color: var(--amada-gold);
}

.amada-hero__sub {
	color: var(--amada-muted);
	font-size: 1.05rem;
	font-weight: 500;
	max-width: 34rem;
}

.amada-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.75rem;
}

.amada-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--amada-charcoal);
}

/* ---------- Marquee ---------- */
.amada-marquee {
	background: var(--amada-beige);
	border-block: 1px solid var(--amada-border);
	overflow: hidden;
	padding: 0.75rem 0;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.amada-marquee__track {
	display: flex;
	gap: 3rem;
	white-space: nowrap;
	animation: amada-marquee 30s linear infinite;
}

@keyframes amada-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

html[dir='rtl'] .amada-marquee__track {
	animation-name: amada-marquee-rtl;
}

@keyframes amada-marquee-rtl {
	from { transform: translateX(0); }
	to { transform: translateX(50%); }
}

/* ---------- Sections ---------- */
.amada-section {
	padding: 4rem 0;
}

.amada-section__head {
	text-align: center;
	margin-bottom: 2.5rem;
}

.amada-section__title {
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 800;
	margin: 0.5rem 0 0;
}

/* ---------- Category cards ---------- */
.amada-cats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.amada-cat {
	position: relative;
	border-radius: var(--amada-radius);
	overflow: hidden;
	border: 1px solid var(--amada-border);
	background: #fff;
	box-shadow: var(--amada-shadow);
	transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.amada-cat:hover {
	transform: translateY(-4px);
}

.amada-cat img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.amada-cat__label {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 1rem;
	background: linear-gradient(180deg, transparent, rgba(31, 28, 23, 0.75));
	color: #fff;
	font-weight: 700;
}

/* ---------- Product cards (WooCommerce) ---------- */
.amada-shop-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 0 3.5rem;
}

.amada-shop-category {
	position: relative;
	display: block;
	min-height: 190px;
	border: 1px solid var(--amada-border);
	border-radius: 1.35rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 42px -28px rgba(63, 48, 31, .45);
}

.amada-shop-category img {
	width: 100%;
	height: 190px;
	object-fit: contain;
	padding: 12px;
	transition: transform .25s ease;
}

.amada-shop-category:hover img {
	transform: scale(1.035);
}

.amada-shop-category span {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 1.6rem .85rem .8rem;
	background: linear-gradient(180deg, transparent, rgba(30, 27, 23, .78));
	color: #fff;
	font-weight: 800;
	text-align: center;
}

.amada-shop-groups {
	display: grid;
	gap: 4rem;
}

.amada-shop-group {
	scroll-margin-top: 120px;
}

.amada-shop-group__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: .8rem;
	border-bottom: 1px solid var(--amada-border);
}

.amada-shop-group__head h2 {
	margin: 0;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.amada-shop-group__head a {
	flex: 0 0 auto;
	padding: .55rem 1rem;
	border: 1px solid var(--amada-gold);
	border-radius: 999px;
	color: var(--amada-charcoal);
	font-weight: 700;
}

.amada-shop-group__head a:hover {
	background: var(--amada-charcoal-deep);
	border-color: var(--amada-charcoal-deep);
	color: #fff;
}

.amada-products ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
	background: #fff;
	border: 1px solid var(--amada-border);
	border-radius: var(--amada-radius);
	overflow: hidden;
	padding: 1rem;
	text-align: center;
	box-shadow: 0 14px 40px -24px rgba(90, 72, 52, 0.3);
	transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.2s;
	display: flex;
	flex-direction: column;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
}

ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--amada-shadow);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
ul.products li.product img {
	width: 100%;
	height: 355px;
	object-fit: contain;
	background: #fff;
	margin: 0 0 1rem !important;
	padding: 24px;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 32px;
	margin-top: auto;
	align-self: center;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--amada-charcoal-deep);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 800;
	color: var(--amada-charcoal);
	padding: 0;
}

ul.products li.product .price {
	color: var(--amada-gold-deep);
	font-weight: 800;
	font-size: 1.05rem;
	margin: 0.35rem 0 0.75rem;
}

ul.products li.product .button {
	margin-top: auto;
	background: var(--amada-charcoal-deep);
	color: var(--amada-ivory);
	border-radius: 999px;
	font-weight: 700;
	padding: 0.7rem 1.5rem;
	display: inline-block;
}

ul.products li.product .button:hover {
	background: var(--amada-charcoal);
	color: var(--amada-ivory);
}

/* ---------- Single product actions ---------- */
.single-product div.product .single_add_to_cart_button,
.single-product div.product .single_add_to_cart_button.alt {
	background: #8e6d32 !important;
	border-color: #8e6d32 !important;
	color: #fff !important;
	box-shadow: none;
}

.single-product div.product .single_add_to_cart_button:hover,
.single-product div.product .single_add_to_cart_button:focus,
.single-product div.product .single_add_to_cart_button.alt:hover,
.single-product div.product .single_add_to_cart_button.alt:focus {
	background: #735727 !important;
	border-color: #735727 !important;
	color: #fff !important;
}

.single-product div.product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem 1.25rem;
}

.single-product div.product .product_meta > span {
	display: inline-flex;
	align-items: baseline;
	gap: .3rem;
}

.amada-product-description {
	clear: both;
	margin-top: 2rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--amada-border);
}

.amada-product-description h2 {
	margin: 0 0 .8rem;
	font-size: 1.55rem;
}

.amada-product-description__content > :first-child { margin-top: 0; }
.amada-product-description__content > :last-child { margin-bottom: 0; }

/* ---------- Promo banner ---------- */
.amada-banner {
	display: block;
	max-width: 1024px;
	margin-inline: auto;
	border-radius: 1.75rem;
	overflow: hidden;
	border: 1px solid var(--amada-border);
	box-shadow: var(--amada-shadow);
}

.amada-banner img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

/* ---------- Editorial split ---------- */
.amada-editorial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.amada-editorial__card {
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(176, 141, 79, 0.42);
	background: linear-gradient(145deg, #fffdf8, #fbf7ef);
	box-shadow: 0 20px 50px -30px rgba(76, 61, 40, 0.28), inset 0 0 0 5px rgba(255, 253, 248, 0.75);
	padding: 0.65rem;
}

.amada-editorial__media {
	overflow: hidden;
	border-radius: 1.4rem 1.4rem 0.8rem 0.8rem;
	border: 1px solid rgba(176, 141, 79, 0.22);
}

.amada-editorial__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.amada-editorial__body {
	padding: 1.1rem 1.25rem 1.2rem;
}

.amada-editorial__ornament {
	display: block;
	width: 4.5rem;
	height: 1px;
	margin: 0 auto 0.55rem;
	background: linear-gradient(90deg, transparent, var(--amada-gold), transparent);
}

.amada-editorial__title {
	font-size: 1.6rem;
	font-weight: 800;
	margin: 0.25rem 0 0;
}

.amada-editorial__text {
	color: var(--amada-muted);
	font-weight: 500;
	margin: 0.45rem 0 0.9rem;
}

.amada-editorial__body .amada-btn {
	padding: 0.75rem 1.6rem;
}

/* ---------- Branches ---------- */
.amada-branches {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.amada-branch {
	background: #fff;
	border: 1px solid var(--amada-border);
	border-radius: var(--amada-radius);
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 14px 40px -24px rgba(90, 72, 52, 0.3);
}

.amada-branch h3 {
	margin: 0.5rem 0 0.25rem;
	font-size: 1.05rem;
	font-weight: 800;
}

.amada-branch p {
	margin: 0;
	color: var(--amada-muted);
	font-size: 0.9rem;
	font-weight: 500;
}

/* ---------- FAQ ---------- */
.amada-faq details {
	background: #fff;
	border: 1px solid var(--amada-border);
	border-radius: 1rem;
	padding: 1.1rem 1.4rem;
	margin-bottom: 0.75rem;
}

.amada-faq summary {
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.amada-faq details p {
	color: var(--amada-muted);
	font-weight: 500;
	margin-bottom: 0;
}

/* ---------- Footer ---------- */
.amada-footer {
	background: linear-gradient(180deg, var(--amada-beige), var(--amada-beige-deep));
	color: var(--amada-charcoal);
	padding: 2.75rem 0 0;
}

.amada-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	direction: ltr;
	align-items: start;
	column-gap: clamp(3rem, 9vw, 8rem);
	padding-inline: clamp(1rem, 4vw, 3rem);
	padding-bottom: 1.15rem;
}

.amada-footer__brand {
	grid-column: 1;
	justify-self: start;
	text-align: center;
	max-width: 31rem;
	padding-inline: 0.75rem;
}

.amada-footer__brand .amada-logo {
	justify-content: center;
}

.amada-footer__help {
	grid-column: 2;
	justify-self: end;
	text-align: center;
	min-width: 10rem;
	padding-inline: 0.75rem;
}

html[dir='rtl'] .amada-footer__brand {
	grid-column: 1;
	justify-self: start;
	direction: rtl;
	width: 100%;
}

html[dir='rtl'] .amada-footer__help {
	grid-column: 2;
	justify-self: end;
	direction: rtl;
}

.amada-footer__help p {
	margin-bottom: 0.6rem;
}

.amada-footer__qatar {
	display: block;
	direction: ltr;
	color: var(--amada-gold-deep);
	font-family: var(--amada-font-display), var(--amada-font-ar);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.3em;
}

.amada-footer h4 {
	font-size: 0.75rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--amada-gold-deep);
	margin-bottom: 1rem;
}

.amada-footer a {
	font-weight: 600;
}

.amada-footer a:hover {
	color: var(--amada-gold-deep);
}

.amada-footer__copyright {
	margin: 0.7rem 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.6;
}

.amada-footer__brand > p:not(.amada-footer__copyright) {
	margin: 0.85rem 0 0;
	line-height: 1.75;
}

/* ---------- Checkout ---------- */
.amada-checkout-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 2rem;
	align-items: start;
}

.amada-panel {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(176, 141, 79, 0.18);
	border-radius: var(--amada-radius);
	padding: 1.5rem;
	box-shadow: 0 18px 50px -35px rgba(70, 56, 38, 0.35);
	backdrop-filter: blur(8px);
}

/* Keep the order/payment card lighter and slightly more compact. */
.amada-checkout-grid > .amada-panel:last-child {
	padding: 1.15rem;
	font-size: 0.92rem;
}

.amada-checkout-grid > .amada-panel:last-child #payment,
.amada-checkout-grid > .amada-panel:last-child .payment_box {
	padding: 0.85rem;
}

.amada-checkout-grid > .amada-panel:last-child #payment img {
	max-height: 44px;
	width: auto;
}

.amada-panel h2,
.amada-panel h3 {
	font-weight: 800;
	margin-top: 0;
}

.amada-geo-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.65rem 1.25rem;
	border-radius: 0.9rem;
	border: 1px solid var(--amada-border);
	background: rgba(176, 141, 79, 0.08);
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	color: var(--amada-charcoal);
}

.amada-geo-btn:hover {
	border-color: var(--amada-gold);
}

.amada-geo-status {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--amada-muted);
	margin-top: 0.5rem;
}

/* WooCommerce form polish */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	width: 100%;
	height: 48px;
	border: 1px solid var(--amada-border);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.85);
	padding: 0 1rem;
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--amada-charcoal);
}

.woocommerce form .form-row textarea {
	height: auto;
	min-height: 90px;
	padding: 0.75rem 1rem;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
	outline: none;
	border-color: var(--amada-gold);
	box-shadow: 0 0 0 3px rgba(176, 141, 79, 0.15);
}

#place_order,
.woocommerce #payment #place_order {
	width: 100%;
	background: var(--amada-charcoal-deep);
	color: var(--amada-ivory);
	border-radius: 0.9rem;
	font-weight: 800;
	font-size: 1rem;
	padding: 1rem;
	border: none;
	cursor: pointer;
}

#place_order:hover {
	background: var(--amada-charcoal);
}

/* ---------- WhatsApp float ---------- */
.amada-whatsapp {
	position: fixed;
	bottom: 1.25rem;
	inset-inline-end: 1.25rem;
	z-index: 60;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 35px -10px rgba(37, 211, 102, 0.6);
	transition: transform 0.2s;
}

.amada-whatsapp:hover {
	transform: scale(1.06);
	color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.amada-shop-categories {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.amada-cats,
	.amada-products ul.products,
	ul.products {
		grid-template-columns: repeat(3, 1fr);
	}

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

@media (max-width: 768px) {
	.amada-shop-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .75rem;
		margin-bottom: 2.75rem;
	}

	.amada-shop-category,
	.amada-shop-category img {
		min-height: 150px;
		height: 150px;
	}

	.amada-shop-groups {
		gap: 3rem;
	}

	.amada-hero__grid,
	.amada-editorial,
	.amada-checkout-grid {
		grid-template-columns: 1fr;
	}

	.amada-footer__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 2rem;
		padding-inline: 1rem;
	}

	.amada-cats,
	.amada-products ul.products,
	ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.amada-nav {
		display: none;
	}

	html[dir='rtl'] .amada-hero__media,
	html[dir='rtl'] .amada-hero__media + div {
		grid-column: auto;
		grid-row: auto;
	}

	.amada-hero__grid {
		gap: 2rem;
	}

	.amada-banner img {
		height: 220px;
	}

	ul.products li.product img {
		height: 260px;
		padding: 16px;
	}
}

@media (max-width: 480px) {
	.amada-header__inner {
		gap: 0.5rem;
	}

	.amada-header .amada-logo span {
		display: none;
	}

	.amada-language-switcher {
		min-width: 38px;
		height: 30px;
		padding: 0 .6rem;
	}

	.amada-cats,
	.amada-products ul.products,
	ul.products {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.amada-branches {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.amada-footer {
		padding-top: 2.1rem;
	}

	.amada-footer__grid {
		grid-template-columns: 1fr;
		row-gap: 1.25rem;
		padding-inline: 1rem;
		padding-bottom: 1rem;
	}

	.amada-footer__brand,
	.amada-footer__help {
		grid-column: 1 !important;
		justify-self: center;
		margin-right: 0;
		margin-left: 0;
	}

	.amada-footer__copyright {
		text-align: center;
	}

	.amada-footer__brand > p:not(.amada-footer__copyright) {
		margin-top: 0.65rem;
	}
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.amada-marquee__track {
		animation: none;
	}

	* {
		transition: none !important;
	}
}

/* ---------- Order confirmation ---------- */
.amada-thankyou {
	max-width: 920px;
	margin: 3rem auto;
	padding: 0 1rem;
}

.amada-thankyou__card {
	background: #fffdf8;
	border: 1px solid rgba(179, 145, 77, .26);
	border-radius: 24px;
	box-shadow: 0 18px 55px rgba(69, 51, 27, .09);
	overflow: hidden;
}

.amada-thankyou__hero {
	text-align: center;
	padding: 2.5rem 1.25rem 2rem;
	background: linear-gradient(135deg, #fbf5e9, #fffdf8 52%, #f3e6cf);
}

.amada-thankyou__hero h1 { margin: .8rem 0 .55rem; font-size: clamp(1.7rem, 4vw, 2.45rem); }
.amada-thankyou__hero p { margin: .25rem 0; color: var(--amada-muted); }
.amada-thankyou__check { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #8e6d32; color: #fff !important; font-size: 1.8rem; font-family: Arial, sans-serif; font-weight: 900; line-height: 1; text-shadow: 0 1px 1px rgba(0, 0, 0, .16); }

.amada-thankyou__summary {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-block: 1px solid rgba(179, 145, 77, .2);
}

.amada-thankyou__summary > div { padding: 1.15rem; text-align: center; border-inline-end: 1px solid rgba(179, 145, 77, .18); }
.amada-thankyou__summary > div:last-child { border-inline-end: 0; }
.amada-thankyou span { color: var(--amada-muted); }
.amada-thankyou__summary span, .amada-thankyou__customer span { display: block; font-size: .86rem; margin-bottom: .35rem; }
.amada-thankyou strong { color: var(--amada-ink); }
.amada-thankyou__cod { margin: 1.5rem; padding: .9rem 1rem; text-align: center; border-radius: 12px; background: #f5ead5; color: #5c4725; font-weight: 700; }
.amada-thankyou__section { padding: 1.6rem; border-top: 1px solid rgba(179, 145, 77, .2); }
.amada-thankyou__section h2 { margin: 0 0 1.1rem; font-size: 1.35rem; }
.amada-thankyou__item, .amada-thankyou__totals > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(179, 145, 77, .14); }
.amada-thankyou__product { display: flex; align-items: center; gap: .8rem; }
.amada-thankyou__product img { width: 58px; height: 58px; object-fit: contain; border-radius: 10px; background: #f8f3e9; }
.amada-thankyou__totals { max-width: 430px; margin-inline-start: auto; margin-top: .75rem; }
.amada-thankyou__customer { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.amada-thankyou__customer > div { padding: 1rem; border-radius: 12px; background: #faf6ee; }
.amada-thankyou__phone { display: inline-block; unicode-bidi: isolate; }
.amada-thankyou__location { display: block; margin-top: 1rem; padding: 1rem; border-radius: 12px; background: #8e6d32; color: #fff; text-align: center; font-weight: 700; }
.amada-thankyou__location:hover { color: #fff; background: #735727; }
.amada-thankyou__actions { padding: 1.5rem; text-align: center; }
.amada-thankyou__actions .button,
.amada-thankyou__actions .button.alt { background: #8e6d32 !important; border-color: #8e6d32 !important; color: #fff !important; box-shadow: none; }
.amada-thankyou__actions .button:hover,
.amada-thankyou__actions .button.alt:hover,
.amada-thankyou__actions .button:focus,
.amada-thankyou__actions .button.alt:focus { background: #735727 !important; border-color: #735727 !important; color: #fff !important; }
.amada-thankyou__card--failed { padding: 2rem; text-align: center; }

@media (max-width: 767px) {
	.amada-thankyou { margin: 1.25rem auto; }
	.amada-thankyou__card { border-radius: 18px; }
	.amada-thankyou__summary { grid-template-columns: 1fr 1fr; }
	.amada-thankyou__summary > div:nth-child(2) { border-inline-end: 0; }
	.amada-thankyou__summary > div:nth-child(-n+2) { border-bottom: 1px solid rgba(179, 145, 77, .18); }
	.amada-thankyou__customer { grid-template-columns: 1fr; }
	.amada-thankyou__section { padding: 1.2rem; }
}

/* Paid-ad offer landing page */
.amada-offer{background:#f8f4ec;color:#241d18;min-height:70vh;padding-bottom:120px}.amada-offer__hero{background:linear-gradient(135deg,#291a15 0%,#6f2638 58%,#b8873e 140%);color:#fff;text-align:center;padding:70px 20px 110px}.amada-offer__eyebrow{font-family:Marcellus,serif;letter-spacing:.24em;color:#e4c58d;font-size:13px;margin-bottom:16px}.amada-offer__hero h1{color:#fff;font-size:clamp(34px,6vw,66px);line-height:1.15;margin:0 0 15px}.amada-offer__hero>p{max-width:670px;margin:0 auto 30px;color:#f7eee8;font-size:18px}.amada-offer__plans{display:grid;grid-template-columns:repeat(2,minmax(0,290px));justify-content:center;gap:14px}.amada-offer__plan{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.09);color:#fff;border-radius:18px;padding:18px;cursor:pointer;display:flex;flex-direction:column;gap:5px;transition:.2s}.amada-offer__plan.is-active{background:#fff;color:#3d2221;border-color:#e3c07d;box-shadow:0 12px 35px rgba(0,0,0,.2);transform:translateY(-2px)}.amada-offer__plan strong{font-size:18px}.amada-offer__plan span{font-size:23px;font-weight:800}.amada-offer__plan del{font-size:14px;opacity:.55;margin-inline-end:8px}.amada-offer__plan small{color:#d9b46d;font-weight:700}.amada-offer__body{width:min(1180px,calc(100% - 32px));margin:-65px auto 0;position:relative}.amada-offer__heading{text-align:center;background:#fff;border-radius:24px 24px 0 0;padding:27px 20px 20px}.amada-offer__heading h2{margin:0 0 5px;font-size:28px}.amada-offer__heading p{margin:0;color:#8d2340;font-weight:700}.amada-offer__form{background:#fff;padding:10px 24px 30px;border-radius:0 0 24px 24px;box-shadow:0 22px 55px rgba(58,37,22,.1)}.amada-offer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.amada-offer__product{position:relative;border:2px solid #eee5d8;border-radius:18px;padding:12px;text-align:center;cursor:pointer;transition:.2s;background:#fff}.amada-offer__product:hover{transform:translateY(-2px);border-color:#cfac6c}.amada-offer__product.is-selected{border-color:#8d2340;background:#fffaf7;box-shadow:0 7px 22px rgba(111,38,56,.12)}.amada-offer__product input{position:absolute;opacity:0;pointer-events:none}.amada-offer__product input:disabled~*{opacity:.48}.amada-offer__check{position:absolute;top:10px;inset-inline-end:10px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#8d2340;color:#fff;opacity:0;transform:scale(.7);transition:.2s;z-index:2}.amada-offer__product.is-selected .amada-offer__check{opacity:1;transform:scale(1)}.amada-offer__product img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:13px;background:#faf7f1}.amada-offer__product strong{display:block;font-size:17px;margin:10px 0 3px}.amada-offer__product small{color:#7a6b5e}.amada-offer__sticky{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #eee5d8;margin-top:26px;padding-top:24px}.amada-offer__sticky div{display:flex;flex-direction:column}.amada-offer__sticky strong{font-size:26px;color:#8d2340}.amada-offer__sticky button{border:0;border-radius:999px;background:#8d2340;color:#fff;font-weight:800;font-size:17px;padding:15px 30px;cursor:pointer}.amada-offer__sticky button:disabled{background:#c9c1ba;cursor:not-allowed}.amada-offer__trust{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;color:#665a50;font-size:14px;margin:20px auto}.amada-offer__empty{text-align:center;padding:30px}.amada-offer .woocommerce-notices-wrapper{margin:0 0 15px}
@media(max-width:800px){.amada-offer{padding-bottom:210px}.amada-offer__hero{padding:48px 16px 94px}.amada-offer__hero>p{font-size:16px}.amada-offer__plans{grid-template-columns:1fr 1fr}.amada-offer__plan{padding:14px 9px}.amada-offer__plan strong{font-size:15px}.amada-offer__plan span{font-size:19px}.amada-offer__body{width:min(100% - 20px,700px);margin-top:-55px}.amada-offer__form{padding:8px 12px 22px}.amada-offer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.amada-offer__product{padding:8px}.amada-offer__product strong{font-size:15px}.amada-offer__sticky{position:fixed;z-index:999;bottom:max(76px,calc(62px + env(safe-area-inset-bottom)));left:12px;right:12px;background:#fff;margin:0;padding:11px 14px;border:1px solid rgba(179,145,77,.25);border-radius:18px;box-shadow:0 12px 38px rgba(46,31,23,.22);transition:bottom .25s ease,transform .25s ease}.amada-offer__sticky strong{font-size:21px}.amada-offer__sticky button{font-size:14px;padding:13px 17px;transition:background .2s ease,transform .2s ease}.amada-offer__sticky button:not(:disabled){box-shadow:0 7px 18px rgba(141,35,64,.25)}.amada-offer__sticky button:not(:disabled):active{transform:scale(.98)}.amada-offer__trust{gap:10px 16px}.amada-offer~.amada-whatsapp{bottom:10px}}
@media(max-width:380px){.amada-offer__sticky{left:8px;right:8px;padding:9px 10px;gap:8px}.amada-offer__sticky small{font-size:11px}.amada-offer__sticky strong{font-size:18px}.amada-offer__sticky button{font-size:12px;padding:12px 13px}.amada-offer__plan strong{font-size:13px}.amada-offer__plan span{font-size:17px}}
@media(max-width:800px) and (max-height:560px) and (orientation:landscape){.amada-offer__sticky{bottom:max(12px,env(safe-area-inset-bottom));left:16px;right:80px}.amada-offer~.amada-whatsapp{display:none}}
.amada-offer__product input:disabled:not(:checked)~.amada-offer__check{opacity:0;transform:scale(.7)}
