/* =========================================================================
   Rangeen Walls — Premium theme stylesheet
   ========================================================================= */

:root {
	--rw-primary: #E0562B;
	--rw-primary-dark: #c2491f;
	--rw-secondary: #2E9E7C;
	--rw-secondary-dark: #257e63;
	--rw-bg: #ffffff;
	--rw-bg-off: #FAF6F2;
	--rw-text: #2B2B2E;
	--rw-muted: #6b6b72;
	--rw-border: #ececec;
	--rw-radius: 14px;
	--rw-radius-sm: 10px;
	--rw-shadow: 0 6px 24px rgba(20, 20, 30, .08);
	--rw-shadow-lg: 0 18px 50px rgba(20, 20, 30, .14);
	--rw-container: 1240px;
	--rw-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
	--rw-head: 'Poppins', var(--rw-font);
	--rw-trans: .25s cubic-bezier(.4, 0, .2, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--rw-font);
	color: var(--rw-text);
	background: var(--rw-bg);
	line-height: 1.65;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rw-primary); text-decoration: none; transition: color var(--rw-trans); }
a:hover { color: var(--rw-primary-dark); }
h1, h2, h3, h4, h5 { font-family: var(--rw-head); color: var(--rw-text); line-height: 1.2; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1em; }
.rw-muted { color: var(--rw-muted); }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.rw-skip-link { position: absolute; left: -9999px; }
.rw-skip-link:focus { left: 12px; top: 12px; background: #fff; padding: 10px 16px; z-index: 9999; border-radius: 8px; box-shadow: var(--rw-shadow); }

.rw-container { width: 100%; max-width: var(--rw-container); margin: 0 auto; padding: 0 20px; }

/* ---------- Buttons ---------- */
.rw-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--rw-head); font-weight: 600; font-size: 15px;
	padding: 13px 26px; border-radius: 999px; border: 2px solid transparent;
	cursor: pointer; transition: transform var(--rw-trans), background var(--rw-trans), box-shadow var(--rw-trans), color var(--rw-trans);
	line-height: 1; text-align: center;
}
.rw-btn--lg { padding: 16px 34px; font-size: 16px; }
.rw-btn--primary { background: var(--rw-primary); color: #fff; box-shadow: 0 8px 20px rgba(224, 86, 43, .28); }
.rw-btn--primary:hover { background: var(--rw-primary-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(224, 86, 43, .36); }
.rw-btn--secondary { background: var(--rw-secondary); color: #fff; }
.rw-btn--secondary:hover { background: var(--rw-secondary-dark); color: #fff; transform: translateY(-2px); }
.rw-btn--ghost { background: transparent; color: var(--rw-text); border-color: var(--rw-border); }
.rw-btn--ghost:hover { border-color: var(--rw-primary); color: var(--rw-primary); }

.rw-eyebrow {
	display: inline-block; font-family: var(--rw-head); font-weight: 600; font-size: 13px;
	letter-spacing: .12em; text-transform: uppercase; color: var(--rw-primary); margin-bottom: 14px;
}
.rw-eyebrow--light { color: rgba(255, 255, 255, .9); }

/* ---------- Announcement bar ---------- */
.rw-announce { background: var(--rw-text); color: #fff; font-size: 13.5px; }
.rw-announce__inner { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 40px; }
.rw-announce__meta a { color: #fff; opacity: .85; }
.rw-announce__meta { display: none; }

/* ---------- Header ---------- */
.rw-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rw-border); transition: box-shadow var(--rw-trans); }
.rw-header.is-stuck { box-shadow: var(--rw-shadow); }
.rw-header__inner { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.rw-brand { flex: 0 0 auto; }
.rw-brand__text { font-family: var(--rw-head); font-weight: 800; font-size: 24px; letter-spacing: -.02em; }
.rw-brand__rangeen { color: var(--rw-primary); }
.rw-brand__walls { color: var(--rw-secondary); }
.rw-header .rw-brand .custom-logo,
.rw-header img.custom-logo,
.custom-logo {
	height: 40px !important;
	max-height: 40px !important;
	width: auto !important;
	max-width: 210px !important;
	object-fit: contain;
	display: block;
}
.rw-brand { max-width: 230px; }
.rw-brand .custom-logo-link { display: inline-flex; align-items: center; }

.rw-nav { margin-left: auto; }
.rw-menu { list-style: none; display: flex; align-items: center; flex-wrap: nowrap; gap: 20px; margin: 0; padding: 0; }
.rw-menu li { position: relative; }
.rw-menu a { font-family: var(--rw-head); font-weight: 500; font-size: 14.5px; color: var(--rw-text); padding: 8px 0; display: inline-block; white-space: nowrap; }
.rw-menu > li > a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--rw-primary); transition: width var(--rw-trans); }
.rw-menu > li:hover > a::after, .rw-menu > li.current-menu-item > a::after { width: 100%; }
.rw-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 200px; background: #fff; box-shadow: var(--rw-shadow); border-radius: var(--rw-radius-sm); padding: 8px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--rw-trans); }
.rw-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.rw-menu .sub-menu a { padding: 8px 12px; display: block; border-radius: 8px; }
.rw-menu .sub-menu a:hover { background: var(--rw-bg-off); }
.rw-menu .menu-item-has-children > a { position: relative; padding-right: 15px; }
.rw-menu .menu-item-has-children > a::before { content: ""; position: absolute; right: 0; top: 44%; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-50%) rotate(45deg); opacity: .6; transition: transform var(--rw-trans); }
.rw-menu .menu-item-has-children:hover > a::before { transform: translateY(-30%) rotate(45deg); }

.rw-header__actions { display: flex; align-items: center; gap: 6px; }
.rw-nav + .rw-header__actions { margin-left: 0; }
.rw-icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: var(--rw-text); background: transparent; border: none; cursor: pointer; transition: background var(--rw-trans), color var(--rw-trans); }
.rw-icon-btn:hover { background: var(--rw-bg-off); color: var(--rw-primary); }
.rw-cart-count { position: absolute; top: 2px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px; background: var(--rw-primary); color: #fff; font-size: 11px; font-weight: 700; border-radius: 999px; display: flex; align-items: center; justify-content: center; }

.rw-burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; }
.rw-burger span { width: 22px; height: 2px; background: var(--rw-text); border-radius: 2px; transition: var(--rw-trans); }
.rw-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rw-burger.is-open span:nth-child(2) { opacity: 0; }
.rw-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Search drawer */
.rw-search-drawer { border-top: 1px solid var(--rw-border); padding: 18px 0; background: #fff; }
.rw-search-drawer[hidden] { display: none; }
.rw-searchform, .woocommerce-product-search { display: flex; gap: 10px; max-width: 640px; margin: 0 auto; }
.rw-searchform__input, .woocommerce-product-search input[type="search"] { flex: 1; padding: 14px 18px; border: 1px solid var(--rw-border); border-radius: 999px; font-size: 15px; font-family: var(--rw-font); }
.rw-searchform__input:focus, .woocommerce-product-search input:focus { outline: none; border-color: var(--rw-primary); }
.rw-searchform__btn, .woocommerce-product-search button { padding: 0 26px; border: none; background: var(--rw-primary); color: #fff; border-radius: 999px; font-family: var(--rw-head); font-weight: 600; cursor: pointer; }
.rw-searchform__btn:hover, .woocommerce-product-search button:hover { background: var(--rw-primary-dark); }

/* Mobile nav */
.rw-mobile-nav { position: fixed; top: 0; left: 0; bottom: 0; width: 300px; max-width: 84vw; background: #fff; z-index: 200; padding: 80px 24px 24px; transform: translateX(-100%); transition: transform var(--rw-trans); overflow-y: auto; box-shadow: var(--rw-shadow-lg); }
.rw-mobile-nav.is-open { transform: translateX(0); }
.rw-mobile-nav[hidden] { display: block; } /* keep transitions; visibility via transform */
.rw-mobile-menu { list-style: none; margin: 0; padding: 0; }
.rw-mobile-menu li { border-bottom: 1px solid var(--rw-border); }
.rw-mobile-menu a { display: block; padding: 14px 4px; font-family: var(--rw-head); font-weight: 500; color: var(--rw-text); }
.rw-mobile-menu .sub-menu { list-style: none; padding-left: 14px; }
.rw-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .45); z-index: 150; opacity: 0; transition: opacity var(--rw-trans); }
.rw-overlay.is-open { opacity: 1; }
.rw-overlay[hidden], .rw-search-drawer[hidden] { }

/* ---------- Hero ---------- */
.rw-hero { background: linear-gradient(135deg, var(--rw-bg-off) 0%, #fff 60%); overflow: hidden; }
.rw-hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 70px 20px 80px; }
.rw-hero__title { font-family: var(--rw-head); font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 700; letter-spacing: -.025em; }
.rw-hero__title em { color: var(--rw-primary); font-style: normal; position: relative; }
.rw-hero__title em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 12px; background: rgba(46, 158, 124, .25); z-index: -1; border-radius: 4px; }
.rw-hero__sub { font-size: 1.12rem; color: var(--rw-muted); max-width: 520px; }
.rw-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.rw-hero__points { list-style: none; display: flex; flex-wrap: wrap; gap: 18px 26px; padding: 0; margin: 0; font-size: 14.5px; color: var(--rw-text); font-weight: 500; }
.rw-hero__points li { color: var(--rw-secondary-dark); }

.rw-hero__art { position: relative; min-height: 420px; }
.rw-hero__card { position: absolute; border-radius: 22px; box-shadow: var(--rw-shadow-lg); background-size: cover; background-position: center; background-repeat: no-repeat; }
.rw-hero__card--1 { inset: 0 30% 22% 0; background-color: var(--rw-primary); }
.rw-hero__card--2 { inset: 28% 0 0 36%; background-color: var(--rw-secondary); }
.rw-hero__card--1 span { position: absolute; top: 16px; left: 16px; background: #fff; color: var(--rw-primary); font-family: var(--rw-head); font-weight: 700; font-size: 12px; padding: 5px 12px; border-radius: 999px; }
.rw-hero__badge { position: absolute; bottom: 6%; left: 8%; background: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: var(--rw-shadow-lg); display: flex; align-items: center; gap: 12px; z-index: 3; animation: rw-float 4s ease-in-out infinite; }
.rw-hero__badge strong { font-family: var(--rw-head); font-size: 28px; color: var(--rw-primary); }
.rw-hero__badge span { font-size: 12px; color: var(--rw-muted); line-height: 1.3; }
.rw-hero__stars { color: #f5b301; letter-spacing: 2px; font-size: 13px; display: inline-block; }
@keyframes rw-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Hero enhancements (CSS-only, GPU-friendly) ---------- */
.rw-hero { position: relative; }
.rw-hero::before {
	content: ""; position: absolute; inset: -25%; z-index: 0; pointer-events: none;
	background:
		radial-gradient(38% 48% at 16% 28%, rgba(224, 86, 43, .18), transparent 62%),
		radial-gradient(40% 50% at 82% 18%, rgba(46, 158, 124, .18), transparent 62%),
		radial-gradient(34% 44% at 72% 86%, rgba(232, 163, 61, .14), transparent 62%);
	animation: rw-aurora 26s ease-in-out infinite alternate;
}
@keyframes rw-aurora { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(2.5%, -2%, 0) scale(1.08); } }
.rw-hero__inner { position: relative; z-index: 1; }

/* Staggered entrance on load */
.rw-hero__copy--anim > * { opacity: 0; animation: rw-hero-in .7s cubic-bezier(.2, .7, .2, 1) both; }
.rw-hero__copy--anim > *:nth-child(1) { animation-delay: .05s; }
.rw-hero__copy--anim > *:nth-child(2) { animation-delay: .14s; }
.rw-hero__copy--anim > *:nth-child(3) { animation-delay: .23s; }
.rw-hero__copy--anim > *:nth-child(4) { animation-delay: .32s; }
.rw-hero__copy--anim > *:nth-child(5) { animation-delay: .41s; }
.rw-hero__art--anim { opacity: 0; animation: rw-hero-in .8s cubic-bezier(.2, .7, .2, 1) .28s both; }
@keyframes rw-hero-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* Animated gradient on the highlighted word */
.rw-hero__title em {
	background: linear-gradient(100deg, var(--rw-primary), var(--rw-secondary) 55%, var(--rw-primary));
	background-size: 220% auto; -webkit-background-clip: text; background-clip: text;
	color: transparent; -webkit-text-fill-color: transparent;
	animation: rw-text-shine 7s linear infinite;
}
@keyframes rw-text-shine { to { background-position: 220% center; } }

/* Glass rating badge + gently floating framed cards */
.rw-hero__badge { background: rgba(255, 255, 255, .68); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .65); }
.rw-hero__card { border: 6px solid rgba(255, 255, 255, .92); }
.rw-hero__card--1 { animation: rw-float 6.5s ease-in-out infinite; }
.rw-hero__card--2 { animation: rw-float 7.5s ease-in-out infinite reverse; }

/* Button shine micro-interaction */
.rw-btn--primary, .rw-btn--secondary { position: relative; overflow: hidden; }
.rw-btn--primary::after, .rw-btn--secondary::after {
	content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .38), transparent);
	transform: skewX(-20deg); pointer-events: none;
}
.rw-btn--primary:hover::after, .rw-btn--secondary:hover::after { animation: rw-shine .85s ease; }
@keyframes rw-shine { to { left: 140%; } }

@media (prefers-reduced-motion: reduce) {
	.rw-hero::before, .rw-hero__copy--anim > *, .rw-hero__art--anim,
	.rw-hero__title em, .rw-hero__card--1, .rw-hero__card--2 { animation: none !important; opacity: 1 !important; }
	.rw-hero__title em { -webkit-text-fill-color: var(--rw-primary); color: var(--rw-primary); }
}

/* ---------- Trust strip ---------- */
.rw-trust { border-bottom: 1px solid var(--rw-border); background: #fff; }
.rw-trust__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 26px 20px; }
.rw-trust__item { display: flex; align-items: center; gap: 14px; }
.rw-trust__ic { font-size: 26px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: var(--rw-bg-off); border-radius: 50%; flex: 0 0 auto; }
.rw-trust__item strong { display: block; font-family: var(--rw-head); font-size: 15px; }
.rw-trust__item small { color: var(--rw-muted); font-size: 13px; }

/* ---------- Sections ---------- */
.rw-section { padding: 70px 0; }
.rw-section--alt { background: var(--rw-bg-off); }
.rw-section__head { text-align: center; max-width: 640px; margin: 0 auto 42px; }
.rw-section__head.rw-section__head { }
.rw-section__title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; }
.rw-section__sub { color: var(--rw-muted); font-size: 1.05rem; margin: 0; }
.rw-section .rw-section__head { position: relative; }
/* head with side link */
.rw-section__head:has(.rw-section__link) { display: flex; align-items: center; justify-content: space-between; text-align: left; max-width: var(--rw-container); }
.rw-section__link { font-family: var(--rw-head); font-weight: 600; color: var(--rw-primary); white-space: nowrap; }

/* ---------- Promo banners ---------- */
.rw-promos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rw-promo { position: relative; min-height: 240px; border-radius: var(--rw-radius); overflow: hidden; display: flex; align-items: flex-end; padding: 30px; color: #fff; box-shadow: var(--rw-shadow); transition: transform var(--rw-trans), box-shadow var(--rw-trans); background-size: cover; background-position: center; background-repeat: no-repeat; }
.rw-promo:hover { transform: translateY(-4px); box-shadow: var(--rw-shadow-lg); color: #fff; }
.rw-promo--a { background: linear-gradient(120deg, var(--rw-primary), #f08a63); }
.rw-promo--b { background: linear-gradient(120deg, var(--rw-secondary), #4cbf9a); }
.rw-promo h3 { color: #fff; font-size: 1.7rem; margin: 4px 0 12px; }
.rw-promo__cta { font-family: var(--rw-head); font-weight: 600; border-bottom: 2px solid rgba(255, 255, 255, .6); padding-bottom: 2px; }

/* ---------- Brand story ---------- */
.rw-story__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.rw-story__art { min-height: 380px; border-radius: var(--rw-radius); background-color: var(--rw-secondary); background-size: cover; background-position: center; background-repeat: no-repeat; box-shadow: var(--rw-shadow-lg); position: relative; overflow: hidden; }
.rw-story__art::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(180deg, transparent 55%, rgba(20,20,30,.22)); }
.rw-story__copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }

/* ---------- Why choose us ---------- */
.rw-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.rw-why__item { background: #fff; border: 1px solid var(--rw-border); border-radius: var(--rw-radius); padding: 30px 24px; text-align: center; transition: transform var(--rw-trans), box-shadow var(--rw-trans), border-color var(--rw-trans); }
.rw-why__item:hover { transform: translateY(-6px); box-shadow: var(--rw-shadow); border-color: transparent; }
.rw-why__ic { font-size: 32px; display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; background: var(--rw-bg-off); border-radius: 50%; margin-bottom: 16px; }
.rw-why__item h4 { font-size: 1.1rem; margin-bottom: 8px; }
.rw-why__item p { color: var(--rw-muted); font-size: 14.5px; margin: 0; }

/* ---------- Reviews ---------- */
.rw-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rw-review { margin: 0; background: #fff; border-radius: var(--rw-radius); padding: 30px; box-shadow: var(--rw-shadow); border: 1px solid var(--rw-border); }
.rw-review__stars { color: #f5b301; letter-spacing: 2px; margin-bottom: 12px; }
.rw-review blockquote { margin: 0 0 18px; font-size: 1.02rem; line-height: 1.6; }
.rw-review figcaption strong { display: block; font-family: var(--rw-head); }
.rw-review figcaption span { color: var(--rw-muted); font-size: 13px; }

/* ---------- FAQ ---------- */
.rw-faq-wrap { max-width: 820px; }
.rw-faq__item { background: #fff; border: 1px solid var(--rw-border); border-radius: var(--rw-radius-sm); margin-bottom: 14px; overflow: hidden; }
.rw-faq__item summary { cursor: pointer; list-style: none; padding: 20px 24px; font-family: var(--rw-head); font-weight: 600; font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; }
.rw-faq__item summary::-webkit-details-marker { display: none; }
.rw-faq__item summary::after { content: "+"; font-size: 24px; color: var(--rw-primary); transition: transform var(--rw-trans); }
.rw-faq__item[open] summary::after { transform: rotate(45deg); }
.rw-faq__a { padding: 0 24px 22px; color: var(--rw-muted); }
.rw-faq__a p { margin: 0; }

/* ---------- Newsletter ---------- */
.rw-newsletter { background: var(--rw-text); color: #fff; padding: 56px 0; }
.rw-newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.rw-newsletter__copy h3 { color: #fff; font-size: 1.7rem; margin-bottom: 6px; }
.rw-newsletter__copy p { color: rgba(255, 255, 255, .75); margin: 0; }
.rw-newsletter__form { display: flex; gap: 10px; flex: 1; min-width: 300px; max-width: 480px; }
.rw-newsletter__form input { flex: 1; padding: 15px 18px; border: none; border-radius: 999px; font-size: 15px; font-family: var(--rw-font); }
.rw-newsletter__form input:focus { outline: 2px solid var(--rw-primary); }

/* ---------- Footer ---------- */
.rw-footer { background: #16161a; color: #c7c7cf; padding-top: 60px; }
.rw-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 40px; }
.rw-footer__tag { margin: 16px 0; max-width: 280px; color: #9a9aa4; }
.rw-footer .rw-brand__text { font-size: 22px; }
.rw-widget__title, .rw-footer__col h4 { color: #fff; font-family: var(--rw-head); font-size: 15px; margin-bottom: 16px; letter-spacing: .02em; }
.rw-footer__col ul { list-style: none; margin: 0; padding: 0; }
.rw-footer__col li { margin-bottom: 10px; }
.rw-footer__col a { color: #b9b9c3; font-size: 14.5px; }
.rw-footer__col a:hover { color: var(--rw-primary); }
.rw-footer__contact li { color: #b9b9c3; font-size: 14.5px; }
.rw-social { display: flex; gap: 10px; }
.rw-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.rw-social a:hover { background: var(--rw-primary); }
.rw-footer__bar { border-top: 1px solid rgba(255, 255, 255, .08); padding: 20px 0; }
.rw-footer__bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.rw-footer__bar p { margin: 0; font-size: 13.5px; color: #9a9aa4; }
.rw-pay { display: flex; gap: 8px; }
.rw-pay span { background: rgba(255, 255, 255, .08); padding: 5px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; color: #d8d8e0; }

/* ---------- Floating buttons ---------- */
.rw-whatsapp { position: fixed; right: 22px; bottom: 24px; width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37, 211, 102, .5); z-index: 300; transition: transform var(--rw-trans); animation: rw-pulse 2.4s infinite; }
.rw-whatsapp:hover { transform: scale(1.08); }
@keyframes rw-pulse { 0% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, .45); } 70% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 16px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, 0); } }
.rw-totop { position: fixed; right: 24px; bottom: 92px; width: 46px; height: 46px; border-radius: 50%; background: var(--rw-text); color: #fff; border: none; font-size: 20px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all var(--rw-trans); z-index: 300; }
.rw-totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.rw-totop:hover { background: var(--rw-primary); }

/* ---------- Slide-out cart drawer ---------- */
.rw-cart-overlay { position: fixed; inset: 0; background: rgba(20, 20, 30, .5); z-index: 400; opacity: 0; transition: opacity var(--rw-trans); }
.rw-cart-overlay.is-open { opacity: 1; }
.rw-cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 410px; max-width: 92vw; background: #fff; z-index: 410; transform: translateX(100%); transition: transform var(--rw-trans); display: flex; flex-direction: column; box-shadow: var(--rw-shadow-lg); }
.rw-cart-drawer.is-open { transform: translateX(0); }
.rw-cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--rw-border); flex: 0 0 auto; }
.rw-cart-drawer__head h3 { margin: 0; font-size: 1.2rem; font-family: var(--rw-head); }
.rw-cart-drawer__close { background: none; border: none; font-size: 30px; line-height: 1; cursor: pointer; color: var(--rw-text); padding: 0 4px; }
.rw-cart-drawer__close:hover { color: var(--rw-primary); }
.rw-cart-drawer__body { flex: 1 1 auto; overflow-y: auto; padding: 8px 24px 24px; }
.rw-cart-drawer .woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.rw-cart-drawer .woocommerce-mini-cart__empty-message { color: var(--rw-muted); text-align: center; padding: 40px 0; }
.rw-cart-drawer li.woocommerce-mini-cart-item { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rw-border); position: relative; }
.rw-cart-drawer li.woocommerce-mini-cart-item::after { content: ""; display: none; }
.rw-cart-drawer .woocommerce-mini-cart-item img { width: 60px !important; height: 60px; object-fit: cover; border-radius: 8px; float: none !important; margin: 0 !important; order: 0; flex: 0 0 auto; }
.rw-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) { font-family: var(--rw-head); font-weight: 600; color: var(--rw-text); font-size: 14px; line-height: 1.3; display: block; }
.rw-cart-drawer .woocommerce-mini-cart-item .quantity { color: var(--rw-muted); font-size: 13px; display: block; margin-top: 4px; }
.rw-cart-drawer a.remove { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 22px; height: 22px; line-height: 20px; text-align: center; border-radius: 50%; color: var(--rw-primary) !important; font-size: 16px; background: var(--rw-bg-off); }
.rw-cart-drawer a.remove:hover { background: var(--rw-primary); color: #fff !important; }
.rw-cart-drawer .woocommerce-mini-cart__total { display: flex; align-items: center; justify-content: space-between; font-family: var(--rw-head); font-weight: 700; font-size: 1.05rem; padding: 16px 0; margin-top: 8px; border-top: 2px solid var(--rw-border); }
.rw-cart-drawer .woocommerce-mini-cart__total .amount { color: var(--rw-primary); }
.rw-cart-drawer .woocommerce-mini-cart__buttons { display: flex; flex-direction: column; gap: 10px; margin: 6px 0 0; padding: 0; }
.rw-cart-drawer .woocommerce-mini-cart__buttons a { display: block; width: 100%; text-align: center; margin: 0; padding: 13px 18px; border-radius: 999px; font-family: var(--rw-head); font-weight: 600; }
.rw-cart-drawer .woocommerce-mini-cart__buttons a.button:not(.checkout) { background: #fff; color: var(--rw-text); border: 1px solid var(--rw-border); }
.rw-cart-drawer .woocommerce-mini-cart__buttons a.button:not(.checkout):hover { border-color: var(--rw-primary); color: var(--rw-primary); }
.rw-cart-drawer .woocommerce-mini-cart__buttons a.checkout { background: var(--rw-secondary); color: #fff; }
.rw-cart-drawer .woocommerce-mini-cart__buttons a.checkout:hover { background: var(--rw-secondary-dark); }
.single_add_to_cart_button.loading { opacity: .65; pointer-events: none; }
@media (max-width: 480px) { .rw-cart-drawer { width: 100%; max-width: 100%; } }

/* ---------- Scroll reveal ---------- */
.rw-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.rw-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rw-reveal { opacity: 1; transform: none; transition: none; } .rw-whatsapp, .rw-hero__badge { animation: none; } }

/* ---------- Generic page / content ---------- */
.rw-content-area { padding: 50px 20px 70px; }
.rw-page-head { margin-bottom: 26px; }
.rw-page-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.rw-entry { font-size: 1.05rem; }
.rw-entry img { border-radius: var(--rw-radius-sm); margin: 1em 0; }
.rw-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.rw-card-post { background: #fff; border: 1px solid var(--rw-border); border-radius: var(--rw-radius); overflow: hidden; }
.rw-card-post__thumb img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.rw-card-post__body { padding: 22px; }
.rw-card-post__meta { color: var(--rw-muted); font-size: 13px; margin-bottom: 10px; }
.rw-single-thumb img { border-radius: var(--rw-radius); width: 100%; }

/* =========================================================================
   WooCommerce styling
   ========================================================================= */
.woocommerce ul.products, ul.products { display: grid !important; gap: 24px; margin: 0 !important; padding: 0 !important; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none !important; }
.columns-6 ul.products, ul.products.columns-6 { grid-template-columns: repeat(6, 1fr); }
.columns-4 ul.products, ul.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
.columns-3 ul.products, ul.products.columns-3 { grid-template-columns: repeat(3, 1fr); }
ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }

ul.products li.product {
	background: #fff; border: 1px solid var(--rw-border); border-radius: var(--rw-radius);
	overflow: hidden; transition: transform var(--rw-trans), box-shadow var(--rw-trans), border-color var(--rw-trans);
	display: flex; flex-direction: column; position: relative; padding: 0 !important;
}
ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--rw-shadow-lg); border-color: transparent; }
ul.products li.product a img, ul.products li.product img { width: 100%; aspect-ratio: 1/1; object-fit: cover; margin: 0 !important; border-radius: 0; transition: transform .5s ease; }
ul.products li.product:hover img { transform: scale(1.06); }
ul.products li.product .woocommerce-loop-product__link { display: block; overflow: hidden; }
ul.products li.product .woocommerce-loop-product__title { font-family: var(--rw-head); font-size: 15px !important; font-weight: 600; padding: 14px 16px 4px !important; color: var(--rw-text); }
ul.products li.product .price { padding: 0 16px; color: var(--rw-primary); font-weight: 700; font-family: var(--rw-head); font-size: 1.05rem; margin-bottom: 8px; }
ul.products li.product .price del { color: var(--rw-muted); font-weight: 400; font-size: .85em; margin-right: 6px; }
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .star-rating { margin: 0 16px 8px; font-size: 13px; color: #f5b301; }
ul.products li.product .button, ul.products li.product .added_to_cart {
	margin: auto 16px 16px !important; background: var(--rw-text); color: #fff !important; border-radius: 999px;
	font-family: var(--rw-head); font-weight: 600; font-size: 14px; padding: 11px 18px !important; text-align: center;
	transition: background var(--rw-trans); border: none;
}
ul.products li.product .button:hover, ul.products li.product .added_to_cart:hover { background: var(--rw-primary); color: #fff !important; }
ul.products li.product .added_to_cart { background: var(--rw-secondary); }

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .onsale,
ul.products li.product .onsale,
.onsale {
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	background: var(--rw-primary);
	color: #fff;
	font-family: var(--rw-head);
	font-weight: 600;
	font-size: 12px;
	padding: 4px 12px !important;
	border-radius: 999px;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	line-height: 1.5 !important;
	z-index: 3;
}
.single-product div.product .onsale { top: 16px !important; right: 16px !important; }

/* Category tiles */
.product-category.product img, ul.products li.product-category img { aspect-ratio: 4/3; }
ul.products li.product-category { text-align: center; }
ul.products li.product-category h2.woocommerce-loop-category__title { font-family: var(--rw-head); font-size: 15px !important; padding: 14px 10px !important; }
ul.products li.product-category .count { background: var(--rw-bg-off); color: var(--rw-muted); border-radius: 999px; padding: 1px 8px; font-size: 12px; }

/* Shop layout */
.rw-shop { display: block; padding: 40px 20px 70px; }
.woocommerce-result-count { color: var(--rw-muted); font-size: 14px; }
.woocommerce-ordering select, .orderby { padding: 10px 14px; border: 1px solid var(--rw-border); border-radius: 999px; font-family: var(--rw-font); }
.woocommerce .woocommerce-breadcrumb { color: var(--rw-muted); font-size: 13.5px; margin-bottom: 18px; }
.woocommerce-products-header__title, .page-title { font-family: var(--rw-head); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 8px; }

/* Pagination */
.woocommerce nav.woocommerce-pagination ul { border: none; margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul li { border: none; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border-radius: 10px; padding: 10px 16px; font-family: var(--rw-head); font-weight: 600;
	background: #fff; border: 1px solid var(--rw-border) !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--rw-primary); color: #fff; border-color: var(--rw-primary) !important; }

/* Single product */
.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.single-product div.product .woocommerce-product-gallery { margin: 0 !important; width: 100% !important; }
.single-product div.product .woocommerce-product-gallery__image img { border-radius: var(--rw-radius); }
.single-product div.product .summary { margin: 0 !important; width: 100% !important; }
.single-product .product_title { font-family: var(--rw-head); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.single-product div.product p.price, .single-product div.product span.price { color: var(--rw-primary); font-family: var(--rw-head); font-weight: 700; font-size: 1.7rem; }
.single-product .woocommerce-product-rating { margin-bottom: 14px; }
.single-product div.product form.cart { margin: 24px 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.single-product div.product form.cart .quantity input { width: 70px; padding: 12px; border: 1px solid var(--rw-border); border-radius: 10px; text-align: center; }
.single-product div.product form.cart .button, .single-product .rw-buy-now {
	padding: 14px 30px !important; border-radius: 999px; font-family: var(--rw-head); font-weight: 600; border: none; cursor: pointer;
}
.single-product div.product form.cart .single_add_to_cart_button { background: var(--rw-primary) !important; color: #fff !important; }
.single-product div.product form.cart .single_add_to_cart_button:hover { background: var(--rw-primary-dark) !important; }
.rw-buy-now { background: var(--rw-secondary) !important; color: #fff !important; }
.rw-buy-now:hover { background: var(--rw-secondary-dark) !important; }
.rw-product-assurance { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 16px 0 0; margin: 6px 0 0; border-top: 1px solid var(--rw-border); }
.rw-product-assurance li { font-size: 14px; color: var(--rw-muted); display: flex; align-items: center; gap: 8px; }
.rw-product-assurance .rw-ic { color: var(--rw-secondary); font-size: 17px; }

.woocommerce-tabs { grid-column: 1 / -1; margin-top: 20px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--rw-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 10px 10px 0 0; border-color: var(--rw-border); background: var(--rw-bg-off); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; border-bottom-color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: var(--rw-head); font-weight: 600; }
.related.products, .upsells.products { grid-column: 1 / -1; }
.related.products > h2, .upsells.products > h2 { font-family: var(--rw-head); font-size: 1.6rem; margin-bottom: 24px; }

/* Variation swatches spacing */
.woo-variation-swatches .variable-items-wrapper { gap: 8px; }

/* Cart / Checkout / Account */
.woocommerce table.shop_table { border-radius: var(--rw-radius); border-color: var(--rw-border); }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #order_review, .woocommerce form.checkout_coupon, .woocommerce-account .woocommerce-MyAccount-content { background: #fff; border: 1px solid var(--rw-border); border-radius: var(--rw-radius); padding: 24px; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button {
	background: var(--rw-primary); color: #fff; border-radius: 999px; font-family: var(--rw-head); font-weight: 600; padding: 12px 24px; border: none; transition: background var(--rw-trans);
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--rw-primary-dark); }
.woocommerce .button.alt, .woocommerce #place_order { background: var(--rw-secondary) !important; }
.woocommerce .button.alt:hover, .woocommerce #place_order:hover { background: var(--rw-secondary-dark) !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
	border: 1px solid var(--rw-border); border-radius: 10px; padding: 12px 14px;
}
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--rw-border); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 12px 6px; font-family: var(--rw-head); font-weight: 500; color: var(--rw-text); }
.woocommerce-MyAccount-navigation li.is-active a { color: var(--rw-primary); }

.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--rw-secondary); border-radius: 10px; }
.woocommerce-message { border-top-color: var(--rw-secondary); }

/* =========================================================================
   Global consistency — same fonts & brand colors on EVERY page/element
   (loads site-wide via main.css: theme, WooCommerce, Elementor, blocks)
   ========================================================================= */
body,
button, input, select, textarea, optgroup,
.woocommerce, .woocommerce-page, .woocommerce-account, .woocommerce-cart, .woocommerce-checkout,
.elementor, .elementor-widget, .elementor-widget-container, .elementor-widget-text-editor,
.wp-block-button__link, .wp-block-paragraph, .select2-container {
	font-family: var(--rw-font);
}
h1, h2, h3, h4, h5, h6,
.entry-title, .page-title, .product_title, .woocommerce-loop-product__title,
.woocommerce-loop-category__title, .elementor-heading-title, .wp-block-heading,
.widget-title, .rw-widget__title, .cart_totals h2, .cross-sells > h2, .related > h2,
.woocommerce-column__title, .woocommerce-order-details__title, .woocommerce-MyAccount-content h2 {
	font-family: var(--rw-head) !important;
	color: var(--rw-text);
}
/* Baseline text color everywhere (class-based muted greys still win) */
body, p, li, dd, dt, td, th, address, label, .woocommerce, .elementor-widget-text-editor {
	color: var(--rw-text);
}
/* Form controls: consistent font, color, border + brand focus */
input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
select, textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	font-family: var(--rw-font); color: var(--rw-text);
	border: 1px solid var(--rw-border); border-radius: 10px;
}
input:focus, select:focus, textarea:focus,
.select2-container--default.select2-container--focus .select2-selection { outline: none; border-color: var(--rw-primary) !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: var(--rw-primary); }
/* Block & Elementor buttons → brand */
.wp-block-button__link, .elementor-button {
	background-color: var(--rw-primary); color: #fff !important;
	font-family: var(--rw-head); border-radius: 999px;
}
.wp-block-button__link:hover, .elementor-button:hover { background-color: var(--rw-primary-dark); }
/* Brand accents for selection, focus, ratings */
::selection { background: var(--rw-primary); color: #fff; }
.star-rating span::before, p.stars a::before, p.stars a:hover::before { color: #f5b301; }
/* WooCommerce informational links/colors stay on-brand */
.woocommerce-message::before, .woocommerce-info::before { color: var(--rw-secondary); }
.woocommerce div.product p.stars a, .woocommerce a.remove { color: var(--rw-primary) !important; }
.woocommerce-breadcrumb a, .woocommerce-MyAccount-navigation li.is-active a { color: var(--rw-primary); }
/* Map Elementor's global tokens to the brand so Elementor pages match too */
body {
	--e-global-color-primary: var(--rw-text);
	--e-global-color-secondary: var(--rw-primary);
	--e-global-color-text: var(--rw-text);
	--e-global-color-accent: var(--rw-secondary);
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-secondary-font-family: "Poppins";
	--e-global-typography-text-font-family: "Inter";
	--e-global-typography-accent-font-family: "Inter";
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
	.rw-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.columns-6 ul.products, ul.products.columns-6 { grid-template-columns: repeat(3, 1fr); }
	.rw-why, .rw-reviews { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.rw-announce__meta { display: none; }
	.rw-nav { display: none; }
	.rw-burger { display: flex; }
	.rw-header__inner { gap: 12px; }
	.rw-brand { margin-right: auto; }
	.rw-hero__inner { grid-template-columns: 1fr; gap: 30px; padding: 50px 20px 60px; }
	.rw-hero__art { min-height: 320px; }
	.rw-story__inner { grid-template-columns: 1fr; }
	.rw-story__art { min-height: 260px; order: -1; }
	.single-product div.product { grid-template-columns: 1fr; gap: 30px; }
	.columns-4 ul.products, ul.products.columns-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.rw-trust__inner { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
	.rw-promos { grid-template-columns: 1fr; }
	.rw-section { padding: 50px 0; }
	.rw-section__head:has(.rw-section__link) { flex-direction: column; align-items: flex-start; gap: 6px; }
	.rw-posts { grid-template-columns: 1fr; }
	.rw-newsletter__inner { flex-direction: column; align-items: flex-start; }
	.rw-newsletter__form { max-width: none; width: 100%; }
}
@media (max-width: 560px) {
	.rw-footer__grid { grid-template-columns: 1fr 1fr; }
	.rw-why, .rw-reviews, .columns-6 ul.products, ul.products.columns-6 { grid-template-columns: 1fr 1fr; }
	.rw-hero__title { font-size: 2rem; }
	.rw-footer__bar-inner { flex-direction: column; }
}
@media (max-width: 420px) {
	.columns-4 ul.products, ul.products.columns-4, ul.products.columns-6 { grid-template-columns: 1fr; }
	.rw-why, .rw-reviews { grid-template-columns: 1fr; }
}
